-- MySQL dump 10.13  Distrib 9.3.0, for macos14.7 (arm64)
--
-- Host: localhost    Database: chl_hrms
-- ------------------------------------------------------
-- Server version	8.0.30

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `alembic_version`
--

DROP TABLE IF EXISTS `alembic_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `alembic_version` (
  `version_num` varchar(32) NOT NULL,
  PRIMARY KEY (`version_num`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `alembic_version`
--

LOCK TABLES `alembic_version` WRITE;
/*!40000 ALTER TABLE `alembic_version` DISABLE KEYS */;
INSERT INTO `alembic_version` VALUES ('961c8806aab3');
/*!40000 ALTER TABLE `alembic_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `attendance`
--

DROP TABLE IF EXISTS `attendance`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `attendance` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `date` date NOT NULL,
  `check_in_time` time DEFAULT NULL,
  `check_out_time` time DEFAULT NULL,
  `working_hours` float DEFAULT '0',
  `remarks` varchar(255) DEFAULT NULL,
  `note` text,
  `status` varchar(50) NOT NULL,
  `source` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `attendance_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4028 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `attendance`
--

LOCK TABLES `attendance` WRITE;
/*!40000 ALTER TABLE `attendance` DISABLE KEYS */;
INSERT INTO `attendance` VALUES (1,10,'2025-07-15','18:35:27','18:35:32',0,'LWP',NULL,'Present','Punch'),(2,10,'2025-07-16','09:33:24','09:44:22',0.18,'LWP',NULL,'Present','Punch'),(6,9,'2025-07-15','09:00:00','18:00:00',9,'Present',NULL,'Present','Punch'),(7,2,'2025-07-11','09:00:00','18:05:00',9.08,'Present',NULL,'Present','Punch'),(9,9,'2025-07-11','09:00:00','18:05:00',9.08,'Present',NULL,'Present','Punch'),(10,10,'2025-07-11','09:00:00','18:05:00',9.08,'Present',NULL,'Present','Punch'),(12,2,'2025-07-01','09:00:00','19:00:00',10,'Present',NULL,'Present','Punch'),(13,9,'2025-07-01','09:00:00','19:00:00',10,'Present',NULL,'Present','Punch'),(14,10,'2025-07-01','09:00:00','19:00:00',10,'Present',NULL,'Present','Punch'),(18,2,'2025-07-02','10:00:00','20:00:00',10,'Present',NULL,'Present','Punch'),(20,9,'2025-07-02','10:00:00','20:00:00',10,'Present',NULL,'Present','Punch'),(21,10,'2025-07-02','10:00:00','20:00:00',10,'Present',NULL,'Present','Punch'),(22,2,'2025-07-03','10:00:00','20:00:00',10,'Present',NULL,'Present','Punch'),(24,9,'2025-07-03','10:00:00','20:00:00',10,'Present',NULL,'Present','Punch'),(25,10,'2025-07-03','10:00:00','20:00:00',10,'Present',NULL,'Present','Punch'),(26,2,'2025-07-20','07:03:19','07:16:22',0,'Weekend',NULL,'Present','System'),(27,12,'2025-05-01','09:00:00','18:00:00',0,'Holiday',NULL,'present','System'),(28,12,'2025-05-02','09:10:00','15:00:00',5.83,'Half Day',NULL,'present','Punch'),(29,12,'2025-05-05','09:10:00','15:00:00',5.83,'Half Day',NULL,'present','Punch'),(30,12,'2025-05-06','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(31,12,'2025-05-07','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(32,12,'2025-05-08','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(33,12,'2025-05-09','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(34,12,'2025-05-03','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(35,12,'2025-05-12','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(36,12,'2025-05-13','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(37,12,'2025-05-14','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(38,12,'2025-05-15','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(39,12,'2025-05-16','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(40,12,'2025-05-19','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(41,12,'2025-05-20','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(42,12,'2025-05-21','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(43,12,'2025-05-22','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(44,12,'2025-05-23','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(45,12,'2025-05-31','09:00:00','18:00:00',0,'Weekend',NULL,'present','System'),(46,12,'2025-05-30','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(47,12,'2025-05-29','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(48,12,'2025-05-28','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(49,12,'2025-05-27','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(50,12,'2025-05-26','09:00:00','18:00:00',9,'Present',NULL,'present','Punch'),(51,12,'2025-05-17','09:00:00','18:00:00',0,'Weekend',NULL,'present','System'),(67,13,'2025-05-01','09:06:00','19:00:00',0,'Holiday',NULL,'present','System'),(68,13,'2025-05-02','09:06:00','19:00:00',9.9,'Present',NULL,'present','Punch'),(69,13,'2025-05-05','09:06:00','19:00:00',9.9,'Present',NULL,'present','Punch'),(70,13,'2025-05-06','09:06:00','19:00:00',9.9,'Present',NULL,'present','Punch'),(71,13,'2025-05-07','09:06:00','19:00:00',9.9,'Present',NULL,'present','Punch'),(72,13,'2025-05-08','09:06:00','19:00:00',9.9,'Present',NULL,'present','Punch'),(73,2,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(74,2,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(75,2,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(76,2,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(77,2,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(78,2,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(79,2,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(80,2,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(81,2,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(82,2,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(83,2,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(84,2,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(85,2,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(86,2,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(87,2,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(88,2,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(89,2,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(90,2,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(91,2,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(92,2,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(93,2,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(94,8,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(95,8,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(96,8,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(97,8,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(98,8,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(99,8,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(100,8,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(101,8,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(102,8,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(103,8,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(104,8,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(105,8,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(106,8,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(107,8,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(108,8,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(109,8,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(110,8,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(111,8,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(112,8,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(113,8,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(114,8,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(115,9,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(116,9,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(117,9,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(118,9,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(119,9,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(120,9,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(121,9,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(122,9,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(123,9,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(124,9,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(125,9,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(126,9,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(127,9,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(128,9,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(129,9,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(130,9,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(131,9,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(132,9,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(133,9,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(134,9,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(135,9,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(136,10,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(137,10,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(138,10,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(139,10,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(140,10,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(141,10,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(142,10,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(143,10,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(144,10,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(145,10,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(146,10,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(147,10,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(148,10,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(149,10,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(150,10,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(151,10,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(152,10,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(153,10,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(154,10,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(155,10,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(156,10,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(157,11,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(158,11,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(159,11,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(160,11,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(161,11,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(162,11,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(163,11,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(164,11,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(165,11,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(166,11,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(167,11,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(168,11,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(169,11,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(170,11,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(171,11,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(172,11,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(173,11,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(174,11,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(175,11,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(176,11,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(177,11,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(178,12,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(179,12,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(180,12,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(181,12,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(182,12,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(183,12,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(184,12,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(185,12,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(186,12,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(187,12,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(188,12,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(189,12,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(190,12,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(191,12,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(192,12,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(193,12,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(194,12,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(195,12,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(196,12,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(197,12,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(198,12,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(199,13,'2025-04-01','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(200,13,'2025-04-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(201,13,'2025-04-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(202,13,'2025-04-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(203,13,'2025-04-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(204,13,'2025-04-08','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(205,13,'2025-04-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(206,13,'2025-04-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(207,13,'2025-04-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(208,13,'2025-04-15','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(209,13,'2025-04-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(210,13,'2025-04-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(211,13,'2025-04-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(212,13,'2025-04-21','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(213,13,'2025-04-22','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(214,13,'2025-04-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(215,13,'2025-04-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(216,13,'2025-04-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(217,13,'2025-04-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(218,13,'2025-04-29','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(219,13,'2025-04-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(220,10,'2025-05-02','09:00:00','12:30:00',3.5,'LWP',NULL,'present','Punch'),(221,2,'2025-05-02',NULL,NULL,0,'LWP',NULL,'present','System'),(222,2,'2025-05-05',NULL,NULL,0,'LWP',NULL,'present','System'),(223,2,'2025-05-06',NULL,NULL,0,'LWP',NULL,'present','System'),(224,2,'2025-05-07',NULL,NULL,0,'LWP',NULL,'present','System'),(225,2,'2025-05-08',NULL,NULL,0,'LWP',NULL,'present','System'),(226,2,'2025-05-09',NULL,NULL,0,'LWP',NULL,'present','System'),(227,2,'2025-05-12',NULL,NULL,0,'LWP',NULL,'present','System'),(228,2,'2025-05-13',NULL,NULL,0,'LWP',NULL,'present','System'),(229,2,'2025-05-14',NULL,NULL,0,'LWP',NULL,'present','System'),(230,2,'2025-05-15',NULL,NULL,0,'LWP',NULL,'present','System'),(231,2,'2025-05-16',NULL,NULL,0,'LWP',NULL,'present','System'),(232,2,'2025-05-19',NULL,NULL,0,'LWP',NULL,'present','System'),(233,2,'2025-05-20',NULL,NULL,0,'LWP',NULL,'present','System'),(234,2,'2025-05-21',NULL,NULL,0,'LWP',NULL,'present','System'),(235,2,'2025-05-22',NULL,NULL,0,'LWP',NULL,'present','System'),(236,2,'2025-05-23',NULL,NULL,0,'LWP',NULL,'present','System'),(237,2,'2025-05-26',NULL,NULL,0,'LWP',NULL,'present','System'),(238,2,'2025-05-27',NULL,NULL,0,'LWP',NULL,'present','System'),(239,2,'2025-05-28',NULL,NULL,0,'LWP',NULL,'present','System'),(240,2,'2025-05-29',NULL,NULL,0,'LWP',NULL,'present','System'),(241,2,'2025-05-30',NULL,NULL,0,'LWP',NULL,'present','System'),(242,2,'2025-06-02',NULL,NULL,0,'LWP',NULL,'present','System'),(243,2,'2025-06-03',NULL,NULL,0,'LWP',NULL,'present','System'),(244,2,'2025-06-04',NULL,NULL,0,'LWP',NULL,'present','System'),(245,2,'2025-06-05',NULL,NULL,0,'LWP',NULL,'present','System'),(246,2,'2025-06-06',NULL,NULL,0,'LWP',NULL,'present','System'),(247,2,'2025-06-09',NULL,NULL,0,'LWP',NULL,'present','System'),(248,2,'2025-06-10',NULL,NULL,0,'LWP',NULL,'present','System'),(249,2,'2025-06-11',NULL,NULL,0,'LWP',NULL,'present','System'),(250,2,'2025-06-12',NULL,NULL,0,'LWP',NULL,'present','System'),(251,2,'2025-06-13',NULL,NULL,0,'LWP',NULL,'present','System'),(252,2,'2025-06-16',NULL,NULL,0,'LWP',NULL,'present','System'),(253,2,'2025-06-17',NULL,NULL,0,'LWP',NULL,'present','System'),(254,2,'2025-06-18',NULL,NULL,0,'LWP',NULL,'present','System'),(255,2,'2025-06-19',NULL,NULL,0,'LWP',NULL,'present','System'),(256,2,'2025-06-20',NULL,NULL,0,'LWP',NULL,'present','System'),(257,2,'2025-06-23',NULL,NULL,0,'LWP',NULL,'present','System'),(258,2,'2025-06-24',NULL,NULL,0,'LWP',NULL,'present','System'),(259,2,'2025-06-25',NULL,NULL,0,'LWP',NULL,'present','System'),(260,2,'2025-06-26',NULL,NULL,0,'LWP',NULL,'present','System'),(261,2,'2025-06-27',NULL,NULL,0,'LWP',NULL,'present','System'),(262,2,'2025-06-30',NULL,NULL,0,'LWP',NULL,'present','System'),(263,2,'2025-07-04',NULL,NULL,0,'Present',NULL,'present','System'),(264,2,'2025-07-07',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(265,2,'2025-07-08',NULL,NULL,0,'LWP',NULL,'present','System'),(266,2,'2025-07-09',NULL,NULL,0,'LWP',NULL,'present','System'),(267,2,'2025-07-10',NULL,NULL,0,'LWP',NULL,'present','System'),(268,2,'2025-07-14',NULL,NULL,0,'LWP',NULL,'present','System'),(269,2,'2025-07-15',NULL,NULL,0,'LWP',NULL,'present','System'),(270,2,'2025-07-16',NULL,NULL,0,'LWP',NULL,'present','System'),(271,2,'2025-07-17',NULL,NULL,0,'LWP',NULL,'present','System'),(272,2,'2025-07-21',NULL,NULL,0,'LWP',NULL,'present','System'),(273,2,'2025-07-22',NULL,NULL,0,'LWP',NULL,'present','System'),(274,2,'2025-07-23',NULL,NULL,0,'LWP',NULL,'present','System'),(326,9,'2025-05-02',NULL,NULL,0,'LWP',NULL,'present','System'),(327,9,'2025-05-05',NULL,NULL,0,'LWP',NULL,'present','System'),(328,9,'2025-05-06',NULL,NULL,0,'LWP',NULL,'present','System'),(329,9,'2025-05-07',NULL,NULL,0,'LWP',NULL,'present','System'),(330,9,'2025-05-08',NULL,NULL,0,'LWP',NULL,'present','System'),(331,9,'2025-05-09',NULL,NULL,0,'LWP',NULL,'present','System'),(332,9,'2025-05-12',NULL,NULL,0,'LWP',NULL,'present','System'),(333,9,'2025-05-13',NULL,NULL,0,'LWP',NULL,'present','System'),(334,9,'2025-05-14',NULL,NULL,0,'LWP',NULL,'present','System'),(335,9,'2025-05-15',NULL,NULL,0,'LWP',NULL,'present','System'),(336,9,'2025-05-16',NULL,NULL,0,'LWP',NULL,'present','System'),(337,9,'2025-05-19',NULL,NULL,0,'LWP',NULL,'present','System'),(338,9,'2025-05-20',NULL,NULL,0,'LWP',NULL,'present','System'),(339,9,'2025-05-21',NULL,NULL,0,'LWP',NULL,'present','System'),(340,9,'2025-05-22',NULL,NULL,0,'LWP',NULL,'present','System'),(341,9,'2025-05-23',NULL,NULL,0,'LWP',NULL,'present','System'),(342,9,'2025-05-26',NULL,NULL,0,'LWP',NULL,'present','System'),(343,9,'2025-05-27',NULL,NULL,0,'LWP',NULL,'present','System'),(344,9,'2025-05-28',NULL,NULL,0,'LWP',NULL,'present','System'),(345,9,'2025-05-29',NULL,NULL,0,'LWP',NULL,'present','System'),(346,9,'2025-05-30',NULL,NULL,0,'LWP',NULL,'present','System'),(347,9,'2025-06-02',NULL,NULL,0,'LWP',NULL,'present','System'),(348,9,'2025-06-03',NULL,NULL,0,'LWP',NULL,'present','System'),(349,9,'2025-06-04',NULL,NULL,0,'LWP',NULL,'present','System'),(350,9,'2025-06-05',NULL,NULL,0,'LWP',NULL,'present','System'),(351,9,'2025-06-06',NULL,NULL,0,'LWP',NULL,'present','System'),(352,9,'2025-06-09',NULL,NULL,0,'LWP',NULL,'present','System'),(353,9,'2025-06-10',NULL,NULL,0,'LWP',NULL,'present','System'),(354,9,'2025-06-11',NULL,NULL,0,'LWP',NULL,'present','System'),(355,9,'2025-06-12',NULL,NULL,0,'LWP',NULL,'present','System'),(356,9,'2025-06-13',NULL,NULL,0,'LWP',NULL,'present','System'),(357,9,'2025-06-16',NULL,NULL,0,'LWP',NULL,'present','System'),(358,9,'2025-06-17',NULL,NULL,0,'LWP',NULL,'present','System'),(359,9,'2025-06-18',NULL,NULL,0,'LWP',NULL,'present','System'),(360,9,'2025-06-19',NULL,NULL,0,'LWP',NULL,'present','System'),(361,9,'2025-06-20',NULL,NULL,0,'LWP',NULL,'present','System'),(362,9,'2025-06-23',NULL,NULL,0,'LWP',NULL,'present','System'),(363,9,'2025-06-24',NULL,NULL,0,'LWP',NULL,'present','System'),(364,9,'2025-06-25',NULL,NULL,0,'LWP',NULL,'present','System'),(365,9,'2025-06-26',NULL,NULL,0,'LWP',NULL,'present','System'),(366,9,'2025-06-27',NULL,NULL,0,'LWP',NULL,'present','System'),(367,9,'2025-06-30',NULL,NULL,0,'LWP',NULL,'present','System'),(368,9,'2025-07-04',NULL,NULL,0,'LWP',NULL,'present','System'),(369,9,'2025-07-07',NULL,NULL,0,'LWP',NULL,'present','System'),(370,9,'2025-07-08',NULL,NULL,0,'LWP',NULL,'present','System'),(371,9,'2025-07-09',NULL,NULL,0,'LWP',NULL,'present','System'),(372,9,'2025-07-10',NULL,NULL,0,'LWP',NULL,'present','System'),(373,9,'2025-07-14',NULL,NULL,0,'LWP',NULL,'present','System'),(374,9,'2025-07-16',NULL,NULL,0,'LWP',NULL,'present','System'),(375,9,'2025-07-17',NULL,NULL,0,'LWP',NULL,'present','System'),(376,9,'2025-07-21',NULL,NULL,0,'LWP',NULL,'present','System'),(377,9,'2025-07-22',NULL,NULL,0,'LWP',NULL,'present','System'),(378,9,'2025-07-23',NULL,NULL,0,'LWP',NULL,'present','System'),(379,10,'2025-05-05',NULL,NULL,0,'LWP',NULL,'present','System'),(380,10,'2025-05-06',NULL,NULL,0,'LWP',NULL,'present','System'),(381,10,'2025-05-07',NULL,NULL,0,'LWP',NULL,'present','System'),(382,10,'2025-05-08',NULL,NULL,0,'LWP',NULL,'present','System'),(383,10,'2025-05-09',NULL,NULL,0,'LWP',NULL,'present','System'),(384,10,'2025-05-12',NULL,NULL,0,'LWP',NULL,'present','System'),(385,10,'2025-05-13',NULL,NULL,0,'LWP',NULL,'present','System'),(386,10,'2025-05-14',NULL,NULL,0,'LWP',NULL,'present','System'),(387,10,'2025-05-15',NULL,NULL,0,'LWP',NULL,'present','System'),(388,10,'2025-05-16',NULL,NULL,0,'LWP',NULL,'present','System'),(389,10,'2025-05-19',NULL,NULL,0,'LWP',NULL,'present','System'),(390,10,'2025-05-20',NULL,NULL,0,'LWP',NULL,'present','System'),(391,10,'2025-05-21',NULL,NULL,0,'LWP',NULL,'present','System'),(392,10,'2025-05-22',NULL,NULL,0,'LWP',NULL,'present','System'),(393,10,'2025-05-23',NULL,NULL,0,'LWP',NULL,'present','System'),(394,10,'2025-05-26',NULL,NULL,0,'LWP',NULL,'present','System'),(395,10,'2025-05-27',NULL,NULL,0,'LWP',NULL,'present','System'),(396,10,'2025-05-28',NULL,NULL,0,'LWP',NULL,'present','System'),(397,10,'2025-05-29',NULL,NULL,0,'LWP',NULL,'present','System'),(398,10,'2025-05-30',NULL,NULL,0,'LWP',NULL,'present','System'),(399,10,'2025-06-02',NULL,NULL,0,'LWP',NULL,'present','System'),(400,10,'2025-06-03',NULL,NULL,0,'LWP',NULL,'present','System'),(401,10,'2025-06-04',NULL,NULL,0,'LWP',NULL,'present','System'),(402,10,'2025-06-05',NULL,NULL,0,'LWP',NULL,'present','System'),(403,10,'2025-06-06',NULL,NULL,0,'LWP',NULL,'present','System'),(404,10,'2025-06-09',NULL,NULL,0,'LWP',NULL,'present','System'),(405,10,'2025-06-10',NULL,NULL,0,'LWP',NULL,'present','System'),(406,10,'2025-06-11',NULL,NULL,0,'LWP',NULL,'present','System'),(407,10,'2025-06-12',NULL,NULL,0,'LWP',NULL,'present','System'),(408,10,'2025-06-13',NULL,NULL,0,'LWP',NULL,'present','System'),(409,10,'2025-06-16',NULL,NULL,0,'LWP',NULL,'present','System'),(410,10,'2025-06-17',NULL,NULL,0,'LWP',NULL,'present','System'),(411,10,'2025-06-18',NULL,NULL,0,'LWP',NULL,'present','System'),(412,10,'2025-06-19',NULL,NULL,0,'LWP',NULL,'present','System'),(413,10,'2025-06-20',NULL,NULL,0,'LWP',NULL,'present','System'),(414,10,'2025-06-23',NULL,NULL,0,'LWP',NULL,'present','System'),(415,10,'2025-06-24',NULL,NULL,0,'LWP',NULL,'present','System'),(416,10,'2025-06-25',NULL,NULL,0,'LWP',NULL,'present','System'),(417,10,'2025-06-26',NULL,NULL,0,'LWP',NULL,'present','System'),(418,10,'2025-06-27',NULL,NULL,0,'LWP',NULL,'present','System'),(419,10,'2025-06-30',NULL,NULL,0,'LWP',NULL,'present','System'),(420,10,'2025-07-04',NULL,NULL,0,'LWP',NULL,'present','System'),(421,10,'2025-07-07',NULL,NULL,0,'LWP',NULL,'present','System'),(422,10,'2025-07-08',NULL,NULL,0,'LWP',NULL,'present','System'),(423,10,'2025-07-09',NULL,NULL,0,'LWP',NULL,'present','System'),(424,10,'2025-07-10',NULL,NULL,0,'LWP',NULL,'present','System'),(425,10,'2025-07-14',NULL,NULL,0,'LWP',NULL,'present','System'),(426,10,'2025-07-17',NULL,NULL,0,'LWP',NULL,'present','System'),(427,10,'2025-07-21','09:00:00','11:10:00',2.17,'LWP',NULL,'present','Punch'),(428,10,'2025-07-22','09:00:00','15:05:00',6.08,'Half Day',NULL,'present','Punch'),(429,10,'2025-07-23',NULL,NULL,0,'LWP',NULL,'present','System'),(430,11,'2025-05-02',NULL,NULL,0,'LWP',NULL,'present','System'),(431,11,'2025-05-05',NULL,NULL,0,'LWP',NULL,'present','System'),(432,11,'2025-05-06',NULL,NULL,0,'LWP',NULL,'present','System'),(433,11,'2025-05-07',NULL,NULL,0,'LWP',NULL,'present','System'),(434,11,'2025-05-08',NULL,NULL,0,'LWP',NULL,'present','System'),(435,11,'2025-05-09',NULL,NULL,0,'LWP',NULL,'present','System'),(436,11,'2025-05-12',NULL,NULL,0,'LWP',NULL,'present','System'),(437,11,'2025-05-13',NULL,NULL,0,'LWP',NULL,'present','System'),(438,11,'2025-05-14',NULL,NULL,0,'LWP',NULL,'present','System'),(439,11,'2025-05-15',NULL,NULL,0,'LWP',NULL,'present','System'),(440,11,'2025-05-16',NULL,NULL,0,'LWP',NULL,'present','System'),(441,11,'2025-05-19',NULL,NULL,0,'LWP',NULL,'present','System'),(442,11,'2025-05-20',NULL,NULL,0,'LWP',NULL,'present','System'),(443,11,'2025-05-21',NULL,NULL,0,'LWP',NULL,'present','System'),(444,11,'2025-05-22',NULL,NULL,0,'LWP',NULL,'present','System'),(445,11,'2025-05-23',NULL,NULL,0,'LWP',NULL,'present','System'),(446,11,'2025-05-26',NULL,NULL,0,'LWP',NULL,'present','System'),(447,11,'2025-05-27',NULL,NULL,0,'LWP',NULL,'present','System'),(448,11,'2025-05-28',NULL,NULL,0,'LWP',NULL,'present','System'),(449,11,'2025-05-29',NULL,NULL,0,'LWP',NULL,'present','System'),(450,11,'2025-05-30',NULL,NULL,0,'LWP',NULL,'present','System'),(451,11,'2025-06-02',NULL,NULL,0,'LWP',NULL,'present','System'),(452,11,'2025-06-03',NULL,NULL,0,'LWP',NULL,'present','System'),(453,11,'2025-06-04',NULL,NULL,0,'LWP',NULL,'present','System'),(454,11,'2025-06-05',NULL,NULL,0,'LWP',NULL,'present','System'),(455,11,'2025-06-06',NULL,NULL,0,'LWP',NULL,'present','System'),(456,11,'2025-06-09',NULL,NULL,0,'LWP',NULL,'present','System'),(457,11,'2025-06-10',NULL,NULL,0,'LWP',NULL,'present','System'),(458,11,'2025-06-11',NULL,NULL,0,'LWP',NULL,'present','System'),(459,11,'2025-06-12',NULL,NULL,0,'LWP',NULL,'present','System'),(460,11,'2025-06-13',NULL,NULL,0,'LWP',NULL,'present','System'),(461,11,'2025-06-16',NULL,NULL,0,'LWP',NULL,'present','System'),(462,11,'2025-06-17',NULL,NULL,0,'LWP',NULL,'present','System'),(463,11,'2025-06-18',NULL,NULL,0,'LWP',NULL,'present','System'),(464,11,'2025-06-19',NULL,NULL,0,'LWP',NULL,'present','System'),(465,11,'2025-06-20',NULL,NULL,0,'LWP',NULL,'present','System'),(466,11,'2025-06-23',NULL,NULL,0,'LWP',NULL,'present','System'),(467,11,'2025-06-24',NULL,NULL,0,'LWP',NULL,'present','System'),(468,11,'2025-06-25',NULL,NULL,0,'LWP',NULL,'present','System'),(469,11,'2025-06-26',NULL,NULL,0,'LWP',NULL,'present','System'),(470,11,'2025-06-27',NULL,NULL,0,'LWP',NULL,'present','System'),(471,11,'2025-06-30',NULL,NULL,0,'LWP',NULL,'present','System'),(472,11,'2025-07-01',NULL,NULL,0,'Present',NULL,'present','System'),(473,11,'2025-07-02',NULL,NULL,0,'LWP',NULL,'present','System'),(474,11,'2025-07-03',NULL,NULL,0,'LWP',NULL,'present','System'),(475,11,'2025-07-04',NULL,NULL,0,'LWP',NULL,'present','System'),(476,11,'2025-07-07',NULL,NULL,0,'LWP',NULL,'present','System'),(477,11,'2025-07-08',NULL,NULL,0,'LWP',NULL,'present','System'),(478,11,'2025-07-09',NULL,NULL,0,'LWP',NULL,'present','System'),(479,11,'2025-07-10',NULL,NULL,0,'LWP',NULL,'present','System'),(480,11,'2025-07-11',NULL,NULL,0,'LWP',NULL,'present','System'),(481,11,'2025-07-14',NULL,NULL,0,'LWP',NULL,'present','System'),(482,11,'2025-07-15',NULL,NULL,0,'LWP',NULL,'present','System'),(483,11,'2025-07-16',NULL,NULL,0,'LWP',NULL,'present','System'),(484,11,'2025-07-17',NULL,NULL,0,'LWP',NULL,'present','System'),(485,11,'2025-07-21',NULL,NULL,0,'LWP',NULL,'present','System'),(486,11,'2025-07-22',NULL,NULL,0,'LWP',NULL,'present','System'),(487,11,'2025-07-23',NULL,NULL,0,'LWP',NULL,'present','System'),(511,13,'2025-05-09',NULL,NULL,7.63139,'Present',NULL,'present','Desktime'),(512,13,'2025-05-12',NULL,NULL,8.09833,'Present',NULL,'present','Desktime'),(513,13,'2025-05-13',NULL,NULL,7.29472,'Present',NULL,'present','Desktime'),(514,13,'2025-05-14',NULL,NULL,8.95194,'Present',NULL,'present','Desktime'),(515,13,'2025-05-15',NULL,NULL,7.15722,'Present',NULL,'present','Desktime'),(516,13,'2025-05-16',NULL,NULL,8.43556,'Present',NULL,'present','Desktime'),(517,13,'2025-05-19',NULL,NULL,7.51306,'Present',NULL,'present','Desktime'),(518,13,'2025-05-20',NULL,NULL,7.93306,'Present',NULL,'present','Desktime'),(519,13,'2025-05-21',NULL,NULL,7.44222,'Present',NULL,'present','Desktime'),(520,13,'2025-05-22',NULL,NULL,8.05556,'Present',NULL,'present','Desktime'),(521,13,'2025-05-23',NULL,NULL,5.00528,'Half Day',NULL,'present','Desktime'),(522,13,'2025-05-26',NULL,NULL,7.5325,'Present',NULL,'present','Desktime'),(523,13,'2025-05-27',NULL,NULL,8.20111,'Present',NULL,'present','Desktime'),(524,13,'2025-05-28',NULL,NULL,8.14528,'Present',NULL,'present','Desktime'),(525,13,'2025-05-29',NULL,NULL,7.74861,'Present',NULL,'present','Desktime'),(526,13,'2025-05-30',NULL,NULL,7.13417,'Present',NULL,'present','Desktime'),(564,14,'2025-04-01',NULL,NULL,0,'LWP',NULL,'present','System'),(565,14,'2025-04-02',NULL,NULL,0,'LWP',NULL,'present','System'),(566,14,'2025-04-03',NULL,NULL,0,'LWP',NULL,'present','System'),(567,14,'2025-04-04',NULL,NULL,0,'LWP',NULL,'present','System'),(568,14,'2025-04-07',NULL,NULL,0,'LWP',NULL,'present','System'),(569,14,'2025-04-08',NULL,NULL,0,'LWP',NULL,'present','System'),(570,14,'2025-04-09',NULL,NULL,0,'LWP',NULL,'present','System'),(571,14,'2025-04-10',NULL,NULL,0,'LWP',NULL,'present','System'),(572,14,'2025-04-11',NULL,NULL,0,'LWP',NULL,'present','System'),(573,14,'2025-04-15',NULL,NULL,0,'LWP',NULL,'present','System'),(574,14,'2025-04-16',NULL,NULL,0,'LWP',NULL,'present','System'),(575,14,'2025-04-17',NULL,NULL,0,'LWP',NULL,'present','System'),(576,14,'2025-04-18',NULL,NULL,0,'LWP',NULL,'present','System'),(577,14,'2025-04-21',NULL,NULL,0,'LWP',NULL,'present','System'),(578,14,'2025-04-22',NULL,NULL,0,'LWP',NULL,'present','System'),(579,14,'2025-04-23',NULL,NULL,0,'LWP',NULL,'present','System'),(580,14,'2025-04-24',NULL,NULL,0,'LWP',NULL,'present','System'),(581,14,'2025-04-25',NULL,NULL,0,'LWP',NULL,'present','System'),(582,14,'2025-04-28',NULL,NULL,0,'LWP',NULL,'present','System'),(583,14,'2025-04-29',NULL,NULL,0,'LWP',NULL,'present','System'),(584,14,'2025-04-30',NULL,NULL,0,'LWP',NULL,'present','System'),(585,14,'2025-05-02',NULL,NULL,0,'LWP',NULL,'present','System'),(586,14,'2025-05-05',NULL,NULL,0,'LWP',NULL,'present','System'),(587,14,'2025-05-06',NULL,NULL,0,'LWP',NULL,'present','System'),(588,14,'2025-05-07',NULL,NULL,0,'LWP',NULL,'present','System'),(589,14,'2025-05-08',NULL,NULL,0,'LWP',NULL,'present','System'),(590,14,'2025-05-09',NULL,NULL,0,'LWP',NULL,'present','System'),(591,14,'2025-05-12',NULL,NULL,0,'LWP',NULL,'present','System'),(592,14,'2025-05-13',NULL,NULL,0,'LWP',NULL,'present','System'),(593,14,'2025-05-14',NULL,NULL,0,'LWP',NULL,'present','System'),(594,14,'2025-05-15',NULL,NULL,0,'LWP',NULL,'present','System'),(595,14,'2025-05-16',NULL,NULL,0,'LWP',NULL,'present','System'),(596,14,'2025-05-19',NULL,NULL,0,'LWP',NULL,'present','System'),(597,14,'2025-05-20',NULL,NULL,0,'LWP',NULL,'present','System'),(598,14,'2025-05-21',NULL,NULL,0,'LWP',NULL,'present','System'),(599,14,'2025-05-22',NULL,NULL,0,'LWP',NULL,'present','System'),(600,14,'2025-05-23',NULL,NULL,0,'LWP',NULL,'present','System'),(601,14,'2025-05-26',NULL,NULL,0,'LWP',NULL,'present','System'),(602,14,'2025-05-27',NULL,NULL,0,'LWP',NULL,'present','System'),(603,14,'2025-05-28',NULL,NULL,0,'LWP',NULL,'present','System'),(604,14,'2025-05-29',NULL,NULL,0,'LWP',NULL,'present','System'),(605,14,'2025-05-30',NULL,NULL,0,'LWP',NULL,'present','System'),(606,14,'2025-06-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(607,14,'2025-06-03','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(608,14,'2025-06-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(609,14,'2025-06-05','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(610,14,'2025-06-06','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(611,14,'2025-06-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(612,14,'2025-06-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(613,14,'2025-06-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(614,14,'2025-06-12','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(615,14,'2025-06-13','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(616,14,'2025-06-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(617,14,'2025-06-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(618,14,'2025-06-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(619,14,'2025-06-19','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(620,14,'2025-06-20','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(621,14,'2025-06-23','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(622,14,'2025-06-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(623,14,'2025-06-25','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(624,14,'2025-06-26','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(625,14,'2025-06-27','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(626,14,'2025-06-30','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(627,14,'2025-07-01',NULL,NULL,0,'LWP',NULL,'present','System'),(628,14,'2025-07-02',NULL,NULL,0,'LWP',NULL,'present','System'),(629,14,'2025-07-03',NULL,NULL,0,'LWP',NULL,'present','System'),(630,14,'2025-07-04',NULL,NULL,0,'LWP',NULL,'present','System'),(631,14,'2025-07-07',NULL,NULL,0,'LWP',NULL,'present','System'),(632,14,'2025-07-08',NULL,NULL,0,'LWP',NULL,'present','System'),(633,14,'2025-07-09',NULL,NULL,0,'LWP',NULL,'present','System'),(634,14,'2025-07-10',NULL,NULL,0,'LWP',NULL,'present','System'),(635,14,'2025-07-11',NULL,NULL,0,'LWP',NULL,'present','System'),(636,14,'2025-07-14',NULL,NULL,0,'LWP',NULL,'present','System'),(637,14,'2025-07-15',NULL,NULL,0,'LWP',NULL,'present','System'),(638,14,'2025-07-16',NULL,NULL,0,'LWP',NULL,'present','System'),(639,14,'2025-07-17',NULL,NULL,0,'LWP',NULL,'present','System'),(640,14,'2025-07-21',NULL,NULL,0,'LWP',NULL,'present','System'),(641,14,'2025-07-22',NULL,NULL,0,'LWP',NULL,'present','System'),(642,14,'2025-07-23',NULL,NULL,0,'LWP',NULL,'present','System'),(643,2,'2025-07-24',NULL,NULL,0,'LWP',NULL,'present','System'),(645,9,'2025-07-24',NULL,NULL,0,'LWP',NULL,'present','System'),(646,10,'2025-07-24',NULL,NULL,0,'LWP',NULL,'present','System'),(647,11,'2025-07-24',NULL,NULL,0,'LWP',NULL,'present','System'),(650,14,'2025-07-24',NULL,NULL,0,'LWP',NULL,'present','System'),(651,2,'2025-07-05',NULL,NULL,0,'Present',NULL,'present','System'),(652,2,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(653,2,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(654,2,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(655,2,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(656,2,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(657,2,'2025-07-25',NULL,NULL,0,'LWP',NULL,'present','System'),(658,2,'2025-07-26',NULL,NULL,0,'LWP',NULL,'present','System'),(659,2,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(660,2,'2025-07-28',NULL,NULL,0,'LWP',NULL,'present','System'),(661,2,'2025-07-29',NULL,NULL,0,'LWP',NULL,'present','System'),(662,2,'2025-07-30',NULL,NULL,0,'LWP',NULL,'present','System'),(663,2,'2025-07-31',NULL,NULL,0,'LWP',NULL,'present','System'),(678,9,'2025-07-05',NULL,NULL,0,'LWP',NULL,'present','System'),(679,9,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(680,9,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(681,9,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(682,9,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(683,9,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(684,9,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(685,9,'2025-07-25',NULL,NULL,0,'LWP',NULL,'present','System'),(686,9,'2025-07-26',NULL,NULL,0,'LWP',NULL,'present','System'),(687,9,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(688,9,'2025-07-28',NULL,NULL,0,'LWP',NULL,'present','System'),(689,9,'2025-07-29',NULL,NULL,0,'LWP',NULL,'present','System'),(690,9,'2025-07-30',NULL,NULL,0,'LWP',NULL,'present','System'),(691,9,'2025-07-31',NULL,NULL,0,'LWP',NULL,'present','System'),(692,10,'2025-07-05',NULL,NULL,0,'LWP',NULL,'present','System'),(693,10,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(694,10,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(695,10,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(696,10,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(697,10,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(698,10,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(699,10,'2025-07-25',NULL,NULL,0,'LWP',NULL,'present','System'),(700,10,'2025-07-26',NULL,NULL,0,'LWP',NULL,'present','System'),(701,10,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(702,10,'2025-07-28',NULL,NULL,0,'LWP',NULL,'present','System'),(703,10,'2025-07-29',NULL,NULL,0,'LWP',NULL,'present','System'),(704,10,'2025-07-30',NULL,NULL,0,'LWP',NULL,'present','System'),(705,10,'2025-07-31',NULL,NULL,0,'LWP',NULL,'present','System'),(706,11,'2025-07-05',NULL,NULL,0,'LWP',NULL,'present','System'),(707,11,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(708,11,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(709,11,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(710,11,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(711,11,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(712,11,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(713,11,'2025-07-25',NULL,NULL,0,'LWP',NULL,'present','System'),(714,11,'2025-07-26',NULL,NULL,0,'LWP',NULL,'present','System'),(715,11,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(716,11,'2025-07-28',NULL,NULL,0,'LWP',NULL,'present','System'),(717,11,'2025-07-29',NULL,NULL,0,'LWP',NULL,'present','System'),(718,11,'2025-07-30',NULL,NULL,0,'LWP',NULL,'present','System'),(719,11,'2025-07-31',NULL,NULL,0,'LWP',NULL,'present','System'),(747,14,'2025-07-05',NULL,NULL,0,'LWP',NULL,'present','System'),(748,14,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(749,14,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(750,14,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(751,14,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(752,14,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(753,14,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(754,14,'2025-07-25',NULL,NULL,0,'LWP',NULL,'present','System'),(755,14,'2025-07-26',NULL,NULL,0,'LWP',NULL,'present','System'),(756,14,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(757,14,'2025-07-28',NULL,NULL,0,'LWP',NULL,'present','System'),(758,14,'2025-07-29',NULL,NULL,0,'LWP',NULL,'present','System'),(759,14,'2025-07-30',NULL,NULL,0,'LWP',NULL,'present','System'),(760,14,'2025-07-31',NULL,NULL,0,'LWP',NULL,'present','System'),(761,2,'2025-04-05',NULL,NULL,0,'LWP',NULL,'present','System'),(762,2,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(763,2,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(764,2,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(765,2,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(766,2,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(767,2,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(768,2,'2025-04-26',NULL,NULL,0,'LWP',NULL,'present','System'),(769,2,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(770,2,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(771,2,'2025-05-03',NULL,NULL,0,'LWP',NULL,'present','System'),(772,2,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(773,2,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(774,2,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(775,2,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(776,2,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(777,2,'2025-05-24',NULL,NULL,0,'LWP',NULL,'present','System'),(778,2,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(779,2,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(780,2,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(781,2,'2025-06-07',NULL,NULL,0,'LWP',NULL,'present','System'),(782,2,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(783,2,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(784,2,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(785,2,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(786,2,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(787,2,'2025-06-28',NULL,NULL,0,'LWP',NULL,'present','System'),(788,2,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(789,2,'2025-08-01',NULL,NULL,0,'LWP',NULL,'present','System'),(790,2,'2025-08-02',NULL,NULL,0,'Present',NULL,'present','Manual'),(791,2,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(792,2,'2025-08-04',NULL,NULL,0,'Leave',NULL,'Leave','System'),(793,2,'2025-08-05',NULL,NULL,0,'Leave',NULL,'Leave','System'),(794,2,'2025-08-06',NULL,NULL,0,'Leave',NULL,'Leave','System'),(795,2,'2025-08-07',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(796,2,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','System'),(797,2,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(798,2,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(799,2,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','System'),(800,2,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','System'),(801,2,'2025-08-13',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(802,2,'2025-08-14',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(803,2,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(804,2,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(805,2,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(806,2,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','System'),(807,2,'2025-08-19',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(808,2,'2025-08-20',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(809,2,'2025-08-21',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(810,2,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','System'),(811,2,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','System'),(812,2,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(813,2,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','System'),(814,2,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','System'),(815,2,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(816,2,'2025-08-28',NULL,NULL,0,'CULTURAL/STATE HOLIDAYS',NULL,'Leave','System'),(817,2,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','System'),(818,2,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(819,2,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(820,2,'2025-09-01',NULL,NULL,0,'LWP',NULL,'present','System'),(821,2,'2025-09-02',NULL,NULL,0,'LWP',NULL,'present','System'),(822,2,'2025-09-03',NULL,NULL,0,'LWP',NULL,'present','System'),(823,2,'2025-09-04',NULL,NULL,0,'LWP',NULL,'present','System'),(824,2,'2025-09-05',NULL,NULL,0,'LWP',NULL,'present','System'),(825,2,'2025-09-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(826,2,'2025-09-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(827,2,'2025-09-08',NULL,NULL,0,'LWP',NULL,'present','System'),(828,2,'2025-09-09',NULL,NULL,0,'LWP',NULL,'present','System'),(829,2,'2025-09-10',NULL,NULL,0,'LWP',NULL,'present','System'),(830,2,'2025-09-11',NULL,NULL,0,'LWP',NULL,'present','System'),(831,2,'2025-09-12',NULL,NULL,0,'LWP',NULL,'present','System'),(832,2,'2025-09-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(833,2,'2025-09-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(834,2,'2025-09-15',NULL,NULL,0,'LWP',NULL,'present','System'),(835,2,'2025-09-16',NULL,NULL,0,'LWP',NULL,'present','System'),(836,2,'2025-09-17',NULL,NULL,0,'LWP',NULL,'present','System'),(837,2,'2025-09-18',NULL,NULL,0,'LWP',NULL,'present','System'),(838,2,'2025-09-19',NULL,NULL,0,'LWP',NULL,'present','System'),(839,2,'2025-09-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(840,2,'2025-09-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(841,2,'2025-09-22',NULL,NULL,0,'LWP',NULL,'present','System'),(842,2,'2025-09-23',NULL,NULL,0,'LWP',NULL,'present','System'),(843,2,'2025-09-24',NULL,NULL,0,'LWP',NULL,'present','System'),(844,2,'2025-09-25',NULL,NULL,0,'LWP',NULL,'present','System'),(845,2,'2025-09-26',NULL,NULL,0,'LWP',NULL,'present','System'),(846,2,'2025-09-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(847,2,'2025-09-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(848,2,'2025-09-29',NULL,NULL,0,'LWP',NULL,'present','System'),(849,2,'2025-09-30',NULL,NULL,0,'LWP',NULL,'present','System'),(850,2,'2025-10-01',NULL,NULL,0,'LWP',NULL,'present','System'),(851,2,'2025-10-02',NULL,NULL,0,'LWP',NULL,'present','System'),(852,2,'2025-10-03',NULL,NULL,0,'LWP',NULL,'present','System'),(853,2,'2025-10-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(854,2,'2025-10-05',NULL,NULL,0,'Weekend',NULL,'present','System'),(855,2,'2025-10-06',NULL,NULL,0,'LWP',NULL,'present','System'),(856,2,'2025-10-07',NULL,NULL,0,'LWP',NULL,'present','System'),(857,2,'2025-10-08',NULL,NULL,0,'LWP',NULL,'present','System'),(858,2,'2025-10-09',NULL,NULL,0,'LWP',NULL,'present','System'),(859,2,'2025-10-10',NULL,NULL,0,'LWP',NULL,'present','System'),(860,2,'2025-10-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(861,2,'2025-10-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(862,2,'2025-10-13',NULL,NULL,0,'LWP',NULL,'present','System'),(863,2,'2025-10-14',NULL,NULL,0,'LWP',NULL,'present','System'),(864,2,'2025-10-15',NULL,NULL,0,'LWP',NULL,'present','System'),(865,2,'2025-10-16',NULL,NULL,0,'LWP',NULL,'present','System'),(866,2,'2025-10-17',NULL,NULL,0,'LWP',NULL,'present','System'),(867,2,'2025-10-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(868,2,'2025-10-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(869,2,'2025-10-20',NULL,NULL,0,'LWP',NULL,'present','System'),(870,2,'2025-10-21',NULL,NULL,0,'LWP',NULL,'present','System'),(871,2,'2025-10-22',NULL,NULL,0,'LWP',NULL,'present','System'),(872,2,'2025-10-23',NULL,NULL,0,'LWP',NULL,'present','System'),(873,2,'2025-10-24',NULL,NULL,0,'LWP',NULL,'present','System'),(874,2,'2025-10-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(875,2,'2025-10-26',NULL,NULL,0,'Weekend',NULL,'present','System'),(876,2,'2025-10-27',NULL,NULL,0,'LWP',NULL,'present','System'),(877,2,'2025-10-28',NULL,NULL,0,'LWP',NULL,'present','System'),(878,2,'2025-10-29',NULL,NULL,0,'LWP',NULL,'present','System'),(879,2,'2025-10-30',NULL,NULL,0,'LWP',NULL,'present','System'),(880,2,'2025-10-31',NULL,NULL,0,'LWP',NULL,'present','System'),(881,2,'2025-11-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(882,2,'2025-11-02',NULL,NULL,0,'Weekend',NULL,'present','System'),(883,2,'2025-11-03',NULL,NULL,0,'LWP',NULL,'present','System'),(884,2,'2025-11-04',NULL,NULL,0,'LWP',NULL,'present','System'),(885,2,'2025-11-05',NULL,NULL,0,'LWP',NULL,'present','System'),(886,2,'2025-11-06',NULL,NULL,0,'LWP',NULL,'present','System'),(887,2,'2025-11-07',NULL,NULL,0,'LWP',NULL,'present','System'),(888,2,'2025-11-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(889,2,'2025-11-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(890,2,'2025-11-10',NULL,NULL,0,'LWP',NULL,'present','System'),(891,2,'2025-11-11',NULL,NULL,0,'LWP',NULL,'present','System'),(892,2,'2025-11-12',NULL,NULL,0,'LWP',NULL,'present','System'),(893,2,'2025-11-13',NULL,NULL,0,'LWP',NULL,'present','System'),(894,2,'2025-11-14',NULL,NULL,0,'LWP',NULL,'present','System'),(895,2,'2025-11-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(896,2,'2025-11-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(897,2,'2025-11-17',NULL,NULL,0,'LWP',NULL,'present','System'),(898,2,'2025-11-18',NULL,NULL,0,'LWP',NULL,'present','System'),(899,2,'2025-11-19',NULL,NULL,0,'LWP',NULL,'present','System'),(900,2,'2025-11-20',NULL,NULL,0,'LWP',NULL,'present','System'),(901,2,'2025-11-21',NULL,NULL,0,'LWP',NULL,'present','System'),(902,2,'2025-11-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(903,2,'2025-11-23',NULL,NULL,0,'Weekend',NULL,'present','System'),(904,2,'2025-11-24',NULL,NULL,0,'LWP',NULL,'present','System'),(905,2,'2025-11-25',NULL,NULL,0,'LWP',NULL,'present','System'),(906,2,'2025-11-26',NULL,NULL,0,'LWP',NULL,'present','System'),(907,2,'2025-11-27',NULL,NULL,0,'LWP',NULL,'present','System'),(908,2,'2025-11-28',NULL,NULL,0,'LWP',NULL,'present','System'),(909,2,'2025-11-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(910,2,'2025-11-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(911,2,'2025-12-01',NULL,NULL,0,'LWP',NULL,'present','System'),(912,2,'2025-12-02',NULL,NULL,0,'LWP',NULL,'present','System'),(913,2,'2025-12-03',NULL,NULL,0,'LWP',NULL,'present','System'),(914,2,'2025-12-04',NULL,NULL,0,'LWP',NULL,'present','System'),(915,2,'2025-12-05',NULL,NULL,0,'LWP',NULL,'present','System'),(916,2,'2025-12-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(917,2,'2025-12-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(918,2,'2025-12-08',NULL,NULL,0,'LWP',NULL,'present','System'),(919,2,'2025-12-09',NULL,NULL,0,'LWP',NULL,'present','System'),(920,2,'2025-12-10',NULL,NULL,0,'LWP',NULL,'present','System'),(921,2,'2025-12-11',NULL,NULL,0,'LWP',NULL,'present','System'),(922,2,'2025-12-12',NULL,NULL,0,'LWP',NULL,'present','System'),(923,2,'2025-12-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(924,2,'2025-12-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(925,2,'2025-12-15',NULL,NULL,0,'LWP',NULL,'present','System'),(926,2,'2025-12-16',NULL,NULL,0,'LWP',NULL,'present','System'),(927,2,'2025-12-17',NULL,NULL,0,'LWP',NULL,'present','System'),(928,2,'2025-12-18',NULL,NULL,0,'LWP',NULL,'present','System'),(929,2,'2025-12-19',NULL,NULL,0,'LWP',NULL,'present','System'),(930,2,'2025-12-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(931,2,'2025-12-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(932,2,'2025-12-22',NULL,NULL,0,'LWP',NULL,'present','System'),(933,2,'2025-12-23',NULL,NULL,0,'LWP',NULL,'present','System'),(934,2,'2025-12-24',NULL,NULL,0,'LWP',NULL,'present','System'),(935,2,'2025-12-25',NULL,NULL,0,'Holiday',NULL,'present','System'),(936,2,'2025-12-26',NULL,NULL,0,'LWP',NULL,'present','System'),(937,2,'2025-12-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(938,2,'2025-12-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(939,2,'2025-12-29',NULL,NULL,0,'LWP',NULL,'present','System'),(940,2,'2025-12-30',NULL,NULL,0,'LWP',NULL,'present','System'),(941,2,'2025-12-31',NULL,NULL,0,'LWP',NULL,'present','System'),(942,2,'2026-01-01',NULL,NULL,0,'LWP',NULL,'present','System'),(943,2,'2026-01-02',NULL,NULL,0,'LWP',NULL,'present','System'),(944,2,'2026-01-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(945,2,'2026-01-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(946,2,'2026-01-05',NULL,NULL,0,'LWP',NULL,'present','System'),(947,2,'2026-01-06',NULL,NULL,0,'LWP',NULL,'present','System'),(948,2,'2026-01-07',NULL,NULL,0,'LWP',NULL,'present','System'),(949,2,'2026-01-08',NULL,NULL,0,'LWP',NULL,'present','System'),(950,2,'2026-01-09',NULL,NULL,0,'LWP',NULL,'present','System'),(951,2,'2026-01-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(952,2,'2026-01-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(953,2,'2026-01-12',NULL,NULL,0,'LWP',NULL,'present','System'),(954,2,'2026-01-13',NULL,NULL,0,'LWP',NULL,'present','System'),(955,2,'2026-01-14',NULL,NULL,0,'LWP',NULL,'present','System'),(956,2,'2026-01-15',NULL,NULL,0,'LWP',NULL,'present','System'),(957,2,'2026-01-16',NULL,NULL,0,'LWP',NULL,'present','System'),(958,2,'2026-01-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(959,2,'2026-01-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(960,2,'2026-01-19',NULL,NULL,0,'LWP',NULL,'present','System'),(961,2,'2026-01-20',NULL,NULL,0,'LWP',NULL,'present','System'),(962,2,'2026-01-21',NULL,NULL,0,'LWP',NULL,'present','System'),(963,2,'2026-01-22',NULL,NULL,0,'LWP',NULL,'present','System'),(964,2,'2026-01-23',NULL,NULL,0,'LWP',NULL,'present','System'),(965,2,'2026-01-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(966,2,'2026-01-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(967,2,'2026-01-26',NULL,NULL,0,'LWP',NULL,'present','System'),(968,2,'2026-01-27',NULL,NULL,0,'LWP',NULL,'present','System'),(969,2,'2026-01-28',NULL,NULL,0,'LWP',NULL,'present','System'),(970,2,'2026-01-29',NULL,NULL,0,'LWP',NULL,'present','System'),(971,2,'2026-01-30',NULL,NULL,0,'LWP',NULL,'present','System'),(972,2,'2026-01-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(973,2,'2026-02-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(974,2,'2026-02-02',NULL,NULL,0,'LWP',NULL,'present','System'),(975,2,'2026-02-03',NULL,NULL,0,'LWP',NULL,'present','System'),(976,2,'2026-02-04',NULL,NULL,0,'LWP',NULL,'present','System'),(977,2,'2026-02-05',NULL,NULL,0,'LWP',NULL,'present','System'),(978,2,'2026-02-06',NULL,NULL,0,'LWP',NULL,'present','System'),(979,2,'2026-02-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(980,2,'2026-02-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(981,2,'2026-02-09',NULL,NULL,0,'LWP',NULL,'present','System'),(982,2,'2026-02-10',NULL,NULL,0,'LWP',NULL,'present','System'),(983,2,'2026-02-11',NULL,NULL,0,'LWP',NULL,'present','System'),(984,2,'2026-02-12',NULL,NULL,0,'LWP',NULL,'present','System'),(985,2,'2026-02-13',NULL,NULL,0,'LWP',NULL,'present','System'),(986,2,'2026-02-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(987,2,'2026-02-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(988,2,'2026-02-16',NULL,NULL,0,'LWP',NULL,'present','System'),(989,2,'2026-02-17',NULL,NULL,0,'LWP',NULL,'present','System'),(990,2,'2026-02-18',NULL,NULL,0,'LWP',NULL,'present','System'),(991,2,'2026-02-19',NULL,NULL,0,'LWP',NULL,'present','System'),(992,2,'2026-02-20',NULL,NULL,0,'LWP',NULL,'present','System'),(993,2,'2026-02-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(994,2,'2026-02-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(995,2,'2026-02-23',NULL,NULL,0,'LWP',NULL,'present','System'),(996,2,'2026-02-24',NULL,NULL,0,'LWP',NULL,'present','System'),(997,2,'2026-02-25',NULL,NULL,0,'LWP',NULL,'present','System'),(998,2,'2026-02-26',NULL,NULL,0,'LWP',NULL,'present','System'),(999,2,'2026-02-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1000,2,'2026-02-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1001,2,'2026-03-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1002,2,'2026-03-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1003,2,'2026-03-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1004,2,'2026-03-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1005,2,'2026-03-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1006,2,'2026-03-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1007,2,'2026-03-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1008,2,'2026-03-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1009,2,'2026-03-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1010,2,'2026-03-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1011,2,'2026-03-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1012,2,'2026-03-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1013,2,'2026-03-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1014,2,'2026-03-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1015,2,'2026-03-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1016,2,'2026-03-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1017,2,'2026-03-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1018,2,'2026-03-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1019,2,'2026-03-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1020,2,'2026-03-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1021,2,'2026-03-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1022,2,'2026-03-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1023,2,'2026-03-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1024,2,'2026-03-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1025,2,'2026-03-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1026,2,'2026-03-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1027,2,'2026-03-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1028,2,'2026-03-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1029,2,'2026-03-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1030,2,'2026-03-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1031,2,'2026-03-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1032,8,'2025-04-05',NULL,NULL,5.20361,'Half Day',NULL,'present','Desktime'),(1033,8,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1034,8,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1035,8,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1036,8,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(1037,8,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1038,8,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1039,8,'2025-04-26',NULL,NULL,4.05028,'Half Day',NULL,'present','Desktime'),(1040,8,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1077,8,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1078,8,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1079,8,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1080,8,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1081,8,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1082,8,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1083,8,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1084,8,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1085,8,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1086,8,'2025-08-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1087,8,'2025-08-28',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1088,8,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(1089,8,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1090,8,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1091,8,'2025-09-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1092,8,'2025-09-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1093,8,'2025-09-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1094,8,'2025-09-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1095,8,'2025-09-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1096,8,'2025-09-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1097,8,'2025-09-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1098,8,'2025-09-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1099,8,'2025-09-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1100,8,'2025-09-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1101,8,'2025-09-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1102,8,'2025-09-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1103,8,'2025-09-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1104,8,'2025-09-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1105,8,'2025-09-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1106,8,'2025-09-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1107,8,'2025-09-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1108,8,'2025-09-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1109,8,'2025-09-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1110,8,'2025-09-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1111,8,'2025-09-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1112,8,'2025-09-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1113,8,'2025-09-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1114,8,'2025-09-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1115,8,'2025-09-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1116,8,'2025-09-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1117,8,'2025-09-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1118,8,'2025-09-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1119,8,'2025-09-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1120,8,'2025-09-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1121,8,'2025-10-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1122,8,'2025-10-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1123,8,'2025-10-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1124,8,'2025-10-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1125,8,'2025-10-05',NULL,NULL,0,'Weekend',NULL,'present','System'),(1126,8,'2025-10-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1127,8,'2025-10-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1128,8,'2025-10-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1129,8,'2025-10-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1130,8,'2025-10-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1131,8,'2025-10-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1132,8,'2025-10-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1133,8,'2025-10-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1134,8,'2025-10-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1135,8,'2025-10-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1136,8,'2025-10-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1137,8,'2025-10-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1138,8,'2025-10-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1139,8,'2025-10-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1140,8,'2025-10-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1141,8,'2025-10-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1142,8,'2025-10-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1143,8,'2025-10-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1144,8,'2025-10-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1145,8,'2025-10-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1146,8,'2025-10-26',NULL,NULL,0,'Weekend',NULL,'present','System'),(1147,8,'2025-10-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1148,8,'2025-10-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1149,8,'2025-10-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1150,8,'2025-10-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1151,8,'2025-10-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1152,8,'2025-11-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1153,8,'2025-11-02',NULL,NULL,0,'Weekend',NULL,'present','System'),(1154,8,'2025-11-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1155,8,'2025-11-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1156,8,'2025-11-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1157,8,'2025-11-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1158,8,'2025-11-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1159,8,'2025-11-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1160,8,'2025-11-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1161,8,'2025-11-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1162,8,'2025-11-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1163,8,'2025-11-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1164,8,'2025-11-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1165,8,'2025-11-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1166,8,'2025-11-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1167,8,'2025-11-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1168,8,'2025-11-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1169,8,'2025-11-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1170,8,'2025-11-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1171,8,'2025-11-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1172,8,'2025-11-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1173,8,'2025-11-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1174,8,'2025-11-23',NULL,NULL,0,'Weekend',NULL,'present','System'),(1175,8,'2025-11-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1176,8,'2025-11-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1177,8,'2025-11-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1178,8,'2025-11-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1179,8,'2025-11-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1180,8,'2025-11-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1181,8,'2025-11-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1182,8,'2025-12-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1183,8,'2025-12-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1184,8,'2025-12-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1185,8,'2025-12-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1186,8,'2025-12-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1187,8,'2025-12-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1188,8,'2025-12-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1189,8,'2025-12-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1190,8,'2025-12-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1191,8,'2025-12-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1192,8,'2025-12-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1193,8,'2025-12-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1194,8,'2025-12-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1195,8,'2025-12-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1196,8,'2025-12-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1197,8,'2025-12-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1198,8,'2025-12-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1199,8,'2025-12-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1200,8,'2025-12-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1201,8,'2025-12-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1202,8,'2025-12-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1203,8,'2025-12-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1204,8,'2025-12-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1205,8,'2025-12-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1206,8,'2025-12-25',NULL,NULL,0,'Holiday',NULL,'present','System'),(1207,8,'2025-12-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1208,8,'2025-12-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1209,8,'2025-12-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1210,8,'2025-12-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1211,8,'2025-12-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1212,8,'2025-12-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1213,8,'2026-01-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1214,8,'2026-01-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1215,8,'2026-01-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(1216,8,'2026-01-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1217,8,'2026-01-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1218,8,'2026-01-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1219,8,'2026-01-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1220,8,'2026-01-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1221,8,'2026-01-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1222,8,'2026-01-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1223,8,'2026-01-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1224,8,'2026-01-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1225,8,'2026-01-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1226,8,'2026-01-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1227,8,'2026-01-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1228,8,'2026-01-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1229,8,'2026-01-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1230,8,'2026-01-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1231,8,'2026-01-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1232,8,'2026-01-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1233,8,'2026-01-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1234,8,'2026-01-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1235,8,'2026-01-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1236,8,'2026-01-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1237,8,'2026-01-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1238,8,'2026-01-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1239,8,'2026-01-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1240,8,'2026-01-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1241,8,'2026-01-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1242,8,'2026-01-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1243,8,'2026-01-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1244,8,'2026-02-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1245,8,'2026-02-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1246,8,'2026-02-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1247,8,'2026-02-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1248,8,'2026-02-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1249,8,'2026-02-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1250,8,'2026-02-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1251,8,'2026-02-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1252,8,'2026-02-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1253,8,'2026-02-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1254,8,'2026-02-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1255,8,'2026-02-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1256,8,'2026-02-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1257,8,'2026-02-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1258,8,'2026-02-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1259,8,'2026-02-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1260,8,'2026-02-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1261,8,'2026-02-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1262,8,'2026-02-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1263,8,'2026-02-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1264,8,'2026-02-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1265,8,'2026-02-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1266,8,'2026-02-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1267,8,'2026-02-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1268,8,'2026-02-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1269,8,'2026-02-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1270,8,'2026-02-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1271,8,'2026-02-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1272,8,'2026-03-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1273,8,'2026-03-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1274,8,'2026-03-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1275,8,'2026-03-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1276,8,'2026-03-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1277,8,'2026-03-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1278,8,'2026-03-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1279,8,'2026-03-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1280,8,'2026-03-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1281,8,'2026-03-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1282,8,'2026-03-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1283,8,'2026-03-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1284,8,'2026-03-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1285,8,'2026-03-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1286,8,'2026-03-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1287,8,'2026-03-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1288,8,'2026-03-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1289,8,'2026-03-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1290,8,'2026-03-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1291,8,'2026-03-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1292,8,'2026-03-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1293,8,'2026-03-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1294,8,'2026-03-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1295,8,'2026-03-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1296,8,'2026-03-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1297,8,'2026-03-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1298,8,'2026-03-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1299,8,'2026-03-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1300,8,'2026-03-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1301,8,'2026-03-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1302,8,'2026-03-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1303,9,'2025-04-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1304,9,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1305,9,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1306,9,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1307,9,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(1308,9,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1309,9,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1310,9,'2025-04-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1311,9,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1312,9,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(1313,9,'2025-05-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1314,9,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1315,9,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1316,9,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1317,9,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1318,9,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1319,9,'2025-05-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1320,9,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1321,9,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1322,9,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1323,9,'2025-06-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1324,9,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1325,9,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1326,9,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1327,9,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1328,9,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1329,9,'2025-06-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1330,9,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1331,9,'2025-08-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1332,9,'2025-08-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1333,9,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(1334,9,'2025-08-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1335,9,'2025-08-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1336,9,'2025-08-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1337,9,'2025-08-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1338,9,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1339,9,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1340,9,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1341,9,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1342,9,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1343,9,'2025-08-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1344,9,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1345,9,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(1346,9,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1347,9,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1348,9,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1349,9,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1350,9,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1351,9,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1352,9,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1353,9,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1354,9,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1355,9,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1356,9,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1357,9,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(1358,9,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(1359,9,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1360,9,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1361,9,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1362,9,'2025-09-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1363,9,'2025-09-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1364,9,'2025-09-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1365,9,'2025-09-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1366,9,'2025-09-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1367,9,'2025-09-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1368,9,'2025-09-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1369,9,'2025-09-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1370,9,'2025-09-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1371,9,'2025-09-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1372,9,'2025-09-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1373,9,'2025-09-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1374,9,'2025-09-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1375,9,'2025-09-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1376,9,'2025-09-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1377,9,'2025-09-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1378,9,'2025-09-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1379,9,'2025-09-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1380,9,'2025-09-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1381,9,'2025-09-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1382,9,'2025-09-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1383,9,'2025-09-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1384,9,'2025-09-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1385,9,'2025-09-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1386,9,'2025-09-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1387,9,'2025-09-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1388,9,'2025-09-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1389,9,'2025-09-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1390,9,'2025-09-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1391,9,'2025-09-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1392,9,'2025-10-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1393,9,'2025-10-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1394,9,'2025-10-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1395,9,'2025-10-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1396,9,'2025-10-05',NULL,NULL,0,'Weekend',NULL,'present','System'),(1397,9,'2025-10-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1398,9,'2025-10-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1399,9,'2025-10-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1400,9,'2025-10-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1401,9,'2025-10-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1402,9,'2025-10-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1403,9,'2025-10-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1404,9,'2025-10-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1405,9,'2025-10-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1406,9,'2025-10-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1407,9,'2025-10-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1408,9,'2025-10-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1409,9,'2025-10-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1410,9,'2025-10-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1411,9,'2025-10-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1412,9,'2025-10-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1413,9,'2025-10-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1414,9,'2025-10-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1415,9,'2025-10-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1416,9,'2025-10-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1417,9,'2025-10-26',NULL,NULL,0,'Weekend',NULL,'present','System'),(1418,9,'2025-10-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1419,9,'2025-10-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1420,9,'2025-10-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1421,9,'2025-10-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1422,9,'2025-10-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1423,9,'2025-11-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1424,9,'2025-11-02',NULL,NULL,0,'Weekend',NULL,'present','System'),(1425,9,'2025-11-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1426,9,'2025-11-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1427,9,'2025-11-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1428,9,'2025-11-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1429,9,'2025-11-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1430,9,'2025-11-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1431,9,'2025-11-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1432,9,'2025-11-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1433,9,'2025-11-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1434,9,'2025-11-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1435,9,'2025-11-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1436,9,'2025-11-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1437,9,'2025-11-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1438,9,'2025-11-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1439,9,'2025-11-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1440,9,'2025-11-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1441,9,'2025-11-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1442,9,'2025-11-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1443,9,'2025-11-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1444,9,'2025-11-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1445,9,'2025-11-23',NULL,NULL,0,'Weekend',NULL,'present','System'),(1446,9,'2025-11-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1447,9,'2025-11-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1448,9,'2025-11-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1449,9,'2025-11-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1450,9,'2025-11-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1451,9,'2025-11-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1452,9,'2025-11-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1453,9,'2025-12-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1454,9,'2025-12-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1455,9,'2025-12-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1456,9,'2025-12-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1457,9,'2025-12-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1458,9,'2025-12-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1459,9,'2025-12-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1460,9,'2025-12-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1461,9,'2025-12-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1462,9,'2025-12-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1463,9,'2025-12-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1464,9,'2025-12-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1465,9,'2025-12-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1466,9,'2025-12-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1467,9,'2025-12-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1468,9,'2025-12-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1469,9,'2025-12-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1470,9,'2025-12-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1471,9,'2025-12-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1472,9,'2025-12-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1473,9,'2025-12-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1474,9,'2025-12-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1475,9,'2025-12-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1476,9,'2025-12-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1477,9,'2025-12-25',NULL,NULL,0,'Holiday',NULL,'present','System'),(1478,9,'2025-12-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1479,9,'2025-12-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1480,9,'2025-12-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1481,9,'2025-12-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1482,9,'2025-12-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1483,9,'2025-12-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1484,9,'2026-01-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1485,9,'2026-01-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1486,9,'2026-01-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(1487,9,'2026-01-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1488,9,'2026-01-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1489,9,'2026-01-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1490,9,'2026-01-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1491,9,'2026-01-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1492,9,'2026-01-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1493,9,'2026-01-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1494,9,'2026-01-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1495,9,'2026-01-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1496,9,'2026-01-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1497,9,'2026-01-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1498,9,'2026-01-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1499,9,'2026-01-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1500,9,'2026-01-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1501,9,'2026-01-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1502,9,'2026-01-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1503,9,'2026-01-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1504,9,'2026-01-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1505,9,'2026-01-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1506,9,'2026-01-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1507,9,'2026-01-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1508,9,'2026-01-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1509,9,'2026-01-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1510,9,'2026-01-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1511,9,'2026-01-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1512,9,'2026-01-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1513,9,'2026-01-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1514,9,'2026-01-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1515,9,'2026-02-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1516,9,'2026-02-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1517,9,'2026-02-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1518,9,'2026-02-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1519,9,'2026-02-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1520,9,'2026-02-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1521,9,'2026-02-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1522,9,'2026-02-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1523,9,'2026-02-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1524,9,'2026-02-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1525,9,'2026-02-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1526,9,'2026-02-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1527,9,'2026-02-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1528,9,'2026-02-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1529,9,'2026-02-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1530,9,'2026-02-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1531,9,'2026-02-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1532,9,'2026-02-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1533,9,'2026-02-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1534,9,'2026-02-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1535,9,'2026-02-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1536,9,'2026-02-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1537,9,'2026-02-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1538,9,'2026-02-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1539,9,'2026-02-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1540,9,'2026-02-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1541,9,'2026-02-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1542,9,'2026-02-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1543,9,'2026-03-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1544,9,'2026-03-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1545,9,'2026-03-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1546,9,'2026-03-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1547,9,'2026-03-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1548,9,'2026-03-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1549,9,'2026-03-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1550,9,'2026-03-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1551,9,'2026-03-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1552,9,'2026-03-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1553,9,'2026-03-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1554,9,'2026-03-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1555,9,'2026-03-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1556,9,'2026-03-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1557,9,'2026-03-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1558,9,'2026-03-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1559,9,'2026-03-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1560,9,'2026-03-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1561,9,'2026-03-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1562,9,'2026-03-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1563,9,'2026-03-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1564,9,'2026-03-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1565,9,'2026-03-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1566,9,'2026-03-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1567,9,'2026-03-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1568,9,'2026-03-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1569,9,'2026-03-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1570,9,'2026-03-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1571,9,'2026-03-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1572,9,'2026-03-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1573,9,'2026-03-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1574,10,'2025-04-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1575,10,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1576,10,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1577,10,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1578,10,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(1579,10,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1580,10,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1581,10,'2025-04-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1582,10,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1583,10,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(1584,10,'2025-05-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1585,10,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1586,10,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1587,10,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1588,10,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1589,10,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1590,10,'2025-05-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1591,10,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1592,10,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1593,10,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1594,10,'2025-06-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1595,10,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1596,10,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1597,10,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1598,10,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1599,10,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1600,10,'2025-06-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1601,10,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1602,10,'2025-08-01',NULL,NULL,0,'Present','Present','present','Bulk'),(1603,10,'2025-08-02',NULL,NULL,0,'Present','Present','present','Bulk'),(1604,10,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(1605,10,'2025-08-04',NULL,NULL,0,'Present','Present','present','Bulk'),(1606,10,'2025-08-05',NULL,NULL,0,'Present','Present','present','Bulk'),(1607,10,'2025-08-06',NULL,NULL,0,'Present','Present','present','Bulk'),(1608,10,'2025-08-07',NULL,NULL,0,'Present','Present','present','Bulk'),(1609,10,'2025-08-08',NULL,NULL,0,'Present','Present','present','Bulk'),(1610,10,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1611,10,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1612,10,'2025-08-11',NULL,NULL,0,'Present','Present','present','Bulk'),(1613,10,'2025-08-12',NULL,NULL,0,'Present','Present','present','Bulk'),(1614,10,'2025-08-13',NULL,NULL,0,'Present','Present','present','Bulk'),(1615,10,'2025-08-14',NULL,NULL,0,'Present','Present','present','Bulk'),(1616,10,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(1617,10,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1618,10,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1619,10,'2025-08-18',NULL,NULL,0,'Present','Present','present','Bulk'),(1620,10,'2025-08-19',NULL,NULL,0,'Present','Present','present','Bulk'),(1621,10,'2025-08-20',NULL,NULL,0,'Present','Present','present','Bulk'),(1622,10,'2025-08-21',NULL,NULL,0,'Present','Present','present','Bulk'),(1623,10,'2025-08-22',NULL,NULL,0,'Present','Present','present','Bulk'),(1624,10,'2025-08-23',NULL,NULL,0,'Present','Present','present','Bulk'),(1625,10,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1626,10,'2025-08-25',NULL,NULL,0,'Present','Present','present','Bulk'),(1627,10,'2025-08-26',NULL,NULL,0,'Present','Present','present','Bulk'),(1628,10,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(1629,10,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(1630,10,'2025-08-29',NULL,NULL,0,'Present','Present','present','Bulk'),(1631,10,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1632,10,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1633,10,'2025-09-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1634,10,'2025-09-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1635,10,'2025-09-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1636,10,'2025-09-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1637,10,'2025-09-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1638,10,'2025-09-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1639,10,'2025-09-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1640,10,'2025-09-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1641,10,'2025-09-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1642,10,'2025-09-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1643,10,'2025-09-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1644,10,'2025-09-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1645,10,'2025-09-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1646,10,'2025-09-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1647,10,'2025-09-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1648,10,'2025-09-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1649,10,'2025-09-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1650,10,'2025-09-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1651,10,'2025-09-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1652,10,'2025-09-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1653,10,'2025-09-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1654,10,'2025-09-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1655,10,'2025-09-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1656,10,'2025-09-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1657,10,'2025-09-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1658,10,'2025-09-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1659,10,'2025-09-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1660,10,'2025-09-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1661,10,'2025-09-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1662,10,'2025-09-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1663,10,'2025-10-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1664,10,'2025-10-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1665,10,'2025-10-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1666,10,'2025-10-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1667,10,'2025-10-05',NULL,NULL,0,'Weekend',NULL,'present','System'),(1668,10,'2025-10-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1669,10,'2025-10-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1670,10,'2025-10-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1671,10,'2025-10-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1672,10,'2025-10-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1673,10,'2025-10-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1674,10,'2025-10-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1675,10,'2025-10-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1676,10,'2025-10-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1677,10,'2025-10-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1678,10,'2025-10-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1679,10,'2025-10-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1680,10,'2025-10-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1681,10,'2025-10-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1682,10,'2025-10-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1683,10,'2025-10-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1684,10,'2025-10-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1685,10,'2025-10-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1686,10,'2025-10-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1687,10,'2025-10-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1688,10,'2025-10-26',NULL,NULL,0,'Weekend',NULL,'present','System'),(1689,10,'2025-10-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1690,10,'2025-10-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1691,10,'2025-10-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1692,10,'2025-10-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1693,10,'2025-10-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1694,10,'2025-11-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1695,10,'2025-11-02',NULL,NULL,0,'Weekend',NULL,'present','System'),(1696,10,'2025-11-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1697,10,'2025-11-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1698,10,'2025-11-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1699,10,'2025-11-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1700,10,'2025-11-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1701,10,'2025-11-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1702,10,'2025-11-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1703,10,'2025-11-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1704,10,'2025-11-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1705,10,'2025-11-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1706,10,'2025-11-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1707,10,'2025-11-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1708,10,'2025-11-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1709,10,'2025-11-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1710,10,'2025-11-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1711,10,'2025-11-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1712,10,'2025-11-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1713,10,'2025-11-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1714,10,'2025-11-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1715,10,'2025-11-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1716,10,'2025-11-23',NULL,NULL,0,'Weekend',NULL,'present','System'),(1717,10,'2025-11-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1718,10,'2025-11-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1719,10,'2025-11-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1720,10,'2025-11-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1721,10,'2025-11-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1722,10,'2025-11-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1723,10,'2025-11-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1724,10,'2025-12-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1725,10,'2025-12-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1726,10,'2025-12-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1727,10,'2025-12-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1728,10,'2025-12-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1729,10,'2025-12-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1730,10,'2025-12-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1731,10,'2025-12-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1732,10,'2025-12-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1733,10,'2025-12-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1734,10,'2025-12-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1735,10,'2025-12-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1736,10,'2025-12-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1737,10,'2025-12-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1738,10,'2025-12-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1739,10,'2025-12-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1740,10,'2025-12-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1741,10,'2025-12-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1742,10,'2025-12-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1743,10,'2025-12-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1744,10,'2025-12-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1745,10,'2025-12-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1746,10,'2025-12-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1747,10,'2025-12-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1748,10,'2025-12-25',NULL,NULL,0,'Holiday',NULL,'present','System'),(1749,10,'2025-12-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1750,10,'2025-12-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1751,10,'2025-12-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1752,10,'2025-12-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1753,10,'2025-12-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1754,10,'2025-12-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1755,10,'2026-01-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1756,10,'2026-01-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1757,10,'2026-01-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(1758,10,'2026-01-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1759,10,'2026-01-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1760,10,'2026-01-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1761,10,'2026-01-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1762,10,'2026-01-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1763,10,'2026-01-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1764,10,'2026-01-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1765,10,'2026-01-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1766,10,'2026-01-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1767,10,'2026-01-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1768,10,'2026-01-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1769,10,'2026-01-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1770,10,'2026-01-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1771,10,'2026-01-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1772,10,'2026-01-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1773,10,'2026-01-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1774,10,'2026-01-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1775,10,'2026-01-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1776,10,'2026-01-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1777,10,'2026-01-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1778,10,'2026-01-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1779,10,'2026-01-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1780,10,'2026-01-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1781,10,'2026-01-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1782,10,'2026-01-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1783,10,'2026-01-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1784,10,'2026-01-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1785,10,'2026-01-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1786,10,'2026-02-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1787,10,'2026-02-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1788,10,'2026-02-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1789,10,'2026-02-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1790,10,'2026-02-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1791,10,'2026-02-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1792,10,'2026-02-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1793,10,'2026-02-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1794,10,'2026-02-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1795,10,'2026-02-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1796,10,'2026-02-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1797,10,'2026-02-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1798,10,'2026-02-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1799,10,'2026-02-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1800,10,'2026-02-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1801,10,'2026-02-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1802,10,'2026-02-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1803,10,'2026-02-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1804,10,'2026-02-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1805,10,'2026-02-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1806,10,'2026-02-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1807,10,'2026-02-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1808,10,'2026-02-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1809,10,'2026-02-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1810,10,'2026-02-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1811,10,'2026-02-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1812,10,'2026-02-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1813,10,'2026-02-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1814,10,'2026-03-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1815,10,'2026-03-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1816,10,'2026-03-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1817,10,'2026-03-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1818,10,'2026-03-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1819,10,'2026-03-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1820,10,'2026-03-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1821,10,'2026-03-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1822,10,'2026-03-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1823,10,'2026-03-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1824,10,'2026-03-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1825,10,'2026-03-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1826,10,'2026-03-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1827,10,'2026-03-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1828,10,'2026-03-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1829,10,'2026-03-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1830,10,'2026-03-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1831,10,'2026-03-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1832,10,'2026-03-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1833,10,'2026-03-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1834,10,'2026-03-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1835,10,'2026-03-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1836,10,'2026-03-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1837,10,'2026-03-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1838,10,'2026-03-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1839,10,'2026-03-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1840,10,'2026-03-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1841,10,'2026-03-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1842,10,'2026-03-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1843,10,'2026-03-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1844,10,'2026-03-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1845,11,'2025-04-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1846,11,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1847,11,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1848,11,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1849,11,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(1850,11,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1851,11,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1852,11,'2025-04-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1853,11,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1854,11,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(1855,11,'2025-05-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1856,11,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1857,11,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1858,11,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1859,11,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1860,11,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1861,11,'2025-05-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1862,11,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1863,11,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1864,11,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1865,11,'2025-06-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1866,11,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1867,11,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1868,11,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1869,11,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1870,11,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1871,11,'2025-06-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1872,11,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1873,11,'2025-08-01',NULL,NULL,0,'Present','OOF','present','Manual'),(1874,11,'2025-08-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1875,11,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(1876,11,'2025-08-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1877,11,'2025-08-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1878,11,'2025-08-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1879,11,'2025-08-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1880,11,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1881,11,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1882,11,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(1883,11,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1884,11,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1885,11,'2025-08-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1886,11,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1887,11,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(1888,11,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1889,11,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(1890,11,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1891,11,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1892,11,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1893,11,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1894,11,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1895,11,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1896,11,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(1897,11,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1898,11,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1899,11,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(1900,11,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(1901,11,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1902,11,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1903,11,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(1904,11,'2025-09-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1905,11,'2025-09-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1906,11,'2025-09-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1907,11,'2025-09-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1908,11,'2025-09-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1909,11,'2025-09-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(1910,11,'2025-09-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(1911,11,'2025-09-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1912,11,'2025-09-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1913,11,'2025-09-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1914,11,'2025-09-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1915,11,'2025-09-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1916,11,'2025-09-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(1917,11,'2025-09-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(1918,11,'2025-09-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1919,11,'2025-09-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1920,11,'2025-09-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1921,11,'2025-09-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1922,11,'2025-09-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1923,11,'2025-09-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(1924,11,'2025-09-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(1925,11,'2025-09-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1926,11,'2025-09-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1927,11,'2025-09-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1928,11,'2025-09-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1929,11,'2025-09-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1930,11,'2025-09-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(1931,11,'2025-09-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(1932,11,'2025-09-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1933,11,'2025-09-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1934,11,'2025-10-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1935,11,'2025-10-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1936,11,'2025-10-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1937,11,'2025-10-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(1938,11,'2025-10-05',NULL,NULL,0,'Weekend',NULL,'present','System'),(1939,11,'2025-10-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1940,11,'2025-10-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1941,11,'2025-10-08',NULL,NULL,0,'LWP',NULL,'present','System'),(1942,11,'2025-10-09',NULL,NULL,0,'LWP',NULL,'present','System'),(1943,11,'2025-10-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1944,11,'2025-10-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(1945,11,'2025-10-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(1946,11,'2025-10-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1947,11,'2025-10-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1948,11,'2025-10-15',NULL,NULL,0,'LWP',NULL,'present','System'),(1949,11,'2025-10-16',NULL,NULL,0,'LWP',NULL,'present','System'),(1950,11,'2025-10-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1951,11,'2025-10-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(1952,11,'2025-10-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(1953,11,'2025-10-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1954,11,'2025-10-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1955,11,'2025-10-22',NULL,NULL,0,'LWP',NULL,'present','System'),(1956,11,'2025-10-23',NULL,NULL,0,'LWP',NULL,'present','System'),(1957,11,'2025-10-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1958,11,'2025-10-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(1959,11,'2025-10-26',NULL,NULL,0,'Weekend',NULL,'present','System'),(1960,11,'2025-10-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1961,11,'2025-10-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1962,11,'2025-10-29',NULL,NULL,0,'LWP',NULL,'present','System'),(1963,11,'2025-10-30',NULL,NULL,0,'LWP',NULL,'present','System'),(1964,11,'2025-10-31',NULL,NULL,0,'LWP',NULL,'present','System'),(1965,11,'2025-11-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(1966,11,'2025-11-02',NULL,NULL,0,'Weekend',NULL,'present','System'),(1967,11,'2025-11-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1968,11,'2025-11-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1969,11,'2025-11-05',NULL,NULL,0,'LWP',NULL,'present','System'),(1970,11,'2025-11-06',NULL,NULL,0,'LWP',NULL,'present','System'),(1971,11,'2025-11-07',NULL,NULL,0,'LWP',NULL,'present','System'),(1972,11,'2025-11-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(1973,11,'2025-11-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(1974,11,'2025-11-10',NULL,NULL,0,'LWP',NULL,'present','System'),(1975,11,'2025-11-11',NULL,NULL,0,'LWP',NULL,'present','System'),(1976,11,'2025-11-12',NULL,NULL,0,'LWP',NULL,'present','System'),(1977,11,'2025-11-13',NULL,NULL,0,'LWP',NULL,'present','System'),(1978,11,'2025-11-14',NULL,NULL,0,'LWP',NULL,'present','System'),(1979,11,'2025-11-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(1980,11,'2025-11-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(1981,11,'2025-11-17',NULL,NULL,0,'LWP',NULL,'present','System'),(1982,11,'2025-11-18',NULL,NULL,0,'LWP',NULL,'present','System'),(1983,11,'2025-11-19',NULL,NULL,0,'LWP',NULL,'present','System'),(1984,11,'2025-11-20',NULL,NULL,0,'LWP',NULL,'present','System'),(1985,11,'2025-11-21',NULL,NULL,0,'LWP',NULL,'present','System'),(1986,11,'2025-11-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(1987,11,'2025-11-23',NULL,NULL,0,'Weekend',NULL,'present','System'),(1988,11,'2025-11-24',NULL,NULL,0,'LWP',NULL,'present','System'),(1989,11,'2025-11-25',NULL,NULL,0,'LWP',NULL,'present','System'),(1990,11,'2025-11-26',NULL,NULL,0,'LWP',NULL,'present','System'),(1991,11,'2025-11-27',NULL,NULL,0,'LWP',NULL,'present','System'),(1992,11,'2025-11-28',NULL,NULL,0,'LWP',NULL,'present','System'),(1993,11,'2025-11-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(1994,11,'2025-11-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(1995,11,'2025-12-01',NULL,NULL,0,'LWP',NULL,'present','System'),(1996,11,'2025-12-02',NULL,NULL,0,'LWP',NULL,'present','System'),(1997,11,'2025-12-03',NULL,NULL,0,'LWP',NULL,'present','System'),(1998,11,'2025-12-04',NULL,NULL,0,'LWP',NULL,'present','System'),(1999,11,'2025-12-05',NULL,NULL,0,'LWP',NULL,'present','System'),(2000,11,'2025-12-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2001,11,'2025-12-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2002,11,'2025-12-08',NULL,NULL,0,'LWP',NULL,'present','System'),(2003,11,'2025-12-09',NULL,NULL,0,'LWP',NULL,'present','System'),(2004,11,'2025-12-10',NULL,NULL,0,'LWP',NULL,'present','System'),(2005,11,'2025-12-11',NULL,NULL,0,'LWP',NULL,'present','System'),(2006,11,'2025-12-12',NULL,NULL,0,'LWP',NULL,'present','System'),(2007,11,'2025-12-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2008,11,'2025-12-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2009,11,'2025-12-15',NULL,NULL,0,'LWP',NULL,'present','System'),(2010,11,'2025-12-16',NULL,NULL,0,'LWP',NULL,'present','System'),(2011,11,'2025-12-17',NULL,NULL,0,'LWP',NULL,'present','System'),(2012,11,'2025-12-18',NULL,NULL,0,'LWP',NULL,'present','System'),(2013,11,'2025-12-19',NULL,NULL,0,'LWP',NULL,'present','System'),(2014,11,'2025-12-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2015,11,'2025-12-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2016,11,'2025-12-22',NULL,NULL,0,'LWP',NULL,'present','System'),(2017,11,'2025-12-23',NULL,NULL,0,'LWP',NULL,'present','System'),(2018,11,'2025-12-24',NULL,NULL,0,'LWP',NULL,'present','System'),(2019,11,'2025-12-25',NULL,NULL,0,'Holiday',NULL,'present','System'),(2020,11,'2025-12-26',NULL,NULL,0,'LWP',NULL,'present','System'),(2021,11,'2025-12-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2022,11,'2025-12-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2023,11,'2025-12-29',NULL,NULL,0,'LWP',NULL,'present','System'),(2024,11,'2025-12-30',NULL,NULL,0,'LWP',NULL,'present','System'),(2025,11,'2025-12-31',NULL,NULL,0,'LWP',NULL,'present','System'),(2026,11,'2026-01-01',NULL,NULL,0,'LWP',NULL,'present','System'),(2027,11,'2026-01-02',NULL,NULL,0,'LWP',NULL,'present','System'),(2028,11,'2026-01-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(2029,11,'2026-01-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2030,11,'2026-01-05',NULL,NULL,0,'LWP',NULL,'present','System'),(2031,11,'2026-01-06',NULL,NULL,0,'LWP',NULL,'present','System'),(2032,11,'2026-01-07',NULL,NULL,0,'LWP',NULL,'present','System'),(2033,11,'2026-01-08',NULL,NULL,0,'LWP',NULL,'present','System'),(2034,11,'2026-01-09',NULL,NULL,0,'LWP',NULL,'present','System'),(2035,11,'2026-01-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2036,11,'2026-01-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2037,11,'2026-01-12',NULL,NULL,0,'LWP',NULL,'present','System'),(2038,11,'2026-01-13',NULL,NULL,0,'LWP',NULL,'present','System'),(2039,11,'2026-01-14',NULL,NULL,0,'LWP',NULL,'present','System'),(2040,11,'2026-01-15',NULL,NULL,0,'LWP',NULL,'present','System'),(2041,11,'2026-01-16',NULL,NULL,0,'LWP',NULL,'present','System'),(2042,11,'2026-01-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2043,11,'2026-01-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2044,11,'2026-01-19',NULL,NULL,0,'LWP',NULL,'present','System'),(2045,11,'2026-01-20',NULL,NULL,0,'LWP',NULL,'present','System'),(2046,11,'2026-01-21',NULL,NULL,0,'LWP',NULL,'present','System'),(2047,11,'2026-01-22',NULL,NULL,0,'LWP',NULL,'present','System'),(2048,11,'2026-01-23',NULL,NULL,0,'LWP',NULL,'present','System'),(2049,11,'2026-01-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(2050,11,'2026-01-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2051,11,'2026-01-26',NULL,NULL,0,'LWP',NULL,'present','System'),(2052,11,'2026-01-27',NULL,NULL,0,'LWP',NULL,'present','System'),(2053,11,'2026-01-28',NULL,NULL,0,'LWP',NULL,'present','System'),(2054,11,'2026-01-29',NULL,NULL,0,'LWP',NULL,'present','System'),(2055,11,'2026-01-30',NULL,NULL,0,'LWP',NULL,'present','System'),(2056,11,'2026-01-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(2057,11,'2026-02-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2058,11,'2026-02-02',NULL,NULL,0,'LWP',NULL,'present','System'),(2059,11,'2026-02-03',NULL,NULL,0,'LWP',NULL,'present','System'),(2060,11,'2026-02-04',NULL,NULL,0,'LWP',NULL,'present','System'),(2061,11,'2026-02-05',NULL,NULL,0,'LWP',NULL,'present','System'),(2062,11,'2026-02-06',NULL,NULL,0,'LWP',NULL,'present','System'),(2063,11,'2026-02-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2064,11,'2026-02-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2065,11,'2026-02-09',NULL,NULL,0,'LWP',NULL,'present','System'),(2066,11,'2026-02-10',NULL,NULL,0,'LWP',NULL,'present','System'),(2067,11,'2026-02-11',NULL,NULL,0,'LWP',NULL,'present','System'),(2068,11,'2026-02-12',NULL,NULL,0,'LWP',NULL,'present','System'),(2069,11,'2026-02-13',NULL,NULL,0,'LWP',NULL,'present','System'),(2070,11,'2026-02-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2071,11,'2026-02-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2072,11,'2026-02-16',NULL,NULL,0,'LWP',NULL,'present','System'),(2073,11,'2026-02-17',NULL,NULL,0,'LWP',NULL,'present','System'),(2074,11,'2026-02-18',NULL,NULL,0,'LWP',NULL,'present','System'),(2075,11,'2026-02-19',NULL,NULL,0,'LWP',NULL,'present','System'),(2076,11,'2026-02-20',NULL,NULL,0,'LWP',NULL,'present','System'),(2077,11,'2026-02-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2078,11,'2026-02-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2079,11,'2026-02-23',NULL,NULL,0,'LWP',NULL,'present','System'),(2080,11,'2026-02-24',NULL,NULL,0,'LWP',NULL,'present','System'),(2081,11,'2026-02-25',NULL,NULL,0,'LWP',NULL,'present','System'),(2082,11,'2026-02-26',NULL,NULL,0,'LWP',NULL,'present','System'),(2083,11,'2026-02-27',NULL,NULL,0,'LWP',NULL,'present','System'),(2084,11,'2026-02-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2085,11,'2026-03-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2086,11,'2026-03-02',NULL,NULL,0,'LWP',NULL,'present','System'),(2087,11,'2026-03-03',NULL,NULL,0,'LWP',NULL,'present','System'),(2088,11,'2026-03-04',NULL,NULL,0,'LWP',NULL,'present','System'),(2089,11,'2026-03-05',NULL,NULL,0,'LWP',NULL,'present','System'),(2090,11,'2026-03-06',NULL,NULL,0,'LWP',NULL,'present','System'),(2091,11,'2026-03-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2092,11,'2026-03-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2093,11,'2026-03-09',NULL,NULL,0,'LWP',NULL,'present','System'),(2094,11,'2026-03-10',NULL,NULL,0,'LWP',NULL,'present','System'),(2095,11,'2026-03-11',NULL,NULL,0,'LWP',NULL,'present','System'),(2096,11,'2026-03-12',NULL,NULL,0,'LWP',NULL,'present','System'),(2097,11,'2026-03-13',NULL,NULL,0,'LWP',NULL,'present','System'),(2098,11,'2026-03-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2099,11,'2026-03-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2100,11,'2026-03-16',NULL,NULL,0,'LWP',NULL,'present','System'),(2101,11,'2026-03-17',NULL,NULL,0,'LWP',NULL,'present','System'),(2102,11,'2026-03-18',NULL,NULL,0,'LWP',NULL,'present','System'),(2103,11,'2026-03-19',NULL,NULL,0,'LWP',NULL,'present','System'),(2104,11,'2026-03-20',NULL,NULL,0,'LWP',NULL,'present','System'),(2105,11,'2026-03-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2106,11,'2026-03-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2107,11,'2026-03-23',NULL,NULL,0,'LWP',NULL,'present','System'),(2108,11,'2026-03-24',NULL,NULL,0,'LWP',NULL,'present','System'),(2109,11,'2026-03-25',NULL,NULL,0,'LWP',NULL,'present','System'),(2110,11,'2026-03-26',NULL,NULL,0,'LWP',NULL,'present','System'),(2111,11,'2026-03-27',NULL,NULL,0,'LWP',NULL,'present','System'),(2112,11,'2026-03-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2113,11,'2026-03-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2114,11,'2026-03-30',NULL,NULL,0,'LWP',NULL,'present','System'),(2115,11,'2026-03-31',NULL,NULL,0,'LWP',NULL,'present','System'),(2116,12,'2025-04-05',NULL,NULL,1.63667,'LWP',NULL,'present','Desktime'),(2117,12,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2118,12,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(2119,12,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2120,12,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(2121,12,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(2122,12,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2123,12,'2025-04-26',NULL,NULL,3.11222,'LWP',NULL,'present','Desktime'),(2124,12,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2125,12,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2126,12,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2127,12,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2128,12,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2129,12,'2025-05-24',NULL,NULL,3.95306,'LWP',NULL,'present','Desktime'),(2130,12,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2140,12,'2025-08-01',NULL,NULL,5.60222,'Half Day',NULL,'present','Desktime'),(2141,12,'2025-08-02',NULL,NULL,7.3325,'Present',NULL,'present','Desktime'),(2142,12,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(2143,12,'2025-08-04',NULL,NULL,0,'Earned Leaves',NULL,'Leave','Desktime'),(2144,12,'2025-08-05',NULL,NULL,0,'Earned Leaves',NULL,'Leave','Desktime'),(2145,12,'2025-08-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2146,12,'2025-08-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2147,12,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2148,12,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(2149,12,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2150,12,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2151,12,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2152,12,'2025-08-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2153,12,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2154,12,'2025-08-15',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2155,12,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(2156,12,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2157,12,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2158,12,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2159,12,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2160,12,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2161,12,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2162,12,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2163,12,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(2164,12,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2165,12,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2166,12,'2025-08-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2167,12,'2025-08-28',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2168,12,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2169,12,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(2170,12,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(2171,12,'2025-09-01',NULL,NULL,0,'Earned Leaves',NULL,'Leave','Desktime'),(2172,12,'2025-09-02',NULL,NULL,0,'Earned Leaves',NULL,'Leave','Desktime'),(2173,12,'2025-09-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2174,12,'2025-09-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2175,12,'2025-09-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2176,12,'2025-09-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2177,12,'2025-09-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2178,12,'2025-09-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2179,12,'2025-09-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2180,12,'2025-09-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2181,12,'2025-09-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2182,12,'2025-09-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2183,12,'2025-09-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2184,12,'2025-09-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2185,12,'2025-09-15',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2186,12,'2025-09-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2187,12,'2025-09-17',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2188,12,'2025-09-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2189,12,'2025-09-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2190,12,'2025-09-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2191,12,'2025-09-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2192,12,'2025-09-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2193,12,'2025-09-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2194,12,'2025-09-24',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2195,12,'2025-09-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2196,12,'2025-09-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2197,12,'2025-09-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2198,12,'2025-09-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2199,12,'2025-09-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2200,12,'2025-09-30',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2201,12,'2025-10-01',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2202,12,'2025-10-02',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2203,12,'2025-10-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2204,12,'2025-10-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2205,12,'2025-10-05',NULL,NULL,0,'Weekend',NULL,'present','System'),(2206,12,'2025-10-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2207,12,'2025-10-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2208,12,'2025-10-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2209,12,'2025-10-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2210,12,'2025-10-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2211,12,'2025-10-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2212,12,'2025-10-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(2213,12,'2025-10-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2214,12,'2025-10-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2215,12,'2025-10-15',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2216,12,'2025-10-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2217,12,'2025-10-17',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2218,12,'2025-10-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2219,12,'2025-10-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(2220,12,'2025-10-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2221,12,'2025-10-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2222,12,'2025-10-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2223,12,'2025-10-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2224,12,'2025-10-24',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2225,12,'2025-10-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2226,12,'2025-10-26',NULL,NULL,0,'Weekend',NULL,'present','System'),(2227,12,'2025-10-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2228,12,'2025-10-28',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2229,12,'2025-10-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2230,12,'2025-10-30',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2231,12,'2025-10-31',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2232,12,'2025-11-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2233,12,'2025-11-02',NULL,NULL,0,'Weekend',NULL,'present','System'),(2234,12,'2025-11-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2235,12,'2025-11-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2236,12,'2025-11-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2237,12,'2025-11-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2238,12,'2025-11-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2239,12,'2025-11-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2240,12,'2025-11-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(2241,12,'2025-11-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2242,12,'2025-11-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2243,12,'2025-11-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2244,12,'2025-11-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2245,12,'2025-11-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2246,12,'2025-11-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2247,12,'2025-11-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(2248,12,'2025-11-17',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2249,12,'2025-11-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2250,12,'2025-11-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2251,12,'2025-11-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2252,12,'2025-11-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2253,12,'2025-11-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2254,12,'2025-11-23',NULL,NULL,0,'Weekend',NULL,'present','System'),(2255,12,'2025-11-24',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2256,12,'2025-11-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2257,12,'2025-11-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2258,12,'2025-11-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2259,12,'2025-11-28',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2260,12,'2025-11-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2261,12,'2025-11-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(2262,12,'2025-12-01',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2263,12,'2025-12-02',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2264,12,'2025-12-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2265,12,'2025-12-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2266,12,'2025-12-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2267,12,'2025-12-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2268,12,'2025-12-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2269,12,'2025-12-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2270,12,'2025-12-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2271,12,'2025-12-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2272,12,'2025-12-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2273,12,'2025-12-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2274,12,'2025-12-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2275,12,'2025-12-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2276,12,'2025-12-15',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2277,12,'2025-12-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2278,12,'2025-12-17',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2279,12,'2025-12-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2280,12,'2025-12-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2281,12,'2025-12-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2282,12,'2025-12-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2283,12,'2025-12-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2284,12,'2025-12-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2285,12,'2025-12-24',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2286,12,'2025-12-25',NULL,NULL,0,'Holiday',NULL,'present','System'),(2287,12,'2025-12-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2288,12,'2025-12-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2289,12,'2025-12-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2290,12,'2025-12-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2291,12,'2025-12-30',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2292,12,'2025-12-31',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2293,12,'2026-01-01',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2294,12,'2026-01-02',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2295,12,'2026-01-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(2296,12,'2026-01-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2297,12,'2026-01-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2298,12,'2026-01-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2299,12,'2026-01-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2300,12,'2026-01-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2301,12,'2026-01-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2302,12,'2026-01-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2303,12,'2026-01-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2304,12,'2026-01-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2305,12,'2026-01-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2306,12,'2026-01-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2307,12,'2026-01-15',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2308,12,'2026-01-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2309,12,'2026-01-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2310,12,'2026-01-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2311,12,'2026-01-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2312,12,'2026-01-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2313,12,'2026-01-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2314,12,'2026-01-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2315,12,'2026-01-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2316,12,'2026-01-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(2317,12,'2026-01-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2318,12,'2026-01-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2319,12,'2026-01-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2320,12,'2026-01-28',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2321,12,'2026-01-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2322,12,'2026-01-30',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2323,12,'2026-01-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(2324,12,'2026-02-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2325,12,'2026-02-02',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2326,12,'2026-02-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2327,12,'2026-02-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2328,12,'2026-02-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2329,12,'2026-02-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2330,12,'2026-02-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2331,12,'2026-02-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2332,12,'2026-02-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2333,12,'2026-02-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2334,12,'2026-02-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2335,12,'2026-02-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2336,12,'2026-02-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2337,12,'2026-02-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2338,12,'2026-02-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2339,12,'2026-02-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2340,12,'2026-02-17',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2341,12,'2026-02-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2342,12,'2026-02-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2343,12,'2026-02-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2344,12,'2026-02-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2345,12,'2026-02-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2346,12,'2026-02-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2347,12,'2026-02-24',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2348,12,'2026-02-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2349,12,'2026-02-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2350,12,'2026-02-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2351,12,'2026-02-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2352,12,'2026-03-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2353,12,'2026-03-02',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2354,12,'2026-03-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2355,12,'2026-03-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2356,12,'2026-03-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2357,12,'2026-03-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2358,12,'2026-03-07',NULL,NULL,0,'Weekend',NULL,'present','System'),(2359,12,'2026-03-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2360,12,'2026-03-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2361,12,'2026-03-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2362,12,'2026-03-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2363,12,'2026-03-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2364,12,'2026-03-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2365,12,'2026-03-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2366,12,'2026-03-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2367,12,'2026-03-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2368,12,'2026-03-17',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2369,12,'2026-03-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2370,12,'2026-03-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2371,12,'2026-03-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2372,12,'2026-03-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2373,12,'2026-03-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2374,12,'2026-03-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2375,12,'2026-03-24',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2376,12,'2026-03-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2377,12,'2026-03-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2378,12,'2026-03-27',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2379,12,'2026-03-28',NULL,NULL,0,'Weekend',NULL,'present','System'),(2380,12,'2026-03-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2381,12,'2026-03-30',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2382,12,'2026-03-31',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2383,13,'2025-04-05',NULL,NULL,4.7675,'Half Day',NULL,'present','Desktime'),(2384,13,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2385,13,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(2386,13,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2387,13,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(2388,13,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(2389,13,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2390,13,'2025-04-26',NULL,NULL,4.06417,'Half Day',NULL,'present','Desktime'),(2391,13,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2392,13,'2025-05-03',NULL,NULL,3.42833,'LWP',NULL,'present','Desktime'),(2393,13,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2394,13,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2395,13,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2396,13,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2397,13,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2398,13,'2025-05-24',NULL,NULL,7.01778,'Present',NULL,'present','Desktime'),(2399,13,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2400,13,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(2410,14,'2025-04-05',NULL,NULL,0,'LWP',NULL,'present','System'),(2411,14,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2412,14,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(2413,14,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2414,14,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(2415,14,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(2416,14,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2417,14,'2025-04-26',NULL,NULL,0,'LWP',NULL,'present','System'),(2418,14,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2419,14,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(2420,14,'2025-05-03',NULL,NULL,0,'LWP',NULL,'present','System'),(2421,14,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2422,14,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2423,14,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2424,14,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2425,14,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2426,14,'2025-05-24',NULL,NULL,0,'LWP',NULL,'present','System'),(2427,14,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2428,14,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(2429,14,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2430,14,'2025-06-07',NULL,NULL,0,'LWP',NULL,'present','System'),(2431,14,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2432,14,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2433,14,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2434,14,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2435,14,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2436,14,'2025-06-28',NULL,NULL,0,'LWP',NULL,'present','System'),(2437,14,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2546,8,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(2547,8,'2025-05-02',NULL,NULL,6.5675,'Half Day',NULL,'present','Desktime'),(2548,8,'2025-05-03',NULL,NULL,3.6175,'LWP',NULL,'present','Desktime'),(2549,8,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2550,8,'2025-05-05',NULL,NULL,8.08556,'Present',NULL,'present','Desktime'),(2551,8,'2025-05-06',NULL,NULL,8.41528,'Present',NULL,'present','Desktime'),(2552,8,'2025-05-07',NULL,NULL,9.03778,'Present',NULL,'present','Desktime'),(2553,8,'2025-05-08',NULL,NULL,9.3325,'Present',NULL,'present','Desktime'),(2554,8,'2025-05-09',NULL,NULL,5.44028,'Half Day',NULL,'present','Desktime'),(2555,8,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2556,8,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2557,8,'2025-05-12',NULL,NULL,7.90778,'Present',NULL,'present','Desktime'),(2558,8,'2025-05-13',NULL,NULL,7.76361,'Present',NULL,'present','Desktime'),(2559,8,'2025-05-14',NULL,NULL,8.34194,'Present',NULL,'present','Desktime'),(2560,8,'2025-05-15',NULL,NULL,8.25472,'Present',NULL,'present','Desktime'),(2561,8,'2025-05-16',NULL,NULL,7.74972,'Present',NULL,'present','Desktime'),(2562,8,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2563,8,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2564,8,'2025-05-19',NULL,NULL,7.58167,'Present',NULL,'present','Desktime'),(2565,8,'2025-05-20',NULL,NULL,8.015,'Present',NULL,'present','Desktime'),(2566,8,'2025-05-21',NULL,NULL,8.08389,'Present',NULL,'present','Desktime'),(2567,8,'2025-05-22',NULL,NULL,7.46056,'Present',NULL,'present','Desktime'),(2568,8,'2025-05-23',NULL,NULL,7.50917,'Present',NULL,'present','Desktime'),(2569,8,'2025-05-24',NULL,NULL,7.11917,'Present',NULL,'present','Desktime'),(2570,8,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2571,8,'2025-05-26',NULL,NULL,7.77111,'Present',NULL,'present','Desktime'),(2572,8,'2025-05-27',NULL,NULL,7.66278,'Present',NULL,'present','Desktime'),(2573,8,'2025-05-28',NULL,NULL,7.64472,'Present',NULL,'present','Desktime'),(2574,8,'2025-05-29',NULL,NULL,0.413056,'LWP',NULL,'present','Desktime'),(2575,8,'2025-05-30',NULL,NULL,7.49,'Present',NULL,'present','Desktime'),(2576,8,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(2812,12,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2813,12,'2025-06-02',NULL,NULL,8.8075,'Present',NULL,'present','Desktime'),(2814,12,'2025-06-03',NULL,NULL,7.67889,'Present',NULL,'present','Desktime'),(2815,12,'2025-06-04',NULL,NULL,8.05417,'Present',NULL,'present','Desktime'),(2816,12,'2025-06-05',NULL,NULL,7.545,'Present',NULL,'present','Desktime'),(2817,12,'2025-06-06',NULL,NULL,7.88028,'Present',NULL,'present','Desktime'),(2818,12,'2025-06-07',NULL,NULL,7.79889,'Present',NULL,'present','Desktime'),(2819,12,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2820,12,'2025-06-09',NULL,NULL,8.545,'Present',NULL,'present','Desktime'),(2821,12,'2025-06-10',NULL,NULL,7.48111,'Present',NULL,'present','Desktime'),(2822,12,'2025-06-11',NULL,NULL,8.55639,'Present',NULL,'present','Desktime'),(2823,12,'2025-06-12',NULL,NULL,8.31861,'Present',NULL,'present','Desktime'),(2824,12,'2025-06-13',NULL,NULL,7.66333,'Present',NULL,'present','Desktime'),(2825,12,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2826,12,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2827,12,'2025-06-16',NULL,NULL,7.70278,'Present',NULL,'present','Desktime'),(2828,12,'2025-06-17',NULL,NULL,8.41528,'Present',NULL,'present','Desktime'),(2829,12,'2025-06-18',NULL,NULL,7.66028,'Present',NULL,'present','Desktime'),(2830,12,'2025-06-19',NULL,NULL,7.75667,'Present',NULL,'present','Desktime'),(2831,12,'2025-06-20',NULL,NULL,7.80278,'Present',NULL,'present','Desktime'),(2832,12,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2833,12,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2834,12,'2025-06-23',NULL,NULL,7.57417,'Present',NULL,'present','Desktime'),(2835,12,'2025-06-24',NULL,NULL,7.86278,'Present',NULL,'present','Desktime'),(2836,12,'2025-06-25',NULL,NULL,7.65333,'Present',NULL,'present','Desktime'),(2837,12,'2025-06-26',NULL,NULL,8.15556,'Present',NULL,'present','Desktime'),(2838,12,'2025-06-27',NULL,NULL,7.28722,'Present',NULL,'present','Desktime'),(2839,12,'2025-06-28',NULL,NULL,8.45278,'Present',NULL,'present','Desktime'),(2840,12,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2842,12,'2025-06-30',NULL,NULL,7.62639,'Present',NULL,'present','Desktime'),(2844,13,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2847,13,'2025-06-02',NULL,NULL,7.39917,'Present',NULL,'present','Desktime'),(2849,13,'2025-06-03',NULL,NULL,7.98111,'Present',NULL,'present','Desktime'),(2850,13,'2025-06-04',NULL,NULL,7.02917,'Present',NULL,'present','Desktime'),(2851,13,'2025-06-05',NULL,NULL,7.20111,'Present',NULL,'present','Desktime'),(2852,13,'2025-06-06',NULL,NULL,7.19639,'Present',NULL,'present','Desktime'),(2853,13,'2025-06-07',NULL,NULL,7.26806,'Present',NULL,'present','Desktime'),(2854,13,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2855,13,'2025-06-09',NULL,NULL,7.245,'Present',NULL,'present','Desktime'),(2856,13,'2025-06-10',NULL,NULL,7.06861,'Present',NULL,'present','Desktime'),(2857,13,'2025-06-11',NULL,NULL,7.62194,'Present',NULL,'present','Desktime'),(2858,13,'2025-06-12',NULL,NULL,7.4475,'Present',NULL,'present','Desktime'),(2859,13,'2025-06-13',NULL,NULL,8.41833,'Present',NULL,'present','Desktime'),(2860,13,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2861,13,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2862,13,'2025-06-16',NULL,NULL,6.63139,'Half Day',NULL,'present','Desktime'),(2863,13,'2025-06-17',NULL,NULL,7.56472,'Present',NULL,'present','Desktime'),(2864,13,'2025-06-18',NULL,NULL,7.82639,'Present',NULL,'present','Desktime'),(2865,13,'2025-06-19',NULL,NULL,7.735,'Present',NULL,'present','Desktime'),(2866,13,'2025-06-20',NULL,NULL,7.49889,'Present',NULL,'present','Desktime'),(2867,13,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2868,13,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2869,13,'2025-06-23',NULL,NULL,7.04444,'Present',NULL,'present','Desktime'),(2870,13,'2025-06-24',NULL,NULL,7.02083,'Present',NULL,'present','Desktime'),(2871,13,'2025-06-25',NULL,NULL,7.73528,'Present',NULL,'present','Desktime'),(2872,13,'2025-06-26',NULL,NULL,7.12833,'Present',NULL,'present','Desktime'),(2873,13,'2025-06-27',NULL,NULL,7.50556,'Present',NULL,'present','Desktime'),(2874,13,'2025-06-28',NULL,NULL,4.18917,'Half Day',NULL,'present','Desktime'),(2875,13,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2876,13,'2025-06-30',NULL,NULL,8.42389,'Present',NULL,'present','Desktime'),(2877,15,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2878,15,'2025-06-02',NULL,NULL,9.80417,'Present',NULL,'present','Desktime'),(2879,15,'2025-06-03',NULL,NULL,9.91944,'Present',NULL,'present','Desktime'),(2880,15,'2025-06-04',NULL,NULL,7.9675,'Present',NULL,'present','Desktime'),(2881,15,'2025-06-05',NULL,NULL,9.51833,'Present',NULL,'present','Desktime'),(2882,15,'2025-06-06',NULL,NULL,8.36083,'Present',NULL,'present','Desktime'),(2883,15,'2025-06-07',NULL,NULL,7.67889,'Present',NULL,'present','Desktime'),(2884,15,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2885,15,'2025-06-09',NULL,NULL,7.88944,'Present',NULL,'present','Desktime'),(2886,15,'2025-06-10',NULL,NULL,9.32583,'Present',NULL,'present','Desktime'),(2887,15,'2025-06-11',NULL,NULL,9.47861,'Present',NULL,'present','Desktime'),(2888,15,'2025-06-12',NULL,NULL,7.75639,'Present',NULL,'present','Desktime'),(2889,15,'2025-06-13',NULL,NULL,7.36917,'Present',NULL,'present','Desktime'),(2890,15,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2891,15,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2892,15,'2025-06-16',NULL,NULL,8.29222,'Present',NULL,'present','Desktime'),(2893,15,'2025-06-17',NULL,NULL,6.66278,'Half Day',NULL,'present','Desktime'),(2894,15,'2025-06-18',NULL,NULL,7.57472,'Present',NULL,'present','Desktime'),(2895,15,'2025-06-19',NULL,NULL,7.60278,'Present',NULL,'present','Desktime'),(2896,15,'2025-06-20',NULL,NULL,7.81861,'Present',NULL,'present','Desktime'),(2897,15,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2898,15,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2899,15,'2025-06-23',NULL,NULL,8.18083,'Present',NULL,'present','Desktime'),(2900,15,'2025-06-24',NULL,NULL,7.79639,'Present',NULL,'present','Desktime'),(2901,15,'2025-06-25',NULL,NULL,0.621389,'LWP',NULL,'present','Desktime'),(2902,15,'2025-06-26',NULL,NULL,7.85167,'Present',NULL,'present','Desktime'),(2903,15,'2025-06-27',NULL,NULL,7.30306,'Present',NULL,'present','Desktime'),(2904,15,'2025-06-28',NULL,NULL,7.10556,'Present',NULL,'present','Desktime'),(2905,15,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2906,15,'2025-06-30',NULL,NULL,7.61083,'Present',NULL,'present','Desktime'),(2907,16,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(2908,16,'2025-06-02',NULL,NULL,8.00222,'Present',NULL,'present','Desktime'),(2909,16,'2025-06-03',NULL,NULL,8.09083,'Present',NULL,'present','Desktime'),(2910,16,'2025-06-04',NULL,NULL,7.90194,'Present',NULL,'present','Desktime'),(2911,16,'2025-06-05',NULL,NULL,8.04778,'Present',NULL,'present','Desktime'),(2912,16,'2025-06-06',NULL,NULL,8.07194,'Present',NULL,'present','Desktime'),(2913,16,'2025-06-07',NULL,NULL,8.15056,'Present',NULL,'present','Desktime'),(2914,16,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(2915,16,'2025-06-09',NULL,NULL,7.8675,'Present',NULL,'present','Desktime'),(2916,16,'2025-06-10',NULL,NULL,7.93111,'Present',NULL,'present','Desktime'),(2917,16,'2025-06-11',NULL,NULL,4.18306,'Half Day',NULL,'present','Desktime'),(2918,16,'2025-06-12',NULL,NULL,8.33722,'Present',NULL,'present','Desktime'),(2919,16,'2025-06-13',NULL,NULL,8.12,'Present',NULL,'present','Desktime'),(2920,16,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(2921,16,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(2922,16,'2025-06-16',NULL,NULL,8.06556,'Present',NULL,'present','Desktime'),(2923,16,'2025-06-17',NULL,NULL,7.3075,'Present',NULL,'present','Desktime'),(2924,16,'2025-06-18',NULL,NULL,7.65917,'Present',NULL,'present','Desktime'),(2925,16,'2025-06-19',NULL,NULL,7.85222,'Present',NULL,'present','Desktime'),(2926,16,'2025-06-20',NULL,NULL,11.2619,'Present',NULL,'present','Desktime'),(2927,16,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(2928,16,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(2929,16,'2025-06-23',NULL,NULL,8.30222,'Present',NULL,'present','Desktime'),(2930,16,'2025-06-24',NULL,NULL,8.08028,'Present',NULL,'present','Desktime'),(2931,16,'2025-06-25',NULL,NULL,8.91694,'Present',NULL,'present','Desktime'),(2932,16,'2025-06-26',NULL,NULL,7.7975,'Present',NULL,'present','Desktime'),(2933,16,'2025-06-27',NULL,NULL,8.1375,'Present',NULL,'present','Desktime'),(2934,16,'2025-06-28',NULL,NULL,10.1881,'Present',NULL,'present','Desktime'),(2935,16,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(2936,16,'2025-06-30',NULL,NULL,8.07222,'Present',NULL,'present','Desktime'),(2937,15,'2025-04-01',NULL,NULL,7.78778,'Present',NULL,'present','Desktime'),(2938,15,'2025-04-02',NULL,NULL,7.98028,'Present',NULL,'present','Desktime'),(2939,15,'2025-04-03',NULL,NULL,7.63306,'Present',NULL,'present','Desktime'),(2940,15,'2025-04-04',NULL,NULL,7.31111,'Present',NULL,'present','Desktime'),(2941,15,'2025-04-05',NULL,NULL,4.37306,'Half Day',NULL,'present','Desktime'),(2942,15,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(2943,15,'2025-04-07',NULL,NULL,7.85389,'Present',NULL,'present','Desktime'),(2944,15,'2025-04-08',NULL,NULL,8.00333,'Present',NULL,'present','Desktime'),(2945,15,'2025-04-09',NULL,NULL,8.25278,'Present',NULL,'present','Desktime'),(2946,15,'2025-04-10',NULL,NULL,7.70222,'Present',NULL,'present','Desktime'),(2947,15,'2025-04-11',NULL,NULL,6.71306,'Half Day',NULL,'present','Desktime'),(2948,15,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(2949,15,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(2950,15,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(2951,15,'2025-04-15',NULL,NULL,7.58056,'Present',NULL,'present','Desktime'),(2952,15,'2025-04-16',NULL,NULL,7.815,'Present',NULL,'present','Desktime'),(2953,15,'2025-04-17',NULL,NULL,7.51306,'Present',NULL,'present','Desktime'),(2954,15,'2025-04-18',NULL,NULL,7.66611,'Present',NULL,'present','Desktime'),(2955,15,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(2956,15,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(2957,15,'2025-04-21',NULL,NULL,0.02,'LWP',NULL,'present','Desktime'),(2958,15,'2025-04-22',NULL,NULL,7.875,'Present',NULL,'present','Desktime'),(2959,15,'2025-04-23',NULL,NULL,7.94583,'Present',NULL,'present','Desktime'),(2960,15,'2025-04-24',NULL,NULL,7.55472,'Present',NULL,'present','Desktime'),(2961,15,'2025-04-25',NULL,NULL,7.4025,'Present',NULL,'present','Desktime'),(2962,15,'2025-04-26',NULL,NULL,4.21556,'Half Day',NULL,'present','Desktime'),(2963,15,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(2964,15,'2025-04-28',NULL,NULL,8.10472,'Present',NULL,'present','Desktime'),(2965,15,'2025-04-29',NULL,NULL,7.77889,'Present',NULL,'present','Desktime'),(2966,15,'2025-04-30',NULL,NULL,7.53917,'Present',NULL,'present','Desktime'),(2967,15,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(2968,15,'2025-05-02',NULL,NULL,7.55083,'Present',NULL,'present','Desktime'),(2969,15,'2025-05-03',NULL,NULL,4.46722,'Half Day',NULL,'present','Desktime'),(2970,15,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(2971,15,'2025-05-05',NULL,NULL,6.62056,'Half Day',NULL,'present','Desktime'),(2972,15,'2025-05-06',NULL,NULL,7.81806,'Present',NULL,'present','Desktime'),(2973,15,'2025-05-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2974,15,'2025-05-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2975,15,'2025-05-09',NULL,NULL,4.43111,'Half Day',NULL,'present','Desktime'),(2976,15,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(2977,15,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(2978,15,'2025-05-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(2979,15,'2025-05-13',NULL,NULL,7.81861,'Present',NULL,'present','Desktime'),(2980,15,'2025-05-14',NULL,NULL,7.74944,'Present',NULL,'present','Desktime'),(2981,15,'2025-05-15',NULL,NULL,0.129167,'LWP',NULL,'present','Desktime'),(2982,15,'2025-05-16',NULL,NULL,7.71444,'Present',NULL,'present','Desktime'),(2983,15,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(2984,15,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(2985,15,'2025-05-19',NULL,NULL,7.05667,'Present',NULL,'present','Desktime'),(2986,15,'2025-05-20',NULL,NULL,7.91444,'Present',NULL,'present','Desktime'),(2987,15,'2025-05-21',NULL,NULL,8.05722,'Present',NULL,'present','Desktime'),(2988,15,'2025-05-22',NULL,NULL,7.77722,'Present',NULL,'present','Desktime'),(2989,15,'2025-05-23',NULL,NULL,7.86111,'Present',NULL,'present','Desktime'),(2990,15,'2025-05-24',NULL,NULL,7.60806,'Present',NULL,'present','Desktime'),(2991,15,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(2992,15,'2025-05-26',NULL,NULL,7.85472,'Present',NULL,'present','Desktime'),(2993,15,'2025-05-27',NULL,NULL,7.89639,'Present',NULL,'present','Desktime'),(2994,15,'2025-05-28',NULL,NULL,7.56306,'Present',NULL,'present','Desktime'),(2995,15,'2025-05-29',NULL,NULL,7.61361,'Present',NULL,'present','Desktime'),(2996,15,'2025-05-30',NULL,NULL,7.71028,'Present',NULL,'present','Desktime'),(2997,15,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3024,16,'2025-04-01',NULL,NULL,8.07972,'Present',NULL,'present','Desktime'),(3025,16,'2025-04-02',NULL,NULL,9.24833,'Present',NULL,'present','Desktime'),(3026,16,'2025-04-03',NULL,NULL,6.36833,'Half Day',NULL,'present','Desktime'),(3027,16,'2025-04-04',NULL,NULL,9.79889,'Present',NULL,'present','Desktime'),(3028,16,'2025-04-05',NULL,NULL,5.47389,'Half Day',NULL,'present','Desktime'),(3029,16,'2025-04-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3030,16,'2025-04-07',NULL,NULL,11.1022,'Present',NULL,'present','Desktime'),(3031,16,'2025-04-08',NULL,NULL,9.94389,'Present',NULL,'present','Desktime'),(3032,16,'2025-04-09',NULL,NULL,8.21167,'Present',NULL,'present','Desktime'),(3033,16,'2025-04-10',NULL,NULL,9.58944,'Present',NULL,'present','Desktime'),(3034,16,'2025-04-11',NULL,NULL,8.61333,'Present',NULL,'present','Desktime'),(3035,16,'2025-04-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3036,16,'2025-04-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3037,16,'2025-04-14',NULL,NULL,0,'Holiday',NULL,'present','System'),(3038,16,'2025-04-15',NULL,NULL,8.3625,'Present',NULL,'present','Desktime'),(3039,16,'2025-04-16',NULL,NULL,8.90083,'Present',NULL,'present','Desktime'),(3040,16,'2025-04-17',NULL,NULL,8.10083,'Present',NULL,'present','Desktime'),(3041,16,'2025-04-18',NULL,NULL,8.35139,'Present',NULL,'present','Desktime'),(3042,16,'2025-04-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3043,16,'2025-04-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3044,16,'2025-04-21',NULL,NULL,8.62861,'Present',NULL,'present','Desktime'),(3045,16,'2025-04-22',NULL,NULL,9.09667,'Present',NULL,'present','Desktime'),(3046,16,'2025-04-23',NULL,NULL,8.39222,'Present',NULL,'present','Desktime'),(3047,16,'2025-04-24',NULL,NULL,8.28861,'Present',NULL,'present','Desktime'),(3048,16,'2025-04-25',NULL,NULL,7.81389,'Present',NULL,'present','Desktime'),(3049,16,'2025-04-26',NULL,NULL,4.13722,'Half Day',NULL,'present','Desktime'),(3050,16,'2025-04-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3051,16,'2025-04-28',NULL,NULL,7.86278,'Present',NULL,'present','Desktime'),(3052,16,'2025-04-29',NULL,NULL,8.05611,'Present',NULL,'present','Desktime'),(3053,16,'2025-04-30',NULL,NULL,7.98111,'Present',NULL,'present','Desktime'),(3054,16,'2025-05-01',NULL,NULL,0,'Holiday',NULL,'present','System'),(3055,16,'2025-05-02',NULL,NULL,7.88278,'Present',NULL,'present','Desktime'),(3056,16,'2025-05-03',NULL,NULL,4.60917,'Half Day',NULL,'present','Desktime'),(3057,16,'2025-05-04',NULL,NULL,0,'Weekend',NULL,'present','System'),(3058,16,'2025-05-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3059,16,'2025-05-06',NULL,NULL,8.03944,'Present',NULL,'present','Desktime'),(3060,16,'2025-05-07',NULL,NULL,7.97194,'Present',NULL,'present','Desktime'),(3061,16,'2025-05-08',NULL,NULL,7.88361,'Present',NULL,'present','Desktime'),(3062,16,'2025-05-09',NULL,NULL,8.92889,'Present',NULL,'present','Desktime'),(3063,16,'2025-05-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3064,16,'2025-05-11',NULL,NULL,0,'Weekend',NULL,'present','System'),(3065,16,'2025-05-12',NULL,NULL,8.36639,'Present',NULL,'present','Desktime'),(3066,16,'2025-05-13',NULL,NULL,7.88361,'Present',NULL,'present','Desktime'),(3067,16,'2025-05-14',NULL,NULL,8.29583,'Present',NULL,'present','Desktime'),(3068,16,'2025-05-15',NULL,NULL,9.13861,'Present',NULL,'present','Desktime'),(3069,16,'2025-05-16',NULL,NULL,7.97972,'Present',NULL,'present','Desktime'),(3070,16,'2025-05-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3071,16,'2025-05-18',NULL,NULL,0,'Weekend',NULL,'present','System'),(3072,16,'2025-05-19',NULL,NULL,8.28611,'Present',NULL,'present','Desktime'),(3073,16,'2025-05-20',NULL,NULL,8.57111,'Present',NULL,'present','Desktime'),(3074,16,'2025-05-21',NULL,NULL,8.5575,'Present',NULL,'present','Desktime'),(3075,16,'2025-05-22',NULL,NULL,8.38389,'Present',NULL,'present','Desktime'),(3076,16,'2025-05-23',NULL,NULL,7.79278,'Present',NULL,'present','Desktime'),(3077,16,'2025-05-24',NULL,NULL,8.86806,'Present',NULL,'present','Desktime'),(3078,16,'2025-05-25',NULL,NULL,0,'Weekend',NULL,'present','System'),(3079,16,'2025-05-26',NULL,NULL,7.98417,'Present',NULL,'present','Desktime'),(3080,16,'2025-05-27',NULL,NULL,8.61528,'Present',NULL,'present','Desktime'),(3081,16,'2025-05-28',NULL,NULL,9.66722,'Present',NULL,'present','Desktime'),(3082,16,'2025-05-29',NULL,NULL,7.79111,'Present',NULL,'present','Desktime'),(3083,16,'2025-05-30',NULL,NULL,8.44306,'Present',NULL,'present','Desktime'),(3084,16,'2025-05-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3111,8,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(3112,8,'2025-06-02',NULL,NULL,8.72222,'Present',NULL,'present','Desktime'),(3113,8,'2025-06-03',NULL,NULL,8.11944,'Present',NULL,'present','Desktime'),(3114,8,'2025-06-04',NULL,NULL,7.92167,'Present',NULL,'present','Desktime'),(3115,8,'2025-06-05',NULL,NULL,7.90111,'Present',NULL,'present','Desktime'),(3116,8,'2025-06-06',NULL,NULL,7.64333,'Present',NULL,'present','Desktime'),(3117,8,'2025-06-07',NULL,NULL,7.38583,'Present',NULL,'present','Desktime'),(3118,8,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(3119,8,'2025-06-09',NULL,NULL,8.46417,'Present',NULL,'present','Desktime'),(3120,8,'2025-06-10',NULL,NULL,8.43917,'Present',NULL,'present','Desktime'),(3121,8,'2025-06-11',NULL,NULL,7.79833,'Present',NULL,'present','Desktime'),(3122,8,'2025-06-12',NULL,NULL,8.22111,'Present',NULL,'present','Desktime'),(3123,8,'2025-06-13',NULL,NULL,7.48083,'Present',NULL,'present','Desktime'),(3124,8,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(3125,8,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(3126,8,'2025-06-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3127,8,'2025-06-17',NULL,NULL,8.30056,'Present',NULL,'present','Desktime'),(3128,8,'2025-06-18',NULL,NULL,8.05833,'Present',NULL,'present','Desktime'),(3129,8,'2025-06-19',NULL,NULL,8.80972,'Present',NULL,'present','Desktime'),(3130,8,'2025-06-20',NULL,NULL,8.355,'Present',NULL,'present','Desktime'),(3131,8,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(3132,8,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(3133,8,'2025-06-23',NULL,NULL,8.06583,'Present',NULL,'present','Desktime'),(3134,8,'2025-06-24',NULL,NULL,8.41528,'Present',NULL,'present','Desktime'),(3135,8,'2025-06-25',NULL,NULL,8.00194,'Present',NULL,'present','Desktime'),(3136,8,'2025-06-26',NULL,NULL,7.77917,'Present',NULL,'present','Desktime'),(3137,8,'2025-06-27',NULL,NULL,7.08222,'Present',NULL,'present','Desktime'),(3138,8,'2025-06-28',NULL,NULL,7.35889,'Present',NULL,'present','Desktime'),(3139,8,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(3140,8,'2025-06-30',NULL,NULL,7.89611,'Present',NULL,'present','Desktime'),(3141,18,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(3142,18,'2025-06-02',NULL,NULL,7.63944,'Present',NULL,'present','Desktime'),(3143,18,'2025-06-03',NULL,NULL,7.78806,'Present',NULL,'present','Desktime'),(3144,18,'2025-06-04',NULL,NULL,7.60694,'Present',NULL,'present','Desktime'),(3145,18,'2025-06-05',NULL,NULL,7.625,'Present',NULL,'present','Desktime'),(3146,18,'2025-06-06',NULL,NULL,0.0672222,'LWP',NULL,'present','Desktime'),(3147,18,'2025-06-07',NULL,NULL,8.51694,'Present',NULL,'present','Desktime'),(3148,18,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(3149,18,'2025-06-09',NULL,NULL,7.75583,'Present',NULL,'present','Desktime'),(3150,18,'2025-06-10',NULL,NULL,8.30056,'Present',NULL,'present','Desktime'),(3151,18,'2025-06-11',NULL,NULL,7.64083,'Present',NULL,'present','Desktime'),(3152,18,'2025-06-12',NULL,NULL,7.65333,'Present',NULL,'present','Desktime'),(3153,18,'2025-06-13',NULL,NULL,7.57028,'Present',NULL,'present','Desktime'),(3154,18,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(3155,18,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(3156,18,'2025-06-16',NULL,NULL,7.6525,'Present',NULL,'present','Desktime'),(3157,18,'2025-06-17',NULL,NULL,8.14667,'Present',NULL,'present','Desktime'),(3158,18,'2025-06-18',NULL,NULL,3.97111,'LWP',NULL,'present','Desktime'),(3159,18,'2025-06-19',NULL,NULL,7.59139,'Present',NULL,'present','Desktime'),(3160,18,'2025-06-20',NULL,NULL,7.63278,'Present',NULL,'present','Desktime'),(3161,18,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(3162,18,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(3163,18,'2025-06-23',NULL,NULL,7.60917,'Present',NULL,'present','Desktime'),(3164,18,'2025-06-24',NULL,NULL,7.66333,'Present',NULL,'present','Desktime'),(3165,18,'2025-06-25',NULL,NULL,7.8675,'Present',NULL,'present','Desktime'),(3166,18,'2025-06-26',NULL,NULL,7.62722,'Present',NULL,'present','Desktime'),(3167,18,'2025-06-27',NULL,NULL,7.74333,'Present',NULL,'present','Desktime'),(3168,18,'2025-06-28',NULL,NULL,7.63528,'Present',NULL,'present','Desktime'),(3169,18,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(3170,18,'2025-06-30',NULL,NULL,7.65528,'Present',NULL,'present','Desktime'),(3171,19,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(3172,19,'2025-06-02',NULL,NULL,7.97722,'Present',NULL,'present','Desktime'),(3173,19,'2025-06-03',NULL,NULL,9.64,'Present',NULL,'present','Desktime'),(3174,19,'2025-06-04',NULL,NULL,8.70583,'Present',NULL,'present','Desktime'),(3175,19,'2025-06-05',NULL,NULL,10.0997,'Present',NULL,'present','Desktime'),(3176,19,'2025-06-06',NULL,NULL,10.4308,'Present',NULL,'present','Desktime'),(3177,19,'2025-06-07',NULL,NULL,7.30333,'Present',NULL,'present','Desktime'),(3178,19,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(3179,19,'2025-06-09',NULL,NULL,9.0825,'Present',NULL,'present','Desktime'),(3180,19,'2025-06-10',NULL,NULL,8.28111,'Present',NULL,'present','Desktime'),(3181,19,'2025-06-11',NULL,NULL,8.26444,'Present',NULL,'present','Desktime'),(3182,19,'2025-06-12',NULL,NULL,8.2425,'Present',NULL,'present','Desktime'),(3183,19,'2025-06-13',NULL,NULL,8.53056,'Present',NULL,'present','Desktime'),(3184,19,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(3185,19,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(3186,19,'2025-06-16',NULL,NULL,7.88361,'Present',NULL,'present','Desktime'),(3187,19,'2025-06-17',NULL,NULL,8.37833,'Present',NULL,'present','Desktime'),(3188,19,'2025-06-18',NULL,NULL,7.69528,'Present',NULL,'present','Desktime'),(3189,19,'2025-06-19',NULL,NULL,8.78667,'Present',NULL,'present','Desktime'),(3190,19,'2025-06-20',NULL,NULL,7.70083,'Present',NULL,'present','Desktime'),(3191,19,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(3192,19,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(3193,19,'2025-06-23',NULL,NULL,7.98111,'Present',NULL,'present','Desktime'),(3194,19,'2025-06-24',NULL,NULL,7.64444,'Present',NULL,'present','Desktime'),(3195,19,'2025-06-25',NULL,NULL,7.73139,'Present',NULL,'present','Desktime'),(3196,19,'2025-06-26',NULL,NULL,9.18722,'Present',NULL,'present','Desktime'),(3197,19,'2025-06-27',NULL,NULL,8.43806,'Present',NULL,'present','Desktime'),(3198,19,'2025-06-28',NULL,NULL,7.78611,'Present',NULL,'present','Desktime'),(3199,19,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(3200,19,'2025-06-30',NULL,NULL,7.56417,'Present',NULL,'present','Desktime'),(3201,20,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(3202,20,'2025-06-02','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3203,20,'2025-06-03',NULL,NULL,7.75667,'Present',NULL,'present','Desktime'),(3204,20,'2025-06-04','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3205,20,'2025-06-05',NULL,NULL,8.46222,'Present',NULL,'present','Desktime'),(3206,20,'2025-06-06',NULL,NULL,8.4275,'Present',NULL,'present','Desktime'),(3207,20,'2025-06-07','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3208,20,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(3209,20,'2025-06-09','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3210,20,'2025-06-10','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3211,20,'2025-06-11','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3212,20,'2025-06-12','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3213,20,'2025-06-13','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3214,20,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(3215,20,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(3216,20,'2025-06-16','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3217,20,'2025-06-17','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3218,20,'2025-06-18','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3219,20,'2025-06-19',NULL,NULL,8.53583,'Present',NULL,'present','Desktime'),(3220,20,'2025-06-20','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3221,20,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(3222,20,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(3223,20,'2025-06-23',NULL,NULL,9.05556,'Present',NULL,'present','Desktime'),(3224,20,'2025-06-24','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3225,20,'2025-06-25',NULL,NULL,7.13222,'Present',NULL,'present','Desktime'),(3226,20,'2025-06-26',NULL,NULL,8.9425,'Present',NULL,'present','Desktime'),(3227,20,'2025-06-27','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3228,20,'2025-06-28','09:00:00','19:00:00',10,'Present',NULL,'present','Punch'),(3229,20,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(3230,20,'2025-06-30',NULL,NULL,8.81528,'Present',NULL,'present','Desktime'),(3237,17,'2025-06-01',NULL,NULL,0,'Weekend',NULL,'present','System'),(3238,17,'2025-06-02',NULL,NULL,0,'LWP',NULL,'present','System'),(3239,17,'2025-06-03',NULL,NULL,0,'LWP',NULL,'present','System'),(3240,17,'2025-06-04',NULL,NULL,0,'LWP',NULL,'present','System'),(3241,17,'2025-06-05',NULL,NULL,0,'LWP',NULL,'present','System'),(3242,17,'2025-06-06',NULL,NULL,0,'LWP',NULL,'present','System'),(3243,17,'2025-06-07',NULL,NULL,0,'LWP',NULL,'present','System'),(3244,17,'2025-06-08',NULL,NULL,0,'Weekend',NULL,'present','System'),(3245,17,'2025-06-09',NULL,NULL,0,'LWP',NULL,'present','System'),(3246,17,'2025-06-10',NULL,NULL,0,'LWP',NULL,'present','System'),(3247,17,'2025-06-11',NULL,NULL,0,'LWP',NULL,'present','System'),(3248,17,'2025-06-12',NULL,NULL,0,'LWP',NULL,'present','System'),(3249,17,'2025-06-13',NULL,NULL,0,'LWP',NULL,'present','System'),(3250,17,'2025-06-14',NULL,NULL,0,'Weekend',NULL,'present','System'),(3251,17,'2025-06-15',NULL,NULL,0,'Weekend',NULL,'present','System'),(3252,17,'2025-06-16',NULL,NULL,0,'LWP',NULL,'present','System'),(3253,17,'2025-06-17',NULL,NULL,0,'LWP',NULL,'present','System'),(3254,17,'2025-06-18',NULL,NULL,0,'LWP',NULL,'present','System'),(3255,17,'2025-06-19',NULL,NULL,0,'LWP',NULL,'present','System'),(3256,17,'2025-06-20',NULL,NULL,0,'LWP',NULL,'present','System'),(3257,17,'2025-06-21',NULL,NULL,0,'Weekend',NULL,'present','System'),(3258,17,'2025-06-22',NULL,NULL,0,'Weekend',NULL,'present','System'),(3259,17,'2025-06-23',NULL,NULL,0,'LWP',NULL,'present','System'),(3260,17,'2025-06-24',NULL,NULL,0,'LWP',NULL,'present','System'),(3261,17,'2025-06-25',NULL,NULL,0,'LWP',NULL,'present','System'),(3262,17,'2025-06-26',NULL,NULL,0,'LWP',NULL,'present','System'),(3263,17,'2025-06-27',NULL,NULL,0,'LWP',NULL,'present','System'),(3264,17,'2025-06-28',NULL,NULL,0,'LWP',NULL,'present','System'),(3265,17,'2025-06-29',NULL,NULL,0,'Weekend',NULL,'present','System'),(3266,17,'2025-06-30',NULL,NULL,0,'LWP',NULL,'present','System'),(3267,17,'2025-07-01',NULL,NULL,0,'LWP',NULL,'present','System'),(3268,17,'2025-07-02',NULL,NULL,0,'LWP',NULL,'present','System'),(3269,17,'2025-07-03',NULL,NULL,0,'LWP',NULL,'present','System'),(3270,17,'2025-07-04',NULL,NULL,0,'LWP',NULL,'present','System'),(3271,17,'2025-07-05',NULL,NULL,0,'LWP',NULL,'present','System'),(3272,17,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3273,17,'2025-07-07',NULL,NULL,0,'LWP',NULL,'present','System'),(3274,17,'2025-07-08',NULL,NULL,0,'LWP',NULL,'present','System'),(3275,17,'2025-07-09',NULL,NULL,0,'LWP',NULL,'present','System'),(3276,17,'2025-07-10',NULL,NULL,0,'LWP',NULL,'present','System'),(3277,17,'2025-07-11',NULL,NULL,0,'LWP',NULL,'present','System'),(3278,17,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3279,17,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3280,17,'2025-07-14',NULL,NULL,0,'LWP',NULL,'present','System'),(3281,17,'2025-07-15',NULL,NULL,0,'LWP',NULL,'present','System'),(3282,17,'2025-07-16',NULL,NULL,0,'LWP',NULL,'present','System'),(3283,17,'2025-07-17',NULL,NULL,0,'LWP',NULL,'present','System'),(3284,17,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3285,17,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3286,17,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3287,17,'2025-07-21',NULL,NULL,0,'LWP',NULL,'present','System'),(3288,17,'2025-07-22',NULL,NULL,0,'LWP',NULL,'present','System'),(3289,17,'2025-07-23',NULL,NULL,0,'LWP',NULL,'present','System'),(3290,17,'2025-07-24',NULL,NULL,0,'LWP',NULL,'present','System'),(3291,17,'2025-07-25',NULL,NULL,0,'LWP',NULL,'present','System'),(3292,17,'2025-07-26',NULL,NULL,0,'LWP',NULL,'present','System'),(3293,17,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3294,17,'2025-07-28',NULL,NULL,0,'LWP',NULL,'present','System'),(3295,17,'2025-07-29',NULL,NULL,0,'LWP',NULL,'present','System'),(3296,8,'2025-07-01',NULL,NULL,7.40222,'Present',NULL,'present','Desktime'),(3297,8,'2025-07-02',NULL,NULL,7.18833,'Present',NULL,'present','Desktime'),(3298,8,'2025-07-03',NULL,NULL,8.03639,'Present',NULL,'present','Desktime'),(3299,8,'2025-07-04',NULL,NULL,6.94167,'Half Day',NULL,'present','Desktime'),(3300,8,'2025-07-05',NULL,NULL,8.46889,'Present',NULL,'present','Desktime'),(3301,8,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3302,8,'2025-07-07',NULL,NULL,7.99944,'Present',NULL,'present','Desktime'),(3303,8,'2025-07-08',NULL,NULL,7.57528,'Present',NULL,'present','Desktime'),(3304,8,'2025-07-09',NULL,NULL,8.42917,'Present',NULL,'present','Desktime'),(3305,8,'2025-07-10',NULL,NULL,7.79083,'Present',NULL,'present','Desktime'),(3306,8,'2025-07-11',NULL,NULL,7.2125,'Present',NULL,'present','Desktime'),(3307,8,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3308,8,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3309,8,'2025-07-14',NULL,NULL,7.47111,'Present',NULL,'present','Desktime'),(3310,8,'2025-07-15',NULL,NULL,7.61778,'Present',NULL,'present','Desktime'),(3311,8,'2025-07-16',NULL,NULL,7.01111,'Present',NULL,'present','Desktime'),(3312,8,'2025-07-17',NULL,NULL,8.42611,'Present',NULL,'present','Desktime'),(3313,8,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3314,8,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3315,8,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3316,8,'2025-07-21',NULL,NULL,7.94722,'Present',NULL,'present','Desktime'),(3317,8,'2025-07-22',NULL,NULL,6.73222,'Half Day',NULL,'present','Desktime'),(3318,8,'2025-07-23',NULL,NULL,8.39611,'Present',NULL,'present','Desktime'),(3319,8,'2025-07-24',NULL,NULL,7.69028,'Present',NULL,'present','Desktime'),(3320,8,'2025-07-25',NULL,NULL,7.75833,'Present',NULL,'present','Desktime'),(3321,8,'2025-07-26',NULL,NULL,7.49806,'Present',NULL,'present','Desktime'),(3322,8,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3323,8,'2025-07-28',NULL,NULL,7.66111,'Present',NULL,'present','Desktime'),(3324,8,'2025-07-29',NULL,NULL,7.12889,'Present',NULL,'present','Desktime'),(3325,8,'2025-07-30',NULL,NULL,6.67167,'Half Day',NULL,'present','Desktime'),(3326,8,'2025-07-31',NULL,NULL,8.01167,'Present',NULL,'present','Desktime'),(3327,12,'2025-07-01',NULL,NULL,7.77306,'Present',NULL,'present','Desktime'),(3328,12,'2025-07-02',NULL,NULL,8.29028,'Present',NULL,'present','Desktime'),(3329,12,'2025-07-03',NULL,NULL,7.915,'Present',NULL,'present','Desktime'),(3330,12,'2025-07-04',NULL,NULL,7.51417,'Present',NULL,'present','Desktime'),(3331,12,'2025-07-05',NULL,NULL,8.19806,'Present',NULL,'present','Desktime'),(3332,12,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3333,12,'2025-07-07',NULL,NULL,0.0344444,'LWP',NULL,'present','Desktime'),(3334,12,'2025-07-08',NULL,NULL,8.41194,'Present',NULL,'present','Desktime'),(3335,12,'2025-07-09',NULL,NULL,8.12389,'Present',NULL,'present','Desktime'),(3336,12,'2025-07-10',NULL,NULL,7.62917,'Present',NULL,'present','Desktime'),(3337,12,'2025-07-11',NULL,NULL,7.53611,'Present',NULL,'present','Desktime'),(3338,12,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3339,12,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3340,12,'2025-07-14',NULL,NULL,8.41556,'Present',NULL,'present','Desktime'),(3341,12,'2025-07-15',NULL,NULL,7.82306,'Present',NULL,'present','Desktime'),(3342,12,'2025-07-16',NULL,NULL,8.48556,'Present',NULL,'present','Desktime'),(3343,12,'2025-07-17',NULL,NULL,7.51111,'Present',NULL,'present','Desktime'),(3344,12,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3345,12,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3346,12,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3347,12,'2025-07-21',NULL,NULL,4.63694,'Half Day',NULL,'present','Desktime'),(3348,12,'2025-07-22',NULL,NULL,7.12194,'Present',NULL,'present','Desktime'),(3349,12,'2025-07-23',NULL,NULL,7.20083,'Present',NULL,'present','Desktime'),(3350,12,'2025-07-24',NULL,NULL,4.14028,'Half Day',NULL,'present','Desktime'),(3351,12,'2025-07-25',NULL,NULL,7.39972,'Present',NULL,'present','Desktime'),(3352,12,'2025-07-26',NULL,NULL,4.03111,'Half Day',NULL,'present','Desktime'),(3353,12,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3354,12,'2025-07-28',NULL,NULL,7.47278,'Present',NULL,'present','Desktime'),(3355,12,'2025-07-29',NULL,NULL,7.99083,'Present',NULL,'present','Desktime'),(3356,12,'2025-07-30',NULL,NULL,7.0775,'Present',NULL,'present','Desktime'),(3357,12,'2025-07-31',NULL,NULL,8.18917,'Present',NULL,'present','Desktime'),(3358,13,'2025-07-01',NULL,NULL,7.93306,'Present',NULL,'present','Desktime'),(3359,13,'2025-07-02',NULL,NULL,8.09222,'Present',NULL,'present','Desktime'),(3360,13,'2025-07-03',NULL,NULL,7.92722,'Present',NULL,'present','Desktime'),(3361,13,'2025-07-04',NULL,NULL,7.36639,'Present',NULL,'present','Desktime'),(3362,13,'2025-07-05',NULL,NULL,7.04889,'Present',NULL,'present','Desktime'),(3363,13,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3364,13,'2025-07-07',NULL,NULL,7.54417,'Present',NULL,'present','Desktime'),(3365,13,'2025-07-08',NULL,NULL,7.47306,'Present',NULL,'present','Desktime'),(3366,13,'2025-07-09',NULL,NULL,7.40167,'Present',NULL,'present','Desktime'),(3367,13,'2025-07-10',NULL,NULL,7.5425,'Present',NULL,'present','Desktime'),(3368,13,'2025-07-11',NULL,NULL,7.05444,'Present',NULL,'present','Desktime'),(3369,13,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3370,13,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3371,13,'2025-07-14',NULL,NULL,7.06806,'Present',NULL,'present','Desktime'),(3372,13,'2025-07-15',NULL,NULL,8.26139,'Present',NULL,'present','Desktime'),(3373,13,'2025-07-16',NULL,NULL,7.82944,'Present',NULL,'present','Desktime'),(3374,13,'2025-07-17',NULL,NULL,7.89111,'Present',NULL,'present','Desktime'),(3375,13,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3376,13,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3377,13,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3378,13,'2025-07-21',NULL,NULL,8.03944,'Present',NULL,'present','Desktime'),(3379,13,'2025-07-22',NULL,NULL,7.00806,'Present',NULL,'present','Desktime'),(3380,13,'2025-07-23',NULL,NULL,5.33472,'Half Day',NULL,'present','Desktime'),(3381,13,'2025-07-24',NULL,NULL,7.48528,'Present',NULL,'present','Desktime'),(3382,13,'2025-07-25',NULL,NULL,8.0875,'Present',NULL,'present','Desktime'),(3383,13,'2025-07-26',NULL,NULL,7.11389,'Present',NULL,'present','Desktime'),(3384,13,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3385,13,'2025-07-28',NULL,NULL,8.29278,'Present',NULL,'present','Desktime'),(3386,13,'2025-07-29',NULL,NULL,8.83056,'Present',NULL,'present','Desktime'),(3387,13,'2025-07-30',NULL,NULL,7.4375,'Present',NULL,'present','Desktime'),(3388,13,'2025-07-31',NULL,NULL,7.92528,'Present',NULL,'present','Desktime'),(3389,15,'2025-07-01',NULL,NULL,7.59111,'Present',NULL,'present','Desktime'),(3390,15,'2025-07-02',NULL,NULL,7.89222,'Present',NULL,'present','Desktime'),(3391,15,'2025-07-03',NULL,NULL,8.47056,'Present',NULL,'present','Desktime'),(3392,15,'2025-07-04',NULL,NULL,7.54417,'Present',NULL,'present','Desktime'),(3393,15,'2025-07-05',NULL,NULL,6.43278,'Half Day',NULL,'present','Desktime'),(3394,15,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3395,15,'2025-07-07',NULL,NULL,7.24667,'Present',NULL,'present','Desktime'),(3396,15,'2025-07-08',NULL,NULL,7.93167,'Present',NULL,'present','Desktime'),(3397,15,'2025-07-09',NULL,NULL,7.59278,'Present',NULL,'present','Desktime'),(3398,15,'2025-07-10',NULL,NULL,7.41056,'Present',NULL,'present','Desktime'),(3399,15,'2025-07-11',NULL,NULL,7.30361,'Present',NULL,'present','Desktime'),(3400,15,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3401,15,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3402,15,'2025-07-14',NULL,NULL,7.35417,'Present',NULL,'present','Desktime'),(3403,15,'2025-07-15',NULL,NULL,7.67333,'Present',NULL,'present','Desktime'),(3404,15,'2025-07-16',NULL,NULL,7.69528,'Present',NULL,'present','Desktime'),(3405,15,'2025-07-17',NULL,NULL,7.39167,'Present',NULL,'present','Desktime'),(3406,15,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3407,15,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3408,15,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3409,15,'2025-07-21',NULL,NULL,0.241667,'LWP',NULL,'present','Desktime'),(3410,15,'2025-07-22',NULL,NULL,6.2225,'Half Day',NULL,'present','Desktime'),(3411,15,'2025-07-23',NULL,NULL,7.45278,'Present',NULL,'present','Desktime'),(3412,15,'2025-07-24',NULL,NULL,7.98583,'Present',NULL,'present','Desktime'),(3413,15,'2025-07-25',NULL,NULL,7.45972,'Present',NULL,'present','Desktime'),(3414,15,'2025-07-26',NULL,NULL,7.2325,'Present',NULL,'present','Desktime'),(3415,15,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3416,15,'2025-07-28',NULL,NULL,7.26667,'Present',NULL,'present','Desktime'),(3417,15,'2025-07-29',NULL,NULL,7.31667,'Present',NULL,'present','Desktime'),(3418,15,'2025-07-30',NULL,NULL,6.49889,'Half Day',NULL,'present','Desktime'),(3419,15,'2025-07-31',NULL,NULL,7.65083,'Present',NULL,'present','Desktime'),(3420,16,'2025-07-01',NULL,NULL,7.64806,'Present',NULL,'present','Desktime'),(3421,16,'2025-07-02',NULL,NULL,7.89333,'Present',NULL,'present','Desktime'),(3422,16,'2025-07-03',NULL,NULL,8.06417,'Present',NULL,'present','Desktime'),(3423,16,'2025-07-04',NULL,NULL,7.13806,'Present',NULL,'present','Desktime'),(3424,16,'2025-07-05',NULL,NULL,7.2675,'Present',NULL,'present','Desktime'),(3425,16,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3426,16,'2025-07-07',NULL,NULL,7.165,'Present',NULL,'present','Desktime'),(3427,16,'2025-07-08',NULL,NULL,7.80278,'Present',NULL,'present','Desktime'),(3428,16,'2025-07-09',NULL,NULL,7.33583,'Present',NULL,'present','Desktime'),(3429,16,'2025-07-10',NULL,NULL,7.36,'Present',NULL,'present','Desktime'),(3430,16,'2025-07-11',NULL,NULL,7.865,'Present',NULL,'present','Desktime'),(3431,16,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3432,16,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3433,16,'2025-07-14',NULL,NULL,7.97861,'Present',NULL,'present','Desktime'),(3434,16,'2025-07-15',NULL,NULL,7.08444,'Present',NULL,'present','Desktime'),(3435,16,'2025-07-16',NULL,NULL,7.98667,'Present',NULL,'present','Desktime'),(3436,16,'2025-07-17',NULL,NULL,7.50667,'Present',NULL,'present','Desktime'),(3437,16,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3438,16,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3439,16,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3440,16,'2025-07-21',NULL,NULL,7.88278,'Present',NULL,'present','Desktime'),(3441,16,'2025-07-22',NULL,NULL,7.58028,'Present',NULL,'present','Desktime'),(3442,16,'2025-07-23',NULL,NULL,7.32222,'Present',NULL,'present','Desktime'),(3443,16,'2025-07-24',NULL,NULL,7.77,'Present',NULL,'present','Desktime'),(3444,16,'2025-07-25',NULL,NULL,7.62417,'Present',NULL,'present','Desktime'),(3445,16,'2025-07-26',NULL,NULL,7.84722,'Present',NULL,'present','Desktime'),(3446,16,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3447,16,'2025-07-28',NULL,NULL,7.25861,'Present',NULL,'present','Desktime'),(3448,16,'2025-07-29',NULL,NULL,7.51111,'Present',NULL,'present','Desktime'),(3449,16,'2025-07-30',NULL,NULL,7.97194,'Present',NULL,'present','Desktime'),(3450,16,'2025-07-31',NULL,NULL,7.91472,'Present',NULL,'present','Desktime'),(3451,18,'2025-07-01',NULL,NULL,7.96278,'Present',NULL,'present','Desktime'),(3452,18,'2025-07-02',NULL,NULL,7.66389,'Present',NULL,'present','Desktime'),(3453,18,'2025-07-03',NULL,NULL,7.89833,'Present',NULL,'present','Desktime'),(3454,18,'2025-07-04',NULL,NULL,7.53611,'Present',NULL,'present','Desktime'),(3455,18,'2025-07-05',NULL,NULL,8.13167,'Present',NULL,'present','Desktime'),(3456,18,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3457,18,'2025-07-07',NULL,NULL,7.58722,'Present',NULL,'present','Desktime'),(3458,18,'2025-07-08',NULL,NULL,7.75639,'Present',NULL,'present','Desktime'),(3459,18,'2025-07-09',NULL,NULL,7.94389,'Present',NULL,'present','Desktime'),(3460,18,'2025-07-10',NULL,NULL,7.46528,'Present',NULL,'present','Desktime'),(3461,18,'2025-07-11',NULL,NULL,7.2475,'Present',NULL,'present','Desktime'),(3462,18,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3463,18,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3464,18,'2025-07-14',NULL,NULL,7.31417,'Present',NULL,'present','Desktime'),(3465,18,'2025-07-15',NULL,NULL,7.41028,'Present',NULL,'present','Desktime'),(3466,18,'2025-07-16',NULL,NULL,7.6125,'Present',NULL,'present','Desktime'),(3467,18,'2025-07-17',NULL,NULL,7.79639,'Present',NULL,'present','Desktime'),(3468,18,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3469,18,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3470,18,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3471,18,'2025-07-21',NULL,NULL,7.29333,'Present',NULL,'present','Desktime'),(3472,18,'2025-07-22',NULL,NULL,6.67972,'Half Day',NULL,'present','Desktime'),(3473,18,'2025-07-23',NULL,NULL,7.6775,'Present',NULL,'present','Desktime'),(3474,18,'2025-07-24',NULL,NULL,7.70972,'Present',NULL,'present','Desktime'),(3475,18,'2025-07-25',NULL,NULL,7.28944,'Present',NULL,'present','Desktime'),(3476,18,'2025-07-26',NULL,NULL,7.51778,'Present',NULL,'present','Desktime'),(3477,18,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3478,18,'2025-07-28',NULL,NULL,7.50306,'Present',NULL,'present','Desktime'),(3479,18,'2025-07-29',NULL,NULL,7.56333,'Present',NULL,'present','Desktime'),(3480,18,'2025-07-30',NULL,NULL,7.57444,'Present',NULL,'present','Desktime'),(3481,18,'2025-07-31',NULL,NULL,7.61778,'Present',NULL,'present','Desktime'),(3482,19,'2025-07-01',NULL,NULL,13.5561,'Present',NULL,'present','Desktime'),(3483,19,'2025-07-02',NULL,NULL,8.16972,'Present',NULL,'present','Desktime'),(3484,19,'2025-07-03',NULL,NULL,8.42861,'Present',NULL,'present','Desktime'),(3485,19,'2025-07-04',NULL,NULL,7.75583,'Present',NULL,'present','Desktime'),(3486,19,'2025-07-05',NULL,NULL,8.54139,'Present',NULL,'present','Desktime'),(3487,19,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3488,19,'2025-07-07',NULL,NULL,10.2861,'Present',NULL,'present','Desktime'),(3489,19,'2025-07-08',NULL,NULL,7.79806,'Present',NULL,'present','Desktime'),(3490,19,'2025-07-09',NULL,NULL,9.23722,'Present',NULL,'present','Desktime'),(3491,19,'2025-07-10',NULL,NULL,7.71417,'Present',NULL,'present','Desktime'),(3492,19,'2025-07-11',NULL,NULL,8.11111,'Present',NULL,'present','Desktime'),(3493,19,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3494,19,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3495,19,'2025-07-14',NULL,NULL,9.95583,'Present',NULL,'present','Desktime'),(3496,19,'2025-07-15',NULL,NULL,8.21083,'Present',NULL,'present','Desktime'),(3497,19,'2025-07-16',NULL,NULL,7.99556,'Present',NULL,'present','Desktime'),(3498,19,'2025-07-17',NULL,NULL,8.15028,'Present',NULL,'present','Desktime'),(3499,19,'2025-07-18',NULL,NULL,0,'Holiday',NULL,'present','System'),(3500,19,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(3501,19,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3502,19,'2025-07-21',NULL,NULL,7.81917,'Present',NULL,'present','Desktime'),(3503,19,'2025-07-22',NULL,NULL,7.80889,'Present',NULL,'present','Desktime'),(3504,19,'2025-07-23',NULL,NULL,7.605,'Present',NULL,'present','Desktime'),(3505,19,'2025-07-24',NULL,NULL,7.63167,'Present',NULL,'present','Desktime'),(3506,19,'2025-07-25',NULL,NULL,10.5736,'Present',NULL,'present','Desktime'),(3507,19,'2025-07-26',NULL,NULL,8.57361,'Present',NULL,'present','Desktime'),(3508,19,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3509,19,'2025-07-28',NULL,NULL,3.46556,'LWP',NULL,'present','Desktime'),(3510,19,'2025-07-29',NULL,NULL,0.618611,'LWP',NULL,'present','Desktime'),(3511,19,'2025-07-30',NULL,NULL,1.51583,'LWP',NULL,'present','Desktime'),(3512,19,'2025-07-31',NULL,NULL,7.35222,'Present',NULL,'present','Desktime'),(3513,20,'2025-07-01',NULL,NULL,7.73944,'Present',NULL,'present','Desktime'),(3514,20,'2025-07-02',NULL,NULL,7.82917,'Present',NULL,'present','Desktime'),(3515,20,'2025-07-03',NULL,NULL,7.38917,'Present',NULL,'present','Desktime'),(3516,20,'2025-07-04',NULL,NULL,6.08417,'Half Day',NULL,'present','Desktime'),(3517,20,'2025-07-05',NULL,NULL,7.28333,'Present',NULL,'present','Desktime'),(3518,20,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3519,20,'2025-07-07',NULL,NULL,8.34722,'Present',NULL,'present','Desktime'),(3520,20,'2025-07-08',NULL,NULL,7.35917,'Present',NULL,'present','Desktime'),(3521,20,'2025-07-09',NULL,NULL,6.91972,'Half Day',NULL,'present','Desktime'),(3522,20,'2025-07-10',NULL,NULL,8.30583,'Present',NULL,'present','Desktime'),(3523,20,'2025-07-11',NULL,NULL,7.01,'Present',NULL,'present','Desktime'),(3524,20,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3525,20,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3526,20,'2025-07-14',NULL,NULL,8.005,'Present',NULL,'present','Desktime'),(3527,20,'2025-07-15',NULL,NULL,8.46,'Present',NULL,'present','Desktime'),(3528,20,'2025-07-16',NULL,NULL,8.18639,'Present',NULL,'present','Desktime'),(3529,20,'2025-07-17',NULL,NULL,8.01167,'Present',NULL,'present','Desktime'),(3530,20,'2025-07-18',NULL,NULL,8.13556,'Holiday',NULL,'present','Desktime'),(3531,20,'2025-07-19',NULL,NULL,7.38917,'Present',NULL,'present','Desktime'),(3532,20,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(3533,20,'2025-07-21',NULL,NULL,7.45833,'Present',NULL,'present','Desktime'),(3534,20,'2025-07-22',NULL,NULL,5.81583,'Half Day',NULL,'present','Desktime'),(3535,20,'2025-07-23',NULL,NULL,7.6175,'Present',NULL,'present','Desktime'),(3536,20,'2025-07-24',NULL,NULL,7.72333,'Present',NULL,'present','Desktime'),(3537,20,'2025-07-25',NULL,NULL,7.48694,'Present',NULL,'present','Desktime'),(3538,20,'2025-07-26',NULL,NULL,7.67972,'Present',NULL,'present','Desktime'),(3539,20,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(3540,20,'2025-07-28',NULL,NULL,8.38944,'Present',NULL,'present','Desktime'),(3541,20,'2025-07-29',NULL,NULL,7.555,'Present',NULL,'present','Desktime'),(3542,20,'2025-07-30',NULL,NULL,6.23972,'Half Day',NULL,'present','Desktime'),(3543,20,'2025-07-31',NULL,NULL,7.14556,'Present',NULL,'present','Desktime'),(3544,13,'2025-08-01',NULL,NULL,7.32,'Present',NULL,'present','Desktime'),(3545,14,'2025-08-01',NULL,NULL,0,'Present','Auto','present','Bulk'),(3546,15,'2025-08-01',NULL,NULL,7.51583,'Present',NULL,'present','Desktime'),(3547,16,'2025-08-01',NULL,NULL,7.46,'Present',NULL,'present','Desktime'),(3548,17,'2025-07-30',NULL,NULL,0,'LWP',NULL,'present','System'),(3549,17,'2025-07-31',NULL,NULL,0,'LWP',NULL,'present','System'),(3550,17,'2025-08-01',NULL,NULL,0,'Present','Present','present','Bulk'),(3551,18,'2025-08-01',NULL,NULL,7.41528,'Present',NULL,'present','Desktime'),(3552,19,'2025-08-01',NULL,NULL,9.36333,'Present',NULL,'present','Desktime'),(3553,13,'2025-08-02',NULL,NULL,7.08,'Present',NULL,'present','Desktime'),(3554,13,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3555,13,'2025-08-04',NULL,NULL,7.99,'Present',NULL,'present','Desktime'),(3556,13,'2025-08-05',NULL,NULL,7,'Present',NULL,'present','Desktime'),(3557,13,'2025-08-06',NULL,NULL,7.41,'Present',NULL,'present','Desktime'),(3558,13,'2025-08-07',NULL,NULL,7.05,'Present',NULL,'present','Desktime'),(3559,13,'2025-08-08',NULL,NULL,7.02,'Present',NULL,'present','Desktime'),(3560,13,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3561,13,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3562,13,'2025-08-11',NULL,NULL,7.15,'Present',NULL,'present','Desktime'),(3563,13,'2025-08-12',NULL,NULL,7.43,'Present',NULL,'present','Desktime'),(3564,13,'2025-08-13',NULL,NULL,0.49,'LWP',NULL,'present','Desktime'),(3565,13,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3566,13,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3567,13,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3568,13,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3569,13,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3570,13,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3571,13,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3572,13,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3573,13,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3574,13,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3575,13,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3576,13,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3577,13,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3578,13,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3579,13,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3580,13,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3581,13,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3582,13,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3583,14,'2025-08-02',NULL,NULL,0,'Present','Auto','present','Bulk'),(3584,14,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3585,14,'2025-08-04',NULL,NULL,0,'Present','Auto','present','Bulk'),(3586,14,'2025-08-05',NULL,NULL,0,'Present','Auto','present','Bulk'),(3587,14,'2025-08-06',NULL,NULL,0,'Present','Auto','present','Bulk'),(3588,14,'2025-08-07',NULL,NULL,0,'Present','Auto','present','Bulk'),(3589,14,'2025-08-08',NULL,NULL,0,'Present','Auto','present','Bulk'),(3590,14,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3591,14,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3592,14,'2025-08-11',NULL,NULL,0,'Present','Auto','present','Bulk'),(3593,14,'2025-08-12',NULL,NULL,0,'Present','Auto','present','Bulk'),(3594,14,'2025-08-13',NULL,NULL,0,'Present','Auto','present','Bulk'),(3595,14,'2025-08-14',NULL,NULL,0,'Present','Auto','present','Bulk'),(3596,14,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3597,14,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3598,14,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3599,14,'2025-08-18',NULL,NULL,0,'Present','Auto','present','Bulk'),(3600,14,'2025-08-19',NULL,NULL,0,'Present','Auto','present','Bulk'),(3601,14,'2025-08-20',NULL,NULL,0,'Present','Auto','present','Bulk'),(3602,14,'2025-08-21',NULL,NULL,0,'Present','Auto','present','Bulk'),(3603,14,'2025-08-22',NULL,NULL,0,'Present','Auto','present','Bulk'),(3604,14,'2025-08-23',NULL,NULL,0,'Present','Auto','present','Bulk'),(3605,14,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3606,14,'2025-08-25',NULL,NULL,0,'Present','Auto','present','Bulk'),(3607,14,'2025-08-26',NULL,NULL,0,'Present','Auto','present','Bulk'),(3608,14,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3609,14,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3610,14,'2025-08-29',NULL,NULL,0,'Present','Auto','present','Bulk'),(3611,14,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3612,14,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3613,15,'2025-08-02',NULL,NULL,6.22111,'Half Day',NULL,'present','Desktime'),(3614,15,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3615,15,'2025-08-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3616,15,'2025-08-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3617,15,'2025-08-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3618,15,'2025-08-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3619,15,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3620,15,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3621,15,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3622,15,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3623,15,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3624,15,'2025-08-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3625,15,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3626,15,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3627,15,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3628,15,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3629,15,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3630,15,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3631,15,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3632,15,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3633,15,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3634,15,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3635,15,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3636,15,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3637,15,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3638,15,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3639,15,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3640,15,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3641,15,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3642,15,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3643,16,'2025-08-02',NULL,NULL,7.64,'Present',NULL,'present','Desktime'),(3644,16,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3645,16,'2025-08-04',NULL,NULL,7.9,'Present',NULL,'present','Desktime'),(3646,16,'2025-08-05',NULL,NULL,8.65,'Present',NULL,'present','Desktime'),(3647,16,'2025-08-06',NULL,NULL,8.59,'Present',NULL,'present','Desktime'),(3648,16,'2025-08-07',NULL,NULL,7.72,'Present',NULL,'present','Desktime'),(3649,16,'2025-08-08',NULL,NULL,7.87,'Present',NULL,'present','Desktime'),(3650,16,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3651,16,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3652,16,'2025-08-11',NULL,NULL,7.51,'Present',NULL,'present','Desktime'),(3653,16,'2025-08-12',NULL,NULL,7.51,'Present',NULL,'present','Desktime'),(3654,16,'2025-08-13',NULL,NULL,0.27,'LWP',NULL,'present','Desktime'),(3655,16,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3656,16,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3657,16,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3658,16,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3659,16,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3660,16,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3661,16,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3662,16,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3663,16,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3664,16,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3665,16,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3666,16,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3667,16,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3668,16,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3669,16,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3670,16,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3671,16,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3672,16,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3673,17,'2025-08-02',NULL,NULL,0,'Present','Present','present','Bulk'),(3674,17,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3675,17,'2025-08-04',NULL,NULL,0,'Present','Present','present','Bulk'),(3676,17,'2025-08-05',NULL,NULL,0,'Present','Present','present','Bulk'),(3677,17,'2025-08-06',NULL,NULL,0,'Present','Present','present','Bulk'),(3678,17,'2025-08-07',NULL,NULL,0,'Present','Present','present','Bulk'),(3679,17,'2025-08-08',NULL,NULL,0,'Present','Present','present','Bulk'),(3680,17,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3681,17,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3682,17,'2025-08-11',NULL,NULL,0,'Present','Present','present','Bulk'),(3683,17,'2025-08-12',NULL,NULL,0,'Present','Present','present','Bulk'),(3684,17,'2025-08-13',NULL,NULL,0,'Present','Present','present','Bulk'),(3685,17,'2025-08-14',NULL,NULL,0,'Present','Present','present','Bulk'),(3686,17,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3687,17,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3688,17,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3689,17,'2025-08-18',NULL,NULL,0,'Present','Present','present','Bulk'),(3690,17,'2025-08-19',NULL,NULL,0,'Present','Present','present','Bulk'),(3691,17,'2025-08-20',NULL,NULL,0,'Present','Present','present','Bulk'),(3692,17,'2025-08-21',NULL,NULL,0,'Present','Present','present','Bulk'),(3693,17,'2025-08-22',NULL,NULL,0,'Present','Present','present','Bulk'),(3694,17,'2025-08-23',NULL,NULL,0,'Present','Present','present','Bulk'),(3695,17,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3696,17,'2025-08-25',NULL,NULL,0,'Present','Present','present','Bulk'),(3697,17,'2025-08-26',NULL,NULL,0,'Present','Present','present','Bulk'),(3698,17,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3699,17,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3700,17,'2025-08-29',NULL,NULL,0,'Present','Present','present','Bulk'),(3701,17,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3702,17,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3703,18,'2025-08-02',NULL,NULL,7.13389,'Present',NULL,'present','Desktime'),(3704,18,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3705,18,'2025-08-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3706,18,'2025-08-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3707,18,'2025-08-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3708,18,'2025-08-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3709,18,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3710,18,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3711,18,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3712,18,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3713,18,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3714,18,'2025-08-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3715,18,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3716,18,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3717,18,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3718,18,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3719,18,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3720,18,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3721,18,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3722,18,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3723,18,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3724,18,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3725,18,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3726,18,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3727,18,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3728,18,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3729,18,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3730,18,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3731,18,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3732,18,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3733,19,'2025-08-02',NULL,NULL,8.68111,'Present',NULL,'present','Desktime'),(3734,19,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3735,19,'2025-08-04',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3736,19,'2025-08-05',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3737,19,'2025-08-06',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3738,19,'2025-08-07',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3739,19,'2025-08-08',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3740,19,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3741,19,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3742,19,'2025-08-11',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3743,19,'2025-08-12',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3744,19,'2025-08-13',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3745,19,'2025-08-14',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3746,19,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3747,19,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3748,19,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3749,19,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3750,19,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3751,19,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3752,19,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3753,19,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3754,19,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3755,19,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3756,19,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3757,19,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3758,19,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3759,19,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3760,19,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3761,19,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3762,19,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3763,20,'2025-08-01',NULL,NULL,8.13,'Present',NULL,'present','Desktime'),(3764,20,'2025-08-02',NULL,NULL,7.22,'Present',NULL,'present','Desktime'),(3765,20,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3766,20,'2025-08-04',NULL,NULL,7.53,'Present',NULL,'present','Desktime'),(3767,20,'2025-08-05',NULL,NULL,7.59,'Present',NULL,'present','Desktime'),(3768,20,'2025-08-06',NULL,NULL,7.7,'Present',NULL,'present','Desktime'),(3769,20,'2025-08-07',NULL,NULL,6.86,'Earned Leaves',NULL,'Leave','Desktime'),(3770,20,'2025-08-08',NULL,NULL,7.91,'Earned Leaves',NULL,'Leave','Desktime'),(3771,20,'2025-08-09',NULL,NULL,0,'Earned Leaves',NULL,'Leave','System'),(3772,20,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3773,20,'2025-08-11',NULL,NULL,8.58,'Present',NULL,'present','Desktime'),(3774,20,'2025-08-12',NULL,NULL,10.84,'Present',NULL,'present','Desktime'),(3775,20,'2025-08-13',NULL,NULL,7.65,'Present',NULL,'present','Desktime'),(3776,20,'2025-08-14',NULL,NULL,3.84,'LWP',NULL,'present','Desktime'),(3777,20,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3778,20,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3779,20,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3780,20,'2025-08-18',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3781,20,'2025-08-19',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3782,20,'2025-08-20',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3783,20,'2025-08-21',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3784,20,'2025-08-22',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3785,20,'2025-08-23',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3786,20,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3787,20,'2025-08-25',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3788,20,'2025-08-26',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3789,20,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3790,20,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3791,20,'2025-08-29',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3792,20,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3793,20,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3794,21,'2025-08-01',NULL,NULL,0,'Present','Present','present','Bulk'),(3795,21,'2025-08-02',NULL,NULL,0,'Present','Present','present','Bulk'),(3796,21,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3797,21,'2025-08-04',NULL,NULL,0,'Present','Present','present','Bulk'),(3798,21,'2025-08-05',NULL,NULL,0,'Present','Present','present','Bulk'),(3799,21,'2025-08-06',NULL,NULL,0,'Present','Present','present','Bulk'),(3800,21,'2025-08-07',NULL,NULL,0,'Present','Present','present','Bulk'),(3801,21,'2025-08-08',NULL,NULL,0,'Present','Present','present','Bulk'),(3802,21,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3803,21,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3804,21,'2025-08-11',NULL,NULL,0,'Present','Present','present','Bulk'),(3805,21,'2025-08-12',NULL,NULL,0,'Present','Present','present','Bulk'),(3806,21,'2025-08-13',NULL,NULL,0,'Present','Present','present','Bulk'),(3807,21,'2025-08-14',NULL,NULL,0,'Present','Present','present','Bulk'),(3808,21,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3809,21,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3810,21,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3811,21,'2025-08-18',NULL,NULL,0,'Present','Present','present','Bulk'),(3812,21,'2025-08-19',NULL,NULL,0,'Present','Present','present','Bulk'),(3813,21,'2025-08-20',NULL,NULL,0,'Present','Present','present','Bulk'),(3814,21,'2025-08-21',NULL,NULL,0,'Present','Present','present','Bulk'),(3815,21,'2025-08-22',NULL,NULL,0,'Present','Present','present','Bulk'),(3816,21,'2025-08-23',NULL,NULL,0,'Present','Present','present','Bulk'),(3817,21,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3818,21,'2025-08-25',NULL,NULL,0,'Present','Present','present','Bulk'),(3819,21,'2025-08-26',NULL,NULL,0,'Present','Present','present','Bulk'),(3820,21,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3821,21,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3822,21,'2025-08-29',NULL,NULL,0,'Present','Present','present','Bulk'),(3823,21,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3824,21,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3825,22,'2025-08-01',NULL,NULL,0,'Present',NULL,'present','Manual'),(3826,8,'2025-08-01',NULL,NULL,4.32417,'Half Day',NULL,'present','Desktime'),(3827,8,'2025-08-02',NULL,NULL,8.33194,'Present',NULL,'present','Desktime'),(3828,8,'2025-08-03',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3829,8,'2025-08-04',NULL,NULL,7.56972,'Present',NULL,'present','Desktime'),(3830,8,'2025-08-05',NULL,NULL,7.93972,'Leave',NULL,'present','Desktime'),(3831,8,'2025-08-06',NULL,NULL,8.01083,'Present',NULL,'present','Desktime'),(3832,8,'2025-08-07',NULL,NULL,7.72056,'Present',NULL,'present','Desktime'),(3833,8,'2025-08-08',NULL,NULL,8.07694,'Present',NULL,'present','Desktime'),(3834,8,'2025-08-09',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3835,8,'2025-08-10',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3836,8,'2025-08-11',NULL,NULL,7.73778,'Present',NULL,'present','Desktime'),(3837,8,'2025-08-12',NULL,NULL,8.06917,'Present',NULL,'present','Desktime'),(3838,8,'2025-08-13',NULL,NULL,7.10833,'Present',NULL,'present','Desktime'),(3839,8,'2025-08-14',NULL,NULL,12.1481,'Present',NULL,'present','Desktime'),(3840,8,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','Desktime'),(3841,8,'2025-08-16',NULL,NULL,0,'LWP',NULL,'present','Desktime'),(3842,8,'2025-08-17',NULL,NULL,0.196667,'LWP',NULL,'present','Desktime'),(3843,23,'2025-08-01',NULL,NULL,0,NULL,NULL,'present',NULL),(3844,25,'2025-08-01',NULL,NULL,0,NULL,NULL,'present',NULL),(3845,26,'2025-08-01',NULL,NULL,0,NULL,NULL,'present',NULL),(3846,22,'2025-08-02',NULL,NULL,0,NULL,NULL,'present',NULL),(3847,23,'2025-08-02',NULL,NULL,0,NULL,NULL,'present',NULL),(3848,25,'2025-08-02',NULL,NULL,0,NULL,NULL,'present',NULL),(3849,26,'2025-08-02',NULL,NULL,0,NULL,NULL,'present',NULL),(3850,22,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3851,23,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3852,25,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3853,26,'2025-08-03',NULL,NULL,0,'Weekend',NULL,'present','System'),(3854,22,'2025-08-04',NULL,NULL,0,NULL,NULL,'present',NULL),(3855,23,'2025-08-04',NULL,NULL,0,NULL,NULL,'present',NULL),(3856,25,'2025-08-04',NULL,NULL,0,NULL,NULL,'present',NULL),(3857,26,'2025-08-04',NULL,NULL,0,NULL,NULL,'present',NULL),(3858,22,'2025-08-05',NULL,NULL,0,NULL,NULL,'present',NULL),(3859,23,'2025-08-05',NULL,NULL,0,NULL,NULL,'present',NULL),(3860,25,'2025-08-05',NULL,NULL,0,NULL,NULL,'present',NULL),(3861,26,'2025-08-05',NULL,NULL,0,NULL,NULL,'present',NULL),(3862,22,'2025-08-06',NULL,NULL,0,NULL,NULL,'present',NULL),(3863,23,'2025-08-06',NULL,NULL,0,NULL,NULL,'present',NULL),(3864,25,'2025-08-06',NULL,NULL,0,NULL,NULL,'present',NULL),(3865,26,'2025-08-06',NULL,NULL,0,NULL,NULL,'present',NULL),(3866,22,'2025-08-07',NULL,NULL,0,NULL,NULL,'present',NULL),(3867,23,'2025-08-07',NULL,NULL,0,NULL,NULL,'present',NULL),(3868,25,'2025-08-07',NULL,NULL,0,NULL,NULL,'present',NULL),(3869,26,'2025-08-07',NULL,NULL,0,NULL,NULL,'present',NULL),(3870,22,'2025-08-08',NULL,NULL,0,NULL,NULL,'present',NULL),(3871,23,'2025-08-08',NULL,NULL,0,NULL,NULL,'present',NULL),(3872,25,'2025-08-08',NULL,NULL,0,NULL,NULL,'present',NULL),(3873,26,'2025-08-08',NULL,NULL,0,NULL,NULL,'present',NULL),(3874,22,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3875,23,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3876,25,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3877,26,'2025-08-09',NULL,NULL,0,'Weekend',NULL,'present','System'),(3878,22,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3879,23,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3880,25,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3881,26,'2025-08-10',NULL,NULL,0,'Weekend',NULL,'present','System'),(3882,22,'2025-08-11',NULL,NULL,0,NULL,NULL,'present',NULL),(3883,23,'2025-08-11',NULL,NULL,0,NULL,NULL,'present',NULL),(3884,25,'2025-08-11',NULL,NULL,0,NULL,NULL,'present',NULL),(3885,26,'2025-08-11',NULL,NULL,0,NULL,NULL,'present',NULL),(3886,22,'2025-08-12',NULL,NULL,0,NULL,NULL,'present',NULL),(3887,23,'2025-08-12',NULL,NULL,0,NULL,NULL,'present',NULL),(3888,25,'2025-08-12',NULL,NULL,0,NULL,NULL,'present',NULL),(3889,26,'2025-08-12',NULL,NULL,0,NULL,NULL,'present',NULL),(3890,22,'2025-08-13',NULL,NULL,0,NULL,NULL,'present',NULL),(3891,23,'2025-08-13',NULL,NULL,0,NULL,NULL,'present',NULL),(3892,25,'2025-08-13',NULL,NULL,0,NULL,NULL,'present',NULL),(3893,26,'2025-08-13',NULL,NULL,0,NULL,NULL,'present',NULL),(3894,22,'2025-08-14',NULL,NULL,0,NULL,NULL,'present',NULL),(3895,23,'2025-08-14',NULL,NULL,0,NULL,NULL,'present',NULL),(3896,25,'2025-08-14',NULL,NULL,0,NULL,NULL,'present',NULL),(3897,26,'2025-08-14',NULL,NULL,0,NULL,NULL,'present',NULL),(3898,22,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3899,23,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3900,25,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3901,26,'2025-08-15',NULL,NULL,0,'Holiday',NULL,'present','System'),(3902,22,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3903,23,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3904,25,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3905,26,'2025-08-16',NULL,NULL,0,'Weekend',NULL,'present','System'),(3906,22,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3907,23,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3908,25,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3909,26,'2025-08-17',NULL,NULL,0,'Weekend',NULL,'present','System'),(3910,22,'2025-08-18',NULL,NULL,0,NULL,NULL,'present',NULL),(3911,23,'2025-08-18',NULL,NULL,0,NULL,NULL,'present',NULL),(3912,25,'2025-08-18',NULL,NULL,0,NULL,NULL,'present',NULL),(3913,26,'2025-08-18',NULL,NULL,0,NULL,NULL,'present',NULL),(3914,22,'2025-08-19',NULL,NULL,0,NULL,NULL,'present',NULL),(3915,23,'2025-08-19',NULL,NULL,0,NULL,NULL,'present',NULL),(3916,25,'2025-08-19',NULL,NULL,0,NULL,NULL,'present',NULL),(3917,26,'2025-08-19',NULL,NULL,0,NULL,NULL,'present',NULL),(3918,22,'2025-08-20',NULL,NULL,0,NULL,NULL,'present',NULL),(3919,23,'2025-08-20',NULL,NULL,0,NULL,NULL,'present',NULL),(3920,25,'2025-08-20',NULL,NULL,0,NULL,NULL,'present',NULL),(3921,26,'2025-08-20',NULL,NULL,0,NULL,NULL,'present',NULL),(3922,22,'2025-08-21',NULL,NULL,0,NULL,NULL,'present',NULL),(3923,23,'2025-08-21',NULL,NULL,0,NULL,NULL,'present',NULL),(3924,25,'2025-08-21',NULL,NULL,0,NULL,NULL,'present',NULL),(3925,26,'2025-08-21',NULL,NULL,0,NULL,NULL,'present',NULL),(3926,22,'2025-08-22',NULL,NULL,0,NULL,NULL,'present',NULL),(3927,23,'2025-08-22',NULL,NULL,0,NULL,NULL,'present',NULL),(3928,25,'2025-08-22',NULL,NULL,0,NULL,NULL,'present',NULL),(3929,26,'2025-08-22',NULL,NULL,0,NULL,NULL,'present',NULL),(3930,22,'2025-08-23',NULL,NULL,0,NULL,NULL,'present',NULL),(3931,23,'2025-08-23',NULL,NULL,0,NULL,NULL,'present',NULL),(3932,25,'2025-08-23',NULL,NULL,0,NULL,NULL,'present',NULL),(3933,26,'2025-08-23',NULL,NULL,0,NULL,NULL,'present',NULL),(3934,22,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3935,23,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3936,25,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3937,26,'2025-08-24',NULL,NULL,0,'Weekend',NULL,'present','System'),(3938,22,'2025-08-25',NULL,NULL,0,NULL,NULL,'present',NULL),(3939,23,'2025-08-25',NULL,NULL,0,NULL,NULL,'present',NULL),(3940,25,'2025-08-25',NULL,NULL,0,NULL,NULL,'present',NULL),(3941,26,'2025-08-25',NULL,NULL,0,NULL,NULL,'present',NULL),(3942,22,'2025-08-26',NULL,NULL,0,NULL,NULL,'present',NULL),(3943,23,'2025-08-26',NULL,NULL,0,NULL,NULL,'present',NULL),(3944,25,'2025-08-26',NULL,NULL,0,NULL,NULL,'present',NULL),(3945,26,'2025-08-26',NULL,NULL,0,NULL,NULL,'present',NULL),(3946,22,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3947,23,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3948,25,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3949,26,'2025-08-27',NULL,NULL,0,'Holiday',NULL,'present','System'),(3950,22,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3951,23,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3952,25,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3953,26,'2025-08-28',NULL,NULL,0,'Holiday',NULL,'present','System'),(3954,22,'2025-08-29',NULL,NULL,0,NULL,NULL,'present',NULL),(3955,23,'2025-08-29',NULL,NULL,0,NULL,NULL,'present',NULL),(3956,25,'2025-08-29',NULL,NULL,0,NULL,NULL,'present',NULL),(3957,26,'2025-08-29',NULL,NULL,0,NULL,NULL,'present',NULL),(3958,22,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3959,23,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3960,25,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3961,26,'2025-08-30',NULL,NULL,0,'Weekend',NULL,'present','System'),(3962,22,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3963,23,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3964,25,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3965,26,'2025-08-31',NULL,NULL,0,'Weekend',NULL,'present','System'),(3966,21,'2025-07-01',NULL,NULL,0,NULL,NULL,'present',NULL),(3967,23,'2025-07-01',NULL,NULL,0,NULL,NULL,'present',NULL),(3968,21,'2025-07-02',NULL,NULL,0,NULL,NULL,'present',NULL),(3969,23,'2025-07-02',NULL,NULL,0,NULL,NULL,'present',NULL),(3970,21,'2025-07-03',NULL,NULL,0,NULL,NULL,'present',NULL),(3971,23,'2025-07-03',NULL,NULL,0,NULL,NULL,'present',NULL),(3972,21,'2025-07-04',NULL,NULL,0,NULL,NULL,'present',NULL),(3973,23,'2025-07-04',NULL,NULL,0,NULL,NULL,'present',NULL),(3974,21,'2025-07-05',NULL,NULL,0,NULL,NULL,'present',NULL),(3975,23,'2025-07-05',NULL,NULL,0,NULL,NULL,'present',NULL),(3976,21,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3977,23,'2025-07-06',NULL,NULL,0,'Weekend',NULL,'present','System'),(3978,21,'2025-07-07',NULL,NULL,0,NULL,NULL,'present',NULL),(3979,23,'2025-07-07',NULL,NULL,0,NULL,NULL,'present',NULL),(3980,21,'2025-07-08',NULL,NULL,0,NULL,NULL,'present',NULL),(3981,23,'2025-07-08',NULL,NULL,0,NULL,NULL,'present',NULL),(3982,21,'2025-07-09',NULL,NULL,0,NULL,NULL,'present',NULL),(3983,23,'2025-07-09',NULL,NULL,0,NULL,NULL,'present',NULL),(3984,21,'2025-07-10',NULL,NULL,0,NULL,NULL,'present',NULL),(3985,23,'2025-07-10',NULL,NULL,0,NULL,NULL,'present',NULL),(3986,21,'2025-07-11',NULL,NULL,0,NULL,NULL,'present',NULL),(3987,23,'2025-07-11',NULL,NULL,0,NULL,NULL,'present',NULL),(3988,21,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3989,23,'2025-07-12',NULL,NULL,0,'Weekend',NULL,'present','System'),(3990,21,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3991,23,'2025-07-13',NULL,NULL,0,'Weekend',NULL,'present','System'),(3992,21,'2025-07-14',NULL,NULL,0,NULL,NULL,'present',NULL),(3993,23,'2025-07-14',NULL,NULL,0,NULL,NULL,'present',NULL),(3994,21,'2025-07-15',NULL,NULL,0,NULL,NULL,'present',NULL),(3995,23,'2025-07-15',NULL,NULL,0,NULL,NULL,'present',NULL),(3996,21,'2025-07-16',NULL,NULL,0,NULL,NULL,'present',NULL),(3997,23,'2025-07-16',NULL,NULL,0,NULL,NULL,'present',NULL),(3998,21,'2025-07-17',NULL,NULL,0,NULL,NULL,'present',NULL),(3999,23,'2025-07-17',NULL,NULL,0,NULL,NULL,'present',NULL),(4000,21,'2025-07-18',NULL,NULL,0,NULL,NULL,'present',NULL),(4001,23,'2025-07-18',NULL,NULL,0,NULL,NULL,'present',NULL),(4002,21,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(4003,23,'2025-07-19',NULL,NULL,0,'Weekend',NULL,'present','System'),(4004,21,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(4005,23,'2025-07-20',NULL,NULL,0,'Weekend',NULL,'present','System'),(4006,21,'2025-07-21',NULL,NULL,0,NULL,NULL,'present',NULL),(4007,23,'2025-07-21',NULL,NULL,0,NULL,NULL,'present',NULL),(4008,21,'2025-07-22',NULL,NULL,0,NULL,NULL,'present',NULL),(4009,23,'2025-07-22',NULL,NULL,0,NULL,NULL,'present',NULL),(4010,21,'2025-07-23',NULL,NULL,0,NULL,NULL,'present',NULL),(4011,23,'2025-07-23',NULL,NULL,0,NULL,NULL,'present',NULL),(4012,21,'2025-07-24',NULL,NULL,0,NULL,NULL,'present',NULL),(4013,23,'2025-07-24',NULL,NULL,0,NULL,NULL,'present',NULL),(4014,21,'2025-07-25',NULL,NULL,0,NULL,NULL,'present',NULL),(4015,23,'2025-07-25',NULL,NULL,0,NULL,NULL,'present',NULL),(4016,21,'2025-07-26',NULL,NULL,0,NULL,NULL,'present',NULL),(4017,23,'2025-07-26',NULL,NULL,0,NULL,NULL,'present',NULL),(4018,21,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(4019,23,'2025-07-27',NULL,NULL,0,'Weekend',NULL,'present','System'),(4020,21,'2025-07-28',NULL,NULL,0,NULL,NULL,'present',NULL),(4021,23,'2025-07-28',NULL,NULL,0,NULL,NULL,'present',NULL),(4022,21,'2025-07-29',NULL,NULL,0,NULL,NULL,'present',NULL),(4023,23,'2025-07-29',NULL,NULL,0,NULL,NULL,'present',NULL),(4024,21,'2025-07-30',NULL,NULL,0,NULL,NULL,'present',NULL),(4025,23,'2025-07-30',NULL,NULL,0,NULL,NULL,'present',NULL),(4026,21,'2025-07-31',NULL,NULL,0,NULL,NULL,'present',NULL),(4027,23,'2025-07-31',NULL,NULL,0,NULL,NULL,'present',NULL);
/*!40000 ALTER TABLE `attendance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `broadcast_departments`
--

DROP TABLE IF EXISTS `broadcast_departments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `broadcast_departments` (
  `broadcast_id` int NOT NULL,
  `department_id` int NOT NULL,
  PRIMARY KEY (`broadcast_id`,`department_id`),
  KEY `department_id` (`department_id`),
  CONSTRAINT `broadcast_departments_ibfk_1` FOREIGN KEY (`broadcast_id`) REFERENCES `broadcast_message` (`id`) ON DELETE CASCADE,
  CONSTRAINT `broadcast_departments_ibfk_2` FOREIGN KEY (`department_id`) REFERENCES `department` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `broadcast_departments`
--

LOCK TABLES `broadcast_departments` WRITE;
/*!40000 ALTER TABLE `broadcast_departments` DISABLE KEYS */;
INSERT INTO `broadcast_departments` VALUES (7,1),(11,1),(7,2),(11,2),(7,4),(11,4),(7,5),(11,5),(7,6),(11,6),(7,7),(11,7),(7,8),(11,8),(7,9),(11,9);
/*!40000 ALTER TABLE `broadcast_departments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `broadcast_message`
--

DROP TABLE IF EXISTS `broadcast_message`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `broadcast_message` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `content` text,
  `attachment_path` varchar(255) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `created_on` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `created_by` (`created_by`),
  CONSTRAINT `broadcast_message_ibfk_2` FOREIGN KEY (`created_by`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `broadcast_message`
--

LOCK TABLES `broadcast_message` WRITE;
/*!40000 ALTER TABLE `broadcast_message` DISABLE KEYS */;
INSERT INTO `broadcast_message` VALUES (7,'Tet New','Tet New','static/uploads/360_F_635651564_EpR6EhnSvZSxiwvybhTdoSnje6F2Y9Gc.jpg',NULL,NULL,2,'2025-08-07 08:52:56'),(11,'Notification','Test Notification',NULL,NULL,NULL,2,'2025-08-14 04:30:46');
/*!40000 ALTER TABLE `broadcast_message` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `broadcast_read`
--

DROP TABLE IF EXISTS `broadcast_read`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `broadcast_read` (
  `id` int NOT NULL AUTO_INCREMENT,
  `broadcast_id` int DEFAULT NULL,
  `employee_id` int DEFAULT NULL,
  `read_on` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  KEY `broadcast_id` (`broadcast_id`),
  CONSTRAINT `broadcast_read_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`),
  CONSTRAINT `broadcast_read_ibfk_2` FOREIGN KEY (`broadcast_id`) REFERENCES `broadcast_message` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `broadcast_read`
--

LOCK TABLES `broadcast_read` WRITE;
/*!40000 ALTER TABLE `broadcast_read` DISABLE KEYS */;
/*!40000 ALTER TABLE `broadcast_read` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `broadcast_roles`
--

DROP TABLE IF EXISTS `broadcast_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `broadcast_roles` (
  `broadcast_id` int NOT NULL,
  `role_id` int NOT NULL,
  PRIMARY KEY (`broadcast_id`,`role_id`),
  KEY `role_id` (`role_id`),
  CONSTRAINT `broadcast_roles_ibfk_1` FOREIGN KEY (`broadcast_id`) REFERENCES `broadcast_message` (`id`) ON DELETE CASCADE,
  CONSTRAINT `broadcast_roles_ibfk_2` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `broadcast_roles`
--

LOCK TABLES `broadcast_roles` WRITE;
/*!40000 ALTER TABLE `broadcast_roles` DISABLE KEYS */;
INSERT INTO `broadcast_roles` VALUES (7,1),(7,2),(7,3),(7,4),(7,5);
/*!40000 ALTER TABLE `broadcast_roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `change_log`
--

DROP TABLE IF EXISTS `change_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `change_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `table_name` varchar(100) DEFAULT NULL,
  `record_id` int DEFAULT NULL,
  `field_name` varchar(100) DEFAULT NULL,
  `old_value` varchar(255) DEFAULT NULL,
  `new_value` varchar(255) DEFAULT NULL,
  `changed_on` datetime DEFAULT NULL,
  `changed_by` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `change_log_ibfk_1` (`changed_by`),
  CONSTRAINT `change_log_ibfk_1` FOREIGN KEY (`changed_by`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `change_log`
--

LOCK TABLES `change_log` WRITE;
/*!40000 ALTER TABLE `change_log` DISABLE KEYS */;
INSERT INTO `change_log` VALUES (1,'employee',8,'reporting_manager_id','2','9','2025-07-13 20:32:07',NULL),(2,'employee',13,'work_mode','Hybrid','WFO','2025-07-23 17:28:23',2),(3,'employee',13,'shift_start','None','09:00','2025-07-23 17:28:23',2),(4,'employee',13,'shift_end','None','18:00','2025-07-23 17:28:23',2),(5,'employee',13,'work_mode','WFO','Hybrid','2025-07-23 17:44:58',2),(6,'employee',12,'work_mode','Hybrid','WFO','2025-07-23 17:45:19',2),(7,'employee',12,'shift_start','None','09:00','2025-07-23 17:45:19',2),(8,'employee',12,'shift_end','None','18:00','2025-07-23 17:45:19',2),(9,'employee',13,'shift_start','None','09:00','2025-07-23 17:45:54',2),(10,'employee',13,'shift_end','None','19:00','2025-07-23 17:45:54',2),(11,'employee',13,'shift_start','None','09:00','2025-07-23 17:49:33',2),(12,'employee',13,'shift_end','None','18:00','2025-07-23 17:49:33',2),(13,'employee',13,'shift_start','None','09:00','2025-07-23 17:49:33',2),(14,'employee',13,'shift_end','None','18:00','2025-07-23 17:49:33',2),(15,'employee',13,'shift_start','09:00:00','09:00','2025-07-23 18:21:23',2),(16,'employee',13,'shift_end','18:00:00','18:00','2025-07-23 18:21:23',2),(17,'employee',13,'shift_start','09:00:00','09:00','2025-07-23 18:21:23',2),(18,'employee',13,'shift_end','18:00:00','18:00','2025-07-23 18:21:23',2),(19,'employee',13,'desktime_id','None','10011','2025-07-23 18:27:50',2),(20,'employee',12,'desktime_id','None','2255','2025-07-23 18:28:09',2),(21,'employee',8,'full_name','Pranav Emp','Aarushi','2025-07-24 04:27:03',10),(22,'employee',8,'email','pranav@emp.com','frontoffice@crystalhues.com','2025-07-24 04:27:03',10),(23,'employee',8,'employee_code','10001','10084','2025-07-24 04:27:03',10),(24,'employee',8,'shift_start','None','','2025-07-24 04:27:03',10),(25,'employee',8,'shift_end','None','','2025-07-24 04:27:03',10),(26,'employee',8,'desktime_id','None','632882','2025-07-24 04:27:03',10),(27,'employee',15,'work_mode','Hybrid','WFH','2025-07-24 08:09:04',2),(28,'employee',15,'shift_start','None','','2025-07-24 08:09:04',2),(29,'employee',15,'shift_end','None','','2025-07-24 08:09:04',2),(30,'employee',15,'desktime_id','None','139801','2025-07-24 08:09:04',2),(31,'employee',16,'work_mode','Hybrid','WFO','2025-07-24 11:45:41',2),(32,'employee',16,'shift_start','None','09:00','2025-07-24 11:45:41',2),(33,'employee',16,'shift_end','None','19:00','2025-07-24 11:45:41',2),(34,'employee',16,'desktime_id','None','','2025-07-24 11:45:41',2),(35,'employee',16,'desktime_id','','138802','2025-07-24 11:53:59',2),(36,'employee',12,'date_of_joining','2025-05-01','2025-05-15','2025-07-26 17:04:20',10),(37,'employee',19,'reporting_manager_id','2','2','2025-07-28 18:05:19',2),(38,'employee',19,'department_id','6','6','2025-07-28 18:05:19',2),(39,'employee',19,'designation_id','1','1','2025-07-28 18:05:19',2),(40,'employee',19,'uan','100173066157','None','2025-07-28 18:05:19',2),(41,'employee',19,'qualification','None','','2025-07-28 18:05:19',2),(42,'employee',19,'institute','None','','2025-07-28 18:05:19',2),(43,'employee',19,'work_mode','Hybrid','WFH','2025-07-28 18:05:19',2),(44,'employee',19,'desktime_id','None','139898','2025-07-28 18:05:19',2),(45,'employee',19,'dob','1980-01-16','1980-01-16','2025-07-28 18:05:19',2),(46,'employee',19,'father_spouse_name','Sh.Baldve Singh','None','2025-07-28 18:05:19',2),(47,'employee',19,'last_company_pf_number','100173066157','None','2025-07-28 18:05:19',2),(48,'employee',19,'last_company_code','None','','2025-07-28 18:05:19',2),(49,'employee',19,'last_company_designation','None','None','2025-07-28 18:05:19',2),(50,'employee',19,'date_of_joining','2025-06-01','None','2025-07-28 18:05:19',2),(51,'employee',19,'exit_date','None','None','2025-07-28 18:05:19',2),(52,'employee',19,'shift_start','None','None','2025-07-28 18:05:19',2),(53,'employee',19,'shift_end','None','None','2025-07-28 18:05:19',2),(54,'employee',19,'reporting_manager_id','2','2','2025-07-28 18:05:36',2),(55,'employee',19,'department_id','6','6','2025-07-28 18:05:36',2),(56,'employee',19,'designation_id','1','1','2025-07-28 18:05:36',2),(57,'employee',19,'dob','1980-01-16','1980-01-16','2025-07-28 18:05:36',2),(58,'employee',19,'date_of_joining','None','None','2025-07-28 18:05:36',2),(59,'employee',19,'exit_date','None','None','2025-07-28 18:05:36',2),(60,'employee',19,'shift_start','None','None','2025-07-28 18:05:36',2),(61,'employee',19,'shift_end','None','None','2025-07-28 18:05:36',2),(62,'employee',20,'reporting_manager_id','2','2','2025-07-28 18:06:00',2),(63,'employee',20,'department_id','2','2','2025-07-28 18:06:00',2),(64,'employee',20,'designation_id','1','1','2025-07-28 18:06:00',2),(65,'employee',20,'uan','2002000222','None','2025-07-28 18:06:00',2),(66,'employee',20,'qualification','None','','2025-07-28 18:06:00',2),(67,'employee',20,'institute','None','','2025-07-28 18:06:00',2),(68,'employee',20,'desktime_id','None','462871','2025-07-28 18:06:00',2),(69,'employee',20,'dob','1995-04-25','1995-04-25','2025-07-28 18:06:00',2),(70,'employee',20,'father_spouse_name','Gurcharan Singh','None','2025-07-28 18:06:00',2),(71,'employee',20,'temporary_address','None','','2025-07-28 18:06:00',2),(72,'employee',20,'aadhar_number','None','','2025-07-28 18:06:00',2),(73,'employee',20,'pan_number','None','','2025-07-28 18:06:00',2),(74,'employee',20,'secondary_school_name','None','','2025-07-28 18:06:00',2),(75,'employee',20,'secondary_school_marks','None','','2025-07-28 18:06:00',2),(76,'employee',20,'secondary_school_year','None','','2025-07-28 18:06:00',2),(77,'employee',20,'higher_secondary_school_name','None','','2025-07-28 18:06:00',2),(78,'employee',20,'higher_secondary_school_marks','None','','2025-07-28 18:06:00',2),(79,'employee',20,'higher_secondary_school_year','None','','2025-07-28 18:06:00',2),(80,'employee',20,'last_company_code','None','','2025-07-28 18:06:00',2),(81,'employee',20,'last_company_designation','None','None','2025-07-28 18:06:00',2),(82,'employee',20,'date_of_joining','2025-06-01','None','2025-07-28 18:06:00',2),(83,'employee',20,'exit_date','None','None','2025-07-28 18:06:00',2),(84,'employee',20,'shift_start','None','','2025-07-28 18:06:00',2),(85,'employee',20,'shift_end','None','','2025-07-28 18:06:00',2),(86,'employee',18,'reporting_manager_id','10','10','2025-07-28 18:06:16',2),(87,'employee',18,'department_id','8','8','2025-07-28 18:06:16',2),(88,'employee',18,'designation_id','1','1','2025-07-28 18:06:16',2),(89,'employee',18,'uan','100642442229','None','2025-07-28 18:06:16',2),(90,'employee',18,'qualification','None','','2025-07-28 18:06:16',2),(91,'employee',18,'institute','None','','2025-07-28 18:06:16',2),(92,'employee',18,'desktime_id','None','425899','2025-07-28 18:06:16',2),(93,'employee',18,'dob','1987-06-15','1987-06-15','2025-07-28 18:06:16',2),(94,'employee',18,'father_spouse_name','Brijraj Singh','None','2025-07-28 18:06:16',2),(95,'employee',18,'temporary_address','None','','2025-07-28 18:06:16',2),(96,'employee',18,'aadhar_number','None','','2025-07-28 18:06:16',2),(97,'employee',18,'pan_number','None','','2025-07-28 18:06:16',2),(98,'employee',18,'secondary_school_name','None','','2025-07-28 18:06:16',2),(99,'employee',18,'secondary_school_marks','None','','2025-07-28 18:06:16',2),(100,'employee',18,'secondary_school_year','None','','2025-07-28 18:06:16',2),(101,'employee',18,'higher_secondary_school_name','None','','2025-07-28 18:06:16',2),(102,'employee',18,'higher_secondary_school_marks','None','','2025-07-28 18:06:16',2),(103,'employee',18,'higher_secondary_school_year','None','','2025-07-28 18:06:16',2),(104,'employee',18,'last_company_code','None','','2025-07-28 18:06:16',2),(105,'employee',18,'last_company_designation','None','None','2025-07-28 18:06:16',2),(106,'employee',18,'date_of_joining','2025-06-01','None','2025-07-28 18:06:16',2),(107,'employee',18,'exit_date','None','None','2025-07-28 18:06:16',2),(108,'employee',18,'shift_start','None','','2025-07-28 18:06:16',2),(109,'employee',18,'shift_end','None','','2025-07-28 18:06:16',2),(110,'employee',18,'reporting_manager_id','10','10','2025-07-28 18:20:55',2),(111,'employee',18,'department_id','8','8','2025-07-28 18:20:55',2),(112,'employee',18,'designation_id','1','1','2025-07-28 18:20:55',2),(113,'employee',18,'dob','1987-06-15','1987-06-15','2025-07-28 18:20:55',2),(114,'employee',18,'date_of_joining','None','None','2025-07-28 18:20:55',2),(115,'employee',18,'exit_date','None','None','2025-07-28 18:20:55',2),(116,'employee',18,'reporting_manager_id','10','10','2025-07-28 18:21:27',2),(117,'employee',18,'department_id','8','8','2025-07-28 18:21:27',2),(118,'employee',18,'designation_id','1','1','2025-07-28 18:21:27',2),(119,'employee',18,'dob','1987-06-15','1987-06-15','2025-07-28 18:21:27',2),(120,'employee',18,'date_of_joining','None','2025-06-01','2025-07-28 18:21:27',2),(121,'employee',18,'exit_date','None','None','2025-07-28 18:21:27',2),(122,'employee',20,'reporting_manager_id','2','2','2025-07-28 18:21:49',2),(123,'employee',20,'department_id','2','2','2025-07-28 18:21:49',2),(124,'employee',20,'designation_id','1','1','2025-07-28 18:21:49',2),(125,'employee',20,'dob','1995-04-25','1995-04-25','2025-07-28 18:21:49',2),(126,'employee',20,'date_of_joining','None','2025-06-01','2025-07-28 18:21:49',2),(127,'employee',20,'exit_date','None','None','2025-07-28 18:21:49',2),(128,'employee',19,'reporting_manager_id','2','2','2025-07-28 18:22:00',2),(129,'employee',19,'department_id','6','6','2025-07-28 18:22:00',2),(130,'employee',19,'designation_id','1','1','2025-07-28 18:22:00',2),(131,'employee',19,'dob','1980-01-16','1980-01-16','2025-07-28 18:22:00',2),(132,'employee',19,'date_of_joining','None','2025-06-01','2025-07-28 18:22:00',2),(133,'employee',19,'exit_date','None','None','2025-07-28 18:22:00',2),(134,'employee',19,'shift_start','None','None','2025-07-28 18:22:00',2),(135,'employee',19,'shift_end','None','None','2025-07-28 18:22:00',2),(136,'employee',19,'reporting_manager_id','2','2','2025-07-31 10:53:21',2),(137,'employee',19,'department_id','6','6','2025-07-31 10:53:21',2),(138,'employee',19,'designation_id','1','1','2025-07-31 10:53:21',2),(139,'employee',19,'dob','1980-01-16','1980-01-16','2025-07-31 10:53:21',2),(140,'employee',19,'exit_date','None','None','2025-07-31 10:53:21',2),(141,'employee',19,'shift_start','None','None','2025-07-31 10:53:21',2),(142,'employee',19,'shift_end','None','None','2025-07-31 10:53:21',2);
/*!40000 ALTER TABLE `change_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `comp_off_request`
--

DROP TABLE IF EXISTS `comp_off_request`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `comp_off_request` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `employee_id` int DEFAULT NULL,
  `work_date` date DEFAULT NULL,
  `reason` text,
  `status` varchar(20) DEFAULT 'pending',
  `valid_until` date DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `comp_off_request`
--

LOCK TABLES `comp_off_request` WRITE;
/*!40000 ALTER TABLE `comp_off_request` DISABLE KEYS */;
/*!40000 ALTER TABLE `comp_off_request` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ctc_head`
--

DROP TABLE IF EXISTS `ctc_head`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ctc_head` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ctc_head`
--

LOCK TABLES `ctc_head` WRITE;
/*!40000 ALTER TABLE `ctc_head` DISABLE KEYS */;
INSERT INTO `ctc_head` VALUES (1,'Employer PF',''),(2,'ESIC',''),(3,'Professional Tax',''),(4,'Gratuity',''),(5,'Exgratia/ Bonus ',''),(6,'Medical Insurance',''),(7,'Mobile','');
/*!40000 ALTER TABLE `ctc_head` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `deduction_head`
--

DROP TABLE IF EXISTS `deduction_head`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `deduction_head` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `deduction_head`
--

LOCK TABLES `deduction_head` WRITE;
/*!40000 ALTER TABLE `deduction_head` DISABLE KEYS */;
INSERT INTO `deduction_head` VALUES (1,'Provident Fund',''),(2,'ESI',''),(3,'TDS',''),(4,'Prof. Tax',''),(5,'Adv/ Imprest',''),(6,'Other Deduction',''),(7,'Excess Mobile','');
/*!40000 ALTER TABLE `deduction_head` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `department`
--

DROP TABLE IF EXISTS `department`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `department` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `created_on` datetime DEFAULT NULL,
  `updated_on` datetime DEFAULT NULL,
  `created_by` varchar(50) DEFAULT NULL,
  `updated_by` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `department`
--

LOCK TABLES `department` WRITE;
/*!40000 ALTER TABLE `department` DISABLE KEYS */;
INSERT INTO `department` VALUES (1,'HR',NULL,NULL,NULL,NULL),(2,'Finance',NULL,NULL,NULL,NULL),(4,'Management',NULL,NULL,NULL,NULL),(5,'Information Technology','2025-07-09 08:15:15','2025-07-14 13:44:37','1','2'),(6,'Operations','2025-07-09 11:04:46','2025-07-10 15:07:15','1','1'),(7,'Admin','2025-07-10 15:06:43',NULL,'1',NULL),(8,'Marketting','2025-07-21 13:09:26',NULL,'2',NULL),(9,'Operations M','2025-07-23 06:45:35','2025-07-23 06:45:51','2','2');
/*!40000 ALTER TABLE `department` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `designation`
--

DROP TABLE IF EXISTS `designation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `designation` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `created_on` datetime DEFAULT NULL,
  `updated_on` datetime DEFAULT NULL,
  `created_by` varchar(50) DEFAULT NULL,
  `updated_by` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `designation`
--

LOCK TABLES `designation` WRITE;
/*!40000 ALTER TABLE `designation` DISABLE KEYS */;
INSERT INTO `designation` VALUES (1,'Manager',NULL,NULL,NULL,NULL),(2,'HOD',NULL,NULL,NULL,NULL),(3,'Account Executive',NULL,'2025-07-27 12:18:39',NULL,'2'),(4,'Super HOD','2025-07-09 08:15:31',NULL,'1',NULL),(5,'Zonal Head','2025-07-10 15:06:58','2025-07-10 15:07:05','1','1'),(6,'HR','2025-07-13 11:26:18',NULL,'2',NULL);
/*!40000 ALTER TABLE `designation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `desktime_log`
--

DROP TABLE IF EXISTS `desktime_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `desktime_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `date` date NOT NULL,
  `first_activity` time DEFAULT NULL,
  `last_activity` time DEFAULT NULL,
  `productive_hours` float DEFAULT NULL,
  `raw_data` text,
  `fetched_on` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `desktime_log_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1805 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `desktime_log`
--

LOCK TABLES `desktime_log` WRITE;
/*!40000 ALTER TABLE `desktime_log` DISABLE KEYS */;
INSERT INTO `desktime_log` VALUES (506,13,'2025-05-09','10:01:39','19:02:43',7.63139,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-09\", \"isOnline\": false, \"arrived\": \"2025-05-09 10:01:39\", \"left\": \"2025-05-09 19:02:43\", \"late\": false, \"onlineTime\": 27778, \"offlineTime\": 0, \"desktimeTime\": 27778, \"atWorkTime\": 32464, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27473, \"productivity\": 98.9, \"efficiency\": 109.02, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57951928986, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}}, \"0\": {\"desktime.com\": {\"id\": 57954300329, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 177}}, \"1\": {\"microsoft outlook\": {\"id\": 57951517864, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13527}, \"ms-teams\": {\"id\": 57951517865, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5638}, \"lms.chlserv.com\": {\"id\": 57951517870, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2330}, \"linkedin.com\": {\"id\": 57951517872, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2310}, \"windows explorer\": {\"id\": 57951517858, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 846}, \"c\": {\"id\": 57951698699, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 584}, \"microsoft excel\": {\"id\": 57956235110, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 418}, \"chatgpt.com\": {\"id\": 57951517879, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 372}, \"google.com\": {\"id\": 57954658372, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 342}, \"syensqo.com\": {\"id\": 57956822020, \"app\": \"syensqo.com\", \"name\": \"syensqo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 275}, \"msedge\": {\"id\": 57951517862, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"google chrome\": {\"id\": 57951517869, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"unknown app\": {\"id\": 57951517867, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57963481249, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"notepad\": {\"id\": 57955807537, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"m365.cloud.microsoft\": {\"id\": 57955802781, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"ttkhealthcare.com\": {\"id\": 57959852798, \"app\": \"ttkhealthcare.com\", \"name\": \"ttkhealthcare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"shellexperiencehost\": {\"id\": 57951517859, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"photos\": {\"id\": 57952986248, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"microsoft word\": {\"id\": 57963285967, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"onedrive\": {\"id\": 57951636538, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"searchapp\": {\"id\": 57951612625, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"motherson.com\": {\"id\": 57955525615, \"app\": \"motherson.com\", \"name\": \"motherson.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 57951926167, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"lockapp\": {\"id\": 57952886041, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://whats-new\": {\"id\": 57951665368, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"health.policybazaar.com\": {\"id\": 57951952515, \"app\": \"health.policybazaar.com\", \"name\": \"health.policybazaar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"office.com\": {\"id\": 57963399276, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 57951665352, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:35'),(507,13,'2025-05-12','09:52:47','18:52:28',8.09833,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-12\", \"isOnline\": false, \"arrived\": \"2025-05-12 09:52:47\", \"left\": \"2025-05-12 18:52:28\", \"late\": false, \"onlineTime\": 29197, \"offlineTime\": 0, \"desktimeTime\": 29197, \"atWorkTime\": 32381, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29154, \"productivity\": 99.85, \"efficiency\": 115.69, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57991247664, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}}, \"1\": {\"microsoft outlook\": {\"id\": 57982031898, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12056}, \"ms-teams\": {\"id\": 57982008586, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8121}, \"lms.chlserv.com\": {\"id\": 57982284474, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4882}, \"c\": {\"id\": 57982085877, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 967}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57982291826, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 858}, \"linkedin.com\": {\"id\": 57982286862, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 805}, \"windows explorer\": {\"id\": 57982008588, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 417}, \"microsoft word\": {\"id\": 57988563639, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 187}, \"google chrome\": {\"id\": 57982284476, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"shellexperiencehost\": {\"id\": 57982008590, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 174}, \"google.com\": {\"id\": 57988232118, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"yugantaka.com\": {\"id\": 57988248285, \"app\": \"yugantaka.com\", \"name\": \"yugantaka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"unknown app\": {\"id\": 57982031896, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"msedge\": {\"id\": 57982008583, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"microsoft excel\": {\"id\": 57982092790, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"dwm\": {\"id\": 57993412746, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"photos\": {\"id\": 57993877534, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"about:blank\": {\"id\": 57987342663, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchapp\": {\"id\": 57982412517, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 57986534995, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"chrome://print\": {\"id\": 57985069140, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 57982008584, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-23 21:21:36'),(508,13,'2025-05-13','09:52:41','19:13:40',7.29472,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-13\", \"isOnline\": false, \"arrived\": \"2025-05-13 09:52:41\", \"left\": \"2025-05-13 19:13:40\", \"late\": false, \"onlineTime\": 26304, \"offlineTime\": 0, \"desktimeTime\": 26304, \"atWorkTime\": 33659, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26261, \"productivity\": 99.84, \"efficiency\": 104.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58016095954, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}}, \"1\": {\"microsoft outlook\": {\"id\": 58009635186, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17042}, \"linkedin.com\": {\"id\": 58009628914, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3197}, \"ms-teams\": {\"id\": 58009546311, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3053}, \"lms.chlserv.com\": {\"id\": 58009628913, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1060}, \"google.com\": {\"id\": 58009823675, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 549}, \"microsoft word\": {\"id\": 58013724547, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58011390201, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"c\": {\"id\": 58009695380, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"chatgpt.com\": {\"id\": 58012598653, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 135}, \"shellexperiencehost\": {\"id\": 58010424158, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"windows explorer\": {\"id\": 58009705548, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"google chrome\": {\"id\": 58009770496, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"accounts.google.com\": {\"id\": 58011459877, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"unknown app\": {\"id\": 58009626839, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"microsoft excel\": {\"id\": 58009688527, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"openai.com\": {\"id\": 58012593359, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"drive.google.com\": {\"id\": 58011454974, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 58013281767, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"m365.cloud.microsoft\": {\"id\": 58013628736, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"webviewhost\": {\"id\": 58009626837, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 58009697867, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-23 21:21:36'),(509,13,'2025-05-14','10:00:04','19:03:49',8.95194,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-14\", \"isOnline\": false, \"arrived\": \"2025-05-14 10:00:04\", \"left\": \"2025-05-14 19:03:49\", \"late\": false, \"onlineTime\": 10119, \"offlineTime\": 22108, \"desktimeTime\": 32227, \"atWorkTime\": 32625, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32227, \"productivity\": 100, \"efficiency\": 127.88, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"went for client call credit access (offline time)\": {\"id\": 58080940622, \"app\": \"__OFFLINE__\", \"name\": \"Went for Client call Credit Access\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22108}, \"microsoft outlook\": {\"id\": 58048681681, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5832}, \"ms-teams\": {\"id\": 58048669063, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1818}, \"lms.chlserv.com\": {\"id\": 58049098200, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1803}, \"windows explorer\": {\"id\": 58048917462, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"linkedin.com\": {\"id\": 58054027344, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"c\": {\"id\": 58049262398, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"unknown app\": {\"id\": 58049159083, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"chatgpt.com\": {\"id\": 58050156243, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"google chrome\": {\"id\": 58049217583, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"microsoft word\": {\"id\": 58050667204, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"winstore.app\": {\"id\": 58054384606, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58054384612, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-23 21:21:37'),(510,13,'2025-05-15','10:07:36','18:44:24',7.15722,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-15\", \"isOnline\": false, \"arrived\": \"2025-05-15 10:07:36\", \"left\": \"2025-05-15 18:44:24\", \"late\": false, \"onlineTime\": 25885, \"offlineTime\": 0, \"desktimeTime\": 25885, \"atWorkTime\": 31008, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25766, \"productivity\": 99.54, \"efficiency\": 102.25, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58070924320, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}}, \"1\": {\"microsoft outlook\": {\"id\": 58067103253, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16714}, \"ms-teams\": {\"id\": 58067103250, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3526}, \"lms.chlserv.com\": {\"id\": 58067129607, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2065}, \"linkedin.com\": {\"id\": 58067991454, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1192}, \"c\": {\"id\": 58068128741, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 545}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58069517123, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 401}, \"windows explorer\": {\"id\": 58067571641, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 332}, \"transfernow.net\": {\"id\": 58080028895, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"google.com\": {\"id\": 58067870162, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"chatgpt.com\": {\"id\": 58067870168, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"google chrome\": {\"id\": 58067129605, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"msedge\": {\"id\": 58067103249, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"microsoft word\": {\"id\": 58072659128, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"unknown app\": {\"id\": 58067180337, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"notepad\": {\"id\": 58072143730, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"drive.google.com\": {\"id\": 58073443808, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"wetransfer.com\": {\"id\": 58079596862, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"shellexperiencehost\": {\"id\": 58067103251, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"microsoft powerpoint\": {\"id\": 58077496486, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"openai.com\": {\"id\": 58067870164, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58067870166, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58078419951, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"accounts.google.com\": {\"id\": 58075415698, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 58072138588, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"msedgewebview2\": {\"id\": 58079975534, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58068412297, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:37'),(511,13,'2025-05-16','09:59:27','19:23:42',8.43556,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-16\", \"isOnline\": false, \"arrived\": \"2025-05-16 09:59:27\", \"left\": \"2025-05-16 19:23:42\", \"late\": false, \"onlineTime\": 30417, \"offlineTime\": 0, \"desktimeTime\": 30417, \"atWorkTime\": 33855, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30368, \"productivity\": 99.84, \"efficiency\": 120.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58097366109, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}}, \"1\": {\"microsoft outlook\": {\"id\": 58093565883, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14363}, \"ms-teams\": {\"id\": 58093563711, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7957}, \"linkedin.com\": {\"id\": 58093723773, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3339}, \"lms.chlserv.com\": {\"id\": 58093723772, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2120}, \"windows explorer\": {\"id\": 58093565880, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 757}, \"c\": {\"id\": 58093746157, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 558}, \"app.apollo.io\": {\"id\": 58103919681, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"microsoft excel\": {\"id\": 58098725884, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"systemsettings\": {\"id\": 58098608199, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"google chrome\": {\"id\": 58093721502, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 122}, \"transfernow.net\": {\"id\": 58095505979, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"chatgpt.com\": {\"id\": 58093973803, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"searchapp\": {\"id\": 58098580113, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"in.emsigner.com\": {\"id\": 58106016580, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"quickassist\": {\"id\": 58098585003, \"app\": \"Quickassist\", \"name\": \"Quickassist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 58093565882, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"settings\": {\"id\": 58103872860, \"app\": \"settings\", \"name\": \"settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"lockapp\": {\"id\": 58093557504, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"chrome://password-manager\": {\"id\": 58103898359, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"quickup\": {\"id\": 58098711784, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"systemsettingsadminflows\": {\"id\": 58098685390, \"app\": \"SystemSettingsAdminFlows\", \"name\": \"SystemSettingsAdminFlows\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"wallet\": {\"id\": 58103885356, \"app\": \"wallet\", \"name\": \"wallet\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"chrome://settings\": {\"id\": 58103968672, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"permission-request-dialog\": {\"id\": 58106021798, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58106748720, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 58097361277, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 58095497427, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 58098805704, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58093565881, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 58098706541, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58096468546, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"credentialuibroker\": {\"id\": 58103973607, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"wallet-entry\": {\"id\": 58103908833, \"app\": \"wallet-entry\", \"name\": \"wallet-entry\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"google.com\": {\"id\": 58095501765, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:38'),(512,13,'2025-05-19','10:44:13','19:10:08',7.51306,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-19\", \"isOnline\": false, \"arrived\": \"2025-05-19 10:44:13\", \"left\": \"2025-05-19 19:10:08\", \"late\": false, \"onlineTime\": 27114, \"offlineTime\": 0, \"desktimeTime\": 27114, \"atWorkTime\": 30355, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27047, \"productivity\": 99.84, \"efficiency\": 107.33, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58126912391, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}}, \"1\": {\"microsoft outlook\": {\"id\": 58124793298, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13432}, \"lms.chlserv.com\": {\"id\": 58124805555, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3327}, \"linkedin.com\": {\"id\": 58124805556, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3126}, \"ms-teams\": {\"id\": 58124790189, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2953}, \"c\": {\"id\": 58124802379, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1819}, \"microsoft excel\": {\"id\": 58126607108, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 780}, \"unknown app\": {\"id\": 58125026851, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"google.com\": {\"id\": 58127686450, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"windows explorer\": {\"id\": 58124790193, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"google chrome\": {\"id\": 58125037444, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 152}, \"photos\": {\"id\": 58136984587, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"ttkhealthcare.com\": {\"id\": 58133807941, \"app\": \"ttkhealthcare.com\", \"name\": \"ttkhealthcare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"chatgpt.com\": {\"id\": 58127686452, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"microsoft word\": {\"id\": 58131837404, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"shellexperiencehost\": {\"id\": 58124790195, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"crystalhues.com\": {\"id\": 58124960679, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"bing.com\": {\"id\": 58126055086, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58135044762, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"msedge\": {\"id\": 58125942150, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"notepad\": {\"id\": 58131487405, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"webviewhost\": {\"id\": 58124790186, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchapp\": {\"id\": 58130577455, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedgewebview2\": {\"id\": 58124945597, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"musnotificationux\": {\"id\": 58136142175, \"app\": \"MusNotificationUx\", \"name\": \"MusNotificationUx\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"vendorconnect.interiseworld.com\": {\"id\": 58134089078, \"app\": \"vendorconnect.interiseworld.com\", \"name\": \"vendorconnect.interiseworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openai.com\": {\"id\": 58127686451, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"m365.cloud.microsoft\": {\"id\": null, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58138338385, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:38'),(513,13,'2025-05-20','09:32:12','18:45:17',7.93306,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-20\", \"isOnline\": false, \"arrived\": \"2025-05-20 09:32:12\", \"left\": \"2025-05-20 18:45:17\", \"late\": false, \"onlineTime\": 28588, \"offlineTime\": 0, \"desktimeTime\": 28588, \"atWorkTime\": 33185, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28559, \"productivity\": 99.9, \"efficiency\": 113.33, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58155180083, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}}, \"1\": {\"microsoft outlook\": {\"id\": 58151583072, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16273}, \"lms.chlserv.com\": {\"id\": 58151559431, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5204}, \"ms-teams\": {\"id\": 58151573387, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3200}, \"linkedin.com\": {\"id\": 58151595258, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1885}, \"c\": {\"id\": 58151883532, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 672}, \"windows explorer\": {\"id\": 58151605690, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 534}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58153617069, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"google chrome\": {\"id\": 58151586590, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 122}, \"microsoft word\": {\"id\": 58160087597, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"microsoft excel\": {\"id\": 58152353545, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"credentialuibroker\": {\"id\": 58158916176, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"chatgpt.com\": {\"id\": 58154031163, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"chrome://password-manager\": {\"id\": 58158910737, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"unknown app\": {\"id\": 58152084919, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"msedge\": {\"id\": 58151604069, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"in.emsigner.com\": {\"id\": 58152093395, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"google.com\": {\"id\": 58155589351, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"globalgrads.com\": {\"id\": 58151781582, \"app\": \"globalgrads.com\", \"name\": \"globalgrads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58155542291, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"notepad\": {\"id\": 58154880466, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"permission-request-dialog\": {\"id\": 58152090593, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 58156797973, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"wallet\": {\"id\": 58159580236, \"app\": \"wallet\", \"name\": \"wallet\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58156665725, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58155180081, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-23 21:21:39'),(514,13,'2025-05-21','10:05:31','19:01:29',7.44222,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-21\", \"isOnline\": false, \"arrived\": \"2025-05-21 10:05:31\", \"left\": \"2025-05-21 19:01:29\", \"late\": false, \"onlineTime\": 26825, \"offlineTime\": 0, \"desktimeTime\": 26825, \"atWorkTime\": 32158, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26792, \"productivity\": 99.88, \"efficiency\": 106.32, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58185254564, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}}, \"1\": {\"microsoft outlook\": {\"id\": 58180198784, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14199}, \"ms-teams\": {\"id\": 58180177788, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6675}, \"linkedin.com\": {\"id\": 58180177787, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2024}, \"lms.chlserv.com\": {\"id\": 58180175633, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1913}, \"c\": {\"id\": 58180636894, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 721}, \"windows explorer\": {\"id\": 58180175629, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 417}, \"microsoft word\": {\"id\": 58180784085, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 352}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58180201252, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"chatgpt.com\": {\"id\": 58183596299, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"shellexperiencehost\": {\"id\": 58180416108, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"google chrome\": {\"id\": 58180175630, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"unknown app\": {\"id\": 58180198783, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"searchapp\": {\"id\": 58192612203, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"msedge\": {\"id\": 58183361023, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"openai.com\": {\"id\": 58183590651, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 58183869999, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58185254559, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 58183590650, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58180315267, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-23 21:21:39'),(515,13,'2025-05-22','09:58:23','19:00:20',8.05556,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-22\", \"isOnline\": false, \"arrived\": \"2025-05-22 09:58:23\", \"left\": \"2025-05-22 19:00:20\", \"late\": false, \"onlineTime\": 29014, \"offlineTime\": 0, \"desktimeTime\": 29014, \"atWorkTime\": 32517, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29000, \"productivity\": 99.95, \"efficiency\": 115.08, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58208505094, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}}, \"1\": {\"microsoft outlook\": {\"id\": 58208088730, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17131}, \"linkedin.com\": {\"id\": 58208028871, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4553}, \"ms-teams\": {\"id\": 58208086445, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4501}, \"lms.chlserv.com\": {\"id\": 58208030948, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1289}, \"azuremarketplace.microsoft.com\": {\"id\": 58214809642, \"app\": \"azuremarketplace.microsoft.com\", \"name\": \"azuremarketplace.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 371}, \"c\": {\"id\": 58208502331, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 370}, \"windows explorer\": {\"id\": 58208049041, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 228}, \"google.com\": {\"id\": 58208368914, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"chatgpt.com\": {\"id\": 58208371972, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"google chrome\": {\"id\": 58208368911, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"microsoft word\": {\"id\": 58208332668, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"microsoft excel\": {\"id\": 58219337840, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"play.google.com\": {\"id\": 58219595942, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"unknown app\": {\"id\": 58208599183, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"bfil-my.sharepoint.com\": {\"id\": 58209021527, \"app\": \"bfil-my.sharepoint.com\", \"name\": \"bfil-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"drive.google.com\": {\"id\": 58217064200, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"searchapp\": {\"id\": 58208962776, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 58208505095, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58212631314, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openai.com\": {\"id\": 58210628105, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"office.com\": {\"id\": 58219422909, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58208368917, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:40'),(516,13,'2025-05-23','10:19:11','19:00:40',5.00528,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-23\", \"isOnline\": false, \"arrived\": \"2025-05-23 10:19:11\", \"left\": \"2025-05-23 19:00:40\", \"late\": false, \"onlineTime\": 18147, \"offlineTime\": 0, \"desktimeTime\": 18147, \"atWorkTime\": 31289, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 18019, \"productivity\": 99.29, \"efficiency\": 71.5, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58245035516, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}}, \"1\": {\"microsoft outlook\": {\"id\": 58236286154, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9003}, \"ms-teams\": {\"id\": 58236283222, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4709}, \"linkedin.com\": {\"id\": 58236363236, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1868}, \"lms.chlserv.com\": {\"id\": 58236363234, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1560}, \"unknown app\": {\"id\": 58236527940, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 237}, \"c\": {\"id\": 58236577669, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"windows explorer\": {\"id\": 58236283224, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 174}, \"google chrome\": {\"id\": 58236360520, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"microsoft excel\": {\"id\": 58243438408, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"msedge\": {\"id\": 58236283219, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"microsoft powerpoint\": {\"id\": 58246739582, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 58236283226, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"microsoft word\": {\"id\": 58237058092, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58237021564, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"webviewhost\": {\"id\": 58236283220, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"lockapp\": {\"id\": 58246713697, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58245035513, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-23 21:21:40'),(517,13,'2025-05-26','10:06:50','18:56:36',7.5325,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-26\", \"isOnline\": false, \"arrived\": \"2025-05-26 10:06:50\", \"left\": \"2025-05-26 18:56:36\", \"late\": false, \"onlineTime\": 27173, \"offlineTime\": 0, \"desktimeTime\": 27173, \"atWorkTime\": 31786, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27117, \"productivity\": 99.79, \"efficiency\": 107.61, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58266064889, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}}, \"1\": {\"microsoft outlook\": {\"id\": 58266070346, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16451}, \"ms-teams\": {\"id\": 58266064886, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5553}, \"linkedin.com\": {\"id\": 58266135353, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2174}, \"lms.chlserv.com\": {\"id\": 58266132815, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1198}, \"windows explorer\": {\"id\": 58266064888, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 682}, \"c\": {\"id\": 58266734290, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"microsoft word\": {\"id\": 58277993994, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 260}, \"msedgewebview2\": {\"id\": 58275329555, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"chatgpt.com\": {\"id\": 58274951595, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"msedge\": {\"id\": 58277479374, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"google chrome\": {\"id\": 58266132814, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 58266737745, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"microsoft excel\": {\"id\": 58270633293, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"shellexperiencehost\": {\"id\": 58266064892, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"searchapp\": {\"id\": 58270628450, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"google.com\": {\"id\": 58274951590, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalhues.com\": {\"id\": 58273977989, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58266064884, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-07-23 21:21:41'),(518,13,'2025-05-27','09:56:07','18:59:13',8.20111,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-27\", \"isOnline\": false, \"arrived\": \"2025-05-27 09:56:07\", \"left\": \"2025-05-27 18:59:13\", \"late\": false, \"onlineTime\": 29563, \"offlineTime\": 0, \"desktimeTime\": 29563, \"atWorkTime\": 32586, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29524, \"productivity\": 99.86, \"efficiency\": 117.16, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58289549810, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}}, \"1\": {\"microsoft outlook\": {\"id\": 58289376974, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13655}, \"ms-teams\": {\"id\": 58289354339, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9454}, \"lms.chlserv.com\": {\"id\": 58289547195, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2169}, \"linkedin.com\": {\"id\": 58289508418, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1829}, \"c\": {\"id\": 58291632136, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 631}, \"windows explorer\": {\"id\": 58289379345, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 516}, \"interiseworld.com\": {\"id\": 58295435055, \"app\": \"interiseworld.com\", \"name\": \"interiseworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 515}, \"chatgpt.com\": {\"id\": 58289708669, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 250}, \"msedge\": {\"id\": 58289334372, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"google chrome\": {\"id\": 58289502571, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"google.com\": {\"id\": 58289689312, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"unknown app\": {\"id\": 58289371136, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"lockapp\": {\"id\": 58293951985, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"syensqo.com\": {\"id\": 58289701358, \"app\": \"syensqo.com\", \"name\": \"syensqo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"microsoft word\": {\"id\": 58296644535, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 58289359967, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58289549808, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": null, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"photos\": {\"id\": 58299384540, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 58292469895, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:41'),(519,13,'2025-05-28','09:43:54','19:21:13',8.14528,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-28\", \"isOnline\": false, \"arrived\": \"2025-05-28 09:43:54\", \"left\": \"2025-05-28 19:21:13\", \"late\": false, \"onlineTime\": 29356, \"offlineTime\": 0, \"desktimeTime\": 29356, \"atWorkTime\": 34639, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29323, \"productivity\": 99.88, \"efficiency\": 116.36, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58322023228, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}}, \"1\": {\"microsoft outlook\": {\"id\": 58317848063, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12335}, \"ms-teams\": {\"id\": 58317795308, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7543}, \"linkedin.com\": {\"id\": 58317826470, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2905}, \"lms.chlserv.com\": {\"id\": 58317827979, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2855}, \"chatgpt.com\": {\"id\": 58328459175, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 855}, \"c\": {\"id\": 58319079460, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 744}, \"windows explorer\": {\"id\": 58317795309, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 706}, \"microsoft word\": {\"id\": 58320484783, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 500}, \"photos\": {\"id\": 58319679240, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 228}, \"avegenhealth.com\": {\"id\": 58319438893, \"app\": \"avegenhealth.com\", \"name\": \"avegenhealth.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"shellexperiencehost\": {\"id\": 58317795313, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"aipl.keka.com\": {\"id\": 58331809004, \"app\": \"aipl.keka.com\", \"name\": \"aipl.keka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"google chrome\": {\"id\": 58319433150, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"lockapp\": {\"id\": 58317795302, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"unknown app\": {\"id\": 58317824461, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"google.com\": {\"id\": 58319433151, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"openai.com\": {\"id\": 58328103428, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 58321346009, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 58321346011, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 58324486892, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"copilot\": {\"id\": 58332023147, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58317795305, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 58324717562, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-23 21:21:42'),(520,13,'2025-05-29','09:50:00','19:01:55',7.74861,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-29\", \"isOnline\": false, \"arrived\": \"2025-05-29 09:50:00\", \"left\": \"2025-05-29 19:01:55\", \"late\": false, \"onlineTime\": 27939, \"offlineTime\": 0, \"desktimeTime\": 27939, \"atWorkTime\": 33115, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27895, \"productivity\": 99.84, \"efficiency\": 110.69, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58349038476, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}}, \"1\": {\"microsoft outlook\": {\"id\": 58345989682, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13415}, \"ms-teams\": {\"id\": 58345874404, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10356}, \"lms.chlserv.com\": {\"id\": 58345985035, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1471}, \"linkedin.com\": {\"id\": 58345985033, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1338}, \"windows explorer\": {\"id\": 58345982756, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 430}, \"unknown app\": {\"id\": 58346137705, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 208}, \"c\": {\"id\": 58346025875, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"google.com\": {\"id\": 58349134472, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"msedge\": {\"id\": 58345861514, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"google chrome\": {\"id\": 58345985031, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"microsoft word\": {\"id\": 58346918258, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"shellexperiencehost\": {\"id\": 58345982757, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"savvytime.com\": {\"id\": 58349188377, \"app\": \"savvytime.com\", \"name\": \"savvytime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"bfil-my.sharepoint.com\": {\"id\": 58346711041, \"app\": \"bfil-my.sharepoint.com\", \"name\": \"bfil-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"my.garp.org\": {\"id\": 58349866336, \"app\": \"my.garp.org\", \"name\": \"my.garp.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58349838642, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58349038475, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"webviewhost\": {\"id\": 58345980382, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}}}, \"projects\": []}','2025-07-23 21:21:42'),(521,13,'2025-05-30','10:05:04','18:53:21',7.13417,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-30\", \"isOnline\": false, \"arrived\": \"2025-05-30 10:05:04\", \"left\": \"2025-05-30 18:53:21\", \"late\": false, \"onlineTime\": 25827, \"offlineTime\": 0, \"desktimeTime\": 25827, \"atWorkTime\": 31697, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25683, \"productivity\": 99.44, \"efficiency\": 101.92, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58378962561, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}}, \"1\": {\"microsoft outlook\": {\"id\": 58373512825, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8472}, \"linkedin.com\": {\"id\": 58374016439, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5376}, \"lms.chlserv.com\": {\"id\": 58373525528, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5127}, \"ms-teams\": {\"id\": 58373510836, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5090}, \"windows explorer\": {\"id\": 58373510834, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 517}, \"c\": {\"id\": 58373523383, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 502}, \"google.com\": {\"id\": 58382656668, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"shellexperiencehost\": {\"id\": 58373510838, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"notepad\": {\"id\": 58374991675, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"google chrome\": {\"id\": 58373534732, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"msedge\": {\"id\": 58373525523, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"dbmci.com\": {\"id\": 58383146238, \"app\": \"dbmci.com\", \"name\": \"dbmci.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"chatgpt.com\": {\"id\": 58375549942, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 58374360654, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"lockapp\": {\"id\": 58373510832, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"microsoft word\": {\"id\": 58375598642, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"avegenhealth.com\": {\"id\": 58375026127, \"app\": \"avegenhealth.com\", \"name\": \"avegenhealth.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"openai.com\": {\"id\": 58375554286, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 58378957189, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"m365.cloud.microsoft\": {\"id\": 58385240523, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchapp\": {\"id\": 58374991674, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58373527843, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-23 21:21:43'),(668,8,'2025-05-01','10:05:43','18:38:48',7.93167,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-01\", \"isOnline\": true, \"arrived\": \"2025-05-01 10:05:43\", \"left\": \"2025-05-01 18:38:48\", \"late\": false, \"onlineTime\": 28567, \"offlineTime\": 0, \"desktimeTime\": 28567, \"atWorkTime\": 30785, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28554, \"productivity\": 99.95, \"efficiency\": 113.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"outlook.office365.com\": {\"id\": 57800093836, \"app\": \"outlook.office365.com\", \"name\": \"outlook.office365.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}}, \"1\": {\"microsoft outlook\": {\"id\": 57798638435, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6673}, \"ms-teams\": {\"id\": 57798597500, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5588}, \"windows explorer\": {\"id\": 57798519191, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4097}, \"microsoft word\": {\"id\": 57801588254, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2975}, \"airtel.in\": {\"id\": 57799004743, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2849}, \"microsoft excel\": {\"id\": 57798786731, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1936}, \"hrez.crystalhues.in\": {\"id\": 57798702018, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1506}, \"in.emsigner.com\": {\"id\": 57798758537, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1406}, \"acrobat\": {\"id\": 57798772081, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 682}, \"google chrome\": {\"id\": 57798702017, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 280}, \"msedge\": {\"id\": 57800078464, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"msedgewebview2\": {\"id\": 57799269427, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"chatgpt.com\": {\"id\": 57804040113, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"login.microsoftonline.com\": {\"id\": 57800096737, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"openai.com\": {\"id\": 57804030552, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"lockapp\": {\"id\": 57798595587, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"unknown app\": {\"id\": 57798765267, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"webmail.chldigital.com\": {\"id\": 57800081534, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"searchhost\": {\"id\": 57800345488, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"bing.com\": {\"id\": 57800090858, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"google.com\": {\"id\": 57804030551, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:50'),(669,8,'2025-05-02','09:56:05','17:13:00',6.5675,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-02\", \"isOnline\": false, \"arrived\": \"2025-05-02 09:56:05\", \"left\": \"2025-05-02 17:13:00\", \"late\": false, \"onlineTime\": 23764, \"offlineTime\": 0, \"desktimeTime\": 23764, \"atWorkTime\": 26215, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 23643, \"productivity\": 99.49, \"efficiency\": 93.82, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57819777162, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}}, \"1\": {\"microsoft word\": {\"id\": 57814698588, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4601}, \"hrez.crystalhues.in\": {\"id\": 57814551463, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4435}, \"windows explorer\": {\"id\": 57814534391, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3522}, \"in.emsigner.com\": {\"id\": 57814775559, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2919}, \"microsoft outlook\": {\"id\": 57814536558, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2608}, \"ms-teams\": {\"id\": 57814469247, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2473}, \"acrobat\": {\"id\": 57814628233, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1110}, \"google chrome\": {\"id\": 57814551462, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 587}, \"microsoft excel\": {\"id\": 57821510286, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 494}, \"us-lms.365.systems\": {\"id\": 57821024214, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"smallpdf.com\": {\"id\": 57817460799, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"login.microsoftonline.com\": {\"id\": 57821045450, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"downloads\": {\"id\": 57821505879, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"openai.com\": {\"id\": 57815764141, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"unknown app\": {\"id\": 57815092160, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"c\": {\"id\": 57817472143, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"msedge\": {\"id\": 57814836694, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"chatgpt.com\": {\"id\": 57815774364, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"msedgewebview2\": {\"id\": 57814892782, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"bing.com\": {\"id\": 57814840906, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 57816964744, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"chrome://whats-new\": {\"id\": 57821312942, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"shellexperiencehost\": {\"id\": 57814551460, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 57817302690, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 57815764139, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"emsigner.com\": {\"id\": 57814843560, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"permission-request-dialog\": {\"id\": 57821500929, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://downloads\": {\"id\": 57815615061, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:51'),(670,8,'2025-05-03','09:54:44','16:11:02',3.6175,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-03\", \"isOnline\": false, \"arrived\": \"2025-05-03 09:54:44\", \"left\": \"2025-05-03 16:11:02\", \"late\": false, \"onlineTime\": 12554, \"offlineTime\": 587, \"desktimeTime\": 13141, \"atWorkTime\": 22578, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 13023, \"productivity\": 99.1, \"efficiency\": 51.68, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 57835073248, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 57834823768, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3226}, \"microsoft outlook\": {\"id\": 57834807734, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1751}, \"airtel.in\": {\"id\": 57835079236, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1403}, \"ms-teams\": {\"id\": 57834791275, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1321}, \"microsoft excel\": {\"id\": 57834929719, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1026}, \"windows explorer\": {\"id\": 57834832975, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 938}, \"in.emsigner.com\": {\"id\": 57834810051, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 916}, \"forwarding calls (offline time)\": {\"id\": 58220924763, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 587}, \"canva.com\": {\"id\": 57835699503, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 490}, \"acrobat\": {\"id\": 57834857080, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 425}, \"hrez.crystalhues.in\": {\"id\": 57834863971, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 403}, \"google chrome\": {\"id\": 57834862368, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"webmail.chldigital.com\": {\"id\": 57835162308, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"google.com\": {\"id\": 57834981762, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"dwm\": {\"id\": 57835073247, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"msedge\": {\"id\": 57835079235, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"unknown app\": {\"id\": 57835130260, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"werfault\": {\"id\": 57835195178, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 57834856066, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"scgui\": {\"id\": 57836329895, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 57835640842, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"emsigner.com\": {\"id\": 57835600866, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 57835359206, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 57835141699, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 57835072139, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:51'),(671,8,'2025-05-04',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-04\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-24 05:33:52'),(672,8,'2025-05-05','09:39:25','18:31:05',8.08556,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-05\", \"isOnline\": false, \"arrived\": \"2025-05-05 09:39:25\", \"left\": \"2025-05-05 18:31:05\", \"late\": false, \"onlineTime\": 28827, \"offlineTime\": 593, \"desktimeTime\": 29420, \"atWorkTime\": 31900, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29108, \"productivity\": 98.94, \"efficiency\": 115.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57851069414, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 312}}, \"1\": {\"microsoft outlook\": {\"id\": 57841685982, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7031}, \"microsoft word\": {\"id\": 57841784340, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6577}, \"ms-teams\": {\"id\": 57841618682, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4579}, \"windows explorer\": {\"id\": 57841717358, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2958}, \"in.emsigner.com\": {\"id\": 57841713504, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2636}, \"microsoft excel\": {\"id\": 57841973484, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2244}, \"acrobat\": {\"id\": 57841818713, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1496}, \"forwarding calls (offline time)\": {\"id\": 58221328730, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 593}, \"hrez.crystalhues.in\": {\"id\": 57841970963, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 470}, \"startmenuexperiencehost\": {\"id\": 57847069675, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"google chrome\": {\"id\": 57841675147, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 141}, \"onedrive\": {\"id\": 57841610152, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"unknown app\": {\"id\": 57842265377, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"searchhost\": {\"id\": 57847069669, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 57850735505, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 57842222283, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"scgui\": {\"id\": 57841616871, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-24 05:33:52'),(673,8,'2025-05-06','09:40:04','18:45:38',8.41528,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-06\", \"isOnline\": false, \"arrived\": \"2025-05-06 09:40:04\", \"left\": \"2025-05-06 18:45:38\", \"late\": false, \"onlineTime\": 27228, \"offlineTime\": 3251, \"desktimeTime\": 30479, \"atWorkTime\": 32734, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30295, \"productivity\": 99.4, \"efficiency\": 120.22, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 57881531237, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}}, \"0\": {\"desktime.com\": {\"id\": 57870597813, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}}, \"1\": {\"microsoft word\": {\"id\": 57870447979, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4977}, \"ms-teams\": {\"id\": 57869078374, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4451}, \"microsoft outlook\": {\"id\": 57869195819, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3275}, \"desktime is not working (offline time)\": {\"id\": 57870627894, \"app\": \"__OFFLINE__\", \"name\": \"Desktime is not working\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3251}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57869053674, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2822}, \"in.emsigner.com\": {\"id\": 57869044997, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2712}, \"windows explorer\": {\"id\": 57869047765, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2564}, \"microsoft excel\": {\"id\": 57870044455, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2195}, \"us-lms.365.systems\": {\"id\": 57870271232, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1161}, \"acrobat\": {\"id\": 57869066101, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 596}, \"canva.com\": {\"id\": 57875375596, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 481}, \"photos\": {\"id\": 57875574130, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 324}, \"c\": {\"id\": 57876102670, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"hrez.crystalhues.in\": {\"id\": 57872999039, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"msedgewebview2\": {\"id\": 57870044454, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 194}, \"chatgpt.com\": {\"id\": 57876541812, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"google chrome\": {\"id\": 57869070133, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"startmenuexperiencehost\": {\"id\": 57875282325, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"msedge\": {\"id\": 57870597812, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"openai.com\": {\"id\": 57876525034, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 57869350564, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"snippingtool\": {\"id\": 57876156397, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"downloads\": {\"id\": 57878555167, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"searchhost\": {\"id\": 57875282321, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"google.com\": {\"id\": 57875375593, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"openwith\": {\"id\": 57880365027, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 57875582115, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"emsigner.com\": {\"id\": 57878122664, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 57878130079, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"login.microsoftonline.com\": {\"id\": 57870276060, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-24 05:33:53'),(674,8,'2025-05-07','10:10:19','21:54:35',9.03778,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-07\", \"isOnline\": false, \"arrived\": \"2025-05-07 10:10:19\", \"left\": \"2025-05-07 21:54:35\", \"late\": false, \"onlineTime\": 32019, \"offlineTime\": 593, \"desktimeTime\": 32612, \"atWorkTime\": 42256, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32536, \"productivity\": 99.77, \"efficiency\": 129.11, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 57897438951, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}}, \"0\": {\"desktime.com\": {\"id\": 57914588001, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}}, \"1\": {\"microsoft word\": {\"id\": 57897412384, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8018}, \"ms-teams\": {\"id\": 57897327862, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7924}, \"microsoft outlook\": {\"id\": 57897717610, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4904}, \"in.emsigner.com\": {\"id\": 57897376989, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3057}, \"windows explorer\": {\"id\": 57897409876, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2065}, \"acrobat\": {\"id\": 57897420257, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1546}, \"microsoft excel\": {\"id\": 57902135572, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1093}, \"ongrid.in\": {\"id\": 57902415567, \"app\": \"ongrid.in\", \"name\": \"ongrid.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 978}, \"forwarding calls (offline time)\": {\"id\": 58221465841, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 593}, \"canva.com\": {\"id\": 57906495808, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 463}, \"hrez.crystalhues.in\": {\"id\": 57897668743, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 296}, \"lockapp\": {\"id\": 57914721140, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 263}, \"scgui\": {\"id\": 57897327865, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"google chrome\": {\"id\": 57897374707, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"msedgewebview2\": {\"id\": 57897564303, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"crystalhues.desk365.io\": {\"id\": 57908410283, \"app\": \"crystalhues.desk365.io\", \"name\": \"crystalhues.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"chatgpt.com\": {\"id\": 57904482567, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"photos\": {\"id\": 57904925984, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"snippingtool\": {\"id\": 57897598402, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"startmenuexperiencehost\": {\"id\": 57902852555, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"pickerhost\": {\"id\": 57897636758, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"unknown app\": {\"id\": 57897493728, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"openai.com\": {\"id\": 57904476031, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"google.com\": {\"id\": 57897438950, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"searchhost\": {\"id\": 57900552772, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onlinent\": {\"id\": 57907322290, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"apps.desk365.io\": {\"id\": 57908555699, \"app\": \"apps.desk365.io\", \"name\": \"apps.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 57897592110, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:54'),(675,8,'2025-05-08','09:40:57','22:04:11',9.3325,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-08\", \"isOnline\": false, \"arrived\": \"2025-05-08 09:40:57\", \"left\": \"2025-05-08 22:04:11\", \"late\": false, \"onlineTime\": 31977, \"offlineTime\": 1803, \"desktimeTime\": 33780, \"atWorkTime\": 44594, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 33597, \"productivity\": 99.46, \"efficiency\": 133.32, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57929582062, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"desktime\": {\"id\": 57929577074, \"app\": \"DeskTime\", \"name\": \"DeskTime\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}, \"1\": {\"microsoft outlook\": {\"id\": 57924270247, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8387}, \"ms-teams\": {\"id\": 57924216303, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6560}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57937620715, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6400}, \"in.emsigner.com\": {\"id\": 57924268297, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2681}, \"\\\"my laptop was updating at that time.\\\" (offline time)\": {\"id\": 57936951496, \"app\": \"__OFFLINE__\", \"name\": \"\\\"My laptop was updating at that time.\\\"\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1803}, \"microsoft excel\": {\"id\": 57924338035, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1553}, \"windows explorer\": {\"id\": 57924377694, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1507}, \"hrez.crystalhues.in\": {\"id\": 57924409669, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1225}, \"acrobat\": {\"id\": 57924627885, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1008}, \"microsoft word\": {\"id\": 57928827367, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 982}, \"chatgpt.com\": {\"id\": 57929224902, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 621}, \"msedgewebview2\": {\"id\": 57924974216, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 262}, \"google chrome\": {\"id\": 57924266369, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"msedge\": {\"id\": 57931985975, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"smallpdf.com\": {\"id\": 57935936793, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"openai.com\": {\"id\": 57929046033, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"unknown app\": {\"id\": 57925568808, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"google.com\": {\"id\": 57929040826, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"onedrive\": {\"id\": 57924216302, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 57924630672, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"onlinent\": {\"id\": 57924354981, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"helpx.adobe.com\": {\"id\": 57928130209, \"app\": \"helpx.adobe.com\", \"name\": \"helpx.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"lockapp\": {\"id\": 57924725461, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"searchhost\": {\"id\": 57929816798, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 57931928257, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 57929593002, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"emsigner.com\": {\"id\": 57925905766, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-24 05:33:54'),(676,8,'2025-05-09','09:53:43','15:20:32',5.44028,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-09\", \"isOnline\": false, \"arrived\": \"2025-05-09 09:53:43\", \"left\": \"2025-05-09 15:20:32\", \"late\": false, \"onlineTime\": 19609, \"offlineTime\": 0, \"desktimeTime\": 19609, \"atWorkTime\": 19609, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 19585, \"productivity\": 99.88, \"efficiency\": 77.72, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57958908532, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}}, \"1\": {\"microsoft excel\": {\"id\": 57952423498, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3970}, \"microsoft outlook\": {\"id\": 57951450164, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2759}, \"ms-teams\": {\"id\": 57951416993, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2573}, \"hrez.crystalhues.in\": {\"id\": 57951465574, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2469}, \"windows explorer\": {\"id\": 57951450161, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1872}, \"in.emsigner.com\": {\"id\": 57951504007, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1501}, \"microsoft word\": {\"id\": 57951656799, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1333}, \"canva.com\": {\"id\": 57954447074, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1057}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57954214429, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 675}, \"acrobat\": {\"id\": 57951624837, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 352}, \"c\": {\"id\": 57953895643, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 351}, \"photos\": {\"id\": 57953998542, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"google chrome\": {\"id\": 57951465573, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"crystalhues.desk365.io\": {\"id\": 57952845333, \"app\": \"crystalhues.desk365.io\", \"name\": \"crystalhues.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"msedgewebview2\": {\"id\": 57953059976, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"unknown app\": {\"id\": 57951494285, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"onlinent\": {\"id\": 57951783611, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"downloads\": {\"id\": 57952874241, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"s3.amazonaws.com\": {\"id\": 57952870129, \"app\": \"s3.amazonaws.com\", \"name\": \"s3.amazonaws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellhost\": {\"id\": 57951999155, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 57953470028, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 57954447073, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 57956075385, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 57951501854, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:55'),(677,8,'2025-05-10','10:31:08','10:43:54',0.212778,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-10\", \"isOnline\": true, \"arrived\": \"2025-05-10 10:31:08\", \"left\": \"2025-05-10 10:43:54\", \"late\": false, \"onlineTime\": 766, \"offlineTime\": 0, \"desktimeTime\": 766, \"atWorkTime\": 766, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 766, \"productivity\": 100, \"efficiency\": 3.04, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 57975248351, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 369}, \"acrobat\": {\"id\": 57975256056, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"in.emsigner.com\": {\"id\": 57975252440, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"ms-teams\": {\"id\": 57975244832, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"windows explorer\": {\"id\": 57975248350, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"msedgewebview2\": {\"id\": 57975292362, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"hrez.crystalhues.in\": {\"id\": 57975247443, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"snippingtool\": {\"id\": 57975290075, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"unknown app\": {\"id\": 57975263961, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:55'),(678,8,'2025-05-11','15:09:17','15:11:04',0.0297222,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-11\", \"isOnline\": true, \"arrived\": \"2025-05-11 15:09:17\", \"left\": \"2025-05-11 15:11:04\", \"late\": false, \"onlineTime\": 107, \"offlineTime\": 0, \"desktimeTime\": 107, \"atWorkTime\": 107, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 107, \"productivity\": 100, \"efficiency\": 0.42, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"hrez.crystalhues.in\": {\"id\": 57979521114, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}}}, \"projects\": []}','2025-07-24 05:33:56'),(679,8,'2025-05-12','09:51:14','18:43:07',7.90778,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-12\", \"isOnline\": false, \"arrived\": \"2025-05-12 09:51:14\", \"left\": \"2025-05-12 18:43:07\", \"late\": false, \"onlineTime\": 28895, \"offlineTime\": 0, \"desktimeTime\": 28895, \"atWorkTime\": 31913, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28468, \"productivity\": 98.52, \"efficiency\": 112.97, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57985508168, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 427}}, \"1\": {\"microsoft outlook\": {\"id\": 57982039129, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6331}, \"microsoft excel\": {\"id\": 57982113644, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5311}, \"hrez.crystalhues.in\": {\"id\": 57982115599, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3221}, \"ms-teams\": {\"id\": 57981999000, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3066}, \"windows explorer\": {\"id\": 57981998999, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2648}, \"in.emsigner.com\": {\"id\": 57990486047, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2351}, \"microsoft word\": {\"id\": 57983384046, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2335}, \"acrobat\": {\"id\": 57988825922, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1695}, \"startmenuexperiencehost\": {\"id\": 57986953364, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 310}, \"google chrome\": {\"id\": 57983764124, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 258}, \"unknown app\": {\"id\": 57982767196, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"chatgpt.com\": {\"id\": 57983768313, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"smallpdf.com\": {\"id\": 57992790411, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"openai.com\": {\"id\": 57983764126, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"google.com\": {\"id\": 57983764125, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"shellhost\": {\"id\": 57981999001, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"msedgewebview2\": {\"id\": 57984806680, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 57986896219, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"lockapp\": {\"id\": 57984159503, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"olk\": {\"id\": 57984444093, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"c\": {\"id\": 57994732615, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"snippingtool\": {\"id\": 57992522347, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"emsigner.com\": {\"id\": 57992315837, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 57992309492, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-24 05:33:56'),(680,8,'2025-05-13','09:56:18','18:46:19',7.76361,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-13\", \"isOnline\": false, \"arrived\": \"2025-05-13 09:56:18\", \"left\": \"2025-05-13 18:46:19\", \"late\": false, \"onlineTime\": 28195, \"offlineTime\": 0, \"desktimeTime\": 28195, \"atWorkTime\": 31801, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27949, \"productivity\": 99.13, \"efficiency\": 110.91, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58017838687, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}}, \"1\": {\"microsoft word\": {\"id\": 58009815245, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6691}, \"ms-teams\": {\"id\": 58009591768, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5547}, \"microsoft outlook\": {\"id\": 58009647105, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4673}, \"hrez.crystalhues.in\": {\"id\": 58009809497, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2493}, \"windows explorer\": {\"id\": 58009748832, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2099}, \"in.emsigner.com\": {\"id\": 58009657227, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2063}, \"microsoft excel\": {\"id\": 58009720102, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1724}, \"acrobat\": {\"id\": 58009876423, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1034}, \"google chrome\": {\"id\": 58009751223, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 394}, \"startmenuexperiencehost\": {\"id\": 58019360491, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"chatgpt.com\": {\"id\": 58009754003, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"openai.com\": {\"id\": 58009751226, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"msedgewebview2\": {\"id\": 58010339283, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 161}, \"unknown app\": {\"id\": 58010796223, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"smallpdf.com\": {\"id\": 58010011321, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"searchhost\": {\"id\": 58012191619, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"lockapp\": {\"id\": 58011415227, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"openwith\": {\"id\": 58013326398, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 58024722909, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"google.com\": {\"id\": 58009751225, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 58009591766, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"c\": {\"id\": 58011769024, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"emsigner.com\": {\"id\": 58019606954, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:57'),(681,8,'2025-05-14','09:39:08','18:37:43',8.34194,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-14\", \"isOnline\": false, \"arrived\": \"2025-05-14 09:39:08\", \"left\": \"2025-05-14 18:37:43\", \"late\": false, \"onlineTime\": 30123, \"offlineTime\": 0, \"desktimeTime\": 30123, \"atWorkTime\": 32315, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30031, \"productivity\": 99.66, \"efficiency\": 119.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58041911495, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}}, \"0\": {\"desktime.com\": {\"id\": 58048448794, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}}, \"1\": {\"microsoft excel\": {\"id\": 58038754323, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7446}, \"microsoft outlook\": {\"id\": 58038606089, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6945}, \"microsoft word\": {\"id\": 58039298064, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4658}, \"ms-teams\": {\"id\": 58038572066, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2653}, \"in.emsigner.com\": {\"id\": 58038630121, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2286}, \"windows explorer\": {\"id\": 58038572067, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2081}, \"acrobat\": {\"id\": 58039315776, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1539}, \"hrez.crystalhues.in\": {\"id\": 58038695865, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 887}, \"canva.com\": {\"id\": 58046993720, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 808}, \"startmenuexperiencehost\": {\"id\": 58046926007, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"unknown app\": {\"id\": 58038739021, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 175}, \"chatgpt.com\": {\"id\": 58049332717, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"google chrome\": {\"id\": 58038630120, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"searchhost\": {\"id\": 58039298063, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedgewebview2\": {\"id\": 58049558693, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"lockapp\": {\"id\": 58042539777, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"google.com\": {\"id\": 58041905720, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"photos\": {\"id\": 58050094645, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58038695862, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-24 05:33:57'),(682,8,'2025-05-15','09:55:27','21:18:13',8.25472,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-15\", \"isOnline\": false, \"arrived\": \"2025-05-15 09:55:27\", \"left\": \"2025-05-15 21:18:13\", \"late\": false, \"onlineTime\": 29392, \"offlineTime\": 1016, \"desktimeTime\": 30408, \"atWorkTime\": 40966, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29717, \"productivity\": 97.73, \"efficiency\": 117.92, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58080038053, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 691}}, \"1\": {\"ms-teams\": {\"id\": 58066961208, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7342}, \"microsoft outlook\": {\"id\": 58066963373, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6381}, \"windows explorer\": {\"id\": 58066939361, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4757}, \"microsoft excel\": {\"id\": 58066985792, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3749}, \"microsoft word\": {\"id\": 58067688492, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1673}, \"hrez.crystalhues.in\": {\"id\": 58066998657, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1238}, \"forwarding calls (offline time)\": {\"id\": 58408111289, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1016}, \"acrobat\": {\"id\": 58067288189, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1012}, \"in.emsigner.com\": {\"id\": 58067176910, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 941}, \"photos\": {\"id\": 58070612295, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 544}, \"chatgpt.com\": {\"id\": 58067759772, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 343}, \"unknown app\": {\"id\": 58067196436, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 196}, \"startmenuexperiencehost\": {\"id\": 58072911622, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"scgui\": {\"id\": 58072198130, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"msedgewebview2\": {\"id\": 58067423732, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"openai.com\": {\"id\": 58067747958, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"google chrome\": {\"id\": 58067176907, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"shellexperiencehost\": {\"id\": 58077060825, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 58067291302, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"lockapp\": {\"id\": 58070105824, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"pickerhost\": {\"id\": 58077713890, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58072911620, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 58067747956, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:33:58'),(683,8,'2025-05-16','09:53:01','18:35:17',7.74972,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-16\", \"isOnline\": false, \"arrived\": \"2025-05-16 09:53:01\", \"left\": \"2025-05-16 18:35:17\", \"late\": false, \"onlineTime\": 28245, \"offlineTime\": 0, \"desktimeTime\": 28245, \"atWorkTime\": 31336, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27899, \"productivity\": 98.78, \"efficiency\": 110.71, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58095595998, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 346}}, \"1\": {\"microsoft excel\": {\"id\": 58093721019, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7570}, \"ms-teams\": {\"id\": 58093499791, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5833}, \"microsoft outlook\": {\"id\": 58093514601, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5275}, \"windows explorer\": {\"id\": 58093542982, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3623}, \"acrobat\": {\"id\": 58093665146, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1372}, \"microsoft word\": {\"id\": 58093667262, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 989}, \"hrez.crystalhues.in\": {\"id\": 58093648432, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 793}, \"in.emsigner.com\": {\"id\": 58096030041, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 673}, \"chatgpt.com\": {\"id\": 58101896888, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 581}, \"google chrome\": {\"id\": 58093648431, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 292}, \"openai.com\": {\"id\": 58101830006, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"smallpdf.com\": {\"id\": 58095932855, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"startmenuexperiencehost\": {\"id\": 58096149282, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 141}, \"google.com\": {\"id\": 58095928016, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58094326012, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"unknown app\": {\"id\": 58093828669, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 58093667261, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"msedgewebview2\": {\"id\": 58094967006, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"onedrive\": {\"id\": 58093499790, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 58094752454, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 58094958915, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"lockapp\": {\"id\": 58093587246, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"openwith\": {\"id\": 58095131133, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"shellhost\": {\"id\": 58094519364, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"systemsettings\": {\"id\": 58105291380, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-24 05:33:59'),(684,8,'2025-05-17',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-17\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-24 05:33:59'),(685,8,'2025-05-18','12:35:27','16:54:41',2.57972,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-18\", \"isOnline\": true, \"arrived\": \"2025-05-18 12:35:27\", \"left\": \"2025-05-18 16:54:41\", \"late\": false, \"onlineTime\": 9318, \"offlineTime\": 0, \"desktimeTime\": 9318, \"atWorkTime\": 15554, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 9287, \"productivity\": 99.67, \"efficiency\": 36.85, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58121523708, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}}, \"1\": {\"windows explorer\": {\"id\": 58121102063, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8845}, \"microsoft outlook\": {\"id\": 58121124129, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"unknown app\": {\"id\": 58121102488, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"acrobat\": {\"id\": 58121128833, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"scgui\": {\"id\": 58121102946, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"lockapp\": {\"id\": 58121150250, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}}}, \"projects\": []}','2025-07-24 05:34:00'),(686,8,'2025-05-19','10:11:57','18:46:35',7.58167,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-19\", \"isOnline\": false, \"arrived\": \"2025-05-19 10:11:57\", \"left\": \"2025-05-19 18:46:35\", \"late\": false, \"onlineTime\": 27593, \"offlineTime\": 0, \"desktimeTime\": 27593, \"atWorkTime\": 30878, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27294, \"productivity\": 98.91, \"efficiency\": 108.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58125210599, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}}, \"0\": {\"desktime.com\": {\"id\": 58125866953, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"desktime\": {\"id\": 58137772089, \"app\": \"DeskTime\", \"name\": \"DeskTime\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}, \"1\": {\"in.emsigner.com\": {\"id\": 58124601773, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4706}, \"microsoft outlook\": {\"id\": 58124366495, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4696}, \"ms-teams\": {\"id\": 58124363952, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4600}, \"microsoft word\": {\"id\": 58124930270, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3651}, \"hrez.crystalhues.in\": {\"id\": 58124443290, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2983}, \"windows explorer\": {\"id\": 58124319934, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2707}, \"microsoft excel\": {\"id\": 58125412688, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2368}, \"acrobat\": {\"id\": 58124516121, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 806}, \"unknown app\": {\"id\": 58124319935, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 342}, \"google chrome\": {\"id\": 58124440781, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 319}, \"shellexperiencehost\": {\"id\": 58130519120, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"c\": {\"id\": 58128377962, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"lockapp\": {\"id\": 58128693587, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"msedgewebview2\": {\"id\": 58125559096, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"dwm\": {\"id\": 58132933536, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"magnify\": {\"id\": 58126158618, \"app\": \"Magnify\", \"name\": \"Magnify\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"google.com\": {\"id\": 58125210598, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:34:00'),(687,8,'2025-05-20','09:46:54','18:40:56',8.015,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-20\", \"isOnline\": false, \"arrived\": \"2025-05-20 09:46:54\", \"left\": \"2025-05-20 18:40:56\", \"late\": false, \"onlineTime\": 28071, \"offlineTime\": 1257, \"desktimeTime\": 29328, \"atWorkTime\": 32042, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28854, \"productivity\": 98.38, \"efficiency\": 114.5, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58158381570, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 474}}, \"1\": {\"microsoft excel\": {\"id\": 58151800993, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7909}, \"microsoft outlook\": {\"id\": 58151729465, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7242}, \"ms-teams\": {\"id\": 58151693917, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3995}, \"windows explorer\": {\"id\": 58151693916, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2880}, \"chatgpt.com\": {\"id\": 58156239232, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1983}, \"acrobat\": {\"id\": 58154026067, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1183}, \"calling regarding for employee documents (offline time)\": {\"id\": 58222220978, \"app\": \"__OFFLINE__\", \"name\": \"calling regarding for employee documents\", \"type\": \"app\", \"category_id\": 0, \"duration\": 949}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58153895052, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 936}, \"in.emsigner.com\": {\"id\": 58151915937, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 382}, \"calling for vansh regarding documents (offline time)\": {\"id\": 58165134049, \"app\": \"__OFFLINE__\", \"name\": \"calling for vansh regarding documents\", \"type\": \"app\", \"category_id\": 0, \"duration\": 308}, \"hrez.crystalhues.in\": {\"id\": 58151926639, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"startmenuexperiencehost\": {\"id\": 58158369568, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"openai.com\": {\"id\": 58156221660, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"us-lms.365.systems\": {\"id\": 58152545844, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"scgui\": {\"id\": 58154390421, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"unknown app\": {\"id\": 58153398140, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"photos\": {\"id\": 58159162162, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"searchhost\": {\"id\": 58151830841, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"msedgewebview2\": {\"id\": 58154800129, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"shellexperiencehost\": {\"id\": 58154050768, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"teams.microsoft.com\": {\"id\": 58155586653, \"app\": \"teams.microsoft.com\", \"name\": \"teams.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"google chrome\": {\"id\": 58151913837, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"lockapp\": {\"id\": 58153997878, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 58155581078, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 58156221657, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 58159865376, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"downloads\": {\"id\": 58152612252, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"permission-request-dialog\": {\"id\": 58155562520, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-24 05:34:01'),(688,8,'2025-05-21','09:53:29','18:40:29',8.08389,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-21\", \"isOnline\": false, \"arrived\": \"2025-05-21 09:53:29\", \"left\": \"2025-05-21 18:40:29\", \"late\": false, \"onlineTime\": 29205, \"offlineTime\": 0, \"desktimeTime\": 29205, \"atWorkTime\": 31620, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29102, \"productivity\": 99.65, \"efficiency\": 115.48, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58182922229, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}}, \"1\": {\"microsoft excel\": {\"id\": 58180327082, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6937}, \"ms-teams\": {\"id\": 58180036777, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5945}, \"microsoft outlook\": {\"id\": 58180055218, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5606}, \"windows explorer\": {\"id\": 58180051005, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3329}, \"microsoft word\": {\"id\": 58181249489, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3195}, \"hrez.crystalhues.in\": {\"id\": 58180198845, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1672}, \"in.emsigner.com\": {\"id\": 58180781894, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1037}, \"unknown app\": {\"id\": 58180230550, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 485}, \"chatgpt.com\": {\"id\": 58192890997, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"startmenuexperiencehost\": {\"id\": 58184859003, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 153}, \"acrobat\": {\"id\": 58180230547, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"google chrome\": {\"id\": 58180198844, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"scgui\": {\"id\": 58180127709, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"shellexperiencehost\": {\"id\": 58181453975, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"auth.openai.com\": {\"id\": 58194616691, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"openai.com\": {\"id\": 58192883938, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"msedgewebview2\": {\"id\": 58192023852, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"c\": {\"id\": 58180387053, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 58182061082, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 58186094927, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"snippingtool\": {\"id\": 58183564406, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58194592855, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 58192883935, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-24 05:34:01'),(689,8,'2025-05-22','09:52:51','18:40:18',7.46056,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-22\", \"isOnline\": false, \"arrived\": \"2025-05-22 09:52:51\", \"left\": \"2025-05-22 18:40:18\", \"late\": false, \"onlineTime\": 27607, \"offlineTime\": 1100, \"desktimeTime\": 28707, \"atWorkTime\": 31647, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26858, \"productivity\": 93.56, \"efficiency\": 106.58, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58215475084, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1850}}, \"1\": {\"ms-teams\": {\"id\": 58207994971, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4696}, \"hrez.crystalhues.in\": {\"id\": 58208088586, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4526}, \"microsoft outlook\": {\"id\": 58208066159, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3658}, \"microsoft excel\": {\"id\": 58209535813, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3523}, \"microsoft word\": {\"id\": 58209887923, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3108}, \"windows explorer\": {\"id\": 58207991061, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2413}, \"acrobat\": {\"id\": 58208137939, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2372}, \"forwarding calls (offline time)\": {\"id\": 58220746709, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1100}, \"in.emsigner.com\": {\"id\": 58208909732, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 386}, \"google chrome\": {\"id\": 58208088584, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 278}, \"unknown app\": {\"id\": 58207993058, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 230}, \"c\": {\"id\": 58208560267, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"onedrive\": {\"id\": 58207971944, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"msedgewebview2\": {\"id\": 58208902122, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"photos\": {\"id\": 58215827803, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"scgui\": {\"id\": 58218059612, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"lockapp\": {\"id\": 58208059493, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"file://\": {\"id\": 58219795748, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"openwith\": {\"id\": 58208137938, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 58208066154, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58213213385, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"google.com\": {\"id\": 58210101767, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 58213213414, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"emsigner.com\": {\"id\": 58208909720, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:34:02'),(690,8,'2025-05-23','09:53:31','18:48:23',7.50917,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-23\", \"isOnline\": false, \"arrived\": \"2025-05-23 09:53:31\", \"left\": \"2025-05-23 18:48:23\", \"late\": false, \"onlineTime\": 26014, \"offlineTime\": 1216, \"desktimeTime\": 27230, \"atWorkTime\": 32092, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27033, \"productivity\": 99.28, \"efficiency\": 107.27, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58245737992, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}}, \"1\": {\"ms-teams\": {\"id\": 58235967868, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4821}, \"microsoft outlook\": {\"id\": 58236049859, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4556}, \"microsoft word\": {\"id\": 58236729564, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4439}, \"hrez.crystalhues.in\": {\"id\": 58236070725, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4223}, \"windows explorer\": {\"id\": 58235969980, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2788}, \"in.emsigner.com\": {\"id\": 58236082110, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2004}, \"microsoft excel\": {\"id\": 58236213323, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1414}, \"forwarding calls (offline time)\": {\"id\": 58408219449, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1216}, \"c\": {\"id\": 58237342014, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 302}, \"unknown app\": {\"id\": 58235969981, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 274}, \"openai.com\": {\"id\": 58245437923, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"startmenuexperiencehost\": {\"id\": 58241586574, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"msedgewebview2\": {\"id\": 58248845748, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"google chrome\": {\"id\": 58236070721, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"scgui\": {\"id\": 58245011056, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"snippingtool\": {\"id\": 58248826132, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"msedge\": {\"id\": 58236251390, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"acrobat\": {\"id\": 58236586653, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"olk\": {\"id\": 58242776649, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"lockapp\": {\"id\": 58236047667, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"auth.openai.com\": {\"id\": 58245461033, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellhost\": {\"id\": 58236332569, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 58235965959, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"chatgpt.com\": {\"id\": 58245454996, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 58248910444, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 58237990983, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 58245437918, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:34:03'),(691,8,'2025-05-24','10:00:07','18:12:29',7.11917,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-24\", \"isOnline\": false, \"arrived\": \"2025-05-24 10:00:07\", \"left\": \"2025-05-24 18:12:29\", \"late\": false, \"onlineTime\": 25877, \"offlineTime\": 0, \"desktimeTime\": 25877, \"atWorkTime\": 29542, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25629, \"productivity\": 99.04, \"efficiency\": 101.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58259475650, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}}, \"1\": {\"microsoft outlook\": {\"id\": 58259139139, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6041}, \"ms-teams\": {\"id\": 58259126143, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5605}, \"in.emsigner.com\": {\"id\": 58259196504, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3238}, \"microsoft word\": {\"id\": 58259400540, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3014}, \"hrez.crystalhues.in\": {\"id\": 58259163264, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2918}, \"microsoft excel\": {\"id\": 58259184491, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2014}, \"windows explorer\": {\"id\": 58259138319, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1137}, \"acrobat\": {\"id\": 58259153829, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 797}, \"google chrome\": {\"id\": 58259162553, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 332}, \"onedrive\": {\"id\": 58259116260, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 178}, \"searchhost\": {\"id\": 58259836104, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"unknown app\": {\"id\": 58259649381, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"auth.openai.com\": {\"id\": 58260492798, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"shellexperiencehost\": {\"id\": 58259200973, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"calculatorapp\": {\"id\": 58259836105, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"c\": {\"id\": 58259723816, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"msedgewebview2\": {\"id\": 58260099991, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"chatgpt.com\": {\"id\": 58260492045, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"lockapp\": {\"id\": 58259501236, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"openai.com\": {\"id\": 58260491238, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 58260048067, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58259459710, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"google.com\": {\"id\": 58260491236, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58260492043, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 58259779005, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:34:03'),(692,8,'2025-05-25',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-25\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-24 05:34:04'),(693,8,'2025-05-26','09:53:06','18:32:39',7.77111,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-26\", \"isOnline\": false, \"arrived\": \"2025-05-26 09:53:06\", \"left\": \"2025-05-26 18:32:39\", \"late\": false, \"onlineTime\": 26976, \"offlineTime\": 1253, \"desktimeTime\": 28229, \"atWorkTime\": 31173, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27976, \"productivity\": 99.1, \"efficiency\": 111.02, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58276399585, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"greetingsisland.com\": {\"id\": 58266066529, \"app\": \"greetingsisland.com\", \"name\": \"greetingsisland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"pinterest.com\": {\"id\": 58266103087, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"desktime.com\": {\"id\": 58271028464, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"in.pinterest.com\": {\"id\": 58266105479, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"1\": {\"acrobat\": {\"id\": 58266018106, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5534}, \"windows explorer\": {\"id\": 58265857239, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4158}, \"microsoft outlook\": {\"id\": 58265906268, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3927}, \"ms-teams\": {\"id\": 58265857233, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2778}, \"microsoft excel\": {\"id\": 58272974274, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1646}, \"in.emsigner.com\": {\"id\": 58265910594, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1420}, \"hrez.crystalhues.in\": {\"id\": 58266370354, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1409}, \"microsoft word\": {\"id\": 58267665170, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1385}, \"forwarding calls (offline time)\": {\"id\": 58408258362, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1253}, \"canva.com\": {\"id\": 58266042961, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1250}, \"us-lms.365.systems\": {\"id\": 58278498042, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 697}, \"google chrome\": {\"id\": 58265908358, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 492}, \"smallpdf.com\": {\"id\": 58268070351, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 348}, \"chatgpt.com\": {\"id\": 58266655201, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"rmlau.ac.in\": {\"id\": 58270495661, \"app\": \"rmlau.ac.in\", \"name\": \"rmlau.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"postermywall.com\": {\"id\": 58266124541, \"app\": \"postermywall.com\", \"name\": \"postermywall.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"results.rmlauexams.in\": {\"id\": 58270609235, \"app\": \"results.rmlauexams.in\", \"name\": \"results.rmlauexams.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"startmenuexperiencehost\": {\"id\": 58272570995, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"google.com\": {\"id\": 58266056806, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"unknown app\": {\"id\": 58265857237, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 139}, \"openai.com\": {\"id\": 58266640240, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"c\": {\"id\": 58268787692, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"shellhost\": {\"id\": 58265857232, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"lockapp\": {\"id\": 58265904282, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 58267660830, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"auth.openai.com\": {\"id\": 58266658170, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"login.microsoftonline.com\": {\"id\": 58278503555, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"downloads\": {\"id\": 58278631050, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 58270603665, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shellexperiencehost\": {\"id\": 58272909282, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:34:04'),(694,8,'2025-05-27','09:53:37','18:38:15',7.66278,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-27\", \"isOnline\": false, \"arrived\": \"2025-05-27 09:53:37\", \"left\": \"2025-05-27 18:38:15\", \"late\": false, \"onlineTime\": 26565, \"offlineTime\": 1433, \"desktimeTime\": 27998, \"atWorkTime\": 31478, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27586, \"productivity\": 98.53, \"efficiency\": 109.47, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58294307651, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 412}}, \"1\": {\"microsoft outlook\": {\"id\": 58289384918, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6537}, \"ms-teams\": {\"id\": 58289309856, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4265}, \"windows explorer\": {\"id\": 58289382600, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3294}, \"hrez.crystalhues.in\": {\"id\": 58289513772, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2816}, \"microsoft word\": {\"id\": 58289406958, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2780}, \"microsoft excel\": {\"id\": 58289446618, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2646}, \"in.emsigner.com\": {\"id\": 58291246463, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1669}, \"call regarding for some work. (offline time)\": {\"id\": 58408454634, \"app\": \"__OFFLINE__\", \"name\": \"call regarding for some work.\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1433}, \"acrobat\": {\"id\": 58289578018, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1040}, \"c\": {\"id\": 58293314987, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"google chrome\": {\"id\": 58289510506, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"startmenuexperiencehost\": {\"id\": 58296863866, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"lockapp\": {\"id\": 58289371743, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"smallpdf.com\": {\"id\": 58291202835, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"photos\": {\"id\": 58290682266, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"unknown app\": {\"id\": 58289564167, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"shellexperiencehost\": {\"id\": 58299686448, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"scgui\": {\"id\": 58289985673, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"msedgewebview2\": {\"id\": 58297848864, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 58292330192, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"olk\": {\"id\": 58294725171, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"google.com\": {\"id\": 58291198613, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 58289561568, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"emsigner.com\": {\"id\": 58291246461, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 58293030659, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 58292147038, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-24 05:34:05'),(695,8,'2025-05-28','10:02:27','18:45:43',7.64472,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-28\", \"isOnline\": false, \"arrived\": \"2025-05-28 10:02:27\", \"left\": \"2025-05-28 18:45:43\", \"late\": false, \"onlineTime\": 27736, \"offlineTime\": 0, \"desktimeTime\": 27736, \"atWorkTime\": 31396, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27521, \"productivity\": 99.22, \"efficiency\": 109.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58320006771, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}}, \"0\": {\"desktime.com\": {\"id\": 58324200069, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}}, \"1\": {\"microsoft outlook\": {\"id\": 58318085241, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5798}, \"windows explorer\": {\"id\": 58317986149, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4621}, \"hrez.crystalhues.in\": {\"id\": 58318143535, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4404}, \"ms-teams\": {\"id\": 58317986146, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2939}, \"microsoft word\": {\"id\": 58318792898, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2619}, \"in.emsigner.com\": {\"id\": 58319143395, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2389}, \"acrobat\": {\"id\": 58318355368, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1959}, \"microsoft excel\": {\"id\": 58318101116, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1164}, \"google chrome\": {\"id\": 58318140774, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 465}, \"google.com\": {\"id\": 58318231115, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"c\": {\"id\": 58318352142, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"shellhost\": {\"id\": 58328765886, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"msedgewebview2\": {\"id\": 58318132029, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"smallpdf.com\": {\"id\": 58319992031, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"photos\": {\"id\": 58325976929, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"chatgpt.com\": {\"id\": 58321344557, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"openai.com\": {\"id\": 58321315897, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"unknown app\": {\"id\": 58318080071, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"scgui\": {\"id\": 58318961491, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"bing.com\": {\"id\": 58319207549, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"msedge\": {\"id\": 58319207547, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"crystalhues.com\": {\"id\": 58318158361, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"onedrive\": {\"id\": 58317983952, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 58330088034, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 58321591757, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 58319751014, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"emsigner.com\": {\"id\": 58319207553, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 58332550542, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"indiamart.com\": {\"id\": 58318265787, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58330623190, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58319207552, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 58318978468, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-24 05:34:05'),(696,8,'2025-05-29','11:49:11','12:50:33',0.413056,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-29\", \"isOnline\": false, \"arrived\": \"2025-05-29 11:49:11\", \"left\": \"2025-05-29 12:50:33\", \"late\": false, \"onlineTime\": 1515, \"offlineTime\": 0, \"desktimeTime\": 1515, \"atWorkTime\": 3682, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 1487, \"productivity\": 98.15, \"efficiency\": 5.9, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58348120341, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58348014421, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 537}, \"microsoft word\": {\"id\": 58348101881, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 269}, \"in.emsigner.com\": {\"id\": 58348312278, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"ms-teams\": {\"id\": 58348425424, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"windows explorer\": {\"id\": 58348002465, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"google chrome\": {\"id\": 58348115968, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"acrobat\": {\"id\": 58348152329, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"msedgewebview2\": {\"id\": 58348435655, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 58348250512, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"dwm\": {\"id\": 58348611043, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 58348120333, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scgui\": {\"id\": 58348009929, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58348611049, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-24 05:34:06'),(697,8,'2025-05-30','10:07:07','18:49:26',7.49,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-30\", \"isOnline\": false, \"arrived\": \"2025-05-30 10:07:07\", \"left\": \"2025-05-30 18:49:26\", \"late\": false, \"onlineTime\": 26560, \"offlineTime\": 823, \"desktimeTime\": 27383, \"atWorkTime\": 31339, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26964, \"productivity\": 98.47, \"efficiency\": 107, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58375903567, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 419}}, \"1\": {\"ms-teams\": {\"id\": 58373568345, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7557}, \"in.emsigner.com\": {\"id\": 58375686790, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4359}, \"windows explorer\": {\"id\": 58373612313, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4087}, \"microsoft outlook\": {\"id\": 58373832396, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3443}, \"microsoft excel\": {\"id\": 58374063887, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3051}, \"hrez.crystalhues.in\": {\"id\": 58374290479, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1968}, \"microsoft word\": {\"id\": 58376511088, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 875}, \"forwarding calls (offline time)\": {\"id\": 58380176972, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 823}, \"acrobat\": {\"id\": 58374454420, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 287}, \"onedrive\": {\"id\": 58373530631, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"google chrome\": {\"id\": 58374290477, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"scgui\": {\"id\": 58375626143, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 58374489855, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedgewebview2\": {\"id\": 58382545472, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"photos\": {\"id\": 58376780716, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"lockapp\": {\"id\": 58373816863, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"searchhost\": {\"id\": 58376511085, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58375216731, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"startmenuexperiencehost\": {\"id\": 58386954040, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-24 05:34:06'),(698,8,'2025-05-31','10:00:50','17:43:13',7.06028,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-05-31\", \"isOnline\": true, \"arrived\": \"2025-05-31 10:00:50\", \"left\": \"2025-05-31 17:43:13\", \"late\": false, \"onlineTime\": 25852, \"offlineTime\": 0, \"desktimeTime\": 25852, \"atWorkTime\": 27743, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25417, \"productivity\": 98.32, \"efficiency\": 100.86, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58398345079, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 435}}, \"1\": {\"ms-teams\": {\"id\": 58397495381, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12874}, \"microsoft outlook\": {\"id\": 58397501789, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6128}, \"microsoft excel\": {\"id\": 58398354908, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3138}, \"microsoft word\": {\"id\": 58397965918, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 645}, \"windows explorer\": {\"id\": 58397501788, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 640}, \"unknown app\": {\"id\": 58398058956, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 598}, \"google chrome\": {\"id\": 58397886893, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 462}, \"lockapp\": {\"id\": 58398013918, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 323}, \"startmenuexperiencehost\": {\"id\": 58399326805, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"i2uinfo.chlsoftech.com\": {\"id\": 58398331410, \"app\": \"i2uinfo.chlsoftech.com\", \"name\": \"i2uinfo.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"onedrive\": {\"id\": 58397491513, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"hrez.crystalhues.in\": {\"id\": 58397804625, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"shellexperiencehost\": {\"id\": 58398349737, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"scgui\": {\"id\": 58399337336, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"in.emsigner.com\": {\"id\": 58397919214, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"openai.com\": {\"id\": 58399609495, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"chatgpt.com\": {\"id\": 58399610680, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"searchhost\": {\"id\": 58399327685, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-24 05:34:07'),(934,12,'2025-06-01',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-01\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:10:59'),(935,12,'2025-06-02','09:54:55','20:10:53',8.8075,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 09:54:55\", \"left\": \"2025-06-02 20:10:53\", \"late\": true, \"onlineTime\": 31750, \"offlineTime\": 0, \"desktimeTime\": 31750, \"atWorkTime\": 36958, \"afterWorkTime\": 653, \"beforeWorkTime\": 0, \"productiveTime\": 31707, \"productivity\": 99.86, \"efficiency\": 125.82, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58405381453, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58405057944, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11129}, \"microsoft outlook\": {\"id\": 58404927525, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6539}, \"lms.chlserv.com\": {\"id\": 58405378187, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3769}, \"microsoft excel\": {\"id\": 58407901408, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3059}, \"microsoft word\": {\"id\": 58405393711, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2362}, \"linkedin.com\": {\"id\": 58405279857, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1468}, \"google.com\": {\"id\": 58405487883, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1178}, \"c\": {\"id\": 58405102352, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 722}, \"lockapp\": {\"id\": 58405047826, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"unknown app\": {\"id\": 58405537564, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 207}, \"windows explorer\": {\"id\": 58405163308, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"hrez.crystalhues.in\": {\"id\": 58405065916, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"dafrapharma.com\": {\"id\": 58417819734, \"app\": \"dafrapharma.com\", \"name\": \"dafrapharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"dwm\": {\"id\": 58420198738, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"shellexperiencehost\": {\"id\": 58405329506, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"shellhost\": {\"id\": 58406053289, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"desktime.com\": {\"id\": 58405090513, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58405099983, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"msedgewebview2\": {\"id\": 58416466958, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"google chrome\": {\"id\": 58405384629, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"proz.com\": {\"id\": 58410523640, \"app\": \"proz.com\", \"name\": \"proz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"docs.google.com\": {\"id\": 58405099984, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"crystalhues.com\": {\"id\": 58408203855, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chatgpt.com\": {\"id\": 58408198473, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 58405360695, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"pms.chlserv.com\": {\"id\": 58405065915, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"pickerhost\": {\"id\": 58405326644, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"admin.crystalhues.com\": {\"id\": 58408198485, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:00'),(936,12,'2025-06-03','09:53:26','18:47:56',7.67889,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 09:53:26\", \"left\": \"2025-06-03 18:47:56\", \"late\": true, \"onlineTime\": 28007, \"offlineTime\": 0, \"desktimeTime\": 28007, \"atWorkTime\": 32070, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27644, \"productivity\": 98.7, \"efficiency\": 109.7, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58433171867, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58432197980, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6767}, \"microsoft outlook\": {\"id\": 58432327535, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6660}, \"windows explorer\": {\"id\": 58432186255, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2659}, \"c\": {\"id\": 58432136431, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1920}, \"lms.chlserv.com\": {\"id\": 58434199487, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1850}, \"microsoft excel\": {\"id\": 58437676805, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1298}, \"bhashini.gov.in\": {\"id\": 58433676395, \"app\": \"bhashini.gov.in\", \"name\": \"bhashini.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1206}, \"linkedin.com\": {\"id\": 58433167740, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1017}, \"google.com\": {\"id\": 58433667898, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 804}, \"microsoft word\": {\"id\": 58433183180, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 778}, \"chatgpt.com\": {\"id\": 58434335669, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 656}, \"hrez.crystalhues.in\": {\"id\": 58441344230, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 644}, \"desktime.com\": {\"id\": 58445450965, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"dwm\": {\"id\": 58432508345, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"msedgewebview2\": {\"id\": 58433256222, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 155}, \"pickerhost\": {\"id\": 58433808891, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 117}, \"lockapp\": {\"id\": 58432184067, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"shellhost\": {\"id\": 58437556094, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"google chrome\": {\"id\": 58433171873, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"zaubacorp.com\": {\"id\": 58441272968, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 58432273379, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"getanylanguage.com\": {\"id\": 58441194409, \"app\": \"getanylanguage.com\", \"name\": \"getanylanguage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"snippingtool\": {\"id\": 58433793937, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"msedge\": {\"id\": 58432813170, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58432697782, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"shellexperiencehost\": {\"id\": 58433850184, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"dreamcatcherstudios.in\": {\"id\": 58436192558, \"app\": \"dreamcatcherstudios.in\", \"name\": \"dreamcatcherstudios.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"bing.com\": {\"id\": 58432816378, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"proz.com\": {\"id\": 58446964814, \"app\": \"proz.com\", \"name\": \"proz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bhashini.\": {\"id\": 58433651099, \"app\": \"bhashini.\", \"name\": \"bhashini.\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"acrobat.adobe.com\": {\"id\": 58438829669, \"app\": \"acrobat.adobe.com\", \"name\": \"acrobat.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 06:11:01'),(937,12,'2025-06-04','10:04:40','19:29:53',8.05417,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 10:04:40\", \"left\": \"2025-06-04 19:29:53\", \"late\": true, \"onlineTime\": 28995, \"offlineTime\": 0, \"desktimeTime\": 28995, \"atWorkTime\": 33913, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28995, \"productivity\": 100, \"efficiency\": 115.06, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58460605097, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10491}, \"ms-teams\": {\"id\": 58460781949, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7030}, \"linkedin.com\": {\"id\": 58462207813, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4660}, \"app.zoom.us\": {\"id\": 58462226219, \"app\": \"app.zoom.us\", \"name\": \"app.zoom.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1444}, \"google.com\": {\"id\": 58460958858, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1164}, \"lms.chlserv.com\": {\"id\": 58461174722, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1135}, \"chatgpt.com\": {\"id\": 58461863116, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 559}, \"microsoft excel\": {\"id\": 58460848023, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 540}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58460814135, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"bhashini.gov.in\": {\"id\": 58464509114, \"app\": \"bhashini.gov.in\", \"name\": \"bhashini.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 272}, \"c\": {\"id\": 58460763730, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}, \"unknown app\": {\"id\": 58460456938, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"lockapp\": {\"id\": 58460602608, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"windows explorer\": {\"id\": 58460779055, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"hrez.crystalhues.in\": {\"id\": 58464332518, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58471680191, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"desktime.com\": {\"id\": 58460885834, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"windowscamera\": {\"id\": 58475345324, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"eoibeijing.gov.in\": {\"id\": 58471674027, \"app\": \"eoibeijing.gov.in\", \"name\": \"eoibeijing.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"shellexperiencehost\": {\"id\": 58460804226, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"google chrome\": {\"id\": 58460788193, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"microsoft word\": {\"id\": 58460773138, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"login.microsoftonline.com\": {\"id\": 58460800406, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"office.com\": {\"id\": 58460791267, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"verix.io\": {\"id\": 58474196376, \"app\": \"verix.io\", \"name\": \"verix.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"m365.cloud.microsoft\": {\"id\": 58460810695, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellhost\": {\"id\": 58466101279, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"pms.chlserv.com\": {\"id\": 58465634781, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"proz.com\": {\"id\": 58460788192, \"app\": \"proz.com\", \"name\": \"proz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 58474190129, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"dafrapharma.com\": {\"id\": 58464503555, \"app\": \"dafrapharma.com\", \"name\": \"dafrapharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 58463342194, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58475339456, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"admin.crystalhues.com\": {\"id\": 58464474362, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedgewebview2\": {\"id\": 58465263377, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"crystalhues.com\": {\"id\": 58464503547, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:01'),(938,12,'2025-06-05','09:37:32','18:37:29',7.545,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 09:37:32\", \"left\": \"2025-06-05 18:37:29\", \"late\": true, \"onlineTime\": 27166, \"offlineTime\": 0, \"desktimeTime\": 27166, \"atWorkTime\": 32397, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27162, \"productivity\": 99.99, \"efficiency\": 107.79, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58501637805, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58488034691, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8193}, \"microsoft outlook\": {\"id\": 58488095448, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6971}, \"microsoft excel\": {\"id\": 58490540049, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3930}, \"lms.chlserv.com\": {\"id\": 58488910332, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2010}, \"linkedin.com\": {\"id\": 58488135222, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1493}, \"microsoft word\": {\"id\": 58495732127, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1231}, \"windows explorer\": {\"id\": 58488093793, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 674}, \"c\": {\"id\": 58488097144, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 493}, \"google chrome\": {\"id\": 58489871183, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 327}, \"health.economictimes.indiatimes.com\": {\"id\": 58501620565, \"app\": \"health.economictimes.indiatimes.com\", \"name\": \"health.economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"hrez.crystalhues.in\": {\"id\": 58489183879, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 295}, \"google.com\": {\"id\": 58490282986, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"crystalhues.com\": {\"id\": 58495636732, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"chatgpt.com\": {\"id\": 58488196087, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"shellhost\": {\"id\": 58491967506, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"shellexperiencehost\": {\"id\": 58489239266, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"getanylanguage.com\": {\"id\": 58490287194, \"app\": \"getanylanguage.com\", \"name\": \"getanylanguage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"zaubacorp.com\": {\"id\": 58490330768, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"msedge\": {\"id\": 58501892246, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"zoominfo.com\": {\"id\": 58490401089, \"app\": \"zoominfo.com\", \"name\": \"zoominfo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"meet.ficci.in\": {\"id\": 58495568922, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"m365.cloud.microsoft\": {\"id\": 58488214252, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"unknown app\": {\"id\": 58490278811, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"microsoft powerpoint\": {\"id\": 58492654063, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"bhashini.gov.in\": {\"id\": 58488212224, \"app\": \"bhashini.gov.in\", \"name\": \"bhashini.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"lockapp\": {\"id\": 58488906990, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"karboncard.com\": {\"id\": 58499550026, \"app\": \"karboncard.com\", \"name\": \"karboncard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"desktime.com\": {\"id\": 58501886745, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chromewebdata\": {\"id\": 58491967591, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"linguashine.com\": {\"id\": 58490326247, \"app\": \"linguashine.com\", \"name\": \"linguashine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 58501832768, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58491967532, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"id.economictimes.indiatimes.com\": {\"id\": 58501632253, \"app\": \"id.economictimes.indiatimes.com\", \"name\": \"id.economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"pickerhost\": {\"id\": 58490611185, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"crunchbase.com\": {\"id\": 58490372122, \"app\": \"crunchbase.com\", \"name\": \"crunchbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:01'),(939,12,'2025-06-06','09:43:52','18:41:26',7.88028,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 09:43:52\", \"left\": \"2025-06-06 18:41:26\", \"late\": true, \"onlineTime\": 28371, \"offlineTime\": 0, \"desktimeTime\": 28371, \"atWorkTime\": 32254, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28369, \"productivity\": 99.99, \"efficiency\": 112.58, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58516277545, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58514711356, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11065}, \"ms-teams\": {\"id\": 58514660963, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4749}, \"linkedin.com\": {\"id\": 58514956148, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3418}, \"microsoft excel\": {\"id\": 58516184667, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3308}, \"microsoft.notes\": {\"id\": 58516943078, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1300}, \"lms.chlserv.com\": {\"id\": 58514778782, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1182}, \"windows explorer\": {\"id\": 58514784851, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 756}, \"meet.google.com\": {\"id\": 58521164339, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 465}, \"shellexperiencehost\": {\"id\": 58514905065, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 374}, \"google.com\": {\"id\": 58514778784, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 284}, \"c\": {\"id\": 58518262246, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"google chrome\": {\"id\": 58514778783, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"service.ariba.com\": {\"id\": 58514719490, \"app\": \"service.ariba.com\", \"name\": \"service.ariba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"windowscamera\": {\"id\": 58516567809, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"unknown app\": {\"id\": 58514780538, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"desktime.com\": {\"id\": 58516344634, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"lockapp\": {\"id\": 58514709429, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"s3.ariba.com\": {\"id\": 58514717688, \"app\": \"s3.ariba.com\", \"name\": \"s3.ariba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"chatgpt.com\": {\"id\": 58515014592, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"figma.com\": {\"id\": 58516254652, \"app\": \"figma.com\", \"name\": \"figma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"stickynotesstub\": {\"id\": 58516838810, \"app\": \"StickyNotesStub\", \"name\": \"StickyNotesStub\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"searchhost\": {\"id\": 58516567807, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"health.economictimes.indiatimes.com\": {\"id\": 58522934033, \"app\": \"health.economictimes.indiatimes.com\", \"name\": \"health.economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 58514659283, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"lionbridge.com\": {\"id\": 58523536364, \"app\": \"lionbridge.com\", \"name\": \"lionbridge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"lilly.supplier3.ariba.com\": {\"id\": 58514715827, \"app\": \"lilly.supplier3.ariba.com\", \"name\": \"lilly.supplier3.ariba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"crystalhues.com\": {\"id\": 58522949040, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"microsoft word\": {\"id\": 58520540736, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"hrez.crystalhues.in\": {\"id\": 58519378255, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedgewebview2\": {\"id\": 58520482666, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"systemsettings\": {\"id\": 58516862852, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"winstore.app\": {\"id\": 58514784849, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:02'),(940,12,'2025-06-07','09:18:52','18:16:52',7.79889,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 09:18:52\", \"left\": \"2025-06-07 18:16:52\", \"late\": true, \"onlineTime\": 28076, \"offlineTime\": 0, \"desktimeTime\": 28076, \"atWorkTime\": 32280, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28076, \"productivity\": 100, \"efficiency\": 111.41, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58536468833, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14473}, \"microsoft outlook\": {\"id\": 58536418687, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8479}, \"microsoft excel\": {\"id\": 58537213172, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1666}, \"linkedin.com\": {\"id\": 58536515584, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 769}, \"lms.chlserv.com\": {\"id\": 58537469428, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 646}, \"google.com\": {\"id\": 58536516437, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 497}, \"admin.crystalhues.com\": {\"id\": 58537283728, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"shellexperiencehost\": {\"id\": 58537023477, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"chatgpt.com\": {\"id\": 58536695028, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 240}, \"pms.chlserv.com\": {\"id\": 58536955581, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"windows explorer\": {\"id\": 58536482492, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 166}, \"msedge\": {\"id\": 58536481299, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"lockapp\": {\"id\": 58536661761, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"desktime.com\": {\"id\": 58536481029, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"google chrome\": {\"id\": 58536515919, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"microsoft word\": {\"id\": 58537732340, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58536480370, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"app.apollo.io\": {\"id\": 58537086478, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"larsentoubro.com\": {\"id\": 58537485755, \"app\": \"larsentoubro.com\", \"name\": \"larsentoubro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"unknown app\": {\"id\": 58537474678, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"veetechnologies.com\": {\"id\": 58537078537, \"app\": \"veetechnologies.com\", \"name\": \"veetechnologies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"crystalhues.com\": {\"id\": 58537016885, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:03'),(941,12,'2025-06-08',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-08\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:04'),(942,12,'2025-06-09','10:03:51','18:57:23',8.545,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 10:03:51\", \"left\": \"2025-06-09 18:57:23\", \"late\": true, \"onlineTime\": 30765, \"offlineTime\": 0, \"desktimeTime\": 30765, \"atWorkTime\": 32012, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30762, \"productivity\": 99.99, \"efficiency\": 122.07, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58542527412, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58542495230, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10686}, \"ms-teams\": {\"id\": 58542483443, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7655}, \"linkedin.com\": {\"id\": 58542656812, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2868}, \"lms.chlserv.com\": {\"id\": 58542409633, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1869}, \"microsoft word\": {\"id\": 58544422225, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1464}, \"s3.ariba.com\": {\"id\": 58542712203, \"app\": \"s3.ariba.com\", \"name\": \"s3.ariba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1245}, \"service.ariba.com\": {\"id\": 58542568426, \"app\": \"service.ariba.com\", \"name\": \"service.ariba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 899}, \"google.com\": {\"id\": 58545245339, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 740}, \"c\": {\"id\": 58543698001, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 440}, \"shellhost\": {\"id\": 58548030578, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 361}, \"windows explorer\": {\"id\": 58542555490, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 349}, \"microsoft excel\": {\"id\": 58542500806, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"msedge\": {\"id\": 58542515498, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 282}, \"chatgpt.com\": {\"id\": 58542658953, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"meet.google.com\": {\"id\": 58547871853, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"hrez.crystalhues.in\": {\"id\": 58542529753, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"google chrome\": {\"id\": 58545245335, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 222}, \"alpcord.com\": {\"id\": 58554773694, \"app\": \"alpcord.com\", \"name\": \"alpcord.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"snippingtool\": {\"id\": 58542809890, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"photos\": {\"id\": 58550104736, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 58542714785, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"desktime.com\": {\"id\": 58542513266, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"shellexperiencehost\": {\"id\": 58542809891, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"health.economictimes.indiatimes.com\": {\"id\": 58542518028, \"app\": \"health.economictimes.indiatimes.com\", \"name\": \"health.economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"pickerhost\": {\"id\": 58544675486, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 58545893253, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"microsoft.notes\": {\"id\": 58544131300, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"larsentoubro.com\": {\"id\": 58552047607, \"app\": \"larsentoubro.com\", \"name\": \"larsentoubro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"lilly.supplier3.ariba.com\": {\"id\": 58542566308, \"app\": \"lilly.supplier3.ariba.com\", \"name\": \"lilly.supplier3.ariba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"pms.chlserv.com\": {\"id\": 58542515494, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 58542481019, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"crystalhues.com\": {\"id\": 58542661402, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"app.apollo.io\": {\"id\": 58552047605, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"admin.crystalhues.com\": {\"id\": 58542518022, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:04'),(943,12,'2025-06-10','09:27:06','18:24:46',7.48111,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 09:27:06\", \"left\": \"2025-06-10 18:24:46\", \"late\": true, \"onlineTime\": 26924, \"offlineTime\": 0, \"desktimeTime\": 26924, \"atWorkTime\": 32260, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26932, \"productivity\": 100, \"efficiency\": 106.87, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58567227771, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9280}, \"microsoft outlook\": {\"id\": 58567226176, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8424}, \"linkedin.com\": {\"id\": 58567224639, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2431}, \"chatgpt.com\": {\"id\": 58567371978, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1631}, \"lms.chlserv.com\": {\"id\": 58567492538, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1589}, \"c\": {\"id\": 58567452455, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 798}, \"microsoft excel\": {\"id\": 58571710180, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 748}, \"windows explorer\": {\"id\": 58567226175, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 554}, \"google chrome\": {\"id\": 58568011864, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 314}, \"hrez.crystalhues.in\": {\"id\": 58567997269, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"pms.chlserv.com\": {\"id\": 58567482411, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"cam.mycii.in\": {\"id\": 58568070296, \"app\": \"cam.mycii.in\", \"name\": \"cam.mycii.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"desktime.com\": {\"id\": 58567482409, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"drive.google.com\": {\"id\": 58567422100, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"lockapp\": {\"id\": 58574705966, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"google.com\": {\"id\": 58568148974, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"unknown app\": {\"id\": 58572943057, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"shellexperiencehost\": {\"id\": 58567460303, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"shellhost\": {\"id\": 58574985923, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"chromewebdata\": {\"id\": 58577932165, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"microsoft word\": {\"id\": 58567484388, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"systemsettings\": {\"id\": 58569110907, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 58568148970, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"chrome://new-tab-page\": {\"id\": 58569975244, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"alpcord.com\": {\"id\": 58567987899, \"app\": \"alpcord.com\", \"name\": \"alpcord.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:05'),(944,12,'2025-06-11','09:39:09','21:28:07',8.55639,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 09:39:09\", \"left\": \"2025-06-11 21:28:07\", \"late\": true, \"onlineTime\": 31052, \"offlineTime\": 0, \"desktimeTime\": 31052, \"atWorkTime\": 42538, \"afterWorkTime\": 1146, \"beforeWorkTime\": 0, \"productiveTime\": 30803, \"productivity\": 99.2, \"efficiency\": 122.23, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"paisabazaar.com\": {\"id\": 58613281343, \"app\": \"paisabazaar.com\", \"name\": \"paisabazaar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"msn.com\": {\"id\": 58599705014, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58594906364, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11941}, \"ms-teams\": {\"id\": 58594909699, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6476}, \"linkedin.com\": {\"id\": 58594903770, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4492}, \"microsoft word\": {\"id\": 58595638168, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2162}, \"chatgpt.com\": {\"id\": 58597147258, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1206}, \"google.com\": {\"id\": 58595193556, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1162}, \"windows explorer\": {\"id\": 58595021724, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 724}, \"lms.chlserv.com\": {\"id\": 58595039568, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 635}, \"resume.chlsoftech.com\": {\"id\": 58595579669, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 401}, \"microsoft excel\": {\"id\": 58601921515, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 227}, \"google chrome\": {\"id\": 58595193555, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"pms.chlserv.com\": {\"id\": 58595931934, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"crystalhues.com\": {\"id\": 58606898303, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"lockapp\": {\"id\": 58594977038, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"systemsettings\": {\"id\": 58599642090, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"shellexperiencehost\": {\"id\": 58595825758, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"hrez.crystalhues.in\": {\"id\": 58595514014, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"dnaindia.com\": {\"id\": 58599080930, \"app\": \"dnaindia.com\", \"name\": \"dnaindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"c\": {\"id\": 58597000966, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"sc.com\": {\"id\": 58613378047, \"app\": \"sc.com\", \"name\": \"sc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"unknown app\": {\"id\": 58594902084, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"msedgewebview2\": {\"id\": 58595181834, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"wetransfer.com\": {\"id\": 58595196111, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58596526486, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"desktime.com\": {\"id\": 58595939229, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"msedge\": {\"id\": 58599692109, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"shellhost\": {\"id\": 58608227212, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"drive.google.com\": {\"id\": 58603011215, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"sapp.aerchain.io\": {\"id\": 58598384660, \"app\": \"sapp.aerchain.io\", \"name\": \"sapp.aerchain.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"nlink.tech\": {\"id\": 58595912996, \"app\": \"nlink.tech\", \"name\": \"nlink.tech\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 58607353966, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"searchhost\": {\"id\": 58600012797, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"onedrive\": {\"id\": 58599692105, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 58596193222, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 58600007974, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:11:05'),(945,12,'2025-06-12','09:39:14','18:33:46',8.31861,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 09:39:14\", \"left\": \"2025-06-12 18:33:46\", \"late\": true, \"onlineTime\": 29947, \"offlineTime\": 0, \"desktimeTime\": 29947, \"atWorkTime\": 32072, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29947, \"productivity\": 100, \"efficiency\": 118.84, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58621599995, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12340}, \"linkedin.com\": {\"id\": 58622252925, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4292}, \"ms-teams\": {\"id\": 58621535890, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3014}, \"microsoft excel\": {\"id\": 58622101835, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1985}, \"lms.chlserv.com\": {\"id\": 58624794272, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1465}, \"google.com\": {\"id\": 58622565856, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1291}, \"chatgpt.com\": {\"id\": 58622255675, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1126}, \"microsoft.notes\": {\"id\": 58624459354, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 540}, \"meet.google.com\": {\"id\": 58627151922, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 512}, \"about:blank\": {\"id\": 58627409438, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 502}, \"shellexperiencehost\": {\"id\": 58621732284, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 431}, \"dnaindia.com\": {\"id\": 58628463479, \"app\": \"dnaindia.com\", \"name\": \"dnaindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"windows explorer\": {\"id\": 58621598513, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 316}, \"systemsettings\": {\"id\": 58624104985, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 299}, \"docs.google.com\": {\"id\": 58627404049, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 295}, \"hrez.crystalhues.in\": {\"id\": 58624783491, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58631290248, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"unknown app\": {\"id\": 58622101840, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"msedge\": {\"id\": 58627415142, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"desktime.com\": {\"id\": 58621657575, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"litmusmeroform.com\": {\"id\": 58625214831, \"app\": \"litmusmeroform.com\", \"name\": \"litmusmeroform.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"google chrome\": {\"id\": 58622558295, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"msedgewebview2\": {\"id\": 58621638953, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"lockapp\": {\"id\": 58621585646, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"pms.chlserv.com\": {\"id\": 58622741220, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"c\": {\"id\": 58622737253, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"192.168.0.251\": {\"id\": 58629670608, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 58621727714, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"calendar.google.com\": {\"id\": 58627209099, \"app\": \"calendar.google.com\", \"name\": \"calendar.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58631578640, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58623339551, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:05'),(946,12,'2025-06-13','10:02:35','18:50:50',7.66333,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 10:02:35\", \"left\": \"2025-06-13 18:50:50\", \"late\": true, \"onlineTime\": 27588, \"offlineTime\": 0, \"desktimeTime\": 27588, \"atWorkTime\": 31695, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27588, \"productivity\": 100, \"efficiency\": 109.48, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58648504116, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10334}, \"ms-teams\": {\"id\": 58648546775, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7921}, \"linkedin.com\": {\"id\": 58648544262, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3425}, \"lms.chlserv.com\": {\"id\": 58648723227, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1147}, \"chatgpt.com\": {\"id\": 58648560636, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1100}, \"docs.google.com\": {\"id\": 58650864487, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 719}, \"google.com\": {\"id\": 58649175244, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 637}, \"windows explorer\": {\"id\": 58648699357, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 453}, \"microsoft.notes\": {\"id\": 58649674034, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 313}, \"microsoft word\": {\"id\": 58649735137, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 267}, \"pms.chlserv.com\": {\"id\": 58650864485, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"c\": {\"id\": 58659998142, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"myoperator.com\": {\"id\": 58655096432, \"app\": \"myoperator.com\", \"name\": \"myoperator.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"desktime.com\": {\"id\": 58656618061, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"dashtoon.com\": {\"id\": 58650463289, \"app\": \"dashtoon.com\", \"name\": \"dashtoon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"shellexperiencehost\": {\"id\": 58649252505, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"lockapp\": {\"id\": 58650755361, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"google chrome\": {\"id\": 58648728480, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"hrez.crystalhues.in\": {\"id\": 58657219825, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"in.emsigner.com\": {\"id\": 58658815309, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58648718437, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"shellhost\": {\"id\": 58655218890, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"chrome://new-tab-page\": {\"id\": 58649171959, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}}, \"projects\": []}','2025-07-26 06:11:06'),(947,12,'2025-06-14',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-14\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:06'),(948,12,'2025-06-15',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-15\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:07'),(949,12,'2025-06-16','10:07:12','18:52:15',7.70278,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 10:07:12\", \"left\": \"2025-06-16 18:52:15\", \"late\": true, \"onlineTime\": 27734, \"offlineTime\": 0, \"desktimeTime\": 27734, \"atWorkTime\": 31503, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27730, \"productivity\": 99.99, \"efficiency\": 110.04, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"myaccount.google.com\": {\"id\": 58678736319, \"app\": \"myaccount.google.com\", \"name\": \"myaccount.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58678409827, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13841}, \"linkedin.com\": {\"id\": 58678935127, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3816}, \"ms-teams\": {\"id\": 58678503590, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3497}, \"lms.chlserv.com\": {\"id\": 58678535690, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1994}, \"chatgpt.com\": {\"id\": 58678608320, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 914}, \"windows explorer\": {\"id\": 58678518721, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 651}, \"drive.google.com\": {\"id\": 58678739314, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 517}, \"hrez.crystalhues.in\": {\"id\": 58678938397, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"nimdzi.com\": {\"id\": 58689228987, \"app\": \"nimdzi.com\", \"name\": \"nimdzi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 234}, \"microsoft word\": {\"id\": 58678968196, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"lockapp\": {\"id\": 58683329472, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 203}, \"smartling.com\": {\"id\": 58688302956, \"app\": \"smartling.com\", \"name\": \"smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"languagewire.com\": {\"id\": 58688296206, \"app\": \"languagewire.com\", \"name\": \"languagewire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"google.com\": {\"id\": 58679784856, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"msedge\": {\"id\": 58678827479, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 161}, \"microsoft excel\": {\"id\": 58687846299, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 159}, \"shellexperiencehost\": {\"id\": 58679112670, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"google chrome\": {\"id\": 58678707429, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"shivir.shiprocket.in\": {\"id\": 58688659719, \"app\": \"shivir.shiprocket.in\", \"name\": \"shivir.shiprocket.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"chromewebdata\": {\"id\": 58678730661, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"unknown app\": {\"id\": 58678409823, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"msedgewebview2\": {\"id\": 58678662575, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"c\": {\"id\": 58687786200, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"multilingual.com\": {\"id\": 58679045168, \"app\": \"multilingual.com\", \"name\": \"multilingual.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"microsoft.notes\": {\"id\": 58678674643, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"desktime.com\": {\"id\": 58691728514, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"docs.google.com\": {\"id\": 58682517931, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"dwm\": {\"id\": 58690841141, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"keywordsstudios.com\": {\"id\": 58688290343, \"app\": \"keywordsstudios.com\", \"name\": \"keywordsstudios.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"pms.chlserv.com\": {\"id\": 58678407472, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"app.apollo.io\": {\"id\": 58678733603, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"wetransfer.com\": {\"id\": 58678710387, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 58679768379, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58679248715, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58678736325, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"systemsettings\": {\"id\": 58690776323, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"snippingtool\": {\"id\": 58679396696, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:09'),(950,12,'2025-06-17','10:03:31','18:51:36',8.41528,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 10:03:31\", \"left\": \"2025-06-17 18:51:36\", \"late\": true, \"onlineTime\": 30298, \"offlineTime\": 0, \"desktimeTime\": 30298, \"atWorkTime\": 31685, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30295, \"productivity\": 99.94, \"efficiency\": 120.22, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"microsoft.media.player\": {\"id\": 58716256827, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}}, \"1\": {\"microsoft outlook\": {\"id\": 58705815229, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13170}, \"ms-teams\": {\"id\": 58705891027, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5019}, \"linkedin.com\": {\"id\": 58705903838, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3557}, \"windows explorer\": {\"id\": 58705959058, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1763}, \"microsoft excel\": {\"id\": 58706958405, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1677}, \"chatgpt.com\": {\"id\": 58706223262, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1318}, \"lms.chlserv.com\": {\"id\": 58706113437, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1288}, \"docs.google.com\": {\"id\": 58720073749, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 657}, \"google.com\": {\"id\": 58706432588, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"calculatorapp\": {\"id\": 58707265053, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"shellexperiencehost\": {\"id\": 58708347374, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 201}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58712178401, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"unknown app\": {\"id\": 58707570162, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"msedge\": {\"id\": 58706279041, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"microsoft powerpoint\": {\"id\": 58708542865, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"lockapp\": {\"id\": 58706198378, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"microsoft word\": {\"id\": 58712851413, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"desktime.com\": {\"id\": 58711007076, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"c\": {\"id\": 58708638426, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"hrez.crystalhues.in\": {\"id\": 58706226318, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"pms.chlserv.com\": {\"id\": 58711001374, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"dwm\": {\"id\": 58715998832, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"searchhost\": {\"id\": 58707260767, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"google chrome\": {\"id\": 58706782604, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"proz.com\": {\"id\": 58719224192, \"app\": \"proz.com\", \"name\": \"proz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"photos\": {\"id\": 58715366860, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"crystalhues.com\": {\"id\": 58706276231, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:14'),(951,12,'2025-06-18','09:39:25','18:35:09',7.66028,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 09:39:25\", \"left\": \"2025-06-18 18:35:09\", \"late\": true, \"onlineTime\": 27576, \"offlineTime\": 0, \"desktimeTime\": 27576, \"atWorkTime\": 32144, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27577, \"productivity\": 100, \"efficiency\": 109.43, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58733671430, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8422}, \"ms-teams\": {\"id\": 58733838525, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5182}, \"linkedin.com\": {\"id\": 58733952606, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4357}, \"lms.chlserv.com\": {\"id\": 58733952603, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2717}, \"windows explorer\": {\"id\": 58733673252, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2696}, \"microsoft excel\": {\"id\": 58738603773, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1330}, \"google.com\": {\"id\": 58733669049, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 895}, \"chatgpt.com\": {\"id\": 58733952609, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 495}, \"hrez.crystalhues.in\": {\"id\": 58733950251, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"lockapp\": {\"id\": 58734812954, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"snippingtool\": {\"id\": 58735907318, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"c\": {\"id\": 58734173114, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"google chrome\": {\"id\": 58733948010, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"acolad.com\": {\"id\": 58745433986, \"app\": \"acolad.com\", \"name\": \"acolad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"shellexperiencehost\": {\"id\": 58734947468, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"unknown app\": {\"id\": 58733838523, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"pms.chlserv.com\": {\"id\": 58747856437, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"microsoft word\": {\"id\": 58734499309, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"translate.google.com\": {\"id\": 58742434472, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"microsoft.notes\": {\"id\": 58734173112, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"msedge\": {\"id\": 58747844245, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"inlingogames.com\": {\"id\": 58735432062, \"app\": \"inlingogames.com\", \"name\": \"inlingogames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"digitalhearts.com\": {\"id\": 58735436396, \"app\": \"digitalhearts.com\", \"name\": \"digitalhearts.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"shellhost\": {\"id\": 58733838521, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": 58747850304, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"gthtranslation.com\": {\"id\": 58735442800, \"app\": \"gthtranslation.com\", \"name\": \"gthtranslation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58734495666, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:14'),(952,12,'2025-06-19','10:04:23','18:48:30',7.75667,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 10:04:23\", \"left\": \"2025-06-19 18:48:30\", \"late\": true, \"onlineTime\": 27939, \"offlineTime\": 0, \"desktimeTime\": 27939, \"atWorkTime\": 31447, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27924, \"productivity\": 99.95, \"efficiency\": 110.81, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58771378584, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58761799311, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12866}, \"ms-teams\": {\"id\": 58761870329, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4834}, \"linkedin.com\": {\"id\": 58762217567, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2975}, \"lms.chlserv.com\": {\"id\": 58761898764, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2356}, \"google.com\": {\"id\": 58762207498, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1089}, \"microsoft excel\": {\"id\": 58761890504, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1027}, \"chatgpt.com\": {\"id\": 58762358882, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 565}, \"windows explorer\": {\"id\": 58761870330, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 373}, \"unknown app\": {\"id\": 58765820863, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 252}, \"pms.chlserv.com\": {\"id\": 58762804195, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"drive.google.com\": {\"id\": 58765980341, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"c\": {\"id\": 58762804194, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"lockapp\": {\"id\": 58763986708, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"allcorrectgames.com\": {\"id\": 58768268588, \"app\": \"allcorrectgames.com\", \"name\": \"allcorrectgames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"docs.google.com\": {\"id\": 58774455142, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"en.wikipedia.org\": {\"id\": 58774156789, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"google chrome\": {\"id\": 58762207497, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"shellhost\": {\"id\": 58763240361, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"pw.live\": {\"id\": 58774197990, \"app\": \"pw.live\", \"name\": \"pw.live\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"hrez.crystalhues.in\": {\"id\": 58764647452, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"desktime.com\": {\"id\": 58762804196, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"shellexperiencehost\": {\"id\": 58761941387, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"microsoft.notes\": {\"id\": 58761890502, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"widgets\": {\"id\": 58771356791, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"microsoft powerpoint\": {\"id\": 58769052418, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"itdcem.co.in\": {\"id\": 58768993651, \"app\": \"itdcem.co.in\", \"name\": \"itdcem.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"crystalhues.com\": {\"id\": 58770258606, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"msedgewebview2\": {\"id\": 58763203267, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"snippingtool\": {\"id\": 58761938820, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"chromewebdata\": {\"id\": 58769788184, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pickerhost\": {\"id\": 58761943835, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-26 06:11:15'),(953,12,'2025-06-20','10:02:26','18:49:30',7.80278,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 10:02:26\", \"left\": \"2025-06-20 18:49:30\", \"late\": true, \"onlineTime\": 28089, \"offlineTime\": 0, \"desktimeTime\": 28089, \"atWorkTime\": 31624, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28090, \"productivity\": 100, \"efficiency\": 111.47, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58787998901, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14724}, \"ms-teams\": {\"id\": 58787975785, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5570}, \"linkedin.com\": {\"id\": 58787973694, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3468}, \"chatgpt.com\": {\"id\": 58789474630, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 953}, \"windows explorer\": {\"id\": 58788042474, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 770}, \"lms.chlserv.com\": {\"id\": 58792282436, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 579}, \"docs.google.com\": {\"id\": 58795933010, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 534}, \"systemsettings\": {\"id\": 58790820161, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 368}, \"inrate.com\": {\"id\": 58796650841, \"app\": \"inrate.com\", \"name\": \"inrate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"pms.chlserv.com\": {\"id\": 58789546063, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"lockapp\": {\"id\": 58788877656, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"shellexperiencehost\": {\"id\": 58789238238, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"google.com\": {\"id\": 58789474624, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"desktime.com\": {\"id\": 58789546062, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"c\": {\"id\": 58789891916, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"google chrome\": {\"id\": 58794764428, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"unknown app\": {\"id\": 58789054233, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"microsoft.notes\": {\"id\": 58789972685, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"microsoft excel\": {\"id\": 58789986007, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"searchhost\": {\"id\": 58790815018, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"vistatec.com\": {\"id\": 58794770554, \"app\": \"vistatec.com\", \"name\": \"vistatec.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 58789470269, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"about:blank\": {\"id\": 58797423842, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:15'),(954,12,'2025-06-21',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-21\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:16'),(955,12,'2025-06-22',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-22\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:16'),(956,12,'2025-06-23','10:09:54','18:57:41',7.57417,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 10:09:54\", \"left\": \"2025-06-23 18:57:41\", \"late\": true, \"onlineTime\": 27267, \"offlineTime\": 0, \"desktimeTime\": 27267, \"atWorkTime\": 31667, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27267, \"productivity\": 100, \"efficiency\": 108.2, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58817167293, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9008}, \"linkedin.com\": {\"id\": 58817497165, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5291}, \"ms-teams\": {\"id\": 58817235097, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5213}, \"microsoft excel\": {\"id\": 58821432146, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2505}, \"lms.chlserv.com\": {\"id\": 58817889452, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1140}, \"chatgpt.com\": {\"id\": 58817500166, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 919}, \"appraisal.chlserv.com\": {\"id\": 58817627219, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 886}, \"lockapp\": {\"id\": 58817164696, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"shellexperiencehost\": {\"id\": 58817838484, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"google.com\": {\"id\": 58818909991, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"crystalhues.com\": {\"id\": 58823819133, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"photos\": {\"id\": 58827493163, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 201}, \"windows explorer\": {\"id\": 58817235100, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"meet.ficci.in\": {\"id\": 58823777027, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"docs.google.com\": {\"id\": 58817314598, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"outlier.ai\": {\"id\": 58824191894, \"app\": \"outlier.ai\", \"name\": \"outlier.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"c\": {\"id\": 58823734959, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"hrez.crystalhues.in\": {\"id\": 58817623833, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"microsoft.notes\": {\"id\": 58817235099, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"searchhost\": {\"id\": 58817376304, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"pms.chlserv.com\": {\"id\": 58817314601, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"unknown app\": {\"id\": 58817167289, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"scale.com\": {\"id\": 58830242826, \"app\": \"scale.com\", \"name\": \"scale.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"google chrome\": {\"id\": 58818906039, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"snippingtool\": {\"id\": 58819583195, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"desktime.com\": {\"id\": 58817314600, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"business.linkedin.com\": {\"id\": 58820623917, \"app\": \"business.linkedin.com\", \"name\": \"business.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"windowscamera\": {\"id\": 58817387630, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 58823813578, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"shellhost\": {\"id\": 58819865866, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 06:11:17'),(957,12,'2025-06-24','09:42:37','18:30:56',7.86278,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 09:42:37\", \"left\": \"2025-06-24 18:30:56\", \"late\": true, \"onlineTime\": 28305, \"offlineTime\": 0, \"desktimeTime\": 28305, \"atWorkTime\": 31699, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28306, \"productivity\": 100, \"efficiency\": 112.33, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58843306663, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13134}, \"linkedin.com\": {\"id\": 58843348266, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4148}, \"ms-teams\": {\"id\": 58843459864, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3397}, \"windows explorer\": {\"id\": 58843306662, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1343}, \"chatgpt.com\": {\"id\": 58843517705, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1288}, \"microsoft.notes\": {\"id\": 58849520074, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 941}, \"lms.chlserv.com\": {\"id\": 58844008432, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 932}, \"google.com\": {\"id\": 58843350587, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 800}, \"microsoft excel\": {\"id\": 58843822373, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 528}, \"docs.google.com\": {\"id\": 58845001183, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 321}, \"c\": {\"id\": 58847298920, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"meet.ficci.in\": {\"id\": 58844561339, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"pms.chlserv.com\": {\"id\": 58843226119, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58844069289, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"desktime.com\": {\"id\": 58845430871, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"google chrome\": {\"id\": 58843350584, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"platform.krock.io\": {\"id\": 58855076388, \"app\": \"platform.krock.io\", \"name\": \"platform.krock.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"unknown app\": {\"id\": 58843878029, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"shellexperiencehost\": {\"id\": 58844419485, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"hrez.crystalhues.in\": {\"id\": 58849561338, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"pesco.punjab.gov.in\": {\"id\": 58844062088, \"app\": \"pesco.punjab.gov.in\", \"name\": \"pesco.punjab.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"lockapp\": {\"id\": 58843304810, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"scanner\": {\"id\": 58851018028, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"bharatpreneurs.org\": {\"id\": 58847530660, \"app\": \"bharatpreneurs.org\", \"name\": \"bharatpreneurs.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"crystalhues.com\": {\"id\": 58845275347, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"microsoft word\": {\"id\": 58847197123, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"scale.com\": {\"id\": 58843559413, \"app\": \"scale.com\", \"name\": \"scale.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:17'),(958,12,'2025-06-25','09:44:59','18:38:11',7.65333,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 09:44:59\", \"left\": \"2025-06-25 18:38:11\", \"late\": true, \"onlineTime\": 27542, \"offlineTime\": 0, \"desktimeTime\": 27542, \"atWorkTime\": 31992, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27552, \"productivity\": 100, \"efficiency\": 109.33, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58870368259, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8830}, \"ms-teams\": {\"id\": 58870298206, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6017}, \"linkedin.com\": {\"id\": 58870541014, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5388}, \"lms.chlserv.com\": {\"id\": 58870510240, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1596}, \"meet.google.com\": {\"id\": 58872636462, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1015}, \"google.com\": {\"id\": 58870869334, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 808}, \"chatgpt.com\": {\"id\": 58870510243, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 672}, \"c\": {\"id\": 58870378248, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 553}, \"windows explorer\": {\"id\": 58870765041, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 544}, \"docs.google.com\": {\"id\": 58870298205, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 394}, \"microsoft excel\": {\"id\": 58884627660, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"microsoft.notes\": {\"id\": 58871229701, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"google chrome\": {\"id\": 58870869332, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"tothenew.com\": {\"id\": 58875484711, \"app\": \"tothenew.com\", \"name\": \"tothenew.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"msedge\": {\"id\": 58870376378, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"meet.ficci.in\": {\"id\": 58872695992, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"crystalhues.com\": {\"id\": 58877004312, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"desktime.com\": {\"id\": 58872701196, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"marknteladvisors.com\": {\"id\": 58877552944, \"app\": \"marknteladvisors.com\", \"name\": \"marknteladvisors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"shellexperiencehost\": {\"id\": 58870495123, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"lockapp\": {\"id\": 58870358267, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 58870296229, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"in.linkedin.com\": {\"id\": 58882932416, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"hrez.crystalhues.in\": {\"id\": 58877775036, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"pms.chlserv.com\": {\"id\": 58871711744, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"lp.lusha.com\": {\"id\": 58871172843, \"app\": \"lp.lusha.com\", \"name\": \"lp.lusha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"auth.lusha.com\": {\"id\": 58871183412, \"app\": \"auth.lusha.com\", \"name\": \"auth.lusha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 58874411520, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"proz.com\": {\"id\": 58882847770, \"app\": \"proz.com\", \"name\": \"proz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"pickerhost\": {\"id\": 58880273953, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"chromewebstore.google.com\": {\"id\": 58871199524, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"mab.to\": {\"id\": 58882597738, \"app\": \"mab.to\", \"name\": \"mab.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dashboard.lusha.com\": {\"id\": 58871192154, \"app\": \"dashboard.lusha.com\", \"name\": \"dashboard.lusha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chromewebdata\": {\"id\": 58875719511, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58884863223, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"myairbridge.com\": {\"id\": 58882597743, \"app\": \"myairbridge.com\", \"name\": \"myairbridge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"photos\": {\"id\": 58881176959, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:11:22'),(959,12,'2025-06-26','09:45:27','18:36:10',8.15556,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 09:45:27\", \"left\": \"2025-06-26 18:36:10\", \"late\": true, \"onlineTime\": 29360, \"offlineTime\": 0, \"desktimeTime\": 29360, \"atWorkTime\": 31843, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29360, \"productivity\": 100, \"efficiency\": 116.51, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58898365608, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9159}, \"linkedin.com\": {\"id\": 58898875555, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5106}, \"ms-teams\": {\"id\": 58898554468, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4425}, \"lms.chlserv.com\": {\"id\": 58899312764, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2878}, \"zoom\": {\"id\": 58907677549, \"app\": \"Zoom\", \"name\": \"Zoom\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2128}, \"chatgpt.com\": {\"id\": 58898830934, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1274}, \"meet.google.com\": {\"id\": 58909543043, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 974}, \"shellexperiencehost\": {\"id\": 58899543616, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 549}, \"windows explorer\": {\"id\": 58898534028, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 481}, \"pms.chlserv.com\": {\"id\": 58898752708, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"shellhost\": {\"id\": 58904078084, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 254}, \"c\": {\"id\": 58900195885, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"payablesmbrdi.mercedes-benz.com\": {\"id\": 58911289864, \"app\": \"payablesmbrdi.mercedes-benz.com\", \"name\": \"payablesmbrdi.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"docs.google.com\": {\"id\": 58898752710, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"microsoft.notes\": {\"id\": 58898658709, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"google chrome\": {\"id\": 58900956095, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 159}, \"dimatindia.in\": {\"id\": 58906490344, \"app\": \"dimatindia.in\", \"name\": \"dimatindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"health.economictimes.indiatimes.com\": {\"id\": 58898433207, \"app\": \"health.economictimes.indiatimes.com\", \"name\": \"health.economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"google.com\": {\"id\": 58899384408, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"unknown app\": {\"id\": 58898363925, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"login.microsoftonline.com\": {\"id\": 58900960843, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"meet.ficci.in\": {\"id\": 58898451806, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"lockapp\": {\"id\": 58898428491, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"ensto.com\": {\"id\": 58903490744, \"app\": \"ensto.com\", \"name\": \"ensto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"avantpage.com\": {\"id\": 58900333559, \"app\": \"avantpage.com\", \"name\": \"avantpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"searchhost\": {\"id\": 58903988194, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"hrez.crystalhues.in\": {\"id\": 58902807642, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"desktime.com\": {\"id\": 58898534027, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"myairbridge.com\": {\"id\": 58907380458, \"app\": \"myairbridge.com\", \"name\": \"myairbridge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"microsoft word\": {\"id\": 58903233278, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"photos\": {\"id\": 58903597219, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"chromewebdata\": {\"id\": 58898947531, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"windowscamera\": {\"id\": 58904000231, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"us02web.zoom.us\": {\"id\": 58907777905, \"app\": \"us02web.zoom.us\", \"name\": \"us02web.zoom.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"mab.to\": {\"id\": 58907380448, \"app\": \"mab.to\", \"name\": \"mab.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"downloads\": {\"id\": 58907389841, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 06:11:22'),(960,12,'2025-06-27','10:05:26','18:56:52',7.28722,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 10:05:26\", \"left\": \"2025-06-27 18:56:52\", \"late\": true, \"onlineTime\": 24440, \"offlineTime\": 1793, \"desktimeTime\": 26233, \"atWorkTime\": 31886, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26234, \"productivity\": 100, \"efficiency\": 104.1, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58925782257, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8441}, \"linkedin.com\": {\"id\": 58925793293, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5168}, \"ms-teams\": {\"id\": 58925812792, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3170}, \"chatgpt.com\": {\"id\": 58925793291, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1870}, \"subhash sir farewell (offline time)\": {\"id\": 58949311383, \"app\": \"__OFFLINE__\", \"name\": \"Subhash Sir farewell\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1793}, \"pms.chlserv.com\": {\"id\": 58925807970, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 990}, \"lms.chlserv.com\": {\"id\": 58925807974, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 847}, \"google.com\": {\"id\": 58926697988, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 693}, \"payablesmbrdi.mercedes-benz.com\": {\"id\": 58926819334, \"app\": \"payablesmbrdi.mercedes-benz.com\", \"name\": \"payablesmbrdi.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 495}, \"docs.google.com\": {\"id\": 58926295202, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 425}, \"c\": {\"id\": 58925977154, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 327}, \"microsoft.notes\": {\"id\": 58925979921, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 283}, \"lockapp\": {\"id\": 58925946755, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 238}, \"windows explorer\": {\"id\": 58925830550, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 238}, \"unknown app\": {\"id\": 58925700808, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"microsoft word\": {\"id\": 58938850027, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 206}, \"hrez.crystalhues.in\": {\"id\": 58925810409, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"certifiedtranslationindia.com\": {\"id\": 58933508542, \"app\": \"certifiedtranslationindia.com\", \"name\": \"certifiedtranslationindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"desktime.com\": {\"id\": 58926022144, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"braahmam.net\": {\"id\": 58933892942, \"app\": \"braahmam.net\", \"name\": \"braahmam.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"google chrome\": {\"id\": 58925810408, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"crystalhues.com\": {\"id\": 58932368816, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"login.microsoftonline.com\": {\"id\": 58926652977, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"getanylanguage.com\": {\"id\": 58933495672, \"app\": \"getanylanguage.com\", \"name\": \"getanylanguage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"store.google.com\": {\"id\": 58926762300, \"app\": \"store.google.com\", \"name\": \"store.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"inyourlanguage.org\": {\"id\": 58932804710, \"app\": \"inyourlanguage.org\", \"name\": \"inyourlanguage.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onedrive\": {\"id\": 58926641976, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"meet.ficci.in\": {\"id\": 58926022145, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58939008775, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"systemsettings\": {\"id\": 58926660139, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58926645519, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 06:11:23'),(961,12,'2025-06-28','08:50:01','18:00:58',8.45278,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 08:50:01\", \"left\": \"2025-06-28 18:00:58\", \"late\": false, \"onlineTime\": 30430, \"offlineTime\": 0, \"desktimeTime\": 30430, \"atWorkTime\": 33057, \"afterWorkTime\": 0, \"beforeWorkTime\": 128, \"productiveTime\": 30430, \"productivity\": 100, \"efficiency\": 120.75, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58949089642, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14304}, \"ms-teams\": {\"id\": 58949302924, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8474}, \"linkedin.com\": {\"id\": 58949168591, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2378}, \"lms.chlserv.com\": {\"id\": 58949242697, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1747}, \"unknown app\": {\"id\": 58949162190, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 710}, \"chatgpt.com\": {\"id\": 58949184078, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 625}, \"lockapp\": {\"id\": 58949269454, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 578}, \"windows explorer\": {\"id\": 58949168056, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 554}, \"google.com\": {\"id\": 58950803992, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"shellexperiencehost\": {\"id\": 58949697512, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"desktime.com\": {\"id\": 58949308494, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"docs.google.com\": {\"id\": 58949314491, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"windowscamera\": {\"id\": 58949315837, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"pms.chlserv.com\": {\"id\": 58949242696, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"c\": {\"id\": 58949307948, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"hrez.crystalhues.in\": {\"id\": 58949421155, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"microsoft.notes\": {\"id\": 58949626463, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"payablesmbrdi.mercedes-benz.com\": {\"id\": 58950229313, \"app\": \"payablesmbrdi.mercedes-benz.com\", \"name\": \"payablesmbrdi.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 58949315836, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"google chrome\": {\"id\": 58950803991, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 58949637145, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"microsoft word\": {\"id\": 58949626461, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:25'),(962,12,'2025-06-29',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-29\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:26'),(964,12,'2025-06-30','09:45:03','18:35:36',7.62639,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 09:45:03\", \"left\": \"2025-06-30 18:35:36\", \"late\": true, \"onlineTime\": 27451, \"offlineTime\": 0, \"desktimeTime\": 27451, \"atWorkTime\": 31833, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27455, \"productivity\": 100, \"efficiency\": 108.95, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58956415188, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8558}, \"ms-teams\": {\"id\": 58956357349, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5569}, \"linkedin.com\": {\"id\": 58956616099, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3580}, \"payablesmbrdi.mercedes-benz.com\": {\"id\": 58956628611, \"app\": \"payablesmbrdi.mercedes-benz.com\", \"name\": \"payablesmbrdi.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2247}, \"lms.chlserv.com\": {\"id\": 58957036154, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1581}, \"c\": {\"id\": 58956626150, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1361}, \"chatgpt.com\": {\"id\": 58956425406, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 897}, \"windows explorer\": {\"id\": 58956623662, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 499}, \"cam.mycii.in\": {\"id\": 58966283876, \"app\": \"cam.mycii.in\", \"name\": \"cam.mycii.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 458}, \"pms.chlserv.com\": {\"id\": 58958649631, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"docs.google.com\": {\"id\": 58958186139, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"google.com\": {\"id\": 58957101796, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 274}, \"lockapp\": {\"id\": 58958456892, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"google chrome\": {\"id\": 58957098667, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"shellexperiencehost\": {\"id\": 58956439419, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"ihexpo.com\": {\"id\": 58966486866, \"app\": \"ihexpo.com\", \"name\": \"ihexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"api.payu.in\": {\"id\": 58966838297, \"app\": \"api.payu.in\", \"name\": \"api.payu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"ttfotm.com\": {\"id\": 58966373952, \"app\": \"ttfotm.com\", \"name\": \"ttfotm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"desktime.com\": {\"id\": 58958471174, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"microsoft excel\": {\"id\": 58957007145, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"msedge\": {\"id\": 58956679721, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"photos\": {\"id\": 58963961508, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"snippingtool\": {\"id\": 58956822729, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"pickerhost\": {\"id\": 58956825433, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"hrez.crystalhues.in\": {\"id\": 58961124422, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"crystalhues.com\": {\"id\": 58956682192, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58957654645, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"msedgewebview2\": {\"id\": 58962619091, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"hdfcbankpayments.hdfcbank.com\": {\"id\": 58966916532, \"app\": \"hdfcbankpayments.hdfcbank.com\", \"name\": \"hdfcbankpayments.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"print\": {\"id\": 58966941225, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"microsoft.notes\": {\"id\": 58959033332, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"shellhost\": {\"id\": 58960230452, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"continuity\": {\"id\": 58959835264, \"app\": \"continuity\", \"name\": \"continuity\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58957007143, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:27'),(966,13,'2025-06-01',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-01\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:29'),(969,13,'2025-06-02','10:15:28','19:01:52',7.39917,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 10:15:28\", \"left\": \"2025-06-02 19:01:52\", \"late\": false, \"onlineTime\": 26637, \"offlineTime\": 0, \"desktimeTime\": 26637, \"atWorkTime\": 31584, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26637, \"productivity\": 100, \"efficiency\": 105.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58405171091, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11741}, \"ms-teams\": {\"id\": 58405171093, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6418}, \"lms.chlserv.com\": {\"id\": 58405185344, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3973}, \"linkedin.com\": {\"id\": 58405191215, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2895}, \"c\": {\"id\": 58405724307, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"desktime.com\": {\"id\": 58410343331, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 320}, \"windows explorer\": {\"id\": 58405171090, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"google.com\": {\"id\": 58410777810, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"google chrome\": {\"id\": 58405187908, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 167}, \"unknown app\": {\"id\": 58405393904, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"chatgpt.com\": {\"id\": 58407709986, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"photos\": {\"id\": 58412035709, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 58405830091, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"garbhagudi-ivf.com\": {\"id\": 58410845805, \"app\": \"garbhagudi-ivf.com\", \"name\": \"garbhagudi-ivf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"winchl.com\": {\"id\": 58407720145, \"app\": \"winchl.com\", \"name\": \"winchl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"wallet-entry\": {\"id\": 58407737032, \"app\": \"wallet-entry\", \"name\": \"wallet-entry\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 58407754699, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58407216924, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58410325888, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58405173373, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:29'),(971,13,'2025-06-03','09:57:12','19:08:18',7.98111,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 09:57:12\", \"left\": \"2025-06-03 19:08:18\", \"late\": false, \"onlineTime\": 28732, \"offlineTime\": 0, \"desktimeTime\": 28732, \"atWorkTime\": 33066, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28732, \"productivity\": 100, \"efficiency\": 114.02, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58432182056, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17107}, \"lms.chlserv.com\": {\"id\": 58432366963, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4515}, \"ms-teams\": {\"id\": 58432302353, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3058}, \"microsoft excel\": {\"id\": 58439571718, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 920}, \"linkedin.com\": {\"id\": 58432366961, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 788}, \"windows explorer\": {\"id\": 58432177220, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 594}, \"c\": {\"id\": 58432430524, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 486}, \"hrez.crystalhues.in\": {\"id\": 58445513692, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 470}, \"chatgpt.com\": {\"id\": 58432371989, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"microsoft word\": {\"id\": 58444035692, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 160}, \"google.com\": {\"id\": 58432967655, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"google chrome\": {\"id\": 58432366956, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"unknown app\": {\"id\": 58432179312, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"shellexperiencehost\": {\"id\": 58432177221, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"lockapp\": {\"id\": 58432177218, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"startmenuexperiencehost\": {\"id\": 58447778989, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"desktime.com\": {\"id\": 58443578388, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 58434846304, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedgewebview2\": {\"id\": 58439565712, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"m365.cloud.microsoft\": {\"id\": 58445031575, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"livealthbiopharma.com\": {\"id\": 58444909341, \"app\": \"livealthbiopharma.com\", \"name\": \"livealthbiopharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58443578384, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"winstore.app\": {\"id\": 58434777810, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58432177219, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:30'),(972,13,'2025-06-04','09:58:51','19:08:29',7.02917,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 09:58:51\", \"left\": \"2025-06-04 19:08:29\", \"late\": false, \"onlineTime\": 25305, \"offlineTime\": 0, \"desktimeTime\": 25305, \"atWorkTime\": 32978, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25305, \"productivity\": 100, \"efficiency\": 100.42, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58460390976, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10512}, \"ms-teams\": {\"id\": 58460388937, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8547}, \"lms.chlserv.com\": {\"id\": 58460616580, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2533}, \"linkedin.com\": {\"id\": 58460619160, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1924}, \"c\": {\"id\": 58460824112, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 381}, \"chatgpt.com\": {\"id\": 58473257854, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"hrez.crystalhues.in\": {\"id\": 58473046440, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 242}, \"google.com\": {\"id\": 58468342517, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"windows explorer\": {\"id\": 58460850021, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"snippingtool\": {\"id\": 58462012064, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"google chrome\": {\"id\": 58461599197, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"desktime.com\": {\"id\": 58460829688, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"microsoft excel\": {\"id\": 58472743197, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"webviewhost\": {\"id\": 58460388939, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"unknown app\": {\"id\": 58460388938, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"searchapp\": {\"id\": 58462007533, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"msedgewebview2\": {\"id\": 58462063669, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58461997184, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 58460538868, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"microsoft word\": {\"id\": 58475713751, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"office.com\": {\"id\": 58468894503, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedge\": {\"id\": 58475349645, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58466190690, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:32'),(973,13,'2025-06-05','10:16:35','19:02:21',7.20111,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 10:16:35\", \"left\": \"2025-06-05 19:02:21\", \"late\": false, \"onlineTime\": 25924, \"offlineTime\": 0, \"desktimeTime\": 25924, \"atWorkTime\": 31546, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25924, \"productivity\": 100, \"efficiency\": 102.87, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58488444586, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14065}, \"linkedin.com\": {\"id\": 58488931065, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4473}, \"ms-teams\": {\"id\": 58488444587, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2184}, \"lms.chlserv.com\": {\"id\": 58488927632, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1436}, \"c\": {\"id\": 58488465307, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1423}, \"microsoft excel\": {\"id\": 58491935879, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 953}, \"windows explorer\": {\"id\": 58488472801, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 606}, \"google chrome\": {\"id\": 58488927637, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"microsoft word\": {\"id\": 58488469997, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"shellexperiencehost\": {\"id\": 58489938636, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"google.com\": {\"id\": 58497179730, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"unknown app\": {\"id\": 58488444589, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"desktime.com\": {\"id\": 58490493866, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"fonts.google.com\": {\"id\": 58497197108, \"app\": \"fonts.google.com\", \"name\": \"fonts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"searchapp\": {\"id\": 58491735240, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"wetransfer.com\": {\"id\": 58498839006, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58490493863, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"webviewhost\": {\"id\": 58494228541, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58490546150, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"file://\": {\"id\": 58502564147, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"we.tl\": {\"id\": 58498833775, \"app\": \"we.tl\", \"name\": \"we.tl\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:33'),(974,13,'2025-06-06','10:12:01','19:03:06',7.19639,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 10:12:01\", \"left\": \"2025-06-06 19:03:06\", \"late\": false, \"onlineTime\": 25907, \"offlineTime\": 0, \"desktimeTime\": 25907, \"atWorkTime\": 31865, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25907, \"productivity\": 100, \"efficiency\": 102.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58514947818, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13598}, \"linkedin.com\": {\"id\": 58514977301, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5422}, \"ms-teams\": {\"id\": 58514947817, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3499}, \"lms.chlserv.com\": {\"id\": 58515250074, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2085}, \"microsoft word\": {\"id\": 58515311925, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 313}, \"c\": {\"id\": 58516620581, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"microsoft excel\": {\"id\": 58514952953, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 208}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58524627130, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"chatgpt.com\": {\"id\": 58518035377, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"windows explorer\": {\"id\": 58514947815, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"desktime.com\": {\"id\": 58515887784, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"google chrome\": {\"id\": 58515891212, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"openai.com\": {\"id\": 58518035374, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"shellexperiencehost\": {\"id\": 58514947816, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"unknown app\": {\"id\": 58515114620, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"lockapp\": {\"id\": 58515069112, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 58515891214, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58515894544, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58514950064, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:34'),(975,13,'2025-06-07','09:12:38','17:17:29',7.26806,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 09:12:38\", \"left\": \"2025-06-07 17:17:29\", \"late\": false, \"onlineTime\": 26173, \"offlineTime\": 0, \"desktimeTime\": 26173, \"atWorkTime\": 29091, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26165, \"productivity\": 99.97, \"efficiency\": 103.83, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58536519802, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58536413015, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8039}, \"ms-teams\": {\"id\": 58536412635, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6590}, \"linkedin.com\": {\"id\": 58536412117, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3672}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58536414312, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3082}, \"lms.chlserv.com\": {\"id\": 58536412116, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1890}, \"shellexperiencehost\": {\"id\": 58536412113, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 768}, \"unknown app\": {\"id\": 58536412823, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 326}, \"google.com\": {\"id\": 58536714732, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 323}, \"windows explorer\": {\"id\": 58536478963, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 304}, \"microsoft excel\": {\"id\": 58537366107, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"google chrome\": {\"id\": 58536417297, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"desktime.com\": {\"id\": 58536671231, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"c\": {\"id\": 58536412114, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"lockapp\": {\"id\": 58536625826, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"chatgpt.com\": {\"id\": 58536482083, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"sonalika.com\": {\"id\": 58537433565, \"app\": \"sonalika.com\", \"name\": \"sonalika.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"msedge\": {\"id\": 58536667123, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"tm-eye.co.uk\": {\"id\": 58536714733, \"app\": \"tm-eye.co.uk\", \"name\": \"tm-eye.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"m365.cloud.microsoft\": {\"id\": 58537393957, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"webviewhost\": {\"id\": 58536412281, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"drive.google.com\": {\"id\": 58536519801, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"microsoft.com\": {\"id\": 58536412115, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 58537598702, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:11:35'),(976,13,'2025-06-08',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-08\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:36'),(977,13,'2025-06-09','09:07:17','19:11:37',7.245,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 09:07:17\", \"left\": \"2025-06-09 19:11:37\", \"late\": false, \"onlineTime\": 26082, \"offlineTime\": 0, \"desktimeTime\": 26082, \"atWorkTime\": 36260, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26082, \"productivity\": 100, \"efficiency\": 103.5, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58541960573, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16533}, \"ms-teams\": {\"id\": 58541962638, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2993}, \"linkedin.com\": {\"id\": 58541991404, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1477}, \"lms.chlserv.com\": {\"id\": 58542593561, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1343}, \"windows explorer\": {\"id\": 58541974315, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 880}, \"c\": {\"id\": 58542143790, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 814}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58546271150, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 515}, \"msedge\": {\"id\": 58544114690, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 446}, \"desktime.com\": {\"id\": 58544118460, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 444}, \"shellexperiencehost\": {\"id\": 58544765646, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"chatgpt.com\": {\"id\": 58541963641, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"unknown app\": {\"id\": 58541988002, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"google chrome\": {\"id\": 58541960575, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"google.com\": {\"id\": 58541961602, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"microsoft word\": {\"id\": 58548378503, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"webviewhost\": {\"id\": 58541961603, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 58542131359, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedgewebview2\": {\"id\": 58547821883, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"m365.cloud.microsoft\": {\"id\": 58550332143, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"drive.google.com\": {\"id\": 58547318709, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 58555561872, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58544118458, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:36'),(978,13,'2025-06-10','10:05:39','19:16:48',7.06861,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 10:05:39\", \"left\": \"2025-06-10 19:16:48\", \"late\": false, \"onlineTime\": 25446, \"offlineTime\": 0, \"desktimeTime\": 25446, \"atWorkTime\": 33069, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25447, \"productivity\": 100, \"efficiency\": 100.98, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58567623716, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9003}, \"linkedin.com\": {\"id\": 58567616335, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8952}, \"ms-teams\": {\"id\": 58567621055, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2853}, \"lms.chlserv.com\": {\"id\": 58567616333, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1901}, \"c\": {\"id\": 58568243436, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1070}, \"microsoft excel\": {\"id\": 58571948879, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 283}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58569755293, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"chatgpt.com\": {\"id\": 58567614007, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 276}, \"desktime.com\": {\"id\": 58571982524, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"shellexperiencehost\": {\"id\": 58569133350, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 161}, \"app.apollo.io\": {\"id\": 58569108831, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"lockapp\": {\"id\": 58578002994, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"google.com\": {\"id\": 58575022590, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"google chrome\": {\"id\": 58567614009, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"unknown app\": {\"id\": 58567614008, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"windows explorer\": {\"id\": 58568439876, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"openai.com\": {\"id\": 58575022591, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 58571856311, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"m365.cloud.microsoft\": {\"id\": 58571851222, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58571851223, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"office.com\": {\"id\": 58574896843, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 06:11:37'),(979,13,'2025-06-11','10:11:20','19:06:17',7.62194,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 10:11:20\", \"left\": \"2025-06-11 19:06:17\", \"late\": false, \"onlineTime\": 27439, \"offlineTime\": 0, \"desktimeTime\": 27439, \"atWorkTime\": 32097, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27439, \"productivity\": 100, \"efficiency\": 108.88, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58595263437, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14221}, \"ms-teams\": {\"id\": 58595263439, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5329}, \"lms.chlserv.com\": {\"id\": 58595312298, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2837}, \"linkedin.com\": {\"id\": 58595312299, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1971}, \"c\": {\"id\": 58595268648, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 909}, \"app.apollo.io\": {\"id\": 58595511314, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 836}, \"google.com\": {\"id\": 58595818417, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"microsoft word\": {\"id\": 58601883093, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 213}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58597417029, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"windows explorer\": {\"id\": 58595260769, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"chatgpt.com\": {\"id\": 58603739696, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"google chrome\": {\"id\": 58595309627, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"unknown app\": {\"id\": 58595260765, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"desktime.com\": {\"id\": 58596449757, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"bsetec.com\": {\"id\": 58600992151, \"app\": \"bsetec.com\", \"name\": \"bsetec.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"shellexperiencehost\": {\"id\": 58595260768, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"lockapp\": {\"id\": 58595260763, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 58595260766, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"m365.cloud.microsoft\": {\"id\": 58601862009, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"office.com\": {\"id\": 58601984840, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchapp\": {\"id\": 58600802020, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"microsoft store\": {\"id\": 58600283479, \"app\": \"Microsoft Store\", \"name\": \"Microsoft Store\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58595260767, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"e.customeriomail.com\": {\"id\": 58595545692, \"app\": \"e.customeriomail.com\", \"name\": \"e.customeriomail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:11:37'),(980,13,'2025-06-12','10:16:50','18:55:40',7.4475,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 10:16:50\", \"left\": \"2025-06-12 18:55:40\", \"late\": false, \"onlineTime\": 26811, \"offlineTime\": 0, \"desktimeTime\": 26811, \"atWorkTime\": 31130, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26811, \"productivity\": 100, \"efficiency\": 106.39, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58621943849, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13136}, \"linkedin.com\": {\"id\": 58622079737, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6723}, \"ms-teams\": {\"id\": 58622028005, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2718}, \"lms.chlserv.com\": {\"id\": 58622079739, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1427}, \"c\": {\"id\": 58622015975, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 991}, \"google.com\": {\"id\": 58622079732, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 520}, \"chatgpt.com\": {\"id\": 58622076883, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"windows explorer\": {\"id\": 58621943850, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 260}, \"microsoft excel\": {\"id\": 58634754814, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 209}, \"udemy.com\": {\"id\": 58629520993, \"app\": \"udemy.com\", \"name\": \"udemy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"msedge\": {\"id\": 58623213586, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"google chrome\": {\"id\": 58622076885, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"shellexperiencehost\": {\"id\": 58621943852, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"unknown app\": {\"id\": 58623227333, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"desktime.com\": {\"id\": 58623769026, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"lockapp\": {\"id\": 58622652582, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"microsoft word\": {\"id\": 58631869004, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"euronetworldwide.com\": {\"id\": 58623352317, \"app\": \"euronetworldwide.com\", \"name\": \"euronetworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 58631837433, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"m365.cloud.microsoft\": {\"id\": 58630945961, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchapp\": {\"id\": 58627342351, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58635848631, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58622153478, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:37'),(981,13,'2025-06-13','09:55:45','19:20:01',8.41833,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 09:55:45\", \"left\": \"2025-06-13 19:20:01\", \"late\": false, \"onlineTime\": 30305, \"offlineTime\": 0, \"desktimeTime\": 30305, \"atWorkTime\": 33856, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30306, \"productivity\": 100, \"efficiency\": 120.26, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58648480255, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16942}, \"ms-teams\": {\"id\": 58648474013, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5119}, \"linkedin.com\": {\"id\": 58648581447, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2185}, \"lms.chlserv.com\": {\"id\": 58648581446, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1412}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58649497576, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1308}, \"c\": {\"id\": 58649094700, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 682}, \"google.com\": {\"id\": 58649228604, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 605}, \"windows explorer\": {\"id\": 58648855297, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 374}, \"microsoft excel\": {\"id\": 58649733423, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 350}, \"hrez.crystalhues.in\": {\"id\": 58661226486, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"photos\": {\"id\": 58660305344, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"unknown app\": {\"id\": 58648451094, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"shellexperiencehost\": {\"id\": 58648618752, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 172}, \"chatgpt.com\": {\"id\": 58649228608, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"lockapp\": {\"id\": 58648434055, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"google chrome\": {\"id\": 58648579036, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"zerogpt.com\": {\"id\": 58655890480, \"app\": \"zerogpt.com\", \"name\": \"zerogpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"desktime.com\": {\"id\": 58652694363, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": 58649054095, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"msedge\": {\"id\": 58648579035, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"openai.com\": {\"id\": 58649228606, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"microsoft word\": {\"id\": 58650746945, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"m365.cloud.microsoft\": {\"id\": 58651509491, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"easeofaccessdialog\": {\"id\": 58657208712, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58652694353, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58648474008, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:38'),(982,13,'2025-06-14',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-14\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:39'),(983,13,'2025-06-15',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-15\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:40'),(984,13,'2025-06-16','10:23:42','19:21:51',6.63139,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 10:23:42\", \"left\": \"2025-06-16 19:21:51\", \"late\": false, \"onlineTime\": 23873, \"offlineTime\": 0, \"desktimeTime\": 23873, \"atWorkTime\": 32289, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 23873, \"productivity\": 100, \"efficiency\": 94.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58678634785, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11163}, \"ms-teams\": {\"id\": 58678623716, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6868}, \"linkedin.com\": {\"id\": 58678808626, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2536}, \"lms.chlserv.com\": {\"id\": 58678805253, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1542}, \"photos\": {\"id\": 58682971235, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 424}, \"google.com\": {\"id\": 58679242431, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"c\": {\"id\": 58687523277, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"microsoft word\": {\"id\": 58687353004, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"google chrome\": {\"id\": 58678805250, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"chatgpt.com\": {\"id\": 58679324256, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"windows explorer\": {\"id\": 58678703483, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 139}, \"desktime.com\": {\"id\": 58692819815, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"m365.cloud.microsoft\": {\"id\": 58678930142, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"msedge\": {\"id\": 58686119278, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58678788993, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"musnotificationux\": {\"id\": 58690609358, \"app\": \"MusNotificationUx\", \"name\": \"MusNotificationUx\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"microsoft excel\": {\"id\": 58686771540, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"office.com\": {\"id\": 58678926741, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"print\": {\"id\": 58692897663, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"webviewhost\": {\"id\": 58692802358, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58692819813, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shellexperiencehost\": {\"id\": 58690609349, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58690597651, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:40'),(985,13,'2025-06-17','10:13:49','19:19:00',7.56472,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 10:13:49\", \"left\": \"2025-06-17 19:19:00\", \"late\": false, \"onlineTime\": 27274, \"offlineTime\": 0, \"desktimeTime\": 27274, \"atWorkTime\": 32711, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27233, \"productivity\": 99.85, \"efficiency\": 108.07, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58709669578, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"accounts.google.com\": {\"id\": 58706174201, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58705948521, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15819}, \"linkedin.com\": {\"id\": 58705958668, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3324}, \"ms-teams\": {\"id\": 58705945708, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3075}, \"lms.chlserv.com\": {\"id\": 58705956272, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2619}, \"c\": {\"id\": 58706234221, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 598}, \"windows explorer\": {\"id\": 58705964237, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 294}, \"chatgpt.com\": {\"id\": 58716064696, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 265}, \"meet.google.com\": {\"id\": 58712838692, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"google.com\": {\"id\": 58706147506, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"google chrome\": {\"id\": 58705958666, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 173}, \"workspace.google.com\": {\"id\": 58712833057, \"app\": \"workspace.google.com\", \"name\": \"workspace.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"shellexperiencehost\": {\"id\": 58706228489, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"photos\": {\"id\": 58706881333, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"file://\": {\"id\": 58708803851, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"microsoft excel\": {\"id\": 58708151186, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 58705956271, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"zaubacorp.com\": {\"id\": 58712838688, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"dazzlesportswear.com\": {\"id\": 58709584070, \"app\": \"dazzlesportswear.com\", \"name\": \"dazzlesportswear.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"microsoft word\": {\"id\": 58706461253, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"pickerhost\": {\"id\": 58716565950, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"desktime.com\": {\"id\": 58706511337, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"lockapp\": {\"id\": 58712844655, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58706508330, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchapp\": {\"id\": 58716559754, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"hxcalendarappimm\": {\"id\": 58716565953, \"app\": \"HxCalendarAppImm\", \"name\": \"HxCalendarAppImm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"webviewhost\": {\"id\": 58721476476, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"peopleapp\": {\"id\": 58716578475, \"app\": \"PeopleApp\", \"name\": \"PeopleApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"calendar\": {\"id\": 58716565948, \"app\": \"Calendar\", \"name\": \"Calendar\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 58713871787, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome-extension://jjbjmgmploaimjddfeoamnjcajaaecgb\": {\"id\": 58709680708, \"app\": \"chrome-extension://jjbjmgmploaimjddfeoamnjcajaaecgb\", \"name\": \"chrome-extension://jjbjmgmploaimjddfeoamnjcajaaecgb\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:41'),(986,13,'2025-06-18','10:02:46','19:11:31',7.82639,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 10:02:46\", \"left\": \"2025-06-18 19:11:31\", \"late\": false, \"onlineTime\": 28159, \"offlineTime\": 0, \"desktimeTime\": 28159, \"atWorkTime\": 32925, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28175, \"productivity\": 100, \"efficiency\": 111.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58733912719, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18959}, \"ms-teams\": {\"id\": 58733910696, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3422}, \"lms.chlserv.com\": {\"id\": 58733914867, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1542}, \"linkedin.com\": {\"id\": 58733917107, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1511}, \"google.com\": {\"id\": 58734324858, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 676}, \"fmsvendor.kwglobal.com\": {\"id\": 58734181282, \"app\": \"fmsvendor.kwglobal.com\", \"name\": \"fmsvendor.kwglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 605}, \"c\": {\"id\": 58734312438, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 495}, \"windows explorer\": {\"id\": 58734256685, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 344}, \"crystalhues.com\": {\"id\": 58743137476, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 323}, \"google chrome\": {\"id\": 58733914866, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"msedge\": {\"id\": 58733908460, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"desktime.com\": {\"id\": 58736159729, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"unknown app\": {\"id\": 58734560861, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"chatgpt.com\": {\"id\": 58734492137, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"thirdbridge.com\": {\"id\": 58739693858, \"app\": \"thirdbridge.com\", \"name\": \"thirdbridge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"downloads\": {\"id\": 58734525271, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 58739699160, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"microsoft word\": {\"id\": 58740550976, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 58734906702, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"webviewhost\": {\"id\": null, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58736159728, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"photos\": {\"id\": 58734931139, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"m365.cloud.microsoft\": {\"id\": 58737616709, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"login.microsoftonline.com\": {\"id\": 58743106287, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58734166601, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"linkprotect.cudasvc.com\": {\"id\": 58734178179, \"app\": \"linkprotect.cudasvc.com\", \"name\": \"linkprotect.cudasvc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:42'),(987,13,'2025-06-19','10:23:10','19:06:15',7.735,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 10:23:10\", \"left\": \"2025-06-19 19:06:15\", \"late\": false, \"onlineTime\": 27845, \"offlineTime\": 0, \"desktimeTime\": 27845, \"atWorkTime\": 31385, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27846, \"productivity\": 100, \"efficiency\": 110.5, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58762039110, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16664}, \"ms-teams\": {\"id\": 58762051920, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3698}, \"lms.chlserv.com\": {\"id\": 58762858645, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3153}, \"linkedin.com\": {\"id\": 58762961835, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1168}, \"c\": {\"id\": 58762057328, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 930}, \"meet.google.com\": {\"id\": 58772186341, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 721}, \"microsoft excel\": {\"id\": 58762363145, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 571}, \"windows explorer\": {\"id\": 58762181357, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 309}, \"google.com\": {\"id\": 58763449473, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 305}, \"google chrome\": {\"id\": 58762854953, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"msedgewebview2\": {\"id\": 58766137908, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"chatgpt.com\": {\"id\": 58771400598, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"shellexperiencehost\": {\"id\": 58765373846, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"desktime.com\": {\"id\": 58771578851, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 58762305207, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 58771573201, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"about:blank\": {\"id\": 58771578849, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58767145265, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"file://\": {\"id\": 58768135291, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:42'),(988,13,'2025-06-20','10:20:05','18:52:58',7.49889,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 10:20:05\", \"left\": \"2025-06-20 18:52:58\", \"late\": false, \"onlineTime\": 26996, \"offlineTime\": 0, \"desktimeTime\": 26996, \"atWorkTime\": 30773, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26996, \"productivity\": 100, \"efficiency\": 107.13, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58788564635, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13437}, \"ms-teams\": {\"id\": 58788196715, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4631}, \"linkedin.com\": {\"id\": 58790133355, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3320}, \"lms.chlserv.com\": {\"id\": 58788874053, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3196}, \"meet.google.com\": {\"id\": 58799096678, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1081}, \"c\": {\"id\": 58790067898, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 558}, \"windows explorer\": {\"id\": 58788283489, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 396}, \"microsoft word\": {\"id\": 58796687834, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"google chrome\": {\"id\": 58788874047, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"shellexperiencehost\": {\"id\": 58788286418, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"chatgpt.com\": {\"id\": 58788874058, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"microsoft excel\": {\"id\": 58800413607, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58788870569, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 58792626719, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"msedge\": {\"id\": 58790124747, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"workspace.google.com\": {\"id\": 58799622527, \"app\": \"workspace.google.com\", \"name\": \"workspace.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"lockapp\": {\"id\": 58792626713, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"melbournecb.com.au\": {\"id\": 58794439310, \"app\": \"melbournecb.com.au\", \"name\": \"melbournecb.com.au\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58792626717, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:43'),(989,13,'2025-06-21',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-21\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:45'),(990,13,'2025-06-22',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-22\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:46'),(991,13,'2025-06-23','11:11:09','19:17:38',7.04444,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 11:11:09\", \"left\": \"2025-06-23 19:17:38\", \"late\": false, \"onlineTime\": 25348, \"offlineTime\": 0, \"desktimeTime\": 25348, \"atWorkTime\": 29189, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25360, \"productivity\": 100, \"efficiency\": 100.63, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58818203650, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15300}, \"ms-teams\": {\"id\": 58818207533, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3033}, \"linkedin.com\": {\"id\": 58818582152, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2688}, \"lms.chlserv.com\": {\"id\": 58818582148, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2364}, \"google.com\": {\"id\": 58818989295, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 596}, \"c\": {\"id\": 58818678996, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 478}, \"avaadaelectro.com\": {\"id\": 58822102808, \"app\": \"avaadaelectro.com\", \"name\": \"avaadaelectro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"shellexperiencehost\": {\"id\": 58820578093, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"microsoft excel\": {\"id\": 58825823825, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"microsoft word\": {\"id\": 58820037371, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"desktime.com\": {\"id\": 58822166244, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"windows explorer\": {\"id\": 58818211264, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"google chrome\": {\"id\": 58818578344, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"msedge\": {\"id\": 58818185257, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"unknown app\": {\"id\": 58818301315, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"zaubacorp.com\": {\"id\": 58818994917, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"lockapp\": {\"id\": 58821450864, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedgewebview2\": {\"id\": 58820778010, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"dwm\": {\"id\": 58827874503, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58822075555, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:46'),(992,13,'2025-06-24','10:11:33','19:19:58',7.02083,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 10:11:33\", \"left\": \"2025-06-24 19:19:58\", \"late\": false, \"onlineTime\": 25275, \"offlineTime\": 0, \"desktimeTime\": 25275, \"atWorkTime\": 32905, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25275, \"productivity\": 100, \"efficiency\": 100.3, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58843544097, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11658}, \"ms-teams\": {\"id\": 58843700049, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6096}, \"linkedin.com\": {\"id\": 58843536094, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4478}, \"lms.chlserv.com\": {\"id\": 58843536095, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1151}, \"windows explorer\": {\"id\": 58843531026, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 839}, \"c\": {\"id\": 58847898691, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 588}, \"microsoft excel\": {\"id\": 58852705776, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"desktime.com\": {\"id\": 58844962164, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"drive.google.com\": {\"id\": 58849271806, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 58844364107, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"chatgpt.com\": {\"id\": 58844067579, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"google chrome\": {\"id\": 58843533520, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"google.com\": {\"id\": 58844067578, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"shellexperiencehost\": {\"id\": 58843531028, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 58843531025, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"microsoft word\": {\"id\": 58853304040, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"login.microsoftonline.com\": {\"id\": 58854882412, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchapp\": {\"id\": 58852700722, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}}}, \"projects\": []}','2025-07-26 06:11:47'),(993,13,'2025-06-25','10:14:11','19:06:37',7.73528,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 10:14:11\", \"left\": \"2025-06-25 19:06:37\", \"late\": false, \"onlineTime\": 27847, \"offlineTime\": 0, \"desktimeTime\": 27847, \"atWorkTime\": 31946, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27847, \"productivity\": 100, \"efficiency\": 110.5, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58870674319, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12611}, \"ms-teams\": {\"id\": 58870654144, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6306}, \"linkedin.com\": {\"id\": 58870631697, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5441}, \"lms.chlserv.com\": {\"id\": 58870811932, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2428}, \"c\": {\"id\": 58872771870, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 357}, \"microsoft excel\": {\"id\": 58872882796, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"shellexperiencehost\": {\"id\": 58871069304, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"windows explorer\": {\"id\": 58870684788, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"microsoft word\": {\"id\": 58878454861, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"desktime.com\": {\"id\": 58872355556, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"unknown app\": {\"id\": 58870722710, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"drive.google.com\": {\"id\": 58870719952, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"msedge\": {\"id\": 58872351014, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58874919956, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 58872878049, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"webviewhost\": {\"id\": 58870753741, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:47'),(994,13,'2025-06-26','10:10:32','18:45:33',7.12833,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 10:10:32\", \"left\": \"2025-06-26 18:45:33\", \"late\": false, \"onlineTime\": 25662, \"offlineTime\": 0, \"desktimeTime\": 25662, \"atWorkTime\": 30901, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25662, \"productivity\": 100, \"efficiency\": 101.83, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58898645980, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11998}, \"ms-teams\": {\"id\": 58898788966, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5059}, \"lms.chlserv.com\": {\"id\": 58900531335, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3863}, \"linkedin.com\": {\"id\": 58907895974, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1844}, \"c\": {\"id\": 58899001782, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1396}, \"windows explorer\": {\"id\": 58898645982, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 643}, \"google.com\": {\"id\": 58909060101, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"emcure.com\": {\"id\": 58910705253, \"app\": \"emcure.com\", \"name\": \"emcure.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"quickup\": {\"id\": 58907011511, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"google chrome\": {\"id\": 58900526714, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"desktime.com\": {\"id\": 58898645986, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"scanner\": {\"id\": 58907061470, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"infeedo.ai\": {\"id\": 58909065828, \"app\": \"infeedo.ai\", \"name\": \"infeedo.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"unknown app\": {\"id\": 58898800070, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"msedgewebview2\": {\"id\": 58904268555, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58901244290, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 58898645988, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"snippingtool\": {\"id\": 58907092789, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"searchapp\": {\"id\": 58907005445, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 58898645984, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"login.microsoftonline.com\": {\"id\": 58903425772, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"onlinent\": {\"id\": 58907011507, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://print\": {\"id\": 58910937581, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58903430824, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58898784163, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:11:48'),(995,13,'2025-06-27','09:55:40','18:55:52',7.50556,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 09:55:40\", \"left\": \"2025-06-27 18:55:52\", \"late\": false, \"onlineTime\": 27019, \"offlineTime\": 0, \"desktimeTime\": 27019, \"atWorkTime\": 32412, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27020, \"productivity\": 100, \"efficiency\": 107.22, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58925591657, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10599}, \"ms-teams\": {\"id\": 58925597641, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6937}, \"lms.chlserv.com\": {\"id\": 58925593752, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5689}, \"linkedin.com\": {\"id\": 58925593751, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1548}, \"windows explorer\": {\"id\": 58925591656, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 793}, \"c\": {\"id\": 58925798029, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 563}, \"shellexperiencehost\": {\"id\": 58928594654, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"unknown app\": {\"id\": 58925589401, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 168}, \"google.com\": {\"id\": 58927270575, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"google chrome\": {\"id\": 58926136574, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"msedgewebview2\": {\"id\": 58937075672, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"microsoft word\": {\"id\": 58927157141, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"emcure.com\": {\"id\": 58927468252, \"app\": \"emcure.com\", \"name\": \"emcure.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"desktime.com\": {\"id\": 58926845168, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"transfernow.net\": {\"id\": 58938039026, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"adityabirla.com\": {\"id\": 58935018814, \"app\": \"adityabirla.com\", \"name\": \"adityabirla.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"msedge\": {\"id\": 58925589400, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"webviewhost\": {\"id\": 58925591658, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 58926837910, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"office.com\": {\"id\": 58933732259, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58926845165, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:11:49'),(996,13,'2025-06-28','09:56:58','17:13:06',4.18917,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 09:56:58\", \"left\": \"2025-06-28 17:13:06\", \"late\": false, \"onlineTime\": 15081, \"offlineTime\": 0, \"desktimeTime\": 15081, \"atWorkTime\": 26168, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 15081, \"productivity\": 100, \"efficiency\": 59.85, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58949282710, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6314}, \"linkedin.com\": {\"id\": 58949286541, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3585}, \"ms-teams\": {\"id\": 58949280828, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2680}, \"lms.chlserv.com\": {\"id\": 58949284984, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 736}, \"searchapp\": {\"id\": 58949336543, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 445}, \"windows explorer\": {\"id\": 58949280834, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 372}, \"hrez.crystalhues.in\": {\"id\": 58950950742, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"lockapp\": {\"id\": 58949919479, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 212}, \"startmenuexperiencehost\": {\"id\": 58949332434, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"shellexperiencehost\": {\"id\": 58949280830, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"c\": {\"id\": 58949583468, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 58949280831, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"google chrome\": {\"id\": 58949284152, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"desktime.com\": {\"id\": 58949476622, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"msedge\": {\"id\": 58949280827, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"google.com\": {\"id\": 58950852042, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"office.com\": {\"id\": 58950886480, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58949846776, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"login.microsoftonline.com\": {\"id\": 58949386619, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 58949383088, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:50'),(997,13,'2025-06-29',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-29\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:11:53'),(998,13,'2025-06-30','09:57:28','19:24:00',8.42389,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 09:57:28\", \"left\": \"2025-06-30 19:24:00\", \"late\": false, \"onlineTime\": 30326, \"offlineTime\": 0, \"desktimeTime\": 30326, \"atWorkTime\": 33992, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30326, \"productivity\": 100, \"efficiency\": 120.34, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58956489461, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12814}, \"ms-teams\": {\"id\": 58956489459, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9652}, \"lms.chlserv.com\": {\"id\": 58956523182, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5542}, \"linkedin.com\": {\"id\": 58956487546, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1389}, \"c\": {\"id\": 58956932621, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 306}, \"windows explorer\": {\"id\": 58956487547, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"microsoft excel\": {\"id\": 58956494084, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"google.com\": {\"id\": 58963644478, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"shellexperiencehost\": {\"id\": 58956487548, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"google chrome\": {\"id\": 58956487543, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"unknown app\": {\"id\": 58957347011, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"microsoft word\": {\"id\": 58957247122, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"desktime.com\": {\"id\": 58963045945, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 58958227978, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"openwith\": {\"id\": 58956998799, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"photos\": {\"id\": 58964635713, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedgewebview2\": {\"id\": 58967692449, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"office.com\": {\"id\": null, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58959954311, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 58956489458, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:11:54'),(999,15,'2025-06-01',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-01\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:08'),(1000,15,'2025-06-02','09:25:49','21:37:29',9.80417,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 09:25:49\", \"left\": \"2025-06-02 21:37:29\", \"late\": true, \"onlineTime\": 35291, \"offlineTime\": 0, \"desktimeTime\": 35291, \"atWorkTime\": 43900, \"afterWorkTime\": 6807, \"beforeWorkTime\": 0, \"productiveTime\": 35295, \"productivity\": 100, \"efficiency\": 140.06, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58404709791, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58404709787, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9513}, \"microsoft powerpoint\": {\"id\": 58404833075, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7001}, \"microsoft excel\": {\"id\": 58412657896, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3354}, \"tagmanager.google.com\": {\"id\": 58408542378, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2330}, \"search.google.com\": {\"id\": 58405894597, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2208}, \"analytics.google.com\": {\"id\": 58404812010, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2051}, \"chatgpt.com\": {\"id\": 58411962298, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1513}, \"fairgaze.com\": {\"id\": 58405744894, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1056}, \"mun.fairgaze.com\": {\"id\": 58404662833, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 896}, \"sdg.fairgaze.com\": {\"id\": 58404668470, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 826}, \"google.com\": {\"id\": 58404670198, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 808}, \"tagassistant.google.com\": {\"id\": 58410919396, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 500}, \"hrez.crystalhues.in\": {\"id\": 58408070756, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 481}, \"windows explorer\": {\"id\": 58404677268, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 473}, \"google chrome\": {\"id\": 58404670197, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 437}, \"desktime.com\": {\"id\": 58404923344, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 350}, \"ms-teams\": {\"id\": 58404662832, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 335}, \"snippingtool\": {\"id\": 58405059601, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 218}, \"microsoft outlook\": {\"id\": 58404678874, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"unknown app\": {\"id\": 58404851488, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"invest.up.gov.in\": {\"id\": 58410559239, \"app\": \"invest.up.gov.in\", \"name\": \"invest.up.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"msedgewebview2\": {\"id\": 58405684382, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"web.whatsapp.com\": {\"id\": 58424322254, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"searchhost\": {\"id\": 58405057356, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"translate.google.co.in\": {\"id\": 58411776933, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"business.google.com\": {\"id\": 58404709783, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"developers.google.com\": {\"id\": 58405890081, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"msedge\": {\"id\": 58404927355, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"marketingplatform.google.com\": {\"id\": 58405450685, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"about:blank\": {\"id\": 58405453710, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"gofindads.com\": {\"id\": 58405447599, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onedrive\": {\"id\": 58404661207, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"pickerhost\": {\"id\": 58424111345, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"worldblogged.com\": {\"id\": 58405927504, \"app\": \"worldblogged.com\", \"name\": \"worldblogged.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"openwith\": {\"id\": 58411537703, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"schools.org.in\": {\"id\": 58410749121, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"m.fairgaze.com\": {\"id\": 58405321425, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indiaasisee.fairgaze.com\": {\"id\": 58408123251, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchingurgaon.com\": {\"id\": 58405737824, \"app\": \"searchingurgaon.com\", \"name\": \"searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"bing.com\": {\"id\": 58404990762, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shellexperiencehost\": {\"id\": 58404921420, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"instapaper.com\": {\"id\": 58408117874, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:08'),(1001,15,'2025-06-03','09:25:16','22:02:35',9.91944,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 09:25:16\", \"left\": \"2025-06-03 22:02:35\", \"late\": true, \"onlineTime\": 35850, \"offlineTime\": 0, \"desktimeTime\": 35850, \"atWorkTime\": 45439, \"afterWorkTime\": 8756, \"beforeWorkTime\": 0, \"productiveTime\": 35710, \"productivity\": 99.61, \"efficiency\": 141.71, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58432396389, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"accounts.google.com\": {\"id\": 58444879631, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58431872675, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10610}, \"microsoft excel\": {\"id\": 58431879962, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4212}, \"chatgpt.com\": {\"id\": 58431872676, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3182}, \"youtube.com\": {\"id\": 58443508920, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2706}, \"analytics.google.com\": {\"id\": 58434694207, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1936}, \"search.google.com\": {\"id\": 58431923775, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1697}, \"microsoft powerpoint\": {\"id\": 58433836151, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1652}, \"google.com\": {\"id\": 58431920485, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1516}, \"notepad\": {\"id\": 58432498115, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 840}, \"m.fairgaze.com\": {\"id\": 58441015801, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 801}, \"ms-teams\": {\"id\": 58431874211, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 765}, \"mun.fairgaze.com\": {\"id\": 58431872674, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 736}, \"microsoft outlook\": {\"id\": 58431886007, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 622}, \"sdg.fairgaze.com\": {\"id\": 58433373782, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 472}, \"google chrome\": {\"id\": 58431874210, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 458}, \"hrez.crystalhues.in\": {\"id\": 58431937778, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"tagmanager.google.com\": {\"id\": 58434894941, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"shellhost\": {\"id\": 58444696646, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 297}, \"chrome://settings\": {\"id\": 58440462041, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}, \"docs.google.com\": {\"id\": 58441116864, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"support.google.com\": {\"id\": 58450683259, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 214}, \"windows explorer\": {\"id\": 58431879961, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"business.google.com\": {\"id\": 58432644916, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"fairgaze.com\": {\"id\": 58434974991, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"indiaisus.com\": {\"id\": 58441172592, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"snippingtool\": {\"id\": 58432427930, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"msedgewebview2\": {\"id\": 58432624282, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"pickerhost\": {\"id\": 58432458533, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"ga-dev-tools.google\": {\"id\": 58450694425, \"app\": \"ga-dev-tools.google\", \"name\": \"ga-dev-tools.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"translate.google.co.in\": {\"id\": 58450926645, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"desktime.com\": {\"id\": 58445791478, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"openai.com\": {\"id\": 58433171091, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"studyabroad.fairgaze.com\": {\"id\": 58441088434, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"facebook.com\": {\"id\": 58435472143, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"instagram.com\": {\"id\": 58435516287, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"instapaper.com\": {\"id\": 58442909388, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"searchhost\": {\"id\": 58432424915, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"gofindads.com\": {\"id\": 58439726906, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"unknown app\": {\"id\": 58431974925, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"developers.google.com\": {\"id\": 58431922206, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"animoto.com\": {\"id\": 58444866918, \"app\": \"animoto.com\", \"name\": \"animoto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"about:blank\": {\"id\": 58433890143, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"sticky notes\": {\"id\": 58451227172, \"app\": \"Sticky Notes\", \"name\": \"Sticky Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"patrika.com\": {\"id\": 58443671622, \"app\": \"patrika.com\", \"name\": \"patrika.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"getpocket.com\": {\"id\": 58442909385, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58445767285, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"study.com\": {\"id\": 58441082035, \"app\": \"study.com\", \"name\": \"study.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"onvopage.com\": {\"id\": 58433369809, \"app\": \"onvopage.com\", \"name\": \"onvopage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"indiaasisee.fairgaze.com\": {\"id\": 58444189814, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58445450775, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"bit.ly\": {\"id\": 58450661822, \"app\": \"bit.ly\", \"name\": \"bit.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ga-dev-tools.web.app\": {\"id\": 58450688956, \"app\": \"ga-dev-tools.web.app\", \"name\": \"ga-dev-tools.web.app\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"support.mozilla.org\": {\"id\": 58443142717, \"app\": \"support.mozilla.org\", \"name\": \"support.mozilla.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"web.whatsapp.com\": {\"id\": 58431871275, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:09'),(1002,15,'2025-06-04','09:25:13','20:06:40',7.9675,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 09:25:13\", \"left\": \"2025-06-04 20:06:40\", \"late\": true, \"onlineTime\": 28760, \"offlineTime\": 0, \"desktimeTime\": 28760, \"atWorkTime\": 38487, \"afterWorkTime\": 578, \"beforeWorkTime\": 0, \"productiveTime\": 28683, \"productivity\": 99.73, \"efficiency\": 113.82, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58460357672, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"accounts.google.com\": {\"id\": 58460618069, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58460346810, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5470}, \"microsoft powerpoint\": {\"id\": 58461873271, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3242}, \"google.com\": {\"id\": 58460240059, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1968}, \"analytics.google.com\": {\"id\": 58460205953, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1928}, \"microsoft excel\": {\"id\": 58460082618, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1703}, \"hrez.crystalhues.in\": {\"id\": 58460126250, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1282}, \"ms-teams\": {\"id\": 58460069099, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 992}, \"microsoft word\": {\"id\": 58463769449, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 967}, \"mun.fairgaze.com\": {\"id\": 58460085691, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 959}, \"fairgaze.com\": {\"id\": 58460493109, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 922}, \"chatgpt.com\": {\"id\": 58462131244, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 885}, \"m.fairgaze.com\": {\"id\": 58460543506, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 848}, \"google chrome\": {\"id\": 58460124726, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 807}, \"photext.shop\": {\"id\": 58460612956, \"app\": \"photext.shop\", \"name\": \"photext.shop\", \"type\": \"web\", \"category_id\": 0, \"duration\": 771}, \"sdg.fairgaze.com\": {\"id\": 58460376720, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 482}, \"chrome://settings\": {\"id\": 58461067786, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 458}, \"support.google.com\": {\"id\": 58460256766, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 431}, \"desktime.com\": {\"id\": 58460085689, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 409}, \"youtube.com\": {\"id\": 58467301172, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 353}, \"docs.google.com\": {\"id\": 58470111483, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"search.google.com\": {\"id\": 58467636137, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 322}, \"validator.schema.org\": {\"id\": 58471811514, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 289}, \"windows explorer\": {\"id\": 58460067562, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 265}, \"studyabroad.fairgaze.com\": {\"id\": 58470993999, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"picsart.com\": {\"id\": 58460612959, \"app\": \"picsart.com\", \"name\": \"picsart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"notepad\": {\"id\": 58460069100, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"microsoft outlook\": {\"id\": 58460082616, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 175}, \"measureschool.com\": {\"id\": 58460289336, \"app\": \"measureschool.com\", \"name\": \"measureschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"bing.com\": {\"id\": 58460087246, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"unknown app\": {\"id\": 58460064352, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"microsoft paint\": {\"id\": 58460788646, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"web.whatsapp.com\": {\"id\": 58461336233, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"img2go.com\": {\"id\": 58461119877, \"app\": \"img2go.com\", \"name\": \"img2go.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"lockapp\": {\"id\": 58465493672, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"ga-dev-tools.google\": {\"id\": 58460322816, \"app\": \"ga-dev-tools.google\", \"name\": \"ga-dev-tools.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"snippingtool\": {\"id\": 58460159620, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"about:blank\": {\"id\": 58460487396, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"shellhost\": {\"id\": 58460921475, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"msedgewebview2\": {\"id\": 58460191357, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"app.aiseo.ai\": {\"id\": 58469468575, \"app\": \"app.aiseo.ai\", \"name\": \"app.aiseo.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"taskmgr\": {\"id\": 58460074151, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"iloveimg.com\": {\"id\": 58460587116, \"app\": \"iloveimg.com\", \"name\": \"iloveimg.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"scholasticworld.blogspot.com\": {\"id\": 58472598068, \"app\": \"scholasticworld.blogspot.com\", \"name\": \"scholasticworld.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"fotor.com\": {\"id\": 58460857505, \"app\": \"fotor.com\", \"name\": \"fotor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"shellexperiencehost\": {\"id\": 58460163240, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"business.google.com\": {\"id\": 58460344559, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 58460107789, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"snapany.com\": {\"id\": 58469498138, \"app\": \"snapany.com\", \"name\": \"snapany.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"developers.google.com\": {\"id\": 58467630011, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"pickerhost\": {\"id\": 58460166706, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"indiaisus.com\": {\"id\": 58470808910, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"searchhost\": {\"id\": 58460157772, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"rr5---sn-npoe7ned.googlevideo.com\": {\"id\": 58469509231, \"app\": \"rr5---sn-npoe7ned.googlevideo.com\", \"name\": \"rr5---sn-npoe7ned.googlevideo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"openai.com\": {\"id\": 58468769716, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"bitly.com\": {\"id\": 58460340011, \"app\": \"bitly.com\", \"name\": \"bitly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"study.com\": {\"id\": 58470987728, \"app\": \"study.com\", \"name\": \"study.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"online-image-editor.com\": {\"id\": 58461154276, \"app\": \"online-image-editor.com\", \"name\": \"online-image-editor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:09'),(1003,15,'2025-06-05','09:24:28','22:11:44',9.51833,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 09:24:28\", \"left\": \"2025-06-05 22:11:44\", \"late\": true, \"onlineTime\": 34370, \"offlineTime\": 0, \"desktimeTime\": 34370, \"atWorkTime\": 46036, \"afterWorkTime\": 7828, \"beforeWorkTime\": 0, \"productiveTime\": 34266, \"productivity\": 99.7, \"efficiency\": 135.98, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58488993896, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"mail.google.com\": {\"id\": 58488223493, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58488481383, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12559}, \"chatgpt.com\": {\"id\": 58488610841, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3708}, \"analytics.google.com\": {\"id\": 58487942701, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3666}, \"google chrome\": {\"id\": 58487929610, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1748}, \"fairgaze.com\": {\"id\": 58487933424, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1747}, \"google.com\": {\"id\": 58488006913, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1739}, \"docs.google.com\": {\"id\": 58488227316, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1502}, \"postermywall.com\": {\"id\": 58489073758, \"app\": \"postermywall.com\", \"name\": \"postermywall.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1060}, \"sdg.fairgaze.com\": {\"id\": 58487983162, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 659}, \"microsoft outlook\": {\"id\": 58487929614, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 652}, \"search.google.com\": {\"id\": 58496902803, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 454}, \"ms-teams\": {\"id\": 58488392791, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 453}, \"notepad\": {\"id\": 58488572338, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 355}, \"chrome://settings\": {\"id\": 58488012202, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 326}, \"mun.fairgaze.com\": {\"id\": 58488010546, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 298}, \"deepai.org\": {\"id\": 58499087278, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 264}, \"hrez.crystalhues.in\": {\"id\": 58488979062, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 243}, \"gemini.google.com\": {\"id\": 58499669052, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"windows explorer\": {\"id\": 58487929612, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"microsoft paint\": {\"id\": 58489961383, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"support.google.com\": {\"id\": 58506857385, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"dashboard.visme.co\": {\"id\": 58489007319, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"diigo.com\": {\"id\": 58488473813, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"snippingtool\": {\"id\": 58489618649, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"futuregenapps.com\": {\"id\": 58498865619, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"m.fairgaze.com\": {\"id\": 58495002776, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"recraft.ai\": {\"id\": 58499526439, \"app\": \"recraft.ai\", \"name\": \"recraft.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"getpocket.com\": {\"id\": 58488267543, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"microsoft powerpoint\": {\"id\": 58497561233, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"translate.google.co.in\": {\"id\": 58505221083, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"drive.google.com\": {\"id\": 58488347746, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"shellexperiencehost\": {\"id\": 58488051355, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"imageresizer.com\": {\"id\": 58489915310, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"keywordseverywhere.com\": {\"id\": 58500880788, \"app\": \"keywordseverywhere.com\", \"name\": \"keywordseverywhere.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"shellhost\": {\"id\": 58488392792, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"microsoft excel\": {\"id\": 58506139071, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"leonardo.ai\": {\"id\": 58499352775, \"app\": \"leonardo.ai\", \"name\": \"leonardo.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"midjourney.com\": {\"id\": 58488968955, \"app\": \"midjourney.com\", \"name\": \"midjourney.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"chrome://new-tab-page\": {\"id\": 58488063422, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"auth.openai.com\": {\"id\": 58499607840, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"magichour.ai\": {\"id\": 58499675072, \"app\": \"magichour.ai\", \"name\": \"magichour.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"developers.google.com\": {\"id\": 58496896923, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"youtube.com\": {\"id\": 58491293766, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"searchhost\": {\"id\": 58488569486, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"buy.stripe.com\": {\"id\": 58499455956, \"app\": \"buy.stripe.com\", \"name\": \"buy.stripe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"instapaper.com\": {\"id\": 58488286358, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"startmenuexperiencehost\": {\"id\": 58507698737, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 58488937046, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"posterburner.com\": {\"id\": 58488634432, \"app\": \"posterburner.com\", \"name\": \"posterburner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"myfxbook.com\": {\"id\": 58488246926, \"app\": \"myfxbook.com\", \"name\": \"myfxbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"allmylinks.com\": {\"id\": 58488244731, \"app\": \"allmylinks.com\", \"name\": \"allmylinks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"business.google.com\": {\"id\": 58496098914, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 58489622744, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"chromewebdata\": {\"id\": 58498865621, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 58494495313, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": 58498837224, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"mightynetworks.com\": {\"id\": 58497053495, \"app\": \"mightynetworks.com\", \"name\": \"mightynetworks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"mioola.com\": {\"id\": 58488251349, \"app\": \"mioola.com\", \"name\": \"mioola.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"id.recraft.ai\": {\"id\": 58499532064, \"app\": \"id.recraft.ai\", \"name\": \"id.recraft.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"scoop.it\": {\"id\": 58488607768, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"gemini.google\": {\"id\": 58499669051, \"app\": \"gemini.google\", \"name\": \"gemini.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft.notes\": {\"id\": 58504874909, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"csublogs.com\": {\"id\": 58499131420, \"app\": \"csublogs.com\", \"name\": \"csublogs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"marketingplatform.google.com\": {\"id\": 58505897253, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"web.whatsapp.com\": {\"id\": 58497222619, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"playhop.com\": {\"id\": 58491248463, \"app\": \"playhop.com\", \"name\": \"playhop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"visme.co\": {\"id\": 58489007317, \"app\": \"visme.co\", \"name\": \"visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bloggerswise.com\": {\"id\": 58499131419, \"app\": \"bloggerswise.com\", \"name\": \"bloggerswise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:10'),(1004,15,'2025-06-06','07:32:56','20:40:58',8.36083,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 07:32:56\", \"left\": \"2025-06-06 20:40:58\", \"late\": false, \"onlineTime\": 30338, \"offlineTime\": 0, \"desktimeTime\": 30338, \"atWorkTime\": 47282, \"afterWorkTime\": 5599, \"beforeWorkTime\": 88, \"productiveTime\": 30099, \"productivity\": 99.21, \"efficiency\": 119.44, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58524106309, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}}, \"0\": {\"naukri.com\": {\"id\": 58527523852, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 217}}, \"1\": {\"ads.google.com\": {\"id\": 58514177998, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8269}, \"chatgpt.com\": {\"id\": 58514258427, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6979}, \"tagmanager.google.com\": {\"id\": 58514204219, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2364}, \"google chrome\": {\"id\": 58513960721, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2112}, \"google.com\": {\"id\": 58514176078, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2010}, \"fairgaze.com\": {\"id\": 58514262072, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1629}, \"analytics.google.com\": {\"id\": 58514164414, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1530}, \"microsoft word\": {\"id\": 58526479816, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 904}, \"mun.fairgaze.com\": {\"id\": 58516230022, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 711}, \"traffictail.com\": {\"id\": 58518211344, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 416}, \"windows explorer\": {\"id\": 58513960720, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 363}, \"resumod.co\": {\"id\": 58526529561, \"app\": \"resumod.co\", \"name\": \"resumod.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"microsoft outlook\": {\"id\": 58513961342, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 340}, \"ms-teams\": {\"id\": 58513960139, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 279}, \"chrome://settings\": {\"id\": 58516654494, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"m.fairgaze.com\": {\"id\": 58525585660, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"notepad\": {\"id\": 58516249576, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 202}, \"alsoasked.com\": {\"id\": 58520794921, \"app\": \"alsoasked.com\", \"name\": \"alsoasked.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"tagassistant.google.com\": {\"id\": 58514315689, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"amazeinstitute.co.in\": {\"id\": 58523455799, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"hrez.crystalhues.in\": {\"id\": 58513961941, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"desktime.com\": {\"id\": 58516192879, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"lockapp\": {\"id\": 58513959495, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"chrome://new-tab-page\": {\"id\": 58516771652, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"web.whatsapp.com\": {\"id\": 58518137040, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"resumekraft.com\": {\"id\": 58526704963, \"app\": \"resumekraft.com\", \"name\": \"resumekraft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"unknown app\": {\"id\": 58514365278, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"msedge\": {\"id\": 58516394212, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"docs.google.com\": {\"id\": 58524111221, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"translate.google.co.in\": {\"id\": 58516524358, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"incrementors.com\": {\"id\": 58524121512, \"app\": \"incrementors.com\", \"name\": \"incrementors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"novoresume.com\": {\"id\": 58526691525, \"app\": \"novoresume.com\", \"name\": \"novoresume.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"ww25.naurki.com\": {\"id\": 58527516732, \"app\": \"ww25.naurki.com\", \"name\": \"ww25.naurki.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 58513960138, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"msedgewebview2\": {\"id\": 58525556251, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"enhancv.com\": {\"id\": 58526727240, \"app\": \"enhancv.com\", \"name\": \"enhancv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 58514503080, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"instapaper.com\": {\"id\": 58523320657, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"developers.google.com\": {\"id\": 58523325424, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"business.google.com\": {\"id\": 58515852549, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"archello.com\": {\"id\": 58523908825, \"app\": \"archello.com\", \"name\": \"archello.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ipernity.com\": {\"id\": 58523808416, \"app\": \"ipernity.com\", \"name\": \"ipernity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"getpocket.com\": {\"id\": 58523886707, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"youtube.com\": {\"id\": 58518855965, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"spreaker.com\": {\"id\": 58518651577, \"app\": \"spreaker.com\", \"name\": \"spreaker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 58514503077, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 58529265817, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pregame.com\": {\"id\": 58523842898, \"app\": \"pregame.com\", \"name\": \"pregame.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"manta.com\": {\"id\": 58523561314, \"app\": \"manta.com\", \"name\": \"manta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"zoho.com\": {\"id\": 58518994798, \"app\": \"zoho.com\", \"name\": \"zoho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"qualtrics.com\": {\"id\": 58523524817, \"app\": \"qualtrics.com\", \"name\": \"qualtrics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"nairaland.com\": {\"id\": 58523550807, \"app\": \"nairaland.com\", \"name\": \"nairaland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"remotecentral.com\": {\"id\": 58524081443, \"app\": \"remotecentral.com\", \"name\": \"remotecentral.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"seedandspark.com\": {\"id\": 58523828648, \"app\": \"seedandspark.com\", \"name\": \"seedandspark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"imgur.com\": {\"id\": 58523519761, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft.notes\": {\"id\": 58513960719, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"steepster.com\": {\"id\": 58526062127, \"app\": \"steepster.com\", \"name\": \"steepster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj\": {\"id\": 58523908816, \"app\": \"chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj\", \"name\": \"chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"letterboxd.com\": {\"id\": 58523803782, \"app\": \"letterboxd.com\", \"name\": \"letterboxd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"answerthepublic.com\": {\"id\": 58520794927, \"app\": \"answerthepublic.com\", \"name\": \"answerthepublic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blog.awesomescreenshot.com\": {\"id\": 58523908822, \"app\": \"blog.awesomescreenshot.com\", \"name\": \"blog.awesomescreenshot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"videomaker.com\": {\"id\": 58523808410, \"app\": \"videomaker.com\", \"name\": \"videomaker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pantip.com\": {\"id\": 58523808413, \"app\": \"pantip.com\", \"name\": \"pantip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"visual.ly\": {\"id\": 58523555949, \"app\": \"visual.ly\", \"name\": \"visual.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"forum.astronomy.com\": {\"id\": 58523550799, \"app\": \"forum.astronomy.com\", \"name\": \"forum.astronomy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"etsy.com\": {\"id\": 58523519759, \"app\": \"etsy.com\", \"name\": \"etsy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"starnow.com\": {\"id\": 58526062125, \"app\": \"starnow.com\", \"name\": \"starnow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:11'),(1005,15,'2025-06-07','08:35:06','20:59:05',7.67889,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 08:35:06\", \"left\": \"2025-06-07 20:59:05\", \"late\": true, \"onlineTime\": 28461, \"offlineTime\": 0, \"desktimeTime\": 28461, \"atWorkTime\": 44639, \"afterWorkTime\": 2371, \"beforeWorkTime\": 0, \"productiveTime\": 27644, \"productivity\": 97.13, \"efficiency\": 109.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"buzzfeed.com\": {\"id\": 58536605152, \"app\": \"buzzfeed.com\", \"name\": \"buzzfeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 450}, \"login.live.com\": {\"id\": 58537302581, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"mail.google.com\": {\"id\": 58537311926, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"accounts.google.com\": {\"id\": 58536570355, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58536793557, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7750}, \"chatgpt.com\": {\"id\": 58536427247, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3253}, \"search.google.com\": {\"id\": 58536414399, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1865}, \"google.com\": {\"id\": 58536414045, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1799}, \"google chrome\": {\"id\": 58536376248, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1692}, \"m.fairgaze.com\": {\"id\": 58536667186, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1324}, \"fairgaze.com\": {\"id\": 58536519190, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1258}, \"mun.fairgaze.com\": {\"id\": 58536376249, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 930}, \"tagmanager.google.com\": {\"id\": 58538134846, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 863}, \"sdg.fairgaze.com\": {\"id\": 58536390054, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 720}, \"app.postaga.com\": {\"id\": 58536515007, \"app\": \"app.postaga.com\", \"name\": \"app.postaga.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 635}, \"ms-teams\": {\"id\": 58536379634, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 596}, \"analytics.google.com\": {\"id\": 58536404812, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 500}, \"linkedin.com\": {\"id\": 58536407246, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"microsoft outlook\": {\"id\": 58536403690, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 312}, \"notepad\": {\"id\": 58536440239, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 245}, \"microsoft powerpoint\": {\"id\": 58537538304, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"alsoasked.com\": {\"id\": 58536563488, \"app\": \"alsoasked.com\", \"name\": \"alsoasked.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"deepai.org\": {\"id\": 58537282325, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"app.trendwatchers.co\": {\"id\": 58536594595, \"app\": \"app.trendwatchers.co\", \"name\": \"app.trendwatchers.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"trends.google.com\": {\"id\": 58536583965, \"app\": \"trends.google.com\", \"name\": \"trends.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"lockapp\": {\"id\": 58536389892, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 179}, \"copilot.microsoft.com\": {\"id\": 58536630736, \"app\": \"copilot.microsoft.com\", \"name\": \"copilot.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"microsoft excel\": {\"id\": 58536656610, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"unknown app\": {\"id\": 58536390053, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"prepai.io\": {\"id\": 58536618047, \"app\": \"prepai.io\", \"name\": \"prepai.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"windows explorer\": {\"id\": 58536403866, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"bing.com\": {\"id\": 58537301277, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"apwebworld.com\": {\"id\": 58536434731, \"app\": \"apwebworld.com\", \"name\": \"apwebworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"expertdigitalindia.com\": {\"id\": 58536442466, \"app\": \"expertdigitalindia.com\", \"name\": \"expertdigitalindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"app.webpushr.com\": {\"id\": 58536678770, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"tagassistant.google.com\": {\"id\": 58538170081, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"signup.live.com\": {\"id\": 58537304770, \"app\": \"signup.live.com\", \"name\": \"signup.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"account.live.com\": {\"id\": 58537315673, \"app\": \"account.live.com\", \"name\": \"account.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"qualityzoneinfotech.com\": {\"id\": 58536431703, \"app\": \"qualityzoneinfotech.com\", \"name\": \"qualityzoneinfotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"desktime.com\": {\"id\": 58536406682, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"noidabn.com\": {\"id\": 58536426033, \"app\": \"noidabn.com\", \"name\": \"noidabn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"bizadda360.com\": {\"id\": 58536441265, \"app\": \"bizadda360.com\", \"name\": \"bizadda360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"digitalmarkitors.com\": {\"id\": 58536430678, \"app\": \"digitalmarkitors.com\", \"name\": \"digitalmarkitors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"promotionadda.org\": {\"id\": 58536445460, \"app\": \"promotionadda.org\", \"name\": \"promotionadda.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"sdadtechnology.com\": {\"id\": 58536429940, \"app\": \"sdadtechnology.com\", \"name\": \"sdadtechnology.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"wtllp.co.in\": {\"id\": 58536425430, \"app\": \"wtllp.co.in\", \"name\": \"wtllp.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"marzanoresearch.com\": {\"id\": 58536632444, \"app\": \"marzanoresearch.com\", \"name\": \"marzanoresearch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"stercodigitex.com\": {\"id\": 58536450449, \"app\": \"stercodigitex.com\", \"name\": \"stercodigitex.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"web.whatsapp.com\": {\"id\": 58536976368, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"chrome://new-tab-page\": {\"id\": 58536489644, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"developers.google.com\": {\"id\": 58536414208, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"theneedleads.com\": {\"id\": 58536449744, \"app\": \"theneedleads.com\", \"name\": \"theneedleads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"digitalxplode.com\": {\"id\": 58536433705, \"app\": \"digitalxplode.com\", \"name\": \"digitalxplode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"webhopers.com\": {\"id\": 58536421722, \"app\": \"webhopers.com\", \"name\": \"webhopers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"gsineducation.com\": {\"id\": 58536633792, \"app\": \"gsineducation.com\", \"name\": \"gsineducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"semrush.com\": {\"id\": 58536592476, \"app\": \"semrush.com\", \"name\": \"semrush.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"profitointeractive.com\": {\"id\": 58536428524, \"app\": \"profitointeractive.com\", \"name\": \"profitointeractive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"postaga.com\": {\"id\": 58536511638, \"app\": \"postaga.com\", \"name\": \"postaga.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"roihunt.in\": {\"id\": 58536451100, \"app\": \"roihunt.in\", \"name\": \"roihunt.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"esearchlogix.com\": {\"id\": 58536447948, \"app\": \"esearchlogix.com\", \"name\": \"esearchlogix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"outreach.io\": {\"id\": 58536508359, \"app\": \"outreach.io\", \"name\": \"outreach.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 58536840906, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"explodingtopics.com\": {\"id\": 58536592475, \"app\": \"explodingtopics.com\", \"name\": \"explodingtopics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 58536440237, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"studyabroad.fairgaze.com\": {\"id\": 58536490448, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"play.google.com\": {\"id\": 58536526484, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"app.rankspro.io\": {\"id\": 58536449246, \"app\": \"app.rankspro.io\", \"name\": \"app.rankspro.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"farthinkers.com\": {\"id\": 58536427026, \"app\": \"farthinkers.com\", \"name\": \"farthinkers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"support.microsoft.com\": {\"id\": 58537330423, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"brainpulse.com\": {\"id\": 58536450162, \"app\": \"brainpulse.com\", \"name\": \"brainpulse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"trendwatchers.co\": {\"id\": 58536594150, \"app\": \"trendwatchers.co\", \"name\": \"trendwatchers.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"microsoft.com\": {\"id\": 58537331810, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"business.google.com\": {\"id\": 58536792979, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"answerthepublic.com\": {\"id\": 58536563110, \"app\": \"answerthepublic.com\", \"name\": \"answerthepublic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"news.google.com\": {\"id\": 58536508660, \"app\": \"news.google.com\", \"name\": \"news.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lcrestaurants.com\": {\"id\": 58536407046, \"app\": \"lcrestaurants.com\", \"name\": \"lcrestaurants.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:12'),(1006,15,'2025-06-08','21:26:34','22:15:01',0.729444,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-08\", \"isOnline\": true, \"arrived\": \"2025-06-08 21:26:34\", \"left\": \"2025-06-08 22:15:01\", \"late\": true, \"onlineTime\": 2634, \"offlineTime\": 0, \"desktimeTime\": 2634, \"atWorkTime\": 2907, \"afterWorkTime\": 2634, \"beforeWorkTime\": 0, \"productiveTime\": 2626, \"productivity\": 99.7, \"efficiency\": 10.42, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"buzzfeed.com\": {\"id\": 58540714634, \"app\": \"buzzfeed.com\", \"name\": \"buzzfeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58540719311, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1845}, \"chatgpt.com\": {\"id\": 58540716897, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 637}, \"web.whatsapp.com\": {\"id\": 58540715652, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"google chrome\": {\"id\": 58540715286, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"google.com\": {\"id\": 58540718995, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"microsoft outlook\": {\"id\": 58540714951, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"business.google.com\": {\"id\": 58540732555, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58540735438, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58540761495, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"app.aiprm.com\": {\"id\": 58540726857, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:12'),(1007,15,'2025-06-09','09:22:56','18:12:27',7.88944,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 09:22:56\", \"left\": \"2025-06-09 18:12:27\", \"late\": true, \"onlineTime\": 28759, \"offlineTime\": 0, \"desktimeTime\": 28759, \"atWorkTime\": 31771, \"afterWorkTime\": 747, \"beforeWorkTime\": 0, \"productiveTime\": 28402, \"productivity\": 98.76, \"efficiency\": 112.71, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58542152396, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"bestfairgazehome.wordpress.com\": {\"id\": 58547766305, \"app\": \"bestfairgazehome.wordpress.com\", \"name\": \"bestfairgazehome.wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"accounts.google.com\": {\"id\": 58543128418, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"wordpress.com\": {\"id\": 58547756520, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"buzzfeed.com\": {\"id\": 58542113951, \"app\": \"buzzfeed.com\", \"name\": \"buzzfeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}}, \"0\": [], \"1\": {\"chatgpt.com\": {\"id\": 58542077754, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6093}, \"ads.google.com\": {\"id\": 58543207926, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4669}, \"docs.google.com\": {\"id\": 58542965600, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2939}, \"google chrome\": {\"id\": 58542057321, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1840}, \"google.com\": {\"id\": 58542112362, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1733}, \"analytics.google.com\": {\"id\": 58543405651, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1577}, \"notepad\": {\"id\": 58542271859, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1018}, \"mun.fairgaze.com\": {\"id\": 58543573049, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 913}, \"fairgaze.com\": {\"id\": 58542058580, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 834}, \"tagmanager.google.com\": {\"id\": 58543606167, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 668}, \"microsoft outlook\": {\"id\": 58546826988, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 620}, \"translate.google.co.in\": {\"id\": 58547057248, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 427}, \"perplexity.ai\": {\"id\": 58542136701, \"app\": \"perplexity.ai\", \"name\": \"perplexity.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"chrome://settings\": {\"id\": 58545102776, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 356}, \"oercommons.org\": {\"id\": 58548215925, \"app\": \"oercommons.org\", \"name\": \"oercommons.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"ms-teams\": {\"id\": 58542058577, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 292}, \"search.google.com\": {\"id\": 58542458581, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"msedgewebview2\": {\"id\": 58552361309, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 253}, \"traffictail.com\": {\"id\": 58544121629, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"tagassistant.google.com\": {\"id\": 58543707748, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"fairgaze.app.n8n.cloud\": {\"id\": 58551751097, \"app\": \"fairgaze.app.n8n.cloud\", \"name\": \"fairgaze.app.n8n.cloud\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"moodle.org\": {\"id\": 58543122129, \"app\": \"moodle.org\", \"name\": \"moodle.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"app.trendwatchers.co\": {\"id\": 58542115497, \"app\": \"app.trendwatchers.co\", \"name\": \"app.trendwatchers.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"support.google.com\": {\"id\": 58542472815, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"openai.com\": {\"id\": 58552543292, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"windows explorer\": {\"id\": 58542057323, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"blogger.com\": {\"id\": 58547707860, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"apsense.com\": {\"id\": 58544771487, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"expatriates.com\": {\"id\": 58548874708, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"hrez.crystalhues.in\": {\"id\": 58542264712, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"shellexperiencehost\": {\"id\": 58542057322, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"tumblr.com\": {\"id\": 58549065481, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"activerain.com\": {\"id\": 58548413554, \"app\": \"activerain.com\", \"name\": \"activerain.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"chrome://new-tab-page\": {\"id\": 58542133855, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"yumpu.com\": {\"id\": 58543075720, \"app\": \"yumpu.com\", \"name\": \"yumpu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"app.n8n.cloud\": {\"id\": 58542145187, \"app\": \"app.n8n.cloud\", \"name\": \"app.n8n.cloud\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"developers.google.com\": {\"id\": 58542456369, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"flipboard.com\": {\"id\": 58547647424, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"getpocket.com\": {\"id\": 58542934203, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"classifiedads.com\": {\"id\": 58548783064, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"viki.com\": {\"id\": 58548146164, \"app\": \"viki.com\", \"name\": \"viki.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"click.in\": {\"id\": 58548755307, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"stocktwits.com\": {\"id\": 58548175632, \"app\": \"stocktwits.com\", \"name\": \"stocktwits.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"justpaste.it\": {\"id\": 58547806791, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"ranker.com\": {\"id\": 58543061982, \"app\": \"ranker.com\", \"name\": \"ranker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"locanto.org\": {\"id\": 58548848939, \"app\": \"locanto.org\", \"name\": \"locanto.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"linkedin.com\": {\"id\": 58547844599, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"pickerhost\": {\"id\": 58552246844, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"medium.com\": {\"id\": 58549133012, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"bestmunfairgaze.blogspot.com\": {\"id\": 58549046094, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"seokhazana.com\": {\"id\": 58548940131, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"imgur.com\": {\"id\": 58547688519, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"snippingtool\": {\"id\": 58552241862, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"bing.com\": {\"id\": 58550646947, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"lockapp\": {\"id\": 58542108452, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"microsoft powerpoint\": {\"id\": 58545631407, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"fairgaze.blogspot.com\": {\"id\": 58547751804, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"desktime.com\": {\"id\": 58551949337, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"n8n.io\": {\"id\": 58542139706, \"app\": \"n8n.io\", \"name\": \"n8n.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"kinja.com\": {\"id\": 58547942102, \"app\": \"kinja.com\", \"name\": \"kinja.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"unknown app\": {\"id\": 58542055891, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"forums.soompi.com\": {\"id\": 58544208659, \"app\": \"forums.soompi.com\", \"name\": \"forums.soompi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"microsoft excel\": {\"id\": 58545626771, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"qiita.com\": {\"id\": 58544216510, \"app\": \"qiita.com\", \"name\": \"qiita.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 58552236626, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"business.google.com\": {\"id\": 58549423072, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"in.classi4u.com\": {\"id\": 58548874706, \"app\": \"in.classi4u.com\", \"name\": \"in.classi4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"geocities.ws\": {\"id\": 58544212482, \"app\": \"geocities.ws\", \"name\": \"geocities.ws\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"marketingplatform.google.com\": {\"id\": 58543623021, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"fairgaze61.app.n8n.cloud\": {\"id\": 58542148099, \"app\": \"fairgaze61.app.n8n.cloud\", \"name\": \"fairgaze61.app.n8n.cloud\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"auth.openai.com\": {\"id\": 58542160219, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"helpcenter.yumpu.com\": {\"id\": 58543078454, \"app\": \"helpcenter.yumpu.com\", \"name\": \"helpcenter.yumpu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"play.google.com\": {\"id\": 58542373534, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"copilot.microsoft.com\": {\"id\": 58542057320, \"app\": \"copilot.microsoft.com\", \"name\": \"copilot.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"widgets\": {\"id\": 58545232969, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"app.postaga.com\": {\"id\": 58542158819, \"app\": \"app.postaga.com\", \"name\": \"app.postaga.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icheckmovies.com\": {\"id\": 58547951411, \"app\": \"icheckmovies.com\", \"name\": \"icheckmovies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"slack.com\": {\"id\": 58544279687, \"app\": \"slack.com\", \"name\": \"slack.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"pbase.com\": {\"id\": 58544249985, \"app\": \"pbase.com\", \"name\": \"pbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"alphacoders.com\": {\"id\": 58544279691, \"app\": \"alphacoders.com\", \"name\": \"alphacoders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"googleadservices.com\": {\"id\": 58550960187, \"app\": \"googleadservices.com\", \"name\": \"googleadservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bestfairgaze.home.blog\": {\"id\": 58547792238, \"app\": \"bestfairgaze.home.blog\", \"name\": \"bestfairgaze.home.blog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"knowyourmeme.com\": {\"id\": 58544279689, \"app\": \"knowyourmeme.com\", \"name\": \"knowyourmeme.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"godaddy.com\": {\"id\": 58544287577, \"app\": \"godaddy.com\", \"name\": \"godaddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"minds.com\": {\"id\": 58544204634, \"app\": \"minds.com\", \"name\": \"minds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bestbuy.com\": {\"id\": 58544137173, \"app\": \"bestbuy.com\", \"name\": \"bestbuy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"broadwayworld.com\": {\"id\": 58544228270, \"app\": \"broadwayworld.com\", \"name\": \"broadwayworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:12'),(1008,15,'2025-06-10','09:39:12','22:03:32',9.32583,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 09:39:12\", \"left\": \"2025-06-10 22:03:32\", \"late\": true, \"onlineTime\": 33750, \"offlineTime\": 0, \"desktimeTime\": 33750, \"atWorkTime\": 44660, \"afterWorkTime\": 7313, \"beforeWorkTime\": 0, \"productiveTime\": 33573, \"productivity\": 99.48, \"efficiency\": 133.23, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58567726559, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"login.live.com\": {\"id\": 58567723956, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}}, \"0\": [], \"1\": {\"tagmanager.google.com\": {\"id\": 58569810420, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6825}, \"chatgpt.com\": {\"id\": 58567367630, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3358}, \"google chrome\": {\"id\": 58567342987, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2851}, \"ads.google.com\": {\"id\": 58567823029, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2369}, \"fairgaze.com\": {\"id\": 58567344740, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2275}, \"docs.google.com\": {\"id\": 58568041476, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1753}, \"tagassistant.google.com\": {\"id\": 58569989252, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1543}, \"m.fairgaze.com\": {\"id\": 58573876288, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1213}, \"bing.com\": {\"id\": 58567704876, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 971}, \"analytics.google.com\": {\"id\": 58567458586, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 970}, \"search.google.com\": {\"id\": 58567462785, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 915}, \"google.com\": {\"id\": 58567352421, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 902}, \"technicalseo.com\": {\"id\": 58576992790, \"app\": \"technicalseo.com\", \"name\": \"technicalseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 781}, \"youtube.com\": {\"id\": 58569574552, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 614}, \"sdg.fairgaze.com\": {\"id\": 58569815240, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 580}, \"indiaasisee.fairgaze.com\": {\"id\": 58584922591, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 511}, \"devtools\": {\"id\": 58570392110, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 469}, \"microsoft excel\": {\"id\": 58567663531, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 458}, \"perplexity.ai\": {\"id\": 58577440903, \"app\": \"perplexity.ai\", \"name\": \"perplexity.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 370}, \"mun.fairgaze.com\": {\"id\": 58568762388, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 344}, \"ms-teams\": {\"id\": 58569497600, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 342}, \"voiceovergrid.com\": {\"id\": 58586915383, \"app\": \"voiceovergrid.com\", \"name\": \"voiceovergrid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"microsoft outlook\": {\"id\": 58567331364, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 208}, \"gemini.google.com\": {\"id\": 58585855243, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"videoschema.com\": {\"id\": 58576948972, \"app\": \"videoschema.com\", \"name\": \"videoschema.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"microsoft word\": {\"id\": 58568338861, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"windows explorer\": {\"id\": 58568187263, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"openai.com\": {\"id\": 58567331363, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"justpaste.it\": {\"id\": 58568190771, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"tumblr.com\": {\"id\": 58568248184, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"chrome://settings\": {\"id\": 58569652335, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"blogger.com\": {\"id\": 58568223227, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"flipboard.com\": {\"id\": 58568164795, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"searchhost\": {\"id\": 58568118537, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"account.live.com\": {\"id\": 58567737591, \"app\": \"account.live.com\", \"name\": \"account.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"app.webpushr.com\": {\"id\": 58567359339, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"copilot.microsoft.com\": {\"id\": 58575522741, \"app\": \"copilot.microsoft.com\", \"name\": \"copilot.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"tinyurl.com\": {\"id\": 58579857961, \"app\": \"tinyurl.com\", \"name\": \"tinyurl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"schema.org\": {\"id\": 58577951303, \"app\": \"schema.org\", \"name\": \"schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"hrez.crystalhues.in\": {\"id\": 58567397838, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"developers.google.com\": {\"id\": 58567462781, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"unknown app\": {\"id\": 58567329666, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"taskmgr\": {\"id\": 58578031048, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"shellexperiencehost\": {\"id\": 58567424489, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"scribd.com\": {\"id\": 58568383494, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"diigo.com\": {\"id\": 58568462209, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"support.google.com\": {\"id\": 58576159980, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"linkedin.com\": {\"id\": 58569147987, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"app.aiprm.com\": {\"id\": 58567417147, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"click.in\": {\"id\": 58567344739, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"classyschema.org\": {\"id\": 58578263552, \"app\": \"classyschema.org\", \"name\": \"classyschema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"jasper.ai\": {\"id\": 58575129304, \"app\": \"jasper.ai\", \"name\": \"jasper.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"chrome://new-tab-page\": {\"id\": 58567397836, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"s3.amazonaws.com\": {\"id\": 58578797636, \"app\": \"s3.amazonaws.com\", \"name\": \"s3.amazonaws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"msedgewebview2\": {\"id\": 58576684098, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"simontechway.com\": {\"id\": 58568301014, \"app\": \"simontechway.com\", \"name\": \"simontechway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"imgur.com\": {\"id\": 58568183806, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"desktime.com\": {\"id\": 58579872986, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"techyleaf.in\": {\"id\": 58578421723, \"app\": \"techyleaf.in\", \"name\": \"techyleaf.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"snippingtool\": {\"id\": 58568376174, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"translate.google.co.in\": {\"id\": 58578684869, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"traffictail.com\": {\"id\": 58568443979, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"slingfile.com\": {\"id\": 58568454951, \"app\": \"slingfile.com\", \"name\": \"slingfile.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"honeynjam.com\": {\"id\": 58578341478, \"app\": \"honeynjam.com\", \"name\": \"honeynjam.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"4shared.com\": {\"id\": 58568412293, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"business.google.com\": {\"id\": 58578837050, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"notepad\": {\"id\": 58574521187, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"fairgaze.blogspot.com\": {\"id\": 58568244689, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"seroundtable.com\": {\"id\": 58578791968, \"app\": \"seroundtable.com\", \"name\": \"seroundtable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"lockapp\": {\"id\": 58577195177, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"pickerhost\": {\"id\": 58576625284, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"web.whatsapp.com\": {\"id\": 58567355689, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"web.dev\": {\"id\": 58567483421, \"app\": \"web.dev\", \"name\": \"web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://newtab\": {\"id\": 58574567448, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellhost\": {\"id\": 58578409350, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"fairgaze.app.n8n.cloud\": {\"id\": 58576084281, \"app\": \"fairgaze.app.n8n.cloud\", \"name\": \"fairgaze.app.n8n.cloud\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"zippyshare.com\": {\"id\": 58568451039, \"app\": \"zippyshare.com\", \"name\": \"zippyshare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 58568440213, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"c\": {\"id\": 58568471124, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classifiedads.com\": {\"id\": 58567342990, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tawk.to\": {\"id\": 58571286370, \"app\": \"tawk.to\", \"name\": \"tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:13'),(1009,15,'2025-06-11','09:26:16','22:34:27',9.47861,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 09:26:16\", \"left\": \"2025-06-11 22:34:27\", \"late\": true, \"onlineTime\": 34392, \"offlineTime\": 0, \"desktimeTime\": 34392, \"atWorkTime\": 47291, \"afterWorkTime\": 7091, \"beforeWorkTime\": 0, \"productiveTime\": 34123, \"productivity\": 99.22, \"efficiency\": 135.41, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"bestfairgazehome.wordpress.com\": {\"id\": 58595129254, \"app\": \"bestfairgazehome.wordpress.com\", \"name\": \"bestfairgazehome.wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"mail.google.com\": {\"id\": 58594799430, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"wordpress.com\": {\"id\": 58595124144, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"photos.google.com\": {\"id\": 58594983114, \"app\": \"photos.google.com\", \"name\": \"photos.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"accounts.google.com\": {\"id\": 58594904498, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58596560391, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5306}, \"tagmanager.google.com\": {\"id\": 58596674339, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4661}, \"chatgpt.com\": {\"id\": 58594835229, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3706}, \"docs.google.com\": {\"id\": 58594801080, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3297}, \"google chrome\": {\"id\": 58594792298, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1826}, \"tagassistant.google.com\": {\"id\": 58597351884, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1746}, \"mun.fairgaze.com\": {\"id\": 58596350318, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1544}, \"fairgaze.com\": {\"id\": 58594793892, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1258}, \"sdg.fairgaze.com\": {\"id\": 58595471810, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1097}, \"m.fairgaze.com\": {\"id\": 58596072994, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1041}, \"analytics.google.com\": {\"id\": 58596484172, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 848}, \"voiceovergrid.com\": {\"id\": 58612735077, \"app\": \"voiceovergrid.com\", \"name\": \"voiceovergrid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"google.com\": {\"id\": 58595471808, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 825}, \"microsoft outlook\": {\"id\": 58596330834, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 654}, \"search.google.com\": {\"id\": 58596210316, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 620}, \"devtools\": {\"id\": 58596724386, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 429}, \"bing.com\": {\"id\": 58596202563, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 386}, \"windows explorer\": {\"id\": 58594796440, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 361}, \"blogger.com\": {\"id\": 58595007757, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"web.whatsapp.com\": {\"id\": 58612234631, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 262}, \"ms-teams\": {\"id\": 58595193877, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 194}, \"akama.com\": {\"id\": 58594902896, \"app\": \"akama.com\", \"name\": \"akama.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"medium.com\": {\"id\": 58594847382, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"app.webpushr.com\": {\"id\": 58596269503, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"lockapp\": {\"id\": 58597204435, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"shellhost\": {\"id\": 58604768467, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"tumblr.com\": {\"id\": 58595091556, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"linkedin.com\": {\"id\": 58594880943, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"greatclassified.com\": {\"id\": 58595909521, \"app\": \"greatclassified.com\", \"name\": \"greatclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"microsoft excel\": {\"id\": 58601357215, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 117}, \"notepad\": {\"id\": 58594853711, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"classified4u.biz\": {\"id\": 58595863879, \"app\": \"classified4u.biz\", \"name\": \"classified4u.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"fairgaze.blogspot.com\": {\"id\": 58595075776, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"chrome://settings\": {\"id\": 58596492663, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"hrez.crystalhues.in\": {\"id\": 58601410989, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"youtube.com\": {\"id\": 58597316881, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"app.neilpatel.com\": {\"id\": 58601006063, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"instapaper.com\": {\"id\": 58595297397, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"chromewebdata\": {\"id\": 58594975147, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"openai.com\": {\"id\": 58604540529, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"diigo.com\": {\"id\": 58595305027, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"getpocket.com\": {\"id\": 58595289191, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"postimages.org\": {\"id\": 58594985129, \"app\": \"postimages.org\", \"name\": \"postimages.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"intensedebate.com\": {\"id\": 58594964535, \"app\": \"intensedebate.com\", \"name\": \"intensedebate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"onlinent\": {\"id\": 58595148880, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"click.in\": {\"id\": 58595801960, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"apsense.com\": {\"id\": 58595249129, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"classifiedads.com\": {\"id\": 58595839486, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"developers.google.com\": {\"id\": 58596206345, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"shellexperiencehost\": {\"id\": 58595663804, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"flipboard.com\": {\"id\": 58595315513, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"support.google.com\": {\"id\": 58607158739, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"imagehost.at\": {\"id\": 58594981218, \"app\": \"imagehost.at\", \"name\": \"imagehost.at\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"chrome://new-tab-page\": {\"id\": 58594797911, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 58607361718, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"perplexity.ai\": {\"id\": 58601043360, \"app\": \"perplexity.ai\", \"name\": \"perplexity.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"unknown app\": {\"id\": 58595305028, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"searchhost\": {\"id\": 58594852017, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"crystalhues.com\": {\"id\": 58596407682, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"snippingtool\": {\"id\": 58598195998, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"business.google.com\": {\"id\": 58600285133, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"app.aiprm.com\": {\"id\": 58594841812, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"marketingplatform.google.com\": {\"id\": 58597248171, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"speakerdeck.com\": {\"id\": 58594962891, \"app\": \"speakerdeck.com\", \"name\": \"speakerdeck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"in.getfreelisting.com\": {\"id\": 58594960955, \"app\": \"in.getfreelisting.com\", \"name\": \"in.getfreelisting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"scoop.it\": {\"id\": 58603620667, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 58594792297, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"neilpatel.com\": {\"id\": 58601006062, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://newtab\": {\"id\": 58598031761, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"auth.openai.com\": {\"id\": 58597299995, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msdt\": {\"id\": 58595628938, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"tipmine.com\": {\"id\": 58595455083, \"app\": \"tipmine.com\", \"name\": \"tipmine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"x.com\": {\"id\": 58594892744, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:14'),(1010,15,'2025-06-12','09:06:46','17:40:41',7.75639,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 09:06:46\", \"left\": \"2025-06-12 17:40:41\", \"late\": true, \"onlineTime\": 28033, \"offlineTime\": 0, \"desktimeTime\": 28033, \"atWorkTime\": 30835, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27923, \"productivity\": 99.58, \"efficiency\": 110.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58622211509, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"accounts.google.com\": {\"id\": 58621538193, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"wordpress.com\": {\"id\": 58629645646, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}}, \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 58621336949, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4174}, \"ads.google.com\": {\"id\": 58622638502, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3711}, \"chatgpt.com\": {\"id\": 58621585706, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3330}, \"google.com\": {\"id\": 58621355349, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2572}, \"docs.google.com\": {\"id\": 58621339350, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2380}, \"fairgaze.com\": {\"id\": 58621899756, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1157}, \"tagmanager.google.com\": {\"id\": 58621336946, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1153}, \"google chrome\": {\"id\": 58621316351, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1026}, \"tagassistant.google.com\": {\"id\": 58621336947, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 974}, \"mun.fairgaze.com\": {\"id\": 58621320658, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 924}, \"perplexity.ai\": {\"id\": 58623782919, \"app\": \"perplexity.ai\", \"name\": \"perplexity.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 660}, \"chrome://settings\": {\"id\": 58621355351, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 593}, \"m.fairgaze.com\": {\"id\": 58622262378, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 580}, \"notepad\": {\"id\": 58622762121, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 561}, \"windows explorer\": {\"id\": 58621324950, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 309}, \"chrome://new-tab-page\": {\"id\": 58621374486, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 289}, \"sdg.fairgaze.com\": {\"id\": 58621555003, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 271}, \"shellexperiencehost\": {\"id\": 58621768612, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"search.google.com\": {\"id\": 58628592226, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"tumblr.com\": {\"id\": 58621796345, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"blogger.com\": {\"id\": 58621768606, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 191}, \"microsoft excel\": {\"id\": 58621700397, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"linkedin.com\": {\"id\": 58621841185, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"classifiedads.com\": {\"id\": 58621976846, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"x.com\": {\"id\": 58621862537, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"scoop.it\": {\"id\": 58622151236, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"ms-teams\": {\"id\": 58622242691, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"diigo.com\": {\"id\": 58621644967, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"seonotebook.com\": {\"id\": 58629838286, \"app\": \"seonotebook.com\", \"name\": \"seonotebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"microsoft word\": {\"id\": 58621556523, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"devtools\": {\"id\": 58627291358, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"slideserve.com\": {\"id\": 58621621020, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"microsoft powerpoint\": {\"id\": 58625321450, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"instapaper.com\": {\"id\": 58622142240, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"medium.com\": {\"id\": 58629510611, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"innetads.com\": {\"id\": 58622042157, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"marketingplatform.google.com\": {\"id\": 58627394410, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"scribd.com\": {\"id\": 58621588689, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"support.google.com\": {\"id\": 58630827881, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"expatriates.com\": {\"id\": 58622069450, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"justpaste.it\": {\"id\": 58621730882, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"web.whatsapp.com\": {\"id\": 58621338152, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"shellhost\": {\"id\": 58621700399, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"flipboard.com\": {\"id\": 58621755323, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"unknown app\": {\"id\": 58621631131, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"snippingtool\": {\"id\": 58625578226, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"developers.google.com\": {\"id\": 58627306867, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"getpocket.com\": {\"id\": 58622136067, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"4shared.com\": {\"id\": 58621607357, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"chromewebdata\": {\"id\": 58621619203, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"zotero.org\": {\"id\": 58622239820, \"app\": \"zotero.org\", \"name\": \"zotero.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"hrez.crystalhues.in\": {\"id\": 58621889121, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"imgur.com\": {\"id\": 58621746600, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"myminifactory.com\": {\"id\": 58622330118, \"app\": \"myminifactory.com\", \"name\": \"myminifactory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"searchhost\": {\"id\": 58621556522, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"hot-web-ads.com\": {\"id\": 58622039510, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 58622145267, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"desktime.com\": {\"id\": 58633485872, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"fairgaze.blogspot.com\": {\"id\": 58621787934, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"c\": {\"id\": 58621639581, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 58633174202, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bestmunfairgaze.blogspot.com\": {\"id\": 58629804750, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"friendsofschools.com\": {\"id\": 58622686494, \"app\": \"friendsofschools.com\", \"name\": \"friendsofschools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"login.kiva.org\": {\"id\": 58622326665, \"app\": \"login.kiva.org\", \"name\": \"login.kiva.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"workspace.google.com\": {\"id\": 58621538192, \"app\": \"workspace.google.com\", \"name\": \"workspace.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58631227957, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"microsoft outlook\": {\"id\": 58621538191, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:15'),(1011,15,'2025-06-13','09:11:45','18:11:04',7.36917,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 09:11:45\", \"left\": \"2025-06-13 18:11:04\", \"late\": true, \"onlineTime\": 26655, \"offlineTime\": 0, \"desktimeTime\": 26655, \"atWorkTime\": 32359, \"afterWorkTime\": 664, \"beforeWorkTime\": 0, \"productiveTime\": 26529, \"productivity\": 99.49, \"efficiency\": 105.27, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58648151430, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"wordpress.com\": {\"id\": 58648147356, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"accounts.google.com\": {\"id\": 58648145754, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58648118187, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6015}, \"chatgpt.com\": {\"id\": 58648119794, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4160}, \"google chrome\": {\"id\": 58648116912, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3049}, \"docs.google.com\": {\"id\": 58648119795, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2540}, \"analytics.google.com\": {\"id\": 58648118186, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2134}, \"google.com\": {\"id\": 58648295267, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1651}, \"fairgaze.com\": {\"id\": 58648071573, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1605}, \"microsoft outlook\": {\"id\": 58648074061, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1322}, \"mun.fairgaze.com\": {\"id\": 58648125453, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1262}, \"unknown app\": {\"id\": 58648345133, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 334}, \"tagmanager.google.com\": {\"id\": 58655871905, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"lockapp\": {\"id\": 58649675525, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 262}, \"windows explorer\": {\"id\": 58648136920, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"expatriates.com\": {\"id\": 58648307009, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"linkedin.com\": {\"id\": 58648118185, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"click.in\": {\"id\": 58648268108, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"classifiedads.com\": {\"id\": 58648285173, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"tagassistant.google.com\": {\"id\": 58656005915, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"hot-web-ads.com\": {\"id\": 58648337377, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"devtools\": {\"id\": 58655889377, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"openai.com\": {\"id\": 58651883988, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"amazeinstitute.co.in\": {\"id\": 58655800361, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"tumblr.com\": {\"id\": 58648241505, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"in.emsigner.com\": {\"id\": 58649156175, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"blogger.com\": {\"id\": 58648227448, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"instapaper.com\": {\"id\": 58648436511, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"flipboard.com\": {\"id\": 58648148791, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"hrez.crystalhues.in\": {\"id\": 58651987923, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"justpaste.it\": {\"id\": 58648135502, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"locanto.me\": {\"id\": 58648527258, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"shellexperiencehost\": {\"id\": 58649483356, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"diigo.com\": {\"id\": 58648123901, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"web.whatsapp.com\": {\"id\": 58660061221, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"desktime.com\": {\"id\": 58656179330, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"developers.google.com\": {\"id\": 58649591670, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"scribd.com\": {\"id\": 58648123903, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"onlinent\": {\"id\": 58648148792, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"contacts.google.com\": {\"id\": 58648778554, \"app\": \"contacts.google.com\", \"name\": \"contacts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"getpocket.com\": {\"id\": 58648432616, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"minds.com\": {\"id\": 58655834492, \"app\": \"minds.com\", \"name\": \"minds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"app.aiprm.com\": {\"id\": 58648986215, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ms-teams\": {\"id\": 58648525211, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"digiskillzz.com\": {\"id\": 58648298557, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"seonotebook.com\": {\"id\": 58650863912, \"app\": \"seonotebook.com\", \"name\": \"seonotebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"medium.com\": {\"id\": 58650526885, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"business.google.com\": {\"id\": 58648716059, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"in.classi4u.com\": {\"id\": 58648295270, \"app\": \"in.classi4u.com\", \"name\": \"in.classi4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"cookieyes.com\": {\"id\": 58651869660, \"app\": \"cookieyes.com\", \"name\": \"cookieyes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"x.com\": {\"id\": 58648510895, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"imgur.com\": {\"id\": 58648144175, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"fairgaze.blogspot.com\": {\"id\": 58648238423, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"notepad\": {\"id\": 58660306875, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chrome://new-tab-page\": {\"id\": 58654231377, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 58655829281, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"secure.paytm.in\": {\"id\": 58653605923, \"app\": \"secure.paytm.in\", \"name\": \"secure.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://settings\": {\"id\": 58651899527, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 58649156176, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 58648119793, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:16'),(1012,15,'2025-06-14','16:59:26','22:15:19',3.02806,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-14\", \"isOnline\": true, \"arrived\": \"2025-06-14 16:59:26\", \"left\": \"2025-06-14 22:15:19\", \"late\": true, \"onlineTime\": 11840, \"offlineTime\": 0, \"desktimeTime\": 11840, \"atWorkTime\": 18953, \"afterWorkTime\": 8206, \"beforeWorkTime\": 0, \"productiveTime\": 10901, \"productivity\": 92.07, \"efficiency\": 43.26, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58673105590, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}}, \"0\": {\"naukri.com\": {\"id\": 58673124548, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 541}}, \"1\": {\"chatgpt.com\": {\"id\": 58673218472, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3576}, \"ads.google.com\": {\"id\": 58673108546, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3026}, \"google.com\": {\"id\": 58673106450, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 709}, \"google chrome\": {\"id\": 58673107598, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 619}, \"tagmanager.google.com\": {\"id\": 58674049079, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"analytics.google.com\": {\"id\": 58673187915, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 373}, \"sssi.in\": {\"id\": 58673349980, \"app\": \"sssi.in\", \"name\": \"sssi.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"cutshort.io\": {\"id\": 58673342408, \"app\": \"cutshort.io\", \"name\": \"cutshort.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"linkedin.com\": {\"id\": 58673154684, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"ethanetechnologies.com\": {\"id\": 58673397487, \"app\": \"ethanetechnologies.com\", \"name\": \"ethanetechnologies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"wildnet.keka.com\": {\"id\": 58673160062, \"app\": \"wildnet.keka.com\", \"name\": \"wildnet.keka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"microsoft outlook\": {\"id\": 58673205816, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"fairgaze.com\": {\"id\": 58673833411, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"roimantra.com\": {\"id\": 58673286511, \"app\": \"roimantra.com\", \"name\": \"roimantra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"editvo.com\": {\"id\": 58673275128, \"app\": \"editvo.com\", \"name\": \"editvo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"mantechpublications.com\": {\"id\": 58673173321, \"app\": \"mantechpublications.com\", \"name\": \"mantechpublications.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"microsoft word\": {\"id\": 58673145699, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"bizaccenknnect.com\": {\"id\": 58673242962, \"app\": \"bizaccenknnect.com\", \"name\": \"bizaccenknnect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"profitointeractive.com\": {\"id\": 58673297492, \"app\": \"profitointeractive.com\", \"name\": \"profitointeractive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"windows explorer\": {\"id\": 58673145025, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"seovalley.com\": {\"id\": 58673429517, \"app\": \"seovalley.com\", \"name\": \"seovalley.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"appinventiv.com\": {\"id\": 58673250083, \"app\": \"appinventiv.com\", \"name\": \"appinventiv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"support.google.com\": {\"id\": 58674123502, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"shellexperiencehost\": {\"id\": 58673193225, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"mun.fairgaze.com\": {\"id\": 58673845230, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"42signs.com\": {\"id\": 58673378465, \"app\": \"42signs.com\", \"name\": \"42signs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"e2webservices.com\": {\"id\": 58673396205, \"app\": \"e2webservices.com\", \"name\": \"e2webservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"keywordindia.com\": {\"id\": 58673380356, \"app\": \"keywordindia.com\", \"name\": \"keywordindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"webkul.com\": {\"id\": 58673299879, \"app\": \"webkul.com\", \"name\": \"webkul.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"metaapply.io\": {\"id\": 58673268852, \"app\": \"metaapply.io\", \"name\": \"metaapply.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"chrome://new-tab-page\": {\"id\": 58673187237, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"newsbytesapp.com\": {\"id\": 58673328836, \"app\": \"newsbytesapp.com\", \"name\": \"newsbytesapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"notepad\": {\"id\": 58673314171, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"netsolwater.com\": {\"id\": 58673308061, \"app\": \"netsolwater.com\", \"name\": \"netsolwater.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"developers.google.com\": {\"id\": 58673225962, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"vacancyexpert.com\": {\"id\": 58673139998, \"app\": \"vacancyexpert.com\", \"name\": \"vacancyexpert.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"instahyre.com\": {\"id\": 58673335064, \"app\": \"instahyre.com\", \"name\": \"instahyre.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"porous-plastics.co.uk\": {\"id\": 58673266682, \"app\": \"porous-plastics.co.uk\", \"name\": \"porous-plastics.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"business.google.com\": {\"id\": 58673942011, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://newtab\": {\"id\": 58674005228, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 58673832901, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"home.barclays\": {\"id\": 58673263254, \"app\": \"home.barclays\", \"name\": \"home.barclays\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classifiedads.com\": {\"id\": 58673205085, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58673281613, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"mnrsolutions.in\": {\"id\": 58673341238, \"app\": \"mnrsolutions.in\", \"name\": \"mnrsolutions.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:16'),(1013,15,'2025-06-15','13:49:18','19:14:16',2.02611,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-15\", \"isOnline\": true, \"arrived\": \"2025-06-15 13:49:18\", \"left\": \"2025-06-15 19:14:16\", \"late\": true, \"onlineTime\": 7676, \"offlineTime\": 0, \"desktimeTime\": 7676, \"atWorkTime\": 19498, \"afterWorkTime\": 2409, \"beforeWorkTime\": 0, \"productiveTime\": 7294, \"productivity\": 95.02, \"efficiency\": 28.94, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58675621028, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 382}}, \"0\": [], \"1\": {\"chatgpt.com\": {\"id\": 58675484571, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2397}, \"notepad\": {\"id\": 58676020947, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 784}, \"google chrome\": {\"id\": 58675484981, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 754}, \"google.com\": {\"id\": 58675486905, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 485}, \"analytics.google.com\": {\"id\": 58675489128, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"mcdonline.nic.in\": {\"id\": 58675502976, \"app\": \"mcdonline.nic.in\", \"name\": \"mcdonline.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 429}, \"realtydart.com\": {\"id\": 58675671270, \"app\": \"realtydart.com\", \"name\": \"realtydart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 179}, \"web.whatsapp.com\": {\"id\": 58675499568, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"docs.google.com\": {\"id\": 58675635620, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"secure.ccavenue.com\": {\"id\": 58675521952, \"app\": \"secure.ccavenue.com\", \"name\": \"secure.ccavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"whitebunnie.com\": {\"id\": 58675653251, \"app\": \"whitebunnie.com\", \"name\": \"whitebunnie.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"mediatrenz.com\": {\"id\": 58675690349, \"app\": \"mediatrenz.com\", \"name\": \"mediatrenz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"jyotiplacement.com\": {\"id\": 58675683243, \"app\": \"jyotiplacement.com\", \"name\": \"jyotiplacement.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"linkedin.com\": {\"id\": 58675715394, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"dashboard.optimumfuture.in\": {\"id\": 58675613572, \"app\": \"dashboard.optimumfuture.in\", \"name\": \"dashboard.optimumfuture.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"ads.google.com\": {\"id\": 58675487286, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"search.google.com\": {\"id\": 58676104176, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"timesinternet.in\": {\"id\": 58675661238, \"app\": \"timesinternet.in\", \"name\": \"timesinternet.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"isglobalweb.com\": {\"id\": 58675664766, \"app\": \"isglobalweb.com\", \"name\": \"isglobalweb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"microsoft outlook\": {\"id\": 58675484982, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"webmartindia.in\": {\"id\": 58675626797, \"app\": \"webmartindia.in\", \"name\": \"webmartindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"shellexperiencehost\": {\"id\": 58675608148, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"dtruetech.com\": {\"id\": 58675649369, \"app\": \"dtruetech.com\", \"name\": \"dtruetech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"sprintdigitech.com\": {\"id\": 58675643706, \"app\": \"sprintdigitech.com\", \"name\": \"sprintdigitech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"theorg.com\": {\"id\": 58675721552, \"app\": \"theorg.com\", \"name\": \"theorg.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"crestra.co\": {\"id\": 58675707072, \"app\": \"crestra.co\", \"name\": \"crestra.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"hindustanrecruitment.com\": {\"id\": 58675710925, \"app\": \"hindustanrecruitment.com\", \"name\": \"hindustanrecruitment.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"siemens.com\": {\"id\": 58675717046, \"app\": \"siemens.com\", \"name\": \"siemens.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"bizaccenknnect.com\": {\"id\": 58675632324, \"app\": \"bizaccenknnect.com\", \"name\": \"bizaccenknnect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"akswebsoft.com\": {\"id\": 58675696068, \"app\": \"akswebsoft.com\", \"name\": \"akswebsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"acmeinfolabs.com\": {\"id\": 58675704912, \"app\": \"acmeinfolabs.com\", \"name\": \"acmeinfolabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"indiainternets.com\": {\"id\": 58675699263, \"app\": \"indiainternets.com\", \"name\": \"indiainternets.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chrome://settings\": {\"id\": 58676103305, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"chromewebdata\": {\"id\": 58675611513, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"brandconn.com\": {\"id\": 58675619966, \"app\": \"brandconn.com\", \"name\": \"brandconn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"developers.google.com\": {\"id\": 58676103761, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"mobile.manupatra.in\": {\"id\": 58675669595, \"app\": \"mobile.manupatra.in\", \"name\": \"mobile.manupatra.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"budsntechitsolutions.com\": {\"id\": 58675660283, \"app\": \"budsntechitsolutions.com\", \"name\": \"budsntechitsolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"blogger.com\": {\"id\": 58675603239, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"c\": {\"id\": 58675485756, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"republicworld.com\": {\"id\": 58675710567, \"app\": \"republicworld.com\", \"name\": \"republicworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"optimumfuture.in\": {\"id\": 58675612825, \"app\": \"optimumfuture.in\", \"name\": \"optimumfuture.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ebizondigital.com\": {\"id\": 58675610481, \"app\": \"ebizondigital.com\", \"name\": \"ebizondigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 58675610480, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"windows explorer\": {\"id\": 58676020544, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58676173967, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"editvo.com\": {\"id\": 58675643267, \"app\": \"editvo.com\", \"name\": \"editvo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://tab-search.top-chrome\": {\"id\": 58675632831, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fairgaze.com\": {\"id\": 58675603738, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"business.google.com\": {\"id\": 58676048161, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"manupatrafast.com\": {\"id\": 58675689565, \"app\": \"manupatrafast.com\", \"name\": \"manupatrafast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:16'),(1014,15,'2025-06-16','09:25:02','20:59:26',8.29222,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 09:25:02\", \"left\": \"2025-06-16 20:59:26\", \"late\": true, \"onlineTime\": 30136, \"offlineTime\": 0, \"desktimeTime\": 30136, \"atWorkTime\": 41664, \"afterWorkTime\": 2547, \"beforeWorkTime\": 0, \"productiveTime\": 29852, \"productivity\": 98.86, \"efficiency\": 118.46, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58678113059, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 251}, \"glassdoor.co.in\": {\"id\": 58685179874, \"app\": \"glassdoor.co.in\", \"name\": \"glassdoor.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"accounts.google.com\": {\"id\": 58679935084, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58678218263, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5482}, \"chatgpt.com\": {\"id\": 58678113055, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3521}, \"docs.google.com\": {\"id\": 58678497162, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2838}, \"google chrome\": {\"id\": 58678113041, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2403}, \"fairgaze.com\": {\"id\": 58679292854, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1639}, \"search.google.com\": {\"id\": 58681441872, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1575}, \"google.com\": {\"id\": 58678154553, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1468}, \"analytics.google.com\": {\"id\": 58678206497, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1316}, \"m.fairgaze.com\": {\"id\": 58679292800, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1096}, \"mun.fairgaze.com\": {\"id\": 58678206494, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 699}, \"youtube.com\": {\"id\": 58685611839, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"web.whatsapp.com\": {\"id\": 58678517290, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 563}, \"shellhost\": {\"id\": 58678113044, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 483}, \"chromewebdata\": {\"id\": 58678113048, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 445}, \"chrome://settings\": {\"id\": 58678225977, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 421}, \"unknown app\": {\"id\": 58678113040, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 407}, \"ms-teams\": {\"id\": 58680761633, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 390}, \"notepad\": {\"id\": 58678629863, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"lockapp\": {\"id\": 58678961456, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 333}, \"pagespeed.web.dev\": {\"id\": 58681544559, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 262}, \"blogger.com\": {\"id\": 58680230872, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"microsoft word\": {\"id\": 58679235986, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"bing.com\": {\"id\": 58679519037, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 234}, \"windows explorer\": {\"id\": 58678661109, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 213}, \"openai.com\": {\"id\": 58678663890, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"microsoft outlook\": {\"id\": 58678183860, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"answerthepublic.com\": {\"id\": 58683473210, \"app\": \"answerthepublic.com\", \"name\": \"answerthepublic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"chrome://new-tab-page\": {\"id\": 58678113043, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"tumblr.com\": {\"id\": 58680340595, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"apsense.com\": {\"id\": 58678204811, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"itechcreators.com\": {\"id\": 58684522160, \"app\": \"itechcreators.com\", \"name\": \"itechcreators.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"linkedin.com\": {\"id\": 58680108958, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"simontechway.com\": {\"id\": 58679921792, \"app\": \"simontechway.com\", \"name\": \"simontechway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"wildnettechnologies.com\": {\"id\": 58689292325, \"app\": \"wildnettechnologies.com\", \"name\": \"wildnettechnologies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"slideserve.com\": {\"id\": 58680747269, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"in.indeed.com\": {\"id\": 58685822664, \"app\": \"in.indeed.com\", \"name\": \"in.indeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"miro.com\": {\"id\": 58679987888, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"translate.google.com\": {\"id\": 58685858296, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"imagecompressor.com\": {\"id\": 58691610580, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"seonotebook.com\": {\"id\": 58678150598, \"app\": \"seonotebook.com\", \"name\": \"seonotebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"marketingplatform.google.com\": {\"id\": 58678580157, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"ambitionbox.com\": {\"id\": 58685116055, \"app\": \"ambitionbox.com\", \"name\": \"ambitionbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"hrez.crystalhues.in\": {\"id\": 58678210030, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"diigo.com\": {\"id\": 58679879205, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"developers.google.com\": {\"id\": 58681436553, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"flipboard.com\": {\"id\": 58680067377, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"httpstatus.io\": {\"id\": 58683532241, \"app\": \"httpstatus.io\", \"name\": \"httpstatus.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"linktr.ee\": {\"id\": 58679935081, \"app\": \"linktr.ee\", \"name\": \"linktr.ee\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"google.co.in\": {\"id\": 58685816145, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"justpaste.it\": {\"id\": 58680271650, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"scoop.it\": {\"id\": 58679836560, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"instapaper.com\": {\"id\": 58679905242, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"chlsoftech.com\": {\"id\": 58696402126, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"steemit.com\": {\"id\": 58679966138, \"app\": \"steemit.com\", \"name\": \"steemit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"bibsonomy.org\": {\"id\": 58680042906, \"app\": \"bibsonomy.org\", \"name\": \"bibsonomy.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"facebook.com\": {\"id\": 58685026514, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"getpocket.com\": {\"id\": 58679866633, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"shellexperiencehost\": {\"id\": 58679787355, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"business.google.com\": {\"id\": 58678218261, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"validator.schema.org\": {\"id\": 58681404226, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 58684260484, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"techdirt.com\": {\"id\": 58679974585, \"app\": \"techdirt.com\", \"name\": \"techdirt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"delhimetrorail.info\": {\"id\": 58684545208, \"app\": \"delhimetrorail.info\", \"name\": \"delhimetrorail.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"github.com\": {\"id\": 58681769526, \"app\": \"github.com\", \"name\": \"github.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 58680654874, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"britishschoolbarcelona.com\": {\"id\": 58679779101, \"app\": \"britishschoolbarcelona.com\", \"name\": \"britishschoolbarcelona.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 58679921791, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"desktime.com\": {\"id\": 58696572614, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"4shared.com\": {\"id\": 58680860444, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"fairgaze.blogspot.com\": {\"id\": 58680267207, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"folkd.com\": {\"id\": 58680025156, \"app\": \"folkd.com\", \"name\": \"folkd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"akonter.com\": {\"id\": 58680047327, \"app\": \"akonter.com\", \"name\": \"akonter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"auth.linktr.ee\": {\"id\": 58679935082, \"app\": \"auth.linktr.ee\", \"name\": \"auth.linktr.ee\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"iloveimg.com\": {\"id\": 58691647159, \"app\": \"iloveimg.com\", \"name\": \"iloveimg.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58686095454, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"c\": {\"id\": 58680775557, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"tinypng.com\": {\"id\": 58691652974, \"app\": \"tinypng.com\", \"name\": \"tinypng.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"screamingfrog.co.uk\": {\"id\": 58684556466, \"app\": \"screamingfrog.co.uk\", \"name\": \"screamingfrog.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"signup.steemit.com\": {\"id\": 58680016681, \"app\": \"signup.steemit.com\", \"name\": \"signup.steemit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:17'),(1015,15,'2025-06-17','14:50:36','21:48:33',6.66278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 14:50:36\", \"left\": \"2025-06-17 21:48:33\", \"late\": true, \"onlineTime\": 24050, \"offlineTime\": 0, \"desktimeTime\": 24050, \"atWorkTime\": 25077, \"afterWorkTime\": 13713, \"beforeWorkTime\": 0, \"productiveTime\": 23986, \"productivity\": 99.73, \"efficiency\": 95.18, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58714590504, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}}, \"0\": [], \"1\": {\"m.fairgaze.com\": {\"id\": 58717116784, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4019}, \"chatgpt.com\": {\"id\": 58713381222, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2806}, \"analytics.google.com\": {\"id\": 58713119766, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2493}, \"fairgaze.com\": {\"id\": 58713020528, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1912}, \"search.google.com\": {\"id\": 58715489851, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1849}, \"google chrome\": {\"id\": 58713014412, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1777}, \"ads.google.com\": {\"id\": 58713611256, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1560}, \"docs.google.com\": {\"id\": 58716343271, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1259}, \"google.com\": {\"id\": 58713599067, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1198}, \"free-article-spinner.com\": {\"id\": 58717523848, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 644}, \"en.wikipedia.org\": {\"id\": 58715524345, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 591}, \"windows explorer\": {\"id\": 58712994105, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 482}, \"searchengineland.com\": {\"id\": 58715126352, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"ms-teams\": {\"id\": 58715778625, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 332}, \"bing.com\": {\"id\": 58717796114, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 296}, \"desktime.com\": {\"id\": 58714465054, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 257}, \"alsoasked.com\": {\"id\": 58723402549, \"app\": \"alsoasked.com\", \"name\": \"alsoasked.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"microsoft outlook\": {\"id\": 58713026423, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 247}, \"web.whatsapp.com\": {\"id\": 58713742711, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"business.google.com\": {\"id\": 58713605360, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"app.neilpatel.com\": {\"id\": 58722582685, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"mun.fairgaze.com\": {\"id\": 58715349402, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"microsoft word\": {\"id\": 58715856713, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 135}, \"imagecompressor.com\": {\"id\": 58717837890, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"snippingtool\": {\"id\": 58715766684, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"quillbot.com\": {\"id\": 58723961411, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"unknown app\": {\"id\": 58719146126, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"neilpatel.com\": {\"id\": 58722542412, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"openai.com\": {\"id\": 58723220450, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"translate.google.co.in\": {\"id\": 58714654922, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"developers.google.com\": {\"id\": 58715483919, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"aiarticlespinner.co\": {\"id\": 58723275014, \"app\": \"aiarticlespinner.co\", \"name\": \"aiarticlespinner.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"duplichecker.com\": {\"id\": 58717943979, \"app\": \"duplichecker.com\", \"name\": \"duplichecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"searchhost\": {\"id\": 58715760898, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"pickerhost\": {\"id\": 58716401803, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"shellexperiencehost\": {\"id\": 58713038611, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"chrome://new-tab-page\": {\"id\": 58715806482, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"shellhost\": {\"id\": 58715984470, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"bigmarker.com\": {\"id\": 58715343420, \"app\": \"bigmarker.com\", \"name\": \"bigmarker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"auth.openai.com\": {\"id\": 58721308394, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"screamingfrog.co.uk\": {\"id\": 58716640925, \"app\": \"screamingfrog.co.uk\", \"name\": \"screamingfrog.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"gofindads.com\": {\"id\": 58721269915, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 58716529902, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"answerthepublic.com\": {\"id\": 58716008138, \"app\": \"answerthepublic.com\", \"name\": \"answerthepublic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"tribuneindia.com\": {\"id\": 58715600415, \"app\": \"tribuneindia.com\", \"name\": \"tribuneindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58713962413, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://settings\": {\"id\": 58723286979, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"abhisays.com\": {\"id\": 58715612666, \"app\": \"abhisays.com\", \"name\": \"abhisays.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"onlinent\": {\"id\": 58723228430, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lcrestaurants.com\": {\"id\": 58714759204, \"app\": \"lcrestaurants.com\", \"name\": \"lcrestaurants.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:18'),(1016,15,'2025-06-18','09:23:18','18:05:08',7.57472,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 09:23:18\", \"left\": \"2025-06-18 18:05:08\", \"late\": true, \"onlineTime\": 27576, \"offlineTime\": 0, \"desktimeTime\": 27576, \"atWorkTime\": 31310, \"afterWorkTime\": 308, \"beforeWorkTime\": 0, \"productiveTime\": 27269, \"productivity\": 98.85, \"efficiency\": 108.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58736832948, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"accounts.google.com\": {\"id\": 58739755849, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}}, \"0\": [], \"1\": {\"chatgpt.com\": {\"id\": 58733620703, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5688}, \"google chrome\": {\"id\": 58733578526, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2431}, \"google.com\": {\"id\": 58733706877, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2428}, \"search.google.com\": {\"id\": 58733572035, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2243}, \"fairgaze.com\": {\"id\": 58733567625, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1824}, \"ads.google.com\": {\"id\": 58733570471, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1815}, \"analytics.google.com\": {\"id\": 58733567626, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1670}, \"m.fairgaze.com\": {\"id\": 58733736222, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1513}, \"mun.fairgaze.com\": {\"id\": 58735525409, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1327}, \"lookerstudio.google.com\": {\"id\": 58739674887, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 825}, \"bing.com\": {\"id\": 58733533357, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 524}, \"app.frase.io\": {\"id\": 58735241504, \"app\": \"app.frase.io\", \"name\": \"app.frase.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 518}, \"docs.google.com\": {\"id\": 58733964258, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 339}, \"seoreviewtools.com\": {\"id\": 58746746262, \"app\": \"seoreviewtools.com\", \"name\": \"seoreviewtools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 281}, \"notepad\": {\"id\": 58733974371, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"i2u2.i2k2.in\": {\"id\": 58736860958, \"app\": \"i2u2.i2k2.in\", \"name\": \"i2u2.i2k2.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"24by7web.com\": {\"id\": 58745685992, \"app\": \"24by7web.com\", \"name\": \"24by7web.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"karangupta.com\": {\"id\": 58737849761, \"app\": \"karangupta.com\", \"name\": \"karangupta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"desktime.com\": {\"id\": 58733531675, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"free-article-spinner.com\": {\"id\": 58734333851, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"about:blank\": {\"id\": 58733533359, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"appsinvo.com\": {\"id\": 58745477767, \"app\": \"appsinvo.com\", \"name\": \"appsinvo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"tagmanager.google.com\": {\"id\": 58740027924, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"seositecheckup.com\": {\"id\": 58741599209, \"app\": \"seositecheckup.com\", \"name\": \"seositecheckup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"microsoft outlook\": {\"id\": 58733557785, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"seoeaze.com\": {\"id\": 58744880413, \"app\": \"seoeaze.com\", \"name\": \"seoeaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"windows explorer\": {\"id\": 58733556187, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"ms-teams\": {\"id\": 58735947139, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"felixhospital.com\": {\"id\": 58745038634, \"app\": \"felixhospital.com\", \"name\": \"felixhospital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"tagassistant.google.com\": {\"id\": 58740116030, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"seobix.com\": {\"id\": 58744914418, \"app\": \"seobix.com\", \"name\": \"seobix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"alsoasked.com\": {\"id\": 58733575565, \"app\": \"alsoasked.com\", \"name\": \"alsoasked.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"youtube.com\": {\"id\": 58735727059, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"developers.google.com\": {\"id\": 58735814089, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"imagecompressor.com\": {\"id\": 58733581783, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"linkedin.com\": {\"id\": 58744790170, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"hrez.crystalhues.in\": {\"id\": 58733580160, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"webimpetus.com\": {\"id\": 58745407861, \"app\": \"webimpetus.com\", \"name\": \"webimpetus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"bytelogicindia.com\": {\"id\": 58745863587, \"app\": \"bytelogicindia.com\", \"name\": \"bytelogicindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"business.google.com\": {\"id\": 58740372991, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"promotionadda.org\": {\"id\": 58745638119, \"app\": \"promotionadda.org\", \"name\": \"promotionadda.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"siteliner.com\": {\"id\": 58741687132, \"app\": \"siteliner.com\", \"name\": \"siteliner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"websiteseochecker.com\": {\"id\": 58736767804, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"web.whatsapp.com\": {\"id\": 58735250867, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"ezrankings.com\": {\"id\": 58744754600, \"app\": \"ezrankings.com\", \"name\": \"ezrankings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"i2k2.com\": {\"id\": 58736849754, \"app\": \"i2k2.com\", \"name\": \"i2k2.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"webmartindia.in\": {\"id\": 58744960311, \"app\": \"webmartindia.in\", \"name\": \"webmartindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"clearscope.io\": {\"id\": 58743775491, \"app\": \"clearscope.io\", \"name\": \"clearscope.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"onlinent\": {\"id\": 58733641119, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"console.cloud.google.com\": {\"id\": 58741346513, \"app\": \"console.cloud.google.com\", \"name\": \"console.cloud.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"merakii.in\": {\"id\": 58744848528, \"app\": \"merakii.in\", \"name\": \"merakii.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"web-players.co.in\": {\"id\": 58745388269, \"app\": \"web-players.co.in\", \"name\": \"web-players.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"msedge\": {\"id\": 58733531676, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"seoptimer.com\": {\"id\": 58740345522, \"app\": \"seoptimer.com\", \"name\": \"seoptimer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"unknown app\": {\"id\": 58734323144, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 58735928311, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"searchhost\": {\"id\": 58735923308, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"euroguidance.eu\": {\"id\": 58739373150, \"app\": \"euroguidance.eu\", \"name\": \"euroguidance.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"frase.io\": {\"id\": 58735235359, \"app\": \"frase.io\", \"name\": \"frase.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chrome://new-tab-page\": {\"id\": 58733633538, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"pickerhost\": {\"id\": 58735937689, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"advertiseera.com\": {\"id\": 58745680125, \"app\": \"advertiseera.com\", \"name\": \"advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedgewebview2\": {\"id\": 58735976777, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"webmountindia.com\": {\"id\": 58744748284, \"app\": \"webmountindia.com\", \"name\": \"webmountindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"support.google.com\": {\"id\": 58740612424, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58736521383, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"openai.com\": {\"id\": 58746580645, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"windowscamera\": {\"id\": 58745205776, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"aioseo.com\": {\"id\": 58741593016, \"app\": \"aioseo.com\", \"name\": \"aioseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58737262176, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"microsoft excel\": {\"id\": 58743635984, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"devtools\": {\"id\": 58739446827, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58735727063, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chromewebdata\": {\"id\": 58745471465, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"auth.openai.com\": {\"id\": 58739586533, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://newtab\": {\"id\": 58734047485, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:18'),(1017,15,'2025-06-19','09:24:32','18:13:34',7.60278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 09:24:32\", \"left\": \"2025-06-19 18:13:34\", \"late\": true, \"onlineTime\": 27673, \"offlineTime\": 0, \"desktimeTime\": 27673, \"atWorkTime\": 31742, \"afterWorkTime\": 814, \"beforeWorkTime\": 0, \"productiveTime\": 27370, \"productivity\": 98.91, \"efficiency\": 108.61, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"quora.com\": {\"id\": 58772252305, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"mail.google.com\": {\"id\": 58762769586, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"quorablog.quora.com\": {\"id\": 58772239109, \"app\": \"quorablog.quora.com\", \"name\": \"quorablog.quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"accounts.google.com\": {\"id\": 58772517279, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 58761835715, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3024}, \"chatgpt.com\": {\"id\": 58761637576, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2945}, \"google chrome\": {\"id\": 58761616571, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2931}, \"google.com\": {\"id\": 58761630633, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2744}, \"docs.google.com\": {\"id\": 58762736112, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2141}, \"search.google.com\": {\"id\": 58762796699, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1961}, \"m.fairgaze.com\": {\"id\": 58762781132, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1667}, \"chrome://settings\": {\"id\": 58761641020, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1355}, \"fairgaze.com\": {\"id\": 58761616568, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1317}, \"mun.fairgaze.com\": {\"id\": 58761651267, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 916}, \"reddit.com\": {\"id\": 58767672422, \"app\": \"reddit.com\", \"name\": \"reddit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 843}, \"ads.google.com\": {\"id\": 58761616567, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 691}, \"chromewebdata\": {\"id\": 58761616580, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"publishercenter.google.com\": {\"id\": 58765329727, \"app\": \"publishercenter.google.com\", \"name\": \"publishercenter.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"bing.com\": {\"id\": 58762769592, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 361}, \"microsoft outlook\": {\"id\": 58761616578, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 290}, \"ms-teams\": {\"id\": 58767126533, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 259}, \"register.rediff.com\": {\"id\": 58768000171, \"app\": \"register.rediff.com\", \"name\": \"register.rediff.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"classifiedads.com\": {\"id\": 58764284755, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"shellhost\": {\"id\": 58761616569, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"sitejabber.com\": {\"id\": 58772504690, \"app\": \"sitejabber.com\", \"name\": \"sitejabber.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"free-article-spinner.com\": {\"id\": 58763080036, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"windows explorer\": {\"id\": 58761616575, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"crystalhues.com\": {\"id\": 58769546122, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"seoreviewtools.com\": {\"id\": 58769851563, \"app\": \"seoreviewtools.com\", \"name\": \"seoreviewtools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"chrome://new-tab-page\": {\"id\": 58761665752, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"notepad\": {\"id\": 58763091911, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"news.ycombinator.com\": {\"id\": 58772370631, \"app\": \"news.ycombinator.com\", \"name\": \"news.ycombinator.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"support.google.com\": {\"id\": 58767046849, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"diigo.com\": {\"id\": 58763670970, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"web.whatsapp.com\": {\"id\": 58771594477, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"click.in\": {\"id\": 58764077227, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"tumblr.com\": {\"id\": 58763793683, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"unknown app\": {\"id\": 58761616585, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"openpr.com\": {\"id\": 58773230114, \"app\": \"openpr.com\", \"name\": \"openpr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"desktime.com\": {\"id\": 58774406352, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"prepostseo.com\": {\"id\": 58772721394, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"webnots.com\": {\"id\": 58772078869, \"app\": \"webnots.com\", \"name\": \"webnots.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"instapaper.com\": {\"id\": 58763670967, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"medium.com\": {\"id\": 58772641554, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"hot-web-ads.com\": {\"id\": 58764361292, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"en.wikipedia.org\": {\"id\": 58769844665, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"linkedin.com\": {\"id\": 58763873868, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"developers.google.com\": {\"id\": 58762792935, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"openai.com\": {\"id\": 58761639209, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"mail.rediff.com\": {\"id\": 58767968409, \"app\": \"mail.rediff.com\", \"name\": \"mail.rediff.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"hrez.crystalhues.in\": {\"id\": 58762118604, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"justpaste.it\": {\"id\": 58763765441, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"flipboard.com\": {\"id\": 58763742529, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"x.com\": {\"id\": 58763928439, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"imagecompressor.com\": {\"id\": 58763024172, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"newsbreak.com\": {\"id\": 58772504693, \"app\": \"newsbreak.com\", \"name\": \"newsbreak.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"getpocket.com\": {\"id\": 58763662151, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"teachers.net\": {\"id\": 58773304067, \"app\": \"teachers.net\", \"name\": \"teachers.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 58761637572, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onlinent\": {\"id\": 58764471256, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"karangupta.com\": {\"id\": 58762187898, \"app\": \"karangupta.com\", \"name\": \"karangupta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"business.google.com\": {\"id\": 58773379395, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"pingomatic.com\": {\"id\": 58772935652, \"app\": \"pingomatic.com\", \"name\": \"pingomatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"wikipedia.org\": {\"id\": 58769838476, \"app\": \"wikipedia.org\", \"name\": \"wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ping.twingly.com\": {\"id\": 58772929826, \"app\": \"ping.twingly.com\", \"name\": \"ping.twingly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"brijj.com\": {\"id\": 58767472357, \"app\": \"brijj.com\", \"name\": \"brijj.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"devtools\": {\"id\": 58761826912, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"lookerstudio.google.com\": {\"id\": 58761826911, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"f4mail.rediff.com\": {\"id\": 58768217153, \"app\": \"f4mail.rediff.com\", \"name\": \"f4mail.rediff.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"blogger.com\": {\"id\": 58767616828, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"logopond.com\": {\"id\": 58767483655, \"app\": \"logopond.com\", \"name\": \"logopond.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"microsoft powerpoint\": {\"id\": 58774439685, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"youtube.com\": {\"id\": 58762044663, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58761616586, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"vocal.media\": {\"id\": 58772498417, \"app\": \"vocal.media\", \"name\": \"vocal.media\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"quillbot.com\": {\"id\": 58761639211, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"rediff.com\": {\"id\": 58767940416, \"app\": \"rediff.com\", \"name\": \"rediff.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:19'),(1018,15,'2025-06-20','09:25:15','18:16:16',7.81861,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 09:25:15\", \"left\": \"2025-06-20 18:16:16\", \"late\": true, \"onlineTime\": 28257, \"offlineTime\": 0, \"desktimeTime\": 28257, \"atWorkTime\": 31861, \"afterWorkTime\": 976, \"beforeWorkTime\": 0, \"productiveTime\": 28147, \"productivity\": 99.61, \"efficiency\": 111.69, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"timesofindia.indiatimes.com\": {\"id\": 58795894422, \"app\": \"timesofindia.indiatimes.com\", \"name\": \"timesofindia.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"mail.google.com\": {\"id\": 58795635293, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"fairgaze.com\": {\"id\": 58787634358, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3668}, \"analytics.google.com\": {\"id\": 58787640880, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3615}, \"google chrome\": {\"id\": 58787791254, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3256}, \"google.com\": {\"id\": 58787792866, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2914}, \"chatgpt.com\": {\"id\": 58787624264, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2469}, \"ms-teams\": {\"id\": 58787902085, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2209}, \"docs.google.com\": {\"id\": 58788745761, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1724}, \"search.google.com\": {\"id\": 58787917549, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1151}, \"m.fairgaze.com\": {\"id\": 58787917545, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1027}, \"chrome://settings\": {\"id\": 58788842559, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 800}, \"microsoft outlook\": {\"id\": 58787615685, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 768}, \"ads.google.com\": {\"id\": 58787677913, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 702}, \"shellexperiencehost\": {\"id\": 58789101762, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 364}, \"app.neilpatel.com\": {\"id\": 58798283726, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"microsoft word\": {\"id\": 58794370112, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"publishercenter.google.com\": {\"id\": 58787792867, \"app\": \"publishercenter.google.com\", \"name\": \"publishercenter.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"seoreviewtools.com\": {\"id\": 58787625708, \"app\": \"seoreviewtools.com\", \"name\": \"seoreviewtools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"windows explorer\": {\"id\": 58787625706, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 187}, \"mun.fairgaze.com\": {\"id\": 58787806962, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"bing.com\": {\"id\": 58787617463, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"tools.guestpostlinks.net\": {\"id\": 58796152964, \"app\": \"tools.guestpostlinks.net\", \"name\": \"tools.guestpostlinks.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"free-article-spinner.com\": {\"id\": 58791181857, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"web.whatsapp.com\": {\"id\": 58787868306, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"websiteseochecker.com\": {\"id\": 58795788626, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"openai.com\": {\"id\": 58796700328, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"timeanddate.com\": {\"id\": 58792912298, \"app\": \"timeanddate.com\", \"name\": \"timeanddate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"linkedin.com\": {\"id\": 58794822584, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"robingupta.com\": {\"id\": 58796069485, \"app\": \"robingupta.com\", \"name\": \"robingupta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"360mediaworks.in\": {\"id\": 58796365658, \"app\": \"360mediaworks.in\", \"name\": \"360mediaworks.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"chrome://new-tab-page\": {\"id\": 58789070217, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"tumblr.com\": {\"id\": 58794736533, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"unknown app\": {\"id\": 58787614180, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"flipboard.com\": {\"id\": 58794697682, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"business.google.com\": {\"id\": 58789050977, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"opindia.com\": {\"id\": 58795679168, \"app\": \"opindia.com\", \"name\": \"opindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"prepostseo.com\": {\"id\": 58793986694, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"medium.com\": {\"id\": 58795721657, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"edexlive.com\": {\"id\": 58795813331, \"app\": \"edexlive.com\", \"name\": \"edexlive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"x.com\": {\"id\": 58794873404, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"justpaste.it\": {\"id\": 58794647118, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"reddit.com\": {\"id\": 58787799428, \"app\": \"reddit.com\", \"name\": \"reddit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"mightycause.com\": {\"id\": 58795251224, \"app\": \"mightycause.com\", \"name\": \"mightycause.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"developers.google.com\": {\"id\": 58789015846, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"hindustaninsider.in\": {\"id\": 58795965383, \"app\": \"hindustaninsider.in\", \"name\": \"hindustaninsider.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"imagecompressor.com\": {\"id\": 58791371184, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"notepad\": {\"id\": 58791288145, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"shellhost\": {\"id\": 58788647624, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"careers360.com\": {\"id\": 58795735934, \"app\": \"careers360.com\", \"name\": \"careers360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"scroll.in\": {\"id\": 58795666211, \"app\": \"scroll.in\", \"name\": \"scroll.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"support.google.com\": {\"id\": 58797238548, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"producthunt.com\": {\"id\": 58795333990, \"app\": \"producthunt.com\", \"name\": \"producthunt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"smallseotools.com\": {\"id\": 58797221288, \"app\": \"smallseotools.com\", \"name\": \"smallseotools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"tatapowersolar.com\": {\"id\": 58796025591, \"app\": \"tatapowersolar.com\", \"name\": \"tatapowersolar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"onlinent\": {\"id\": 58791186822, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"devtools\": {\"id\": 58791455468, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"crystalhues.com\": {\"id\": 58796359995, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"emerald.com\": {\"id\": 58790273218, \"app\": \"emerald.com\", \"name\": \"emerald.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"farthinkers.com\": {\"id\": 58794323127, \"app\": \"farthinkers.com\", \"name\": \"farthinkers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58799452332, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58800219158, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"neilpatel.com\": {\"id\": 58797471497, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blogger.com\": {\"id\": 58795873405, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sitejabber.com\": {\"id\": 58794213293, \"app\": \"sitejabber.com\", \"name\": \"sitejabber.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"click.in\": {\"id\": 58794208001, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:20'),(1019,15,'2025-06-21','10:07:58','19:49:17',0.541111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-21\", \"isOnline\": true, \"arrived\": \"2025-06-21 10:07:58\", \"left\": \"2025-06-21 19:49:17\", \"late\": true, \"onlineTime\": 2787, \"offlineTime\": 0, \"desktimeTime\": 2787, \"atWorkTime\": 34879, \"afterWorkTime\": 2289, \"beforeWorkTime\": 0, \"productiveTime\": 1948, \"productivity\": 69.9, \"efficiency\": 7.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58810731769, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}}, \"0\": {\"naukri.com\": {\"id\": 58812257939, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 654}}, \"1\": {\"analytics.google.com\": {\"id\": 58810711993, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 497}, \"google chrome\": {\"id\": 58810723521, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 424}, \"ads.google.com\": {\"id\": 58810717152, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 389}, \"bttechsoft.in\": {\"id\": 58812248437, \"app\": \"bttechsoft.in\", \"name\": \"bttechsoft.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"google.com\": {\"id\": 58810724114, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"chatgpt.com\": {\"id\": 58810731177, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"dpl.gov.in\": {\"id\": 58812494585, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"microsoft outlook\": {\"id\": 58812235075, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"web.whatsapp.com\": {\"id\": 58810737094, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"swantour.com\": {\"id\": 58812334852, \"app\": \"swantour.com\", \"name\": \"swantour.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"voipinfotech.com\": {\"id\": 58812530029, \"app\": \"voipinfotech.com\", \"name\": \"voipinfotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"docs.google.com\": {\"id\": 58810732482, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"mayurpublicschool.com\": {\"id\": 58812493949, \"app\": \"mayurpublicschool.com\", \"name\": \"mayurpublicschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"drive.google.com\": {\"id\": 58812496278, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"brandemic.in\": {\"id\": 58812500439, \"app\": \"brandemic.in\", \"name\": \"brandemic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"app.neilpatel.com\": {\"id\": 58810730494, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"unknown app\": {\"id\": 58812238880, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 58810712679, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"windows explorer\": {\"id\": 58812234547, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"business.google.com\": {\"id\": 58812240673, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ms-teams\": {\"id\": 58812236615, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 58812529437, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome://new-tab-page\": {\"id\": 58812234545, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"fairgaze.com\": {\"id\": 58810730493, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:21'),(1020,15,'2025-06-22','11:13:52','14:38:51',0.527222,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-22\", \"isOnline\": true, \"arrived\": \"2025-06-22 11:13:52\", \"left\": \"2025-06-22 14:38:51\", \"late\": true, \"onlineTime\": 1932, \"offlineTime\": 0, \"desktimeTime\": 1932, \"atWorkTime\": 12299, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 1898, \"productivity\": 98.24, \"efficiency\": 7.53, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58813898919, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}}, \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 58813894255, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 732}, \"epfindia.gov.in\": {\"id\": 58813942899, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 366}, \"google chrome\": {\"id\": 58813893952, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 243}, \"microsoft outlook\": {\"id\": 58813949448, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 209}, \"99acres.com\": {\"id\": 58813944857, \"app\": \"99acres.com\", \"name\": \"99acres.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"web.whatsapp.com\": {\"id\": 58813939015, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"hrez.crystalhues.in\": {\"id\": 58813936215, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"windows explorer\": {\"id\": 58813949014, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"google.com\": {\"id\": 58813944203, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://profile-picker\": {\"id\": 58814300613, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 06:12:22'),(1021,15,'2025-06-23','09:08:29','18:13:38',8.18083,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 09:08:29\", \"left\": \"2025-06-23 18:13:38\", \"late\": true, \"onlineTime\": 29622, \"offlineTime\": 0, \"desktimeTime\": 29622, \"atWorkTime\": 32709, \"afterWorkTime\": 818, \"beforeWorkTime\": 0, \"productiveTime\": 29451, \"productivity\": 99.42, \"efficiency\": 116.87, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58817788428, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"shiksha.com\": {\"id\": 58826657848, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"khanacademy.org\": {\"id\": 58826652325, \"app\": \"khanacademy.org\", \"name\": \"khanacademy.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58817335414, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4256}, \"analytics.google.com\": {\"id\": 58816611295, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3280}, \"chatgpt.com\": {\"id\": 58817120761, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2778}, \"fairgaze.com\": {\"id\": 58817522277, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2719}, \"search.google.com\": {\"id\": 58817154397, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2359}, \"google chrome\": {\"id\": 58816604663, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2282}, \"m.fairgaze.com\": {\"id\": 58817538581, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2232}, \"docs.google.com\": {\"id\": 58817791818, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1930}, \"google.com\": {\"id\": 58816656009, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1508}, \"free-article-spinner.com\": {\"id\": 58817618263, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"sdg.fairgaze.com\": {\"id\": 58816656010, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 654}, \"chrome://settings\": {\"id\": 58816658570, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 453}, \"notepad\": {\"id\": 58817500538, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 383}, \"app.neilpatel.com\": {\"id\": 58823616948, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"bing.com\": {\"id\": 58817692099, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 357}, \"trends.google.com\": {\"id\": 58817833559, \"app\": \"trends.google.com\", \"name\": \"trends.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"feedly.com\": {\"id\": 58820046747, \"app\": \"feedly.com\", \"name\": \"feedly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"mun.fairgaze.com\": {\"id\": 58816604664, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"neilpatel.com\": {\"id\": 58823080877, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"windows explorer\": {\"id\": 58816792073, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"unknown app\": {\"id\": 58816905679, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 166}, \"youtube.com\": {\"id\": 58820503861, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"explodingtopics.com\": {\"id\": 58819910122, \"app\": \"explodingtopics.com\", \"name\": \"explodingtopics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"linkedin.com\": {\"id\": 58819187617, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"shellexperiencehost\": {\"id\": 58819748310, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"keywordtool.io\": {\"id\": 58819998531, \"app\": \"keywordtool.io\", \"name\": \"keywordtool.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"web.whatsapp.com\": {\"id\": 58817078062, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"edutopia.org\": {\"id\": 58826734054, \"app\": \"edutopia.org\", \"name\": \"edutopia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"ms-teams\": {\"id\": 58818571646, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"study.com\": {\"id\": 58826835260, \"app\": \"study.com\", \"name\": \"study.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"hrez.crystalhues.in\": {\"id\": 58816793603, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"instapaper.com\": {\"id\": 58819111624, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"flipboard.com\": {\"id\": 58819438368, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"eduettu.com\": {\"id\": 58826912336, \"app\": \"eduettu.com\", \"name\": \"eduettu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"diigo.com\": {\"id\": 58819077301, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"blogger.com\": {\"id\": 58819566518, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"brighterly.com\": {\"id\": 58826969859, \"app\": \"brighterly.com\", \"name\": \"brighterly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"microsoft outlook\": {\"id\": 58816603401, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"pingomatic.com\": {\"id\": 58818043853, \"app\": \"pingomatic.com\", \"name\": \"pingomatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"x.com\": {\"id\": 58819224610, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"seoreviewtools.com\": {\"id\": 58819984869, \"app\": \"seoreviewtools.com\", \"name\": \"seoreviewtools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"nassp.org\": {\"id\": 58826783792, \"app\": \"nassp.org\", \"name\": \"nassp.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"kiplinger.com\": {\"id\": 58826992598, \"app\": \"kiplinger.com\", \"name\": \"kiplinger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"support.google.com\": {\"id\": 58819866414, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"onlinent\": {\"id\": 58817154398, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"shellhost\": {\"id\": 58820509128, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"business.google.com\": {\"id\": 58817981357, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"justpaste.it\": {\"id\": 58819541552, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"detailed.com\": {\"id\": 58826828918, \"app\": \"detailed.com\", \"name\": \"detailed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"chrome://new-tab-page\": {\"id\": 58816678960, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"mindler.com\": {\"id\": 58827106305, \"app\": \"mindler.com\", \"name\": \"mindler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"edudel.nic.in\": {\"id\": 58820392994, \"app\": \"edudel.nic.in\", \"name\": \"edudel.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"answerthepublic.com\": {\"id\": 58827543115, \"app\": \"answerthepublic.com\", \"name\": \"answerthepublic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"getpocket.com\": {\"id\": 58819102844, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"developers.google.com\": {\"id\": 58817152119, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"competencebased.com\": {\"id\": 58827095156, \"app\": \"competencebased.com\", \"name\": \"competencebased.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"standtogether.org\": {\"id\": 58826728016, \"app\": \"standtogether.org\", \"name\": \"standtogether.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chromewebdata\": {\"id\": 58825375089, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"pingler.com\": {\"id\": 58818064819, \"app\": \"pingler.com\", \"name\": \"pingler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58828670986, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 58817497534, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": 58828658009, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"fairgaze.blogspot.com\": {\"id\": 58819601570, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome://newtab\": {\"id\": 58825375083, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://tab-search.top-chrome\": {\"id\": 58818096789, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58829155050, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:24'),(1022,15,'2025-06-24','09:13:35','18:12:27',7.79639,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 09:13:35\", \"left\": \"2025-06-24 18:12:27\", \"late\": true, \"onlineTime\": 28567, \"offlineTime\": 0, \"desktimeTime\": 28567, \"atWorkTime\": 32332, \"afterWorkTime\": 747, \"beforeWorkTime\": 0, \"productiveTime\": 28067, \"productivity\": 98.25, \"efficiency\": 111.38, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"myspace.com\": {\"id\": 58844796777, \"app\": \"myspace.com\", \"name\": \"myspace.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 387}, \"mail.google.com\": {\"id\": 58843059716, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"pinterest.com\": {\"id\": 58845642558, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"search.google.com\": {\"id\": 58842984609, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4740}, \"m.fairgaze.com\": {\"id\": 58843080425, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3475}, \"ads.google.com\": {\"id\": 58843014662, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3132}, \"chatgpt.com\": {\"id\": 58843023489, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2397}, \"google chrome\": {\"id\": 58842990555, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2332}, \"fairgaze.com\": {\"id\": 58842987880, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2171}, \"analytics.google.com\": {\"id\": 58842991805, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2090}, \"docs.google.com\": {\"id\": 58843078868, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1363}, \"google.com\": {\"id\": 58843075107, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 822}, \"notepad\": {\"id\": 58843134420, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 817}, \"free-article-spinner.com\": {\"id\": 58843128730, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 547}, \"ms-teams\": {\"id\": 58843066974, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 523}, \"designer.microsoft.com\": {\"id\": 58848806539, \"app\": \"designer.microsoft.com\", \"name\": \"designer.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 411}, \"windows explorer\": {\"id\": 58843066973, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 273}, \"tagmanager.google.com\": {\"id\": 58844212393, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 253}, \"reddit.com\": {\"id\": 58845472223, \"app\": \"reddit.com\", \"name\": \"reddit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 244}, \"neilpatel.com\": {\"id\": 58843013262, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"bing.com\": {\"id\": 58843080424, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"chrome://new-tab-page\": {\"id\": 58844933900, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"extramarks.com\": {\"id\": 58856211079, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"prepostseo.com\": {\"id\": 58849222986, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"blog.google\": {\"id\": 58853660410, \"app\": \"blog.google\", \"name\": \"blog.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"lockapp\": {\"id\": 58850829352, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"flipboard.com\": {\"id\": 58845024035, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"microsoft outlook\": {\"id\": 58844145145, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"groww.in\": {\"id\": 58851649892, \"app\": \"groww.in\", \"name\": \"groww.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"diigo.com\": {\"id\": 58844980700, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"a1-webmarks.com\": {\"id\": 58855059740, \"app\": \"a1-webmarks.com\", \"name\": \"a1-webmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"openai.com\": {\"id\": 58849302932, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"apsense.com\": {\"id\": 58845587973, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"tumblr.com\": {\"id\": 58845169294, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"instapaper.com\": {\"id\": 58844971043, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"unknown app\": {\"id\": 58843166657, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"web.whatsapp.com\": {\"id\": 58843055360, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"cohesiveglobal.com\": {\"id\": 58846139318, \"app\": \"cohesiveglobal.com\", \"name\": \"cohesiveglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"pickerhost\": {\"id\": 58844349835, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"x.com\": {\"id\": 58845160675, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"pw.live\": {\"id\": 58855845012, \"app\": \"pw.live\", \"name\": \"pw.live\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"desktime.com\": {\"id\": 58855501224, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"snippingtool\": {\"id\": 58844345663, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"getpocket.com\": {\"id\": 58844958051, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"wisdomworldschool.in\": {\"id\": 58855880495, \"app\": \"wisdomworldschool.in\", \"name\": \"wisdomworldschool.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"blogger.com\": {\"id\": 58845208076, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"linkedin.com\": {\"id\": 58845418009, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"msedgewebview2\": {\"id\": 58844402490, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"incrementors.com\": {\"id\": 58854819874, \"app\": \"incrementors.com\", \"name\": \"incrementors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"webfx.com\": {\"id\": 58854846129, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"justpaste.it\": {\"id\": 58845143442, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"business.google.com\": {\"id\": 58849368583, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"onlinent\": {\"id\": 58843982401, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"designfloat.com\": {\"id\": 58855065434, \"app\": \"designfloat.com\", \"name\": \"designfloat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"bookmark4you.com\": {\"id\": 58855082815, \"app\": \"bookmark4you.com\", \"name\": \"bookmark4you.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"adb.org\": {\"id\": 58845979626, \"app\": \"adb.org\", \"name\": \"adb.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"searchhost\": {\"id\": 58844345662, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"developers.google.com\": {\"id\": 58843211554, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58844459538, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"keywordtool.io\": {\"id\": 58852442222, \"app\": \"keywordtool.io\", \"name\": \"keywordtool.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"medium.com\": {\"id\": 58855070726, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"breathesafeair.com\": {\"id\": 58854135328, \"app\": \"breathesafeair.com\", \"name\": \"breathesafeair.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"mun.fairgaze.com\": {\"id\": 58846045350, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://newtab\": {\"id\": 58848518451, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"fairgaze.blogspot.com\": {\"id\": 58845233712, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"nbcnews.com\": {\"id\": 58855053432, \"app\": \"nbcnews.com\", \"name\": \"nbcnews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58845614615, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://settings\": {\"id\": 58855750237, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shoutwire.com\": {\"id\": 58855082812, \"app\": \"shoutwire.com\", \"name\": \"shoutwire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"youtube.com\": {\"id\": 58854150926, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"byjus.com\": {\"id\": 58854145594, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:25'),(1023,15,'2025-06-25','09:45:31','18:26:50',0.621389,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 09:45:31\", \"left\": \"2025-06-25 18:26:50\", \"late\": true, \"onlineTime\": 2247, \"offlineTime\": 0, \"desktimeTime\": 2247, \"atWorkTime\": 31279, \"afterWorkTime\": 1434, \"beforeWorkTime\": 0, \"productiveTime\": 2237, \"productivity\": 99.55, \"efficiency\": 8.88, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58884323184, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58874927368, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"analytics.google.com\": {\"id\": 58874854837, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 408}, \"chatgpt.com\": {\"id\": 58870303559, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 287}, \"search.google.com\": {\"id\": 58875074843, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"hrez.crystalhues.in\": {\"id\": 58870305124, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"google chrome\": {\"id\": 58870305123, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"microsoft outlook\": {\"id\": 58883817266, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"google.com\": {\"id\": 58874922098, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"ms-teams\": {\"id\": 58874837978, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"learn.deeplearning.ai\": {\"id\": 58884317018, \"app\": \"learn.deeplearning.ai\", \"name\": \"learn.deeplearning.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"aistudio.google.com\": {\"id\": 58884419980, \"app\": \"aistudio.google.com\", \"name\": \"aistudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"windows explorer\": {\"id\": 58883842287, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 58874878935, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"pickerhost\": {\"id\": 58884390075, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 58884414845, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.com\": {\"id\": 58875069679, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58870301646, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:25'),(1024,15,'2025-06-26','09:26:06','18:14:30',7.85167,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 09:26:06\", \"left\": \"2025-06-26 18:14:30\", \"late\": true, \"onlineTime\": 28388, \"offlineTime\": 0, \"desktimeTime\": 28388, \"atWorkTime\": 31704, \"afterWorkTime\": 75, \"beforeWorkTime\": 0, \"productiveTime\": 28266, \"productivity\": 99.57, \"efficiency\": 112.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58898902237, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"shiksha.com\": {\"id\": 58907394531, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}}, \"0\": [], \"1\": {\"m.fairgaze.com\": {\"id\": 58898254280, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7210}, \"google.com\": {\"id\": 58898206532, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2997}, \"google chrome\": {\"id\": 58898204957, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2460}, \"chatgpt.com\": {\"id\": 58898462150, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2260}, \"fairgaze.com\": {\"id\": 58898259166, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2114}, \"docs.google.com\": {\"id\": 58898911472, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2084}, \"ads.google.com\": {\"id\": 58903764705, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1715}, \"search.google.com\": {\"id\": 58899116326, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1070}, \"analytics.google.com\": {\"id\": 58902121421, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1015}, \"free-article-spinner.com\": {\"id\": 58899013752, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 681}, \"notepad\": {\"id\": 58899019765, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 566}, \"mun.fairgaze.com\": {\"id\": 58898206536, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 556}, \"prepostseo.com\": {\"id\": 58901978014, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 555}, \"app.webpushr.com\": {\"id\": 58902182048, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"chrome://settings\": {\"id\": 58898262253, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 501}, \"unknown app\": {\"id\": 58898429895, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"microsoft outlook\": {\"id\": 58901718768, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 302}, \"crystalhues.com\": {\"id\": 58910474079, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"lockapp\": {\"id\": 58909655797, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 202}, \"windows explorer\": {\"id\": 58898200763, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 194}, \"duplichecker.com\": {\"id\": 58900177151, \"app\": \"duplichecker.com\", \"name\": \"duplichecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"hrez.crystalhues.in\": {\"id\": 58909903826, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"exchange4media.com\": {\"id\": 58911847105, \"app\": \"exchange4media.com\", \"name\": \"exchange4media.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"chrome://new-tab-page\": {\"id\": 58898267009, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"shellexperiencehost\": {\"id\": 58898241383, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"techrecur.com\": {\"id\": 58907725693, \"app\": \"techrecur.com\", \"name\": \"techrecur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"developers.google.com\": {\"id\": 58899113111, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"desktime.com\": {\"id\": 58898247912, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"business.google.com\": {\"id\": 58902380090, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"ms-teams\": {\"id\": 58898200758, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"elearnmag.acm.org\": {\"id\": 58907744499, \"app\": \"elearnmag.acm.org\", \"name\": \"elearnmag.acm.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"neilpatel.com\": {\"id\": 58908634698, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"app.neilpatel.com\": {\"id\": 58908641443, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 58898199230, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"udyamregistration.gov.in\": {\"id\": 58904442571, \"app\": \"udyamregistration.gov.in\", \"name\": \"udyamregistration.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"openai.com\": {\"id\": 58899373522, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome://profile-picker\": {\"id\": 58898203418, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"spinbot.com\": {\"id\": 58909065249, \"app\": \"spinbot.com\", \"name\": \"spinbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"blogs.backlinkworks.com\": {\"id\": 58907805936, \"app\": \"blogs.backlinkworks.com\", \"name\": \"blogs.backlinkworks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"en.wikipedia.org\": {\"id\": 58906642912, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58899019763, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onlinent\": {\"id\": 58908614574, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"allenoverseas.com\": {\"id\": 58909059529, \"app\": \"allenoverseas.com\", \"name\": \"allenoverseas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"amityonline.com\": {\"id\": 58908907443, \"app\": \"amityonline.com\", \"name\": \"amityonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tagassistant.google.com\": {\"id\": 58909407562, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"avanse.com\": {\"id\": 58908936544, \"app\": \"avanse.com\", \"name\": \"avanse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"airtable.com\": {\"id\": 58898899409, \"app\": \"airtable.com\", \"name\": \"airtable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sheet2site.com\": {\"id\": 58898532158, \"app\": \"sheet2site.com\", \"name\": \"sheet2site.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 58898251006, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:26'),(1025,15,'2025-06-27','09:24:53','18:20:27',7.30306,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 09:24:53\", \"left\": \"2025-06-27 18:20:27\", \"late\": true, \"onlineTime\": 26296, \"offlineTime\": 0, \"desktimeTime\": 26296, \"atWorkTime\": 32134, \"afterWorkTime\": 464, \"beforeWorkTime\": 0, \"productiveTime\": 26291, \"productivity\": 99.98, \"efficiency\": 104.33, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58925900353, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": [], \"1\": {\"m.fairgaze.com\": {\"id\": 58925595313, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4095}, \"ads.google.com\": {\"id\": 58925381573, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2802}, \"google.com\": {\"id\": 58925377985, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2388}, \"chatgpt.com\": {\"id\": 58925303069, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1801}, \"search.google.com\": {\"id\": 58925309689, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1762}, \"analytics.google.com\": {\"id\": 58927875908, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1648}, \"forms.office.com\": {\"id\": 58929141248, \"app\": \"forms.office.com\", \"name\": \"forms.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1574}, \"docs.google.com\": {\"id\": 58925450570, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1473}, \"ms-teams\": {\"id\": 58927322495, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1244}, \"fairgaze.com\": {\"id\": 58925460380, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1234}, \"google chrome\": {\"id\": 58925377984, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1230}, \"notepad\": {\"id\": 58925632164, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 906}, \"free-article-spinner.com\": {\"id\": 58925627659, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 803}, \"windows explorer\": {\"id\": 58925632163, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 583}, \"mun.fairgaze.com\": {\"id\": 58925307419, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 386}, \"bing.com\": {\"id\": 58932684284, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"hrez.crystalhues.in\": {\"id\": 58925732989, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"microsoft outlook\": {\"id\": 58927643608, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 287}, \"shellhost\": {\"id\": 58927322496, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 272}, \"chrome://settings\": {\"id\": 58927959558, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"openai.com\": {\"id\": 58926459296, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"app.webpushr.com\": {\"id\": 58928305149, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"unknown app\": {\"id\": 58925636560, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"extramarks.com\": {\"id\": 58936435339, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"quickup\": {\"id\": 58927339932, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"msedge\": {\"id\": 58931015621, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"chrome://new-tab-page\": {\"id\": 58927959561, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"istockphoto.com\": {\"id\": 58932701779, \"app\": \"istockphoto.com\", \"name\": \"istockphoto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"prepostseo.com\": {\"id\": 58927682072, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"desktime.com\": {\"id\": 58935369971, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"chromewebstore.google.com\": {\"id\": 58925554674, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"web.whatsapp.com\": {\"id\": 58934349008, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"onlinent\": {\"id\": 58927335895, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"wisdomworldschool.in\": {\"id\": 58936451701, \"app\": \"wisdomworldschool.in\", \"name\": \"wisdomworldschool.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"microsoft excel\": {\"id\": 58925422077, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"about:blank\": {\"id\": 58931661721, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"so.city\": {\"id\": 58936534243, \"app\": \"so.city\", \"name\": \"so.city\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"neilpatel.com\": {\"id\": 58927834520, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"developers.google.com\": {\"id\": 58934046117, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"business.google.com\": {\"id\": 58925381572, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"indiacelebrating.com\": {\"id\": 58933481735, \"app\": \"indiacelebrating.com\", \"name\": \"indiacelebrating.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"exchange4media.com\": {\"id\": 58925301693, \"app\": \"exchange4media.com\", \"name\": \"exchange4media.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pingler.com\": {\"id\": 58937165279, \"app\": \"pingler.com\", \"name\": \"pingler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58937798977, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:27'),(1026,15,'2025-06-28','09:06:51','16:39:50',7.10556,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 09:06:51\", \"left\": \"2025-06-28 16:39:50\", \"late\": true, \"onlineTime\": 25640, \"offlineTime\": 0, \"desktimeTime\": 25640, \"atWorkTime\": 27179, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25580, \"productivity\": 99.77, \"efficiency\": 101.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58949845672, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"accounts.google.com\": {\"id\": 58950819639, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"m.fairgaze.com\": {\"id\": 58949154371, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3487}, \"google.com\": {\"id\": 58949161090, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3403}, \"google chrome\": {\"id\": 58949159932, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2846}, \"fairgaze.com\": {\"id\": 58949149954, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2698}, \"analytics.google.com\": {\"id\": 58949130433, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2416}, \"docs.google.com\": {\"id\": 58949129422, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1450}, \"search.google.com\": {\"id\": 58949133028, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1351}, \"chatgpt.com\": {\"id\": 58949676007, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1303}, \"ads.google.com\": {\"id\": 58949130432, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 944}, \"sdg.fairgaze.com\": {\"id\": 58949161091, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 575}, \"notepad\": {\"id\": 58949723573, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 567}, \"mun.fairgaze.com\": {\"id\": 58949281670, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 513}, \"chrome://settings\": {\"id\": 58949161611, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"free-article-spinner.com\": {\"id\": 58949730154, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 441}, \"unknown app\": {\"id\": 58949128932, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 393}, \"prepostseo.com\": {\"id\": 58950320024, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"microsoft outlook\": {\"id\": 58949129423, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"windows explorer\": {\"id\": 58949148355, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"msedge\": {\"id\": 58953134550, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"pearltrees.com\": {\"id\": 58949612368, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"bing.com\": {\"id\": 58949717276, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"indiaasisee.fairgaze.com\": {\"id\": 58949601316, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"publishercenter.google.com\": {\"id\": 58950825577, \"app\": \"publishercenter.google.com\", \"name\": \"publishercenter.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"x.com\": {\"id\": 58950187289, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"ms-teams\": {\"id\": 58949150459, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"chrome://new-tab-page\": {\"id\": 58949169629, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"byjus.com\": {\"id\": 58950665772, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"onlinent\": {\"id\": 58949761682, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"openai.com\": {\"id\": 58949988696, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"smallseotools.com\": {\"id\": 58949894950, \"app\": \"smallseotools.com\", \"name\": \"smallseotools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"lockapp\": {\"id\": 58949253943, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"desktime.com\": {\"id\": 58949148357, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"linkedin.com\": {\"id\": 58950170771, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"web.whatsapp.com\": {\"id\": 58950548644, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"app.webpushr.com\": {\"id\": 58949668697, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"getpocket.com\": {\"id\": 58949597161, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"extramarks.com\": {\"id\": 58949149431, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"edtechreview.in\": {\"id\": 58950812012, \"app\": \"edtechreview.in\", \"name\": \"edtechreview.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"hrez.crystalhues.in\": {\"id\": 58949153396, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"shellexperiencehost\": {\"id\": 58949162640, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"influencer.in\": {\"id\": 58950803605, \"app\": \"influencer.in\", \"name\": \"influencer.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58950193741, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"microsoft store\": {\"id\": 58950193039, \"app\": \"Microsoft Store\", \"name\": \"Microsoft Store\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"support.google.com\": {\"id\": 58950825578, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"microsoft.com\": {\"id\": 58950651336, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"winstore.app\": {\"id\": 58950202236, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 58950727072, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:28'),(1027,15,'2025-06-29','11:12:46','12:40:50',0.535278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-29\", \"isOnline\": true, \"arrived\": \"2025-06-29 11:12:46\", \"left\": \"2025-06-29 12:40:50\", \"late\": true, \"onlineTime\": 1927, \"offlineTime\": 0, \"desktimeTime\": 1927, \"atWorkTime\": 5284, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 1927, \"productivity\": 100, \"efficiency\": 7.65, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"google chrome\": {\"id\": 58953134553, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 496}, \"analytics.google.com\": {\"id\": 58953134551, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 423}, \"passbook.epfindia.gov.in\": {\"id\": 58953154059, \"app\": \"passbook.epfindia.gov.in\", \"name\": \"passbook.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 339}, \"chatgpt.com\": {\"id\": 58953134554, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"hrez.crystalhues.in\": {\"id\": 58953153665, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"search.google.com\": {\"id\": 58953320195, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"ads.google.com\": {\"id\": 58953137390, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"google.com\": {\"id\": 58953135550, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"ms-teams\": {\"id\": 58953305445, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"web.whatsapp.com\": {\"id\": 58953155532, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"epfindia.gov.in\": {\"id\": 58953150081, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"developers.google.com\": {\"id\": 58953319733, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"fairgaze.com\": {\"id\": 58953140520, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"windows explorer\": {\"id\": 58953302899, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"chrome://whats-new\": {\"id\": 58953302901, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58953174458, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"linkedin.com\": {\"id\": 58953152767, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://profile-picker\": {\"id\": 58953302900, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58953174457, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"app.aiprm.com\": {\"id\": 58953166107, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"unknown app\": {\"id\": 58953147570, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"solomofy.com\": {\"id\": 58953167592, \"app\": \"solomofy.com\", \"name\": \"solomofy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:29'),(1028,15,'2025-06-30','09:14:26','18:08:40',7.61083,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 09:14:26\", \"left\": \"2025-06-30 18:08:40\", \"late\": true, \"onlineTime\": 28066, \"offlineTime\": 0, \"desktimeTime\": 28066, \"atWorkTime\": 32054, \"afterWorkTime\": 520, \"beforeWorkTime\": 0, \"productiveTime\": 27399, \"productivity\": 97.62, \"efficiency\": 108.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"quora.com\": {\"id\": 58956828256, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 283}, \"pinterest.com\": {\"id\": 58957646198, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"mail.google.com\": {\"id\": 58957544042, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"myspace.com\": {\"id\": 58957792843, \"app\": \"myspace.com\", \"name\": \"myspace.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"accounts.google.com\": {\"id\": 58957413856, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 58956140357, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3263}, \"google.com\": {\"id\": 58956185508, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3090}, \"ads.google.com\": {\"id\": 58956842144, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2698}, \"google chrome\": {\"id\": 58956117972, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2475}, \"fairgaze.com\": {\"id\": 58956863343, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2267}, \"chatgpt.com\": {\"id\": 58957199478, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2128}, \"m.fairgaze.com\": {\"id\": 58957985467, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1755}, \"search.google.com\": {\"id\": 58957196122, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1258}, \"docs.google.com\": {\"id\": 58957551323, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1153}, \"microsoft powerpoint\": {\"id\": 58962224173, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1102}, \"chrome://settings\": {\"id\": 58956262997, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 920}, \"mun.fairgaze.com\": {\"id\": 58956120518, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 816}, \"sdg.fairgaze.com\": {\"id\": 58957078659, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 527}, \"free-article-spinner.com\": {\"id\": 58958479498, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"notepad\": {\"id\": 58956157769, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 420}, \"youtube.com\": {\"id\": 58965232450, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 399}, \"publishercenter.google.com\": {\"id\": 58956921904, \"app\": \"publishercenter.google.com\", \"name\": \"publishercenter.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 217}, \"windows explorer\": {\"id\": 58956172052, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"ms-teams\": {\"id\": 58956111896, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 184}, \"chrome://new-tab-page\": {\"id\": 58956279302, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"bing.com\": {\"id\": 58958580941, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"msedge\": {\"id\": 58967811079, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"app.webpushr.com\": {\"id\": 58959283637, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"unknown app\": {\"id\": 58956240243, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 161}, \"pingler.com\": {\"id\": 58960087141, \"app\": \"pingler.com\", \"name\": \"pingler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"microsoft outlook\": {\"id\": 58956111900, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"tagmanager.google.com\": {\"id\": 58968231288, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"shellexperiencehost\": {\"id\": 58958057499, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"prepostseo.com\": {\"id\": 58959239654, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"indiastudychannel.com\": {\"id\": 58962900733, \"app\": \"indiastudychannel.com\", \"name\": \"indiastudychannel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"app.neilpatel.com\": {\"id\": 58967109388, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"desktime.com\": {\"id\": 58967811074, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"openai.com\": {\"id\": 58965608740, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"hrez.crystalhues.in\": {\"id\": 58956375841, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"developers.google.com\": {\"id\": 58957196117, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"medium.com\": {\"id\": 58960157606, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"msedgewebview2\": {\"id\": 58962212213, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"business.google.com\": {\"id\": 58956839438, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"searchengineland.com\": {\"id\": 58967915625, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"chrome://profile-picker\": {\"id\": 58956111898, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"web.whatsapp.com\": {\"id\": 58962277468, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chrome://history\": {\"id\": 58967320010, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"neilpatel.com\": {\"id\": 58967103235, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"pingomatic.com\": {\"id\": 58960081607, \"app\": \"pingomatic.com\", \"name\": \"pingomatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"dpl.gov.in\": {\"id\": 58968901001, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 58956110538, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellhost\": {\"id\": 58965232456, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"chrome://newtab\": {\"id\": 58956831001, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"marketmystique.com\": {\"id\": 58968206286, \"app\": \"marketmystique.com\", \"name\": \"marketmystique.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58956156365, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"news.google.com\": {\"id\": 58967898053, \"app\": \"news.google.com\", \"name\": \"news.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome-extension://akdgnmcogleenhbclghghlkkdndkjdjc\": {\"id\": 58967320004, \"app\": \"chrome-extension://akdgnmcogleenhbclghghlkkdndkjdjc\", \"name\": \"chrome-extension://akdgnmcogleenhbclghghlkkdndkjdjc\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58966326242, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"getpocket.com\": {\"id\": 58957801326, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:29'),(1029,16,'2025-06-01',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-01\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:29'),(1030,16,'2025-06-02','10:58:19','19:05:39',8.00222,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 10:58:19\", \"left\": \"2025-06-02 19:05:39\", \"late\": true, \"onlineTime\": 26600, \"offlineTime\": 2196, \"desktimeTime\": 28796, \"atWorkTime\": 29240, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28808, \"productivity\": 100, \"efficiency\": 103.25, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58406451942, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8820}, \"microsoft outlook\": {\"id\": 58405885483, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4589}, \"ms-teams\": {\"id\": 58405874429, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4089}, \"windows explorer\": {\"id\": 58405874444, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3178}, \"not work in hand (offline time)\": {\"id\": 58419955816, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2196}, \"acrobat\": {\"id\": 58406002308, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1828}, \"sdltradosstudio\": {\"id\": 58407034448, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1680}, \"translate.google.co.in\": {\"id\": 58405944683, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 463}, \"pms.chlserv.com\": {\"id\": 58405928472, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"microsoft excel\": {\"id\": 58407423327, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 237}, \"hrez.crystalhues.in\": {\"id\": 58406420312, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"192.168.0.250\": {\"id\": 58406915946, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"desktime.com\": {\"id\": 58406220728, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"xbench\": {\"id\": 58407408661, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"snippingtool\": {\"id\": 58407537880, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"unknown app\": {\"id\": 58405902556, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"searchhost\": {\"id\": 58407532697, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"google.com\": {\"id\": 58405944682, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"192.168.0.251\": {\"id\": 58408826082, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 58409692285, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"msedgewebview2\": {\"id\": 58408072838, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"docs.google.com\": {\"id\": 58417439963, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"eu.cloud.trados.com\": {\"id\": 58416446918, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"glossaryconverter\": {\"id\": 58418771051, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"google chrome\": {\"id\": 58405928469, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"calculatorapp\": {\"id\": 58419906955, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"scgui\": {\"id\": 58406894330, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 58405874439, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"systemsettings\": {\"id\": 58405874437, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58408100605, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"sdl-prod.eu.auth0.com\": {\"id\": 58416446914, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"scanner\": {\"id\": 58405902558, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58405874433, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"microsoft powerpoint\": {\"id\": 58419658130, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"powertoys.powerocr\": {\"id\": 58412018276, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"dwm\": {\"id\": 58418777089, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"go.microsoft.com\": {\"id\": 58408078425, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:34'),(1031,16,'2025-06-03','10:04:28','19:05:51',8.09083,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 10:04:28\", \"left\": \"2025-06-03 19:05:51\", \"late\": true, \"onlineTime\": 29332, \"offlineTime\": 0, \"desktimeTime\": 29332, \"atWorkTime\": 32483, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29127, \"productivity\": 99.3, \"efficiency\": 104.4, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"redbus.in\": {\"id\": 58442813783, \"app\": \"redbus.in\", \"name\": \"redbus.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"shabdkosh.com\": {\"id\": 58444205003, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58432268519, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6093}, \"microsoft word\": {\"id\": 58432281178, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5878}, \"microsoft outlook\": {\"id\": 58432278800, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5148}, \"windows explorer\": {\"id\": 58432268527, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3710}, \"sdltradosstudio\": {\"id\": 58439441505, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1426}, \"acrobat\": {\"id\": 58433473025, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1340}, \"microsoft paint\": {\"id\": 58436659830, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1332}, \"microsoft excel\": {\"id\": 58432287469, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 810}, \"translate.google.co.in\": {\"id\": 58432341073, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 621}, \"pms.chlserv.com\": {\"id\": 58432338224, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 488}, \"shellexperiencehost\": {\"id\": 58440517191, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 264}, \"xbench\": {\"id\": 58436979973, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 264}, \"eu.cloud.trados.com\": {\"id\": 58440627711, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"confirmtkt.com\": {\"id\": 58439447325, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"192.168.0.250\": {\"id\": 58433615600, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"hrez.crystalhues.in\": {\"id\": 58432934632, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 177}, \"snippingtool\": {\"id\": 58433619967, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"unknown app\": {\"id\": 58432287458, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"photos\": {\"id\": 58440178845, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"microsoft powerpoint\": {\"id\": 58446051412, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"google chrome\": {\"id\": 58432335871, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"msedge\": {\"id\": 58433925180, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"msedgewebview2\": {\"id\": 58432908230, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"google.com\": {\"id\": 58432341071, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"searchhost\": {\"id\": 58433619965, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"desktime.com\": {\"id\": 58446743160, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"scgui\": {\"id\": 58432268523, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"credentialuibroker\": {\"id\": 58432268524, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"systemsettings\": {\"id\": 58432268522, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"glossaryconverter\": {\"id\": 58440420141, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"sdl-prod.eu.auth0.com\": {\"id\": 58440627709, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"werfault\": {\"id\": 58436990934, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"dwm\": {\"id\": 58436985739, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"languagecloud.sdl.com\": {\"id\": 58440627707, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58432268521, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 58432287463, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"onedrive\": {\"id\": 58432268518, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:34'),(1032,16,'2025-06-04','09:55:18','19:06:20',7.90194,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 09:55:18\", \"left\": \"2025-06-04 19:06:20\", \"late\": true, \"onlineTime\": 28530, \"offlineTime\": 0, \"desktimeTime\": 28530, \"atWorkTime\": 33062, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28447, \"productivity\": 99.7, \"efficiency\": 101.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58474380146, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"0\": {\"canva.com\": {\"id\": 58462178457, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}}, \"1\": {\"ms-teams\": {\"id\": 58460358351, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8992}, \"microsoft outlook\": {\"id\": 58460362800, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6534}, \"microsoft word\": {\"id\": 58462122481, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6374}, \"windows explorer\": {\"id\": 58460362799, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2114}, \"hrez.crystalhues.in\": {\"id\": 58461511912, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 602}, \"microsoft excel\": {\"id\": 58465049325, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 594}, \"sdltradosstudio\": {\"id\": 58470921702, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 578}, \"translate.google.co.in\": {\"id\": 58460753632, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"pms.chlserv.com\": {\"id\": 58460730580, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 442}, \"shellexperiencehost\": {\"id\": 58460358358, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 442}, \"acrobat\": {\"id\": 58461616129, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 338}, \"192.168.0.251\": {\"id\": 58471445371, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 279}, \"192.168.0.250\": {\"id\": 58469960614, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"google chrome\": {\"id\": 58460730578, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"confirmtkt.com\": {\"id\": 58460736212, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"desktime.com\": {\"id\": 58461283457, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"xbench\": {\"id\": 58471691988, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"unknown app\": {\"id\": 58460358359, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"credentialuibroker\": {\"id\": 58460358354, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"google.com\": {\"id\": 58460733416, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"msedgewebview2\": {\"id\": 58470060864, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"systemsettings\": {\"id\": 58460358353, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"krutidevunicodeconverter.com\": {\"id\": 58472888667, \"app\": \"krutidevunicodeconverter.com\", \"name\": \"krutidevunicodeconverter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 58471406956, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 58460358352, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 58460358350, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58470081117, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"rajbhasha.net\": {\"id\": 58472882532, \"app\": \"rajbhasha.net\", \"name\": \"rajbhasha.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 58461272397, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"scgui\": {\"id\": 58469960609, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 58462127009, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"snippingtool\": {\"id\": 58470087315, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"scanner\": {\"id\": 58460367225, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:35'),(1033,16,'2025-06-05','09:58:45','19:04:20',8.04778,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 09:58:45\", \"left\": \"2025-06-05 19:04:20\", \"late\": true, \"onlineTime\": 28972, \"offlineTime\": 0, \"desktimeTime\": 28972, \"atWorkTime\": 32735, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28972, \"productivity\": 100, \"efficiency\": 103.84, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58488408369, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13628}, \"ms-teams\": {\"id\": 58488243473, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4247}, \"sdltradosstudio\": {\"id\": 58494251873, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2388}, \"microsoft outlook\": {\"id\": 58488248804, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2284}, \"acrobat\": {\"id\": 58488512854, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2142}, \"windows explorer\": {\"id\": 58488248799, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1774}, \"microsoft excel\": {\"id\": 58490087305, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 676}, \"pms.chlserv.com\": {\"id\": 58488385827, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 494}, \"systemsettings\": {\"id\": 58488243475, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"credentialuibroker\": {\"id\": 58488243476, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"translate.google.co.in\": {\"id\": 58488469709, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"192.168.0.250\": {\"id\": 58490688976, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"eu.cloud.trados.com\": {\"id\": 58494205518, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"unknown app\": {\"id\": 58488243480, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"hrez.crystalhues.in\": {\"id\": 58489053281, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"xbench\": {\"id\": 58491219495, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"microsoft paint\": {\"id\": 58490977485, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"msedgewebview2\": {\"id\": 58491230693, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"scgui\": {\"id\": 58488459280, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"google chrome\": {\"id\": 58488383512, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"desktime.com\": {\"id\": 58502390778, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"google.com\": {\"id\": 58488387961, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"snippingtool\": {\"id\": 58490972707, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"192.168.0.251\": {\"id\": 58488516236, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellhost\": {\"id\": 58488243474, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onedrive\": {\"id\": 58488243472, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58488519079, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 58488645337, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58490972702, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58498315311, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58488381268, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:36'),(1034,16,'2025-06-06','10:00:02','19:04:48',8.07194,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 10:00:02\", \"left\": \"2025-06-06 19:04:48\", \"late\": true, \"onlineTime\": 26757, \"offlineTime\": 2816, \"desktimeTime\": 29573, \"atWorkTime\": 32686, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29059, \"productivity\": 98.26, \"efficiency\": 104.15, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"netbanking.hdfcbank.com\": {\"id\": 58519512820, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 484}, \"shabdkosh.com\": {\"id\": 58520279844, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58514823802, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9418}, \"microsoft word\": {\"id\": 58515465623, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4956}, \"microsoft outlook\": {\"id\": 58514828244, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4053}, \"sdltradosstudio\": {\"id\": 58524359985, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3455}, \"not work in hand (offline time)\": {\"id\": 58527495933, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2816}, \"windows explorer\": {\"id\": 58514828243, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2357}, \"microsoft excel\": {\"id\": 58515667287, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 358}, \"acrobat\": {\"id\": 58515462692, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 234}, \"pms.chlserv.com\": {\"id\": 58514839244, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"translate.google.co.in\": {\"id\": 58514841415, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"desktime.com\": {\"id\": 58527302612, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"192.168.0.251\": {\"id\": 58517655459, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"google.com\": {\"id\": 58514841414, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"google chrome\": {\"id\": 58514839241, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"eu.cloud.trados.com\": {\"id\": 58524307232, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"snippingtool\": {\"id\": 58516428624, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"unknown app\": {\"id\": 58515979509, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"192.168.0.250\": {\"id\": 58524214712, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"msedgewebview2\": {\"id\": 58515453316, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"calculatorapp\": {\"id\": 58519498559, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"shellexperiencehost\": {\"id\": 58514823808, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"credentialuibroker\": {\"id\": 58514823805, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"systemsettings\": {\"id\": 58514823804, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"xbench\": {\"id\": 58516727489, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"scgui\": {\"id\": 58515196845, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"searchhost\": {\"id\": 58516428622, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"v.hdfcbank.com\": {\"id\": 58519512816, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 58524050704, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"hdfcbank.com\": {\"id\": 58519490207, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 58514823803, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"hrez.crystalhues.in\": {\"id\": 58527245402, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 58524307231, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 58516428626, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58514823801, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 58516356966, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:36'),(1035,16,'2025-06-07','09:57:33','19:08:33',8.15056,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 09:57:33\", \"left\": \"2025-06-07 19:08:33\", \"late\": true, \"onlineTime\": 29394, \"offlineTime\": 0, \"desktimeTime\": 29394, \"atWorkTime\": 33060, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29342, \"productivity\": 99.82, \"efficiency\": 105.17, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"redbus.in\": {\"id\": 58536550329, \"app\": \"redbus.in\", \"name\": \"redbus.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"shabdkosh.com\": {\"id\": 58536646527, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 58536475081, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12549}, \"ms-teams\": {\"id\": 58536472118, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8106}, \"microsoft outlook\": {\"id\": 58536472646, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3933}, \"microsoft word\": {\"id\": 58536551078, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1897}, \"windows explorer\": {\"id\": 58536472974, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1645}, \"translate.google.co.in\": {\"id\": 58536473773, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 413}, \"pms.chlserv.com\": {\"id\": 58536473516, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"microsoft excel\": {\"id\": 58536807217, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 184}, \"google.com\": {\"id\": 58536473772, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"xbench\": {\"id\": 58536806162, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"unknown app\": {\"id\": 58536472347, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"desktime.com\": {\"id\": 58537404913, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"shellexperiencehost\": {\"id\": 58536472124, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"scgui\": {\"id\": 58536474508, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"msedgewebview2\": {\"id\": 58536807754, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 58537039268, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"google chrome\": {\"id\": 58536473515, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"confirmtkt.com\": {\"id\": 58536549985, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"credentialuibroker\": {\"id\": 58536472121, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"systemsettings\": {\"id\": 58536472120, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"eu.cloud.trados.com\": {\"id\": 58537405842, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"searchhost\": {\"id\": 58536814185, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"sdl-prod.eu.auth0.com\": {\"id\": 58537405841, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"calculatorapp\": {\"id\": 58536814732, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 58536472117, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"192.168.0.250\": {\"id\": 58536711155, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 58536661775, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"acrobat\": {\"id\": 58536594817, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58536472119, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 58537405356, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:37'),(1036,16,'2025-06-08',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-08\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:37'),(1037,16,'2025-06-09','10:03:06','19:09:05',7.8675,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 10:03:06\", \"left\": \"2025-06-09 19:09:05\", \"late\": true, \"onlineTime\": 27024, \"offlineTime\": 1317, \"desktimeTime\": 28341, \"atWorkTime\": 32759, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28323, \"productivity\": 99.94, \"efficiency\": 101.52, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"redbus.in\": {\"id\": 58542491185, \"app\": \"redbus.in\", \"name\": \"redbus.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58542425100, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9788}, \"ms-teams\": {\"id\": 58542412120, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7754}, \"microsoft word\": {\"id\": 58542478544, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3471}, \"windows explorer\": {\"id\": 58542422983, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2244}, \"not work in hand (offline time)\": {\"id\": 58555381660, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1317}, \"sdltradosstudio\": {\"id\": 58542474299, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1149}, \"pms.chlserv.com\": {\"id\": 58542480790, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 478}, \"desktime.com\": {\"id\": 58543849809, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"microsoft excel\": {\"id\": 58544352495, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 263}, \"eu.cloud.trados.com\": {\"id\": 58544525396, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"translate.google.co.in\": {\"id\": 58543874327, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 253}, \"acrobat\": {\"id\": 58545015783, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"hrez.crystalhues.in\": {\"id\": 58543393830, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"msedge\": {\"id\": 58545045170, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"xbench\": {\"id\": 58544805967, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"google chrome\": {\"id\": 58542480787, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"192.168.0.250\": {\"id\": 58544602649, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"scgui\": {\"id\": 58542465861, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"shellexperiencehost\": {\"id\": 58542412135, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 58542412137, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"msedgewebview2\": {\"id\": 58544348112, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"systemsettings\": {\"id\": 58542412125, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"credentialuibroker\": {\"id\": 58542412128, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"google.com\": {\"id\": 58542485852, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"confirmtkt.com\": {\"id\": 58542493344, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"sdl-prod.eu.auth0.com\": {\"id\": 58544525398, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"snippingtool\": {\"id\": 58542802549, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"onedrive\": {\"id\": 58542412118, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 58542412123, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"calculatorapp\": {\"id\": 58555392889, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58542799846, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"bing.com\": {\"id\": 58545161216, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"powertoys.powerlauncher\": {\"id\": 58542478547, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:38'),(1038,16,'2025-06-10','10:00:18','19:08:11',7.93111,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 10:00:18\", \"left\": \"2025-06-10 19:08:11\", \"late\": true, \"onlineTime\": 28087, \"offlineTime\": 786, \"desktimeTime\": 28873, \"atWorkTime\": 32873, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28552, \"productivity\": 98.89, \"efficiency\": 102.34, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"redbus.in\": {\"id\": 58567805170, \"app\": \"redbus.in\", \"name\": \"redbus.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 321}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58567562818, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10752}, \"ms-teams\": {\"id\": 58567559401, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8971}, \"windows explorer\": {\"id\": 58567562816, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1461}, \"confirmtkt.com\": {\"id\": 58567802369, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1135}, \"not work in hand (offline time)\": {\"id\": 58582650132, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 786}, \"shellexperiencehost\": {\"id\": 58568248362, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 725}, \"pms.chlserv.com\": {\"id\": 58567796795, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 643}, \"microsoft word\": {\"id\": 58567810682, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 556}, \"google.com\": {\"id\": 58567799414, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 468}, \"eu.cloud.trados.com\": {\"id\": 58569091815, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 453}, \"hrez.crystalhues.in\": {\"id\": 58568993936, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 388}, \"calculatorapp\": {\"id\": 58569972895, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 376}, \"microsoft powerpoint\": {\"id\": 58567581422, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"desktime.com\": {\"id\": 58571199902, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"google chrome\": {\"id\": 58567796791, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"sdltradosstudio\": {\"id\": 58572127568, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"trainman.in\": {\"id\": 58580470102, \"app\": \"trainman.in\", \"name\": \"trainman.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"acrobat\": {\"id\": 58568113720, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"jagran.com\": {\"id\": 58573828121, \"app\": \"jagran.com\", \"name\": \"jagran.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"192.168.0.250\": {\"id\": 58572010910, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"msedgewebview2\": {\"id\": 58568338701, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"scgui\": {\"id\": 58572015935, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"xbench\": {\"id\": 58572401603, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"translate.google.co.in\": {\"id\": 58567802366, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"systemsettings\": {\"id\": 58567559403, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"onedrive\": {\"id\": 58567559400, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58567559408, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"credentialuibroker\": {\"id\": 58567559405, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 58572680906, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 58572596051, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"chrome://print\": {\"id\": 58569067621, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"microsoft excel\": {\"id\": 58568100195, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 58569968847, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"pickerhost\": {\"id\": 58572686205, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 58567559402, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 58569091817, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"ecatering.irctc.co.in\": {\"id\": 58580344504, \"app\": \"ecatering.irctc.co.in\", \"name\": \"ecatering.irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 58567567590, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"photos\": {\"id\": 58572694699, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58569266259, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:38'),(1039,16,'2025-06-11','09:59:02','14:18:11',4.18306,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 09:59:02\", \"left\": \"2025-06-11 14:18:11\", \"late\": true, \"onlineTime\": 15079, \"offlineTime\": 0, \"desktimeTime\": 15079, \"atWorkTime\": 15549, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 15059, \"productivity\": 99.87, \"efficiency\": 53.97, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"microsoft.media.player\": {\"id\": 58598509734, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"desktime\": {\"id\": 58595548829, \"app\": \"DeskTime\", \"name\": \"DeskTime\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}}, \"1\": {\"ms-teams\": {\"id\": 58595114480, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6158}, \"microsoft outlook\": {\"id\": 58595121652, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2759}, \"windows explorer\": {\"id\": 58595114487, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2194}, \"microsoft word\": {\"id\": 58595514264, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1853}, \"eu.cloud.trados.com\": {\"id\": 58596314089, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 532}, \"sdltradosstudio\": {\"id\": 58598228205, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 502}, \"pms.chlserv.com\": {\"id\": 58596224386, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"desktime.com\": {\"id\": 58595493514, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"acrobat\": {\"id\": 58597641652, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"192.168.0.251\": {\"id\": 58596265315, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"xbench\": {\"id\": 58598676564, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"google.com\": {\"id\": 58596236633, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"hrez.crystalhues.in\": {\"id\": 58596236635, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"msedgewebview2\": {\"id\": 58599231221, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"unknown app\": {\"id\": 58595946344, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"microsoft excel\": {\"id\": 58598790955, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"google chrome\": {\"id\": 58596236632, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"msedge\": {\"id\": 58599439511, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 58596180165, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"systemsettings\": {\"id\": 58595114482, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onedrive\": {\"id\": 58595114479, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"credentialuibroker\": {\"id\": 58595114483, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 58596318644, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58595114486, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"dwm\": {\"id\": 58598676568, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 58596831632, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 58599418883, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"translate.google.co.in\": {\"id\": 58596236634, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58595132573, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 58595114481, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:39'),(1040,16,'2025-06-12','10:02:12','19:20:56',8.33722,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 10:02:12\", \"left\": \"2025-06-12 19:20:56\", \"late\": true, \"onlineTime\": 30466, \"offlineTime\": 0, \"desktimeTime\": 30466, \"atWorkTime\": 33524, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30014, \"productivity\": 98.52, \"efficiency\": 107.58, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58622022899, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58621801771, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13239}, \"ms-teams\": {\"id\": 58621763121, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7020}, \"windows explorer\": {\"id\": 58621763129, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3408}, \"acrobat\": {\"id\": 58622102959, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2871}, \"microsoft outlook\": {\"id\": 58621774653, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 887}, \"microsoft excel\": {\"id\": 58622124814, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 491}, \"192.168.0.250\": {\"id\": 58621885669, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 392}, \"sdltradosstudio\": {\"id\": 58622997148, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 359}, \"pms.chlserv.com\": {\"id\": 58621782631, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"eu.cloud.trados.com\": {\"id\": 58624117480, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"xbench\": {\"id\": 58624684889, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"scgui\": {\"id\": 58621879224, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 122}, \"msedgewebview2\": {\"id\": 58621828004, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"unknown app\": {\"id\": 58621770188, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"google chrome\": {\"id\": 58621779426, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"searchhost\": {\"id\": 58621951791, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"microsoft powerpoint\": {\"id\": 58632801000, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"snippingtool\": {\"id\": 58621951792, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"credentialuibroker\": {\"id\": 58621763125, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"onedrive\": {\"id\": 58621763120, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 58621763124, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"translate.google.co.in\": {\"id\": 58624117478, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"sdl-prod.eu.auth0.com\": {\"id\": 58624117481, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 58621763128, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"desktime.com\": {\"id\": 58636620705, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 58622037879, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"google.com\": {\"id\": 58621788518, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 58621763123, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"powertoys.powerocr\": {\"id\": 58623496305, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 58623400105, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58621772268, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:40'),(1041,16,'2025-06-13','09:58:27','19:06:59',8.12,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 09:58:27\", \"left\": \"2025-06-13 19:06:59\", \"late\": true, \"onlineTime\": 30187, \"offlineTime\": 1264, \"desktimeTime\": 31451, \"atWorkTime\": 32912, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29232, \"productivity\": 92.94, \"efficiency\": 104.77, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58648555433, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1807}, \"netbanking.hdfcbank.com\": {\"id\": 58658638898, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 412}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58648469893, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10315}, \"microsoft word\": {\"id\": 58649019169, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5951}, \"microsoft outlook\": {\"id\": 58648472005, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3831}, \"windows explorer\": {\"id\": 58648472003, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2855}, \"not work in hand (offline time)\": {\"id\": 58661649643, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1264}, \"acrobat\": {\"id\": 58649016311, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1256}, \"translate.google.co.in\": {\"id\": 58653826781, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1204}, \"pms.chlserv.com\": {\"id\": 58648478254, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 689}, \"desktime.com\": {\"id\": 58653868776, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"192.168.0.250\": {\"id\": 58651280414, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 440}, \"microsoft excel\": {\"id\": 58652705692, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 134}, \"microsoft powerpoint\": {\"id\": 58649695079, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"sdltradosstudio\": {\"id\": 58651206822, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"searchhost\": {\"id\": 58648553205, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"msedgewebview2\": {\"id\": 58651734165, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 58648469897, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"google.com\": {\"id\": 58648482340, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"snippingtool\": {\"id\": 58660017149, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"scgui\": {\"id\": 58649001937, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"google chrome\": {\"id\": 58648478252, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"notepad\": {\"id\": 58649036370, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 58651329532, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"calculatorapp\": {\"id\": 58652716471, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"xbench\": {\"id\": 58659790348, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"systemsettings\": {\"id\": 58648469886, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 58648469889, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"google.co.in\": {\"id\": 58658633840, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58648469895, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"v.hdfcbank.com\": {\"id\": 58658638896, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 58653964388, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"hdfcbank.com\": {\"id\": 58658638890, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58656035810, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:40'),(1042,16,'2025-06-14',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-14\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:41'),(1043,16,'2025-06-15',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-15\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:43'),(1044,16,'2025-06-16','10:04:33','19:11:32',8.06556,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 10:04:33\", \"left\": \"2025-06-16 19:11:32\", \"late\": true, \"onlineTime\": 29759, \"offlineTime\": 0, \"desktimeTime\": 29759, \"atWorkTime\": 32819, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29036, \"productivity\": 97.57, \"efficiency\": 115.22, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58678464821, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 438}, \"netbanking.hdfcbank.com\": {\"id\": 58680943923, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"youtube.com\": {\"id\": 58680708035, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58678403553, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10081}, \"microsoft outlook\": {\"id\": 58678396833, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5967}, \"ms-teams\": {\"id\": 58678387485, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4383}, \"windows explorer\": {\"id\": 58678387501, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2520}, \"about:blank\": {\"id\": 58680553124, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1683}, \"microsoft excel\": {\"id\": 58679249496, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1187}, \"acrobat\": {\"id\": 58686441858, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1090}, \"pms.chlserv.com\": {\"id\": 58678408070, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 402}, \"google.com\": {\"id\": 58678429748, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"microsoft paint\": {\"id\": 58689750076, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 227}, \"192.168.0.250\": {\"id\": 58686336625, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"desktime.com\": {\"id\": 58679850155, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"google chrome\": {\"id\": 58678405778, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"unknown app\": {\"id\": 58678403551, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"translate.google.co.in\": {\"id\": 58678429754, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"hrez.crystalhues.in\": {\"id\": 58679731558, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"shellexperiencehost\": {\"id\": 58678387499, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"searchhost\": {\"id\": 58678464820, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"systemsettings\": {\"id\": 58678387490, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"xbench\": {\"id\": 58681718980, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"msedge\": {\"id\": 58682412346, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"chrome://history\": {\"id\": 58680919497, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"notepad\": {\"id\": 58689278651, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 58687212057, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"credentialuibroker\": {\"id\": 58678387492, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"msedgewebview2\": {\"id\": 58681713609, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"enjoysgame.com\": {\"id\": 58680656772, \"app\": \"enjoysgame.com\", \"name\": \"enjoysgame.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"snippingtool\": {\"id\": 58689895089, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"scgui\": {\"id\": 58686343795, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onedrive\": {\"id\": 58678387483, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"service.teamviewer.com\": {\"id\": 58680662049, \"app\": \"service.teamviewer.com\", \"name\": \"service.teamviewer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"uppolice.gov.in\": {\"id\": 58679996220, \"app\": \"uppolice.gov.in\", \"name\": \"uppolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"calculatorapp\": {\"id\": 58682110940, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"google.co.in\": {\"id\": 58680943903, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"v.hdfcbank.com\": {\"id\": 58680943918, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"uanmembers.epfoservices.in\": {\"id\": 58687193254, \"app\": \"uanmembers.epfoservices.in\", \"name\": \"uanmembers.epfoservices.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58678387489, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"helppane\": {\"id\": 58686203666, \"app\": \"HelpPane\", \"name\": \"HelpPane\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"hdfcbank.com\": {\"id\": 58680943912, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58678403552, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"passbook.epfindia.gov.in\": {\"id\": 58687212055, \"app\": \"passbook.epfindia.gov.in\", \"name\": \"passbook.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:47'),(1045,16,'2025-06-17','10:04:35','19:10:03',7.3075,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 10:04:35\", \"left\": \"2025-06-17 19:10:03\", \"late\": true, \"onlineTime\": 29768, \"offlineTime\": 0, \"desktimeTime\": 29768, \"atWorkTime\": 32728, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26307, \"productivity\": 88.31, \"efficiency\": 104.39, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58705864522, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2656}, \"youtube.com\": {\"id\": 58712525095, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 814}}, \"0\": {\"facebook.com\": {\"id\": 58706231219, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}}, \"1\": {\"microsoft word\": {\"id\": 58706694839, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10913}, \"ms-teams\": {\"id\": 58705839770, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6147}, \"microsoft outlook\": {\"id\": 58705845316, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2792}, \"windows explorer\": {\"id\": 58705839781, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1980}, \"acrobat\": {\"id\": 58706699875, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1829}, \"notepad++\": {\"id\": 58716276270, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 612}, \"mc-webview-cnt\": {\"id\": 58707468311, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 515}, \"pms.chlserv.com\": {\"id\": 58705851941, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"google chrome\": {\"id\": 58705851940, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"desktime.com\": {\"id\": 58708265995, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"prabhatkhabar.com\": {\"id\": 58706237864, \"app\": \"prabhatkhabar.com\", \"name\": \"prabhatkhabar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"eu.cloud.trados.com\": {\"id\": 58705976941, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"translate.google.co.in\": {\"id\": 58705856594, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"unknown app\": {\"id\": 58705839783, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"192.168.0.250\": {\"id\": 58720333902, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"msedgewebview2\": {\"id\": 58706020288, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"searchhost\": {\"id\": 58705861999, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"google.com\": {\"id\": 58705856593, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"c\": {\"id\": 58716052251, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"sdltradosstudio\": {\"id\": 58705969404, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"msedge\": {\"id\": 58716513272, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"hrez.crystalhues.in\": {\"id\": 58720887755, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"snippingtool\": {\"id\": 58718083783, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"shellexperiencehost\": {\"id\": 58705839782, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 58705839776, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 58705839774, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 58705839771, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"settings\": {\"id\": 58715777967, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"notepad\": {\"id\": 58717455521, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58715777963, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58716224479, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"sdl-prod.eu.auth0.com\": {\"id\": 58705976943, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58705847674, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 58705839773, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:48'),(1046,16,'2025-06-18','10:05:07','19:05:18',7.65917,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 10:05:07\", \"left\": \"2025-06-18 19:05:18\", \"late\": true, \"onlineTime\": 28847, \"offlineTime\": 0, \"desktimeTime\": 28847, \"atWorkTime\": 32411, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27573, \"productivity\": 95.58, \"efficiency\": 109.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58739582731, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1274}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58736078836, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11950}, \"ms-teams\": {\"id\": 58733972907, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4769}, \"microsoft outlook\": {\"id\": 58733983286, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2897}, \"acrobat\": {\"id\": 58736028695, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2054}, \"windows explorer\": {\"id\": 58733972908, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1858}, \"google.com\": {\"id\": 58734007818, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 851}, \"microsoft excel\": {\"id\": 58735805424, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 491}, \"pms.chlserv.com\": {\"id\": 58734084873, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"192.168.0.250\": {\"id\": 58736001561, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 263}, \"copilot.cloud.microsoft\": {\"id\": 58739091660, \"app\": \"copilot.cloud.microsoft\", \"name\": \"copilot.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"systemsettings\": {\"id\": 58733972910, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 234}, \"community.rws.com\": {\"id\": 58734518807, \"app\": \"community.rws.com\", \"name\": \"community.rws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"translate.google.co.in\": {\"id\": 58734010295, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"xbench\": {\"id\": 58747354284, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 199}, \"desktime.com\": {\"id\": 58738092307, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"google chrome\": {\"id\": 58734082245, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"credentialuibroker\": {\"id\": 58733972913, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"unknown app\": {\"id\": 58736220661, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"searchhost\": {\"id\": 58736287421, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"copilot.microsoft.com\": {\"id\": 58738978118, \"app\": \"copilot.microsoft.com\", \"name\": \"copilot.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"krutidevunicodeconverter.com\": {\"id\": 58744279063, \"app\": \"krutidevunicodeconverter.com\", \"name\": \"krutidevunicodeconverter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"shellexperiencehost\": {\"id\": 58733972928, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"scgui\": {\"id\": 58735853811, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"rajbhasha.net\": {\"id\": 58744272450, \"app\": \"rajbhasha.net\", \"name\": \"rajbhasha.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 58736113414, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"login.microsoftonline.com\": {\"id\": 58739003665, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"snippingtool\": {\"id\": 58744436046, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"eu.cloud.trados.com\": {\"id\": 58735732741, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"msedge\": {\"id\": 58745157299, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"ah2.apdownload.com\": {\"id\": 58739761350, \"app\": \"ah2.apdownload.com\", \"name\": \"ah2.apdownload.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"hrez.crystalhues.in\": {\"id\": 58735725432, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"glossaryconverter\": {\"id\": 58747390952, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"shellhost\": {\"id\": 58733972909, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onedrive\": {\"id\": 58733972906, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"calculatorapp\": {\"id\": 58736287424, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"scanner\": {\"id\": 58733972925, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"notepad\": {\"id\": 58744671003, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"seisim.com\": {\"id\": 58739767070, \"app\": \"seisim.com\", \"name\": \"seisim.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"indiatyping.com\": {\"id\": 58744286911, \"app\": \"indiatyping.com\", \"name\": \"indiatyping.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"updes.up.nic.in\": {\"id\": 58744279064, \"app\": \"updes.up.nic.in\", \"name\": \"updes.up.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"powertoys.powerocr\": {\"id\": 58745807775, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"fontview\": {\"id\": 58743825516, \"app\": \"Fontview\", \"name\": \"Fontview\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"sdl-prod.eu.auth0.com\": {\"id\": 58735737213, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58735715483, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:49'),(1047,16,'2025-06-19','10:01:01','19:03:06',7.85222,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 10:01:01\", \"left\": \"2025-06-19 19:03:06\", \"late\": true, \"onlineTime\": 30057, \"offlineTime\": 0, \"desktimeTime\": 30057, \"atWorkTime\": 32525, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28268, \"productivity\": 94.05, \"efficiency\": 112.17, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58761912336, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1761}, \"shabdkosh.com\": {\"id\": 58766189510, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58762698350, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9427}, \"ms-teams\": {\"id\": 58761772822, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4757}, \"microsoft outlook\": {\"id\": 58761775896, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2963}, \"sdltradosstudio\": {\"id\": 58765658731, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2333}, \"windows explorer\": {\"id\": 58761772832, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2077}, \"microsoft excel\": {\"id\": 58762477854, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1787}, \"acrobat\": {\"id\": 58762702048, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1095}, \"google.com\": {\"id\": 58761842742, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 798}, \"microsoft powerpoint\": {\"id\": 58762488703, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 571}, \"microsoft paint\": {\"id\": 58761963287, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 401}, \"pms.chlserv.com\": {\"id\": 58761838065, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"eu.cloud.trados.com\": {\"id\": 58765109464, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 275}, \"translate.google.co.in\": {\"id\": 58761842743, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 251}, \"192.168.0.251\": {\"id\": 58765104353, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"google chrome\": {\"id\": 58761838062, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 188}, \"searchhost\": {\"id\": 58761907639, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"jiosaavn.com\": {\"id\": 58770955537, \"app\": \"jiosaavn.com\", \"name\": \"jiosaavn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"unknown app\": {\"id\": 58761786885, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"xbench\": {\"id\": 58767907948, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"desktime.com\": {\"id\": 58762059928, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"systemsettings\": {\"id\": 58761772825, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"scgui\": {\"id\": 58765097682, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"msedgewebview2\": {\"id\": 58769469050, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"credentialuibroker\": {\"id\": 58761772826, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"snippingtool\": {\"id\": 58766094429, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"enjoysgame.com\": {\"id\": 58774399617, \"app\": \"enjoysgame.com\", \"name\": \"enjoysgame.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"msedge\": {\"id\": 58768534408, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"shellexperiencehost\": {\"id\": 58761772830, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"powertoys.powerocr\": {\"id\": 58764410512, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"onedrive\": {\"id\": 58761772821, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 58761772824, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"sdl-prod.eu.auth0.com\": {\"id\": 58765109462, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ar.snap.com\": {\"id\": 58774411470, \"app\": \"ar.snap.com\", \"name\": \"ar.snap.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"mapsplatform.google.com\": {\"id\": 58774405375, \"app\": \"mapsplatform.google.com\", \"name\": \"mapsplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58774399613, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58761786887, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58763427200, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 06:12:49'),(1048,16,'2025-06-20','09:57:38','22:39:42',11.2619,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 09:57:38\", \"left\": \"2025-06-20 22:39:42\", \"late\": true, \"onlineTime\": 40841, \"offlineTime\": 0, \"desktimeTime\": 40841, \"atWorkTime\": 45724, \"afterWorkTime\": 7590, \"beforeWorkTime\": 0, \"productiveTime\": 40543, \"productivity\": 99.27, \"efficiency\": 160.88, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58789042222, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"youtube.com\": {\"id\": 58789718048, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"hotstar.com\": {\"id\": 58789241465, \"app\": \"hotstar.com\", \"name\": \"hotstar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58790341803, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26022}, \"ms-teams\": {\"id\": 58787929297, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6403}, \"windows explorer\": {\"id\": 58787929311, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2650}, \"microsoft outlook\": {\"id\": 58787935492, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1703}, \"google.com\": {\"id\": 58787999458, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1000}, \"pms.chlserv.com\": {\"id\": 58787997332, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 705}, \"google chrome\": {\"id\": 58787997331, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 571}, \"192.168.0.250\": {\"id\": 58790220949, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 276}, \"microsoft excel\": {\"id\": 58790179564, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 255}, \"translate.google.co.in\": {\"id\": 58788001509, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}, \"unknown app\": {\"id\": 58789115189, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"notepad\": {\"id\": 58793495866, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"calculatorapp\": {\"id\": 58789890609, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"microsoft paint\": {\"id\": 58789115192, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"xbench\": {\"id\": 58801246650, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"acrobat\": {\"id\": 58792997158, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"credentialuibroker\": {\"id\": 58787929304, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"searchhost\": {\"id\": 58789038353, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"systemsettings\": {\"id\": 58787929301, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 58790643252, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"onedrive\": {\"id\": 58787929296, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 58790211776, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"desktime.com\": {\"id\": 58798490366, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellhost\": {\"id\": 58787929299, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"dwm\": {\"id\": 58804832038, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58799650594, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 58789757122, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58787929309, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://tab-search.top-chrome\": {\"id\": 58789740786, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58789642209, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58787949839, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:53'),(1049,16,'2025-06-21',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-21\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:54'),(1050,16,'2025-06-22',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-22\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:12:55'),(1051,16,'2025-06-23','09:54:06','19:25:15',8.30222,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 09:54:06\", \"left\": \"2025-06-23 19:25:15\", \"late\": true, \"onlineTime\": 31477, \"offlineTime\": 0, \"desktimeTime\": 31477, \"atWorkTime\": 34269, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29888, \"productivity\": 94.95, \"efficiency\": 118.6, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58817747628, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1133}, \"msn.com\": {\"id\": 58817246525, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 457}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58817360536, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16473}, \"ms-teams\": {\"id\": 58816989304, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3279}, \"microsoft outlook\": {\"id\": 58816998198, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2183}, \"windows explorer\": {\"id\": 58816989311, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2145}, \"sdltradosstudio\": {\"id\": 58829831723, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1396}, \"acrobat\": {\"id\": 58818514072, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 814}, \"microsoft excel\": {\"id\": 58817452146, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 787}, \"192.168.0.250\": {\"id\": 58824311674, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 583}, \"downloads\": {\"id\": 58828527167, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 377}, \"pms.chlserv.com\": {\"id\": 58817008044, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"translate.google.co.in\": {\"id\": 58817330642, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"systemsettings\": {\"id\": 58816989307, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"xbench\": {\"id\": 58821415573, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"google.com\": {\"id\": 58817012039, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"google chrome\": {\"id\": 58817005893, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"eu.cloud.trados.com\": {\"id\": 58824267930, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"msedgewebview2\": {\"id\": 58819191039, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"unknown app\": {\"id\": 58816991382, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"searchhost\": {\"id\": 58817246524, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"glossaryconverter\": {\"id\": 58830049897, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"msedge\": {\"id\": 58826915152, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"microsoft powerpoint\": {\"id\": 58829428747, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"desktime.com\": {\"id\": 58817323073, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"shellhost\": {\"id\": 58816989306, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"enjoysgame.com\": {\"id\": 58818850195, \"app\": \"enjoysgame.com\", \"name\": \"enjoysgame.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"photos\": {\"id\": 58828793756, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"dwm\": {\"id\": 58825090315, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"calculatorapp\": {\"id\": 58832068539, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"scgui\": {\"id\": 58824317003, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 58816989308, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"chrome://tab-search.top-chrome\": {\"id\": 58818877898, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onedrive\": {\"id\": 58816989302, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58816991381, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"notepad\": {\"id\": 58827374619, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 58824274701, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58818846010, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:56'),(1052,16,'2025-06-24','10:05:25','19:04:05',8.08028,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 10:05:25\", \"left\": \"2025-06-24 19:04:05\", \"late\": true, \"onlineTime\": 29573, \"offlineTime\": 0, \"desktimeTime\": 29573, \"atWorkTime\": 32320, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29089, \"productivity\": 98.33, \"efficiency\": 115.43, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58847436331, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"msn.com\": {\"id\": 58847398496, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 243}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 58844683897, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7848}, \"ms-teams\": {\"id\": 58843465529, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7722}, \"microsoft outlook\": {\"id\": 58843490962, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3711}, \"windows explorer\": {\"id\": 58843488486, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3685}, \"microsoft word\": {\"id\": 58844342074, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2291}, \"microsoft excel\": {\"id\": 58843999042, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 887}, \"google.com\": {\"id\": 58843553808, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 409}, \"translate.google.co.in\": {\"id\": 58843553809, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"xbench\": {\"id\": 58844129731, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"eu.cloud.trados.com\": {\"id\": 58848191595, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 284}, \"pms.chlserv.com\": {\"id\": 58845097997, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"acrobat\": {\"id\": 58846106971, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 250}, \"google chrome\": {\"id\": 58843553807, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"192.168.0.250\": {\"id\": 58843953531, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"192.168.0.251\": {\"id\": 58852400154, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"msedgewebview2\": {\"id\": 58844763326, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"microsoft powerpoint\": {\"id\": 58848640349, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 58843465540, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"scgui\": {\"id\": 58843465528, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"dwm\": {\"id\": 58846356504, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 58843465539, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"desktime.com\": {\"id\": 58849829202, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"glossaryconverter\": {\"id\": 58844123013, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"searchhost\": {\"id\": 58843548050, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"systemsettings\": {\"id\": 58843465532, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"onedrive\": {\"id\": 58843465527, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"credentialuibroker\": {\"id\": 58843465534, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"sdl.utilities.sdlxliffconvertor.winui\": {\"id\": 58855222393, \"app\": \"Sdl.Utilities.SDLXLIFFConvertor.WinUI\", \"name\": \"Sdl.Utilities.SDLXLIFFConvertor.WinUI\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"taskmgr\": {\"id\": 58855228098, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"sdl-prod.eu.auth0.com\": {\"id\": 58848191602, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"snippingtool\": {\"id\": 58849979192, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellhost\": {\"id\": 58843465531, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"hrez.crystalhues.in\": {\"id\": 58849829196, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 58845089634, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 06:12:57'),(1053,16,'2025-06-25','09:55:54','19:35:39',8.91694,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 09:55:54\", \"left\": \"2025-06-25 19:35:39\", \"late\": true, \"onlineTime\": 32215, \"offlineTime\": 0, \"desktimeTime\": 32215, \"atWorkTime\": 34785, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32101, \"productivity\": 99.65, \"efficiency\": 127.38, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58870559046, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"msn.com\": {\"id\": 58871862631, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"shabdkosh.com\": {\"id\": 58877481539, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58870416353, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7953}, \"microsoft word\": {\"id\": 58871052234, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6203}, \"sdltradosstudio\": {\"id\": 58870887803, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5049}, \"windows explorer\": {\"id\": 58870418319, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4464}, \"microsoft outlook\": {\"id\": 58870430956, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2472}, \"microsoft excel\": {\"id\": 58870796591, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1406}, \"acrobat\": {\"id\": 58872367860, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1058}, \"pms.chlserv.com\": {\"id\": 58870453748, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 720}, \"192.168.0.250\": {\"id\": 58870979985, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 468}, \"xbench\": {\"id\": 58871908759, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 389}, \"eu.cloud.trados.com\": {\"id\": 58870822740, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 382}, \"unknown app\": {\"id\": 58870426766, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 238}, \"translate.google.co.in\": {\"id\": 58870582184, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"google.com\": {\"id\": 58870559045, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"192.168.0.251\": {\"id\": 58881604180, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"msedgewebview2\": {\"id\": 58871417144, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"snippingtool\": {\"id\": 58873699450, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"google chrome\": {\"id\": 58870451613, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"msedge\": {\"id\": 58873933283, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"scgui\": {\"id\": 58870445843, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"calculatorapp\": {\"id\": 58870919561, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"speedtest.net\": {\"id\": 58881709536, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"searchhost\": {\"id\": 58870554111, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"onedrive\": {\"id\": 58870416351, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"systemsettings\": {\"id\": 58870416357, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"sdl-prod.eu.auth0.com\": {\"id\": 58870819740, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 58870416359, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"desktime.com\": {\"id\": 58885633792, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"glossaryconverter\": {\"id\": 58874670576, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://new-tab-page\": {\"id\": 58872885895, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58870416356, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"powertoys.powerocr\": {\"id\": 58883162064, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"crystalhues.com\": {\"id\": 58880606129, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 58880315767, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://tab-search.top-chrome\": {\"id\": 58872885893, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58872207870, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 58870819738, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58870426767, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:59'),(1054,16,'2025-06-26','10:01:43','19:36:47',7.7975,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 10:01:43\", \"left\": \"2025-06-26 19:36:47\", \"late\": true, \"onlineTime\": 28157, \"offlineTime\": 0, \"desktimeTime\": 28157, \"atWorkTime\": 34504, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28071, \"productivity\": 99.67, \"efficiency\": 111.39, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58909423096, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"msn.com\": {\"id\": 58914131128, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 58898635125, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6366}, \"ms-teams\": {\"id\": 58898544018, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5477}, \"microsoft word\": {\"id\": 58898931091, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4356}, \"windows explorer\": {\"id\": 58898544029, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3819}, \"cloud.memsource.com\": {\"id\": 58900590054, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2337}, \"microsoft outlook\": {\"id\": 58898561377, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1605}, \"pms.chlserv.com\": {\"id\": 58898578886, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 897}, \"microsoft excel\": {\"id\": 58900908220, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 565}, \"translate.google.co.in\": {\"id\": 58905852662, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 396}, \"eu.cloud.trados.com\": {\"id\": 58900881213, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 335}, \"chatgpt.com\": {\"id\": 58909559204, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 283}, \"xbench\": {\"id\": 58901011438, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"google.com\": {\"id\": 58898584256, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"acrobat\": {\"id\": 58904765129, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"google chrome\": {\"id\": 58898581956, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"eu.phrase.com\": {\"id\": 58900565678, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"192.168.0.250\": {\"id\": 58905500100, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"snippingtool\": {\"id\": 58902747199, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"login.microsoftonline.com\": {\"id\": 58903581139, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"translate.google.com\": {\"id\": 58898584258, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"desktime.com\": {\"id\": 58898981355, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 58898544031, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"systemsettings\": {\"id\": 58898544022, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"scgui\": {\"id\": 58898568403, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"msedgewebview2\": {\"id\": 58901001303, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"msedge\": {\"id\": 58905514359, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"searchhost\": {\"id\": 58901532658, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"credentialuibroker\": {\"id\": 58898544025, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"auth.openai.com\": {\"id\": 58909565101, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"dwm\": {\"id\": 58901011436, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"onedrive\": {\"id\": 58898544017, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 58898544020, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58898544030, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58905588160, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"sdl-prod.eu.auth0.com\": {\"id\": 58900881211, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"go.microsoft.com\": {\"id\": 58912201459, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58900536552, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:12:59'),(1055,16,'2025-06-27','10:02:34','19:24:50',8.1375,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 10:02:34\", \"left\": \"2025-06-27 19:24:50\", \"late\": true, \"onlineTime\": 29478, \"offlineTime\": 0, \"desktimeTime\": 29478, \"atWorkTime\": 33736, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29295, \"productivity\": 99.36, \"efficiency\": 116.25, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58930155327, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"shabdkosh.com\": {\"id\": 58928166192, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"youtube.com\": {\"id\": 58931658885, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58925678549, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7150}, \"windows explorer\": {\"id\": 58925688221, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5778}, \"microsoft word\": {\"id\": 58925711904, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4533}, \"sdltradosstudio\": {\"id\": 58926635490, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4303}, \"microsoft outlook\": {\"id\": 58925717291, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2128}, \"microsoft excel\": {\"id\": 58925698114, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1757}, \"pms.chlserv.com\": {\"id\": 58925988961, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 591}, \"eu.cloud.trados.com\": {\"id\": 58926685748, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 462}, \"acrobat\": {\"id\": 58926724067, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 435}, \"translate.google.co.in\": {\"id\": 58926002364, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 409}, \"xbench\": {\"id\": 58928394752, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 274}, \"forms.office.com\": {\"id\": 58938963051, \"app\": \"forms.office.com\", \"name\": \"forms.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"192.168.0.250\": {\"id\": 58930256491, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"192.168.0.251\": {\"id\": 58926692928, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"google.com\": {\"id\": 58926002362, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"google chrome\": {\"id\": 58926002361, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"microsoft powerpoint\": {\"id\": 58938995769, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"msedge\": {\"id\": 58929300335, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"unknown app\": {\"id\": 58925678564, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"login.microsoftonline.com\": {\"id\": 58925988964, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"quickup\": {\"id\": 58930408528, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"scgui\": {\"id\": 58926620196, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"msedgewebview2\": {\"id\": 58929585534, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"searchhost\": {\"id\": 58928749970, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"systemsettings\": {\"id\": 58925678554, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"credentialuibroker\": {\"id\": 58925678559, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"chatgpt.com\": {\"id\": 58932110672, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"onedrive\": {\"id\": 58925678548, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"sdl-prod.eu.auth0.com\": {\"id\": 58926681982, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"shellexperiencehost\": {\"id\": 58925678563, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"snippingtool\": {\"id\": 58928749971, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"rephrasely.com\": {\"id\": 58932104626, \"app\": \"rephrasely.com\", \"name\": \"rephrasely.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chat.openai.com\": {\"id\": 58932110669, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58925678551, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58939246017, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"desktime.com\": {\"id\": 58934268749, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 58930408527, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58927544911, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 58926681980, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58925691022, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:13:04'),(1056,16,'2025-06-28','09:59:06','21:22:28',10.1881,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 09:59:06\", \"left\": \"2025-06-28 21:22:28\", \"late\": true, \"onlineTime\": 36744, \"offlineTime\": 0, \"desktimeTime\": 36744, \"atWorkTime\": 41002, \"afterWorkTime\": 4948, \"beforeWorkTime\": 0, \"productiveTime\": 36677, \"productivity\": 99.82, \"efficiency\": 145.54, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 58950805586, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58949293731, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14193}, \"microsoft excel\": {\"id\": 58949365814, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4622}, \"sdltradosstudio\": {\"id\": 58949375354, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4589}, \"windows explorer\": {\"id\": 58949288872, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3878}, \"ms-teams\": {\"id\": 58949285069, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3691}, \"microsoft outlook\": {\"id\": 58949288109, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1875}, \"google.com\": {\"id\": 58950182099, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1488}, \"acrobat\": {\"id\": 58949988572, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1033}, \"google chrome\": {\"id\": 58949295939, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 276}, \"translate.google.co.in\": {\"id\": 58949295940, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 157}, \"192.168.0.250\": {\"id\": 58949977330, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"xbench\": {\"id\": 58949949558, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"pms.chlserv.com\": {\"id\": 58949293087, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"unknown app\": {\"id\": 58949304407, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"login.microsoftonline.com\": {\"id\": 58949293728, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"192.168.0.251\": {\"id\": 58949754404, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"systemsettings\": {\"id\": 58949285071, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"calculatorapp\": {\"id\": 58951601941, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"scgui\": {\"id\": 58949288874, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"credentialuibroker\": {\"id\": 58949285072, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"searchhost\": {\"id\": 58949331598, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"onedrive\": {\"id\": 58949285068, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"dwm\": {\"id\": 58949378140, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedgewebview2\": {\"id\": 58949941650, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 58949331600, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"settings\": {\"id\": 58949552285, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 58949285070, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"desktime.com\": {\"id\": 58951732321, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58950583534, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"shellexperiencehost\": {\"id\": 58949285083, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"nurturing\": {\"id\": 58951684616, \"app\": \"nurturing\", \"name\": \"nurturing\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 58951684617, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"microsoft.com\": {\"id\": 58949771729, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 58949726715, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:13:04'),(1057,16,'2025-06-29',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-29\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 06:13:05'),(1058,16,'2025-06-30','10:03:14','19:03:33',8.07222,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 10:03:14\", \"left\": \"2025-06-30 19:03:33\", \"late\": true, \"onlineTime\": 29120, \"offlineTime\": 0, \"desktimeTime\": 29120, \"atWorkTime\": 32419, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29060, \"productivity\": 99.79, \"efficiency\": 115.32, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58957469578, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58956577034, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14385}, \"windows explorer\": {\"id\": 58956574640, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4816}, \"ms-teams\": {\"id\": 58956564194, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3578}, \"acrobat\": {\"id\": 58956974587, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3120}, \"microsoft outlook\": {\"id\": 58956570084, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 737}, \"google.com\": {\"id\": 58956589546, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 538}, \"pms.chlserv.com\": {\"id\": 58956577028, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}, \"microsoft excel\": {\"id\": 58956897827, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"google chrome\": {\"id\": 58956589544, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"translate.google.co.in\": {\"id\": 58956596251, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"desktime.com\": {\"id\": 58956601020, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"sdltradosstudio\": {\"id\": 58956977747, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"hrez.crystalhues.in\": {\"id\": 58956589547, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"192.168.0.250\": {\"id\": 58968026066, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"unknown app\": {\"id\": 58956564207, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"login.microsoftonline.com\": {\"id\": 58956577030, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"forms.office.com\": {\"id\": 58961421578, \"app\": \"forms.office.com\", \"name\": \"forms.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"scgui\": {\"id\": 58956637416, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"searchhost\": {\"id\": 58956656365, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"credentialuibroker\": {\"id\": 58956564198, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"systemsettings\": {\"id\": 58956564197, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 58961280346, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"msedge\": {\"id\": 58968032188, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 58956564193, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"pickerhost\": {\"id\": 58961372706, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 58970673167, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58956564196, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"calculatorapp\": {\"id\": 58967054927, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 58958461612, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58956564205, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 06:13:06'),(1059,8,'2025-04-05','09:48:56','18:10:53',5.20361,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-04-05\", \"isOnline\": false, \"arrived\": \"2025-04-05 09:48:56\", \"left\": \"2025-04-05 18:10:53\", \"late\": false, \"onlineTime\": 18740, \"offlineTime\": 0, \"desktimeTime\": 18740, \"atWorkTime\": 30117, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 18733, \"productivity\": 99.96, \"efficiency\": 74.34, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57314493695, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"1\": {\"microsoft excel\": {\"id\": 57313681787, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7496}, \"windows explorer\": {\"id\": 57313609609, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3074}, \"microsoft outlook\": {\"id\": 57313670086, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2226}, \"ms-teams\": {\"id\": 57313606434, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1360}, \"hrez.crystalhues.in\": {\"id\": 57313713665, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1288}, \"emsigner.com\": {\"id\": 57314016246, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 986}, \"airtel.in\": {\"id\": 57313739229, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 971}, \"bing.com\": {\"id\": 57314476077, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"acrobat\": {\"id\": 57313728425, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"openai.com\": {\"id\": 57314476078, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"microsoft word\": {\"id\": 57314365362, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"lockapp\": {\"id\": 57314015352, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"onedrive\": {\"id\": 57313585570, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"msedge\": {\"id\": 57313712466, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"auth.openai.com\": {\"id\": 57315210067, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"msedgewebview2\": {\"id\": 57313898953, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"google chrome\": {\"id\": 57314492621, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"searchhost\": {\"id\": 57313889320, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"chatgpt.com\": {\"id\": 57315209125, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"unknown app\": {\"id\": 57313712465, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}}}, \"projects\": []}','2025-07-26 10:50:26'),(1060,8,'2025-04-26','09:40:12','13:55:55',4.05028,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-04-26\", \"isOnline\": false, \"arrived\": \"2025-04-26 09:40:12\", \"left\": \"2025-04-26 13:55:55\", \"late\": false, \"onlineTime\": 14637, \"offlineTime\": 0, \"desktimeTime\": 14637, \"atWorkTime\": 15343, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 14581, \"productivity\": 99.62, \"efficiency\": 57.86, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57709636233, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}}, \"1\": {\"microsoft excel\": {\"id\": 57709657967, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5111}, \"microsoft outlook\": {\"id\": 57709655504, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2274}, \"windows explorer\": {\"id\": 57709636230, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1573}, \"acrobat\": {\"id\": 57709963617, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1216}, \"chatgpt.com\": {\"id\": 57709678533, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1048}, \"ms-teams\": {\"id\": 57709636229, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 860}, \"canva.com\": {\"id\": 57709739584, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 683}, \"airtel.in\": {\"id\": 57709876600, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"emsigner.com\": {\"id\": 57709701113, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"hrez.crystalhues.in\": {\"id\": 57709718924, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"searchhost\": {\"id\": 57710216118, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 213}, \"microsoft word\": {\"id\": 57710216119, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"linkedin.com\": {\"id\": 57709750061, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"google chrome\": {\"id\": 57709662857, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"google.com\": {\"id\": 57709663467, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"onedrive\": {\"id\": 57709636227, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"unknown app\": {\"id\": 57709653703, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"openai.com\": {\"id\": 57709663468, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"msedge\": {\"id\": 57709821838, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 57710058018, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"in.linkedin.com\": {\"id\": 57709750060, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 57710496143, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 57709648939, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 57709749369, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:50:26'),(1063,12,'2025-04-05','10:26:54','15:21:19',1.63667,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-04-05\", \"isOnline\": false, \"arrived\": \"2025-04-05 10:26:54\", \"left\": \"2025-04-05 15:21:19\", \"late\": true, \"onlineTime\": 5892, \"offlineTime\": 0, \"desktimeTime\": 5892, \"atWorkTime\": 17665, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 5892, \"productivity\": 100, \"efficiency\": 25.18, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 57313834949, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2458}, \"linkedin.com\": {\"id\": 57313811267, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1113}, \"lms.chlserv.com\": {\"id\": 57313941095, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 872}, \"ms-teams\": {\"id\": 57313755544, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 608}, \"chatgpt.com\": {\"id\": 57313883975, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"hrez.crystalhues.in\": {\"id\": 57313754609, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57314860384, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"microsoft excel\": {\"id\": 57314411134, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"microsoft word\": {\"id\": 57314691327, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"windows explorer\": {\"id\": 57313811269, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"c\": {\"id\": 57314665514, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"microsoft powerpoint\": {\"id\": 57314697555, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"google chrome\": {\"id\": 57314703904, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"dashtoon.com\": {\"id\": 57313883978, \"app\": \"dashtoon.com\", \"name\": \"dashtoon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"unknown app\": {\"id\": 57314410431, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellhost\": {\"id\": 57314013261, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:50:55'),(1064,12,'2025-04-26','09:40:07','13:50:54',3.11222,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-04-26\", \"isOnline\": false, \"arrived\": \"2025-04-26 09:40:07\", \"left\": \"2025-04-26 13:50:54\", \"late\": true, \"onlineTime\": 11235, \"offlineTime\": 0, \"desktimeTime\": 11235, \"atWorkTime\": 15047, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 11204, \"productivity\": 99.72, \"efficiency\": 47.88, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57710295006, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}}, \"1\": {\"microsoft outlook\": {\"id\": 57709633329, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3254}, \"microsoft excel\": {\"id\": 57709932160, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2236}, \"microsoft powerpoint\": {\"id\": 57710317086, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1248}, \"ms-teams\": {\"id\": 57709894820, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1241}, \"lms.chlserv.com\": {\"id\": 57709708614, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1160}, \"windows explorer\": {\"id\": 57710038569, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 649}, \"linkedin.com\": {\"id\": 57709708613, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 521}, \"lockapp\": {\"id\": 57709649718, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"c\": {\"id\": 57710364666, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"snippingtool\": {\"id\": 57710080640, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"pickerhost\": {\"id\": 57710081515, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"systemsettings\": {\"id\": 57710514672, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"microsoft word\": {\"id\": 57710515413, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"unknown app\": {\"id\": 57709675408, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"chatgpt.com\": {\"id\": 57710196750, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"photos\": {\"id\": 57710407134, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"msedgewebview2\": {\"id\": 57710482327, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"google.com\": {\"id\": 57709975415, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 57710086720, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"pms.chlserv.com\": {\"id\": 57710406488, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-26 10:50:55'),(1065,12,'2025-05-24','08:44:52','17:35:18',3.95306,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-05-24\", \"isOnline\": false, \"arrived\": \"2025-05-24 08:44:52\", \"left\": \"2025-05-24 17:35:18\", \"late\": false, \"onlineTime\": 14447, \"offlineTime\": 0, \"desktimeTime\": 14447, \"atWorkTime\": 31826, \"afterWorkTime\": 0, \"beforeWorkTime\": 236, \"productiveTime\": 14231, \"productivity\": 98.5, \"efficiency\": 60.82, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58259600419, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 216}}, \"1\": {\"microsoft outlook\": {\"id\": 58258905590, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6468}, \"ms-teams\": {\"id\": 58259161154, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3630}, \"linkedin.com\": {\"id\": 58259475813, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1032}, \"lms.chlserv.com\": {\"id\": 58259476587, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 550}, \"chatgpt.com\": {\"id\": 58259165825, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 533}, \"hrez.crystalhues.in\": {\"id\": 58259323269, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 513}, \"lockapp\": {\"id\": 58259074404, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 511}, \"windows explorer\": {\"id\": 58259287493, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 453}, \"microsoft word\": {\"id\": 58259177538, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 297}, \"unknown app\": {\"id\": 58259052299, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"shellexperiencehost\": {\"id\": 58258906033, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"acrobat.adobe.com\": {\"id\": 58259644699, \"app\": \"acrobat.adobe.com\", \"name\": \"acrobat.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58259646431, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"pms.chlserv.com\": {\"id\": 58259611605, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google chrome\": {\"id\": 58259165822, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 58259176758, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"resume.chlsoftech.com\": {\"id\": 58258905121, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:50:56'),(1068,13,'2025-04-05','08:26:58','17:54:59',4.7675,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-04-05\", \"isOnline\": false, \"arrived\": \"2025-04-05 08:26:58\", \"left\": \"2025-04-05 17:54:59\", \"late\": false, \"onlineTime\": 17275, \"offlineTime\": 0, \"desktimeTime\": 17275, \"atWorkTime\": 34081, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 17163, \"productivity\": 99.35, \"efficiency\": 68.11, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57313456087, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}}, \"1\": {\"microsoft outlook\": {\"id\": 57313320338, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7207}, \"ms-teams\": {\"id\": 57313320963, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6523}, \"lms.chlserv.com\": {\"id\": 57313336045, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1098}, \"c\": {\"id\": 57313345648, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 636}, \"unknown app\": {\"id\": 57313326032, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 594}, \"microsoft word\": {\"id\": 57314281787, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 523}, \"windows explorer\": {\"id\": 57313363001, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 285}, \"openai.com\": {\"id\": 57314615223, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"chatgpt.com\": {\"id\": 57314615833, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"transfernow.net\": {\"id\": 57314594659, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"microsoft excel\": {\"id\": 57314818561, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"google chrome\": {\"id\": 57313336044, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"lockapp\": {\"id\": 57313842952, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"searchapp\": {\"id\": 57313323392, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 57313428287, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"webviewhost\": {\"id\": 57313452147, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 57313456694, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 57313413836, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:14'),(1069,13,'2025-04-26','08:20:53','12:59:22',4.06417,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-04-26\", \"isOnline\": false, \"arrived\": \"2025-04-26 08:20:53\", \"left\": \"2025-04-26 12:59:22\", \"late\": false, \"onlineTime\": 14958, \"offlineTime\": 0, \"desktimeTime\": 14958, \"atWorkTime\": 16709, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 14631, \"productivity\": 97.81, \"efficiency\": 58.06, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ntp.msn.com\": {\"id\": 57710130330, \"app\": \"ntp.msn.com\", \"name\": \"ntp.msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 57709613640, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 326}}, \"1\": {\"microsoft outlook\": {\"id\": 57709426812, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8362}, \"ms-teams\": {\"id\": 57709426811, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3093}, \"lms.chlserv.com\": {\"id\": 57709426283, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1231}, \"windows explorer\": {\"id\": 57709429792, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 539}, \"unknown app\": {\"id\": 57709457281, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 478}, \"microsoft excel\": {\"id\": 57709878495, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 338}, \"shellexperiencehost\": {\"id\": 57709604542, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"lockapp\": {\"id\": 57709604540, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"msedge\": {\"id\": 57709613641, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"searchapp\": {\"id\": 57709931501, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"google chrome\": {\"id\": 57709652344, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:14'),(1070,13,'2025-05-03','06:56:58','12:58:27',3.42833,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-03\", \"isOnline\": false, \"arrived\": \"2025-05-03 06:56:58\", \"left\": \"2025-05-03 12:58:27\", \"late\": false, \"onlineTime\": 12440, \"offlineTime\": 0, \"desktimeTime\": 12440, \"atWorkTime\": 21689, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 12342, \"productivity\": 99.21, \"efficiency\": 48.98, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57834378955, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}}, \"1\": {\"microsoft outlook\": {\"id\": 57834343314, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4995}, \"ms-teams\": {\"id\": 57834341956, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3231}, \"linkedin.com\": {\"id\": 57834365184, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1385}, \"lms.chlserv.com\": {\"id\": 57834364878, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 649}, \"shellexperiencehost\": {\"id\": 57834341951, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 585}, \"notepad\": {\"id\": 57835096344, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 467}, \"unknown app\": {\"id\": 57834342984, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 286}, \"google.com\": {\"id\": null, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 265}, \"onedrive\": {\"id\": 57834625826, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 163}, \"c\": {\"id\": 57834977165, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"google chrome\": {\"id\": 57834379536, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"windows explorer\": {\"id\": 57834341952, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"photos\": {\"id\": 57834660004, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 57834374638, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"lockapp\": {\"id\": 57834766135, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"m365.cloud.microsoft\": {\"id\": 57834374376, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 57835593309, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchapp\": {\"id\": 57834379843, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"webviewhost\": {\"id\": 57834341955, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chatgpt.com\": {\"id\": 57834374379, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 57834379844, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 10:51:15'),(1071,13,'2025-05-24','10:15:05','17:54:33',7.01778,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-05-24\", \"isOnline\": false, \"arrived\": \"2025-05-24 10:15:05\", \"left\": \"2025-05-24 17:54:33\", \"late\": false, \"onlineTime\": 25444, \"offlineTime\": 0, \"desktimeTime\": 25444, \"atWorkTime\": 27568, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25264, \"productivity\": 99.29, \"efficiency\": 100.25, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58259414335, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}}, \"1\": {\"lms.chlserv.com\": {\"id\": 58259540760, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9342}, \"ms-teams\": {\"id\": 58259172032, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6988}, \"microsoft outlook\": {\"id\": 58259174449, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6661}, \"linkedin.com\": {\"id\": 58259546236, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 904}, \"google.com\": {\"id\": 58259569986, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 590}, \"lockapp\": {\"id\": 58259291690, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"unknown app\": {\"id\": 58259298596, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 172}, \"chrome://new-tab-page\": {\"id\": 58260610948, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"windows explorer\": {\"id\": 58259173730, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"msedge\": {\"id\": 58259413566, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58259694306, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"google chrome\": {\"id\": 58259539905, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"m365.cloud.microsoft\": {\"id\": 58259918063, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"c\": {\"id\": 58259214112, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"winstore.app\": {\"id\": 58259991950, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"office.com\": {\"id\": 58260107010, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"biocon.com\": {\"id\": 58260828575, \"app\": \"biocon.com\", \"name\": \"biocon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://tab-search.top-chrome\": {\"id\": 58260570506, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58259413568, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:20'),(1075,15,'2025-04-01','09:22:29','17:58:29',7.78778,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-01\", \"isOnline\": false, \"arrived\": \"2025-04-01 09:22:29\", \"left\": \"2025-04-01 17:58:29\", \"late\": true, \"onlineTime\": 28143, \"offlineTime\": 0, \"desktimeTime\": 28143, \"atWorkTime\": 30960, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28036, \"productivity\": 99.62, \"efficiency\": 103.84, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57204646706, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}}, \"0\": {\"desktime.com\": {\"id\": 57204747870, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}}, \"1\": {\"microsoft powerpoint\": {\"id\": 57204904873, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6896}, \"google.com\": {\"id\": 57204764343, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2921}, \"analytics.google.com\": {\"id\": 57204599449, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2051}, \"sdg.fairgaze.com\": {\"id\": 57204644919, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1116}, \"microsoft outlook\": {\"id\": 57204637868, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1071}, \"mun.fairgaze.com\": {\"id\": 57204597957, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1040}, \"docs.google.com\": {\"id\": 57204582128, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1036}, \"chatgpt.com\": {\"id\": 57205312462, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 904}, \"microsoft excel\": {\"id\": 57213882287, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 844}, \"ads.google.com\": {\"id\": 57207624211, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 793}, \"microsoft word\": {\"id\": 57211882901, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 724}, \"windows explorer\": {\"id\": 57204630998, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 722}, \"google chrome\": {\"id\": 57204704916, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 681}, \"fairgaze.com\": {\"id\": 57204612721, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 661}, \"search.google.com\": {\"id\": 57204999338, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 595}, \"hrez.crystalhues.in\": {\"id\": 57204706857, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"m.fairgaze.com\": {\"id\": 57207677398, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 464}, \"translate.google.co.in\": {\"id\": 57205322428, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 395}, \"notepad\": {\"id\": 57205228531, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 387}, \"web.whatsapp.com\": {\"id\": 57205217132, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"c\": {\"id\": 57216536978, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"linkedin.com\": {\"id\": 57212892525, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"saukrit.com\": {\"id\": 57204612722, \"app\": \"saukrit.com\", \"name\": \"saukrit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"unknown app\": {\"id\": 57204972192, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 272}, \"ambitionbox.com\": {\"id\": 57213154333, \"app\": \"ambitionbox.com\", \"name\": \"ambitionbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"shellexperiencehost\": {\"id\": 57204603131, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 225}, \"publons.com\": {\"id\": 57213382429, \"app\": \"publons.com\", \"name\": \"publons.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"calculator.net\": {\"id\": 57217657886, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"licpremiumcalculator.cc\": {\"id\": 57216271590, \"app\": \"licpremiumcalculator.cc\", \"name\": \"licpremiumcalculator.cc\", \"type\": \"web\", \"category_id\": 0, \"duration\": 191}, \"microsoft paint\": {\"id\": 57207957491, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"bankofindia.co.in\": {\"id\": 57217414563, \"app\": \"bankofindia.co.in\", \"name\": \"bankofindia.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"lockapp\": {\"id\": 57206246471, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"ms-teams\": {\"id\": 57204874776, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"snippingtool\": {\"id\": 57205467040, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"chrome://history\": {\"id\": 57204639560, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"systemsettings\": {\"id\": 57213668641, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"igp.com\": {\"id\": 57204766297, \"app\": \"igp.com\", \"name\": \"igp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"webofscience.com\": {\"id\": 57212886106, \"app\": \"webofscience.com\", \"name\": \"webofscience.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"searchhost\": {\"id\": 57205467038, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"pcc.delhipolice.gov.in\": {\"id\": 57205239395, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"oswalpublishers.com\": {\"id\": 57213093188, \"app\": \"oswalpublishers.com\", \"name\": \"oswalpublishers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"oswaal360.com\": {\"id\": 57213009945, \"app\": \"oswaal360.com\", \"name\": \"oswaal360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"oswaalbooks.com\": {\"id\": 57207443928, \"app\": \"oswaalbooks.com\", \"name\": \"oswaalbooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"msedgewebview2\": {\"id\": 57204902777, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"developers.google.com\": {\"id\": 57204993505, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"oswal.io\": {\"id\": 57213125542, \"app\": \"oswal.io\", \"name\": \"oswal.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"gofindads.com\": {\"id\": 57204641219, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"viralstance.com\": {\"id\": 57210506986, \"app\": \"viralstance.com\", \"name\": \"viralstance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"systemsettingsadminflows\": {\"id\": 57213743943, \"app\": \"SystemSettingsAdminFlows\", \"name\": \"SystemSettingsAdminFlows\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"pickerhost\": {\"id\": 57208039481, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"indiaasisee.fairgaze.com\": {\"id\": 57204771966, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://settings\": {\"id\": 57204639557, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"appraisal.chlserv.com\": {\"id\": 57204724766, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 57216271588, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"business.google.com\": {\"id\": 57210659421, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"agsetp64\": {\"id\": 57213829044, \"app\": \"AGSETP64\", \"name\": \"AGSETP64\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"diigo.com\": {\"id\": 57204993502, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"express.adobe.com\": {\"id\": 57217177306, \"app\": \"express.adobe.com\", \"name\": \"express.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"inst\": {\"id\": 57213888357, \"app\": \"Inst\", \"name\": \"Inst\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:41'),(1076,15,'2025-04-02','09:10:38','21:58:06',7.98028,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-02\", \"isOnline\": false, \"arrived\": \"2025-04-02 09:10:38\", \"left\": \"2025-04-02 21:58:06\", \"late\": true, \"onlineTime\": 29086, \"offlineTime\": 0, \"desktimeTime\": 29086, \"atWorkTime\": 46048, \"afterWorkTime\": 1194, \"beforeWorkTime\": 0, \"productiveTime\": 28729, \"productivity\": 98.77, \"efficiency\": 106.4, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57234185101, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}}, \"0\": {\"desktime.com\": {\"id\": 57232904602, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 308}}, \"1\": {\"microsoft powerpoint\": {\"id\": 57232980146, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7399}, \"google.com\": {\"id\": 57232647338, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3480}, \"mun.fairgaze.com\": {\"id\": 57232584478, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2171}, \"analytics.google.com\": {\"id\": 57232908579, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1796}, \"chatgpt.com\": {\"id\": 57236304100, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1263}, \"microsoft outlook\": {\"id\": 57232595406, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1219}, \"docs.google.com\": {\"id\": 57243995767, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1137}, \"searchengineland.com\": {\"id\": 57233500144, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1096}, \"search.google.com\": {\"id\": 57233018754, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 785}, \"sdg.fairgaze.com\": {\"id\": 57232898651, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 780}, \"microsoft excel\": {\"id\": 57233046127, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 765}, \"townscript.com\": {\"id\": 57236781306, \"app\": \"townscript.com\", \"name\": \"townscript.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 632}, \"google chrome\": {\"id\": 57232580476, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 528}, \"windows explorer\": {\"id\": 57232815459, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 494}, \"app.neilpatel.com\": {\"id\": 57246230940, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"fairgaze.com\": {\"id\": 57232585807, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 440}, \"new.tupalo.biz\": {\"id\": 57244179351, \"app\": \"new.tupalo.biz\", \"name\": \"new.tupalo.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 408}, \"in.enrollbusiness.com\": {\"id\": 57243654809, \"app\": \"in.enrollbusiness.com\", \"name\": \"in.enrollbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 305}, \"chrome://settings\": {\"id\": 57232644499, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 274}, \"lockapp\": {\"id\": 57237543520, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 221}, \"snippingtool\": {\"id\": 57235157974, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"iimskills.com\": {\"id\": 57243622800, \"app\": \"iimskills.com\", \"name\": \"iimskills.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"notepad\": {\"id\": 57236281870, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"unknown app\": {\"id\": 57232578938, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 172}, \"poweredindia.com\": {\"id\": 57245672609, \"app\": \"poweredindia.com\", \"name\": \"poweredindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 168}, \"searchhost\": {\"id\": 57232627555, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 163}, \"support.google.com\": {\"id\": 57242604293, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"hrez.crystalhues.in\": {\"id\": 57232585808, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"qlutch.com\": {\"id\": 57236555549, \"app\": \"qlutch.com\", \"name\": \"qlutch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"chrome://history\": {\"id\": 57232645829, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"tupalo.net\": {\"id\": 57244242429, \"app\": \"tupalo.net\", \"name\": \"tupalo.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"deartline.com\": {\"id\": 57240311247, \"app\": \"deartline.com\", \"name\": \"deartline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"translate.google.co.in\": {\"id\": 57242633027, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"shellexperiencehost\": {\"id\": 57232982311, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"web.whatsapp.com\": {\"id\": 57232926053, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"login.bizzabo.com\": {\"id\": 57236763090, \"app\": \"login.bizzabo.com\", \"name\": \"login.bizzabo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"tracxn.com\": {\"id\": 57243582327, \"app\": \"tracxn.com\", \"name\": \"tracxn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"msedgewebview2\": {\"id\": 57241330945, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"m.fairgaze.com\": {\"id\": 57233936353, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"validator.schema.org\": {\"id\": 57236395936, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"accounts.google.com\": {\"id\": 57236803951, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"business.google.com\": {\"id\": 57240882052, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"linkedin.com\": {\"id\": 57233288100, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"traffictail.com\": {\"id\": 57244546868, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"superpages.com\": {\"id\": 57243498252, \"app\": \"superpages.com\", \"name\": \"superpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"ms-teams\": {\"id\": 57238623548, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"profiletree.com\": {\"id\": 57236624583, \"app\": \"profiletree.com\", \"name\": \"profiletree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"onlinent\": {\"id\": 57242228737, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"explara.com\": {\"id\": 57238642240, \"app\": \"explara.com\", \"name\": \"explara.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"developers.google.com\": {\"id\": 57233018752, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"bizzabo.com\": {\"id\": 57236751353, \"app\": \"bizzabo.com\", \"name\": \"bizzabo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"smartguy.com\": {\"id\": 57243629548, \"app\": \"smartguy.com\", \"name\": \"smartguy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"neilpatel.com\": {\"id\": 57246224540, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"instagram.com\": {\"id\": 57236351127, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"about:blank\": {\"id\": 57238642236, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"gofindads.com\": {\"id\": 57234185100, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"youtube.com\": {\"id\": 57243933122, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"crystalhues.com\": {\"id\": 57238598540, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"pickerhost\": {\"id\": 57244906622, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"directories.net.in\": {\"id\": 57243557164, \"app\": \"directories.net.in\", \"name\": \"directories.net.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"windowscamera\": {\"id\": 57232641224, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"pdf2everything.com\": {\"id\": 57245452047, \"app\": \"pdf2everything.com\", \"name\": \"pdf2everything.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tupalo.com\": {\"id\": 57244179349, \"app\": \"tupalo.com\", \"name\": \"tupalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"indiabusinesstoday.in\": {\"id\": 57244173322, \"app\": \"indiabusinesstoday.in\", \"name\": \"indiabusinesstoday.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"makemynewspaper.com\": {\"id\": 57236544081, \"app\": \"makemynewspaper.com\", \"name\": \"makemynewspaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"goodnames.eth.limo\": {\"id\": 57244607828, \"app\": \"goodnames.eth.limo\", \"name\": \"goodnames.eth.limo\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"accounts.yellowpages.com\": {\"id\": 57243510976, \"app\": \"accounts.yellowpages.com\", \"name\": \"accounts.yellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"newbigblog.com\": {\"id\": 57236529764, \"app\": \"newbigblog.com\", \"name\": \"newbigblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fincart.com\": {\"id\": 57233860193, \"app\": \"fincart.com\", \"name\": \"fincart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft word\": {\"id\": 57233386120, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"palify.io\": {\"id\": 57246076412, \"app\": \"palify.io\", \"name\": \"palify.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"indiaasisee.fairgaze.com\": {\"id\": 57236203641, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"unacademy.com\": {\"id\": 57246202486, \"app\": \"unacademy.com\", \"name\": \"unacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"workintool.com\": {\"id\": 57245458346, \"app\": \"workintool.com\", \"name\": \"workintool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"publons.com\": {\"id\": 57244857777, \"app\": \"publons.com\", \"name\": \"publons.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dwm\": {\"id\": 57241790245, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"wealthyaffiliate.com\": {\"id\": 57237021048, \"app\": \"wealthyaffiliate.com\", \"name\": \"wealthyaffiliate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:41'),(1077,15,'2025-04-03','09:20:15','18:40:33',7.63306,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-03\", \"isOnline\": false, \"arrived\": \"2025-04-03 09:20:15\", \"left\": \"2025-04-03 18:40:33\", \"late\": true, \"onlineTime\": 24035, \"offlineTime\": 3799, \"desktimeTime\": 27834, \"atWorkTime\": 33618, \"afterWorkTime\": 1778, \"beforeWorkTime\": 0, \"productiveTime\": 27479, \"productivity\": 98.72, \"efficiency\": 101.77, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57260767072, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}}, \"0\": {\"desktime.com\": {\"id\": 57261126143, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}}, \"1\": {\"docs.google.com\": {\"id\": 57260898728, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5134}, \"business meet attend (offline time)\": {\"id\": 57772586588, \"app\": \"__OFFLINE__\", \"name\": \"BUSINESS MEET ATTEND\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3799}, \"fairgaze.com\": {\"id\": 57260566767, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2671}, \"mun.fairgaze.com\": {\"id\": 57260557415, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2144}, \"m.fairgaze.com\": {\"id\": 57261152714, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1650}, \"microsoft word\": {\"id\": 57262794786, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1363}, \"google chrome\": {\"id\": 57260560486, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1144}, \"google.com\": {\"id\": 57260558940, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 900}, \"chatgpt.com\": {\"id\": 57262709312, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 895}, \"sdg.fairgaze.com\": {\"id\": 57260662541, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 817}, \"microsoft outlook\": {\"id\": 57260557417, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 693}, \"analytics.google.com\": {\"id\": 57260561926, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 537}, \"search.google.com\": {\"id\": 57261145540, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"lockapp\": {\"id\": 57260625063, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 252}, \"one.google.com\": {\"id\": 57274970008, \"app\": \"one.google.com\", \"name\": \"one.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"ambitionbox.com\": {\"id\": 57272891273, \"app\": \"ambitionbox.com\", \"name\": \"ambitionbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"meraevents.com\": {\"id\": 57262445159, \"app\": \"meraevents.com\", \"name\": \"meraevents.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"microsoft powerpoint\": {\"id\": 57261417858, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 216}, \"traffictail.com\": {\"id\": 57261589124, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"c\": {\"id\": 57261082679, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"notepad\": {\"id\": 57262517506, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"shellexperiencehost\": {\"id\": 57261134564, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"unknown app\": {\"id\": 57260627387, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 184}, \"linkedin.com\": {\"id\": 57262123420, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"diigo.com\": {\"id\": 57262061819, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"app.neilpatel.com\": {\"id\": 57261530290, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"scoop.it\": {\"id\": 57262020907, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"windows explorer\": {\"id\": 57260557416, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"justpaste.it\": {\"id\": 57268996649, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"justdial.com\": {\"id\": 57274748365, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"google.co.in\": {\"id\": 57261800051, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"chrome://settings\": {\"id\": 57261601844, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"items.classifiedsfactor.com\": {\"id\": 57262300788, \"app\": \"items.classifiedsfactor.com\", \"name\": \"items.classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"quillbot.com\": {\"id\": 57273634830, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"web.whatsapp.com\": {\"id\": 57260948156, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"about:blank\": {\"id\": 57260646909, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"theverge.com\": {\"id\": 57273325440, \"app\": \"theverge.com\", \"name\": \"theverge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"hrez.crystalhues.in\": {\"id\": 57260721954, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"searchhost\": {\"id\": 57260912412, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"translate.google.co.in\": {\"id\": 57268212213, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"blogger.com\": {\"id\": 57269534282, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"scribd.com\": {\"id\": 57270640543, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"drive.google.com\": {\"id\": 57274899431, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"chrome://history\": {\"id\": 57261672865, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"expatriates.com\": {\"id\": 57261484393, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"ms-teams\": {\"id\": 57261134570, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"posts.yookalo.com\": {\"id\": 57262249366, \"app\": \"posts.yookalo.com\", \"name\": \"posts.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"instapaper.com\": {\"id\": 57262009232, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"tumblr.com\": {\"id\": 57269595412, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"yookalo.com\": {\"id\": 57262241025, \"app\": \"yookalo.com\", \"name\": \"yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"marketingplatform.google.com\": {\"id\": 57270122972, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"chat.openai.com\": {\"id\": 57268218757, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"instagram.com\": {\"id\": 57272835558, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"4shared.com\": {\"id\": 57270880366, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"getpocket.com\": {\"id\": 57261997534, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"business.google.com\": {\"id\": 57262322760, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"godaddy.com\": {\"id\": 57261763038, \"app\": \"godaddy.com\", \"name\": \"godaddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"indiafilings.com\": {\"id\": 57272770515, \"app\": \"indiafilings.com\", \"name\": \"indiafilings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"crystalhues.com\": {\"id\": 57261076925, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"microsoft excel\": {\"id\": 57260552790, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"seokhazana.com\": {\"id\": 57262236805, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"bgyellowpages.com\": {\"id\": 57261930940, \"app\": \"bgyellowpages.com\", \"name\": \"bgyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"kidscontests.in\": {\"id\": 57272816126, \"app\": \"kidscontests.in\", \"name\": \"kidscontests.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"cleartax.in\": {\"id\": 57272746352, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"dpl.gov.in\": {\"id\": 57274887324, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"thecompanycheck.com\": {\"id\": 57272798825, \"app\": \"thecompanycheck.com\", \"name\": \"thecompanycheck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"bgyellowpages.org\": {\"id\": 57261938641, \"app\": \"bgyellowpages.org\", \"name\": \"bgyellowpages.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"onlinent\": {\"id\": 57262001273, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"eximdata.com\": {\"id\": 57261949045, \"app\": \"eximdata.com\", \"name\": \"eximdata.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"pearltrees.com\": {\"id\": 57262057737, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"pcc.delhipolice.gov.in\": {\"id\": 57274709154, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"fairgaze.blogspot.com\": {\"id\": 57269582142, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiacatalog.com\": {\"id\": 57261911208, \"app\": \"indiacatalog.com\", \"name\": \"indiacatalog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 57262608190, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"delhi.yookalo.com\": {\"id\": 57262262845, \"app\": \"delhi.yookalo.com\", \"name\": \"delhi.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"indianyellowpages.com\": {\"id\": 57261919004, \"app\": \"indianyellowpages.com\", \"name\": \"indianyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"developers.google.com\": {\"id\": 57261142695, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"unstop.com\": {\"id\": 57272792248, \"app\": \"unstop.com\", \"name\": \"unstop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"go4worldbusiness.com\": {\"id\": 57261922869, \"app\": \"go4worldbusiness.com\", \"name\": \"go4worldbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"windowscamera\": {\"id\": 57260912413, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"duplichecker.com\": {\"id\": 57273628454, \"app\": \"duplichecker.com\", \"name\": \"duplichecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ads.shopolop.com\": {\"id\": 57262292468, \"app\": \"ads.shopolop.com\", \"name\": \"ads.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"neilpatel.com\": {\"id\": 57261530286, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"publons.com\": {\"id\": 57260700118, \"app\": \"publons.com\", \"name\": \"publons.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"opensale.ca\": {\"id\": 57262753436, \"app\": \"opensale.ca\", \"name\": \"opensale.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"indiaasisee.fairgaze.com\": {\"id\": 57260646910, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"classifiedsfactor.com\": {\"id\": 57262296461, \"app\": \"classifiedsfactor.com\", \"name\": \"classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"indialist.com\": {\"id\": 57261763036, \"app\": \"indialist.com\", \"name\": \"indialist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getimg.ai\": {\"id\": 57261582021, \"app\": \"getimg.ai\", \"name\": \"getimg.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"accounts.google.com\": {\"id\": 57260857359, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gmail.com\": {\"id\": 57262635866, \"app\": \"gmail.com\", \"name\": \"gmail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wealthyaffiliate.com\": {\"id\": 57261462868, \"app\": \"wealthyaffiliate.com\", \"name\": \"wealthyaffiliate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 57261123346, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"townscript.com\": {\"id\": 57260700117, \"app\": \"townscript.com\", \"name\": \"townscript.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:42'),(1078,15,'2025-04-04','09:38:04','16:57:56',7.31111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-04\", \"isOnline\": false, \"arrived\": \"2025-04-04 09:38:04\", \"left\": \"2025-04-04 16:57:56\", \"late\": true, \"onlineTime\": 4234, \"offlineTime\": 22105, \"desktimeTime\": 26339, \"atWorkTime\": 26392, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26320, \"productivity\": 99.93, \"efficiency\": 97.48, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57289023417, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"1\": {\"business meet attend (offline time)\": {\"id\": 57772600827, \"app\": \"__OFFLINE__\", \"name\": \"BUSINESS MEET ATTEND\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22105}, \"docs.google.com\": {\"id\": 57288742815, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1207}, \"m.fairgaze.com\": {\"id\": 57289340517, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 585}, \"searchengineland.com\": {\"id\": 57288860242, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 560}, \"moz.com\": {\"id\": 57289149768, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 351}, \"google.com\": {\"id\": 57288769151, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 347}, \"hrez.crystalhues.in\": {\"id\": 57288951227, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 330}, \"scoop.it\": {\"id\": 57289010970, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"c\": {\"id\": 57292187685, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"microsoft outlook\": {\"id\": 57288737555, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"sdg.fairgaze.com\": {\"id\": 57289091089, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"india-press-release.com\": {\"id\": 57288771072, \"app\": \"india-press-release.com\", \"name\": \"india-press-release.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"analytics.google.com\": {\"id\": 57288931013, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"shellexperiencehost\": {\"id\": 57288763170, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"microsoft excel\": {\"id\": 57289062064, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"windows explorer\": {\"id\": 57288948995, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"google chrome\": {\"id\": 57288928904, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"microsoft powerpoint\": {\"id\": 57289086043, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 57289062062, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"fairgaze.com\": {\"id\": 57289021181, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"mydiamondplumbing.com\": {\"id\": 57289268688, \"app\": \"mydiamondplumbing.com\", \"name\": \"mydiamondplumbing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"notepad\": {\"id\": 57289242906, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"mun.fairgaze.com\": {\"id\": 57289160403, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 57288860244, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 57288769153, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"ms-teams\": {\"id\": 57288948996, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"web.whatsapp.com\": {\"id\": 57289081014, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"napervilleplumber.com\": {\"id\": 57289265614, \"app\": \"napervilleplumber.com\", \"name\": \"napervilleplumber.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"mydiamondplumbing.comnapervilleplumber.com\": {\"id\": 57289271772, \"app\": \"mydiamondplumbing.comnapervilleplumber.com\", \"name\": \"mydiamondplumbing.comnapervilleplumber.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"thirddoormedia.com\": {\"id\": 57288881124, \"app\": \"thirddoormedia.com\", \"name\": \"thirddoormedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mayurpublicschool.com\": {\"id\": 57289102672, \"app\": \"mayurpublicschool.com\", \"name\": \"mayurpublicschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"marketingplatform.google.com\": {\"id\": 57288931010, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"dpl.gov.in\": {\"id\": 57288804039, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"unknown app\": {\"id\": 57288735955, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:42'),(1079,15,'2025-04-05','10:40:08','20:30:01',4.37306,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-05\", \"isOnline\": false, \"arrived\": \"2025-04-05 10:40:08\", \"left\": \"2025-04-05 20:30:01\", \"late\": true, \"onlineTime\": 12566, \"offlineTime\": 3207, \"desktimeTime\": 15773, \"atWorkTime\": 35393, \"afterWorkTime\": 590, \"beforeWorkTime\": 0, \"productiveTime\": 15743, \"productivity\": 99.8, \"efficiency\": 58.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57314999219, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}}, \"1\": {\"business meet attend (offline time)\": {\"id\": 57772663898, \"app\": \"__OFFLINE__\", \"name\": \"BUSINESS MEET ATTEND\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3207}, \"mun.fairgaze.com\": {\"id\": 57313827518, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2773}, \"google.com\": {\"id\": 57313818856, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2282}, \"analytics.google.com\": {\"id\": 57313901900, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1213}, \"fairgaze.com\": {\"id\": 57313818858, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 769}, \"app.neilpatel.com\": {\"id\": 57315240360, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 726}, \"chrome://settings\": {\"id\": 57313826637, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 666}, \"google chrome\": {\"id\": 57313817934, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 646}, \"unknown app\": {\"id\": 57313967960, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 596}, \"shellexperiencehost\": {\"id\": 57313854953, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 393}, \"microsoft outlook\": {\"id\": 57313820068, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"traffictail.com\": {\"id\": 57313868847, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 336}, \"chrome://history\": {\"id\": 57313825771, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 299}, \"lockapp\": {\"id\": 57314482515, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 261}, \"m.fairgaze.com\": {\"id\": 57314994520, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"notepad\": {\"id\": 57313814689, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 199}, \"windows explorer\": {\"id\": 57313896751, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"seoptimer.com\": {\"id\": 57315251277, \"app\": \"seoptimer.com\", \"name\": \"seoptimer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"ms-teams\": {\"id\": 57314442658, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"search.google.com\": {\"id\": 57315188019, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"hrez.crystalhues.in\": {\"id\": 57314635162, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"c\": {\"id\": 57314623492, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"web.whatsapp.com\": {\"id\": 57314650501, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"searchlogistics.com\": {\"id\": 57316181916, \"app\": \"searchlogistics.com\", \"name\": \"searchlogistics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"translate.google.co.in\": {\"id\": 57314652851, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"google.co.in\": {\"id\": 57313826642, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"busylisting.com\": {\"id\": 57313893426, \"app\": \"busylisting.com\", \"name\": \"busylisting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"developers.google.com\": {\"id\": 57315186875, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 57314624290, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"neilpatel.com\": {\"id\": 57315240359, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 57313901110, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"microsoft excel\": {\"id\": 57313832408, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdg.fairgaze.com\": {\"id\": 57313824956, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 57315258929, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"blogger.com\": {\"id\": 57314880350, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 57314484172, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"gofindads.com\": {\"id\": 57315230449, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"diigo.com\": {\"id\": 57314880348, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"marketingplatform.google.com\": {\"id\": 57313901109, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indiaasisee.fairgaze.com\": {\"id\": 57316176628, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:43'),(1080,15,'2025-04-07','08:07:39','17:43:48',7.85389,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-07\", \"isOnline\": false, \"arrived\": \"2025-04-07 08:07:39\", \"left\": \"2025-04-07 17:43:48\", \"late\": true, \"onlineTime\": 29079, \"offlineTime\": 0, \"desktimeTime\": 29079, \"atWorkTime\": 34569, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28274, \"productivity\": 97.23, \"efficiency\": 104.72, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57322437297, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 283}}, \"0\": {\"desktime.com\": {\"id\": 57320011874, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 522}}, \"1\": {\"docs.google.com\": {\"id\": 57322446072, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3844}, \"google.com\": {\"id\": 57320024863, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2846}, \"mun.fairgaze.com\": {\"id\": 57320027565, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2309}, \"search.google.com\": {\"id\": 57320446449, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1844}, \"fairgaze.com\": {\"id\": 57320436132, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1787}, \"analytics.google.com\": {\"id\": 57320002472, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1743}, \"m.fairgaze.com\": {\"id\": 57320803140, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1499}, \"chatgpt.com\": {\"id\": 57320561657, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1143}, \"google chrome\": {\"id\": 57320001630, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1103}, \"hrez.crystalhues.in\": {\"id\": 57320013570, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1049}, \"chrome://settings\": {\"id\": 57320028435, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 903}, \"lockapp\": {\"id\": 57321043874, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 768}, \"ms-teams\": {\"id\": 57320019802, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 594}, \"diigo.com\": {\"id\": 57321849301, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 593}, \"notepad\": {\"id\": 57324013630, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 500}, \"microsoft outlook\": {\"id\": 57320014374, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 477}, \"searchenginejournal.com\": {\"id\": 57321472926, \"app\": \"searchenginejournal.com\", \"name\": \"searchenginejournal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"windows explorer\": {\"id\": 57320000801, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 449}, \"mydramalist.com\": {\"id\": 57322673271, \"app\": \"mydramalist.com\", \"name\": \"mydramalist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"sdg.fairgaze.com\": {\"id\": 57322141833, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 367}, \"golance.com\": {\"id\": 57323672730, \"app\": \"golance.com\", \"name\": \"golance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 342}, \"chrome://history\": {\"id\": 57320033356, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"siteliner.com\": {\"id\": 57332593928, \"app\": \"siteliner.com\", \"name\": \"siteliner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 310}, \"pagespeed.web.dev\": {\"id\": 57320437588, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 283}, \"app.neilpatel.com\": {\"id\": 57332153238, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"microsoft excel\": {\"id\": 57332278078, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"shellexperiencehost\": {\"id\": 57320001631, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 173}, \"getpocket.com\": {\"id\": 57321209077, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"duplichecker.com\": {\"id\": 57332548844, \"app\": \"duplichecker.com\", \"name\": \"duplichecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"metooo.io\": {\"id\": 57322602635, \"app\": \"metooo.io\", \"name\": \"metooo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"blog.byjus.com\": {\"id\": 57324836621, \"app\": \"blog.byjus.com\", \"name\": \"blog.byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"techplanet.today\": {\"id\": 57322309377, \"app\": \"techplanet.today\", \"name\": \"techplanet.today\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"web.whatsapp.com\": {\"id\": 57320394741, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"esolz.net\": {\"id\": 57322292468, \"app\": \"esolz.net\", \"name\": \"esolz.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"theamberpost.com\": {\"id\": 57322557585, \"app\": \"theamberpost.com\", \"name\": \"theamberpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"expatriates.com\": {\"id\": 57329124683, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"msedgewebview2\": {\"id\": 57331279616, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"developers.google.com\": {\"id\": 57320443658, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"click.in\": {\"id\": 57329166454, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"pedalroom.com\": {\"id\": 57324473907, \"app\": \"pedalroom.com\", \"name\": \"pedalroom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"classifiedads.com\": {\"id\": 57329237661, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"xing.com\": {\"id\": 57324525907, \"app\": \"xing.com\", \"name\": \"xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"pickerhost\": {\"id\": 57326638459, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"microsoft word\": {\"id\": 57326492306, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"shellhost\": {\"id\": 57320000799, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 57331192084, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"forbes.com\": {\"id\": 57324902946, \"app\": \"forbes.com\", \"name\": \"forbes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"actionforhealthykids.org\": {\"id\": 57325100062, \"app\": \"actionforhealthykids.org\", \"name\": \"actionforhealthykids.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"gofindads.com\": {\"id\": 57321161550, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"accounts.google.com\": {\"id\": 57322321905, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"about:blank\": {\"id\": 57327352924, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"pearltrees.com\": {\"id\": 57321772005, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"linkedin.com\": {\"id\": 57321749803, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"outlookbusiness.com\": {\"id\": 57322278253, \"app\": \"outlookbusiness.com\", \"name\": \"outlookbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"unknown app\": {\"id\": 57320495506, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"kinja.com\": {\"id\": 57329330785, \"app\": \"kinja.com\", \"name\": \"kinja.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"login.xing.com\": {\"id\": 57324532116, \"app\": \"login.xing.com\", \"name\": \"login.xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 57324008199, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"translate.google.co.in\": {\"id\": 57320565297, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"topbloghub.com\": {\"id\": 57324935478, \"app\": \"topbloghub.com\", \"name\": \"topbloghub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"froont.com\": {\"id\": 57329318045, \"app\": \"froont.com\", \"name\": \"froont.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"locanto.me\": {\"id\": 57329118186, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"neilpatel.com\": {\"id\": 57332146853, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"quillbot.com\": {\"id\": 57324735249, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"appraisal.chlserv.com\": {\"id\": 57321793436, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 57320013568, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"byjus.com\": {\"id\": 57324830724, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 57322699089, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"icheckmovies.com\": {\"id\": 57329343720, \"app\": \"icheckmovies.com\", \"name\": \"icheckmovies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"munprep.org\": {\"id\": 57327442918, \"app\": \"munprep.org\", \"name\": \"munprep.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pcc.delhipolice.gov.in\": {\"id\": 57321772012, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"instapaper.com\": {\"id\": 57321849300, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:43'),(1081,15,'2025-04-08','09:16:06','21:13:09',8.00333,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-08\", \"isOnline\": false, \"arrived\": \"2025-04-08 09:16:06\", \"left\": \"2025-04-08 21:13:09\", \"late\": true, \"onlineTime\": 29432, \"offlineTime\": 0, \"desktimeTime\": 29432, \"atWorkTime\": 43023, \"afterWorkTime\": 1777, \"beforeWorkTime\": 0, \"productiveTime\": 28812, \"productivity\": 97.89, \"efficiency\": 106.71, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57348705491, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"bestfairgazehome.wordpress.com\": {\"id\": 57353021792, \"app\": \"bestfairgazehome.wordpress.com\", \"name\": \"bestfairgazehome.wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"wordpress.com\": {\"id\": 57353007797, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"login.live.com\": {\"id\": 57349511788, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"canva.com\": {\"id\": 57359674406, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 379}, \"desktime.com\": {\"id\": 57360383269, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}}, \"1\": {\"fairgaze.com\": {\"id\": 57348683406, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3593}, \"microsoft excel\": {\"id\": 57348696620, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2072}, \"docs.google.com\": {\"id\": 57351782750, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1806}, \"analytics.google.com\": {\"id\": 57348727608, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1573}, \"google.com\": {\"id\": 57348972394, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1543}, \"m.fairgaze.com\": {\"id\": 57349011964, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1432}, \"chatgpt.com\": {\"id\": 57348993362, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1330}, \"mun.fairgaze.com\": {\"id\": 57348698016, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1323}, \"javaw\": {\"id\": 57358330706, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1289}, \"google chrome\": {\"id\": 57348683404, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1278}, \"microsoft outlook\": {\"id\": 57348816534, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 985}, \"windows explorer\": {\"id\": 57348735763, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 875}, \"sdg.fairgaze.com\": {\"id\": 57348850066, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 861}, \"deepai.org\": {\"id\": 57349000492, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 813}, \"microsoft paint\": {\"id\": 57351161290, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 757}, \"chrome://settings\": {\"id\": 57350241641, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 610}, \"ms-teams\": {\"id\": 57348737154, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 569}, \"unknown app\": {\"id\": 57348820012, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 494}, \"microsoft powerpoint\": {\"id\": 57351207650, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 472}, \"notepad\": {\"id\": 57350395491, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 444}, \"siteliner.com\": {\"id\": 57357028661, \"app\": \"siteliner.com\", \"name\": \"siteliner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 421}, \"lockapp\": {\"id\": 57349603203, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 419}, \"translate.google.co.in\": {\"id\": 57351949623, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 408}, \"imagecompressor.com\": {\"id\": 57349609801, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 313}, \"shellexperiencehost\": {\"id\": 57348735762, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 302}, \"screamingfrog.co.uk\": {\"id\": 57357455196, \"app\": \"screamingfrog.co.uk\", \"name\": \"screamingfrog.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"chrome://history\": {\"id\": 57350241640, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 253}, \"search.google.com\": {\"id\": 57362055225, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"web.whatsapp.com\": {\"id\": 57349914051, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"linkedin.com\": {\"id\": 57356653480, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"hrez.crystalhues.in\": {\"id\": 57348821654, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"pcc.delhipolice.gov.in\": {\"id\": 57368713150, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"mayurpublicschool.com\": {\"id\": 57350746068, \"app\": \"mayurpublicschool.com\", \"name\": \"mayurpublicschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"blogger.com\": {\"id\": 57357816726, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"scoop.it\": {\"id\": 57351124006, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"about:blank\": {\"id\": 57349099533, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"msedgewebview2\": {\"id\": 57351202369, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"dpl.gov.in\": {\"id\": 57354893964, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"tumblr.com\": {\"id\": 57352894867, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"searchhost\": {\"id\": 57348979583, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"flipboard.com\": {\"id\": 57352826451, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"imgur.com\": {\"id\": 57352857386, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"accounts.google.com\": {\"id\": 57349137459, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"medium.com\": {\"id\": 57360790364, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"diigo.com\": {\"id\": 57352438469, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"taskmgr\": {\"id\": 57362749160, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"instapaper.com\": {\"id\": 57352418958, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"justpaste.it\": {\"id\": 57352802138, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"google.co.in\": {\"id\": 57350233658, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"msedge\": {\"id\": 57349507734, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"pickerhost\": {\"id\": 57360971032, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"screamingfroglogfileanalyser-6.3 (1).tmp\": {\"id\": 57358318081, \"app\": \"ScreamingFrogLogFileAnalyser-6.3 (1).tmp\", \"name\": \"ScreamingFrogLogFileAnalyser-6.3 (1).tmp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"getpocket.com\": {\"id\": 57352399817, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"microsoft word\": {\"id\": 57351052354, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"crystalhues.com\": {\"id\": 57357711168, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"developers.google.com\": {\"id\": 57362048726, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"esolz.net\": {\"id\": 57349144428, \"app\": \"esolz.net\", \"name\": \"esolz.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"snippingtool\": {\"id\": 57360964343, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"bing.com\": {\"id\": 57349497047, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"pressroom.prlog.org\": {\"id\": 57362711528, \"app\": \"pressroom.prlog.org\", \"name\": \"pressroom.prlog.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"api.deepai.org\": {\"id\": 57349247856, \"app\": \"api.deepai.org\", \"name\": \"api.deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"bestfairgaze.home.blog\": {\"id\": 57353064994, \"app\": \"bestfairgaze.home.blog\", \"name\": \"bestfairgaze.home.blog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"pedalroom.com\": {\"id\": 57349144427, \"app\": \"pedalroom.com\", \"name\": \"pedalroom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"golance.com\": {\"id\": 57349151432, \"app\": \"golance.com\", \"name\": \"golance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"nrinews24x7.com\": {\"id\": 57358181306, \"app\": \"nrinews24x7.com\", \"name\": \"nrinews24x7.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"oswaalbooks.com\": {\"id\": 57361866609, \"app\": \"oswaalbooks.com\", \"name\": \"oswaalbooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"drive.google.com\": {\"id\": 57354899840, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"imageresizer.com\": {\"id\": 57349803303, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"xing.com\": {\"id\": 57349151430, \"app\": \"xing.com\", \"name\": \"xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onlinent\": {\"id\": 57349003717, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"classifiedads.com\": {\"id\": 57348698015, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bestmunfairgaze.blogspot.com\": {\"id\": 57358187753, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gofindads.com\": {\"id\": 57355436414, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mydramalist.com\": {\"id\": 57351107723, \"app\": \"mydramalist.com\", \"name\": \"mydramalist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"click.in\": {\"id\": 57357822887, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"workspace.google.com\": {\"id\": 57356559437, \"app\": \"workspace.google.com\", \"name\": \"workspace.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:43'),(1082,15,'2025-04-09','09:25:15','20:06:25',8.25278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-09\", \"isOnline\": false, \"arrived\": \"2025-04-09 09:25:15\", \"left\": \"2025-04-09 20:06:25\", \"late\": true, \"onlineTime\": 29855, \"offlineTime\": 0, \"desktimeTime\": 29855, \"atWorkTime\": 38470, \"afterWorkTime\": 1431, \"beforeWorkTime\": 0, \"productiveTime\": 29710, \"productivity\": 99.49, \"efficiency\": 110.04, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57378077866, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}}, \"0\": [], \"1\": {\"fairgaze.com\": {\"id\": 57377614570, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6471}, \"analytics.google.com\": {\"id\": 57377659752, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6299}, \"google.com\": {\"id\": 57377701402, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3979}, \"mun.fairgaze.com\": {\"id\": 57377669844, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1694}, \"chrome://settings\": {\"id\": 57377703336, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1583}, \"google chrome\": {\"id\": 57377657846, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1296}, \"docs.google.com\": {\"id\": 57378082908, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 961}, \"microsoft word\": {\"id\": 57379530025, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 686}, \"windows explorer\": {\"id\": 57377611154, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 674}, \"chrome://history\": {\"id\": 57377703335, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 591}, \"sdg.fairgaze.com\": {\"id\": 57377701403, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 563}, \"search.google.com\": {\"id\": 57378121781, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 549}, \"linkedin.com\": {\"id\": 57379285987, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 484}, \"greenwoodhigh.edu.in\": {\"id\": 57379655018, \"app\": \"greenwoodhigh.edu.in\", \"name\": \"greenwoodhigh.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 350}, \"microsoft outlook\": {\"id\": 57377679665, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 343}, \"lockapp\": {\"id\": 57379277971, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 256}, \"taskmgr\": {\"id\": 57378257451, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 192}, \"x.com\": {\"id\": 57379343044, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"crystalhues.com\": {\"id\": 57379314634, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"app.neilpatel.com\": {\"id\": 57378064745, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"tradecartindia.com\": {\"id\": 57389634170, \"app\": \"tradecartindia.com\", \"name\": \"tradecartindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"ms-teams\": {\"id\": 57378265625, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"expatriates.com\": {\"id\": 57385972850, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"microsoft excel\": {\"id\": 57377890432, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"postquickads.com\": {\"id\": 57386170576, \"app\": \"postquickads.com\", \"name\": \"postquickads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"notepad\": {\"id\": 57378391740, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"classifiedads.com\": {\"id\": 57386085209, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"chatgpt.com\": {\"id\": 57379310186, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"pagespeed.web.dev\": {\"id\": 57378748746, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"shellexperiencehost\": {\"id\": 57377828890, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"click.in\": {\"id\": 57386047795, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"classified4free.net\": {\"id\": 57386125613, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"unknown app\": {\"id\": 57379020793, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"slideserve.com\": {\"id\": 57386421478, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"eventseeker.com\": {\"id\": 57378587257, \"app\": \"eventseeker.com\", \"name\": \"eventseeker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"setmycareer.com\": {\"id\": 57379490822, \"app\": \"setmycareer.com\", \"name\": \"setmycareer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"dryfta.com\": {\"id\": 57378538099, \"app\": \"dryfta.com\", \"name\": \"dryfta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"developers.google.com\": {\"id\": 57378119159, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"hrez.crystalhues.in\": {\"id\": 57378414126, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"who.is\": {\"id\": 57389743532, \"app\": \"who.is\", \"name\": \"who.is\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"lookup.icann.org\": {\"id\": 57389822248, \"app\": \"lookup.icann.org\", \"name\": \"lookup.icann.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"eventcube.io\": {\"id\": 57378574571, \"app\": \"eventcube.io\", \"name\": \"eventcube.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"seranking.com\": {\"id\": 57389938936, \"app\": \"seranking.com\", \"name\": \"seranking.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"diigo.com\": {\"id\": 57386474300, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"about:blank\": {\"id\": 57378080484, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"adonwebs.com\": {\"id\": 57386536681, \"app\": \"adonwebs.com\", \"name\": \"adonwebs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"scribd.com\": {\"id\": 57386394472, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"4shared.com\": {\"id\": 57386499697, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"searchhost\": {\"id\": 57379517015, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"cgc.net.in\": {\"id\": 57379477222, \"app\": \"cgc.net.in\", \"name\": \"cgc.net.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"cialfo.co\": {\"id\": 57379502954, \"app\": \"cialfo.co\", \"name\": \"cialfo.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"garysguide.com\": {\"id\": 57378559696, \"app\": \"garysguide.com\", \"name\": \"garysguide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shop.whois.com\": {\"id\": 57389809619, \"app\": \"shop.whois.com\", \"name\": \"shop.whois.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"eclassifieds4u.com\": {\"id\": 57386939875, \"app\": \"eclassifieds4u.com\", \"name\": \"eclassifieds4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"globaleventslist.elsevier.com\": {\"id\": 57386543143, \"app\": \"globaleventslist.elsevier.com\", \"name\": \"globaleventslist.elsevier.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"accounts.google.com\": {\"id\": 57378104837, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"whois.com\": {\"id\": 57389803532, \"app\": \"whois.com\", \"name\": \"whois.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"neilpatel.com\": {\"id\": 57378062251, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"reason.com\": {\"id\": 57395079849, \"app\": \"reason.com\", \"name\": \"reason.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"websiteseochecker.com\": {\"id\": 57389847795, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"speakerdeck.com\": {\"id\": 57386266648, \"app\": \"speakerdeck.com\", \"name\": \"speakerdeck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"study.com\": {\"id\": 57379543319, \"app\": \"study.com\", \"name\": \"study.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"locanto.me\": {\"id\": 57386861413, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"evernote.com\": {\"id\": 57386531078, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"devpost.com\": {\"id\": 57386266649, \"app\": \"devpost.com\", \"name\": \"devpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gofindads.com\": {\"id\": 57378776534, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gather.town\": {\"id\": 57378548479, \"app\": \"gather.town\", \"name\": \"gather.town\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"twitter.com\": {\"id\": 57379338601, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"10times.com\": {\"id\": 57386797279, \"app\": \"10times.com\", \"name\": \"10times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"calculator.net\": {\"id\": 57382000927, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"iht.edu.in\": {\"id\": 57381084554, \"app\": \"iht.edu.in\", \"name\": \"iht.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getpocket.com\": {\"id\": 57378116488, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 57395168522, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"c\": {\"id\": 57386441065, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"onlinent\": {\"id\": 57386119033, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"indiaasisee.fairgaze.com\": {\"id\": 57384408836, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://downloads\": {\"id\": 57388210271, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:44'),(1083,15,'2025-04-10','09:10:05','18:12:14',7.70222,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-10\", \"isOnline\": false, \"arrived\": \"2025-04-10 09:10:05\", \"left\": \"2025-04-10 18:12:14\", \"late\": true, \"onlineTime\": 27867, \"offlineTime\": 0, \"desktimeTime\": 27867, \"atWorkTime\": 32529, \"afterWorkTime\": 490, \"beforeWorkTime\": 0, \"productiveTime\": 27728, \"productivity\": 99.5, \"efficiency\": 102.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57407640901, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"wordpress.com\": {\"id\": 57409508809, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"imdb.com\": {\"id\": 57413039134, \"app\": \"imdb.com\", \"name\": \"imdb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pinterest.com\": {\"id\": 57413069573, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 57405644520, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}}, \"1\": {\"fairgaze.com\": {\"id\": 57405737060, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7737}, \"analytics.google.com\": {\"id\": 57405432161, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5599}, \"microsoft word\": {\"id\": 57405539785, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1852}, \"mun.fairgaze.com\": {\"id\": 57405428252, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1537}, \"docs.google.com\": {\"id\": 57407762762, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1376}, \"google.com\": {\"id\": 57405425038, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1065}, \"m.fairgaze.com\": {\"id\": 57408027527, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 786}, \"searchengineland.com\": {\"id\": 57408578415, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 728}, \"google chrome\": {\"id\": 57405430626, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 705}, \"chrome://settings\": {\"id\": 57405595730, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 511}, \"search.google.com\": {\"id\": 57405719511, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"sdg.fairgaze.com\": {\"id\": 57409626293, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 481}, \"hrez.crystalhues.in\": {\"id\": 57405899891, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 428}, \"ms-teams\": {\"id\": 57405602758, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 417}, \"microsoft outlook\": {\"id\": 57405534907, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 398}, \"lockapp\": {\"id\": 57416054416, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 386}, \"windows explorer\": {\"id\": 57405536489, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 298}, \"unknown app\": {\"id\": 57405543078, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 291}, \"microsoft excel\": {\"id\": 57408139337, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 236}, \"chatgpt.com\": {\"id\": 57407781871, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"chrome://history\": {\"id\": 57405595729, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"c\": {\"id\": 57416090231, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"traffictail.com\": {\"id\": 57413003708, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 157}, \"tumblr.com\": {\"id\": 57409130500, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"shellexperiencehost\": {\"id\": 57408551942, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"knowyourmeme.com\": {\"id\": 57413130864, \"app\": \"knowyourmeme.com\", \"name\": \"knowyourmeme.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"facebook.com\": {\"id\": 57416224289, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"medium.com\": {\"id\": 57409237716, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"linkedin.com\": {\"id\": 57408969996, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"kreateglobal.com\": {\"id\": 57416191916, \"app\": \"kreateglobal.com\", \"name\": \"kreateglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"expatriates.com\": {\"id\": 57409678590, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"evernote.com\": {\"id\": 57409388581, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"circle.logi.com\": {\"id\": 57415414994, \"app\": \"circle.logi.com\", \"name\": \"circle.logi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"click.in\": {\"id\": 57409891065, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"blogger.com\": {\"id\": 57409204773, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"taskmgr\": {\"id\": 57405541478, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"slideserve.com\": {\"id\": 57408802196, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"slideshare.net\": {\"id\": 57408819368, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"classifiedads.com\": {\"id\": 57409941307, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"x.com\": {\"id\": 57409026261, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"searchhost\": {\"id\": 57405593868, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"diigo.com\": {\"id\": 57408901165, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"accounts.google.com\": {\"id\": 57408802199, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"onlinent\": {\"id\": 57413089402, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"4shared.com\": {\"id\": 57408760630, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"developers.google.com\": {\"id\": 57405717646, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"profile.hatena.ne.jp\": {\"id\": 57413045286, \"app\": \"profile.hatena.ne.jp\", \"name\": \"profile.hatena.ne.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"gofindads.com\": {\"id\": 57408578411, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"bestmunfairgaze.blogspot.com\": {\"id\": 57409474877, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"oracle.com\": {\"id\": 57413095817, \"app\": \"oracle.com\", \"name\": \"oracle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"mixcloud.com\": {\"id\": 57413114476, \"app\": \"mixcloud.com\", \"name\": \"mixcloud.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 57409684048, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"us.adyen.link\": {\"id\": 57409435714, \"app\": \"us.adyen.link\", \"name\": \"us.adyen.link\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 57407649768, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedgewebview2\": {\"id\": 57408215400, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"digitalmarketinghints.com\": {\"id\": 57413022039, \"app\": \"digitalmarketinghints.com\", \"name\": \"digitalmarketinghints.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"weebly.com\": {\"id\": 57413033617, \"app\": \"weebly.com\", \"name\": \"weebly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bloggersroad.com\": {\"id\": 57413027974, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"theverge.com\": {\"id\": 57413083610, \"app\": \"theverge.com\", \"name\": \"theverge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"blog.shopolop.com\": {\"id\": 57413022037, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"mediafire.com\": {\"id\": 57413051418, \"app\": \"mediafire.com\", \"name\": \"mediafire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogs.findermaster.com\": {\"id\": 57413009667, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fairgaze.blogspot.com\": {\"id\": 57409232078, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"account.box.com\": {\"id\": 57413102172, \"app\": \"account.box.com\", \"name\": \"account.box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"go4worldbusiness.com\": {\"id\": 57405759630, \"app\": \"go4worldbusiness.com\", \"name\": \"go4worldbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"howcube.com\": {\"id\": 57413057488, \"app\": \"howcube.com\", \"name\": \"howcube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"change.org\": {\"id\": 57413075699, \"app\": \"change.org\", \"name\": \"change.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"box.com\": {\"id\": 57413108364, \"app\": \"box.com\", \"name\": \"box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"article.advertiseera.com\": {\"id\": 57413063548, \"app\": \"article.advertiseera.com\", \"name\": \"article.advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"archive.org\": {\"id\": 57413069567, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"eventseeker.com\": {\"id\": 57409388576, \"app\": \"eventseeker.com\", \"name\": \"eventseeker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"accounts.evernote.com\": {\"id\": 57409394247, \"app\": \"accounts.evernote.com\", \"name\": \"accounts.evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"notepad\": {\"id\": 57405549370, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 57405602754, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:44'),(1084,15,'2025-04-11','08:31:44','18:57:20',6.71306,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-11\", \"isOnline\": false, \"arrived\": \"2025-04-11 08:31:44\", \"left\": \"2025-04-11 18:57:20\", \"late\": true, \"onlineTime\": 24399, \"offlineTime\": 0, \"desktimeTime\": 24399, \"atWorkTime\": 37536, \"afterWorkTime\": 543, \"beforeWorkTime\": 0, \"productiveTime\": 24167, \"productivity\": 99.05, \"efficiency\": 89.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57434923541, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}}, \"0\": {\"desktime.com\": {\"id\": 57436870416, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}}, \"1\": {\"analytics.google.com\": {\"id\": 57432631367, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5671}, \"fairgaze.com\": {\"id\": 57433026880, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4707}, \"google.com\": {\"id\": 57432999247, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1962}, \"docs.google.com\": {\"id\": 57432716985, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1646}, \"ads.google.com\": {\"id\": 57434232399, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1191}, \"m.fairgaze.com\": {\"id\": 57432681071, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1180}, \"google chrome\": {\"id\": 57432927206, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 782}, \"sdg.fairgaze.com\": {\"id\": 57432679856, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 735}, \"notepad\": {\"id\": 57442734283, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 681}, \"mun.fairgaze.com\": {\"id\": 57432927202, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 574}, \"chrome://settings\": {\"id\": 57432975050, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"linkedin.com\": {\"id\": 57432681072, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"digiskillzz.com\": {\"id\": 57443115418, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 365}, \"youtube.com\": {\"id\": 57434275973, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 321}, \"chatgpt.com\": {\"id\": 57433295725, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 313}, \"adsandclassifieds.com\": {\"id\": 57443196309, \"app\": \"adsandclassifieds.com\", \"name\": \"adsandclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"search.google.com\": {\"id\": 57444178709, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"ms-teams\": {\"id\": 57432668889, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"oclicker.com\": {\"id\": 57443535971, \"app\": \"oclicker.com\", \"name\": \"oclicker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"microsoft outlook\": {\"id\": 57433270570, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"hrez.crystalhues.in\": {\"id\": 57432669933, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"bing.com\": {\"id\": 57439302668, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"chrome://history\": {\"id\": 57433226623, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"innetads.com\": {\"id\": 57443900201, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"getpocket.com\": {\"id\": 57439840125, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"classifieds4me.com\": {\"id\": 57443742375, \"app\": \"classifieds4me.com\", \"name\": \"classifieds4me.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"windows explorer\": {\"id\": 57432667867, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"searchhost\": {\"id\": 57442676349, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"geeksforgeeks.org\": {\"id\": 57439694533, \"app\": \"geeksforgeeks.org\", \"name\": \"geeksforgeeks.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"gofindads.com\": {\"id\": 57432631366, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"deepai.org\": {\"id\": 57433997380, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"clickooz.com\": {\"id\": 57443682140, \"app\": \"clickooz.com\", \"name\": \"clickooz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"instapaper.com\": {\"id\": 57439814689, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"jobiba.com\": {\"id\": 57443715787, \"app\": \"jobiba.com\", \"name\": \"jobiba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"google.co.in\": {\"id\": 57437228391, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"microsoft word\": {\"id\": 57433275937, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"web.whatsapp.com\": {\"id\": 57437069819, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"settings\": {\"id\": 57439388259, \"app\": \"settings\", \"name\": \"settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"microsoft paint\": {\"id\": 57434174106, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 57432630277, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"10dayads.com\": {\"id\": 57443482498, \"app\": \"10dayads.com\", \"name\": \"10dayads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"postallads4free.com\": {\"id\": 57443511087, \"app\": \"postallads4free.com\", \"name\": \"postallads4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"lockapp\": {\"id\": 57432826384, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"stclassifieds.sg\": {\"id\": 57443166413, \"app\": \"stclassifieds.sg\", \"name\": \"stclassifieds.sg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"muamat.com\": {\"id\": 57443138473, \"app\": \"muamat.com\", \"name\": \"muamat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 57439308069, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"pcc.delhipolice.gov.in\": {\"id\": 57445763848, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"photos\": {\"id\": 57433277871, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 57433230420, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"slideshare.net\": {\"id\": 57444627110, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"unolist.in\": {\"id\": 57443373524, \"app\": \"unolist.in\", \"name\": \"unolist.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"knowyourmeme.com\": {\"id\": 57433311931, \"app\": \"knowyourmeme.com\", \"name\": \"knowyourmeme.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"askmeclassifieds.com\": {\"id\": 57443379403, \"app\": \"askmeclassifieds.com\", \"name\": \"askmeclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"adsnity.com\": {\"id\": 57443361632, \"app\": \"adsnity.com\", \"name\": \"adsnity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"classifiedads.com\": {\"id\": 57433803229, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"quickfinds.in\": {\"id\": 57443390534, \"app\": \"quickfinds.in\", \"name\": \"quickfinds.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"postfreeadshere.com\": {\"id\": 57443384734, \"app\": \"postfreeadshere.com\", \"name\": \"postfreeadshere.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"click.in\": {\"id\": 57443132801, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"business.google.com\": {\"id\": 57434228996, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"kreateglobal.com\": {\"id\": 57432667866, \"app\": \"kreateglobal.com\", \"name\": \"kreateglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"developers.google.com\": {\"id\": 57444178703, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adoos.co.uk\": {\"id\": 57443476517, \"app\": \"adoos.co.uk\", \"name\": \"adoos.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"usaonlineclassifieds.com\": {\"id\": 57443350202, \"app\": \"usaonlineclassifieds.com\", \"name\": \"usaonlineclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"qwikad.com\": {\"id\": 57443396556, \"app\": \"qwikad.com\", \"name\": \"qwikad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"freeadstime.org\": {\"id\": 57443327442, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"flegoo.com\": {\"id\": 57443338793, \"app\": \"flegoo.com\", \"name\": \"flegoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adsyellowpages.com\": {\"id\": 57443327436, \"app\": \"adsyellowpages.com\", \"name\": \"adsyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sellbuystuffs.com\": {\"id\": 57443160674, \"app\": \"sellbuystuffs.com\", \"name\": \"sellbuystuffs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"jihoy.com\": {\"id\": 57443154871, \"app\": \"jihoy.com\", \"name\": \"jihoy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"global-free-classified-ads.com\": {\"id\": 57443126770, \"app\": \"global-free-classified-ads.com\", \"name\": \"global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adpost.com\": {\"id\": 57443121057, \"app\": \"adpost.com\", \"name\": \"adpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"iht.edu.in\": {\"id\": 57438209221, \"app\": \"iht.edu.in\", \"name\": \"iht.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 57433400533, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"classtize.com\": {\"id\": 57443530103, \"app\": \"classtize.com\", \"name\": \"classtize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"webclassifieds.us\": {\"id\": 57443190750, \"app\": \"webclassifieds.us\", \"name\": \"webclassifieds.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"bingplaces.com\": {\"id\": 57439297227, \"app\": \"bingplaces.com\", \"name\": \"bingplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"facebook.com\": {\"id\": 57432631364, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"freeadsbox.com\": {\"id\": 57443973733, \"app\": \"freeadsbox.com\", \"name\": \"freeadsbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"topclassifieds.com\": {\"id\": 57443470494, \"app\": \"topclassifieds.com\", \"name\": \"topclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"in.classi4u.com\": {\"id\": 57443465016, \"app\": \"in.classi4u.com\", \"name\": \"in.classi4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"hot-web-ads.com\": {\"id\": 57443505228, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freeadsciti.com\": {\"id\": 57443505245, \"app\": \"freeadsciti.com\", \"name\": \"freeadsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"vivastreet.co.in\": {\"id\": 57443407489, \"app\": \"vivastreet.co.in\", \"name\": \"vivastreet.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"thefreeadforum.com\": {\"id\": 57443321731, \"app\": \"thefreeadforum.com\", \"name\": \"thefreeadforum.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cbseguess.com\": {\"id\": 57443350193, \"app\": \"cbseguess.com\", \"name\": \"cbseguess.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freead1.net\": {\"id\": 57443177951, \"app\": \"freead1.net\", \"name\": \"freead1.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pearltrees.com\": {\"id\": 57439722995, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"history\": {\"id\": 57439444042, \"app\": \"history\", \"name\": \"history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"byjus.com\": {\"id\": 57444819358, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"freewebads.biz\": {\"id\": 57443894402, \"app\": \"freewebads.biz\", \"name\": \"freewebads.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ww12.adsglobe.com\": {\"id\": 57443676869, \"app\": \"ww12.adsglobe.com\", \"name\": \"ww12.adsglobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"khojle.com\": {\"id\": 57443493574, \"app\": \"khojle.com\", \"name\": \"khojle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"aunetads.com\": {\"id\": 57443518385, \"app\": \"aunetads.com\", \"name\": \"aunetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"classifiedsciti.com\": {\"id\": 57443344590, \"app\": \"classifiedsciti.com\", \"name\": \"classifiedsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"classifieds.meramaal.com\": {\"id\": 57443185194, \"app\": \"classifieds.meramaal.com\", \"name\": \"classifieds.meramaal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"indiacatalog.com\": {\"id\": 57443493564, \"app\": \"indiacatalog.com\", \"name\": \"indiacatalog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"atom.com\": {\"id\": 57443493568, \"app\": \"atom.com\", \"name\": \"atom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adfreeposting.com\": {\"id\": 57443523990, \"app\": \"adfreeposting.com\", \"name\": \"adfreeposting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"get1.onsafesearch.com\": {\"id\": 57443355806, \"app\": \"get1.onsafesearch.com\", \"name\": \"get1.onsafesearch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freeadsbook.com\": {\"id\": 57443327438, \"app\": \"freeadsbook.com\", \"name\": \"freeadsbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"delhionline.in\": {\"id\": 57443350199, \"app\": \"delhionline.in\", \"name\": \"delhionline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bedpage.com\": {\"id\": 57443402119, \"app\": \"bedpage.com\", \"name\": \"bedpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"autobolaindonesia.com\": {\"id\": 57443355796, \"app\": \"autobolaindonesia.com\", \"name\": \"autobolaindonesia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"anru33-royal.com\": {\"id\": 57443396550, \"app\": \"anru33-royal.com\", \"name\": \"anru33-royal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"thisismyindia.com\": {\"id\": 57443160684, \"app\": \"thisismyindia.com\", \"name\": \"thisismyindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"in.globoanuncio.com\": {\"id\": 57443190746, \"app\": \"in.globoanuncio.com\", \"name\": \"in.globoanuncio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"salespider.com\": {\"id\": 57443126765, \"app\": \"salespider.com\", \"name\": \"salespider.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchengineland.com\": {\"id\": 57434225020, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 57447126713, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"advertigo.net\": {\"id\": 57443453918, \"app\": \"advertigo.net\", \"name\": \"advertigo.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:45'),(1085,15,'2025-04-15','09:17:27','18:14:52',7.58056,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-15\", \"isOnline\": false, \"arrived\": \"2025-04-15 09:17:27\", \"left\": \"2025-04-15 18:14:52\", \"late\": true, \"onlineTime\": 26932, \"offlineTime\": 443, \"desktimeTime\": 27375, \"atWorkTime\": 32245, \"afterWorkTime\": 892, \"beforeWorkTime\": 0, \"productiveTime\": 27290, \"productivity\": 99.69, \"efficiency\": 101.07, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57489372362, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}}, \"0\": {\"desktime.com\": {\"id\": 57498535646, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}}, \"1\": {\"google.com\": {\"id\": 57488851200, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4968}, \"fairgaze.com\": {\"id\": 57488837053, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3733}, \"chrome://settings\": {\"id\": 57488898563, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2527}, \"docs.google.com\": {\"id\": 57491429232, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1703}, \"analytics.google.com\": {\"id\": 57488874346, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1579}, \"google chrome\": {\"id\": 57488820342, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1497}, \"ads.google.com\": {\"id\": 57495925345, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1432}, \"notepad\": {\"id\": 57489401382, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1335}, \"chrome://history\": {\"id\": 57488911563, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 927}, \"microsoft excel\": {\"id\": 57497636693, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 892}, \"sdg.fairgaze.com\": {\"id\": 57488897043, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 790}, \"web.whatsapp.com\": {\"id\": 57489629921, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 690}, \"m.fairgaze.com\": {\"id\": 57489379980, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"un productive app gmail open (offline time)\": {\"id\": 57772717355, \"app\": \"__OFFLINE__\", \"name\": \"un productive app gmail open\", \"type\": \"app\", \"category_id\": 0, \"duration\": 443}, \"chatgpt.com\": {\"id\": 57490730140, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 416}, \"searchengineland.com\": {\"id\": 57488852736, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 412}, \"windows explorer\": {\"id\": 57488967232, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 334}, \"microsoft outlook\": {\"id\": 57491404864, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 280}, \"prsync.com\": {\"id\": 57492374547, \"app\": \"prsync.com\", \"name\": \"prsync.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"pressnews.biz\": {\"id\": 57492821617, \"app\": \"pressnews.biz\", \"name\": \"pressnews.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"mun.fairgaze.com\": {\"id\": 57492313583, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 214}, \"youtube.com\": {\"id\": 57495969317, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"ms-teams\": {\"id\": 57488832363, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"blogger.com\": {\"id\": 57491677560, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"microsoft word\": {\"id\": 57491898255, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 134}, \"translate.google.co.in\": {\"id\": 57490743709, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"unknown app\": {\"id\": 57489573157, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"search.google.com\": {\"id\": 57499740913, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"linkedin.com\": {\"id\": 57492197546, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"incrementors.com\": {\"id\": 57497310623, \"app\": \"incrementors.com\", \"name\": \"incrementors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"un.org\": {\"id\": 57489955944, \"app\": \"un.org\", \"name\": \"un.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"slideserve.com\": {\"id\": 57491963480, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"diigo.com\": {\"id\": 57491842562, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"slideshare.net\": {\"id\": 57492038415, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"tumblr.com\": {\"id\": 57491766542, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"instapaper.com\": {\"id\": 57491496457, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"scoop.it\": {\"id\": 57491583847, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"hrez.crystalhues.in\": {\"id\": 57492135350, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"taskmgr\": {\"id\": 57495427434, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"10bestseo.com\": {\"id\": 57497344393, \"app\": \"10bestseo.com\", \"name\": \"10bestseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"x.com\": {\"id\": 57492260107, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"shellhost\": {\"id\": 57489374954, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"fairgaze.blogspot.com\": {\"id\": 57491747255, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"flipboard.com\": {\"id\": 57491810012, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"searchhost\": {\"id\": 57489401379, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"keywordtool.io\": {\"id\": 57497368857, \"app\": \"keywordtool.io\", \"name\": \"keywordtool.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"4shared.com\": {\"id\": 57491937098, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 57489236614, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"pearltrees.com\": {\"id\": 57491620186, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"justpaste.it\": {\"id\": 57491799798, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"getpocket.com\": {\"id\": 57491485068, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"webfx.com\": {\"id\": 57497400326, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"about:blank\": {\"id\": 57491443450, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"developers.google.com\": {\"id\": 57499735360, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"sciencedaily.com\": {\"id\": 57500398346, \"app\": \"sciencedaily.com\", \"name\": \"sciencedaily.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 57491485072, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"crystalhues.com\": {\"id\": 57493018095, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"business.google.com\": {\"id\": 57495925341, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"devpost.com\": {\"id\": 57493000253, \"app\": \"devpost.com\", \"name\": \"devpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"speakerdeck.com\": {\"id\": 57492989135, \"app\": \"speakerdeck.com\", \"name\": \"speakerdeck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"iht.edu.in\": {\"id\": 57490839974, \"app\": \"iht.edu.in\", \"name\": \"iht.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"gofindads.com\": {\"id\": 57492852266, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"support.google.com\": {\"id\": 57500983736, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"c\": {\"id\": 57491978895, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:45');
INSERT INTO `desktime_log` VALUES (1086,15,'2025-04-16','09:10:16','18:12:14',7.815,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-16\", \"isOnline\": false, \"arrived\": \"2025-04-16 09:10:16\", \"left\": \"2025-04-16 18:12:14\", \"late\": true, \"onlineTime\": 28577, \"offlineTime\": 0, \"desktimeTime\": 28577, \"atWorkTime\": 32518, \"afterWorkTime\": 502, \"beforeWorkTime\": 0, \"productiveTime\": 28134, \"productivity\": 98.45, \"efficiency\": 104.2, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57515895371, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"wordpress.com\": {\"id\": 57523708341, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"indore.craigslist.org\": {\"id\": 57516972764, \"app\": \"indore.craigslist.org\", \"name\": \"indore.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"craigslist.org\": {\"id\": 57516965542, \"app\": \"craigslist.org\", \"name\": \"craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}, \"0\": {\"desktime.com\": {\"id\": 57515892657, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 381}}, \"1\": {\"google.com\": {\"id\": 57515926287, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4796}, \"fairgaze.com\": {\"id\": 57515871151, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4751}, \"chrome://settings\": {\"id\": 57515927623, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2122}, \"analytics.google.com\": {\"id\": 57515999720, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1774}, \"docs.google.com\": {\"id\": 57515894010, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1744}, \"notepad\": {\"id\": 57516240719, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1538}, \"mun.fairgaze.com\": {\"id\": 57516001322, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1332}, \"google chrome\": {\"id\": 57515886989, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1169}, \"ms-teams\": {\"id\": 57515883641, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 998}, \"chrome://history\": {\"id\": 57515927625, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 995}, \"microsoft excel\": {\"id\": 57515923516, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 780}, \"microsoft outlook\": {\"id\": 57515882233, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 680}, \"eventseeker.com\": {\"id\": 57516955558, \"app\": \"eventseeker.com\", \"name\": \"eventseeker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 545}, \"windows explorer\": {\"id\": 57515880757, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 516}, \"m.fairgaze.com\": {\"id\": 57518052180, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 460}, \"sdg.fairgaze.com\": {\"id\": 57516363800, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"traffictail.com\": {\"id\": 57526093859, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"shellhost\": {\"id\": 57517177605, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 270}, \"searchengineland.com\": {\"id\": 57525410827, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"tumblr.com\": {\"id\": 57516927576, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"search.google.com\": {\"id\": 57526172375, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"chatgpt.com\": {\"id\": 57523593756, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"foss.heptapod.net\": {\"id\": 57524243537, \"app\": \"foss.heptapod.net\", \"name\": \"foss.heptapod.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"shellexperiencehost\": {\"id\": 57524556027, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 152}, \"onlinent\": {\"id\": 57517295697, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"unknown app\": {\"id\": 57515990840, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"besport.com\": {\"id\": 57523916130, \"app\": \"besport.com\", \"name\": \"besport.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"linkedin.com\": {\"id\": 57524010321, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"flipboard.com\": {\"id\": 57516827885, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"freeadsincanada.com\": {\"id\": 57526842497, \"app\": \"freeadsincanada.com\", \"name\": \"freeadsincanada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"medium.com\": {\"id\": 57523808924, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"lockapp\": {\"id\": 57529352893, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"qooh.me\": {\"id\": 57524633397, \"app\": \"qooh.me\", \"name\": \"qooh.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"seoworld.in\": {\"id\": 57524226512, \"app\": \"seoworld.in\", \"name\": \"seoworld.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"marketinghack4u.com\": {\"id\": 57524192891, \"app\": \"marketinghack4u.com\", \"name\": \"marketinghack4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"msedgewebview2\": {\"id\": 57518213288, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"taskmgr\": {\"id\": 57527445806, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"microsoft paint\": {\"id\": 57518152034, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"thetippingtimes.com\": {\"id\": 57524361123, \"app\": \"thetippingtimes.com\", \"name\": \"thetippingtimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"copyblogger.com\": {\"id\": 57517246624, \"app\": \"copyblogger.com\", \"name\": \"copyblogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"facebook.com\": {\"id\": 57518200249, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"blogger.com\": {\"id\": 57516907338, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"diigo.com\": {\"id\": 57516014242, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"instagram.com\": {\"id\": 57518183908, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"imageresizer.com\": {\"id\": 57519922525, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"eventcube.io\": {\"id\": 57516962329, \"app\": \"eventcube.io\", \"name\": \"eventcube.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"snippingtool\": {\"id\": 57518088921, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"searchhost\": {\"id\": 57517343630, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"openai.com\": {\"id\": 57523616359, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"accounts.google.com\": {\"id\": 57523708348, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"participa.leconomat.queviure.cat\": {\"id\": 57524395528, \"app\": \"participa.leconomat.queviure.cat\", \"name\": \"participa.leconomat.queviure.cat\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"gofindads.com\": {\"id\": 57516328260, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"gettr.com\": {\"id\": 57523905165, \"app\": \"gettr.com\", \"name\": \"gettr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"developers.google.com\": {\"id\": 57526165294, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"marketingplatform.google.com\": {\"id\": 57515998153, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"sideprojectors.com\": {\"id\": 57524621804, \"app\": \"sideprojectors.com\", \"name\": \"sideprojectors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"peatix.com\": {\"id\": 57524449168, \"app\": \"peatix.com\", \"name\": \"peatix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"allevents.in\": {\"id\": 57516958843, \"app\": \"allevents.in\", \"name\": \"allevents.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"unsplash.com\": {\"id\": 57524455936, \"app\": \"unsplash.com\", \"name\": \"unsplash.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"magicstudio.com\": {\"id\": 57517287242, \"app\": \"magicstudio.com\", \"name\": \"magicstudio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"patch.com\": {\"id\": 57516976028, \"app\": \"patch.com\", \"name\": \"patch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 57516924115, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"tooter.in\": {\"id\": 57524610316, \"app\": \"tooter.in\", \"name\": \"tooter.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"forum.lexulous.com\": {\"id\": 57524412548, \"app\": \"forum.lexulous.com\", \"name\": \"forum.lexulous.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"forum.toribash.com\": {\"id\": 57524231903, \"app\": \"forum.toribash.com\", \"name\": \"forum.toribash.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ilogmaria.com\": {\"id\": 57523899435, \"app\": \"ilogmaria.com\", \"name\": \"ilogmaria.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"eventcrazy.com\": {\"id\": 57516986026, \"app\": \"eventcrazy.com\", \"name\": \"eventcrazy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"americanlisted.com\": {\"id\": 57526140653, \"app\": \"americanlisted.com\", \"name\": \"americanlisted.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"mixcloud.com\": {\"id\": 57524705462, \"app\": \"mixcloud.com\", \"name\": \"mixcloud.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"getpocket.com\": {\"id\": 57524139898, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"study.physiotutors.com\": {\"id\": 57524423876, \"app\": \"study.physiotutors.com\", \"name\": \"study.physiotutors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"oregonlive.com\": {\"id\": 57526146614, \"app\": \"oregonlive.com\", \"name\": \"oregonlive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"callupcontact.com\": {\"id\": 57524672211, \"app\": \"callupcontact.com\", \"name\": \"callupcontact.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"app.physiotutors.com\": {\"id\": 57524423877, \"app\": \"app.physiotutors.com\", \"name\": \"app.physiotutors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"youtube.com\": {\"id\": 57526330813, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"syracuse.com\": {\"id\": 57526134308, \"app\": \"syracuse.com\", \"name\": \"syracuse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pressnews.biz\": {\"id\": 57524185867, \"app\": \"pressnews.biz\", \"name\": \"pressnews.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"owntweet.com\": {\"id\": 57523967329, \"app\": \"owntweet.com\", \"name\": \"owntweet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"locanto.ca\": {\"id\": 57526158862, \"app\": \"locanto.ca\", \"name\": \"locanto.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"bestmunfairgaze.blogspot.com\": {\"id\": 57516924117, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"copilot\": {\"id\": 57527482370, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"vivastreet.com\": {\"id\": 57526134315, \"app\": \"vivastreet.com\", \"name\": \"vivastreet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"expatriates.com\": {\"id\": 57526109781, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifieds.justlanded.com\": {\"id\": 57526128111, \"app\": \"classifieds.justlanded.com\", \"name\": \"classifieds.justlanded.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"simplilearn.com\": {\"id\": 57516085130, \"app\": \"simplilearn.com\", \"name\": \"simplilearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:45'),(1087,15,'2025-04-17','08:59:32','18:09:46',7.51306,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-17\", \"isOnline\": false, \"arrived\": \"2025-04-17 08:59:32\", \"left\": \"2025-04-17 18:09:46\", \"late\": true, \"onlineTime\": 27223, \"offlineTime\": 294, \"desktimeTime\": 27517, \"atWorkTime\": 33014, \"afterWorkTime\": 556, \"beforeWorkTime\": 0, \"productiveTime\": 27047, \"productivity\": 98.29, \"efficiency\": 100.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57544807678, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"toronto.craigslist.org\": {\"id\": 57542530396, \"app\": \"toronto.craigslist.org\", \"name\": \"toronto.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"dubai.craigslist.org\": {\"id\": 57542544406, \"app\": \"dubai.craigslist.org\", \"name\": \"dubai.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"craigslist.org\": {\"id\": 57542526184, \"app\": \"craigslist.org\", \"name\": \"craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"delhi.craigslist.org\": {\"id\": 57542546593, \"app\": \"delhi.craigslist.org\", \"name\": \"delhi.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 57542563021, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 342}}, \"1\": {\"google.com\": {\"id\": 57542081487, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6179}, \"fairgaze.com\": {\"id\": 57542081488, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3424}, \"docs.google.com\": {\"id\": 57544812177, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2920}, \"chrome://settings\": {\"id\": 57542088892, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2776}, \"mun.fairgaze.com\": {\"id\": 57542027981, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1895}, \"analytics.google.com\": {\"id\": 57542042120, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1474}, \"google chrome\": {\"id\": 57542080295, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1257}, \"chrome://history\": {\"id\": 57542088891, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 978}, \"microsoft excel\": {\"id\": 57542586811, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 569}, \"futuregenapps.com\": {\"id\": 57542523797, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 472}, \"shellhost\": {\"id\": 57544253834, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 433}, \"windows explorer\": {\"id\": 57542038380, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 431}, \"open other website for research (offline time)\": {\"id\": 57772753688, \"app\": \"__OFFLINE__\", \"name\": \"open other website for research\", \"type\": \"app\", \"category_id\": 0, \"duration\": 294}, \"search.google.com\": {\"id\": 57552312535, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 283}, \"admeducation.com\": {\"id\": 57552500208, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 279}, \"classifiedshome.com\": {\"id\": 57545775141, \"app\": \"classifiedshome.com\", \"name\": \"classifiedshome.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 264}, \"lockapp\": {\"id\": 57543467166, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"instapaper.com\": {\"id\": 57542374138, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"click.in\": {\"id\": 57545325766, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"classified4free.net\": {\"id\": 57545486327, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"hot-web-ads.com\": {\"id\": 57545413831, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 203}, \"totads.com\": {\"id\": 57545583469, \"app\": \"totads.com\", \"name\": \"totads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"wikihow.com\": {\"id\": 57549324504, \"app\": \"wikihow.com\", \"name\": \"wikihow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"chatgpt.com\": {\"id\": 57544674387, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"unknown app\": {\"id\": 57542117550, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"microsoft outlook\": {\"id\": 57542039765, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"sdg.fairgaze.com\": {\"id\": 57550196359, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"expatriates.com\": {\"id\": 57545379655, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"classifiedads.com\": {\"id\": 57542548704, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"web.whatsapp.com\": {\"id\": 57549828891, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"ms-teams\": {\"id\": 57542245166, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"shellexperiencehost\": {\"id\": 57545601126, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"tumblr.com\": {\"id\": 57550033631, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"blogger.com\": {\"id\": 57549978594, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"amazeinstitute.co.in\": {\"id\": 57549203618, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"hrez.crystalhues.in\": {\"id\": 57542348337, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"pcc.delhipolice.gov.in\": {\"id\": 57549828884, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"taskmgr\": {\"id\": 57543635446, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"flipboard.com\": {\"id\": 57550068082, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"justpaste.it\": {\"id\": 57549928424, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"pearltrees.com\": {\"id\": 57542450584, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"syracuse.com\": {\"id\": 57542532612, \"app\": \"syracuse.com\", \"name\": \"syracuse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"princeclassified.com\": {\"id\": 57551173404, \"app\": \"princeclassified.com\", \"name\": \"princeclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"gofindads.com\": {\"id\": 57542040883, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"notepad\": {\"id\": 57542330548, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"192.168.29.191\": {\"id\": 57553114332, \"app\": \"192.168.29.191\", \"name\": \"192.168.29.191\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"newbigblog.com\": {\"id\": 57549272904, \"app\": \"newbigblog.com\", \"name\": \"newbigblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"getpocket.com\": {\"id\": 57542450583, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"windowsterminal\": {\"id\": 57553107908, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"tuffclassified.com\": {\"id\": 57542567500, \"app\": \"tuffclassified.com\", \"name\": \"tuffclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"artnews.com\": {\"id\": 57551448279, \"app\": \"artnews.com\", \"name\": \"artnews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"fairgaze.blogspot.com\": {\"id\": 57550013222, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"192.168.29.52\": {\"id\": 57553125053, \"app\": \"192.168.29.52\", \"name\": \"192.168.29.52\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"about:blank\": {\"id\": 57544812176, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"kickstarter.com\": {\"id\": 57551238185, \"app\": \"kickstarter.com\", \"name\": \"kickstarter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"global-free-classified-ads.com\": {\"id\": 57542556755, \"app\": \"global-free-classified-ads.com\", \"name\": \"global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"developers.google.com\": {\"id\": 57552307866, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"gumtree.com\": {\"id\": 57542532608, \"app\": \"gumtree.com\", \"name\": \"gumtree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"popup-blog.com\": {\"id\": 57549246732, \"app\": \"popup-blog.com\", \"name\": \"popup-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"activoblog.com\": {\"id\": 57549251921, \"app\": \"activoblog.com\", \"name\": \"activoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"imageresizer.com\": {\"id\": 57542370442, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bloggersroad.com\": {\"id\": 57549293074, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"sourceforge.net\": {\"id\": 57549307984, \"app\": \"sourceforge.net\", \"name\": \"sourceforge.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"blog.shopolop.com\": {\"id\": 57549298038, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"angelfire.lycos.com\": {\"id\": 57549313116, \"app\": \"angelfire.lycos.com\", \"name\": \"angelfire.lycos.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"byjus.com\": {\"id\": 57542521410, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"evernote.com\": {\"id\": 57552505109, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lcrestaurants.com\": {\"id\": 57551187143, \"app\": \"lcrestaurants.com\", \"name\": \"lcrestaurants.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"themeforest.net\": {\"id\": 57549313120, \"app\": \"themeforest.net\", \"name\": \"themeforest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"howcube.com\": {\"id\": 57549302890, \"app\": \"howcube.com\", \"name\": \"howcube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"daneblogger.com\": {\"id\": 57549241752, \"app\": \"daneblogger.com\", \"name\": \"daneblogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"claz.org\": {\"id\": 57542554688, \"app\": \"claz.org\", \"name\": \"claz.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adlandpro.com\": {\"id\": 57542560940, \"app\": \"adlandpro.com\", \"name\": \"adlandpro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about.me\": {\"id\": 57552509882, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"snack-blog.com\": {\"id\": 57549236679, \"app\": \"snack-blog.com\", \"name\": \"snack-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blogs.findermaster.com\": {\"id\": 57549226390, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"clicktrack.pubmatic.com\": {\"id\": 57545521962, \"app\": \"clicktrack.pubmatic.com\", \"name\": \"clicktrack.pubmatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"clickindia.com\": {\"id\": 57542554690, \"app\": \"clickindia.com\", \"name\": \"clickindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 57553107904, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"wattpad.com\": {\"id\": 57552509878, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 57552514791, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"punnaka.com\": {\"id\": 57549231206, \"app\": \"punnaka.com\", \"name\": \"punnaka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogripley.com\": {\"id\": 57549261797, \"app\": \"blogripley.com\", \"name\": \"blogripley.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogproducer.com\": {\"id\": 57549267372, \"app\": \"blogproducer.com\", \"name\": \"blogproducer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogofchange.com\": {\"id\": 57549272898, \"app\": \"blogofchange.com\", \"name\": \"blogofchange.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bloggerswise.com\": {\"id\": 57549256983, \"app\": \"bloggerswise.com\", \"name\": \"bloggerswise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blog.yookalo.com\": {\"id\": 57549231205, \"app\": \"blog.yookalo.com\", \"name\": \"blog.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"addthis.com\": {\"id\": 57549318081, \"app\": \"addthis.com\", \"name\": \"addthis.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"canoe.com\": {\"id\": 57542563018, \"app\": \"canoe.com\", \"name\": \"canoe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scoop.it\": {\"id\": 57542496987, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"trustpilot.com\": {\"id\": 57552519155, \"app\": \"trustpilot.com\", \"name\": \"trustpilot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"bligblogging.com\": {\"id\": 57549261791, \"app\": \"bligblogging.com\", \"name\": \"bligblogging.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:46'),(1088,15,'2025-04-18','09:19:03','19:59:30',7.66611,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-18\", \"isOnline\": false, \"arrived\": \"2025-04-18 09:19:03\", \"left\": \"2025-04-18 19:59:30\", \"late\": true, \"onlineTime\": 27709, \"offlineTime\": 0, \"desktimeTime\": 27709, \"atWorkTime\": 38427, \"afterWorkTime\": 1548, \"beforeWorkTime\": 0, \"productiveTime\": 27598, \"productivity\": 99.6, \"efficiency\": 102.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"eventbrite.com\": {\"id\": 57568149260, \"app\": \"eventbrite.com\", \"name\": \"eventbrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"mail.google.com\": {\"id\": 57565512750, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"rottentomatoes.com\": {\"id\": 57563424892, \"app\": \"rottentomatoes.com\", \"name\": \"rottentomatoes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"desktime.com\": {\"id\": 57563494490, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}}, \"1\": {\"fairgaze.com\": {\"id\": 57562884978, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6156}, \"google.com\": {\"id\": 57562867704, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5917}, \"chrome://settings\": {\"id\": 57562919573, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2332}, \"analytics.google.com\": {\"id\": 57562907233, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1781}, \"docs.google.com\": {\"id\": 57562946040, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1605}, \"ads.google.com\": {\"id\": 57568436010, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1150}, \"mun.fairgaze.com\": {\"id\": 57562868632, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1031}, \"chrome://history\": {\"id\": 57562919572, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 943}, \"google chrome\": {\"id\": 57562906178, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 903}, \"microsoft excel\": {\"id\": 57562918405, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 808}, \"web.whatsapp.com\": {\"id\": 57563547686, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 613}, \"m.fairgaze.com\": {\"id\": 57564698883, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 513}, \"digitalwebavenue.com\": {\"id\": 57563418090, \"app\": \"digitalwebavenue.com\", \"name\": \"digitalwebavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 500}, \"microsoft outlook\": {\"id\": 57562887213, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 458}, \"windows explorer\": {\"id\": 57562888175, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 401}, \"chatgpt.com\": {\"id\": 57562909904, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 392}, \"unknown app\": {\"id\": 57562928911, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"instapaper.com\": {\"id\": 57565023582, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"lockapp\": {\"id\": 57563936292, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"blog.shopolop.com\": {\"id\": 57563492060, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"meraevents.com\": {\"id\": 57568177806, \"app\": \"meraevents.com\", \"name\": \"meraevents.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"scoop.it\": {\"id\": 57565341248, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"justpaste.it\": {\"id\": 57565474663, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"flipboard.com\": {\"id\": 57565414516, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"blogger.com\": {\"id\": 57565430947, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"hrez.crystalhues.in\": {\"id\": 57565593323, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"tumblr.com\": {\"id\": 57565454242, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"traffictail.com\": {\"id\": 57565506940, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"getpocket.com\": {\"id\": 57565013537, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"linkedin.com\": {\"id\": 57568184500, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"besport.com\": {\"id\": 57568075273, \"app\": \"besport.com\", \"name\": \"besport.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"pcc.delhipolice.gov.in\": {\"id\": 57570264287, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"evernote.com\": {\"id\": 57565515733, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"codecademy.com\": {\"id\": 57563468437, \"app\": \"codecademy.com\", \"name\": \"codecademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"msedge\": {\"id\": 57565550961, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"infogram.com\": {\"id\": 57565530113, \"app\": \"infogram.com\", \"name\": \"infogram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"diigo.com\": {\"id\": 57565371134, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"thezenweb.com\": {\"id\": 57563533525, \"app\": \"thezenweb.com\", \"name\": \"thezenweb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"evvnt.com\": {\"id\": 57568191417, \"app\": \"evvnt.com\", \"name\": \"evvnt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"mindmingles.com\": {\"id\": 57565524153, \"app\": \"mindmingles.com\", \"name\": \"mindmingles.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"anobii.com\": {\"id\": 57563621622, \"app\": \"anobii.com\", \"name\": \"anobii.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"iubenda.com\": {\"id\": 57563535916, \"app\": \"iubenda.com\", \"name\": \"iubenda.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"bloggerbags.com\": {\"id\": 57564680772, \"app\": \"bloggerbags.com\", \"name\": \"bloggerbags.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"everplaces.com\": {\"id\": 57563542872, \"app\": \"everplaces.com\", \"name\": \"everplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"wallclassifieds.com\": {\"id\": 57563458536, \"app\": \"wallclassifieds.com\", \"name\": \"wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"answers.com\": {\"id\": 57563438483, \"app\": \"answers.com\", \"name\": \"answers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"bloggosite.com\": {\"id\": 57568289996, \"app\": \"bloggosite.com\", \"name\": \"bloggosite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"goodfirms.co\": {\"id\": 57563542874, \"app\": \"goodfirms.co\", \"name\": \"goodfirms.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"gettr.com\": {\"id\": 57568068852, \"app\": \"gettr.com\", \"name\": \"gettr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"in.enrollbusiness.com\": {\"id\": 57563562059, \"app\": \"in.enrollbusiness.com\", \"name\": \"in.enrollbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"onlinent\": {\"id\": 57563476718, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"wattpad.com\": {\"id\": 57563440455, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"ebaumsworld.com\": {\"id\": 57565509780, \"app\": \"ebaumsworld.com\", \"name\": \"ebaumsworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 57569467268, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"zintro.com\": {\"id\": 57563538170, \"app\": \"zintro.com\", \"name\": \"zintro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 57563434090, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"spingo.com\": {\"id\": 57568203421, \"app\": \"spingo.com\", \"name\": \"spingo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"eventsnearhere.com\": {\"id\": 57568198153, \"app\": \"eventsnearhere.com\", \"name\": \"eventsnearhere.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"dribbble.com\": {\"id\": 57568065661, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"ms-teams\": {\"id\": 57563489764, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"fairgaze.blogspot.com\": {\"id\": 57565448615, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"smartguy.com\": {\"id\": 57563568905, \"app\": \"smartguy.com\", \"name\": \"smartguy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"research.net\": {\"id\": 57563531092, \"app\": \"research.net\", \"name\": \"research.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ranker.com\": {\"id\": 57563474423, \"app\": \"ranker.com\", \"name\": \"ranker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"imagevenue.com\": {\"id\": 57563456424, \"app\": \"imagevenue.com\", \"name\": \"imagevenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"sdg.fairgaze.com\": {\"id\": 57565344096, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"callupcontact.com\": {\"id\": 57563545157, \"app\": \"callupcontact.com\", \"name\": \"callupcontact.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"minds.com\": {\"id\": 57563466077, \"app\": \"minds.com\", \"name\": \"minds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"500px.com\": {\"id\": 57563474425, \"app\": \"500px.com\", \"name\": \"500px.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"redbubble.com\": {\"id\": 57563454269, \"app\": \"redbubble.com\", \"name\": \"redbubble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"globaleventslist.elsevier.com\": {\"id\": 57568212655, \"app\": \"globaleventslist.elsevier.com\", \"name\": \"globaleventslist.elsevier.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"uploaded.net\": {\"id\": 57565538505, \"app\": \"uploaded.net\", \"name\": \"uploaded.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"postimages.org\": {\"id\": 57565521260, \"app\": \"postimages.org\", \"name\": \"postimages.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bloggerswise.com\": {\"id\": 57564680777, \"app\": \"bloggerswise.com\", \"name\": \"bloggerswise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"start.io\": {\"id\": 57563588777, \"app\": \"start.io\", \"name\": \"start.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"etsy.com\": {\"id\": 57563436314, \"app\": \"etsy.com\", \"name\": \"etsy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"dreamstime.com\": {\"id\": 57563422648, \"app\": \"dreamstime.com\", \"name\": \"dreamstime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"business.google.com\": {\"id\": 57568432845, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"globalcatalog.com\": {\"id\": 57563619020, \"app\": \"globalcatalog.com\", \"name\": \"globalcatalog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"e27.co\": {\"id\": 57563540754, \"app\": \"e27.co\", \"name\": \"e27.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"blogrelation.com\": {\"id\": 57566775368, \"app\": \"blogrelation.com\", \"name\": \"blogrelation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"zippyshare.com\": {\"id\": 57565518650, \"app\": \"zippyshare.com\", \"name\": \"zippyshare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogoscience.com\": {\"id\": 57564686648, \"app\": \"blogoscience.com\", \"name\": \"blogoscience.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openfaves.com\": {\"id\": 57563593908, \"app\": \"openfaves.com\", \"name\": \"openfaves.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogzag.com\": {\"id\": 57563598777, \"app\": \"blogzag.com\", \"name\": \"blogzag.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"aniarticles.com\": {\"id\": 57563596414, \"app\": \"aniarticles.com\", \"name\": \"aniarticles.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pantheon.io\": {\"id\": 57563528635, \"app\": \"pantheon.io\", \"name\": \"pantheon.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ideafit.com\": {\"id\": 57563576032, \"app\": \"ideafit.com\", \"name\": \"ideafit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gifyu.com\": {\"id\": 57563573877, \"app\": \"gifyu.com\", \"name\": \"gifyu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bingplaces.com\": {\"id\": 57563540750, \"app\": \"bingplaces.com\", \"name\": \"bingplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"affiliatblogger.com\": {\"id\": 57563531090, \"app\": \"affiliatblogger.com\", \"name\": \"affiliatblogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"box.com\": {\"id\": 57563424890, \"app\": \"box.com\", \"name\": \"box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bloglovin.com\": {\"id\": 57563429545, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"audioboom.com\": {\"id\": 57563463515, \"app\": \"audioboom.com\", \"name\": \"audioboom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indianexpress.com\": {\"id\": 57570003560, \"app\": \"indianexpress.com\", \"name\": \"indianexpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"app.raindrop.io\": {\"id\": 57563576034, \"app\": \"app.raindrop.io\", \"name\": \"app.raindrop.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"owntweet.com\": {\"id\": 57568087501, \"app\": \"owntweet.com\", \"name\": \"owntweet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"nextmeon.com\": {\"id\": 57568087498, \"app\": \"nextmeon.com\", \"name\": \"nextmeon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"madurird.com\": {\"id\": 57568084421, \"app\": \"madurird.com\", \"name\": \"madurird.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"join4ra.com\": {\"id\": 57568087500, \"app\": \"join4ra.com\", \"name\": \"join4ra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ilogmaria.com\": {\"id\": 57568068850, \"app\": \"ilogmaria.com\", \"name\": \"ilogmaria.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gofindads.com\": {\"id\": 57565239521, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogproducer.com\": {\"id\": 57564686645, \"app\": \"blogproducer.com\", \"name\": \"blogproducer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indianyellowpages.com\": {\"id\": 57563626581, \"app\": \"indianyellowpages.com\", \"name\": \"indianyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"go4worldbusiness.com\": {\"id\": 57563621620, \"app\": \"go4worldbusiness.com\", \"name\": \"go4worldbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ewire.com\": {\"id\": 57563624024, \"app\": \"ewire.com\", \"name\": \"ewire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"cgmimm.com\": {\"id\": 57563624027, \"app\": \"cgmimm.com\", \"name\": \"cgmimm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"forum.parallels.com\": {\"id\": 57563431714, \"app\": \"forum.parallels.com\", \"name\": \"forum.parallels.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"disqus.com\": {\"id\": 57563429543, \"app\": \"disqus.com\", \"name\": \"disqus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"account.box.com\": {\"id\": 57563422650, \"app\": \"account.box.com\", \"name\": \"account.box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about.me\": {\"id\": 57563452218, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:46'),(1089,15,'2025-04-21','10:49:26','10:50:38',0.02,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-21\", \"isOnline\": false, \"arrived\": \"2025-04-21 10:49:26\", \"left\": \"2025-04-21 10:50:38\", \"late\": true, \"onlineTime\": 72, \"offlineTime\": 0, \"desktimeTime\": 72, \"atWorkTime\": 72, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 72, \"productivity\": 100, \"efficiency\": 0.27, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"web.whatsapp.com\": {\"id\": 57583388726, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"shellexperiencehost\": {\"id\": 57583383008, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"google.com\": {\"id\": 57583380056, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"microsoft outlook\": {\"id\": 57583380057, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google chrome\": {\"id\": 57583388725, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"palify.io\": {\"id\": 57583385822, \"app\": \"palify.io\", \"name\": \"palify.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"unknown app\": {\"id\": 57583376955, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:47'),(1090,15,'2025-04-22','08:41:41','19:21:29',7.875,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-22\", \"isOnline\": false, \"arrived\": \"2025-04-22 08:41:41\", \"left\": \"2025-04-22 19:21:29\", \"late\": true, \"onlineTime\": 28648, \"offlineTime\": 0, \"desktimeTime\": 28648, \"atWorkTime\": 38388, \"afterWorkTime\": 4889, \"beforeWorkTime\": 0, \"productiveTime\": 28350, \"productivity\": 98.96, \"efficiency\": 105, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57610998788, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"bestfairgazehome.wordpress.com\": {\"id\": 57612984371, \"app\": \"bestfairgazehome.wordpress.com\", \"name\": \"bestfairgazehome.wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"wordpress.com\": {\"id\": 57612970787, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"afternic.com\": {\"id\": 57607079710, \"app\": \"afternic.com\", \"name\": \"afternic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 57604736346, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}}, \"1\": {\"google.com\": {\"id\": 57604319856, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6432}, \"fairgaze.com\": {\"id\": 57604740089, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4454}, \"chrome://settings\": {\"id\": 57604360069, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2734}, \"docs.google.com\": {\"id\": 57611036069, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2515}, \"analytics.google.com\": {\"id\": 57604307283, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1584}, \"chrome://history\": {\"id\": 57604361245, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1133}, \"mun.fairgaze.com\": {\"id\": 57604358843, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1050}, \"google chrome\": {\"id\": 57604307281, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 827}, \"sdg.fairgaze.com\": {\"id\": 57605239754, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 806}, \"web.whatsapp.com\": {\"id\": 57605679703, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 561}, \"windows explorer\": {\"id\": 57604302014, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 526}, \"microsoft excel\": {\"id\": 57604360074, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 366}, \"talkmarkets.com\": {\"id\": 57607065917, \"app\": \"talkmarkets.com\", \"name\": \"talkmarkets.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 296}, \"hot-web-ads.com\": {\"id\": 57611224364, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 287}, \"getpocket.com\": {\"id\": 57604325650, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"shellhost\": {\"id\": 57610093377, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 261}, \"futuregenapps.com\": {\"id\": 57606995412, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"classifiedads.com\": {\"id\": 57611309745, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"microsoft outlook\": {\"id\": 57604326706, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 242}, \"seokhazana.com\": {\"id\": 57604635122, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 224}, \"blogger.com\": {\"id\": 57612277202, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"digiskillzz.com\": {\"id\": 57604630992, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"linkedin.com\": {\"id\": 57613237248, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"admeducation.com\": {\"id\": 57607070584, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"tumblr.com\": {\"id\": 57613082495, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"hrez.crystalhues.in\": {\"id\": 57604361246, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"aunetads.com\": {\"id\": 57611668628, \"app\": \"aunetads.com\", \"name\": \"aunetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"murmur-dev.csail.mit.edu\": {\"id\": 57607079705, \"app\": \"murmur-dev.csail.mit.edu\", \"name\": \"murmur-dev.csail.mit.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"click.in\": {\"id\": 57604669004, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"wikihow.com\": {\"id\": 57607084354, \"app\": \"wikihow.com\", \"name\": \"wikihow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"unknown app\": {\"id\": 57604360071, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"medium.com\": {\"id\": 57612370732, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"chatgpt.com\": {\"id\": 57612183414, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"flipboard.com\": {\"id\": 57613043645, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"classified4free.net\": {\"id\": 57604686083, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"locanto.me\": {\"id\": 57604694010, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"about:blank\": {\"id\": 57605908179, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"expatriates.com\": {\"id\": 57604669001, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"shellexperiencehost\": {\"id\": 57604302017, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"real-estate.net.in\": {\"id\": 57604719250, \"app\": \"real-estate.net.in\", \"name\": \"real-estate.net.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"posthereads.com\": {\"id\": 57604689786, \"app\": \"posthereads.com\", \"name\": \"posthereads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"rollbol.com\": {\"id\": 57607056465, \"app\": \"rollbol.com\", \"name\": \"rollbol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"searchhost\": {\"id\": 57616710505, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"marketingplatform.google.com\": {\"id\": 57605908174, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"digitalwebavenue.com\": {\"id\": 57604322090, \"app\": \"digitalwebavenue.com\", \"name\": \"digitalwebavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"ms-teams\": {\"id\": 57604302018, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"fairgaze.blogspot.com\": {\"id\": 57612339467, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"avader.org\": {\"id\": 57607056467, \"app\": \"avader.org\", \"name\": \"avader.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"palify.io\": {\"id\": 57604300919, \"app\": \"palify.io\", \"name\": \"palify.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"x.com\": {\"id\": 57613511102, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"onlinent\": {\"id\": 57604699400, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"appraisal.chlserv.com\": {\"id\": 57613913848, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"imgur.com\": {\"id\": 57612895231, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"click4r.com\": {\"id\": 57607061248, \"app\": \"click4r.com\", \"name\": \"click4r.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"bestfairgaze.home.blog\": {\"id\": 57613030292, \"app\": \"bestfairgaze.home.blog\", \"name\": \"bestfairgaze.home.blog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"freeadsonline.biz\": {\"id\": 57604719245, \"app\": \"freeadsonline.biz\", \"name\": \"freeadsonline.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"twitter.com\": {\"id\": 57613504218, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"ekonty.com\": {\"id\": 57607051663, \"app\": \"ekonty.com\", \"name\": \"ekonty.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 57605020444, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"ezclassifiedads.com\": {\"id\": 57604684226, \"app\": \"ezclassifiedads.com\", \"name\": \"ezclassifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"oswaalbooks.com\": {\"id\": 57604319855, \"app\": \"oswaalbooks.com\", \"name\": \"oswaalbooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"tt-forums.net\": {\"id\": 57613076359, \"app\": \"tt-forums.net\", \"name\": \"tt-forums.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"freewebmarks.com\": {\"id\": 57610767026, \"app\": \"freewebmarks.com\", \"name\": \"freewebmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"wikidok.com\": {\"id\": 57604717473, \"app\": \"wikidok.com\", \"name\": \"wikidok.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"classifieds4u.in\": {\"id\": 57604667364, \"app\": \"classifieds4u.in\", \"name\": \"classifieds4u.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"pune.namanas.com\": {\"id\": 57604682619, \"app\": \"pune.namanas.com\", \"name\": \"pune.namanas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"freeclassifiedssites.com\": {\"id\": 57604695904, \"app\": \"freeclassifiedssites.com\", \"name\": \"freeclassifiedssites.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"indianweb.com\": {\"id\": 57604705626, \"app\": \"indianweb.com\", \"name\": \"indianweb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"quikr.com\": {\"id\": 57604679042, \"app\": \"quikr.com\", \"name\": \"quikr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"kidshealth.org\": {\"id\": 57619246363, \"app\": \"kidshealth.org\", \"name\": \"kidshealth.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tataaig.com\": {\"id\": 57613939500, \"app\": \"tataaig.com\", \"name\": \"tataaig.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"techtarget.com\": {\"id\": 57612907726, \"app\": \"techtarget.com\", \"name\": \"techtarget.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"famenest.com\": {\"id\": 57607051668, \"app\": \"famenest.com\", \"name\": \"famenest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"koolbusiness.com\": {\"id\": 57604731400, \"app\": \"koolbusiness.com\", \"name\": \"koolbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"web-free-ads.com\": {\"id\": 57604701025, \"app\": \"web-free-ads.com\", \"name\": \"web-free-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"indiadynamics.com\": {\"id\": 57604699399, \"app\": \"indiadynamics.com\", \"name\": \"indiadynamics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"scoop.it\": {\"id\": 57604317612, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"studyabroad.fairgaze.com\": {\"id\": 57619642937, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"bestmunfairgaze.blogspot.com\": {\"id\": 57613642460, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"livepositively.com\": {\"id\": 57607023822, \"app\": \"livepositively.com\", \"name\": \"livepositively.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"cakeresume.com\": {\"id\": 57607014571, \"app\": \"cakeresume.com\", \"name\": \"cakeresume.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"zimtro.com\": {\"id\": 57604654546, \"app\": \"zimtro.com\", \"name\": \"zimtro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"localbook.org\": {\"id\": 57604654547, \"app\": \"localbook.org\", \"name\": \"localbook.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"earthday.org\": {\"id\": 57615512734, \"app\": \"earthday.org\", \"name\": \"earthday.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msftconnecttest.com\": {\"id\": 57610620809, \"app\": \"msftconnecttest.com\", \"name\": \"msftconnecttest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"kryza.network\": {\"id\": 57607028540, \"app\": \"kryza.network\", \"name\": \"kryza.network\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"kahkaham.net\": {\"id\": 57607033271, \"app\": \"kahkaham.net\", \"name\": \"kahkaham.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"justpaste.it\": {\"id\": 57607042724, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bloglovin.com\": {\"id\": 57606990466, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"myadsclassified.com\": {\"id\": 57604686090, \"app\": \"myadsclassified.com\", \"name\": \"myadsclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freeclassifieds.ws\": {\"id\": 57604689784, \"app\": \"freeclassifieds.ws\", \"name\": \"freeclassifieds.ws\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freebestads.com\": {\"id\": 57604710740, \"app\": \"freebestads.com\", \"name\": \"freebestads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adskorner.com\": {\"id\": 57604714257, \"app\": \"adskorner.com\", \"name\": \"adskorner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"wallclassifieds.com\": {\"id\": 57604667362, \"app\": \"wallclassifieds.com\", \"name\": \"wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"howcube.com\": {\"id\": 57604656317, \"app\": \"howcube.com\", \"name\": \"howcube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"advertiseera.com\": {\"id\": 57604640363, \"app\": \"advertiseera.com\", \"name\": \"advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adquickly.com\": {\"id\": 57604652727, \"app\": \"adquickly.com\", \"name\": \"adquickly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pearltrees.com\": {\"id\": 57604318652, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mail.party.biz\": {\"id\": 57610620853, \"app\": \"mail.party.biz\", \"name\": \"mail.party.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"emoment.net\": {\"id\": 57604712482, \"app\": \"emoment.net\", \"name\": \"emoment.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"findermaster.com\": {\"id\": 57604638565, \"app\": \"findermaster.com\", \"name\": \"findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"classifiedsfactor.com\": {\"id\": 57604665820, \"app\": \"classifiedsfactor.com\", \"name\": \"classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"instapaper.com\": {\"id\": 57604325649, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedge\": {\"id\": 57619859832, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"search.google.com\": {\"id\": 57613551050, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"jio.com\": {\"id\": 57610998783, \"app\": \"jio.com\", \"name\": \"jio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"timessquarereporter.com\": {\"id\": 57607005356, \"app\": \"timessquarereporter.com\", \"name\": \"timessquarereporter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startuppoint.copiny.com\": {\"id\": 57607010054, \"app\": \"startuppoint.copiny.com\", \"name\": \"startuppoint.copiny.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"patreon.com\": {\"id\": 57607037737, \"app\": \"patreon.com\", \"name\": \"patreon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"diigo.com\": {\"id\": 57607005360, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"cake.me\": {\"id\": 57607014575, \"app\": \"cake.me\", \"name\": \"cake.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"buymeacoffee.com\": {\"id\": 57607019268, \"app\": \"buymeacoffee.com\", \"name\": \"buymeacoffee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"box.com\": {\"id\": 57607075012, \"app\": \"box.com\", \"name\": \"box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"behance.net\": {\"id\": 57607033276, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"addonface.com\": {\"id\": 57607047206, \"app\": \"addonface.com\", \"name\": \"addonface.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"selfiads.com\": {\"id\": 57604731397, \"app\": \"selfiads.com\", \"name\": \"selfiads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"yoursearch.in\": {\"id\": 57604686087, \"app\": \"yoursearch.in\", \"name\": \"yoursearch.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"beatyourprice.com\": {\"id\": 57604719248, \"app\": \"beatyourprice.com\", \"name\": \"beatyourprice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"secondhandbazaar.in\": {\"id\": 57604677219, \"app\": \"secondhandbazaar.in\", \"name\": \"secondhandbazaar.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hellokaun.com\": {\"id\": 57604656315, \"app\": \"hellokaun.com\", \"name\": \"hellokaun.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"h1ad.com\": {\"id\": 57604640362, \"app\": \"h1ad.com\", \"name\": \"h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freeadstime.org\": {\"id\": 57604667363, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"delhi.clickindia.com\": {\"id\": 57604669002, \"app\": \"delhi.clickindia.com\", \"name\": \"delhi.clickindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifiedsguru.in\": {\"id\": 57604675428, \"app\": \"classifiedsguru.in\", \"name\": \"classifiedsguru.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"cityclassified.co.in\": {\"id\": 57604667365, \"app\": \"cityclassified.co.in\", \"name\": \"cityclassified.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogs.findermaster.com\": {\"id\": 57604658050, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bloggersroad.com\": {\"id\": 57604656318, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blog.yookalo.com\": {\"id\": 57604658052, \"app\": \"blog.yookalo.com\", \"name\": \"blog.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blog.freeadstime.org\": {\"id\": 57604658054, \"app\": \"blog.freeadstime.org\", \"name\": \"blog.freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"article.advertiseera.com\": {\"id\": 57604677220, \"app\": \"article.advertiseera.com\", \"name\": \"article.advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"animead.com\": {\"id\": 57604654544, \"app\": \"animead.com\", \"name\": \"animead.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adsthumb.com\": {\"id\": 57604654545, \"app\": \"adsthumb.com\", \"name\": \"adsthumb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:47'),(1091,15,'2025-04-23','09:23:34','18:10:14',7.94583,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-23\", \"isOnline\": false, \"arrived\": \"2025-04-23 09:23:34\", \"left\": \"2025-04-23 18:10:14\", \"late\": true, \"onlineTime\": 28808, \"offlineTime\": 0, \"desktimeTime\": 28808, \"atWorkTime\": 31600, \"afterWorkTime\": 614, \"beforeWorkTime\": 0, \"productiveTime\": 28605, \"productivity\": 99.3, \"efficiency\": 105.94, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"quora.com\": {\"id\": 57644194444, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"mail.google.com\": {\"id\": 57635972100, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"glassdoor.co.in\": {\"id\": 57644119673, \"app\": \"glassdoor.co.in\", \"name\": \"glassdoor.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"0\": {\"desktime.com\": {\"id\": 57634944463, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}}, \"1\": {\"google.com\": {\"id\": 57632140392, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5675}, \"fairgaze.com\": {\"id\": 57632182065, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5438}, \"docs.google.com\": {\"id\": 57632129110, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2816}, \"chrome://settings\": {\"id\": 57632140394, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2495}, \"analytics.google.com\": {\"id\": 57632138944, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1682}, \"google chrome\": {\"id\": 57632140393, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1162}, \"chrome://history\": {\"id\": 57632188704, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1118}, \"mun.fairgaze.com\": {\"id\": 57632146615, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1017}, \"chatgpt.com\": {\"id\": 57633027067, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 862}, \"microsoft outlook\": {\"id\": 57632143240, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 606}, \"microsoft excel\": {\"id\": 57633483506, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 538}, \"windows explorer\": {\"id\": 57632129108, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 399}, \"notepad\": {\"id\": 57635449447, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 392}, \"microsoft word\": {\"id\": 57633034675, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 366}, \"linkedin.com\": {\"id\": 57633372210, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 330}, \"admeducation.com\": {\"id\": 57635149112, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"ms-teams\": {\"id\": 57632207836, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 289}, \"microsoft powerpoint\": {\"id\": 57640475167, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 268}, \"ambitionbox.com\": {\"id\": 57644125384, \"app\": \"ambitionbox.com\", \"name\": \"ambitionbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"c\": {\"id\": 57633173962, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"taskmgr\": {\"id\": 57633376750, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 221}, \"facebook.com\": {\"id\": 57642909123, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"sdg.fairgaze.com\": {\"id\": 57635593207, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"unknown app\": {\"id\": 57632183763, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"global-free-classified-ads.com\": {\"id\": 57635222991, \"app\": \"global-free-classified-ads.com\", \"name\": \"global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"muamat.com\": {\"id\": 57635154352, \"app\": \"muamat.com\", \"name\": \"muamat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"4shared.com\": {\"id\": 57633147255, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"hrez.crystalhues.in\": {\"id\": 57633041909, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"shellexperiencehost\": {\"id\": 57640025410, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"diigo.com\": {\"id\": 57633163751, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"search.google.com\": {\"id\": 57635536080, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"slideshare.net\": {\"id\": 57633116180, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"web.whatsapp.com\": {\"id\": 57633255713, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"scribd.com\": {\"id\": 57633218942, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"slideserve.com\": {\"id\": 57640100981, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"traffictail.com\": {\"id\": 57632413911, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"pcc.delhipolice.gov.in\": {\"id\": 57633255711, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"searchengineland.com\": {\"id\": 57639824295, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"pickerhost\": {\"id\": 57635724062, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"msedgewebview2\": {\"id\": 57635813649, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"x.com\": {\"id\": 57640423394, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 57635713162, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"google.co.in\": {\"id\": 57640838202, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"searchhost\": {\"id\": 57633031223, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"in.indeed.com\": {\"id\": 57644387430, \"app\": \"in.indeed.com\", \"name\": \"in.indeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellhost\": {\"id\": 57635661099, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"digitalwebavenue.com\": {\"id\": 57632406092, \"app\": \"digitalwebavenue.com\", \"name\": \"digitalwebavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"accounts.google.com\": {\"id\": 57640100983, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"developers.google.com\": {\"id\": 57635529922, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"about:blank\": {\"id\": 57633078758, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"videomaker.com\": {\"id\": 57632431882, \"app\": \"videomaker.com\", \"name\": \"videomaker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"fanpop.com\": {\"id\": 57632421993, \"app\": \"fanpop.com\", \"name\": \"fanpop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"clickindia.com\": {\"id\": 57635228194, \"app\": \"clickindia.com\", \"name\": \"clickindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"m.fairgaze.com\": {\"id\": 57632406088, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"finalsite.com\": {\"id\": 57632410070, \"app\": \"finalsite.com\", \"name\": \"finalsite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"getpocket.com\": {\"id\": 57632178607, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"iht.edu.in\": {\"id\": 57636202176, \"app\": \"iht.edu.in\", \"name\": \"iht.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tuffclassified.com\": {\"id\": 57635206637, \"app\": \"tuffclassified.com\", \"name\": \"tuffclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nairaland.com\": {\"id\": 57632416105, \"app\": \"nairaland.com\", \"name\": \"nairaland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"pearltrees.com\": {\"id\": 57632183758, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"jihoy.com\": {\"id\": 57635262556, \"app\": \"jihoy.com\", \"name\": \"jihoy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"expat.com\": {\"id\": 57635338093, \"app\": \"expat.com\", \"name\": \"expat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mondinion.com\": {\"id\": 57635233446, \"app\": \"mondinion.com\", \"name\": \"mondinion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"claz.org\": {\"id\": 57635228191, \"app\": \"claz.org\", \"name\": \"claz.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adlandpro.com\": {\"id\": 57635212049, \"app\": \"adlandpro.com\", \"name\": \"adlandpro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mypaper.pchome.com.tw\": {\"id\": 57632421986, \"app\": \"mypaper.pchome.com.tw\", \"name\": \"mypaper.pchome.com.tw\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mootools.net\": {\"id\": 57632429749, \"app\": \"mootools.net\", \"name\": \"mootools.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fotki.com\": {\"id\": 57632425937, \"app\": \"fotki.com\", \"name\": \"fotki.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"happymenstruation.fairgaze.com\": {\"id\": 57643620164, \"app\": \"happymenstruation.fairgaze.com\", \"name\": \"happymenstruation.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"usnetads.com\": {\"id\": 57635262559, \"app\": \"usnetads.com\", \"name\": \"usnetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"thinglink.com\": {\"id\": 57632420066, \"app\": \"thinglink.com\", \"name\": \"thinglink.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"t.co\": {\"id\": 57640446413, \"app\": \"t.co\", \"name\": \"t.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scoop.it\": {\"id\": 57640107075, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"click.in\": {\"id\": 57635257040, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogger.com\": {\"id\": 57633020192, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"forum.astronomy.com\": {\"id\": 57632423933, \"app\": \"forum.astronomy.com\", \"name\": \"forum.astronomy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"creatopy.com\": {\"id\": 57632411949, \"app\": \"creatopy.com\", \"name\": \"creatopy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"brandyourself.com\": {\"id\": 57632420070, \"app\": \"brandyourself.com\", \"name\": \"brandyourself.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 57632182064, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 57632174636, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:47'),(1092,15,'2025-04-24','09:24:36','18:12:20',7.55472,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-24\", \"isOnline\": false, \"arrived\": \"2025-04-24 09:24:36\", \"left\": \"2025-04-24 18:12:20\", \"late\": true, \"onlineTime\": 26677, \"offlineTime\": 631, \"desktimeTime\": 27308, \"atWorkTime\": 31664, \"afterWorkTime\": 740, \"beforeWorkTime\": 0, \"productiveTime\": 27197, \"productivity\": 99.54, \"efficiency\": 100.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57661594138, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}}, \"0\": {\"desktime.com\": {\"id\": 57665111043, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}}, \"1\": {\"fairgaze.com\": {\"id\": 57659524494, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5861}, \"google.com\": {\"id\": 57659537695, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4732}, \"chrome://settings\": {\"id\": 57659735027, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2043}, \"analytics.google.com\": {\"id\": 57659657002, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1827}, \"ads.google.com\": {\"id\": 57668957082, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1710}, \"app.webpushr.com\": {\"id\": 57670823873, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1444}, \"google chrome\": {\"id\": 57659524474, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1408}, \"microsoft outlook\": {\"id\": 57659524490, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 742}, \"chrome://history\": {\"id\": 57659737215, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 703}, \"chatgpt.com\": {\"id\": 57659534226, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 665}, \"meeting discussion (offline time)\": {\"id\": 57772775587, \"app\": \"__OFFLINE__\", \"name\": \"meeting discussion\", \"type\": \"app\", \"category_id\": 0, \"duration\": 631}, \"shellhost\": {\"id\": 57659524476, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 609}, \"windows explorer\": {\"id\": 57659524487, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 574}, \"microsoft excel\": {\"id\": 57659868286, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 569}, \"youtube.com\": {\"id\": 57668043321, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 464}, \"ms-teams\": {\"id\": 57659549929, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"docs.google.com\": {\"id\": 57659524471, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"mun.fairgaze.com\": {\"id\": 57659524481, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"hrez.crystalhues.in\": {\"id\": 57659841772, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 257}, \"click.in\": {\"id\": 57661698247, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"expatriates.com\": {\"id\": 57661877231, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"openai.com\": {\"id\": 57670997931, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"searchengineland.com\": {\"id\": 57667233768, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"classified4free.net\": {\"id\": 57661984148, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"hot-web-ads.com\": {\"id\": 57661783705, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"m.fairgaze.com\": {\"id\": 57660840765, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"solomofy.com\": {\"id\": 57659549930, \"app\": \"solomofy.com\", \"name\": \"solomofy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"unknown app\": {\"id\": 57659622813, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"admeducation.com\": {\"id\": 57659832549, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"msedge\": {\"id\": 57668026001, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"classifiedads.com\": {\"id\": 57661754458, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"scoop.it\": {\"id\": 57659532579, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"bing.com\": {\"id\": 57668026002, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"seokhazana.com\": {\"id\": 57665143241, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"crystalhues.com\": {\"id\": 57659624777, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"notepad\": {\"id\": 57660170954, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"thisismyindia.com\": {\"id\": 57659839318, \"app\": \"thisismyindia.com\", \"name\": \"thisismyindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"pickerhost\": {\"id\": 57660168067, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 57660251094, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"business.google.com\": {\"id\": 57668950774, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"classifiedsfactor.com\": {\"id\": 57665225236, \"app\": \"classifiedsfactor.com\", \"name\": \"classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 57659650681, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"snippingtool\": {\"id\": 57660177882, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"indiadynamics.com\": {\"id\": 57659865524, \"app\": \"indiadynamics.com\", \"name\": \"indiadynamics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"blog.shopolop.com\": {\"id\": 57665154237, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"searchhost\": {\"id\": 57660168060, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"h1ad.com\": {\"id\": 57667963008, \"app\": \"h1ad.com\", \"name\": \"h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"google.co.in\": {\"id\": 57668032012, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"bingplaces.com\": {\"id\": 57668025999, \"app\": \"bingplaces.com\", \"name\": \"bingplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"sdg.fairgaze.com\": {\"id\": 57666070568, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"sites.google.com\": {\"id\": 57661970381, \"app\": \"sites.google.com\", \"name\": \"sites.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"secure.paytm.in\": {\"id\": 57660157538, \"app\": \"secure.paytm.in\", \"name\": \"secure.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 57660077010, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"gofindads.com\": {\"id\": 57659796972, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"x.com\": {\"id\": 57665116338, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 57665061667, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"ics-dubai.com\": {\"id\": 57659542451, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 57661868955, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onlinent\": {\"id\": 57661788028, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"education.gov.in\": {\"id\": 57660439190, \"app\": \"education.gov.in\", \"name\": \"education.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"jihoy.com\": {\"id\": 57659835039, \"app\": \"jihoy.com\", \"name\": \"jihoy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tuffclassified.com\": {\"id\": 57659835041, \"app\": \"tuffclassified.com\", \"name\": \"tuffclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"bgsvijnatham.com\": {\"id\": 57667455456, \"app\": \"bgsvijnatham.com\", \"name\": \"bgsvijnatham.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"weather\": {\"id\": 57660168062, \"app\": \"Weather\", \"name\": \"Weather\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sellbuystuffs.com\": {\"id\": 57659856711, \"app\": \"sellbuystuffs.com\", \"name\": \"sellbuystuffs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ads.shopolop.com\": {\"id\": 57665159945, \"app\": \"ads.shopolop.com\", \"name\": \"ads.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"c\": {\"id\": 57665116326, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"in.classi4u.com\": {\"id\": 57661979607, \"app\": \"in.classi4u.com\", \"name\": \"in.classi4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ww12.searchingurgaon.com\": {\"id\": 57659865525, \"app\": \"ww12.searchingurgaon.com\", \"name\": \"ww12.searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"spicyadz.in\": {\"id\": 57659861238, \"app\": \"spicyadz.in\", \"name\": \"spicyadz.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchingurgaon.com\": {\"id\": 57659863459, \"app\": \"searchingurgaon.com\", \"name\": \"searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hugedomains.com\": {\"id\": 57659865526, \"app\": \"hugedomains.com\", \"name\": \"hugedomains.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"beatyourprice.com\": {\"id\": 57659861233, \"app\": \"beatyourprice.com\", \"name\": \"beatyourprice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"microsoft.msn.weather\": {\"id\": 57660170948, \"app\": \"Microsoft.Msn.Weather\", \"name\": \"Microsoft.Msn.Weather\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"myadmonster.com\": {\"id\": 57659861241, \"app\": \"myadmonster.com\", \"name\": \"myadmonster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"bloglovin.com\": {\"id\": 57659828018, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:48'),(1093,15,'2025-04-25','09:27:24','18:10:34',7.4025,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-25\", \"isOnline\": false, \"arrived\": \"2025-04-25 09:27:24\", \"left\": \"2025-04-25 18:10:34\", \"late\": true, \"onlineTime\": 26057, \"offlineTime\": 717, \"desktimeTime\": 26774, \"atWorkTime\": 31390, \"afterWorkTime\": 448, \"beforeWorkTime\": 0, \"productiveTime\": 26649, \"productivity\": 99.53, \"efficiency\": 98.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57692307422, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}}, \"0\": {\"desktime.com\": {\"id\": 57688195910, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}}, \"1\": {\"google.com\": {\"id\": 57686368145, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5164}, \"fairgaze.com\": {\"id\": 57686420526, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3208}, \"analytics.google.com\": {\"id\": 57686435696, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2898}, \"search.google.com\": {\"id\": 57688573639, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2008}, \"chrome://settings\": {\"id\": 57686366777, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1669}, \"docs.google.com\": {\"id\": 57692317717, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1379}, \"google chrome\": {\"id\": 57686368144, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1127}, \"ads.google.com\": {\"id\": 57693037746, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 833}, \"sdg.fairgaze.com\": {\"id\": 57686387846, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 773}, \"meeting discussion (offline time)\": {\"id\": 57772790408, \"app\": \"__OFFLINE__\", \"name\": \"meeting discussion\", \"type\": \"app\", \"category_id\": 0, \"duration\": 717}, \"app.webpushr.com\": {\"id\": 57687062451, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 650}, \"microsoft excel\": {\"id\": 57686517432, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 578}, \"quillbot.com\": {\"id\": 57692145879, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 544}, \"mun.fairgaze.com\": {\"id\": 57686389205, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"microsoft outlook\": {\"id\": 57687678385, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 460}, \"seokhazana.com\": {\"id\": 57686517428, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 389}, \"chatgpt.com\": {\"id\": 57686735639, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 366}, \"admeducation.com\": {\"id\": 57687671219, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"bookmarkcart.info\": {\"id\": 57688128028, \"app\": \"bookmarkcart.info\", \"name\": \"bookmarkcart.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 323}, \"unknown app\": {\"id\": 57686687462, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 251}, \"windows explorer\": {\"id\": 57686376888, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"socialbookmarkiseasy.info\": {\"id\": 57688421269, \"app\": \"socialbookmarkiseasy.info\", \"name\": \"socialbookmarkiseasy.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"livewebmarks.com\": {\"id\": 57688184155, \"app\": \"livewebmarks.com\", \"name\": \"livewebmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"developers.google.com\": {\"id\": 57688528539, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"microsoft powerpoint\": {\"id\": 57697686648, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"hrez.crystalhues.in\": {\"id\": 57688094550, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"socialbookmarknow.info\": {\"id\": 57688204281, \"app\": \"socialbookmarknow.info\", \"name\": \"socialbookmarknow.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"traffictail.com\": {\"id\": 57687840096, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"pearltrees.com\": {\"id\": 57692258121, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"openai.com\": {\"id\": 57687094738, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"searchengineland.com\": {\"id\": 57688208186, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"scoop.it\": {\"id\": 57692253143, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"crystalhues.com\": {\"id\": 57696897868, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"ms-teams\": {\"id\": 57686376886, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"copilot\": {\"id\": 57697598683, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"chrome://history\": {\"id\": 57686425040, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"lockapp\": {\"id\": 57698482558, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"slideserve.com\": {\"id\": 57688448048, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"flipboard.com\": {\"id\": 57688062644, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"justpaste.it\": {\"id\": 57692821816, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"gofindads.com\": {\"id\": 57688469759, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"in.globoanuncio.com\": {\"id\": 57687809230, \"app\": \"in.globoanuncio.com\", \"name\": \"in.globoanuncio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"futuregenapps.com\": {\"id\": 57687832777, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"drive.google.com\": {\"id\": 57694710756, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"secure.paytm.in\": {\"id\": 57686917507, \"app\": \"secure.paytm.in\", \"name\": \"secure.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"dpl.gov.in\": {\"id\": 57694696807, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"onlinent\": {\"id\": 57692247980, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"yemle.com\": {\"id\": 57688038845, \"app\": \"yemle.com\", \"name\": \"yemle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"freeadsbook.com\": {\"id\": 57687791248, \"app\": \"freeadsbook.com\", \"name\": \"freeadsbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"microsoft word\": {\"id\": 57687117042, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"instapaper.com\": {\"id\": 57694453266, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"about:blank\": {\"id\": 57692312434, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"classifiedsfactor.com\": {\"id\": 57687990249, \"app\": \"classifiedsfactor.com\", \"name\": \"classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"linkedin.com\": {\"id\": 57696937075, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"web.whatsapp.com\": {\"id\": 57688211676, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 57686387851, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"schema.org\": {\"id\": 57687056545, \"app\": \"schema.org\", \"name\": \"schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"voiceovergrid.com\": {\"id\": 57696931851, \"app\": \"voiceovergrid.com\", \"name\": \"voiceovergrid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"appraisal.chlserv.com\": {\"id\": 57695587193, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"dublieu.com\": {\"id\": 57695980227, \"app\": \"dublieu.com\", \"name\": \"dublieu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"charactercountonline.com\": {\"id\": 57687130438, \"app\": \"charactercountonline.com\", \"name\": \"charactercountonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"app.wisemapping.com\": {\"id\": 57688046703, \"app\": \"app.wisemapping.com\", \"name\": \"app.wisemapping.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"bibsonomy.org\": {\"id\": 57688018806, \"app\": \"bibsonomy.org\", \"name\": \"bibsonomy.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"tumblr.com\": {\"id\": 57688058848, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bloggersroad.com\": {\"id\": 57687994212, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"muamat.com\": {\"id\": 57687700417, \"app\": \"muamat.com\", \"name\": \"muamat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"blog.yookalo.com\": {\"id\": 57687914408, \"app\": \"blog.yookalo.com\", \"name\": \"blog.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"claz.org\": {\"id\": 57687674741, \"app\": \"claz.org\", \"name\": \"claz.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"indiaasisee.fairgaze.com\": {\"id\": 57693769605, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"a1bookmarks.com\": {\"id\": 57688187973, \"app\": \"a1bookmarks.com\", \"name\": \"a1bookmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sbookmarking.com\": {\"id\": 57688034932, \"app\": \"sbookmarking.com\", \"name\": \"sbookmarking.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"killerstartups.com\": {\"id\": 57688014776, \"app\": \"killerstartups.com\", \"name\": \"killerstartups.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"story.wallclassifieds.com\": {\"id\": 57687931961, \"app\": \"story.wallclassifieds.com\", \"name\": \"story.wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogs.findermaster.com\": {\"id\": 57687928344, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sukajudi.org\": {\"id\": 57687794753, \"app\": \"sukajudi.org\", \"name\": \"sukajudi.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57686515677, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"defenders.org\": {\"id\": 57693839916, \"app\": \"defenders.org\", \"name\": \"defenders.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"followus.com\": {\"id\": 57688046697, \"app\": \"followus.com\", \"name\": \"followus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"advertiseera.com\": {\"id\": 57687935670, \"app\": \"advertiseera.com\", \"name\": \"advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"policies.google.com\": {\"id\": 57696856424, \"app\": \"policies.google.com\", \"name\": \"policies.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 57693499386, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"business.google.com\": {\"id\": 57693032259, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"soup.io\": {\"id\": 57688010572, \"app\": \"soup.io\", \"name\": \"soup.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"social-bookmarkingsites.com\": {\"id\": 57688030918, \"app\": \"social-bookmarkingsites.com\", \"name\": \"social-bookmarkingsites.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"raindrop.io\": {\"id\": 57688022815, \"app\": \"raindrop.io\", \"name\": \"raindrop.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onfeetnation.com\": {\"id\": 57688042531, \"app\": \"onfeetnation.com\", \"name\": \"onfeetnation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"h1ad.com\": {\"id\": 57687990248, \"app\": \"h1ad.com\", \"name\": \"h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crawlyourlink.com\": {\"id\": 57688054596, \"app\": \"crawlyourlink.com\", \"name\": \"crawlyourlink.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blog.shopolop.com\": {\"id\": 57687918205, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"article.classifiedsfactor.com\": {\"id\": 57687935669, \"app\": \"article.classifiedsfactor.com\", \"name\": \"article.classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ad.ologames.com\": {\"id\": 57687918207, \"app\": \"ad.ologames.com\", \"name\": \"ad.ologames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webclassifieds.us\": {\"id\": 57687805583, \"app\": \"webclassifieds.us\", \"name\": \"webclassifieds.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"thefreeadforum.com\": {\"id\": 57687783838, \"app\": \"thefreeadforum.com\", \"name\": \"thefreeadforum.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"canetads.com\": {\"id\": 57687802047, \"app\": \"canetads.com\", \"name\": \"canetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adsyellowpages.com\": {\"id\": 57687787699, \"app\": \"adsyellowpages.com\", \"name\": \"adsyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"global-free-classified-ads.com\": {\"id\": 57687678381, \"app\": \"global-free-classified-ads.com\", \"name\": \"global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"click.in\": {\"id\": 57687693276, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adlandpro.com\": {\"id\": 57687696855, \"app\": \"adlandpro.com\", \"name\": \"adlandpro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"votetags.info\": {\"id\": 57688120080, \"app\": \"votetags.info\", \"name\": \"votetags.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"wikio.com\": {\"id\": 57688006632, \"app\": \"wikio.com\", \"name\": \"wikio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:48'),(1094,15,'2025-04-26','09:19:21','20:27:27',4.21556,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-26\", \"isOnline\": false, \"arrived\": \"2025-04-26 09:19:21\", \"left\": \"2025-04-26 20:27:27\", \"late\": true, \"onlineTime\": 15405, \"offlineTime\": 0, \"desktimeTime\": 15405, \"atWorkTime\": 40086, \"afterWorkTime\": 260, \"beforeWorkTime\": 0, \"productiveTime\": 15176, \"productivity\": 98.51, \"efficiency\": 56.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57709596913, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"0\": {\"desktime.com\": {\"id\": 57710371824, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}}, \"1\": {\"google.com\": {\"id\": 57709594168, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3129}, \"analytics.google.com\": {\"id\": 57709585137, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1461}, \"fairgaze.com\": {\"id\": 57709585958, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1367}, \"chatgpt.com\": {\"id\": 57709971959, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1137}, \"chrome://settings\": {\"id\": 57709599169, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1109}, \"notepad\": {\"id\": 57709850912, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 948}, \"google chrome\": {\"id\": 57709596336, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 722}, \"microsoft outlook\": {\"id\": 57709850908, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 700}, \"search.google.com\": {\"id\": 57709585133, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 531}, \"app.webpushr.com\": {\"id\": 57709659231, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 490}, \"irctc.co.in\": {\"id\": 57711078855, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 472}, \"ms-teams\": {\"id\": 57709658654, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"microsoft excel\": {\"id\": 57709598605, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 407}, \"mun.fairgaze.com\": {\"id\": 57709657385, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 399}, \"hrez.crystalhues.in\": {\"id\": 57710393446, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"windows explorer\": {\"id\": 57709585142, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 276}, \"trustpilot.com\": {\"id\": 57709761486, \"app\": \"trustpilot.com\", \"name\": \"trustpilot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"m.fairgaze.com\": {\"id\": 57709985213, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"shellhost\": {\"id\": 57709585135, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"translate.google.co.in\": {\"id\": 57711063515, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"web.whatsapp.com\": {\"id\": 57711942298, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"lockapp\": {\"id\": 57709650633, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"wix.com\": {\"id\": 57710030941, \"app\": \"wix.com\", \"name\": \"wix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"digiskillzz.com\": {\"id\": 57709595271, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"slickplan.com\": {\"id\": 57709990870, \"app\": \"slickplan.com\", \"name\": \"slickplan.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"unknown app\": {\"id\": 57709585132, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"snippingtool\": {\"id\": 57709831766, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 57709867017, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"brokenlinkcheck.com\": {\"id\": 57709656112, \"app\": \"brokenlinkcheck.com\", \"name\": \"brokenlinkcheck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"emsigner.com\": {\"id\": 57709917919, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"microsoft word\": {\"id\": 57709940456, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"docs.google.com\": {\"id\": 57709585136, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"accounts.google.com\": {\"id\": 57709775013, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"pickerhost\": {\"id\": 57709832540, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"searchhost\": {\"id\": 57709831763, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"shellexperiencehost\": {\"id\": 57709764416, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"openai.com\": {\"id\": 57709767747, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"canetads.com\": {\"id\": 57709595803, \"app\": \"canetads.com\", \"name\": \"canetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"wordcounter.net\": {\"id\": 57710138566, \"app\": \"wordcounter.net\", \"name\": \"wordcounter.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 57709767079, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"codecademy.com\": {\"id\": 57709989163, \"app\": \"codecademy.com\", \"name\": \"codecademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"sukajudi.org\": {\"id\": 57709598606, \"app\": \"sukajudi.org\", \"name\": \"sukajudi.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 57709841889, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"marketingplatform.google.com\": {\"id\": 57709889525, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"tripoto.com\": {\"id\": 57711078110, \"app\": \"tripoto.com\", \"name\": \"tripoto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"freeadstime.org\": {\"id\": 57709598045, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"permission-request-dialog\": {\"id\": 57709917920, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"bing.com\": {\"id\": 57709767746, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"thefreeadforum.com\": {\"id\": 57709883754, \"app\": \"thefreeadforum.com\", \"name\": \"thefreeadforum.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adsyellowpages.com\": {\"id\": 57709598603, \"app\": \"adsyellowpages.com\", \"name\": \"adsyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"socialbookmarknow.info\": {\"id\": 57709596334, \"app\": \"socialbookmarknow.info\", \"name\": \"socialbookmarknow.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"wscript\": {\"id\": 57709848687, \"app\": \"Wscript\", \"name\": \"Wscript\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"traffictail.com\": {\"id\": 57709596331, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"socialbookmarkiseasy.info\": {\"id\": 57709596333, \"app\": \"socialbookmarkiseasy.info\", \"name\": \"socialbookmarkiseasy.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://history\": {\"id\": 57709599170, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bookmarkcart.info\": {\"id\": 57709596332, \"app\": \"bookmarkcart.info\", \"name\": \"bookmarkcart.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:49'),(1095,15,'2025-04-28','09:27:35','21:41:26',8.10472,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-28\", \"isOnline\": false, \"arrived\": \"2025-04-28 09:27:35\", \"left\": \"2025-04-28 21:41:26\", \"late\": true, \"onlineTime\": 30770, \"offlineTime\": 0, \"desktimeTime\": 30770, \"atWorkTime\": 44031, \"afterWorkTime\": 4992, \"beforeWorkTime\": 0, \"productiveTime\": 29177, \"productivity\": 94.79, \"efficiency\": 108.06, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57717831658, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"indore.craigslist.org\": {\"id\": 57723436436, \"app\": \"indore.craigslist.org\", \"name\": \"indore.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"makemytrip.com\": {\"id\": 57734079418, \"app\": \"makemytrip.com\", \"name\": \"makemytrip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 980}, \"desktime.com\": {\"id\": 57717926598, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 465}}, \"1\": {\"google.com\": {\"id\": 57716289369, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6010}, \"fairgaze.com\": {\"id\": 57716210386, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3751}, \"analytics.google.com\": {\"id\": 57716208789, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2485}, \"chrome://settings\": {\"id\": 57716296480, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2228}, \"docs.google.com\": {\"id\": 57717698246, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2147}, \"google chrome\": {\"id\": 57716287699, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1751}, \"irctc.co.in\": {\"id\": 57733672088, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1630}, \"mun.fairgaze.com\": {\"id\": 57716291187, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 780}, \"chatgpt.com\": {\"id\": 57716208782, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 601}, \"m.fairgaze.com\": {\"id\": 57717694493, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 564}, \"linkedin.com\": {\"id\": 57722913162, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"search.google.com\": {\"id\": 57722887732, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 408}, \"microsoft outlook\": {\"id\": 57716210384, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 375}, \"simontechway.com\": {\"id\": 57717798923, \"app\": \"simontechway.com\", \"name\": \"simontechway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"app.webpushr.com\": {\"id\": 57717662174, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"microsoft excel\": {\"id\": 57716628402, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 313}, \"shellexperiencehost\": {\"id\": 57716212325, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"addonface.com\": {\"id\": 57717478148, \"app\": \"addonface.com\", \"name\": \"addonface.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"digiskillzz.com\": {\"id\": 57717591401, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"windows explorer\": {\"id\": 57716208790, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 201}, \"yoomark.com\": {\"id\": 57728137541, \"app\": \"yoomark.com\", \"name\": \"yoomark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"goibibo.com\": {\"id\": 57733939080, \"app\": \"goibibo.com\", \"name\": \"goibibo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"skyscanner.co.in\": {\"id\": 57733809008, \"app\": \"skyscanner.co.in\", \"name\": \"skyscanner.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"ms-teams\": {\"id\": 57719491716, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"travel.airindia.com\": {\"id\": 57733784304, \"app\": \"travel.airindia.com\", \"name\": \"travel.airindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"instapaper.com\": {\"id\": 57722785338, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"bibsonomy.org\": {\"id\": 57717979140, \"app\": \"bibsonomy.org\", \"name\": \"bibsonomy.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"microsoft powerpoint\": {\"id\": 57726800898, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 117}, \"admeducation.com\": {\"id\": 57717702017, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"hrez.crystalhues.in\": {\"id\": 57716208785, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"expatriates.com\": {\"id\": 57723298201, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"microsoft word\": {\"id\": 57719202621, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"traffictail.com\": {\"id\": 57727931880, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"fark.com\": {\"id\": 57727948320, \"app\": \"fark.com\", \"name\": \"fark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"innetads.com\": {\"id\": 57723366735, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"lockapp\": {\"id\": 57716588855, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"classifiedads.com\": {\"id\": 57723206273, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"translate.google.co.in\": {\"id\": 57719177142, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"diigo.com\": {\"id\": 57722814549, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"msedge\": {\"id\": 57726083874, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"click.in\": {\"id\": 57723259944, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"microsoft paint\": {\"id\": 57722616679, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"scoop.it\": {\"id\": 57722850517, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"getpocket.com\": {\"id\": 57717831657, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"contently.com\": {\"id\": 57717852488, \"app\": \"contently.com\", \"name\": \"contently.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"x.com\": {\"id\": 57722984415, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"shellhost\": {\"id\": 57719491720, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"deepai.org\": {\"id\": 57722509769, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"airindia.com\": {\"id\": 57733763159, \"app\": \"airindia.com\", \"name\": \"airindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"prepostseo.com\": {\"id\": 57727241806, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"imageresizer.com\": {\"id\": 57722555299, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"web.whatsapp.com\": {\"id\": 57728788595, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"classifiedsforfree.com\": {\"id\": 57717750217, \"app\": \"classifiedsforfree.com\", \"name\": \"classifiedsforfree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"futuregenapps.com\": {\"id\": 57717457248, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 57716738401, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"developers.google.com\": {\"id\": 57722881972, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"indiaconnect.com\": {\"id\": 57717775953, \"app\": \"indiaconnect.com\", \"name\": \"indiaconnect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"chrome://history\": {\"id\": 57718568560, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"onlinent\": {\"id\": 57722645377, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"settings\": {\"id\": 57726299154, \"app\": \"settings\", \"name\": \"settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"msedgewebview2\": {\"id\": 57719538764, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"sdg.fairgaze.com\": {\"id\": 57717119968, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"bing.com\": {\"id\": 57726569006, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"justpaste.it\": {\"id\": 57728389476, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"plurk.com\": {\"id\": 57717819243, \"app\": \"plurk.com\", \"name\": \"plurk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"google.co.in\": {\"id\": 57726288386, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"about:blank\": {\"id\": 57723048485, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"ukadslist.com\": {\"id\": 57718005195, \"app\": \"ukadslist.com\", \"name\": \"ukadslist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"hot-web-ads.com\": {\"id\": 57716262085, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"copilot\": {\"id\": 57726119959, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"searchengineland.com\": {\"id\": 57723770436, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"dropmark.com\": {\"id\": 57717922533, \"app\": \"dropmark.com\", \"name\": \"dropmark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"coolpot.com\": {\"id\": 57728148684, \"app\": \"coolpot.com\", \"name\": \"coolpot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"folkd.com\": {\"id\": 57717902099, \"app\": \"folkd.com\", \"name\": \"folkd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"c\": {\"id\": 57717579684, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bookmarktou.com\": {\"id\": 57727964235, \"app\": \"bookmarktou.com\", \"name\": \"bookmarktou.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"history\": {\"id\": 57726557162, \"app\": \"history\", \"name\": \"history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"thefreeadforum.com\": {\"id\": 57717705986, \"app\": \"thefreeadforum.com\", \"name\": \"thefreeadforum.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"imgurinc.com\": {\"id\": 57722555308, \"app\": \"imgurinc.com\", \"name\": \"imgurinc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"freead1.net\": {\"id\": 57717746477, \"app\": \"freead1.net\", \"name\": \"freead1.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"accounts.google.com\": {\"id\": 57728159347, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"share.bizsugar.com\": {\"id\": 57727958480, \"app\": \"share.bizsugar.com\", \"name\": \"share.bizsugar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 57722610746, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"spingo.com\": {\"id\": 57723459948, \"app\": \"spingo.com\", \"name\": \"spingo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"socialnetworkadsinfo.com\": {\"id\": 57728143431, \"app\": \"socialnetworkadsinfo.com\", \"name\": \"socialnetworkadsinfo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ttlink.com\": {\"id\": 57717946225, \"app\": \"ttlink.com\", \"name\": \"ttlink.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"webclassifieds.us\": {\"id\": 57717734844, \"app\": \"webclassifieds.us\", \"name\": \"webclassifieds.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"wordcounter.net\": {\"id\": 57716291189, \"app\": \"wordcounter.net\", \"name\": \"wordcounter.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"freeadstime.org\": {\"id\": 57717713701, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"goindigo.in\": {\"id\": 57733880407, \"app\": \"goindigo.in\", \"name\": \"goindigo.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bookmarksclub.com\": {\"id\": 57728322594, \"app\": \"bookmarksclub.com\", \"name\": \"bookmarksclub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pusha.se\": {\"id\": 57727937717, \"app\": \"pusha.se\", \"name\": \"pusha.se\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scribd.com\": {\"id\": 57726766394, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"globaleventslist.elsevier.com\": {\"id\": 57723500370, \"app\": \"globaleventslist.elsevier.com\", \"name\": \"globaleventslist.elsevier.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"flipboard.com\": {\"id\": 57717813011, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"patreon.com\": {\"id\": 57717463601, \"app\": \"patreon.com\", \"name\": \"patreon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sdgs.un.org\": {\"id\": 57716208787, \"app\": \"sdgs.un.org\", \"name\": \"sdgs.un.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gofindads.com\": {\"id\": 57733482325, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"viragoclub.com\": {\"id\": 57728256101, \"app\": \"viragoclub.com\", \"name\": \"viragoclub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"newsocialbooks.com\": {\"id\": 57728143420, \"app\": \"newsocialbooks.com\", \"name\": \"newsocialbooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blogger.com\": {\"id\": 57727926657, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"twitter.com\": {\"id\": 57727837936, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"defenders.org\": {\"id\": 57718511892, \"app\": \"defenders.org\", \"name\": \"defenders.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"linkagogo.com\": {\"id\": 57717990760, \"app\": \"linkagogo.com\", \"name\": \"linkagogo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"padlet.com\": {\"id\": 57717844218, \"app\": \"padlet.com\", \"name\": \"padlet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"canetads.com\": {\"id\": 57717727057, \"app\": \"canetads.com\", \"name\": \"canetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"adsandclassifieds.com\": {\"id\": 57717730980, \"app\": \"adsandclassifieds.com\", \"name\": \"adsandclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"stelronsi.net\": {\"id\": 57716213831, \"app\": \"stelronsi.net\", \"name\": \"stelronsi.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"sitejot.com\": {\"id\": 57727942830, \"app\": \"sitejot.com\", \"name\": \"sitejot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indiaasisee.fairgaze.com\": {\"id\": 57718442037, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"zeef.com\": {\"id\": 57717974901, \"app\": \"zeef.com\", \"name\": \"zeef.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"youmobs.com\": {\"id\": 57717995094, \"app\": \"youmobs.com\", \"name\": \"youmobs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tripoto.com\": {\"id\": 57717995088, \"app\": \"tripoto.com\", \"name\": \"tripoto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"raindrop.io\": {\"id\": 57717966510, \"app\": \"raindrop.io\", \"name\": \"raindrop.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogmarks.net\": {\"id\": 57717983924, \"app\": \"blogmarks.net\", \"name\": \"blogmarks.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wakelet.com\": {\"id\": 57717888281, \"app\": \"wakelet.com\", \"name\": \"wakelet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"steemit.com\": {\"id\": 57717835616, \"app\": \"steemit.com\", \"name\": \"steemit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"spoke.com\": {\"id\": 57717914245, \"app\": \"spoke.com\", \"name\": \"spoke.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"livebinders.com\": {\"id\": 57717910159, \"app\": \"livebinders.com\", \"name\": \"livebinders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lastpass.com\": {\"id\": 57717840076, \"app\": \"lastpass.com\", \"name\": \"lastpass.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bubbl.us\": {\"id\": 57717918355, \"app\": \"bubbl.us\", \"name\": \"bubbl.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"allmyfaves.com\": {\"id\": 57717914251, \"app\": \"allmyfaves.com\", \"name\": \"allmyfaves.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about.start.me\": {\"id\": 57717918351, \"app\": \"about.start.me\", \"name\": \"about.start.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"in.globoanuncio.com\": {\"id\": 57717734851, \"app\": \"in.globoanuncio.com\", \"name\": \"in.globoanuncio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"slickplan.com\": {\"id\": 57717658192, \"app\": \"slickplan.com\", \"name\": \"slickplan.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freeadsbook.com\": {\"id\": 57717709797, \"app\": \"freeadsbook.com\", \"name\": \"freeadsbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"livepositively.com\": {\"id\": 57717474835, \"app\": \"livepositively.com\", \"name\": \"livepositively.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"behance.net\": {\"id\": 57717467237, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"snippingtool\": {\"id\": 57716263682, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"metafilter.com\": {\"id\": 57717844216, \"app\": \"metafilter.com\", \"name\": \"metafilter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"adsyellowpages.com\": {\"id\": 57717709793, \"app\": \"adsyellowpages.com\", \"name\": \"adsyellowpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:49'),(1096,15,'2025-04-29','09:25:45','18:13:19',7.77889,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-29\", \"isOnline\": false, \"arrived\": \"2025-04-29 09:25:45\", \"left\": \"2025-04-29 18:13:19\", \"late\": true, \"onlineTime\": 28294, \"offlineTime\": 0, \"desktimeTime\": 28294, \"atWorkTime\": 31654, \"afterWorkTime\": 799, \"beforeWorkTime\": 0, \"productiveTime\": 28004, \"productivity\": 98.98, \"efficiency\": 103.72, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57742982136, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"glassdoor.co.in\": {\"id\": 57756715962, \"app\": \"glassdoor.co.in\", \"name\": \"glassdoor.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"0\": {\"desktime.com\": {\"id\": 57742982135, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}}, \"1\": {\"google.com\": {\"id\": 57743027563, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7845}, \"analytics.google.com\": {\"id\": 57743030838, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3945}, \"fairgaze.com\": {\"id\": 57743025758, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3433}, \"docs.google.com\": {\"id\": 57746380530, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2678}, \"google chrome\": {\"id\": 57743025757, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1479}, \"mun.fairgaze.com\": {\"id\": 57742982137, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1105}, \"m.fairgaze.com\": {\"id\": 57750303847, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 983}, \"chrome://settings\": {\"id\": 57743025759, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 969}, \"sdg.fairgaze.com\": {\"id\": 57753840869, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 569}, \"app.webpushr.com\": {\"id\": 57744655327, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 371}, \"windows explorer\": {\"id\": 57743198900, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 298}, \"admeducation.com\": {\"id\": 57744049197, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 293}, \"microsoft excel\": {\"id\": 57744442940, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 265}, \"chatgpt.com\": {\"id\": 57744172620, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"openstreetmap.org\": {\"id\": 57744362051, \"app\": \"openstreetmap.org\", \"name\": \"openstreetmap.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"notepad\": {\"id\": 57744153018, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 251}, \"unknown app\": {\"id\": 57743393667, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"knowyourmeme.com\": {\"id\": 57744080890, \"app\": \"knowyourmeme.com\", \"name\": \"knowyourmeme.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"kippee.com\": {\"id\": 57753812430, \"app\": \"kippee.com\", \"name\": \"kippee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"microsoft outlook\": {\"id\": 57743645174, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"hrez.crystalhues.in\": {\"id\": 57743030840, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"getpocket.com\": {\"id\": 57747068929, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"seokhazana.com\": {\"id\": 57746830381, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"microsoft word\": {\"id\": 57750745352, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"wallclassifieds.com\": {\"id\": 57746849597, \"app\": \"wallclassifieds.com\", \"name\": \"wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"crunchyroll.com\": {\"id\": 57744073642, \"app\": \"crunchyroll.com\", \"name\": \"crunchyroll.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"translate.google.co.in\": {\"id\": 57744180070, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"searchhost\": {\"id\": 57744153017, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"deepai.org\": {\"id\": 57750487296, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"bbs.boingboing.net\": {\"id\": 57744088099, \"app\": \"bbs.boingboing.net\", \"name\": \"bbs.boingboing.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"diigo.com\": {\"id\": 57751275381, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"expatriates.com\": {\"id\": 57746962100, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"web.whatsapp.com\": {\"id\": 57744250679, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"smashwords.com\": {\"id\": 57744128251, \"app\": \"smashwords.com\", \"name\": \"smashwords.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"x.com\": {\"id\": 57751426779, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"delhi.indads.in\": {\"id\": 57746937534, \"app\": \"delhi.indads.in\", \"name\": \"delhi.indads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"shellexperiencehost\": {\"id\": 57743024031, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"searchingurgaon.com\": {\"id\": 57753824571, \"app\": \"searchingurgaon.com\", \"name\": \"searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"instapaper.com\": {\"id\": 57751234175, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"linkedin.com\": {\"id\": 57751379100, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"flipboard.com\": {\"id\": 57751324335, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"searchengineland.com\": {\"id\": 57751579020, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"microsoft paint\": {\"id\": 57750541877, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"search.google.com\": {\"id\": 57746819527, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"developers.google.com\": {\"id\": 57746808520, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"xoocal.com\": {\"id\": 57753812424, \"app\": \"xoocal.com\", \"name\": \"xoocal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"chrome://history\": {\"id\": 57743025760, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"slideshare.net\": {\"id\": 57747074616, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"google.co.in\": {\"id\": 57754100543, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"pearltrees.com\": {\"id\": 57747068928, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"one.com\": {\"id\": 57744124471, \"app\": \"one.com\", \"name\": \"one.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"marketingplatform.google.com\": {\"id\": 57746774607, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 57744117155, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"accounts.google.com\": {\"id\": 57744098804, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bing.com\": {\"id\": 57755739899, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"ambitionbox.com\": {\"id\": 57756710315, \"app\": \"ambitionbox.com\", \"name\": \"ambitionbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"myanimelist.net\": {\"id\": 57744120627, \"app\": \"myanimelist.net\", \"name\": \"myanimelist.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"bizmartindia.com\": {\"id\": 57753774413, \"app\": \"bizmartindia.com\", \"name\": \"bizmartindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 57751125777, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"plurk.com\": {\"id\": 57744275482, \"app\": \"plurk.com\", \"name\": \"plurk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"qna.habr.com\": {\"id\": 57744063393, \"app\": \"qna.habr.com\", \"name\": \"qna.habr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"story.wallclassifieds.com\": {\"id\": 57746932146, \"app\": \"story.wallclassifieds.com\", \"name\": \"story.wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"freeadstime.org\": {\"id\": 57746903736, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"blogs.findermaster.com\": {\"id\": 57746998147, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"findermaster.com\": {\"id\": 57746903735, \"app\": \"findermaster.com\", \"name\": \"findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"cityclassified.co.in\": {\"id\": 57746956306, \"app\": \"cityclassified.co.in\", \"name\": \"cityclassified.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"forums.lenovo.com\": {\"id\": 57744052578, \"app\": \"forums.lenovo.com\", \"name\": \"forums.lenovo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"fool.com\": {\"id\": 57744077156, \"app\": \"fool.com\", \"name\": \"fool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"indiadynamics.com\": {\"id\": 57753767960, \"app\": \"indiadynamics.com\", \"name\": \"indiadynamics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scoop.it\": {\"id\": 57747063248, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"imageresizer.com\": {\"id\": 57747063252, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gitlab.com\": {\"id\": 57747057215, \"app\": \"gitlab.com\", \"name\": \"gitlab.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about.gitlab.com\": {\"id\": 57747057223, \"app\": \"about.gitlab.com\", \"name\": \"about.gitlab.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"quikr.com\": {\"id\": 57746962099, \"app\": \"quikr.com\", \"name\": \"quikr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"webpushnotifications.com\": {\"id\": 57744651373, \"app\": \"webpushnotifications.com\", \"name\": \"webpushnotifications.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"prestashop.com\": {\"id\": 57744080887, \"app\": \"prestashop.com\", \"name\": \"prestashop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 57755739898, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"winstore.app\": {\"id\": 57753799807, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"pbworks.com\": {\"id\": 57747063245, \"app\": \"pbworks.com\", \"name\": \"pbworks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"article.classifiedsfactor.com\": {\"id\": 57747034236, \"app\": \"article.classifiedsfactor.com\", \"name\": \"article.classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"thisismyindia.com\": {\"id\": 57746932155, \"app\": \"thisismyindia.com\", \"name\": \"thisismyindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"indiaasisee.fairgaze.com\": {\"id\": 57745924846, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ww1.searchingurgaon.com\": {\"id\": 57755708583, \"app\": \"ww1.searchingurgaon.com\", \"name\": \"ww1.searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"myadmonster.com\": {\"id\": 57753761586, \"app\": \"myadmonster.com\", \"name\": \"myadmonster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hugedomains.com\": {\"id\": 57753767963, \"app\": \"hugedomains.com\", \"name\": \"hugedomains.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"yookalo.com\": {\"id\": 57747028664, \"app\": \"yookalo.com\", \"name\": \"yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifiedsfactor.com\": {\"id\": 57747034228, \"app\": \"classifiedsfactor.com\", \"name\": \"classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"animead.com\": {\"id\": 57747034240, \"app\": \"animead.com\", \"name\": \"animead.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ads.shopolop.com\": {\"id\": 57747034232, \"app\": \"ads.shopolop.com\", \"name\": \"ads.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"delhi.in.locan.to\": {\"id\": 57746932153, \"app\": \"delhi.in.locan.to\", \"name\": \"delhi.in.locan.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifiedsdekho.com\": {\"id\": 57746932147, \"app\": \"classifiedsdekho.com\", \"name\": \"classifiedsdekho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bloggersroad.com\": {\"id\": 57746926382, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"british-school.org\": {\"id\": 57745795803, \"app\": \"british-school.org\", \"name\": \"british-school.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wildernessdestinations.com\": {\"id\": 57745221251, \"app\": \"wildernessdestinations.com\", \"name\": \"wildernessdestinations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"metacafe.com\": {\"id\": 57744355096, \"app\": \"metacafe.com\", \"name\": \"metacafe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"zoho.com\": {\"id\": 57744149545, \"app\": \"zoho.com\", \"name\": \"zoho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"rectanglead.com\": {\"id\": 57746898349, \"app\": \"rectanglead.com\", \"name\": \"rectanglead.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:50'),(1097,15,'2025-04-30','09:27:39','18:13:29',7.53917,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-04-30\", \"isOnline\": false, \"arrived\": \"2025-04-30 09:27:39\", \"left\": \"2025-04-30 18:13:29\", \"late\": true, \"onlineTime\": 28421, \"offlineTime\": 0, \"desktimeTime\": 28421, \"atWorkTime\": 31550, \"afterWorkTime\": 809, \"beforeWorkTime\": 0, \"productiveTime\": 27141, \"productivity\": 95.49, \"efficiency\": 100.52, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"sedo.com\": {\"id\": 57771957465, \"app\": \"sedo.com\", \"name\": \"sedo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"mail.google.com\": {\"id\": 57771982146, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}}, \"0\": {\"desktime.com\": {\"id\": 57772539331, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 969}, \"makemytrip.com\": {\"id\": 57783444794, \"app\": \"makemytrip.com\", \"name\": \"makemytrip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}}, \"1\": {\"google.com\": {\"id\": 57771012770, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5155}, \"analytics.google.com\": {\"id\": 57770980863, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4778}, \"microsoft powerpoint\": {\"id\": 57772887615, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4411}, \"fairgaze.com\": {\"id\": 57770939578, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2580}, \"chrome://settings\": {\"id\": 57771019547, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1338}, \"mun.fairgaze.com\": {\"id\": 57770941951, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1302}, \"app.webpushr.com\": {\"id\": 57773279097, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1082}, \"google chrome\": {\"id\": 57770939580, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 763}, \"docs.google.com\": {\"id\": 57771329830, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 677}, \"answers.com\": {\"id\": 57772016181, \"app\": \"answers.com\", \"name\": \"answers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 639}, \"ms-teams\": {\"id\": 57772329224, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 540}, \"searchengineland.com\": {\"id\": 57772288240, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 477}, \"windows explorer\": {\"id\": 57770967798, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 465}, \"notepad\": {\"id\": 57771964842, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 341}, \"sdg.fairgaze.com\": {\"id\": 57770938029, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"chatgpt.com\": {\"id\": 57772979777, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"onlinent\": {\"id\": 57770993036, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 216}, \"microsoft outlook\": {\"id\": 57772310607, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 209}, \"linkedin.com\": {\"id\": 57783522841, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"futuregenapps.com\": {\"id\": 57771816662, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"unknown app\": {\"id\": 57771436174, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 122}, \"ja-blog.com\": {\"id\": 57771846110, \"app\": \"ja-blog.com\", \"name\": \"ja-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"flights.airindiaexpress.com\": {\"id\": 57783188668, \"app\": \"flights.airindiaexpress.com\", \"name\": \"flights.airindiaexpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"actoblog.com\": {\"id\": 57771839557, \"app\": \"actoblog.com\", \"name\": \"actoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"travel.airindia.com\": {\"id\": 57783315125, \"app\": \"travel.airindia.com\", \"name\": \"travel.airindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"web.whatsapp.com\": {\"id\": 57773275327, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"accounts.hatena.ne.jp\": {\"id\": 57771931026, \"app\": \"accounts.hatena.ne.jp\", \"name\": \"accounts.hatena.ne.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"lockapp\": {\"id\": 57781323710, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"shellexperiencehost\": {\"id\": 57770939579, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"airindia.com\": {\"id\": 57783282055, \"app\": \"airindia.com\", \"name\": \"airindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"hrez.crystalhues.in\": {\"id\": 57780406525, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": 57772883490, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"imageresizer.com\": {\"id\": 57777584744, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"airindiaexpress.com\": {\"id\": 57783253623, \"app\": \"airindiaexpress.com\", \"name\": \"airindiaexpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"wattpad.com\": {\"id\": 57772260709, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"dpl.gov.in\": {\"id\": 57783108965, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"gofindads.com\": {\"id\": 57773399987, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"admeducation.com\": {\"id\": 57772527085, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"azzablog.com\": {\"id\": 57771842909, \"app\": \"azzablog.com\", \"name\": \"azzablog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 57772321752, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"xing.com\": {\"id\": 57772016176, \"app\": \"xing.com\", \"name\": \"xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"x.com\": {\"id\": 57781612195, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 57777602850, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"howcube.com\": {\"id\": 57772009058, \"app\": \"howcube.com\", \"name\": \"howcube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"youtube.com\": {\"id\": 57781954569, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"profile.hatena.ne.jp\": {\"id\": 57771927647, \"app\": \"profile.hatena.ne.jp\", \"name\": \"profile.hatena.ne.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"blogunteer.com\": {\"id\": 57771839554, \"app\": \"blogunteer.com\", \"name\": \"blogunteer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"bloggazzo.com\": {\"id\": 57771833143, \"app\": \"bloggazzo.com\", \"name\": \"bloggazzo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"developers.google.com\": {\"id\": 57782096746, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"wscript\": {\"id\": 57777842382, \"app\": \"Wscript\", \"name\": \"Wscript\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"microsoft excel\": {\"id\": 57773275325, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"calculator.net\": {\"id\": 57772491088, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"flipboard.com\": {\"id\": 57771885486, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"m.fairgaze.com\": {\"id\": 57777681901, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"xoocal.com\": {\"id\": 57772531198, \"app\": \"xoocal.com\", \"name\": \"xoocal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"zoho.com\": {\"id\": 57772398652, \"app\": \"zoho.com\", \"name\": \"zoho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ww1.searchingurgaon.com\": {\"id\": 57772277234, \"app\": \"ww1.searchingurgaon.com\", \"name\": \"ww1.searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hatena.ne.jp\": {\"id\": 57771931023, \"app\": \"hatena.ne.jp\", \"name\": \"hatena.ne.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blog-eye.com\": {\"id\": 57771836209, \"app\": \"blog-eye.com\", \"name\": \"blog-eye.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:50'),(1098,15,'2025-05-02','09:25:44','20:36:01',7.55083,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-02\", \"isOnline\": false, \"arrived\": \"2025-05-02 09:25:44\", \"left\": \"2025-05-02 20:36:01\", \"late\": true, \"onlineTime\": 15197, \"offlineTime\": 12513, \"desktimeTime\": 27710, \"atWorkTime\": 40217, \"afterWorkTime\": 5009, \"beforeWorkTime\": 0, \"productiveTime\": 27183, \"productivity\": 98.1, \"efficiency\": 100.68, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57821764644, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"0\": {\"desktime.com\": {\"id\": 57814616198, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 511}}, \"1\": {\"laptop charging issue. i worked another laptop (offline time)\": {\"id\": 57828029486, \"app\": \"__OFFLINE__\", \"name\": \"Laptop charging issue. I worked another laptop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12513}, \"google.com\": {\"id\": 57814241291, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2907}, \"fairgaze.com\": {\"id\": 57814318449, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2651}, \"analytics.google.com\": {\"id\": 57814558401, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1620}, \"google chrome\": {\"id\": 57814214119, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1174}, \"microsoft powerpoint\": {\"id\": 57815118480, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1167}, \"chrome://settings\": {\"id\": 57814323493, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 863}, \"notepad\": {\"id\": 57815213931, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 543}, \"windows explorer\": {\"id\": 57814235902, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 471}, \"app.webpushr.com\": {\"id\": 57814908618, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 413}, \"admeducation.com\": {\"id\": 57815136043, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"mun.fairgaze.com\": {\"id\": 57814255072, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"hrez.crystalhues.in\": {\"id\": 57814298674, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"search.google.com\": {\"id\": 57823562131, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"microsoft outlook\": {\"id\": 57814239577, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 224}, \"ms-teams\": {\"id\": 57814629926, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"quikclassified.com\": {\"id\": 57815396324, \"app\": \"quikclassified.com\", \"name\": \"quikclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"bing.com\": {\"id\": 57814218467, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"translate.google.co.in\": {\"id\": 57815231889, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"sdg.fairgaze.com\": {\"id\": 57814606744, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"msedge\": {\"id\": 57814217188, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"pushwoosh.com\": {\"id\": 57822707950, \"app\": \"pushwoosh.com\", \"name\": \"pushwoosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"microsoft excel\": {\"id\": 57823040033, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"systemsettings\": {\"id\": 57821643214, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"shellexperiencehost\": {\"id\": 57814301656, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"traffictail.com\": {\"id\": 57815431987, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"buzzndeal.com\": {\"id\": 57815378472, \"app\": \"buzzndeal.com\", \"name\": \"buzzndeal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"chatgpt.com\": {\"id\": 57815225709, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"web-free-ads.com\": {\"id\": 57815341898, \"app\": \"web-free-ads.com\", \"name\": \"web-free-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"web.whatsapp.com\": {\"id\": 57815262266, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"crystalhues.com\": {\"id\": 57815193979, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"myadsclassified.com\": {\"id\": 57815357134, \"app\": \"myadsclassified.com\", \"name\": \"myadsclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 57815646152, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"google.co.in\": {\"id\": 57822811540, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"webpushnotifications.com\": {\"id\": 57822678877, \"app\": \"webpushnotifications.com\", \"name\": \"webpushnotifications.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"adproceed.com\": {\"id\": 57815175485, \"app\": \"adproceed.com\", \"name\": \"adproceed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"ebackpage.com\": {\"id\": 57815147952, \"app\": \"ebackpage.com\", \"name\": \"ebackpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"unknown app\": {\"id\": 57814338242, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"developers.google.com\": {\"id\": 57823562128, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"adslynk.com\": {\"id\": 57815172540, \"app\": \"adslynk.com\", \"name\": \"adslynk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"gumtree.com\": {\"id\": 57815147949, \"app\": \"gumtree.com\", \"name\": \"gumtree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"freeadsciti.com\": {\"id\": 57815331731, \"app\": \"freeadsciti.com\", \"name\": \"freeadsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"zamroo.com\": {\"id\": 57815184644, \"app\": \"zamroo.com\", \"name\": \"zamroo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"classifieds.webindia123.com\": {\"id\": 57815157430, \"app\": \"classifieds.webindia123.com\", \"name\": \"classifieds.webindia123.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"touchndial.com\": {\"id\": 57815325309, \"app\": \"touchndial.com\", \"name\": \"touchndial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"nevoie.com\": {\"id\": 57815291689, \"app\": \"nevoie.com\", \"name\": \"nevoie.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"askqbook.com\": {\"id\": 57815328669, \"app\": \"askqbook.com\", \"name\": \"askqbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"freeclassifiedssites.com\": {\"id\": 57815210425, \"app\": \"freeclassifiedssites.com\", \"name\": \"freeclassifiedssites.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"usadsciti.com\": {\"id\": 57815341896, \"app\": \"usadsciti.com\", \"name\": \"usadsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"muamat.com\": {\"id\": 57815275101, \"app\": \"muamat.com\", \"name\": \"muamat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"a2zclassified.com\": {\"id\": 57815335105, \"app\": \"a2zclassified.com\", \"name\": \"a2zclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"kahi.in\": {\"id\": 57815163992, \"app\": \"kahi.in\", \"name\": \"kahi.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classifieds.jagran.com\": {\"id\": 57815145192, \"app\": \"classifieds.jagran.com\", \"name\": \"classifieds.jagran.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chennaiclassic.com\": {\"id\": 57815178626, \"app\": \"chennaiclassic.com\", \"name\": \"chennaiclassic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"goibibo.com\": {\"id\": 57814212741, \"app\": \"goibibo.com\", \"name\": \"goibibo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bedpage.com\": {\"id\": 57815160662, \"app\": \"bedpage.com\", \"name\": \"bedpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lockapp\": {\"id\": 57824939065, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"gofindads.com\": {\"id\": 57823558105, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinejobsindia.net\": {\"id\": 57815365640, \"app\": \"onlinejobsindia.net\", \"name\": \"onlinejobsindia.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indiadynamics.com\": {\"id\": 57815374997, \"app\": \"indiadynamics.com\", \"name\": \"indiadynamics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hugedomains.com\": {\"id\": 57815389837, \"app\": \"hugedomains.com\", \"name\": \"hugedomains.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adskorner.com\": {\"id\": 57815369324, \"app\": \"adskorner.com\", \"name\": \"adskorner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"in.salenearn.com\": {\"id\": 57815288053, \"app\": \"in.salenearn.com\", \"name\": \"in.salenearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"localsclassified.in\": {\"id\": 57815207319, \"app\": \"localsclassified.in\", \"name\": \"localsclassified.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sacdesi.com\": {\"id\": 57815175481, \"app\": \"sacdesi.com\", \"name\": \"sacdesi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"helptobuynsell.in\": {\"id\": 57815167151, \"app\": \"helptobuynsell.in\", \"name\": \"helptobuynsell.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"expat.com\": {\"id\": 57815142357, \"app\": \"expat.com\", \"name\": \"expat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"diathermance.cfd\": {\"id\": 57815181557, \"app\": \"diathermance.cfd\", \"name\": \"diathermance.cfd\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"byjus.com\": {\"id\": 57815132871, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adsnity.in\": {\"id\": 57815163987, \"app\": \"adsnity.in\", \"name\": \"adsnity.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adrevu.com\": {\"id\": 57815169788, \"app\": \"adrevu.com\", \"name\": \"adrevu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ad.i1corner.com\": {\"id\": 57815167157, \"app\": \"ad.i1corner.com\", \"name\": \"ad.i1corner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 57828078658, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"classifieds4me.com\": {\"id\": 57815275097, \"app\": \"classifieds4me.com\", \"name\": \"classifieds4me.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:50'),(1099,15,'2025-05-03','09:41:28','21:30:55',4.46722,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-03\", \"isOnline\": false, \"arrived\": \"2025-05-03 09:41:28\", \"left\": \"2025-05-03 21:30:55\", \"late\": true, \"onlineTime\": 16190, \"offlineTime\": 0, \"desktimeTime\": 16190, \"atWorkTime\": 42567, \"afterWorkTime\": 1355, \"beforeWorkTime\": 0, \"productiveTime\": 16082, \"productivity\": 99.33, \"efficiency\": 59.56, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57834755494, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}}, \"0\": {\"desktime.com\": {\"id\": 57835074043, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}}, \"1\": {\"fairgaze.com\": {\"id\": 57834738419, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1989}, \"google.com\": {\"id\": 57834769202, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1872}, \"docs.google.com\": {\"id\": 57834756875, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1698}, \"analytics.google.com\": {\"id\": 57834745626, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1626}, \"microsoft powerpoint\": {\"id\": 57834800075, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1277}, \"google chrome\": {\"id\": 57834738418, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1043}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 57834864506, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 907}, \"ads.google.com\": {\"id\": 57835587543, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 879}, \"irctc.co.in\": {\"id\": 57837398857, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 715}, \"chrome://settings\": {\"id\": 57834950081, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 650}, \"ms-teams\": {\"id\": 57834849464, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 622}, \"app.webpushr.com\": {\"id\": 57834783963, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 604}, \"windows explorer\": {\"id\": 57834778725, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 490}, \"microsoft outlook\": {\"id\": 57834740878, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 409}, \"hrez.crystalhues.in\": {\"id\": 57834739167, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 250}, \"duplichecker.com\": {\"id\": 57834983846, \"app\": \"duplichecker.com\", \"name\": \"duplichecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"onlinent\": {\"id\": 57834742428, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"sdg.fairgaze.com\": {\"id\": 57834744827, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"login.microsoftonline.com\": {\"id\": 57834855353, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"taskmgr\": {\"id\": 57835822083, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"snippingtool\": {\"id\": 57835241193, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 57834798523, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"notepad\": {\"id\": 57834995709, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"shellexperiencehost\": {\"id\": 57834779641, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"microsoft365.com\": {\"id\": 57834820247, \"app\": \"microsoft365.com\", \"name\": \"microsoft365.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"web.whatsapp.com\": {\"id\": 57834782997, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"google.co.in\": {\"id\": 57835577822, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"searchhost\": {\"id\": 57834798524, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 57834820248, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"msedgewebview2\": {\"id\": 57835273932, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"business.google.com\": {\"id\": 57834966039, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"mun.fairgaze.com\": {\"id\": 57834744828, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"instapaper.com\": {\"id\": 57835541223, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"getpocket.com\": {\"id\": 57835541222, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"quillbot.com\": {\"id\": 57834982153, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 57834756170, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchengineland.com\": {\"id\": 57834791304, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"developers.google.com\": {\"id\": 57834772727, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"locanto.ca\": {\"id\": 57835542179, \"app\": \"locanto.ca\", \"name\": \"locanto.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"voiceovergrid.com\": {\"id\": 57835576920, \"app\": \"voiceovergrid.com\", \"name\": \"voiceovergrid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"apsense.com\": {\"id\": 57835583897, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"systemsettings\": {\"id\": 57835183777, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"go.microsoft.com\": {\"id\": 57834820246, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:51'),(1100,15,'2025-05-05','08:01:19','17:43:22',6.62056,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-05\", \"isOnline\": false, \"arrived\": \"2025-05-05 08:01:19\", \"left\": \"2025-05-05 17:43:22\", \"late\": true, \"onlineTime\": 24019, \"offlineTime\": 0, \"desktimeTime\": 24019, \"atWorkTime\": 34923, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 23834, \"productivity\": 99.23, \"efficiency\": 88.27, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57845480863, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"deviantart.com\": {\"id\": 57841509358, \"app\": \"deviantart.com\", \"name\": \"deviantart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": {\"desktime.com\": {\"id\": 57844112495, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}}, \"1\": {\"google.com\": {\"id\": 57841161866, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5377}, \"google chrome\": {\"id\": 57841033616, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2360}, \"fairgaze.com\": {\"id\": 57841162761, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2347}, \"docs.google.com\": {\"id\": 57845486217, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1749}, \"analytics.google.com\": {\"id\": 57841033625, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1478}, \"chrome://settings\": {\"id\": 57841659665, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 862}, \"qowap.com\": {\"id\": 57842410863, \"app\": \"qowap.com\", \"name\": \"qowap.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 637}, \"digitalwebavenue.com\": {\"id\": 57841191746, \"app\": \"digitalwebavenue.com\", \"name\": \"digitalwebavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 633}, \"lockapp\": {\"id\": 57845113217, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 611}, \"shellexperiencehost\": {\"id\": 57841035034, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 530}, \"chatgpt.com\": {\"id\": 57841214022, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 496}, \"sdg.fairgaze.com\": {\"id\": 57841361715, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 479}, \"app.webpushr.com\": {\"id\": 57841199697, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 463}, \"mun.fairgaze.com\": {\"id\": 57846154821, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}, \"notepad\": {\"id\": 57841527647, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 365}, \"admeducation.com\": {\"id\": 57846634743, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}, \"microsoft outlook\": {\"id\": 57841033617, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 344}, \"wikidot.com\": {\"id\": 57841492652, \"app\": \"wikidot.com\", \"name\": \"wikidot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 331}, \"windows explorer\": {\"id\": 57841159592, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 321}, \"m.fairgaze.com\": {\"id\": 57842493057, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"4shared.com\": {\"id\": 57841257955, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"translate.google.co.in\": {\"id\": 57841539893, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"justpaste.it\": {\"id\": 57846523016, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 242}, \"disqus.com\": {\"id\": 57841319719, \"app\": \"disqus.com\", \"name\": \"disqus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"developers.google.com\": {\"id\": 57841298742, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"hrez.crystalhues.in\": {\"id\": 57841038510, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"tblogz.com\": {\"id\": 57844117189, \"app\": \"tblogz.com\", \"name\": \"tblogz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"getpocket.com\": {\"id\": 57841286030, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"ampedpages.com\": {\"id\": 57841514204, \"app\": \"ampedpages.com\", \"name\": \"ampedpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"unknown app\": {\"id\": 57841033615, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"blogger.com\": {\"id\": 57846417280, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"expatriates.com\": {\"id\": 57846227133, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"codecademy.com\": {\"id\": 57841798559, \"app\": \"codecademy.com\", \"name\": \"codecademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"ms-teams\": {\"id\": 57841419809, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"classifiedads.com\": {\"id\": 57846278654, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"issuu.com\": {\"id\": 57841193706, \"app\": \"issuu.com\", \"name\": \"issuu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"hot-web-ads.com\": {\"id\": 57846321853, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"imgur.com\": {\"id\": 57846463162, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"change.org\": {\"id\": 57841253339, \"app\": \"change.org\", \"name\": \"change.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"freeclassifieds4u.in\": {\"id\": 57846724475, \"app\": \"freeclassifieds4u.in\", \"name\": \"freeclassifieds4u.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"click.in\": {\"id\": 57846201055, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"dbblog.net\": {\"id\": 57841515690, \"app\": \"dbblog.net\", \"name\": \"dbblog.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"flipboard.com\": {\"id\": 57846561718, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"askmeclassifieds.com\": {\"id\": 57846644686, \"app\": \"askmeclassifieds.com\", \"name\": \"askmeclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"linkedin.com\": {\"id\": 57850745281, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"youpost.org\": {\"id\": 57846883461, \"app\": \"youpost.org\", \"name\": \"youpost.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"x.com\": {\"id\": 57850841585, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"blogminds.com\": {\"id\": 57841505898, \"app\": \"blogminds.com\", \"name\": \"blogminds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"everplaces.com\": {\"id\": 57841497339, \"app\": \"everplaces.com\", \"name\": \"everplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"msedge\": {\"id\": 57846824806, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"fairgaze.blogspot.com\": {\"id\": 57846463154, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"web.whatsapp.com\": {\"id\": 57841198813, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"locanto.me\": {\"id\": 57846273304, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"apsense.com\": {\"id\": 57850678778, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"about:blank\": {\"id\": 57850339032, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"indiadynamics.com\": {\"id\": 57846664629, \"app\": \"indiadynamics.com\", \"name\": \"indiadynamics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"blog.shopolop.com\": {\"id\": 57841488183, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"pushalert.co\": {\"id\": 57841211156, \"app\": \"pushalert.co\", \"name\": \"pushalert.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"cityclassified.co.in\": {\"id\": 57846756760, \"app\": \"cityclassified.co.in\", \"name\": \"cityclassified.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"callupcontact.com\": {\"id\": 57841500888, \"app\": \"callupcontact.com\", \"name\": \"callupcontact.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"gab.com\": {\"id\": 57850645068, \"app\": \"gab.com\", \"name\": \"gab.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"bloglovin.com\": {\"id\": 57850661817, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"searchhost\": {\"id\": 57841525915, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"aioblogs.com\": {\"id\": 57845377479, \"app\": \"aioblogs.com\", \"name\": \"aioblogs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 57841483663, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"behance.net\": {\"id\": 57850645073, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"full-design.com\": {\"id\": 57841512496, \"app\": \"full-design.com\", \"name\": \"full-design.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"classifiedsfactor.com\": {\"id\": 57841486765, \"app\": \"classifiedsfactor.com\", \"name\": \"classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"web-free-ads.com\": {\"id\": 57846684529, \"app\": \"web-free-ads.com\", \"name\": \"web-free-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"koolbusiness.com\": {\"id\": 57846654411, \"app\": \"koolbusiness.com\", \"name\": \"koolbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"blogdon.net\": {\"id\": 57845387858, \"app\": \"blogdon.net\", \"name\": \"blogdon.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"tinyblogging.com\": {\"id\": 57841522555, \"app\": \"tinyblogging.com\", \"name\": \"tinyblogging.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"isblog.net\": {\"id\": 57850327334, \"app\": \"isblog.net\", \"name\": \"isblog.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"wallclassifieds.com\": {\"id\": 57841486762, \"app\": \"wallclassifieds.com\", \"name\": \"wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"in.enrollbusiness.com\": {\"id\": 57841504138, \"app\": \"in.enrollbusiness.com\", \"name\": \"in.enrollbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"dribbble.com\": {\"id\": 57850690571, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"a2zclassified.com\": {\"id\": 57846809456, \"app\": \"a2zclassified.com\", \"name\": \"a2zclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"archive.org\": {\"id\": 57841192647, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"github.com\": {\"id\": 57850656200, \"app\": \"github.com\", \"name\": \"github.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ww1.classifiedadindia.com\": {\"id\": 57846761953, \"app\": \"ww1.classifiedadindia.com\", \"name\": \"ww1.classifiedadindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"postonlineads.com\": {\"id\": 57846679758, \"app\": \"postonlineads.com\", \"name\": \"postonlineads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"india.sebule.com\": {\"id\": 57846714942, \"app\": \"india.sebule.com\", \"name\": \"india.sebule.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ibackpage.com\": {\"id\": 57846709769, \"app\": \"ibackpage.com\", \"name\": \"ibackpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classifiedexpert.com\": {\"id\": 57846746719, \"app\": \"classifiedexpert.com\", \"name\": \"classifiedexpert.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ezclassifiedads.com\": {\"id\": 57846654408, \"app\": \"ezclassifiedads.com\", \"name\": \"ezclassifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bingplaces.com\": {\"id\": 57841495813, \"app\": \"bingplaces.com\", \"name\": \"bingplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"innetads.com\": {\"id\": 57846779270, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"epageindia.com\": {\"id\": 57846799801, \"app\": \"epageindia.com\", \"name\": \"epageindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"adclassified.in\": {\"id\": 57846779277, \"app\": \"adclassified.in\", \"name\": \"adclassified.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"classified4free.net\": {\"id\": 57846649239, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mediapost.com\": {\"id\": 57841492649, \"app\": \"mediapost.com\", \"name\": \"mediapost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"copilot\": {\"id\": 57853609319, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"heroclassifieds.com\": {\"id\": 57846809453, \"app\": \"heroclassifieds.com\", \"name\": \"heroclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ww7.selfiads.com\": {\"id\": 57846699503, \"app\": \"ww7.selfiads.com\", \"name\": \"ww7.selfiads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ww7.freeforads.com\": {\"id\": 57846751793, \"app\": \"ww7.freeforads.com\", \"name\": \"ww7.freeforads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tcnext.com\": {\"id\": 57846789729, \"app\": \"tcnext.com\", \"name\": \"tcnext.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"rackons.com\": {\"id\": 57846704692, \"app\": \"rackons.com\", \"name\": \"rackons.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mumbaiclassic.com\": {\"id\": 57846789731, \"app\": \"mumbaiclassic.com\", \"name\": \"mumbaiclassic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indianweb.com\": {\"id\": 57846684517, \"app\": \"indianweb.com\", \"name\": \"indianweb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indiansclassifieds.com\": {\"id\": 57846784522, \"app\": \"indiansclassifieds.com\", \"name\": \"indiansclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"h1ad.com\": {\"id\": 57846709771, \"app\": \"h1ad.com\", \"name\": \"h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freeadsonline.biz\": {\"id\": 57846694515, \"app\": \"freeadsonline.biz\", \"name\": \"freeadsonline.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freeadsinindia.in\": {\"id\": 57846799799, \"app\": \"freeadsinindia.in\", \"name\": \"freeadsinindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"delhionline.in\": {\"id\": 57846774026, \"app\": \"delhionline.in\", \"name\": \"delhionline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifiedadindia.com\": {\"id\": 57846751791, \"app\": \"classifiedadindia.com\", \"name\": \"classifiedadindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adskorner.com\": {\"id\": 57846699499, \"app\": \"adskorner.com\", \"name\": \"adskorner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adresourcechannel.com\": {\"id\": 57846779272, \"app\": \"adresourcechannel.com\", \"name\": \"adresourcechannel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adpost4u.com\": {\"id\": 57846699495, \"app\": \"adpost4u.com\", \"name\": \"adpost4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"unolist.in\": {\"id\": 57846644681, \"app\": \"unolist.in\", \"name\": \"unolist.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ad-mart.co.uk\": {\"id\": 57846639633, \"app\": \"ad-mart.co.uk\", \"name\": \"ad-mart.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"traffictail.com\": {\"id\": 57845475276, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mybjjblog.com\": {\"id\": 57845123371, \"app\": \"mybjjblog.com\", \"name\": \"mybjjblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"box.com\": {\"id\": 57841522554, \"app\": \"box.com\", \"name\": \"box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"indiamart.com\": {\"id\": 57841497337, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dpreview.com\": {\"id\": 57841482230, \"app\": \"dpreview.com\", \"name\": \"dpreview.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ads.digitalmarketinghints.com\": {\"id\": 57841488181, \"app\": \"ads.digitalmarketinghints.com\", \"name\": \"ads.digitalmarketinghints.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"usaonlineclassifieds.com\": {\"id\": 57846664625, \"app\": \"usaonlineclassifieds.com\", \"name\": \"usaonlineclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"freeprachar.com\": {\"id\": 57846669601, \"app\": \"freeprachar.com\", \"name\": \"freeprachar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"gofindads.com\": {\"id\": 57845475280, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:51'),(1101,15,'2025-05-06','10:34:34','20:17:31',7.81806,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-06\", \"isOnline\": false, \"arrived\": \"2025-05-06 10:34:34\", \"left\": \"2025-05-06 20:17:31\", \"late\": true, \"onlineTime\": 25157, \"offlineTime\": 3338, \"desktimeTime\": 28495, \"atWorkTime\": 34977, \"afterWorkTime\": 4266, \"beforeWorkTime\": 0, \"productiveTime\": 28145, \"productivity\": 98.77, \"efficiency\": 104.24, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 57871003919, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}}, \"0\": {\"desktime.com\": {\"id\": 57869311857, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 285}}, \"1\": {\"google.com\": {\"id\": 57869052172, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4722}, \"desktime is not working (offline time)\": {\"id\": 57886807692, \"app\": \"__OFFLINE__\", \"name\": \"desktime is not working\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3338}, \"microsoft word\": {\"id\": 57871168518, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3139}, \"fairgaze.com\": {\"id\": 57869052173, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3029}, \"analytics.google.com\": {\"id\": 57869184773, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2726}, \"microsoft outlook\": {\"id\": 57869640317, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1065}, \"mun.fairgaze.com\": {\"id\": 57869384128, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1061}, \"google chrome\": {\"id\": 57869055172, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1045}, \"sdg.fairgaze.com\": {\"id\": 57869308543, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 956}, \"search.google.com\": {\"id\": 57869814645, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 755}, \"ads.google.com\": {\"id\": 57876669358, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 744}, \"docs.google.com\": {\"id\": 57870109268, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 738}, \"chrome://settings\": {\"id\": 57869052175, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 581}, \"chatgpt.com\": {\"id\": 57870100204, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 531}, \"m.fairgaze.com\": {\"id\": 57869907515, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 493}, \"app.webpushr.com\": {\"id\": 57870144843, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 447}, \"ms-teams\": {\"id\": 57869049079, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 349}, \"tunein.com\": {\"id\": 57878966641, \"app\": \"tunein.com\", \"name\": \"tunein.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 344}, \"windows explorer\": {\"id\": 57869128761, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 291}, \"bestdelegate.com\": {\"id\": 57877428433, \"app\": \"bestdelegate.com\", \"name\": \"bestdelegate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 281}, \"oclicker.com\": {\"id\": 57869655826, \"app\": \"oclicker.com\", \"name\": \"oclicker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"neilpatel.com\": {\"id\": 57878541528, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"support.google.com\": {\"id\": 57870190560, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"admeducation.com\": {\"id\": 57869604377, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"microsoft powerpoint\": {\"id\": 57876483131, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"wisemee.com\": {\"id\": 57879059458, \"app\": \"wisemee.com\", \"name\": \"wisemee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"hrez.crystalhues.in\": {\"id\": 57869621874, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"openai.com\": {\"id\": 57869923726, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"shellexperiencehost\": {\"id\": 57869958456, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"app.neilpatel.com\": {\"id\": 57878802174, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"quillbot.com\": {\"id\": 57869962598, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"jobiba.com\": {\"id\": 57870654304, \"app\": \"jobiba.com\", \"name\": \"jobiba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"unknown app\": {\"id\": 57869094502, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"gofindads.com\": {\"id\": 57870040661, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"about:blank\": {\"id\": 57869853275, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"developers.google.com\": {\"id\": 57869810606, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"marketingplatform.google.com\": {\"id\": 57869853268, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"indiaisus.com\": {\"id\": 57879469281, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"searchingurgaon.com\": {\"id\": 57876100954, \"app\": \"searchingurgaon.com\", \"name\": \"searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"app.aiprm.com\": {\"id\": 57870100208, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"msedge\": {\"id\": 57880304025, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"getpocket.com\": {\"id\": 57870972708, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"futuregenapps.com\": {\"id\": 57871047303, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"cdc.gov\": {\"id\": 57873010587, \"app\": \"cdc.gov\", \"name\": \"cdc.gov\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"pushalert.co\": {\"id\": 57870140422, \"app\": \"pushalert.co\", \"name\": \"pushalert.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedgewebview2\": {\"id\": 57872604288, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"4shared.com\": {\"id\": 57871162904, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"taskmgr\": {\"id\": 57875549623, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"indiaza.net\": {\"id\": 57870905047, \"app\": \"indiaza.net\", \"name\": \"indiaza.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"instapaper.com\": {\"id\": 57879463110, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"diigo.com\": {\"id\": 57878923235, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 57871168516, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"reg.ru\": {\"id\": 57870899521, \"app\": \"reg.ru\", \"name\": \"reg.ru\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchengineland.com\": {\"id\": 57870649079, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"princeclassified.com\": {\"id\": 57869713887, \"app\": \"princeclassified.com\", \"name\": \"princeclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"xoocal.com\": {\"id\": 57870915683, \"app\": \"xoocal.com\", \"name\": \"xoocal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 57869600939, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"sdg.fairgaze.comhttps\": {\"id\": 57878910360, \"app\": \"sdg.fairgaze.comhttps\", \"name\": \"sdg.fairgaze.comhttps\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"justpaste.it\": {\"id\": 57870937960, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"web.whatsapp.com\": {\"id\": 57879604515, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"sell.com\": {\"id\": 57869637090, \"app\": \"sell.com\", \"name\": \"sell.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"indiaasisee.fairgaze.com\": {\"id\": 57874464113, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adskorner.com\": {\"id\": 57870910505, \"app\": \"adskorner.com\", \"name\": \"adskorner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classifiedads.com\": {\"id\": 57869633405, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"onlinent\": {\"id\": 57880133007, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"happymenstruation.fairgaze.com\": {\"id\": 57880271224, \"app\": \"happymenstruation.fairgaze.com\", \"name\": \"happymenstruation.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tipmine.com\": {\"id\": 57878966639, \"app\": \"tipmine.com\", \"name\": \"tipmine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scoop.it\": {\"id\": 57878923239, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"business.google.com\": {\"id\": 57876669357, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"embracing-global-cultures-through-understanding-the-jallianwala-bagh-massacre.html\": {\"id\": 57875369689, \"app\": \"embracing-global-cultures-through-understanding-the-jallianwala-bagh-massacre.html\", \"name\": \"embracing-global-cultures-through-understanding-the-jallianwala-bagh-massacre.html\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"emoment.net\": {\"id\": 57870910506, \"app\": \"emoment.net\", \"name\": \"emoment.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"expat.com\": {\"id\": 57869702434, \"app\": \"expat.com\", \"name\": \"expat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ww7.searchingurgaon.com\": {\"id\": 57876117057, \"app\": \"ww7.searchingurgaon.com\", \"name\": \"ww7.searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:52'),(1102,15,'2025-05-07',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-07\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 10:51:52'),(1103,15,'2025-05-08',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-08\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 10:51:53'),(1104,15,'2025-05-09','08:12:14','18:57:25',4.43111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-09\", \"isOnline\": false, \"arrived\": \"2025-05-09 08:12:14\", \"left\": \"2025-05-09 18:57:25\", \"late\": true, \"onlineTime\": 16057, \"offlineTime\": 0, \"desktimeTime\": 16057, \"atWorkTime\": 38711, \"afterWorkTime\": 2938, \"beforeWorkTime\": 0, \"productiveTime\": 15952, \"productivity\": 99.35, \"efficiency\": 59.08, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"last.fm\": {\"id\": 57963384519, \"app\": \"last.fm\", \"name\": \"last.fm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"twitch.tv\": {\"id\": 57963493946, \"app\": \"twitch.tv\", \"name\": \"twitch.tv\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"pinterest.com\": {\"id\": 57950944196, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"mail.google.com\": {\"id\": 57950768529, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ask.fm\": {\"id\": 57961718898, \"app\": \"ask.fm\", \"name\": \"ask.fm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"afternic.com\": {\"id\": 57963363031, \"app\": \"afternic.com\", \"name\": \"afternic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 57950764719, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}}, \"1\": {\"google.com\": {\"id\": 57950845425, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2990}, \"irctc.co.in\": {\"id\": 57962280429, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2100}, \"admeducation.com\": {\"id\": 57952627401, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1720}, \"analytics.google.com\": {\"id\": 57950773413, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1236}, \"google chrome\": {\"id\": 57950772341, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 963}, \"microsoft outlook\": {\"id\": 57950768530, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 720}, \"mun.fairgaze.com\": {\"id\": 57950778615, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 667}, \"chrome://settings\": {\"id\": 57950846302, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 528}, \"m.fairgaze.com\": {\"id\": 57950945345, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 334}, \"instapaper.com\": {\"id\": 57950815155, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 330}, \"muamat.com\": {\"id\": 57962064585, \"app\": \"muamat.com\", \"name\": \"muamat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"mypetads.com\": {\"id\": 57961878363, \"app\": \"mypetads.com\", \"name\": \"mypetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"windows explorer\": {\"id\": 57950764716, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 215}, \"freeclassifiedssites.com\": {\"id\": 57961973250, \"app\": \"freeclassifiedssites.com\", \"name\": \"freeclassifiedssites.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"hrez.crystalhues.in\": {\"id\": 57950762827, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"cruzroja.es\": {\"id\": 57963034572, \"app\": \"cruzroja.es\", \"name\": \"cruzroja.es\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"x.com\": {\"id\": 57952432610, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"search.google.com\": {\"id\": 57951553892, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"slsl.lithium.com\": {\"id\": 57962590615, \"app\": \"slsl.lithium.com\", \"name\": \"slsl.lithium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"getpocket.com\": {\"id\": 57950779585, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"lockapp\": {\"id\": 57951393243, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"unknown app\": {\"id\": 57950942104, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"fairgaze.com\": {\"id\": 57950766553, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"community.linksys.com\": {\"id\": 57962866026, \"app\": \"community.linksys.com\", \"name\": \"community.linksys.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"catchthemes.com\": {\"id\": 57962707607, \"app\": \"catchthemes.com\", \"name\": \"catchthemes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"ixigo.com\": {\"id\": 57962534077, \"app\": \"ixigo.com\", \"name\": \"ixigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"futuregenapps.com\": {\"id\": 57952732100, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"creativemornings.com\": {\"id\": 57962702257, \"app\": \"creativemornings.com\", \"name\": \"creativemornings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"bookcrossing.com\": {\"id\": 57963130230, \"app\": \"bookcrossing.com\", \"name\": \"bookcrossing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"metacafe.com\": {\"id\": 57961746639, \"app\": \"metacafe.com\", \"name\": \"metacafe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"rackons.com\": {\"id\": 57952673006, \"app\": \"rackons.com\", \"name\": \"rackons.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"byjus.com\": {\"id\": 57950785933, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"app.webpushr.com\": {\"id\": 57952525524, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"freeads24.eu\": {\"id\": 57961891942, \"app\": \"freeads24.eu\", \"name\": \"freeads24.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"mypaper.pchome.com.tw\": {\"id\": 57962460379, \"app\": \"mypaper.pchome.com.tw\", \"name\": \"mypaper.pchome.com.tw\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"postonlineads.com\": {\"id\": 57961964276, \"app\": \"postonlineads.com\", \"name\": \"postonlineads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"ms-teams\": {\"id\": 57950774266, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"jobs.newtimes.co.rw\": {\"id\": 57962471804, \"app\": \"jobs.newtimes.co.rw\", \"name\": \"jobs.newtimes.co.rw\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"citynews.com\": {\"id\": 57962105366, \"app\": \"citynews.com\", \"name\": \"citynews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"postallads4free.com\": {\"id\": 57952635091, \"app\": \"postallads4free.com\", \"name\": \"postallads4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"localsclassified.in\": {\"id\": 57962081462, \"app\": \"localsclassified.in\", \"name\": \"localsclassified.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"10dayads.com\": {\"id\": 57952630885, \"app\": \"10dayads.com\", \"name\": \"10dayads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"ezclassifiedads.com\": {\"id\": 57961933590, \"app\": \"ezclassifiedads.com\", \"name\": \"ezclassifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"developers.google.com\": {\"id\": 57950825297, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"kickstarter.com\": {\"id\": 57963395410, \"app\": \"kickstarter.com\", \"name\": \"kickstarter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"shellhost\": {\"id\": 57950763736, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"flipboard.com\": {\"id\": 57961724926, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"ologames.com\": {\"id\": 57952757034, \"app\": \"ologames.com\", \"name\": \"ologames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"bbpress.org\": {\"id\": 57962987735, \"app\": \"bbpress.org\", \"name\": \"bbpress.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"blog.rackons.in\": {\"id\": 57952696808, \"app\": \"blog.rackons.in\", \"name\": \"blog.rackons.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"godaddy.com\": {\"id\": 57961921986, \"app\": \"godaddy.com\", \"name\": \"godaddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"apsense.com\": {\"id\": 57951454169, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"murmur-dev.csail.mit.edu\": {\"id\": 57963368368, \"app\": \"murmur-dev.csail.mit.edu\", \"name\": \"murmur-dev.csail.mit.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"hot-web-ads.com\": {\"id\": 57952662624, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"indads.in\": {\"id\": 57962111287, \"app\": \"indads.in\", \"name\": \"indads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"play.eslgaming.com\": {\"id\": 57961786878, \"app\": \"play.eslgaming.com\", \"name\": \"play.eslgaming.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"camera\": {\"id\": 57952704619, \"app\": \"Camera\", \"name\": \"Camera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"sdg.fairgaze.com\": {\"id\": 57950790889, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"reincubate.com\": {\"id\": 57962800762, \"app\": \"reincubate.com\", \"name\": \"reincubate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"vilaxads.com\": {\"id\": 57962014152, \"app\": \"vilaxads.com\", \"name\": \"vilaxads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 57951195324, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"traffictail.com\": {\"id\": 57950943140, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"blog.shopolop.com\": {\"id\": 57952757031, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 57950771355, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"netwerk.autoblog.nl\": {\"id\": 57962753541, \"app\": \"netwerk.autoblog.nl\", \"name\": \"netwerk.autoblog.nl\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"video.fc2.com\": {\"id\": 57962678683, \"app\": \"video.fc2.com\", \"name\": \"video.fc2.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bloggingqna.cgsociety.org\": {\"id\": 57962713367, \"app\": \"bloggingqna.cgsociety.org\", \"name\": \"bloggingqna.cgsociety.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"armorgames.com\": {\"id\": 57961781834, \"app\": \"armorgames.com\", \"name\": \"armorgames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"web.whatsapp.com\": {\"id\": 57952521562, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"edublogs.org\": {\"id\": 57963442604, \"app\": \"edublogs.org\", \"name\": \"edublogs.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"classifieds4me.com\": {\"id\": 57962042308, \"app\": \"classifieds4me.com\", \"name\": \"classifieds4me.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"freeadsciti.com\": {\"id\": 57961927837, \"app\": \"freeadsciti.com\", \"name\": \"freeadsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiegogo.com\": {\"id\": 57963405076, \"app\": \"indiegogo.com\", \"name\": \"indiegogo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"malayaliclassifieds.com\": {\"id\": 57962122071, \"app\": \"malayaliclassifieds.com\", \"name\": \"malayaliclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 57950765611, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"gust.com\": {\"id\": 57962969755, \"app\": \"gust.com\", \"name\": \"gust.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"jobs.thetab.com\": {\"id\": 57962832824, \"app\": \"jobs.thetab.com\", \"name\": \"jobs.thetab.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"beforeitsnews.com\": {\"id\": 57962800767, \"app\": \"beforeitsnews.com\", \"name\": \"beforeitsnews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"liveinternet.ru\": {\"id\": 57963410427, \"app\": \"liveinternet.ru\", \"name\": \"liveinternet.ru\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"blog.freeadstime.org\": {\"id\": 57952753374, \"app\": \"blog.freeadstime.org\", \"name\": \"blog.freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bcall-global.bcgame.co\": {\"id\": 57962172578, \"app\": \"bcall-global.bcgame.co\", \"name\": \"bcall-global.bcgame.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"adoak.com\": {\"id\": 57961891939, \"app\": \"adoak.com\", \"name\": \"adoak.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"wikihow.com\": {\"id\": 57963357478, \"app\": \"wikihow.com\", \"name\": \"wikihow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"goodreads.com\": {\"id\": 57963416233, \"app\": \"goodreads.com\", \"name\": \"goodreads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"orcid.org\": {\"id\": 57963206345, \"app\": \"orcid.org\", \"name\": \"orcid.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tictail.com\": {\"id\": 57962448048, \"app\": \"tictail.com\", \"name\": \"tictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"article.classifiedsfactor.i\": {\"id\": 57962274931, \"app\": \"article.classifiedsfactor.i\", \"name\": \"article.classifiedsfactor.i\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"plurk.com\": {\"id\": 57961781829, \"app\": \"plurk.com\", \"name\": \"plurk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"locanto.ca\": {\"id\": 57950790892, \"app\": \"locanto.ca\", \"name\": \"locanto.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tunein.com\": {\"id\": 57950766551, \"app\": \"tunein.com\", \"name\": \"tunein.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"themirch.com\": {\"id\": 57963644500, \"app\": \"themirch.com\", \"name\": \"themirch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"ww17.heverge.com\": {\"id\": 57963410420, \"app\": \"ww17.heverge.com\", \"name\": \"ww17.heverge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"my.archdaily.com\": {\"id\": 57963437194, \"app\": \"my.archdaily.com\", \"name\": \"my.archdaily.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"dreamstime.com\": {\"id\": 57963363025, \"app\": \"dreamstime.com\", \"name\": \"dreamstime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"onmogul.com\": {\"id\": 57962806262, \"app\": \"onmogul.com\", \"name\": \"onmogul.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"ckeditor.com\": {\"id\": 57962753533, \"app\": \"ckeditor.com\", \"name\": \"ckeditor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"zoho.com\": {\"id\": 57961740840, \"app\": \"zoho.com\", \"name\": \"zoho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"oracle.com\": {\"id\": 57964883099, \"app\": \"oracle.com\", \"name\": \"oracle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"disqus.com\": {\"id\": 57963346871, \"app\": \"disqus.com\", \"name\": \"disqus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bloglovin.com\": {\"id\": 57963416227, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cycling74.com\": {\"id\": 57963252555, \"app\": \"cycling74.com\", \"name\": \"cycling74.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"construct.net\": {\"id\": 57963206347, \"app\": \"construct.net\", \"name\": \"construct.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"peacockroom.wayne.edu\": {\"id\": 57962964457, \"app\": \"peacockroom.wayne.edu\", \"name\": \"peacockroom.wayne.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"hackerrank.com\": {\"id\": 57963003442, \"app\": \"hackerrank.com\", \"name\": \"hackerrank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shop.app\": {\"id\": 57962501499, \"app\": \"shop.app\", \"name\": \"shop.app\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ello.co\": {\"id\": 57962495964, \"app\": \"ello.co\", \"name\": \"ello.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dreamwidth.org\": {\"id\": 57962454842, \"app\": \"dreamwidth.org\", \"name\": \"dreamwidth.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"spreaker.com\": {\"id\": 57962059239, \"app\": \"spreaker.com\", \"name\": \"spreaker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"xoocal.com\": {\"id\": 57962025766, \"app\": \"xoocal.com\", \"name\": \"xoocal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"story.wallclassifieds.comwww.article.classifiedsfactor.com\": {\"id\": 57952749256, \"app\": \"story.wallclassifieds.comwww.article.classifiedsfactor.com\", \"name\": \"story.wallclassifieds.comwww.article.classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 57952704616, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"twitter.com\": {\"id\": 57950790891, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"marketingplatform.google.com\": {\"id\": 57950763737, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"support.linksys.com\": {\"id\": 57962920413, \"app\": \"support.linksys.com\", \"name\": \"support.linksys.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"fimfiction.net\": {\"id\": 57962982228, \"app\": \"fimfiction.net\", \"name\": \"fimfiction.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"giveawayoftheday.com\": {\"id\": 57962426886, \"app\": \"giveawayoftheday.com\", \"name\": \"giveawayoftheday.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"sitesforads.com\": {\"id\": 57961996775, \"app\": \"sitesforads.com\", \"name\": \"sitesforads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"app.aiprm.com\": {\"id\": 57950767557, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"instructables.com\": {\"id\": 57964627619, \"app\": \"instructables.com\", \"name\": \"instructables.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wattpad.com\": {\"id\": 57963379124, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"us.community.sony.com\": {\"id\": 57963384512, \"app\": \"us.community.sony.com\", \"name\": \"us.community.sony.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"heverge.com\": {\"id\": 57963351907, \"app\": \"heverge.com\", \"name\": \"heverge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"behance.net\": {\"id\": 57963379129, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"turnkeylinux.org\": {\"id\": 57963008964, \"app\": \"turnkeylinux.org\", \"name\": \"turnkeylinux.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scirra.com\": {\"id\": 57962969761, \"app\": \"scirra.com\", \"name\": \"scirra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"couchsurfing.com\": {\"id\": 57962855055, \"app\": \"couchsurfing.com\", \"name\": \"couchsurfing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"8tracks.com\": {\"id\": 57962684480, \"app\": \"8tracks.com\", \"name\": \"8tracks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dzone.com\": {\"id\": 57962501501, \"app\": \"dzone.com\", \"name\": \"dzone.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"board.radionomy.com\": {\"id\": 57962501494, \"app\": \"board.radionomy.com\", \"name\": \"board.radionomy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"yumpu.com\": {\"id\": 57962411387, \"app\": \"yumpu.com\", \"name\": \"yumpu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"slides.com\": {\"id\": 57962432405, \"app\": \"slides.com\", \"name\": \"slides.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"intensedebate.com\": {\"id\": 57962438057, \"app\": \"intensedebate.com\", \"name\": \"intensedebate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ww7.sitesforads.com\": {\"id\": 57962047860, \"app\": \"ww7.sitesforads.com\", \"name\": \"ww7.sitesforads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bleacherreport.com\": {\"id\": 57962059235, \"app\": \"bleacherreport.com\", \"name\": \"bleacherreport.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adskeep.com\": {\"id\": 57961872298, \"app\": \"adskeep.com\", \"name\": \"adskeep.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"alphacoders.com\": {\"id\": 57961712840, \"app\": \"alphacoders.com\", \"name\": \"alphacoders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"story.wallclassifieds.com\": {\"id\": 57952745468, \"app\": \"story.wallclassifieds.com\", \"name\": \"story.wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adsciti.com\": {\"id\": 57952649835, \"app\": \"adsciti.com\", \"name\": \"adsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chatgpt.com\": {\"id\": 57950767556, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"addthis.com\": {\"id\": 57964627622, \"app\": \"addthis.com\", \"name\": \"addthis.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:53'),(1105,15,'2025-05-12',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-12\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 10:51:53'),(1106,15,'2025-05-13','09:26:10','20:56:15',7.81861,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-13\", \"isOnline\": false, \"arrived\": \"2025-05-13 09:26:10\", \"left\": \"2025-05-13 20:56:15\", \"late\": true, \"onlineTime\": 28230, \"offlineTime\": 0, \"desktimeTime\": 28230, \"atWorkTime\": 41405, \"afterWorkTime\": 1901, \"beforeWorkTime\": 0, \"productiveTime\": 28147, \"productivity\": 99.71, \"efficiency\": 104.25, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58017899384, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"last.fm\": {\"id\": 58010721290, \"app\": \"last.fm\", \"name\": \"last.fm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": {\"desktime.com\": {\"id\": 58012974207, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}}, \"1\": {\"google.com\": {\"id\": 58009323988, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10319}, \"fairgaze.com\": {\"id\": 58009320730, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4642}, \"analytics.google.com\": {\"id\": 58009380692, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3079}, \"google chrome\": {\"id\": 58009315937, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1991}, \"chrome://settings\": {\"id\": 58009407251, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1173}, \"digitalwebavenue.com\": {\"id\": 58009419114, \"app\": \"digitalwebavenue.com\", \"name\": \"digitalwebavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 893}, \"digiskillzz.com\": {\"id\": 58013105588, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 590}, \"microsoft outlook\": {\"id\": 58010013692, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 495}, \"sdg.fairgaze.com\": {\"id\": 58009734709, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 430}, \"windows explorer\": {\"id\": 58009309224, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 411}, \"hrez.crystalhues.in\": {\"id\": 58009327007, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"admeducation.com\": {\"id\": 58017363303, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 348}, \"neilpatel.com\": {\"id\": 58015431974, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 330}, \"mun.fairgaze.com\": {\"id\": 58009405731, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 302}, \"searchengineland.com\": {\"id\": 58013088115, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"indianreunited.net\": {\"id\": 58017218126, \"app\": \"indianreunited.net\", \"name\": \"indianreunited.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"ms-teams\": {\"id\": 58009310830, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"gre.ac.uk\": {\"id\": 58020470313, \"app\": \"gre.ac.uk\", \"name\": \"gre.ac.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"freewebads.us\": {\"id\": 58017331354, \"app\": \"freewebads.us\", \"name\": \"freewebads.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"classifieds4free.biz\": {\"id\": 58013461642, \"app\": \"classifieds4free.biz\", \"name\": \"classifieds4free.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"kippee.com\": {\"id\": 58013246675, \"app\": \"kippee.com\", \"name\": \"kippee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"lockapp\": {\"id\": 58009702658, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"scoop.it\": {\"id\": 58012997971, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"blogminds.com\": {\"id\": 58010889833, \"app\": \"blogminds.com\", \"name\": \"blogminds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"itsmyurls.com\": {\"id\": 58010733846, \"app\": \"itsmyurls.com\", \"name\": \"itsmyurls.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"notepad\": {\"id\": 58022646252, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"evernote.com\": {\"id\": 58009609467, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"xing.com\": {\"id\": 58009605381, \"app\": \"xing.com\", \"name\": \"xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"twarak.com\": {\"id\": 58013461648, \"app\": \"twarak.com\", \"name\": \"twarak.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"unknown app\": {\"id\": 58009538637, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"mpeblog.com\": {\"id\": 58013669004, \"app\": \"mpeblog.com\", \"name\": \"mpeblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"cityclassify.com\": {\"id\": 58013406472, \"app\": \"cityclassify.com\", \"name\": \"cityclassify.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"web.whatsapp.com\": {\"id\": 58009592606, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"koolbusiness.com\": {\"id\": 58013382037, \"app\": \"koolbusiness.com\", \"name\": \"koolbusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"onlinent\": {\"id\": 58012942402, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"seoptimer.com\": {\"id\": 58015383568, \"app\": \"seoptimer.com\", \"name\": \"seoptimer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"seositecheckup.com\": {\"id\": 58015402171, \"app\": \"seositecheckup.com\", \"name\": \"seositecheckup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"bloguetechno.com\": {\"id\": 58010861849, \"app\": \"bloguetechno.com\", \"name\": \"bloguetechno.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"shellexperiencehost\": {\"id\": 58009347587, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"nonconverging.lol\": {\"id\": 58017893248, \"app\": \"nonconverging.lol\", \"name\": \"nonconverging.lol\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"blogocial.com\": {\"id\": 58010838478, \"app\": \"blogocial.com\", \"name\": \"blogocial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"delhionline.in\": {\"id\": 58017383337, \"app\": \"delhionline.in\", \"name\": \"delhionline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"docs.google.com\": {\"id\": 58017905714, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"m.fairgaze.com\": {\"id\": 58018552067, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"diigo.com\": {\"id\": 58012924123, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"tinyblogging.com\": {\"id\": 58010941847, \"app\": \"tinyblogging.com\", \"name\": \"tinyblogging.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"adfreeposting.com\": {\"id\": 58013209159, \"app\": \"adfreeposting.com\", \"name\": \"adfreeposting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"exness.com\": {\"id\": 58017318429, \"app\": \"exness.com\", \"name\": \"exness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"freeadstime.org\": {\"id\": 58016889505, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"facebook.com\": {\"id\": 58016677492, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"classified4free.net\": {\"id\": 58013364364, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 58010489566, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"digishakti.up.gov.in\": {\"id\": 58016689692, \"app\": \"digishakti.up.gov.in\", \"name\": \"digishakti.up.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"instamojo.com\": {\"id\": 58010825144, \"app\": \"instamojo.com\", \"name\": \"instamojo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"onedrive\": {\"id\": 58009307711, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"aunetads.com\": {\"id\": 58013186774, \"app\": \"aunetads.com\", \"name\": \"aunetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"indiegogo.com\": {\"id\": 58011249039, \"app\": \"indiegogo.com\", \"name\": \"indiegogo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"expat.com\": {\"id\": 58013145734, \"app\": \"expat.com\", \"name\": \"expat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"hotfrog.sg\": {\"id\": 58010808174, \"app\": \"hotfrog.sg\", \"name\": \"hotfrog.sg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"ezclassifiedads.com\": {\"id\": 58013376264, \"app\": \"ezclassifiedads.com\", \"name\": \"ezclassifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"justlanded.com\": {\"id\": 58013151690, \"app\": \"justlanded.com\", \"name\": \"justlanded.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"admin.hotfrog.sg\": {\"id\": 58010820706, \"app\": \"admin.hotfrog.sg\", \"name\": \"admin.hotfrog.sg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about.me\": {\"id\": 58010721285, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"cbseguess.com\": {\"id\": 58023493786, \"app\": \"cbseguess.com\", \"name\": \"cbseguess.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onlyforads.com\": {\"id\": 58013593744, \"app\": \"onlyforads.com\", \"name\": \"onlyforads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"storeboard.com\": {\"id\": 58013163429, \"app\": \"storeboard.com\", \"name\": \"storeboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"global-free-classified-ads.com\": {\"id\": 58013111409, \"app\": \"global-free-classified-ads.com\", \"name\": \"global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"clickindia.com\": {\"id\": 58013116994, \"app\": \"clickindia.com\", \"name\": \"clickindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"classifieds.webindia123.com\": {\"id\": 58013145742, \"app\": \"classifieds.webindia123.com\", \"name\": \"classifieds.webindia123.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adpost.com\": {\"id\": 58013134646, \"app\": \"adpost.com\", \"name\": \"adpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onesmablog.com\": {\"id\": 58010849228, \"app\": \"onesmablog.com\", \"name\": \"onesmablog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"connect.symfony.com\": {\"id\": 58010803529, \"app\": \"connect.symfony.com\", \"name\": \"connect.symfony.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://whats-new\": {\"id\": 58009317427, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"classifieds4me.com\": {\"id\": 58013352075, \"app\": \"classifieds4me.com\", \"name\": \"classifieds4me.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"pearltrees.com\": {\"id\": 58012936503, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"pcc.delhipolice.gov.in\": {\"id\": 58012979958, \"app\": \"pcc.delhipolice.gov.in\", \"name\": \"pcc.delhipolice.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"marketingplatform.google.com\": {\"id\": 58022797242, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"citynews.com\": {\"id\": 58019806015, \"app\": \"citynews.com\", \"name\": \"citynews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58017905712, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"budu.com\": {\"id\": 58013593747, \"app\": \"budu.com\", \"name\": \"budu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pune.namanas.com\": {\"id\": 58013370120, \"app\": \"pune.namanas.com\", \"name\": \"pune.namanas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"doplim.in\": {\"id\": 58013437435, \"app\": \"doplim.in\", \"name\": \"doplim.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freeadsciti.com\": {\"id\": 58013240822, \"app\": \"freeadsciti.com\", \"name\": \"freeadsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sell.com\": {\"id\": 58013157655, \"app\": \"sell.com\", \"name\": \"sell.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"salespider.com\": {\"id\": 58013116996, \"app\": \"salespider.com\", \"name\": \"salespider.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"friday-ad.co.uk\": {\"id\": 58013123020, \"app\": \"friday-ad.co.uk\", \"name\": \"friday-ad.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adsciti.com\": {\"id\": 58013174483, \"app\": \"adsciti.com\", \"name\": \"adsciti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"instapaper.com\": {\"id\": 58012930576, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getpocket.com\": {\"id\": 58012936500, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cgmimm.com\": {\"id\": 58010830232, \"app\": \"cgmimm.com\", \"name\": \"cgmimm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogzet.com\": {\"id\": 58010885340, \"app\": \"blogzet.com\", \"name\": \"blogzet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"india.sebule.com\": {\"id\": 58013575719, \"app\": \"india.sebule.com\", \"name\": \"india.sebule.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"grandstanding.beauty\": {\"id\": 58013593749, \"app\": \"grandstanding.beauty\", \"name\": \"grandstanding.beauty\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"x.com\": {\"id\": 58016677489, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"657.s3.fr-par.scw.cloud\": {\"id\": 58013598816, \"app\": \"657.s3.fr-par.scw.cloud\", \"name\": \"657.s3.fr-par.scw.cloud\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ibackpage.com\": {\"id\": 58013443445, \"app\": \"ibackpage.com\", \"name\": \"ibackpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"r.zredirect.com\": {\"id\": 58013240824, \"app\": \"r.zredirect.com\", \"name\": \"r.zredirect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classtize.com\": {\"id\": 58013223120, \"app\": \"classtize.com\", \"name\": \"classtize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"10dayads.com\": {\"id\": 58013180684, \"app\": \"10dayads.com\", \"name\": \"10dayads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pointblog.net\": {\"id\": 58013055619, \"app\": \"pointblog.net\", \"name\": \"pointblog.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gofindads.com\": {\"id\": 58012930583, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"turnkeylinux.org\": {\"id\": 58010816460, \"app\": \"turnkeylinux.org\", \"name\": \"turnkeylinux.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shotblogs.com\": {\"id\": 58010857635, \"app\": \"shotblogs.com\", \"name\": \"shotblogs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogolize.com\": {\"id\": 58010853941, \"app\": \"blogolize.com\", \"name\": \"blogolize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freewebads.biz\": {\"id\": 58013358030, \"app\": \"freewebads.biz\", \"name\": \"freewebads.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"postallads4free.com\": {\"id\": 58013186770, \"app\": \"postallads4free.com\", \"name\": \"postallads4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"click.in\": {\"id\": 58013111405, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:54'),(1107,15,'2025-05-14','09:23:17','18:12:03',7.74944,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-14\", \"isOnline\": false, \"arrived\": \"2025-05-14 09:23:17\", \"left\": \"2025-05-14 18:12:03\", \"late\": true, \"onlineTime\": 28393, \"offlineTime\": 0, \"desktimeTime\": 28393, \"atWorkTime\": 31726, \"afterWorkTime\": 723, \"beforeWorkTime\": 0, \"productiveTime\": 27898, \"productivity\": 98.26, \"efficiency\": 103.33, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58039023320, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"wordpress.com\": {\"id\": 58038859463, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"0\": {\"desktime.com\": {\"id\": 58039373657, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"naukri.com\": {\"id\": 58047544210, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}}, \"1\": {\"google.com\": {\"id\": 58038635176, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4723}, \"analytics.google.com\": {\"id\": 58038511933, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3483}, \"fairgaze.com\": {\"id\": 58038430432, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2816}, \"docs.google.com\": {\"id\": 58038432136, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2636}, \"google chrome\": {\"id\": 58038511931, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1773}, \"mun.fairgaze.com\": {\"id\": 58039117759, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1335}, \"admeducation.com\": {\"id\": 58039381211, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 805}, \"notepad\": {\"id\": 58039974552, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 797}, \"microsoft powerpoint\": {\"id\": 58041121308, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 752}, \"m.fairgaze.com\": {\"id\": 58038468276, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 737}, \"microsoft word\": {\"id\": 58038584413, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 732}, \"search.google.com\": {\"id\": 58047677017, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 518}, \"chrome://settings\": {\"id\": 58039568794, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 516}, \"windows explorer\": {\"id\": 58038486886, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"ms-teams\": {\"id\": 58038488734, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 388}, \"whitebunnie.com\": {\"id\": 58046389542, \"app\": \"whitebunnie.com\", \"name\": \"whitebunnie.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 367}, \"neilpatel.com\": {\"id\": 58040711400, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"hrez.crystalhues.in\": {\"id\": 58038562124, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 354}, \"sdg.fairgaze.com\": {\"id\": 58041767367, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"unknown app\": {\"id\": 58038751764, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 243}, \"shellexperiencehost\": {\"id\": 58038476290, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 241}, \"microsoft outlook\": {\"id\": 58038494610, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 228}, \"onlinent\": {\"id\": 58038861915, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 217}, \"locanto.ca\": {\"id\": 58050830260, \"app\": \"locanto.ca\", \"name\": \"locanto.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"dimensionangle.com\": {\"id\": 58047253142, \"app\": \"dimensionangle.com\", \"name\": \"dimensionangle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"linkedin.com\": {\"id\": 58038927588, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"slideshare.net\": {\"id\": 58039154081, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"blogger.com\": {\"id\": 58038747315, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 177}, \"web.whatsapp.com\": {\"id\": 58042393671, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"digiskillzz.com\": {\"id\": 58041422410, \"app\": \"digiskillzz.com\", \"name\": \"digiskillzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"archive.org\": {\"id\": 58042439787, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"scribd.com\": {\"id\": 58038637101, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"windowsterminal\": {\"id\": 58046220082, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"change.org\": {\"id\": 58039388064, \"app\": \"change.org\", \"name\": \"change.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"speakerdeck.com\": {\"id\": 58039012152, \"app\": \"speakerdeck.com\", \"name\": \"speakerdeck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"diigo.com\": {\"id\": 58038691555, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"4shared.com\": {\"id\": 58038653309, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"slideserve.com\": {\"id\": 58038665295, \"app\": \"slideserve.com\", \"name\": \"slideserve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"fanfiction.net\": {\"id\": 58039419737, \"app\": \"fanfiction.net\", \"name\": \"fanfiction.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"chatgpt.com\": {\"id\": 58052158449, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"tumblr.com\": {\"id\": 58038887236, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"flipboard.com\": {\"id\": 58038869284, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"searchhost\": {\"id\": 58038579375, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"x.com\": {\"id\": 58038950225, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"justpaste.it\": {\"id\": 58038829728, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"crystalhues.com\": {\"id\": 58042892620, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"lockapp\": {\"id\": 58042632869, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"clickindia.com\": {\"id\": 58050940594, \"app\": \"clickindia.com\", \"name\": \"clickindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"marketplace.apartmenttherapy.com\": {\"id\": 58042511535, \"app\": \"marketplace.apartmenttherapy.com\", \"name\": \"marketplace.apartmenttherapy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"c\": {\"id\": 58038744991, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"edtech.in\": {\"id\": 58047212581, \"app\": \"edtech.in\", \"name\": \"edtech.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"alphacoders.com\": {\"id\": 58039395232, \"app\": \"alphacoders.com\", \"name\": \"alphacoders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"shorturl.at\": {\"id\": 58045855971, \"app\": \"shorturl.at\", \"name\": \"shorturl.at\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"msedgewebview2\": {\"id\": 58039701327, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"imgur.com\": {\"id\": 58038845520, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"about:blank\": {\"id\": 58038667121, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"icheckmovies.com\": {\"id\": 58041028653, \"app\": \"icheckmovies.com\", \"name\": \"icheckmovies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"getpocket.com\": {\"id\": 58050823969, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"futuregenapps.com\": {\"id\": 58047372235, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"bitly.com\": {\"id\": 58045843791, \"app\": \"bitly.com\", \"name\": \"bitly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"avua.com\": {\"id\": 58047652441, \"app\": \"avua.com\", \"name\": \"avua.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"searchengineland.com\": {\"id\": 58044329603, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"digitalwebavenue.com\": {\"id\": 58038430431, \"app\": \"digitalwebavenue.com\", \"name\": \"digitalwebavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"promotionadda.org\": {\"id\": 58047378413, \"app\": \"promotionadda.org\", \"name\": \"promotionadda.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"appraisal.chlserv.com\": {\"id\": 58044323506, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"kinja.com\": {\"id\": 58039110825, \"app\": \"kinja.com\", \"name\": \"kinja.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"pubhtml5.com\": {\"id\": 58039004267, \"app\": \"pubhtml5.com\", \"name\": \"pubhtml5.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"slideshare.ne\": {\"id\": 58039275067, \"app\": \"slideshare.ne\", \"name\": \"slideshare.ne\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"login.kiva.org\": {\"id\": 58039009492, \"app\": \"login.kiva.org\", \"name\": \"login.kiva.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"twarak.com\": {\"id\": 58042487062, \"app\": \"twarak.com\", \"name\": \"twarak.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"marketingplatform.google.com\": {\"id\": 58041280175, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"froont.com\": {\"id\": 58039105398, \"app\": \"froont.com\", \"name\": \"froont.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"delhionline.in\": {\"id\": 58040711397, \"app\": \"delhionline.in\", \"name\": \"delhionline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"instapaper.com\": {\"id\": 58039423283, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"fairgaze.blogspot.com\": {\"id\": 58038787114, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ninegrapes.com\": {\"id\": 58047235373, \"app\": \"ninegrapes.com\", \"name\": \"ninegrapes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"sbnation.com\": {\"id\": 58039412543, \"app\": \"sbnation.com\", \"name\": \"sbnation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"pwc.in\": {\"id\": 58039472963, \"app\": \"pwc.in\", \"name\": \"pwc.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"gofindads.com\": {\"id\": 58047670679, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58042439785, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"redbubble.com\": {\"id\": 58039423285, \"app\": \"redbubble.com\", \"name\": \"redbubble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"bleacherreport.com\": {\"id\": 58039408799, \"app\": \"bleacherreport.com\", \"name\": \"bleacherreport.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"freewebads.us\": {\"id\": 58050706261, \"app\": \"freewebads.us\", \"name\": \"freewebads.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"nonconverging.lol\": {\"id\": 58044995064, \"app\": \"nonconverging.lol\", \"name\": \"nonconverging.lol\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"vocabulary.com\": {\"id\": 58039416180, \"app\": \"vocabulary.com\", \"name\": \"vocabulary.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"symantec.com\": {\"id\": 58039405326, \"app\": \"symantec.com\", \"name\": \"symantec.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"broadcom.com\": {\"id\": 58039426730, \"app\": \"broadcom.com\", \"name\": \"broadcom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"zazzle.com\": {\"id\": 58039416174, \"app\": \"zazzle.com\", \"name\": \"zazzle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:54'),(1108,15,'2025-05-15','09:42:31','09:50:16',0.129167,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-15\", \"isOnline\": false, \"arrived\": \"2025-05-15 09:42:31\", \"left\": \"2025-05-15 09:50:16\", \"late\": true, \"onlineTime\": 465, \"offlineTime\": 0, \"desktimeTime\": 465, \"atWorkTime\": 465, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 465, \"productivity\": 100, \"efficiency\": 1.72, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"hrez.crystalhues.in\": {\"id\": 58066804825, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"freewebads.us\": {\"id\": 58093220461, \"app\": \"freewebads.us\", \"name\": \"freewebads.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"google.com\": {\"id\": 58066802837, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 58066804824, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}}}, \"projects\": []}','2025-07-26 10:51:55'),(1109,15,'2025-05-16','09:22:49','18:10:35',7.71444,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-16\", \"isOnline\": false, \"arrived\": \"2025-05-16 09:22:49\", \"left\": \"2025-05-16 18:10:35\", \"late\": true, \"onlineTime\": 27903, \"offlineTime\": 0, \"desktimeTime\": 27903, \"atWorkTime\": 31666, \"afterWorkTime\": 635, \"beforeWorkTime\": 0, \"productiveTime\": 27772, \"productivity\": 99.51, \"efficiency\": 102.86, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58093949999, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"last.fm\": {\"id\": 58094666542, \"app\": \"last.fm\", \"name\": \"last.fm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"eventbrite.com\": {\"id\": 58094663199, \"app\": \"eventbrite.com\", \"name\": \"eventbrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": {\"desktime.com\": {\"id\": 58096874012, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}}, \"1\": {\"analytics.google.com\": {\"id\": 58093259914, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3962}, \"mun.fairgaze.com\": {\"id\": 58094240758, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2086}, \"google.com\": {\"id\": 58093300910, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1595}, \"ads.google.com\": {\"id\": 58100369536, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1548}, \"sdg.fairgaze.com\": {\"id\": 58093291740, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1522}, \"docs.google.com\": {\"id\": 58093953371, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1511}, \"chatgpt.com\": {\"id\": 58093907635, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1205}, \"search.google.com\": {\"id\": 58095633426, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1176}, \"google chrome\": {\"id\": 58093224867, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1155}, \"amazeinstitute.co.in\": {\"id\": 58104523056, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1089}, \"m.fairgaze.com\": {\"id\": 58093370734, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 895}, \"microsoft outlook\": {\"id\": 58093356115, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 869}, \"notepad\": {\"id\": 58093222022, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 663}, \"youtube.com\": {\"id\": 58100479271, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 642}, \"allevents.in\": {\"id\": 58094323712, \"app\": \"allevents.in\", \"name\": \"allevents.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 640}, \"apsense.com\": {\"id\": 58103416978, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 570}, \"app.webpushr.com\": {\"id\": 58099435700, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 490}, \"fairgaze.com\": {\"id\": 58093285367, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 459}, \"chrome://settings\": {\"id\": 58093553392, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 436}, \"ms-teams\": {\"id\": 58093222020, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 428}, \"windows explorer\": {\"id\": 58093222021, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 327}, \"shellhost\": {\"id\": 58103451344, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 313}, \"marketingplatform.google.com\": {\"id\": 58098708425, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"scoop.it\": {\"id\": 58094049218, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"alphacoders.com\": {\"id\": 58096977480, \"app\": \"alphacoders.com\", \"name\": \"alphacoders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 242}, \"punnaka.com\": {\"id\": 58104528599, \"app\": \"punnaka.com\", \"name\": \"punnaka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}, \"web.whatsapp.com\": {\"id\": 58098453336, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"bestdelegate.com\": {\"id\": 58104181723, \"app\": \"bestdelegate.com\", \"name\": \"bestdelegate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"microsoft paint\": {\"id\": 58093498317, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 225}, \"deepai.org\": {\"id\": 58094272853, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"admeducation.com\": {\"id\": 58096883837, \"app\": \"admeducation.com\", \"name\": \"admeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"searchengineland.com\": {\"id\": 58093686997, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"getpocket.com\": {\"id\": 58094020389, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"chrome://new-tab-page\": {\"id\": 58099834151, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"diigo.com\": {\"id\": 58094156870, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"hrez.crystalhues.in\": {\"id\": 58093689234, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"in.linkedin.com\": {\"id\": 58098378839, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"microsoft word\": {\"id\": 58093223556, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"imageresizer.com\": {\"id\": 58093418931, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"adonwebs.com\": {\"id\": 58094657165, \"app\": \"adonwebs.com\", \"name\": \"adonwebs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"shellexperiencehost\": {\"id\": 58095106372, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"justlanded.com\": {\"id\": 58105312118, \"app\": \"justlanded.com\", \"name\": \"justlanded.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"rocketreach.co\": {\"id\": 58098343187, \"app\": \"rocketreach.co\", \"name\": \"rocketreach.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"snippingtool\": {\"id\": 58093411146, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"techmagnate.com\": {\"id\": 58098424346, \"app\": \"techmagnate.com\", \"name\": \"techmagnate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"dpl.gov.in\": {\"id\": 58096908823, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"instapaper.com\": {\"id\": 58094037425, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"flipboard.com\": {\"id\": 58096335185, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"click.in\": {\"id\": 58096186125, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"chrome://extensions\": {\"id\": 58096765262, \"app\": \"chrome://extensions\", \"name\": \"chrome://extensions\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"pickerhost\": {\"id\": 58093414653, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"article.advertiseera.com\": {\"id\": 58104713949, \"app\": \"article.advertiseera.com\", \"name\": \"article.advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"about:blank\": {\"id\": 58093409176, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"drive.google.com\": {\"id\": 58099105080, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"business.google.com\": {\"id\": 58100781994, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"crystalhues.com\": {\"id\": 58095826232, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"openwith\": {\"id\": 58094706087, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"searchhost\": {\"id\": 58093411144, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"wattpad.com\": {\"id\": 58096949472, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"linkedin.com\": {\"id\": 58098383741, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"unknown app\": {\"id\": 58093411145, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"settings\": {\"id\": 58096804564, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"msedgewebview2\": {\"id\": 58094801832, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"eventcube.io\": {\"id\": 58094649959, \"app\": \"eventcube.io\", \"name\": \"eventcube.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"typepad.com\": {\"id\": 58104893406, \"app\": \"typepad.com\", \"name\": \"typepad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"play.eslgaming.com\": {\"id\": 58104919990, \"app\": \"play.eslgaming.com\", \"name\": \"play.eslgaming.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"wikihow.com\": {\"id\": 58096928811, \"app\": \"wikihow.com\", \"name\": \"wikihow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"developers.google.com\": {\"id\": 58095647124, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"evernote.com\": {\"id\": 58094642607, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"freeadstime.org\": {\"id\": 58093332882, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"visual.ly\": {\"id\": 58104908780, \"app\": \"visual.ly\", \"name\": \"visual.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"nola.com\": {\"id\": 58094670825, \"app\": \"nola.com\", \"name\": \"nola.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"scribd.com\": {\"id\": 58094380263, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"x.com\": {\"id\": 58093587178, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"answers.com\": {\"id\": 58104329401, \"app\": \"answers.com\", \"name\": \"answers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"region.freeadstime.org\": {\"id\": 58094953830, \"app\": \"region.freeadstime.org\", \"name\": \"region.freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"myevent.com\": {\"id\": 58094674751, \"app\": \"myevent.com\", \"name\": \"myevent.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"onlinent\": {\"id\": 58093448991, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"metal-archives.com\": {\"id\": 58104930783, \"app\": \"metal-archives.com\", \"name\": \"metal-archives.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"kongregate.com\": {\"id\": 58104919995, \"app\": \"kongregate.com\", \"name\": \"kongregate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"indiegogo.com\": {\"id\": 58104346017, \"app\": \"indiegogo.com\", \"name\": \"indiegogo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"taskmgr\": {\"id\": 58100113183, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"imgur.com\": {\"id\": 58096944190, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chromewebstore.google.com\": {\"id\": 58096780761, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"yapsody.com\": {\"id\": 58094678474, \"app\": \"yapsody.com\", \"name\": \"yapsody.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nofilmschool.com\": {\"id\": 58104936028, \"app\": \"nofilmschool.com\", \"name\": \"nofilmschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"support.ecwid.com\": {\"id\": 58104946330, \"app\": \"support.ecwid.com\", \"name\": \"support.ecwid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"thinglink.com\": {\"id\": 58104914290, \"app\": \"thinglink.com\", \"name\": \"thinglink.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"articles.h1ad.com\": {\"id\": 58104719540, \"app\": \"articles.h1ad.com\", \"name\": \"articles.h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mixcloud.com\": {\"id\": 58104340236, \"app\": \"mixcloud.com\", \"name\": \"mixcloud.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 58102262011, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"copilot\": {\"id\": 58102175041, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58097534055, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"4shared.com\": {\"id\": 58094414701, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"everplaces.com\": {\"id\": 58094310421, \"app\": \"everplaces.com\", \"name\": \"everplaces.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"weebly.com\": {\"id\": 58104719548, \"app\": \"weebly.com\", \"name\": \"weebly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"scout.org\": {\"id\": 58105306486, \"app\": \"scout.org\", \"name\": \"scout.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mywot.com\": {\"id\": 58104941200, \"app\": \"mywot.com\", \"name\": \"mywot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ecwid.com\": {\"id\": 58104941209, \"app\": \"ecwid.com\", \"name\": \"ecwid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogs.findermaster.com\": {\"id\": 58104893404, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"story.wallclassifieds.com\": {\"id\": 58104719544, \"app\": \"story.wallclassifieds.com\", \"name\": \"story.wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gravatar.com\": {\"id\": 58104351432, \"app\": \"gravatar.com\", \"name\": \"gravatar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"coursera.org\": {\"id\": 58104318479, \"app\": \"coursera.org\", \"name\": \"coursera.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"goodreads.com\": {\"id\": 58096962947, \"app\": \"goodreads.com\", \"name\": \"goodreads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"behance.net\": {\"id\": 58096972381, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about.me\": {\"id\": 58096967767, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 58096878940, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"dreamstime.com\": {\"id\": 58096937826, \"app\": \"dreamstime.com\", \"name\": \"dreamstime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"disqus.com\": {\"id\": 58096937828, \"app\": \"disqus.com\", \"name\": \"disqus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"academia.edu\": {\"id\": 58096894086, \"app\": \"academia.edu\", \"name\": \"academia.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogger.com\": {\"id\": 58094266138, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:55'),(1110,15,'2025-05-19','10:15:45','18:13:48',7.05667,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-19\", \"isOnline\": false, \"arrived\": \"2025-05-19 10:15:45\", \"left\": \"2025-05-19 18:13:48\", \"late\": true, \"onlineTime\": 26414, \"offlineTime\": 0, \"desktimeTime\": 26414, \"atWorkTime\": 28683, \"afterWorkTime\": 828, \"beforeWorkTime\": 0, \"productiveTime\": 25404, \"productivity\": 96.18, \"efficiency\": 94.09, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shiksha.com\": {\"id\": 58127475360, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 813}, \"mail.google.com\": {\"id\": 58130191694, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}}, \"0\": {\"desktime.com\": {\"id\": 58126461507, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}}, \"1\": {\"google.com\": {\"id\": 58124473514, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3993}, \"docs.google.com\": {\"id\": 58132322587, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2863}, \"m.fairgaze.com\": {\"id\": 58129269307, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2196}, \"analytics.google.com\": {\"id\": 58124386606, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1909}, \"chatgpt.com\": {\"id\": 58126275906, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1592}, \"fairgaze.com\": {\"id\": 58124442001, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1515}, \"mun.fairgaze.com\": {\"id\": 58124550532, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1332}, \"google chrome\": {\"id\": 58124384011, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1196}, \"notepad\": {\"id\": 58127061364, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 823}, \"chrome://settings\": {\"id\": 58124559145, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 753}, \"futuregenapps.com\": {\"id\": 58125282180, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 658}, \"search.google.com\": {\"id\": 58124996284, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 576}, \"msedge\": {\"id\": 58129555026, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 570}, \"linkedin.com\": {\"id\": 58131053653, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 464}, \"sdg.fairgaze.com\": {\"id\": 58137050622, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 397}, \"windows explorer\": {\"id\": 58124384010, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 346}, \"medium.com\": {\"id\": 58133154276, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 343}, \"unknown app\": {\"id\": 58124737077, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 327}, \"searchengineland.com\": {\"id\": 58124478438, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"app.webpushr.com\": {\"id\": 58132493277, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 250}, \"locanto.me\": {\"id\": 58132592831, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 224}, \"bhartiads.com\": {\"id\": 58126791213, \"app\": \"bhartiads.com\", \"name\": \"bhartiads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"expatriates.com\": {\"id\": 58132668023, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"crystalhues.com\": {\"id\": 58130628322, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"status.search.google.com\": {\"id\": 58124938579, \"app\": \"status.search.google.com\", \"name\": \"status.search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"apsense.com\": {\"id\": 58132304847, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"indianweb.com\": {\"id\": 58126548882, \"app\": \"indianweb.com\", \"name\": \"indianweb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"classified4free.net\": {\"id\": 58132679548, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"microsoft outlook\": {\"id\": 58124553399, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"classifiedads.com\": {\"id\": 58132546258, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"postsmartads.com\": {\"id\": 58132773715, \"app\": \"postsmartads.com\", \"name\": \"postsmartads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"shellexperiencehost\": {\"id\": 58124732178, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"click.in\": {\"id\": 58132857609, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"lockapp\": {\"id\": 58124367931, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"blogger.com\": {\"id\": 58134266434, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"99acres.com\": {\"id\": 58126317278, \"app\": \"99acres.com\", \"name\": \"99acres.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"webflow.com\": {\"id\": 58125713760, \"app\": \"webflow.com\", \"name\": \"webflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"viralstance.com\": {\"id\": 58130326561, \"app\": \"viralstance.com\", \"name\": \"viralstance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"locanto.com\": {\"id\": 58125351195, \"app\": \"locanto.com\", \"name\": \"locanto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"hrez.crystalhues.in\": {\"id\": 58124417253, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"freeadsincanada.com\": {\"id\": 58126649506, \"app\": \"freeadsincanada.com\", \"name\": \"freeadsincanada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"web.whatsapp.com\": {\"id\": 58127163901, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"denion.net\": {\"id\": 58132075077, \"app\": \"denion.net\", \"name\": \"denion.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"microsoft powerpoint\": {\"id\": 58133014799, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"openai.com\": {\"id\": 58131390631, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"searchhost\": {\"id\": 58127055998, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"beatyourprice.com\": {\"id\": 58126533818, \"app\": \"beatyourprice.com\", \"name\": \"beatyourprice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"translate.google.co.in\": {\"id\": 58127089001, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"dpl.gov.in\": {\"id\": 58133989845, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"bestmunfairgaze.blogspot.com\": {\"id\": 58134311922, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"brainstation.io\": {\"id\": 58127453247, \"app\": \"brainstation.io\", \"name\": \"brainstation.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"adfreeposting.com\": {\"id\": 58126470634, \"app\": \"adfreeposting.com\", \"name\": \"adfreeposting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"globalclassified.net\": {\"id\": 58125406947, \"app\": \"globalclassified.net\", \"name\": \"globalclassified.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"in.globoanuncio.com\": {\"id\": 58125376254, \"app\": \"in.globoanuncio.com\", \"name\": \"in.globoanuncio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"accounts.google.com\": {\"id\": 58132618546, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"hot-web-ads.com\": {\"id\": 58134761435, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"microsoft excel\": {\"id\": 58131510384, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"vivastreet.co.in\": {\"id\": 58125839785, \"app\": \"vivastreet.co.in\", \"name\": \"vivastreet.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"about:blank\": {\"id\": 58134311911, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"freeadsinindia.in\": {\"id\": 58126739356, \"app\": \"freeadsinindia.in\", \"name\": \"freeadsinindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"friday-ad.co.uk\": {\"id\": 58125391550, \"app\": \"friday-ad.co.uk\", \"name\": \"friday-ad.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"indiacatalog.com\": {\"id\": 58125403273, \"app\": \"indiacatalog.com\", \"name\": \"indiacatalog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"oclicker.com\": {\"id\": 58125845129, \"app\": \"oclicker.com\", \"name\": \"oclicker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ww25.admaya.in\": {\"id\": 58125387803, \"app\": \"ww25.admaya.in\", \"name\": \"ww25.admaya.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"claz.org\": {\"id\": 58125364577, \"app\": \"claz.org\", \"name\": \"claz.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"adpost4u.com\": {\"id\": 58126524111, \"app\": \"adpost4u.com\", \"name\": \"adpost4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"solomofy.com\": {\"id\": 58126271178, \"app\": \"solomofy.com\", \"name\": \"solomofy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 58126271176, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"classifiedsforfree.com\": {\"id\": 58125395420, \"app\": \"classifiedsforfree.com\", \"name\": \"classifiedsforfree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"developers.google.com\": {\"id\": 58124992906, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"freeadsbox.com\": {\"id\": 58126485459, \"app\": \"freeadsbox.com\", \"name\": \"freeadsbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"marketingplatform.google.com\": {\"id\": 58125623292, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"drive.google.com\": {\"id\": 58133996374, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"delhionline.in\": {\"id\": 58133989837, \"app\": \"delhionline.in\", \"name\": \"delhionline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nvnickel.com\": {\"id\": 58126624688, \"app\": \"nvnickel.com\", \"name\": \"nvnickel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adsthumb.com\": {\"id\": 58125347265, \"app\": \"adsthumb.com\", \"name\": \"adsthumb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"wikidok.com\": {\"id\": 58126644719, \"app\": \"wikidok.com\", \"name\": \"wikidok.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"adhoards.com\": {\"id\": 58126489996, \"app\": \"adhoards.com\", \"name\": \"adhoards.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"gofindads.com\": {\"id\": 58127344064, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adeex.co.uk\": {\"id\": 58126734583, \"app\": \"adeex.co.uk\", \"name\": \"adeex.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ww7.searchingurgaon.com\": {\"id\": 58126634564, \"app\": \"ww7.searchingurgaon.com\", \"name\": \"ww7.searchingurgaon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ww38.ads2india.com\": {\"id\": 58126509839, \"app\": \"ww38.ads2india.com\", \"name\": \"ww38.ads2india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"posthereads.com\": {\"id\": 58126514377, \"app\": \"posthereads.com\", \"name\": \"posthereads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freebestads.com\": {\"id\": 58126519104, \"app\": \"freebestads.com\", \"name\": \"freebestads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"innetads.com\": {\"id\": 58125376248, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"in.zobazo.com\": {\"id\": 58126750067, \"app\": \"in.zobazo.com\", \"name\": \"in.zobazo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"imclassified.com\": {\"id\": 58126780315, \"app\": \"imclassified.com\", \"name\": \"imclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"indiadynamics.com\": {\"id\": 58126519107, \"app\": \"indiadynamics.com\", \"name\": \"indiadynamics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"hotfreelist.com\": {\"id\": 58126494902, \"app\": \"hotfreelist.com\", \"name\": \"hotfreelist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"webclassifieds.us\": {\"id\": 58125395416, \"app\": \"webclassifieds.us\", \"name\": \"webclassifieds.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ms-teams\": {\"id\": 58124381352, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"yookalo.com\": {\"id\": 58126774913, \"app\": \"yookalo.com\", \"name\": \"yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"twarak.com\": {\"id\": 58126774909, \"app\": \"twarak.com\", \"name\": \"twarak.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hugedomains.com\": {\"id\": 58126739355, \"app\": \"hugedomains.com\", \"name\": \"hugedomains.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classified4u.biz\": {\"id\": 58126744617, \"app\": \"classified4u.biz\", \"name\": \"classified4u.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"worldslist.com\": {\"id\": 58126671150, \"app\": \"worldslist.com\", \"name\": \"worldslist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wallclassifieds.com\": {\"id\": 58126666308, \"app\": \"wallclassifieds.com\", \"name\": \"wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"findermaster.com\": {\"id\": 58126615360, \"app\": \"findermaster.com\", \"name\": \"findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adsmantra.com\": {\"id\": 58126644730, \"app\": \"adsmantra.com\", \"name\": \"adsmantra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adclassified.in\": {\"id\": 58126619642, \"app\": \"adclassified.in\", \"name\": \"adclassified.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dubai.locanto.ae\": {\"id\": 58126489993, \"app\": \"dubai.locanto.ae\", \"name\": \"dubai.locanto.ae\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifieds4me.com\": {\"id\": 58126500039, \"app\": \"classifieds4me.com\", \"name\": \"classifieds4me.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ads2india.com\": {\"id\": 58126504956, \"app\": \"ads2india.com\", \"name\": \"ads2india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"stclassifieds.sg\": {\"id\": 58125372472, \"app\": \"stclassifieds.sg\", \"name\": \"stclassifieds.sg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"advertigo.net\": {\"id\": 58125419441, \"app\": \"advertigo.net\", \"name\": \"advertigo.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:56'),(1111,15,'2025-05-20','09:09:33','18:14:28',7.91444,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-20\", \"isOnline\": false, \"arrived\": \"2025-05-20 09:09:33\", \"left\": \"2025-05-20 18:14:28\", \"late\": true, \"onlineTime\": 29281, \"offlineTime\": 0, \"desktimeTime\": 29281, \"atWorkTime\": 32695, \"afterWorkTime\": 682, \"beforeWorkTime\": 0, \"productiveTime\": 28492, \"productivity\": 97.31, \"efficiency\": 105.53, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58152000563, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"last.fm\": {\"id\": 58154384253, \"app\": \"last.fm\", \"name\": \"last.fm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}}, \"0\": {\"desktime.com\": {\"id\": 58151789152, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"naukri.com\": {\"id\": 58161942897, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}}, \"1\": {\"google.com\": {\"id\": 58151392070, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3557}, \"analytics.google.com\": {\"id\": 58151437402, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2701}, \"app.webpushr.com\": {\"id\": 58164207436, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1628}, \"m.fairgaze.com\": {\"id\": 58158216315, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1476}, \"fairgaze.com\": {\"id\": 58151392073, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1263}, \"chatgpt.com\": {\"id\": 58154464908, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1239}, \"linkedin.com\": {\"id\": 58157117783, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1219}, \"search.google.com\": {\"id\": 58151635690, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1184}, \"sdg.fairgaze.com\": {\"id\": 58151824318, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1095}, \"google chrome\": {\"id\": 58151390713, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 986}, \"mun.fairgaze.com\": {\"id\": 58151475760, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 709}, \"chrome://settings\": {\"id\": 58151477300, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 676}, \"docs.google.com\": {\"id\": 58155066247, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 630}, \"lineupnow.com\": {\"id\": 58157692789, \"app\": \"lineupnow.com\", \"name\": \"lineupnow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 587}, \"justdial.com\": {\"id\": 58155442515, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 446}, \"ms-teams\": {\"id\": 58151520138, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 433}, \"microsoft outlook\": {\"id\": 58151621873, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 409}, \"moodle.org\": {\"id\": 58151960484, \"app\": \"moodle.org\", \"name\": \"moodle.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 402}, \"microsoft paint\": {\"id\": 58158429965, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 382}, \"lockapp\": {\"id\": 58155900578, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 347}, \"windows explorer\": {\"id\": 58151385579, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 330}, \"ads.google.com\": {\"id\": 58153998291, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"amazeinstitute.co.in\": {\"id\": 58151905482, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 280}, \"whatshot.in\": {\"id\": 58154889386, \"app\": \"whatshot.in\", \"name\": \"whatshot.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"discussions.unity.com\": {\"id\": 58152065485, \"app\": \"discussions.unity.com\", \"name\": \"discussions.unity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"hrez.crystalhues.in\": {\"id\": 58151514952, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 240}, \"wagggs.org\": {\"id\": 58154408789, \"app\": \"wagggs.org\", \"name\": \"wagggs.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"adonwebs.com\": {\"id\": 58152962263, \"app\": \"adonwebs.com\", \"name\": \"adonwebs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"shellexperiencehost\": {\"id\": 58151459900, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"himshikhaschool.com\": {\"id\": 58155407408, \"app\": \"himshikhaschool.com\", \"name\": \"himshikhaschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"schools.org.in\": {\"id\": 58155349941, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"bagfultechnologies.com\": {\"id\": 58160547298, \"app\": \"bagfultechnologies.com\", \"name\": \"bagfultechnologies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"dzone.com\": {\"id\": 58152186346, \"app\": \"dzone.com\", \"name\": \"dzone.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"jobs.pagetraffic.in\": {\"id\": 58160413079, \"app\": \"jobs.pagetraffic.in\", \"name\": \"jobs.pagetraffic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"selfcare.hathway.com\": {\"id\": 58157459729, \"app\": \"selfcare.hathway.com\", \"name\": \"selfcare.hathway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"unknown app\": {\"id\": 58151385577, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 155}, \"notepad\": {\"id\": 58153107551, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"jobs.weblink.in\": {\"id\": 58162312928, \"app\": \"jobs.weblink.in\", \"name\": \"jobs.weblink.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"unyscape.com\": {\"id\": 58162664496, \"app\": \"unyscape.com\", \"name\": \"unyscape.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"techcentrica.com\": {\"id\": 58161048378, \"app\": \"techcentrica.com\", \"name\": \"techcentrica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"web.whatsapp.com\": {\"id\": 58157639605, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"glasxperts.com\": {\"id\": 58152559088, \"app\": \"glasxperts.com\", \"name\": \"glasxperts.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"metal-archives.com\": {\"id\": 58152410974, \"app\": \"metal-archives.com\", \"name\": \"metal-archives.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"calculator.net\": {\"id\": 58160266577, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"eglogics.com\": {\"id\": 58160632715, \"app\": \"eglogics.com\", \"name\": \"eglogics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"app.writesonic.com\": {\"id\": 58157238427, \"app\": \"app.writesonic.com\", \"name\": \"app.writesonic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"veka.in\": {\"id\": 58152534331, \"app\": \"veka.in\", \"name\": \"veka.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"theverge.com\": {\"id\": 58151945954, \"app\": \"theverge.com\", \"name\": \"theverge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"sonoma.com\": {\"id\": 58158010487, \"app\": \"sonoma.com\", \"name\": \"sonoma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"pbase.com\": {\"id\": 58152161910, \"app\": \"pbase.com\", \"name\": \"pbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"youtube.com\": {\"id\": 58164102944, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"pagetraffic.in\": {\"id\": 58160380957, \"app\": \"pagetraffic.in\", \"name\": \"pagetraffic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"msedge\": {\"id\": 58151793265, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"mix.com\": {\"id\": 58152928159, \"app\": \"mix.com\", \"name\": \"mix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"nobroker.in\": {\"id\": 58154682189, \"app\": \"nobroker.in\", \"name\": \"nobroker.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"seodiscovery.com\": {\"id\": 58162489311, \"app\": \"seodiscovery.com\", \"name\": \"seodiscovery.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"microsoft word\": {\"id\": 58158173119, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"akums.in\": {\"id\": 58163888658, \"app\": \"akums.in\", \"name\": \"akums.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"meraevents.com\": {\"id\": 58157664483, \"app\": \"meraevents.com\", \"name\": \"meraevents.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"translate.google.co.in\": {\"id\": 58151942635, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"oswaalbooks.com\": {\"id\": 58163143146, \"app\": \"oswaalbooks.com\", \"name\": \"oswaalbooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"scoop.it\": {\"id\": 58152445164, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"diigo.com\": {\"id\": 58158943474, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"locanto.ca\": {\"id\": 58152460509, \"app\": \"locanto.ca\", \"name\": \"locanto.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"instapaper.com\": {\"id\": 58152460503, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"brightedge.com\": {\"id\": 58162221456, \"app\": \"brightedge.com\", \"name\": \"brightedge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"vinove.keka.com\": {\"id\": 58162815623, \"app\": \"vinove.keka.com\", \"name\": \"vinove.keka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"magicbricks.com\": {\"id\": 58154516519, \"app\": \"magicbricks.com\", \"name\": \"magicbricks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"my.stuff.co.nz\": {\"id\": 58151912661, \"app\": \"my.stuff.co.nz\", \"name\": \"my.stuff.co.nz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"deepai.org\": {\"id\": 58159313430, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"writesonic.com\": {\"id\": 58157222000, \"app\": \"writesonic.com\", \"name\": \"writesonic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"kongregate.com\": {\"id\": 58152379566, \"app\": \"kongregate.com\", \"name\": \"kongregate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"yometro.com\": {\"id\": 58157145263, \"app\": \"yometro.com\", \"name\": \"yometro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"tasteofhome.com\": {\"id\": 58152311380, \"app\": \"tasteofhome.com\", \"name\": \"tasteofhome.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"accounts.google.com\": {\"id\": 58151683958, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"supere.keka.com\": {\"id\": 58160994495, \"app\": \"supere.keka.com\", \"name\": \"supere.keka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"searchhost\": {\"id\": 58153107549, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"getpocket.com\": {\"id\": 58152460506, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"99acres.com\": {\"id\": 58152544443, \"app\": \"99acres.com\", \"name\": \"99acres.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"weblinkindia.net\": {\"id\": 58162284734, \"app\": \"weblinkindia.net\", \"name\": \"weblinkindia.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"citizenmatters.in\": {\"id\": 58154889384, \"app\": \"citizenmatters.in\", \"name\": \"citizenmatters.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"indiainternets.com\": {\"id\": 58162265786, \"app\": \"indiainternets.com\", \"name\": \"indiainternets.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"about:blank\": {\"id\": 58152531000, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"sevenatoms.com\": {\"id\": 58162861523, \"app\": \"sevenatoms.com\", \"name\": \"sevenatoms.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"orangeville.com\": {\"id\": 58155279066, \"app\": \"orangeville.com\", \"name\": \"orangeville.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"bitchute.com\": {\"id\": 58152152969, \"app\": \"bitchute.com\", \"name\": \"bitchute.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"proen.co.in\": {\"id\": 58160922999, \"app\": \"proen.co.in\", \"name\": \"proen.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"pearltrees.com\": {\"id\": 58152479490, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"seobusiness.company\": {\"id\": 58162413742, \"app\": \"seobusiness.company\", \"name\": \"seobusiness.company\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"gofindads.com\": {\"id\": 58151437401, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"dpl.gov.in\": {\"id\": 58163387957, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"musicbrainz.org\": {\"id\": 58152366808, \"app\": \"musicbrainz.org\", \"name\": \"musicbrainz.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"in.explara.com\": {\"id\": 58154413531, \"app\": \"in.explara.com\", \"name\": \"in.explara.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"tradologie.com\": {\"id\": 58160988039, \"app\": \"tradologie.com\", \"name\": \"tradologie.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 58159656007, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"daltoncarpetone.com\": {\"id\": 58154586057, \"app\": \"daltoncarpetone.com\", \"name\": \"daltoncarpetone.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"onlinent\": {\"id\": 58152091197, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"vinove.com\": {\"id\": 58162809091, \"app\": \"vinove.com\", \"name\": \"vinove.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"facebook.com\": {\"id\": 58157106949, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"queerty.com\": {\"id\": 58152393004, \"app\": \"queerty.com\", \"name\": \"queerty.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"forensiksoft.com\": {\"id\": 58161028879, \"app\": \"forensiksoft.com\", \"name\": \"forensiksoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"tvfanatic.com\": {\"id\": 58152308088, \"app\": \"tvfanatic.com\", \"name\": \"tvfanatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"webchutney.com\": {\"id\": 58162470981, \"app\": \"webchutney.com\", \"name\": \"webchutney.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"academia.edu\": {\"id\": 58151910265, \"app\": \"academia.edu\", \"name\": \"academia.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"thekhaitanschool.org\": {\"id\": 58155396201, \"app\": \"thekhaitanschool.org\", \"name\": \"thekhaitanschool.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"reactormag.com\": {\"id\": 58152372898, \"app\": \"reactormag.com\", \"name\": \"reactormag.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"arduino.cc\": {\"id\": 58152304638, \"app\": \"arduino.cc\", \"name\": \"arduino.cc\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"imgur.com\": {\"id\": 58152476184, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"500px.com\": {\"id\": 58152144591, \"app\": \"500px.com\", \"name\": \"500px.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"developers.google.com\": {\"id\": 58151633788, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"epfindia.gov.in\": {\"id\": 58161779574, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"digitalchaabi.com\": {\"id\": 58160615342, \"app\": \"digitalchaabi.com\", \"name\": \"digitalchaabi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bsesdelhi.com\": {\"id\": 58160137380, \"app\": \"bsesdelhi.com\", \"name\": \"bsesdelhi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://profile-picker\": {\"id\": 58151389435, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 58159668270, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"eventshigh.com\": {\"id\": 58157675871, \"app\": \"eventshigh.com\", \"name\": \"eventshigh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"business.google.com\": {\"id\": 58153993489, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nofilmschool.com\": {\"id\": 58152386501, \"app\": \"nofilmschool.com\", \"name\": \"nofilmschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"neocities.org\": {\"id\": 58152314637, \"app\": \"neocities.org\", \"name\": \"neocities.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"accounts.stuff.co.nz\": {\"id\": 58151940107, \"app\": \"accounts.stuff.co.nz\", \"name\": \"accounts.stuff.co.nz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"delhionline.in\": {\"id\": 58163381505, \"app\": \"delhionline.in\", \"name\": \"delhionline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"evvnt.com\": {\"id\": 58157687090, \"app\": \"evvnt.com\", \"name\": \"evvnt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"app.screencast.com\": {\"id\": 58152363646, \"app\": \"app.screencast.com\", \"name\": \"app.screencast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"superuser.com\": {\"id\": 58152139087, \"app\": \"superuser.com\", \"name\": \"superuser.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"login.unity.com\": {\"id\": 58152091194, \"app\": \"login.unity.com\", \"name\": \"login.unity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"pagespeed.web.dev\": {\"id\": 58160380942, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"going.com\": {\"id\": 58155017787, \"app\": \"going.com\", \"name\": \"going.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"10dayads.com\": {\"id\": 58154502056, \"app\": \"10dayads.com\", \"name\": \"10dayads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"jobboard.militarytimes.com\": {\"id\": 58152402799, \"app\": \"jobboard.militarytimes.com\", \"name\": \"jobboard.militarytimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"broadwayworld.com\": {\"id\": 58152158737, \"app\": \"broadwayworld.com\", \"name\": \"broadwayworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bloglovin.com\": {\"id\": 58151910263, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58162470983, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"librarything.com\": {\"id\": 58152393002, \"app\": \"librarything.com\", \"name\": \"librarything.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"forum.unity.com\": {\"id\": 58151958093, \"app\": \"forum.unity.com\", \"name\": \"forum.unity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"tockify.com\": {\"id\": 58157334534, \"app\": \"tockify.com\", \"name\": \"tockify.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"explara.com\": {\"id\": 58155012187, \"app\": \"explara.com\", \"name\": \"explara.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"timeout.com\": {\"id\": 58154379160, \"app\": \"timeout.com\", \"name\": \"timeout.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"10times.com\": {\"id\": 58154402815, \"app\": \"10times.com\", \"name\": \"10times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"screencast.com\": {\"id\": 58152363644, \"app\": \"screencast.com\", \"name\": \"screencast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"speakerdeck.com\": {\"id\": 58152147647, \"app\": \"speakerdeck.com\", \"name\": \"speakerdeck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dailykos.com\": {\"id\": 58152136048, \"app\": \"dailykos.com\", \"name\": \"dailykos.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gmail.com\": {\"id\": 58152000562, \"app\": \"gmail.com\", \"name\": \"gmail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"events.com\": {\"id\": 58163136819, \"app\": \"events.com\", \"name\": \"events.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"api.unity.com\": {\"id\": 58152096727, \"app\": \"api.unity.com\", \"name\": \"api.unity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:56'),(1112,15,'2025-05-21','09:25:08','18:13:13',8.05722,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-21\", \"isOnline\": false, \"arrived\": \"2025-05-21 09:25:08\", \"left\": \"2025-05-21 18:13:13\", \"late\": true, \"onlineTime\": 29298, \"offlineTime\": 0, \"desktimeTime\": 29298, \"atWorkTime\": 31685, \"afterWorkTime\": 793, \"beforeWorkTime\": 0, \"productiveTime\": 29006, \"productivity\": 98.97, \"efficiency\": 107.43, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58179899065, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"toronto.craigslist.org\": {\"id\": 58182045810, \"app\": \"toronto.craigslist.org\", \"name\": \"toronto.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"dubai.craigslist.org\": {\"id\": 58182041360, \"app\": \"dubai.craigslist.org\", \"name\": \"dubai.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"delhi.craigslist.org\": {\"id\": 58182028340, \"app\": \"delhi.craigslist.org\", \"name\": \"delhi.craigslist.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": {\"desktime.com\": {\"id\": 58179913927, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}}, \"1\": {\"ads.google.com\": {\"id\": 58187350903, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4154}, \"docs.google.com\": {\"id\": 58180548895, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3858}, \"mun.fairgaze.com\": {\"id\": 58179773535, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3097}, \"analytics.google.com\": {\"id\": 58179820684, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3041}, \"chatgpt.com\": {\"id\": 58179850790, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2344}, \"fairgaze.com\": {\"id\": 58179818856, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2025}, \"google.com\": {\"id\": 58179897533, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1690}, \"sdg.fairgaze.com\": {\"id\": 58179778182, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1028}, \"google chrome\": {\"id\": 58179852518, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 928}, \"m.fairgaze.com\": {\"id\": 58179868098, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 881}, \"instapaper.com\": {\"id\": 58180971510, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 509}, \"microsoft word\": {\"id\": 58182371764, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 507}, \"search.google.com\": {\"id\": 58180666899, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 435}, \"notepad\": {\"id\": 58180196731, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 423}, \"microsoft outlook\": {\"id\": 58180739498, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 386}, \"adonwebs.com\": {\"id\": 58179774986, \"app\": \"adonwebs.com\", \"name\": \"adonwebs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"ms-teams\": {\"id\": 58189784617, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 238}, \"seokhazana.com\": {\"id\": 58180619518, \"app\": \"seokhazana.com\", \"name\": \"seokhazana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"windows explorer\": {\"id\": 58179913926, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"translate.google.co.in\": {\"id\": 58189926856, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"hrez.crystalhues.in\": {\"id\": 58179816989, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"app.webpushr.com\": {\"id\": 58179771986, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"allevents.com\": {\"id\": 58180118413, \"app\": \"allevents.com\", \"name\": \"allevents.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"futuregenapps.com\": {\"id\": 58182013447, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"lockapp\": {\"id\": 58186692906, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"mnbarbingo.com\": {\"id\": 58180079510, \"app\": \"mnbarbingo.com\", \"name\": \"mnbarbingo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"shellexperiencehost\": {\"id\": 58179926012, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"linkedin.com\": {\"id\": 58179889590, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"web.whatsapp.com\": {\"id\": 58185660070, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"eglogics.com\": {\"id\": 58193165610, \"app\": \"eglogics.com\", \"name\": \"eglogics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"chrome://settings\": {\"id\": 58192273805, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"classified4free.net\": {\"id\": 58181610478, \"app\": \"classified4free.net\", \"name\": \"classified4free.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"expat.com\": {\"id\": 58182072241, \"app\": \"expat.com\", \"name\": \"expat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"apsense.com\": {\"id\": 58179869737, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"hot-web-ads.com\": {\"id\": 58181486423, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"classifiedads.com\": {\"id\": 58181462154, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"inthecalendar.com\": {\"id\": 58180081626, \"app\": \"inthecalendar.com\", \"name\": \"inthecalendar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"expatriates.com\": {\"id\": 58181564556, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"unknown app\": {\"id\": 58179770616, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"click.in\": {\"id\": 58181516544, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"blog.shopolop.com\": {\"id\": 58180640207, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"instahyre.com\": {\"id\": 58193576143, \"app\": \"instahyre.com\", \"name\": \"instahyre.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"eventholler.com\": {\"id\": 58180116009, \"app\": \"eventholler.com\", \"name\": \"eventholler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"crystalhues.com\": {\"id\": 58180067008, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"clubfreetime.com\": {\"id\": 58179776531, \"app\": \"clubfreetime.com\", \"name\": \"clubfreetime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"traffictail.com\": {\"id\": 58181552153, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"youreventfree.com\": {\"id\": 58180075428, \"app\": \"youreventfree.com\", \"name\": \"youreventfree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"bangalore.tie.org\": {\"id\": 58180347013, \"app\": \"bangalore.tie.org\", \"name\": \"bangalore.tie.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"thorsby.ca\": {\"id\": 58179967964, \"app\": \"thorsby.ca\", \"name\": \"thorsby.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"freeadstime.org\": {\"id\": 58180633918, \"app\": \"freeadstime.org\", \"name\": \"freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"about:blank\": {\"id\": 58180548894, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"flockstation.com\": {\"id\": 58180116010, \"app\": \"flockstation.com\", \"name\": \"flockstation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"blog.yookalo.com\": {\"id\": 58180653414, \"app\": \"blog.yookalo.com\", \"name\": \"blog.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"instagram.com\": {\"id\": 58179957602, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"godaddy.com\": {\"id\": 58180054649, \"app\": \"godaddy.com\", \"name\": \"godaddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"eventsget.com\": {\"id\": 58180058943, \"app\": \"eventsget.com\", \"name\": \"eventsget.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"developers.google.com\": {\"id\": 58180663441, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"webflow.com\": {\"id\": 58180410900, \"app\": \"webflow.com\", \"name\": \"webflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"business.google.com\": {\"id\": 58187350902, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 58179915821, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"gofindads.com\": {\"id\": 58187344718, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"microsoft paint\": {\"id\": 58181436588, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"syracuse.com\": {\"id\": 58182058927, \"app\": \"syracuse.com\", \"name\": \"syracuse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"townscript.com\": {\"id\": 58179948553, \"app\": \"townscript.com\", \"name\": \"townscript.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"epfindia.gov.in\": {\"id\": 58193159375, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"imgur.com\": {\"id\": 58185648407, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"hook2events.com\": {\"id\": 58180068977, \"app\": \"hook2events.com\", \"name\": \"hook2events.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"articles.h1ad.com\": {\"id\": 58180656839, \"app\": \"articles.h1ad.com\", \"name\": \"articles.h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"puneevents.com\": {\"id\": 58180095159, \"app\": \"puneevents.com\", \"name\": \"puneevents.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"edgerton.ca\": {\"id\": 58180065106, \"app\": \"edgerton.ca\", \"name\": \"edgerton.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"rockyford.ca\": {\"id\": 58179973643, \"app\": \"rockyford.ca\", \"name\": \"rockyford.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"oregonlive.com\": {\"id\": 58182032738, \"app\": \"oregonlive.com\", \"name\": \"oregonlive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gumtree.com\": {\"id\": 58182058926, \"app\": \"gumtree.com\", \"name\": \"gumtree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classifieds.nationalpost.com\": {\"id\": 58182023840, \"app\": \"classifieds.nationalpost.com\", \"name\": \"classifieds.nationalpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 58181486420, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"events4.us\": {\"id\": 58180063169, \"app\": \"events4.us\", \"name\": \"events4.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"eventmaxima.com\": {\"id\": 58180067007, \"app\": \"eventmaxima.com\", \"name\": \"eventmaxima.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"visitcolumbusga.com\": {\"id\": 58179953951, \"app\": \"visitcolumbusga.com\", \"name\": \"visitcolumbusga.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"vilna.ca\": {\"id\": 58179989542, \"app\": \"vilna.ca\", \"name\": \"vilna.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"evvnt.com\": {\"id\": 58179952103, \"app\": \"evvnt.com\", \"name\": \"evvnt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"events.com\": {\"id\": 58179955778, \"app\": \"events.com\", \"name\": \"events.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"conventions.net\": {\"id\": 58179962735, \"app\": \"conventions.net\", \"name\": \"conventions.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"doattend.com\": {\"id\": 58179948548, \"app\": \"doattend.com\", \"name\": \"doattend.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"stltoday.com\": {\"id\": 58182054363, \"app\": \"stltoday.com\", \"name\": \"stltoday.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"oodle.com\": {\"id\": 58182067623, \"app\": \"oodle.com\", \"name\": \"oodle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"delhi.indads.in\": {\"id\": 58180927729, \"app\": \"delhi.indads.in\", \"name\": \"delhi.indads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"findermaster.com\": {\"id\": 58180637004, \"app\": \"findermaster.com\", \"name\": \"findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"advertiseera.com\": {\"id\": 58180640203, \"app\": \"advertiseera.com\", \"name\": \"advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"festpav.com\": {\"id\": 58180052634, \"app\": \"festpav.com\", \"name\": \"festpav.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"oxbow.ca\": {\"id\": 58180046694, \"app\": \"oxbow.ca\", \"name\": \"oxbow.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"usnetads.com\": {\"id\": 58193832800, \"app\": \"usnetads.com\", \"name\": \"usnetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"salespider.com\": {\"id\": 58193826930, \"app\": \"salespider.com\", \"name\": \"salespider.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freead1.net\": {\"id\": 58193838862, \"app\": \"freead1.net\", \"name\": \"freead1.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"canetads.com\": {\"id\": 58193845017, \"app\": \"canetads.com\", \"name\": \"canetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adpost.com\": {\"id\": 58193820896, \"app\": \"adpost.com\", \"name\": \"adpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"locanto.ca\": {\"id\": 58182037165, \"app\": \"locanto.ca\", \"name\": \"locanto.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"discussions.unity.com\": {\"id\": 58181422837, \"app\": \"discussions.unity.com\", \"name\": \"discussions.unity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"vivastreet.co.in\": {\"id\": 58180950362, \"app\": \"vivastreet.co.in\", \"name\": \"vivastreet.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"quikr.com\": {\"id\": 58180927727, \"app\": \"quikr.com\", \"name\": \"quikr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"postforads.in\": {\"id\": 58180943220, \"app\": \"postforads.in\", \"name\": \"postforads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"locanto.me\": {\"id\": 58180950360, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freeclassifieds4u.in\": {\"id\": 58180943219, \"app\": \"freeclassifieds4u.in\", \"name\": \"freeclassifieds4u.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"delhi.freeadsinindia.in\": {\"id\": 58180943221, \"app\": \"delhi.freeadsinindia.in\", \"name\": \"delhi.freeadsinindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bloggersroad.com\": {\"id\": 58180914319, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"article.classifiedsfactor.com\": {\"id\": 58180914321, \"app\": \"article.classifiedsfactor.com\", \"name\": \"article.classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"article.advertiseera.com\": {\"id\": 58180914320, \"app\": \"article.advertiseera.com\", \"name\": \"article.advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"h1ad.com\": {\"id\": 58180640201, \"app\": \"h1ad.com\", \"name\": \"h1ad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ads.shopolop.com\": {\"id\": 58180640205, \"app\": \"ads.shopolop.com\", \"name\": \"ads.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"laheritage.org\": {\"id\": 58179953953, \"app\": \"laheritage.org\", \"name\": \"laheritage.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"eventsnearhere.com\": {\"id\": 58179959279, \"app\": \"eventsnearhere.com\", \"name\": \"eventsnearhere.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pearltrees.com\": {\"id\": 58179946711, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58193872537, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"indiaisus.com\": {\"id\": 58187088768, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"ologames.com\": {\"id\": 58180924523, \"app\": \"ologames.com\", \"name\": \"ologames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:57'),(1113,15,'2025-05-22','09:24:33','18:03:55',7.77722,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-22\", \"isOnline\": false, \"arrived\": \"2025-05-22 09:24:33\", \"left\": \"2025-05-22 18:03:55\", \"late\": true, \"onlineTime\": 28161, \"offlineTime\": 0, \"desktimeTime\": 28161, \"atWorkTime\": 31162, \"afterWorkTime\": 235, \"beforeWorkTime\": 0, \"productiveTime\": 27998, \"productivity\": 99.42, \"efficiency\": 103.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58208254323, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}}, \"0\": {\"desktime.com\": {\"id\": 58209323610, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}}, \"1\": {\"google.com\": {\"id\": 58207825062, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5680}, \"fairgaze.com\": {\"id\": 58207724662, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4848}, \"chatgpt.com\": {\"id\": 58207743599, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2338}, \"ads.google.com\": {\"id\": 58207865711, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1825}, \"analytics.google.com\": {\"id\": 58207790208, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1501}, \"sdg.fairgaze.com\": {\"id\": 58209197063, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1431}, \"chrome://settings\": {\"id\": 58209585277, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 949}, \"google chrome\": {\"id\": 58207788530, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 939}, \"app.neilpatel.com\": {\"id\": 58214439788, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 865}, \"linkedin.com\": {\"id\": 58213585528, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 704}, \"docs.google.com\": {\"id\": 58211424323, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 655}, \"microsoft word\": {\"id\": 58215428004, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"app.webpushr.com\": {\"id\": 58209159680, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 416}, \"status.search.google.com\": {\"id\": 58213879734, \"app\": \"status.search.google.com\", \"name\": \"status.search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 412}, \"mun.fairgaze.com\": {\"id\": 58207848899, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 399}, \"ms-teams\": {\"id\": 58211592904, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 373}, \"windows explorer\": {\"id\": 58207721398, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 359}, \"microsoft outlook\": {\"id\": 58207727589, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"unknown app\": {\"id\": 58210183141, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 259}, \"bing.com\": {\"id\": 58212056043, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"ambitionbox.com\": {\"id\": 58214868580, \"app\": \"ambitionbox.com\", \"name\": \"ambitionbox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"notepad\": {\"id\": 58209039861, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"alsoasked.com\": {\"id\": 58208500307, \"app\": \"alsoasked.com\", \"name\": \"alsoasked.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"snippingtool\": {\"id\": 58211698225, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"web.whatsapp.com\": {\"id\": 58209159677, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"kidscontests.in\": {\"id\": 58216072933, \"app\": \"kidscontests.in\", \"name\": \"kidscontests.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"shellexperiencehost\": {\"id\": 58209155870, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"thestarkidz.com\": {\"id\": 58215779680, \"app\": \"thestarkidz.com\", \"name\": \"thestarkidz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"m.fairgaze.com\": {\"id\": 58207852033, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"winners.webbyawards.com\": {\"id\": 58215209771, \"app\": \"winners.webbyawards.com\", \"name\": \"winners.webbyawards.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"justdial.com\": {\"id\": 58213485840, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"chlsoftech.com\": {\"id\": 58208995270, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"translate.google.co.in\": {\"id\": 58213395952, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"classifiedads.com\": {\"id\": 58216521864, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"eglogics.com\": {\"id\": 58208260063, \"app\": \"eglogics.com\", \"name\": \"eglogics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"neilpatel.com\": {\"id\": 58214433567, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"expatriates.com\": {\"id\": 58216564190, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"about:blank\": {\"id\": 58207926040, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"business.google.com\": {\"id\": 58207857935, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"microsoft powerpoint\": {\"id\": 58210073792, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"onlinent\": {\"id\": 58207927930, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"traffictail.com\": {\"id\": 58211493746, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"msedge\": {\"id\": 58211652265, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"kidsage.in\": {\"id\": 58216085993, \"app\": \"kidsage.in\", \"name\": \"kidsage.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"ics-dubai.com\": {\"id\": 58214690483, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"msedgewebview2\": {\"id\": 58212012431, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 58209039859, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"hrez.crystalhues.in\": {\"id\": 58209071381, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"instagram.com\": {\"id\": 58213521159, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"indiaisus.com\": {\"id\": 58212069056, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"locanto.me\": {\"id\": 58216606587, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"schools.org.in\": {\"id\": 58207927932, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"facebook.com\": {\"id\": 58213500886, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"lockapp\": {\"id\": 58207721395, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"apsense.com\": {\"id\": 58209245346, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"pickerhost\": {\"id\": 58211836702, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"accounts.google.com\": {\"id\": 58216613230, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"flipboard.com\": {\"id\": 58211480621, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"preschoolplayandlearn.com\": {\"id\": 58208105120, \"app\": \"preschoolplayandlearn.com\", \"name\": \"preschoolplayandlearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"chrome://new-tab-page\": {\"id\": 58207722863, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"worksheetdigital.com\": {\"id\": 58208144977, \"app\": \"worksheetdigital.com\", \"name\": \"worksheetdigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"homeschoolpreschool.net\": {\"id\": 58208128651, \"app\": \"homeschoolpreschool.net\", \"name\": \"homeschoolpreschool.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"click.in\": {\"id\": 58216651716, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"gofindads.com\": {\"id\": 58207790207, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"educatenepal.com\": {\"id\": 58208102833, \"app\": \"educatenepal.com\", \"name\": \"educatenepal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"frase.ae\": {\"id\": 58210055702, \"app\": \"frase.ae\", \"name\": \"frase.ae\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"freemagazinespdf.com\": {\"id\": 58208118619, \"app\": \"freemagazinespdf.com\", \"name\": \"freemagazinespdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"generousnews.cc\": {\"id\": 58207930989, \"app\": \"generousnews.cc\", \"name\": \"generousnews.cc\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"uniapply.com\": {\"id\": 58208112158, \"app\": \"uniapply.com\", \"name\": \"uniapply.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"sportsseier.com\": {\"id\": 58207987043, \"app\": \"sportsseier.com\", \"name\": \"sportsseier.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"trueaim360.com\": {\"id\": 58207926041, \"app\": \"trueaim360.com\", \"name\": \"trueaim360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"sublimenews.cc\": {\"id\": 58207941630, \"app\": \"sublimenews.cc\", \"name\": \"sublimenews.cc\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"zerogpt.com\": {\"id\": 58209351350, \"app\": \"zerogpt.com\", \"name\": \"zerogpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"studenthandouts.com\": {\"id\": 58208138214, \"app\": \"studenthandouts.com\", \"name\": \"studenthandouts.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ratatype.com\": {\"id\": 58208135785, \"app\": \"ratatype.com\", \"name\": \"ratatype.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"play.google.com\": {\"id\": 58207950125, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"hindustantimes.com\": {\"id\": 58207946552, \"app\": \"hindustantimes.com\", \"name\": \"hindustantimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"unyscape.com\": {\"id\": 58214427591, \"app\": \"unyscape.com\", \"name\": \"unyscape.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"letest25.co\": {\"id\": 58207955330, \"app\": \"letest25.co\", \"name\": \"letest25.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"successcds.net\": {\"id\": 58207938117, \"app\": \"successcds.net\", \"name\": \"successcds.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"instapaper.com\": {\"id\": 58216066379, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"educationworld.com\": {\"id\": 58208142625, \"app\": \"educationworld.com\", \"name\": \"educationworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://profile-picker\": {\"id\": 58207722862, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"playhop.com\": {\"id\": 58207922377, \"app\": \"playhop.com\", \"name\": \"playhop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:57'),(1114,15,'2025-05-23','09:24:42','18:12:04',7.86111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-23\", \"isOnline\": false, \"arrived\": \"2025-05-23 09:24:42\", \"left\": \"2025-05-23 18:12:04\", \"late\": true, \"onlineTime\": 28380, \"offlineTime\": 0, \"desktimeTime\": 28380, \"atWorkTime\": 31642, \"afterWorkTime\": 474, \"beforeWorkTime\": 0, \"productiveTime\": 28300, \"productivity\": 99.71, \"efficiency\": 104.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58235757102, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}}, \"0\": {\"desktime.com\": {\"id\": 58246655809, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}}, \"1\": {\"ads.google.com\": {\"id\": 58236765172, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9629}, \"docs.google.com\": {\"id\": 58235710804, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2600}, \"fairgaze.com\": {\"id\": 58235704787, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2555}, \"analytics.google.com\": {\"id\": 58235758906, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2180}, \"google.com\": {\"id\": 58235757101, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1636}, \"mun.fairgaze.com\": {\"id\": 58235788151, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1538}, \"chatgpt.com\": {\"id\": 58235758904, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1147}, \"sdg.fairgaze.com\": {\"id\": 58235698688, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 761}, \"allevents.in\": {\"id\": 58243157089, \"app\": \"allevents.in\", \"name\": \"allevents.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 519}, \"microsoft word\": {\"id\": 58244003345, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"chrome://settings\": {\"id\": 58242119083, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 403}, \"99acres.com\": {\"id\": 58236925227, \"app\": \"99acres.com\", \"name\": \"99acres.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 383}, \"google chrome\": {\"id\": 58235704786, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 380}, \"login.10times.com\": {\"id\": 58236538413, \"app\": \"login.10times.com\", \"name\": \"login.10times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"microsoft outlook\": {\"id\": 58236339233, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"linkedin.com\": {\"id\": 58235910821, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"status.search.google.com\": {\"id\": 58244567080, \"app\": \"status.search.google.com\", \"name\": \"status.search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"app.webpushr.com\": {\"id\": 58235969116, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 224}, \"notepad\": {\"id\": 58237377766, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 188}, \"foldads.com\": {\"id\": 58236086502, \"app\": \"foldads.com\", \"name\": \"foldads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"youtube.com\": {\"id\": 58238159986, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"x.com\": {\"id\": 58235934283, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"hrez.crystalhues.in\": {\"id\": 58235704788, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"blogger.com\": {\"id\": 58235803151, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"windows explorer\": {\"id\": 58235698685, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"dpl.gov.in\": {\"id\": 58244239948, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"justpaste.it\": {\"id\": 58235850473, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"web.whatsapp.com\": {\"id\": 58235967223, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"quillbot.com\": {\"id\": 58246805003, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"tumblr.com\": {\"id\": 58235822395, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"10times.com\": {\"id\": 58236529353, \"app\": \"10times.com\", \"name\": \"10times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"flipboard.com\": {\"id\": 58235840160, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"fairgaze.blogspot.com\": {\"id\": 58236220927, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"business.google.com\": {\"id\": 58236458228, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"classifiedads.com\": {\"id\": 58236025425, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"hot-web-ads.com\": {\"id\": 58236066777, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"translate.google.co.in\": {\"id\": 58238734398, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"expatriates.com\": {\"id\": 58236053587, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"unknown app\": {\"id\": 58235853970, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"shellexperiencehost\": {\"id\": 58235709238, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"instapaper.com\": {\"id\": 58236294067, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"app.neilpatel.com\": {\"id\": 58235755387, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"click.in\": {\"id\": 58236039741, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"ecoticias.com\": {\"id\": 58237842313, \"app\": \"ecoticias.com\", \"name\": \"ecoticias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"scoop.it\": {\"id\": 58236303834, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"events4.us\": {\"id\": 58243132526, \"app\": \"events4.us\", \"name\": \"events4.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"diigo.com\": {\"id\": 58236319818, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"onlinent\": {\"id\": 58236288795, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"scholarshiproar.com\": {\"id\": 58245952639, \"app\": \"scholarshiproar.com\", \"name\": \"scholarshiproar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"ms-teams\": {\"id\": 58235698683, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"getpocket.com\": {\"id\": 58236288794, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"commentpicker.com\": {\"id\": 58245833145, \"app\": \"commentpicker.com\", \"name\": \"commentpicker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"morguefile.com\": {\"id\": 58235873542, \"app\": \"morguefile.com\", \"name\": \"morguefile.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"kiddoworksheets.com\": {\"id\": 58246026719, \"app\": \"kiddoworksheets.com\", \"name\": \"kiddoworksheets.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"m.fairgaze.com\": {\"id\": 58236365876, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"pearltrees.com\": {\"id\": 58236314417, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"completed.com\": {\"id\": 58235882214, \"app\": \"completed.com\", \"name\": \"completed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"about:blank\": {\"id\": 58235819229, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"eurovisionworld.com\": {\"id\": 58245905799, \"app\": \"eurovisionworld.com\", \"name\": \"eurovisionworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"examsresultinfo.com\": {\"id\": 58245578151, \"app\": \"examsresultinfo.com\", \"name\": \"examsresultinfo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"brightscholarship.com\": {\"id\": 58245969384, \"app\": \"brightscholarship.com\", \"name\": \"brightscholarship.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"manabadi.co.in\": {\"id\": 58245480777, \"app\": \"manabadi.co.in\", \"name\": \"manabadi.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"jacresults.com.in\": {\"id\": 58245539783, \"app\": \"jacresults.com.in\", \"name\": \"jacresults.com.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"invest.up.gov.in\": {\"id\": 58236955683, \"app\": \"invest.up.gov.in\", \"name\": \"invest.up.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"scholars4dev.com\": {\"id\": 58245980773, \"app\": \"scholars4dev.com\", \"name\": \"scholars4dev.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"sustainability-times.com\": {\"id\": 58245776054, \"app\": \"sustainability-times.com\", \"name\": \"sustainability-times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"aejrpage.com\": {\"id\": 58245787630, \"app\": \"aejrpage.com\", \"name\": \"aejrpage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"trustsnews.net\": {\"id\": 58245518156, \"app\": \"trustsnews.net\", \"name\": \"trustsnews.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"eventalways.com\": {\"id\": 58235884066, \"app\": \"eventalways.com\", \"name\": \"eventalways.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"pixabay.com\": {\"id\": 58235870015, \"app\": \"pixabay.com\", \"name\": \"pixabay.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"wunderkiddy.com\": {\"id\": 58246012162, \"app\": \"wunderkiddy.com\", \"name\": \"wunderkiddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onvopage.com\": {\"id\": 58245815792, \"app\": \"onvopage.com\", \"name\": \"onvopage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"cutebabyvote.com\": {\"id\": 58245900168, \"app\": \"cutebabyvote.com\", \"name\": \"cutebabyvote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"mahanmk.com\": {\"id\": 58245551406, \"app\": \"mahanmk.com\", \"name\": \"mahanmk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"accounts.google.com\": {\"id\": 58243294287, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bestmunfairgaze.blogspot.com\": {\"id\": 58235820655, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"nextbestpicture.com\": {\"id\": 58245864398, \"app\": \"nextbestpicture.com\", \"name\": \"nextbestpicture.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"artprojectsforkids.org\": {\"id\": 58245821604, \"app\": \"artprojectsforkids.org\", \"name\": \"artprojectsforkids.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"developers.google.com\": {\"id\": 58244234420, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 58235696928, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"sketchok.com\": {\"id\": 58245799218, \"app\": \"sketchok.com\", \"name\": \"sketchok.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"howtodrawforkids.com\": {\"id\": 58245776052, \"app\": \"howtodrawforkids.com\", \"name\": \"howtodrawforkids.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"googlebookmarking.com\": {\"id\": 58236448959, \"app\": \"googlebookmarking.com\", \"name\": \"googlebookmarking.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"childcarecenter.us\": {\"id\": 58246006281, \"app\": \"childcarecenter.us\", \"name\": \"childcarecenter.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"worksheetdigital.com\": {\"id\": 58237726043, \"app\": \"worksheetdigital.com\", \"name\": \"worksheetdigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"globaleventslist.elsevier.com\": {\"id\": 58236678612, \"app\": \"globaleventslist.elsevier.com\", \"name\": \"globaleventslist.elsevier.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"t2blive.com\": {\"id\": 58245947672, \"app\": \"t2blive.com\", \"name\": \"t2blive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"openwith\": {\"id\": 58246766895, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chlsoftech.com\": {\"id\": 58241329028, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"googleadservices.com\": {\"id\": 58238328500, \"app\": \"googleadservices.com\", \"name\": \"googleadservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"en.wikipedia.org\": {\"id\": 58236967823, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"justlanded.com\": {\"id\": 58236249755, \"app\": \"justlanded.com\", \"name\": \"justlanded.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"winners.webbyawards.com\": {\"id\": 58235753618, \"app\": \"winners.webbyawards.com\", \"name\": \"winners.webbyawards.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 58235750110, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:58'),(1115,15,'2025-05-24','08:12:56','16:20:39',7.60806,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-24\", \"isOnline\": false, \"arrived\": \"2025-05-24 08:12:56\", \"left\": \"2025-05-24 16:20:39\", \"late\": true, \"onlineTime\": 27826, \"offlineTime\": 0, \"desktimeTime\": 27826, \"atWorkTime\": 29263, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27389, \"productivity\": 98.43, \"efficiency\": 101.44, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58259396023, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"aajtak.in\": {\"id\": 58259510887, \"app\": \"aajtak.in\", \"name\": \"aajtak.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": {\"desktime.com\": {\"id\": 58258957613, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 380}}, \"1\": {\"docs.google.com\": {\"id\": 58258958163, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8609}, \"analytics.google.com\": {\"id\": 58258829530, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2078}, \"m.fairgaze.com\": {\"id\": 58258884053, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1889}, \"futuregenapps.com\": {\"id\": 58259133028, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1517}, \"microsoft powerpoint\": {\"id\": 58260147114, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1202}, \"getpocket.com\": {\"id\": 58258975161, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 724}, \"gofindads.com\": {\"id\": 58258836284, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 703}, \"linkedin.com\": {\"id\": 58259099333, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 684}, \"google.com\": {\"id\": 58258836831, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 671}, \"shellexperiencehost\": {\"id\": 58259338995, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 656}, \"google chrome\": {\"id\": 58258851968, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 628}, \"fairgaze.com\": {\"id\": 58258824170, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 616}, \"unknown app\": {\"id\": 58258823620, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 536}, \"lockapp\": {\"id\": 58258861739, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 484}, \"classifiedads.com\": {\"id\": 58259548243, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"sdg.fairgaze.com\": {\"id\": 58258827295, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 448}, \"windows explorer\": {\"id\": 58258826131, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 406}, \"blogripley.com\": {\"id\": 58259195233, \"app\": \"blogripley.com\", \"name\": \"blogripley.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 348}, \"ads.google.com\": {\"id\": 58258837394, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"daneblogger.com\": {\"id\": 58259153002, \"app\": \"daneblogger.com\", \"name\": \"daneblogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 319}, \"coursera.org\": {\"id\": 58260088028, \"app\": \"coursera.org\", \"name\": \"coursera.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"hrez.crystalhues.in\": {\"id\": 58258826817, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 272}, \"pearltrees.com\": {\"id\": 58259006421, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"notepad\": {\"id\": 58259335271, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"web.whatsapp.com\": {\"id\": 58258829054, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"x.com\": {\"id\": 58259806452, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"activoblog.com\": {\"id\": 58259182172, \"app\": \"activoblog.com\", \"name\": \"activoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"ms-teams\": {\"id\": 58258824171, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 203}, \"princeclassified.com\": {\"id\": 58259112656, \"app\": \"princeclassified.com\", \"name\": \"princeclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"yomoblog.com\": {\"id\": 58259734905, \"app\": \"yomoblog.com\", \"name\": \"yomoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"app.webpushr.com\": {\"id\": 58258845127, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"developers.google.com\": {\"id\": 58258998533, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"popup-blog.com\": {\"id\": 58259171388, \"app\": \"popup-blog.com\", \"name\": \"popup-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"searchhost\": {\"id\": 58259807209, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"easeofaccessdialog\": {\"id\": 58260175501, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"mun.fairgaze.com\": {\"id\": 58258880243, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"themoviedb.org\": {\"id\": 58259506979, \"app\": \"themoviedb.org\", \"name\": \"themoviedb.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"blogginaway.com\": {\"id\": 58259655820, \"app\": \"blogginaway.com\", \"name\": \"blogginaway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"microsoft word\": {\"id\": 58259334483, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"snack-blog.com\": {\"id\": 58259721814, \"app\": \"snack-blog.com\", \"name\": \"snack-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"pmc.gov.in\": {\"id\": 58260322356, \"app\": \"pmc.gov.in\", \"name\": \"pmc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"microsoft outlook\": {\"id\": 58258826132, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"blogmazing.com\": {\"id\": 58259637235, \"app\": \"blogmazing.com\", \"name\": \"blogmazing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"csublogs.com\": {\"id\": 58259654969, \"app\": \"csublogs.com\", \"name\": \"csublogs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"blogs.findermaster.com\": {\"id\": 58260084146, \"app\": \"blogs.findermaster.com\", \"name\": \"blogs.findermaster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"blog-a-story.com\": {\"id\": 58259637237, \"app\": \"blog-a-story.com\", \"name\": \"blog-a-story.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"kiddoworksheets.com\": {\"id\": 58260339223, \"app\": \"kiddoworksheets.com\", \"name\": \"kiddoworksheets.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"magicbricks.com\": {\"id\": 58259311197, \"app\": \"magicbricks.com\", \"name\": \"magicbricks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"bing.com\": {\"id\": 58260331491, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"quillbot.com\": {\"id\": 58258829529, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"pushalert.co\": {\"id\": 58259731488, \"app\": \"pushalert.co\", \"name\": \"pushalert.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"murmur-dev.csail.mit.edu\": {\"id\": 58259878700, \"app\": \"murmur-dev.csail.mit.edu\", \"name\": \"murmur-dev.csail.mit.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"indiegogo.com\": {\"id\": 58259880761, \"app\": \"indiegogo.com\", \"name\": \"indiegogo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"about:blank\": {\"id\": 58259506106, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"timescontent.timesofindia.com\": {\"id\": 58259508766, \"app\": \"timescontent.timesofindia.com\", \"name\": \"timescontent.timesofindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"trustsnews.net\": {\"id\": 58260499624, \"app\": \"trustsnews.net\", \"name\": \"trustsnews.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 58259490768, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"hodinkee.com\": {\"id\": 58259721138, \"app\": \"hodinkee.com\", \"name\": \"hodinkee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"article.advertiseera.com\": {\"id\": 58260088770, \"app\": \"article.advertiseera.com\", \"name\": \"article.advertiseera.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"account.box.com\": {\"id\": 58259880067, \"app\": \"account.box.com\", \"name\": \"account.box.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"business.google.com\": {\"id\": 58258837393, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 58260544171, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"my.stuff.co.nz\": {\"id\": 58259894339, \"app\": \"my.stuff.co.nz\", \"name\": \"my.stuff.co.nz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"windowscamera\": {\"id\": 58259808069, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"dribbble.com\": {\"id\": 58260085515, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wikihow.com\": {\"id\": 58259877297, \"app\": \"wikihow.com\", \"name\": \"wikihow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"forum.parallels.com\": {\"id\": 58259880759, \"app\": \"forum.parallels.com\", \"name\": \"forum.parallels.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:59'),(1116,15,'2025-05-26','09:26:13','18:11:49',7.85472,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-26\", \"isOnline\": false, \"arrived\": \"2025-05-26 09:26:13\", \"left\": \"2025-05-26 18:11:49\", \"late\": true, \"onlineTime\": 28391, \"offlineTime\": 0, \"desktimeTime\": 28391, \"atWorkTime\": 31536, \"afterWorkTime\": 709, \"beforeWorkTime\": 0, \"productiveTime\": 28277, \"productivity\": 99.6, \"efficiency\": 104.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58275421032, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"flickr.com\": {\"id\": 58269733831, \"app\": \"flickr.com\", \"name\": \"flickr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"afternic.com\": {\"id\": 58271712815, \"app\": \"afternic.com\", \"name\": \"afternic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": {\"desktime.com\": {\"id\": 58268398652, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}}, \"1\": {\"google.com\": {\"id\": 58265767146, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4144}, \"fairgaze.com\": {\"id\": 58265607266, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2976}, \"analytics.google.com\": {\"id\": 58265693056, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2677}, \"chrome://settings\": {\"id\": 58265810101, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1739}, \"tagmanager.google.com\": {\"id\": 58267300910, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1509}, \"mun.fairgaze.com\": {\"id\": 58265644847, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1479}, \"ads.google.com\": {\"id\": 58266802637, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1316}, \"sdg.fairgaze.com\": {\"id\": 58266258795, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1270}, \"futuregenapps.com\": {\"id\": 58269262606, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1131}, \"google chrome\": {\"id\": 58265607265, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 974}, \"ms-teams\": {\"id\": 58265710892, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 743}, \"docs.google.com\": {\"id\": 58266346087, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 734}, \"nairaland.com\": {\"id\": 58273178982, \"app\": \"nairaland.com\", \"name\": \"nairaland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 606}, \"m.fairgaze.com\": {\"id\": 58266375584, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 492}, \"windows explorer\": {\"id\": 58265607264, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 429}, \"chatgpt.com\": {\"id\": 58275813289, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 415}, \"instapaper.com\": {\"id\": 58271771351, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 338}, \"searchengineland.com\": {\"id\": 58265775957, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 336}, \"pressnews.biz\": {\"id\": 58275850266, \"app\": \"pressnews.biz\", \"name\": \"pressnews.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 322}, \"redbubble.com\": {\"id\": 58272611790, \"app\": \"redbubble.com\", \"name\": \"redbubble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"quillbot.com\": {\"id\": 58266681499, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 309}, \"shellexperiencehost\": {\"id\": 58265607263, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 267}, \"tagassistant.google.com\": {\"id\": 58267852900, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"indiaisus.com\": {\"id\": 58278157435, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"bbs.boingboing.net\": {\"id\": 58271273494, \"app\": \"bbs.boingboing.net\", \"name\": \"bbs.boingboing.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"notepad\": {\"id\": 58265605726, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 207}, \"alphacoders.com\": {\"id\": 58269797509, \"app\": \"alphacoders.com\", \"name\": \"alphacoders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"hrez.crystalhues.in\": {\"id\": 58265762794, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"microsoft outlook\": {\"id\": 58265970066, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 167}, \"validator.schema.org\": {\"id\": 58277547692, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"blog.yookalo.com\": {\"id\": 58269411536, \"app\": \"blog.yookalo.com\", \"name\": \"blog.yookalo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"ranker.com\": {\"id\": 58271672402, \"app\": \"ranker.com\", \"name\": \"ranker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"sitepoint.com\": {\"id\": 58271385042, \"app\": \"sitepoint.com\", \"name\": \"sitepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"yourstory.com\": {\"id\": 58272611784, \"app\": \"yourstory.com\", \"name\": \"yourstory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"podomatic.com\": {\"id\": 58272664991, \"app\": \"podomatic.com\", \"name\": \"podomatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"web.whatsapp.com\": {\"id\": 58267300911, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"workflowy.com\": {\"id\": 58276155796, \"app\": \"workflowy.com\", \"name\": \"workflowy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"translate.google.co.in\": {\"id\": 58277953953, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"speakerdeck.com\": {\"id\": 58271678190, \"app\": \"speakerdeck.com\", \"name\": \"speakerdeck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"thinglink.com\": {\"id\": 58271760205, \"app\": \"thinglink.com\", \"name\": \"thinglink.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"accounts.google.com\": {\"id\": 58265688111, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"blogger.com\": {\"id\": 58265759131, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"tumblr.com\": {\"id\": 58276569983, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"margcompusoft.com\": {\"id\": 58275432769, \"app\": \"margcompusoft.com\", \"name\": \"margcompusoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"justpaste.it\": {\"id\": 58265691332, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"brokenlinkcheck.com\": {\"id\": 58266178759, \"app\": \"brokenlinkcheck.com\", \"name\": \"brokenlinkcheck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"snippingtool\": {\"id\": 58265738621, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"atlasobscura.com\": {\"id\": 58275690985, \"app\": \"atlasobscura.com\", \"name\": \"atlasobscura.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"flipboard.com\": {\"id\": 58276534998, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"trustpilot.com\": {\"id\": 58269585077, \"app\": \"trustpilot.com\", \"name\": \"trustpilot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 58265738620, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"estate-blog.com\": {\"id\": 58269652736, \"app\": \"estate-blog.com\", \"name\": \"estate-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"en.gravatar.com\": {\"id\": 58269510112, \"app\": \"en.gravatar.com\", \"name\": \"en.gravatar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"activoblog.com\": {\"id\": 58269277065, \"app\": \"activoblog.com\", \"name\": \"activoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"forum.support.xerox.com\": {\"id\": 58271659644, \"app\": \"forum.support.xerox.com\", \"name\": \"forum.support.xerox.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"justdial.com\": {\"id\": 58272522716, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"openai.com\": {\"id\": 58278017017, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"us.blastingnews.com\": {\"id\": 58271188431, \"app\": \"us.blastingnews.com\", \"name\": \"us.blastingnews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"hodinkee.com\": {\"id\": 58269291447, \"app\": \"hodinkee.com\", \"name\": \"hodinkee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"codecanyon.net\": {\"id\": 58271747552, \"app\": \"codecanyon.net\", \"name\": \"codecanyon.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"shellhost\": {\"id\": 58268403717, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"blog-a-story.com\": {\"id\": 58269384776, \"app\": \"blog-a-story.com\", \"name\": \"blog-a-story.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"preschoolplayandlearn.com\": {\"id\": 58269246955, \"app\": \"preschoolplayandlearn.com\", \"name\": \"preschoolplayandlearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"creativemarket.com\": {\"id\": 58275685167, \"app\": \"creativemarket.com\", \"name\": \"creativemarket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"fool.com\": {\"id\": 58269739345, \"app\": \"fool.com\", \"name\": \"fool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"about:blank\": {\"id\": 58266918388, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"forum.parallels.com\": {\"id\": 58269671523, \"app\": \"forum.parallels.com\", \"name\": \"forum.parallels.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"business.google.com\": {\"id\": 58266802636, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"blogmazing.com\": {\"id\": 58269346369, \"app\": \"blogmazing.com\", \"name\": \"blogmazing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"popup-blog.com\": {\"id\": 58269271733, \"app\": \"popup-blog.com\", \"name\": \"popup-blog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"opentable.com\": {\"id\": 58271619765, \"app\": \"opentable.com\", \"name\": \"opentable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"seekingalpha.com\": {\"id\": 58271166883, \"app\": \"seekingalpha.com\", \"name\": \"seekingalpha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"discogs.com\": {\"id\": 58269745115, \"app\": \"discogs.com\", \"name\": \"discogs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dribbble.com\": {\"id\": 58269614378, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"newbigblog.com\": {\"id\": 58269357084, \"app\": \"newbigblog.com\", \"name\": \"newbigblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 58265777779, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"invest.up.gov.in\": {\"id\": 58265637391, \"app\": \"invest.up.gov.in\", \"name\": \"invest.up.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"superuser.com\": {\"id\": 58272611786, \"app\": \"superuser.com\", \"name\": \"superuser.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"openwith\": {\"id\": 58268028320, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"x.com\": {\"id\": 58265990701, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58265737030, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"xfinity.com\": {\"id\": 58271172238, \"app\": \"xfinity.com\", \"name\": \"xfinity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"howcube.com\": {\"id\": 58269504796, \"app\": \"howcube.com\", \"name\": \"howcube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"story.wallclassifieds.com\": {\"id\": 58269482272, \"app\": \"story.wallclassifieds.com\", \"name\": \"story.wallclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"blogcudinti.com\": {\"id\": 58269476698, \"app\": \"blogcudinti.com\", \"name\": \"blogcudinti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"broadcom.com\": {\"id\": 58271460282, \"app\": \"broadcom.com\", \"name\": \"broadcom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"behance.net\": {\"id\": 58271150732, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"us.community.sony.com\": {\"id\": 58269728283, \"app\": \"us.community.sony.com\", \"name\": \"us.community.sony.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"themeforest.net\": {\"id\": 58269671522, \"app\": \"themeforest.net\", \"name\": \"themeforest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about.me\": {\"id\": 58269717217, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bloggersroad.com\": {\"id\": 58269504793, \"app\": \"bloggersroad.com\", \"name\": \"bloggersroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"4shared.com\": {\"id\": 58269538138, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogproducer.com\": {\"id\": 58269351744, \"app\": \"blogproducer.com\", \"name\": \"blogproducer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"aboutyoublog.com\": {\"id\": 58269394897, \"app\": \"aboutyoublog.com\", \"name\": \"aboutyoublog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getpocket.com\": {\"id\": 58271765729, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"evernote.com\": {\"id\": 58269697929, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blog.freeadstime.org\": {\"id\": 58269487793, \"app\": \"blog.freeadstime.org\", \"name\": \"blog.freeadstime.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blogginaway.com\": {\"id\": 58269389719, \"app\": \"blogginaway.com\", \"name\": \"blogginaway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"microsoft word\": {\"id\": 58265605724, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"gofindads.com\": {\"id\": 58277348252, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.blogspot.com\": {\"id\": 58276655483, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"youthkiawaaz.com\": {\"id\": 58276188807, \"app\": \"youthkiawaaz.com\", \"name\": \"youthkiawaaz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"forum.audacityteam.org\": {\"id\": 58271753041, \"app\": \"forum.audacityteam.org\", \"name\": \"forum.audacityteam.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sourceforge.net\": {\"id\": 58269563825, \"app\": \"sourceforge.net\", \"name\": \"sourceforge.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ologames.com\": {\"id\": 58269499051, \"app\": \"ologames.com\", \"name\": \"ologames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mediafire.com\": {\"id\": 58269510111, \"app\": \"mediafire.com\", \"name\": \"mediafire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blog.shopolop.com\": {\"id\": 58269499046, \"app\": \"blog.shopolop.com\", \"name\": \"blog.shopolop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"article.classifiedsfactor.com\": {\"id\": 58269482281, \"app\": \"article.classifiedsfactor.com\", \"name\": \"article.classifiedsfactor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"angelfire.lycos.com\": {\"id\": 58269569230, \"app\": \"angelfire.lycos.com\", \"name\": \"angelfire.lycos.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blogthisbiz.com\": {\"id\": 58269368376, \"app\": \"blogthisbiz.com\", \"name\": \"blogthisbiz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"microsoft powerpoint\": {\"id\": 58265604486, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"wattpad.com\": {\"id\": 58271161826, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"lockapp\": {\"id\": 58268226310, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"99acres.com\": {\"id\": 58265635257, \"app\": \"99acres.com\", \"name\": \"99acres.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:51:59'),(1117,15,'2025-05-27','09:25:11','18:12:51',7.89639,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-27\", \"isOnline\": false, \"arrived\": \"2025-05-27 09:25:11\", \"left\": \"2025-05-27 18:12:51\", \"late\": true, \"onlineTime\": 28507, \"offlineTime\": 0, \"desktimeTime\": 28507, \"atWorkTime\": 31660, \"afterWorkTime\": 771, \"beforeWorkTime\": 0, \"productiveTime\": 28427, \"productivity\": 99.72, \"efficiency\": 105.29, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58296922996, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}}, \"0\": {\"desktime.com\": {\"id\": 58292742225, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}}, \"1\": {\"analytics.google.com\": {\"id\": 58289132756, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5892}, \"ads.google.com\": {\"id\": 58289222233, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4955}, \"tagmanager.google.com\": {\"id\": 58289378146, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2841}, \"google.com\": {\"id\": 58289065680, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2099}, \"chatgpt.com\": {\"id\": 58290648881, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1545}, \"m.fairgaze.com\": {\"id\": 58297067491, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1408}, \"sdg.fairgaze.com\": {\"id\": 58289208861, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1158}, \"mun.fairgaze.com\": {\"id\": 58289083681, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1079}, \"youtube.com\": {\"id\": 58289372241, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1000}, \"google chrome\": {\"id\": 58289064027, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 722}, \"openai.com\": {\"id\": 58300092523, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 620}, \"chrome://settings\": {\"id\": 58291412899, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 523}, \"prepostseo.com\": {\"id\": 58292414477, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 470}, \"ms-teams\": {\"id\": 58289064025, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 457}, \"shellexperiencehost\": {\"id\": 58289082126, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 435}, \"futuregenapps.com\": {\"id\": 58293055793, \"app\": \"futuregenapps.com\", \"name\": \"futuregenapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 402}, \"fairgaze.com\": {\"id\": 58292420088, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 370}, \"searchengineland.com\": {\"id\": 58292136621, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"tagassistant.google.com\": {\"id\": 58289609719, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"pearltrees.com\": {\"id\": 58292921003, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"hrez.crystalhues.in\": {\"id\": 58289174208, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"gofindads.com\": {\"id\": 58292747950, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"docs.google.com\": {\"id\": 58297095877, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"microsoft outlook\": {\"id\": 58290237549, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"notepad\": {\"id\": 58298586326, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"translate.google.co.in\": {\"id\": 58298657336, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"web.whatsapp.com\": {\"id\": 58298344909, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"windows explorer\": {\"id\": 58289064026, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"support.google.com\": {\"id\": 58290688200, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"aboutyoublog.com\": {\"id\": 58293091240, \"app\": \"aboutyoublog.com\", \"name\": \"aboutyoublog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"onlinenotepad.org\": {\"id\": 58298444651, \"app\": \"onlinenotepad.org\", \"name\": \"onlinenotepad.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"en.gravatar.com\": {\"id\": 58293163410, \"app\": \"en.gravatar.com\", \"name\": \"en.gravatar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"unknown app\": {\"id\": 58289062309, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"pankajkumarseo.com\": {\"id\": 58292536353, \"app\": \"pankajkumarseo.com\", \"name\": \"pankajkumarseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"tubebuddy.com\": {\"id\": 58297327494, \"app\": \"tubebuddy.com\", \"name\": \"tubebuddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"msedgewebview2\": {\"id\": 58290596735, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"snippingtool\": {\"id\": 58290240762, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"lockapp\": {\"id\": 58289059454, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"blogger.com\": {\"id\": 58297250888, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"accounts.google.com\": {\"id\": 58297360613, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"business.google.com\": {\"id\": 58289222231, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"jharupdate.com\": {\"id\": 58289367902, \"app\": \"jharupdate.com\", \"name\": \"jharupdate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chromewebstore.google.com\": {\"id\": 58297340206, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"about:blank\": {\"id\": 58289365779, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"onlinent\": {\"id\": 58290907625, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"pickerhost\": {\"id\": 58290514801, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 58290240761, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"blogcudinti.com\": {\"id\": 58293085326, \"app\": \"blogcudinti.com\", \"name\": \"blogcudinti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"scribd.com\": {\"id\": 58293151749, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"indresults.com\": {\"id\": 58289242155, \"app\": \"indresults.com\", \"name\": \"indresults.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"getpocket.com\": {\"id\": 58292915486, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"examsarkariresult.info\": {\"id\": 58289243955, \"app\": \"examsarkariresult.info\", \"name\": \"examsarkariresult.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"twitter.com\": {\"id\": 58297321099, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nofilmschool.com\": {\"id\": 58298573371, \"app\": \"nofilmschool.com\", \"name\": \"nofilmschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogginaway.com\": {\"id\": 58293091236, \"app\": \"blogginaway.com\", \"name\": \"blogginaway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blog-a-story.com\": {\"id\": 58293139976, \"app\": \"blog-a-story.com\", \"name\": \"blog-a-story.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.ae\": {\"id\": 58292483397, \"app\": \"google.ae\", \"name\": \"google.ae\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blogsearch.google.ae\": {\"id\": 58292463957, \"app\": \"blogsearch.google.ae\", \"name\": \"blogsearch.google.ae\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft excel\": {\"id\": 58290703185, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"facebook.com\": {\"id\": 58300028094, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"blogmazing.com\": {\"id\": 58293134515, \"app\": \"blogmazing.com\", \"name\": \"blogmazing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scholars4dev.com\": {\"id\": 58289207028, \"app\": \"scholars4dev.com\", \"name\": \"scholars4dev.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:51:59'),(1118,15,'2025-05-28','09:26:34','18:03:11',7.56306,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-28\", \"isOnline\": false, \"arrived\": \"2025-05-28 09:26:34\", \"left\": \"2025-05-28 18:03:11\", \"late\": true, \"onlineTime\": 27358, \"offlineTime\": 0, \"desktimeTime\": 27358, \"atWorkTime\": 30997, \"afterWorkTime\": 191, \"beforeWorkTime\": 0, \"productiveTime\": 27227, \"productivity\": 99.52, \"efficiency\": 100.84, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58319540623, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"shiksha.com\": {\"id\": 58318906926, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": {\"desktime.com\": {\"id\": 58321734363, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}}, \"1\": {\"ads.google.com\": {\"id\": 58317722025, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3591}, \"google.com\": {\"id\": 58317695721, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2899}, \"docs.google.com\": {\"id\": 58319119518, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2457}, \"analytics.google.com\": {\"id\": 58317822347, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2025}, \"microsoft outlook\": {\"id\": 58318737192, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1414}, \"chatgpt.com\": {\"id\": 58317990560, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1350}, \"microsoft paint\": {\"id\": 58324082361, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1204}, \"m.fairgaze.com\": {\"id\": 58318650796, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 973}, \"mun.fairgaze.com\": {\"id\": 58319809116, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 935}, \"app.webpushr.com\": {\"id\": 58326096307, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 778}, \"fairgaze.com\": {\"id\": 58317695722, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 718}, \"sdg.fairgaze.com\": {\"id\": 58317631552, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 698}, \"chrome://settings\": {\"id\": 58320262681, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 661}, \"google chrome\": {\"id\": 58317718530, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 586}, \"searchengineland.com\": {\"id\": 58321821613, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 533}, \"notepad\": {\"id\": 58318040417, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 506}, \"app.neilpatel.com\": {\"id\": 58318777910, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 438}, \"neilpatel.com\": {\"id\": 58318777909, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"digitalnomadwannabe.com\": {\"id\": 58325869685, \"app\": \"digitalnomadwannabe.com\", \"name\": \"digitalnomadwannabe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"ms-teams\": {\"id\": 58317693978, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 296}, \"about:blank\": {\"id\": 58317793472, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 293}, \"windows explorer\": {\"id\": 58318059530, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 238}, \"web.whatsapp.com\": {\"id\": 58326096305, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"msedge\": {\"id\": 58319296908, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"youtube.com\": {\"id\": 58318304107, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"marketingplatform.google.com\": {\"id\": 58328998981, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"classifiedads.com\": {\"id\": 58320030915, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"kidscontests.in\": {\"id\": 58317847142, \"app\": \"kidscontests.in\", \"name\": \"kidscontests.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"google.co.in\": {\"id\": 58324302630, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"innetads.com\": {\"id\": 58328094376, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"snippingtool\": {\"id\": 58319301016, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"unknown app\": {\"id\": 58317687305, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"search.google.com\": {\"id\": 58326377602, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"hot-web-ads.com\": {\"id\": 58319995839, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"expatriates.com\": {\"id\": 58328016305, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"adstransparency.google.com\": {\"id\": 58317969995, \"app\": \"adstransparency.google.com\", \"name\": \"adstransparency.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"click.in\": {\"id\": 58319957554, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"diigo.com\": {\"id\": 58319649249, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"facebook.com\": {\"id\": 58326147235, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"kidsfoundation.in\": {\"id\": 58317946346, \"app\": \"kidsfoundation.in\", \"name\": \"kidsfoundation.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"blogger.com\": {\"id\": 58328487093, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"hrez.crystalhues.in\": {\"id\": 58320238194, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"msedgewebview2\": {\"id\": 58325057034, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"translate.google.com\": {\"id\": 58327677768, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"kidsage.in\": {\"id\": 58317928314, \"app\": \"kidsage.in\", \"name\": \"kidsage.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"tumblr.com\": {\"id\": 58328562363, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"searchhost\": {\"id\": 58318038020, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"indiamags.com\": {\"id\": 58318564114, \"app\": \"indiamags.com\", \"name\": \"indiamags.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"happyyoungreaders.com\": {\"id\": 58318577787, \"app\": \"happyyoungreaders.com\", \"name\": \"happyyoungreaders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"indiaisus.com\": {\"id\": 58319361065, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"dublieu.com\": {\"id\": 58318144733, \"app\": \"dublieu.com\", \"name\": \"dublieu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"picsart.com\": {\"id\": 58324445846, \"app\": \"picsart.com\", \"name\": \"picsart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"flipboard.com\": {\"id\": 58319681517, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"schools.org.in\": {\"id\": 58317808887, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"microsoft excel\": {\"id\": 58318752440, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"bing.com\": {\"id\": 58318774128, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"intellyjelly.com\": {\"id\": 58318553385, \"app\": \"intellyjelly.com\", \"name\": \"intellyjelly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"lockapp\": {\"id\": 58317681764, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"create-learn.us\": {\"id\": 58318123885, \"app\": \"create-learn.us\", \"name\": \"create-learn.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"tagmanager.google.com\": {\"id\": 58321076164, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"inurture.co.in\": {\"id\": 58318918420, \"app\": \"inurture.co.in\", \"name\": \"inurture.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"intellithononline.com\": {\"id\": 58318013476, \"app\": \"intellithononline.com\", \"name\": \"intellithononline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"getpocket.com\": {\"id\": 58319618360, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"websiteseochecker.com\": {\"id\": 58318162080, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"himcoste.hp.gov.in\": {\"id\": 58318212523, \"app\": \"himcoste.hp.gov.in\", \"name\": \"himcoste.hp.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"shop-classroommagazines.scholastic.com\": {\"id\": 58318535956, \"app\": \"shop-classroommagazines.scholastic.com\", \"name\": \"shop-classroommagazines.scholastic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"thestarkidz.com\": {\"id\": 58317931065, \"app\": \"thestarkidz.com\", \"name\": \"thestarkidz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"shellexperiencehost\": {\"id\": 58319609762, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"pickerhost\": {\"id\": 58319304691, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"edujr.com\": {\"id\": 58318010882, \"app\": \"edujr.com\", \"name\": \"edujr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"teachoo.com\": {\"id\": 58317762336, \"app\": \"teachoo.com\", \"name\": \"teachoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"instapaper.com\": {\"id\": 58319636007, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"jagranjosh.com\": {\"id\": 58318082659, \"app\": \"jagranjosh.com\", \"name\": \"jagranjosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"developers.google.com\": {\"id\": 58326365241, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"crystalhues.com\": {\"id\": 58321514400, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"business.google.com\": {\"id\": 58317722024, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"unstop.com\": {\"id\": 58318228317, \"app\": \"unstop.com\", \"name\": \"unstop.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"worldquizzing.com\": {\"id\": 58318245275, \"app\": \"worldquizzing.com\", \"name\": \"worldquizzing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"trumsy.com\": {\"id\": 58318027026, \"app\": \"trumsy.com\", \"name\": \"trumsy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"quiz.mygov.in\": {\"id\": 58318176652, \"app\": \"quiz.mygov.in\", \"name\": \"quiz.mygov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"educomp.com\": {\"id\": 58318894498, \"app\": \"educomp.com\", \"name\": \"educomp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"takshnetwork.com\": {\"id\": 58318875190, \"app\": \"takshnetwork.com\", \"name\": \"takshnetwork.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"shikshapress.com\": {\"id\": 58318268863, \"app\": \"shikshapress.com\", \"name\": \"shikshapress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"study.com\": {\"id\": 58318829549, \"app\": \"study.com\", \"name\": \"study.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"howtodrawforkids.com\": {\"id\": 58317962817, \"app\": \"howtodrawforkids.com\", \"name\": \"howtodrawforkids.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"technoserve.org\": {\"id\": 58318255894, \"app\": \"technoserve.org\", \"name\": \"technoserve.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"fairgaze.blogspot.com\": {\"id\": 58328537577, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"brainly.in\": {\"id\": 58318821796, \"app\": \"brainly.in\", \"name\": \"brainly.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"artnculture.org\": {\"id\": 58318132130, \"app\": \"artnculture.org\", \"name\": \"artnculture.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"sarkariresult.com\": {\"id\": 58317769422, \"app\": \"sarkariresult.com\", \"name\": \"sarkariresult.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"gofindads.com\": {\"id\": 58317711343, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"locanto.me\": {\"id\": 58328003963, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"quillbot.com\": {\"id\": 58318170603, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"onlinestudytest.com\": {\"id\": 58321048548, \"app\": \"onlinestudytest.com\", \"name\": \"onlinestudytest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"scholasticworld.in\": {\"id\": 58318202691, \"app\": \"scholasticworld.in\", \"name\": \"scholasticworld.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"k12news.co.in\": {\"id\": 58318844351, \"app\": \"k12news.co.in\", \"name\": \"k12news.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"indiaart.com\": {\"id\": 58318118709, \"app\": \"indiaart.com\", \"name\": \"indiaart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"sgstvnews.in\": {\"id\": 58317797623, \"app\": \"sgstvnews.in\", \"name\": \"sgstvnews.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"nacfun.com\": {\"id\": 58318282863, \"app\": \"nacfun.com\", \"name\": \"nacfun.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"wizkidscarnival.com\": {\"id\": 58317955748, \"app\": \"wizkidscarnival.com\", \"name\": \"wizkidscarnival.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"support.google.com\": {\"id\": 58317967742, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"icbse.com\": {\"id\": 58317816374, \"app\": \"icbse.com\", \"name\": \"icbse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"myfunmax.com\": {\"id\": 58317784555, \"app\": \"myfunmax.com\", \"name\": \"myfunmax.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiatyping.com\": {\"id\": 58317775976, \"app\": \"indiatyping.com\", \"name\": \"indiatyping.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"typingbaba.com\": {\"id\": 58321042886, \"app\": \"typingbaba.com\", \"name\": \"typingbaba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"swachataparnibandh.com\": {\"id\": 58317779741, \"app\": \"swachataparnibandh.com\", \"name\": \"swachataparnibandh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"imgur.com\": {\"id\": 58328344288, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"crystalhues.desk365.io\": {\"id\": 58323431560, \"app\": \"crystalhues.desk365.io\", \"name\": \"crystalhues.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"genpact.com\": {\"id\": 58318855557, \"app\": \"genpact.com\", \"name\": \"genpact.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"learners365.com\": {\"id\": 58317765901, \"app\": \"learners365.com\", \"name\": \"learners365.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"accounts.google.com\": {\"id\": 58328010075, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"concentrix.com\": {\"id\": 58318867150, \"app\": \"concentrix.com\", \"name\": \"concentrix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"mysubs.in\": {\"id\": 58318546344, \"app\": \"mysubs.in\", \"name\": \"mysubs.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"indiaresults.com\": {\"id\": 58326763085, \"app\": \"indiaresults.com\", \"name\": \"indiaresults.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"indresults.com\": {\"id\": 58319352557, \"app\": \"indresults.com\", \"name\": \"indresults.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sproutyerakidz.com\": {\"id\": 58318359576, \"app\": \"sproutyerakidz.com\", \"name\": \"sproutyerakidz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58324095910, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"youreventfree.com\": {\"id\": 58318304105, \"app\": \"youreventfree.com\", \"name\": \"youreventfree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"natgeokids.com\": {\"id\": 58317988144, \"app\": \"natgeokids.com\", \"name\": \"natgeokids.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mycontest.in\": {\"id\": 58318008693, \"app\": \"mycontest.in\", \"name\": \"mycontest.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scoop.it\": {\"id\": 58317695716, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"educative.io\": {\"id\": 58318829542, \"app\": \"educative.io\", \"name\": \"educative.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"britannica.com\": {\"id\": 58318821794, \"app\": \"britannica.com\", \"name\": \"britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"contest4kids.com\": {\"id\": 58317955747, \"app\": \"contest4kids.com\", \"name\": \"contest4kids.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:00'),(1119,15,'2025-05-29','09:25:26','19:54:42',7.61361,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-29\", \"isOnline\": false, \"arrived\": \"2025-05-29 09:25:26\", \"left\": \"2025-05-29 19:54:42\", \"late\": true, \"onlineTime\": 27731, \"offlineTime\": 0, \"desktimeTime\": 27731, \"atWorkTime\": 37756, \"afterWorkTime\": 1397, \"beforeWorkTime\": 0, \"productiveTime\": 27409, \"productivity\": 98.84, \"efficiency\": 101.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58349135830, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}}, \"0\": {\"desktime.com\": {\"id\": 58358058830, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}}, \"1\": {\"ads.google.com\": {\"id\": 58345729045, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6535}, \"mun.fairgaze.com\": {\"id\": 58345642542, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2533}, \"analytics.google.com\": {\"id\": 58345672050, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2360}, \"google.com\": {\"id\": 58345735678, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2047}, \"google chrome\": {\"id\": 58345660358, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1354}, \"tagmanager.google.com\": {\"id\": 58346062376, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1330}, \"sdg.fairgaze.com\": {\"id\": 58345974799, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1043}, \"chatgpt.com\": {\"id\": 58345732195, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 984}, \"fairgaze.com\": {\"id\": 58346186897, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 812}, \"ms-teams\": {\"id\": 58346202079, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 580}, \"docs.google.com\": {\"id\": 58345673739, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 555}, \"webnode.com\": {\"id\": 58346269690, \"app\": \"webnode.com\", \"name\": \"webnode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 510}, \"innetads.com\": {\"id\": 58347306282, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 497}, \"livejournal.com\": {\"id\": 58347147716, \"app\": \"livejournal.com\", \"name\": \"livejournal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 494}, \"chrome://settings\": {\"id\": 58347566367, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 466}, \"timessquarereporter.com\": {\"id\": 58353208109, \"app\": \"timessquarereporter.com\", \"name\": \"timessquarereporter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"play.google.com\": {\"id\": 58351498861, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 428}, \"windows explorer\": {\"id\": 58346037228, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 426}, \"crystalhues.com\": {\"id\": 58346419063, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 392}, \"app.webpushr.com\": {\"id\": 58348034715, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 373}, \"tagassistant.google.com\": {\"id\": 58346001629, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"app.site123.com\": {\"id\": 58349938038, \"app\": \"app.site123.com\", \"name\": \"app.site123.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 355}, \"msedge\": {\"id\": 58346706178, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 355}, \"microsoft outlook\": {\"id\": 58345664560, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"medium.com\": {\"id\": 58348145716, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"click.in\": {\"id\": 58347087507, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"neilpatel.com\": {\"id\": 58345657310, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"linkedin.com\": {\"id\": 58348347928, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 168}, \"apsense.com\": {\"id\": 58345751903, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"youtube.com\": {\"id\": 58355562300, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"about:blank\": {\"id\": 58350043489, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"web.whatsapp.com\": {\"id\": 58348034714, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"notepad\": {\"id\": 58346136624, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"hrez.crystalhues.in\": {\"id\": 58345654086, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"openwith\": {\"id\": 58351954324, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"openai.com\": {\"id\": 58348473569, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"zoho.com\": {\"id\": 58346889805, \"app\": \"zoho.com\", \"name\": \"zoho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"shellexperiencehost\": {\"id\": 58346205327, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"accounts.google.com\": {\"id\": 58349938040, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"unknown app\": {\"id\": 58346361380, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"snippingtool\": {\"id\": 58348963618, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"jagranjosh.com\": {\"id\": 58354187971, \"app\": \"jagranjosh.com\", \"name\": \"jagranjosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"calculator.net\": {\"id\": 58349393879, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"business.google.com\": {\"id\": 58345896768, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"quiz.mygov.in\": {\"id\": 58354170574, \"app\": \"quiz.mygov.in\", \"name\": \"quiz.mygov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"tumblr.com\": {\"id\": 58346260841, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 58348958142, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"app.neilpatel.com\": {\"id\": 58348504715, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedgewebview2\": {\"id\": 58349118139, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"bravenet.com\": {\"id\": 58346263930, \"app\": \"bravenet.com\", \"name\": \"bravenet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"app.apollo.io\": {\"id\": 58353443101, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 58346358259, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"pickerhost\": {\"id\": 58348969132, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"developers.google.com\": {\"id\": 58353808487, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"site123.com\": {\"id\": 58346272438, \"app\": \"site123.com\", \"name\": \"site123.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"marketingplatform.google.com\": {\"id\": 58345640867, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"c\": {\"id\": 58357024342, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"apollo.io\": {\"id\": 58353430948, \"app\": \"apollo.io\", \"name\": \"apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gofindads.com\": {\"id\": 58353851030, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://profile-picker\": {\"id\": 58351959805, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"gmail.com\": {\"id\": 58353519232, \"app\": \"gmail.com\", \"name\": \"gmail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:00'),(1120,15,'2025-05-30','09:24:38','23:21:16',7.71028,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-05-30\", \"isOnline\": false, \"arrived\": \"2025-05-30 09:24:38\", \"left\": \"2025-05-30 23:21:16\", \"late\": true, \"onlineTime\": 27909, \"offlineTime\": 0, \"desktimeTime\": 27909, \"atWorkTime\": 50198, \"afterWorkTime\": 82, \"beforeWorkTime\": 0, \"productiveTime\": 27757, \"productivity\": 99.46, \"efficiency\": 102.8, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58375672353, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}}, \"0\": {\"desktime.com\": {\"id\": 58385123613, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}}, \"1\": {\"ads.google.com\": {\"id\": 58373227936, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8527}, \"chatgpt.com\": {\"id\": 58373283893, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2460}, \"analytics.google.com\": {\"id\": 58373159490, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2313}, \"search.google.com\": {\"id\": 58376675002, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1770}, \"mun.fairgaze.com\": {\"id\": 58373109579, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1734}, \"app.creatopy.com\": {\"id\": 58374713935, \"app\": \"app.creatopy.com\", \"name\": \"app.creatopy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1341}, \"google.com\": {\"id\": 58373226230, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1307}, \"microsoft excel\": {\"id\": 58380646733, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 977}, \"google chrome\": {\"id\": 58373126342, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 886}, \"docs.google.com\": {\"id\": 58375713389, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 878}, \"fairgaze.com\": {\"id\": 58374102852, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 709}, \"windows explorer\": {\"id\": 58373762105, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"app.webpushr.com\": {\"id\": 58376950800, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 323}, \"support.google.com\": {\"id\": 58379349029, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"microsoft outlook\": {\"id\": 58373130557, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 280}, \"ms-teams\": {\"id\": 58373764842, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 237}, \"m.fairgaze.com\": {\"id\": 58378757272, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 216}, \"photext.shop\": {\"id\": 58381825222, \"app\": \"photext.shop\", \"name\": \"photext.shop\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"x.com\": {\"id\": 58382232221, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"pagespeed.web.dev\": {\"id\": 58376733207, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"technicalseo.com\": {\"id\": 58382783265, \"app\": \"technicalseo.com\", \"name\": \"technicalseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 157}, \"snippingtool\": {\"id\": 58381954447, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"chrome://settings\": {\"id\": 58378616243, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"testbook.com\": {\"id\": 58378575909, \"app\": \"testbook.com\", \"name\": \"testbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"shellhost\": {\"id\": 58376413770, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"microsoft paint\": {\"id\": 58381747688, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"flipboard.com\": {\"id\": 58376095225, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"web.whatsapp.com\": {\"id\": 58374683218, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"jotform.com\": {\"id\": 58373338438, \"app\": \"jotform.com\", \"name\": \"jotform.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"webdesigner.withgoogle.com\": {\"id\": 58373309415, \"app\": \"webdesigner.withgoogle.com\", \"name\": \"webdesigner.withgoogle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"translate.google.co.in\": {\"id\": 58382610087, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"hrez.crystalhues.in\": {\"id\": 58373122798, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"timeshighereducation.com\": {\"id\": 58376642055, \"app\": \"timeshighereducation.com\", \"name\": \"timeshighereducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"accounts.google.com\": {\"id\": 58374717997, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"scribd.com\": {\"id\": 58375771372, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"blogger.com\": {\"id\": 58375614819, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"creatopy.com\": {\"id\": 58374702705, \"app\": \"creatopy.com\", \"name\": \"creatopy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"sdg.fairgaze.com\": {\"id\": 58374063373, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"slideshare.net\": {\"id\": 58375840103, \"app\": \"slideshare.net\", \"name\": \"slideshare.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"searchhost\": {\"id\": 58373546428, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"htmlcsstoimage.com\": {\"id\": 58375198457, \"app\": \"htmlcsstoimage.com\", \"name\": \"htmlcsstoimage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"msedge\": {\"id\": 58381701385, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"microsoft word\": {\"id\": 58375743648, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 58373332783, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"tumblr.com\": {\"id\": 58376063910, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"about:blank\": {\"id\": 58375798171, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"linkedin.com\": {\"id\": 58382211391, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"msedgewebview2\": {\"id\": 58382436382, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"4shared.com\": {\"id\": 58375807363, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"notepad\": {\"id\": 58382936421, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"invest.up.gov.in\": {\"id\": 58379740675, \"app\": \"invest.up.gov.in\", \"name\": \"invest.up.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"imgur.com\": {\"id\": 58376054297, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"auth.creatopy.com\": {\"id\": 58374717995, \"app\": \"auth.creatopy.com\", \"name\": \"auth.creatopy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"justpaste.it\": {\"id\": 58376142758, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"pickerhost\": {\"id\": 58381960688, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"developers.google.com\": {\"id\": 58376669898, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"play.google.com\": {\"id\": 58374780810, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"google.co.in\": {\"id\": 58381813623, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"business.google.com\": {\"id\": 58373227935, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"indiaasisee.fairgaze.com\": {\"id\": 58376785046, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"stackoverflow.com\": {\"id\": 58382283893, \"app\": \"stackoverflow.com\", \"name\": \"stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"crystalhues.com\": {\"id\": 58376764664, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"developers.facebook.com\": {\"id\": 58382255313, \"app\": \"developers.facebook.com\", \"name\": \"developers.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"blogspot.com\": {\"id\": 58374666248, \"app\": \"blogspot.com\", \"name\": \"blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"avetta.com\": {\"id\": 58379729904, \"app\": \"avetta.com\", \"name\": \"avetta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"validator.schema.org\": {\"id\": 58382206339, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome-search\": {\"id\": 58383737182, \"app\": \"chrome-search\", \"name\": \"chrome-search\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"apps.apple.com\": {\"id\": 58374872583, \"app\": \"apps.apple.com\", \"name\": \"apps.apple.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"gofindads.com\": {\"id\": 58373133706, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"oodle.com\": {\"id\": 58384776360, \"app\": \"oodle.com\", \"name\": \"oodle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 58381813615, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58381664919, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"schools.org.in\": {\"id\": 58379159891, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"auth.htmlcsstoimage.com\": {\"id\": 58375207258, \"app\": \"auth.htmlcsstoimage.com\", \"name\": \"auth.htmlcsstoimage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"facebook.com\": {\"id\": 58375511999, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome-extension://pbcfbdlbkdfobidmdoondbgdfpjolhci\": {\"id\": 58373318001, \"app\": \"chrome-extension://pbcfbdlbkdfobidmdoondbgdfpjolhci\", \"name\": \"chrome-extension://pbcfbdlbkdfobidmdoondbgdfpjolhci\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"googlewebdesigner_win (1)\": {\"id\": 58383831395, \"app\": \"Googlewebdesigner_win (1)\", \"name\": \"Googlewebdesigner_win (1)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"twitter.com\": {\"id\": 58382226807, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bestmunfairgaze.blogspot.com\": {\"id\": 58376049271, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"googlewebdesigner_win\": {\"id\": 58373322449, \"app\": \"Googlewebdesigner_win\", \"name\": \"Googlewebdesigner_win\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:01'),(1141,16,'2025-04-01','09:55:16','19:17:15',8.07972,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-01\", \"isOnline\": false, \"arrived\": \"2025-04-01 09:55:16\", \"left\": \"2025-04-01 19:17:15\", \"late\": true, \"onlineTime\": 30178, \"offlineTime\": 0, \"desktimeTime\": 30178, \"atWorkTime\": 33719, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29087, \"productivity\": 96.38, \"efficiency\": 104.25, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57207495860, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1082}}, \"0\": {\"desktime.com\": {\"id\": 57218258566, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"1\": {\"sdltradosstudio\": {\"id\": 57205013440, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9676}, \"ms-teams\": {\"id\": 57204906338, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6267}, \"microsoft word\": {\"id\": 57204906359, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4047}, \"windows explorer\": {\"id\": 57204906355, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3666}, \"microsoft outlook\": {\"id\": 57204906356, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1999}, \"microsoft excel\": {\"id\": 57205717168, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 821}, \"eu.cloud.trados.com\": {\"id\": 57213650483, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 496}, \"acrobat\": {\"id\": 57206460104, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"pms.chlserv.com\": {\"id\": 57204933505, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}, \"translate.google.co.in\": {\"id\": 57204935755, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 243}, \"192.168.0.251\": {\"id\": 57205861921, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"shellexperiencehost\": {\"id\": 57205049813, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 160}, \"hrez.crystalhues.in\": {\"id\": 57205891932, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"enjoysgame.com\": {\"id\": 57207599521, \"app\": \"enjoysgame.com\", \"name\": \"enjoysgame.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"google.com\": {\"id\": 57204935754, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"google chrome\": {\"id\": 57204933503, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"192.168.0.250\": {\"id\": 57217006066, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"msedgewebview2\": {\"id\": 57205596944, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"snippingtool\": {\"id\": 57204917646, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"searchhost\": {\"id\": 57204917645, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 57207339118, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"unknown app\": {\"id\": 57205016928, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"credentialuibroker\": {\"id\": 57204906352, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"about:blank\": {\"id\": 57207599518, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 57204991629, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"systemsettings\": {\"id\": 57204906354, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"a02.peppagame.com\": {\"id\": 57207609452, \"app\": \"a02.peppagame.com\", \"name\": \"a02.peppagame.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"india.resellerclub.com\": {\"id\": 57207604307, \"app\": \"india.resellerclub.com\", \"name\": \"india.resellerclub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 57204906341, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57204906337, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 57213650480, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 57204906348, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"7zg\": {\"id\": 57220330626, \"app\": \"7zG\", \"name\": \"7zG\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 57213650476, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wdh2.babojoy.com\": {\"id\": 57207627827, \"app\": \"wdh2.babojoy.com\", \"name\": \"wdh2.babojoy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:20'),(1142,16,'2025-04-02','09:51:45','19:54:52',9.24833,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-02\", \"isOnline\": false, \"arrived\": \"2025-04-02 09:51:45\", \"left\": \"2025-04-02 19:54:52\", \"late\": true, \"onlineTime\": 33316, \"offlineTime\": 0, \"desktimeTime\": 33316, \"atWorkTime\": 36187, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 33294, \"productivity\": 99.93, \"efficiency\": 119.33, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57233273911, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}}, \"1\": {\"sdltradosstudio\": {\"id\": 57233081082, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10520}, \"microsoft word\": {\"id\": 57232974086, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5404}, \"windows explorer\": {\"id\": 57232969743, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4602}, \"ms-teams\": {\"id\": 57232962355, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4179}, \"microsoft excel\": {\"id\": 57233141223, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2419}, \"acrobat\": {\"id\": 57233223049, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2127}, \"translate.google.co.in\": {\"id\": 57233020391, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1445}, \"microsoft outlook\": {\"id\": 57232971887, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1075}, \"pms.chlserv.com\": {\"id\": 57232991971, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 561}, \"192.168.0.250\": {\"id\": 57233116422, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 214}, \"eu.cloud.trados.com\": {\"id\": 57233131376, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 168}, \"snippingtool\": {\"id\": 57233622779, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 153}, \"unknown app\": {\"id\": 57232962367, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"msedgewebview2\": {\"id\": 57233194975, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"powertoys.powerocr\": {\"id\": 57233717288, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"calculatorapp\": {\"id\": 57248583389, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"searchhost\": {\"id\": 57233622775, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"google chrome\": {\"id\": 57233128889, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 57232962360, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 57232962357, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 57232962359, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 57235846561, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"192.168.0.251\": {\"id\": 57237397158, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"sdl-prod.eu.auth0.com\": {\"id\": 57233128890, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"7zg\": {\"id\": 57233180075, \"app\": \"7zG\", \"name\": \"7zG\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57232962358, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 57232962366, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 57232962354, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 57245102128, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 57233146767, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"google.com\": {\"id\": 57233018190, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:21'),(1143,16,'2025-04-03','09:53:56','16:33:05',6.36833,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-03\", \"isOnline\": false, \"arrived\": \"2025-04-03 09:53:56\", \"left\": \"2025-04-03 16:33:05\", \"late\": true, \"onlineTime\": 22988, \"offlineTime\": 0, \"desktimeTime\": 22988, \"atWorkTime\": 23949, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 22926, \"productivity\": 99.73, \"efficiency\": 82.17, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57266922862, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"desktime.com\": {\"id\": 57260930306, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}}, \"1\": {\"sdltradosstudio\": {\"id\": 57261406356, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8419}, \"ms-teams\": {\"id\": 57260879283, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4446}, \"microsoft word\": {\"id\": 57261000311, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3533}, \"microsoft excel\": {\"id\": 57263340591, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2186}, \"windows explorer\": {\"id\": 57260890908, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1443}, \"translate.google.co.in\": {\"id\": 57260922287, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 916}, \"microsoft outlook\": {\"id\": 57260879289, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 733}, \"pms.chlserv.com\": {\"id\": 57260892932, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 666}, \"dwm\": {\"id\": 57268288977, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"systemsettings\": {\"id\": 57260879285, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"hrez.crystalhues.in\": {\"id\": 57268727660, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"unknown app\": {\"id\": 57261016603, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"scgui\": {\"id\": 57260961598, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"credentialuibroker\": {\"id\": 57260879286, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"acrobat\": {\"id\": 57262376806, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"searchhost\": {\"id\": 57266913912, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"shellexperiencehost\": {\"id\": 57263901532, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"snippingtool\": {\"id\": 57270193185, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"192.168.0.251\": {\"id\": 57260971122, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"shellhost\": {\"id\": 57260879284, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"onedrive\": {\"id\": 57260879282, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 57262777008, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"google chrome\": {\"id\": 57260892931, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"taskmgr\": {\"id\": 57270205103, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedgewebview2\": {\"id\": 57261735821, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 57260898656, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 57268704017, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 10:52:21'),(1144,16,'2025-04-04','09:53:01','20:37:28',9.79889,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-04\", \"isOnline\": false, \"arrived\": \"2025-04-04 09:53:01\", \"left\": \"2025-04-04 20:37:28\", \"late\": true, \"onlineTime\": 35284, \"offlineTime\": 0, \"desktimeTime\": 35284, \"atWorkTime\": 38667, \"afterWorkTime\": 2248, \"beforeWorkTime\": 0, \"productiveTime\": 35276, \"productivity\": 99.98, \"efficiency\": 126.44, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57305744038, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"1\": {\"microsoft word\": {\"id\": 57288942692, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15363}, \"sdltradosstudio\": {\"id\": 57288914843, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4976}, \"windows explorer\": {\"id\": 57288906680, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3475}, \"acrobat\": {\"id\": 57290949746, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3356}, \"ms-teams\": {\"id\": 57288906670, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3068}, \"translate.google.co.in\": {\"id\": 57288970659, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1172}, \"microsoft excel\": {\"id\": 57289607785, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1094}, \"microsoft outlook\": {\"id\": 57288906681, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 703}, \"pms.chlserv.com\": {\"id\": 57288968203, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 457}, \"snippingtool\": {\"id\": 57290647512, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 355}, \"eu.cloud.trados.com\": {\"id\": 57290482806, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"microsoft powerpoint\": {\"id\": 57302573770, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"unknown app\": {\"id\": 57288906690, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"google chrome\": {\"id\": 57288965921, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"192.168.0.250\": {\"id\": 57290730454, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"google.com\": {\"id\": 57288970658, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"192.168.0.251\": {\"id\": 57292138838, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"pickerhost\": {\"id\": 57296074020, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"searchhost\": {\"id\": 57291109156, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"powertoys.powerocr\": {\"id\": 57295335573, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"microsoft paint\": {\"id\": 57296497268, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"photos\": {\"id\": 57296091680, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"onedrive\": {\"id\": 57288906669, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 57288906676, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"msedgewebview2\": {\"id\": 57292078454, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"credentialuibroker\": {\"id\": 57288906677, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"scgui\": {\"id\": 57288914847, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"hrez.crystalhues.in\": {\"id\": 57289167361, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 57290906563, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 57290463813, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dawn2duskcafe.in\": {\"id\": 57290487152, \"app\": \"dawn2duskcafe.in\", \"name\": \"dawn2duskcafe.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 57288936106, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"shellhost\": {\"id\": 57288906674, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 57290463807, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 57288906689, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:22'),(1145,16,'2025-04-05','09:53:28','15:21:58',5.47389,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-05\", \"isOnline\": false, \"arrived\": \"2025-04-05 09:53:28\", \"left\": \"2025-04-05 15:21:58\", \"late\": true, \"onlineTime\": 19710, \"offlineTime\": 0, \"desktimeTime\": 19710, \"atWorkTime\": 19710, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 19706, \"productivity\": 99.98, \"efficiency\": 70.63, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57314754396, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"1\": {\"microsoft word\": {\"id\": 57313645556, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6061}, \"ms-teams\": {\"id\": 57313606549, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3776}, \"windows explorer\": {\"id\": 57313608055, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3355}, \"sdltradosstudio\": {\"id\": 57313964571, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1710}, \"acrobat\": {\"id\": 57313679550, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1049}, \"microsoft outlook\": {\"id\": 57313608890, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 977}, \"microsoft powerpoint\": {\"id\": 57313715692, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 955}, \"pms.chlserv.com\": {\"id\": 57313623090, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 523}, \"microsoft excel\": {\"id\": 57313639535, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 383}, \"eu.cloud.trados.com\": {\"id\": 57313733766, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"translate.google.com\": {\"id\": 57313733764, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"192.168.0.250\": {\"id\": 57313686790, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"snippingtool\": {\"id\": 57313630895, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"unknown app\": {\"id\": 57313607268, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"systemsettings\": {\"id\": 57313606551, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"photos\": {\"id\": 57313839738, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"google chrome\": {\"id\": 57313733765, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"192.168.0.251\": {\"id\": 57314365497, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"msedgewebview2\": {\"id\": 57314055030, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"msedge\": {\"id\": 57313687664, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"searchhost\": {\"id\": 57313630893, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"translate.google.co.in\": {\"id\": 57314852309, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"credentialuibroker\": {\"id\": 57313606552, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 57313618690, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"shellhost\": {\"id\": 57313606550, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onedrive\": {\"id\": 57313606548, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"dwm\": {\"id\": 57314532262, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 57314143369, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 57313625166, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 57313740380, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 57313607267, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:22'),(1146,16,'2025-04-07','09:35:59','21:19:46',11.1022,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-07\", \"isOnline\": false, \"arrived\": \"2025-04-07 09:35:59\", \"left\": \"2025-04-07 21:19:46\", \"late\": true, \"onlineTime\": 40065, \"offlineTime\": 0, \"desktimeTime\": 40065, \"atWorkTime\": 42227, \"afterWorkTime\": 4786, \"beforeWorkTime\": 0, \"productiveTime\": 39968, \"productivity\": 99.73, \"efficiency\": 143.25, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57336088903, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}}, \"0\": {\"desktime.com\": {\"id\": 57320562369, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}}, \"1\": {\"microsoft word\": {\"id\": 57320634726, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24001}, \"acrobat\": {\"id\": 57320634725, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5767}, \"windows explorer\": {\"id\": 57320560732, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2930}, \"ms-teams\": {\"id\": 57320554232, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2280}, \"microsoft outlook\": {\"id\": 57320583049, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 962}, \"snippingtool\": {\"id\": 57321452758, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 933}, \"translate.google.co.in\": {\"id\": 57320578214, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 852}, \"sdltradosstudio\": {\"id\": 57324744667, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 839}, \"microsoft paint\": {\"id\": 57325041560, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"pms.chlserv.com\": {\"id\": 57320565996, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"unknown app\": {\"id\": 57320554246, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 194}, \"hrez.crystalhues.in\": {\"id\": 57320572028, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"eu.cloud.trados.com\": {\"id\": 57324763042, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"searchhost\": {\"id\": 57321452756, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"microsoft excel\": {\"id\": 57327453681, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"google chrome\": {\"id\": 57320565995, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"192.168.0.251\": {\"id\": 57324710329, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"olk\": {\"id\": 57329074882, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"pickerhost\": {\"id\": 57321456080, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedgewebview2\": {\"id\": 57327048091, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"onedrive\": {\"id\": 57320554231, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"credentialuibroker\": {\"id\": 57320554237, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 57324716245, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 57327722641, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 57320554244, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"settings\": {\"id\": 57320554234, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"192.168.0.250\": {\"id\": 57330991079, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"systemsettings\": {\"id\": 57320554239, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"bing.com\": {\"id\": 57327865357, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 57324763043, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57320554233, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 57320886348, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"microsoft.com\": {\"id\": 57324716243, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"google.com\": {\"id\": 57320578213, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:22'),(1147,16,'2025-04-08','09:52:22','20:35:22',9.94389,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-08\", \"isOnline\": false, \"arrived\": \"2025-04-08 09:52:22\", \"left\": \"2025-04-08 20:35:22\", \"late\": true, \"onlineTime\": 35870, \"offlineTime\": 0, \"desktimeTime\": 35870, \"atWorkTime\": 38580, \"afterWorkTime\": 2122, \"beforeWorkTime\": 0, \"productiveTime\": 35798, \"productivity\": 99.8, \"efficiency\": 128.31, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57355554061, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}}, \"0\": {\"desktime.com\": {\"id\": 57349093740, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}}, \"1\": {\"microsoft word\": {\"id\": 57349129371, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17311}, \"sdltradosstudio\": {\"id\": 57349063612, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5781}, \"ms-teams\": {\"id\": 57349005178, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2931}, \"windows explorer\": {\"id\": 57349030076, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2809}, \"acrobat\": {\"id\": 57349141553, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2612}, \"microsoft outlook\": {\"id\": 57349043165, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 974}, \"pms.chlserv.com\": {\"id\": 57349065685, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 810}, \"translate.google.co.in\": {\"id\": 57349148723, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 736}, \"hrez.crystalhues.in\": {\"id\": 57349072549, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 264}, \"eu.cloud.trados.com\": {\"id\": 57349244792, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 257}, \"snippingtool\": {\"id\": 57349120225, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"microsoft excel\": {\"id\": 57351783319, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"google chrome\": {\"id\": 57349063615, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 141}, \"unknown app\": {\"id\": 57349122478, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"google.com\": {\"id\": 57349070412, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"192.168.0.250\": {\"id\": 57356600834, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"olk\": {\"id\": 57349030077, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"192.168.0.251\": {\"id\": 57358750672, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"searchhost\": {\"id\": 57349122480, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"dwm\": {\"id\": 57352295866, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"pickerhost\": {\"id\": 57349158838, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"scgui\": {\"id\": 57349056834, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": 57349191879, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"shellexperiencehost\": {\"id\": 57349091362, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"msedge\": {\"id\": 57356607434, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"en.wikipedia.org\": {\"id\": 57364571988, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"credentialuibroker\": {\"id\": 57349005184, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"systemsettings\": {\"id\": 57349005183, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"c\": {\"id\": 57358774996, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellhost\": {\"id\": 57349005182, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"powertoys.powerocr\": {\"id\": 57350969681, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 57349244793, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 57349005177, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 57349924461, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"languagecloud.sdl.com\": {\"id\": 57349242279, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 57349166175, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:23'),(1148,16,'2025-04-09','09:54:48','19:06:06',8.21167,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-09\", \"isOnline\": false, \"arrived\": \"2025-04-09 09:54:48\", \"left\": \"2025-04-09 19:06:06\", \"late\": true, \"onlineTime\": 29740, \"offlineTime\": 0, \"desktimeTime\": 29740, \"atWorkTime\": 33078, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29562, \"productivity\": 99.37, \"efficiency\": 105.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57382917920, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}}, \"0\": {\"desktime.com\": {\"id\": 57392803892, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}}, \"1\": {\"microsoft word\": {\"id\": 57377948571, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15145}, \"ms-teams\": {\"id\": 57377917099, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3294}, \"microsoft excel\": {\"id\": 57387944761, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2978}, \"windows explorer\": {\"id\": 57377924609, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2595}, \"acrobat\": {\"id\": 57378002731, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1880}, \"sdltradosstudio\": {\"id\": 57385481597, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1206}, \"microsoft outlook\": {\"id\": 57377940087, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 781}, \"translate.google.co.in\": {\"id\": 57377995662, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 431}, \"pms.chlserv.com\": {\"id\": 57377944267, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 425}, \"eu.cloud.trados.com\": {\"id\": 57385544531, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"192.168.0.250\": {\"id\": 57383483988, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"snippingtool\": {\"id\": 57378275882, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"unknown app\": {\"id\": 57377924611, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"google chrome\": {\"id\": 57377944266, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"searchhost\": {\"id\": 57377946431, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 57383901242, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"pickerhost\": {\"id\": 57378699438, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"scgui\": {\"id\": 57383489574, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 57386043014, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 57377917101, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 57377917102, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"hrez.crystalhues.in\": {\"id\": 57378086123, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"olk\": {\"id\": 57377933378, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 57385538486, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 57377917100, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57377917098, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"google.com\": {\"id\": 57377995660, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"shellexperiencehost\": {\"id\": 57377924610, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 57385538484, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 57385454989, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 57378057053, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:23'),(1149,16,'2025-04-10','10:02:20','20:23:10',9.58944,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-10\", \"isOnline\": false, \"arrived\": \"2025-04-10 10:02:20\", \"left\": \"2025-04-10 20:23:10\", \"late\": true, \"onlineTime\": 34551, \"offlineTime\": 0, \"desktimeTime\": 34551, \"atWorkTime\": 37250, \"afterWorkTime\": 1390, \"beforeWorkTime\": 0, \"productiveTime\": 34522, \"productivity\": 99.92, \"efficiency\": 123.73, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57411480652, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 57406015638, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12966}, \"windows explorer\": {\"id\": 57405929055, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5187}, \"ms-teams\": {\"id\": 57405919010, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3695}, \"acrobat\": {\"id\": 57405999440, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3371}, \"sdltradosstudio\": {\"id\": 57407551755, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2320}, \"microsoft outlook\": {\"id\": 57405933927, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2161}, \"pms.chlserv.com\": {\"id\": 57405940520, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1283}, \"microsoft excel\": {\"id\": 57407809190, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 509}, \"transformv3.vengaglobal.com\": {\"id\": 57415012278, \"app\": \"transformv3.vengaglobal.com\", \"name\": \"transformv3.vengaglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 501}, \"eu.cloud.trados.com\": {\"id\": 57407480104, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"translate.google.co.in\": {\"id\": 57405948412, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 400}, \"snippingtool\": {\"id\": 57406514144, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"192.168.0.250\": {\"id\": 57406674742, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 310}, \"unknown app\": {\"id\": 57405921527, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"notepad\": {\"id\": 57409895327, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 135}, \"google chrome\": {\"id\": 57405940519, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"systemsettings\": {\"id\": 57405919012, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"hrez.crystalhues.in\": {\"id\": 57407486866, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"searchhost\": {\"id\": 57406297244, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"msedge\": {\"id\": 57409485649, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"msedgewebview2\": {\"id\": 57408310122, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"google.com\": {\"id\": 57405948410, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"drive.google.com\": {\"id\": 57415037164, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"scgui\": {\"id\": 57406073981, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"pickerhost\": {\"id\": 57415201066, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"credentialuibroker\": {\"id\": 57405919013, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"onedrive\": {\"id\": 57405919009, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellhost\": {\"id\": 57405919011, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"glossaryconverter\": {\"id\": 57407839739, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"sdl-prod.eu.auth0.com\": {\"id\": 57407474850, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 57405921526, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 57408477294, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"mc-webview-cnt\": {\"id\": 57405978248, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"olk\": {\"id\": 57405929056, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"languagecloud.sdl.com\": {\"id\": 57407474848, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:24'),(1150,16,'2025-04-11','09:45:08','19:05:10',8.61333,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-11\", \"isOnline\": false, \"arrived\": \"2025-04-11 09:45:08\", \"left\": \"2025-04-11 19:05:10\", \"late\": true, \"onlineTime\": 31014, \"offlineTime\": 0, \"desktimeTime\": 31014, \"atWorkTime\": 33602, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31008, \"productivity\": 99.98, \"efficiency\": 111.14, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57447224854, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"1\": {\"microsoft word\": {\"id\": 57433236696, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15433}, \"acrobat\": {\"id\": 57433228597, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3787}, \"ms-teams\": {\"id\": 57433162965, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3439}, \"windows explorer\": {\"id\": 57433168145, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3345}, \"sdltradosstudio\": {\"id\": 57433980027, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1334}, \"microsoft outlook\": {\"id\": 57433183483, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1015}, \"pms.chlserv.com\": {\"id\": 57433179508, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 453}, \"microsoft excel\": {\"id\": 57434355747, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 452}, \"eu.cloud.trados.com\": {\"id\": 57433961471, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"unknown app\": {\"id\": 57433176089, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"192.168.0.250\": {\"id\": 57433663105, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"notepad\": {\"id\": 57433958423, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 134}, \"xbench\": {\"id\": 57440988334, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"photos\": {\"id\": 57433757969, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"snippingtool\": {\"id\": 57433240754, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"hrez.crystalhues.in\": {\"id\": 57434477463, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"translate.google.co.in\": {\"id\": 57433181377, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"msedgewebview2\": {\"id\": 57433706259, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"setup.xbench.x64.3.0.1602\": {\"id\": 57446782932, \"app\": \"Setup.Xbench.x64.3.0.1602\", \"name\": \"Setup.Xbench.x64.3.0.1602\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"google chrome\": {\"id\": 57433177830, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"scgui\": {\"id\": 57433223082, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"searchhost\": {\"id\": 57433240753, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"shellhost\": {\"id\": 57433162966, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"credentialuibroker\": {\"id\": 57433162968, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"systemsettings\": {\"id\": 57433162969, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"olk\": {\"id\": 57436944736, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"setup.xbench.plugin.studio.3.0.18\": {\"id\": 57447062247, \"app\": \"Setup.Xbench.Plugin.Studio.3.0.18\", \"name\": \"Setup.Xbench.Plugin.Studio.3.0.18\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedge\": {\"id\": 57433671119, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"onedrive\": {\"id\": 57433162964, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"192.168.0.251\": {\"id\": 57445133190, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"xbench.net\": {\"id\": 57441011385, \"app\": \"xbench.net\", \"name\": \"xbench.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"pickerhost\": {\"id\": 57433242872, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"sdl-prod.eu.auth0.com\": {\"id\": 57433961474, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"settings\": {\"id\": 57433162967, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 57433181375, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"xbenchcm\": {\"id\": 57447042006, \"app\": \"Xbenchcm\", \"name\": \"Xbenchcm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 57433174177, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:24'),(1151,16,'2025-04-15','09:56:44','19:52:24',8.3625,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-15\", \"isOnline\": false, \"arrived\": \"2025-04-15 09:56:44\", \"left\": \"2025-04-15 19:52:24\", \"late\": true, \"onlineTime\": 30375, \"offlineTime\": 0, \"desktimeTime\": 30375, \"atWorkTime\": 35740, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30105, \"productivity\": 99.08, \"efficiency\": 107.9, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57489230927, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}}, \"0\": {\"desktime.com\": {\"id\": 57504119617, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"1\": {\"sdltradosstudio\": {\"id\": 57489995567, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10022}, \"microsoft word\": {\"id\": 57489700055, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4336}, \"windows explorer\": {\"id\": 57489201832, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3758}, \"ms-teams\": {\"id\": 57489201822, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3051}, \"microsoft outlook\": {\"id\": 57489206021, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2285}, \"acrobat\": {\"id\": 57489706296, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1454}, \"microsoft powerpoint\": {\"id\": 57494514411, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1000}, \"microsoft excel\": {\"id\": 57490571722, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 938}, \"pms.chlserv.com\": {\"id\": 57489242308, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 802}, \"translate.google.co.in\": {\"id\": 57489679744, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"microsoft paint\": {\"id\": 57492831543, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"eu.cloud.trados.com\": {\"id\": 57489934262, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 319}, \"snippingtool\": {\"id\": 57489851606, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 255}, \"systemsettings\": {\"id\": 57489201830, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 215}, \"xbench\": {\"id\": 57490559518, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"dwm\": {\"id\": 57498125499, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 152}, \"192.168.0.250\": {\"id\": 57489930916, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"google chrome\": {\"id\": 57489242305, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"msedgewebview2\": {\"id\": 57494686866, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"unknown app\": {\"id\": 57489201836, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"onedrive\": {\"id\": 57489201821, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"searchhost\": {\"id\": 57489228582, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"msedge\": {\"id\": 57490873371, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"credentialuibroker\": {\"id\": 57489201829, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"192.168.0.251\": {\"id\": 57492173920, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"google.com\": {\"id\": 57489676418, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"scgui\": {\"id\": 57489927677, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"olk\": {\"id\": 57489665082, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"shellhost\": {\"id\": 57489201824, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"pickerhost\": {\"id\": 57491676302, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellexperiencehost\": {\"id\": 57489201835, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 57489201827, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"sdl-prod.eu.auth0.com\": {\"id\": 57489934260, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-26 10:52:25'),(1152,16,'2025-04-16','09:57:31','19:38:37',8.90083,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-16\", \"isOnline\": false, \"arrived\": \"2025-04-16 09:57:31\", \"left\": \"2025-04-16 19:38:37\", \"late\": true, \"onlineTime\": 32049, \"offlineTime\": 0, \"desktimeTime\": 32049, \"atWorkTime\": 34866, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32043, \"productivity\": 99.98, \"efficiency\": 114.85, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57531690419, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"1\": {\"microsoft excel\": {\"id\": 57516462382, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7781}, \"ms-teams\": {\"id\": 57516306084, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5248}, \"sdltradosstudio\": {\"id\": 57516348633, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5230}, \"windows explorer\": {\"id\": 57516306075, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3919}, \"microsoft word\": {\"id\": 57517451315, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2693}, \"microsoft outlook\": {\"id\": 57516328696, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1627}, \"acrobat\": {\"id\": 57516385543, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1180}, \"microsoft powerpoint\": {\"id\": 57523992443, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1055}, \"pms.chlserv.com\": {\"id\": 57516331060, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 623}, \"dwm\": {\"id\": 57517007793, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 556}, \"translate.google.co.in\": {\"id\": 57516337858, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 438}, \"xbench\": {\"id\": 57516731077, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 329}, \"eu.cloud.trados.com\": {\"id\": 57517462627, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"cloud.memsource.com\": {\"id\": 57530927433, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"192.168.0.250\": {\"id\": 57517439537, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"msedgewebview2\": {\"id\": 57516444216, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"snippingtool\": {\"id\": 57516479391, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"unknown app\": {\"id\": 57516316285, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"eu.phrase.com\": {\"id\": 57530881687, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"google chrome\": {\"id\": 57516331059, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"onedrive\": {\"id\": 57516306074, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 57516474700, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"msedge\": {\"id\": 57520461598, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 57516345863, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"credentialuibroker\": {\"id\": 57516306078, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"glossaryconverter\": {\"id\": 57519415804, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"systemsettings\": {\"id\": 57516306080, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"sdl-prod.eu.auth0.com\": {\"id\": 57517462625, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 57516306076, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 57516326082, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 57516335394, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shellhost\": {\"id\": 57525661769, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 57516426545, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 57516313998, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:25'),(1153,16,'2025-04-17','09:55:48','19:07:39',8.10083,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-17\", \"isOnline\": false, \"arrived\": \"2025-04-17 09:55:48\", \"left\": \"2025-04-17 19:07:39\", \"late\": true, \"onlineTime\": 29332, \"offlineTime\": 0, \"desktimeTime\": 29332, \"atWorkTime\": 33111, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29163, \"productivity\": 99.39, \"efficiency\": 104.53, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"netbanking.hdfcbank.com\": {\"id\": 57543090492, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"shabdkosh.com\": {\"id\": 57547543511, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}}, \"0\": {\"desktime.com\": {\"id\": 57542538988, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}}, \"1\": {\"microsoft word\": {\"id\": 57542541012, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9735}, \"acrobat\": {\"id\": 57542636054, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5966}, \"windows explorer\": {\"id\": 57542481369, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2820}, \"sdltradosstudio\": {\"id\": 57543132913, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2716}, \"ms-teams\": {\"id\": 57542481368, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2563}, \"microsoft outlook\": {\"id\": 57542489011, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1560}, \"passbook.epfindia.gov.in\": {\"id\": 57542676693, \"app\": \"passbook.epfindia.gov.in\", \"name\": \"passbook.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 602}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 57542686054, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 484}, \"pms.chlserv.com\": {\"id\": 57542505418, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 438}, \"translate.google.co.in\": {\"id\": 57542574297, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 343}, \"unknown app\": {\"id\": 57542481375, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 272}, \"microsoft excel\": {\"id\": 57543177409, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 247}, \"eu.cloud.trados.com\": {\"id\": 57542823025, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"xbench\": {\"id\": 57542565891, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"epfindia.gov.in\": {\"id\": 57542678838, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"snippingtool\": {\"id\": 57547025407, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"google chrome\": {\"id\": 57542505417, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"192.168.0.250\": {\"id\": 57542652731, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"microsoft paint\": {\"id\": 57547623155, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"google.com\": {\"id\": 57542561727, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"msedge\": {\"id\": 57542657138, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"msedgewebview2\": {\"id\": 57542565888, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"192.168.0.251\": {\"id\": 57553220327, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 57543216884, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"shellexperiencehost\": {\"id\": 57542481374, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 57542481372, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"calculatorapp\": {\"id\": 57543220451, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"pickerhost\": {\"id\": 57547029319, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"credentialuibroker\": {\"id\": 57542481371, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"scgui\": {\"id\": 57542616593, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"about:blank\": {\"id\": 57542751744, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"photos\": {\"id\": 57544117005, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onedrive\": {\"id\": 57542481367, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"c\": {\"id\": 57553408696, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"uanmembers.epfoservices.in\": {\"id\": 57542683838, \"app\": \"uanmembers.epfoservices.in\", \"name\": \"uanmembers.epfoservices.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 57542481370, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 57543053697, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"powertoys.powerocr\": {\"id\": 57550735405, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"powertoys.peek.ui\": {\"id\": 57548076354, \"app\": \"PowerToys.Peek.UI\", \"name\": \"PowerToys.Peek.UI\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57549228518, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:26'),(1154,16,'2025-04-18','09:55:52','19:13:10',8.35139,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-18\", \"isOnline\": false, \"arrived\": \"2025-04-18 09:55:52\", \"left\": \"2025-04-18 19:13:10\", \"late\": true, \"onlineTime\": 30149, \"offlineTime\": 0, \"desktimeTime\": 30149, \"atWorkTime\": 33438, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30065, \"productivity\": 99.72, \"efficiency\": 107.76, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 57565364750, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"msn.com\": {\"id\": 57566324354, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 57563155468, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9074}, \"microsoft word\": {\"id\": 57563168901, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4624}, \"windows explorer\": {\"id\": 57563129666, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3534}, \"ms-teams\": {\"id\": 57563129654, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3189}, \"microsoft outlook\": {\"id\": 57563129669, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2123}, \"microsoft excel\": {\"id\": 57563394462, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1527}, \"acrobat\": {\"id\": 57563339748, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1178}, \"translate.google.co.in\": {\"id\": 57563190657, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 989}, \"pms.chlserv.com\": {\"id\": 57563185812, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 849}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 57566356112, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 401}, \"eu.cloud.trados.com\": {\"id\": 57564183190, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 344}, \"xbench\": {\"id\": 57563390251, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"zoom\": {\"id\": 57564008564, \"app\": \"Zoom\", \"name\": \"Zoom\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"google chrome\": {\"id\": 57563185810, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"google.com\": {\"id\": 57563190656, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"snippingtool\": {\"id\": 57563437164, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 166}, \"systemsettings\": {\"id\": 57563129660, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"unknown app\": {\"id\": 57563131250, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 139}, \"passbook.epfindia.gov.in\": {\"id\": 57566373146, \"app\": \"passbook.epfindia.gov.in\", \"name\": \"passbook.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"credentialuibroker\": {\"id\": 57563129663, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"scgui\": {\"id\": 57563146580, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"msedgewebview2\": {\"id\": 57563349388, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"192.168.0.250\": {\"id\": 57564368326, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"taskmgr\": {\"id\": 57563905243, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"msedge\": {\"id\": 57564368327, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"searchhost\": {\"id\": 57563437162, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"photos\": {\"id\": 57566408682, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"shellhost\": {\"id\": 57563129657, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"192.168.0.251\": {\"id\": 57566719037, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"glossaryconverter\": {\"id\": 57563573950, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"dwm\": {\"id\": 57563911172, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 57563129653, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"sdl-prod.eu.auth0.com\": {\"id\": 57564183192, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"syncd-011-24_english-icd-ibuprofen-200mg-final_v-2.0_hin\": {\"id\": 57569830635, \"app\": \"syncd-011-24_english-icd-ibuprofen-200mg-final_v-2.0_hin\", \"name\": \"syncd-011-24_english-icd-ibuprofen-200mg-final_v-2.0_hin\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"installer\": {\"id\": 57564005825, \"app\": \"Installer\", \"name\": \"Installer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"caseih.com\": {\"id\": 57569037504, \"app\": \"caseih.com\", \"name\": \"caseih.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"microsoft powerpoint\": {\"id\": 57565716865, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"werfault\": {\"id\": 57563914382, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 57563129667, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"pickerhost\": {\"id\": 57564480283, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 57563131249, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 10:52:26'),(1155,16,'2025-04-21','09:54:15','20:11:25',8.62861,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-21\", \"isOnline\": false, \"arrived\": \"2025-04-21 09:54:15\", \"left\": \"2025-04-21 20:11:25\", \"late\": true, \"onlineTime\": 31237, \"offlineTime\": 0, \"desktimeTime\": 31237, \"atWorkTime\": 37030, \"afterWorkTime\": 569, \"beforeWorkTime\": 0, \"productiveTime\": 31063, \"productivity\": 99.41, \"efficiency\": 111.34, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57591840642, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"shabdkosh.com\": {\"id\": 57583125401, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}}, \"0\": {\"desktime.com\": {\"id\": 57588507540, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"1\": {\"sdltradosstudio\": {\"id\": 57582718045, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7262}, \"microsoft word\": {\"id\": 57583030790, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6867}, \"ms-teams\": {\"id\": 57582687328, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5161}, \"windows explorer\": {\"id\": 57582689115, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3212}, \"microsoft excel\": {\"id\": 57583072198, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2939}, \"microsoft outlook\": {\"id\": 57582705072, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1574}, \"pms.chlserv.com\": {\"id\": 57582724057, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1313}, \"translate.google.co.in\": {\"id\": 57582986909, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 791}, \"xbench\": {\"id\": 57583247339, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 342}, \"eu.cloud.trados.com\": {\"id\": 57584376033, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"acrobat\": {\"id\": 57583050537, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 286}, \"192.168.0.250\": {\"id\": 57584326429, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"calculatorapp\": {\"id\": 57593218934, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"unknown app\": {\"id\": 57582690895, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"google.com\": {\"id\": 57582986907, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"msedgewebview2\": {\"id\": 57583212088, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"hrez.crystalhues.in\": {\"id\": 57595366172, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"systemsettings\": {\"id\": 57582687330, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"google chrome\": {\"id\": 57582984539, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"msedge\": {\"id\": 57584330086, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"onedrive\": {\"id\": 57582687326, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"scgui\": {\"id\": 57582703136, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"credentialuibroker\": {\"id\": 57582687333, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"ssoweb.winchl.com\": {\"id\": 57595370621, \"app\": \"ssoweb.winchl.com\", \"name\": \"ssoweb.winchl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"192.168.0.251\": {\"id\": 57587185359, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 57586231822, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"olk\": {\"id\": 57582701332, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"snippingtool\": {\"id\": 57586246375, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"shellhost\": {\"id\": 57582687329, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 57582690894, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 57584376035, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 57582819465, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"casetext.com\": {\"id\": 57589639110, \"app\": \"casetext.com\", \"name\": \"casetext.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 57584638738, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:26'),(1156,16,'2025-04-22','09:59:48','19:56:00',9.09667,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-22\", \"isOnline\": false, \"arrived\": \"2025-04-22 09:59:48\", \"left\": \"2025-04-22 19:56:00\", \"late\": true, \"onlineTime\": 33040, \"offlineTime\": 0, \"desktimeTime\": 33040, \"atWorkTime\": 35772, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32748, \"productivity\": 99.12, \"efficiency\": 117.38, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57610025535, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"shabdkosh.com\": {\"id\": 57615308291, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}}, \"0\": {\"desktime.com\": {\"id\": 57605044826, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}}, \"1\": {\"microsoft word\": {\"id\": 57605884049, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11810}, \"sdltradosstudio\": {\"id\": 57604965706, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6181}, \"ms-teams\": {\"id\": 57604933026, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3881}, \"acrobat\": {\"id\": 57608420577, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3062}, \"windows explorer\": {\"id\": 57604950001, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2708}, \"microsoft excel\": {\"id\": 57605024880, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2019}, \"microsoft outlook\": {\"id\": 57604954513, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1208}, \"pms.chlserv.com\": {\"id\": 57604970438, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 353}, \"eu.cloud.trados.com\": {\"id\": 57605039972, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 284}, \"translate.google.co.in\": {\"id\": 57604972805, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"192.168.0.250\": {\"id\": 57608273540, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"dwm\": {\"id\": 57607842605, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"xbench\": {\"id\": 57606788053, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"unknown app\": {\"id\": 57604937106, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"notepad++\": {\"id\": 57608098659, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"google chrome\": {\"id\": 57604970437, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"google.com\": {\"id\": 57608669251, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"192.168.0.251\": {\"id\": 57610182877, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"hrez.crystalhues.in\": {\"id\": 57605152947, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"msedgewebview2\": {\"id\": 57609970996, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"msedge\": {\"id\": 57608295825, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 57605679208, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"scgui\": {\"id\": 57604958954, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"searchhost\": {\"id\": 57605675825, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"werfault\": {\"id\": 57607934208, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"credentialuibroker\": {\"id\": 57604933031, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"calculatorapp\": {\"id\": 57621018874, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"systemsettings\": {\"id\": 57604933033, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 57604937105, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 57605037756, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 57604933030, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 57604950003, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 57604933025, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57612507502, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"sudatest.com\": {\"id\": 57608669254, \"app\": \"sudatest.com\", \"name\": \"sudatest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:27'),(1157,16,'2025-04-23','10:05:03','19:38:16',8.39222,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-23\", \"isOnline\": false, \"arrived\": \"2025-04-23 10:05:03\", \"left\": \"2025-04-23 19:38:16\", \"late\": true, \"onlineTime\": 30803, \"offlineTime\": 0, \"desktimeTime\": 30803, \"atWorkTime\": 34393, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30212, \"productivity\": 98.05, \"efficiency\": 108.29, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57637460757, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"netbanking.hdfcbank.com\": {\"id\": 57646312279, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"shabdkosh.com\": {\"id\": 57644938341, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 57633515923, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14977}, \"ms-teams\": {\"id\": 57632508702, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4110}, \"microsoft word\": {\"id\": 57632708855, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3635}, \"windows explorer\": {\"id\": 57632508710, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2663}, \"cloud.memsource.com\": {\"id\": 57632799071, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1175}, \"microsoft outlook\": {\"id\": 57632517687, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 889}, \"dwm\": {\"id\": 57633777282, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 695}, \"pms.chlserv.com\": {\"id\": 57632658012, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 437}, \"translate.google.co.in\": {\"id\": 57632660411, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"acrobat\": {\"id\": 57633621919, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 245}, \"hrez.crystalhues.in\": {\"id\": 57635604250, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 57632711558, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"192.168.0.250\": {\"id\": 57642387234, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"google.com\": {\"id\": 57633073040, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"unknown app\": {\"id\": 57632698249, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"credentialuibroker\": {\"id\": 57632508706, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"snippingtool\": {\"id\": 57644956120, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"eu.phrase.com\": {\"id\": 57632789722, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"microsoft excel\": {\"id\": 57636007805, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"systemsettings\": {\"id\": 57632508707, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"google chrome\": {\"id\": 57632655673, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"searchhost\": {\"id\": 57632764685, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"shellexperiencehost\": {\"id\": 57632508724, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"werfault\": {\"id\": 57638081483, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 57637977038, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"scgui\": {\"id\": 57632777282, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"onedrive\": {\"id\": 57632508701, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"powertoys.powerocr\": {\"id\": 57648412221, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 57642934066, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"xbench\": {\"id\": 57642139092, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"olk\": {\"id\": 57632508713, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 57632508704, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 57632508705, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"glossaryconverter\": {\"id\": 57639058263, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"mc-webview-cnt\": {\"id\": 57632534616, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"v.hdfcbank.com\": {\"id\": 57646380711, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:27'),(1158,16,'2025-04-24','10:05:51','19:22:25',8.28861,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-24\", \"isOnline\": false, \"arrived\": \"2025-04-24 10:05:51\", \"left\": \"2025-04-24 19:22:25\", \"late\": true, \"onlineTime\": 29995, \"offlineTime\": 0, \"desktimeTime\": 29995, \"atWorkTime\": 33394, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29839, \"productivity\": 99.45, \"efficiency\": 106.95, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57665803515, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"shabdkosh.com\": {\"id\": 57667358804, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 57659953872, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14587}, \"microsoft excel\": {\"id\": 57662223661, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5561}, \"ms-teams\": {\"id\": 57659903619, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2988}, \"windows explorer\": {\"id\": 57659908053, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1813}, \"dwm\": {\"id\": 57660053110, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1435}, \"microsoft word\": {\"id\": 57659968460, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1166}, \"microsoft outlook\": {\"id\": 57659912630, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 787}, \"translate.google.co.in\": {\"id\": 57660010183, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 409}, \"pms.chlserv.com\": {\"id\": 57660004869, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"xbench\": {\"id\": 57662218936, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"eu.cloud.trados.com\": {\"id\": 57660080961, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"192.168.0.250\": {\"id\": 57659956264, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"unknown app\": {\"id\": 57659953874, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"google chrome\": {\"id\": 57660004865, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"acrobat\": {\"id\": 57659968458, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"scgui\": {\"id\": 57659948466, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"credentialuibroker\": {\"id\": 57659903622, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"systemsettings\": {\"id\": 57659903621, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"werfault\": {\"id\": 57660157185, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"about:blank\": {\"id\": 57665808363, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"olk\": {\"id\": 57659908054, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 57659903618, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 57662209834, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"snippingtool\": {\"id\": 57660169020, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"sdl-prod.eu.auth0.com\": {\"id\": 57660080962, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"google.com\": {\"id\": 57660010182, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 57667764211, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 57665803511, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 57659903620, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 57659924558, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"docs.xbench.net\": {\"id\": 57673795605, \"app\": \"docs.xbench.net\", \"name\": \"docs.xbench.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 57661499024, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:28'),(1159,16,'2025-04-25','11:11:58','19:16:13',7.81389,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-25\", \"isOnline\": false, \"arrived\": \"2025-04-25 11:11:58\", \"left\": \"2025-04-25 19:16:13\", \"late\": true, \"onlineTime\": 28535, \"offlineTime\": 0, \"desktimeTime\": 28535, \"atWorkTime\": 29055, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28130, \"productivity\": 98.58, \"efficiency\": 100.82, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57691070774, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 247}, \"shabdkosh.com\": {\"id\": 57695556995, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}}, \"0\": {\"desktime.com\": {\"id\": 57689856211, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}}, \"1\": {\"ms-teams\": {\"id\": 57687729641, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5878}, \"microsoft outlook\": {\"id\": 57687795910, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5735}, \"crg.eu.wordbee-translator.com\": {\"id\": 57689720624, \"app\": \"crg.eu.wordbee-translator.com\", \"name\": \"crg.eu.wordbee-translator.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3446}, \"microsoft word\": {\"id\": 57687779451, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2831}, \"windows explorer\": {\"id\": 57687752964, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2360}, \"sdltradosstudio\": {\"id\": 57692120052, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2020}, \"microsoft paint\": {\"id\": 57691083265, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1749}, \"microsoft excel\": {\"id\": 57689467950, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1011}, \"pms.chlserv.com\": {\"id\": 57687869001, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 835}, \"translate.google.co.in\": {\"id\": 57688152256, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 445}, \"google.com\": {\"id\": 57689697180, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"hrez.crystalhues.in\": {\"id\": 57699842612, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"192.168.0.250\": {\"id\": 57688170760, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"snippingtool\": {\"id\": 57688782762, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 178}, \"eu.cloud.trados.com\": {\"id\": 57695257459, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"acrobat\": {\"id\": 57688212640, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 159}, \"192.168.0.251\": {\"id\": 57695225367, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"xbench\": {\"id\": 57695997840, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"unknown app\": {\"id\": 57688270757, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"google chrome\": {\"id\": 57687868998, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"searchhost\": {\"id\": 57688270755, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"shellexperiencehost\": {\"id\": 57692213183, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"c\": {\"id\": 57698005099, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"msedge\": {\"id\": 57689281388, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"microsoft powerpoint\": {\"id\": 57689457947, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"mcuicnt\": {\"id\": 57687799544, \"app\": \"McUICnt\", \"name\": \"McUICnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"systemsettings\": {\"id\": 57687729645, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"credentialuibroker\": {\"id\": 57687729646, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 57688908073, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"calculatorapp\": {\"id\": 57699486461, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"scgui\": {\"id\": 57688170757, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57687729640, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 57687792448, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 57687729644, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"sdl-prod.eu.auth0.com\": {\"id\": 57695262845, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:28'),(1160,16,'2025-04-26','09:56:47','14:23:24',4.13722,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-26\", \"isOnline\": false, \"arrived\": \"2025-04-26 09:56:47\", \"left\": \"2025-04-26 14:23:24\", \"late\": true, \"onlineTime\": 15385, \"offlineTime\": 0, \"desktimeTime\": 15385, \"atWorkTime\": 15997, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 14894, \"productivity\": 96.81, \"efficiency\": 53.38, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57709722514, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"shabdkosh.com\": {\"id\": 57710260789, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}}, \"0\": {\"desktime.com\": {\"id\": 57709694350, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}}, \"1\": {\"microsoft word\": {\"id\": 57709707536, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4801}, \"ms-teams\": {\"id\": 57709688901, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2406}, \"windows explorer\": {\"id\": 57709688907, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2294}, \"sdltradosstudio\": {\"id\": 57709793292, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2179}, \"microsoft outlook\": {\"id\": 57709691248, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1005}, \"acrobat\": {\"id\": 57709816427, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 449}, \"pms.chlserv.com\": {\"id\": 57709693098, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 349}, \"translate.google.co.in\": {\"id\": 57709693808, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"microsoft paint\": {\"id\": 57709710199, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"eu.cloud.trados.com\": {\"id\": 57709809616, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"microsoft excel\": {\"id\": 57710109947, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 166}, \"xbench\": {\"id\": 57710094364, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"192.168.0.250\": {\"id\": 57709801264, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"searchhost\": {\"id\": 57709709531, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"google chrome\": {\"id\": 57709692470, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"scgui\": {\"id\": 57709790927, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"unknown app\": {\"id\": 57709706273, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 57710278195, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"credentialuibroker\": {\"id\": 57709688904, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 57710539665, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"sdl-prod.eu.auth0.com\": {\"id\": 57709809617, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"systemsettings\": {\"id\": 57709688905, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"olk\": {\"id\": 57709690585, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"snippingtool\": {\"id\": 57710609399, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"onedrive\": {\"id\": 57709688900, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"settings\": {\"id\": 57709688903, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 57709688902, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 57709693807, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 57710652840, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 57710194001, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:29'),(1161,16,'2025-04-28','09:57:02','19:05:20',7.86278,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-28\", \"isOnline\": false, \"arrived\": \"2025-04-28 09:57:02\", \"left\": \"2025-04-28 19:05:20\", \"late\": true, \"onlineTime\": 29832, \"offlineTime\": 0, \"desktimeTime\": 29832, \"atWorkTime\": 32898, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28306, \"productivity\": 94.88, \"efficiency\": 101.46, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57717177574, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1508}, \"shabdkosh.com\": {\"id\": 57716660349, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": {\"desktime.com\": {\"id\": 57721507573, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"1\": {\"ms-teams\": {\"id\": 57716474376, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7627}, \"microsoft excel\": {\"id\": 57716525640, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5128}, \"microsoft outlook\": {\"id\": 57716564737, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4187}, \"windows explorer\": {\"id\": 57716476383, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2631}, \"microsoft word\": {\"id\": 57716634602, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2471}, \"sdltradosstudio\": {\"id\": 57717325319, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1814}, \"translate.google.co.in\": {\"id\": 57716711107, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 701}, \"microsoft paint\": {\"id\": 57722186134, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 631}, \"pms.chlserv.com\": {\"id\": 57716652647, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"microsoft powerpoint\": {\"id\": 57721606880, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 467}, \"eu.cloud.trados.com\": {\"id\": 57717476181, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 445}, \"chatgpt.com\": {\"id\": 57727327042, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 305}, \"xbench\": {\"id\": 57717441124, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 204}, \"192.168.0.251\": {\"id\": 57719498187, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"searchhost\": {\"id\": 57717177571, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"google chrome\": {\"id\": 57716652646, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"hrez.crystalhues.in\": {\"id\": 57716660357, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"snippingtool\": {\"id\": 57718725840, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"acrobat\": {\"id\": 57717727505, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"192.168.0.250\": {\"id\": 57717372840, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"unknown app\": {\"id\": 57716551319, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"onlinent\": {\"id\": 57720220232, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"bing.com\": {\"id\": 57721585799, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"google.com\": {\"id\": 57716658141, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"msedge\": {\"id\": 57718161402, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"msedgewebview2\": {\"id\": 57717465104, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"systemsettings\": {\"id\": 57716474378, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"glossaryconverter\": {\"id\": 57717746412, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"shellexperiencehost\": {\"id\": 57716474386, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"credentialuibroker\": {\"id\": 57716474379, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"scgui\": {\"id\": 57717101099, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"c\": {\"id\": 57720154194, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"openai.com\": {\"id\": 57727327041, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"localizely.com\": {\"id\": 57725490304, \"app\": \"localizely.com\", \"name\": \"localizely.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57716474375, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 57717479788, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 57716562590, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 57716595729, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 57716474377, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 10:52:30'),(1162,16,'2025-04-29','09:56:23','19:20:11',8.05611,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-29\", \"isOnline\": false, \"arrived\": \"2025-04-29 09:56:23\", \"left\": \"2025-04-29 19:20:11\", \"late\": true, \"onlineTime\": 21778, \"offlineTime\": 7380, \"desktimeTime\": 29158, \"atWorkTime\": 33828, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29002, \"productivity\": 99.42, \"efficiency\": 103.95, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 57758097953, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": {\"desktime.com\": {\"id\": 57743706646, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}}, \"1\": {\"not work in hand (offline time)\": {\"id\": 57771200033, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7380}, \"ms-teams\": {\"id\": 57743265674, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6099}, \"windows explorer\": {\"id\": 57743273957, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3940}, \"microsoft outlook\": {\"id\": 57743279813, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3460}, \"microsoft word\": {\"id\": 57743713048, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2291}, \"sdltradosstudio\": {\"id\": 57754530199, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1795}, \"pms.chlserv.com\": {\"id\": 57743326934, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 691}, \"acrobat\": {\"id\": 57750188454, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 617}, \"xbench\": {\"id\": 57746995900, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 608}, \"192.168.0.250\": {\"id\": 57749665549, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 459}, \"microsoft excel\": {\"id\": 57743311440, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 406}, \"photos\": {\"id\": 57753946052, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"microsoft powerpoint\": {\"id\": 57748513899, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"translate.google.co.in\": {\"id\": 57743709763, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"snippingtool\": {\"id\": 57747089471, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"scgui\": {\"id\": 57748444638, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"microsoft paint\": {\"id\": 57748309935, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"searchhost\": {\"id\": 57748304839, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"unknown app\": {\"id\": 57743267632, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"credentialuibroker\": {\"id\": 57743265678, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"systemsettings\": {\"id\": 57743265679, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"google chrome\": {\"id\": 57743326933, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"shellexperiencehost\": {\"id\": 57743265685, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"onedrive\": {\"id\": 57743265673, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"olk\": {\"id\": 57743273958, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 57747014068, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"glossaryconverter\": {\"id\": 57757080641, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"settings\": {\"id\": 57743265677, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"eu.cloud.trados.com\": {\"id\": 57754670549, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 57753840974, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"mcuicnt\": {\"id\": 57743430980, \"app\": \"McUICnt\", \"name\": \"McUICnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"openwith\": {\"id\": 57755497594, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 57743265675, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"calculatorapp\": {\"id\": 57750528977, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 57753713044, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"google.com\": {\"id\": 57743329031, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"powertoys.powerocr\": {\"id\": 57755667742, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 57754670550, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 57750157404, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:30'),(1163,16,'2025-04-30','09:51:09','21:23:11',7.98111,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-04-30\", \"isOnline\": false, \"arrived\": \"2025-04-30 09:51:09\", \"left\": \"2025-04-30 21:23:11\", \"late\": true, \"onlineTime\": 32186, \"offlineTime\": 0, \"desktimeTime\": 32186, \"atWorkTime\": 41522, \"afterWorkTime\": 465, \"beforeWorkTime\": 0, \"productiveTime\": 28732, \"productivity\": 89.27, \"efficiency\": 102.98, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57771214285, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3250}, \"netbanking.hdfcbank.com\": {\"id\": 57771800816, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}}, \"0\": {\"desktime.com\": {\"id\": 57771184892, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}}, \"1\": {\"sdltradosstudio\": {\"id\": 57772187624, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8218}, \"microsoft excel\": {\"id\": 57771895069, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5148}, \"ms-teams\": {\"id\": 57771163230, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4637}, \"dwm\": {\"id\": 57777317059, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3442}, \"windows explorer\": {\"id\": 57771166508, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3349}, \"microsoft outlook\": {\"id\": 57771172469, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2064}, \"microsoft word\": {\"id\": 57772153395, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 332}, \"pms.chlserv.com\": {\"id\": 57771180973, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 320}, \"microsoft paint\": {\"id\": 57773219883, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 264}, \"translate.google.co.in\": {\"id\": 57771182840, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"shellexperiencehost\": {\"id\": 57771163239, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"snippingtool\": {\"id\": 57773726072, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"unknown app\": {\"id\": 57771163241, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"xbench\": {\"id\": 57782439294, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"notepad++\": {\"id\": 57782884868, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"searchhost\": {\"id\": 57771193032, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"192.168.0.250\": {\"id\": 57783246931, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"credentialuibroker\": {\"id\": 57771163233, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"systemsettings\": {\"id\": 57771163232, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"glossaryconverter\": {\"id\": 57779368696, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"google chrome\": {\"id\": 57771182839, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"notepad\": {\"id\": 57783964348, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 57771984125, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"olk\": {\"id\": 57771168445, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"msedge\": {\"id\": 57783258963, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 57771163229, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"werfault\": {\"id\": 57782262393, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"powertoys.powerocr\": {\"id\": 57783938788, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"v.hdfcbank.com\": {\"id\": 57771820766, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"google.com\": {\"id\": 57771791958, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"calculatorapp\": {\"id\": 57771195012, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"google.co.in\": {\"id\": 57771797267, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"mc-webview-cnt\": {\"id\": 57771359532, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 57771163231, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"hdfcbank.com\": {\"id\": 57771797270, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 57771506634, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"docs.rws.com\": {\"id\": 57772345248, \"app\": \"docs.rws.com\", \"name\": \"docs.rws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 10:52:30'),(1164,16,'2025-05-02','10:11:28','19:02:56',7.88278,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-02\", \"isOnline\": false, \"arrived\": \"2025-05-02 10:11:28\", \"left\": \"2025-05-02 19:02:56\", \"late\": true, \"onlineTime\": 28849, \"offlineTime\": 2591, \"desktimeTime\": 31440, \"atWorkTime\": 31888, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28378, \"productivity\": 90.26, \"efficiency\": 101.71, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57815245002, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 846}}, \"0\": {\"youtube.com\": {\"id\": 57817695532, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2052}, \"desktime.com\": {\"id\": 57820230435, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"facebook.com\": {\"id\": 57817742272, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"1\": {\"microsoft excel\": {\"id\": 57814663768, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11671}, \"sdltradosstudio\": {\"id\": 57816241600, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7770}, \"not work in hand (offline time)\": {\"id\": 57826094912, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2591}, \"ms-teams\": {\"id\": 57814648159, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1672}, \"windows explorer\": {\"id\": 57814652882, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1665}, \"google.com\": {\"id\": 57814739266, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 687}, \"microsoft outlook\": {\"id\": 57814660204, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 564}, \"microsoft paint\": {\"id\": 57819250843, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"microsoft word\": {\"id\": 57814809188, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"google chrome\": {\"id\": 57814733941, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"unknown app\": {\"id\": 57814648166, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"translate.google.com\": {\"id\": 57820778260, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"microsoft powerpoint\": {\"id\": 57815253236, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"searchhost\": {\"id\": 57814801651, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"xbench\": {\"id\": 57823596605, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"translate.google.co.in\": {\"id\": 57814739270, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"pms.chlserv.com\": {\"id\": 57814736569, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"calculatorapp\": {\"id\": 57816146101, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"snippingtool\": {\"id\": 57814801655, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 57814648165, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"dwm\": {\"id\": 57816588428, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"scgui\": {\"id\": 57816218237, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 57814648162, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"encrypted-tbn0.gstatic.com\": {\"id\": 57819707786, \"app\": \"encrypted-tbn0.gstatic.com\", \"name\": \"encrypted-tbn0.gstatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"systemsettings\": {\"id\": 57814648161, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"chrome://history\": {\"id\": 57824492786, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"olk\": {\"id\": 57814655399, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"msedgewebview2\": {\"id\": 57816001108, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"onedrive\": {\"id\": 57814648158, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"mcuicnt\": {\"id\": 57814695193, \"app\": \"McUICnt\", \"name\": \"McUICnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 57819517664, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57814648160, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 10:52:31'),(1165,16,'2025-05-03','09:52:16','15:06:58',4.60917,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-03\", \"isOnline\": false, \"arrived\": \"2025-05-03 09:52:16\", \"left\": \"2025-05-03 15:06:58\", \"late\": true, \"onlineTime\": 18882, \"offlineTime\": 0, \"desktimeTime\": 18882, \"atWorkTime\": 18882, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 16593, \"productivity\": 87.88, \"efficiency\": 59.47, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 57834798299, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 298}}, \"0\": {\"youtube.com\": {\"id\": 57834816880, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1972}, \"desktime.com\": {\"id\": 57834789812, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"1\": {\"sdltradosstudio\": {\"id\": 57835001566, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5170}, \"microsoft excel\": {\"id\": 57834790588, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3306}, \"windows explorer\": {\"id\": 57834784736, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3277}, \"ms-teams\": {\"id\": 57834784724, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1595}, \"microsoft outlook\": {\"id\": 57834788064, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1095}, \"microsoft word\": {\"id\": 57835101191, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 942}, \"pms.chlserv.com\": {\"id\": 57834996339, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 264}, \"google chrome\": {\"id\": 57834815702, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"searchhost\": {\"id\": 57834797525, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"unknown app\": {\"id\": 57834784734, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"google.com\": {\"id\": 57834815703, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"translate.google.com\": {\"id\": 57835300964, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"notepad\": {\"id\": 57836087398, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"dwm\": {\"id\": 57835517171, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"hrez.crystalhues.in\": {\"id\": 57835221379, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"192.168.0.250\": {\"id\": 57836110214, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"glossaryconverter\": {\"id\": 57835940109, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"msedge\": {\"id\": 57834799325, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"scgui\": {\"id\": 57834794901, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"credentialuibroker\": {\"id\": 57834784728, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"windowsterminal\": {\"id\": 57836096162, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"microsoft paint\": {\"id\": 57835353015, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 57835225337, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"systemsettings\": {\"id\": 57834784727, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 57834784731, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57834784723, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"c\": {\"id\": 57835888794, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"acrobat\": {\"id\": 57835229873, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 57834787064, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57834784725, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:31'),(1166,16,'2025-05-05',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-05\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 10:52:32'),(1167,16,'2025-05-06','08:00:04','19:05:12',8.03944,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-06\", \"isOnline\": false, \"arrived\": \"2025-05-06 08:00:04\", \"left\": \"2025-05-06 19:05:12\", \"late\": false, \"onlineTime\": 24976, \"offlineTime\": 4289, \"desktimeTime\": 29265, \"atWorkTime\": 39908, \"afterWorkTime\": 0, \"beforeWorkTime\": 3596, \"productiveTime\": 28942, \"productivity\": 98.85, \"efficiency\": 103.73, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"netbanking.hdfcbank.com\": {\"id\": 57871303795, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"shabdkosh.com\": {\"id\": 57879528736, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}}, \"0\": {\"desktime.com\": {\"id\": 57870255539, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}}, \"1\": {\"microsoft outlook\": {\"id\": 57870192604, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9357}, \"ms-teams\": {\"id\": 57870149125, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5629}, \"not work in hand (offline time)\": {\"id\": 57884443669, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4289}, \"sdltradosstudio\": {\"id\": 57878655688, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3303}, \"windows explorer\": {\"id\": 57870149136, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1905}, \"microsoft excel\": {\"id\": 57871638075, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 998}, \"shellexperiencehost\": {\"id\": 57871076121, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 539}, \"microsoft word\": {\"id\": 57870175067, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 379}, \"pms.chlserv.com\": {\"id\": 57870871237, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 372}, \"translate.google.co.in\": {\"id\": 57871047216, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"confirmtkt.com\": {\"id\": 57870353519, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 308}, \"eu.cloud.trados.com\": {\"id\": 57878987716, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 289}, \"google.com\": {\"id\": 57870353514, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"hrez.crystalhues.in\": {\"id\": 57871052686, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"google chrome\": {\"id\": 57870349300, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"shellhost\": {\"id\": 57870149130, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"192.168.0.250\": {\"id\": 57878949286, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"xbench\": {\"id\": 57871626301, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"msedgewebview2\": {\"id\": 57880544031, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"scgui\": {\"id\": 57878580247, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"snippingtool\": {\"id\": 57874145903, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"unknown app\": {\"id\": 57870153913, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"acrobat\": {\"id\": 57879082939, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"credentialuibroker\": {\"id\": 57870149132, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"systemsettings\": {\"id\": 57870149131, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"sdl-prod.eu.auth0.com\": {\"id\": 57878987717, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 57880982621, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"hdfcbank.com\": {\"id\": 57871298181, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"v.hdfcbank.com\": {\"id\": 57871303792, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57870149124, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"mc-webview-cnt\": {\"id\": 57870149137, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"olk\": {\"id\": 57870184008, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 57880395659, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"google.co.in\": {\"id\": 57871292825, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 57883957944, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"widgets\": {\"id\": 57880677889, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:32'),(1168,16,'2025-05-07','10:06:29','19:12:41',7.97194,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-07\", \"isOnline\": false, \"arrived\": \"2025-05-07 10:06:29\", \"left\": \"2025-05-07 19:12:41\", \"late\": true, \"onlineTime\": 26948, \"offlineTime\": 1837, \"desktimeTime\": 28785, \"atWorkTime\": 32772, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28699, \"productivity\": 99.7, \"efficiency\": 102.86, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57899367992, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}}, \"1\": {\"ms-teams\": {\"id\": 57897293914, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13115}, \"microsoft outlook\": {\"id\": 57897302867, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7334}, \"not work in hand (offline time)\": {\"id\": 57912255271, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1837}, \"microsoft word\": {\"id\": 57899570145, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1520}, \"windows explorer\": {\"id\": 57897302864, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1356}, \"workbench.strakertranslations.com\": {\"id\": 57901876139, \"app\": \"workbench.strakertranslations.com\", \"name\": \"workbench.strakertranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 998}, \"acrobat\": {\"id\": 57899565321, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 566}, \"pms.chlserv.com\": {\"id\": 57898342418, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 514}, \"google.com\": {\"id\": 57898346137, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 326}, \"hindi.news18.com\": {\"id\": 57898381765, \"app\": \"hindi.news18.com\", \"name\": \"hindi.news18.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"google chrome\": {\"id\": 57898321524, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 160}, \"amarujala.com\": {\"id\": 57899223508, \"app\": \"amarujala.com\", \"name\": \"amarujala.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"translate.google.co.in\": {\"id\": 57898346135, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"scgui\": {\"id\": 57899830327, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"192.168.0.250\": {\"id\": 57899830325, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"m.punjab.punjabkesari.in\": {\"id\": 57899412218, \"app\": \"m.punjab.punjabkesari.in\", \"name\": \"m.punjab.punjabkesari.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"shellexperiencehost\": {\"id\": 57897300718, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"bhaskar.com\": {\"id\": 57899387789, \"app\": \"bhaskar.com\", \"name\": \"bhaskar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"hrez.crystalhues.in\": {\"id\": 57898575489, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 57897300719, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"olk\": {\"id\": 57897302865, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"192.168.0.251\": {\"id\": 57910813245, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"credentialuibroker\": {\"id\": 57897293917, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"eu.cloud.trados.com\": {\"id\": 57910793581, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"systemsettings\": {\"id\": 57897293918, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onedrive\": {\"id\": 57897293912, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 57901682942, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 57897293916, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"mcuicnt\": {\"id\": 57898739144, \"app\": \"McUICnt\", \"name\": \"McUICnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 57897293915, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 10:52:33'),(1169,16,'2025-05-08','10:04:45','19:18:41',7.88361,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-08\", \"isOnline\": false, \"arrived\": \"2025-05-08 10:04:45\", \"left\": \"2025-05-08 19:18:41\", \"late\": true, \"onlineTime\": 27859, \"offlineTime\": 765, \"desktimeTime\": 28624, \"atWorkTime\": 33236, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28381, \"productivity\": 99.15, \"efficiency\": 101.72, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 57928797222, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 243}}, \"1\": {\"ms-teams\": {\"id\": 57924460904, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12459}, \"microsoft outlook\": {\"id\": 57924471682, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4860}, \"sdltradosstudio\": {\"id\": 57936037696, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2774}, \"microsoft word\": {\"id\": 57924663809, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2042}, \"windows explorer\": {\"id\": 57924469475, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2020}, \"pms.chlserv.com\": {\"id\": 57924478569, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 953}, \"not work in hand (offline time)\": {\"id\": 57939224407, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 765}, \"hrez.crystalhues.in\": {\"id\": 57925761168, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"translate.google.co.in\": {\"id\": 57924484437, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 295}, \"google.com\": {\"id\": 57924484434, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"acrobat\": {\"id\": 57925400318, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 224}, \"microsoft excel\": {\"id\": 57931195577, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"192.168.0.251\": {\"id\": 57924661173, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"192.168.0.250\": {\"id\": 57925757179, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"shellexperiencehost\": {\"id\": 57926390297, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"calculatorapp\": {\"id\": 57928991864, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"xbench\": {\"id\": 57924714558, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"systemsettings\": {\"id\": 57924460909, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"unknown app\": {\"id\": 57924486862, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"google chrome\": {\"id\": 57924478568, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"onedrive\": {\"id\": 57924460903, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"msedgewebview2\": {\"id\": 57924707389, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"eu.cloud.trados.com\": {\"id\": 57935968377, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"snippingtool\": {\"id\": 57931346104, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"credentialuibroker\": {\"id\": 57924460908, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"msedge\": {\"id\": 57925416706, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"scgui\": {\"id\": 57924658557, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"sdl-prod.eu.auth0.com\": {\"id\": 57935961806, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"searchhost\": {\"id\": 57928986627, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"olk\": {\"id\": 57924469476, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"mc-webview-cnt\": {\"id\": 57926003247, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 57924460906, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"powertoys.powerocr\": {\"id\": 57931795421, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 57924460907, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mms.crystalhues.in\": {\"id\": 57929565833, \"app\": \"mms.crystalhues.in\", \"name\": \"mms.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"c\": {\"id\": 57931173490, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 57926843282, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"glossaryconverter\": {\"id\": 57931201023, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:33'),(1170,16,'2025-05-09','10:04:45','20:32:51',8.92889,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-09\", \"isOnline\": false, \"arrived\": \"2025-05-09 10:04:45\", \"left\": \"2025-05-09 20:32:51\", \"late\": true, \"onlineTime\": 32222, \"offlineTime\": 0, \"desktimeTime\": 32222, \"atWorkTime\": 37686, \"afterWorkTime\": 1971, \"beforeWorkTime\": 0, \"productiveTime\": 32144, \"productivity\": 99.76, \"efficiency\": 115.21, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 57953126469, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}}, \"0\": {\"desktime.com\": {\"id\": 57953353265, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}}, \"1\": {\"sdltradosstudio\": {\"id\": 57952662481, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11966}, \"ms-teams\": {\"id\": 57951542952, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6783}, \"microsoft outlook\": {\"id\": 57951549556, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5048}, \"windows explorer\": {\"id\": 57951545078, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2333}, \"microsoft excel\": {\"id\": 57954367267, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1722}, \"microsoft word\": {\"id\": 57952861602, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1524}, \"translate.google.co.in\": {\"id\": 57953045607, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 484}, \"xbench\": {\"id\": 57954246938, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 388}, \"pms.chlserv.com\": {\"id\": 57953041525, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"in.emsigner.com\": {\"id\": 57964087384, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 244}, \"eu.cloud.trados.com\": {\"id\": 57955134613, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"acrobat\": {\"id\": 57960131423, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 199}, \"google.com\": {\"id\": 57953045609, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"google chrome\": {\"id\": 57953118472, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"192.168.0.250\": {\"id\": 57959719780, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"msedgewebview2\": {\"id\": 57953456329, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"hrez.crystalhues.in\": {\"id\": 57961605983, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"unknown app\": {\"id\": 57951555987, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"credentialuibroker\": {\"id\": 57951542955, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"scgui\": {\"id\": 57951570450, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"systemsettings\": {\"id\": 57951542954, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"snippingtool\": {\"id\": 57960934094, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"glossaryconverter\": {\"id\": 57954926510, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"taskmgr\": {\"id\": 57954661664, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"investopedia.com\": {\"id\": 57960596721, \"app\": \"investopedia.com\", \"name\": \"investopedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"msedge\": {\"id\": 57964168679, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"olk\": {\"id\": 57951545079, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 57951542951, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 57954911206, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 57965358544, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"en.wikipedia.org\": {\"id\": 57960569888, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 57955129731, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 57951542953, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"permission-request-dialog\": {\"id\": 57964087385, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 57964213933, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"powertoys.powerlauncher\": {\"id\": 57955879792, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 57953110128, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:33'),(1171,16,'2025-05-12','10:09:35','19:50:08',8.36639,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-12\", \"isOnline\": false, \"arrived\": \"2025-05-12 10:09:35\", \"left\": \"2025-05-12 19:50:08\", \"late\": true, \"onlineTime\": 32943, \"offlineTime\": 0, \"desktimeTime\": 32943, \"atWorkTime\": 34833, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30119, \"productivity\": 91.39, \"efficiency\": 107.95, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 57984576694, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}}, \"0\": {\"canva.com\": {\"id\": 57990068340, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2695}, \"desktime.com\": {\"id\": 57984117633, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}}, \"1\": {\"sdltradosstudio\": {\"id\": 57982949911, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7967}, \"ms-teams\": {\"id\": 57982204817, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7616}, \"windows explorer\": {\"id\": 57982214036, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4714}, \"microsoft word\": {\"id\": 57983028807, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2659}, \"microsoft outlook\": {\"id\": 57982214039, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2598}, \"eu.cloud.trados.com\": {\"id\": 57983063737, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1039}, \"pms.chlserv.com\": {\"id\": 57982237160, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 700}, \"microsoft excel\": {\"id\": 57984104357, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 540}, \"translate.google.co.in\": {\"id\": 57983380794, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 465}, \"unknown app\": {\"id\": 57982204824, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 316}, \"xbench\": {\"id\": 57984099802, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"google chrome\": {\"id\": 57982237159, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 204}, \"192.168.0.250\": {\"id\": 57985104803, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"acrobat\": {\"id\": 57982216369, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"google.com\": {\"id\": 57982242502, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"msedgewebview2\": {\"id\": 57984113067, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"snippingtool\": {\"id\": 57983996563, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"accounts.google.com\": {\"id\": 57992035492, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"taskmgr\": {\"id\": 57986060978, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"192.168.0.251\": {\"id\": 57983013880, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"glossaryconverter\": {\"id\": 57987083674, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"systemsettings\": {\"id\": 57982204819, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 57991028741, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"shellexperiencehost\": {\"id\": 57982204823, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"scgui\": {\"id\": 57982902175, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"hrez.crystalhues.in\": {\"id\": 57984140849, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"credentialuibroker\": {\"id\": 57982204820, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 57983996557, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"kailashhealthcare.com\": {\"id\": 57996766577, \"app\": \"kailashhealthcare.com\", \"name\": \"kailashhealthcare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"xliffeditor\": {\"id\": 57996785359, \"app\": \"Xliffeditor\", \"name\": \"Xliffeditor\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 57992028404, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 57983056996, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 57982204816, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 57982204818, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"cloud.memsource.com\": {\"id\": 57996708173, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"olk\": {\"id\": 57982214037, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:34'),(1172,16,'2025-05-13','09:59:06','19:25:15',7.88361,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-13\", \"isOnline\": false, \"arrived\": \"2025-05-13 09:59:06\", \"left\": \"2025-05-13 19:25:15\", \"late\": true, \"onlineTime\": 31243, \"offlineTime\": 0, \"desktimeTime\": 31243, \"atWorkTime\": 33969, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28381, \"productivity\": 90.81, \"efficiency\": 101.72, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58016467346, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}}, \"0\": {\"canva.com\": {\"id\": 58012106064, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2782}, \"desktime.com\": {\"id\": 58025802450, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}}, \"1\": {\"microsoft word\": {\"id\": 58009674969, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7364}, \"ms-teams\": {\"id\": 58009622643, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5690}, \"sdltradosstudio\": {\"id\": 58009705765, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5399}, \"windows explorer\": {\"id\": 58009639712, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4683}, \"microsoft outlook\": {\"id\": 58009641906, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1267}, \"eu.cloud.trados.com\": {\"id\": 58009705772, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 744}, \"pms.chlserv.com\": {\"id\": 58009651750, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 454}, \"microsoft powerpoint\": {\"id\": 58023524724, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 427}, \"microsoft excel\": {\"id\": 58013046308, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 387}, \"ltb\": {\"id\": 58024599538, \"app\": \"LTB\", \"name\": \"LTB\", \"type\": \"app\", \"category_id\": 0, \"duration\": 361}, \"installer\": {\"id\": 58023161259, \"app\": \"Installer\", \"name\": \"Installer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"snippingtool\": {\"id\": 58011333871, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 212}, \"searchhost\": {\"id\": 58009720290, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 153}, \"acrobat\": {\"id\": 58009737151, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"translate.google.co.in\": {\"id\": 58009653821, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"msedgewebview2\": {\"id\": 58014202524, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"unknown app\": {\"id\": 58009622665, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"192.168.0.250\": {\"id\": 58013287728, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"google chrome\": {\"id\": 58009649577, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"xbench\": {\"id\": 58013034879, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"launcher\": {\"id\": 58023668663, \"app\": \"Launcher\", \"name\": \"Launcher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"google.com\": {\"id\": 58015375441, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"dwm\": {\"id\": 58026373488, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"192.168.0.251\": {\"id\": 58014135114, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 58009622650, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedge\": {\"id\": 58013293315, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 58009622654, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"scgui\": {\"id\": 58018837691, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"calculatorapp\": {\"id\": 58018810796, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 58011358588, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 58009622641, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 58009708292, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 58018810810, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 58011514922, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"hrez.crystalhues.in\": {\"id\": 58009705769, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 58009622663, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 58009622647, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:34'),(1173,16,'2025-05-14','10:05:58','19:10:27',8.29583,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-14\", \"isOnline\": false, \"arrived\": \"2025-05-14 10:05:58\", \"left\": \"2025-05-14 19:10:27\", \"late\": true, \"onlineTime\": 29887, \"offlineTime\": 0, \"desktimeTime\": 29887, \"atWorkTime\": 32669, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29865, \"productivity\": 99.93, \"efficiency\": 107.04, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58044420193, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": {\"desktime.com\": {\"id\": 58046784828, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"1\": {\"sdltradosstudio\": {\"id\": 58039238193, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9046}, \"ms-teams\": {\"id\": 58038877863, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6123}, \"microsoft word\": {\"id\": 58039746121, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4032}, \"windows explorer\": {\"id\": 58038877868, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3919}, \"microsoft outlook\": {\"id\": 58038887999, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2952}, \"eu.cloud.trados.com\": {\"id\": 58040814933, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 623}, \"pms.chlserv.com\": {\"id\": 58038931410, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 444}, \"acrobat\": {\"id\": 58040067202, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 391}, \"translate.google.co.in\": {\"id\": 58038933870, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 382}, \"192.168.0.250\": {\"id\": 58039734926, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 344}, \"microsoft powerpoint\": {\"id\": 58039228425, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 311}, \"microsoft excel\": {\"id\": 58044243956, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"xbench\": {\"id\": 58044232409, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"google chrome\": {\"id\": 58038926278, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"shellexperiencehost\": {\"id\": 58038877866, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"hrez.crystalhues.in\": {\"id\": 58040071340, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"msedgewebview2\": {\"id\": 58044225095, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 58039214970, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"192.168.0.251\": {\"id\": 58053035648, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"scgui\": {\"id\": 58038919520, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"google.com\": {\"id\": 58038933867, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"msedge\": {\"id\": 58040402061, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"dwm\": {\"id\": 58041837979, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"snippingtool\": {\"id\": 58040530705, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"sdl-prod.eu.auth0.com\": {\"id\": 58040814934, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"chrome://history\": {\"id\": 58040943110, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"mc-webview-cnt\": {\"id\": 58040526260, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"systemsettings\": {\"id\": 58038877860, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"c\": {\"id\": 58053066240, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"credentialuibroker\": {\"id\": 58038877861, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"olk\": {\"id\": 58038883405, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"anthembluecross.com\": {\"id\": 58050345481, \"app\": \"anthembluecross.com\", \"name\": \"anthembluecross.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 58040530704, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58038877859, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 58042868695, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 58053060016, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:35'),(1174,16,'2025-05-15','10:05:54','19:47:03',9.13861,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-15\", \"isOnline\": false, \"arrived\": \"2025-05-15 10:05:54\", \"left\": \"2025-05-15 19:47:03\", \"late\": true, \"onlineTime\": 32905, \"offlineTime\": 0, \"desktimeTime\": 32905, \"atWorkTime\": 34869, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32899, \"productivity\": 99.98, \"efficiency\": 117.92, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58082654195, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"1\": {\"sdltradosstudio\": {\"id\": 58067137478, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12037}, \"windows explorer\": {\"id\": 58067088395, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5078}, \"microsoft word\": {\"id\": 58067121789, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4229}, \"ms-teams\": {\"id\": 58067074683, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3752}, \"microsoft excel\": {\"id\": 58070117657, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2486}, \"microsoft outlook\": {\"id\": 58067090843, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2358}, \"microsoft powerpoint\": {\"id\": 58068370526, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 661}, \"pms.chlserv.com\": {\"id\": 58067181865, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 582}, \"translate.google.co.in\": {\"id\": 58068456628, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 413}, \"xbench\": {\"id\": 58070111789, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 385}, \"unknown app\": {\"id\": 58067074691, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 225}, \"eu.cloud.trados.com\": {\"id\": 58067490497, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"dwm\": {\"id\": 58067856118, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"acrobat\": {\"id\": 58067600811, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"192.168.0.250\": {\"id\": 58067704640, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"mc-webview-cnt\": {\"id\": 58068716118, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"msedgewebview2\": {\"id\": 58070106305, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"google chrome\": {\"id\": 58067186609, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"msedge\": {\"id\": 58071376120, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"systemsettings\": {\"id\": 58067074685, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"taskmgr\": {\"id\": 58078596534, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"scgui\": {\"id\": 58067134670, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"glossaryconverter\": {\"id\": 58072621799, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 58067191875, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"credentialuibroker\": {\"id\": 58067074686, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"c\": {\"id\": 58077495543, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"olk\": {\"id\": 58067088397, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"onedrive\": {\"id\": 58067074682, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 58068750525, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 58067490499, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"192.168.0.251\": {\"id\": 58078729193, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 58067189415, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58067074684, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58067074690, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 10:52:35'),(1175,16,'2025-05-16','10:02:29','19:04:47',7.97972,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-16\", \"isOnline\": false, \"arrived\": \"2025-05-16 10:02:29\", \"left\": \"2025-05-16 19:04:47\", \"late\": true, \"onlineTime\": 26529, \"offlineTime\": 2346, \"desktimeTime\": 28875, \"atWorkTime\": 32538, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28727, \"productivity\": 99.49, \"efficiency\": 102.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58103940975, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"outlook.office365.com\": {\"id\": 58101878643, \"app\": \"outlook.office365.com\", \"name\": \"outlook.office365.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"1\": {\"sdltradosstudio\": {\"id\": 58093647637, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5711}, \"windows explorer\": {\"id\": 58093600802, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5445}, \"microsoft outlook\": {\"id\": 58093615811, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4088}, \"ms-teams\": {\"id\": 58093600801, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3954}, \"not work in hand (offline time)\": {\"id\": 58107168924, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2346}, \"microsoft excel\": {\"id\": 58093620847, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1930}, \"microsoft word\": {\"id\": 58093618417, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1481}, \"microsoft powerpoint\": {\"id\": 58097600414, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 623}, \"translate.google.co.in\": {\"id\": 58093879835, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 552}, \"eu.cloud.trados.com\": {\"id\": 58097515590, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 536}, \"pms.chlserv.com\": {\"id\": 58093876800, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 464}, \"xbench\": {\"id\": 58094337257, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 247}, \"192.168.0.251\": {\"id\": 58096756593, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"google chrome\": {\"id\": 58093876799, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"dwm\": {\"id\": 58094128851, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"acrobat\": {\"id\": 58096775149, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"msedgewebview2\": {\"id\": 58094354211, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"192.168.0.250\": {\"id\": 58096644631, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"c\": {\"id\": 58095157671, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"systemsettings\": {\"id\": 58093600806, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"notepad\": {\"id\": 58096140858, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 58093603160, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"credentialuibroker\": {\"id\": 58093600805, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"msedge\": {\"id\": 58096654986, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"sdl-prod.eu.auth0.com\": {\"id\": 58097515591, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"snippingtool\": {\"id\": 58097383294, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"olk\": {\"id\": 58093611423, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"searchhost\": {\"id\": 58096120068, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"scgui\": {\"id\": 58093649829, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"google.com\": {\"id\": 58102366154, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"glossaryconverter\": {\"id\": 58096588877, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"onedrive\": {\"id\": 58093600800, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"windowsterminal\": {\"id\": 58096131141, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"calculatorapp\": {\"id\": 58107176793, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"shellhost\": {\"id\": 58100807725, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"mc-webview-cnt\": {\"id\": 58095133267, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellexperiencehost\": {\"id\": 58093603158, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"fontview\": {\"id\": 58098352026, \"app\": \"Fontview\", \"name\": \"Fontview\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 58093600804, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}}}, \"projects\": []}','2025-07-26 10:52:35'),(1176,16,'2025-05-19','10:01:28','19:35:06',8.28611,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-19\", \"isOnline\": false, \"arrived\": \"2025-05-19 10:01:28\", \"left\": \"2025-05-19 19:35:06\", \"late\": true, \"onlineTime\": 29976, \"offlineTime\": 0, \"desktimeTime\": 29976, \"atWorkTime\": 34418, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29830, \"productivity\": 99.51, \"efficiency\": 106.92, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58126030435, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"canva.com\": {\"id\": 58132989686, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}}, \"1\": {\"microsoft outlook\": {\"id\": 58124221492, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8016}, \"ms-teams\": {\"id\": 58124209145, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6018}, \"microsoft word\": {\"id\": 58125073657, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5650}, \"windows explorer\": {\"id\": 58124219442, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4658}, \"sdltradosstudio\": {\"id\": 58131797405, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2390}, \"acrobat\": {\"id\": 58124236688, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 812}, \"pms.chlserv.com\": {\"id\": 58125660907, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 434}, \"translate.google.co.in\": {\"id\": 58124300842, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"microsoft excel\": {\"id\": 58128382872, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"eu.cloud.trados.com\": {\"id\": 58133654390, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 188}, \"192.168.0.251\": {\"id\": 58133635749, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"google.com\": {\"id\": 58124300841, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"192.168.0.250\": {\"id\": 58129363609, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"hrez.crystalhues.in\": {\"id\": 58126107878, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"xbench\": {\"id\": 58128377693, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"google chrome\": {\"id\": 58124300840, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"photos\": {\"id\": 58137256153, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"unknown app\": {\"id\": 58124209155, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"credentialuibroker\": {\"id\": 58124209151, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": 58128382877, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"systemsettings\": {\"id\": 58124209152, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"scgui\": {\"id\": 58127285579, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"msedge\": {\"id\": 58129380549, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"notepad\": {\"id\": 58139061652, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"c\": {\"id\": 58133718909, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58124209154, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onedrive\": {\"id\": 58124209144, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"docs.google.com\": {\"id\": 58132975448, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"snippingtool\": {\"id\": 58124269559, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"calculatorapp\": {\"id\": 58126123582, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 58124269558, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 58124209147, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 58133654391, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"olk\": {\"id\": 58124219440, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 58124209149, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"go.microsoft.com\": {\"id\": 58138635037, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 58137569301, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:36'),(1177,16,'2025-05-20','09:52:57','19:09:30',8.57111,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-20\", \"isOnline\": false, \"arrived\": \"2025-05-20 09:52:57\", \"left\": \"2025-05-20 19:09:30\", \"late\": true, \"onlineTime\": 30898, \"offlineTime\": 0, \"desktimeTime\": 30898, \"atWorkTime\": 33393, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30856, \"productivity\": 99.86, \"efficiency\": 110.59, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"youtube.com\": {\"id\": 58162462630, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"desktime.com\": {\"id\": 58167304011, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"1\": {\"ms-teams\": {\"id\": 58151764014, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8290}, \"microsoft word\": {\"id\": 58151840852, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7564}, \"windows explorer\": {\"id\": 58151773775, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5351}, \"microsoft outlook\": {\"id\": 58151776009, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3366}, \"acrobat\": {\"id\": 58152240942, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2258}, \"sdltradosstudio\": {\"id\": 58153103794, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2121}, \"pms.chlserv.com\": {\"id\": 58151782441, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 579}, \"translate.google.co.in\": {\"id\": 58151950291, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"hrez.crystalhues.in\": {\"id\": 58156980994, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"google.com\": {\"id\": 58151786380, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"192.168.0.250\": {\"id\": 58156073451, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"microsoft excel\": {\"id\": 58154365639, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"google chrome\": {\"id\": 58151782440, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"eu.cloud.trados.com\": {\"id\": 58153133617, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"xbench\": {\"id\": 58154348145, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"unknown app\": {\"id\": 58151766056, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"snippingtool\": {\"id\": 58151929670, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"msedge\": {\"id\": 58155697965, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"192.168.0.251\": {\"id\": 58154371110, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"photos\": {\"id\": 58151861930, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"scgui\": {\"id\": 58153094968, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"systemsettings\": {\"id\": 58151764018, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"credentialuibroker\": {\"id\": 58151764023, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"searchhost\": {\"id\": 58151929669, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 58152656865, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"justdial.com\": {\"id\": 58162437906, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"calculatorapp\": {\"id\": 58157842119, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58154165558, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"mc-webview-cnt\": {\"id\": 58153492076, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58151764017, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 58151773777, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"sdl-prod.eu.auth0.com\": {\"id\": 58153133618, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58151764011, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"notepad\": {\"id\": 58165054835, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 10:52:36'),(1178,16,'2025-05-21','10:02:23','19:22:14',8.5575,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-21\", \"isOnline\": false, \"arrived\": \"2025-05-21 10:02:23\", \"left\": \"2025-05-21 19:22:14\", \"late\": true, \"onlineTime\": 30812, \"offlineTime\": 0, \"desktimeTime\": 30812, \"atWorkTime\": 33591, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30807, \"productivity\": 99.95, \"efficiency\": 110.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58187860028, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}}, \"1\": {\"microsoft word\": {\"id\": 58181402964, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6515}, \"ms-teams\": {\"id\": 58180147556, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4851}, \"acrobat\": {\"id\": 58183107992, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4664}, \"windows explorer\": {\"id\": 58180154938, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3643}, \"sdltradosstudio\": {\"id\": 58180474703, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3369}, \"microsoft outlook\": {\"id\": 58180157388, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2972}, \"microsoft excel\": {\"id\": 58180229092, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1347}, \"unknown app\": {\"id\": 58180147565, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 661}, \"powertoys.powerocr\": {\"id\": 58184989621, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 656}, \"microsoft powerpoint\": {\"id\": 58184805489, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 483}, \"pms.chlserv.com\": {\"id\": 58180216985, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"192.168.0.250\": {\"id\": 58180980171, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"eu.cloud.trados.com\": {\"id\": 58180958572, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"translate.google.co.in\": {\"id\": 58180219450, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"google chrome\": {\"id\": 58180441341, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"google.com\": {\"id\": 58180219448, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"xbench\": {\"id\": 58180181552, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"msedge\": {\"id\": 58182268410, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"msedgewebview2\": {\"id\": 58180164978, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"snippingtool\": {\"id\": 58193246995, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"hrez.crystalhues.in\": {\"id\": 58180441342, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"taskmgr\": {\"id\": 58182582971, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"searchhost\": {\"id\": 58180259550, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"scgui\": {\"id\": 58180468810, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 58180147560, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"sdl-prod.eu.auth0.com\": {\"id\": 58180958574, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"settings\": {\"id\": 58180147559, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"onedrive\": {\"id\": 58180147555, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"notepad\": {\"id\": 58191820939, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"calculatorapp\": {\"id\": 58187183583, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"c\": {\"id\": 58182201808, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"olk\": {\"id\": 58180154940, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58180238287, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"systemsettings\": {\"id\": 58180147561, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"languagecloud.sdl.com\": {\"id\": 58193664786, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 58181858917, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 58180147558, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:37'),(1179,16,'2025-05-22','09:57:35','19:16:05',8.38389,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-22\", \"isOnline\": false, \"arrived\": \"2025-05-22 09:57:35\", \"left\": \"2025-05-22 19:16:05\", \"late\": true, \"onlineTime\": 30353, \"offlineTime\": 0, \"desktimeTime\": 30353, \"atWorkTime\": 33510, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30182, \"productivity\": 99.44, \"efficiency\": 108.18, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58213194458, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}}, \"0\": {\"desktime.com\": {\"id\": 58210294574, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}}, \"1\": {\"microsoft outlook\": {\"id\": 58208037827, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6174}, \"ms-teams\": {\"id\": 58208029301, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5242}, \"microsoft word\": {\"id\": 58208039887, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5047}, \"transformv3.vengaglobal.com\": {\"id\": 58208795441, \"app\": \"transformv3.vengaglobal.com\", \"name\": \"transformv3.vengaglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3905}, \"windows explorer\": {\"id\": 58208035652, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2996}, \"photos\": {\"id\": 58212326149, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1473}, \"sdltradosstudio\": {\"id\": 58210769818, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1387}, \"eu.cloud.trados.com\": {\"id\": 58210564794, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 976}, \"pms.chlserv.com\": {\"id\": 58208584138, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 754}, \"translate.google.co.in\": {\"id\": 58208335257, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 361}, \"microsoft excel\": {\"id\": 58208311299, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 329}, \"unknown app\": {\"id\": 58208029308, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 293}, \"acrobat\": {\"id\": 58210801565, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"192.168.0.250\": {\"id\": 58211636095, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"snippingtool\": {\"id\": 58209181466, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"google chrome\": {\"id\": 58208335256, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"scgui\": {\"id\": 58210732198, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"xbench\": {\"id\": 58211423918, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"msedgewebview2\": {\"id\": 58208280805, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"searchhost\": {\"id\": 58209178038, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"msedge\": {\"id\": 58214617937, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"google.com\": {\"id\": 58208587446, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"calculatorapp\": {\"id\": 58219198009, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"pickerhost\": {\"id\": 58209433351, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"hrez.crystalhues.in\": {\"id\": 58214185052, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 58210553368, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 58208029305, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"olk\": {\"id\": 58208035651, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"systemsettings\": {\"id\": 58208029303, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"taskmgr\": {\"id\": 58208131417, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"mc-webview-cnt\": {\"id\": 58209752334, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"sdl-prod.eu.auth0.com\": {\"id\": 58210564796, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"scanner\": {\"id\": 58208265541, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58208029302, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58208029300, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 58219212496, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 10:52:37'),(1180,16,'2025-05-23','10:03:34','19:17:51',7.79278,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-23\", \"isOnline\": false, \"arrived\": \"2025-05-23 10:03:34\", \"left\": \"2025-05-23 19:17:51\", \"late\": true, \"onlineTime\": 28111, \"offlineTime\": 0, \"desktimeTime\": 28111, \"atWorkTime\": 33257, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28054, \"productivity\": 99.8, \"efficiency\": 100.55, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58249991156, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}}, \"0\": {\"desktime.com\": {\"id\": 58246535631, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"1\": {\"ms-teams\": {\"id\": 58236101999, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8980}, \"microsoft outlook\": {\"id\": 58236116283, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6486}, \"sdltradosstudio\": {\"id\": 58236536234, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4224}, \"windows explorer\": {\"id\": 58236102010, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3364}, \"microsoft word\": {\"id\": 58236123041, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2577}, \"eu.cloud.trados.com\": {\"id\": 58236740358, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 762}, \"pms.chlserv.com\": {\"id\": 58236210485, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 487}, \"translate.google.co.in\": {\"id\": 58236215604, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"192.168.0.250\": {\"id\": 58237375610, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"acrobat\": {\"id\": 58237405126, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 168}, \"microsoft excel\": {\"id\": 58238374238, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"google chrome\": {\"id\": 58236210484, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"msedge\": {\"id\": 58238608327, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"google.com\": {\"id\": 58236215603, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"xbench\": {\"id\": 58238362625, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 58236102011, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 58246278078, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"systemsettings\": {\"id\": 58236102005, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"sdl-prod.eu.auth0.com\": {\"id\": 58236737104, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"msedgewebview2\": {\"id\": 58237932179, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"credentialuibroker\": {\"id\": 58236102006, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"scgui\": {\"id\": 58236529927, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 58246262774, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"calculatorapp\": {\"id\": 58242193632, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 58242188165, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"krutidevunicodeconverter.com\": {\"id\": 58248688190, \"app\": \"krutidevunicodeconverter.com\", \"name\": \"krutidevunicodeconverter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"192.168.0.251\": {\"id\": 58247504305, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"olk\": {\"id\": 58236109045, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 58236101998, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58236102002, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58246291364, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58238035909, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 58236737103, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58236102013, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:37'),(1181,16,'2025-05-24','10:03:23','19:59:56',8.86806,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-24\", \"isOnline\": false, \"arrived\": \"2025-05-24 10:03:23\", \"left\": \"2025-05-24 19:59:56\", \"late\": true, \"onlineTime\": 32183, \"offlineTime\": 0, \"desktimeTime\": 32183, \"atWorkTime\": 35793, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31925, \"productivity\": 99.18, \"efficiency\": 114.43, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"netbanking.hdfcbank.com\": {\"id\": 58261237460, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"shabdkosh.com\": {\"id\": 58259530570, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}}, \"0\": {\"desktime.com\": {\"id\": 58260929348, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}}, \"1\": {\"sdltradosstudio\": {\"id\": 58259138534, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8642}, \"ms-teams\": {\"id\": 58259130642, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5789}, \"windows explorer\": {\"id\": 58259135931, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4644}, \"microsoft word\": {\"id\": 58259294988, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3555}, \"microsoft outlook\": {\"id\": 58259135933, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2424}, \"microsoft powerpoint\": {\"id\": 58259291645, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1713}, \"eu.cloud.trados.com\": {\"id\": 58259252593, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1063}, \"pms.chlserv.com\": {\"id\": 58259145438, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 659}, \"microsoft excel\": {\"id\": 58259661532, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 521}, \"google.com\": {\"id\": 58259146153, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 483}, \"translate.google.co.in\": {\"id\": 58259353134, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 380}, \"acrobat\": {\"id\": 58259678713, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 325}, \"192.168.0.251\": {\"id\": 58259579385, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"google chrome\": {\"id\": 58259144704, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 168}, \"msedgewebview2\": {\"id\": 58259380295, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"scgui\": {\"id\": 58259136610, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 145}, \"xbench\": {\"id\": 58259377149, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"onedrive\": {\"id\": 58259130641, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"speedtest.net\": {\"id\": 58261112756, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"zoom\": {\"id\": 58259778186, \"app\": \"Zoom\", \"name\": \"Zoom\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"unknown app\": {\"id\": 58259130649, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"photos\": {\"id\": 58261147402, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"credentialuibroker\": {\"id\": 58259130645, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"systemsettings\": {\"id\": 58259130644, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"snippingtool\": {\"id\": 58259791282, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"msedge\": {\"id\": 58259777480, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"about:blank\": {\"id\": 58261218246, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"taskmgr\": {\"id\": 58260203461, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"192.168.0.250\": {\"id\": 58259277841, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"sdl-prod.eu.auth0.com\": {\"id\": 58259252592, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"shellhost\": {\"id\": 58259130643, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"searchhost\": {\"id\": 58259275254, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"werfault\": {\"id\": 58260204212, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"applyonline.hdfcbank.com\": {\"id\": 58261246736, \"app\": \"applyonline.hdfcbank.com\", \"name\": \"applyonline.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"settings\": {\"id\": 58260667436, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"calculatorapp\": {\"id\": 58259276059, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.co.in\": {\"id\": 58261236895, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nrega.nic.in\": {\"id\": 58260822772, \"app\": \"nrega.nic.in\", \"name\": \"nrega.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58259130648, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"us02web.zoom.us\": {\"id\": 58259776816, \"app\": \"us02web.zoom.us\", \"name\": \"us02web.zoom.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"hdfcbank.com\": {\"id\": 58261237459, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"powertoys.powerocr\": {\"id\": 58259964561, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 58260204210, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58259504864, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"scanner\": {\"id\": 58259135173, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"fsquirt\": {\"id\": 58260886447, \"app\": \"Fsquirt\", \"name\": \"Fsquirt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:38'),(1182,16,'2025-05-26','10:08:31','19:06:51',7.98417,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-26\", \"isOnline\": false, \"arrived\": \"2025-05-26 10:08:31\", \"left\": \"2025-05-26 19:06:51\", \"late\": true, \"onlineTime\": 28759, \"offlineTime\": 0, \"desktimeTime\": 28759, \"atWorkTime\": 32300, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28743, \"productivity\": 99.94, \"efficiency\": 103.02, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58279506675, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"1\": {\"microsoft powerpoint\": {\"id\": 58267409157, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10336}, \"ms-teams\": {\"id\": 58266034699, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5134}, \"windows explorer\": {\"id\": 58266037126, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3292}, \"microsoft word\": {\"id\": 58266132809, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3259}, \"sdltradosstudio\": {\"id\": 58266300195, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1597}, \"microsoft outlook\": {\"id\": 58266041078, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1402}, \"pms.chlserv.com\": {\"id\": 58266059721, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 765}, \"microsoft excel\": {\"id\": 58266581962, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 605}, \"acrobat\": {\"id\": 58267305901, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 371}, \"translate.google.co.in\": {\"id\": 58266064369, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"photos\": {\"id\": 58267099670, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"xbench\": {\"id\": 58266578920, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 163}, \"drbelalbinasaf.com\": {\"id\": 58274173739, \"app\": \"drbelalbinasaf.com\", \"name\": \"drbelalbinasaf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"google chrome\": {\"id\": 58266059720, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"192.168.0.251\": {\"id\": 58266929689, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"eu.cloud.trados.com\": {\"id\": 58266310831, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"speedtest.net\": {\"id\": 58278278806, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"google.com\": {\"id\": 58266064368, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"192.168.0.250\": {\"id\": 58268547577, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"msedgewebview2\": {\"id\": 58266490258, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"systemsettings\": {\"id\": 58266034701, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"unknown app\": {\"id\": 58266048800, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"msedge\": {\"id\": 58266929691, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"snippingtool\": {\"id\": 58266464243, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"hrez.crystalhues.in\": {\"id\": 58277290650, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"credentialuibroker\": {\"id\": 58266034702, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"searchhost\": {\"id\": 58266464242, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 58266294798, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"shellexperiencehost\": {\"id\": 58277333445, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"c\": {\"id\": 58277025753, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"calculatorapp\": {\"id\": 58279945947, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"shellhost\": {\"id\": 58266034700, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 58266308099, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 58270060579, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58266034698, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 58266048801, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:38'),(1183,16,'2025-05-27','10:09:00','19:25:06',8.61528,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-27\", \"isOnline\": false, \"arrived\": \"2025-05-27 10:09:00\", \"left\": \"2025-05-27 19:25:06\", \"late\": true, \"onlineTime\": 31052, \"offlineTime\": 0, \"desktimeTime\": 31052, \"atWorkTime\": 33366, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31015, \"productivity\": 99.85, \"efficiency\": 111.16, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shabdkosh.com\": {\"id\": 58305088700, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 58289566774, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}}, \"1\": {\"ms-teams\": {\"id\": 58289492113, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5776}, \"windows explorer\": {\"id\": 58289501885, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5671}, \"microsoft word\": {\"id\": 58290102843, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5079}, \"sdltradosstudio\": {\"id\": 58291313356, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4417}, \"microsoft outlook\": {\"id\": 58289506828, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3658}, \"acrobat\": {\"id\": 58291270503, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1282}, \"pms.chlserv.com\": {\"id\": 58289511699, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1121}, \"microsoft excel\": {\"id\": 58291580468, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 712}, \"eu.cloud.trados.com\": {\"id\": 58291243289, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 643}, \"192.168.0.250\": {\"id\": 58290321060, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 606}, \"192.168.0.251\": {\"id\": 58291150392, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"translate.google.co.in\": {\"id\": 58289519193, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 350}, \"google.com\": {\"id\": 58289519192, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"google chrome\": {\"id\": 58289511698, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"xbench\": {\"id\": 58291571303, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"systemsettings\": {\"id\": 58289492122, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"msedge\": {\"id\": 58290952741, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"unknown app\": {\"id\": 58289492128, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"speedtest.net\": {\"id\": 58290767194, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"scgui\": {\"id\": 58289897783, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"confirmtkt.com\": {\"id\": 58289933410, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"credentialuibroker\": {\"id\": 58289492120, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"snippingtool\": {\"id\": 58290340744, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"taskmgr\": {\"id\": 58301572770, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"msedgewebview2\": {\"id\": 58292597258, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"dwm\": {\"id\": 58301164495, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"shellhost\": {\"id\": 58299066002, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"sdl-prod.eu.auth0.com\": {\"id\": 58291243292, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 58289492126, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58293667734, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 58289492116, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 58289492111, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 58291026789, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 58289504283, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"hrez.crystalhues.in\": {\"id\": 58305330225, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"werfault\": {\"id\": 58301589798, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 58291243288, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:39'),(1184,16,'2025-05-28','10:06:28','21:32:08',9.66722,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-28\", \"isOnline\": false, \"arrived\": \"2025-05-28 10:06:28\", \"left\": \"2025-05-28 21:32:08\", \"late\": true, \"onlineTime\": 33018, \"offlineTime\": 1850, \"desktimeTime\": 34868, \"atWorkTime\": 41140, \"afterWorkTime\": 3229, \"beforeWorkTime\": 0, \"productiveTime\": 34802, \"productivity\": 99.75, \"efficiency\": 124.74, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58331479745, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}}, \"1\": {\"microsoft outlook\": {\"id\": 58318053111, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7661}, \"ms-teams\": {\"id\": 58318043595, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7156}, \"microsoft word\": {\"id\": 58318931286, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4844}, \"windows explorer\": {\"id\": 58318053112, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4476}, \"acrobat\": {\"id\": 58320612196, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1887}, \"not work in hand (offline time)\": {\"id\": 58333239077, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1850}, \"translate.google.co.in\": {\"id\": 58318063096, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1178}, \"google.com\": {\"id\": 58318063095, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 818}, \"speedtest.net\": {\"id\": 58318065660, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 756}, \"pms.chlserv.com\": {\"id\": 58318060849, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 735}, \"sdltradosstudio\": {\"id\": 58319894389, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 656}, \"microsoft excel\": {\"id\": 58320148381, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 434}, \"systemsettings\": {\"id\": 58318043601, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 307}, \"192.168.0.251\": {\"id\": 58328910574, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"eu.cloud.trados.com\": {\"id\": 58319866744, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 233}, \"google chrome\": {\"id\": 58318058271, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 206}, \"credentialuibroker\": {\"id\": 58318043602, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 203}, \"confirmtkt.com\": {\"id\": 58330031179, \"app\": \"confirmtkt.com\", \"name\": \"confirmtkt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"scgui\": {\"id\": 58319821774, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"fast.com\": {\"id\": 58333888498, \"app\": \"fast.com\", \"name\": \"fast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"searchhost\": {\"id\": 58318405746, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"windowsterminal\": {\"id\": 58333423556, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"snippingtool\": {\"id\": 58321815405, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"192.168.0.250\": {\"id\": 58325372913, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"unknown app\": {\"id\": 58318043606, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"shellhost\": {\"id\": 58318043599, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"msedge\": {\"id\": 58325438069, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"xbench\": {\"id\": 58320143081, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"msdt\": {\"id\": 58334231431, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"msedgewebview2\": {\"id\": 58318391193, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"onedrive\": {\"id\": 58318043593, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"sdl-prod.eu.auth0.com\": {\"id\": 58319866745, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58318043605, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 58336196757, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"scanner\": {\"id\": 58318055763, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58319929697, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:39'),(1185,16,'2025-05-29','10:08:26','19:25:44',7.79111,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-29\", \"isOnline\": false, \"arrived\": \"2025-05-29 10:08:26\", \"left\": \"2025-05-29 19:25:44\", \"late\": true, \"onlineTime\": 28310, \"offlineTime\": 0, \"desktimeTime\": 28310, \"atWorkTime\": 33438, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28048, \"productivity\": 99.04, \"efficiency\": 100.53, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"netbanking.hdfcbank.com\": {\"id\": 58352184195, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"shabdkosh.com\": {\"id\": 58347153273, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"desktime.com\": {\"id\": 58346755033, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}}, \"1\": {\"microsoft word\": {\"id\": 58348018596, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6575}, \"microsoft outlook\": {\"id\": 58346096922, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5843}, \"ms-teams\": {\"id\": 58346087240, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4374}, \"acrobat\": {\"id\": 58346765804, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3722}, \"windows explorer\": {\"id\": 58346089798, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2801}, \"powertoys.powerocr\": {\"id\": 58351087609, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 599}, \"photos\": {\"id\": 58356626566, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 539}, \"systemsettings\": {\"id\": 58346087244, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 495}, \"speedtest.net\": {\"id\": 58347162032, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 457}, \"pms.chlserv.com\": {\"id\": 58346112844, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"translate.google.co.in\": {\"id\": 58346115180, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"microsoft powerpoint\": {\"id\": 58347641955, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 418}, \"google.com\": {\"id\": 58347153274, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 319}, \"scgui\": {\"id\": 58347562825, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"credentialuibroker\": {\"id\": 58346087245, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"192.168.0.251\": {\"id\": 58352064149, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"google chrome\": {\"id\": 58346112843, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"unknown app\": {\"id\": 58346092162, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"192.168.0.250\": {\"id\": 58347576485, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"shellhost\": {\"id\": 58346087243, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"google.co.in\": {\"id\": 58352157732, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"msedgewebview2\": {\"id\": 58347101563, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"snippingtool\": {\"id\": 58351206100, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"app.sideways6.com\": {\"id\": 58358707853, \"app\": \"app.sideways6.com\", \"name\": \"app.sideways6.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"calculatorapp\": {\"id\": 58352213733, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"searchhost\": {\"id\": 58350932074, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"onedrive\": {\"id\": 58346087239, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"settings\": {\"id\": 58354513101, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"v.hdfcbank.com\": {\"id\": 58352184194, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 58350910217, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"xbench\": {\"id\": 58347105499, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58346089801, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"tmkn.biz\": {\"id\": 58358702114, \"app\": \"tmkn.biz\", \"name\": \"tmkn.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"powertoys.powerlauncher\": {\"id\": 58358537289, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"hdfcbank.com\": {\"id\": 58352184193, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 58347718875, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"microsoft excel\": {\"id\": 58347108969, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 10:52:40'),(1186,16,'2025-05-30','10:08:12','19:21:49',8.44306,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-05-30\", \"isOnline\": false, \"arrived\": \"2025-05-30 10:08:12\", \"left\": \"2025-05-30 19:21:49\", \"late\": true, \"onlineTime\": 30403, \"offlineTime\": 0, \"desktimeTime\": 30403, \"atWorkTime\": 33217, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30395, \"productivity\": 99.97, \"efficiency\": 108.94, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime.com\": {\"id\": 58387816250, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"1\": {\"microsoft word\": {\"id\": 58373587546, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11118}, \"ms-teams\": {\"id\": 58373554596, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4292}, \"sdltradosstudio\": {\"id\": 58375514923, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4212}, \"windows explorer\": {\"id\": 58373554604, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3873}, \"microsoft outlook\": {\"id\": 58373561797, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2123}, \"acrobat\": {\"id\": 58373683374, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2096}, \"microsoft excel\": {\"id\": 58375800901, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1121}, \"pms.chlserv.com\": {\"id\": 58373564158, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"192.168.0.250\": {\"id\": 58375193838, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"translate.google.co.in\": {\"id\": 58375257143, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"unknown app\": {\"id\": 58373568811, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"notepad\": {\"id\": 58374973279, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"scgui\": {\"id\": 58375184909, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"eu.cloud.trados.com\": {\"id\": 58375579197, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"powertoys.powerocr\": {\"id\": 58373691469, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"msedgewebview2\": {\"id\": 58375800902, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"snippingtool\": {\"id\": 58373765118, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"xbench\": {\"id\": 58375795790, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"systemsettings\": {\"id\": 58373554602, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"microsoft paint\": {\"id\": 58373772383, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"credentialuibroker\": {\"id\": 58373554601, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"google chrome\": {\"id\": 58373564156, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"searchhost\": {\"id\": 58373765116, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"google.com\": {\"id\": 58373568808, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"192.168.0.251\": {\"id\": 58375604011, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 58375205064, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"sdl-prod.eu.auth0.com\": {\"id\": 58375579195, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58373554597, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 58373554599, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58384074153, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 58375574790, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58373554594, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 58373568812, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"hrez.crystalhues.in\": {\"id\": 58382659223, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pickerhost\": {\"id\": 58385346301, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 10:52:40'),(1207,8,'2025-06-01',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-01\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:45'),(1208,8,'2025-06-02','09:52:48','18:52:13',8.72222,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 09:52:48\", \"left\": \"2025-06-02 18:52:13\", \"late\": false, \"onlineTime\": 31400, \"offlineTime\": 0, \"desktimeTime\": 31400, \"atWorkTime\": 32365, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31400, \"productivity\": 100, \"efficiency\": 124.6, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58404989618, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7831}, \"windows explorer\": {\"id\": 58404982070, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4318}, \"microsoft excel\": {\"id\": 58405199464, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3660}, \"microsoft word\": {\"id\": 58405339258, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3091}, \"ms-teams\": {\"id\": 58404982072, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2884}, \"hrez.crystalhues.in\": {\"id\": 58405030775, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2527}, \"in.emsigner.com\": {\"id\": 58407077423, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1817}, \"acrobat\": {\"id\": 58405259377, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1748}, \"desktime.com\": {\"id\": 58407873750, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1596}, \"chatgpt.com\": {\"id\": 58412499406, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1128}, \"unknown app\": {\"id\": 58404907649, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 355}, \"openai.com\": {\"id\": 58412475390, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"shellexperiencehost\": {\"id\": 58406884466, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"msedgewebview2\": {\"id\": 58405196787, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"google chrome\": {\"id\": 58405030771, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"scgui\": {\"id\": 58405136500, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 58406606242, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"lockapp\": {\"id\": 58404979887, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"msedge\": {\"id\": 58408516620, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"photos\": {\"id\": 58407569819, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58417836249, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"google.com\": {\"id\": 58412475389, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:45'),(1209,8,'2025-06-03','09:52:45','18:51:09',8.11944,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 09:52:45\", \"left\": \"2025-06-03 18:51:09\", \"late\": false, \"onlineTime\": 29315, \"offlineTime\": 0, \"desktimeTime\": 29315, \"atWorkTime\": 32304, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29230, \"productivity\": 99.69, \"efficiency\": 115.99, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58434362302, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58432191872, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5835}, \"hrez.crystalhues.in\": {\"id\": 58432224753, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4935}, \"microsoft word\": {\"id\": 58432668540, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4492}, \"microsoft outlook\": {\"id\": 58432194448, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4183}, \"microsoft excel\": {\"id\": 58432210550, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3279}, \"windows explorer\": {\"id\": 58432314976, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2325}, \"acrobat\": {\"id\": 58432601978, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1631}, \"airtel.in\": {\"id\": 58435473166, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 927}, \"in.emsigner.com\": {\"id\": 58433752747, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 482}, \"startmenuexperiencehost\": {\"id\": 58437649682, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 307}, \"desktime.com\": {\"id\": 58436408817, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"onedrive\": {\"id\": 58432125219, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"chatgpt.com\": {\"id\": 58446613676, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"msedgewebview2\": {\"id\": 58432665166, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"openai.com\": {\"id\": 58446443545, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"unknown app\": {\"id\": 58432189714, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"google chrome\": {\"id\": 58432224751, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"snippingtool\": {\"id\": 58438088571, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"searchhost\": {\"id\": 58432312143, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 58440734366, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"emsigner.com\": {\"id\": 58433743852, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"chrome://whats-new\": {\"id\": 58432205803, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 58434362300, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 58433409597, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://new-tab-page\": {\"id\": 58441672973, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58435467403, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 11:32:46'),(1210,8,'2025-06-04','09:54:12','18:47:54',7.92167,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 09:54:12\", \"left\": \"2025-06-04 18:47:54\", \"late\": false, \"onlineTime\": 28549, \"offlineTime\": 0, \"desktimeTime\": 28549, \"atWorkTime\": 32022, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28518, \"productivity\": 99.89, \"efficiency\": 113.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58465526521, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58460844541, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6313}, \"microsoft outlook\": {\"id\": 58460406788, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6296}, \"ms-teams\": {\"id\": 58460335655, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3517}, \"windows explorer\": {\"id\": 58460386231, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2948}, \"microsoft word\": {\"id\": 58462282760, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2399}, \"in.emsigner.com\": {\"id\": 58461819946, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2364}, \"acrobat\": {\"id\": 58462030994, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1877}, \"hrez.crystalhues.in\": {\"id\": 58460413741, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1461}, \"shellexperiencehost\": {\"id\": 58460484904, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"us-lms.365.systems\": {\"id\": 58470024249, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"google chrome\": {\"id\": 58460411727, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"desktime.com\": {\"id\": 58469372131, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"c\": {\"id\": 58461907511, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"unknown app\": {\"id\": 58461985038, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"chatgpt.com\": {\"id\": 58464197445, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"msedgewebview2\": {\"id\": 58469284950, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"emsigner.com\": {\"id\": 58469734336, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"shellhost\": {\"id\": 58470679261, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"openai.com\": {\"id\": 58464191540, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"login.microsoftonline.com\": {\"id\": 58470017637, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58463330916, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 58461792432, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 58464191536, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 11:32:46'),(1211,8,'2025-06-05','09:54:25','18:48:13',7.90111,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 09:54:25\", \"left\": \"2025-06-05 18:48:13\", \"late\": false, \"onlineTime\": 28444, \"offlineTime\": 0, \"desktimeTime\": 28444, \"atWorkTime\": 32028, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28444, \"productivity\": 100, \"efficiency\": 112.87, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58488276791, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9037}, \"ms-teams\": {\"id\": 58488190763, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4231}, \"windows explorer\": {\"id\": 58488227177, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2636}, \"acrobat\": {\"id\": 58490278311, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2011}, \"in.emsigner.com\": {\"id\": 58491793809, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1791}, \"microsoft excel\": {\"id\": 58489304997, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1710}, \"microsoft word\": {\"id\": 58491465562, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1524}, \"hrez.crystalhues.in\": {\"id\": 58488397831, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1367}, \"canva.com\": {\"id\": 58497912568, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1336}, \"chatgpt.com\": {\"id\": 58488612435, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1197}, \"startmenuexperiencehost\": {\"id\": 58490886901, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"unknown app\": {\"id\": 58488458334, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 279}, \"google chrome\": {\"id\": 58488455890, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 179}, \"openai.com\": {\"id\": 58488578051, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"shellexperiencehost\": {\"id\": 58489528117, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"desktime.com\": {\"id\": 58491111449, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"quickup\": {\"id\": 58501291971, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"searchhost\": {\"id\": 58490886902, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"msedgewebview2\": {\"id\": 58493563883, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"scgui\": {\"id\": 58490242414, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"chrome://print\": {\"id\": 58490191060, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"lockapp\": {\"id\": 58488351788, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 58491127845, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 58488578050, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"scanner\": {\"id\": 58501291968, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 58497963668, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dwm\": {\"id\": 58494317484, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 58491793806, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:46'),(1212,8,'2025-06-06','09:55:17','18:57:23',7.64333,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 09:55:17\", \"left\": \"2025-06-06 18:57:23\", \"late\": false, \"onlineTime\": 27516, \"offlineTime\": 0, \"desktimeTime\": 27516, \"atWorkTime\": 32526, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27516, \"productivity\": 100, \"efficiency\": 109.19, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58514843709, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8309}, \"ms-teams\": {\"id\": 58514766607, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6635}, \"microsoft word\": {\"id\": 58521786654, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3760}, \"microsoft excel\": {\"id\": 58515010232, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2618}, \"windows explorer\": {\"id\": 58515007674, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1982}, \"hrez.crystalhues.in\": {\"id\": 58515134088, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1402}, \"acrobat\": {\"id\": 58514901510, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1181}, \"startmenuexperiencehost\": {\"id\": 58519506683, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 656}, \"in.emsigner.com\": {\"id\": 58515108522, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 432}, \"desktime.com\": {\"id\": 58517673228, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"lockapp\": {\"id\": 58514839461, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"chatgpt.com\": {\"id\": 58517872571, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"google chrome\": {\"id\": 58515106016, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"unknown app\": {\"id\": 58515179216, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"openai.com\": {\"id\": 58517862830, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"msedgewebview2\": {\"id\": 58515189167, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 58515174136, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"searchhost\": {\"id\": 58519506678, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"google.com\": {\"id\": 58517862827, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 58515185722, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:47'),(1213,8,'2025-06-07','10:00:16','18:20:48',7.38583,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 10:00:16\", \"left\": \"2025-06-07 18:20:48\", \"late\": false, \"onlineTime\": 26618, \"offlineTime\": 0, \"desktimeTime\": 26618, \"atWorkTime\": 30032, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26589, \"productivity\": 99.89, \"efficiency\": 105.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58537722505, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58536484822, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9328}, \"ms-teams\": {\"id\": 58536482428, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6919}, \"microsoft word\": {\"id\": 58536709402, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2753}, \"hrez.crystalhues.in\": {\"id\": 58536619815, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2098}, \"windows explorer\": {\"id\": 58536474943, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1016}, \"chatgpt.com\": {\"id\": 58536501990, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 942}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58537437127, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 785}, \"microsoft excel\": {\"id\": 58537470567, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 642}, \"in.emsigner.com\": {\"id\": 58537601376, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 608}, \"openai.com\": {\"id\": 58536498558, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"shellexperiencehost\": {\"id\": 58536624567, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"startmenuexperiencehost\": {\"id\": 58537298773, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"msedgewebview2\": {\"id\": 58536738952, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"google chrome\": {\"id\": 58536498121, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"google.com\": {\"id\": 58536498557, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"acrobat\": {\"id\": 58536554547, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"desktime.com\": {\"id\": 58536858337, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"unknown app\": {\"id\": 58536482047, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"airtel.in\": {\"id\": 58537357769, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"lockapp\": {\"id\": 58536789280, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"downloads\": {\"id\": 58537715589, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"i.airtel.in\": {\"id\": 58537357260, \"app\": \"i.airtel.in\", \"name\": \"i.airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 58537298772, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 11:32:47'),(1214,8,'2025-06-08',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-08\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:48'),(1215,8,'2025-06-09','09:53:01','18:44:50',8.46417,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 09:53:01\", \"left\": \"2025-06-09 18:44:50\", \"late\": false, \"onlineTime\": 30470, \"offlineTime\": 0, \"desktimeTime\": 30470, \"atWorkTime\": 31909, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30471, \"productivity\": 100, \"efficiency\": 120.92, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58542299613, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12252}, \"microsoft outlook\": {\"id\": 58542345864, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6547}, \"windows explorer\": {\"id\": 58542343918, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3224}, \"microsoft word\": {\"id\": 58543598441, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1887}, \"in.emsigner.com\": {\"id\": 58548318884, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1419}, \"hrez.crystalhues.in\": {\"id\": 58542422916, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1408}, \"microsoft excel\": {\"id\": 58550547612, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1305}, \"acrobat\": {\"id\": 58542906285, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 725}, \"canva.com\": {\"id\": 58551613017, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 654}, \"chatgpt.com\": {\"id\": 58546281708, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"lockapp\": {\"id\": 58542381045, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 188}, \"startmenuexperiencehost\": {\"id\": 58547569052, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"desktime.com\": {\"id\": 58546910576, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"openai.com\": {\"id\": 58549117081, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"google.com\": {\"id\": 58546281704, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"google chrome\": {\"id\": 58542420815, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"unknown app\": {\"id\": 58542397649, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"searchhost\": {\"id\": 58547569051, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"shellhost\": {\"id\": 58546135742, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58554722906, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"openwith\": {\"id\": 58551111848, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:48'),(1216,8,'2025-06-10','09:52:56','18:53:34',8.43917,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 09:52:56\", \"left\": \"2025-06-10 18:53:34\", \"late\": false, \"onlineTime\": 30469, \"offlineTime\": 0, \"desktimeTime\": 30469, \"atWorkTime\": 32438, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30381, \"productivity\": 99.71, \"efficiency\": 120.56, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58571140381, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58568412256, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6661}, \"microsoft outlook\": {\"id\": 58567555915, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5052}, \"ms-teams\": {\"id\": 58567465344, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4539}, \"windows explorer\": {\"id\": 58567799067, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4311}, \"in.emsigner.com\": {\"id\": 58567692107, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3117}, \"microsoft excel\": {\"id\": 58567826960, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2790}, \"hrez.crystalhues.in\": {\"id\": 58569133411, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1679}, \"acrobat\": {\"id\": 58568539117, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 803}, \"google chrome\": {\"id\": 58567610971, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 751}, \"msedgewebview2\": {\"id\": 58568550799, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"desktime.com\": {\"id\": 58571930554, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"chatgpt.com\": {\"id\": 58580773959, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"msedge\": {\"id\": 58569448477, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"openai.com\": {\"id\": 58580741828, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"unknown app\": {\"id\": 58567689452, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"snippingtool\": {\"id\": 58568546945, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"photos\": {\"id\": 58576682108, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"bing.com\": {\"id\": 58575372014, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"c\": {\"id\": 58575966603, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"google.com\": {\"id\": 58571135088, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"lockapp\": {\"id\": 58567553335, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 58575777074, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"emsigner.com\": {\"id\": 58575377590, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58573380754, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"emudhradigital.com\": {\"id\": 58575783812, \"app\": \"emudhradigital.com\", \"name\": \"emudhradigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 58573380759, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 11:32:49'),(1217,8,'2025-06-11','10:04:35','19:57:48',7.79833,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 10:04:35\", \"left\": \"2025-06-11 19:57:48\", \"late\": false, \"onlineTime\": 28099, \"offlineTime\": 0, \"desktimeTime\": 28099, \"atWorkTime\": 35593, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28074, \"productivity\": 99.91, \"efficiency\": 111.4, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58598577724, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58595252806, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6431}, \"microsoft outlook\": {\"id\": 58595255269, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5618}, \"microsoft word\": {\"id\": 58598615080, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5363}, \"windows explorer\": {\"id\": 58595255268, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3658}, \"in.emsigner.com\": {\"id\": 58599714426, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2912}, \"acrobat\": {\"id\": 58595589921, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1569}, \"hrez.crystalhues.in\": {\"id\": 58595756547, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 438}, \"microsoft excel\": {\"id\": 58597053856, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 362}, \"chatgpt.com\": {\"id\": 58596491465, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"desktime.com\": {\"id\": 58598024755, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 253}, \"shellexperiencehost\": {\"id\": 58595417371, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 234}, \"startmenuexperiencehost\": {\"id\": 58600665350, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"google chrome\": {\"id\": 58595756545, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"onedrive\": {\"id\": 58595172965, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"openai.com\": {\"id\": 58596486068, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"snippingtool\": {\"id\": 58602420418, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"unknown app\": {\"id\": 58595469931, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"msedgewebview2\": {\"id\": 58595586737, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"google.com\": {\"id\": 58596486067, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"lockapp\": {\"id\": 58596182110, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 58608806321, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58600859197, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:49'),(1218,8,'2025-06-12','09:52:55','18:47:31',8.22111,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 09:52:55\", \"left\": \"2025-06-12 18:47:31\", \"late\": false, \"onlineTime\": 29739, \"offlineTime\": 0, \"desktimeTime\": 29739, \"atWorkTime\": 32076, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29596, \"productivity\": 99.52, \"efficiency\": 117.44, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58623931271, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58621709127, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7418}, \"microsoft word\": {\"id\": 58623799798, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4395}, \"windows explorer\": {\"id\": 58621700092, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3818}, \"in.emsigner.com\": {\"id\": 58621719269, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3520}, \"ms-teams\": {\"id\": 58621655428, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3508}, \"acrobat\": {\"id\": 58622891749, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2211}, \"microsoft excel\": {\"id\": 58621935884, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2014}, \"chatgpt.com\": {\"id\": 58622768480, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1247}, \"canva.com\": {\"id\": 58632143085, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"hrez.crystalhues.in\": {\"id\": 58622330446, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 294}, \"openai.com\": {\"id\": 58622765148, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"google chrome\": {\"id\": 58621717391, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"photos\": {\"id\": 58625223647, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"desktime.com\": {\"id\": 58623808789, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"unknown app\": {\"id\": 58621930821, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"scgui\": {\"id\": 58623835115, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"google.com\": {\"id\": 58622765147, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"msedgewebview2\": {\"id\": 58622027200, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"shellhost\": {\"id\": 58621700088, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"lockapp\": {\"id\": 58622151521, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"startmenuexperiencehost\": {\"id\": 58626886664, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 11:32:49'),(1219,8,'2025-06-13','09:43:10','18:41:43',7.48083,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 09:43:10\", \"left\": \"2025-06-13 18:41:43\", \"late\": false, \"onlineTime\": 26931, \"offlineTime\": 0, \"desktimeTime\": 26931, \"atWorkTime\": 32313, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26931, \"productivity\": 100, \"efficiency\": 106.87, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58648370000, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6136}, \"ms-teams\": {\"id\": 58648367164, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5565}, \"microsoft word\": {\"id\": 58649062300, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5088}, \"windows explorer\": {\"id\": 58648377855, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3430}, \"in.emsigner.com\": {\"id\": 58648388906, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1744}, \"microsoft excel\": {\"id\": 58648896763, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1109}, \"chatgpt.com\": {\"id\": 58648444868, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1044}, \"hrez.crystalhues.in\": {\"id\": 58650935303, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1034}, \"desktime.com\": {\"id\": 58648407823, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 422}, \"acrobat\": {\"id\": 58649365351, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 338}, \"unknown app\": {\"id\": 58648893806, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 291}, \"lockapp\": {\"id\": 58651754946, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 268}, \"onedrive\": {\"id\": 58648315317, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"scgui\": {\"id\": 58649169991, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"openai.com\": {\"id\": 58648439273, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"google chrome\": {\"id\": 58648386934, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"google.com\": {\"id\": 58648437221, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"openwith\": {\"id\": 58660117133, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 58652420136, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 58650859378, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58648406139, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58652037724, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 11:32:50'),(1220,8,'2025-06-14',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-14\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:50'),(1221,8,'2025-06-15','10:11:05','12:47:48',1.30083,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-15\", \"isOnline\": true, \"arrived\": \"2025-06-15 10:11:05\", \"left\": \"2025-06-15 12:47:48\", \"late\": false, \"onlineTime\": 4683, \"offlineTime\": 0, \"desktimeTime\": 4683, \"atWorkTime\": 9403, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 4683, \"productivity\": 100, \"efficiency\": 18.58, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58675203655, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1297}, \"in.emsigner.com\": {\"id\": 58675059279, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1231}, \"windows explorer\": {\"id\": 58675059863, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 700}, \"hrez.crystalhues.in\": {\"id\": 58675208176, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 434}, \"microsoft outlook\": {\"id\": 58675173539, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 374}, \"ms-teams\": {\"id\": 58675059490, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 266}, \"acrobat\": {\"id\": 58675059864, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"google chrome\": {\"id\": 58675059681, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"shellexperiencehost\": {\"id\": 58675267745, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"desktime.com\": {\"id\": 58675170838, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"msedgewebview2\": {\"id\": 58675060732, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 58675060340, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 58675338970, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"bing.com\": {\"id\": 58675338971, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"emsigner.com\": {\"id\": 58675338973, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"unknown app\": {\"id\": 58675265812, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 11:32:51'),(1222,8,'2025-06-16',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-16\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:51'),(1223,8,'2025-06-17','09:52:42','18:40:44',8.30056,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 09:52:42\", \"left\": \"2025-06-17 18:40:44\", \"late\": false, \"onlineTime\": 29921, \"offlineTime\": 0, \"desktimeTime\": 29921, \"atWorkTime\": 31682, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29882, \"productivity\": 99.87, \"efficiency\": 118.58, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58713755534, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58705699360, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5911}, \"microsoft outlook\": {\"id\": 58705767322, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5693}, \"microsoft excel\": {\"id\": 58706356405, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5219}, \"windows explorer\": {\"id\": 58705765360, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4130}, \"chatgpt.com\": {\"id\": 58707592296, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2600}, \"microsoft word\": {\"id\": 58706092961, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1510}, \"hrez.crystalhues.in\": {\"id\": 58707421438, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1395}, \"in.emsigner.com\": {\"id\": 58705775984, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1244}, \"acrobat\": {\"id\": 58706168092, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 722}, \"startmenuexperiencehost\": {\"id\": 58707341059, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"openai.com\": {\"id\": 58706765322, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}, \"google chrome\": {\"id\": 58705829645, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 261}, \"photos\": {\"id\": 58718015603, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"desktime.com\": {\"id\": 58708722613, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"unknown app\": {\"id\": 58705767321, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"google.com\": {\"id\": 58706761713, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"msedgewebview2\": {\"id\": 58711893225, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"shellexperiencehost\": {\"id\": 58705765361, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"onedrive\": {\"id\": 58705696919, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"lockapp\": {\"id\": 58706053868, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 58707341058, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"emsigner.com\": {\"id\": 58705814284, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"easeofaccessdialog\": {\"id\": 58709987587, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 11:32:51'),(1224,8,'2025-06-18','09:56:23','18:53:58',8.05833,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 09:56:23\", \"left\": \"2025-06-18 18:53:58\", \"late\": false, \"onlineTime\": 29048, \"offlineTime\": 0, \"desktimeTime\": 29048, \"atWorkTime\": 32255, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29010, \"productivity\": 99.87, \"efficiency\": 115.12, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58748509360, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58736405750, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7673}, \"microsoft outlook\": {\"id\": 58733948365, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6803}, \"ms-teams\": {\"id\": 58733838312, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4897}, \"in.emsigner.com\": {\"id\": 58734339390, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2118}, \"windows explorer\": {\"id\": 58733836223, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2033}, \"microsoft word\": {\"id\": 58734041907, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1889}, \"hrez.crystalhues.in\": {\"id\": 58733939435, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1321}, \"startmenuexperiencehost\": {\"id\": 58737515914, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 369}, \"acrobat\": {\"id\": 58734076916, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 324}, \"chatgpt.com\": {\"id\": 58736192631, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}, \"crystalhues.desk365.io\": {\"id\": 58746019359, \"app\": \"crystalhues.desk365.io\", \"name\": \"crystalhues.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"shellexperiencehost\": {\"id\": 58735867095, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 204}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58742240752, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"google chrome\": {\"id\": 58733936049, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 161}, \"desktime.com\": {\"id\": 58735015497, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"msedgewebview2\": {\"id\": 58742436822, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"c\": {\"id\": 58745101446, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"openai.com\": {\"id\": 58736187257, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"msedge\": {\"id\": 58742323421, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"scgui\": {\"id\": 58739619304, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"downloads\": {\"id\": 58742335700, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"unknown app\": {\"id\": 58733915145, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"photos\": {\"id\": 58742329321, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"apps.desk365.io\": {\"id\": 58746134559, \"app\": \"apps.desk365.io\", \"name\": \"apps.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"searchhost\": {\"id\": 58737515912, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"about:blank\": {\"id\": 58739750149, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"google.com\": {\"id\": 58736187256, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"s3.amazonaws.com\": {\"id\": 58746202263, \"app\": \"s3.amazonaws.com\", \"name\": \"s3.amazonaws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellhost\": {\"id\": 58746175365, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"emsigner.com\": {\"id\": 58747383332, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:52'),(1225,8,'2025-06-19','09:53:07','21:21:22',8.80972,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 09:53:07\", \"left\": \"2025-06-19 21:21:22\", \"late\": false, \"onlineTime\": 31742, \"offlineTime\": 0, \"desktimeTime\": 31742, \"atWorkTime\": 41295, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31715, \"productivity\": 99.91, \"efficiency\": 125.85, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58774508544, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58761692374, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6877}, \"microsoft word\": {\"id\": 58764040517, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5572}, \"ms-teams\": {\"id\": 58761683523, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4512}, \"microsoft excel\": {\"id\": 58761822315, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4317}, \"windows explorer\": {\"id\": 58761678780, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2746}, \"acrobat\": {\"id\": 58762169082, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1712}, \"hrez.crystalhues.in\": {\"id\": 58763369132, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1360}, \"in.emsigner.com\": {\"id\": 58762298716, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1002}, \"airtel.in\": {\"id\": 58773592624, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 876}, \"startmenuexperiencehost\": {\"id\": 58765315555, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 714}, \"chatgpt.com\": {\"id\": 58772553331, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"unknown app\": {\"id\": 58762196422, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 311}, \"desktime.com\": {\"id\": 58765430667, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 262}, \"google chrome\": {\"id\": 58762298715, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 213}, \"shellhost\": {\"id\": 58766227250, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"openai.com\": {\"id\": 58772540642, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"photos\": {\"id\": 58770076087, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"msedge\": {\"id\": 58767400133, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58766721466, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"dwm\": {\"id\": 58762558315, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"msedgewebview2\": {\"id\": 58762995169, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"searchhost\": {\"id\": 58764040512, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"smallpdf.com\": {\"id\": 58767280833, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"c\": {\"id\": 58767718860, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"werfault\": {\"id\": 58762578473, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"snippingtool\": {\"id\": 58767533941, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"google.com\": {\"id\": 58767275177, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bing.com\": {\"id\": 58767405058, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellexperiencehost\": {\"id\": 58768717761, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58773586475, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 58767405062, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:52'),(1226,8,'2025-06-20','09:42:53','18:42:55',8.355,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 09:42:53\", \"left\": \"2025-06-20 18:42:55\", \"late\": false, \"onlineTime\": 30078, \"offlineTime\": 0, \"desktimeTime\": 30078, \"atWorkTime\": 32402, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30078, \"productivity\": 100, \"efficiency\": 119.36, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58787836269, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7893}, \"ms-teams\": {\"id\": 58787827927, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7628}, \"microsoft word\": {\"id\": 58788967737, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3304}, \"microsoft excel\": {\"id\": 58789717877, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3205}, \"windows explorer\": {\"id\": 58787887336, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3127}, \"in.emsigner.com\": {\"id\": 58789316579, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1395}, \"hrez.crystalhues.in\": {\"id\": 58789437336, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 906}, \"acrobat\": {\"id\": 58789312419, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 599}, \"chatgpt.com\": {\"id\": 58789096252, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 432}, \"trackon.in\": {\"id\": 58791750099, \"app\": \"trackon.in\", \"name\": \"trackon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"startmenuexperiencehost\": {\"id\": 58797772479, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"c\": {\"id\": 58789537752, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"google.com\": {\"id\": 58789083664, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"onedrive\": {\"id\": 58787770784, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"google chrome\": {\"id\": 58787874373, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"shellexperiencehost\": {\"id\": 58788000192, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"openai.com\": {\"id\": 58789083665, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"photos\": {\"id\": 58792172558, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"snippingtool\": {\"id\": 58787989723, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"unknown app\": {\"id\": 58788908042, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"desktime.com\": {\"id\": 58793180822, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"scgui\": {\"id\": 58795745055, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"emsigner.com\": {\"id\": 58797900169, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 58793507205, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58795914023, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 58791328539, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:53'),(1227,8,'2025-06-21',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-21\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:53'),(1228,8,'2025-06-22',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-22\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:53'),(1229,8,'2025-06-23','10:03:12','18:50:46',8.06583,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 10:03:12\", \"left\": \"2025-06-23 18:50:46\", \"late\": false, \"onlineTime\": 29122, \"offlineTime\": 0, \"desktimeTime\": 29122, \"atWorkTime\": 31654, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29037, \"productivity\": 99.71, \"efficiency\": 115.23, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58820586038, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58817225525, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7047}, \"microsoft word\": {\"id\": 58819714530, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4812}, \"microsoft excel\": {\"id\": 58817776133, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4736}, \"windows explorer\": {\"id\": 58817222881, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3812}, \"ms-teams\": {\"id\": 58817095772, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3268}, \"in.emsigner.com\": {\"id\": 58819489015, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2764}, \"acrobat\": {\"id\": 58819709337, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 912}, \"hrez.crystalhues.in\": {\"id\": 58817326743, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 868}, \"google chrome\": {\"id\": 58818069124, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 217}, \"airtel.in\": {\"id\": 58818072854, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"desktime.com\": {\"id\": 58818328122, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"unknown app\": {\"id\": 58817835187, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"onedrive\": {\"id\": 58817084210, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"msedgewebview2\": {\"id\": 58820163019, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"scgui\": {\"id\": 58817093439, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"searchhost\": {\"id\": 58823220477, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"werfault\": {\"id\": 58827235340, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"shellexperiencehost\": {\"id\": 58823232367, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"google.com\": {\"id\": 58820157603, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"openai.com\": {\"id\": 58826737642, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"chatgpt.com\": {\"id\": 58826743925, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"lockapp\": {\"id\": 58818057952, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"dwm\": {\"id\": 58827229278, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"startmenuexperiencehost\": {\"id\": 58823220482, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"snippingtool\": {\"id\": 58826958988, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58818072849, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-26 11:32:54'),(1230,8,'2025-06-24','09:55:16','18:40:27',8.41528,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 09:55:16\", \"left\": \"2025-06-24 18:40:27\", \"late\": false, \"onlineTime\": 30347, \"offlineTime\": 0, \"desktimeTime\": 30347, \"atWorkTime\": 31511, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30295, \"productivity\": 99.83, \"efficiency\": 120.22, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58848340769, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58843486449, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8990}, \"microsoft outlook\": {\"id\": 58843408225, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6262}, \"microsoft excel\": {\"id\": 58845796996, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4066}, \"windows explorer\": {\"id\": 58843406025, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3463}, \"in.emsigner.com\": {\"id\": 58845376448, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2227}, \"ms-teams\": {\"id\": 58843340375, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1723}, \"hrez.crystalhues.in\": {\"id\": 58843491113, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1681}, \"acrobat\": {\"id\": 58843445945, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 401}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58843471138, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 308}, \"bing.com\": {\"id\": 58845362019, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"startmenuexperiencehost\": {\"id\": 58850921150, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"desktime.com\": {\"id\": 58845366409, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"msedge\": {\"id\": 58843574411, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"photos\": {\"id\": 58843541883, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"unknown app\": {\"id\": 58843617222, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"google chrome\": {\"id\": 58843491110, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"chatgpt.com\": {\"id\": 58849200624, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"lockapp\": {\"id\": 58844628847, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"openai.com\": {\"id\": 58849189102, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"emsigner.com\": {\"id\": 58845357622, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"searchhost\": {\"id\": 58846503753, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"downloads\": {\"id\": 58843544622, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"winstore.app\": {\"id\": 58843563145, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"scanner\": {\"id\": 58851179070, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58847098649, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 58845366406, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onenote\": {\"id\": 58854733155, \"app\": \"ONENOTE\", \"name\": \"ONENOTE\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"google.com\": {\"id\": 58848340767, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:54'),(1231,8,'2025-06-25','09:49:09','18:46:30',8.00194,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 09:49:09\", \"left\": \"2025-06-25 18:46:30\", \"late\": false, \"onlineTime\": 28897, \"offlineTime\": 0, \"desktimeTime\": 28897, \"atWorkTime\": 32241, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28807, \"productivity\": 99.69, \"efficiency\": 114.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58875192331, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58870376641, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9616}, \"microsoft word\": {\"id\": 58870428860, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5796}, \"in.emsigner.com\": {\"id\": 58870385135, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3538}, \"windows explorer\": {\"id\": 58870383068, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3388}, \"ms-teams\": {\"id\": 58870338514, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1592}, \"hrez.crystalhues.in\": {\"id\": 58870462375, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1392}, \"acrobat\": {\"id\": 58870631588, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1185}, \"microsoft excel\": {\"id\": 58873231584, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 817}, \"google chrome\": {\"id\": 58870385131, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 359}, \"chatgpt.com\": {\"id\": 58871008750, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 275}, \"unknown app\": {\"id\": 58870929430, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"shellhost\": {\"id\": 58870892808, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 203}, \"startmenuexperiencehost\": {\"id\": 58874126996, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"desktime.com\": {\"id\": 58882346078, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"openai.com\": {\"id\": 58871005622, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"msedgewebview2\": {\"id\": 58880862386, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"google.com\": {\"id\": 58871005621, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 58873219974, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"lockapp\": {\"id\": 58872279835, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"systemsettings\": {\"id\": 58874931767, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58870629177, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58874920647, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"dwm\": {\"id\": 58872575255, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"olk\": {\"id\": 58885191856, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-26 11:32:55'),(1232,8,'2025-06-26','10:03:05','18:54:05',7.77917,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 10:03:05\", \"left\": \"2025-06-26 18:54:05\", \"late\": false, \"onlineTime\": 28112, \"offlineTime\": 0, \"desktimeTime\": 28112, \"atWorkTime\": 31860, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28005, \"productivity\": 99.61, \"efficiency\": 111.13, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58899700919, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58898616218, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8333}, \"ms-teams\": {\"id\": 58898550522, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3468}, \"microsoft word\": {\"id\": 58899640081, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3415}, \"in.emsigner.com\": {\"id\": 58901357030, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2778}, \"windows explorer\": {\"id\": 58898626655, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2365}, \"microsoft excel\": {\"id\": 58898686022, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2315}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58899024716, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1677}, \"hrez.crystalhues.in\": {\"id\": 58898629001, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1000}, \"startmenuexperiencehost\": {\"id\": 58900438735, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 679}, \"unknown app\": {\"id\": 58901107852, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 653}, \"acrobat\": {\"id\": 58901186166, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 403}, \"google chrome\": {\"id\": 58898629000, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 258}, \"google.com\": {\"id\": 58899700918, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"desktime.com\": {\"id\": 58904715698, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"lockapp\": {\"id\": 58900443311, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"openai.com\": {\"id\": 58900832699, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"calculatorapp\": {\"id\": 58902785795, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"chatgpt.com\": {\"id\": 58900839888, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"searchhost\": {\"id\": 58900438733, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"emsigner.com\": {\"id\": 58904683283, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"photos\": {\"id\": 58898665582, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"msedgewebview2\": {\"id\": 58900555249, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 58907262567, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"login.microsoftonline.com\": {\"id\": 58899079551, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:55'),(1233,8,'2025-06-27','09:44:09','18:34:37',7.08222,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 09:44:09\", \"left\": \"2025-06-27 18:34:37\", \"late\": false, \"onlineTime\": 25218, \"offlineTime\": 392, \"desktimeTime\": 25610, \"atWorkTime\": 31828, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25496, \"productivity\": 99.55, \"efficiency\": 101.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58926970250, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58925625248, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6714}, \"ms-teams\": {\"id\": 58925473155, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4509}, \"windows explorer\": {\"id\": 58925551862, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4483}, \"microsoft word\": {\"id\": 58927003376, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2392}, \"microsoft excel\": {\"id\": 58925625249, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2194}, \"hrez.crystalhues.in\": {\"id\": 58926554117, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1558}, \"in.emsigner.com\": {\"id\": 58927462664, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 936}, \"chatgpt.com\": {\"id\": 58926052009, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 697}, \"acrobat\": {\"id\": 58925553658, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 646}, \"forwarding calls (offline time)\": {\"id\": 58951093969, \"app\": \"__OFFLINE__\", \"name\": \"Forwarding calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 392}, \"lockapp\": {\"id\": 58925518902, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"startmenuexperiencehost\": {\"id\": 58930869074, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 190}, \"google chrome\": {\"id\": 58925681875, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"airtel.in\": {\"id\": 58925683992, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"desktime.com\": {\"id\": 58935215109, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"unknown app\": {\"id\": 58927090574, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"snippingtool\": {\"id\": 58928567530, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"openai.com\": {\"id\": 58926045575, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58937782552, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"google.com\": {\"id\": 58926966279, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 58930874052, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 58925551861, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 58925683991, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"onlinent\": {\"id\": 58938146535, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 58937794721, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 58928582711, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 58927462661, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:56'),(1234,8,'2025-06-28','10:02:43','17:52:58',7.35889,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 10:02:43\", \"left\": \"2025-06-28 17:52:58\", \"late\": false, \"onlineTime\": 26492, \"offlineTime\": 0, \"desktimeTime\": 26492, \"atWorkTime\": 28215, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26492, \"productivity\": 100, \"efficiency\": 105.13, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58949295160, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10952}, \"hrez.crystalhues.in\": {\"id\": 58949379329, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4679}, \"microsoft outlook\": {\"id\": 58949296760, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3926}, \"windows explorer\": {\"id\": 58949296758, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1090}, \"forms.office.com\": {\"id\": 58949343360, \"app\": \"forms.office.com\", \"name\": \"forms.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 987}, \"in.emsigner.com\": {\"id\": 58949532656, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 851}, \"google.com\": {\"id\": 58949356946, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 805}, \"microsoft word\": {\"id\": 58949307822, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 667}, \"microsoft excel\": {\"id\": 58949647535, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 597}, \"google chrome\": {\"id\": 58949356213, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 589}, \"desktime.com\": {\"id\": 58950120836, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 435}, \"acrobat\": {\"id\": 58949309086, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 418}, \"c\": {\"id\": 58949962418, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"results.nios.ac.in\": {\"id\": 58950479956, \"app\": \"results.nios.ac.in\", \"name\": \"results.nios.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"shellexperiencehost\": {\"id\": 58949299091, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"asq.org\": {\"id\": 58949456499, \"app\": \"asq.org\", \"name\": \"asq.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"unknown app\": {\"id\": 58949384428, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"results.cbse.nic.in\": {\"id\": 58950467830, \"app\": \"results.cbse.nic.in\", \"name\": \"results.cbse.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"resultsarchives.nic.in\": {\"id\": 58950469774, \"app\": \"resultsarchives.nic.in\", \"name\": \"resultsarchives.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"smallpdf.com\": {\"id\": 58949908244, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"nios.ac.in\": {\"id\": 58950477064, \"app\": \"nios.ac.in\", \"name\": \"nios.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"lockapp\": {\"id\": 58950254480, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"services.india.gov.in\": {\"id\": 58949882721, \"app\": \"services.india.gov.in\", \"name\": \"services.india.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"the9000store.com\": {\"id\": 58949429696, \"app\": \"the9000store.com\", \"name\": \"the9000store.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"techtarget.com\": {\"id\": 58949373676, \"app\": \"techtarget.com\", \"name\": \"techtarget.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"bajajfinserv.in\": {\"id\": 58949885278, \"app\": \"bajajfinserv.in\", \"name\": \"bajajfinserv.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"adobe_licensing_wf_acro\": {\"id\": 58949309087, \"app\": \"Adobe_licensing_wf_acro\", \"name\": \"Adobe_licensing_wf_acro\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"cbse.gov.in\": {\"id\": 58950467828, \"app\": \"cbse.gov.in\", \"name\": \"cbse.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 58949842679, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"scgui\": {\"id\": 58949296062, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"adobe.com\": {\"id\": 58949906047, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58949841930, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"snippingtool\": {\"id\": 58949474992, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58949295159, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"microsoft.com\": {\"id\": 58949982260, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-26 11:32:56'),(1235,8,'2025-06-29',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-29\", \"isOnline\": true, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-26 11:32:56'),(1236,8,'2025-06-30','10:00:00','20:35:18',7.89611,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 10:00:00\", \"left\": \"2025-06-30 20:35:18\", \"late\": false, \"onlineTime\": 28462, \"offlineTime\": 0, \"desktimeTime\": 28462, \"atWorkTime\": 38118, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28426, \"productivity\": 99.87, \"efficiency\": 112.8, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58963990969, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58956620973, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6871}, \"microsoft word\": {\"id\": 58958135232, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5976}, \"ms-teams\": {\"id\": 58956523508, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5451}, \"windows explorer\": {\"id\": 58956618764, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3918}, \"in.emsigner.com\": {\"id\": 58965689292, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1367}, \"hrez.crystalhues.in\": {\"id\": 58957042948, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1352}, \"acrobat\": {\"id\": 58963907057, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 747}, \"microsoft excel\": {\"id\": 58956631764, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 671}, \"chatgpt.com\": {\"id\": 58957430837, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 549}, \"startmenuexperiencehost\": {\"id\": 58961995651, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"desktime.com\": {\"id\": 58962121608, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 251}, \"lockapp\": {\"id\": 58957276354, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 239}, \"openai.com\": {\"id\": 58957427170, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"google chrome\": {\"id\": 58956664412, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"unknown app\": {\"id\": 58956516124, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"msedgewebview2\": {\"id\": 58965486803, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"searchhost\": {\"id\": 58958951009, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"google.com\": {\"id\": 58957427165, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chrome://new-tab-page\": {\"id\": 58960075883, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-26 11:32:57'),(1237,18,'2025-06-01',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-01\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:12:27'),(1238,18,'2025-06-02','09:36:38','21:34:15',7.63944,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 09:36:38\", \"left\": \"2025-06-02 21:34:15\", \"late\": true, \"onlineTime\": 27543, \"offlineTime\": 0, \"desktimeTime\": 27543, \"atWorkTime\": 43057, \"afterWorkTime\": 1006, \"beforeWorkTime\": 0, \"productiveTime\": 27502, \"productivity\": 99.85, \"efficiency\": 109.13, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58404853109, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58404953346, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4716}, \"microsoft powerpoint\": {\"id\": 58406430412, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4281}, \"microsoft outlook\": {\"id\": 58404752367, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3270}, \"notepad\": {\"id\": 58404812008, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1698}, \"lms.chlserv.com\": {\"id\": 58404805404, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1261}, \"windows explorer\": {\"id\": 58404938673, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1179}, \"google.com\": {\"id\": 58405450630, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 942}, \"crystalhues.com\": {\"id\": 58410881367, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 897}, \"linkedin.com\": {\"id\": 58406965970, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 878}, \"app.neilpatel.com\": {\"id\": 58415476992, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 849}, \"ms-teams\": {\"id\": 58404801884, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 818}, \"hrez.crystalhues.in\": {\"id\": 58404867003, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 737}, \"ads.google.com\": {\"id\": 58407337258, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 628}, \"neilpatel.recurly.com\": {\"id\": 58415494641, \"app\": \"neilpatel.recurly.com\", \"name\": \"neilpatel.recurly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 591}, \"analytics.google.com\": {\"id\": 58406887598, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"web.whatsapp.com\": {\"id\": 58404807153, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"business.facebook.com\": {\"id\": 58404867004, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 321}, \"acrobat\": {\"id\": 58416036519, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 278}, \"google chrome\": {\"id\": 58404865196, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 265}, \"payments.facebook.com\": {\"id\": 58415975974, \"app\": \"payments.facebook.com\", \"name\": \"payments.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"dashboard.tawk.to\": {\"id\": 58406655572, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"youtube.com\": {\"id\": 58406655571, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58414090931, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"desktime.com\": {\"id\": 58404936693, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"chatgpt.com\": {\"id\": 58406244804, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"ubersuggest.zendesk.com\": {\"id\": 58416318876, \"app\": \"ubersuggest.zendesk.com\", \"name\": \"ubersuggest.zendesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"portal.deatomize.com\": {\"id\": 58405799294, \"app\": \"portal.deatomize.com\", \"name\": \"portal.deatomize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"zaubacorp.com\": {\"id\": 58416899727, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"prolinkdirectory.com\": {\"id\": 58407003966, \"app\": \"prolinkdirectory.com\", \"name\": \"prolinkdirectory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"studio.youtube.com\": {\"id\": 58413372068, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"chlworldwide.com\": {\"id\": 58417789076, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"shellhost\": {\"id\": 58407172723, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"venusremedies.com\": {\"id\": 58405899644, \"app\": \"venusremedies.com\", \"name\": \"venusremedies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"chrome://new-tab-page\": {\"id\": 58405492897, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"c\": {\"id\": 58406124175, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"about:blank\": {\"id\": 58412532101, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"snippingtool\": {\"id\": 58406474198, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"webengage.com\": {\"id\": 58412853997, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"facebook.com\": {\"id\": 58414115309, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"instagram.com\": {\"id\": 58414194593, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"shellexperiencehost\": {\"id\": 58404862517, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"brandstory.in\": {\"id\": 58416745768, \"app\": \"brandstory.in\", \"name\": \"brandstory.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 58404862514, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"microsoft word\": {\"id\": 58416971533, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"wika.com\": {\"id\": 58405876456, \"app\": \"wika.com\", \"name\": \"wika.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"photos\": {\"id\": 58405743022, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"efkonindia.com\": {\"id\": 58405697899, \"app\": \"efkonindia.com\", \"name\": \"efkonindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"chrome://profile-picker\": {\"id\": 58405492896, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"sofisglobal.com\": {\"id\": 58405852208, \"app\": \"sofisglobal.com\", \"name\": \"sofisglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"docs.google.com\": {\"id\": 58417777482, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"pickerhost\": {\"id\": 58415030638, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"maxhealthcare.in\": {\"id\": 58405775415, \"app\": \"maxhealthcare.in\", \"name\": \"maxhealthcare.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"iglgenesis.com\": {\"id\": 58405607327, \"app\": \"iglgenesis.com\", \"name\": \"iglgenesis.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"vistatec.com\": {\"id\": 58405885864, \"app\": \"vistatec.com\", \"name\": \"vistatec.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"adrosonic.com\": {\"id\": 58405753497, \"app\": \"adrosonic.com\", \"name\": \"adrosonic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"eggfirst.com\": {\"id\": 58405690807, \"app\": \"eggfirst.com\", \"name\": \"eggfirst.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"saltwaterin.com\": {\"id\": 58405837238, \"app\": \"saltwaterin.com\", \"name\": \"saltwaterin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"onlinent\": {\"id\": 58405767489, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"mydigital.gov.my\": {\"id\": 58405788944, \"app\": \"mydigital.gov.my\", \"name\": \"mydigital.gov.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"bookmychef.app\": {\"id\": 58405739536, \"app\": \"bookmychef.app\", \"name\": \"bookmychef.app\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"x.com\": {\"id\": 58414200724, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 58405505472, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"varroc.com\": {\"id\": 58405869014, \"app\": \"varroc.com\", \"name\": \"varroc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"hre.iitr.ac.in\": {\"id\": 58405610675, \"app\": \"hre.iitr.ac.in\", \"name\": \"hre.iitr.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"adsmanager.facebook.com\": {\"id\": 58414955935, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"energiapharma.be\": {\"id\": 58405687467, \"app\": \"energiapharma.be\", \"name\": \"energiapharma.be\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"krushidukan.bharatagri.com\": {\"id\": 58405600547, \"app\": \"krushidukan.bharatagri.com\", \"name\": \"krushidukan.bharatagri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"tanla.com\": {\"id\": 58405865418, \"app\": \"tanla.com\", \"name\": \"tanla.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"sttelemediagdc.com\": {\"id\": 58405858030, \"app\": \"sttelemediagdc.com\", \"name\": \"sttelemediagdc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"seg-automotive.com\": {\"id\": 58405844847, \"app\": \"seg-automotive.com\", \"name\": \"seg-automotive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"brewmyidea.com\": {\"id\": 58405735919, \"app\": \"brewmyidea.com\", \"name\": \"brewmyidea.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bikebazaar.com\": {\"id\": 58405739544, \"app\": \"bikebazaar.com\", \"name\": \"bikebazaar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"aisco.co.in\": {\"id\": 58405749960, \"app\": \"aisco.co.in\", \"name\": \"aisco.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"sgsco.com\": {\"id\": 58405848580, \"app\": \"sgsco.com\", \"name\": \"sgsco.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"olaparty.sg\": {\"id\": 58405795693, \"app\": \"olaparty.sg\", \"name\": \"olaparty.sg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"maxperience.in\": {\"id\": 58405782255, \"app\": \"maxperience.in\", \"name\": \"maxperience.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"vijaysales.com\": {\"id\": 58412537851, \"app\": \"vijaysales.com\", \"name\": \"vijaysales.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"visitlod.com\": {\"id\": 58405891256, \"app\": \"visitlod.com\", \"name\": \"visitlod.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"vertexgroupofcompanies.com\": {\"id\": 58405895465, \"app\": \"vertexgroupofcompanies.com\", \"name\": \"vertexgroupofcompanies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sltl.com\": {\"id\": 58405852205, \"app\": \"sltl.com\", \"name\": \"sltl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sblcorp.com\": {\"id\": 58405840857, \"app\": \"sblcorp.com\", \"name\": \"sblcorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"dcmcontainers.com\": {\"id\": 58405728991, \"app\": \"dcmcontainers.com\", \"name\": \"dcmcontainers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"geltec.in\": {\"id\": 58405623725, \"app\": \"geltec.in\", \"name\": \"geltec.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"garbhagudi.com\": {\"id\": 58405623729, \"app\": \"garbhagudi.com\", \"name\": \"garbhagudi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"masterhealthpro.com\": {\"id\": 58405597314, \"app\": \"masterhealthpro.com\", \"name\": \"masterhealthpro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chromewebdata\": {\"id\": 58405603915, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 58415349677, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"jungleegames.com\": {\"id\": 58406004139, \"app\": \"jungleegames.com\", \"name\": \"jungleegames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"taelpartners.com\": {\"id\": 58405861698, \"app\": \"taelpartners.com\", \"name\": \"taelpartners.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"swaniti.com\": {\"id\": 58405861695, \"app\": \"swaniti.com\", \"name\": \"swaniti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sewafederation.org\": {\"id\": 58405848579, \"app\": \"sewafederation.org\", \"name\": \"sewafederation.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"propusinc.com\": {\"id\": 58405830147, \"app\": \"propusinc.com\", \"name\": \"propusinc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"olacabs.com\": {\"id\": 58405792348, \"app\": \"olacabs.com\", \"name\": \"olacabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mku.com\": {\"id\": 58405785593, \"app\": \"mku.com\", \"name\": \"mku.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"meesho.com\": {\"id\": 58405782256, \"app\": \"meesho.com\", \"name\": \"meesho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"aiaengineering.com\": {\"id\": 58405749962, \"app\": \"aiaengineering.com\", \"name\": \"aiaengineering.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"its.edu.in\": {\"id\": 58405603914, \"app\": \"its.edu.in\", \"name\": \"its.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gupshup.io\": {\"id\": 58405610672, \"app\": \"gupshup.io\", \"name\": \"gupshup.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gmx.net\": {\"id\": 58405620366, \"app\": \"gmx.net\", \"name\": \"gmx.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"aiyer.in\": {\"id\": 58405746581, \"app\": \"aiyer.in\", \"name\": \"aiyer.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"acrannolife.com\": {\"id\": 58405757373, \"app\": \"acrannolife.com\", \"name\": \"acrannolife.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"etgworld.com\": {\"id\": 58405687462, \"app\": \"etgworld.com\", \"name\": \"etgworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"app.gravitywrite.com\": {\"id\": 58414955934, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fb.com\": {\"id\": 58414103281, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"yugantaka.com\": {\"id\": 58405876454, \"app\": \"yugantaka.com\", \"name\": \"yugantaka.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"yahoo.com\": {\"id\": 58405876455, \"app\": \"yahoo.com\", \"name\": \"yahoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"westerncap.in\": {\"id\": 58405885862, \"app\": \"westerncap.in\", \"name\": \"westerncap.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"thedesignhouse.agency\": {\"id\": 58405869013, \"app\": \"thedesignhouse.agency\", \"name\": \"thedesignhouse.agency\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ruthvik.net.in\": {\"id\": 58405837237, \"app\": \"ruthvik.net.in\", \"name\": \"ruthvik.net.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pyrogreengas.com\": {\"id\": 58405833703, \"app\": \"pyrogreengas.com\", \"name\": \"pyrogreengas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"prayaatiadvisoryservices.com\": {\"id\": 58405830142, \"app\": \"prayaatiadvisoryservices.com\", \"name\": \"prayaatiadvisoryservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pdaventures.com\": {\"id\": 58405799289, \"app\": \"pdaventures.com\", \"name\": \"pdaventures.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"cgtmse.in\": {\"id\": 58405735917, \"app\": \"cgtmse.in\", \"name\": \"cgtmse.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"avegenhealth.com\": {\"id\": 58405746574, \"app\": \"avegenhealth.com\", \"name\": \"avegenhealth.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"asahi-intecc.com\": {\"id\": 58405746577, \"app\": \"asahi-intecc.com\", \"name\": \"asahi-intecc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ardentco.in\": {\"id\": 58405746579, \"app\": \"ardentco.in\", \"name\": \"ardentco.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"angstrohmdigital.com\": {\"id\": 58405746580, \"app\": \"angstrohmdigital.com\", \"name\": \"angstrohmdigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"start.dktindia.org\": {\"id\": 58405703568, \"app\": \"start.dktindia.org\", \"name\": \"start.dktindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"eurotext.de\": {\"id\": 58405684086, \"app\": \"eurotext.de\", \"name\": \"eurotext.de\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"greenshield.co.in\": {\"id\": 58405617111, \"app\": \"greenshield.co.in\", \"name\": \"greenshield.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:30'),(1239,18,'2025-06-03','08:40:22','20:55:52',7.78806,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 08:40:22\", \"left\": \"2025-06-03 20:55:52\", \"late\": false, \"onlineTime\": 28037, \"offlineTime\": 0, \"desktimeTime\": 28037, \"atWorkTime\": 44130, \"afterWorkTime\": 1112, \"beforeWorkTime\": 683, \"productiveTime\": 28037, \"productivity\": 100, \"efficiency\": 111.26, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 58432680132, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8250}, \"microsoft outlook\": {\"id\": 58431585989, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3818}, \"microsoft excel\": {\"id\": 58435568420, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3117}, \"lms.chlserv.com\": {\"id\": 58432339752, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1480}, \"hrez.crystalhues.in\": {\"id\": 58436104230, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1414}, \"ms-teams\": {\"id\": 58432438672, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1401}, \"notepad\": {\"id\": 58433410887, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1201}, \"ads.google.com\": {\"id\": 58432570812, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 955}, \"windows explorer\": {\"id\": 58432301149, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 939}, \"chlworldwide.com\": {\"id\": 58442805368, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 706}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58433956069, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 658}, \"google.com\": {\"id\": 58433582180, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 512}, \"adsmanager.facebook.com\": {\"id\": 58434272169, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 406}, \"mun.fairgaze.com\": {\"id\": 58432370877, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 375}, \"web.whatsapp.com\": {\"id\": 58432591678, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"desktime.com\": {\"id\": 58438680248, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"instagram.com\": {\"id\": 58432932274, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"crystalhues.com\": {\"id\": 58431575173, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 274}, \"analytics.google.com\": {\"id\": 58431637895, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"shellexperiencehost\": {\"id\": 58432555794, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"sdg.fairgaze.com\": {\"id\": 58432642480, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"google chrome\": {\"id\": 58432366421, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"app.neilpatel.com\": {\"id\": 58434923771, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"chllocalization.com\": {\"id\": 58433372778, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"indiaisus.com\": {\"id\": 58440879840, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"m.fairgaze.com\": {\"id\": 58443881991, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"snippingtool\": {\"id\": 58434480399, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"parikhinfosolutions.com\": {\"id\": 58438716094, \"app\": \"parikhinfosolutions.com\", \"name\": \"parikhinfosolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"studyabroad.fairgaze.com\": {\"id\": 58440835970, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"ga-dev-tools.google\": {\"id\": 58445281714, \"app\": \"ga-dev-tools.google\", \"name\": \"ga-dev-tools.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"unknown app\": {\"id\": 58432512322, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"pib.gov.in\": {\"id\": 58442180632, \"app\": \"pib.gov.in\", \"name\": \"pib.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"worldhealthexpo.com\": {\"id\": 58442115475, \"app\": \"worldhealthexpo.com\", \"name\": \"worldhealthexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"onlinent\": {\"id\": 58443268588, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 58438020868, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://profile-picker\": {\"id\": 58432552958, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"aeroindia.gov.in\": {\"id\": 58442180628, \"app\": \"aeroindia.gov.in\", \"name\": \"aeroindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"facebook.com\": {\"id\": 58434272168, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"microsoft word\": {\"id\": 58432461366, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 58434831447, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"windowsterminal\": {\"id\": 58432577948, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"youtube.com\": {\"id\": 58440947202, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:30'),(1240,18,'2025-06-04','09:46:02','18:31:43',7.60694,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 09:46:02\", \"left\": \"2025-06-04 18:31:43\", \"late\": true, \"onlineTime\": 27545, \"offlineTime\": 0, \"desktimeTime\": 27545, \"atWorkTime\": 31541, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27385, \"productivity\": 99.42, \"efficiency\": 108.67, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58460337679, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"amazon.in\": {\"id\": 58465393583, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}}, \"0\": {\"canva.com\": {\"id\": 58461222640, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}}, \"1\": {\"microsoft powerpoint\": {\"id\": 58460376138, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8058}, \"ms-teams\": {\"id\": 58460472343, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4246}, \"ads.google.com\": {\"id\": 58460374040, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1868}, \"microsoft outlook\": {\"id\": 58460251606, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1650}, \"notepad\": {\"id\": 58460319346, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1384}, \"linkedin.com\": {\"id\": 58461445597, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1309}, \"analytics.google.com\": {\"id\": 58460304822, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1052}, \"microsoft excel\": {\"id\": 58460442008, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 938}, \"crystalhues.com\": {\"id\": 58460306786, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 938}, \"google.com\": {\"id\": 58460300509, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 696}, \"windows explorer\": {\"id\": 58460321568, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 626}, \"lms.chlserv.com\": {\"id\": 58460374035, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 539}, \"google chrome\": {\"id\": 58460290759, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 287}, \"web.whatsapp.com\": {\"id\": 58460249253, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"adsmanager.facebook.com\": {\"id\": 58460371755, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 263}, \"youtube.com\": {\"id\": 58461605521, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"instagram.com\": {\"id\": 58461453053, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}, \"chatgpt.com\": {\"id\": 58460367478, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"mun.fairgaze.com\": {\"id\": 58460462179, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58460585421, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"hrez.crystalhues.in\": {\"id\": 58461791212, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"chlworldwide.com\": {\"id\": 58460298301, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"prolinkdirectory.com\": {\"id\": 58460304823, \"app\": \"prolinkdirectory.com\", \"name\": \"prolinkdirectory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"linguashine.com\": {\"id\": 58471698076, \"app\": \"linguashine.com\", \"name\": \"linguashine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"desktime.com\": {\"id\": 58461328136, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"microsoft paint\": {\"id\": 58461239431, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"ecommercebonsai.com\": {\"id\": 58468941333, \"app\": \"ecommercebonsai.com\", \"name\": \"ecommercebonsai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"app.neilpatel.com\": {\"id\": 58460300510, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"dashboard.tawk.to\": {\"id\": 58461332073, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"snippingtool\": {\"id\": 58460469926, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"webfx.com\": {\"id\": 58468981669, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"calculator.net\": {\"id\": 58469249594, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"webengage.com\": {\"id\": 58469170210, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"facebook.com\": {\"id\": 58461691502, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"indiaisus.com\": {\"id\": 58469094966, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"x.com\": {\"id\": 58461582544, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"classroommagazines.scholastic.com\": {\"id\": 58464293337, \"app\": \"classroommagazines.scholastic.com\", \"name\": \"classroommagazines.scholastic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"fairgaze.com\": {\"id\": 58464367624, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"studyabroad.fairgaze.com\": {\"id\": 58470721468, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"shellexperiencehost\": {\"id\": 58461836441, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"docs.google.com\": {\"id\": 58473959945, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"shellhost\": {\"id\": 58463442537, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"unknown app\": {\"id\": 58460469928, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"sdg.fairgaze.com\": {\"id\": 58473384240, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"stripo.email\": {\"id\": 58460290760, \"app\": \"stripo.email\", \"name\": \"stripo.email\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"chrome://new-tab-page\": {\"id\": 58461449290, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"microsoft word\": {\"id\": 58461255093, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"adrosonic.com\": {\"id\": 58467895933, \"app\": \"adrosonic.com\", \"name\": \"adrosonic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"websiteseochecker.com\": {\"id\": 58460315073, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"rd.com\": {\"id\": 58469243706, \"app\": \"rd.com\", \"name\": \"rd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"app.gravitywrite.com\": {\"id\": 58460358531, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"sarkariresult.com\": {\"id\": 58473384252, \"app\": \"sarkariresult.com\", \"name\": \"sarkariresult.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 58461236019, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedgewebview2\": {\"id\": 58469886297, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"miro.com\": {\"id\": 58460365140, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"enquiry.indianrail.gov.in\": {\"id\": 58468485476, \"app\": \"enquiry.indianrail.gov.in\", \"name\": \"enquiry.indianrail.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"utmbuilder.com\": {\"id\": 58460296162, \"app\": \"utmbuilder.com\", \"name\": \"utmbuilder.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://profile-picker\": {\"id\": 58461449289, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"search.google.com\": {\"id\": 58461332075, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"ardentco.in\": {\"id\": 58467929569, \"app\": \"ardentco.in\", \"name\": \"ardentco.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fb.com\": {\"id\": 58461445594, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"business.facebook.com\": {\"id\": 58460302632, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"omnicalculator.com\": {\"id\": 58469580640, \"app\": \"omnicalculator.com\", \"name\": \"omnicalculator.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"marketingplatform.google.com\": {\"id\": 58472843775, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"plum.xoxoday.com\": {\"id\": 58469931629, \"app\": \"plum.xoxoday.com\", \"name\": \"plum.xoxoday.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freetools.textmagic.com\": {\"id\": 58468981668, \"app\": \"freetools.textmagic.com\", \"name\": \"freetools.textmagic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lookerstudio.google.com\": {\"id\": 58467107741, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 58462308930, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58461453045, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"renaissance-translations.com\": {\"id\": 58461332065, \"app\": \"renaissance-translations.com\", \"name\": \"renaissance-translations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ga-dev-tools.google\": {\"id\": 58460298298, \"app\": \"ga-dev-tools.google\", \"name\": \"ga-dev-tools.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:31'),(1241,18,'2025-06-05','09:32:54','18:30:53',7.625,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 09:32:54\", \"left\": \"2025-06-05 18:30:53\", \"late\": true, \"onlineTime\": 27487, \"offlineTime\": 0, \"desktimeTime\": 27487, \"atWorkTime\": 32279, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27450, \"productivity\": 99.87, \"efficiency\": 108.93, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"login.live.com\": {\"id\": 58494366424, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"mail.google.com\": {\"id\": 58494377870, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58488022446, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3315}, \"microsoft outlook\": {\"id\": 58487997875, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3305}, \"notepad\": {\"id\": 58488640414, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3272}, \"analytics.google.com\": {\"id\": 58488427736, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2853}, \"microsoft powerpoint\": {\"id\": 58489041333, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2794}, \"ads.google.com\": {\"id\": 58487996256, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1806}, \"docs.google.com\": {\"id\": 58488450480, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1423}, \"linkedin.com\": {\"id\": 58488058015, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1052}, \"microsoft excel\": {\"id\": 58489256012, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 930}, \"windows explorer\": {\"id\": 58488002058, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 930}, \"lms.chlserv.com\": {\"id\": 58488037285, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 826}, \"google.com\": {\"id\": 58488127540, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 653}, \"youtube.com\": {\"id\": 58499601932, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 454}, \"web.whatsapp.com\": {\"id\": 58488044772, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 390}, \"crystalhues.com\": {\"id\": 58488049563, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 345}, \"hrez.crystalhues.in\": {\"id\": 58488145209, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"search.google.com\": {\"id\": 58494191279, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"google chrome\": {\"id\": 58488056653, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 312}, \"instagram.com\": {\"id\": 58499601936, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"bing.com\": {\"id\": 58494357458, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"godaddy.com\": {\"id\": 58494777167, \"app\": \"godaddy.com\", \"name\": \"godaddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"chatgpt.com\": {\"id\": 58488559536, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"account.live.com\": {\"id\": 58494388956, \"app\": \"account.live.com\", \"name\": \"account.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"indiaisus.com\": {\"id\": 58491667253, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"microsoft paint\": {\"id\": 58494530241, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"webengage.com\": {\"id\": 58490005524, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"settings\": {\"id\": 58495082643, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"hawkemedia.com\": {\"id\": 58488003911, \"app\": \"hawkemedia.com\", \"name\": \"hawkemedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"shellhost\": {\"id\": 58495140466, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58488975031, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"fairgaze.com\": {\"id\": 58494304243, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"x.com\": {\"id\": 58499653285, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"facebook.com\": {\"id\": 58499820899, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"mun.fairgaze.com\": {\"id\": 58499041015, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"shellexperiencehost\": {\"id\": 58488310302, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"languagenobar.com\": {\"id\": 58489841177, \"app\": \"languagenobar.com\", \"name\": \"languagenobar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"searchhost\": {\"id\": 58492080291, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"freepik.com\": {\"id\": 58494321347, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"desktime.com\": {\"id\": 58497756966, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 58488441248, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"scaninfoga.in\": {\"id\": 58489904216, \"app\": \"scaninfoga.in\", \"name\": \"scaninfoga.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chllocalization.com\": {\"id\": 58491075897, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"unknown app\": {\"id\": 58488310301, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"kaale.in\": {\"id\": 58489879333, \"app\": \"kaale.in\", \"name\": \"kaale.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"drive.google.com\": {\"id\": 58489004422, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome://new-tab-page\": {\"id\": 58499696316, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"developers.google.com\": {\"id\": 58500645520, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"signup.live.com\": {\"id\": 58494372265, \"app\": \"signup.live.com\", \"name\": \"signup.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"credentialuibroker\": {\"id\": 58494445998, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedgewebview2\": {\"id\": 58488994420, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"atraidotranslationsolution.com\": {\"id\": 58489887315, \"app\": \"atraidotranslationsolution.com\", \"name\": \"atraidotranslationsolution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://profile-picker\": {\"id\": 58499595982, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"acrobat\": {\"id\": 58496618054, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://print\": {\"id\": 58493929724, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"marketingplatform.google.com\": {\"id\": 58500223179, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"digitallibrary.kvklibrary.in\": {\"id\": 58488909326, \"app\": \"digitallibrary.kvklibrary.in\", \"name\": \"digitallibrary.kvklibrary.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 58500223180, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sdg.fairgaze.com\": {\"id\": 58499046951, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"login.microsoft.com\": {\"id\": 58494445997, \"app\": \"login.microsoft.com\", \"name\": \"login.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 58489910463, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"localizedirect.com\": {\"id\": 58489883373, \"app\": \"localizedirect.com\", \"name\": \"localizedirect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:33'),(1242,18,'2025-06-06','07:13:35','07:17:37',0.0672222,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 07:13:35\", \"left\": \"2025-06-06 07:17:37\", \"late\": false, \"onlineTime\": 242, \"offlineTime\": 0, \"desktimeTime\": 242, \"atWorkTime\": 242, \"afterWorkTime\": 0, \"beforeWorkTime\": 242, \"productiveTime\": 242, \"productivity\": 100, \"efficiency\": 0.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58513906313, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"windows explorer\": {\"id\": 58513899433, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"microsoft excel\": {\"id\": 58513902773, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"notepad\": {\"id\": 58513905192, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"ms-teams\": {\"id\": 58513905710, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"hays.com\": {\"id\": 58513909426, \"app\": \"hays.com\", \"name\": \"hays.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"analytics.google.com\": {\"id\": 58513899432, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"maintenance.hays.com\": {\"id\": 58513910076, \"app\": \"maintenance.hays.com\", \"name\": \"maintenance.hays.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:34'),(1243,18,'2025-06-07','09:28:55','18:53:06',8.51694,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 09:28:55\", \"left\": \"2025-06-07 18:53:06\", \"late\": true, \"onlineTime\": 30663, \"offlineTime\": 0, \"desktimeTime\": 30663, \"atWorkTime\": 33851, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30661, \"productivity\": 99.99, \"efficiency\": 121.67, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"myspace.com\": {\"id\": 58537406275, \"app\": \"myspace.com\", \"name\": \"myspace.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58536431162, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6803}, \"crystalhues.com\": {\"id\": 58536474069, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5342}, \"microsoft powerpoint\": {\"id\": 58536511458, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3855}, \"microsoft outlook\": {\"id\": 58536430323, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3702}, \"microsoft excel\": {\"id\": 58536547085, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1019}, \"notepad\": {\"id\": 58536482454, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 865}, \"analytics.google.com\": {\"id\": 58536431386, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 842}, \"windows explorer\": {\"id\": 58536430079, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 828}, \"web.whatsapp.com\": {\"id\": 58536601695, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 787}, \"docs.google.com\": {\"id\": 58537266971, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 777}, \"google.com\": {\"id\": 58536684411, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 588}, \"search.google.com\": {\"id\": 58536462917, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 515}, \"cleartax.in\": {\"id\": 58536684863, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"lms.chlserv.com\": {\"id\": 58536602059, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 498}, \"desktime.com\": {\"id\": 58536463190, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"hrez.crystalhues.in\": {\"id\": 58536834587, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"google chrome\": {\"id\": 58536462590, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 353}, \"facebook.com\": {\"id\": 58536857119, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"linkedin.com\": {\"id\": 58536854889, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"photos\": {\"id\": 58536595244, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"ads.google.com\": {\"id\": 58536699657, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"onlinent\": {\"id\": 58536884566, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 194}, \"ecommercebonsai.com\": {\"id\": 58536570463, \"app\": \"ecommercebonsai.com\", \"name\": \"ecommercebonsai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"chlservers.statuspage.io\": {\"id\": 58537081897, \"app\": \"chlservers.statuspage.io\", \"name\": \"chlservers.statuspage.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"msinfo32\": {\"id\": 58537121410, \"app\": \"Msinfo32\", \"name\": \"Msinfo32\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"in.canon\": {\"id\": 58537656499, \"app\": \"in.canon\", \"name\": \"in.canon\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"youtube.com\": {\"id\": 58536899062, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"instagram.com\": {\"id\": 58536874163, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"x.com\": {\"id\": 58536875377, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"shellexperiencehost\": {\"id\": 58536838313, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"deepai.org\": {\"id\": 58537286611, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58536888239, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"bing.com\": {\"id\": 58537275456, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58536457528, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"lockapp\": {\"id\": 58536456793, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"chrome://profile-picker\": {\"id\": 58536462589, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"finishmyproject.com\": {\"id\": 58537411681, \"app\": \"finishmyproject.com\", \"name\": \"finishmyproject.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"posteezy.com\": {\"id\": 58537404487, \"app\": \"posteezy.com\", \"name\": \"posteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"searchhost\": {\"id\": 58536431382, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"dwm\": {\"id\": 58536430593, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"chrome://new-tab-page\": {\"id\": 58536896409, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"trello.com\": {\"id\": 58537403882, \"app\": \"trello.com\", \"name\": \"trello.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"tumblr.com\": {\"id\": 58537406271, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"freebestads.com\": {\"id\": 58537408484, \"app\": \"freebestads.com\", \"name\": \"freebestads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"webmail.chldigital.com\": {\"id\": 58536601225, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"symbaloo.com\": {\"id\": 58537402813, \"app\": \"symbaloo.com\", \"name\": \"symbaloo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"diigo.com\": {\"id\": 58537405717, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"snippingtool\": {\"id\": 58536905102, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedgewebview2\": {\"id\": 58536600451, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"delhi.indads.in\": {\"id\": 58537411142, \"app\": \"delhi.indads.in\", \"name\": \"delhi.indads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"totalclassified.com\": {\"id\": 58537407449, \"app\": \"totalclassified.com\", \"name\": \"totalclassified.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"adsoftheworld.com\": {\"id\": 58537410638, \"app\": \"adsoftheworld.com\", \"name\": \"adsoftheworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"findnerd.com\": {\"id\": 58537401063, \"app\": \"findnerd.com\", \"name\": \"findnerd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"atavi.com\": {\"id\": 58537405719, \"app\": \"atavi.com\", \"name\": \"atavi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"yoomark.com\": {\"id\": 58537405149, \"app\": \"yoomark.com\", \"name\": \"yoomark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sharedais.com\": {\"id\": 58537404485, \"app\": \"sharedais.com\", \"name\": \"sharedais.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"producthunt.com\": {\"id\": 58537403309, \"app\": \"producthunt.com\", \"name\": \"producthunt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pearltrees.com\": {\"id\": 58537405718, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"letspostfree.com\": {\"id\": 58537408979, \"app\": \"letspostfree.com\", \"name\": \"letspostfree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 58537401061, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"rd.com\": {\"id\": 58536684410, \"app\": \"rd.com\", \"name\": \"rd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58537490556, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"classifiedsguru.in\": {\"id\": 58537410147, \"app\": \"classifiedsguru.in\", \"name\": \"classifiedsguru.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adpost.com\": {\"id\": 58537410639, \"app\": \"adpost.com\", \"name\": \"adpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"totads.com\": {\"id\": 58537407448, \"app\": \"totads.com\", \"name\": \"totads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"postsmartads.com\": {\"id\": 58537407988, \"app\": \"postsmartads.com\", \"name\": \"postsmartads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onebuysales.com\": {\"id\": 58537407991, \"app\": \"onebuysales.com\", \"name\": \"onebuysales.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mioola.com\": {\"id\": 58537406945, \"app\": \"mioola.com\", \"name\": \"mioola.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"funsocio.com\": {\"id\": 58537406946, \"app\": \"funsocio.com\", \"name\": \"funsocio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"community.wongcw.com\": {\"id\": 58537401687, \"app\": \"community.wongcw.com\", \"name\": \"community.wongcw.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"razorpay.com\": {\"id\": 58536698186, \"app\": \"razorpay.com\", \"name\": \"razorpay.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"omnicalculator.com\": {\"id\": 58536692309, \"app\": \"omnicalculator.com\", \"name\": \"omnicalculator.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"kugli.com\": {\"id\": 58537410148, \"app\": \"kugli.com\", \"name\": \"kugli.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"globoanuncio.com\": {\"id\": 58537411141, \"app\": \"globoanuncio.com\", \"name\": \"globoanuncio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"topclassifieds.com\": {\"id\": 58537408483, \"app\": \"topclassifieds.com\", \"name\": \"topclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"feedly.com\": {\"id\": 58537406277, \"app\": \"feedly.com\", \"name\": \"feedly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mun.fairgaze.com\": {\"id\": 58536505257, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"getpocket.com\": {\"id\": 58537411682, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"foldads.com\": {\"id\": 58537410144, \"app\": \"foldads.com\", \"name\": \"foldads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"expatriates.com\": {\"id\": 58537410146, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classified4u.biz\": {\"id\": 58537409609, \"app\": \"classified4u.biz\", \"name\": \"classified4u.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scoop.it\": {\"id\": 58537404486, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"padlet.com\": {\"id\": 58537406278, \"app\": \"padlet.com\", \"name\": \"padlet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"instapaper.com\": {\"id\": 58537402221, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"globalclassified.net\": {\"id\": 58537408481, \"app\": \"globalclassified.net\", \"name\": \"globalclassified.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifieds4free.com\": {\"id\": 58537407447, \"app\": \"classifieds4free.com\", \"name\": \"classifieds4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 58537401062, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startupbonsai.com\": {\"id\": 58537223161, \"app\": \"startupbonsai.com\", \"name\": \"startupbonsai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"business.facebook.com\": {\"id\": 58537120213, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"calculator.net\": {\"id\": 58536684862, \"app\": \"calculator.net\", \"name\": \"calculator.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fonolive.com\": {\"id\": 58537410637, \"app\": \"fonolive.com\", \"name\": \"fonolive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"allmyfaves.com\": {\"id\": 58537406950, \"app\": \"allmyfaves.com\", \"name\": \"allmyfaves.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:34'),(1244,18,'2025-06-08','10:46:22','16:24:41',0.136389,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-08\", \"isOnline\": false, \"arrived\": \"2025-06-08 10:46:22\", \"left\": \"2025-06-08 16:24:41\", \"late\": true, \"onlineTime\": 491, \"offlineTime\": 0, \"desktimeTime\": 491, \"atWorkTime\": 20299, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 491, \"productivity\": 100, \"efficiency\": 1.95, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58539362844, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 385}, \"unknown app\": {\"id\": 58540108602, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"windows explorer\": {\"id\": 58540108204, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"web.whatsapp.com\": {\"id\": 58540122760, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"crystalhues.com\": {\"id\": 58540122313, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 58539362843, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:35'),(1245,18,'2025-06-09','09:29:08','18:17:49',7.75583,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 09:29:08\", \"left\": \"2025-06-09 18:17:49\", \"late\": true, \"onlineTime\": 27932, \"offlineTime\": 0, \"desktimeTime\": 27932, \"atWorkTime\": 31721, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27921, \"productivity\": 99.96, \"efficiency\": 110.8, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58545388262, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"twitter.com\": {\"id\": 58546926309, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"media player\": {\"id\": 58545613195, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}}, \"1\": {\"ms-teams\": {\"id\": 58542111329, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5313}, \"microsoft powerpoint\": {\"id\": 58542490168, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4590}, \"microsoft outlook\": {\"id\": 58542114474, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3526}, \"lms.chlserv.com\": {\"id\": 58542457129, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2257}, \"linkedin.com\": {\"id\": 58542137842, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1516}, \"notepad\": {\"id\": 58542853440, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1386}, \"docs.google.com\": {\"id\": 58542269224, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 901}, \"crystalhues.com\": {\"id\": 58542838025, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 712}, \"adsmanager.facebook.com\": {\"id\": 58551772229, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 612}, \"google.com\": {\"id\": 58542265711, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 598}, \"hrez.crystalhues.in\": {\"id\": 58542209507, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 545}, \"windows explorer\": {\"id\": 58542175039, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 538}, \"dashboard.tawk.to\": {\"id\": 58545477981, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 431}, \"facebook.com\": {\"id\": 58545392849, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 406}, \"instagram.com\": {\"id\": 58544016969, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 351}, \"chatgpt.com\": {\"id\": 58542958667, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 346}, \"shellexperiencehost\": {\"id\": 58542100607, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 333}, \"lockapp\": {\"id\": 58544230711, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 296}, \"ads.google.com\": {\"id\": 58542247286, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 294}, \"microsoft excel\": {\"id\": 58542370759, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 286}, \"web.whatsapp.com\": {\"id\": 58542099163, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"irctc.co.in\": {\"id\": 58542391545, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"desktime.com\": {\"id\": 58542232235, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"bing.com\": {\"id\": 58542262507, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"google chrome\": {\"id\": 58542137841, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 190}, \"search.google.com\": {\"id\": 58542265709, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"drive.google.com\": {\"id\": 58542267474, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"chlworldwide.com\": {\"id\": 58548778830, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"x.com\": {\"id\": 58546932047, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 157}, \"fairgaze.com\": {\"id\": 58552045839, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"analytics.google.com\": {\"id\": 58545419878, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"fiverr.com\": {\"id\": 58542735794, \"app\": \"fiverr.com\", \"name\": \"fiverr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"chlsoftech.com\": {\"id\": 58552383736, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58545580361, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"studio.youtube.com\": {\"id\": 58546941490, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"youtube.com\": {\"id\": 58546936980, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"mun.fairgaze.com\": {\"id\": 58551404722, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"snippingtool\": {\"id\": 58542739760, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"secure.paytmpayments.com\": {\"id\": 58542404668, \"app\": \"secure.paytmpayments.com\", \"name\": \"secure.paytmpayments.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"freelancer.in\": {\"id\": 58542714722, \"app\": \"freelancer.in\", \"name\": \"freelancer.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"grok.com\": {\"id\": 58542244048, \"app\": \"grok.com\", \"name\": \"grok.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"photos\": {\"id\": 58542176674, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"unknown app\": {\"id\": 58542368240, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"pagespeed.web.dev\": {\"id\": 58542817751, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"onlinent\": {\"id\": 58542749138, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"app.neilpatel.com\": {\"id\": 58550408950, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"upwork.com\": {\"id\": 58542732796, \"app\": \"upwork.com\", \"name\": \"upwork.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"api.payu.in\": {\"id\": 58542414349, \"app\": \"api.payu.in\", \"name\": \"api.payu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"deepai.org\": {\"id\": 58542260855, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"business.facebook.com\": {\"id\": 58544989306, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 58542307365, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"wps.irctc.co.in\": {\"id\": 58542408515, \"app\": \"wps.irctc.co.in\", \"name\": \"wps.irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"aed988.96\": {\"id\": 58552477388, \"app\": \"aed988.96\", \"name\": \"aed988.96\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tkap.co.in\": {\"id\": 58545018230, \"app\": \"tkap.co.in\", \"name\": \"tkap.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"firefox\": {\"id\": 58553046630, \"app\": \"Firefox\", \"name\": \"Firefox\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"msedgewebview2\": {\"id\": 58553026227, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58552895143, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"app.gravitywrite.com\": {\"id\": 58550408948, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fb.com\": {\"id\": 58546946004, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"payments.payu.in\": {\"id\": 58542412389, \"app\": \"payments.payu.in\", \"name\": \"payments.payu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://profile-picker\": {\"id\": 58544016965, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:35'),(1246,18,'2025-06-10','09:27:24','18:28:03',8.30056,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 09:27:24\", \"left\": \"2025-06-10 18:28:03\", \"late\": true, \"onlineTime\": 29960, \"offlineTime\": 0, \"desktimeTime\": 29960, \"atWorkTime\": 32439, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29882, \"productivity\": 99.74, \"efficiency\": 118.58, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58567446864, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"login.live.com\": {\"id\": 58572914300, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"accounts.google.com\": {\"id\": 58577464051, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"twitter.com\": {\"id\": 58567317639, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 58567769427, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4025}, \"ms-teams\": {\"id\": 58567226956, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3937}, \"microsoft outlook\": {\"id\": 58567230952, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3428}, \"ads.google.com\": {\"id\": 58567678666, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2923}, \"microsoft excel\": {\"id\": 58571559567, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2247}, \"notepad\": {\"id\": 58567346219, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1908}, \"lms.chlserv.com\": {\"id\": 58567238025, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1767}, \"linkedin.com\": {\"id\": 58567299546, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1194}, \"chlworldwide.com\": {\"id\": 58567703294, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 806}, \"docs.google.com\": {\"id\": 58573129859, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 791}, \"windows explorer\": {\"id\": 58567298014, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 666}, \"google.com\": {\"id\": 58567263140, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 660}, \"app.neilpatel.com\": {\"id\": 58567239571, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 657}, \"shellexperiencehost\": {\"id\": 58567535344, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 459}, \"web.whatsapp.com\": {\"id\": 58567509064, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"google chrome\": {\"id\": 58567278193, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 381}, \"fairgaze.com\": {\"id\": 58576392193, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 349}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58567631439, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"search.google.com\": {\"id\": 58567442831, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 302}, \"irctc.co.in\": {\"id\": 58567485244, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"cosmotechexpoindia.com\": {\"id\": 58574910695, \"app\": \"cosmotechexpoindia.com\", \"name\": \"cosmotechexpoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"dashboard.tawk.to\": {\"id\": 58567835437, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"joveo.com\": {\"id\": 58579278850, \"app\": \"joveo.com\", \"name\": \"joveo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"crystalhues.com\": {\"id\": 58579324163, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"adzooma.com\": {\"id\": 58575473744, \"app\": \"adzooma.com\", \"name\": \"adzooma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"instagram.com\": {\"id\": 58567315942, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"facebook.com\": {\"id\": 58567299547, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"hrez.crystalhues.in\": {\"id\": 58567278194, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"ttt-lingua.vercel.app\": {\"id\": 58580228070, \"app\": \"ttt-lingua.vercel.app\", \"name\": \"ttt-lingua.vercel.app\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"mun.fairgaze.com\": {\"id\": 58567305758, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"verbolabs.com\": {\"id\": 58580019889, \"app\": \"verbolabs.com\", \"name\": \"verbolabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"desktime.com\": {\"id\": 58567292184, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"acrobat\": {\"id\": 58567581145, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"blog.lib.utah.edu\": {\"id\": 58580306742, \"app\": \"blog.lib.utah.edu\", \"name\": \"blog.lib.utah.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"x.com\": {\"id\": 58567319471, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"studio.youtube.com\": {\"id\": 58567321043, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"register.insta-group.com\": {\"id\": 58577045940, \"app\": \"register.insta-group.com\", \"name\": \"register.insta-group.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"webengage.com\": {\"id\": 58567789443, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"chatgpt.com\": {\"id\": 58567293909, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"adsmanager.facebook.com\": {\"id\": 58567273102, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"account.microsoft.com\": {\"id\": 58572919531, \"app\": \"account.microsoft.com\", \"name\": \"account.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"app.bitly.com\": {\"id\": 58577470164, \"app\": \"app.bitly.com\", \"name\": \"app.bitly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"directory-free.com\": {\"id\": 58580105819, \"app\": \"directory-free.com\", \"name\": \"directory-free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"youtube.com\": {\"id\": 58567317640, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"bing.com\": {\"id\": 58572903528, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"snippingtool\": {\"id\": 58568254907, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"chlsoftech.com\": {\"id\": 58573918128, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"login.microsoftonline.com\": {\"id\": 58572945739, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"secure.paytmpayments.com\": {\"id\": 58567559115, \"app\": \"secure.paytmpayments.com\", \"name\": \"secure.paytmpayments.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"groups.diigo.com\": {\"id\": 58580294427, \"app\": \"groups.diigo.com\", \"name\": \"groups.diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"trustindex.io\": {\"id\": 58580131654, \"app\": \"trustindex.io\", \"name\": \"trustindex.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellhost\": {\"id\": 58568519559, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"photos\": {\"id\": 58577445384, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"bylanguages.com\": {\"id\": 58580280668, \"app\": \"bylanguages.com\", \"name\": \"bylanguages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"websitesworthcalculator.com\": {\"id\": 58580093178, \"app\": \"websitesworthcalculator.com\", \"name\": \"websitesworthcalculator.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 58572492310, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"the-internet.in\": {\"id\": 58579980514, \"app\": \"the-internet.in\", \"name\": \"the-internet.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://new-tab-page\": {\"id\": 58577535641, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"officec2rclient\": {\"id\": 58569712550, \"app\": \"OfficeC2RClient\", \"name\": \"OfficeC2RClient\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"analytics.google.com\": {\"id\": 58567446868, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"timessquarereporter.com\": {\"id\": 58580149337, \"app\": \"timessquarereporter.com\", \"name\": \"timessquarereporter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"findrex.com\": {\"id\": 58580070658, \"app\": \"findrex.com\", \"name\": \"findrex.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"l.facebook.com\": {\"id\": 58577608995, \"app\": \"l.facebook.com\", \"name\": \"l.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bitly.com\": {\"id\": 58577464047, \"app\": \"bitly.com\", \"name\": \"bitly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gmail.com\": {\"id\": 58573161248, \"app\": \"gmail.com\", \"name\": \"gmail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://print\": {\"id\": 58567574231, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58567304116, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"crunchbase.com\": {\"id\": 58580306740, \"app\": \"crunchbase.com\", \"name\": \"crunchbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"theglobe.gen.in\": {\"id\": 58579992747, \"app\": \"theglobe.gen.in\", \"name\": \"theglobe.gen.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"212-74-50-4.static.datatechuk.net\": {\"id\": 58579992750, \"app\": \"212-74-50-4.static.datatechuk.net\", \"name\": \"212-74-50-4.static.datatechuk.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fb.com\": {\"id\": 58577529363, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://profile-picker\": {\"id\": 58577529366, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"vivadigital.in\": {\"id\": 58577247511, \"app\": \"vivadigital.in\", \"name\": \"vivadigital.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"visual.ly\": {\"id\": 58580344688, \"app\": \"visual.ly\", \"name\": \"visual.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bit.ly\": {\"id\": 58577482631, \"app\": \"bit.ly\", \"name\": \"bit.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 58567764264, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"theworld.firm.in\": {\"id\": 58579986499, \"app\": \"theworld.firm.in\", \"name\": \"theworld.firm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:36'),(1247,18,'2025-06-11','09:39:49','22:15:39',7.64083,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 09:39:49\", \"left\": \"2025-06-11 22:15:39\", \"late\": true, \"onlineTime\": 27845, \"offlineTime\": 0, \"desktimeTime\": 27845, \"atWorkTime\": 45350, \"afterWorkTime\": 784, \"beforeWorkTime\": 0, \"productiveTime\": 27507, \"productivity\": 98.72, \"efficiency\": 109.15, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58595821391, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 240}, \"nytimes.com\": {\"id\": 58595539334, \"app\": \"nytimes.com\", \"name\": \"nytimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"rankings.newsweek.com\": {\"id\": 58597043536, \"app\": \"rankings.newsweek.com\", \"name\": \"rankings.newsweek.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"dribbble.com\": {\"id\": 58597262722, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"inc.com\": {\"id\": 58597187167, \"app\": \"inc.com\", \"name\": \"inc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"markets.businessinsider.com\": {\"id\": 58596796806, \"app\": \"markets.businessinsider.com\", \"name\": \"markets.businessinsider.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58594909825, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4076}, \"microsoft outlook\": {\"id\": 58594914867, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3779}, \"microsoft excel\": {\"id\": 58596470759, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2317}, \"notepad\": {\"id\": 58595348096, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2169}, \"lms.chlserv.com\": {\"id\": 58595452360, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1696}, \"crystalhues.com\": {\"id\": 58595503641, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1630}, \"ads.google.com\": {\"id\": 58595110129, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1313}, \"windows explorer\": {\"id\": 58594908074, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1077}, \"linkedin.com\": {\"id\": 58598384935, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 997}, \"docs.google.com\": {\"id\": 58595252601, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 901}, \"web.whatsapp.com\": {\"id\": 58595012925, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 608}, \"google.com\": {\"id\": 58595228288, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 593}, \"app.neilpatel.com\": {\"id\": 58595269864, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 557}, \"chatgpt.com\": {\"id\": 58596190916, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"x.com\": {\"id\": 58598667927, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"google chrome\": {\"id\": 58595107869, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 376}, \"instapaper.com\": {\"id\": 58595753806, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 367}, \"daytranslations.com\": {\"id\": 58595300667, \"app\": \"daytranslations.com\", \"name\": \"daytranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"posteezy.com\": {\"id\": 58595750655, \"app\": \"posteezy.com\", \"name\": \"posteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 243}, \"lockapp\": {\"id\": 58602790039, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 242}, \"fairgaze.com\": {\"id\": 58595112334, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"hrez.crystalhues.in\": {\"id\": 58608324360, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"indowings.com\": {\"id\": 58604317273, \"app\": \"indowings.com\", \"name\": \"indowings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"techcrunch.com\": {\"id\": 58597052473, \"app\": \"techcrunch.com\", \"name\": \"techcrunch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"medium.com\": {\"id\": 58595563383, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"desktime.com\": {\"id\": 58601442278, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"photos\": {\"id\": 58595038627, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"shellexperiencehost\": {\"id\": 58595030796, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"securehdfc-acs2ui-b1-indmum-mumsif.hdfcbank.com\": {\"id\": 58606596819, \"app\": \"securehdfc-acs2ui-b1-indmum-mumsif.hdfcbank.com\", \"name\": \"securehdfc-acs2ui-b1-indmum-mumsif.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"directory.mirror.co.uk\": {\"id\": 58596809644, \"app\": \"directory.mirror.co.uk\", \"name\": \"directory.mirror.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"youtube.com\": {\"id\": 58598593660, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"stackoverflow.com\": {\"id\": 58598130872, \"app\": \"stackoverflow.com\", \"name\": \"stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"prnewswire.com\": {\"id\": 58597200488, \"app\": \"prnewswire.com\", \"name\": \"prnewswire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"searchhost\": {\"id\": 58595016814, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"instagram.com\": {\"id\": 58598564063, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"facebook.com\": {\"id\": 58598389851, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"drive.google.com\": {\"id\": 58602999044, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58601578776, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"secure-acs2ui-b4-indche-chnmdc.wibmo.com\": {\"id\": 58608025615, \"app\": \"secure-acs2ui-b4-indche-chnmdc.wibmo.com\", \"name\": \"secure-acs2ui-b4-indche-chnmdc.wibmo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"mun.fairgaze.com\": {\"id\": 58598542397, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 58595660580, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"forbes.com\": {\"id\": 58596762897, \"app\": \"forbes.com\", \"name\": \"forbes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"chat.stackoverflow.com\": {\"id\": 58598105231, \"app\": \"chat.stackoverflow.com\", \"name\": \"chat.stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"snippingtool\": {\"id\": 58596049286, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"blog.hubspot.com\": {\"id\": 58596868406, \"app\": \"blog.hubspot.com\", \"name\": \"blog.hubspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"chrome://profile-picker\": {\"id\": 58595099803, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"hubpages.com\": {\"id\": 58597276603, \"app\": \"hubpages.com\", \"name\": \"hubpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"whois.domaintools.com\": {\"id\": 58595317423, \"app\": \"whois.domaintools.com\", \"name\": \"whois.domaintools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"telegra.ph\": {\"id\": 58597016197, \"app\": \"telegra.ph\", \"name\": \"telegra.ph\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"notepad++\": {\"id\": 58596531841, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"bit.ly\": {\"id\": 58598625439, \"app\": \"bit.ly\", \"name\": \"bit.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"shellhost\": {\"id\": 58597125622, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"chllocalization.com\": {\"id\": 58604127713, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"chrome://new-tab-page\": {\"id\": 58595105510, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"yahoo.com\": {\"id\": 58596689340, \"app\": \"yahoo.com\", \"name\": \"yahoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"about.me\": {\"id\": 58597228166, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"onlinent\": {\"id\": 58596568853, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"namecheap.com\": {\"id\": 58597130066, \"app\": \"namecheap.com\", \"name\": \"namecheap.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"en.wikipedia.org\": {\"id\": 58595529523, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"unknown app\": {\"id\": 58595028810, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"scoop.it\": {\"id\": 58595753803, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"locanto.org\": {\"id\": 58595676414, \"app\": \"locanto.org\", \"name\": \"locanto.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"diigo.com\": {\"id\": 58595744245, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"sattva.co.in\": {\"id\": 58600933930, \"app\": \"sattva.co.in\", \"name\": \"sattva.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"tinyurl.com\": {\"id\": 58598851124, \"app\": \"tinyurl.com\", \"name\": \"tinyurl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"msedgewebview2\": {\"id\": 58596040950, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"spanishtranslationservice.co.uk\": {\"id\": 58596839686, \"app\": \"spanishtranslationservice.co.uk\", \"name\": \"spanishtranslationservice.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"justpaste.it\": {\"id\": 58595737833, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"pay.billdesk.com\": {\"id\": 58606590858, \"app\": \"pay.billdesk.com\", \"name\": \"pay.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"crystalhues.com.sg\": {\"id\": 58595593111, \"app\": \"crystalhues.com.sg\", \"name\": \"crystalhues.com.sg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"apps.apple.com\": {\"id\": 58595522473, \"app\": \"apps.apple.com\", \"name\": \"apps.apple.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"zaubacorp.com\": {\"id\": 58595423241, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"lingohorizon.com\": {\"id\": 58596852639, \"app\": \"lingohorizon.com\", \"name\": \"lingohorizon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"huffpost.com\": {\"id\": 58596801415, \"app\": \"huffpost.com\", \"name\": \"huffpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"classifieds4free.com\": {\"id\": 58595666999, \"app\": \"classifieds4free.com\", \"name\": \"classifieds4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"reddit.com\": {\"id\": 58597165878, \"app\": \"reddit.com\", \"name\": \"reddit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"trello.com\": {\"id\": 58595766178, \"app\": \"trello.com\", \"name\": \"trello.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"delhi.indads.in\": {\"id\": 58595707540, \"app\": \"delhi.indads.in\", \"name\": \"delhi.indads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"app.raindrop.io\": {\"id\": 58595757058, \"app\": \"app.raindrop.io\", \"name\": \"app.raindrop.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"adpost.com\": {\"id\": 58595692285, \"app\": \"adpost.com\", \"name\": \"adpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"cureforever.in\": {\"id\": 58607358224, \"app\": \"cureforever.in\", \"name\": \"cureforever.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://newtab\": {\"id\": 58598020437, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"expatriates.com\": {\"id\": 58595682701, \"app\": \"expatriates.com\", \"name\": \"expatriates.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"delhi-dl-in.global-free-classified-ads.com\": {\"id\": 58595685912, \"app\": \"delhi-dl-in.global-free-classified-ads.com\", \"name\": \"delhi-dl-in.global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chlworldwide.com\": {\"id\": 58603542119, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"boston.com\": {\"id\": 58597272006, \"app\": \"boston.com\", \"name\": \"boston.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"medicalnewstoday.com\": {\"id\": 58597195838, \"app\": \"medicalnewstoday.com\", \"name\": \"medicalnewstoday.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pickerhost\": {\"id\": 58596814451, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"encinotranslations.com\": {\"id\": 58596848228, \"app\": \"encinotranslations.com\", \"name\": \"encinotranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58596326272, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"muamat.com\": {\"id\": 58595707542, \"app\": \"muamat.com\", \"name\": \"muamat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"getpocket.com\": {\"id\": 58595753805, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adsoftheworld.com\": {\"id\": 58595695555, \"app\": \"adsoftheworld.com\", \"name\": \"adsoftheworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"totads.com\": {\"id\": 58595676413, \"app\": \"totads.com\", \"name\": \"totads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nextfreeads.com\": {\"id\": 58595663699, \"app\": \"nextfreeads.com\", \"name\": \"nextfreeads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"kugli.com\": {\"id\": 58595685913, \"app\": \"kugli.com\", \"name\": \"kugli.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"entranslation.co.uk\": {\"id\": 58596831455, \"app\": \"entranslation.co.uk\", \"name\": \"entranslation.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"dashboard.tawk.to\": {\"id\": 58596683947, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"cruystalhues.com\": {\"id\": 58595500922, \"app\": \"cruystalhues.com\", \"name\": \"cruystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"surveymonkey.com\": {\"id\": 58597170226, \"app\": \"surveymonkey.com\", \"name\": \"surveymonkey.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"babylontranslationservice.com\": {\"id\": 58596844073, \"app\": \"babylontranslationservice.com\", \"name\": \"babylontranslationservice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"blog.instapaper.com\": {\"id\": 58596330198, \"app\": \"blog.instapaper.com\", \"name\": \"blog.instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"yoomark.com\": {\"id\": 58595750654, \"app\": \"yoomark.com\", \"name\": \"yoomark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"livebinders.com\": {\"id\": 58595757060, \"app\": \"livebinders.com\", \"name\": \"livebinders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"corpvotes.com\": {\"id\": 58595737828, \"app\": \"corpvotes.com\", \"name\": \"corpvotes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"freeclassipress.com\": {\"id\": 58595663698, \"app\": \"freeclassipress.com\", \"name\": \"freeclassipress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"classified4u.biz\": {\"id\": 58595682700, \"app\": \"classified4u.biz\", \"name\": \"classified4u.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"workspaceupdates.googleblog.com\": {\"id\": 58595532856, \"app\": \"workspaceupdates.googleblog.com\", \"name\": \"workspaceupdates.googleblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"whois.com\": {\"id\": 58595331306, \"app\": \"whois.com\", \"name\": \"whois.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"payments.google.com\": {\"id\": 58606675892, \"app\": \"payments.google.com\", \"name\": \"payments.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"fis.funcgiant.co.in\": {\"id\": 58600771922, \"app\": \"fis.funcgiant.co.in\", \"name\": \"fis.funcgiant.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"entrepreneur.com\": {\"id\": 58597200484, \"app\": \"entrepreneur.com\", \"name\": \"entrepreneur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"groleegni.net\": {\"id\": 58596564751, \"app\": \"groleegni.net\", \"name\": \"groleegni.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sharedais.com\": {\"id\": 58595753804, \"app\": \"sharedais.com\", \"name\": \"sharedais.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"producthunt.com\": {\"id\": 58595766177, \"app\": \"producthunt.com\", \"name\": \"producthunt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"letspostfree.com\": {\"id\": 58595714033, \"app\": \"letspostfree.com\", \"name\": \"letspostfree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"finishmyproject.com\": {\"id\": 58595707541, \"app\": \"finishmyproject.com\", \"name\": \"finishmyproject.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"a2zbookmarking.com\": {\"id\": 58595740907, \"app\": \"a2zbookmarking.com\", \"name\": \"a2zbookmarking.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fonolive.com\": {\"id\": 58595692284, \"app\": \"fonolive.com\", \"name\": \"fonolive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"classifiedsguru.in\": {\"id\": 58595685908, \"app\": \"classifiedsguru.in\", \"name\": \"classifiedsguru.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:39'),(1248,18,'2025-06-12','10:21:29','22:08:48',7.65333,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 10:21:29\", \"left\": \"2025-06-12 22:08:48\", \"late\": true, \"onlineTime\": 27634, \"offlineTime\": 0, \"desktimeTime\": 27634, \"atWorkTime\": 42439, \"afterWorkTime\": 6989, \"beforeWorkTime\": 0, \"productiveTime\": 27552, \"productivity\": 99.7, \"efficiency\": 109.33, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"dribbble.com\": {\"id\": 58634120055, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}}, \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 58621994353, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8203}, \"ads.google.com\": {\"id\": 58622147052, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5166}, \"microsoft outlook\": {\"id\": 58622000151, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3465}, \"notepad\": {\"id\": 58622807505, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2076}, \"lms.chlserv.com\": {\"id\": 58623064694, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2050}, \"linkedin.com\": {\"id\": 58621994354, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1160}, \"web.whatsapp.com\": {\"id\": 58622161915, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 772}, \"docs.google.com\": {\"id\": 58622130699, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 735}, \"dashboard.tawk.to\": {\"id\": 58623886679, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 583}, \"ms-teams\": {\"id\": 58622020074, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 556}, \"lookerstudio.google.com\": {\"id\": 58633418113, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 481}, \"desktime.com\": {\"id\": 58623073231, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 460}, \"chatgpt.com\": {\"id\": 58621997058, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 285}, \"youtube.com\": {\"id\": 58622906652, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"hrez.crystalhues.in\": {\"id\": 58630757230, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"google chrome\": {\"id\": 58622109146, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 163}, \"instagram.com\": {\"id\": 58622918024, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"facebook.com\": {\"id\": 58622824521, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"windows explorer\": {\"id\": 58622045976, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"google.com\": {\"id\": 58622115996, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"unknown app\": {\"id\": 58622304251, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"lockapp\": {\"id\": 58622731856, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"mun.fairgaze.com\": {\"id\": 58622862484, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"notepad++\": {\"id\": 58622051269, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"x.com\": {\"id\": 58622914206, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"acrobat\": {\"id\": 58631057029, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"shellexperiencehost\": {\"id\": 58624402014, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"falconebiz.com\": {\"id\": 58631098891, \"app\": \"falconebiz.com\", \"name\": \"falconebiz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"photos\": {\"id\": 58623056593, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"chrome://new-tab-page\": {\"id\": 58622902916, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"renaissance-translations.com\": {\"id\": 58633665977, \"app\": \"renaissance-translations.com\", \"name\": \"renaissance-translations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://profile-picker\": {\"id\": 58622894957, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pickerhost\": {\"id\": 58626379476, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"tridindia.com\": {\"id\": 58633672420, \"app\": \"tridindia.com\", \"name\": \"tridindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tagmanager.google.com\": {\"id\": 58633672418, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adsmanager.facebook.com\": {\"id\": 58631627329, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"stackoverflow.com\": {\"id\": 58624481020, \"app\": \"stackoverflow.com\", \"name\": \"stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fb.com\": {\"id\": 58624184386, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 58624052477, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:43');
INSERT INTO `desktime_log` VALUES (1249,18,'2025-06-13','09:27:06','20:25:00',7.57028,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 09:27:06\", \"left\": \"2025-06-13 20:25:00\", \"late\": true, \"onlineTime\": 27523, \"offlineTime\": 0, \"desktimeTime\": 27523, \"atWorkTime\": 39474, \"afterWorkTime\": 1058, \"beforeWorkTime\": 0, \"productiveTime\": 27253, \"productivity\": 99.02, \"efficiency\": 108.15, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"dribbble.com\": {\"id\": 58649964045, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"mail.google.com\": {\"id\": 58652119053, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"accounts.google.com\": {\"id\": 58649919729, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"slashdot.org\": {\"id\": 58655848513, \"app\": \"slashdot.org\", \"name\": \"slashdot.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58648191208, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4952}, \"crystalhues.com\": {\"id\": 58652068693, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2264}, \"lms.chlserv.com\": {\"id\": 58648430581, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1808}, \"notepad\": {\"id\": 58648191206, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1777}, \"microsoft excel\": {\"id\": 58648782446, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1634}, \"ms-teams\": {\"id\": 58648184380, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1496}, \"ads.google.com\": {\"id\": 58648822321, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1110}, \"web.whatsapp.com\": {\"id\": 58648236433, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 848}, \"prlog.org\": {\"id\": 58651968194, \"app\": \"prlog.org\", \"name\": \"prlog.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 784}, \"docs.google.com\": {\"id\": 58648238060, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 780}, \"drupal.org\": {\"id\": 58656161137, \"app\": \"drupal.org\", \"name\": \"drupal.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 643}, \"analytics.google.com\": {\"id\": 58650751431, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 617}, \"onlinent\": {\"id\": 58649867385, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 590}, \"linkedin.com\": {\"id\": 58649080647, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"worldbuilding.stackexchange.com\": {\"id\": 58660133103, \"app\": \"worldbuilding.stackexchange.com\", \"name\": \"worldbuilding.stackexchange.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 552}, \"forums.macrumors.com\": {\"id\": 58651794417, \"app\": \"forums.macrumors.com\", \"name\": \"forums.macrumors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 496}, \"dashboard.tawk.to\": {\"id\": 58648334627, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 437}, \"windows explorer\": {\"id\": 58648191205, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 424}, \"boredpanda.com\": {\"id\": 58656039561, \"app\": \"boredpanda.com\", \"name\": \"boredpanda.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"facebook.com\": {\"id\": 58649269190, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 383}, \"forum.wordreference.com\": {\"id\": 58655579244, \"app\": \"forum.wordreference.com\", \"name\": \"forum.wordreference.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"adsmanager.facebook.com\": {\"id\": 58654100582, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58653695607, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 305}, \"accounts.drupal.org\": {\"id\": 58656561032, \"app\": \"accounts.drupal.org\", \"name\": \"accounts.drupal.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 298}, \"crunchbase.com\": {\"id\": 58651939636, \"app\": \"crunchbase.com\", \"name\": \"crunchbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"google chrome\": {\"id\": 58648234993, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 244}, \"youtube.com\": {\"id\": 58649283022, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"app.neilpatel.com\": {\"id\": 58649924645, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"miro.com\": {\"id\": 58649919726, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"bbb.org\": {\"id\": 58651934590, \"app\": \"bbb.org\", \"name\": \"bbb.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"websiteseochecker.com\": {\"id\": 58650307711, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"desktime.com\": {\"id\": 58648239651, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"tvtropes.org\": {\"id\": 58651923168, \"app\": \"tvtropes.org\", \"name\": \"tvtropes.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"chat.stackoverflow.com\": {\"id\": 58649859421, \"app\": \"chat.stackoverflow.com\", \"name\": \"chat.stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"microsoft word\": {\"id\": 58648695688, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"google.com\": {\"id\": 58648680264, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"hrez.crystalhues.in\": {\"id\": 58648244699, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"shellexperiencehost\": {\"id\": 58648184379, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"acrobat\": {\"id\": 58650523012, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"stackoverflow.com\": {\"id\": 58649618609, \"app\": \"stackoverflow.com\", \"name\": \"stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"x.com\": {\"id\": 58649283021, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"monisaenterprise.com\": {\"id\": 58655897465, \"app\": \"monisaenterprise.com\", \"name\": \"monisaenterprise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"tridindia.com\": {\"id\": 58649901299, \"app\": \"tridindia.com\", \"name\": \"tridindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"notepad++\": {\"id\": 58648189692, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"help.dribbble.com\": {\"id\": 58650034641, \"app\": \"help.dribbble.com\", \"name\": \"help.dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 58649470806, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"learnbusinessmanagement.webflow.io\": {\"id\": 58655800759, \"app\": \"learnbusinessmanagement.webflow.io\", \"name\": \"learnbusinessmanagement.webflow.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"people.howstuffworks.com\": {\"id\": 58651731820, \"app\": \"people.howstuffworks.com\", \"name\": \"people.howstuffworks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"worldview.unc.edu\": {\"id\": 58655826904, \"app\": \"worldview.unc.edu\", \"name\": \"worldview.unc.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"instagram.com\": {\"id\": 58649283023, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"ibtimes.com\": {\"id\": 58656022746, \"app\": \"ibtimes.com\", \"name\": \"ibtimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"newswire.com\": {\"id\": 58651963233, \"app\": \"newswire.com\", \"name\": \"newswire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"multilingual.com\": {\"id\": 58649104695, \"app\": \"multilingual.com\", \"name\": \"multilingual.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"chrome://new-tab-page\": {\"id\": 58648187272, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"about:blank\": {\"id\": 58649101423, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"prnewswire.com\": {\"id\": 58648236435, \"app\": \"prnewswire.com\", \"name\": \"prnewswire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"hr.virginia.edu\": {\"id\": 58651939628, \"app\": \"hr.virginia.edu\", \"name\": \"hr.virginia.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"photos\": {\"id\": 58649059948, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"languagelog.ldc.upenn.edu\": {\"id\": 58651750707, \"app\": \"languagelog.ldc.upenn.edu\", \"name\": \"languagelog.ldc.upenn.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"medicalnewstoday.com\": {\"id\": 58651693251, \"app\": \"medicalnewstoday.com\", \"name\": \"medicalnewstoday.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"chrome://profile-picker\": {\"id\": 58648185820, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"startribune.com\": {\"id\": 58655821454, \"app\": \"startribune.com\", \"name\": \"startribune.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"groups.diigo.com\": {\"id\": 58656011822, \"app\": \"groups.diigo.com\", \"name\": \"groups.diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"dwm\": {\"id\": 58655931512, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"mdpi.com\": {\"id\": 58651755595, \"app\": \"mdpi.com\", \"name\": \"mdpi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"benjaminjoffe.substack.com\": {\"id\": 58651789367, \"app\": \"benjaminjoffe.substack.com\", \"name\": \"benjaminjoffe.substack.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"app.gravitywrite.com\": {\"id\": 58649924644, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"mun.fairgaze.com\": {\"id\": 58649069481, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"irb.ucdavis.edu\": {\"id\": 58655884939, \"app\": \"irb.ucdavis.edu\", \"name\": \"irb.ucdavis.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"indeed.com\": {\"id\": 58656011820, \"app\": \"indeed.com\", \"name\": \"indeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 58654519203, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 58648183014, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"hubpages.com\": {\"id\": 58651774578, \"app\": \"hubpages.com\", \"name\": \"hubpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"1073.home.blog\": {\"id\": 58655926142, \"app\": \"1073.home.blog\", \"name\": \"1073.home.blog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"megacurioso.com.br\": {\"id\": 58651929521, \"app\": \"megacurioso.com.br\", \"name\": \"megacurioso.com.br\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 58651688361, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"developers.miro.com\": {\"id\": 58650111896, \"app\": \"developers.miro.com\", \"name\": \"developers.miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"snippingtool\": {\"id\": 58648653315, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"nl.wikipedia.org\": {\"id\": 58660468025, \"app\": \"nl.wikipedia.org\", \"name\": \"nl.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bostonglobe.com\": {\"id\": 58655826899, \"app\": \"bostonglobe.com\", \"name\": \"bostonglobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scoop.it\": {\"id\": 58651784359, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"entrepreneur.com\": {\"id\": 58651722097, \"app\": \"entrepreneur.com\", \"name\": \"entrepreneur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"boston.com\": {\"id\": 58651764690, \"app\": \"boston.com\", \"name\": \"boston.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about.me\": {\"id\": 58651759879, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"c\": {\"id\": 58650548155, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dazn.com\": {\"id\": 58650307705, \"app\": \"dazn.com\", \"name\": \"dazn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"business.google.com\": {\"id\": 58656172337, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"quillbot.com\": {\"id\": 58654090068, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chatgpt.com\": {\"id\": 58649915743, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"www5d.biglobe.ne.jp\": {\"id\": 58656017226, \"app\": \"www5d.biglobe.ne.jp\", \"name\": \"www5d.biglobe.ne.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"eventbrite.co.uk\": {\"id\": 58656017239, \"app\": \"eventbrite.co.uk\", \"name\": \"eventbrite.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fb.com\": {\"id\": 58654404695, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dj5dehgem20mk.cloudfront.net\": {\"id\": 58652150876, \"app\": \"dj5dehgem20mk.cloudfront.net\", \"name\": \"dj5dehgem20mk.cloudfront.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"feedproxy.google.com\": {\"id\": 58651934582, \"app\": \"feedproxy.google.com\", \"name\": \"feedproxy.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"habr.com\": {\"id\": 58651794413, \"app\": \"habr.com\", \"name\": \"habr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"farlingo.narod.ru\": {\"id\": 58651794409, \"app\": \"farlingo.narod.ru\", \"name\": \"farlingo.narod.ru\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"intercom.help\": {\"id\": 58650074736, \"app\": \"intercom.help\", \"name\": \"intercom.help\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tagmanager.google.com\": {\"id\": 58649901298, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lookerstudio.google.com\": {\"id\": 58649901294, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:43'),(1250,18,'2025-06-14','16:13:22','16:15:16',0.0316667,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-14\", \"isOnline\": false, \"arrived\": \"2025-06-14 16:13:22\", \"left\": \"2025-06-14 16:15:16\", \"late\": true, \"onlineTime\": 114, \"offlineTime\": 0, \"desktimeTime\": 114, \"atWorkTime\": 114, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 114, \"productivity\": 100, \"efficiency\": 0.45, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58672924836, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"ads.google.com\": {\"id\": 58672923961, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"web.whatsapp.com\": {\"id\": 58672927422, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"windows explorer\": {\"id\": 58672931848, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"lms.chlserv.com\": {\"id\": 58672928136, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:47'),(1251,18,'2025-06-15','12:57:53','13:02:25',0.0755556,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-15\", \"isOnline\": false, \"arrived\": \"2025-06-15 12:57:53\", \"left\": \"2025-06-15 13:02:25\", \"late\": true, \"onlineTime\": 272, \"offlineTime\": 0, \"desktimeTime\": 272, \"atWorkTime\": 272, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 272, \"productivity\": 100, \"efficiency\": 1.08, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58675374455, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 160}, \"acrobat\": {\"id\": 58675377968, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"web.whatsapp.com\": {\"id\": 58675374858, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"notepad\": {\"id\": 58675375272, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"lms.chlserv.com\": {\"id\": 58675373616, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"google chrome\": {\"id\": 58675374072, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"windows explorer\": {\"id\": 58675373110, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"docs.google.com\": {\"id\": 58675374454, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"crystalhues.com\": {\"id\": 58675374073, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"websiteseochecker.com\": {\"id\": 58675374074, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ms-teams\": {\"id\": 58675373615, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:12:47'),(1252,18,'2025-06-16','09:31:49','20:20:00',7.6525,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 09:31:49\", \"left\": \"2025-06-16 20:20:00\", \"late\": true, \"onlineTime\": 28193, \"offlineTime\": 0, \"desktimeTime\": 28193, \"atWorkTime\": 38891, \"afterWorkTime\": 1154, \"beforeWorkTime\": 0, \"productiveTime\": 27549, \"productivity\": 97.71, \"efficiency\": 109.32, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58678226581, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}}, \"0\": {\"whatsapp\": {\"id\": 58686106712, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 590}}, \"1\": {\"microsoft outlook\": {\"id\": 58678065924, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4416}, \"ads.google.com\": {\"id\": 58678594569, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2556}, \"lms.chlserv.com\": {\"id\": 58678203164, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2499}, \"linkedin.com\": {\"id\": 58678308068, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2226}, \"notepad\": {\"id\": 58679958212, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1789}, \"adsmanager.facebook.com\": {\"id\": 58679571464, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1671}, \"google.com\": {\"id\": 58678120311, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1611}, \"ms-teams\": {\"id\": 58678067604, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1536}, \"crystalhues.com\": {\"id\": 58679747434, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1203}, \"google chrome\": {\"id\": 58678108055, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 959}, \"chatgpt.com\": {\"id\": 58678906642, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 807}, \"windows explorer\": {\"id\": 58678393204, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 620}, \"microsoft excel\": {\"id\": 58680023833, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 598}, \"docs.google.com\": {\"id\": 58678226589, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 569}, \"cyfuture.com\": {\"id\": 58678120317, \"app\": \"cyfuture.com\", \"name\": \"cyfuture.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 437}, \"photos\": {\"id\": 58689996539, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 323}, \"chlworldwide.com\": {\"id\": 58690229147, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"analytics.google.com\": {\"id\": 58689575391, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"web.whatsapp.com\": {\"id\": 58678108054, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"systemsettings\": {\"id\": 58684510695, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 208}, \"kaale.in\": {\"id\": 58688502443, \"app\": \"kaale.in\", \"name\": \"kaale.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"digitalsilk.com\": {\"id\": 58680749159, \"app\": \"digitalsilk.com\", \"name\": \"digitalsilk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"youtube.com\": {\"id\": 58685199176, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"webmail.chldigital.com\": {\"id\": 58687726269, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58679501435, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"adsonair.withgoogle.com\": {\"id\": 58679159173, \"app\": \"adsonair.withgoogle.com\", \"name\": \"adsonair.withgoogle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"pagespeed.web.dev\": {\"id\": 58686711697, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"onlinent\": {\"id\": 58678093502, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"microsoft word\": {\"id\": 58681223371, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"shellhost\": {\"id\": 58678065927, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 117}, \"toolzbuy.com\": {\"id\": 58682181910, \"app\": \"toolzbuy.com\", \"name\": \"toolzbuy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"bhaskar.com\": {\"id\": 58687509516, \"app\": \"bhaskar.com\", \"name\": \"bhaskar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"desktime.com\": {\"id\": 58678204895, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"atraidotranslationsolution.com\": {\"id\": 58688612598, \"app\": \"atraidotranslationsolution.com\", \"name\": \"atraidotranslationsolution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"nitropack.io\": {\"id\": 58686633709, \"app\": \"nitropack.io\", \"name\": \"nitropack.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"searchhost\": {\"id\": 58684060998, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"hrez.crystalhues.in\": {\"id\": 58678214287, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"dashboard.tawk.to\": {\"id\": 58684482248, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"vdigtech.com\": {\"id\": 58680924248, \"app\": \"vdigtech.com\", \"name\": \"vdigtech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"webhopers.com\": {\"id\": 58680912862, \"app\": \"webhopers.com\", \"name\": \"webhopers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"matebiz.com\": {\"id\": 58680880204, \"app\": \"matebiz.com\", \"name\": \"matebiz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"infoskysolutions.com\": {\"id\": 58680872947, \"app\": \"infoskysolutions.com\", \"name\": \"infoskysolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"webnox.in\": {\"id\": 58680891554, \"app\": \"webnox.in\", \"name\": \"webnox.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"instagram.com\": {\"id\": 58685638543, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"lookerstudio.google.com\": {\"id\": 58691851986, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"calendar.google.com\": {\"id\": 58679272853, \"app\": \"calendar.google.com\", \"name\": \"calendar.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"webdesigner.withgoogle.com\": {\"id\": 58680908095, \"app\": \"webdesigner.withgoogle.com\", \"name\": \"webdesigner.withgoogle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"cssfounder.com\": {\"id\": 58680863272, \"app\": \"cssfounder.com\", \"name\": \"cssfounder.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"api.whatsapp.com\": {\"id\": 58686144091, \"app\": \"api.whatsapp.com\", \"name\": \"api.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"unknown app\": {\"id\": 58680259826, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"nexax.in\": {\"id\": 58690539673, \"app\": \"nexax.in\", \"name\": \"nexax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"nytlicensing.com\": {\"id\": 58691214888, \"app\": \"nytlicensing.com\", \"name\": \"nytlicensing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chrome://profile-picker\": {\"id\": 58684148576, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"answerthepublic.com\": {\"id\": 58682233394, \"app\": \"answerthepublic.com\", \"name\": \"answerthepublic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"softr.io\": {\"id\": 58680797146, \"app\": \"softr.io\", \"name\": \"softr.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"wix.com\": {\"id\": 58680802077, \"app\": \"wix.com\", \"name\": \"wix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"webflow.com\": {\"id\": 58680784049, \"app\": \"webflow.com\", \"name\": \"webflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"websiteseochecker.com\": {\"id\": 58680727453, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"x.com\": {\"id\": 58685144451, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"app.toolzbuy.com\": {\"id\": 58682187240, \"app\": \"app.toolzbuy.com\", \"name\": \"app.toolzbuy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"business.com\": {\"id\": 58680793019, \"app\": \"business.com\", \"name\": \"business.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"hcsti.org.za\": {\"id\": 58688655749, \"app\": \"hcsti.org.za\", \"name\": \"hcsti.org.za\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"snippingtool\": {\"id\": 58682438464, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"transperfect.com\": {\"id\": 58690786497, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"telegra.ph\": {\"id\": 58688483640, \"app\": \"telegra.ph\", \"name\": \"telegra.ph\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58687218779, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"prnewswire.com\": {\"id\": 58684708072, \"app\": \"prnewswire.com\", \"name\": \"prnewswire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chat.stackoverflow.com\": {\"id\": 58684702138, \"app\": \"chat.stackoverflow.com\", \"name\": \"chat.stackoverflow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58684125656, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"prefacestudios.com\": {\"id\": 58680788250, \"app\": \"prefacestudios.com\", \"name\": \"prefacestudios.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"elementor.com\": {\"id\": 58680793018, \"app\": \"elementor.com\", \"name\": \"elementor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"designrush.com\": {\"id\": 58680867942, \"app\": \"designrush.com\", \"name\": \"designrush.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58679284778, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lockapp\": {\"id\": 58691794103, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.com\": {\"id\": 58685808622, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"youtu.be\": {\"id\": 58685193304, \"app\": \"youtu.be\", \"name\": \"youtu.be\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"miro.com\": {\"id\": 58684708052, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 58684672218, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"business.google.com\": {\"id\": 58684225052, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"awwwards.com\": {\"id\": 58680903241, \"app\": \"awwwards.com\", \"name\": \"awwwards.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"grammarly.desktop\": {\"id\": 58678178283, \"app\": \"Grammarly.Desktop\", \"name\": \"Grammarly.Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"notepad++\": {\"id\": 58678230254, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:50'),(1253,18,'2025-06-17','09:32:51','18:10:43',8.14667,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 09:32:51\", \"left\": \"2025-06-17 18:10:43\", \"late\": true, \"onlineTime\": 29788, \"offlineTime\": 0, \"desktimeTime\": 29788, \"atWorkTime\": 31072, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29328, \"productivity\": 98.46, \"efficiency\": 116.38, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"crystalhueslimited6.wordpress.com\": {\"id\": 58711658801, \"app\": \"crystalhueslimited6.wordpress.com\", \"name\": \"crystalhueslimited6.wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"wordpress.com\": {\"id\": 58711653225, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"0\": {\"whatsapp\": {\"id\": 58705540958, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 414}}, \"1\": {\"microsoft outlook\": {\"id\": 58705523579, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4910}, \"ms-teams\": {\"id\": 58705575282, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2503}, \"notepad\": {\"id\": 58705949489, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2347}, \"lms.chlserv.com\": {\"id\": 58705629327, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2126}, \"web.whatsapp.com\": {\"id\": 58705604660, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1198}, \"microsoft excel\": {\"id\": 58708363653, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1078}, \"linkedin.com\": {\"id\": 58705955862, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1059}, \"hubpages.com\": {\"id\": 58711625920, \"app\": \"hubpages.com\", \"name\": \"hubpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 997}, \"google.com\": {\"id\": 58705699754, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 989}, \"crystalhues.com\": {\"id\": 58705514513, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 837}, \"adsonair.withgoogle.com\": {\"id\": 58706193923, \"app\": \"adsonair.withgoogle.com\", \"name\": \"adsonair.withgoogle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 693}, \"chatgpt.com\": {\"id\": 58707606353, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 665}, \"adsmanager.facebook.com\": {\"id\": 58706053995, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 624}, \"shellexperiencehost\": {\"id\": 58705572558, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 595}, \"marstranslation.com\": {\"id\": 58707125575, \"app\": \"marstranslation.com\", \"name\": \"marstranslation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 583}, \"windows explorer\": {\"id\": 58705542407, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 571}, \"dashboard.tawk.to\": {\"id\": 58705919533, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 505}, \"spatzmedia.com\": {\"id\": 58705701671, \"app\": \"spatzmedia.com\", \"name\": \"spatzmedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 504}, \"ads.google.com\": {\"id\": 58705912171, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 501}, \"desktime.com\": {\"id\": 58705562294, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 451}, \"hrez.crystalhues.in\": {\"id\": 58705559669, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 391}, \"google chrome\": {\"id\": 58705559666, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 388}, \"bhaskar.com\": {\"id\": 58709122099, \"app\": \"bhaskar.com\", \"name\": \"bhaskar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"docs.google.com\": {\"id\": 58705600998, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 330}, \"bloglovin.com\": {\"id\": 58711631382, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"aplusexpo.com\": {\"id\": 58709420946, \"app\": \"aplusexpo.com\", \"name\": \"aplusexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 271}, \"store.crowdin.com\": {\"id\": 58707134123, \"app\": \"store.crowdin.com\", \"name\": \"store.crowdin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"acrobat\": {\"id\": 58717693634, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 260}, \"getanylanguage.com\": {\"id\": 58707001239, \"app\": \"getanylanguage.com\", \"name\": \"getanylanguage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 234}, \"transperfect.com\": {\"id\": 58706873037, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"miro.com\": {\"id\": 58709254528, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"instagram.com\": {\"id\": 58706073844, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"sites.google.com\": {\"id\": 58711658802, \"app\": \"sites.google.com\", \"name\": \"sites.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"medium.com\": {\"id\": 58711647793, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"accordexhibit.com\": {\"id\": 58709471055, \"app\": \"accordexhibit.com\", \"name\": \"accordexhibit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"websiteseochecker.com\": {\"id\": 58718103753, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"posteezy.com\": {\"id\": 58711544583, \"app\": \"posteezy.com\", \"name\": \"posteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"g2.com\": {\"id\": 58707231178, \"app\": \"g2.com\", \"name\": \"g2.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"facebook.com\": {\"id\": 58706053994, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"gengo.com\": {\"id\": 58706865500, \"app\": \"gengo.com\", \"name\": \"gengo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"ameblo.jp\": {\"id\": 58711561974, \"app\": \"ameblo.jp\", \"name\": \"ameblo.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"x.com\": {\"id\": 58706085184, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"youtube.com\": {\"id\": 58706073842, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"tomedes.com\": {\"id\": 58707088623, \"app\": \"tomedes.com\", \"name\": \"tomedes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"onlinent\": {\"id\": 58711496406, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"5startranslation.ca\": {\"id\": 58706894917, \"app\": \"5startranslation.ca\", \"name\": \"5startranslation.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"tumblr.com\": {\"id\": 58711642280, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"chinalinguist.com\": {\"id\": 58712920347, \"app\": \"chinalinguist.com\", \"name\": \"chinalinguist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"hindustanbusinesstimes.com\": {\"id\": 58718050856, \"app\": \"hindustanbusinesstimes.com\", \"name\": \"hindustanbusinesstimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"fairgaze.com\": {\"id\": 58705801588, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"thepropshopindia.com\": {\"id\": 58709981985, \"app\": \"thepropshopindia.com\", \"name\": \"thepropshopindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"justpaste.it\": {\"id\": 58711556103, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"moz.com\": {\"id\": 58718085334, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"livejournal.com\": {\"id\": 58711647799, \"app\": \"livejournal.com\", \"name\": \"livejournal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"blogger.com\": {\"id\": 58711631389, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"searchhost\": {\"id\": 58705516328, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"systemsettings\": {\"id\": 58705518673, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"primetimealert.com\": {\"id\": 58718125063, \"app\": \"primetimealert.com\", \"name\": \"primetimealert.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 58705595413, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"blog.ameba.jp\": {\"id\": 58711578997, \"app\": \"blog.ameba.jp\", \"name\": \"blog.ameba.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"centralherald.in\": {\"id\": 58718435164, \"app\": \"centralherald.in\", \"name\": \"centralherald.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"officeclicktorun\": {\"id\": 58713340367, \"app\": \"OfficeClickToRun\", \"name\": \"OfficeClickToRun\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"ameba.jp\": {\"id\": 58711592682, \"app\": \"ameba.jp\", \"name\": \"ameba.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"mmc\": {\"id\": 58713306788, \"app\": \"Mmc\", \"name\": \"Mmc\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"shellhost\": {\"id\": 58705921884, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"entrepreneurstreet.in\": {\"id\": 58718044648, \"app\": \"entrepreneurstreet.in\", \"name\": \"entrepreneurstreet.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"hindustaninsider.in\": {\"id\": 58718064992, \"app\": \"hindustaninsider.in\", \"name\": \"hindustaninsider.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"indianeconomicsnews.co.in\": {\"id\": 58718310784, \"app\": \"indianeconomicsnews.co.in\", \"name\": \"indianeconomicsnews.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"m.dailyhunt.in\": {\"id\": 58718395734, \"app\": \"m.dailyhunt.in\", \"name\": \"m.dailyhunt.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"mun.fairgaze.com\": {\"id\": 58719337453, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"auth.user.ameba.jp\": {\"id\": 58711598220, \"app\": \"auth.user.ameba.jp\", \"name\": \"auth.user.ameba.jp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"webmail.chldigital.com\": {\"id\": 58705545544, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"discover.hubpages.com\": {\"id\": 58711625918, \"app\": \"discover.hubpages.com\", \"name\": \"discover.hubpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"about:blank\": {\"id\": 58705807150, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"startupbonsai.com\": {\"id\": 58709394337, \"app\": \"startupbonsai.com\", \"name\": \"startupbonsai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"webstreamworld.com\": {\"id\": 58716982023, \"app\": \"webstreamworld.com\", \"name\": \"webstreamworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"analytics.google.com\": {\"id\": 58707880697, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"featuredcustomers.com\": {\"id\": 58707277928, \"app\": \"featuredcustomers.com\", \"name\": \"featuredcustomers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"taskmgr\": {\"id\": 58713319393, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"ulatus.com\": {\"id\": 58707121534, \"app\": \"ulatus.com\", \"name\": \"ulatus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"chrome://profile-picker\": {\"id\": 58705599010, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"crowdin.com\": {\"id\": 58707848565, \"app\": \"crowdin.com\", \"name\": \"crowdin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"penzu.com\": {\"id\": 58711556099, \"app\": \"penzu.com\", \"name\": \"penzu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"clutch.co\": {\"id\": 58707129926, \"app\": \"clutch.co\", \"name\": \"clutch.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://new-tab-page\": {\"id\": 58705599012, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"photos\": {\"id\": 58705939217, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"translated.com\": {\"id\": 58707244274, \"app\": \"translated.com\", \"name\": \"translated.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sdg.fairgaze.com\": {\"id\": 58705807147, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58711249576, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 58705599013, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"primenewsofindia.com\": {\"id\": 58718268329, \"app\": \"primenewsofindia.com\", \"name\": \"primenewsofindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"un_a\": {\"id\": 58713461353, \"app\": \"Un_A\", \"name\": \"Un_A\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"ext-6701466.livejournal.com\": {\"id\": 58712046157, \"app\": \"ext-6701466.livejournal.com\", \"name\": \"ext-6701466.livejournal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tagmanager.google.com\": {\"id\": 58705917116, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"enquiry.indianrail.gov.in\": {\"id\": 58706642469, \"app\": \"enquiry.indianrail.gov.in\", \"name\": \"enquiry.indianrail.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"notifications.googleapis.com\": {\"id\": 58706190902, \"app\": \"notifications.googleapis.com\", \"name\": \"notifications.googleapis.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lookerstudio.google.com\": {\"id\": 58705914575, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedge\": {\"id\": 58712958005, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 58711489446, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"monisaenterprise.com\": {\"id\": 58709260216, \"app\": \"monisaenterprise.com\", \"name\": \"monisaenterprise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onedrive\": {\"id\": 58705595411, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"disq.us\": {\"id\": 58706921867, \"app\": \"disq.us\", \"name\": \"disq.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:50'),(1254,18,'2025-06-18','09:44:45','19:34:00',3.97111,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 09:44:45\", \"left\": \"2025-06-18 19:34:00\", \"late\": true, \"onlineTime\": 14296, \"offlineTime\": 0, \"desktimeTime\": 14296, \"atWorkTime\": 35355, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 14296, \"productivity\": 100, \"efficiency\": 56.73, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58734131942, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3459}, \"microsoft outlook\": {\"id\": 58733718326, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2382}, \"microsoft excel\": {\"id\": 58735306003, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1311}, \"lms.chlserv.com\": {\"id\": 58733862461, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1237}, \"analytics.google.com\": {\"id\": 58736060255, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1145}, \"linkedin.com\": {\"id\": 58734190638, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1066}, \"web.whatsapp.com\": {\"id\": 58733747738, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 507}, \"ads.google.com\": {\"id\": 58733872482, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"windows explorer\": {\"id\": 58733740836, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 438}, \"hrez.crystalhues.in\": {\"id\": 58733937637, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 431}, \"chatgpt.com\": {\"id\": 58733718325, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}, \"dashboard.tawk.to\": {\"id\": 58734764840, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 353}, \"miro.com\": {\"id\": 58734992319, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 299}, \"notepad\": {\"id\": 58739188071, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 258}, \"google.com\": {\"id\": 58734095130, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"desktime.com\": {\"id\": 58733742745, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"google chrome\": {\"id\": 58733740838, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58735081970, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"microsoft powerpoint\": {\"id\": 58735338835, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"shellexperiencehost\": {\"id\": 58734089166, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"msedgewebview2\": {\"id\": 58735159368, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"photos\": {\"id\": 58735166423, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"unknown app\": {\"id\": 58735853319, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 58749010916, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mun.fairgaze.com\": {\"id\": 58733803352, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:12:50'),(1255,18,'2025-06-19','08:22:06','18:42:40',7.59139,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 08:22:06\", \"left\": \"2025-06-19 18:42:40\", \"late\": false, \"onlineTime\": 27333, \"offlineTime\": 0, \"desktimeTime\": 27333, \"atWorkTime\": 37234, \"afterWorkTime\": 0, \"beforeWorkTime\": 2274, \"productiveTime\": 27329, \"productivity\": 99.99, \"efficiency\": 108.45, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"twitter.com\": {\"id\": 58774746967, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 58763297272, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8190}, \"ms-teams\": {\"id\": 58761080264, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3915}, \"microsoft outlook\": {\"id\": 58761085551, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2894}, \"microsoft excel\": {\"id\": 58761108155, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2492}, \"lms.chlserv.com\": {\"id\": 58761097970, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2386}, \"ads.google.com\": {\"id\": 58761162078, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1592}, \"notepad\": {\"id\": 58761095818, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1342}, \"analytics.google.com\": {\"id\": 58761199707, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 919}, \"web.whatsapp.com\": {\"id\": 58761146927, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 837}, \"desktime.com\": {\"id\": 58763337198, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 408}, \"hrez.crystalhues.in\": {\"id\": 58765210082, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 389}, \"windows explorer\": {\"id\": 58761079311, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 379}, \"google chrome\": {\"id\": 58761110224, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 276}, \"dashboard.tawk.to\": {\"id\": 58761288951, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"google.com\": {\"id\": 58762907378, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"instagram.com\": {\"id\": 58761125982, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"facebook.com\": {\"id\": 58761117606, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"youtube.com\": {\"id\": 58761134140, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"linkedin.com\": {\"id\": 58761098899, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"chatgpt.com\": {\"id\": 58761145778, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"sargodhaplast.com\": {\"id\": 58765418869, \"app\": \"sargodhaplast.com\", \"name\": \"sargodhaplast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"x.com\": {\"id\": 58761131151, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"expostandservice.com\": {\"id\": 58769334372, \"app\": \"expostandservice.com\", \"name\": \"expostandservice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"adsmanager.facebook.com\": {\"id\": 58765946810, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"microsoft word\": {\"id\": 58764322310, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"bestlanguageservices.com\": {\"id\": 58768871583, \"app\": \"bestlanguageservices.com\", \"name\": \"bestlanguageservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"lockapp\": {\"id\": 58764158531, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"chrome://profile-picker\": {\"id\": 58761124834, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"avaada.com\": {\"id\": 58762968746, \"app\": \"avaada.com\", \"name\": \"avaada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"chrome://new-tab-page\": {\"id\": 58761125981, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 58763231639, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"docs.google.com\": {\"id\": 58767279251, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"monisaenterprise.com\": {\"id\": 58761200744, \"app\": \"monisaenterprise.com\", \"name\": \"monisaenterprise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"unknown app\": {\"id\": 58761142344, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"photos\": {\"id\": 58773956289, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onlinent\": {\"id\": 58762972696, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"fb.com\": {\"id\": 58761098898, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:12:51'),(1256,18,'2025-06-20','09:28:05','19:55:46',7.63278,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 09:28:05\", \"left\": \"2025-06-20 19:55:46\", \"late\": true, \"onlineTime\": 27570, \"offlineTime\": 0, \"desktimeTime\": 27570, \"atWorkTime\": 37661, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27478, \"productivity\": 99.67, \"efficiency\": 109.04, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"amazon.in\": {\"id\": 58795409023, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"mail.google.com\": {\"id\": 58795198013, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"flipkart.com\": {\"id\": 58795329699, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"microsoft.media.player\": {\"id\": 58787664040, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}}, \"1\": {\"ms-teams\": {\"id\": 58787655983, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4267}, \"microsoft outlook\": {\"id\": 58787642912, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4130}, \"lms.chlserv.com\": {\"id\": 58787828004, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2209}, \"notepad\": {\"id\": 58787917251, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2045}, \"google.com\": {\"id\": 58789113670, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1700}, \"crystalhues.com\": {\"id\": 58787642904, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1654}, \"linkedin.com\": {\"id\": 58787669123, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1546}, \"ads.google.com\": {\"id\": 58789421773, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 921}, \"youtube.com\": {\"id\": 58787652313, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 863}, \"app.neilpatel.com\": {\"id\": 58791720460, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 835}, \"dashboard.tawk.to\": {\"id\": 58788779142, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 764}, \"adsmanager.facebook.com\": {\"id\": 58789227357, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 616}, \"search.google.com\": {\"id\": 58796364427, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 533}, \"web.whatsapp.com\": {\"id\": 58787642907, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 492}, \"windows explorer\": {\"id\": 58787794317, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 489}, \"fairgaze.com\": {\"id\": 58800128117, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 417}, \"datamundi.ai\": {\"id\": 58791361000, \"app\": \"datamundi.ai\", \"name\": \"datamundi.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 344}, \"chatgpt.com\": {\"id\": 58789640069, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 305}, \"moz.com\": {\"id\": 58795168569, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 287}, \"google chrome\": {\"id\": 58787669122, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 276}, \"chlear.in\": {\"id\": 58800149684, \"app\": \"chlear.in\", \"name\": \"chlear.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"unknown app\": {\"id\": 58787642903, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58787657902, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"instagram.com\": {\"id\": 58787654208, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"m365.cloud.microsoft\": {\"id\": 58794994210, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"facebook.com\": {\"id\": 58787798357, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"desktime.com\": {\"id\": 58796329226, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"studio.youtube.com\": {\"id\": 58790156288, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"indianprdistribution.com\": {\"id\": 58797305786, \"app\": \"indianprdistribution.com\", \"name\": \"indianprdistribution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"business.facebook.com\": {\"id\": 58789309501, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"indiaprdistribution.com\": {\"id\": 58797270315, \"app\": \"indiaprdistribution.com\", \"name\": \"indiaprdistribution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"transperfect.com\": {\"id\": 58796379784, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"microsoft excel\": {\"id\": 58787834377, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"gotranscript.com\": {\"id\": 58798612830, \"app\": \"gotranscript.com\", \"name\": \"gotranscript.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"elfsight.com\": {\"id\": 58798645950, \"app\": \"elfsight.com\", \"name\": \"elfsight.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"smartling.com\": {\"id\": 58798589596, \"app\": \"smartling.com\", \"name\": \"smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"insurancedekho.com\": {\"id\": 58794017174, \"app\": \"insurancedekho.com\", \"name\": \"insurancedekho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"reliancedigital.in\": {\"id\": 58795434696, \"app\": \"reliancedigital.in\", \"name\": \"reliancedigital.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"onlinent\": {\"id\": 58789542688, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"getblend.com\": {\"id\": 58798742788, \"app\": \"getblend.com\", \"name\": \"getblend.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"x.com\": {\"id\": 58790160727, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"crystalhuesltd.sharepoint.com\": {\"id\": 58795006970, \"app\": \"crystalhuesltd.sharepoint.com\", \"name\": \"crystalhuesltd.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"indiaisus.com\": {\"id\": 58793835212, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"acrobat\": {\"id\": 58789349801, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"photos\": {\"id\": 58799549850, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"about:blank\": {\"id\": 58789345553, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"stepes.com\": {\"id\": 58798748155, \"app\": \"stepes.com\", \"name\": \"stepes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"websiteseochecker.com\": {\"id\": 58796703028, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"chrome://new-tab-page\": {\"id\": 58790147256, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"analytics.google.com\": {\"id\": 58787830170, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"developers.google.com\": {\"id\": 58796340188, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 58797381939, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"microsoft.com\": {\"id\": 58794976868, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58787738017, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"docs.google.com\": {\"id\": 58795491029, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chrome://settings\": {\"id\": 58798805223, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ddbmudragroup.com\": {\"id\": 58800203050, \"app\": \"ddbmudragroup.com\", \"name\": \"ddbmudragroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"lisanindia.com\": {\"id\": 58794049726, \"app\": \"lisanindia.com\", \"name\": \"lisanindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"lingualcenter.com\": {\"id\": 58796411821, \"app\": \"lingualcenter.com\", \"name\": \"lingualcenter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"languagenobar.com\": {\"id\": 58796417023, \"app\": \"languagenobar.com\", \"name\": \"languagenobar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"downloads\": {\"id\": 58787662074, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"certifiedtranslationindia.com\": {\"id\": 58799209320, \"app\": \"certifiedtranslationindia.com\", \"name\": \"certifiedtranslationindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"login.microsoftonline.com\": {\"id\": 58794994208, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome://profile-picker\": {\"id\": 58790142902, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"lookerstudio.google.com\": {\"id\": 58793361755, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 58788012238, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"translated.com\": {\"id\": 58798511502, \"app\": \"translated.com\", \"name\": \"translated.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"kaale.in\": {\"id\": 58796422629, \"app\": \"kaale.in\", \"name\": \"kaale.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"atraidotranslationsolution.com\": {\"id\": 58796422631, \"app\": \"atraidotranslationsolution.com\", \"name\": \"atraidotranslationsolution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 58794989001, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"miro.com\": {\"id\": 58789900299, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:52'),(1257,18,'2025-06-21','08:49:22','14:14:12',0.179722,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-21\", \"isOnline\": false, \"arrived\": \"2025-06-21 08:49:22\", \"left\": \"2025-06-21 14:14:12\", \"late\": false, \"onlineTime\": 647, \"offlineTime\": 0, \"desktimeTime\": 647, \"atWorkTime\": 19490, \"afterWorkTime\": 0, \"beforeWorkTime\": 194, \"productiveTime\": 647, \"productivity\": 100, \"efficiency\": 2.57, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"lms.chlserv.com\": {\"id\": 58810496704, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 298}, \"microsoft outlook\": {\"id\": 58810495829, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"ads.google.com\": {\"id\": 58811479692, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"crystalhues.com\": {\"id\": 58810495827, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"windows explorer\": {\"id\": 58811476209, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:12:54'),(1258,18,'2025-06-22',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-22\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:12:55'),(1259,18,'2025-06-23','09:32:38','20:19:04',7.60917,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 09:32:38\", \"left\": \"2025-06-23 20:19:04\", \"late\": true, \"onlineTime\": 27475, \"offlineTime\": 0, \"desktimeTime\": 27475, \"atWorkTime\": 38786, \"afterWorkTime\": 910, \"beforeWorkTime\": 0, \"productiveTime\": 27393, \"productivity\": 99.7, \"efficiency\": 108.7, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"twitter.com\": {\"id\": 58819748244, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"canva.com\": {\"id\": 58828490348, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"microsoft.media.player\": {\"id\": 58819825467, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}, \"1\": {\"ads.google.com\": {\"id\": 58817188475, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6077}, \"microsoft outlook\": {\"id\": 58816795562, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5565}, \"ms-teams\": {\"id\": 58816783349, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2222}, \"lms.chlserv.com\": {\"id\": 58816898401, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1979}, \"notepad\": {\"id\": 58817576799, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1707}, \"linkedin.com\": {\"id\": 58817756046, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1180}, \"instagram.com\": {\"id\": 58818295036, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1164}, \"search.google.com\": {\"id\": 58817818854, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1024}, \"microsoft excel\": {\"id\": 58817359547, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 903}, \"web.whatsapp.com\": {\"id\": 58816900360, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 880}, \"google.com\": {\"id\": 58817275248, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 706}, \"windows explorer\": {\"id\": 58816780167, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 623}, \"adsmanager.facebook.com\": {\"id\": 58818663897, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 521}, \"google chrome\": {\"id\": 58817263153, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 323}, \"c\": {\"id\": 58827122176, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"crystalhues.com\": {\"id\": 58817135259, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58817296070, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"facebook.com\": {\"id\": 58819077079, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"docs.google.com\": {\"id\": 58819475065, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"shellexperiencehost\": {\"id\": 58816783348, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"analytics.google.com\": {\"id\": 58820018877, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"chatgpt.com\": {\"id\": 58819509114, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"desktime.com\": {\"id\": 58817263154, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"fairgaze.com\": {\"id\": 58818742204, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"mun.fairgaze.com\": {\"id\": 58825848526, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"youtube.com\": {\"id\": 58818238989, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"studio.youtube.com\": {\"id\": 58819856700, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"ewebmarks.com\": {\"id\": 58817272613, \"app\": \"ewebmarks.com\", \"name\": \"ewebmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"ga-dev-tools.google\": {\"id\": 58820949176, \"app\": \"ga-dev-tools.google\", \"name\": \"ga-dev-tools.google\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"dashboard.tawk.to\": {\"id\": 58817279609, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"x.com\": {\"id\": 58819830787, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 58816781741, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"chlsoftech.com\": {\"id\": 58820971669, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"lifescanners.com\": {\"id\": 58823225269, \"app\": \"lifescanners.com\", \"name\": \"lifescanners.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"developers.google.com\": {\"id\": 58817815391, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"msedgewebview2\": {\"id\": 58828282438, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"ics-dubai.com\": {\"id\": 58827036759, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"tagmanager.google.com\": {\"id\": 58820024227, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"app.neilpatel.com\": {\"id\": 58817212169, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"webstreamworld.com\": {\"id\": 58823388509, \"app\": \"webstreamworld.com\", \"name\": \"webstreamworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"about:blank\": {\"id\": 58823237351, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"winchl.com\": {\"id\": 58828399487, \"app\": \"winchl.com\", \"name\": \"winchl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome://profile-picker\": {\"id\": 58818280251, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://new-tab-page\": {\"id\": 58818284123, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"websiteseochecker.com\": {\"id\": 58817282214, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"nimlok.com\": {\"id\": 58820249603, \"app\": \"nimlok.com\", \"name\": \"nimlok.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"snippingtool\": {\"id\": 58819623987, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 58818093768, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 58818299368, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 58822752280, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"lookerstudio.google.com\": {\"id\": 58820029333, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"itdcem.co.in\": {\"id\": 58823350728, \"app\": \"itdcem.co.in\", \"name\": \"itdcem.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"renaissance-translations.com\": {\"id\": 58820029328, \"app\": \"renaissance-translations.com\", \"name\": \"renaissance-translations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fb.com\": {\"id\": 58819753286, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pixlr.com\": {\"id\": 58828882390, \"app\": \"pixlr.com\", \"name\": \"pixlr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"microsoft paint\": {\"id\": 58828968081, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"photopea.com\": {\"id\": 58828490345, \"app\": \"photopea.com\", \"name\": \"photopea.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"monisaenterprise.com\": {\"id\": 58820018883, \"app\": \"monisaenterprise.com\", \"name\": \"monisaenterprise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"miro.com\": {\"id\": 58820018838, \"app\": \"miro.com\", \"name\": \"miro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"email.ubersuggest.com\": {\"id\": 58816894429, \"app\": \"email.ubersuggest.com\", \"name\": \"email.ubersuggest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:56'),(1260,18,'2025-06-24','09:29:58','18:11:03',7.66333,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 09:29:58\", \"left\": \"2025-06-24 18:11:03\", \"late\": true, \"onlineTime\": 27618, \"offlineTime\": 0, \"desktimeTime\": 27618, \"atWorkTime\": 31265, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27588, \"productivity\": 99.89, \"efficiency\": 109.48, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"flipkart.com\": {\"id\": 58851465629, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 58843237196, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3731}, \"microsoft outlook\": {\"id\": 58843109217, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2577}, \"analytics.google.com\": {\"id\": 58843173886, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2020}, \"youtube.com\": {\"id\": 58843782518, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1929}, \"lms.chlserv.com\": {\"id\": 58843546310, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1852}, \"linkedin.com\": {\"id\": 58843131268, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1828}, \"ms-teams\": {\"id\": 58843210978, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1778}, \"notepad\": {\"id\": 58843284158, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1227}, \"microsoft excel\": {\"id\": 58843153883, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1088}, \"chatgpt.com\": {\"id\": 58843497824, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1066}, \"mahindrafinance.com\": {\"id\": 58850976035, \"app\": \"mahindrafinance.com\", \"name\": \"mahindrafinance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1017}, \"web.whatsapp.com\": {\"id\": 58843122561, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 724}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58852988592, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 657}, \"google.com\": {\"id\": 58843325787, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 617}, \"google chrome\": {\"id\": 58843127907, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 610}, \"crystalhues.com\": {\"id\": 58847354694, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 558}, \"extramarks.com\": {\"id\": 58855994878, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 460}, \"windows explorer\": {\"id\": 58843107215, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 459}, \"tagmanager.google.com\": {\"id\": 58843908359, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 382}, \"fairgaze.com\": {\"id\": 58843299297, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 346}, \"search.google.com\": {\"id\": 58843121092, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"adsmanager.facebook.com\": {\"id\": 58847051103, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"openwith\": {\"id\": 58846532285, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"chlsoftech.com\": {\"id\": 58847858567, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"c\": {\"id\": 58846900945, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"websiteseochecker.com\": {\"id\": 58851551264, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58855387220, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"chlworldwide.com\": {\"id\": 58846409214, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"narayanaiasacademy.com\": {\"id\": 58852885389, \"app\": \"narayanaiasacademy.com\", \"name\": \"narayanaiasacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"desktime.com\": {\"id\": 58843938833, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"shellexperiencehost\": {\"id\": 58843529164, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"sinovt.com\": {\"id\": 58845487975, \"app\": \"sinovt.com\", \"name\": \"sinovt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"wisdomworldschool.in\": {\"id\": 58855865442, \"app\": \"wisdomworldschool.in\", \"name\": \"wisdomworldschool.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"hrez.crystalhues.in\": {\"id\": 58854161165, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"tagassistant.google.com\": {\"id\": 58844021723, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"onlinent\": {\"id\": 58845492493, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"snippingtool\": {\"id\": 58846446261, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 58843109215, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"agital.com\": {\"id\": 58855410684, \"app\": \"agital.com\", \"name\": \"agital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"indiaasisee.fairgaze.com\": {\"id\": 58845716914, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"pw.live\": {\"id\": 58855813485, \"app\": \"pw.live\", \"name\": \"pw.live\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"indiaisus.com\": {\"id\": 58844618110, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"mun.fairgaze.com\": {\"id\": 58850969721, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"onedrive\": {\"id\": 58850574920, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"lumiere-education.com\": {\"id\": 58855786946, \"app\": \"lumiere-education.com\", \"name\": \"lumiere-education.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"acrobat\": {\"id\": 58845528332, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"dashboard.tawk.to\": {\"id\": 58843495425, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"pragnyaiascoachinghyderabad.com\": {\"id\": 58852413687, \"app\": \"pragnyaiascoachinghyderabad.com\", \"name\": \"pragnyaiascoachinghyderabad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"bestcolleges.com\": {\"id\": 58855774888, \"app\": \"bestcolleges.com\", \"name\": \"bestcolleges.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"chromewebstore.google.com\": {\"id\": 58855375569, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chrome://profile-picker\": {\"id\": 58843235458, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"fb.com\": {\"id\": 58845853268, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome://new-tab-page\": {\"id\": 58843237195, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"gynoblog.com\": {\"id\": 58843957060, \"app\": \"gynoblog.com\", \"name\": \"gynoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"business.google.com\": {\"id\": 58849009515, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58845712188, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"docs.google.com\": {\"id\": 58844070643, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"vibeoutcreations.odoo.com\": {\"id\": 58846966673, \"app\": \"vibeoutcreations.odoo.com\", \"name\": \"vibeoutcreations.odoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lookerstudio.google.com\": {\"id\": 58847254527, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:56'),(1261,18,'2025-06-25','09:30:46','18:33:56',7.8675,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 09:30:46\", \"left\": \"2025-06-25 18:33:56\", \"late\": true, \"onlineTime\": 28323, \"offlineTime\": 0, \"desktimeTime\": 28323, \"atWorkTime\": 32590, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28323, \"productivity\": 100, \"efficiency\": 112.39, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58870218141, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5716}, \"ads.google.com\": {\"id\": 58870465802, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3008}, \"lms.chlserv.com\": {\"id\": 58870216432, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2708}, \"ms-teams\": {\"id\": 58870292187, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2320}, \"linkedin.com\": {\"id\": 58871131021, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1963}, \"notepad\": {\"id\": 58870309489, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1631}, \"web.whatsapp.com\": {\"id\": 58870165019, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1608}, \"windows explorer\": {\"id\": 58870294112, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1108}, \"microsoft excel\": {\"id\": 58873035999, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1026}, \"crystalhues.com\": {\"id\": 58870644545, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 892}, \"adsmanager.facebook.com\": {\"id\": 58876701303, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 815}, \"google.com\": {\"id\": 58870182342, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 773}, \"dashboard.tawk.to\": {\"id\": 58871122099, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 469}, \"chatgpt.com\": {\"id\": 58870388322, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 443}, \"google chrome\": {\"id\": 58870327838, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 348}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58870945997, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"youtube.com\": {\"id\": 58874205354, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"facebook.com\": {\"id\": 58874013612, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"c\": {\"id\": 58870170713, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 234}, \"x.com\": {\"id\": 58874173651, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"instagram.com\": {\"id\": 58874151759, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 188}, \"desktime.com\": {\"id\": 58870482884, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"chlworldwide.com\": {\"id\": 58876430602, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 179}, \"translingoworld.com\": {\"id\": 58872003296, \"app\": \"translingoworld.com\", \"name\": \"translingoworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"leads.easemyexpo.in\": {\"id\": 58872506855, \"app\": \"leads.easemyexpo.in\", \"name\": \"leads.easemyexpo.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"automationindiaexpo.com\": {\"id\": 58881294115, \"app\": \"automationindiaexpo.com\", \"name\": \"automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"snippingtool\": {\"id\": 58870674943, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"preview.themeforest.net\": {\"id\": 58880872763, \"app\": \"preview.themeforest.net\", \"name\": \"preview.themeforest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"indiaisus.com\": {\"id\": 58873175882, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"themeforest.net\": {\"id\": 58880866374, \"app\": \"themeforest.net\", \"name\": \"themeforest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"opentracker.net\": {\"id\": 58876484977, \"app\": \"opentracker.net\", \"name\": \"opentracker.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"search.google.com\": {\"id\": 58871408860, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"indiatradefair.com\": {\"id\": 58883639752, \"app\": \"indiatradefair.com\", \"name\": \"indiatradefair.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"business.facebook.com\": {\"id\": 58876674099, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"hrez.crystalhues.in\": {\"id\": 58870327841, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"tinyurl.com\": {\"id\": 58880696566, \"app\": \"tinyurl.com\", \"name\": \"tinyurl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"wisdomworldschool.in\": {\"id\": 58870294116, \"app\": \"wisdomworldschool.in\", \"name\": \"wisdomworldschool.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"app.bitly.com\": {\"id\": 58880646712, \"app\": \"app.bitly.com\", \"name\": \"app.bitly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"shorturl.at\": {\"id\": 58880612934, \"app\": \"shorturl.at\", \"name\": \"shorturl.at\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 58870677354, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"mun.fairgaze.com\": {\"id\": 58880594548, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"shellhost\": {\"id\": 58876843786, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"bit.ly\": {\"id\": 58880653006, \"app\": \"bit.ly\", \"name\": \"bit.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"funsocio.com\": {\"id\": 58876242176, \"app\": \"funsocio.com\", \"name\": \"funsocio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"unknown app\": {\"id\": 58870549850, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"bhaskar.com\": {\"id\": 58871976553, \"app\": \"bhaskar.com\", \"name\": \"bhaskar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"onlinent\": {\"id\": 58870165013, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"acreaty.com\": {\"id\": 58872339625, \"app\": \"acreaty.com\", \"name\": \"acreaty.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"acrobat\": {\"id\": 58870216433, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58871412965, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"shtheme.com\": {\"id\": 58880960526, \"app\": \"shtheme.com\", \"name\": \"shtheme.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"business.google.com\": {\"id\": 58880290062, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"kotharischool.edu.in\": {\"id\": 58870382296, \"app\": \"kotharischool.edu.in\", \"name\": \"kotharischool.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiamart.com\": {\"id\": 58872260682, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"event.automationindiaexpo.com\": {\"id\": 58881376159, \"app\": \"event.automationindiaexpo.com\", \"name\": \"event.automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"yellowslate.com\": {\"id\": 58870384388, \"app\": \"yellowslate.com\", \"name\": \"yellowslate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"extramarks.com\": {\"id\": 58870162915, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"outthinkernetwork.com\": {\"id\": 58878187859, \"app\": \"outthinkernetwork.com\", \"name\": \"outthinkernetwork.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 58874068110, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"permission-request-dialog\": {\"id\": 58877722899, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 58873475213, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"enquiry.indianrail.gov.in\": {\"id\": 58871830209, \"app\": \"enquiry.indianrail.gov.in\", \"name\": \"enquiry.indianrail.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"kumpenny.com\": {\"id\": 58876634096, \"app\": \"kumpenny.com\", \"name\": \"kumpenny.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"fb.com\": {\"id\": 58873840380, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58880600543, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 58871456937, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58876583164, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"go.microsoft.com\": {\"id\": 58873475212, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"analytics.google.com\": {\"id\": 58881038675, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chat.openai.com\": {\"id\": 58876430598, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://profile-picker\": {\"id\": 58874146247, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 58873526386, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:57'),(1262,18,'2025-06-26','09:42:35','18:31:35',7.62722,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 09:42:35\", \"left\": \"2025-06-26 18:31:35\", \"late\": true, \"onlineTime\": 27480, \"offlineTime\": 0, \"desktimeTime\": 27480, \"atWorkTime\": 31740, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27458, \"productivity\": 99.92, \"efficiency\": 108.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"twitter.com\": {\"id\": 58909250624, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"media player\": {\"id\": 58909103347, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}}, \"1\": {\"notepad\": {\"id\": 58898494454, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3392}, \"adsmanager.facebook.com\": {\"id\": 58899303919, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2873}, \"lms.chlserv.com\": {\"id\": 58898612224, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2766}, \"microsoft outlook\": {\"id\": 58898350347, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2568}, \"linkedin.com\": {\"id\": 58898360868, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2069}, \"ms-teams\": {\"id\": 58898343326, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1922}, \"crystalhues.com\": {\"id\": 58899773850, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1585}, \"microsoft excel\": {\"id\": 58898503190, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1507}, \"google.com\": {\"id\": 58898360870, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1140}, \"ads.google.com\": {\"id\": 58907180556, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 825}, \"dashboard.tawk.to\": {\"id\": 58900253349, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 816}, \"milestoneloc.com\": {\"id\": 58905101041, \"app\": \"milestoneloc.com\", \"name\": \"milestoneloc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 674}, \"windows explorer\": {\"id\": 58898337945, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 451}, \"desktime.com\": {\"id\": 58900735702, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 416}, \"instagram.com\": {\"id\": 58899359775, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 404}, \"en.wikipedia.org\": {\"id\": 58906054824, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"acrobat\": {\"id\": 58904621823, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 335}, \"chatgpt.com\": {\"id\": 58900834395, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 324}, \"business.facebook.com\": {\"id\": 58899191428, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"google chrome\": {\"id\": 58898434881, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"web.whatsapp.com\": {\"id\": 58898612225, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"chrome://new-tab-page\": {\"id\": 58898861920, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"atraidotranslationsolution.com\": {\"id\": 58905712013, \"app\": \"atraidotranslationsolution.com\", \"name\": \"atraidotranslationsolution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"youtube.com\": {\"id\": 58899324589, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"analytics.google.com\": {\"id\": 58907131692, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"mayraenterprise.com\": {\"id\": 58898533195, \"app\": \"mayraenterprise.com\", \"name\": \"mayraenterprise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"fairgaze.com\": {\"id\": 58902596094, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"infeedo.ai\": {\"id\": 58901834592, \"app\": \"infeedo.ai\", \"name\": \"infeedo.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"facebook.com\": {\"id\": 58899194592, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"windowsterminal\": {\"id\": 58911123193, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"mun.fairgaze.com\": {\"id\": 58899347066, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"getblend.com\": {\"id\": 58907782731, \"app\": \"getblend.com\", \"name\": \"getblend.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"certifiedtranslationindia.com\": {\"id\": 58907722333, \"app\": \"certifiedtranslationindia.com\", \"name\": \"certifiedtranslationindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"polilingua.com\": {\"id\": 58906859551, \"app\": \"polilingua.com\", \"name\": \"polilingua.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"translationservices.com\": {\"id\": 58906936025, \"app\": \"translationservices.com\", \"name\": \"translationservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"search.google.com\": {\"id\": 58898836812, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"x.com\": {\"id\": 58909285713, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"studio.youtube.com\": {\"id\": 58909280105, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"thespanishgroup.org\": {\"id\": 58905071595, \"app\": \"thespanishgroup.org\", \"name\": \"thespanishgroup.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"translate-englishto.com\": {\"id\": 58906963237, \"app\": \"translate-englishto.com\", \"name\": \"translate-englishto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"sinovt.com\": {\"id\": 58904596857, \"app\": \"sinovt.com\", \"name\": \"sinovt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"sumalatam.com\": {\"id\": 58898689141, \"app\": \"sumalatam.com\", \"name\": \"sumalatam.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"pariindia.in\": {\"id\": 58910222710, \"app\": \"pariindia.in\", \"name\": \"pariindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"whatismyipaddress.com\": {\"id\": 58911186184, \"app\": \"whatismyipaddress.com\", \"name\": \"whatismyipaddress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"infeedo.com\": {\"id\": 58901828754, \"app\": \"infeedo.com\", \"name\": \"infeedo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"gts-translation.com\": {\"id\": 58907728732, \"app\": \"gts-translation.com\", \"name\": \"gts-translation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"gotranscript.com\": {\"id\": 58907715491, \"app\": \"gotranscript.com\", \"name\": \"gotranscript.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\": {\"id\": 58898558593, \"app\": \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\", \"name\": \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 58899079499, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 58898341606, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58898840325, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chlworldwide.com\": {\"id\": 58899769999, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"gengo.com\": {\"id\": 58905806585, \"app\": \"gengo.com\", \"name\": \"gengo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"thomsondigital.com\": {\"id\": 58908742573, \"app\": \"thomsondigital.com\", \"name\": \"thomsondigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"docs.google.com\": {\"id\": 58899537551, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 58904696213, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"microsoft store\": {\"id\": 58911163077, \"app\": \"Microsoft Store\", \"name\": \"Microsoft Store\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"notepad++\": {\"id\": 58898501145, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"tinyurl.com\": {\"id\": 58909268214, \"app\": \"tinyurl.com\", \"name\": \"tinyurl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome://profile-picker\": {\"id\": 58909167170, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"whatismyip.com\": {\"id\": 58911467300, \"app\": \"whatismyip.com\", \"name\": \"whatismyip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"openwith\": {\"id\": 58911163073, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"indiaisus.com\": {\"id\": 58906143414, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"snippingtool\": {\"id\": 58898454271, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:57'),(1263,18,'2025-06-27','09:26:13','18:32:36',7.74333,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 09:26:13\", \"left\": \"2025-06-27 18:32:36\", \"late\": true, \"onlineTime\": 26410, \"offlineTime\": 1520, \"desktimeTime\": 27930, \"atWorkTime\": 32783, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27876, \"productivity\": 99.81, \"efficiency\": 110.62, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58934612441, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"whatsapp\": {\"id\": 58927321002, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}}, \"1\": {\"microsoft outlook\": {\"id\": 58925316403, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4303}, \"lms.chlserv.com\": {\"id\": 58925360008, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2919}, \"ads.google.com\": {\"id\": 58928004735, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2908}, \"ms-teams\": {\"id\": 58925313127, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2749}, \"linkedin.com\": {\"id\": 58925710145, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1758}, \"meeting (offline time)\": {\"id\": 58967671437, \"app\": \"__OFFLINE__\", \"name\": \"Meeting\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1520}, \"adsmanager.facebook.com\": {\"id\": 58926578713, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1490}, \"notepad\": {\"id\": 58925438186, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1446}, \"microsoft excel\": {\"id\": 58926996206, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1384}, \"crystalhues.com\": {\"id\": 58925360007, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1088}, \"forms.office.com\": {\"id\": 58929068105, \"app\": \"forms.office.com\", \"name\": \"forms.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 909}, \"web.whatsapp.com\": {\"id\": 58925361569, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 607}, \"windows explorer\": {\"id\": 58925313124, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 503}, \"instagram.com\": {\"id\": 58925410979, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"business.facebook.com\": {\"id\": 58925373455, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 454}, \"google.com\": {\"id\": 58925917911, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 350}, \"google chrome\": {\"id\": 58925526034, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 338}, \"search.google.com\": {\"id\": 58925530163, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 324}, \"dashboard.tawk.to\": {\"id\": 58925410977, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 294}, \"seroundtable.com\": {\"id\": 58926268163, \"app\": \"seroundtable.com\", \"name\": \"seroundtable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"analytics.google.com\": {\"id\": 58927861856, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"hrez.crystalhues.in\": {\"id\": 58925727094, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"shellexperiencehost\": {\"id\": 58925390531, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"desktime.com\": {\"id\": 58925954933, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"rws.com\": {\"id\": 58926062611, \"app\": \"rws.com\", \"name\": \"rws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"chatgpt.com\": {\"id\": 58931498667, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"c\": {\"id\": 58935733695, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"acrobat\": {\"id\": 58926368511, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"languageservicesbureau.com\": {\"id\": 58926047304, \"app\": \"languageservicesbureau.com\", \"name\": \"languageservicesbureau.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"chllocalization.com\": {\"id\": 58925907854, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"gengo.com\": {\"id\": 58925949633, \"app\": \"gengo.com\", \"name\": \"gengo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"chlworldwide.com\": {\"id\": 58927151647, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58929086054, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"voices.com\": {\"id\": 58925443313, \"app\": \"voices.com\", \"name\": \"voices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"getblend.com\": {\"id\": 58925971649, \"app\": \"getblend.com\", \"name\": \"getblend.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"marstranslation.com\": {\"id\": 58926037225, \"app\": \"marstranslation.com\", \"name\": \"marstranslation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"websiteseochecker.com\": {\"id\": 58932019841, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"translate-englishto.com\": {\"id\": 58925963579, \"app\": \"translate-englishto.com\", \"name\": \"translate-englishto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"gotranscript.com\": {\"id\": 58925983177, \"app\": \"gotranscript.com\", \"name\": \"gotranscript.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"chrome://profile-picker\": {\"id\": 58926246096, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58925526033, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"onedrive\": {\"id\": 58926185438, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"onlinent\": {\"id\": 58925769390, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 58931672137, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"microsoft word\": {\"id\": 58926365397, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"searchhost\": {\"id\": 58927316475, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"shellhost\": {\"id\": 58927506609, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"unknown app\": {\"id\": 58931128299, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"alankitattestation.com\": {\"id\": 58926030954, \"app\": \"alankitattestation.com\", \"name\": \"alankitattestation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"polilingua.com\": {\"id\": 58925980644, \"app\": \"polilingua.com\", \"name\": \"polilingua.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"facebook.com\": {\"id\": 58926460508, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"translationservices.com\": {\"id\": 58926034175, \"app\": \"translationservices.com\", \"name\": \"translationservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"indiaisus.com\": {\"id\": 58926933235, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"stepes.com\": {\"id\": 58925980643, \"app\": \"stepes.com\", \"name\": \"stepes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"snippingtool\": {\"id\": 58927727976, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"translated.com\": {\"id\": 58926044603, \"app\": \"translated.com\", \"name\": \"translated.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"systemsettings\": {\"id\": 58932125777, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"winsometranslators.com\": {\"id\": 58925968897, \"app\": \"winsometranslators.com\", \"name\": \"winsometranslators.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"docs.google.com\": {\"id\": 58925380909, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"certifiedtranslationindia.com\": {\"id\": 58925944180, \"app\": \"certifiedtranslationindia.com\", \"name\": \"certifiedtranslationindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"lookerstudio.google.com\": {\"id\": 58925409280, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58936200085, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 58928553830, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"pecattestation.com\": {\"id\": 58926037223, \"app\": \"pecattestation.com\", \"name\": \"pecattestation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"hcsti.org.za\": {\"id\": 58926092193, \"app\": \"hcsti.org.za\", \"name\": \"hcsti.org.za\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome://new-tab-page\": {\"id\": 58925707742, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"gts-translation.com\": {\"id\": 58925977778, \"app\": \"gts-translation.com\", \"name\": \"gts-translation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"kaale.in\": {\"id\": 58925989166, \"app\": \"kaale.in\", \"name\": \"kaale.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:12:57'),(1264,18,'2025-06-28','09:33:07','18:21:06',7.63528,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 09:33:07\", \"left\": \"2025-06-28 18:21:06\", \"late\": true, \"onlineTime\": 27487, \"offlineTime\": 0, \"desktimeTime\": 27487, \"atWorkTime\": 31679, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27487, \"productivity\": 100, \"efficiency\": 109.08, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 58949199018, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8086}, \"ads.google.com\": {\"id\": 58949522334, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3946}, \"lms.chlserv.com\": {\"id\": 58949316119, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3523}, \"microsoft outlook\": {\"id\": 58949214049, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3498}, \"ms-teams\": {\"id\": 58949267152, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2975}, \"notepad\": {\"id\": 58949276787, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2441}, \"dashboard.tawk.to\": {\"id\": 58949309160, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 641}, \"microsoft excel\": {\"id\": 58949636250, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 486}, \"analytics.google.com\": {\"id\": 58949308550, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 422}, \"web.whatsapp.com\": {\"id\": 58949541497, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"desktime.com\": {\"id\": 58949240441, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"google chrome\": {\"id\": 58949240439, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 250}, \"windows explorer\": {\"id\": 58949394227, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 245}, \"search.google.com\": {\"id\": 58949674199, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"hrez.crystalhues.in\": {\"id\": 58949246392, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58949943785, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58949676468, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"business.facebook.com\": {\"id\": 58949293268, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"shellexperiencehost\": {\"id\": 58950167966, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"lockapp\": {\"id\": 58950133145, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"snippingtool\": {\"id\": 58950099853, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"unknown app\": {\"id\": 58950783414, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"tagmanager.google.com\": {\"id\": 58949822181, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:58'),(1265,18,'2025-06-29',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-29\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:12:58'),(1266,18,'2025-06-30','09:33:24','20:44:39',7.65528,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 09:33:24\", \"left\": \"2025-06-30 20:44:39\", \"late\": true, \"onlineTime\": 27591, \"offlineTime\": 0, \"desktimeTime\": 27591, \"atWorkTime\": 40275, \"afterWorkTime\": 1743, \"beforeWorkTime\": 0, \"productiveTime\": 27559, \"productivity\": 99.88, \"efficiency\": 109.36, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58957033153, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"myaccount.google.com\": {\"id\": 58957036497, \"app\": \"myaccount.google.com\", \"name\": \"myaccount.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": {\"media player\": {\"id\": 58957695673, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"microsoft.media.player\": {\"id\": 58958511229, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}, \"1\": {\"microsoft excel\": {\"id\": 58956692837, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3367}, \"microsoft outlook\": {\"id\": 58956265961, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3147}, \"lms.chlserv.com\": {\"id\": 58956316837, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2824}, \"linkedin.com\": {\"id\": 58956782051, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2328}, \"ads.google.com\": {\"id\": 58959203548, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2028}, \"notepad\": {\"id\": 58956337162, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2017}, \"crystalhues.com\": {\"id\": 58956255598, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1801}, \"adsmanager.facebook.com\": {\"id\": 58958324009, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1369}, \"ms-teams\": {\"id\": 58956362085, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1323}, \"analytics.google.com\": {\"id\": 58960325293, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1008}, \"web.whatsapp.com\": {\"id\": 58956312861, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 736}, \"publishercenter.google.com\": {\"id\": 58956941486, \"app\": \"publishercenter.google.com\", \"name\": \"publishercenter.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 609}, \"windows explorer\": {\"id\": 58956252396, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 530}, \"dashboard.tawk.to\": {\"id\": 58963180800, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 465}, \"google.com\": {\"id\": 58956899657, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 458}, \"instagram.com\": {\"id\": 58957785606, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 388}, \"business.facebook.com\": {\"id\": 58958439847, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 350}, \"google chrome\": {\"id\": 58956695468, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 344}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58957608402, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"search.google.com\": {\"id\": 58956874746, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"shellexperiencehost\": {\"id\": 58956255597, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"chlsoftech.com\": {\"id\": 58964674070, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"desktime.com\": {\"id\": 58956695470, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"screener.in\": {\"id\": 58970072537, \"app\": \"screener.in\", \"name\": \"screener.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"chrome://new-tab-page\": {\"id\": 58956987296, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"chlworldwide.com\": {\"id\": 58966247266, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"facebook.com\": {\"id\": 58958810489, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"hrez.crystalhues.in\": {\"id\": 58956698036, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"studio.youtube.com\": {\"id\": 58958537630, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"fidelsoftech.com\": {\"id\": 58970049548, \"app\": \"fidelsoftech.com\", \"name\": \"fidelsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"microsoft powerpoint\": {\"id\": 58959892335, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"support.google.com\": {\"id\": 58957082352, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"yashrajfilms.com\": {\"id\": 58957374225, \"app\": \"yashrajfilms.com\", \"name\": \"yashrajfilms.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"youtube.com\": {\"id\": 58957928880, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"x.com\": {\"id\": 58958452874, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"fairgaze.com\": {\"id\": 58956944562, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"secure-acs2ui-b4-indche-chnmdc.wibmo.com\": {\"id\": 58969729151, \"app\": \"secure-acs2ui-b4-indche-chnmdc.wibmo.com\", \"name\": \"secure-acs2ui-b4-indche-chnmdc.wibmo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"chatgpt.com\": {\"id\": 58964214307, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"moneycontrol.com\": {\"id\": 58970093608, \"app\": \"moneycontrol.com\", \"name\": \"moneycontrol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"biotrikorganization.com\": {\"id\": 58960218362, \"app\": \"biotrikorganization.com\", \"name\": \"biotrikorganization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"nirbhul.co.in\": {\"id\": 58960199557, \"app\": \"nirbhul.co.in\", \"name\": \"nirbhul.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58956254113, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58956877728, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"caucasustranslations.com\": {\"id\": 58958121938, \"app\": \"caucasustranslations.com\", \"name\": \"caucasustranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\": {\"id\": 58969663797, \"app\": \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\", \"name\": \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"developers.google.com\": {\"id\": 58956990484, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"wedomore.com\": {\"id\": 58964451292, \"app\": \"wedomore.com\", \"name\": \"wedomore.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"onlinent\": {\"id\": 58957378138, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"chrome://profile-picker\": {\"id\": 58956984369, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"fb.com\": {\"id\": 58958579787, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chrome://newtab\": {\"id\": 58956893688, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"pay.billdesk.com\": {\"id\": 58969657696, \"app\": \"pay.billdesk.com\", \"name\": \"pay.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"transperfect.com\": {\"id\": 58963962280, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"atraidotranslationsolution.com\": {\"id\": 58963980460, \"app\": \"atraidotranslationsolution.com\", \"name\": \"atraidotranslationsolution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"docs.google.com\": {\"id\": 58958318910, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ge.linkedin.com\": {\"id\": 58958133725, \"app\": \"ge.linkedin.com\", \"name\": \"ge.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 58970364264, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 58970211645, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"live.in\": {\"id\": 58963247321, \"app\": \"live.in\", \"name\": \"live.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"coralknowledgeservices.in\": {\"id\": 58958165095, \"app\": \"coralknowledgeservices.in\", \"name\": \"coralknowledgeservices.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"microsoft.com\": {\"id\": 58963247323, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58969723284, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mun.fairgaze.com\": {\"id\": 58960127802, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"snippingtool\": {\"id\": 58967457764, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"kaale.in\": {\"id\": 58963975075, \"app\": \"kaale.in\", \"name\": \"kaale.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:12:59'),(1267,19,'2025-06-01','11:34:28','21:08:29',3.20222,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-01\", \"isOnline\": false, \"arrived\": \"2025-06-01 11:34:28\", \"left\": \"2025-06-01 21:08:29\", \"late\": true, \"onlineTime\": 11528, \"offlineTime\": 0, \"desktimeTime\": 11528, \"atWorkTime\": 34441, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 11528, \"productivity\": 100, \"efficiency\": 42.7, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58402000697, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9511}, \"windows explorer\": {\"id\": 58401884297, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1817}, \"onedrive\": {\"id\": 58401880005, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 134}, \"ms-teams\": {\"id\": 58401879015, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"outlook.office.com\": {\"id\": 58402000240, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"google chrome\": {\"id\": 58402001070, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:12:59'),(1268,19,'2025-06-02','08:18:22','23:59:05',7.97722,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 08:18:22\", \"left\": \"2025-06-02 23:59:05\", \"late\": true, \"onlineTime\": 8302, \"offlineTime\": 20471, \"desktimeTime\": 28773, \"atWorkTime\": 56443, \"afterWorkTime\": 3269, \"beforeWorkTime\": 0, \"productiveTime\": 28718, \"productivity\": 99.91, \"efficiency\": 106.36, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 58426478962, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"0\": {\"media player\": {\"id\": 58405500615, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}}, \"1\": {\"office (offline time)\": {\"id\": 58538649319, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20471}, \"windows explorer\": {\"id\": 58404664421, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2251}, \"coreldrw\": {\"id\": 58405028650, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1745}, \"outlook.office.com\": {\"id\": 58405020516, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 762}, \"youtube.com\": {\"id\": 58426409561, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 725}, \"desktime.com\": {\"id\": 58405332153, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 631}, \"ideogram.ai\": {\"id\": 58426443171, \"app\": \"ideogram.ai\", \"name\": \"ideogram.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 533}, \"linkedin.com\": {\"id\": 58426299868, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 323}, \"imagetoprompt.com\": {\"id\": 58426551659, \"app\": \"imagetoprompt.com\", \"name\": \"imagetoprompt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"lockapp\": {\"id\": 58404275000, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"google.com\": {\"id\": 58426392003, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"hrez.crystalhues.in\": {\"id\": 58405475770, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"ms-teams\": {\"id\": 58404663218, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"google chrome\": {\"id\": 58405020511, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"notepad\": {\"id\": 58426632021, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"ngobox.org\": {\"id\": 58424257703, \"app\": \"ngobox.org\", \"name\": \"ngobox.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"devnetjobsindia.org\": {\"id\": 58424246186, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"photosapp\": {\"id\": 58426575390, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"instagram.com\": {\"id\": 58426506236, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"letsenhance.io\": {\"id\": 58426948591, \"app\": \"letsenhance.io\", \"name\": \"letsenhance.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 58426578358, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"encrypted-tbn0.gstatic.com\": {\"id\": 58426518235, \"app\": \"encrypted-tbn0.gstatic.com\", \"name\": \"encrypted-tbn0.gstatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"appraisal.chlserv.com\": {\"id\": 58424232626, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"unknown app\": {\"id\": 58426432716, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"shellexperiencehost\": {\"id\": 58405366194, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58405026490, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"imageprompt.org\": {\"id\": 58426531298, \"app\": \"imageprompt.org\", \"name\": \"imageprompt.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58405024471, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"openwith\": {\"id\": 58426635175, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 58426575385, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"imagetopromptai.com\": {\"id\": 58426545025, \"app\": \"imagetopromptai.com\", \"name\": \"imagetopromptai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 58426436044, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:00'),(1269,19,'2025-06-03','00:00:37','22:59:24',9.64,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 00:00:37\", \"left\": \"2025-06-03 22:59:24\", \"late\": false, \"onlineTime\": 34976, \"offlineTime\": 0, \"desktimeTime\": 34976, \"atWorkTime\": 82727, \"afterWorkTime\": 9793, \"beforeWorkTime\": 101, \"productiveTime\": 34704, \"productivity\": 99.23, \"efficiency\": 128.53, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"amazon.in\": {\"id\": 58433794507, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"ilovepdf.com\": {\"id\": 58452240185, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}}, \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58427094748, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8672}, \"google.com\": {\"id\": 58433359603, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7065}, \"outlook.office.com\": {\"id\": 58427077296, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6187}, \"photoshop\": {\"id\": 58432061968, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4315}, \"windows explorer\": {\"id\": 58427080605, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1374}, \"acrobat.adobe.com\": {\"id\": 58452267537, \"app\": \"acrobat.adobe.com\", \"name\": \"acrobat.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 829}, \"calculatorapp\": {\"id\": 58434513749, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 778}, \"linkedin.com\": {\"id\": 58437294664, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 742}, \"chlworldwide.com\": {\"id\": 58442947439, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 641}, \"ms-teams\": {\"id\": 58435996516, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 531}, \"justdial.com\": {\"id\": 58433410762, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 425}, \"translate.google.co.in\": {\"id\": 58452048233, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 332}, \"about:blank\": {\"id\": 58433406713, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"anydesk\": {\"id\": 58435875338, \"app\": \"AnyDesk\", \"name\": \"AnyDesk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 241}, \"google chrome\": {\"id\": 58427083676, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"sheruclassic.com\": {\"id\": 58442679106, \"app\": \"sheruclassic.com\", \"name\": \"sheruclassic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"hrez.crystalhues.in\": {\"id\": 58432895775, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"cosmotechexpoindia.com\": {\"id\": 58442867424, \"app\": \"cosmotechexpoindia.com\", \"name\": \"cosmotechexpoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"unknown app\": {\"id\": 58432039453, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"desktime.com\": {\"id\": 58432889142, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"professionalbeauty.in\": {\"id\": 58442975822, \"app\": \"professionalbeauty.in\", \"name\": \"professionalbeauty.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"theoneprinter.com\": {\"id\": 58433479863, \"app\": \"theoneprinter.com\", \"name\": \"theoneprinter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"ihff.asia\": {\"id\": 58442502333, \"app\": \"ihff.asia\", \"name\": \"ihff.asia\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"absolutedesignandprint.in\": {\"id\": 58433574522, \"app\": \"absolutedesignandprint.in\", \"name\": \"absolutedesignandprint.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"acrobat\": {\"id\": 58432919780, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"anejaplastic.com\": {\"id\": 58441690655, \"app\": \"anejaplastic.com\", \"name\": \"anejaplastic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"bigpdf.11zon.com\": {\"id\": 58452433111, \"app\": \"bigpdf.11zon.com\", \"name\": \"bigpdf.11zon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"indiamart.com\": {\"id\": 58433386340, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"creative cloud\": {\"id\": 58452279037, \"app\": \"Creative Cloud\", \"name\": \"Creative Cloud\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"biofuelexpo.com\": {\"id\": 58438373693, \"app\": \"biofuelexpo.com\", \"name\": \"biofuelexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"in.pinterest.com\": {\"id\": 58434679915, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"vakkrsolutions.com\": {\"id\": 58441756519, \"app\": \"vakkrsolutions.com\", \"name\": \"vakkrsolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"pdf.pi7.org\": {\"id\": 58452213656, \"app\": \"pdf.pi7.org\", \"name\": \"pdf.pi7.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"devnetjobsindia.org\": {\"id\": 58432889141, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"notepad\": {\"id\": 58427080607, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"auth.services.adobe.com\": {\"id\": 58452327344, \"app\": \"auth.services.adobe.com\", \"name\": \"auth.services.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"ireeindia.com\": {\"id\": 58443009294, \"app\": \"ireeindia.com\", \"name\": \"ireeindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"indiawarehousingshow.com\": {\"id\": 58443643352, \"app\": \"indiawarehousingshow.com\", \"name\": \"indiawarehousingshow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"cosmoprofindia.com\": {\"id\": 58442848684, \"app\": \"cosmoprofindia.com\", \"name\": \"cosmoprofindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"instagram.com\": {\"id\": 58432850636, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"dir.indiamart.com\": {\"id\": 58441657714, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"matheretter.de\": {\"id\": 58433359605, \"app\": \"matheretter.de\", \"name\": \"matheretter.de\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"3mindia.in\": {\"id\": 58433774082, \"app\": \"3mindia.in\", \"name\": \"3mindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"c\": {\"id\": 58452226781, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dashboard.visme.co\": {\"id\": 58427080608, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"kisaantrade.com\": {\"id\": 58433363842, \"app\": \"kisaantrade.com\", \"name\": \"kisaantrade.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"adobe.com\": {\"id\": 58452263251, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://history\": {\"id\": 58439305182, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"order.anydesk.com\": {\"id\": 58435880956, \"app\": \"order.anydesk.com\", \"name\": \"order.anydesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58434508854, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"qviro.com\": {\"id\": 58443984095, \"app\": \"qviro.com\", \"name\": \"qviro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shreejisoftech.com\": {\"id\": 58442232310, \"app\": \"shreejisoftech.com\", \"name\": \"shreejisoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"openoffice\": {\"id\": 58432926423, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"bing.com\": {\"id\": 58452472383, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"cosmocraftclinic.com\": {\"id\": 58442841773, \"app\": \"cosmocraftclinic.com\", \"name\": \"cosmocraftclinic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"defexpo.gov.in\": {\"id\": 58442216149, \"app\": \"defexpo.gov.in\", \"name\": \"defexpo.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bruns-messebau.com\": {\"id\": 58442216147, \"app\": \"bruns-messebau.com\", \"name\": \"bruns-messebau.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"www-wikihow-com.translate.goog\": {\"id\": 58433363836, \"app\": \"www-wikihow-com.translate.goog\", \"name\": \"www-wikihow-com.translate.goog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ficci.in\": {\"id\": 58433367732, \"app\": \"ficci.in\", \"name\": \"ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58432039450, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"imagetoprompt.com\": {\"id\": 58427074338, \"app\": \"imagetoprompt.com\", \"name\": \"imagetoprompt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:01'),(1270,19,'2025-06-04','08:54:50','21:48:24',8.70583,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 08:54:50\", \"left\": \"2025-06-04 21:48:24\", \"late\": true, \"onlineTime\": 7228, \"offlineTime\": 24113, \"desktimeTime\": 31341, \"atWorkTime\": 46414, \"afterWorkTime\": 2601, \"beforeWorkTime\": 0, \"productiveTime\": 31341, \"productivity\": 100, \"efficiency\": 116.08, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"client meeting and vendor side (offline time)\": {\"id\": 58538651424, \"app\": \"__OFFLINE__\", \"name\": \"client meeting and vendor side\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24113}, \"coreldrw\": {\"id\": 58460212719, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3728}, \"windows explorer\": {\"id\": 58459905071, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2405}, \"ms-teams\": {\"id\": 58459852055, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 502}, \"outlook.office.com\": {\"id\": 58460210880, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"hrez.crystalhues.in\": {\"id\": 58480267362, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"google.com\": {\"id\": 58480290724, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"acrobat\": {\"id\": 58461342735, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"desktime.com\": {\"id\": 58461712840, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"google chrome\": {\"id\": 58461381803, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"unknown app\": {\"id\": 58460212718, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:01'),(1271,19,'2025-06-05','08:03:32','23:12:40',10.0997,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 08:03:32\", \"left\": \"2025-06-05 23:12:40\", \"late\": true, \"onlineTime\": 36359, \"offlineTime\": 0, \"desktimeTime\": 36359, \"atWorkTime\": 54548, \"afterWorkTime\": 2350, \"beforeWorkTime\": 0, \"productiveTime\": 36359, \"productivity\": 100, \"efficiency\": 134.66, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58488061482, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21408}, \"windows explorer\": {\"id\": 58487488650, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6678}, \"outlook.office.com\": {\"id\": 58488057991, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3359}, \"sgmart.co.in\": {\"id\": 58493480206, \"app\": \"sgmart.co.in\", \"name\": \"sgmart.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1288}, \"ms-teams\": {\"id\": 58487458238, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 845}, \"calculatorapp\": {\"id\": 58489537190, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"hrez.crystalhues.in\": {\"id\": 58490738847, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 458}, \"shellexperiencehost\": {\"id\": 58490497841, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"linkedin.com\": {\"id\": 58493414715, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 284}, \"notepad\": {\"id\": 58492278928, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 255}, \"openoffice\": {\"id\": 58490727815, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"google.com\": {\"id\": 58491588176, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"google chrome\": {\"id\": 58488056588, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"resume.chlsoftech.com\": {\"id\": 58505091244, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"desktime.com\": {\"id\": 58490247053, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"acrobat\": {\"id\": 58492253095, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"instagram.com\": {\"id\": 58490702917, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"translate.google.co.in\": {\"id\": 58505176517, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"devnetjobsindia.org\": {\"id\": 58490238330, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"unknown app\": {\"id\": 58490927056, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"chrome://new-tab-page\": {\"id\": 58493261315, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedgewebview2\": {\"id\": 58490727814, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"cosmotechexpoindia.com\": {\"id\": 58505176515, \"app\": \"cosmotechexpoindia.com\", \"name\": \"cosmotechexpoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58492491135, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bigpdf.11zon.com\": {\"id\": 58490112951, \"app\": \"bigpdf.11zon.com\", \"name\": \"bigpdf.11zon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:13:01'),(1272,19,'2025-06-06','07:54:46','23:49:56',10.4308,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 07:54:46\", \"left\": \"2025-06-06 23:49:56\", \"late\": false, \"onlineTime\": 24587, \"offlineTime\": 12972, \"desktimeTime\": 37559, \"atWorkTime\": 57310, \"afterWorkTime\": 6982, \"beforeWorkTime\": 314, \"productiveTime\": 37551, \"productivity\": 99.98, \"efficiency\": 139.08, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"microsoft.media.player\": {\"id\": 58531508312, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}}, \"1\": {\"vednor site (offline time)\": {\"id\": 58538654736, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12972}, \"ms-teams\": {\"id\": 58514028404, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4934}, \"coreldrw\": {\"id\": 58514676929, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4159}, \"windows explorer\": {\"id\": 58514368831, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3698}, \"outlook.office.com\": {\"id\": 58514676926, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3094}, \"linkedin.com\": {\"id\": 58515880608, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1715}, \"photoshop\": {\"id\": 58515548475, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1583}, \"behance.net\": {\"id\": 58516314427, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1215}, \"freepik.com\": {\"id\": 58531652795, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1146}, \"in.pinterest.com\": {\"id\": 58516298925, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 685}, \"google.com\": {\"id\": 58516208557, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 529}, \"google chrome\": {\"id\": 58514675229, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 370}, \"notepad\": {\"id\": 58518498221, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 294}, \"coroflot.com\": {\"id\": 58516875964, \"app\": \"coroflot.com\", \"name\": \"coroflot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 271}, \"hrez.crystalhues.in\": {\"id\": 58515808274, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"chatgpt.com\": {\"id\": 58532313485, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"sechealthui\": {\"id\": 58531334827, \"app\": \"SecHealthUI\", \"name\": \"SecHealthUI\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"translate.google.co.in\": {\"id\": 58514890692, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"munitionsindia.in\": {\"id\": 58516754263, \"app\": \"munitionsindia.in\", \"name\": \"munitionsindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"desktime.com\": {\"id\": 58517371393, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"defenceexpotn.in\": {\"id\": 58516735999, \"app\": \"defenceexpotn.in\", \"name\": \"defenceexpotn.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"acrobat\": {\"id\": 58518483068, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"youtube.com\": {\"id\": 58516728508, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"lens-overlay\": {\"id\": 58516871696, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"unknown app\": {\"id\": 58514676928, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"openai.com\": {\"id\": 58532310596, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"illustrator\": {\"id\": 58531492523, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58514940581, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://print\": {\"id\": 58516664358, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"openoffice\": {\"id\": 58532258823, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"photosapp\": {\"id\": 58531413400, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"arxiv.org\": {\"id\": 58532313483, \"app\": \"arxiv.org\", \"name\": \"arxiv.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"devnetjobsindia.org\": {\"id\": 58517381234, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58517361908, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 58514888227, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ciscocollabhost\": {\"id\": 58532058295, \"app\": \"CiscoCollabHost\", \"name\": \"CiscoCollabHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"in.linkedin.com\": {\"id\": 58519122724, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:02'),(1273,19,'2025-06-07','08:43:14','23:58:14',7.30333,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 08:43:14\", \"left\": \"2025-06-07 23:58:14\", \"late\": true, \"onlineTime\": 26389, \"offlineTime\": 0, \"desktimeTime\": 26389, \"atWorkTime\": 54900, \"afterWorkTime\": 7008, \"beforeWorkTime\": 0, \"productiveTime\": 26292, \"productivity\": 100, \"efficiency\": 97.38, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58536445144, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11590}, \"outlook.office.com\": {\"id\": 58536444862, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4958}, \"windows explorer\": {\"id\": 58536394537, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3245}, \"freepik.com\": {\"id\": 58536742668, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2378}, \"photoshop\": {\"id\": 58536794956, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 723}, \"openoffice\": {\"id\": 58536605574, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 497}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58537428940, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}, \"lockapp\": {\"id\": 58536383551, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 325}, \"pms.chlserv.com\": {\"id\": 58536662442, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"desktime.com\": {\"id\": 58536795460, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}, \"automationindiaexpo.com\": {\"id\": 58536592256, \"app\": \"automationindiaexpo.com\", \"name\": \"automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 243}, \"shutterstock.com\": {\"id\": 58536762376, \"app\": \"shutterstock.com\", \"name\": \"shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"notepad\": {\"id\": 58537568799, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"file://\": {\"id\": 58536942039, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"ryextrusion.com\": {\"id\": 58536588039, \"app\": \"ryextrusion.com\", \"name\": \"ryextrusion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"google chrome\": {\"id\": 58536742028, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"translate.google.co.in\": {\"id\": 58536738435, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"acrobat\": {\"id\": 58537153095, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"ms-teams\": {\"id\": 58536394373, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"unknown app\": {\"id\": 58536637011, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"photosapp\": {\"id\": 58536790869, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"google.com\": {\"id\": 58536586936, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"istockphoto.com\": {\"id\": 58536748634, \"app\": \"istockphoto.com\", \"name\": \"istockphoto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"snippingtool\": {\"id\": 58536770773, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"pikaso.cdnpk.net\": {\"id\": 58538600068, \"app\": \"pikaso.cdnpk.net\", \"name\": \"pikaso.cdnpk.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"pngmark.com\": {\"id\": 58536851539, \"app\": \"pngmark.com\", \"name\": \"pngmark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"img.freepik.com\": {\"id\": 58537877506, \"app\": \"img.freepik.com\", \"name\": \"img.freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"devnetjobsindia.org\": {\"id\": 58536587289, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"in.freepik.com\": {\"id\": 58537493605, \"app\": \"in.freepik.com\", \"name\": \"in.freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"25147687.fs1.hubspotusercontent-eu1.net\": {\"id\": 58536940238, \"app\": \"25147687.fs1.hubspotusercontent-eu1.net\", \"name\": \"25147687.fs1.hubspotusercontent-eu1.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58538426770, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chromewebdata\": {\"id\": 58537580422, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 58536794954, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"zh.freepik.com\": {\"id\": 58537878618, \"app\": \"zh.freepik.com\", \"name\": \"zh.freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lens-overlay\": {\"id\": 58537878107, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"cosmotechexpoindia.com\": {\"id\": 58537649853, \"app\": \"cosmotechexpoindia.com\", \"name\": \"cosmotechexpoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"images.app.goo.gl\": {\"id\": 58536850454, \"app\": \"images.app.goo.gl\", \"name\": \"images.app.goo.gl\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome://new-tab-page\": {\"id\": 58536662441, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:02'),(1274,19,'2025-06-08','00:00:28','23:08:10',8.19583,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-08\", \"isOnline\": false, \"arrived\": \"2025-06-08 00:00:28\", \"left\": \"2025-06-08 23:08:10\", \"late\": false, \"onlineTime\": 29505, \"offlineTime\": 0, \"desktimeTime\": 29505, \"atWorkTime\": 83262, \"afterWorkTime\": 17702, \"beforeWorkTime\": 3320, \"productiveTime\": 29505, \"productivity\": 100, \"efficiency\": 109.28, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58538669607, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22821}, \"windows explorer\": {\"id\": 58538672915, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3263}, \"illustrator\": {\"id\": 58540733663, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 682}, \"outlook.office.com\": {\"id\": 58538674832, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 608}, \"photoshop\": {\"id\": 58538721577, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 530}, \"freepik.com\": {\"id\": 58538693739, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 326}, \"notepad\": {\"id\": 58538751903, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 290}, \"ms-teams\": {\"id\": 58539428868, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 282}, \"acrobat\": {\"id\": 58538675092, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 217}, \"photosapp\": {\"id\": 58538698482, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"openoffice\": {\"id\": 58538681626, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"desktime.com\": {\"id\": 58538673198, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"unknown app\": {\"id\": 58538707283, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"google.com\": {\"id\": 58540731863, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"google chrome\": {\"id\": 58538673197, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"pikaso.cdnpk.net\": {\"id\": 58538720769, \"app\": \"pikaso.cdnpk.net\", \"name\": \"pikaso.cdnpk.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"vikasecotech.com\": {\"id\": 58540772704, \"app\": \"vikasecotech.com\", \"name\": \"vikasecotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 58538754747, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"snippingtool\": {\"id\": 58538741704, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 58540793885, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"searchapp\": {\"id\": 58538759037, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:03'),(1275,19,'2025-06-09','08:00:25','23:59:58',9.0825,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 08:00:25\", \"left\": \"2025-06-09 23:59:58\", \"late\": true, \"onlineTime\": 15392, \"offlineTime\": 17305, \"desktimeTime\": 32697, \"atWorkTime\": 57573, \"afterWorkTime\": 9967, \"beforeWorkTime\": 0, \"productiveTime\": 32697, \"productivity\": 100, \"efficiency\": 121.1, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 58560967593, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17305}, \"ms-teams\": {\"id\": 58541687298, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6413}, \"windows explorer\": {\"id\": 58541695480, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5112}, \"coreldrw\": {\"id\": 58542083931, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2303}, \"outlook.office.com\": {\"id\": 58542083929, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 723}, \"google chrome\": {\"id\": 58542082480, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 301}, \"desktime.com\": {\"id\": 58560925640, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"photosapp\": {\"id\": 58561201530, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 167}, \"freepik.com\": {\"id\": 58561834899, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"linkedin.com\": {\"id\": 58561091331, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"unknown app\": {\"id\": 58561197799, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"dwm\": {\"id\": 58561547178, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchapp\": {\"id\": 58561354941, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"acrobat\": {\"id\": 58561358414, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 58561114934, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58558818983, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58561385059, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"pickerhost\": {\"id\": 58561461709, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:03'),(1276,19,'2025-06-10','00:00:33','23:09:24',8.28111,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 00:00:33\", \"left\": \"2025-06-10 23:09:24\", \"late\": false, \"onlineTime\": 30141, \"offlineTime\": 0, \"desktimeTime\": 30141, \"atWorkTime\": 83331, \"afterWorkTime\": 5276, \"beforeWorkTime\": 372, \"productiveTime\": 29812, \"productivity\": 99.99, \"efficiency\": 110.41, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"cdn.vectorstock.com\": {\"id\": 58578894748, \"app\": \"cdn.vectorstock.com\", \"name\": \"cdn.vectorstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58562127419, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14113}, \"windows explorer\": {\"id\": 58562133880, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7349}, \"ms-teams\": {\"id\": 58566718413, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3509}, \"freepik.com\": {\"id\": 58562130529, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1336}, \"outlook.office.com\": {\"id\": 58562130530, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1009}, \"dwm\": {\"id\": 58572477709, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 629}, \"google.com\": {\"id\": 58568585200, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 331}, \"acrobat\": {\"id\": 58572483289, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"photoshop\": {\"id\": 58572623051, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 232}, \"illustrator\": {\"id\": 58571525217, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"desktime.com\": {\"id\": 58569720090, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"textstudio.com\": {\"id\": 58580279092, \"app\": \"textstudio.com\", \"name\": \"textstudio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"google chrome\": {\"id\": 58567446412, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"unknown app\": {\"id\": 58571189934, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"pngtree.com\": {\"id\": 58578357888, \"app\": \"pngtree.com\", \"name\": \"pngtree.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"fontmeme.com\": {\"id\": 58580285525, \"app\": \"fontmeme.com\", \"name\": \"fontmeme.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"texasdebrazil.com\": {\"id\": 58572582193, \"app\": \"texasdebrazil.com\", \"name\": \"texasdebrazil.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"marathityping.com\": {\"id\": 58580448521, \"app\": \"marathityping.com\", \"name\": \"marathityping.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"ankursoft.com\": {\"id\": 58580311905, \"app\": \"ankursoft.com\", \"name\": \"ankursoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"indiafont.com\": {\"id\": 58580411281, \"app\": \"indiafont.com\", \"name\": \"indiafont.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"in.emsigner.com\": {\"id\": 58568444969, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"notepad\": {\"id\": 58571201325, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"1001fonts.com\": {\"id\": 58580436094, \"app\": \"1001fonts.com\", \"name\": \"1001fonts.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"photosapp\": {\"id\": 58562133885, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"openoffice\": {\"id\": 58573130059, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"taskmgr\": {\"id\": 58573314658, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"lens-overlay\": {\"id\": 58572576947, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 58562137156, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchapp\": {\"id\": 58562140290, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"luckystudio4u.com\": {\"id\": 58580430083, \"app\": \"luckystudio4u.com\", \"name\": \"luckystudio4u.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"in.pinterest.com\": {\"id\": 58582904638, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"startmenuexperiencehost\": {\"id\": 58562140296, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-28 18:13:04'),(1277,19,'2025-06-11','07:22:28','23:09:01',8.26444,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-11\", \"isOnline\": false, \"arrived\": \"2025-06-11 07:22:28\", \"left\": \"2025-06-11 23:09:01\", \"late\": false, \"onlineTime\": 29752, \"offlineTime\": 0, \"desktimeTime\": 29752, \"atWorkTime\": 56793, \"afterWorkTime\": 12646, \"beforeWorkTime\": 2252, \"productiveTime\": 29752, \"productivity\": 100, \"efficiency\": 110.19, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58594122881, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12423}, \"coreldrw\": {\"id\": 58594855777, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7509}, \"windows explorer\": {\"id\": 58594301442, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4942}, \"outlook.office.com\": {\"id\": 58594854157, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2084}, \"openoffice\": {\"id\": 58598904591, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 705}, \"notepad\": {\"id\": 58614470098, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 621}, \"acrobat\": {\"id\": 58598146970, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 520}, \"calculatorapp\": {\"id\": 58614803612, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 192}, \"wetransfer.com\": {\"id\": 58599425035, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"unknown app\": {\"id\": 58594854159, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"illustrator\": {\"id\": 58596560808, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58597620502, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"desktime.com\": {\"id\": 58596407265, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"google chrome\": {\"id\": 58594852501, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"hrez.crystalhues.in\": {\"id\": 58598464041, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"in.pinterest.com\": {\"id\": 58597741305, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"devnetjobsindia.org\": {\"id\": 58614454126, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"google.com\": {\"id\": 58597741304, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"file://\": {\"id\": 58615558270, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 58599707017, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 58598458530, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"behance.net\": {\"id\": 58597741301, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58596415375, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:04'),(1278,19,'2025-06-12','07:58:25','22:21:35',8.2425,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 07:58:25\", \"left\": \"2025-06-12 22:21:35\", \"late\": false, \"onlineTime\": 29803, \"offlineTime\": 0, \"desktimeTime\": 29803, \"atWorkTime\": 51790, \"afterWorkTime\": 1728, \"beforeWorkTime\": 95, \"productiveTime\": 29673, \"productivity\": 99.56, \"efficiency\": 109.9, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58627116479, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}}, \"0\": [], \"1\": {\"photoshop\": {\"id\": 58622423641, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11422}, \"windows explorer\": {\"id\": 58620990344, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7191}, \"coreldrw\": {\"id\": 58621492258, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2946}, \"linkedin.com\": {\"id\": 58633317058, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1438}, \"ms-teams\": {\"id\": 58620975754, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1010}, \"google chrome\": {\"id\": 58621489227, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 844}, \"outlook.office.com\": {\"id\": 58621490722, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 807}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 58624054292, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 799}, \"freepik.com\": {\"id\": 58624073349, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 798}, \"wamgroup.com\": {\"id\": 58627202092, \"app\": \"wamgroup.com\", \"name\": \"wamgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 430}, \"wamgroup.in\": {\"id\": 58626610299, \"app\": \"wamgroup.in\", \"name\": \"wamgroup.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 351}, \"app.wowsly.com\": {\"id\": 58623487423, \"app\": \"app.wowsly.com\", \"name\": \"app.wowsly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"google.com\": {\"id\": 58623464101, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 285}, \"desktime.com\": {\"id\": 58622365971, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"acrex.in\": {\"id\": 58631566404, \"app\": \"acrex.in\", \"name\": \"acrex.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"photosapp\": {\"id\": 58627265484, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"railtransexpo.com\": {\"id\": 58623468220, \"app\": \"railtransexpo.com\", \"name\": \"railtransexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"chromewebdata\": {\"id\": 58623395808, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"behance.net\": {\"id\": 58634852525, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"calculatorapp\": {\"id\": 58621958626, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"anugafoodtec-india.com\": {\"id\": 58627341965, \"app\": \"anugafoodtec-india.com\", \"name\": \"anugafoodtec-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"automationindiaexpo.com\": {\"id\": 58631411473, \"app\": \"automationindiaexpo.com\", \"name\": \"automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"pms.chlserv.com\": {\"id\": 58623455412, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"prdesigngroup.in\": {\"id\": 58634828757, \"app\": \"prdesigngroup.in\", \"name\": \"prdesigngroup.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"static.wixstatic.com\": {\"id\": 58631417289, \"app\": \"static.wixstatic.com\", \"name\": \"static.wixstatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"klueber.com\": {\"id\": 58634177454, \"app\": \"klueber.com\", \"name\": \"klueber.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"hrez.crystalhues.in\": {\"id\": 58622409614, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"translate.google.co.in\": {\"id\": 58624093365, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"tradeshowstandbuilders.com\": {\"id\": 58634171719, \"app\": \"tradeshowstandbuilders.com\", \"name\": \"tradeshowstandbuilders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"acrobat\": {\"id\": 58627260333, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"unknown app\": {\"id\": 58621490725, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"file://\": {\"id\": 58629288241, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 58627278460, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"saiganeshcontrols.com\": {\"id\": 58631529088, \"app\": \"saiganeshcontrols.com\", \"name\": \"saiganeshcontrols.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"koelnmesse-india.com\": {\"id\": 58628344798, \"app\": \"koelnmesse-india.com\", \"name\": \"koelnmesse-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58634184143, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"pixalmate.com\": {\"id\": 58626522789, \"app\": \"pixalmate.com\", \"name\": \"pixalmate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchapp\": {\"id\": 58622416499, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"rockwellautomation.com\": {\"id\": 58623411836, \"app\": \"rockwellautomation.com\", \"name\": \"rockwellautomation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:06'),(1279,19,'2025-06-13','08:02:45','22:20:56',8.53056,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 08:02:45\", \"left\": \"2025-06-13 22:20:56\", \"late\": true, \"onlineTime\": 17614, \"offlineTime\": 13096, \"desktimeTime\": 30710, \"atWorkTime\": 51491, \"afterWorkTime\": 1439, \"beforeWorkTime\": 0, \"productiveTime\": 30710, \"productivity\": 100, \"efficiency\": 113.74, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"client meeting and vendor side (offline time)\": {\"id\": 58735093351, \"app\": \"__OFFLINE__\", \"name\": \"client meeting and vendor side\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13096}, \"windows explorer\": {\"id\": 58647711104, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5567}, \"coreldrw\": {\"id\": 58648270476, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5377}, \"indesign\": {\"id\": 58649576135, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3965}, \"outlook.office.com\": {\"id\": 58648270473, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1242}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 58660092595, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"calculatorapp\": {\"id\": 58653065506, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 270}, \"notepad\": {\"id\": 58665806074, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"unknown app\": {\"id\": 58649050193, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"desktime.com\": {\"id\": 58649059574, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"creative cloud\": {\"id\": 58647703211, \"app\": \"Creative Cloud\", \"name\": \"Creative Cloud\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"ms-teams\": {\"id\": 58647697817, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"calculator\": {\"id\": 58648921868, \"app\": \"Calculator\", \"name\": \"Calculator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"google chrome\": {\"id\": 58648268980, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 58649610431, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"google.com\": {\"id\": 58663328482, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58649062551, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:06'),(1280,19,'2025-06-14','07:50:45','21:23:12',5.7075,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-14\", \"isOnline\": false, \"arrived\": \"2025-06-14 07:50:45\", \"left\": \"2025-06-14 21:23:12\", \"late\": false, \"onlineTime\": 20547, \"offlineTime\": 0, \"desktimeTime\": 20547, \"atWorkTime\": 48747, \"afterWorkTime\": 139, \"beforeWorkTime\": 555, \"productiveTime\": 20547, \"productivity\": 100, \"efficiency\": 76.1, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"indesign\": {\"id\": 58671543262, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11369}, \"windows explorer\": {\"id\": 58671165925, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8928}, \"onedrive\": {\"id\": 58671161157, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"ms-teams\": {\"id\": 58671160240, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"outlook.office.com\": {\"id\": 58671541234, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"unknown app\": {\"id\": 58671542581, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchapp\": {\"id\": 58671542580, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:07'),(1281,19,'2025-06-15','10:18:55','21:38:46',4.32528,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-15\", \"isOnline\": false, \"arrived\": \"2025-06-15 10:18:55\", \"left\": \"2025-06-15 21:38:46\", \"late\": true, \"onlineTime\": 15571, \"offlineTime\": 0, \"desktimeTime\": 15571, \"atWorkTime\": 40791, \"afterWorkTime\": 13, \"beforeWorkTime\": 0, \"productiveTime\": 15571, \"productivity\": 100, \"efficiency\": 57.67, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"photoshop\": {\"id\": 58675144589, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12598}, \"windows explorer\": {\"id\": 58675072680, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2683}, \"ms-teams\": {\"id\": 58675068464, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 205}, \"google.com\": {\"id\": 58675568935, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"outlook.office.com\": {\"id\": 58675144245, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"google chrome\": {\"id\": 58675143905, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 58675144246, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"ciscocollabhost\": {\"id\": 58675996581, \"app\": \"CiscoCollabHost\", \"name\": \"CiscoCollabHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58675144247, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:07'),(1282,19,'2025-06-16','07:31:52','17:13:56',7.88361,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 07:31:52\", \"left\": \"2025-06-16 17:13:56\", \"late\": false, \"onlineTime\": 9663, \"offlineTime\": 18718, \"desktimeTime\": 28381, \"atWorkTime\": 34924, \"afterWorkTime\": 0, \"beforeWorkTime\": 1688, \"productiveTime\": 28381, \"productivity\": 100, \"efficiency\": 105.11, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 58735106267, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18718}, \"windows explorer\": {\"id\": 58677510306, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5564}, \"coreldrw\": {\"id\": 58677977580, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3099}, \"ms-teams\": {\"id\": 58677464848, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 959}, \"outlook.office.com\": {\"id\": 58677976361, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"google chrome\": {\"id\": 58677974934, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 58677976363, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-28 18:13:07'),(1283,19,'2025-06-17','07:39:11','17:39:56',8.37833,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 07:39:11\", \"left\": \"2025-06-17 17:39:56\", \"late\": false, \"onlineTime\": 10035, \"offlineTime\": 20127, \"desktimeTime\": 30162, \"atWorkTime\": 36045, \"afterWorkTime\": 0, \"beforeWorkTime\": 1249, \"productiveTime\": 30162, \"productivity\": 100, \"efficiency\": 111.71, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 58735126975, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20127}, \"windows explorer\": {\"id\": 58704887578, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5519}, \"indesign\": {\"id\": 58705382837, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3507}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 58705959113, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 623}, \"ms-teams\": {\"id\": 58704872072, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"outlook.office.com\": {\"id\": 58705378534, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"desktime.com\": {\"id\": 58705954331, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"google chrome\": {\"id\": 58705954329, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 58705381386, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"creative cloud\": {\"id\": 58704872070, \"app\": \"Creative Cloud\", \"name\": \"Creative Cloud\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 58705377135, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"onedrive\": {\"id\": 58704872069, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:09'),(1284,19,'2025-06-18','08:56:03','21:45:32',7.69528,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 08:56:03\", \"left\": \"2025-06-18 21:45:32\", \"late\": true, \"onlineTime\": 27967, \"offlineTime\": 0, \"desktimeTime\": 27967, \"atWorkTime\": 46169, \"afterWorkTime\": 4822, \"beforeWorkTime\": 0, \"productiveTime\": 27703, \"productivity\": 99.06, \"efficiency\": 102.6, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58738580820, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 264}}, \"0\": [], \"1\": {\"photoshop\": {\"id\": 58744359316, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7517}, \"indesign\": {\"id\": 58733773843, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5231}, \"coreldrw\": {\"id\": 58736281456, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4579}, \"windows explorer\": {\"id\": 58733448161, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2865}, \"linkedin.com\": {\"id\": 58734751555, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2119}, \"google chrome\": {\"id\": 58733769891, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1041}, \"ms-teams\": {\"id\": 58733340253, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1025}, \"outlook.office.com\": {\"id\": 58733769892, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 715}, \"shivamvideo.in\": {\"id\": 58734799688, \"app\": \"shivamvideo.in\", \"name\": \"shivamvideo.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 662}, \"mmexhibition.com\": {\"id\": 58734525033, \"app\": \"mmexhibition.com\", \"name\": \"mmexhibition.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 393}, \"desktime.com\": {\"id\": 58734532745, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"google.com\": {\"id\": 58734712098, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"openoffice\": {\"id\": 58753321922, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"windergy.in\": {\"id\": 58734689711, \"app\": \"windergy.in\", \"name\": \"windergy.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"translate.google.co.in\": {\"id\": 58738345678, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"acg-world.com\": {\"id\": 58743957054, \"app\": \"acg-world.com\", \"name\": \"acg-world.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 58743553133, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"aerodigitalworld.com\": {\"id\": 58734945101, \"app\": \"aerodigitalworld.com\", \"name\": \"aerodigitalworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58734492870, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"acrobat\": {\"id\": 58738441924, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"hrez.crystalhues.in\": {\"id\": 58735139089, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"unknown app\": {\"id\": 58733771789, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"chlworldwide.com\": {\"id\": 58735052341, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"adigitalscreenindia.com\": {\"id\": 58734795822, \"app\": \"adigitalscreenindia.com\", \"name\": \"adigitalscreenindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"file://\": {\"id\": 58735314256, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 58749433684, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchapp\": {\"id\": 58733771788, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 58749440043, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:09'),(1285,19,'2025-06-19','07:51:47','16:40:56',8.78667,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 07:51:47\", \"left\": \"2025-06-19 16:40:56\", \"late\": false, \"onlineTime\": 13600, \"offlineTime\": 18032, \"desktimeTime\": 31632, \"atWorkTime\": 31749, \"afterWorkTime\": 0, \"beforeWorkTime\": 493, \"productiveTime\": 31632, \"productivity\": 100, \"efficiency\": 117.16, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"vednor site (offline time)\": {\"id\": 58842752140, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18032}, \"windows explorer\": {\"id\": 58760956428, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5936}, \"coreldrw\": {\"id\": 58761528087, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5278}, \"photoshop\": {\"id\": 58762782489, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1913}, \"ms-teams\": {\"id\": 58760943388, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 215}, \"outlook.office.com\": {\"id\": 58761526501, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"pi-india.in\": {\"id\": 58763123146, \"app\": \"pi-india.in\", \"name\": \"pi-india.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"desktime.com\": {\"id\": 58762743039, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"google chrome\": {\"id\": 58761526496, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"wamgroup.com\": {\"id\": 58763144171, \"app\": \"wamgroup.com\", \"name\": \"wamgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"google.com\": {\"id\": 58762766190, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"unknown app\": {\"id\": 58761528086, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 58763499385, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"freepik.com\": {\"id\": 58763140043, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:10'),(1286,19,'2025-06-20','07:45:34','21:24:39',7.70083,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 07:45:34\", \"left\": \"2025-06-20 21:24:39\", \"late\": false, \"onlineTime\": 27772, \"offlineTime\": 0, \"desktimeTime\": 27772, \"atWorkTime\": 49145, \"afterWorkTime\": 6694, \"beforeWorkTime\": 866, \"productiveTime\": 27723, \"productivity\": 99.82, \"efficiency\": 102.68, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 58790818008, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}}, \"1\": {\"windows explorer\": {\"id\": 58787740949, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6816}, \"illustrator\": {\"id\": 58802217726, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6498}, \"coreldrw\": {\"id\": 58787769865, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5168}, \"indesign\": {\"id\": 58788009530, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4246}, \"openoffice\": {\"id\": 58791143690, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2664}, \"outlook.office.com\": {\"id\": 58787752018, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 916}, \"pms.chlserv.com\": {\"id\": 58790761108, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"ms-teams\": {\"id\": 58787740948, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 258}, \"lockapp\": {\"id\": 58787079197, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 235}, \"google.com\": {\"id\": 58790668458, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"desktime.com\": {\"id\": 58789586432, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"linkedin.com\": {\"id\": 58790691389, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 58790668460, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"google chrome\": {\"id\": 58787750264, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"cphi-online.com\": {\"id\": 58790797576, \"app\": \"cphi-online.com\", \"name\": \"cphi-online.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"balpharma.com\": {\"id\": 58790787653, \"app\": \"balpharma.com\", \"name\": \"balpharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"unknown app\": {\"id\": 58787767901, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"pi-india.in\": {\"id\": 58790712572, \"app\": \"pi-india.in\", \"name\": \"pi-india.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"acrobat\": {\"id\": 58802212954, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"cooperpharma.com\": {\"id\": 58793536913, \"app\": \"cooperpharma.com\", \"name\": \"cooperpharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"in.linkedin.com\": {\"id\": 58791024528, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 58790756408, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ruximih\": {\"id\": 58804468313, \"app\": \"RUXIMIH\", \"name\": \"RUXIMIH\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 58804489121, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"olk\": {\"id\": 58793351115, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mail\": {\"id\": 58793346123, \"app\": \"Mail\", \"name\": \"Mail\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 58791136659, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"freepik.com\": {\"id\": 58790691384, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58788007193, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:10'),(1287,19,'2025-06-21','07:37:15','22:45:29',6.46333,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-21\", \"isOnline\": false, \"arrived\": \"2025-06-21 07:37:15\", \"left\": \"2025-06-21 22:45:29\", \"late\": false, \"onlineTime\": 23268, \"offlineTime\": 0, \"desktimeTime\": 23268, \"atWorkTime\": 54494, \"afterWorkTime\": 0, \"beforeWorkTime\": 1365, \"productiveTime\": 23268, \"productivity\": 100, \"efficiency\": 86.18, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58810627460, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12477}, \"windows explorer\": {\"id\": 58810372047, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7014}, \"ms-teams\": {\"id\": 58810341678, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1186}, \"outlook.office.com\": {\"id\": 58810626853, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 737}, \"photosapp\": {\"id\": 58811380908, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 659}, \"translate.google.co.in\": {\"id\": 58811387153, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 434}, \"openoffice\": {\"id\": 58811380906, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 421}, \"google.com\": {\"id\": 58811387154, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"acrobat\": {\"id\": 58811474929, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"notepad\": {\"id\": 58811409116, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"snippingtool\": {\"id\": 58811419441, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"google chrome\": {\"id\": 58810626852, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 58811418886, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"hrez.crystalhues.in\": {\"id\": 58811626941, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"searchapp\": {\"id\": 58810626284, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"illustrator\": {\"id\": 58811479507, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 58811397120, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:10'),(1288,19,'2025-06-22','09:57:24','21:34:09',5.76806,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-22\", \"isOnline\": false, \"arrived\": \"2025-06-22 09:57:24\", \"left\": \"2025-06-22 21:34:09\", \"late\": true, \"onlineTime\": 20765, \"offlineTime\": 0, \"desktimeTime\": 20765, \"atWorkTime\": 41805, \"afterWorkTime\": 3311, \"beforeWorkTime\": 0, \"productiveTime\": 20765, \"productivity\": 100, \"efficiency\": 76.91, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 58813927969, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13372}, \"windows explorer\": {\"id\": 58813832193, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2021}, \"ms-teams\": {\"id\": 58813793627, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2014}, \"notepad\": {\"id\": 58814342083, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1870}, \"freepik.com\": {\"id\": 58814894872, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 956}, \"outlook.office.com\": {\"id\": 58813927967, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"openoffice\": {\"id\": 58814878871, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"devnetjobsindia.org\": {\"id\": 58814827615, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"google chrome\": {\"id\": 58813927543, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 58814900056, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"photosapp\": {\"id\": 58814825301, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"google.com\": {\"id\": 58814893423, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 58814860323, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"translate.google.co.in\": {\"id\": 58814893798, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"unknown app\": {\"id\": 58814876726, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mjsurgical.com\": {\"id\": 58814914687, \"app\": \"mjsurgical.com\", \"name\": \"mjsurgical.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"desktime.com\": {\"id\": 58814893796, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58814342082, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:11'),(1289,19,'2025-06-23','07:44:36','17:29:56',7.98111,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 07:44:36\", \"left\": \"2025-06-23 17:29:56\", \"late\": false, \"onlineTime\": 4410, \"offlineTime\": 24322, \"desktimeTime\": 28732, \"atWorkTime\": 35120, \"afterWorkTime\": 0, \"beforeWorkTime\": 712, \"productiveTime\": 28732, \"productivity\": 100, \"efficiency\": 106.41, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 58842747892, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24322}, \"coreldrw\": {\"id\": 58816372582, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3248}, \"windows explorer\": {\"id\": 58816233865, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 911}, \"ms-teams\": {\"id\": 58816222814, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 242}, \"outlook.office.com\": {\"id\": 58816371781, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"google chrome\": {\"id\": 58816371780, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:11'),(1290,19,'2025-06-24','07:54:29','17:54:56',7.64444,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 07:54:29\", \"left\": \"2025-06-24 17:54:56\", \"late\": false, \"onlineTime\": 3667, \"offlineTime\": 23853, \"desktimeTime\": 27520, \"atWorkTime\": 36027, \"afterWorkTime\": 0, \"beforeWorkTime\": 139, \"productiveTime\": 27520, \"productivity\": 100, \"efficiency\": 101.93, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 58916137463, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23853}, \"coreldrw\": {\"id\": 58842743505, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2975}, \"windows explorer\": {\"id\": 58842734191, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"outlook.office.com\": {\"id\": 58842734199, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"desktime.com\": {\"id\": 58842745602, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"google chrome\": {\"id\": 58842734197, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"onedrive\": {\"id\": 58842734185, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"mjsurgical.com\": {\"id\": 58842759173, \"app\": \"mjsurgical.com\", \"name\": \"mjsurgical.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:12'),(1291,19,'2025-06-25','10:16:04','17:59:57',7.73139,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 10:16:04\", \"left\": \"2025-06-25 17:59:57\", \"late\": true, \"onlineTime\": 0, \"offlineTime\": 27833, \"desktimeTime\": 27833, \"atWorkTime\": 27833, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27833, \"productivity\": 100, \"efficiency\": 103.09, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"system repair (offline time)\": {\"id\": 58916161753, \"app\": \"__OFFLINE__\", \"name\": \"system repair\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27833}}}, \"projects\": []}','2025-07-28 18:13:12'),(1292,19,'2025-06-26','10:40:04','22:36:21',9.18722,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 10:40:04\", \"left\": \"2025-06-26 22:36:21\", \"late\": true, \"onlineTime\": 7590, \"offlineTime\": 25484, \"desktimeTime\": 33074, \"atWorkTime\": 42977, \"afterWorkTime\": 7590, \"beforeWorkTime\": 0, \"productiveTime\": 33074, \"productivity\": 100, \"efficiency\": 122.5, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office and system repair update (offline time)\": {\"id\": 58916218424, \"app\": \"__OFFLINE__\", \"name\": \"office and system repair update\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25484}, \"coreldrw\": {\"id\": 58916408674, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6576}, \"desktime.com\": {\"id\": 58916114829, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 525}, \"outlook.office.com\": {\"id\": 58915978904, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"google chrome\": {\"id\": 58915966597, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"ms-teams\": {\"id\": 58916370583, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"pms.chlserv.com\": {\"id\": 58916095058, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"hrez.crystalhues.in\": {\"id\": 58916363859, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"login.microsoftonline.com\": {\"id\": 58916363856, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 58916388378, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58916079644, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"windows explorer\": {\"id\": 58916109508, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://new-tab-page\": {\"id\": 58916349137, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}}, \"projects\": []}','2025-07-28 18:13:15'),(1293,19,'2025-06-27','08:01:09','23:16:34',8.43806,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 08:01:09\", \"left\": \"2025-06-27 23:16:34\", \"late\": true, \"onlineTime\": 264, \"offlineTime\": 30113, \"desktimeTime\": 30377, \"atWorkTime\": 54925, \"afterWorkTime\": 569, \"beforeWorkTime\": 0, \"productiveTime\": 30377, \"productivity\": 100, \"efficiency\": 112.51, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 58949460108, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30113}, \"lockapp\": {\"id\": 58924815161, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 264}}}, \"projects\": []}','2025-07-28 18:13:15'),(1294,19,'2025-06-28','08:59:44','18:51:49',7.78611,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 08:59:44\", \"left\": \"2025-06-28 18:51:49\", \"late\": true, \"onlineTime\": 28048, \"offlineTime\": 0, \"desktimeTime\": 28048, \"atWorkTime\": 35525, \"afterWorkTime\": 3109, \"beforeWorkTime\": 0, \"productiveTime\": 28030, \"productivity\": 99.94, \"efficiency\": 103.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 58951114930, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"1\": {\"coreldrw\": {\"id\": 58949335467, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9384}, \"photoshop\": {\"id\": 58949468412, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4165}, \"acrobat\": {\"id\": 58951076311, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3836}, \"pms.chlserv.com\": {\"id\": 58949782988, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3619}, \"outlook.office.com\": {\"id\": 58949493313, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1316}, \"calculatorapp\": {\"id\": 58950227854, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 916}, \"notepad\": {\"id\": 58949529096, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 905}, \"windows explorer\": {\"id\": 58949180667, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 792}, \"desktime.com\": {\"id\": 58949334785, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 555}, \"google chrome\": {\"id\": 58949334126, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 527}, \"google.com\": {\"id\": 58949517007, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 440}, \"ebiz.licindia.in\": {\"id\": 58950209040, \"app\": \"ebiz.licindia.in\", \"name\": \"ebiz.licindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 397}, \"everteen-neud.com\": {\"id\": 58950998403, \"app\": \"everteen-neud.com\", \"name\": \"everteen-neud.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 391}, \"ficci.in\": {\"id\": 58950241751, \"app\": \"ficci.in\", \"name\": \"ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"lockapp\": {\"id\": 58949111559, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"unknown app\": {\"id\": 58949177316, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"login.microsoftonline.com\": {\"id\": 58949334130, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"hrez.crystalhues.in\": {\"id\": 58949466486, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"photosapp\": {\"id\": 58950066144, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"ms-teams\": {\"id\": 58949484418, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58950064118, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"stores.myvi.in\": {\"id\": 58950748739, \"app\": \"stores.myvi.in\", \"name\": \"stores.myvi.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"in.emsigner.com\": {\"id\": 58949779875, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"licindia.in\": {\"id\": 58950208368, \"app\": \"licindia.in\", \"name\": \"licindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 58950191101, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"mjsurgical.com\": {\"id\": 58950190451, \"app\": \"mjsurgical.com\", \"name\": \"mjsurgical.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"cosmotechexpoindia.com\": {\"id\": 58950201775, \"app\": \"cosmotechexpoindia.com\", \"name\": \"cosmotechexpoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"linkedin.com\": {\"id\": 58950223744, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"liccards.in\": {\"id\": 58950207737, \"app\": \"liccards.in\", \"name\": \"liccards.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"standout.eu\": {\"id\": 58950225787, \"app\": \"standout.eu\", \"name\": \"standout.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"translate.google.co.in\": {\"id\": 58950197645, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"standoutuae.com\": {\"id\": 58950225116, \"app\": \"standoutuae.com\", \"name\": \"standoutuae.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"startmenuexperiencehost\": {\"id\": 58951319282, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 58949466485, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58949336115, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:16'),(1295,19,'2025-06-29','11:02:48','22:45:54',6.79778,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-29\", \"isOnline\": false, \"arrived\": \"2025-06-29 11:02:48\", \"left\": \"2025-06-29 22:45:54\", \"late\": true, \"onlineTime\": 24645, \"offlineTime\": 0, \"desktimeTime\": 24645, \"atWorkTime\": 42186, \"afterWorkTime\": 4269, \"beforeWorkTime\": 0, \"productiveTime\": 24472, \"productivity\": 99.3, \"efficiency\": 90.64, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"myntra.com\": {\"id\": 58954384182, \"app\": \"myntra.com\", \"name\": \"myntra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"flipkart.com\": {\"id\": 58954376911, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": {\"microsoft.media.player\": {\"id\": 58954454561, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}}, \"1\": {\"photoshop\": {\"id\": 58953237080, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16450}, \"windows explorer\": {\"id\": 58953128181, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4416}, \"outlook.office.com\": {\"id\": 58953235110, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1118}, \"coreldrw\": {\"id\": 58954417971, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 758}, \"linkedin.com\": {\"id\": 58954458567, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 517}, \"onedrive\": {\"id\": 58953118688, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 218}, \"calculatorapp\": {\"id\": 58954149426, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"ms-teams\": {\"id\": 58953122950, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 178}, \"google chrome\": {\"id\": 58953234590, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 172}, \"google.com\": {\"id\": 58954376406, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"photosapp\": {\"id\": 58954138615, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"openoffice\": {\"id\": 58954430759, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"acrobat\": {\"id\": 58954105375, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"shellexperiencehost\": {\"id\": 58954105908, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"devnetjobsindia.org\": {\"id\": 58954110089, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"shreejisoftech.com\": {\"id\": 58954392125, \"app\": \"shreejisoftech.com\", \"name\": \"shreejisoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"shop.timexindia.com\": {\"id\": 58954379819, \"app\": \"shop.timexindia.com\", \"name\": \"shop.timexindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"nykaa.com\": {\"id\": 58954376407, \"app\": \"nykaa.com\", \"name\": \"nykaa.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"unknown app\": {\"id\": 58954135834, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"cosmotechexpoindia.com\": {\"id\": 58954374592, \"app\": \"cosmotechexpoindia.com\", \"name\": \"cosmotechexpoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"automationindiaexpo.com\": {\"id\": 58954391331, \"app\": \"automationindiaexpo.com\", \"name\": \"automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"login.microsoftonline.com\": {\"id\": 58954422464, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"nykaafashion.com\": {\"id\": 58954380723, \"app\": \"nykaafashion.com\", \"name\": \"nykaafashion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"defenseadvancement.com\": {\"id\": 58954476521, \"app\": \"defenseadvancement.com\", \"name\": \"defenseadvancement.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"desktime.com\": {\"id\": 58954457757, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tgtluxe.com\": {\"id\": 58954382040, \"app\": \"tgtluxe.com\", \"name\": \"tgtluxe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"krishnawatch.com\": {\"id\": 58954381603, \"app\": \"krishnawatch.com\", \"name\": \"krishnawatch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"notepad\": {\"id\": 58954135832, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:16'),(1296,19,'2025-06-30','08:37:43','22:13:20',7.56417,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 08:37:43\", \"left\": \"2025-06-30 22:13:20\", \"late\": true, \"onlineTime\": 27231, \"offlineTime\": 0, \"desktimeTime\": 27231, \"atWorkTime\": 48937, \"afterWorkTime\": 2387, \"beforeWorkTime\": 0, \"productiveTime\": 27231, \"productivity\": 100, \"efficiency\": 100.86, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"photoshop\": {\"id\": 58956779019, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21676}, \"coreldrw\": {\"id\": 58956313895, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2411}, \"openoffice\": {\"id\": 58971791413, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1409}, \"windows explorer\": {\"id\": 58955997387, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 547}, \"desktime.com\": {\"id\": 58971754072, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 388}, \"outlook.office.com\": {\"id\": 58956312166, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 319}, \"lockapp\": {\"id\": 58955898527, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 184}, \"linkedin.com\": {\"id\": 58976611868, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"google chrome\": {\"id\": 58956312165, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"behance.net\": {\"id\": 58976623806, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"hrez.crystalhues.in\": {\"id\": 58974065200, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"ms-teams\": {\"id\": 58955996311, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"login.microsoftonline.com\": {\"id\": 58956776429, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"klueber.com\": {\"id\": 58976623810, \"app\": \"klueber.com\", \"name\": \"klueber.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"cphi-online.com\": {\"id\": 58976619859, \"app\": \"cphi-online.com\", \"name\": \"cphi-online.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"unknown app\": {\"id\": 58956779017, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 58956779016, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 58956773971, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 58956310228, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:17'),(1297,20,'2025-06-01',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-01\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:13:17'),(1298,20,'2025-06-02','10:26:54','18:18:39',6.98,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-02\", \"isOnline\": false, \"arrived\": \"2025-06-02 10:26:54\", \"left\": \"2025-06-02 18:18:39\", \"late\": true, \"onlineTime\": 25128, \"offlineTime\": 0, \"desktimeTime\": 25128, \"atWorkTime\": 28305, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25128, \"productivity\": 100, \"efficiency\": 99.71, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58405405854, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12935}, \"microsoft outlook\": {\"id\": 58405328045, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2738}, \"windows explorer\": {\"id\": 58405331841, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2413}, \"microsoft remote desktop\": {\"id\": 58405679224, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1880}, \"ms-teams\": {\"id\": 58405353258, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1001}, \"pms.chlserv.com\": {\"id\": 58405350209, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 657}, \"google chrome\": {\"id\": 58405393699, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 491}, \"acrobat\": {\"id\": 58405593470, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 416}, \"s2b.standardchartered.com\": {\"id\": 58405422352, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 349}, \"candigital\": {\"id\": 58405453670, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 336}, \"localhost\": {\"id\": 58407296660, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 275}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58415846641, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"shellexperiencehost\": {\"id\": 58405611514, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"online.canarabank.in\": {\"id\": 58412200985, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"return.gst.gov.in\": {\"id\": 58412173128, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"chatgpt.com\": {\"id\": 58407985968, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"cibnext.icicibank.com\": {\"id\": 58405396654, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"google.com\": {\"id\": 58405393700, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"microsoft word\": {\"id\": 58407063492, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"msedge\": {\"id\": 58405422349, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"payment.gst.gov.in\": {\"id\": 58412186553, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"egov.canarabank.in\": {\"id\": 58412194058, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"cleartax.in\": {\"id\": 58407635930, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"pickerhost\": {\"id\": 58405367939, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 58405486406, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"selfservice.gstsystem.in\": {\"id\": 58412149106, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"scgui\": {\"id\": 58405337622, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"services.gst.gov.in\": {\"id\": 58406135569, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"myregus.com\": {\"id\": 58413026719, \"app\": \"myregus.com\", \"name\": \"myregus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"snippingtool\": {\"id\": 58406082687, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"javaw\": {\"id\": 58412416327, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedgewebview2\": {\"id\": 58413959610, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"gst.gov.in\": {\"id\": 58412167353, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"app.cocloud.in\": {\"id\": 58405422348, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"reihub.net\": {\"id\": 58410990486, \"app\": \"reihub.net\", \"name\": \"reihub.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"icicibank.com\": {\"id\": 58405396653, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"compuoffice\": {\"id\": 58407296659, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://downloads\": {\"id\": 58407196922, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58406197140, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"downloads\": {\"id\": 58413092642, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 58407306372, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"credentialuibroker\": {\"id\": 58406139634, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"cloud9.cocloud.in\": {\"id\": 58405672695, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:18'),(1299,20,'2025-06-03','10:26:50','18:45:00',7.75667,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-03\", \"isOnline\": false, \"arrived\": \"2025-06-03 10:26:50\", \"left\": \"2025-06-03 18:45:00\", \"late\": true, \"onlineTime\": 27924, \"offlineTime\": 0, \"desktimeTime\": 27924, \"atWorkTime\": 29890, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27924, \"productivity\": 100, \"efficiency\": 110.81, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58432634391, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10803}, \"microsoft outlook\": {\"id\": 58432577088, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5383}, \"microsoft remote desktop\": {\"id\": 58433147967, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3000}, \"return.gst.gov.in\": {\"id\": 58433640424, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2180}, \"ms-teams\": {\"id\": 58432571493, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1918}, \"windows explorer\": {\"id\": 58432571488, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1275}, \"pms.chlserv.com\": {\"id\": 58433417615, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 893}, \"s2b.standardchartered.com\": {\"id\": 58432774238, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 415}, \"desktime.com\": {\"id\": 58445952027, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 343}, \"acrobat\": {\"id\": 58434469435, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 306}, \"hrez.crystalhues.in\": {\"id\": 58435886348, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"shellexperiencehost\": {\"id\": 58432582968, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"cibnext.icicibank.com\": {\"id\": 58432709404, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"dashboard.ccavenue.com\": {\"id\": 58446536550, \"app\": \"dashboard.ccavenue.com\", \"name\": \"dashboard.ccavenue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"msedge\": {\"id\": 58432706217, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"services.gst.gov.in\": {\"id\": 58433136373, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"candigital\": {\"id\": 58432731812, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"print\": {\"id\": 58433619968, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"google chrome\": {\"id\": 58432608967, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"hdfcbank.com\": {\"id\": 58432660212, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"netbanking.hdfcbank.com\": {\"id\": 58432673640, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"icicibank.com\": {\"id\": 58432608973, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"chrome://downloads\": {\"id\": 58432757681, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"unknown app\": {\"id\": 58432571486, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"snippingtool\": {\"id\": 58432860547, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"v.hdfcbank.com\": {\"id\": 58432695477, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"google.com\": {\"id\": 58432608969, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"bing.com\": {\"id\": 58432706223, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"app.cocloud.in\": {\"id\": 58433140351, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"downloads\": {\"id\": 58432844488, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"cloud9.cocloud.in\": {\"id\": 58433144256, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"scgui\": {\"id\": 58432622988, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 58436573097, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"selfservice.gstsystem.in\": {\"id\": 58433632105, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://whats-new\": {\"id\": 58432653490, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"javaw\": {\"id\": 58432580228, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"gst.gov.in\": {\"id\": 58433636122, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"corporate.hdfcbank.com\": {\"id\": 58438711922, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:18'),(1300,20,'2025-06-04','09:59:50','18:46:27',6.68778,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-04\", \"isOnline\": false, \"arrived\": \"2025-06-04 09:59:50\", \"left\": \"2025-06-04 18:46:27\", \"late\": true, \"onlineTime\": 24076, \"offlineTime\": 0, \"desktimeTime\": 24076, \"atWorkTime\": 31597, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 24076, \"productivity\": 100, \"efficiency\": 95.54, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58460400136, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6641}, \"microsoft remote desktop\": {\"id\": 58462234241, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4002}, \"microsoft outlook\": {\"id\": 58460400139, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3340}, \"ms-teams\": {\"id\": 58460812397, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2062}, \"acrobat\": {\"id\": 58461123279, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1632}, \"windows explorer\": {\"id\": 58460400137, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1469}, \"services.gst.gov.in\": {\"id\": 58471245100, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 741}, \"google.com\": {\"id\": 58461026215, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 590}, \"return.gst.gov.in\": {\"id\": 58471692387, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 404}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58462759632, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 372}, \"shellexperiencehost\": {\"id\": 58460885276, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 311}, \"chatgpt.com\": {\"id\": 58469800509, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 284}, \"icmai.in\": {\"id\": 58469126956, \"app\": \"icmai.in\", \"name\": \"icmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 257}, \"netbanking.hdfcbank.com\": {\"id\": 58461032502, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"app.cocloud.in\": {\"id\": 58462229743, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"pms.chlserv.com\": {\"id\": 58471975311, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 179}, \"google chrome\": {\"id\": 58460841740, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"eicmai.in\": {\"id\": 58469144616, \"app\": \"eicmai.in\", \"name\": \"eicmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"s2b.standardchartered.com\": {\"id\": 58460930453, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"airtel.in\": {\"id\": 58463417978, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"chrome://downloads\": {\"id\": 58469228896, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"microsoft word\": {\"id\": 58462135317, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"cibnext.icicibank.com\": {\"id\": 58460844530, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"desktime.com\": {\"id\": 58460885282, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"examicmai.in\": {\"id\": 58469511239, \"app\": \"examicmai.in\", \"name\": \"examicmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"candigital\": {\"id\": 58460897784, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"snippingtool\": {\"id\": 58461130151, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"scgui\": {\"id\": 58460831298, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"unknown app\": {\"id\": 58460825218, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 58460838699, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"javaw\": {\"id\": 58460809254, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"v.hdfcbank.com\": {\"id\": 58461151600, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58462790909, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"hdfcbank.com\": {\"id\": 58461026216, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"justdial.com\": {\"id\": 58471319812, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 58462179898, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58463407006, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 58462135316, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"icicibank.com\": {\"id\": 58460844528, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cloud9.cocloud.in\": {\"id\": 58462229745, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:19'),(1301,20,'2025-06-05','10:10:54','19:12:27',8.46222,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-05\", \"isOnline\": false, \"arrived\": \"2025-06-05 10:10:54\", \"left\": \"2025-06-05 19:12:27\", \"late\": true, \"onlineTime\": 30464, \"offlineTime\": 0, \"desktimeTime\": 30464, \"atWorkTime\": 32493, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30464, \"productivity\": 100, \"efficiency\": 120.89, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58489026483, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9522}, \"microsoft outlook\": {\"id\": 58488373511, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6151}, \"ms-teams\": {\"id\": 58488646652, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3023}, \"windows explorer\": {\"id\": 58488387054, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2412}, \"microsoft remote desktop\": {\"id\": 58488384807, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2333}, \"candigital\": {\"id\": 58489097708, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1385}, \"pms.chlserv.com\": {\"id\": 58488391458, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1248}, \"s2b.standardchartered.com\": {\"id\": 58489140207, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 746}, \"corporatebanking.hdfcbank.com\": {\"id\": 58501657221, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 697}, \"acrobat\": {\"id\": 58488815006, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 671}, \"cibnext.icicibank.com\": {\"id\": 58488735065, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 311}, \"google chrome\": {\"id\": 58488391454, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 287}, \"eportal.incometax.gov.in\": {\"id\": 58502147712, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"adobearm\": {\"id\": 58488826531, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 188}, \"microsoft word\": {\"id\": 58490448399, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"notepad\": {\"id\": 58501613514, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"netbanking.hdfcbank.com\": {\"id\": 58489061529, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"unknown app\": {\"id\": 58489976970, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"shellexperiencehost\": {\"id\": 58488880919, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"google.com\": {\"id\": 58489012788, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"airtel.in\": {\"id\": 58502625464, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"snippingtool\": {\"id\": 58489183273, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"localhost\": {\"id\": 58488895399, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"photos\": {\"id\": 58488658828, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"icicibank.com\": {\"id\": 58488391453, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"bescom.co.in\": {\"id\": 58502593322, \"app\": \"bescom.co.in\", \"name\": \"bescom.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"msedge\": {\"id\": 58488380457, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"chrome://downloads\": {\"id\": 58490634434, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"app.cocloud.in\": {\"id\": 58488380461, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"in.emsigner.com\": {\"id\": 58499283160, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"portal.office.com\": {\"id\": 58500034782, \"app\": \"portal.office.com\", \"name\": \"portal.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"corporate.hdfcbank.com\": {\"id\": 58502241890, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"billdesk.com\": {\"id\": 58502581860, \"app\": \"billdesk.com\", \"name\": \"billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"incometax.gov.in\": {\"id\": 58502142495, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"cloud9.cocloud.in\": {\"id\": 58488382539, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedgewebview2\": {\"id\": 58490435706, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"login.microsoftonline.com\": {\"id\": 58500023050, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"scgui\": {\"id\": 58501261065, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"hdfcbank.com\": {\"id\": 58501657217, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"v.hdfcbank.com\": {\"id\": 58489131952, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58488621961, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"javaw\": {\"id\": 58488375851, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58499099443, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"permission-request-dialog\": {\"id\": 58499283161, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hrez.crystalhues.in\": {\"id\": 58489009280, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuoffice\": {\"id\": 58488895398, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 58488378214, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:19'),(1302,20,'2025-06-06','10:19:37','19:17:07',8.4275,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-06\", \"isOnline\": false, \"arrived\": \"2025-06-06 10:19:37\", \"left\": \"2025-06-06 19:17:07\", \"late\": true, \"onlineTime\": 30721, \"offlineTime\": 0, \"desktimeTime\": 30721, \"atWorkTime\": 32250, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30339, \"productivity\": 98.72, \"efficiency\": 120.39, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"shiksha.com\": {\"id\": 58526987854, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 393}}, \"0\": [], \"1\": {\"microsoft remote desktop\": {\"id\": 58515682243, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8437}, \"microsoft excel\": {\"id\": 58515044005, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8057}, \"ms-teams\": {\"id\": 58515056776, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2036}, \"acrobat\": {\"id\": 58515463845, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1457}, \"microsoft outlook\": {\"id\": 58515460775, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1449}, \"windows explorer\": {\"id\": 58515046530, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1340}, \"google.com\": {\"id\": 58515086461, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 714}, \"pms.chlserv.com\": {\"id\": 58517566287, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 709}, \"return.gst.gov.in\": {\"id\": 58517828573, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"ccsuniversity.ac.in\": {\"id\": 58515278607, \"app\": \"ccsuniversity.ac.in\", \"name\": \"ccsuniversity.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"candigital\": {\"id\": 58515104970, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 465}, \"google chrome\": {\"id\": 58515086460, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 435}, \"s2b.standardchartered.com\": {\"id\": 58515128150, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 404}, \"services.gst.gov.in\": {\"id\": 58517819586, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 394}, \"hrez.crystalhues.in\": {\"id\": 58517562054, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}, \"makemytrip.com\": {\"id\": 58516491149, \"app\": \"makemytrip.com\", \"name\": \"makemytrip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"pt.kar.nic.in\": {\"id\": 58520923177, \"app\": \"pt.kar.nic.in\", \"name\": \"pt.kar.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"apply.manavrachna.edu.in\": {\"id\": 58523707339, \"app\": \"apply.manavrachna.edu.in\", \"name\": \"apply.manavrachna.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"corporatebanking.hdfcbank.com\": {\"id\": 58527759171, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"sarkariresult.com\": {\"id\": 58527182330, \"app\": \"sarkariresult.com\", \"name\": \"sarkariresult.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"online.canarabank.in\": {\"id\": 58521056548, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 177}, \"portal.esic.gov.in\": {\"id\": 58521125246, \"app\": \"portal.esic.gov.in\", \"name\": \"portal.esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"cibnext.icicibank.com\": {\"id\": 58515054009, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"chrome://downloads\": {\"id\": 58515046531, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"desktime.com\": {\"id\": 58526830650, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"ccsuniversityadm.samarth.edu.in\": {\"id\": 58515338129, \"app\": \"ccsuniversityadm.samarth.edu.in\", \"name\": \"ccsuniversityadm.samarth.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58515312769, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"gst.gov.in\": {\"id\": 58517819584, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"amity.edu\": {\"id\": 58523676491, \"app\": \"amity.edu\", \"name\": \"amity.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"netbanking.hdfcbank.com\": {\"id\": 58515405895, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 58515150412, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"app.cocloud.in\": {\"id\": 58515679188, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"cleartax.in\": {\"id\": 58525988760, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"msedge\": {\"id\": 58515128148, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"trafiksol.com\": {\"id\": 58519947113, \"app\": \"trafiksol.com\", \"name\": \"trafiksol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"canepaycustoms.canarabank.in\": {\"id\": 58521050998, \"app\": \"canepaycustoms.canarabank.in\", \"name\": \"canepaycustoms.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"nludelhi.ac.in\": {\"id\": 58527434137, \"app\": \"nludelhi.ac.in\", \"name\": \"nludelhi.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"scgui\": {\"id\": 58515081347, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"shellexperiencehost\": {\"id\": 58520318998, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"gstr2b.gst.gov.in\": {\"id\": 58518274764, \"app\": \"gstr2b.gst.gov.in\", \"name\": \"gstr2b.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"k2.karnataka.gov.in\": {\"id\": 58521041615, \"app\": \"k2.karnataka.gov.in\", \"name\": \"k2.karnataka.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"snippingtool\": {\"id\": 58515457641, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"hdfcbank.com\": {\"id\": 58515403035, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"cloud9.cocloud.in\": {\"id\": 58515679190, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"msedgewebview2\": {\"id\": 58525259855, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"esic.gov.in\": {\"id\": 58521125240, \"app\": \"esic.gov.in\", \"name\": \"esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"selfservice.gstsystem.in\": {\"id\": 58517819582, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"v.hdfcbank.com\": {\"id\": 58515454604, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"downloads\": {\"id\": 58515238865, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 58515086462, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"corporate.hdfcbank.com\": {\"id\": 58527754640, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pickerhost\": {\"id\": 58525130086, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58524621340, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webapp.canarabank.in\": {\"id\": 58521225347, \"app\": \"webapp.canarabank.in\", \"name\": \"webapp.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 58515083811, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:19'),(1303,20,'2025-06-07','12:15:51','18:16:10',4.72472,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-07\", \"isOnline\": false, \"arrived\": \"2025-06-07 12:15:51\", \"left\": \"2025-06-07 18:16:10\", \"late\": true, \"onlineTime\": 17571, \"offlineTime\": 0, \"desktimeTime\": 17571, \"atWorkTime\": 21619, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 17009, \"productivity\": 96.8, \"efficiency\": 67.5, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58536788206, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 562}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58536795387, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6546}, \"microsoft outlook\": {\"id\": 58536772364, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3367}, \"ms-teams\": {\"id\": 58536868839, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1419}, \"eportal.incometax.gov.in\": {\"id\": 58537100433, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1197}, \"retail.onlinesbi.sbi\": {\"id\": 58537367080, \"app\": \"retail.onlinesbi.sbi\", \"name\": \"retail.onlinesbi.sbi\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1178}, \"windows explorer\": {\"id\": 58536770681, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 822}, \"acrobat\": {\"id\": 58536872235, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"microsoft remote desktop\": {\"id\": 58537110899, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 510}, \"corporatebanking.hdfcbank.com\": {\"id\": 58536849337, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"enterprise.jio.com\": {\"id\": 58536771874, \"app\": \"enterprise.jio.com\", \"name\": \"enterprise.jio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 405}, \"merchant.onlinesbi.sbi\": {\"id\": 58537407309, \"app\": \"merchant.onlinesbi.sbi\", \"name\": \"merchant.onlinesbi.sbi\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"file://\": {\"id\": 58537104240, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"desktime.com\": {\"id\": 58536770682, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"app.cocloud.in\": {\"id\": 58537703979, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"chrome://downloads\": {\"id\": 58536787571, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"shellexperiencehost\": {\"id\": 58537275427, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"scgui\": {\"id\": 58536846601, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"google chrome\": {\"id\": 58536788204, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"ifsc.bankifsccode.com\": {\"id\": 58537399363, \"app\": \"ifsc.bankifsccode.com\", \"name\": \"ifsc.bankifsccode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"unknown app\": {\"id\": 58537044154, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"google.com\": {\"id\": 58536788205, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"incometax.gov.in\": {\"id\": 58537099928, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"homeloans.sbi\": {\"id\": 58537476010, \"app\": \"homeloans.sbi\", \"name\": \"homeloans.sbi\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"candigital\": {\"id\": 58537425864, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"hdfcbank.com\": {\"id\": 58536849336, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cibnext.icicibank.com\": {\"id\": 58537631606, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58537103649, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:21'),(1304,20,'2025-06-08',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-08\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:13:22'),(1305,20,'2025-06-09','05:55:42','16:59:55',1.33333,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-09\", \"isOnline\": false, \"arrived\": \"2025-06-09 05:55:42\", \"left\": \"2025-06-09 16:59:55\", \"late\": false, \"onlineTime\": 4800, \"offlineTime\": 0, \"desktimeTime\": 4800, \"atWorkTime\": 39853, \"afterWorkTime\": 0, \"beforeWorkTime\": 4017, \"productiveTime\": 4800, \"productivity\": 100, \"efficiency\": 19.05, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58541456936, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1320}, \"google chrome\": {\"id\": 58541456264, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 624}, \"windows explorer\": {\"id\": 58541451400, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 531}, \"icmai.in\": {\"id\": 58541456611, \"app\": \"icmai.in\", \"name\": \"icmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 332}, \"corporatebanking.hdfcbank.com\": {\"id\": 58541455942, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 312}, \"ms-teams\": {\"id\": 58549764296, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 292}, \"cibnext.icicibank.com\": {\"id\": 58541544117, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"unknown app\": {\"id\": 58541451410, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 192}, \"acrobat\": {\"id\": 58541503324, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"s2b.standardchartered.com\": {\"id\": 58541555122, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"eicmai.in\": {\"id\": 58541473346, \"app\": \"eicmai.in\", \"name\": \"eicmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"microsoft outlook\": {\"id\": 58541451398, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"hrez.crystalhues.in\": {\"id\": 58541616700, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"candigital\": {\"id\": 58541551689, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"microsoft excel\": {\"id\": 58541451402, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"shellexperiencehost\": {\"id\": 58541451405, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"scgui\": {\"id\": 58541544925, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"dwm\": {\"id\": 58541476910, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 58541554778, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"javaw\": {\"id\": 58549738883, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"google.com\": {\"id\": 58541456265, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"lockapp\": {\"id\": 58549738882, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 58541495798, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"onlinent\": {\"id\": 58541459325, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 58551713810, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"hdfcbank.com\": {\"id\": 58551724689, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pickerhost\": {\"id\": 58549738892, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"icicibank.com\": {\"id\": 58541544115, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"microsoft remote desktop\": {\"id\": 58541451404, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 58551869121, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 58541617042, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://downloads\": {\"id\": 58541451403, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:22'),(1306,20,'2025-06-10','07:33:24','15:13:38',1.56944,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-10\", \"isOnline\": false, \"arrived\": \"2025-06-10 07:33:24\", \"left\": \"2025-06-10 15:13:38\", \"late\": false, \"onlineTime\": 5650, \"offlineTime\": 0, \"desktimeTime\": 5650, \"atWorkTime\": 27614, \"afterWorkTime\": 0, \"beforeWorkTime\": 1376, \"productiveTime\": 5650, \"productivity\": 100, \"efficiency\": 22.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58566601432, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1343}, \"microsoft outlook\": {\"id\": 58566671448, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 854}, \"ms-teams\": {\"id\": 58566597574, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 836}, \"candigital\": {\"id\": 58566618646, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 705}, \"windows explorer\": {\"id\": 58566600767, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 682}, \"s2b.standardchartered.com\": {\"id\": 58566610890, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"cibnext.icicibank.com\": {\"id\": 58566599870, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"pms.chlserv.com\": {\"id\": 58575112984, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"microsoft remote desktop\": {\"id\": 58574435796, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"acrobat\": {\"id\": 58573854478, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"google chrome\": {\"id\": 58566598283, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"shellexperiencehost\": {\"id\": 58566645140, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"scgui\": {\"id\": 58566599120, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"msedge\": {\"id\": 58566610091, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"unknown app\": {\"id\": 58573720361, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"systemsettings\": {\"id\": 58573266829, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"app.cocloud.in\": {\"id\": 58574429768, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 58566631876, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"cloud9.cocloud.in\": {\"id\": 58574429773, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"onedrive\": {\"id\": 58566596856, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"icicibank.com\": {\"id\": 58566599124, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 58573266826, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"windowsterminal\": {\"id\": 58566597575, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"javaw\": {\"id\": 58573266832, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 58566599123, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://downloads\": {\"id\": 58566685771, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:23'),(1307,20,'2025-06-11',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-11\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:13:24'),(1308,20,'2025-06-12','13:25:21','18:30:27',1.71861,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-12\", \"isOnline\": false, \"arrived\": \"2025-06-12 13:25:21\", \"left\": \"2025-06-12 18:30:27\", \"late\": true, \"onlineTime\": 6845, \"offlineTime\": 0, \"desktimeTime\": 6845, \"atWorkTime\": 18306, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 6187, \"productivity\": 90.39, \"efficiency\": 24.55, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58633613983, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 460}, \"youtube.com\": {\"id\": 58633385288, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58633660529, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1352}, \"ms-teams\": {\"id\": 58626214439, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 915}, \"windows explorer\": {\"id\": 58626209129, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 856}, \"microsoft outlook\": {\"id\": 58626227747, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 617}, \"microsoft excel\": {\"id\": 58627006070, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 487}, \"return.gst.gov.in\": {\"id\": 58626331923, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 354}, \"acrobat\": {\"id\": 58627983112, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 313}, \"s2b.standardchartered.com\": {\"id\": 58627533602, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 310}, \"coceducation.com\": {\"id\": 58633430723, \"app\": \"coceducation.com\", \"name\": \"coceducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"google chrome\": {\"id\": 58626297724, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"drive.google.com\": {\"id\": 58634088253, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"microsoft remote desktop\": {\"id\": 58627891845, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"services.gst.gov.in\": {\"id\": 58626302826, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"candigital\": {\"id\": 58626563660, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"online.canarabank.in\": {\"id\": 58627033910, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"payment.gst.gov.in\": {\"id\": 58626991419, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"chrome://downloads\": {\"id\": 58633799862, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"pms.chlserv.com\": {\"id\": 58626476256, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"egov.canarabank.in\": {\"id\": 58627020740, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"scgui\": {\"id\": 58626214440, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"javaw\": {\"id\": 58626209133, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 58627528351, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"snippingtool\": {\"id\": 58626513465, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 58626292375, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"systemsettings\": {\"id\": 58626269212, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"cloud9.cocloud.in\": {\"id\": 58627886055, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"acrotray\": {\"id\": 58634413224, \"app\": \"Acrotray\", \"name\": \"Acrotray\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"app.cocloud.in\": {\"id\": 58627886051, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 58626264028, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"google.com\": {\"id\": 58626297730, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"selfservice.gstsystem.in\": {\"id\": 58626302820, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58633983581, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 58626209139, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 58626302824, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:24'),(1309,20,'2025-06-13','06:06:50','16:38:56',1.52194,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-13\", \"isOnline\": false, \"arrived\": \"2025-06-13 06:06:50\", \"left\": \"2025-06-13 16:38:56\", \"late\": false, \"onlineTime\": 5478, \"offlineTime\": 0, \"desktimeTime\": 5478, \"atWorkTime\": 37926, \"afterWorkTime\": 0, \"beforeWorkTime\": 2332, \"productiveTime\": 5479, \"productivity\": 100, \"efficiency\": 21.74, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft word\": {\"id\": 58647266492, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2288}, \"s2b.standardchartered.com\": {\"id\": 58653842378, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 986}, \"microsoft excel\": {\"id\": 58653503174, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 480}, \"windows explorer\": {\"id\": 58647265580, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 446}, \"microsoft outlook\": {\"id\": 58653473584, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 420}, \"eportal.incometax.gov.in\": {\"id\": 58657758934, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"scgui\": {\"id\": 58653404830, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 204}, \"ms-teams\": {\"id\": 58653931485, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"microsoft remote desktop\": {\"id\": 58653717664, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"shellexperiencehost\": {\"id\": 58653404817, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"onedrive\": {\"id\": 58647262959, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"icicibank.com\": {\"id\": 58653404826, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"cibnext.icicibank.com\": {\"id\": 58653538368, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"google chrome\": {\"id\": 58653404822, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 58653707831, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"app.cocloud.in\": {\"id\": 58653712746, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"javaw\": {\"id\": 58647264690, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 58653558615, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 58653926294, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"downloads\": {\"id\": 58653941181, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"cloud9.cocloud.in\": {\"id\": 58653717661, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 58653404823, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 58653564125, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:24'),(1310,20,'2025-06-14','13:44:47','15:28:55',1.73556,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-14\", \"isOnline\": false, \"arrived\": \"2025-06-14 13:44:47\", \"left\": \"2025-06-14 15:28:55\", \"late\": true, \"onlineTime\": 6248, \"offlineTime\": 0, \"desktimeTime\": 6248, \"atWorkTime\": 6248, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 6248, \"productivity\": 100, \"efficiency\": 24.79, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58672369362, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3493}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58672378361, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1338}, \"windows explorer\": {\"id\": 58672358749, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 726}, \"microsoft outlook\": {\"id\": 58672360354, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"notepad\": {\"id\": 58672680131, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"acrobat\": {\"id\": 58672407488, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"google chrome\": {\"id\": 58672378359, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"microsoft remote desktop\": {\"id\": 58672644330, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58672414693, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"scgui\": {\"id\": 58672363826, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"about:blank\": {\"id\": 58672413564, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 58672498594, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 58672642976, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"javaw\": {\"id\": 58672359475, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"app.cocloud.in\": {\"id\": 58672643631, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"cloud9.cocloud.in\": {\"id\": 58672644328, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 58672358748, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58672720449, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:25'),(1311,20,'2025-06-15','16:37:26','21:27:01',1.09278,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-15\", \"isOnline\": false, \"arrived\": \"2025-06-15 16:37:26\", \"left\": \"2025-06-15 21:27:01\", \"late\": true, \"onlineTime\": 3934, \"offlineTime\": 0, \"desktimeTime\": 3934, \"atWorkTime\": 17375, \"afterWorkTime\": 556, \"beforeWorkTime\": 0, \"productiveTime\": 3934, \"productivity\": 100, \"efficiency\": 15.61, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58675855911, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1528}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58675879490, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 703}, \"windows explorer\": {\"id\": 58675853696, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 408}, \"aai.aero\": {\"id\": 58676345750, \"app\": \"aai.aero\", \"name\": \"aai.aero\", \"type\": \"web\", \"category_id\": 0, \"duration\": 404}, \"acrobat\": {\"id\": 58675905949, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 319}, \"shellexperiencehost\": {\"id\": 58675853691, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"online.canarabank.in\": {\"id\": 58675968142, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58675946294, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"microsoft outlook\": {\"id\": 58675889362, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"google chrome\": {\"id\": 58675853692, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"notepad\": {\"id\": 58675937764, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"scgui\": {\"id\": 58675853694, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"google.com\": {\"id\": 58675879093, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"ms-teams\": {\"id\": 58675853695, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"javaw\": {\"id\": 58675853700, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"webapp.canarabank.in\": {\"id\": 58675968140, \"app\": \"webapp.canarabank.in\", \"name\": \"webapp.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"epfindia.gov.in\": {\"id\": 58675879094, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"unknown app\": {\"id\": 58675906303, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"file://\": {\"id\": 58675946649, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"adobearm\": {\"id\": 58676344138, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58675971605, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome://downloads\": {\"id\": 58675942931, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 58675930089, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:25'),(1312,20,'2025-06-16','14:27:18','16:42:30',2.25361,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-16\", \"isOnline\": false, \"arrived\": \"2025-06-16 14:27:18\", \"left\": \"2025-06-16 16:42:30\", \"late\": true, \"onlineTime\": 8112, \"offlineTime\": 0, \"desktimeTime\": 8112, \"atWorkTime\": 8112, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 8113, \"productivity\": 100, \"efficiency\": 32.19, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58684631827, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3524}, \"microsoft excel\": {\"id\": 58684682800, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1853}, \"microsoft remote desktop\": {\"id\": 58684727263, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 654}, \"eportal.incometax.gov.in\": {\"id\": 58688028944, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 595}, \"windows explorer\": {\"id\": 58684652365, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 503}, \"microsoft outlook\": {\"id\": 58685492175, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 438}, \"s2b.standardchartered.com\": {\"id\": 58685182471, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 342}, \"msedge\": {\"id\": 58684707228, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"pms.chlserv.com\": {\"id\": 58686377214, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"app.cocloud.in\": {\"id\": 58684714572, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"acrobat\": {\"id\": 58687406316, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"scgui\": {\"id\": 58684658347, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 58688028961, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"javaw\": {\"id\": 58684638635, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"cloud9.cocloud.in\": {\"id\": 58684720968, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"google chrome\": {\"id\": 58687971844, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"services.gst.gov.in\": {\"id\": 58685170473, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"google.com\": {\"id\": 58688022658, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"downloads\": {\"id\": 58687674837, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hrez.crystalhues.in\": {\"id\": 58686377209, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:26'),(1313,20,'2025-06-17','09:48:27','15:57:57',0.936111,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-17\", \"isOnline\": false, \"arrived\": \"2025-06-17 09:48:27\", \"left\": \"2025-06-17 15:57:57\", \"late\": true, \"onlineTime\": 3370, \"offlineTime\": 0, \"desktimeTime\": 3370, \"atWorkTime\": 22170, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 3370, \"productivity\": 100, \"efficiency\": 13.37, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58713632322, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1240}, \"pms.chlserv.com\": {\"id\": 58713656884, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 849}, \"windows explorer\": {\"id\": 58705728254, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"microsoft remote desktop\": {\"id\": 58714430105, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"google chrome\": {\"id\": 58713651258, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"lockapp\": {\"id\": 58705717924, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"s2b.standardchartered.com\": {\"id\": 58705717944, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"ms-teams\": {\"id\": 58705717931, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"acrobat\": {\"id\": 58713826902, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"candigital\": {\"id\": 58705732378, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"microsoft excel\": {\"id\": 58713700446, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"scgui\": {\"id\": 58705755559, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"shellexperiencehost\": {\"id\": 58705717935, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"msedge\": {\"id\": 58705717941, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"javaw\": {\"id\": 58705717928, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"app.cocloud.in\": {\"id\": 58714423763, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"cloud9.cocloud.in\": {\"id\": 58714430104, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 58714805289, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 58714872926, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:27'),(1314,20,'2025-06-18','13:19:52','14:48:48',1.24972,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-18\", \"isOnline\": false, \"arrived\": \"2025-06-18 13:19:52\", \"left\": \"2025-06-18 14:48:48\", \"late\": true, \"onlineTime\": 4542, \"offlineTime\": 0, \"desktimeTime\": 4542, \"atWorkTime\": 5336, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 4499, \"productivity\": 99.05, \"efficiency\": 17.85, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58740700621, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}}, \"0\": [], \"1\": {\"windows explorer\": {\"id\": 58738568535, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1078}, \"microsoft excel\": {\"id\": 58738712701, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 896}, \"microsoft outlook\": {\"id\": 58738513430, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 549}, \"ms-teams\": {\"id\": 58738573922, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 452}, \"candigital\": {\"id\": 58738718035, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 266}, \"econnection.dhbvn.org.in\": {\"id\": 58740364501, \"app\": \"econnection.dhbvn.org.in\", \"name\": \"econnection.dhbvn.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"google.com\": {\"id\": 58739635147, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58740248777, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"acrobat\": {\"id\": 58738604460, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"cibnext.icicibank.com\": {\"id\": 58739640687, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"microsoft remote desktop\": {\"id\": 58738982977, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"google chrome\": {\"id\": 58738668218, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"dhbvn.org.in\": {\"id\": 58740332640, \"app\": \"dhbvn.org.in\", \"name\": \"dhbvn.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"shellexperiencehost\": {\"id\": 58738513435, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"s2b.standardchartered.com\": {\"id\": 58739646172, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"scgui\": {\"id\": 58738615888, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"app.cocloud.in\": {\"id\": 58738701984, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"bsesdelhi.com\": {\"id\": 58740242758, \"app\": \"bsesdelhi.com\", \"name\": \"bsesdelhi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"photos\": {\"id\": 58738556021, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 58738971493, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"smallpdf.com\": {\"id\": 58740712241, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"snippingtool\": {\"id\": 58739724758, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"icicibank.com\": {\"id\": 58739640683, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pms.chlserv.com\": {\"id\": 58738668217, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-28 18:13:27'),(1315,20,'2025-06-19','09:51:30','21:54:28',8.53583,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-19\", \"isOnline\": false, \"arrived\": \"2025-06-19 09:51:30\", \"left\": \"2025-06-19 21:54:28\", \"late\": true, \"onlineTime\": 30758, \"offlineTime\": 0, \"desktimeTime\": 30758, \"atWorkTime\": 43378, \"afterWorkTime\": 2979, \"beforeWorkTime\": 0, \"productiveTime\": 30729, \"productivity\": 99.88, \"efficiency\": 121.94, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 58761691892, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58761707599, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7598}, \"microsoft remote desktop\": {\"id\": 58761684923, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6872}, \"microsoft outlook\": {\"id\": 58761667699, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4536}, \"windows explorer\": {\"id\": 58761667704, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2880}, \"acrobat\": {\"id\": 58761779858, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1467}, \"econnection.dhbvn.org.in\": {\"id\": 58761693755, \"app\": \"econnection.dhbvn.org.in\", \"name\": \"econnection.dhbvn.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1344}, \"ms-teams\": {\"id\": 58761667701, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 948}, \"s2b.standardchartered.com\": {\"id\": 58761677078, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 898}, \"return.gst.gov.in\": {\"id\": 58762417331, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 867}, \"corporatebanking.hdfcbank.com\": {\"id\": null, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 467}, \"google chrome\": {\"id\": 58761782132, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"scgui\": {\"id\": 58761667702, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 264}, \"cibnext.icicibank.com\": {\"id\": 58761695565, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"netbanking.hdfcbank.com\": {\"id\": 58761788744, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 224}, \"services.gst.gov.in\": {\"id\": 58762414341, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"app.cocloud.in\": {\"id\": 58761683059, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58779976886, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"mshta\": {\"id\": 58764705434, \"app\": \"Mshta\", \"name\": \"Mshta\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"v.hdfcbank.com\": {\"id\": 58761871150, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"google.com\": {\"id\": 58762410855, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"payment.gst.gov.in\": {\"id\": 58762453339, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"candigital\": {\"id\": 58761750866, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"microsoft word\": {\"id\": 58762001639, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"unknown app\": {\"id\": 58762244032, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"pms.chlserv.com\": {\"id\": 58761693756, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"msedge\": {\"id\": 58761678903, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"shellexperiencehost\": {\"id\": 58761667700, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"anydesk (3)\": {\"id\": 58763900020, \"app\": \"AnyDesk (3)\", \"name\": \"AnyDesk (3)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"epayment.dhbvn.org.in\": {\"id\": 58780042337, \"app\": \"epayment.dhbvn.org.in\", \"name\": \"epayment.dhbvn.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"snippingtool\": {\"id\": 58761884647, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"secure.paytmpayments.com\": {\"id\": 58780054913, \"app\": \"secure.paytmpayments.com\", \"name\": \"secure.paytmpayments.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"hdfcbank.com\": {\"id\": 58761784410, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"anydesk.com\": {\"id\": 58763890846, \"app\": \"anydesk.com\", \"name\": \"anydesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"mpcareer.in\": {\"id\": 58773752122, \"app\": \"mpcareer.in\", \"name\": \"mpcareer.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"cloud9.cocloud.in\": {\"id\": 58761684922, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"selfservice.gstsystem.in\": {\"id\": 58762399400, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"javaw\": {\"id\": 58765448098, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"dhbvn.org.in\": {\"id\": 58779446351, \"app\": \"dhbvn.org.in\", \"name\": \"dhbvn.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"dwm\": {\"id\": 58767448846, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"justdial.com\": {\"id\": 58773739189, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"icicibank.com\": {\"id\": 58761695564, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 58779319503, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 58761695563, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": 58775534276, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 58769599492, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://downloads\": {\"id\": 58761771316, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58764993624, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"settings\": {\"id\": 58764104839, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"corporate.hdfcbank.com\": {\"id\": null, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 58762414339, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:27'),(1316,20,'2025-06-20','10:00:00','18:29:34',6.60722,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-20\", \"isOnline\": false, \"arrived\": \"2025-06-20 10:00:00\", \"left\": \"2025-06-20 18:29:34\", \"late\": true, \"onlineTime\": 23786, \"offlineTime\": 0, \"desktimeTime\": 23786, \"atWorkTime\": 30574, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 23786, \"productivity\": 100, \"efficiency\": 94.39, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58788830925, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5406}, \"return.gst.gov.in\": {\"id\": 58789876874, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3968}, \"microsoft outlook\": {\"id\": 58788776116, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3580}, \"microsoft remote desktop\": {\"id\": 58789072385, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1983}, \"windows explorer\": {\"id\": 58787959826, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1625}, \"pms.chlserv.com\": {\"id\": 58789350026, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1223}, \"ms-teams\": {\"id\": 58787957420, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 998}, \"gstr1a.gst.gov.in\": {\"id\": 58798334373, \"app\": \"gstr1a.gst.gov.in\", \"name\": \"gstr1a.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 914}, \"services.gst.gov.in\": {\"id\": 58789872583, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 500}, \"msedge\": {\"id\": 58788798166, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 354}, \"s2b.standardchartered.com\": {\"id\": 58794401649, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 332}, \"bing.com\": {\"id\": 58794644727, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"google.com\": {\"id\": 58789159629, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"corporatebanking.hdfcbank.com\": {\"id\": 58787957410, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"acrobat\": {\"id\": 58788783161, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 188}, \"einvoice2.gst.gov.in\": {\"id\": 58790028987, \"app\": \"einvoice2.gst.gov.in\", \"name\": \"einvoice2.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"google chrome\": {\"id\": 58789159628, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"cibnext.icicibank.com\": {\"id\": 58794396485, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"ccsuniversity.ac.in\": {\"id\": 58796708897, \"app\": \"ccsuniversity.ac.in\", \"name\": \"ccsuniversity.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"chatgpt.com\": {\"id\": 58795970101, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"nhrc.nic.in\": {\"id\": 58789163264, \"app\": \"nhrc.nic.in\", \"name\": \"nhrc.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"online.canarabank.in\": {\"id\": null, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58795329034, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"tutorial.gst.gov.in\": {\"id\": 58794650361, \"app\": \"tutorial.gst.gov.in\", \"name\": \"tutorial.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58789212270, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"payment.gst.gov.in\": {\"id\": null, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"shellexperiencehost\": {\"id\": 58787957412, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"egov.canarabank.in\": {\"id\": null, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"javaw\": {\"id\": 58791130868, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"scgui\": {\"id\": 58788817073, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"unknown app\": {\"id\": 58790196298, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"ccsuniversityadm.samarth.edu.in\": {\"id\": 58796714694, \"app\": \"ccsuniversityadm.samarth.edu.in\", \"name\": \"ccsuniversityadm.samarth.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"hyperpkitokenmanager_hyp2003\": {\"id\": 58791022286, \"app\": \"HyperPKITokenManager_HYP2003\", \"name\": \"HyperPKITokenManager_HYP2003\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"cloud9.cocloud.in\": {\"id\": 58789068080, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"app.cocloud.in\": {\"id\": 58789064417, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"searchhost\": {\"id\": 58787957417, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"selfservice.gstsystem.in\": {\"id\": 58789868513, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"openai.com\": {\"id\": 58796106415, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"support.cocloud.in\": {\"id\": 58792953192, \"app\": \"support.cocloud.in\", \"name\": \"support.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"icicibank.com\": {\"id\": 58794396481, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gst.gov.in\": {\"id\": 58789872582, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"entrance.ccsuforms.in\": {\"id\": 58796731084, \"app\": \"entrance.ccsuforms.in\", \"name\": \"entrance.ccsuforms.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"snippingtool\": {\"id\": null, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"netbanking.hdfcbank.com\": {\"id\": 58799162611, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"epfindia.gov.in\": {\"id\": 58795329032, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58789185720, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"hdfcbank.com\": {\"id\": 58799162614, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ennhri.org\": {\"id\": 58789181969, \"app\": \"ennhri.org\", \"name\": \"ennhri.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chrome://print\": {\"id\": 58793403634, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"nanhri.org\": {\"id\": 58789185724, \"app\": \"nanhri.org\", \"name\": \"nanhri.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:28'),(1317,20,'2025-06-21','15:00:03','16:57:29',1.70111,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-21\", \"isOnline\": false, \"arrived\": \"2025-06-21 15:00:03\", \"left\": \"2025-06-21 16:57:29\", \"late\": true, \"onlineTime\": 6271, \"offlineTime\": 0, \"desktimeTime\": 6271, \"atWorkTime\": 7046, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 6124, \"productivity\": 97.66, \"efficiency\": 24.3, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58811875305, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"zomato.com\": {\"id\": 58811847854, \"app\": \"zomato.com\", \"name\": \"zomato.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"swiggy.com\": {\"id\": 58811884433, \"app\": \"swiggy.com\", \"name\": \"swiggy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58811640921, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4931}, \"chatgpt.com\": {\"id\": 58811748364, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 762}, \"google.com\": {\"id\": 58811665867, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 280}, \"hdfcbank.com\": {\"id\": 58811639551, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"google chrome\": {\"id\": 58811665258, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"sitaramdiwanchand.com\": {\"id\": 58811886115, \"app\": \"sitaramdiwanchand.com\", \"name\": \"sitaramdiwanchand.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"windows explorer\": {\"id\": 58811640337, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"javaw\": {\"id\": 58811641500, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": null, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"unknown app\": {\"id\": 58811665256, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"ms-teams\": {\"id\": 58811664680, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 58811640922, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:30'),(1318,20,'2025-06-22','12:20:48','14:49:22',1.80444,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-22\", \"isOnline\": false, \"arrived\": \"2025-06-22 12:20:48\", \"left\": \"2025-06-22 14:49:22\", \"late\": true, \"onlineTime\": 6496, \"offlineTime\": 0, \"desktimeTime\": 6496, \"atWorkTime\": 8914, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 6496, \"productivity\": 100, \"efficiency\": 25.78, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58814058908, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4947}, \"windows explorer\": {\"id\": 58814023716, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 822}, \"localhost\": {\"id\": 58814025059, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 310}, \"ms-teams\": {\"id\": 58814023712, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 216}, \"update.computax.in\": {\"id\": 58814038754, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"scgui\": {\"id\": 58814023720, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"google chrome\": {\"id\": 58814027951, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"shellexperiencehost\": {\"id\": 58814023714, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"compuoffice\": {\"id\": 58814025058, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"downloads\": {\"id\": 58814043867, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"unknown app\": {\"id\": 58814023718, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 58814023709, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"compuofficeext (10)\": {\"id\": 58814049685, \"app\": \"CompuOfficeExt (10)\", \"name\": \"CompuOfficeExt (10)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"internet explorer\": {\"id\": 58814030895, \"app\": \"Internet Explorer\", \"name\": \"Internet Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"compuofficeext (8)\": {\"id\": 58814039084, \"app\": \"CompuOfficeExt (8)\", \"name\": \"CompuOfficeExt (8)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58814050420, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:30'),(1319,20,'2025-06-23','10:11:07','19:57:50',9.05556,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-23\", \"isOnline\": false, \"arrived\": \"2025-06-23 10:11:07\", \"left\": \"2025-06-23 19:57:50\", \"late\": true, \"onlineTime\": 32599, \"offlineTime\": 0, \"desktimeTime\": 32599, \"atWorkTime\": 35203, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 32600, \"productivity\": 100, \"efficiency\": 129.37, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58817198862, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11199}, \"localhost\": {\"id\": 58824774072, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6262}, \"microsoft remote desktop\": {\"id\": 58817514880, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3329}, \"windows explorer\": {\"id\": 58817182635, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2967}, \"microsoft outlook\": {\"id\": 58817300366, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1802}, \"return.gst.gov.in\": {\"id\": 58817396749, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1336}, \"ms-teams\": {\"id\": 58817182640, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1019}, \"acrobat\": {\"id\": 58817404984, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 816}, \"c\": {\"id\": 58819726280, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 588}, \"gstr1a.gst.gov.in\": {\"id\": 58819155803, \"app\": \"gstr1a.gst.gov.in\", \"name\": \"gstr1a.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 530}, \"cibnext.icicibank.com\": {\"id\": 58817198858, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 415}, \"s2b.standardchartered.com\": {\"id\": 58817259476, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"v.hdfcbank.com\": {\"id\": 58817388869, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"pms.chlserv.com\": {\"id\": 58820160156, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"app.cocloud.in\": {\"id\": 58817511746, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"services.gst.gov.in\": {\"id\": 58817394020, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"unknown app\": {\"id\": 58817182639, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"eportal.incometax.gov.in\": {\"id\": 58826438612, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"microsoft word\": {\"id\": 58823313016, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"gstr2b.gst.gov.in\": {\"id\": 58817609013, \"app\": \"gstr2b.gst.gov.in\", \"name\": \"gstr2b.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"google chrome\": {\"id\": 58817289405, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"google.com\": {\"id\": 58817391568, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"cloud9.cocloud.in\": {\"id\": 58817511747, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"computaxonline.com\": {\"id\": 58826285698, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"candigital\": {\"id\": 58817239077, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"dwm\": {\"id\": 58818812088, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"file://\": {\"id\": 58819224439, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"snippingtool\": {\"id\": 58817300361, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"mshta\": {\"id\": 58821983324, \"app\": \"Mshta\", \"name\": \"Mshta\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"msedge\": {\"id\": 58817256793, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"scgui\": {\"id\": 58817182636, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"windowsterminal\": {\"id\": 58817191224, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"netbanking.hdfcbank.com\": {\"id\": 58817292166, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"javaw\": {\"id\": 58819472218, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"shellexperiencehost\": {\"id\": 58818589268, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"gst.gov.in\": {\"id\": 58817394018, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"mileseducation.com\": {\"id\": 58825660905, \"app\": \"mileseducation.com\", \"name\": \"mileseducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"photos\": {\"id\": 58823033332, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"compuofficeext (9)\": {\"id\": 58825828739, \"app\": \"CompuOfficeExt (9)\", \"name\": \"CompuOfficeExt (9)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"icicibank.com\": {\"id\": 58823084819, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"desktime.com\": {\"id\": 58817286652, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"compuoffice\": {\"id\": 58824774065, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"widgets\": {\"id\": 58822171329, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58819224435, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://downloads\": {\"id\": 58817254448, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"update.computax.in\": {\"id\": 58825822957, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"internet explorer\": {\"id\": 58825951549, \"app\": \"Internet Explorer\", \"name\": \"Internet Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 58820191461, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tutorial.gst.gov.in\": {\"id\": 58819260615, \"app\": \"tutorial.gst.gov.in\", \"name\": \"tutorial.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"selfservice.gstsystem.in\": {\"id\": 58817391569, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"downloads\": {\"id\": 58817278759, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tdsonlineact\": {\"id\": 58826279535, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"smartlearningdestination.com\": {\"id\": 58825672220, \"app\": \"smartlearningdestination.com\", \"name\": \"smartlearningdestination.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 58818361431, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58817182637, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:31'),(1320,20,'2025-06-24','10:26:02','18:01:03',6.61889,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-24\", \"isOnline\": false, \"arrived\": \"2025-06-24 10:26:02\", \"left\": \"2025-06-24 18:01:03\", \"late\": true, \"onlineTime\": 23828, \"offlineTime\": 0, \"desktimeTime\": 23828, \"atWorkTime\": 27301, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 23828, \"productivity\": 100, \"efficiency\": 94.56, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"localhost\": {\"id\": 58844888554, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7344}, \"microsoft excel\": {\"id\": 58843848257, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4510}, \"microsoft outlook\": {\"id\": 58843741198, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2709}, \"windows explorer\": {\"id\": 58843734684, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2108}, \"microsoft remote desktop\": {\"id\": 58843771352, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1428}, \"acrobat\": {\"id\": 58843943803, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1097}, \"pms.chlserv.com\": {\"id\": 58843753171, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 993}, \"s2b.standardchartered.com\": {\"id\": 58844754739, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"corporatebanking.hdfcbank.com\": {\"id\": 58852838041, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 427}, \"google chrome\": {\"id\": 58843910768, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 327}, \"tdsonlineact\": {\"id\": 58845454213, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 284}, \"computaxonline.com\": {\"id\": 58845101315, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 272}, \"compuoffice\": {\"id\": 58844888553, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 221}, \"cibnext.icicibank.com\": {\"id\": 58844574803, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 188}, \"eportal.incometax.gov.in\": {\"id\": 58845007842, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"myvi.in\": {\"id\": 58850117301, \"app\": \"myvi.in\", \"name\": \"myvi.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"online.canarabank.in\": {\"id\": 58850117308, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"ms-teams\": {\"id\": 58843731617, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"tdscpc.gov.in\": {\"id\": 58849492114, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"unknown app\": {\"id\": 58843731616, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"scgui\": {\"id\": 58843734685, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"msedge\": {\"id\": 58843759232, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"chatgpt.com\": {\"id\": 58854513420, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"microsoft word\": {\"id\": 58846645158, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"shellexperiencehost\": {\"id\": 58844763077, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"candigital\": {\"id\": 58844614379, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"dwm\": {\"id\": 58845412847, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"quickup\": {\"id\": 58851202566, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"app.cocloud.in\": {\"id\": 58843768238, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"google.com\": {\"id\": 58844571377, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"chrome://downloads\": {\"id\": 58844639902, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"incometax.gov.in\": {\"id\": null, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"update.computax.in\": {\"id\": 58853091495, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"snippingtool\": {\"id\": 58844857279, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"cloud9.cocloud.in\": {\"id\": 58843771351, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"icicibank.com\": {\"id\": 58844571379, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"compuofficeext (11)\": {\"id\": 58853104023, \"app\": \"CompuOfficeExt (11)\", \"name\": \"CompuOfficeExt (11)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"hdfcbank.com\": {\"id\": 58852838035, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58843904162, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"startmenuexperiencehost\": {\"id\": 58849677852, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"javaw\": {\"id\": 58845257156, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"auth0.openai.com\": {\"id\": 58854513417, \"app\": \"auth0.openai.com\", \"name\": \"auth0.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scanner\": {\"id\": 58851202562, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"settings\": {\"id\": 58845021073, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 58847684142, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"login.microsoftonline.com\": {\"id\": 58854345283, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"adobearm\": {\"id\": 58850575877, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msdt\": {\"id\": 58849513381, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"internet explorer\": {\"id\": 58844892618, \"app\": \"Internet Explorer\", \"name\": \"Internet Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58843845584, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:31'),(1321,20,'2025-06-25','10:14:52','18:27:20',7.13222,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-25\", \"isOnline\": false, \"arrived\": \"2025-06-25 10:14:52\", \"left\": \"2025-06-25 18:27:20\", \"late\": true, \"onlineTime\": 25676, \"offlineTime\": 0, \"desktimeTime\": 25676, \"atWorkTime\": 29548, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25676, \"productivity\": 100, \"efficiency\": 101.89, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"localhost\": {\"id\": 58870762232, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9166}, \"microsoft excel\": {\"id\": 58870672218, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6043}, \"ms-teams\": {\"id\": 58870643750, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2197}, \"windows explorer\": {\"id\": 58870646345, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1653}, \"microsoft remote desktop\": {\"id\": 58872210717, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1460}, \"eportal.incometax.gov.in\": {\"id\": 58871995890, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1030}, \"microsoft outlook\": {\"id\": 58870648846, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 909}, \"acrobat\": {\"id\": 58870809840, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 806}, \"tdscpc.gov.in\": {\"id\": 58872506595, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 680}, \"cleartax.in\": {\"id\": 58873701682, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 466}, \"s2b.standardchartered.com\": {\"id\": 58870709513, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 287}, \"tdsonlineact\": {\"id\": 58870822809, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"pms.chlserv.com\": {\"id\": 58883665801, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"microsoft word\": {\"id\": 58872096988, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"google chrome\": {\"id\": 58870657856, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"candigital\": {\"id\": 58870682574, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"cibnext.icicibank.com\": {\"id\": 58870660370, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"google.com\": {\"id\": 58870657857, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 58870646343, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"msedge\": {\"id\": 58870646351, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"snippingtool\": {\"id\": 58870734992, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"searchhost\": {\"id\": 58877163042, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58882533133, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"startmenuexperiencehost\": {\"id\": 58877234896, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"indiacode.nic.in\": {\"id\": 58873685118, \"app\": \"indiacode.nic.in\", \"name\": \"indiacode.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"msme.gov.in\": {\"id\": 58873677576, \"app\": \"msme.gov.in\", \"name\": \"msme.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"scgui\": {\"id\": 58870641066, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"app.cocloud.in\": {\"id\": 58872206349, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"compuoffice\": {\"id\": 58870762231, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"icicibank.com\": {\"id\": 58870660369, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://downloads\": {\"id\": 58870703641, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"shellexperiencehost\": {\"id\": 58871995892, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"javaw\": {\"id\": 58870643743, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"incometax.gov.in\": {\"id\": 58882735758, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58883740553, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"contents.tdscpc.gov.in\": {\"id\": 58882061243, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cloud9.cocloud.in\": {\"id\": 58872210715, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"nriservices.tdscpc.gov.in\": {\"id\": 58882055688, \"app\": \"nriservices.tdscpc.gov.in\", \"name\": \"nriservices.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"pickerhost\": {\"id\": 58873525820, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:31'),(1322,20,'2025-06-26','05:55:17','18:24:27',8.9425,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-26\", \"isOnline\": false, \"arrived\": \"2025-06-26 05:55:17\", \"left\": \"2025-06-26 18:24:27\", \"late\": false, \"onlineTime\": 32193, \"offlineTime\": 0, \"desktimeTime\": 32193, \"atWorkTime\": 44950, \"afterWorkTime\": 0, \"beforeWorkTime\": 5765, \"productiveTime\": 32193, \"productivity\": 100, \"efficiency\": 127.75, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"localhost\": {\"id\": 58897192841, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6379}, \"ms-teams\": {\"id\": 58897190917, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5176}, \"microsoft excel\": {\"id\": 58897199601, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5094}, \"windows explorer\": {\"id\": 58897191933, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2911}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58907411411, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2499}, \"microsoft outlook\": {\"id\": 58898802415, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2308}, \"tdscpc.gov.in\": {\"id\": 58897445120, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2025}, \"microsoft remote desktop\": {\"id\": 58897231359, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1488}, \"acrobat\": {\"id\": 58897422728, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 872}, \"google.com\": {\"id\": 58897425676, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 788}, \"eportal.incometax.gov.in\": {\"id\": 58897425678, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 537}, \"google chrome\": {\"id\": 58897438547, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 399}, \"corporatebanking.hdfcbank.com\": {\"id\": 58899808765, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 216}, \"shellexperiencehost\": {\"id\": 58897426433, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 192}, \"login.microsoftonline.com\": {\"id\": 58900694748, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"chatgpt.com\": {\"id\": 58901843069, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"pms.chlserv.com\": {\"id\": 58898802420, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"cibnext.icicibank.com\": {\"id\": 58898913785, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"s2b.standardchartered.com\": {\"id\": 58898966729, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"contents.tdscpc.gov.in\": {\"id\": 58899517143, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"candigital\": {\"id\": 58898999891, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"computaxonline.com\": {\"id\": 58897501389, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"microsoft word\": {\"id\": 58906519315, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"tdsonlineact\": {\"id\": 58897437625, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"simplilearn.com\": {\"id\": 58906946785, \"app\": \"simplilearn.com\", \"name\": \"simplilearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"ccslearningacademy.com\": {\"id\": 58906970701, \"app\": \"ccslearningacademy.com\", \"name\": \"ccslearningacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"dhansikhi.com\": {\"id\": 58909302592, \"app\": \"dhansikhi.com\", \"name\": \"dhansikhi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"justdial.com\": {\"id\": 58906905639, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"c\": {\"id\": 58907503600, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"unknown app\": {\"id\": 58897191932, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"epfindia.gov.in\": {\"id\": 58907405276, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"snippingtool\": {\"id\": 58899018798, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"cloud9.cocloud.in\": {\"id\": 58897230470, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"intellipaat.com\": {\"id\": 58906935181, \"app\": \"intellipaat.com\", \"name\": \"intellipaat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"compuoffice\": {\"id\": 58897192840, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"chrome://new-tab-page\": {\"id\": 58897425675, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 58897230467, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"app.cocloud.in\": {\"id\": 58897230469, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"calculatorapp\": {\"id\": 58898863715, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"incometax.gov.in\": {\"id\": 58900549942, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": 58911693433, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"notepad\": {\"id\": 58906291239, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"scgui\": {\"id\": 58897190916, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"hdfcbank.com\": {\"id\": 58899808763, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"icicibank.com\": {\"id\": 58898909969, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 58898822744, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 58898863713, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"javaw\": {\"id\": 58897192834, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://downloads\": {\"id\": 58900624535, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-28 18:13:34'),(1323,20,'2025-06-27','06:08:07','18:31:37',5.18056,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-27\", \"isOnline\": false, \"arrived\": \"2025-06-27 06:08:07\", \"left\": \"2025-06-27 18:31:37\", \"late\": false, \"onlineTime\": 18650, \"offlineTime\": 0, \"desktimeTime\": 18650, \"atWorkTime\": 44610, \"afterWorkTime\": 0, \"beforeWorkTime\": 820, \"productiveTime\": 18650, \"productivity\": 100, \"efficiency\": 74.01, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"localhost\": {\"id\": 58924402702, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5742}, \"microsoft excel\": {\"id\": 58926827077, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3188}, \"microsoft outlook\": {\"id\": 58927166575, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1678}, \"microsoft remote desktop\": {\"id\": 58927775271, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1260}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58926615676, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1200}, \"windows explorer\": {\"id\": 58924399413, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1127}, \"ms-teams\": {\"id\": 58924397574, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 549}, \"return.gst.gov.in\": {\"id\": 58928372440, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 527}, \"acrobat\": {\"id\": 58927178470, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 514}, \"cibnext.icicibank.com\": {\"id\": 58927367653, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 475}, \"google chrome\": {\"id\": 58924401045, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 299}, \"tdscpc.gov.in\": {\"id\": 58936863780, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"pms.chlserv.com\": {\"id\": 58927935367, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 221}, \"google.com\": {\"id\": 58926612242, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"corporatebanking.hdfcbank.com\": {\"id\": 58929097846, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"candigital\": {\"id\": 58926844259, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 145}, \"online.canarabank.in\": {\"id\": 58926819430, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58927812583, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"payment.gst.gov.in\": {\"id\": 58928944499, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"s2b.standardchartered.com\": {\"id\": 58927481620, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"app.cocloud.in\": {\"id\": 58926563580, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"services.gst.gov.in\": {\"id\": 58928367493, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"scgui\": {\"id\": 58924396371, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"c\": {\"id\": 58930342587, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"epfindia.gov.in\": {\"id\": 58926612243, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"egov.canarabank.in\": {\"id\": 58928973939, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"chatgpt.com\": {\"id\": 58927729166, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"hrez.crystalhues.in\": {\"id\": 58927931125, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"computaxonline.com\": {\"id\": 58927807914, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"unknown app\": {\"id\": 58924400313, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"hdfcbank.com\": {\"id\": 58929097844, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"cloud9.cocloud.in\": {\"id\": 58927770402, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"javaw\": {\"id\": 58924398432, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"login.microsoftonline.com\": {\"id\": 58927935371, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 58926815665, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"contents.tdscpc.gov.in\": {\"id\": 58936858105, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"snippingtool\": {\"id\": 58927583235, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 58926563578, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"icicibank.com\": {\"id\": 58927363404, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 58926612244, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 58929070247, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"compuoffice\": {\"id\": 58924401830, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"selfservice.gstsystem.in\": {\"id\": 58928367487, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gst.gov.in\": {\"id\": 58928367488, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"webapp.canarabank.in\": {\"id\": 58926815664, \"app\": \"webapp.canarabank.in\", \"name\": \"webapp.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"nriservices.tdscpc.gov.in\": {\"id\": 58936858108, \"app\": \"nriservices.tdscpc.gov.in\", \"name\": \"nriservices.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"incometax.gov.in\": {\"id\": 58935959112, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"netbanking.hdfcbank.com\": {\"id\": 58929093037, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:34'),(1324,20,'2025-06-28','12:50:38','19:26:13',5.255,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-28\", \"isOnline\": false, \"arrived\": \"2025-06-28 12:50:38\", \"left\": \"2025-06-28 19:26:13\", \"late\": true, \"onlineTime\": 18918, \"offlineTime\": 0, \"desktimeTime\": 18918, \"atWorkTime\": 23735, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 18918, \"productivity\": 100, \"efficiency\": 75.07, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58950011906, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5012}, \"ms-teams\": {\"id\": 58949982446, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2253}, \"localhost\": {\"id\": 58949988058, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1996}, \"return.gst.gov.in\": {\"id\": 58950402331, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1729}, \"microsoft outlook\": {\"id\": 58949983939, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1612}, \"windows explorer\": {\"id\": 58949982447, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1410}, \"microsoft remote desktop\": {\"id\": 58950017914, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 932}, \"google.com\": {\"id\": 58950168276, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 637}, \"pms.chlserv.com\": {\"id\": 58950343809, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 537}, \"acrobat\": {\"id\": 58950697577, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 529}, \"hrez.crystalhues.in\": {\"id\": 58950343808, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"cibnext.icicibank.com\": {\"id\": 58950169029, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 324}, \"msedge\": {\"id\": 58950014267, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 259}, \"scgui\": {\"id\": 58950035338, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"shellexperiencehost\": {\"id\": 58949982448, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"centralbankofindia.co.in\": {\"id\": 58951244763, \"app\": \"centralbankofindia.co.in\", \"name\": \"centralbankofindia.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"services.gst.gov.in\": {\"id\": 58950401672, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"photos\": {\"id\": 58950326251, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"unknown app\": {\"id\": 58950037182, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"google chrome\": {\"id\": 58950168275, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"app.cocloud.in\": {\"id\": 58949988063, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"selfservice.gstsystem.in\": {\"id\": 58950398807, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"onedrive\": {\"id\": 58949982445, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"cleartax.in\": {\"id\": 58950806623, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"print\": {\"id\": 58950535123, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"desktime.com\": {\"id\": 58951224354, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"gst.gov.in\": {\"id\": 58950400837, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 58950343811, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"icicibank.com\": {\"id\": 58950169028, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"adobearm\": {\"id\": 58950699644, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"cloud9.cocloud.in\": {\"id\": 58950044867, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"samadhaan.msme.gov.in\": {\"id\": 58951256337, \"app\": \"samadhaan.msme.gov.in\", \"name\": \"samadhaan.msme.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 58950431521, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"compuoffice\": {\"id\": 58949988057, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"snippingtool\": {\"id\": 58951037318, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"downloads\": {\"id\": 58950531738, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"s2b.standardchartered.com\": {\"id\": 58949988060, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"javaw\": {\"id\": 58949983181, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:35'),(1325,20,'2025-06-29',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-29\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-28 18:13:35'),(1326,20,'2025-06-30','07:19:48','19:21:56',8.81528,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-06-30\", \"isOnline\": false, \"arrived\": \"2025-06-30 07:19:48\", \"left\": \"2025-06-30 19:21:56\", \"late\": false, \"onlineTime\": 31725, \"offlineTime\": 0, \"desktimeTime\": 31725, \"atWorkTime\": 43328, \"afterWorkTime\": 0, \"beforeWorkTime\": 1002, \"productiveTime\": 31735, \"productivity\": 100, \"efficiency\": 125.93, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"localhost\": {\"id\": 58955617864, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12900}, \"microsoft excel\": {\"id\": 58955645800, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8241}, \"microsoft remote desktop\": {\"id\": 58956722335, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3149}, \"windows explorer\": {\"id\": 58955617862, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2273}, \"tdsonlineact\": {\"id\": 58961749809, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 962}, \"eportal.incometax.gov.in\": {\"id\": 58963403656, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 764}, \"acrobat\": {\"id\": 58955629574, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 652}, \"ms-teams\": {\"id\": 58955617861, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 434}, \"microsoft outlook\": {\"id\": 58956691428, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 361}, \"google chrome\": {\"id\": 58955649190, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 270}, \"tdscpc.gov.in\": {\"id\": 58955636008, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"computaxonline.com\": {\"id\": 58962787410, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"services.gst.gov.in\": {\"id\": 58958361898, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"unknown app\": {\"id\": 58956566643, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"s2b.standardchartered.com\": {\"id\": 58956630315, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"google.com\": {\"id\": 58956569045, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"cibnext.icicibank.com\": {\"id\": 58955618873, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"scgui\": {\"id\": 58955617859, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"app.cocloud.in\": {\"id\": 58956714666, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"netbanking.hdfcbank.com\": {\"id\": 58956661305, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"candigital\": {\"id\": 58956607207, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"c\": {\"id\": 58958386682, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"cloud9.cocloud.in\": {\"id\": 58956718002, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"shellexperiencehost\": {\"id\": 58955617860, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 58956986181, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"microsoft word\": {\"id\": 58963379917, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"compuoffice\": {\"id\": 58955617863, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"services.tdscpc.gov.in\": {\"id\": 58970512756, \"app\": \"services.tdscpc.gov.in\", \"name\": \"services.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 58956689211, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"onedrive\": {\"id\": 58955617858, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 58956627977, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"chrome://downloads\": {\"id\": 58956623293, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"photos\": {\"id\": 58969786863, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"incometax.gov.in\": {\"id\": 58966031632, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"contents.tdscpc.gov.in\": {\"id\": 58964601369, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"jre-8u451-windows-au\": {\"id\": 58964482337, \"app\": \"Jre-8u451-windows-au\", \"name\": \"Jre-8u451-windows-au\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"icicibank.com\": {\"id\": 58956571354, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"jucheck\": {\"id\": 58964505342, \"app\": \"Jucheck\", \"name\": \"Jucheck\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"compuofficeext (12)\": {\"id\": 58957337186, \"app\": \"CompuOfficeExt (12)\", \"name\": \"CompuOfficeExt (12)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"v.hdfcbank.com\": {\"id\": 58956684322, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"microsoft.com\": {\"id\": 58955618426, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"epfindia.gov.in\": {\"id\": 58956983161, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 58957179403, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"javaw\": {\"id\": 58956566640, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 58955663265, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58963490167, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"update.computax.in\": {\"id\": 58957337181, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 58956656343, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://history\": {\"id\": 58956620924, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 58956566642, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-28 18:13:36'),(1337,8,'2025-07-01','09:44:07','18:47:05',7.40222,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 09:44:07\", \"left\": \"2025-07-01 18:47:05\", \"late\": false, \"onlineTime\": 26648, \"offlineTime\": 0, \"desktimeTime\": 26648, \"atWorkTime\": 32578, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26648, \"productivity\": 100, \"efficiency\": 105.75, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 58983677440, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6360}, \"microsoft outlook\": {\"id\": 58983771373, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4850}, \"microsoft word\": {\"id\": 58983998789, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4598}, \"windows explorer\": {\"id\": 58983771372, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3228}, \"in.emsigner.com\": {\"id\": 58984078152, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2708}, \"hrez.crystalhues.in\": {\"id\": 58985463955, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1900}, \"google chrome\": {\"id\": 58983939282, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 854}, \"desktime.com\": {\"id\": 58988781573, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 793}, \"acrobat\": {\"id\": 58984026368, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 682}, \"unknown app\": {\"id\": 58984126667, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 370}, \"msedgewebview2\": {\"id\": 58985009136, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 135}, \"chatgpt.com\": {\"id\": 58990888497, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"shellexperiencehost\": {\"id\": 58997031267, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"login.microsoftonline.com\": {\"id\": 58985450242, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"lockapp\": {\"id\": 58985401293, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"openai.com\": {\"id\": 58990882427, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 58985911555, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"google.com\": {\"id\": 58990882425, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 58987777844, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 58987772354, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:27'),(1338,8,'2025-07-02','10:03:32','18:49:02',7.18833,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 10:03:32\", \"left\": \"2025-07-02 18:49:02\", \"late\": false, \"onlineTime\": 25878, \"offlineTime\": 0, \"desktimeTime\": 25878, \"atWorkTime\": 31530, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25878, \"productivity\": 100, \"efficiency\": 102.69, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59011898238, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4828}, \"in.emsigner.com\": {\"id\": 59012683176, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4019}, \"microsoft outlook\": {\"id\": 59011898239, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3370}, \"windows explorer\": {\"id\": 59011919948, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3027}, \"microsoft excel\": {\"id\": 59012514400, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1724}, \"chatgpt.com\": {\"id\": 59013274307, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1723}, \"hrez.crystalhues.in\": {\"id\": 59012452332, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1703}, \"us-lms.365.systems\": {\"id\": 59020488102, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1156}, \"acrobat\": {\"id\": 59012158627, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1057}, \"microsoft word\": {\"id\": 59012237362, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 655}, \"airtel.in\": {\"id\": 59014890199, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 581}, \"openai.com\": {\"id\": 59013269002, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 468}, \"startmenuexperiencehost\": {\"id\": 59017310295, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59012461766, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 320}, \"photos\": {\"id\": 59024535597, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"google chrome\": {\"id\": 59012448416, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"onedrive\": {\"id\": 59011785126, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"desktime.com\": {\"id\": 59016233247, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"msedgewebview2\": {\"id\": 59015078772, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"drive.google.com\": {\"id\": 59012131277, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"login.microsoftonline.com\": {\"id\": 59012448417, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 59011983019, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"searchhost\": {\"id\": 59012230777, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"c\": {\"id\": 59012142387, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://whats-new\": {\"id\": 59012441893, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 59011895585, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 59014992878, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59013269001, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"drive.usercontent.google.com\": {\"id\": 59012139156, \"app\": \"drive.usercontent.google.com\", \"name\": \"drive.usercontent.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellexperiencehost\": {\"id\": 59021495044, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 59014884567, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"emsigner.com\": {\"id\": 59013891959, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59013444632, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59012511267, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:27'),(1339,8,'2025-07-03','09:43:02','18:59:55',8.03639,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 09:43:02\", \"left\": \"2025-07-03 18:59:55\", \"late\": false, \"onlineTime\": 28933, \"offlineTime\": 0, \"desktimeTime\": 28933, \"atWorkTime\": 33413, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28931, \"productivity\": 99.99, \"efficiency\": 114.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59044536511, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59039432176, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7729}, \"microsoft outlook\": {\"id\": 59039386501, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6156}, \"in.emsigner.com\": {\"id\": 59039952170, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2758}, \"microsoft excel\": {\"id\": 59040660573, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2374}, \"windows explorer\": {\"id\": 59039386500, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2362}, \"ms-teams\": {\"id\": 59039384599, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1924}, \"hrez.crystalhues.in\": {\"id\": 59039403586, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1761}, \"acrobat\": {\"id\": 59039820939, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1350}, \"startmenuexperiencehost\": {\"id\": 59040224819, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 745}, \"google chrome\": {\"id\": 59039401692, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 474}, \"chatgpt.com\": {\"id\": 59041224024, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"drive.google.com\": {\"id\": 59039885225, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 242}, \"openai.com\": {\"id\": 59041219902, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"onedrive\": {\"id\": 59039303434, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"airtel.in\": {\"id\": 59044564618, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"unknown app\": {\"id\": 59040224821, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"desktime.com\": {\"id\": 59044880218, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"login.microsoftonline.com\": {\"id\": 59039401693, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"lockapp\": {\"id\": 59039379625, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"msedgewebview2\": {\"id\": 59043106375, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"searchhost\": {\"id\": 59040224816, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"olk\": {\"id\": 59045601526, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59041219895, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://print\": {\"id\": 59048191670, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 59044564617, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59048235097, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"youtu.be\": {\"id\": 59044531384, \"app\": \"youtu.be\", \"name\": \"youtu.be\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 59039952169, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:28'),(1340,8,'2025-07-04','11:16:49','18:56:50',6.94167,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 11:16:49\", \"left\": \"2025-07-04 18:56:50\", \"late\": false, \"onlineTime\": 24990, \"offlineTime\": 0, \"desktimeTime\": 24990, \"atWorkTime\": 27601, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 24990, \"productivity\": 100, \"efficiency\": 99.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59067149729, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5931}, \"ms-teams\": {\"id\": 59067082001, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5236}, \"in.emsigner.com\": {\"id\": 59069470824, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3314}, \"windows explorer\": {\"id\": 59067049428, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2898}, \"microsoft word\": {\"id\": 59068435645, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1933}, \"microsoft excel\": {\"id\": 59067309025, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1908}, \"hrez.crystalhues.in\": {\"id\": 59067163781, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1343}, \"canva.com\": {\"id\": 59071721665, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 969}, \"acrobat\": {\"id\": 59069097063, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 380}, \"google chrome\": {\"id\": 59067156935, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 242}, \"desktime.com\": {\"id\": 59076279098, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"chatgpt.com\": {\"id\": 59068363553, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"startmenuexperiencehost\": {\"id\": 59070523988, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"openai.com\": {\"id\": 59068359118, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"unknown app\": {\"id\": 59068532419, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"msedgewebview2\": {\"id\": 59073031324, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"login.microsoftonline.com\": {\"id\": 59067160413, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59076050491, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"forms.office.com\": {\"id\": 59073925031, \"app\": \"forms.office.com\", \"name\": \"forms.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"searchhost\": {\"id\": 59070523985, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"lockapp\": {\"id\": 59071261639, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59068354622, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 59077651150, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"emsigner.com\": {\"id\": 59077651153, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"bing.com\": {\"id\": 59077651151, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:48:28'),(1341,8,'2025-07-05','10:00:45','18:47:52',8.46889,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 10:00:45\", \"left\": \"2025-07-05 18:47:52\", \"late\": false, \"onlineTime\": 30490, \"offlineTime\": 0, \"desktimeTime\": 30490, \"atWorkTime\": 31627, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30488, \"productivity\": 99.99, \"efficiency\": 120.98, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59085599118, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59085164444, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7890}, \"ms-teams\": {\"id\": 59085150595, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6572}, \"hrez.crystalhues.in\": {\"id\": 59086206902, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4115}, \"microsoft word\": {\"id\": 59085553611, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2928}, \"microsoft excel\": {\"id\": 59085185685, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2837}, \"in.emsigner.com\": {\"id\": 59085167385, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2033}, \"acrobat\": {\"id\": 59085320308, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1552}, \"windows explorer\": {\"id\": 59085131536, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1091}, \"scgui\": {\"id\": 59085768268, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 216}, \"shellexperiencehost\": {\"id\": 59085205461, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 166}, \"desktime.com\": {\"id\": 59085438222, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"snippingtool\": {\"id\": 59085321858, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"chatgpt.com\": {\"id\": 59086243083, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"crystalhues.desk365.io\": {\"id\": 59085178717, \"app\": \"crystalhues.desk365.io\", \"name\": \"crystalhues.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"photos\": {\"id\": 59085559895, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"google chrome\": {\"id\": 59085165078, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"canva.com\": {\"id\": 59085622347, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"openai.com\": {\"id\": 59086241838, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"login.microsoftonline.com\": {\"id\": 59086206903, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"msedgewebview2\": {\"id\": 59085209024, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"smallpdf.com\": {\"id\": 59085600190, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"unknown app\": {\"id\": 59085479201, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"google.com\": {\"id\": 59085599115, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"about:blank\": {\"id\": 59085602448, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"pickerhost\": {\"id\": 59085323912, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"s3.amazonaws.com\": {\"id\": 59085185684, \"app\": \"s3.amazonaws.com\", \"name\": \"s3.amazonaws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"bing.com\": {\"id\": 59085357493, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 59085356650, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59085557125, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"downloads\": {\"id\": 59085188298, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lockapp\": {\"id\": 59085782942, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 59085357494, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:28'),(1342,8,'2025-07-06',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-06\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:29'),(1343,8,'2025-07-07','10:06:38','19:00:07',7.99944,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 10:06:38\", \"left\": \"2025-07-07 19:00:07\", \"late\": false, \"onlineTime\": 28838, \"offlineTime\": 0, \"desktimeTime\": 28838, \"atWorkTime\": 32009, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28798, \"productivity\": 99.86, \"efficiency\": 114.28, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59096981298, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59091827292, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8313}, \"ms-teams\": {\"id\": 59091810352, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4433}, \"microsoft word\": {\"id\": 59095469974, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3761}, \"windows explorer\": {\"id\": 59091810351, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2623}, \"microsoft excel\": {\"id\": 59091885930, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2289}, \"in.emsigner.com\": {\"id\": 59100198414, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2040}, \"acrobat\": {\"id\": 59093401367, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1666}, \"hrez.crystalhues.in\": {\"id\": 59091883479, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 959}, \"chatgpt.com\": {\"id\": 59094452991, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 758}, \"openai.com\": {\"id\": 59093881676, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 574}, \"unknown app\": {\"id\": 59094037509, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 415}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59092126735, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 387}, \"google chrome\": {\"id\": 59091852905, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"desktime.com\": {\"id\": 59096870869, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"startmenuexperiencehost\": {\"id\": 59096948134, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"photos\": {\"id\": 59094531777, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"login.microsoftonline.com\": {\"id\": 59091852909, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"searchhost\": {\"id\": 59092166543, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"google.com\": {\"id\": 59093469710, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"calculator\": {\"id\": 59092193139, \"app\": \"Calculator\", \"name\": \"Calculator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 59102840072, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"emsigner.com\": {\"id\": 59100198408, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 59097535817, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:29'),(1344,8,'2025-07-08','10:00:35','18:56:06',7.57528,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 10:00:35\", \"left\": \"2025-07-08 18:56:06\", \"late\": false, \"onlineTime\": 27271, \"offlineTime\": 0, \"desktimeTime\": 27271, \"atWorkTime\": 32131, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27271, \"productivity\": 100, \"efficiency\": 108.22, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59119420003, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6232}, \"microsoft outlook\": {\"id\": 59119585440, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5963}, \"microsoft excel\": {\"id\": 59122241059, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3090}, \"microsoft word\": {\"id\": 59119880955, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2860}, \"windows explorer\": {\"id\": 59119549172, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2480}, \"chatgpt.com\": {\"id\": 59120768916, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1848}, \"hrez.crystalhues.in\": {\"id\": 59130232822, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1583}, \"in.emsigner.com\": {\"id\": 59120706818, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 885}, \"acrobat\": {\"id\": 59119693734, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 782}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59131463628, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 699}, \"startmenuexperiencehost\": {\"id\": 59124468171, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 238}, \"openai.com\": {\"id\": 59120764701, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"google chrome\": {\"id\": 59120714836, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"msedgewebview2\": {\"id\": 59124051399, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"desktime.com\": {\"id\": 59124478479, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 59119924840, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"searchhost\": {\"id\": 59121310663, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"crystalhues.desk365.io\": {\"id\": 59127180780, \"app\": \"crystalhues.desk365.io\", \"name\": \"crystalhues.desk365.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"login.microsoftonline.com\": {\"id\": 59130226193, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"lockapp\": {\"id\": 59119546685, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"google.com\": {\"id\": 59120764700, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"emsigner.com\": {\"id\": 59120702644, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"photos\": {\"id\": 59130798967, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 59130258656, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59122287333, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:30'),(1345,8,'2025-07-09','09:57:06','18:56:08',8.42917,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 09:57:06\", \"left\": \"2025-07-09 18:56:08\", \"late\": false, \"onlineTime\": 30477, \"offlineTime\": 0, \"desktimeTime\": 30477, \"atWorkTime\": 32342, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30345, \"productivity\": 99.57, \"efficiency\": 120.42, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"greetingsisland.com\": {\"id\": 59151270674, \"app\": \"greetingsisland.com\", \"name\": \"greetingsisland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59147475163, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7159}, \"microsoft outlook\": {\"id\": 59147341064, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6468}, \"canva.com\": {\"id\": 59150867268, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3849}, \"windows explorer\": {\"id\": 59147239069, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2649}, \"microsoft word\": {\"id\": 59150595658, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1833}, \"ms-teams\": {\"id\": 59147243649, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1807}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59148311900, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1660}, \"in.emsigner.com\": {\"id\": 59151554139, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1522}, \"hrez.crystalhues.in\": {\"id\": 59148115470, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1095}, \"acrobat\": {\"id\": 59150787554, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 385}, \"unknown app\": {\"id\": 59147899247, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 324}, \"chatgpt.com\": {\"id\": 59148180737, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"startmenuexperiencehost\": {\"id\": 59153281544, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"openai.com\": {\"id\": 59148180734, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 179}, \"linkedin.com\": {\"id\": 59159642907, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"postermywall.com\": {\"id\": 59151496785, \"app\": \"postermywall.com\", \"name\": \"postermywall.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"desktime.com\": {\"id\": 59156851525, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"msedgewebview2\": {\"id\": 59150793194, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"google chrome\": {\"id\": 59148108856, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"google.com\": {\"id\": 59148177422, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"shellexperiencehost\": {\"id\": 59150840052, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"lockapp\": {\"id\": 59149119832, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"onlinent\": {\"id\": 59151310870, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"login.microsoftonline.com\": {\"id\": 59148112192, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"click2wishes.com\": {\"id\": 59151455473, \"app\": \"click2wishes.com\", \"name\": \"click2wishes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"searchhost\": {\"id\": 59148409164, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"photos\": {\"id\": 59153958553, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"dwm\": {\"id\": 59149701033, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"emsigner.com\": {\"id\": 59159442873, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59151265266, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:48:30'),(1346,8,'2025-07-10','10:03:23','18:47:56',7.79083,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 10:03:23\", \"left\": \"2025-07-10 18:47:56\", \"late\": false, \"onlineTime\": 28046, \"offlineTime\": 0, \"desktimeTime\": 28046, \"atWorkTime\": 31473, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28047, \"productivity\": 100, \"efficiency\": 111.3, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59174299354, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5369}, \"microsoft outlook\": {\"id\": 59174334020, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5229}, \"microsoft word\": {\"id\": 59177790358, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4194}, \"microsoft excel\": {\"id\": 59175230838, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3102}, \"windows explorer\": {\"id\": 59174221464, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2778}, \"chatgpt.com\": {\"id\": 59175883070, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2463}, \"in.emsigner.com\": {\"id\": 59174365602, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1900}, \"hrez.crystalhues.in\": {\"id\": 59174363154, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 713}, \"us-lms.365.systems\": {\"id\": 59177736080, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 631}, \"google chrome\": {\"id\": 59174336294, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 366}, \"startmenuexperiencehost\": {\"id\": 59180335422, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"acrobat\": {\"id\": 59175386522, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 242}, \"login.microsoftonline.com\": {\"id\": 59174336295, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"desktime.com\": {\"id\": 59184267272, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"openai.com\": {\"id\": 59175878473, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"c\": {\"id\": 59175421890, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"linkedin.com\": {\"id\": 59187742895, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"msedgewebview2\": {\"id\": 59183491198, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"unknown app\": {\"id\": 59174299353, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"msedge\": {\"id\": 59181273475, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"searchhost\": {\"id\": 59180335421, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"lockapp\": {\"id\": 59174297247, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59175878472, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"emsigner.com\": {\"id\": 59186119943, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:48:30'),(1347,8,'2025-07-11','10:02:26','18:46:14',7.2125,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 10:02:26\", \"left\": \"2025-07-11 18:46:14\", \"late\": false, \"onlineTime\": 25965, \"offlineTime\": 0, \"desktimeTime\": 25965, \"atWorkTime\": 31428, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25965, \"productivity\": 100, \"efficiency\": 103.04, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59201041721, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6730}, \"microsoft word\": {\"id\": 59201945747, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5604}, \"ms-teams\": {\"id\": 59200910698, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3936}, \"windows explorer\": {\"id\": 59200910699, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2497}, \"in.emsigner.com\": {\"id\": 59201046828, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1894}, \"canva.com\": {\"id\": 59208639196, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1643}, \"hrez.crystalhues.in\": {\"id\": 59203488858, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 689}, \"openai.com\": {\"id\": 59201148097, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 588}, \"chatgpt.com\": {\"id\": 59201151632, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 427}, \"startmenuexperiencehost\": {\"id\": 59206265277, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 374}, \"acrobat\": {\"id\": 59201090232, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 313}, \"photos\": {\"id\": 59208633868, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 281}, \"microsoft excel\": {\"id\": 59212748583, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 228}, \"snippingtool\": {\"id\": 59201092724, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 145}, \"msedgewebview2\": {\"id\": 59201135434, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"google chrome\": {\"id\": 59201044406, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"unknown app\": {\"id\": 59201710828, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"desktime.com\": {\"id\": 59203553539, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"pickerhost\": {\"id\": 59208660077, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"login.microsoftonline.com\": {\"id\": 59203483919, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"emsigner.com\": {\"id\": 59201046825, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"bing.com\": {\"id\": 59211905658, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"google.com\": {\"id\": 59201044413, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"searchhost\": {\"id\": 59206265275, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 59211905657, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 59200995294, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:48:31'),(1348,8,'2025-07-12',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-12\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:31'),(1349,8,'2025-07-13',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-13\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:32'),(1350,8,'2025-07-14','10:03:10','18:46:19',7.47111,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 10:03:10\", \"left\": \"2025-07-14 18:46:19\", \"late\": false, \"onlineTime\": 26896, \"offlineTime\": 0, \"desktimeTime\": 26896, \"atWorkTime\": 31389, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26896, \"productivity\": 100, \"efficiency\": 106.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59231050201, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7865}, \"ms-teams\": {\"id\": 59230918881, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5506}, \"hrez.crystalhues.in\": {\"id\": 59231345966, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2730}, \"windows explorer\": {\"id\": 59231050200, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2687}, \"microsoft word\": {\"id\": 59234355963, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2036}, \"in.emsigner.com\": {\"id\": 59231059854, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2014}, \"acrobat\": {\"id\": 59231373774, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1583}, \"google chrome\": {\"id\": 59231057326, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 792}, \"startmenuexperiencehost\": {\"id\": 59236372876, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"microsoft excel\": {\"id\": 59232577830, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 285}, \"openai.com\": {\"id\": 59231094053, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 262}, \"crystalhuesltd.sharepoint.com\": {\"id\": 59244385964, \"app\": \"crystalhuesltd.sharepoint.com\", \"name\": \"crystalhuesltd.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"chatgpt.com\": {\"id\": 59233299275, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"us-lms.365.systems\": {\"id\": 59244443509, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"unknown app\": {\"id\": 59231083745, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"smallpdf.com\": {\"id\": 59239578038, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"desktime.com\": {\"id\": 59233840076, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"snippingtool\": {\"id\": 59231376739, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"msedgewebview2\": {\"id\": 59231396418, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"login.microsoftonline.com\": {\"id\": 59231348963, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"photos\": {\"id\": 59237586435, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"lockapp\": {\"id\": 59232021678, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"emsigner.com\": {\"id\": 59231578040, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 59234362532, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"msedge\": {\"id\": 59231817767, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"google.com\": {\"id\": 59231091214, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lms.365.systems\": {\"id\": 59244379587, \"app\": \"lms.365.systems\", \"name\": \"lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"bing.com\": {\"id\": 59231817770, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"mca.gov.in\": {\"id\": 59238551421, \"app\": \"mca.gov.in\", \"name\": \"mca.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59238701355, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:32'),(1351,8,'2025-07-15','10:02:32','21:32:58',7.61778,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 10:02:32\", \"left\": \"2025-07-15 21:32:58\", \"late\": false, \"onlineTime\": 27421, \"offlineTime\": 0, \"desktimeTime\": 27421, \"atWorkTime\": 41426, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27424, \"productivity\": 100, \"efficiency\": 108.83, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59258189906, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11331}, \"ms-teams\": {\"id\": 59258021790, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4744}, \"windows explorer\": {\"id\": 59258028608, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2485}, \"in.emsigner.com\": {\"id\": 59259220020, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1465}, \"microsoft word\": {\"id\": 59258384520, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1452}, \"hrez.crystalhues.in\": {\"id\": 59260964741, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1336}, \"microsoft excel\": {\"id\": 59261912118, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1220}, \"chatgpt.com\": {\"id\": 59270659688, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 958}, \"google chrome\": {\"id\": 59258552430, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 355}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59266373589, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 334}, \"acrobat\": {\"id\": 59267018453, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 292}, \"evportal.airtel.com\": {\"id\": 59259861857, \"app\": \"evportal.airtel.com\", \"name\": \"evportal.airtel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"airtel.in\": {\"id\": 59259839026, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"c\": {\"id\": 59261118933, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"lockapp\": {\"id\": 59258523692, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"searchhost\": {\"id\": 59263014708, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"openai.com\": {\"id\": 59270653223, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"us-lms.365.systems\": {\"id\": 59261208275, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"desktime.com\": {\"id\": 59260164708, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"login.microsoftonline.com\": {\"id\": 59260964743, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"photos\": {\"id\": 59262474240, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"unknown app\": {\"id\": 59259850605, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"google.com\": {\"id\": 59267224314, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"emsigner.com\": {\"id\": 59261034108, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 59261034107, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"msedgewebview2\": {\"id\": 59270477989, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 59263014710, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 59261034106, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 59270446454, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59261052773, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59259506878, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:33'),(1352,8,'2025-07-16','10:09:30','19:04:25',7.01111,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 10:09:30\", \"left\": \"2025-07-16 19:04:25\", \"late\": false, \"onlineTime\": 25247, \"offlineTime\": 0, \"desktimeTime\": 25247, \"atWorkTime\": 32095, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25240, \"productivity\": 99.97, \"efficiency\": 100.16, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59296449222, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}}, \"0\": [], \"1\": {\"in.emsigner.com\": {\"id\": 59285758471, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6376}, \"ms-teams\": {\"id\": 59285324168, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5858}, \"microsoft outlook\": {\"id\": 59285513279, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5055}, \"airtel.in\": {\"id\": 59298146310, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1331}, \"windows explorer\": {\"id\": 59285513277, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1118}, \"google chrome\": {\"id\": 59285758470, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 891}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59287211603, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 846}, \"hrez.crystalhues.in\": {\"id\": 59288132918, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 569}, \"acrobat\": {\"id\": 59285887268, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 560}, \"microsoft excel\": {\"id\": 59289240686, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"evportal.airtel.com\": {\"id\": 59296671057, \"app\": \"evportal.airtel.com\", \"name\": \"evportal.airtel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"microsoft word\": {\"id\": 59285815328, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 452}, \"chatgpt.com\": {\"id\": 59285859350, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 438}, \"desktime.com\": {\"id\": 59288925099, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"lockapp\": {\"id\": 59285497190, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"msedge\": {\"id\": 59292446758, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"openai.com\": {\"id\": 59285859348, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"msedgewebview2\": {\"id\": 59285815326, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 59285510227, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"login.microsoftonline.com\": {\"id\": 59288138160, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"emsigner.com\": {\"id\": 59292440749, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"bing.com\": {\"id\": 59292452364, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"google.com\": {\"id\": 59285859347, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"c\": {\"id\": 59291903329, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"dwm\": {\"id\": 59292189650, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"onlinent\": {\"id\": 59292458439, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chrome://new-tab-page\": {\"id\": 59285859346, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shellexperiencehost\": {\"id\": 59300054832, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59297735095, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:33'),(1353,8,'2025-07-17','09:44:14','18:44:46',8.42611,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 09:44:14\", \"left\": \"2025-07-17 18:44:46\", \"late\": false, \"onlineTime\": 30259, \"offlineTime\": 0, \"desktimeTime\": 30259, \"atWorkTime\": 32432, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30334, \"productivity\": 99.92, \"efficiency\": 120.37, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59313255374, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59312463021, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8138}, \"ms-teams\": {\"id\": 59312448280, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4951}, \"chatgpt.com\": {\"id\": 59312719262, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4950}, \"hrez.crystalhues.in\": {\"id\": 59312469933, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3522}, \"microsoft excel\": {\"id\": 59312810999, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1844}, \"windows explorer\": {\"id\": 59312461017, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1792}, \"in.emsigner.com\": {\"id\": 59312536500, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1370}, \"microsoft word\": {\"id\": 59316245396, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 938}, \"acrobat\": {\"id\": 59312852534, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 854}, \"openai.com\": {\"id\": 59312717076, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 536}, \"unknown app\": {\"id\": 59313378386, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 334}, \"desktime.com\": {\"id\": 59317685593, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 233}, \"google chrome\": {\"id\": 59312465946, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 206}, \"startmenuexperiencehost\": {\"id\": 59318608383, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"onedrive\": {\"id\": 59312389944, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 135}, \"google.com\": {\"id\": 59312717075, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"lockapp\": {\"id\": 59312446274, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"c\": {\"id\": 59312849915, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"thoughtco.com\": {\"id\": 59313362177, \"app\": \"thoughtco.com\", \"name\": \"thoughtco.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"shellexperiencehost\": {\"id\": 59319592476, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"msedgewebview2\": {\"id\": 59321140137, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"searchhost\": {\"id\": 59313374077, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"login.microsoftonline.com\": {\"id\": 59312467955, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 59312502436, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}}}, \"projects\": []}','2025-07-31 18:48:33'),(1354,8,'2025-07-18','10:03:57','18:43:57',7.44944,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 10:03:57\", \"left\": \"2025-07-18 18:43:57\", \"late\": false, \"onlineTime\": 26834, \"offlineTime\": 0, \"desktimeTime\": 26834, \"atWorkTime\": 31200, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26818, \"productivity\": 99.94, \"efficiency\": 106.42, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59341127809, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59339449820, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7494}, \"microsoft outlook\": {\"id\": 59339467326, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5120}, \"microsoft word\": {\"id\": 59339561025, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2898}, \"windows explorer\": {\"id\": 59339481497, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1860}, \"hrez.crystalhues.in\": {\"id\": 59339565877, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1706}, \"microsoft excel\": {\"id\": 59339490465, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1338}, \"in.emsigner.com\": {\"id\": 59349916770, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1217}, \"chatgpt.com\": {\"id\": 59339760716, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1060}, \"openai.com\": {\"id\": 59339757898, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 796}, \"canva.com\": {\"id\": 59348939198, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 756}, \"acrobat\": {\"id\": 59339574248, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 742}, \"fairgaze.com\": {\"id\": 59348409436, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 576}, \"appraisal.chlserv.com\": {\"id\": 59343548441, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"startmenuexperiencehost\": {\"id\": 59344909641, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"google chrome\": {\"id\": 59339563464, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"onedrive\": {\"id\": 59339427970, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"lockapp\": {\"id\": 59341022424, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"photos\": {\"id\": 59349466635, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"msedgewebview2\": {\"id\": 59349461105, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"shellexperiencehost\": {\"id\": 59347027175, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"login.microsoftonline.com\": {\"id\": 59339565876, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"unknown app\": {\"id\": 59339558899, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"desktime.com\": {\"id\": 59348398804, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"pickerhost\": {\"id\": 59349472918, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 59346737508, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"google.com\": {\"id\": 59339757896, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 59346798710, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59344909645, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59346318332, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"emsigner.com\": {\"id\": 59350155181, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 59348409435, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:36'),(1355,8,'2025-07-19','10:36:29','10:46:42',0.170278,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-19\", \"isOnline\": false, \"arrived\": \"2025-07-19 10:36:29\", \"left\": \"2025-07-19 10:46:42\", \"late\": false, \"onlineTime\": 613, \"offlineTime\": 0, \"desktimeTime\": 613, \"atWorkTime\": 613, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 613, \"productivity\": 100, \"efficiency\": 2.43, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": null, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 174}, \"ms-teams\": {\"id\": null, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"in.emsigner.com\": {\"id\": null, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"windows explorer\": {\"id\": 59362500903, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"acrobat\": {\"id\": null, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"hrez.crystalhues.in\": {\"id\": null, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": null, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"snippingtool\": {\"id\": null, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"pickerhost\": {\"id\": null, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"google chrome\": {\"id\": null, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"login.microsoftonline.com\": {\"id\": null, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"emsigner.com\": {\"id\": null, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:36'),(1356,8,'2025-07-20',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-20\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:39'),(1357,8,'2025-07-21','10:02:15','18:58:10',7.94722,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 10:02:15\", \"left\": \"2025-07-21 18:58:10\", \"late\": false, \"onlineTime\": 28610, \"offlineTime\": 0, \"desktimeTime\": 28610, \"atWorkTime\": 32155, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28610, \"productivity\": 100, \"efficiency\": 113.53, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59368940679, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11051}, \"microsoft outlook\": {\"id\": 59369008019, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5111}, \"chatgpt.com\": {\"id\": 59370090555, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3660}, \"windows explorer\": {\"id\": 59369005807, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2634}, \"microsoft excel\": {\"id\": 59370573952, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2074}, \"hrez.crystalhues.in\": {\"id\": 59369020845, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 923}, \"openai.com\": {\"id\": 59369082674, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 548}, \"appraisal.chlserv.com\": {\"id\": 59373350386, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}, \"airtel.in\": {\"id\": 59369129216, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 446}, \"in.emsigner.com\": {\"id\": 59373936456, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 416}, \"microsoft word\": {\"id\": 59369075586, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"acrobat\": {\"id\": 59371972135, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"onedrive\": {\"id\": 59368904259, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"startmenuexperiencehost\": {\"id\": 59375987251, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"msedgewebview2\": {\"id\": 59371306048, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"photos\": {\"id\": 59372102340, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"google chrome\": {\"id\": 59369016066, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59373910123, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"login.microsoftonline.com\": {\"id\": 59369018397, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"dwm\": {\"id\": 59371988209, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"unknown app\": {\"id\": 59369437360, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"scgui\": {\"id\": 59371945880, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"msedge\": {\"id\": 59369126723, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"searchhost\": {\"id\": 59370569854, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"desktime.com\": {\"id\": 59380859880, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59376489604, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59370242046, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:48:41'),(1358,8,'2025-07-22','09:43:03','18:47:46',6.73222,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 09:43:03\", \"left\": \"2025-07-22 18:47:46\", \"late\": false, \"onlineTime\": 24236, \"offlineTime\": 0, \"desktimeTime\": 24236, \"atWorkTime\": 32683, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 24236, \"productivity\": 100, \"efficiency\": 96.17, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59395184627, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5870}, \"microsoft excel\": {\"id\": 59395155626, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4682}, \"windows explorer\": {\"id\": 59395155623, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4463}, \"ms-teams\": {\"id\": 59395144183, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3915}, \"acrobat\": {\"id\": 59399876119, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1559}, \"in.emsigner.com\": {\"id\": 59402989685, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1209}, \"chatgpt.com\": {\"id\": 59395756751, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 709}, \"microsoft word\": {\"id\": 59398735716, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 538}, \"hrez.crystalhues.in\": {\"id\": 59400882275, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 348}, \"google chrome\": {\"id\": 59395744438, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"evportal.airtel.com\": {\"id\": 59403375560, \"app\": \"evportal.airtel.com\", \"name\": \"evportal.airtel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"startmenuexperiencehost\": {\"id\": 59401512513, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59402955334, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"photos\": {\"id\": 59408432877, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"unknown app\": {\"id\": 59396008656, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"desktime.com\": {\"id\": 59404521385, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"calculatorapp\": {\"id\": 59405889645, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msedgewebview2\": {\"id\": 59395750487, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"searchhost\": {\"id\": 59401512512, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"lockapp\": {\"id\": 59395388987, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"login.microsoftonline.com\": {\"id\": 59400877449, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"openai.com\": {\"id\": 59395756747, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59395747416, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 59395756750, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:42'),(1359,8,'2025-07-23','10:03:26','18:50:46',8.39611,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 10:03:26\", \"left\": \"2025-07-23 18:50:46\", \"late\": false, \"onlineTime\": 30226, \"offlineTime\": 0, \"desktimeTime\": 30226, \"atWorkTime\": 31640, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30226, \"productivity\": 100, \"efficiency\": 119.94, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59422990966, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7369}, \"ms-teams\": {\"id\": 59422981542, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5516}, \"chatgpt.com\": {\"id\": 59423084522, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3430}, \"microsoft word\": {\"id\": 59423229891, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2656}, \"windows explorer\": {\"id\": 59422876063, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2402}, \"microsoft excel\": {\"id\": 59424284728, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2350}, \"in.emsigner.com\": {\"id\": 59425491310, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2282}, \"hrez.crystalhues.in\": {\"id\": 59423395020, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1500}, \"acrobat\": {\"id\": 59423285265, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1471}, \"openai.com\": {\"id\": 59423081807, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"unknown app\": {\"id\": 59423581138, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 215}, \"google chrome\": {\"id\": 59423079299, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 215}, \"msedge\": {\"id\": 59430798487, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 213}, \"msedgewebview2\": {\"id\": 59423071687, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"desktime.com\": {\"id\": 59429367142, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"google.com\": {\"id\": 59423081806, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"appraisal.chlserv.com\": {\"id\": 59428989193, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"lockapp\": {\"id\": 59422979011, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"login.microsoftonline.com\": {\"id\": 59423395013, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"bing.com\": {\"id\": 59430798489, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59428577470, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 59425284580, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59424173108, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 59423458775, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 59427356960, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"emsigner.com\": {\"id\": 59430798491, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:43'),(1360,8,'2025-07-24','10:03:20','18:56:30',7.69028,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 10:03:20\", \"left\": \"2025-07-24 18:56:30\", \"late\": false, \"onlineTime\": 27561, \"offlineTime\": 0, \"desktimeTime\": 27561, \"atWorkTime\": 31990, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27685, \"productivity\": 100, \"efficiency\": 109.86, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59449797903, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7876}, \"ms-teams\": {\"id\": 59449797902, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4765}, \"microsoft excel\": {\"id\": 59450680848, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4130}, \"in.emsigner.com\": {\"id\": 59449807461, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2081}, \"windows explorer\": {\"id\": 59449883085, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1828}, \"acrobat\": {\"id\": 59449893290, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1660}, \"microsoft word\": {\"id\": 59460636650, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1487}, \"hrez.crystalhues.in\": {\"id\": 59451288087, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1466}, \"chatgpt.com\": {\"id\": 59450075122, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 907}, \"startmenuexperiencehost\": {\"id\": 59455235294, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 400}, \"onedrive\": {\"id\": 59449747393, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 268}, \"desktime.com\": {\"id\": 59455358491, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 251}, \"openai.com\": {\"id\": 59450071194, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"lockapp\": {\"id\": 59449796026, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"google chrome\": {\"id\": 59449807460, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"msedge\": {\"id\": 59453608684, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"unknown app\": {\"id\": 59451172242, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"login.microsoftonline.com\": {\"id\": 59451283540, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"msedgewebview2\": {\"id\": 59452174340, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"dwm\": {\"id\": 59450586902, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"google.com\": {\"id\": 59450071190, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"calendly.com\": {\"id\": 59450402355, \"app\": \"calendly.com\", \"name\": \"calendly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 59455235293, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"emsigner.com\": {\"id\": 59457582269, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 59450078202, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:48:44'),(1361,8,'2025-07-25','10:03:09','18:43:59',7.75833,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 10:03:09\", \"left\": \"2025-07-25 18:43:59\", \"late\": false, \"onlineTime\": 27930, \"offlineTime\": 0, \"desktimeTime\": 27930, \"atWorkTime\": 31250, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27930, \"productivity\": 100, \"efficiency\": 110.83, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59476454742, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6807}, \"microsoft word\": {\"id\": 59476931255, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6800}, \"hrez.crystalhues.in\": {\"id\": 59476466510, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2925}, \"ms-teams\": {\"id\": 59476354987, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2755}, \"windows explorer\": {\"id\": 59476487374, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2307}, \"in.emsigner.com\": {\"id\": 59476464169, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2282}, \"canva.com\": {\"id\": 59481583119, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 943}, \"startmenuexperiencehost\": {\"id\": 59479791131, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"acrobat\": {\"id\": 59476987557, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 526}, \"google chrome\": {\"id\": 59476464167, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 396}, \"google.com\": {\"id\": 59481591659, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"lockapp\": {\"id\": 59482610382, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"msedgewebview2\": {\"id\": 59477537079, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 179}, \"linkedin.com\": {\"id\": 59481591663, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"chatgpt.com\": {\"id\": 59483283290, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"desktime.com\": {\"id\": 59478791349, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"unknown app\": {\"id\": 59476449175, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"microsoft excel\": {\"id\": 59478662012, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"login.microsoftonline.com\": {\"id\": 59476466511, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"c\": {\"id\": 59484110898, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"snippingtool\": {\"id\": 59483077579, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"msedge\": {\"id\": 59482960943, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"crystalhues.com\": {\"id\": 59476726597, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"onlinent\": {\"id\": 59486432631, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"openai.com\": {\"id\": 59483278073, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 59479699366, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"view.officeapps.live.com\": {\"id\": 59486423086, \"app\": \"view.officeapps.live.com\", \"name\": \"view.officeapps.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 59487971214, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"in.linkedin.com\": {\"id\": 59481959557, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"photos\": {\"id\": 59482991670, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 59482960947, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"play.google.com\": {\"id\": 59476555836, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"emsigner.com\": {\"id\": 59485549490, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59482028251, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"openwith\": {\"id\": 59478438755, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:46'),(1362,8,'2025-07-26','09:59:40','18:47:44',7.49806,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 09:59:40\", \"left\": \"2025-07-26 18:47:44\", \"late\": false, \"onlineTime\": 26993, \"offlineTime\": 0, \"desktimeTime\": 26993, \"atWorkTime\": 31684, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26993, \"productivity\": 100, \"efficiency\": 107.12, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59498588162, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7895}, \"microsoft excel\": {\"id\": 59498825083, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5390}, \"hrez.crystalhues.in\": {\"id\": 59498616743, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4076}, \"ms-teams\": {\"id\": 59498584749, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2484}, \"chatgpt.com\": {\"id\": 59499290157, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1818}, \"microsoft word\": {\"id\": 59498753917, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1653}, \"in.emsigner.com\": {\"id\": 59498787106, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1138}, \"acrobat\": {\"id\": 59498605540, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 705}, \"windows explorer\": {\"id\": 59498577165, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 501}, \"lockapp\": {\"id\": 59498709069, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 357}, \"desktime.com\": {\"id\": 59498968612, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"openai.com\": {\"id\": 59499285479, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"startmenuexperiencehost\": {\"id\": 59499727278, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"google chrome\": {\"id\": 59498787105, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"photos\": {\"id\": 59499319540, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"unknown app\": {\"id\": 59499009352, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"login.microsoftonline.com\": {\"id\": 59498616016, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"smallpdf.com\": {\"id\": 59500234942, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"google.com\": {\"id\": 59499849609, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"searchhost\": {\"id\": 59499727277, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 59499500824, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"pickerhost\": {\"id\": 59499325906, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"msedgewebview2\": {\"id\": 59499318912, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 59499627771, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"emsigner.com\": {\"id\": 59498787104, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:47'),(1363,8,'2025-07-27',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-27\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:48'),(1364,8,'2025-07-28','10:04:31','19:03:58',7.66111,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 10:04:31\", \"left\": \"2025-07-28 19:03:58\", \"late\": false, \"onlineTime\": 27580, \"offlineTime\": 0, \"desktimeTime\": 27580, \"atWorkTime\": 32367, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27580, \"productivity\": 100, \"efficiency\": 109.44, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59505018149, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9277}, \"microsoft outlook\": {\"id\": 59505059100, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8488}, \"windows explorer\": {\"id\": 59505023166, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2055}, \"acrobat\": {\"id\": 59506175564, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1810}, \"microsoft excel\": {\"id\": 59511156414, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1743}, \"in.emsigner.com\": {\"id\": 59505826349, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1054}, \"chatgpt.com\": {\"id\": 59505580082, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 795}, \"hrez.crystalhues.in\": {\"id\": 59505031653, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 701}, \"microsoft word\": {\"id\": 59508042849, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 534}, \"photos\": {\"id\": 59512504593, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 320}, \"openai.com\": {\"id\": 59505576888, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 284}, \"unknown app\": {\"id\": 59505281578, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"google chrome\": {\"id\": 59505027481, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"msedgewebview2\": {\"id\": 59508021631, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"scgui\": {\"id\": 59514150521, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"login.microsoftonline.com\": {\"id\": 59505029561, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"desktime.com\": {\"id\": 59519409742, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"google.com\": {\"id\": 59505576887, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"lockapp\": {\"id\": 59509070489, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 59510937564, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"emsigner.com\": {\"id\": 59505826348, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 59518182131, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 59510266546, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:49'),(1365,8,'2025-07-29','10:09:23','19:02:58',7.12889,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 10:09:23\", \"left\": \"2025-07-29 19:02:58\", \"late\": false, \"onlineTime\": 25795, \"offlineTime\": 0, \"desktimeTime\": 25795, \"atWorkTime\": 32015, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25664, \"productivity\": 99.49, \"efficiency\": 101.84, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59541622863, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59532036943, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7127}, \"ms-teams\": {\"id\": 59531980587, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5638}, \"microsoft word\": {\"id\": 59541671268, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3085}, \"microsoft excel\": {\"id\": 59533296486, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2863}, \"windows explorer\": {\"id\": 59532036940, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1954}, \"airtel.in\": {\"id\": 59535801743, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1053}, \"acrobat\": {\"id\": 59533451871, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 956}, \"in.emsigner.com\": {\"id\": 59539157575, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 826}, \"hrez.crystalhues.in\": {\"id\": 59533373741, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 558}, \"google.com\": {\"id\": 59535134775, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"photos\": {\"id\": 59533435650, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 456}, \"google chrome\": {\"id\": 59532656716, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"desktime.com\": {\"id\": 59545194616, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"lockapp\": {\"id\": 59534237201, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"scgui\": {\"id\": 59538742907, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"unknown app\": {\"id\": 59532571485, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"login.microsoftonline.com\": {\"id\": 59533373743, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"msedgewebview2\": {\"id\": 59538978726, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"shellhost\": {\"id\": 59542105156, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"shellexperiencehost\": {\"id\": 59542441349, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 59535801740, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"c\": {\"id\": 59533447705, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"openwith\": {\"id\": 59538961322, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:51'),(1366,8,'2025-07-30','10:03:37','21:23:38',6.67167,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 10:03:37\", \"left\": \"2025-07-30 21:23:38\", \"late\": false, \"onlineTime\": 24345, \"offlineTime\": 0, \"desktimeTime\": 24345, \"atWorkTime\": 40801, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 24018, \"productivity\": 98.66, \"efficiency\": 95.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"api50o.ilovepdf.com\": {\"id\": 59571043307, \"app\": \"api50o.ilovepdf.com\", \"name\": \"api50o.ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"ilovepdf.com\": {\"id\": 59570483022, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59558820791, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5194}, \"ms-teams\": {\"id\": 59558774541, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3785}, \"microsoft word\": {\"id\": 59559270302, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3682}, \"airtel.in\": {\"id\": 59558837649, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3214}, \"windows explorer\": {\"id\": 59558774540, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2577}, \"in.emsigner.com\": {\"id\": 59558832705, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1945}, \"microsoft excel\": {\"id\": 59558875130, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1205}, \"acrobat\": {\"id\": 59559462741, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 770}, \"hrez.crystalhues.in\": {\"id\": 59559424543, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 407}, \"google chrome\": {\"id\": 59558832702, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 300}, \"unknown app\": {\"id\": 59559190429, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 253}, \"c\": {\"id\": 59559428780, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"lockapp\": {\"id\": 59559104443, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"msedgewebview2\": {\"id\": 59559270301, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"desktime.com\": {\"id\": 59563704512, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"login.microsoftonline.com\": {\"id\": 59559421383, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"chatgpt.com\": {\"id\": 59559190427, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"snippingtool\": {\"id\": 59559937815, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"shellexperiencehost\": {\"id\": 59558820790, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"openai.com\": {\"id\": 59559187462, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"downloads\": {\"id\": 59567070773, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dwm\": {\"id\": 59570141131, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 59560482917, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 59571363875, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 59559187461, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 59563709665, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"emsigner.com\": {\"id\": 59576572808, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:51'),(1367,8,'2025-07-31','10:03:17','21:30:34',8.01167,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 10:03:17\", \"left\": \"2025-07-31 21:30:34\", \"late\": false, \"onlineTime\": 29137, \"offlineTime\": 0, \"desktimeTime\": 29137, \"atWorkTime\": 41237, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28842, \"productivity\": 98.99, \"efficiency\": 114.45, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59586089662, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 295}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59586100274, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9063}, \"microsoft outlook\": {\"id\": 59585972593, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6966}, \"acrobat\": {\"id\": 59585980235, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3204}, \"ms-teams\": {\"id\": 59585932504, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2533}, \"windows explorer\": {\"id\": 59586006302, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2208}, \"in.emsigner.com\": {\"id\": 59589542443, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2073}, \"hrez.crystalhues.in\": {\"id\": 59586020993, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 783}, \"google chrome\": {\"id\": 59586013862, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 508}, \"us-lms.365.systems\": {\"id\": 59586296458, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"startmenuexperiencehost\": {\"id\": 59595741231, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"lockapp\": {\"id\": 59587447018, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"desktime.com\": {\"id\": 59590562761, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"unknown app\": {\"id\": 59586500927, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"dwm\": {\"id\": 59586654270, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"google.com\": {\"id\": 59586087223, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"c\": {\"id\": 59598608680, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"login.microsoftonline.com\": {\"id\": 59586016198, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"smallpdf.com\": {\"id\": 59598391445, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"searchhost\": {\"id\": 59586500925, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"emsigner.com\": {\"id\": 59589542435, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"shellexperiencehost\": {\"id\": 59598006745, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:48:52'),(1368,12,'2025-07-01','10:06:07','18:49:46',7.77306,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 10:06:07\", \"left\": \"2025-07-01 18:49:46\", \"late\": true, \"onlineTime\": 27983, \"offlineTime\": 0, \"desktimeTime\": 27983, \"atWorkTime\": 31419, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27983, \"productivity\": 100, \"efficiency\": 111.04, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58984055509, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11589}, \"ms-teams\": {\"id\": 58983989684, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6484}, \"linkedin.com\": {\"id\": 58984043981, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3598}, \"lms.chlserv.com\": {\"id\": 58983994422, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2173}, \"resume.chlsoftech.com\": {\"id\": 58992804937, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 616}, \"c\": {\"id\": 58984097403, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 574}, \"hrez.crystalhues.in\": {\"id\": 58984001188, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 429}, \"login.microsoftonline.com\": {\"id\": 58983911706, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 365}, \"desktime.com\": {\"id\": 58991642211, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 307}, \"windows explorer\": {\"id\": 58984829792, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 290}, \"shellexperiencehost\": {\"id\": 58984456022, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 271}, \"chatgpt.com\": {\"id\": 58984052936, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 248}, \"microsoft excel\": {\"id\": 58988743468, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"microsoft.notes\": {\"id\": 58984055507, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"pms.chlserv.com\": {\"id\": 58983903717, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"google.com\": {\"id\": 58984052940, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58988698577, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"docs.google.com\": {\"id\": 58984135393, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"unknown app\": {\"id\": 58985750923, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"google chrome\": {\"id\": 58988337977, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"myairbridge.com\": {\"id\": 58988559819, \"app\": \"myairbridge.com\", \"name\": \"myairbridge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"shellhost\": {\"id\": 58991353500, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"crystalhues.com\": {\"id\": 58994861672, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"photos\": {\"id\": 58997771715, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"microsoft word\": {\"id\": 58986656580, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 58988743465, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"chromewebdata\": {\"id\": 58997535911, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 58983977611, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}}}, \"projects\": []}','2025-07-31 18:48:52'),(1369,12,'2025-07-02','09:24:52','18:18:06',8.29028,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 09:24:52\", \"left\": \"2025-07-02 18:18:06\", \"late\": true, \"onlineTime\": 29958, \"offlineTime\": 0, \"desktimeTime\": 29958, \"atWorkTime\": 31994, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29845, \"productivity\": 99.62, \"efficiency\": 118.43, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"eventbrite.com\": {\"id\": 59016105614, \"app\": \"eventbrite.com\", \"name\": \"eventbrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59011418662, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8860}, \"microsoft outlook\": {\"id\": 59011478672, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8485}, \"microsoft word\": {\"id\": 59013051175, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1825}, \"lms.chlserv.com\": {\"id\": 59011588593, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1525}, \"login.mercedes-benz.com\": {\"id\": 59017750793, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1359}, \"microsoft excel\": {\"id\": 59014229782, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1359}, \"chatgpt.com\": {\"id\": 59012215495, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1071}, \"c\": {\"id\": 59011757265, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 941}, \"supplier.mercedes-benz.com\": {\"id\": 59017574630, \"app\": \"supplier.mercedes-benz.com\", \"name\": \"supplier.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 877}, \"windows explorer\": {\"id\": 59011609491, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 665}, \"authenticator.pingone.eu\": {\"id\": 59025054945, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 533}, \"linkedin.com\": {\"id\": 59011605973, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 436}, \"google chrome\": {\"id\": 59011605974, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 282}, \"ficci.in\": {\"id\": 59016251359, \"app\": \"ficci.in\", \"name\": \"ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"alice.mercedes-benz.com\": {\"id\": 59017911155, \"app\": \"alice.mercedes-benz.com\", \"name\": \"alice.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"google.com\": {\"id\": 59012212299, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 188}, \"crystalhues.com\": {\"id\": 59015169406, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"shellexperiencehost\": {\"id\": 59011877794, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"hrez.crystalhues.in\": {\"id\": 59011881061, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"edge\": {\"id\": 59017898728, \"app\": \"edge\", \"name\": \"edge\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"msedgewebview2\": {\"id\": 59011566365, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"lockapp\": {\"id\": 59011466013, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"shellhost\": {\"id\": 59012349060, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59024137035, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"desktime.com\": {\"id\": 59011417281, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"docs.google.com\": {\"id\": 59011547497, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"m365.cloud.microsoft\": {\"id\": 59024121195, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"login.microsoftonline.com\": {\"id\": 59011877800, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"alice-core.iam.mercedes-benz.com\": {\"id\": 59023215687, \"app\": \"alice-core.iam.mercedes-benz.com\", \"name\": \"alice-core.iam.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"unknown app\": {\"id\": 59014672427, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"gartner.com\": {\"id\": 59016092099, \"app\": \"gartner.com\", \"name\": \"gartner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"pms.chlserv.com\": {\"id\": 59011604164, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome://password-manager\": {\"id\": 59017875898, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"powergen-india.com\": {\"id\": 59016100349, \"app\": \"powergen-india.com\", \"name\": \"powergen-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"snippingtool\": {\"id\": 59017708837, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 59017935537, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"wallet\": {\"id\": 59017893437, \"app\": \"wallet\", \"name\": \"wallet\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"microsoft.notes\": {\"id\": 59014672431, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 59013051166, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 59023308099, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59021939006, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"credentialuibroker\": {\"id\": 59017898727, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"resume.chlsoftech.com\": {\"id\": 59011877798, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:53'),(1370,12,'2025-07-03','09:50:28','18:35:04',7.915,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 09:50:28\", \"left\": \"2025-07-03 18:35:04\", \"late\": true, \"onlineTime\": 28494, \"offlineTime\": 0, \"desktimeTime\": 28494, \"atWorkTime\": 31476, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28494, \"productivity\": 100, \"efficiency\": 113.07, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59039371764, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8689}, \"ms-teams\": {\"id\": 59039412710, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8177}, \"linkedin.com\": {\"id\": 59039389958, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3281}, \"microsoft word\": {\"id\": 59039753616, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2571}, \"supplier.mercedes-benz.com\": {\"id\": 59039428916, \"app\": \"supplier.mercedes-benz.com\", \"name\": \"supplier.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1078}, \"microsoft excel\": {\"id\": 59044569087, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 846}, \"pms.chlserv.com\": {\"id\": 59039424768, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 514}, \"c\": {\"id\": 59039730949, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 488}, \"chatgpt.com\": {\"id\": 59039953926, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 340}, \"google.com\": {\"id\": 59041404737, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"lms.chlserv.com\": {\"id\": 59042122651, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}, \"lockapp\": {\"id\": 59040849009, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 271}, \"windows explorer\": {\"id\": 59039369974, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"dubverse.ai\": {\"id\": 59048912564, \"app\": \"dubverse.ai\", \"name\": \"dubverse.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59039951149, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"shellhost\": {\"id\": 59043601883, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"shellexperiencehost\": {\"id\": 59039713199, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"hrez.crystalhues.in\": {\"id\": 59042122653, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"microsoft.notes\": {\"id\": 59047729136, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"desktime.com\": {\"id\": 59047782370, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"google chrome\": {\"id\": 59047499725, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"alice.mercedes-benz.com\": {\"id\": 59047770941, \"app\": \"alice.mercedes-benz.com\", \"name\": \"alice.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"login.mercedes-benz.com\": {\"id\": 59039921162, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"unknown app\": {\"id\": 59040853148, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"authenticator.pingone.eu\": {\"id\": 59051159283, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"snippingtool\": {\"id\": 59047194633, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"docs.google.com\": {\"id\": 59047782366, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"login.microsoftonline.com\": {\"id\": 59046909527, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedgewebview2\": {\"id\": 59040746553, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"about:blank\": {\"id\": 59051023043, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59039756147, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 59039948147, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:48:53'),(1371,12,'2025-07-04','09:45:11','18:34:36',7.51417,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 09:45:11\", \"left\": \"2025-07-04 18:34:36\", \"late\": true, \"onlineTime\": 27051, \"offlineTime\": 0, \"desktimeTime\": 27051, \"atWorkTime\": 31765, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27051, \"productivity\": 100, \"efficiency\": 107.35, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59065756129, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9373}, \"ms-teams\": {\"id\": 59065863192, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3660}, \"prod.proq.i.mercedes-benz.com\": {\"id\": 59066001857, \"app\": \"prod.proq.i.mercedes-benz.com\", \"name\": \"prod.proq.i.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3346}, \"linkedin.com\": {\"id\": 59065865179, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3129}, \"c\": {\"id\": 59065839639, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2345}, \"supplier.mercedes-benz.com\": {\"id\": 59065865183, \"app\": \"supplier.mercedes-benz.com\", \"name\": \"supplier.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1199}, \"lms.chlserv.com\": {\"id\": 59066743586, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1117}, \"google chrome\": {\"id\": 59066063558, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 495}, \"chatgpt.com\": {\"id\": 59066549523, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"windows explorer\": {\"id\": 59065935679, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 326}, \"unknown app\": {\"id\": 59065819765, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 232}, \"microsoft excel\": {\"id\": 59070319623, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"login.mercedes-benz.com\": {\"id\": 59065869289, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"microsoft word\": {\"id\": 59068436976, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"photos\": {\"id\": 59068926566, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"desktime.com\": {\"id\": 59070360578, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"google.com\": {\"id\": 59066028928, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"msedge\": {\"id\": 59066045838, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"in.emsigner.com\": {\"id\": 59077400609, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"login.microsoftonline.com\": {\"id\": 59066729166, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"lockapp\": {\"id\": 59068401435, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"hrez.crystalhues.in\": {\"id\": 59066739203, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"shellhost\": {\"id\": 59069209456, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"docs.google.com\": {\"id\": 59066410609, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"alice.mercedes-benz.com\": {\"id\": 59066051091, \"app\": \"alice.mercedes-benz.com\", \"name\": \"alice.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"crystalhues.com\": {\"id\": 59067616891, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 59066133251, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"authenticator.pingone.eu\": {\"id\": 59072830116, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"pms.chlserv.com\": {\"id\": 59066743588, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedgewebview2\": {\"id\": 59066199575, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 59066135609, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"bing.com\": {\"id\": 59066269225, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59066774028, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"downloads\": {\"id\": 59076556084, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"sso.mercedes-benz.com\": {\"id\": 59066006603, \"app\": \"sso.mercedes-benz.com\", \"name\": \"sso.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"microsoft.notes\": {\"id\": 59067870592, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:48:53'),(1372,12,'2025-07-05','08:53:45','18:31:12',8.19806,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 08:53:45\", \"left\": \"2025-07-05 18:31:12\", \"late\": false, \"onlineTime\": 29513, \"offlineTime\": 0, \"desktimeTime\": 29513, \"atWorkTime\": 34647, \"afterWorkTime\": 0, \"beforeWorkTime\": 203, \"productiveTime\": 29513, \"productivity\": 100, \"efficiency\": 117.12, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59084904035, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12446}, \"ms-teams\": {\"id\": 59084904031, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11276}, \"linkedin.com\": {\"id\": 59084994082, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1550}, \"windows explorer\": {\"id\": 59084904034, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1407}, \"lms.chlserv.com\": {\"id\": 59084996464, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 643}, \"microsoft word\": {\"id\": 59086889699, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 367}, \"unknown app\": {\"id\": 59084903428, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"techouts.com\": {\"id\": 59085908582, \"app\": \"techouts.com\", \"name\": \"techouts.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 280}, \"microsoft excel\": {\"id\": 59085008180, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 261}, \"quickassist\": {\"id\": 59086776943, \"app\": \"QuickAssist\", \"name\": \"QuickAssist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"chatgpt.com\": {\"id\": 59086925876, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"windowscamera\": {\"id\": 59085188829, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 173}, \"dwm\": {\"id\": 59086770763, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"searchhost\": {\"id\": 59085188828, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"desktime.com\": {\"id\": 59086328707, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"lockapp\": {\"id\": 59085086633, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"msedgewebview2\": {\"id\": 59086670232, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"login.microsoftonline.com\": {\"id\": 59084995213, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 59085011073, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"systemsettings\": {\"id\": 59086851210, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"pms.chlserv.com\": {\"id\": 59084994656, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"shellhost\": {\"id\": 59085493699, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"192.168.0.251\": {\"id\": 59085685612, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"microsoft.notes\": {\"id\": 59085007401, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"google chrome\": {\"id\": 59085907934, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"docs.google.com\": {\"id\": 59085687352, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 59085023873, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"windowsterminal\": {\"id\": 59086855731, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"hrez.crystalhues.in\": {\"id\": 59084999480, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:54'),(1373,12,'2025-07-06',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-06\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:54'),(1374,12,'2025-07-07','02:34:45','02:36:49',0.0344444,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 02:34:45\", \"left\": \"2025-07-07 02:36:49\", \"late\": false, \"onlineTime\": 124, \"offlineTime\": 0, \"desktimeTime\": 124, \"atWorkTime\": 124, \"afterWorkTime\": 0, \"beforeWorkTime\": 124, \"productiveTime\": 124, \"productivity\": 100, \"efficiency\": 0.49, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59090380323, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"ms-teams\": {\"id\": 59090380566, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"microsoft.com\": {\"id\": 59090382674, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}}, \"projects\": []}','2025-07-31 18:48:55'),(1375,12,'2025-07-08','09:45:25','18:39:13',8.41194,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 09:45:25\", \"left\": \"2025-07-08 18:39:13\", \"late\": true, \"onlineTime\": 30283, \"offlineTime\": 0, \"desktimeTime\": 30283, \"atWorkTime\": 32028, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30283, \"productivity\": 100, \"efficiency\": 120.17, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59119415717, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11715}, \"ms-teams\": {\"id\": 59119318845, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10576}, \"lms.chlserv.com\": {\"id\": 59119559201, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1929}, \"c\": {\"id\": 59123853876, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1299}, \"linkedin.com\": {\"id\": 59119562133, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 973}, \"chatgpt.com\": {\"id\": 59119409440, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"google chrome\": {\"id\": 59119546043, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 542}, \"windows explorer\": {\"id\": 59119333884, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"lockapp\": {\"id\": 59119316901, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 280}, \"crystalhues.com\": {\"id\": 59119829250, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"microsoft excel\": {\"id\": 59120775958, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 268}, \"quickassist\": {\"id\": 59120303712, \"app\": \"QuickAssist\", \"name\": \"QuickAssist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 234}, \"prod.proq.i.mercedes-benz.com\": {\"id\": 59131633996, \"app\": \"prod.proq.i.mercedes-benz.com\", \"name\": \"prod.proq.i.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"pms.chlserv.com\": {\"id\": 59119556626, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"microsoft.com\": {\"id\": 59119264165, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"taskmgr\": {\"id\": 59120341689, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"google.com\": {\"id\": 59131597043, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"login.microsoftonline.com\": {\"id\": 59119548453, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"msedgewebview2\": {\"id\": 59124824441, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"supplier.mercedes-benz.com\": {\"id\": 59131716973, \"app\": \"supplier.mercedes-benz.com\", \"name\": \"supplier.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"authenticator.pingone.eu\": {\"id\": 59131640481, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"shellhost\": {\"id\": 59121414964, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"microsoft.notes\": {\"id\": 59123848738, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"searchhost\": {\"id\": 59120303711, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"login.mercedes-benz.com\": {\"id\": 59131634000, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"in.emsigner.com\": {\"id\": 59122262183, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"unknown app\": {\"id\": 59122000608, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"hrez.crystalhues.in\": {\"id\": 59119553401, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"snippingtool\": {\"id\": 59133355846, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 59131401876, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"systemsettings\": {\"id\": 59120462100, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://whats-new\": {\"id\": 59119543510, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellexperiencehost\": {\"id\": 59121959320, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:48:55'),(1376,12,'2025-07-09','09:43:06','18:44:48',8.12389,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 09:43:06\", \"left\": \"2025-07-09 18:44:48\", \"late\": true, \"onlineTime\": 29246, \"offlineTime\": 0, \"desktimeTime\": 29246, \"atWorkTime\": 32502, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29246, \"productivity\": 100, \"efficiency\": 116.06, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59147166521, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11631}, \"ms-teams\": {\"id\": 59147104780, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6990}, \"linkedin.com\": {\"id\": 59147562881, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3696}, \"lms.chlserv.com\": {\"id\": 59147184971, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2627}, \"microsoft excel\": {\"id\": 59153581321, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 840}, \"chatgpt.com\": {\"id\": 59147943098, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 757}, \"google.com\": {\"id\": 59148030071, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"windows explorer\": {\"id\": 59147166518, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 426}, \"lockapp\": {\"id\": 59147164550, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"outlook.office.com\": {\"id\": 59159461714, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"drive.google.com\": {\"id\": 59147808354, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 264}, \"c\": {\"id\": 59147520910, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 234}, \"google chrome\": {\"id\": 59147618384, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"zaubacorp.com\": {\"id\": 59152353084, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"calculatorapp\": {\"id\": 59155900806, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"in.emsigner.com\": {\"id\": 59160101895, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"desktime.com\": {\"id\": 59151206295, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"pms.chlserv.com\": {\"id\": 59150439185, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"login.microsoftonline.com\": {\"id\": 59151223170, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"m365.cloud.microsoft\": {\"id\": 59157390506, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"hrez.crystalhues.in\": {\"id\": 59150455694, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"shellexperiencehost\": {\"id\": 59147612152, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 59151417994, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"docs.google.com\": {\"id\": 59151211922, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"searchhost\": {\"id\": 59155895024, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"login.mercedes-benz.com\": {\"id\": 59150439194, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dwm\": {\"id\": 59153790738, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"teams.microsoft.com\": {\"id\": 59160764722, \"app\": \"teams.microsoft.com\", \"name\": \"teams.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"quickassist\": {\"id\": 59160794359, \"app\": \"QuickAssist\", \"name\": \"QuickAssist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": null, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"supplier.mercedes-benz.com\": {\"id\": 59150433624, \"app\": \"supplier.mercedes-benz.com\", \"name\": \"supplier.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft.notes\": {\"id\": 59155115089, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"systemsettings\": {\"id\": 59153424306, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:48:56'),(1377,12,'2025-07-10','10:07:58','18:51:11',7.62917,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 10:07:58\", \"left\": \"2025-07-10 18:51:11\", \"late\": true, \"onlineTime\": 27465, \"offlineTime\": 0, \"desktimeTime\": 27465, \"atWorkTime\": 31393, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27465, \"productivity\": 100, \"efficiency\": 108.99, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59174273511, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10979}, \"ms-teams\": {\"id\": 59174275726, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8084}, \"microsoft excel\": {\"id\": 59175145043, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2038}, \"lms.chlserv.com\": {\"id\": 59175214136, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1910}, \"microsoft word\": {\"id\": 59185500937, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1203}, \"linkedin.com\": {\"id\": 59174477434, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 672}, \"chatgpt.com\": {\"id\": 59174477435, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 429}, \"shellexperiencehost\": {\"id\": 59175439827, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 395}, \"c\": {\"id\": 59175369066, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"lockapp\": {\"id\": 59176326284, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"windows explorer\": {\"id\": 59174386290, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 256}, \"microsoft.notes\": {\"id\": 59175331390, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"auth.sharefile.io\": {\"id\": 59180869436, \"app\": \"auth.sharefile.io\", \"name\": \"auth.sharefile.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"shellhost\": {\"id\": 59175404176, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"daimler.sharefile.eu\": {\"id\": 59180941129, \"app\": \"daimler.sharefile.eu\", \"name\": \"daimler.sharefile.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"unknown app\": {\"id\": 59175050207, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"192.168.0.251\": {\"id\": 59181918300, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"msedgewebview2\": {\"id\": 59175322548, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"google chrome\": {\"id\": 59178184843, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"desktime.com\": {\"id\": 59182999866, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"hrez.crystalhues.in\": {\"id\": 59183011549, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 59183005806, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 59180953572, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 59185495579, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"outlook.office.com\": {\"id\": 59178258564, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"easeofaccessdialog\": {\"id\": 59185907218, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"startmenuexperiencehost\": {\"id\": 59186634102, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"wallet\": {\"id\": 59183023530, \"app\": \"wallet\", \"name\": \"wallet\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"teams.microsoft.com\": {\"id\": 59178276510, \"app\": \"teams.microsoft.com\", \"name\": \"teams.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pms.chlserv.com\": {\"id\": 59177143180, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"quickassist\": {\"id\": 59175050204, \"app\": \"QuickAssist\", \"name\": \"QuickAssist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:56'),(1378,12,'2025-07-11','10:04:35','18:54:14',7.53611,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 10:04:35\", \"left\": \"2025-07-11 18:54:14\", \"late\": true, \"onlineTime\": 27195, \"offlineTime\": 0, \"desktimeTime\": 27195, \"atWorkTime\": 31779, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27130, \"productivity\": 99.76, \"efficiency\": 107.66, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59201727220, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59201015716, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10543}, \"microsoft outlook\": {\"id\": 59200933537, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9244}, \"microsoft excel\": {\"id\": 59201058652, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2494}, \"linkedin.com\": {\"id\": 59201583955, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1324}, \"lms.chlserv.com\": {\"id\": 59203652958, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1025}, \"c\": {\"id\": 59201719193, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 753}, \"shellexperiencehost\": {\"id\": 59201034383, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 596}, \"windows explorer\": {\"id\": 59201061339, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 336}, \"hrez.crystalhues.in\": {\"id\": 59204086565, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"chatgpt.com\": {\"id\": 59201939709, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59201662568, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"desktime.com\": {\"id\": 59201077942, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"microsoft word\": {\"id\": 59201549749, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 59210793690, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"google chrome\": {\"id\": 59201723191, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"in.emsigner.com\": {\"id\": 59200941227, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"microsoft.notes\": {\"id\": 59201549751, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 59201688233, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"lockapp\": {\"id\": 59201143577, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"login.microsoftonline.com\": {\"id\": 59212044398, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 59211419139, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"pms.chlserv.com\": {\"id\": 59204081880, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 59206336481, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59204229445, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"google.com\": {\"id\": 59201939708, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:48:57'),(1379,12,'2025-07-12',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-12\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:57'),(1380,12,'2025-07-13',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-13\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:48:57'),(1381,12,'2025-07-14','10:04:42','18:57:06',8.41556,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 10:04:42\", \"left\": \"2025-07-14 18:57:06\", \"late\": true, \"onlineTime\": 30309, \"offlineTime\": 0, \"desktimeTime\": 30309, \"atWorkTime\": 31944, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30296, \"productivity\": 99.96, \"efficiency\": 120.22, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"microsoft.media.player\": {\"id\": 59235472675, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}}, \"1\": {\"microsoft outlook\": {\"id\": 59230933711, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11163}, \"ms-teams\": {\"id\": 59231051279, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9691}, \"microsoft excel\": {\"id\": 59231498312, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5252}, \"linkedin.com\": {\"id\": 59231095506, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1566}, \"windows explorer\": {\"id\": 59231189877, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 650}, \"lms.chlserv.com\": {\"id\": 59231159920, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"desktime.com\": {\"id\": 59231062520, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"google.com\": {\"id\": 59231181710, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 244}, \"chatgpt.com\": {\"id\": 59231167989, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"pickerhost\": {\"id\": 59242146391, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 134}, \"resume.chlsoftech.com\": {\"id\": 59233393386, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"shellexperiencehost\": {\"id\": 59233860823, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"microsoft.notes\": {\"id\": 59233639471, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"google chrome\": {\"id\": 59231171045, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"hrez.crystalhues.in\": {\"id\": 59231392818, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"pms.chlserv.com\": {\"id\": 59231159916, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"login.microsoftonline.com\": {\"id\": 59233388699, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"m365.cloud.microsoft\": {\"id\": 59231173724, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"macgence.com\": {\"id\": 59233343621, \"app\": \"macgence.com\", \"name\": \"macgence.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"shellhost\": {\"id\": 59231345706, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"microsoft word\": {\"id\": 59233660387, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"unknown app\": {\"id\": 59233023303, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"c\": {\"id\": 59233802632, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"cam.mycii.in\": {\"id\": 59238895747, \"app\": \"cam.mycii.in\", \"name\": \"cam.mycii.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 59233116209, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 59231171044, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59235872656, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:58'),(1382,12,'2025-07-15','09:44:59','18:40:28',7.82306,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 09:44:59\", \"left\": \"2025-07-15 18:40:28\", \"late\": true, \"onlineTime\": 28163, \"offlineTime\": 0, \"desktimeTime\": 28163, \"atWorkTime\": 32129, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28163, \"productivity\": 100, \"efficiency\": 111.76, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59257907838, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9114}, \"ms-teams\": {\"id\": 59257839848, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8327}, \"microsoft excel\": {\"id\": 59258724115, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2230}, \"linkedin.com\": {\"id\": 59258255959, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1818}, \"google.com\": {\"id\": 59258826010, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1697}, \"microsoft word\": {\"id\": 59259547696, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1508}, \"meet.google.com\": {\"id\": 59260965311, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 660}, \"lms.chlserv.com\": {\"id\": 59260230481, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 528}, \"resume.chlsoftech.com\": {\"id\": 59267469838, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"chatgpt.com\": {\"id\": 59260040794, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 366}, \"windows explorer\": {\"id\": 59258382996, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 267}, \"chrome://settings\": {\"id\": 59271463829, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"justdial.com\": {\"id\": 59259905427, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"msedgewebview2\": {\"id\": 59258750105, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"login.microsoftonline.com\": {\"id\": 59261877091, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"hrez.crystalhues.in\": {\"id\": 59267458257, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"lockapp\": {\"id\": 59257905957, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"microsoft.notes\": {\"id\": 59258765583, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"google chrome\": {\"id\": 59258842664, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"garghospitals.com\": {\"id\": 59259957504, \"app\": \"garghospitals.com\", \"name\": \"garghospitals.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"desktime.com\": {\"id\": 59260349050, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"shellexperiencehost\": {\"id\": 59258692885, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"auth.sharefile.io\": {\"id\": 59264679710, \"app\": \"auth.sharefile.io\", \"name\": \"auth.sharefile.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"yappe.in\": {\"id\": 59263145182, \"app\": \"yappe.in\", \"name\": \"yappe.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"daimler.sharefile.eu\": {\"id\": 59264670843, \"app\": \"daimler.sharefile.eu\", \"name\": \"daimler.sharefile.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"c\": {\"id\": 59266436713, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"unknown app\": {\"id\": 59261595863, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"shellhost\": {\"id\": 59262172424, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"pms.chlserv.com\": {\"id\": 59271064655, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 59264831733, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"telecom.economictimes.indiatimes.com\": {\"id\": 59263069125, \"app\": \"telecom.economictimes.indiatimes.com\", \"name\": \"telecom.economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"doctsab.com\": {\"id\": 59260410755, \"app\": \"doctsab.com\", \"name\": \"doctsab.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 59268353985, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"startmenuexperiencehost\": {\"id\": 59259543616, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"m365.cloud.microsoft\": {\"id\": 59265706627, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:48:58'),(1383,12,'2025-07-16','10:00:42','18:51:21',8.48556,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 10:00:42\", \"left\": \"2025-07-16 18:51:21\", \"late\": true, \"onlineTime\": 30548, \"offlineTime\": 0, \"desktimeTime\": 30548, \"atWorkTime\": 31839, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30548, \"productivity\": 100, \"efficiency\": 121.22, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59285220349, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14800}, \"ms-teams\": {\"id\": 59285353612, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8840}, \"linkedin.com\": {\"id\": 59286235285, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1484}, \"resume.chlsoftech.com\": {\"id\": 59285463500, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1097}, \"lms.chlserv.com\": {\"id\": 59285475045, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 908}, \"chatgpt.com\": {\"id\": 59285414497, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"microsoft word\": {\"id\": 59292328693, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 424}, \"google chrome\": {\"id\": 59285915892, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 336}, \"hrez.crystalhues.in\": {\"id\": 59285293847, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 320}, \"google.com\": {\"id\": 59285572133, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"shellhost\": {\"id\": 59286668082, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 251}, \"windows explorer\": {\"id\": 59285220348, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 232}, \"c\": {\"id\": 59287001249, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 221}, \"shellexperiencehost\": {\"id\": 59285481331, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 208}, \"login.microsoftonline.com\": {\"id\": 59285457839, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"microsoft excel\": {\"id\": 59286153761, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 59286320011, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"desktime.com\": {\"id\": 59287206530, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"pms.chlserv.com\": {\"id\": 59287258331, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"photos\": {\"id\": 59287227580, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"chrome://settings\": {\"id\": 59285217813, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 59298473134, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"lockapp\": {\"id\": 59291722928, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"auth.sharefile.io\": {\"id\": 59287248795, \"app\": \"auth.sharefile.io\", \"name\": \"auth.sharefile.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 59296626174, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"snippingtool\": {\"id\": 59287029603, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"microsoft.notes\": {\"id\": 59287029597, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:01'),(1384,12,'2025-07-17','09:46:07','18:41:59',7.51111,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 09:46:07\", \"left\": \"2025-07-17 18:41:59\", \"late\": true, \"onlineTime\": 27186, \"offlineTime\": 0, \"desktimeTime\": 27186, \"atWorkTime\": 32152, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27040, \"productivity\": 99.46, \"efficiency\": 107.3, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59314084795, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59312406301, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10268}, \"ms-teams\": {\"id\": 59312994991, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8554}, \"linkedin.com\": {\"id\": 59312458017, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1598}, \"lms.chlserv.com\": {\"id\": 59314569669, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1451}, \"windows explorer\": {\"id\": 59312781509, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1095}, \"microsoft excel\": {\"id\": 59312830361, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 884}, \"chatgpt.com\": {\"id\": 59312617740, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 879}, \"c\": {\"id\": 59313336308, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 536}, \"hrez.crystalhues.in\": {\"id\": 59315425254, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 439}, \"microsoft word\": {\"id\": 59313902937, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 297}, \"supplier.mercedes-benz.com\": {\"id\": 59316755272, \"app\": \"supplier.mercedes-benz.com\", \"name\": \"supplier.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"prod.proq.i.mercedes-benz.com\": {\"id\": 59318822820, \"app\": \"prod.proq.i.mercedes-benz.com\", \"name\": \"prod.proq.i.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"google chrome\": {\"id\": 59314084794, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"shellexperiencehost\": {\"id\": 59312775172, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"crystalhues.com\": {\"id\": 59313228048, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59319419988, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"microsoft.notes\": {\"id\": 59322772253, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"desktime.com\": {\"id\": 59314271077, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"calculatorapp\": {\"id\": 59322060612, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"google.com\": {\"id\": 59313228047, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"authenticator.pingone.eu\": {\"id\": 59318822822, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"sso.mercedes-benz.com\": {\"id\": 59317095494, \"app\": \"sso.mercedes-benz.com\", \"name\": \"sso.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 59316688977, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"lockapp\": {\"id\": 59317002508, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"unknown app\": {\"id\": 59312783970, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"photos\": {\"id\": 59322271466, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 59314079970, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59313882487, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 59322060602, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 59317106312, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}}, \"projects\": []}','2025-07-31 18:49:02'),(1385,12,'2025-07-18','09:47:03','18:38:18',7.63472,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 09:47:03\", \"left\": \"2025-07-18 18:38:18\", \"late\": true, \"onlineTime\": 27485, \"offlineTime\": 0, \"desktimeTime\": 27485, \"atWorkTime\": 31875, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27485, \"productivity\": 100, \"efficiency\": 109.07, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59339243830, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10461}, \"ms-teams\": {\"id\": 59339395255, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8532}, \"linkedin.com\": {\"id\": 59339409801, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4235}, \"chatgpt.com\": {\"id\": 59339241813, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1250}, \"windows explorer\": {\"id\": 59339460131, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 430}, \"microsoft excel\": {\"id\": 59344214235, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 369}, \"google chrome\": {\"id\": 59339896849, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"shellhost\": {\"id\": 59344245393, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"daimler.sharefile.eu\": {\"id\": 59339546814, \"app\": \"daimler.sharefile.eu\", \"name\": \"daimler.sharefile.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"hrez.crystalhues.in\": {\"id\": 59339397648, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"c\": {\"id\": 59342489107, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"google.com\": {\"id\": 59344525823, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"pms.chlserv.com\": {\"id\": 59339403216, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"shellexperiencehost\": {\"id\": 59340419847, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"desktime.com\": {\"id\": 59339478098, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"msedgewebview2\": {\"id\": 59339694523, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"lms.chlserv.com\": {\"id\": 59339401119, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"login.microsoftonline.com\": {\"id\": 59339403217, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"authenticator.pingone.eu\": {\"id\": 59339560375, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"auth.sharefile.io\": {\"id\": 59339474982, \"app\": \"auth.sharefile.io\", \"name\": \"auth.sharefile.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59340745822, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"verbolabs.com\": {\"id\": 59348947685, \"app\": \"verbolabs.com\", \"name\": \"verbolabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 59339672044, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"login.mercedes-benz.com\": {\"id\": 59339556918, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"dw-lfe-sf.daimler.com\": {\"id\": 59339553680, \"app\": \"dw-lfe-sf.daimler.com\", \"name\": \"dw-lfe-sf.daimler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"snippingtool\": {\"id\": 59339669632, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"bold.pro\": {\"id\": 59344510366, \"app\": \"bold.pro\", \"name\": \"bold.pro\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"lockapp\": {\"id\": 59339320958, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 59350301933, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 59350317240, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 59351366929, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"outlook.office.com\": {\"id\": 59347783813, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:03'),(1386,12,'2025-07-19','12:12:23','12:23:58',0.193056,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-19\", \"isOnline\": false, \"arrived\": \"2025-07-19 12:12:23\", \"left\": \"2025-07-19 12:23:58\", \"late\": true, \"onlineTime\": 695, \"offlineTime\": 0, \"desktimeTime\": 695, \"atWorkTime\": 695, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 695, \"productivity\": 100, \"efficiency\": 2.76, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ibai.org\": {\"id\": null, \"app\": \"ibai.org\", \"name\": \"ibai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"google.com\": {\"id\": 59362868527, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 234}, \"linkedin.com\": {\"id\": 59362868523, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"ms-teams\": {\"id\": 59362868522, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"google chrome\": {\"id\": 59362868526, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"selfcare.careinsurance.com\": {\"id\": null, \"app\": \"selfcare.careinsurance.com\", \"name\": \"selfcare.careinsurance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"careinsurance.com\": {\"id\": null, \"app\": \"careinsurance.com\", \"name\": \"careinsurance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}}, \"projects\": []}','2025-07-31 18:49:03'),(1387,12,'2025-07-20',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-20\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:04'),(1388,12,'2025-07-21','09:02:12','15:41:13',4.63694,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 09:02:12\", \"left\": \"2025-07-21 15:41:13\", \"late\": true, \"onlineTime\": 16693, \"offlineTime\": 0, \"desktimeTime\": 16693, \"atWorkTime\": 23941, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 16693, \"productivity\": 100, \"efficiency\": 66.24, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59368435819, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6619}, \"microsoft outlook\": {\"id\": 59368438282, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5754}, \"linkedin.com\": {\"id\": 59368533785, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1046}, \"windows explorer\": {\"id\": 59368509471, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 615}, \"lockapp\": {\"id\": 59368482503, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 329}, \"pms.chlserv.com\": {\"id\": 59376216907, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"alice.mercedes-benz.com\": {\"id\": 59368745361, \"app\": \"alice.mercedes-benz.com\", \"name\": \"alice.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 281}, \"shellhost\": {\"id\": 59368435820, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 235}, \"hdfcergo.com\": {\"id\": 59372594557, \"app\": \"hdfcergo.com\", \"name\": \"hdfcergo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"shellexperiencehost\": {\"id\": 59368743768, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"hrez.crystalhues.in\": {\"id\": 59368703359, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"lms.chlserv.com\": {\"id\": 59369350464, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"chatgpt.com\": {\"id\": 59368435817, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"microsoft excel\": {\"id\": 59369530339, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"windowscamera\": {\"id\": 59368439557, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"daimler.sharefile.eu\": {\"id\": 59372051893, \"app\": \"daimler.sharefile.eu\", \"name\": \"daimler.sharefile.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"google.com\": {\"id\": 59372566996, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"microsoft word\": {\"id\": 59369185978, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"searchhost\": {\"id\": 59368439556, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"unknown app\": {\"id\": 59368550844, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"google chrome\": {\"id\": 59368435818, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"desktime.com\": {\"id\": 59374816740, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"msedge\": {\"id\": 59368738425, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"snippingtool\": {\"id\": 59372086331, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"dw-lfe-sf.daimler.com\": {\"id\": 59372065800, \"app\": \"dw-lfe-sf.daimler.com\", \"name\": \"dw-lfe-sf.daimler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"c\": {\"id\": 59374822041, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"login.mercedes-benz.com\": {\"id\": 59368736052, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59368704851, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"auth.sharefile.io\": {\"id\": 59372060426, \"app\": \"auth.sharefile.io\", \"name\": \"auth.sharefile.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"msedgewebview2\": {\"id\": 59372179871, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"ibai.org\": {\"id\": 59368435816, \"app\": \"ibai.org\", \"name\": \"ibai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:49:05'),(1389,12,'2025-07-22','08:57:41','18:10:40',7.12194,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 08:57:41\", \"left\": \"2025-07-22 18:10:40\", \"late\": false, \"onlineTime\": 25642, \"offlineTime\": 0, \"desktimeTime\": 25642, \"atWorkTime\": 33179, \"afterWorkTime\": 0, \"beforeWorkTime\": 139, \"productiveTime\": 25639, \"productivity\": 99.99, \"efficiency\": 101.74, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"microsoft.media.player\": {\"id\": 59395652330, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}, \"1\": {\"microsoft outlook\": {\"id\": 59394806116, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9359}, \"ms-teams\": {\"id\": 59394802776, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8246}, \"chatgpt.com\": {\"id\": 59394859205, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1473}, \"linkedin.com\": {\"id\": 59394859202, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1253}, \"hrez.crystalhues.in\": {\"id\": 59394854405, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1164}, \"tecknowhive.com\": {\"id\": 59395126774, \"app\": \"tecknowhive.com\", \"name\": \"tecknowhive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1115}, \"microsoft excel\": {\"id\": 59394804933, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 761}, \"windows explorer\": {\"id\": 59394801598, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 720}, \"adda247.com\": {\"id\": 59405197347, \"app\": \"adda247.com\", \"name\": \"adda247.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"shellhost\": {\"id\": 59395177661, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"google.com\": {\"id\": 59394860491, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"lockapp\": {\"id\": 59395999949, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 166}, \"desktime.com\": {\"id\": 59394851743, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"searchhost\": {\"id\": 59394909434, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"google chrome\": {\"id\": 59394853057, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"lms.chlserv.com\": {\"id\": 59394857901, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"shellexperiencehost\": {\"id\": 59395349213, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"microsoft word\": {\"id\": 59395077024, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"login.microsoftonline.com\": {\"id\": 59394853059, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"crystalhues.com\": {\"id\": 59395166516, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 59394800484, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 59395293967, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"calculatorapp\": {\"id\": 59394910779, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"msedge\": {\"id\": 59407449380, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"pms.chlserv.com\": {\"id\": 59394856833, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"meet.ficci.in\": {\"id\": 59408047369, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 59405891078, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"support.google.com\": {\"id\": 59405912519, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"daimler.sharefile.eu\": {\"id\": 59394851742, \"app\": \"daimler.sharefile.eu\", \"name\": \"daimler.sharefile.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"c\": {\"id\": 59396167310, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"systemsettings\": {\"id\": 59394856835, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:06'),(1390,12,'2025-07-23','09:04:03','18:14:19',7.20083,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 09:04:03\", \"left\": \"2025-07-23 18:14:19\", \"late\": true, \"onlineTime\": 25923, \"offlineTime\": 0, \"desktimeTime\": 25923, \"atWorkTime\": 33016, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25923, \"productivity\": 100, \"efficiency\": 102.87, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59422361770, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8707}, \"microsoft outlook\": {\"id\": 59422501033, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7606}, \"linkedin.com\": {\"id\": 59422556314, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1658}, \"lms.chlserv.com\": {\"id\": 59422550388, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1317}, \"microsoft powerpoint\": {\"id\": 59429514226, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1298}, \"microsoft word\": {\"id\": 59423075964, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1017}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59430230913, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 651}, \"tecknowhive.com\": {\"id\": 59422505690, \"app\": \"tecknowhive.com\", \"name\": \"tecknowhive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 617}, \"pms.chlserv.com\": {\"id\": 59422550387, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 457}, \"windows explorer\": {\"id\": 59422696207, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 434}, \"sign.zoho.in\": {\"id\": 59423154915, \"app\": \"sign.zoho.in\", \"name\": \"sign.zoho.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 420}, \"meet.ficci.in\": {\"id\": 59422607286, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 265}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59429438961, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"google chrome\": {\"id\": 59422829102, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"chatgpt.com\": {\"id\": 59422550389, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"google.com\": {\"id\": 59426235528, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"desktime.com\": {\"id\": 59422504285, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"snippingtool\": {\"id\": 59428010249, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"shellhost\": {\"id\": 59423259764, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"hrez.crystalhues.in\": {\"id\": 59422553949, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"photos\": {\"id\": 59429360464, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"msedgewebview2\": {\"id\": 59422896678, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"login.microsoftonline.com\": {\"id\": 59422559807, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"lockapp\": {\"id\": 59422496801, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"crystalhues.com\": {\"id\": 59422570468, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"unknown app\": {\"id\": 59425754307, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"searchhost\": {\"id\": 59428309532, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"c\": {\"id\": 59432584186, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"microsoft excel\": {\"id\": 59434080177, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59427198264, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"pickerhost\": {\"id\": 59428152496, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:06'),(1391,12,'2025-07-24','09:26:07','15:50:24',4.14028,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 09:26:07\", \"left\": \"2025-07-24 15:50:24\", \"late\": true, \"onlineTime\": 14905, \"offlineTime\": 0, \"desktimeTime\": 14905, \"atWorkTime\": 23057, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 14905, \"productivity\": 100, \"efficiency\": 59.15, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59449404977, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6553}, \"ms-teams\": {\"id\": 59449404976, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3313}, \"linkedin.com\": {\"id\": 59449560589, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1997}, \"chatgpt.com\": {\"id\": 59449575217, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 784}, \"lockapp\": {\"id\": 59449716205, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 627}, \"windows explorer\": {\"id\": 59453517099, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 369}, \"searchhost\": {\"id\": 59455579064, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 352}, \"c\": {\"id\": 59450444196, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"unknown app\": {\"id\": 59449549085, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"lms.chlserv.com\": {\"id\": 59449455167, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"hrez.crystalhues.in\": {\"id\": 59449455166, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"google.com\": {\"id\": 59450283279, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"desktime.com\": {\"id\": 59454099075, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"easeofaccessdialog\": {\"id\": 59454473190, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"google chrome\": {\"id\": 59449639032, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59453555806, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"login.microsoftonline.com\": {\"id\": 59454265814, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"snippingtool\": {\"id\": 59449465700, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"pms.chlserv.com\": {\"id\": 59453630030, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"tecknowhive.com\": {\"id\": 59454113422, \"app\": \"tecknowhive.com\", \"name\": \"tecknowhive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"meet.ficci.in\": {\"id\": 59454118473, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59453630024, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59449467477, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"microsoft excel\": {\"id\": 59454192948, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59453517092, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:07'),(1392,12,'2025-07-25','09:29:03','18:48:15',7.39972,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 09:29:03\", \"left\": \"2025-07-25 18:48:15\", \"late\": true, \"onlineTime\": 26639, \"offlineTime\": 0, \"desktimeTime\": 26639, \"atWorkTime\": 33552, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26639, \"productivity\": 100, \"efficiency\": 105.71, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59476028712, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7820}, \"microsoft outlook\": {\"id\": 59476092279, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7494}, \"microsoft excel\": {\"id\": 59477327829, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6216}, \"linkedin.com\": {\"id\": 59476042862, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1198}, \"lockapp\": {\"id\": 59476185704, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1023}, \"c\": {\"id\": 59477367786, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 912}, \"lms.chlserv.com\": {\"id\": 59481483481, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"windows explorer\": {\"id\": 59476578888, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 423}, \"google.com\": {\"id\": 59488306094, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"shellhost\": {\"id\": 59478619193, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"unknown app\": {\"id\": 59479499924, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 159}, \"chatgpt.com\": {\"id\": 59476700250, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"shellexperiencehost\": {\"id\": 59488440506, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"in.emsigner.com\": {\"id\": 59485172960, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"hrez.crystalhues.in\": {\"id\": 59476036207, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"desktime.com\": {\"id\": 59487193257, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"snippingtool\": {\"id\": 59479227775, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59488357478, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59480423950, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedgewebview2\": {\"id\": 59486405800, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 59483240381, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"pms.chlserv.com\": {\"id\": 59476041254, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"google chrome\": {\"id\": 59488367770, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59481502197, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:07'),(1393,12,'2025-07-26','09:27:53','16:04:45',4.03111,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 09:27:53\", \"left\": \"2025-07-26 16:04:45\", \"late\": true, \"onlineTime\": 14512, \"offlineTime\": 0, \"desktimeTime\": 14512, \"atWorkTime\": 23812, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 14512, \"productivity\": 100, \"efficiency\": 57.59, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59498481955, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4745}, \"ms-teams\": {\"id\": 59498481956, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3161}, \"linkedin.com\": {\"id\": 59498501734, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2251}, \"windows explorer\": {\"id\": 59498482464, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 929}, \"lockapp\": {\"id\": 59498579257, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 595}, \"microsoft excel\": {\"id\": 59498596704, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 556}, \"shellexperiencehost\": {\"id\": 59499046487, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 475}, \"windowscamera\": {\"id\": 59498490627, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 271}, \"chatgpt.com\": {\"id\": 59498481958, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59498483604, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"desktime.com\": {\"id\": 59498482985, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"searchhost\": {\"id\": 59498490120, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"msedgewebview2\": {\"id\": 59498668276, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"hrez.crystalhues.in\": {\"id\": 59498602751, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"tecknowhive.com\": {\"id\": 59498482986, \"app\": \"tecknowhive.com\", \"name\": \"tecknowhive.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"google.com\": {\"id\": 59498503013, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"lms.chlserv.com\": {\"id\": 59498602136, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"app.apollo.io\": {\"id\": 59499834285, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"photos\": {\"id\": 59498668869, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"snippingtool\": {\"id\": 59499377312, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"c\": {\"id\": 59498483606, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"google chrome\": {\"id\": 59499831763, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"login.microsoftonline.com\": {\"id\": 59498604239, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"crystalhues.com\": {\"id\": 59499181886, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"meet.ficci.in\": {\"id\": 59498483601, \"app\": \"meet.ficci.in\", \"name\": \"meet.ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 59499837909, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 59499014226, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"pms.chlserv.com\": {\"id\": 59498637037, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:08'),(1394,12,'2025-07-27',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-27\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:08'),(1395,12,'2025-07-28','09:16:37','18:58:03',7.47278,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 09:16:37\", \"left\": \"2025-07-28 18:58:03\", \"late\": true, \"onlineTime\": 26902, \"offlineTime\": 0, \"desktimeTime\": 26902, \"atWorkTime\": 34886, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26902, \"productivity\": 100, \"efficiency\": 106.75, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59504613040, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11339}, \"microsoft outlook\": {\"id\": 59505137286, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9595}, \"linkedin.com\": {\"id\": 59508206907, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1309}, \"windows explorer\": {\"id\": 59505137284, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1041}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59508292970, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 939}, \"microsoft word\": {\"id\": 59508254924, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 785}, \"chatgpt.com\": {\"id\": 59509520179, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 589}, \"c\": {\"id\": 59507027255, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 396}, \"crystalhues.com\": {\"id\": 59504608170, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"lms.chlserv.com\": {\"id\": 59508519245, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"microsoft excel\": {\"id\": 59506999821, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 155}, \"lockapp\": {\"id\": 59504709847, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"desktime.com\": {\"id\": 59518625096, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"msedgewebview2\": {\"id\": 59506959176, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"hrez.crystalhues.in\": {\"id\": 59512345122, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"google.com\": {\"id\": 59509715977, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"google chrome\": {\"id\": 59512356779, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 59509202936, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 59513099291, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"app.apollo.io\": {\"id\": 59509715974, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pms.chlserv.com\": {\"id\": 59508513700, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 59509208406, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:49:08'),(1396,12,'2025-07-29','09:23:03','18:54:57',7.99083,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 09:23:03\", \"left\": \"2025-07-29 18:54:57\", \"late\": true, \"onlineTime\": 28767, \"offlineTime\": 0, \"desktimeTime\": 28767, \"atWorkTime\": 34314, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28767, \"productivity\": 100, \"efficiency\": 114.15, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59531551270, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11463}, \"ms-teams\": {\"id\": 59532278416, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7363}, \"linkedin.com\": {\"id\": 59532791165, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2710}, \"lms.chlserv.com\": {\"id\": 59533370201, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2096}, \"microsoft excel\": {\"id\": 59532661592, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1769}, \"chatgpt.com\": {\"id\": 59534621846, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1050}, \"windows explorer\": {\"id\": 59531551269, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1039}, \"c\": {\"id\": 59532905238, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 349}, \"hrez.crystalhues.in\": {\"id\": 59533370202, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 281}, \"pms.chlserv.com\": {\"id\": 59535921235, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"desktime.com\": {\"id\": 59531549887, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"lockapp\": {\"id\": 59532770466, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"calculator\": {\"id\": 59545124771, \"app\": \"Calculator\", \"name\": \"Calculator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"sectransfer.niit.com\": {\"id\": 59544267108, \"app\": \"sectransfer.niit.com\", \"name\": \"sectransfer.niit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"login.microsoftonline.com\": {\"id\": 59533540380, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"google.com\": {\"id\": 59534621850, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"microsoft word\": {\"id\": 59532665045, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"192.168.0.251\": {\"id\": 59543681446, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"google chrome\": {\"id\": 59534969287, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59532910408, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"unknown app\": {\"id\": 59532668375, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"openwith\": {\"id\": 59545551097, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"systemsettings\": {\"id\": 59534816789, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 59535916271, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": null, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59542300589, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59532917644, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:09'),(1397,12,'2025-07-30','09:39:05','19:03:17',7.0775,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 09:39:05\", \"left\": \"2025-07-30 19:03:17\", \"late\": true, \"onlineTime\": 25479, \"offlineTime\": 0, \"desktimeTime\": 25479, \"atWorkTime\": 33852, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25479, \"productivity\": 100, \"efficiency\": 101.11, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59558919882, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8953}, \"microsoft outlook\": {\"id\": 59558529320, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7532}, \"lms.chlserv.com\": {\"id\": 59558535812, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4255}, \"microsoft word\": {\"id\": 59565133256, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1360}, \"google chrome\": {\"id\": 59558543417, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1092}, \"windows explorer\": {\"id\": 59558534245, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 478}, \"hrez.crystalhues.in\": {\"id\": 59558541750, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 412}, \"chatgpt.com\": {\"id\": 59558582531, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 375}, \"google.com\": {\"id\": 59559009302, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 188}, \"linkedin.com\": {\"id\": 59558527623, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 176}, \"desktime.com\": {\"id\": 59569788701, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"searchhost\": {\"id\": 59559025054, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"shellhost\": {\"id\": 59558893137, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"meet.google.com\": {\"id\": 59568209434, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"unknown app\": {\"id\": 59558668776, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"speedtest.net\": {\"id\": 59560644294, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"msedgewebview2\": {\"id\": 59564122500, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"onedrive.live.com\": {\"id\": 59559011837, \"app\": \"onedrive.live.com\", \"name\": \"onedrive.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"login.microsoftonline.com\": {\"id\": 59558588632, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 59558933472, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"chrome://password-manager\": {\"id\": 59558943867, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"c\": {\"id\": 59558933471, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 59558599268, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"lockapp\": {\"id\": 59569782660, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"pms.chlserv.com\": {\"id\": 59559003363, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://new-tab-page\": {\"id\": 59568450828, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 59559048867, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"credentialuibroker\": {\"id\": 59558943868, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:09'),(1398,12,'2025-07-31','10:01:57','18:59:53',8.18917,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 10:01:57\", \"left\": \"2025-07-31 18:59:53\", \"late\": true, \"onlineTime\": 29481, \"offlineTime\": 0, \"desktimeTime\": 29481, \"atWorkTime\": 32276, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29481, \"productivity\": 100, \"efficiency\": 116.99, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59585923779, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10959}, \"microsoft outlook\": {\"id\": 59585916136, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10415}, \"linkedin.com\": {\"id\": 59585947557, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1980}, \"windows explorer\": {\"id\": 59585928650, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1092}, \"c\": {\"id\": 59588326273, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1087}, \"lms.chlserv.com\": {\"id\": 59585990067, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1058}, \"microsoft excel\": {\"id\": 59586208153, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 846}, \"shellhost\": {\"id\": 59586001901, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 579}, \"chatgpt.com\": {\"id\": 59585990066, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"google.com\": {\"id\": 59587290383, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 276}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59598633819, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"hrez.crystalhues.in\": {\"id\": 59587560739, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"desktime.com\": {\"id\": 59587225212, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"google chrome\": {\"id\": 59585995080, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"pms.chlserv.com\": {\"id\": 59589710283, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"sutraworld-my.sharepoint.com\": {\"id\": 59596958241, \"app\": \"sutraworld-my.sharepoint.com\", \"name\": \"sutraworld-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"msedgewebview2\": {\"id\": 59587652958, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"login.microsoftonline.com\": {\"id\": 59587594851, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"lockapp\": {\"id\": 59586726382, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"microsoft word\": {\"id\": 59596571217, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 59586991044, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 59590576051, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://print\": {\"id\": 59587610856, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchhost\": {\"id\": 59587221009, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 59587225210, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 59589704829, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:49:10'),(1399,13,'2025-07-01','09:57:52','18:59:15',7.93306,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 09:57:52\", \"left\": \"2025-07-01 18:59:15\", \"late\": false, \"onlineTime\": 28559, \"offlineTime\": 0, \"desktimeTime\": 28559, \"atWorkTime\": 32483, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28559, \"productivity\": 100, \"efficiency\": 113.33, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 58983810425, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14759}, \"ms-teams\": {\"id\": 58983842854, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6013}, \"lms.chlserv.com\": {\"id\": 58983833802, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3172}, \"linkedin.com\": {\"id\": 58983833801, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1486}, \"c\": {\"id\": 58983851394, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 941}, \"windows explorer\": {\"id\": 58983838249, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 463}, \"microsoft word\": {\"id\": 58984603896, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 384}, \"lockapp\": {\"id\": 58985072647, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 349}, \"google.com\": {\"id\": 58983902178, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"avaada.com\": {\"id\": 58993050822, \"app\": \"avaada.com\", \"name\": \"avaada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"microsoft excel\": {\"id\": 58993150063, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"google chrome\": {\"id\": 58983833797, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"chatgpt.com\": {\"id\": 58991332956, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"unknown app\": {\"id\": 58983831122, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"desktime.com\": {\"id\": 58996685081, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"wetransfer.com\": {\"id\": 58993933751, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"shellexperiencehost\": {\"id\": 58986453617, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"msedgewebview2\": {\"id\": 58984526638, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"indigitall.com\": {\"id\": 58991333001, \"app\": \"indigitall.com\", \"name\": \"indigitall.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"photos\": {\"id\": 58994430918, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"openai.com\": {\"id\": 58991332953, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 58988417686, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"office.com\": {\"id\": 58985766407, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 58996685071, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:10'),(1400,13,'2025-07-02','09:51:16','19:11:32',8.09222,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 09:51:16\", \"left\": \"2025-07-02 19:11:32\", \"late\": false, \"onlineTime\": 29132, \"offlineTime\": 0, \"desktimeTime\": 29132, \"atWorkTime\": 33616, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29132, \"productivity\": 100, \"efficiency\": 115.6, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59011739856, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13789}, \"ms-teams\": {\"id\": 59011805142, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5236}, \"lms.chlserv.com\": {\"id\": 59011822898, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4878}, \"linkedin.com\": {\"id\": 59011825514, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2098}, \"c\": {\"id\": 59011836545, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1269}, \"microsoft excel\": {\"id\": 59020954305, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 856}, \"windows explorer\": {\"id\": 59011783208, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 353}, \"shellexperiencehost\": {\"id\": 59012209397, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"msedge\": {\"id\": 59011650439, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"photos\": {\"id\": 59014286802, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"desktime.com\": {\"id\": 59020911911, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"google chrome\": {\"id\": 59011822897, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"unknown app\": {\"id\": 59011739855, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"microsoft word\": {\"id\": 59019472980, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"about:blank\": {\"id\": 59015361263, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 59014267237, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"file://\": {\"id\": 59025705406, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"microsoft powerpoint\": {\"id\": 59024292126, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:10'),(1401,13,'2025-07-03','09:59:25','18:53:48',7.92722,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 09:59:25\", \"left\": \"2025-07-03 18:53:48\", \"late\": false, \"onlineTime\": 28538, \"offlineTime\": 0, \"desktimeTime\": 28538, \"atWorkTime\": 32063, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28538, \"productivity\": 100, \"efficiency\": 113.25, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59039467783, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12818}, \"ms-teams\": {\"id\": 59039465595, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7159}, \"linkedin.com\": {\"id\": 59039665236, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2713}, \"lms.chlserv.com\": {\"id\": 59039662665, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2558}, \"c\": {\"id\": 59039626310, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 892}, \"windows explorer\": {\"id\": 59039465586, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 477}, \"google.com\": {\"id\": 59040745660, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"microsoft word\": {\"id\": 59041925242, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 301}, \"microsoft excel\": {\"id\": 59041113883, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"chatgpt.com\": {\"id\": 59040745662, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"movingimage.my\": {\"id\": 59047781616, \"app\": \"movingimage.my\", \"name\": \"movingimage.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"google chrome\": {\"id\": 59039467782, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"msedgewebview2\": {\"id\": 59040831974, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"shellexperiencehost\": {\"id\": 59040940225, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"desktime.com\": {\"id\": 59045755472, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"hikal.com\": {\"id\": 59050101039, \"app\": \"hikal.com\", \"name\": \"hikal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"eixm.fa.em2.oraclecloud.com\": {\"id\": 59050123136, \"app\": \"eixm.fa.em2.oraclecloud.com\", \"name\": \"eixm.fa.em2.oraclecloud.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"unknown app\": {\"id\": 59039465593, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"snippingtool\": {\"id\": 59050858752, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"avegenhealth.com\": {\"id\": 59040571024, \"app\": \"avegenhealth.com\", \"name\": \"avegenhealth.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 59039465588, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"login.microsoftonline.com\": {\"id\": 59050821587, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"openai.com\": {\"id\": 59042581324, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59040745661, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 59050853383, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"webviewhost\": {\"id\": 59039467784, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59050821584, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59044172607, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:11'),(1402,13,'2025-07-04','09:47:36','18:37:29',7.36639,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 09:47:36\", \"left\": \"2025-07-04 18:37:29\", \"late\": false, \"onlineTime\": 26531, \"offlineTime\": 0, \"desktimeTime\": 26531, \"atWorkTime\": 31793, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26519, \"productivity\": 99.95, \"efficiency\": 105.23, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59073961125, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": {\"facebook.com\": {\"id\": 59072063807, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"1\": {\"microsoft outlook\": {\"id\": 59065793034, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13551}, \"ms-teams\": {\"id\": 59065797872, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4607}, \"linkedin.com\": {\"id\": 59066693497, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3991}, \"lms.chlserv.com\": {\"id\": 59065918426, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2553}, \"c\": {\"id\": 59065793040, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 872}, \"desktime.com\": {\"id\": 59069488304, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"google.com\": {\"id\": 59067009756, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"google chrome\": {\"id\": 59065906194, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"shellexperiencehost\": {\"id\": 59065793044, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"hikal.com\": {\"id\": 59077638842, \"app\": \"hikal.com\", \"name\": \"hikal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"windows explorer\": {\"id\": 59065793038, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"app.apollo.io\": {\"id\": 59066950979, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 59065918428, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"stellantis.com\": {\"id\": 59072063816, \"app\": \"stellantis.com\", \"name\": \"stellantis.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"microsoft word\": {\"id\": 59066212104, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 59069561899, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"microsoft excel\": {\"id\": 59066462484, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"pcagroup.in\": {\"id\": 59072063801, \"app\": \"pcagroup.in\", \"name\": \"pcagroup.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"office.com\": {\"id\": 59074309846, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 59072068473, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"ifec.in\": {\"id\": 59072063813, \"app\": \"ifec.in\", \"name\": \"ifec.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"crystalhues.com\": {\"id\": 59077688730, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"drive.google.com\": {\"id\": 59073955745, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"winstore.app\": {\"id\": null, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:11'),(1403,13,'2025-07-05','10:51:46','20:27:47',7.04889,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 10:51:46\", \"left\": \"2025-07-05 20:27:47\", \"late\": false, \"onlineTime\": 25378, \"offlineTime\": 0, \"desktimeTime\": 25378, \"atWorkTime\": 34561, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25376, \"productivity\": 99.99, \"efficiency\": 100.7, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ntp.msn.com\": {\"id\": 59086140457, \"app\": \"ntp.msn.com\", \"name\": \"ntp.msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59085333467, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8435}, \"linkedin.com\": {\"id\": 59085335819, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5070}, \"ms-teams\": {\"id\": 59085334232, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5050}, \"lms.chlserv.com\": {\"id\": 59085335095, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3835}, \"c\": {\"id\": 59085472231, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1471}, \"windows explorer\": {\"id\": 59085332787, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 393}, \"transfernow.net\": {\"id\": 59085370050, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 311}, \"shellexperiencehost\": {\"id\": 59085332788, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 273}, \"desktime.com\": {\"id\": 59085626571, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"google.com\": {\"id\": 59085370049, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"google chrome\": {\"id\": 59085370048, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"microsoft excel\": {\"id\": 59086784386, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"unknown app\": {\"id\": 59085335094, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"msedge\": {\"id\": 59085343889, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"msedgewebview2\": {\"id\": 59085421662, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"searchapp\": {\"id\": 59086347664, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"lockapp\": {\"id\": 59086140451, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"office.com\": {\"id\": 59085343888, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59085626570, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-07-31 18:49:12'),(1404,13,'2025-07-06',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-06\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:12'),(1405,13,'2025-07-07','09:52:05','19:04:45',7.54417,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 09:52:05\", \"left\": \"2025-07-07 19:04:45\", \"late\": false, \"onlineTime\": 27155, \"offlineTime\": 0, \"desktimeTime\": 27155, \"atWorkTime\": 33160, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27159, \"productivity\": 100, \"efficiency\": 107.77, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59091665417, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13154}, \"ms-teams\": {\"id\": 59091684666, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4566}, \"linkedin.com\": {\"id\": 59091962652, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4196}, \"lms.chlserv.com\": {\"id\": 59091962651, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2447}, \"microsoft excel\": {\"id\": 59103886443, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1109}, \"c\": {\"id\": 59091703972, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 556}, \"google.com\": {\"id\": 59092095503, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"windows explorer\": {\"id\": 59091663716, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"unknown app\": {\"id\": 59091795822, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"google chrome\": {\"id\": 59091960114, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 99}, \"app.apollo.io\": {\"id\": 59098857365, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"momentivesoftware.com\": {\"id\": 59100127934, \"app\": \"momentivesoftware.com\", \"name\": \"momentivesoftware.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"shellexperiencehost\": {\"id\": 59091663719, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"chatgpt.com\": {\"id\": 59098705900, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59094400532, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"lockapp\": {\"id\": 59091663711, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"desktime.com\": {\"id\": 59097025913, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"find-and-update.company-information.service.gov.uk\": {\"id\": 59092098315, \"app\": \"find-and-update.company-information.service.gov.uk\", \"name\": \"find-and-update.company-information.service.gov.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59101596470, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 59097025908, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"office.com\": {\"id\": 59092482441, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"microsoft store\": {\"id\": 59100282833, \"app\": \"Microsoft Store\", \"name\": \"Microsoft Store\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 59091663714, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 59096934344, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:13'),(1406,13,'2025-07-08','10:09:11','18:55:24',7.47306,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 10:09:11\", \"left\": \"2025-07-08 18:55:24\", \"late\": false, \"onlineTime\": 26903, \"offlineTime\": 0, \"desktimeTime\": 26903, \"atWorkTime\": 31573, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26903, \"productivity\": 100, \"efficiency\": 106.76, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59119527122, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13630}, \"linkedin.com\": {\"id\": 59119531873, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5958}, \"ms-teams\": {\"id\": 59119524855, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2579}, \"lms.chlserv.com\": {\"id\": 59119531874, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1401}, \"c\": {\"id\": 59120148027, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1223}, \"microsoft excel\": {\"id\": 59119638411, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 896}, \"windows explorer\": {\"id\": 59119527119, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 409}, \"chatgpt.com\": {\"id\": 59121000611, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"unknown app\": {\"id\": 59119522486, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"app.apollo.io\": {\"id\": 59122186876, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"google.com\": {\"id\": 59120046202, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"microsoft word\": {\"id\": 59125280882, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"iimjobs.com\": {\"id\": 59131053911, \"app\": \"iimjobs.com\", \"name\": \"iimjobs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"google chrome\": {\"id\": 59120042805, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"desktime.com\": {\"id\": 59127500383, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"searchapp\": {\"id\": 59122679753, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"shellexperiencehost\": {\"id\": 59119527120, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"msedge\": {\"id\": 59127243652, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"lockapp\": {\"id\": 59119522485, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 59131910794, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 59127249854, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"openwith\": {\"id\": 59122960819, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 59119524853, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:13'),(1407,13,'2025-07-09','10:00:40','18:53:45',7.40167,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 10:00:40\", \"left\": \"2025-07-09 18:53:45\", \"late\": false, \"onlineTime\": 26686, \"offlineTime\": 0, \"desktimeTime\": 26686, \"atWorkTime\": 31985, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26646, \"productivity\": 100, \"efficiency\": 105.74, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59147364686, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11416}, \"linkedin.com\": {\"id\": 59147279694, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6562}, \"lms.chlserv.com\": {\"id\": 59147279695, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3278}, \"ms-teams\": {\"id\": 59147361353, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2685}, \"microsoft excel\": {\"id\": 59147501675, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1029}, \"c\": {\"id\": 59147414902, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 691}, \"windows explorer\": {\"id\": 59147447304, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 504}, \"microsoft word\": {\"id\": 59150393134, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 282}, \"google.com\": {\"id\": 59153914421, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"desktime.com\": {\"id\": 59150803701, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"google chrome\": {\"id\": 59147279691, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"unknown app\": {\"id\": 59147964500, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"shellexperiencehost\": {\"id\": 59154250302, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"lockapp\": {\"id\": 59147358777, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 59147279688, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"webviewhost\": {\"id\": 59147903302, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59150798334, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-07-31 18:49:14'),(1408,13,'2025-07-10','09:58:22','19:02:29',7.5425,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 09:58:22\", \"left\": \"2025-07-10 19:02:29\", \"late\": false, \"onlineTime\": 27153, \"offlineTime\": 0, \"desktimeTime\": 27153, \"atWorkTime\": 32647, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27153, \"productivity\": 100, \"efficiency\": 107.75, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59174272530, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13137}, \"linkedin.com\": {\"id\": 59174291252, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6315}, \"ms-teams\": {\"id\": 59174282431, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3089}, \"lms.chlserv.com\": {\"id\": 59174288925, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2928}, \"c\": {\"id\": 59175175660, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 409}, \"windows explorer\": {\"id\": 59174280072, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 323}, \"google.com\": {\"id\": 59175369436, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 319}, \"msedge\": {\"id\": 59174164958, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"google chrome\": {\"id\": 59174282433, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"shellexperiencehost\": {\"id\": 59175138233, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"app.apollo.io\": {\"id\": 59177982048, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"unknown app\": {\"id\": 59174396092, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"ey.com\": {\"id\": 59175767090, \"app\": \"ey.com\", \"name\": \"ey.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"careers.ey.com\": {\"id\": 59175760772, \"app\": \"careers.ey.com\", \"name\": \"careers.ey.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"drive.google.com\": {\"id\": 59181511425, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"desktime.com\": {\"id\": 59181200339, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"vendor.avaada.com\": {\"id\": 59184062770, \"app\": \"vendor.avaada.com\", \"name\": \"vendor.avaada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"brightdata.com\": {\"id\": 59177846732, \"app\": \"brightdata.com\", \"name\": \"brightdata.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedgewebview2\": {\"id\": 59186689998, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59181194795, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"wise.com\": {\"id\": 59175567184, \"app\": \"wise.com\", \"name\": \"wise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59183346556, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:16'),(1409,13,'2025-07-11','10:11:50','18:04:03',7.05444,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 10:11:50\", \"left\": \"2025-07-11 18:04:03\", \"late\": false, \"onlineTime\": 25512, \"offlineTime\": 0, \"desktimeTime\": 25512, \"atWorkTime\": 28333, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25396, \"productivity\": 99.54, \"efficiency\": 100.78, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"media player\": {\"id\": 59202626521, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 117}}, \"1\": {\"microsoft outlook\": {\"id\": 59201024057, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9847}, \"ms-teams\": {\"id\": 59201024055, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6651}, \"linkedin.com\": {\"id\": 59201071745, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5473}, \"lms.chlserv.com\": {\"id\": 59201071746, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2002}, \"windows explorer\": {\"id\": 59201074231, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 536}, \"c\": {\"id\": 59201510348, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 454}, \"shellexperiencehost\": {\"id\": 59201074234, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"desktime.com\": {\"id\": 59202759236, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"google chrome\": {\"id\": 59201069376, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"chatgpt.com\": {\"id\": 59205186709, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"login.microsoftonline.com\": {\"id\": 59203942798, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"unknown app\": {\"id\": 59201024053, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"lockapp\": {\"id\": 59201018998, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"office.com\": {\"id\": 59211406553, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 59202759235, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59203961838, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"webviewhost\": {\"id\": 59201021821, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59204477199, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:16'),(1410,13,'2025-07-12',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-12\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:21'),(1411,13,'2025-07-13',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-13\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:21'),(1412,13,'2025-07-14','08:38:05','19:06:50',7.06806,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 08:38:05\", \"left\": \"2025-07-14 19:06:50\", \"late\": false, \"onlineTime\": 25444, \"offlineTime\": 0, \"desktimeTime\": 25444, \"atWorkTime\": 37725, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25445, \"productivity\": 100, \"efficiency\": 100.97, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59230277554, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9025}, \"linkedin.com\": {\"id\": 59230332630, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8110}, \"ms-teams\": {\"id\": 59230283368, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4991}, \"lms.chlserv.com\": {\"id\": 59230276534, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1038}, \"transfernow.net\": {\"id\": 59234429063, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"microsoft excel\": {\"id\": 59235593619, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 358}, \"chatgpt.com\": {\"id\": 59236809465, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 280}, \"shellexperiencehost\": {\"id\": 59231489540, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 271}, \"app.apollo.io\": {\"id\": 59236305722, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"windows explorer\": {\"id\": 59230318186, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"unknown app\": {\"id\": 59230276536, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"c\": {\"id\": 59231850240, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"google chrome\": {\"id\": 59231633295, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"desktime.com\": {\"id\": 59234742829, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"google.com\": {\"id\": 59234423887, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"lockapp\": {\"id\": 59232118232, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"snippingtool\": {\"id\": 59243370612, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 59232515765, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"searchapp\": {\"id\": 59243370607, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 59230320152, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://tab-search.top-chrome\": {\"id\": 59244637036, \"app\": \"chrome://tab-search.top-chrome\", \"name\": \"chrome://tab-search.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"support.microsoft.com\": {\"id\": null, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"webviewhost\": {\"id\": 59242414472, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59234742828, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"winstore.app\": {\"id\": null, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:22'),(1413,13,'2025-07-15','09:57:28','19:16:24',8.26139,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 09:57:28\", \"left\": \"2025-07-15 19:16:24\", \"late\": false, \"onlineTime\": 29744, \"offlineTime\": 0, \"desktimeTime\": 29744, \"atWorkTime\": 33536, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29741, \"productivity\": 99.99, \"efficiency\": 118.02, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"media player\": {\"id\": 59270311910, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}, \"1\": {\"microsoft outlook\": {\"id\": 59257973760, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14831}, \"linkedin.com\": {\"id\": 59258349630, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5986}, \"ms-teams\": {\"id\": 59257971807, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4114}, \"lms.chlserv.com\": {\"id\": 59258067964, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1471}, \"microsoft excel\": {\"id\": 59258159647, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1373}, \"c\": {\"id\": 59261448359, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 714}, \"mcopt.ac.in\": {\"id\": 59267890799, \"app\": \"mcopt.ac.in\", \"name\": \"mcopt.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"google.com\": {\"id\": 59258532501, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 250}, \"windows explorer\": {\"id\": 59257971809, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"chatgpt.com\": {\"id\": 59258671183, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"google chrome\": {\"id\": 59258065670, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"avaada.com\": {\"id\": 59261393072, \"app\": \"avaada.com\", \"name\": \"avaada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"docs.google.com\": {\"id\": 59267421427, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 59257971802, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"webviewhost\": {\"id\": 59257971803, \"app\": \"WebViewHost\", \"name\": \"WebViewHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"shellexperiencehost\": {\"id\": 59257971812, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"desktime.com\": {\"id\": 59261694829, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"microsoft word\": {\"id\": 59259030689, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"snippingtool\": {\"id\": 59258269353, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"searchapp\": {\"id\": 59258159644, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 59257971801, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"openai.com\": {\"id\": 59258667958, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 59258286291, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"musnotificationux\": {\"id\": 59272377975, \"app\": \"MusNotificationUx\", \"name\": \"MusNotificationUx\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"drive.google.com\": {\"id\": 59261862493, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 59259242458, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59258667961, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:22'),(1414,13,'2025-07-16','10:15:44','18:56:32',7.82944,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 10:15:44\", \"left\": \"2025-07-16 18:56:32\", \"late\": false, \"onlineTime\": 28186, \"offlineTime\": 0, \"desktimeTime\": 28186, \"atWorkTime\": 31248, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28186, \"productivity\": 100, \"efficiency\": 111.85, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59285432072, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14422}, \"ms-teams\": {\"id\": 59285429522, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5683}, \"linkedin.com\": {\"id\": 59285677995, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3937}, \"lms.chlserv.com\": {\"id\": 59285677994, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1588}, \"c\": {\"id\": 59286356565, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 992}, \"windows explorer\": {\"id\": 59285429523, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 555}, \"drive.google.com\": {\"id\": 59296560112, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}, \"google.com\": {\"id\": 59289475580, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"lockapp\": {\"id\": 59285429520, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"google chrome\": {\"id\": 59285674974, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"microsoft excel\": {\"id\": 59286482930, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 59285909662, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"desktime.com\": {\"id\": 59286314436, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"chatgpt.com\": {\"id\": 59290780948, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"shellexperiencehost\": {\"id\": 59285429524, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"microsoft word\": {\"id\": 59296730703, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 59286314433, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"searchapp\": {\"id\": 59296207443, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:23'),(1415,13,'2025-07-17','10:02:22','19:05:02',7.89111,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 10:02:22\", \"left\": \"2025-07-17 19:05:02\", \"late\": false, \"onlineTime\": 28408, \"offlineTime\": 0, \"desktimeTime\": 28408, \"atWorkTime\": 32560, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28408, \"productivity\": 100, \"efficiency\": 112.73, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59312582054, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12118}, \"ms-teams\": {\"id\": 59312634693, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10212}, \"linkedin.com\": {\"id\": 59312724492, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1824}, \"lms.chlserv.com\": {\"id\": 59312724496, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1758}, \"c\": {\"id\": 59314658724, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1008}, \"microsoft excel\": {\"id\": 59324281857, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 908}, \"unknown app\": {\"id\": 59313336042, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"shellexperiencehost\": {\"id\": 59313183435, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"microsoft word\": {\"id\": 59314829623, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"windows explorer\": {\"id\": 59312821266, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"desktime.com\": {\"id\": 59315382908, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"google chrome\": {\"id\": 59312724490, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"msedge\": {\"id\": 59312579920, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"chatgpt.com\": {\"id\": 59315046172, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"drive.google.com\": {\"id\": null, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"google.com\": {\"id\": 59323580104, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"openai.com\": {\"id\": 59315046170, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 59321466175, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:23'),(1416,13,'2025-07-18','10:05:43','19:00:10',7.91333,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 10:05:43\", \"left\": \"2025-07-18 19:00:10\", \"late\": false, \"onlineTime\": 28488, \"offlineTime\": 0, \"desktimeTime\": 28488, \"atWorkTime\": 32067, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28488, \"productivity\": 100, \"efficiency\": 113.05, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59339448163, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14367}, \"linkedin.com\": {\"id\": 59339448162, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6696}, \"ms-teams\": {\"id\": 59339450340, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3858}, \"lms.chlserv.com\": {\"id\": 59340303291, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1466}, \"microsoft excel\": {\"id\": 59340423248, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 876}, \"c\": {\"id\": 59340435604, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 510}, \"windows explorer\": {\"id\": 59339496223, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"microsoft word\": {\"id\": 59339498780, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 198}, \"shellexperiencehost\": {\"id\": 59340412850, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"google.com\": {\"id\": 59340317242, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"desktime.com\": {\"id\": 59343299407, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"chatgpt.com\": {\"id\": 59340978049, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"google chrome\": {\"id\": 59340317240, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 59339669506, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 59339735155, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"wetransfer.com\": {\"id\": 59347933582, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59340978047, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:49:25'),(1417,13,'2025-07-19',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-19\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:36'),(1418,13,'2025-07-20',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-20\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:37'),(1419,13,'2025-07-21','09:56:34','18:57:23',8.03944,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 09:56:34\", \"left\": \"2025-07-21 18:57:23\", \"late\": false, \"onlineTime\": 28941, \"offlineTime\": 0, \"desktimeTime\": 28941, \"atWorkTime\": 32449, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28942, \"productivity\": 100, \"efficiency\": 114.85, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59368847284, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17293}, \"ms-teams\": {\"id\": 59368845396, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4614}, \"linkedin.com\": {\"id\": 59369045945, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3518}, \"lms.chlserv.com\": {\"id\": 59369056545, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1498}, \"microsoft excel\": {\"id\": 59372270652, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 660}, \"microsoft word\": {\"id\": 59369271539, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 408}, \"c\": {\"id\": 59368847285, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"windows explorer\": {\"id\": 59368940477, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 255}, \"msedge\": {\"id\": 59381169706, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"unknown app\": {\"id\": 59369842809, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"desktime.com\": {\"id\": 59373617531, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"google chrome\": {\"id\": 59371336840, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"chatgpt.com\": {\"id\": 59371849754, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"google.com\": {\"id\": 59377025178, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 59369246023, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"onedrive\": {\"id\": null, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"photos\": {\"id\": 59371321915, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 59368921605, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 59373304017, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 59380814931, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:49:39'),(1420,13,'2025-07-22','10:09:41','19:06:13',7.00806,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 10:09:41\", \"left\": \"2025-07-22 19:06:13\", \"late\": false, \"onlineTime\": 25229, \"offlineTime\": 0, \"desktimeTime\": 25229, \"atWorkTime\": 32192, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25229, \"productivity\": 100, \"efficiency\": 100.12, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59395442164, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11482}, \"ms-teams\": {\"id\": 59395439841, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6048}, \"linkedin.com\": {\"id\": 59395779164, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2024}, \"lms.chlserv.com\": {\"id\": 59395779163, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1934}, \"chatgpt.com\": {\"id\": 59399678974, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1357}, \"c\": {\"id\": 59396232564, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1037}, \"microsoft excel\": {\"id\": 59400406387, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 658}, \"windows explorer\": {\"id\": 59395442163, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 248}, \"google.com\": {\"id\": 59396344740, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"desktime.com\": {\"id\": 59406195330, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"google chrome\": {\"id\": 59395776252, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"nurturing\": {\"id\": 59395429563, \"app\": \"nurturing\", \"name\": \"nurturing\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 59395688492, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"openai.com\": {\"id\": 59399678973, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 59406195329, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 59400091040, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59396534494, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"lockapp\": {\"id\": 59395685983, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:49:39'),(1421,13,'2025-07-23','10:22:23','20:26:57',5.33472,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 10:22:23\", \"left\": \"2025-07-23 20:26:57\", \"late\": false, \"onlineTime\": 19205, \"offlineTime\": 0, \"desktimeTime\": 19205, \"atWorkTime\": 36274, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 19205, \"productivity\": 100, \"efficiency\": 76.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59423510583, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7499}, \"ms-teams\": {\"id\": 59423514073, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7093}, \"linkedin.com\": {\"id\": 59423615815, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1645}, \"microsoft excel\": {\"id\": 59426300064, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 924}, \"lms.chlserv.com\": {\"id\": 59423615814, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 702}, \"windows explorer\": {\"id\": 59423510581, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 511}, \"c\": {\"id\": 59424188392, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 310}, \"shellexperiencehost\": {\"id\": 59423510594, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"lockapp\": {\"id\": 59429620517, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"desktime.com\": {\"id\": 59427064266, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"unknown app\": {\"id\": 59423626284, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"google chrome\": {\"id\": 59423612353, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedge\": {\"id\": 59427064256, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"searchapp\": {\"id\": 59426284438, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59427064261, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:41'),(1422,13,'2025-07-24','10:16:58','19:08:42',7.48528,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 10:16:58\", \"left\": \"2025-07-24 19:08:42\", \"late\": false, \"onlineTime\": 26946, \"offlineTime\": 0, \"desktimeTime\": 26946, \"atWorkTime\": 31904, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26947, \"productivity\": 100, \"efficiency\": 106.93, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59449915228, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13335}, \"ms-teams\": {\"id\": 59449912785, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5643}, \"meet.google.com\": {\"id\": 59457876696, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3014}, \"linkedin.com\": {\"id\": 59450403559, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2490}, \"lms.chlserv.com\": {\"id\": 59450367215, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1370}, \"microsoft excel\": {\"id\": 59456779286, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 572}, \"windows explorer\": {\"id\": 59449985507, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"chatgpt.com\": {\"id\": 59451158250, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"google chrome\": {\"id\": 59450364072, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"hrez.crystalhues.in\": {\"id\": 59454375564, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"c\": {\"id\": 59450727792, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"desktime.com\": {\"id\": 59459841745, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"google.com\": {\"id\": 59450610563, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 59451321600, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"drive.google.com\": {\"id\": 59461816416, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"assurgenpharmapvt-my.sharepoint.com\": {\"id\": 59452263341, \"app\": \"assurgenpharmapvt-my.sharepoint.com\", \"name\": \"assurgenpharmapvt-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"login.microsoftonline.com\": {\"id\": 59454375567, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 59450559467, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"lockapp\": {\"id\": 59452151309, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"workspace.google.com\": {\"id\": 59459835978, \"app\": \"workspace.google.com\", \"name\": \"workspace.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"calendar.google.com\": {\"id\": 59457802789, \"app\": \"calendar.google.com\", \"name\": \"calendar.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 59458252287, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59459841742, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:43'),(1423,13,'2025-07-25','10:02:15','19:47:47',8.0875,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 10:02:15\", \"left\": \"2025-07-25 19:47:47\", \"late\": false, \"onlineTime\": 29115, \"offlineTime\": 0, \"desktimeTime\": 29115, \"atWorkTime\": 35132, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29115, \"productivity\": 100, \"efficiency\": 115.54, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59476346885, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16549}, \"ms-teams\": {\"id\": 59476344847, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4597}, \"lms.chlserv.com\": {\"id\": 59476386833, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3364}, \"linkedin.com\": {\"id\": 59476386834, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2611}, \"c\": {\"id\": 59476949870, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1140}, \"windows explorer\": {\"id\": 59476346883, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 250}, \"microsoft excel\": {\"id\": 59487177477, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"google chrome\": {\"id\": 59476384537, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"google.com\": {\"id\": 59476939838, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"unknown app\": {\"id\": 59477097666, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"desktime.com\": {\"id\": 59478994895, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"thecompanycheck.com\": {\"id\": 59477896504, \"app\": \"thecompanycheck.com\", \"name\": \"thecompanycheck.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"assurgenpharmapvt-my.sharepoint.com\": {\"id\": 59486691361, \"app\": \"assurgenpharmapvt-my.sharepoint.com\", \"name\": \"assurgenpharmapvt-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"msedge\": {\"id\": 59478994893, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"drive.google.com\": {\"id\": 59484703488, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 59479164565, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"chromewebdata\": {\"id\": 59485678504, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"microsoft word\": {\"id\": 59486701138, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"downloads\": {\"id\": 59486710644, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59488131358, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"searchapp\": {\"id\": null, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-07-31 18:49:43'),(1424,13,'2025-07-26','10:02:11','18:33:38',7.11389,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 10:02:11\", \"left\": \"2025-07-26 18:33:38\", \"late\": false, \"onlineTime\": 25620, \"offlineTime\": 0, \"desktimeTime\": 25620, \"atWorkTime\": 30687, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25610, \"productivity\": 99.96, \"efficiency\": 101.63, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59498726894, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59498620135, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9995}, \"ms-teams\": {\"id\": 59498618790, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7418}, \"lms.chlserv.com\": {\"id\": 59498639903, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4423}, \"c\": {\"id\": 59498623449, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1650}, \"linkedin.com\": {\"id\": 59498640594, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1199}, \"windows explorer\": {\"id\": 59498618793, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"microsoft excel\": {\"id\": 59499201379, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 152}, \"google chrome\": {\"id\": 59498639904, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 139}, \"shellexperiencehost\": {\"id\": 59498618794, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"google.com\": {\"id\": 59498667243, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"desktime.com\": {\"id\": 59498978335, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"unknown app\": {\"id\": 59498639902, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"chatgpt.com\": {\"id\": 59499397699, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"assurgenpharma.com\": {\"id\": 59498667890, \"app\": \"assurgenpharma.com\", \"name\": \"assurgenpharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"microsoft word\": {\"id\": 59500184980, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"crystalhues.com\": {\"id\": 59498639193, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 59498658560, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"office.com\": {\"id\": 59499307788, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchapp\": {\"id\": 59499349570, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59498618791, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:49'),(1425,13,'2025-07-27',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-27\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:49:49'),(1426,13,'2025-07-28','09:18:13','20:27:57',8.29278,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 09:18:13\", \"left\": \"2025-07-28 20:27:57\", \"late\": false, \"onlineTime\": 29854, \"offlineTime\": 0, \"desktimeTime\": 29854, \"atWorkTime\": 40184, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29854, \"productivity\": 100, \"efficiency\": 118.47, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59504601730, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14451}, \"ms-teams\": {\"id\": 59504600399, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8199}, \"microsoft excel\": {\"id\": 59504712171, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2056}, \"lms.chlserv.com\": {\"id\": 59504666360, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1669}, \"linkedin.com\": {\"id\": 59504667871, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1210}, \"c\": {\"id\": 59504828683, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1171}, \"google.com\": {\"id\": 59504709006, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"chatgpt.com\": {\"id\": 59506327463, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}, \"windows explorer\": {\"id\": 59504783907, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"google chrome\": {\"id\": 59504664961, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"desktime.com\": {\"id\": 59505275686, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"unknown app\": {\"id\": 59505314084, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedgewebview2\": {\"id\": 59504723658, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 59506836573, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"sonalika.com\": {\"id\": 59519195835, \"app\": \"sonalika.com\", \"name\": \"sonalika.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"crystalhues.com\": {\"id\": 59504709009, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"searchapp\": {\"id\": 59504707396, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"photos\": {\"id\": 59515317783, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59509486901, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"office.com\": {\"id\": 59504840006, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"openwith\": {\"id\": 59516120011, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"login.microsoftonline.com\": {\"id\": 59504840007, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:53'),(1427,13,'2025-07-29','09:11:04','19:27:10',8.83056,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 09:11:04\", \"left\": \"2025-07-29 19:27:10\", \"late\": false, \"onlineTime\": 31784, \"offlineTime\": 0, \"desktimeTime\": 31784, \"atWorkTime\": 36966, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31790, \"productivity\": 100, \"efficiency\": 126.15, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59531475263, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11778}, \"lms.chlserv.com\": {\"id\": 59531485808, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7918}, \"ms-teams\": {\"id\": 59531470636, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6696}, \"linkedin.com\": {\"id\": 59531485807, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3733}, \"google.com\": {\"id\": 59534482601, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"c\": {\"id\": 59531561480, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"crystalhuesltd.sharepoint.com\": {\"id\": 59531671499, \"app\": \"crystalhuesltd.sharepoint.com\", \"name\": \"crystalhuesltd.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}, \"windows explorer\": {\"id\": 59531785561, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 234}, \"google chrome\": {\"id\": 59531484587, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"msedge\": {\"id\": 59531471708, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"chatgpt.com\": {\"id\": 59532354526, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 59531783740, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"shellexperiencehost\": {\"id\": 59531470637, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"desktime.com\": {\"id\": 59539887670, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"lockapp\": {\"id\": 59531643251, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 59539752056, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59539887667, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"login.microsoftonline.com\": {\"id\": 59531671498, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:49:54'),(1428,13,'2025-07-30','10:14:48','18:45:04',7.4375,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 10:14:48\", \"left\": \"2025-07-30 18:45:04\", \"late\": false, \"onlineTime\": 26775, \"offlineTime\": 0, \"desktimeTime\": 26775, \"atWorkTime\": 30616, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26775, \"productivity\": 100, \"efficiency\": 106.25, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59558910567, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11961}, \"ms-teams\": {\"id\": 59558913268, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9424}, \"lms.chlserv.com\": {\"id\": 59559177094, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2597}, \"linkedin.com\": {\"id\": 59559356875, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1015}, \"c\": {\"id\": 59559014106, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 808}, \"windows explorer\": {\"id\": 59559060222, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 268}, \"chatgpt.com\": {\"id\": 59564882583, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"microsoft word\": {\"id\": 59560451435, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"unknown app\": {\"id\": 59558947225, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"wetransfer.com\": {\"id\": 59560420380, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"desktime.com\": {\"id\": 59562179268, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"google chrome\": {\"id\": 59559174060, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"file://\": {\"id\": 59560544369, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"shellexperiencehost\": {\"id\": 59563314522, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 59558919688, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59569167271, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59561983910, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:01'),(1429,13,'2025-07-31','10:42:40','19:10:28',7.92528,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 10:42:40\", \"left\": \"2025-07-31 19:10:28\", \"late\": false, \"onlineTime\": 28540, \"offlineTime\": 0, \"desktimeTime\": 28540, \"atWorkTime\": 30468, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28531, \"productivity\": 99.97, \"efficiency\": 113.22, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 59599685664, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"mail.google.com\": {\"id\": 59592837104, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59586480729, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7775}, \"microsoft outlook\": {\"id\": 59586484159, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5898}, \"quickassist\": {\"id\": 59592104844, \"app\": \"Quickassist\", \"name\": \"Quickassist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5765}, \"lms.chlserv.com\": {\"id\": 59586480727, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4231}, \"linkedin.com\": {\"id\": 59586545055, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1930}, \"google.com\": {\"id\": 59587108190, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 774}, \"windows explorer\": {\"id\": 59586660617, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 570}, \"shellexperiencehost\": {\"id\": 59586588403, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 355}, \"microsoft excel\": {\"id\": 59586681144, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 295}, \"c\": {\"id\": 59586716433, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}, \"unknown app\": {\"id\": 59587381926, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"google chrome\": {\"id\": 59586555418, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"services.gst.gov.in\": {\"id\": 59587111842, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"avaada.com\": {\"id\": 59595214528, \"app\": \"avaada.com\", \"name\": \"avaada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"chrome://settings\": {\"id\": 59592322829, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"searchapp\": {\"id\": 59591680996, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"speedtest.net\": {\"id\": 59592791849, \"app\": \"speedtest.net\", \"name\": \"speedtest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"chrome://password-manager\": {\"id\": 59592612908, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"desktime.com\": {\"id\": 59590398386, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"app.apollo.io\": {\"id\": 59594083949, \"app\": \"app.apollo.io\", \"name\": \"app.apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"settings\": {\"id\": 59593068354, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"apollo.io\": {\"id\": 59594078248, \"app\": \"apollo.io\", \"name\": \"apollo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 59590393554, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"chrome://history\": {\"id\": 59592322827, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"copilot\": {\"id\": 59590537104, \"app\": \"Copilot\", \"name\": \"Copilot\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"credentialuibroker\": {\"id\": 59592618413, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"m365.cloud.microsoft\": {\"id\": 59592219931, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59590393556, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"cleartax.in\": {\"id\": 59587108192, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gst.gov.in\": {\"id\": 59587126884, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"microsoft store\": {\"id\": 59592225298, \"app\": \"Microsoft Store\", \"name\": \"Microsoft Store\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59591675656, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 59592254929, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 59592219929, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:01'),(1430,15,'2025-07-01','09:12:18','18:12:45',7.59111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 09:12:18\", \"left\": \"2025-07-01 18:12:45\", \"late\": true, \"onlineTime\": 27434, \"offlineTime\": 0, \"desktimeTime\": 27434, \"atWorkTime\": 32427, \"afterWorkTime\": 765, \"beforeWorkTime\": 0, \"productiveTime\": 27328, \"productivity\": 99.57, \"efficiency\": 108.44, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 58984031394, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"pinterest.com\": {\"id\": 58992271351, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 58983432306, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6535}, \"analytics.google.com\": {\"id\": 58983801250, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2945}, \"google chrome\": {\"id\": 58983432308, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2129}, \"docs.google.com\": {\"id\": 58985826503, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1903}, \"search.google.com\": {\"id\": 58983703240, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1820}, \"google.com\": {\"id\": 58983602734, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1787}, \"m.fairgaze.com\": {\"id\": 58987724795, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1564}, \"fairgaze.com\": {\"id\": 58983432313, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1530}, \"ads.google.com\": {\"id\": 58983885639, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1515}, \"chatgpt.com\": {\"id\": 58983599480, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1288}, \"trends.google.com\": {\"id\": 58995347766, \"app\": \"trends.google.com\", \"name\": \"trends.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 675}, \"free-article-spinner.com\": {\"id\": 58989275962, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 664}, \"app.webpushr.com\": {\"id\": 58985807445, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 522}, \"hrez.crystalhues.in\": {\"id\": 58983596351, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 462}, \"windows explorer\": {\"id\": 58983628866, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 343}, \"ms-teams\": {\"id\": 58983628867, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 253}, \"microsoft outlook\": {\"id\": 58983492957, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"snippingtool\": {\"id\": 58991109194, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"bing.com\": {\"id\": 58990123261, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"linkedin.com\": {\"id\": 58987853120, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"notepad\": {\"id\": 58983594671, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"unknown app\": {\"id\": 58984058721, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"msedgewebview2\": {\"id\": 58993896845, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"smallseotools.com\": {\"id\": 58990478393, \"app\": \"smallseotools.com\", \"name\": \"smallseotools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"a1-webmarks.com\": {\"id\": 58995210341, \"app\": \"a1-webmarks.com\", \"name\": \"a1-webmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"login.microsoftonline.com\": {\"id\": 58983625293, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"chrome://new-tab-page\": {\"id\": 58983482799, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"developers.google.com\": {\"id\": 58983701394, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"searchhost\": {\"id\": 58991103411, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"onlinent\": {\"id\": 58989719092, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"shellexperiencehost\": {\"id\": 58983432310, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"web.whatsapp.com\": {\"id\": 58987782273, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"desktime.com\": {\"id\": 58996721299, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"lockapp\": {\"id\": 58983466720, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"edu.google.com\": {\"id\": 58987919474, \"app\": \"edu.google.com\", \"name\": \"edu.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openai.com\": {\"id\": 58983731741, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"classdojo.com\": {\"id\": 58987930081, \"app\": \"classdojo.com\", \"name\": \"classdojo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"neilpatel.com\": {\"id\": 58987835923, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"app.schoology.com\": {\"id\": 58987935895, \"app\": \"app.schoology.com\", \"name\": \"app.schoology.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:05'),(1431,15,'2025-07-02','09:05:13','18:10:03',7.89222,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 09:05:13\", \"left\": \"2025-07-02 18:10:03\", \"late\": true, \"onlineTime\": 28670, \"offlineTime\": 0, \"desktimeTime\": 28670, \"atWorkTime\": 32690, \"afterWorkTime\": 357, \"beforeWorkTime\": 0, \"productiveTime\": 28412, \"productivity\": 99.1, \"efficiency\": 112.75, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59012131226, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"flipkart.com\": {\"id\": 59014869494, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"accounts.google.com\": {\"id\": 59023228785, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.live.com\": {\"id\": 59011669195, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}}, \"0\": {\"naukri.com\": {\"id\": 59017597519, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}}, \"1\": {\"chatgpt.com\": {\"id\": 59011353480, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4238}, \"search.google.com\": {\"id\": 59011368046, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2289}, \"google chrome\": {\"id\": 59011285767, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2184}, \"fairgaze.com\": {\"id\": 59011292001, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1906}, \"ads.google.com\": {\"id\": 59011342360, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1804}, \"docs.google.com\": {\"id\": 59011520856, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1752}, \"analytics.google.com\": {\"id\": 59011322429, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1443}, \"google.com\": {\"id\": 59011281529, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1430}, \"ms-teams\": {\"id\": 59011446159, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 857}, \"microsoft outlook\": {\"id\": 59011295974, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 806}, \"microsoft powerpoint\": {\"id\": 59011458135, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 677}, \"m.fairgaze.com\": {\"id\": 59011705873, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 619}, \"trends.google.com\": {\"id\": 59011707902, \"app\": \"trends.google.com\", \"name\": \"trends.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 605}, \"notepad\": {\"id\": 59011447751, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 532}, \"app.webpushr.com\": {\"id\": 59011505451, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 507}, \"pragyanam.school\": {\"id\": 59024522037, \"app\": \"pragyanam.school\", \"name\": \"pragyanam.school\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"pagespeed.web.dev\": {\"id\": 59018481513, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"windows explorer\": {\"id\": 59011444734, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 418}, \"searchengineland.com\": {\"id\": 59011358398, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 368}, \"k8school.com\": {\"id\": 59014602745, \"app\": \"k8school.com\", \"name\": \"k8school.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 347}, \"indiaasisee.fairgaze.com\": {\"id\": 59011443096, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 328}, \"veed.io\": {\"id\": 59023216264, \"app\": \"veed.io\", \"name\": \"veed.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 262}, \"sora.chatgpt.com\": {\"id\": 59019135498, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"prepostseo.com\": {\"id\": 59012729712, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"youtube.com\": {\"id\": 59023061774, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"crystalhues.com\": {\"id\": 59018888048, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"free-article-spinner.com\": {\"id\": 59011332461, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"hrez.crystalhues.in\": {\"id\": 59011684448, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"web.whatsapp.com\": {\"id\": 59015471016, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"mun.fairgaze.com\": {\"id\": 59012214288, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"lockapp\": {\"id\": 59011410436, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"openai.com\": {\"id\": 59019754694, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"linkedin.com\": {\"id\": 59020903615, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"nobroker.in\": {\"id\": 59023719126, \"app\": \"nobroker.in\", \"name\": \"nobroker.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"tumblr.com\": {\"id\": 59021228717, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"unknown app\": {\"id\": 59011948167, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"notegpt.io\": {\"id\": 59012423616, \"app\": \"notegpt.io\", \"name\": \"notegpt.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"vedantu.com\": {\"id\": 59014931980, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"searchhost\": {\"id\": 59011591445, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"in.linkedin.com\": {\"id\": 59023669822, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"getbootstrap.com\": {\"id\": 59018792816, \"app\": \"getbootstrap.com\", \"name\": \"getbootstrap.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"exhibitionsindia.com\": {\"id\": 59017556846, \"app\": \"exhibitionsindia.com\", \"name\": \"exhibitionsindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"bing.com\": {\"id\": 59011415581, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"flipboard.com\": {\"id\": 59021080524, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"sdg.fairgaze.com\": {\"id\": 59019867015, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"justpaste.it\": {\"id\": 59021122623, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"scoop.it\": {\"id\": 59020798480, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"snippingtool\": {\"id\": 59011593161, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"console.cloud.google.com\": {\"id\": 59023811865, \"app\": \"console.cloud.google.com\", \"name\": \"console.cloud.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"webpagetest.org\": {\"id\": 59018575889, \"app\": \"webpagetest.org\", \"name\": \"webpagetest.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"app.copyleaks.com\": {\"id\": 59012402924, \"app\": \"app.copyleaks.com\", \"name\": \"app.copyleaks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"developers.google.com\": {\"id\": 59012183708, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"msedgewebview2\": {\"id\": 59011536617, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"edsurge.com\": {\"id\": 59018235280, \"app\": \"edsurge.com\", \"name\": \"edsurge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"diigo.com\": {\"id\": 59020771882, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"searchenginejournal.com\": {\"id\": 59017909949, \"app\": \"searchenginejournal.com\", \"name\": \"searchenginejournal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"medium.com\": {\"id\": 59024245177, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"vajiramandravi.com\": {\"id\": 59014898255, \"app\": \"vajiramandravi.com\", \"name\": \"vajiramandravi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"account.live.com\": {\"id\": 59011671124, \"app\": \"account.live.com\", \"name\": \"account.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"login.microsoftonline.com\": {\"id\": 59011667141, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"en.wikipedia.org\": {\"id\": 59023630800, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"business.google.com\": {\"id\": 59012854404, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"shellexperiencehost\": {\"id\": 59011982081, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"x.com\": {\"id\": 59020964584, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"desktime.com\": {\"id\": 59020656245, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"microsoft paint\": {\"id\": 59019078284, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"getpocket.com\": {\"id\": 59020753375, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"auth.copyleaks.com\": {\"id\": 59012396489, \"app\": \"auth.copyleaks.com\", \"name\": \"auth.copyleaks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"coffeemug.ai\": {\"id\": 59023618061, \"app\": \"coffeemug.ai\", \"name\": \"coffeemug.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"ind.5bestincity.com\": {\"id\": 59014809845, \"app\": \"ind.5bestincity.com\", \"name\": \"ind.5bestincity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"extramarks.com\": {\"id\": 59014592055, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"status.search.google.com\": {\"id\": 59017728338, \"app\": \"status.search.google.com\", \"name\": \"status.search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 59011674540, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"chrome://new-tab-page\": {\"id\": 59011346854, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"amymorinlcsw.com\": {\"id\": 59014691551, \"app\": \"amymorinlcsw.com\", \"name\": \"amymorinlcsw.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"onlinent\": {\"id\": 59011348197, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"introvertspring.com\": {\"id\": 59014680542, \"app\": \"introvertspring.com\", \"name\": \"introvertspring.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"pesofts.com\": {\"id\": 59014586866, \"app\": \"pesofts.com\", \"name\": \"pesofts.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"login.microsoft.com\": {\"id\": 59011678501, \"app\": \"login.microsoft.com\", \"name\": \"login.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"gettingsmart.com\": {\"id\": 59018241119, \"app\": \"gettingsmart.com\", \"name\": \"gettingsmart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"jitinchawla.com\": {\"id\": 59014635870, \"app\": \"jitinchawla.com\", \"name\": \"jitinchawla.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"auth.openai.com\": {\"id\": 59014229815, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chromewebdata\": {\"id\": 59020232091, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"facebook.com\": {\"id\": 59018982796, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ecoclubsmissionlife.blob.core.windows.net\": {\"id\": 59015477358, \"app\": \"ecoclubsmissionlife.blob.core.windows.net\", \"name\": \"ecoclubsmissionlife.blob.core.windows.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"copyleaks.com\": {\"id\": 59012413713, \"app\": \"copyleaks.com\", \"name\": \"copyleaks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 59018852241, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chromewebstore.google.com\": {\"id\": 59012406261, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"smallseotools.com\": {\"id\": 59011348198, \"app\": \"smallseotools.com\", \"name\": \"smallseotools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getliner.com\": {\"id\": 59011348196, \"app\": \"getliner.com\", \"name\": \"getliner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 59024953545, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"reddit.com\": {\"id\": 59023611068, \"app\": \"reddit.com\", \"name\": \"reddit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"sanjeevdatta.com\": {\"id\": 59014698361, \"app\": \"sanjeevdatta.com\", \"name\": \"sanjeevdatta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:50:05'),(1432,15,'2025-07-03','09:10:32','21:58:46',8.47056,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 09:10:32\", \"left\": \"2025-07-03 21:58:46\", \"late\": true, \"onlineTime\": 30541, \"offlineTime\": 0, \"desktimeTime\": 30541, \"atWorkTime\": 46094, \"afterWorkTime\": 3239, \"beforeWorkTime\": 0, \"productiveTime\": 30494, \"productivity\": 99.85, \"efficiency\": 121.01, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59040367044, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"login.live.com\": {\"id\": 59045168476, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"0\": [], \"1\": {\"docs.google.com\": {\"id\": 59039125115, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4310}, \"m.fairgaze.com\": {\"id\": 59039818428, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3740}, \"search.google.com\": {\"id\": 59039086559, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3529}, \"chatgpt.com\": {\"id\": 59039311579, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3288}, \"fairgaze.com\": {\"id\": 59039110737, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2846}, \"google chrome\": {\"id\": 59039109309, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2467}, \"google.com\": {\"id\": 59039117731, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1725}, \"ads.google.com\": {\"id\": 59039076808, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1131}, \"mun.fairgaze.com\": {\"id\": 59039049771, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 855}, \"analytics.google.com\": {\"id\": 59039147603, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 816}, \"lawpreptutorial.com\": {\"id\": 59045324586, \"app\": \"lawpreptutorial.com\", \"name\": \"lawpreptutorial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 551}, \"bing.com\": {\"id\": 59039867004, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 380}, \"lockapp\": {\"id\": 59051991946, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 307}, \"notepad\": {\"id\": 59039279197, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 277}, \"linkedin.com\": {\"id\": 59039078099, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"free-article-spinner.com\": {\"id\": 59039318710, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"ms-teams\": {\"id\": 59039430768, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 207}, \"healthline.com\": {\"id\": 59047670764, \"app\": \"healthline.com\", \"name\": \"healthline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"hikeeducation.com\": {\"id\": 59046831475, \"app\": \"hikeeducation.com\", \"name\": \"hikeeducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"windows explorer\": {\"id\": 59039076807, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 173}, \"perplexity.ai\": {\"id\": 59052008957, \"app\": \"perplexity.ai\", \"name\": \"perplexity.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"tumblr.com\": {\"id\": 59039665728, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"lloydlawcollege.edu.in\": {\"id\": 59050410533, \"app\": \"lloydlawcollege.edu.in\", \"name\": \"lloydlawcollege.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"kccitm.edu.in\": {\"id\": 59048360040, \"app\": \"kccitm.edu.in\", \"name\": \"kccitm.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"prepostseo.com\": {\"id\": 59039555018, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"flipboard.com\": {\"id\": 59039633036, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"cracku.in\": {\"id\": 59042906347, \"app\": \"cracku.in\", \"name\": \"cracku.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"hrez.crystalhues.in\": {\"id\": 59045179472, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"blogs.docthub.com\": {\"id\": 59042160660, \"app\": \"blogs.docthub.com\", \"name\": \"blogs.docthub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"motion.ac.in\": {\"id\": 59042684574, \"app\": \"motion.ac.in\", \"name\": \"motion.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"classifiedads.com\": {\"id\": 59040382942, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"click.in\": {\"id\": 59040352742, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"chrome://new-tab-page\": {\"id\": 59039318704, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"shellexperiencehost\": {\"id\": 59041214706, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"blogger.com\": {\"id\": 59039655055, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"getpocket.com\": {\"id\": 59039571330, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"diigo.com\": {\"id\": 59039604364, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"instapaper.com\": {\"id\": 59039580950, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"seranking.com\": {\"id\": 59057839829, \"app\": \"seranking.com\", \"name\": \"seranking.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"techtarget.com\": {\"id\": 59047478479, \"app\": \"techtarget.com\", \"name\": \"techtarget.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 59039241194, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"app.webpushr.com\": {\"id\": 59047388322, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"x.com\": {\"id\": 59040295381, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"toprankers.com\": {\"id\": 59048039271, \"app\": \"toprankers.com\", \"name\": \"toprankers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"scoop.it\": {\"id\": 59040232517, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"northumbria.ac.uk\": {\"id\": 59049720064, \"app\": \"northumbria.ac.uk\", \"name\": \"northumbria.ac.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"login.microsoftonline.com\": {\"id\": 59045162722, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"pearltrees.com\": {\"id\": 59039592929, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"imagecompressor.com\": {\"id\": 59039979967, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"tmu.ac.in\": {\"id\": 59048208890, \"app\": \"tmu.ac.in\", \"name\": \"tmu.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"desktime.com\": {\"id\": 59051873833, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"resonance.ac.in\": {\"id\": 59042663627, \"app\": \"resonance.ac.in\", \"name\": \"resonance.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"justpaste.it\": {\"id\": 59039645112, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"business.google.com\": {\"id\": 59040815138, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"unipath.in\": {\"id\": 59047733114, \"app\": \"unipath.in\", \"name\": \"unipath.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"mbauniverse.com\": {\"id\": 59049260040, \"app\": \"mbauniverse.com\", \"name\": \"mbauniverse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"engg.cambridge.edu.in\": {\"id\": 59042584625, \"app\": \"engg.cambridge.edu.in\", \"name\": \"engg.cambridge.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"blogs.uoc.edu\": {\"id\": 59050589947, \"app\": \"blogs.uoc.edu\", \"name\": \"blogs.uoc.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"microsoft outlook\": {\"id\": 59039073506, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"jetlearn.com\": {\"id\": 59050601446, \"app\": \"jetlearn.com\", \"name\": \"jetlearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"smallseotools.com\": {\"id\": 59039370556, \"app\": \"smallseotools.com\", \"name\": \"smallseotools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"mayoclinic.org\": {\"id\": 59047677129, \"app\": \"mayoclinic.org\", \"name\": \"mayoclinic.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"catking.in\": {\"id\": 59047421499, \"app\": \"catking.in\", \"name\": \"catking.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"lpu.in\": {\"id\": 59042635313, \"app\": \"lpu.in\", \"name\": \"lpu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"renaissance.ac.in\": {\"id\": 59046854362, \"app\": \"renaissance.ac.in\", \"name\": \"renaissance.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"pw.live\": {\"id\": 59042894725, \"app\": \"pw.live\", \"name\": \"pw.live\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"collegedunia.com\": {\"id\": 59048246814, \"app\": \"collegedunia.com\", \"name\": \"collegedunia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"amityonline.com\": {\"id\": 59043359135, \"app\": \"amityonline.com\", \"name\": \"amityonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"ind.5bestincity.com\": {\"id\": 59042756229, \"app\": \"ind.5bestincity.com\", \"name\": \"ind.5bestincity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"developers.google.com\": {\"id\": 59039212961, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"jaipuria.ac.in\": {\"id\": 59049276182, \"app\": \"jaipuria.ac.in\", \"name\": \"jaipuria.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"aglasem.com\": {\"id\": 59047986691, \"app\": \"aglasem.com\", \"name\": \"aglasem.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"allindiabarexamination.com\": {\"id\": 59045313448, \"app\": \"allindiabarexamination.com\", \"name\": \"allindiabarexamination.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"onlinent\": {\"id\": 59040637602, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"school.careers360.com\": {\"id\": 59048659617, \"app\": \"school.careers360.com\", \"name\": \"school.careers360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"betterhealth.vic.gov.au\": {\"id\": 59047715272, \"app\": \"betterhealth.vic.gov.au\", \"name\": \"betterhealth.vic.gov.au\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"jaagore.com\": {\"id\": 59046813292, \"app\": \"jaagore.com\", \"name\": \"jaagore.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"aaraconsultancy.com\": {\"id\": 59049369007, \"app\": \"aaraconsultancy.com\", \"name\": \"aaraconsultancy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"nixstudyabroad.com\": {\"id\": 59046505643, \"app\": \"nixstudyabroad.com\", \"name\": \"nixstudyabroad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"veed.io\": {\"id\": 59042129776, \"app\": \"veed.io\", \"name\": \"veed.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"deepai.org\": {\"id\": 59039970761, \"app\": \"deepai.org\", \"name\": \"deepai.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"facebook.com\": {\"id\": 59039078098, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"a1-webmarks.com\": {\"id\": 59040197482, \"app\": \"a1-webmarks.com\", \"name\": \"a1-webmarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"telegraphindia.com\": {\"id\": 59048039268, \"app\": \"telegraphindia.com\", \"name\": \"telegraphindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"medicine.careers360.com\": {\"id\": 59042166241, \"app\": \"medicine.careers360.com\", \"name\": \"medicine.careers360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"cdn.universitykart.com\": {\"id\": 59048159266, \"app\": \"cdn.universitykart.com\", \"name\": \"cdn.universitykart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"studyriserr.com\": {\"id\": 59048051020, \"app\": \"studyriserr.com\", \"name\": \"studyriserr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"businesstoday.in\": {\"id\": 59046801162, \"app\": \"businesstoday.in\", \"name\": \"businesstoday.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chromewebdata\": {\"id\": 59045802115, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"upes.ac.in\": {\"id\": 59042725009, \"app\": \"upes.ac.in\", \"name\": \"upes.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"fairgaze.blogspot.com\": {\"id\": 59040616238, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"webpagetest.org\": {\"id\": 59048376925, \"app\": \"webpagetest.org\", \"name\": \"webpagetest.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"collegedekho.com\": {\"id\": 59048153327, \"app\": \"collegedekho.com\", \"name\": \"collegedekho.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msdmanuals.com\": {\"id\": 59047641807, \"app\": \"msdmanuals.com\", \"name\": \"msdmanuals.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"youtube.com\": {\"id\": 59039176530, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft powerpoint\": {\"id\": 59042074952, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"bestmunfairgaze.blogspot.com\": {\"id\": 59039663004, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"admissions.tiss.ac.in\": {\"id\": 59048934369, \"app\": \"admissions.tiss.ac.in\", \"name\": \"admissions.tiss.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"openai.com\": {\"id\": 59047080760, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"news.google.com\": {\"id\": 59039522766, \"app\": \"news.google.com\", \"name\": \"news.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:06'),(1433,15,'2025-07-04','09:05:36','17:49:25',7.54417,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 09:05:36\", \"left\": \"2025-07-04 17:49:25\", \"late\": true, \"onlineTime\": 27159, \"offlineTime\": 0, \"desktimeTime\": 27159, \"atWorkTime\": 31429, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27159, \"productivity\": 100, \"efficiency\": 107.77, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 59065570110, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4333}, \"chatgpt.com\": {\"id\": 59065533098, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3039}, \"analytics.google.com\": {\"id\": 59065536982, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1999}, \"search.google.com\": {\"id\": 59065479617, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1882}, \"google.com\": {\"id\": 59065535615, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1752}, \"fairgaze.com\": {\"id\": 59065547797, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1693}, \"google chrome\": {\"id\": 59065534385, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1552}, \"microsoft word\": {\"id\": 59066437406, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1499}, \"microsoft outlook\": {\"id\": 59065478387, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1009}, \"technicalseo.com\": {\"id\": 59067052167, \"app\": \"technicalseo.com\", \"name\": \"technicalseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 958}, \"windows explorer\": {\"id\": 59065479615, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 924}, \"m.fairgaze.com\": {\"id\": 59065549053, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 865}, \"notepad\": {\"id\": 59065667648, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 753}, \"docs.google.com\": {\"id\": 59065942421, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 679}, \"mun.fairgaze.com\": {\"id\": 59065744472, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 526}, \"xml-sitemaps.com\": {\"id\": 59067163294, \"app\": \"xml-sitemaps.com\", \"name\": \"xml-sitemaps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 517}, \"ms-teams\": {\"id\": 59068826540, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 489}, \"indiaasisee.fairgaze.com\": {\"id\": 59066484515, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 428}, \"chrome://settings\": {\"id\": 59065744473, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 414}, \"unknown app\": {\"id\": 59066445559, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 298}, \"neilpatel.com\": {\"id\": 59071231072, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"youtube.com\": {\"id\": 59071257206, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"free-article-spinner.com\": {\"id\": 59068095245, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"admissions.tiss.ac.in\": {\"id\": 59065463276, \"app\": \"admissions.tiss.ac.in\", \"name\": \"admissions.tiss.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"prepostseo.com\": {\"id\": 59065549054, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"devtools\": {\"id\": 59075645465, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"nextias.com\": {\"id\": 59074016616, \"app\": \"nextias.com\", \"name\": \"nextias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"app.webpushr.com\": {\"id\": 59072776624, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"chrome://new-tab-page\": {\"id\": 59065753062, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"hrez.crystalhues.in\": {\"id\": 59065771855, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"searchhost\": {\"id\": 59066437404, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"snippingtool\": {\"id\": 59073310305, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"app.neilpatel.com\": {\"id\": 59071235995, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"school-outreach.com\": {\"id\": 59065637278, \"app\": \"school-outreach.com\", \"name\": \"school-outreach.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"pickerhost\": {\"id\": 59073322888, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"openai.com\": {\"id\": 59072876656, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"business.google.com\": {\"id\": 59072814250, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"podareducation.org\": {\"id\": 59068977140, \"app\": \"podareducation.org\", \"name\": \"podareducation.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"nu.edu\": {\"id\": 59068988443, \"app\": \"nu.edu\", \"name\": \"nu.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"msedgewebview2\": {\"id\": 59073413036, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"brighterfuturesindiana.org\": {\"id\": 59068967160, \"app\": \"brighterfuturesindiana.org\", \"name\": \"brighterfuturesindiana.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"c\": {\"id\": 59067269974, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"lockapp\": {\"id\": 59066047716, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"theeducationhub.org.nz\": {\"id\": 59068601680, \"app\": \"theeducationhub.org.nz\", \"name\": \"theeducationhub.org.nz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 59065773660, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"desktime.com\": {\"id\": 59076524342, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"onlinent\": {\"id\": 59071695725, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bfischool.org\": {\"id\": 59068596225, \"app\": \"bfischool.org\", \"name\": \"bfischool.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"easeofaccessdialog\": {\"id\": 59073801206, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"bangaloredigitalmarketing.com\": {\"id\": 59071385658, \"app\": \"bangaloredigitalmarketing.com\", \"name\": \"bangaloredigitalmarketing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"headstart.gov\": {\"id\": 59068580964, \"app\": \"headstart.gov\", \"name\": \"headstart.gov\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sora.chatgpt.com\": {\"id\": 59075543680, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"webpagetest.org\": {\"id\": 59075199391, \"app\": \"webpagetest.org\", \"name\": \"webpagetest.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"raisingchildren.net.au\": {\"id\": 59068601681, \"app\": \"raisingchildren.net.au\", \"name\": \"raisingchildren.net.au\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"validator.schema.org\": {\"id\": 59067093885, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lloydlawcollege.edu.in\": {\"id\": 59065739334, \"app\": \"lloydlawcollege.edu.in\", \"name\": \"lloydlawcollege.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 59065549052, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:06'),(1434,15,'2025-07-05','08:48:04','20:38:30',6.43278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 08:48:04\", \"left\": \"2025-07-05 20:38:30\", \"late\": true, \"onlineTime\": 23246, \"offlineTime\": 0, \"desktimeTime\": 23246, \"atWorkTime\": 42626, \"afterWorkTime\": 805, \"beforeWorkTime\": 0, \"productiveTime\": 23158, \"productivity\": 99.62, \"efficiency\": 91.9, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59084985846, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}}, \"0\": {\"naukri.com\": {\"id\": 59085208315, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}}, \"1\": {\"m.fairgaze.com\": {\"id\": 59085271924, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2560}, \"fairgaze.com\": {\"id\": 59084951070, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2367}, \"google.com\": {\"id\": 59085078739, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2306}, \"docs.google.com\": {\"id\": 59084951097, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2202}, \"google chrome\": {\"id\": 59084951100, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1834}, \"search.google.com\": {\"id\": 59084951096, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1740}, \"analytics.google.com\": {\"id\": 59084951091, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1386}, \"windows explorer\": {\"id\": 59084951073, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1130}, \"shellhost\": {\"id\": 59084951074, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1051}, \"notepad\": {\"id\": 59085076636, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 796}, \"chatgpt.com\": {\"id\": 59084951098, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 668}, \"free-article-spinner.com\": {\"id\": 59085259219, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 519}, \"ads.google.com\": {\"id\": 59084951071, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 486}, \"cleartax.in\": {\"id\": 59085707641, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 462}, \"prepostseo.com\": {\"id\": 59084951094, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 393}, \"lockapp\": {\"id\": 59084951080, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 349}, \"devtools\": {\"id\": 59085014615, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 326}, \"unknown app\": {\"id\": 59084951081, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 326}, \"bing.com\": {\"id\": 59085390598, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"engg.cambridge.edu.in\": {\"id\": 59085853761, \"app\": \"engg.cambridge.edu.in\", \"name\": \"engg.cambridge.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 167}, \"support.google.com\": {\"id\": 59085003595, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"cheggindia.com\": {\"id\": 59086083912, \"app\": \"cheggindia.com\", \"name\": \"cheggindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"research.com\": {\"id\": 59085812935, \"app\": \"research.com\", \"name\": \"research.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"shellexperiencehost\": {\"id\": 59085234575, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"alanarnette.com\": {\"id\": 59085994643, \"app\": \"alanarnette.com\", \"name\": \"alanarnette.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"toms.ac.in\": {\"id\": 59086087508, \"app\": \"toms.ac.in\", \"name\": \"toms.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"web.whatsapp.com\": {\"id\": 59084996628, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"microsoft word\": {\"id\": 59085727367, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"byjus.com\": {\"id\": 59085313823, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"tripleica.com\": {\"id\": 59086175183, \"app\": \"tripleica.com\", \"name\": \"tripleica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"chromewebdata\": {\"id\": 59084951072, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"qapita.com\": {\"id\": 59086160211, \"app\": \"qapita.com\", \"name\": \"qapita.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"tripsavvy.com\": {\"id\": 59085990354, \"app\": \"tripsavvy.com\", \"name\": \"tripsavvy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"catestseries.org\": {\"id\": 59085978039, \"app\": \"catestseries.org\", \"name\": \"catestseries.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"coursera.org\": {\"id\": 59086163835, \"app\": \"coursera.org\", \"name\": \"coursera.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"studyiq.com\": {\"id\": 59085320050, \"app\": \"studyiq.com\", \"name\": \"studyiq.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"desktime.com\": {\"id\": 59085051160, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"microsoft outlook\": {\"id\": 59085073362, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"happymenstruation.fairgaze.com\": {\"id\": 59084951099, \"app\": \"happymenstruation.fairgaze.com\", \"name\": \"happymenstruation.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"vedantu.com\": {\"id\": 59085792242, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"mbauniverse.com\": {\"id\": 59085894320, \"app\": \"mbauniverse.com\", \"name\": \"mbauniverse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"tcsion.com\": {\"id\": 59085506675, \"app\": \"tcsion.com\", \"name\": \"tcsion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"snippingtool\": {\"id\": 59085005089, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"himalayanwonders.com\": {\"id\": 59086006546, \"app\": \"himalayanwonders.com\", \"name\": \"himalayanwonders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"britannica.com\": {\"id\": 59085988805, \"app\": \"britannica.com\", \"name\": \"britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 59085003597, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"explorerspassage.com\": {\"id\": 59086013273, \"app\": \"explorerspassage.com\", \"name\": \"explorerspassage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"globaladventurechallenges.com\": {\"id\": 59086008024, \"app\": \"globaladventurechallenges.com\", \"name\": \"globaladventurechallenges.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"setmycareer.com\": {\"id\": 59085465269, \"app\": \"setmycareer.com\", \"name\": \"setmycareer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"onlinent\": {\"id\": 59085326030, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"neuralconcept.com\": {\"id\": 59086115684, \"app\": \"neuralconcept.com\", \"name\": \"neuralconcept.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"followalice.com\": {\"id\": 59086003419, \"app\": \"followalice.com\", \"name\": \"followalice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"thevarartgallery.com\": {\"id\": 59085551784, \"app\": \"thevarartgallery.com\", \"name\": \"thevarartgallery.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"investopedia.com\": {\"id\": 59086165378, \"app\": \"investopedia.com\", \"name\": \"investopedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"schotest.com\": {\"id\": 59085822052, \"app\": \"schotest.com\", \"name\": \"schotest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"mayeralloys.com\": {\"id\": 59085204001, \"app\": \"mayeralloys.com\", \"name\": \"mayeralloys.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"indiaasisee.fairgaze.com\": {\"id\": 59085078015, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"mhfaindia.com\": {\"id\": 59086142698, \"app\": \"mhfaindia.com\", \"name\": \"mhfaindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"greattibettour.com\": {\"id\": 59085987338, \"app\": \"greattibettour.com\", \"name\": \"greattibettour.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"nakedtruth.in\": {\"id\": 59085970197, \"app\": \"nakedtruth.in\", \"name\": \"nakedtruth.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"brainly.in\": {\"id\": 59085324342, \"app\": \"brainly.in\", \"name\": \"brainly.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"carta.com\": {\"id\": 59086173406, \"app\": \"carta.com\", \"name\": \"carta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"careernavigator.accaglobal.com\": {\"id\": 59086168279, \"app\": \"careernavigator.accaglobal.com\", \"name\": \"careernavigator.accaglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"idreamcareer.com\": {\"id\": 59086213645, \"app\": \"idreamcareer.com\", \"name\": \"idreamcareer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"sambhaavnaa.org\": {\"id\": 59085889834, \"app\": \"sambhaavnaa.org\", \"name\": \"sambhaavnaa.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"insightsonindia.com\": {\"id\": 59085823560, \"app\": \"insightsonindia.com\", \"name\": \"insightsonindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"torcedu.com\": {\"id\": 59086095031, \"app\": \"torcedu.com\", \"name\": \"torcedu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome://new-tab-page\": {\"id\": 59084954534, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ms-teams\": {\"id\": 59086336145, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"economicsdiscussion.net\": {\"id\": 59085328530, \"app\": \"economicsdiscussion.net\", \"name\": \"economicsdiscussion.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"ecoholics.in\": {\"id\": 59085318829, \"app\": \"ecoholics.in\", \"name\": \"ecoholics.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"developers.google.com\": {\"id\": 59085079361, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"pickerhost\": {\"id\": 59085233930, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"albia.in\": {\"id\": 59086129666, \"app\": \"albia.in\", \"name\": \"albia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"hiet.in\": {\"id\": 59086090946, \"app\": \"hiet.in\", \"name\": \"hiet.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bajajfinserv.in\": {\"id\": 59085895928, \"app\": \"bajajfinserv.in\", \"name\": \"bajajfinserv.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ewasterecyclehub.com\": {\"id\": 59085243352, \"app\": \"ewasterecyclehub.com\", \"name\": \"ewasterecyclehub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"scanner\": {\"id\": null, \"app\": \"SCANNER\", \"name\": \"SCANNER\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"systemsettings\": {\"id\": null, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://history\": {\"id\": null, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"morganrosel.com\": {\"id\": 59086207501, \"app\": \"morganrosel.com\", \"name\": \"morganrosel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"mindler.com\": {\"id\": 59085418498, \"app\": \"mindler.com\", \"name\": \"mindler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"eprewastecpcb.in\": {\"id\": 59085243351, \"app\": \"eprewastecpcb.in\", \"name\": \"eprewastecpcb.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"pilotshubapp\": {\"id\": null, \"app\": \"PilotshubApp\", \"name\": \"PilotshubApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"nextias.com\": {\"id\": 59085077348, \"app\": \"nextias.com\", \"name\": \"nextias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"app.webpushr.com\": {\"id\": 59084951092, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:50:06'),(1435,15,'2025-07-06',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-06\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:07'),(1436,15,'2025-07-07','08:14:54','18:14:32',7.24667,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 08:14:54\", \"left\": \"2025-07-07 18:14:32\", \"late\": true, \"onlineTime\": 26477, \"offlineTime\": 0, \"desktimeTime\": 26477, \"atWorkTime\": 35978, \"afterWorkTime\": 872, \"beforeWorkTime\": 0, \"productiveTime\": 26088, \"productivity\": 98.49, \"efficiency\": 103.52, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"quora.com\": {\"id\": 59102510137, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"mail.google.com\": {\"id\": 59091109274, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"shiksha.com\": {\"id\": 59093238678, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"naukri.com\": {\"id\": 59103517446, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}}, \"1\": {\"docs.google.com\": {\"id\": 59091110995, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3638}, \"google.com\": {\"id\": 59091079334, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3620}, \"google chrome\": {\"id\": 59091074977, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2425}, \"search.google.com\": {\"id\": 59091081686, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1984}, \"fairgaze.com\": {\"id\": 59091103353, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1941}, \"m.fairgaze.com\": {\"id\": 59092153324, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1383}, \"chatgpt.com\": {\"id\": 59091318911, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1148}, \"ads.google.com\": {\"id\": 59091112700, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 960}, \"analytics.google.com\": {\"id\": 59091116357, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 866}, \"mun.fairgaze.com\": {\"id\": 59091344801, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"notepad\": {\"id\": 59093260935, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 590}, \"chrome://settings\": {\"id\": 59091322097, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 588}, \"microsoft outlook\": {\"id\": 59091071805, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 583}, \"ms-teams\": {\"id\": 59091073257, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 547}, \"getpocket.com\": {\"id\": 59092056135, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 544}, \"unknown app\": {\"id\": 59091130869, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 543}, \"app.webpushr.com\": {\"id\": 59101582553, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 482}, \"web.whatsapp.com\": {\"id\": 59091347160, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 447}, \"desktime.com\": {\"id\": 59097968533, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 399}, \"searchengineland.com\": {\"id\": 59092300410, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"free-article-spinner.com\": {\"id\": 59093350059, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 272}, \"shellhost\": {\"id\": 59098020453, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 262}, \"chromewebstore.google.com\": {\"id\": 59092719700, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"windows explorer\": {\"id\": 59091072535, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 187}, \"c\": {\"id\": 59101750377, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"hrez.crystalhues.in\": {\"id\": 59091125460, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"lockapp\": {\"id\": 59091763487, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"prepostseo.com\": {\"id\": 59093649046, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"shellexperiencehost\": {\"id\": 59091072534, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"translate.google.co.in\": {\"id\": 59091563027, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"sdg.fairgaze.com\": {\"id\": 59092043054, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"bing.com\": {\"id\": 59101016032, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"login.microsoftonline.com\": {\"id\": 59091124629, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"go4customer.com\": {\"id\": 59099829699, \"app\": \"go4customer.com\", \"name\": \"go4customer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"wearecommunity.io\": {\"id\": 59094132528, \"app\": \"wearecommunity.io\", \"name\": \"wearecommunity.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"scoop.it\": {\"id\": 59091866222, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"chrome://new-tab-page\": {\"id\": 59091512867, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"scholar.google.com\": {\"id\": 59092711964, \"app\": \"scholar.google.com\", \"name\": \"scholar.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"developers.google.com\": {\"id\": 59091081007, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"usercall.co\": {\"id\": 59099850834, \"app\": \"usercall.co\", \"name\": \"usercall.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"vedantu.com\": {\"id\": 59091078570, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"lilacinfotech.com\": {\"id\": 59100630773, \"app\": \"lilacinfotech.com\", \"name\": \"lilacinfotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"complan.in\": {\"id\": 59093062652, \"app\": \"complan.in\", \"name\": \"complan.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"backlinko.com\": {\"id\": 59099811356, \"app\": \"backlinko.com\", \"name\": \"backlinko.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"indiaasisee.fairgaze.com\": {\"id\": 59098188874, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 59093734688, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"cleartax.in\": {\"id\": 59101182230, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"mindster.com\": {\"id\": 59100619023, \"app\": \"mindster.com\", \"name\": \"mindster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"microsoft word\": {\"id\": 59098194370, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"pearltrees.com\": {\"id\": 59091672130, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"myhealthcare.co\": {\"id\": 59093959915, \"app\": \"myhealthcare.co\", \"name\": \"myhealthcare.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"frontiersin.org\": {\"id\": 59093054632, \"app\": \"frontiersin.org\", \"name\": \"frontiersin.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"hathway.com\": {\"id\": 59103935659, \"app\": \"hathway.com\", \"name\": \"hathway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"give.do\": {\"id\": 59103102850, \"app\": \"give.do\", \"name\": \"give.do\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"mrsi.co.in\": {\"id\": 59099996990, \"app\": \"mrsi.co.in\", \"name\": \"mrsi.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"investopedia.com\": {\"id\": 59099713876, \"app\": \"investopedia.com\", \"name\": \"investopedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"tomedes.com\": {\"id\": 59093711177, \"app\": \"tomedes.com\", \"name\": \"tomedes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"byjus.com\": {\"id\": 59103108723, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"learn.org\": {\"id\": 59099388707, \"app\": \"learn.org\", \"name\": \"learn.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"englishpluspodcast.com\": {\"id\": 59094099996, \"app\": \"englishpluspodcast.com\", \"name\": \"englishpluspodcast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"directory.esomar.org\": {\"id\": 59099878614, \"app\": \"directory.esomar.org\", \"name\": \"directory.esomar.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59093256636, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"aacap.org\": {\"id\": 59093075075, \"app\": \"aacap.org\", \"name\": \"aacap.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"emeraldgrouppublishing.com\": {\"id\": 59099653666, \"app\": \"emeraldgrouppublishing.com\", \"name\": \"emeraldgrouppublishing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"brainly.in\": {\"id\": 59094085904, \"app\": \"brainly.in\", \"name\": \"brainly.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"potomac.edu\": {\"id\": 59093724531, \"app\": \"potomac.edu\", \"name\": \"potomac.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 59091267195, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"chrome://profile-picker\": {\"id\": 59091074975, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"openai.com\": {\"id\": 59099985357, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hoopgroup.com\": {\"id\": 59093738811, \"app\": \"hoopgroup.com\", \"name\": \"hoopgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"nu.edu\": {\"id\": 59093155472, \"app\": \"nu.edu\", \"name\": \"nu.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"business.google.com\": {\"id\": 59091112698, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:07'),(1437,15,'2025-07-08','09:12:05','18:11:03',7.93167,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 09:12:05\", \"left\": \"2025-07-08 18:11:03\", \"late\": true, \"onlineTime\": 28660, \"offlineTime\": 0, \"desktimeTime\": 28660, \"atWorkTime\": 32338, \"afterWorkTime\": 663, \"beforeWorkTime\": 0, \"productiveTime\": 28554, \"productivity\": 99.63, \"efficiency\": 113.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59130833788, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"quora.com\": {\"id\": 59123335463, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"timesofindia.indiatimes.com\": {\"id\": 59130533809, \"app\": \"timesofindia.indiatimes.com\", \"name\": \"timesofindia.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"flipkart.com\": {\"id\": 59122864047, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"0\": [], \"1\": {\"docs.google.com\": {\"id\": 59119000774, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4389}, \"google.com\": {\"id\": 59119095691, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3385}, \"fairgaze.com\": {\"id\": 59119097036, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3180}, \"google chrome\": {\"id\": 59119038252, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2869}, \"search.google.com\": {\"id\": 59119193384, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2213}, \"chatgpt.com\": {\"id\": 59119317083, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2070}, \"ads.google.com\": {\"id\": 59119032136, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1800}, \"analytics.google.com\": {\"id\": 59119083548, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1405}, \"m.fairgaze.com\": {\"id\": 59124876182, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1380}, \"ms-teams\": {\"id\": 59119584629, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1140}, \"windows explorer\": {\"id\": 59119033888, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 727}, \"mun.fairgaze.com\": {\"id\": 59119188366, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 720}, \"app.webpushr.com\": {\"id\": 59119025058, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 516}, \"notepad\": {\"id\": 59119063628, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 435}, \"chrome://settings\": {\"id\": 59119387247, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 422}, \"microsoft outlook\": {\"id\": 59119035299, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 290}, \"unknown app\": {\"id\": 59119636269, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 205}, \"hrez.crystalhues.in\": {\"id\": 59119302881, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"lockapp\": {\"id\": 59120512946, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 145}, \"sdg.fairgaze.com\": {\"id\": 59121262752, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"jagranjosh.com\": {\"id\": 59125495786, \"app\": \"jagranjosh.com\", \"name\": \"jagranjosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"bajajfinserv.in\": {\"id\": 59119546409, \"app\": \"bajajfinserv.in\", \"name\": \"bajajfinserv.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"samsung.com\": {\"id\": 59119504897, \"app\": \"samsung.com\", \"name\": \"samsung.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"linkedin.com\": {\"id\": 59127419464, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"themediaant.com\": {\"id\": 59130554882, \"app\": \"themediaant.com\", \"name\": \"themediaant.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"desktime.com\": {\"id\": 59121846676, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"x.com\": {\"id\": 59119492234, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"shellhost\": {\"id\": 59122983514, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"shellexperiencehost\": {\"id\": 59120682802, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"c\": {\"id\": 59119715591, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"login.microsoftonline.com\": {\"id\": 59119300709, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"chrome://new-tab-page\": {\"id\": 59119300708, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"developers.google.com\": {\"id\": 59119193382, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"free-article-spinner.com\": {\"id\": 59125449405, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 59127550379, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"chromewebdata\": {\"id\": 59119097037, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"dpl.gov.in\": {\"id\": 59127479181, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"gsmarena.com\": {\"id\": 59122852834, \"app\": \"gsmarena.com\", \"name\": \"gsmarena.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiaasisee.fairgaze.com\": {\"id\": 59121780254, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"searchengineland.com\": {\"id\": 59119381253, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"eoibeijing.gov.in\": {\"id\": 59128709238, \"app\": \"eoibeijing.gov.in\", \"name\": \"eoibeijing.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"support.google.com\": {\"id\": 59122438034, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"vedantu.com\": {\"id\": 59131128054, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://newtab\": {\"id\": 59126967906, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"drive.google.com\": {\"id\": 59127529745, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"medium.com\": {\"id\": 59123226628, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"deccanherald.com\": {\"id\": 59128721802, \"app\": \"deccanherald.com\", \"name\": \"deccanherald.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowscamera\": {\"id\": 59127556656, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:08'),(1438,15,'2025-07-09','09:11:11','18:06:24',7.59278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 09:11:11\", \"left\": \"2025-07-09 18:06:24\", \"late\": true, \"onlineTime\": 27431, \"offlineTime\": 0, \"desktimeTime\": 27431, \"atWorkTime\": 32113, \"afterWorkTime\": 204, \"beforeWorkTime\": 0, \"productiveTime\": 27334, \"productivity\": 99.65, \"efficiency\": 108.47, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59150927160, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"wordpress.com\": {\"id\": 59154351575, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"login.live.com\": {\"id\": 59147409148, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": [], \"1\": {\"docs.google.com\": {\"id\": 59146871257, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2832}, \"m.fairgaze.com\": {\"id\": 59147240395, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2563}, \"google.com\": {\"id\": 59146907916, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2507}, \"chatgpt.com\": {\"id\": 59146876581, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2275}, \"google chrome\": {\"id\": 59146882087, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2069}, \"search.google.com\": {\"id\": 59146869895, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2035}, \"ads.google.com\": {\"id\": 59146860424, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1819}, \"analytics.google.com\": {\"id\": 59147152843, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1530}, \"notepad\": {\"id\": 59146903166, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1416}, \"fairgaze.com\": {\"id\": 59147193621, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1184}, \"linkedin.com\": {\"id\": 59148523247, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1028}, \"sdg.fairgaze.com\": {\"id\": 59146927048, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 702}, \"mun.fairgaze.com\": {\"id\": 59152894248, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 600}, \"chrome://settings\": {\"id\": 59146928431, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 552}, \"free-article-spinner.com\": {\"id\": 59147254599, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 525}, \"gemini.google.com\": {\"id\": 59147418695, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 322}, \"windows explorer\": {\"id\": 59146909297, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 286}, \"unknown app\": {\"id\": 59146858922, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 217}, \"lockapp\": {\"id\": 59153971968, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 210}, \"ms-teams\": {\"id\": 59147003053, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"prepostseo.com\": {\"id\": 59147765848, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"youtube.com\": {\"id\": 59149909334, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"searchhost\": {\"id\": 59147445412, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"indiaasisee.fairgaze.com\": {\"id\": 59146951226, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"microsoft word\": {\"id\": 59146964524, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"traveltriangle.com\": {\"id\": 59147502000, \"app\": \"traveltriangle.com\", \"name\": \"traveltriangle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"cleartax.in\": {\"id\": 59147846221, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"snippingtool\": {\"id\": 59147469153, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"validator.schema.org\": {\"id\": 59149229269, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"web.whatsapp.com\": {\"id\": 59153048338, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"developers.google.com\": {\"id\": 59149043469, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"chrome://new-tab-page\": {\"id\": 59146929868, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"microsoft paint\": {\"id\": 59147445417, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"pickerhost\": {\"id\": 59147474154, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"vajiramandravi.com\": {\"id\": 59148429986, \"app\": \"vajiramandravi.com\", \"name\": \"vajiramandravi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"photos\": {\"id\": 59147440267, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"shellhost\": {\"id\": 59149914835, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"byjus.com\": {\"id\": 59147325320, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"vedantu.com\": {\"id\": 59147361884, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"flipboard.com\": {\"id\": 59154357192, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"microsoft outlook\": {\"id\": 59149893261, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"visionias.in\": {\"id\": 59148086185, \"app\": \"visionias.in\", \"name\": \"visionias.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"openai.com\": {\"id\": 59151161482, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"x.com\": {\"id\": 59154219470, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"drishtiias.com\": {\"id\": 59148165369, \"app\": \"drishtiias.com\", \"name\": \"drishtiias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"app.webpushr.com\": {\"id\": 59148466411, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 59146885326, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"blogger.com\": {\"id\": 59154329014, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"bankexamstoday.com\": {\"id\": 59148182409, \"app\": \"bankexamstoday.com\", \"name\": \"bankexamstoday.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"sgispune.in\": {\"id\": 59149356077, \"app\": \"sgispune.in\", \"name\": \"sgispune.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"credentialuibroker\": {\"id\": 59147411812, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"login.microsoftonline.com\": {\"id\": 59146883401, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"intrepidtravel.com\": {\"id\": 59147359258, \"app\": \"intrepidtravel.com\", \"name\": \"intrepidtravel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"frontiersin.org\": {\"id\": 59147321954, \"app\": \"frontiersin.org\", \"name\": \"frontiersin.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"moneycontrol.com\": {\"id\": 59147561669, \"app\": \"moneycontrol.com\", \"name\": \"moneycontrol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"hrez.crystalhues.in\": {\"id\": 59146885324, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"desktime.com\": {\"id\": 59159785390, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"onlinent\": {\"id\": 59158490136, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"lanierlawfirm.com\": {\"id\": 59148781956, \"app\": \"lanierlawfirm.com\", \"name\": \"lanierlawfirm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"kaggle.com\": {\"id\": 59148752353, \"app\": \"kaggle.com\", \"name\": \"kaggle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"gniotgroup.edu.in\": {\"id\": 59148527407, \"app\": \"gniotgroup.edu.in\", \"name\": \"gniotgroup.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"unacademy.com\": {\"id\": 59148169713, \"app\": \"unacademy.com\", \"name\": \"unacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"festivalsfromindia.com\": {\"id\": 59147401289, \"app\": \"festivalsfromindia.com\", \"name\": \"festivalsfromindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"bing.com\": {\"id\": 59147406418, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"perfect-tennis.com\": {\"id\": 59149753178, \"app\": \"perfect-tennis.com\", \"name\": \"perfect-tennis.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"zeenews.india.com\": {\"id\": 59148247884, \"app\": \"zeenews.india.com\", \"name\": \"zeenews.india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"imgur.com\": {\"id\": 59154317595, \"app\": \"imgur.com\", \"name\": \"imgur.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"school.careers360.com\": {\"id\": 59149374437, \"app\": \"school.careers360.com\", \"name\": \"school.careers360.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"borgenproject.org\": {\"id\": 59148205967, \"app\": \"borgenproject.org\", \"name\": \"borgenproject.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"vandrevalafoundation.com\": {\"id\": 59148630380, \"app\": \"vandrevalafoundation.com\", \"name\": \"vandrevalafoundation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"unwomen.org\": {\"id\": 59148544681, \"app\": \"unwomen.org\", \"name\": \"unwomen.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"account.live.com\": {\"id\": 59147409150, \"app\": \"account.live.com\", \"name\": \"account.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"sciencedirect.com\": {\"id\": 59148536770, \"app\": \"sciencedirect.com\", \"name\": \"sciencedirect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"adb.org\": {\"id\": 59148325788, \"app\": \"adb.org\", \"name\": \"adb.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"insideclimatenews.org\": {\"id\": 59147227720, \"app\": \"insideclimatenews.org\", \"name\": \"insideclimatenews.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome-extension://akdgnmcogleenhbclghghlkkdndkjdjc\": {\"id\": 59159383372, \"app\": \"chrome-extension://akdgnmcogleenhbclghghlkkdndkjdjc\", \"name\": \"chrome-extension://akdgnmcogleenhbclghghlkkdndkjdjc\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"business.google.com\": {\"id\": 59149985723, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chromewebdata\": {\"id\": 59147935414, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indianculture.gov.in\": {\"id\": 59147598123, \"app\": \"indianculture.gov.in\", \"name\": \"indianculture.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"login.microsoft.com\": {\"id\": 59147411808, \"app\": \"login.microsoft.com\", \"name\": \"login.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bestmunfairgaze.blogspot.com\": {\"id\": 59154345650, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:08'),(1439,15,'2025-07-10','09:08:45','17:46:57',7.41056,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 09:08:45\", \"left\": \"2025-07-10 17:46:57\", \"late\": true, \"onlineTime\": 26690, \"offlineTime\": 0, \"desktimeTime\": 26690, \"atWorkTime\": 31092, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26678, \"productivity\": 99.93, \"efficiency\": 105.87, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59181728695, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"quora.com\": {\"id\": 59181322907, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59173865249, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3151}, \"chatgpt.com\": {\"id\": 59173821497, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2936}, \"fairgaze.com\": {\"id\": 59173985696, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2786}, \"google.com\": {\"id\": 59173866742, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2397}, \"analytics.google.com\": {\"id\": 59173804214, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2216}, \"ads.google.com\": {\"id\": 59173773790, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2040}, \"search.google.com\": {\"id\": 59173964589, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2036}, \"docs.google.com\": {\"id\": 59173780742, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1848}, \"m.fairgaze.com\": {\"id\": 59173964588, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1456}, \"notepad\": {\"id\": 59174097034, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1089}, \"chrome://settings\": {\"id\": 59173875438, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 836}, \"microsoft outlook\": {\"id\": 59173783092, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 505}, \"ms-teams\": {\"id\": 59173932391, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 408}, \"app.webpushr.com\": {\"id\": 59173788626, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"windows explorer\": {\"id\": 59173932388, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"unknown app\": {\"id\": 59173762739, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 309}, \"lockapp\": {\"id\": 59176448247, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 269}, \"sdg.fairgaze.com\": {\"id\": 59173786876, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"prepostseo.com\": {\"id\": 59173771096, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"trends.google.com\": {\"id\": 59176965524, \"app\": \"trends.google.com\", \"name\": \"trends.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"free-article-spinner.com\": {\"id\": 59174248962, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"chrome://new-tab-page\": {\"id\": 59173890110, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"scoop.it\": {\"id\": 59179718105, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"perfecttutor.in\": {\"id\": 59182233745, \"app\": \"perfecttutor.in\", \"name\": \"perfecttutor.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"adda247.com\": {\"id\": 59180728101, \"app\": \"adda247.com\", \"name\": \"adda247.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"indiaasisee.fairgaze.com\": {\"id\": 59173773789, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"openai.com\": {\"id\": 59180884220, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"blogger.com\": {\"id\": 59180273404, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"c\": {\"id\": 59180341775, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"flipboard.com\": {\"id\": 59180182761, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"justpaste.it\": {\"id\": 59180216463, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"searchhost\": {\"id\": 59173798826, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"onlinelegalindia.com\": {\"id\": 59181395550, \"app\": \"onlinelegalindia.com\", \"name\": \"onlinelegalindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"byjus.com\": {\"id\": 59180403703, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"britannica.com\": {\"id\": 59180455455, \"app\": \"britannica.com\", \"name\": \"britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"timesofagriculture.com\": {\"id\": 59180814471, \"app\": \"timesofagriculture.com\", \"name\": \"timesofagriculture.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"studyiq.com\": {\"id\": 59180968046, \"app\": \"studyiq.com\", \"name\": \"studyiq.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"diigo.com\": {\"id\": 59179780797, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"instapaper.com\": {\"id\": 59179718103, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"statista.com\": {\"id\": 59181434619, \"app\": \"statista.com\", \"name\": \"statista.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"drishtiias.com\": {\"id\": 59180398287, \"app\": \"drishtiias.com\", \"name\": \"drishtiias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"linkedin.com\": {\"id\": 59174215994, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"sciencedirect.com\": {\"id\": 59181416812, \"app\": \"sciencedirect.com\", \"name\": \"sciencedirect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"shellexperiencehost\": {\"id\": 59173779456, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"desktime.com\": {\"id\": 59185567657, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"journalofethnicfoods.biomedcentral.com\": {\"id\": 59180423830, \"app\": \"journalofethnicfoods.biomedcentral.com\", \"name\": \"journalofethnicfoods.biomedcentral.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"nobroker.in\": {\"id\": 59180116520, \"app\": \"nobroker.in\", \"name\": \"nobroker.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"artsandculture.google.com\": {\"id\": 59180438173, \"app\": \"artsandculture.google.com\", \"name\": \"artsandculture.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"allenoverseas.com\": {\"id\": 59182209145, \"app\": \"allenoverseas.com\", \"name\": \"allenoverseas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"rswebsols.com\": {\"id\": 59181548484, \"app\": \"rswebsols.com\", \"name\": \"rswebsols.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"investopedia.com\": {\"id\": 59181384235, \"app\": \"investopedia.com\", \"name\": \"investopedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"mcqbox.in\": {\"id\": 59180867585, \"app\": \"mcqbox.in\", \"name\": \"mcqbox.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"unacademy.com\": {\"id\": 59180449743, \"app\": \"unacademy.com\", \"name\": \"unacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"cleartax.in\": {\"id\": 59181696981, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"bizcover.com.au\": {\"id\": 59181542698, \"app\": \"bizcover.com.au\", \"name\": \"bizcover.com.au\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"traveltriangle.com\": {\"id\": 59177211439, \"app\": \"traveltriangle.com\", \"name\": \"traveltriangle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"blog.madeeasy.in\": {\"id\": 59182330669, \"app\": \"blog.madeeasy.in\", \"name\": \"blog.madeeasy.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"coursera.org\": {\"id\": 59181674747, \"app\": \"coursera.org\", \"name\": \"coursera.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"edukemy.com\": {\"id\": 59182811292, \"app\": \"edukemy.com\", \"name\": \"edukemy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"pwonlyias.com\": {\"id\": 59180856387, \"app\": \"pwonlyias.com\", \"name\": \"pwonlyias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"youtube.com\": {\"id\": 59173773785, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"studocu.com\": {\"id\": 59180861992, \"app\": \"studocu.com\", \"name\": \"studocu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"business.google.com\": {\"id\": 59184633950, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scholar.google.com\": {\"id\": 59180432132, \"app\": \"scholar.google.com\", \"name\": \"scholar.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getpocket.com\": {\"id\": 59179712954, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"wayground.com\": {\"id\": 59183913545, \"app\": \"wayground.com\", \"name\": \"wayground.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mindster.com\": {\"id\": 59181554095, \"app\": \"mindster.com\", \"name\": \"mindster.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.blogspot.com\": {\"id\": 59180306348, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"historicalnovelsociety.org\": {\"id\": 59175429046, \"app\": \"historicalnovelsociety.org\", \"name\": \"historicalnovelsociety.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"microsoft word\": {\"id\": 59173878348, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowscamera\": {\"id\": 59173802767, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:09'),(1440,15,'2025-07-11','09:05:17','17:52:27',7.30361,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 09:05:17\", \"left\": \"2025-07-11 17:52:27\", \"late\": true, \"onlineTime\": 26333, \"offlineTime\": 0, \"desktimeTime\": 26333, \"atWorkTime\": 31630, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26293, \"productivity\": 99.83, \"efficiency\": 104.34, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59207906606, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"paisabazaar.com\": {\"id\": 59210615002, \"app\": \"paisabazaar.com\", \"name\": \"paisabazaar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"0\": [], \"1\": {\"fairgaze.com\": {\"id\": 59200436758, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4166}, \"google chrome\": {\"id\": 59200453132, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2994}, \"search.google.com\": {\"id\": 59200467348, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2979}, \"docs.google.com\": {\"id\": 59200644651, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2275}, \"ads.google.com\": {\"id\": 59200455115, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2005}, \"google.com\": {\"id\": 59200450890, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1977}, \"analytics.google.com\": {\"id\": 59200513631, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1653}, \"chatgpt.com\": {\"id\": 59202023248, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1282}, \"m.fairgaze.com\": {\"id\": 59202109922, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1261}, \"notepad\": {\"id\": 59200802864, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 707}, \"chrome://settings\": {\"id\": 59200569264, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 556}, \"indiaasisee.fairgaze.com\": {\"id\": 59207153867, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 526}, \"windows explorer\": {\"id\": 59200448441, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 456}, \"microsoft outlook\": {\"id\": 59200449639, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 387}, \"searchengineland.com\": {\"id\": 59210900205, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 360}, \"unknown app\": {\"id\": 59200711820, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 347}, \"free-article-spinner.com\": {\"id\": 59202046348, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 275}, \"crystalhues.com\": {\"id\": 59211960237, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"ms-teams\": {\"id\": 59202945370, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"prepostseo.com\": {\"id\": 59202215702, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"desktime.com\": {\"id\": 59200589428, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"gemini.google.com\": {\"id\": 59206545223, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"bing.com\": {\"id\": 59204075686, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"openai.com\": {\"id\": 59208114231, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"vedantu.com\": {\"id\": 59200799035, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"app.webpushr.com\": {\"id\": 59200450887, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"pickerhost\": {\"id\": 59206620540, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"developers.google.com\": {\"id\": 59200464826, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"chrome://new-tab-page\": {\"id\": 59200753530, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"diigo.com\": {\"id\": 59210198495, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"snippingtool\": {\"id\": 59203540800, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"validator.schema.org\": {\"id\": 59209159319, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"mun.fairgaze.com\": {\"id\": 59208538069, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"scoop.it\": {\"id\": 59210252265, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"pmfias.com\": {\"id\": 59203314297, \"app\": \"pmfias.com\", \"name\": \"pmfias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"financialexpress.com\": {\"id\": 59210528172, \"app\": \"financialexpress.com\", \"name\": \"financialexpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"instapaper.com\": {\"id\": 59210181753, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 59203540796, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"moneycontrol.com\": {\"id\": 59207893374, \"app\": \"moneycontrol.com\", \"name\": \"moneycontrol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"risingkashmir.com\": {\"id\": 59207792060, \"app\": \"risingkashmir.com\", \"name\": \"risingkashmir.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"dpswarangal.in\": {\"id\": 59209042504, \"app\": \"dpswarangal.in\", \"name\": \"dpswarangal.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"imagecompressor.com\": {\"id\": 59206679603, \"app\": \"imagecompressor.com\", \"name\": \"imagecompressor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"catking.in\": {\"id\": 59210475031, \"app\": \"catking.in\", \"name\": \"catking.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"21kschool.com\": {\"id\": 59207780733, \"app\": \"21kschool.com\", \"name\": \"21kschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"varthana.com\": {\"id\": 59202710867, \"app\": \"varthana.com\", \"name\": \"varthana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"dbuonline.in\": {\"id\": 59203028596, \"app\": \"dbuonline.in\", \"name\": \"dbuonline.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"betterhealth.vic.gov.au\": {\"id\": 59202004597, \"app\": \"betterhealth.vic.gov.au\", \"name\": \"betterhealth.vic.gov.au\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"lockapp\": {\"id\": 59201935057, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"equalmeasures2030.org\": {\"id\": 59206822011, \"app\": \"equalmeasures2030.org\", \"name\": \"equalmeasures2030.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": 59207933117, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"photos\": {\"id\": 59206068803, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 59207148734, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"rockstaracademy.com\": {\"id\": 59205888655, \"app\": \"rockstaracademy.com\", \"name\": \"rockstaracademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dribbleup.com\": {\"id\": 59205898317, \"app\": \"dribbleup.com\", \"name\": \"dribbleup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"skillindiadigital.gov.in\": {\"id\": 59203024027, \"app\": \"skillindiadigital.gov.in\", \"name\": \"skillindiadigital.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 59207193886, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"web.whatsapp.com\": {\"id\": 59210344640, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"kids.britannica.com\": {\"id\": 59206477692, \"app\": \"kids.britannica.com\", \"name\": \"kids.britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ebinternacional.org\": {\"id\": 59202801612, \"app\": \"ebinternacional.org\", \"name\": \"ebinternacional.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"health.harvard.edu\": {\"id\": 59201982393, \"app\": \"health.harvard.edu\", \"name\": \"health.harvard.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 59203263987, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"drishtiias.com\": {\"id\": 59202718688, \"app\": \"drishtiias.com\", \"name\": \"drishtiias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"leverageedu.com\": {\"id\": 59210671732, \"app\": \"leverageedu.com\", \"name\": \"leverageedu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"getpocket.com\": {\"id\": 59210181748, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"britannica.com\": {\"id\": 59206482780, \"app\": \"britannica.com\", \"name\": \"britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"youtube.com\": {\"id\": 59206277479, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"live.pmfias.com\": {\"id\": 59203494544, \"app\": \"live.pmfias.com\", \"name\": \"live.pmfias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:10'),(1441,15,'2025-07-12','12:08:19','12:26:37',0.221111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-12\", \"isOnline\": false, \"arrived\": \"2025-07-12 12:08:19\", \"left\": \"2025-07-12 12:26:37\", \"late\": true, \"onlineTime\": 796, \"offlineTime\": 0, \"desktimeTime\": 796, \"atWorkTime\": 1098, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 796, \"productivity\": 100, \"efficiency\": 3.16, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": null, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 407}, \"search.google.com\": {\"id\": null, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"google chrome\": {\"id\": null, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"microsoft outlook\": {\"id\": null, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"docs.google.com\": {\"id\": null, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"crystalhues.com\": {\"id\": null, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"indiaasisee.fairgaze.com\": {\"id\": 59224481527, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onlinent\": {\"id\": null, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"fairgaze.com\": {\"id\": null, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"developers.google.com\": {\"id\": null, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchengineland.com\": {\"id\": null, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"dpswarangal.in\": {\"id\": null, \"app\": \"dpswarangal.in\", \"name\": \"dpswarangal.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": null, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:50:11'),(1442,15,'2025-07-13',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-13\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:11'),(1443,15,'2025-07-14','08:27:55','18:33:28',7.35417,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 08:27:55\", \"left\": \"2025-07-14 18:33:28\", \"late\": true, \"onlineTime\": 26522, \"offlineTime\": 0, \"desktimeTime\": 26522, \"atWorkTime\": 36333, \"afterWorkTime\": 483, \"beforeWorkTime\": 0, \"productiveTime\": 26475, \"productivity\": 99.82, \"efficiency\": 105.06, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59239032481, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"quora.com\": {\"id\": 59233204971, \"app\": \"quora.com\", \"name\": \"quora.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59230227051, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3758}, \"search.google.com\": {\"id\": 59230227997, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3337}, \"m.fairgaze.com\": {\"id\": 59230423172, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3088}, \"fairgaze.com\": {\"id\": 59230311869, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3025}, \"google.com\": {\"id\": 59230390340, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2638}, \"docs.google.com\": {\"id\": 59230255803, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2326}, \"analytics.google.com\": {\"id\": 59230227050, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1870}, \"notepad\": {\"id\": 59231935689, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1657}, \"ads.google.com\": {\"id\": 59230319518, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 762}, \"chatgpt.com\": {\"id\": 59232604613, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 742}, \"chrome://settings\": {\"id\": 59230427754, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 668}, \"free-article-spinner.com\": {\"id\": 59232616667, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 365}, \"searchengineland.com\": {\"id\": 59230323627, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 360}, \"prepostseo.com\": {\"id\": 59232444332, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"windows explorer\": {\"id\": 59230258828, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 253}, \"bing.com\": {\"id\": 59232579910, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"dpswarangal.in\": {\"id\": 59230293188, \"app\": \"dpswarangal.in\", \"name\": \"dpswarangal.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"microsoft outlook\": {\"id\": 59230227052, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"vedantu.com\": {\"id\": 59236207548, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"unknown app\": {\"id\": 59230475570, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"chrome://new-tab-page\": {\"id\": 59230427757, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"app.webpushr.com\": {\"id\": 59230320535, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"extramarks.com\": {\"id\": 59236152920, \"app\": \"extramarks.com\", \"name\": \"extramarks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"web.whatsapp.com\": {\"id\": 59234260666, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"support.google.com\": {\"id\": 59233536562, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"shellexperiencehost\": {\"id\": 59230753964, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"hrez.crystalhues.in\": {\"id\": 59230397214, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"theasianschool.net\": {\"id\": 59236141487, \"app\": \"theasianschool.net\", \"name\": \"theasianschool.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"developers.google.com\": {\"id\": 59234820097, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"desktime.com\": {\"id\": 59231869564, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"onlinent\": {\"id\": 59232787609, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"ms-teams\": {\"id\": 59230259860, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"britannica.com\": {\"id\": 59238380913, \"app\": \"britannica.com\", \"name\": \"britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"eduminatti.com\": {\"id\": 59236263204, \"app\": \"eduminatti.com\", \"name\": \"eduminatti.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"indiaasisee.fairgaze.com\": {\"id\": 59232435405, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"glendaleschool.org\": {\"id\": 59235397417, \"app\": \"glendaleschool.org\", \"name\": \"glendaleschool.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"ezyschooling.com\": {\"id\": 59236121682, \"app\": \"ezyschooling.com\", \"name\": \"ezyschooling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"openai.com\": {\"id\": 59236616075, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"login.microsoftonline.com\": {\"id\": 59230396064, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"schoolling.com\": {\"id\": 59235531833, \"app\": \"schoolling.com\", \"name\": \"schoolling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"euroschoolindia.com\": {\"id\": 59235392263, \"app\": \"euroschoolindia.com\", \"name\": \"euroschoolindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"edustoke.com\": {\"id\": 59236249491, \"app\": \"edustoke.com\", \"name\": \"edustoke.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"brainyquote.com\": {\"id\": 59232921540, \"app\": \"brainyquote.com\", \"name\": \"brainyquote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"brainly.in\": {\"id\": 59232723169, \"app\": \"brainly.in\", \"name\": \"brainly.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chromewebdata\": {\"id\": 59239132337, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"lockapp\": {\"id\": 59235521429, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"marketingplatform.google.com\": {\"id\": 59234787668, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://newtab\": {\"id\": 59233408511, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"logopond.com\": {\"id\": 59239138137, \"app\": \"logopond.com\", \"name\": \"logopond.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"mun.fairgaze.com\": {\"id\": 59244239931, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"instapaper.com\": {\"id\": 59239200958, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"getpocket.com\": {\"id\": 59239212050, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sdg.fairgaze.com\": {\"id\": 59239298382, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"validator.schema.org\": {\"id\": 59239298390, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"k8school.com\": {\"id\": 59235034461, \"app\": \"k8school.com\", \"name\": \"k8school.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sansonejrs66mitsubishi.com\": {\"id\": 59232930316, \"app\": \"sansonejrs66mitsubishi.com\", \"name\": \"sansonejrs66mitsubishi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:12'),(1444,15,'2025-07-15','09:17:01','18:08:14',7.67333,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 09:17:01\", \"left\": \"2025-07-15 18:08:14\", \"late\": true, \"onlineTime\": 27672, \"offlineTime\": 0, \"desktimeTime\": 27672, \"atWorkTime\": 31873, \"afterWorkTime\": 494, \"beforeWorkTime\": 0, \"productiveTime\": 27624, \"productivity\": 99.83, \"efficiency\": 109.62, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59259388036, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59257615916, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3359}, \"m.fairgaze.com\": {\"id\": 59257675348, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2999}, \"chatgpt.com\": {\"id\": 59257979409, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2475}, \"fairgaze.com\": {\"id\": 59257679890, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2427}, \"google.com\": {\"id\": 59257633981, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2043}, \"analytics.google.com\": {\"id\": 59257669333, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2013}, \"search.google.com\": {\"id\": 59257635308, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2005}, \"docs.google.com\": {\"id\": 59259395948, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1743}, \"ads.google.com\": {\"id\": 59258046213, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1606}, \"app.webpushr.com\": {\"id\": 59265469461, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 730}, \"windows explorer\": {\"id\": 59257611209, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 578}, \"cleartax.in\": {\"id\": 59261728101, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 565}, \"notepad\": {\"id\": 59258630544, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 562}, \"chrome://settings\": {\"id\": 59257684309, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 530}, \"microsoft outlook\": {\"id\": 59257627872, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 402}, \"prepostseo.com\": {\"id\": 59259437075, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 386}, \"sintef.no\": {\"id\": 59269480207, \"app\": \"sintef.no\", \"name\": \"sintef.no\", \"type\": \"web\", \"category_id\": 0, \"duration\": 385}, \"mun.fairgaze.com\": {\"id\": 59260875016, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"lockapp\": {\"id\": 59265235118, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 304}, \"gravitywrite.com\": {\"id\": 59266585140, \"app\": \"gravitywrite.com\", \"name\": \"gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"searchhost\": {\"id\": 59257651162, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"free-article-spinner.com\": {\"id\": 59257988104, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"duolingo.com\": {\"id\": 59268207622, \"app\": \"duolingo.com\", \"name\": \"duolingo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"openai.com\": {\"id\": 59260094774, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"byjus.com\": {\"id\": 59264609933, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"searchengineland.com\": {\"id\": 59264055487, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"unknown app\": {\"id\": 59257778260, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"developers.google.com\": {\"id\": 59257633982, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"sdg.fairgaze.com\": {\"id\": 59260812847, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"chrome://new-tab-page\": {\"id\": 59257684311, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"hrez.crystalhues.in\": {\"id\": 59257620343, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"calculatorapp\": {\"id\": 59260320262, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"web.whatsapp.com\": {\"id\": 59265463552, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"egovernance.vikaspedia.in\": {\"id\": 59261717629, \"app\": \"egovernance.vikaspedia.in\", \"name\": \"egovernance.vikaspedia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"business.google.com\": {\"id\": 59269533239, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"civilsdaily.com\": {\"id\": 59261694740, \"app\": \"civilsdaily.com\", \"name\": \"civilsdaily.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"thehindu.com\": {\"id\": 59259242041, \"app\": \"thehindu.com\", \"name\": \"thehindu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"onlinent\": {\"id\": 59259249794, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"login.microsoftonline.com\": {\"id\": 59257618860, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"accounts.cleartax.in\": {\"id\": 59261744714, \"app\": \"accounts.cleartax.in\", \"name\": \"accounts.cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 59260895991, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"msedge\": {\"id\": 59269369267, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"indiabix.com\": {\"id\": 59261679181, \"app\": \"indiabix.com\", \"name\": \"indiabix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"pickerhost\": {\"id\": 59260906578, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"websitemagazine.com\": {\"id\": 59268837109, \"app\": \"websitemagazine.com\", \"name\": \"websitemagazine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"desktime.com\": {\"id\": 59268353686, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"liveandletsfly.com\": {\"id\": 59259303181, \"app\": \"liveandletsfly.com\", \"name\": \"liveandletsfly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 59257624683, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"ms-teams\": {\"id\": 59257612670, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"onedrive\": {\"id\": 59257611208, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"marketingplatform.google.com\": {\"id\": 59270648763, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59267132496, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"apaar.education.gov.in\": {\"id\": 59258140767, \"app\": \"apaar.education.gov.in\", \"name\": \"apaar.education.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indiaasisee.fairgaze.com\": {\"id\": 59257630988, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:17'),(1445,15,'2025-07-16','09:14:24','17:50:08',7.69528,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 09:14:24\", \"left\": \"2025-07-16 17:50:08\", \"late\": true, \"onlineTime\": 27727, \"offlineTime\": 0, \"desktimeTime\": 27727, \"atWorkTime\": 30944, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27703, \"productivity\": 99.91, \"efficiency\": 109.93, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59285549987, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"accounts.google.com\": {\"id\": 59296165024, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"cricbuzz.com\": {\"id\": 59290732340, \"app\": \"cricbuzz.com\", \"name\": \"cricbuzz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59284793495, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3328}, \"fairgaze.com\": {\"id\": 59284800577, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2584}, \"m.fairgaze.com\": {\"id\": 59284793493, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2553}, \"microsoft word\": {\"id\": 59285541161, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2414}, \"search.google.com\": {\"id\": 59284809047, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2241}, \"google.com\": {\"id\": 59284824273, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1892}, \"analytics.google.com\": {\"id\": 59284964166, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1544}, \"ads.google.com\": {\"id\": 59284879831, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1307}, \"chatgpt.com\": {\"id\": 59285171969, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1052}, \"notepad\": {\"id\": 59284867194, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1048}, \"indiaasisee.fairgaze.com\": {\"id\": 59285210557, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 844}, \"docs.google.com\": {\"id\": 59284847026, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 735}, \"economictimes.indiatimes.com\": {\"id\": 59295498284, \"app\": \"economictimes.indiatimes.com\", \"name\": \"economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 679}, \"ms-teams\": {\"id\": 59285058606, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 674}, \"mun.fairgaze.com\": {\"id\": 59285040375, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 506}, \"chrome://settings\": {\"id\": 59284864323, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 417}, \"microsoft outlook\": {\"id\": 59285222512, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 394}, \"app.webpushr.com\": {\"id\": 59284801946, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 373}, \"windows explorer\": {\"id\": 59285042268, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 346}, \"free-article-spinner.com\": {\"id\": 59291013723, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 322}, \"sdg.fairgaze.com\": {\"id\": 59285171970, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"snippingtool\": {\"id\": 59285044304, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 199}, \"chrysalishigh.com\": {\"id\": 59290639533, \"app\": \"chrysalishigh.com\", \"name\": \"chrysalishigh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"lockapp\": {\"id\": 59287983253, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 175}, \"shop-classroommagazines.scholastic.com\": {\"id\": 59294822983, \"app\": \"shop-classroommagazines.scholastic.com\", \"name\": \"shop-classroommagazines.scholastic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"web.whatsapp.com\": {\"id\": 59288781375, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"prepostseo.com\": {\"id\": 59291367526, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"shellhost\": {\"id\": 59297432545, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"bing.com\": {\"id\": 59286295409, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"vajiramandravi.com\": {\"id\": 59290725525, \"app\": \"vajiramandravi.com\", \"name\": \"vajiramandravi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"vedantu.com\": {\"id\": 59293860767, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"chrome://new-tab-page\": {\"id\": 59285038575, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"openai.com\": {\"id\": 59287613337, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"unknown app\": {\"id\": 59284792156, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"searchhost\": {\"id\": 59285044302, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"onlinent\": {\"id\": 59285538401, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"byjus.com\": {\"id\": 59293902840, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"iplt20.com\": {\"id\": 59289051462, \"app\": \"iplt20.com\", \"name\": \"iplt20.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"msedgewebview2\": {\"id\": 59285148749, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"developers.google.com\": {\"id\": 59284793491, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"hrez.crystalhues.in\": {\"id\": 59285314493, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"stanfordchildrens.org\": {\"id\": 59297350665, \"app\": \"stanfordchildrens.org\", \"name\": \"stanfordchildrens.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"pickerhost\": {\"id\": 59285130682, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"websiteseochecker.com\": {\"id\": 59296231312, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 59285312263, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"marketingplatform.google.com\": {\"id\": 59287548944, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"classroommagazines.scholastic.com\": {\"id\": 59294810830, \"app\": \"classroommagazines.scholastic.com\", \"name\": \"classroommagazines.scholastic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"sintef.no\": {\"id\": 59287450204, \"app\": \"sintef.no\", \"name\": \"sintef.no\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"devtools\": {\"id\": 59285259357, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 59285227559, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 59296672524, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"business.google.com\": {\"id\": 59284989365, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellexperiencehost\": {\"id\": 59296366186, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"searchengineland.com\": {\"id\": 59291516606, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"secure.paytm.in\": {\"id\": 59286659208, \"app\": \"secure.paytm.in\", \"name\": \"secure.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"en.wikipedia.org\": {\"id\": 59288516822, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"facebook.com\": {\"id\": 59286123331, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"nidirect.gov.uk\": {\"id\": 59297076536, \"app\": \"nidirect.gov.uk\", \"name\": \"nidirect.gov.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59296678663, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"thehindu.com\": {\"id\": 59291427717, \"app\": \"thehindu.com\", \"name\": \"thehindu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"civilsdaily.com\": {\"id\": 59284840057, \"app\": \"civilsdaily.com\", \"name\": \"civilsdaily.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:21'),(1446,15,'2025-07-17','09:06:16','17:53:48',7.39167,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 09:06:16\", \"left\": \"2025-07-17 17:53:48\", \"late\": true, \"onlineTime\": 26616, \"offlineTime\": 0, \"desktimeTime\": 26616, \"atWorkTime\": 31652, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26610, \"productivity\": 99.94, \"efficiency\": 105.6, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59313439061, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"0\": [], \"1\": {\"search.google.com\": {\"id\": 59312114883, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3544}, \"fairgaze.com\": {\"id\": 59312091894, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2914}, \"google chrome\": {\"id\": 59312217419, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2878}, \"m.fairgaze.com\": {\"id\": 59312215829, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2856}, \"analytics.google.com\": {\"id\": 59312175235, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2155}, \"google.com\": {\"id\": 59312214076, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1976}, \"chatgpt.com\": {\"id\": 59312684487, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1748}, \"tagmanager.google.com\": {\"id\": 59320156735, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1242}, \"notepad\": {\"id\": 59313731543, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1052}, \"docs.google.com\": {\"id\": 59313177297, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 888}, \"ms-teams\": {\"id\": 59312091895, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 769}, \"ads.google.com\": {\"id\": 59313953317, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 498}, \"chrome://settings\": {\"id\": 59312220440, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 380}, \"app.webpushr.com\": {\"id\": 59312110330, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 368}, \"free-article-spinner.com\": {\"id\": 59312677378, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 327}, \"microsoft outlook\": {\"id\": 59312096364, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 317}, \"lockapp\": {\"id\": 59312362503, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 287}, \"windows explorer\": {\"id\": 59312095126, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 262}, \"chromewebdata\": {\"id\": 59313901618, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"prepostseo.com\": {\"id\": 59313128346, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"tagassistant.google.com\": {\"id\": 59321239623, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"bing.com\": {\"id\": 59314837019, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"snippingtool\": {\"id\": 59315702782, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"en.wikipedia.org\": {\"id\": 59312605083, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"adda247.com\": {\"id\": 59314641798, \"app\": \"adda247.com\", \"name\": \"adda247.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"indiaasisee.fairgaze.com\": {\"id\": 59321251829, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"mun.fairgaze.com\": {\"id\": 59313244208, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"devtools\": {\"id\": 59320858379, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"shellhost\": {\"id\": 59313901619, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"vedantu.com\": {\"id\": 59314594130, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"shellexperiencehost\": {\"id\": 59314138061, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"unknown app\": {\"id\": 59312236442, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"sdg.fairgaze.com\": {\"id\": 59323556901, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"sora.chatgpt.com\": {\"id\": 59322253756, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"vajiramandravi.com\": {\"id\": 59323994308, \"app\": \"vajiramandravi.com\", \"name\": \"vajiramandravi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"searchhost\": {\"id\": 59313727811, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"developers.google.com\": {\"id\": 59313449924, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"msedgewebview2\": {\"id\": 59315818421, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"britannica.com\": {\"id\": 59315002605, \"app\": \"britannica.com\", \"name\": \"britannica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"chrome://new-tab-page\": {\"id\": 59312248945, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"auth.openai.com\": {\"id\": 59322221257, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"hrez.crystalhues.in\": {\"id\": 59312452307, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"pickerhost\": {\"id\": 59315746386, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"linkedin.com\": {\"id\": 59320258966, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"medium.com\": {\"id\": 59314812974, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59312450091, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"support.google.com\": {\"id\": 59322945734, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"ballbits.com\": {\"id\": 59324654625, \"app\": \"ballbits.com\", \"name\": \"ballbits.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"dpl.gov.in\": {\"id\": 59320273036, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"rsisinternational.org\": {\"id\": 59324049691, \"app\": \"rsisinternational.org\", \"name\": \"rsisinternational.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"mhfaindia.com\": {\"id\": 59319974169, \"app\": \"mhfaindia.com\", \"name\": \"mhfaindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"onlinent\": {\"id\": 59312096365, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"desktime.com\": {\"id\": 59319892646, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"microsoft paint\": {\"id\": 59315871838, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"bufferapps.com\": {\"id\": 59318392551, \"app\": \"bufferapps.com\", \"name\": \"bufferapps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"business.google.com\": {\"id\": 59318994215, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"humangrowthlab.com\": {\"id\": 59314803192, \"app\": \"humangrowthlab.com\", \"name\": \"humangrowthlab.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"mbauniverse.com\": {\"id\": 59319313352, \"app\": \"mbauniverse.com\", \"name\": \"mbauniverse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"worldatlas.com\": {\"id\": 59315291793, \"app\": \"worldatlas.com\", \"name\": \"worldatlas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"studentcaring.com\": {\"id\": 59320727689, \"app\": \"studentcaring.com\", \"name\": \"studentcaring.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"stanfordchildrens.org\": {\"id\": 59316163433, \"app\": \"stanfordchildrens.org\", \"name\": \"stanfordchildrens.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"byjus.com\": {\"id\": 59315615637, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"economictimes.indiatimes.com\": {\"id\": 59312677379, \"app\": \"economictimes.indiatimes.com\", \"name\": \"economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"varadabooks.com\": {\"id\": 59312275488, \"app\": \"varadabooks.com\", \"name\": \"varadabooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:21'),(1447,15,'2025-07-18','09:08:03','18:07:26',7.65222,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 09:08:03\", \"left\": \"2025-07-18 18:07:26\", \"late\": true, \"onlineTime\": 27562, \"offlineTime\": 0, \"desktimeTime\": 27562, \"atWorkTime\": 32363, \"afterWorkTime\": 203, \"beforeWorkTime\": 0, \"productiveTime\": 27548, \"productivity\": 99.95, \"efficiency\": 109.32, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59342733010, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59338986506, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3679}, \"analytics.google.com\": {\"id\": 59338987981, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3247}, \"fairgaze.com\": {\"id\": 59338983758, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3181}, \"indiaasisee.fairgaze.com\": {\"id\": 59341568629, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3079}, \"search.google.com\": {\"id\": 59338939514, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2284}, \"google.com\": {\"id\": 59339028879, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2000}, \"m.fairgaze.com\": {\"id\": 59339019126, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1318}, \"ms-teams\": {\"id\": 59339010240, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1012}, \"tagmanager.google.com\": {\"id\": 59341515310, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 865}, \"chatgpt.com\": {\"id\": 59340069458, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 800}, \"prepostseo.com\": {\"id\": 59340453301, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 652}, \"lockapp\": {\"id\": 59340524364, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 588}, \"chrome://settings\": {\"id\": 59339028886, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 576}, \"windows explorer\": {\"id\": 59339005631, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 572}, \"docs.google.com\": {\"id\": 59340165436, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 310}, \"shellhost\": {\"id\": 59340377492, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 285}, \"desktime.com\": {\"id\": 59339007102, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"microsoft outlook\": {\"id\": 59345579329, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 276}, \"linkedin.com\": {\"id\": 59339680415, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 263}, \"notepad\": {\"id\": 59339037878, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 221}, \"amazeinstitute.co.in\": {\"id\": 59346890790, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"ads.google.com\": {\"id\": 59338985089, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"mun.fairgaze.com\": {\"id\": 59339010238, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"app.webpushr.com\": {\"id\": 59338924811, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"web.whatsapp.com\": {\"id\": 59340927133, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"snippingtool\": {\"id\": 59340869161, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"unknown app\": {\"id\": 59338923743, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"tagassistant.google.com\": {\"id\": 59341640352, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"free-article-spinner.com\": {\"id\": 59340086331, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"web.archive.org\": {\"id\": 59342328844, \"app\": \"web.archive.org\", \"name\": \"web.archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"tomsguide.com\": {\"id\": 59341392637, \"app\": \"tomsguide.com\", \"name\": \"tomsguide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"devtools\": {\"id\": 59347462530, \"app\": \"devtools\", \"name\": \"devtools\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"business.google.com\": {\"id\": 59345262809, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"chrome://new-tab-page\": {\"id\": 59338983757, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"searchhost\": {\"id\": 59340864183, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"searchengineland.com\": {\"id\": 59341489692, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"hrez.crystalhues.in\": {\"id\": 59348994857, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"onlinent\": {\"id\": 59345584371, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"crystalhues.com\": {\"id\": 59339186334, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"bing.com\": {\"id\": 59338982398, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"login.microsoftonline.com\": {\"id\": 59348987744, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"msedgewebview2\": {\"id\": 59345331011, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"developers.google.com\": {\"id\": 59342873477, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"archive.org\": {\"id\": 59342290252, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"pickerhost\": {\"id\": 59349469564, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"secure.paytm.in\": {\"id\": 59348885169, \"app\": \"secure.paytm.in\", \"name\": \"secure.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"quillbot.com\": {\"id\": 59340047345, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"shellexperiencehost\": {\"id\": 59338938167, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"audioboom.com\": {\"id\": 59346890793, \"app\": \"audioboom.com\", \"name\": \"audioboom.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"scholar.google.co.in\": {\"id\": 59339669493, \"app\": \"scholar.google.co.in\", \"name\": \"scholar.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"portal.office.com\": {\"id\": 59350468629, \"app\": \"portal.office.com\", \"name\": \"portal.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sora.chatgpt.com\": {\"id\": 59347356954, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"help.lulu.com\": {\"id\": 59346896453, \"app\": \"help.lulu.com\", \"name\": \"help.lulu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"vajiramandravi.com\": {\"id\": 59340039364, \"app\": \"vajiramandravi.com\", \"name\": \"vajiramandravi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"economictimes.indiatimes.com\": {\"id\": 59339341742, \"app\": \"economictimes.indiatimes.com\", \"name\": \"economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"olympics.com\": {\"id\": 59339085847, \"app\": \"olympics.com\", \"name\": \"olympics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:22'),(1448,15,'2025-07-19','17:31:39','20:00:14',0.715556,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-19\", \"isOnline\": false, \"arrived\": \"2025-07-19 17:31:39\", \"left\": \"2025-07-19 20:00:14\", \"late\": true, \"onlineTime\": 2576, \"offlineTime\": 0, \"desktimeTime\": 2576, \"atWorkTime\": 8915, \"afterWorkTime\": 1066, \"beforeWorkTime\": 0, \"productiveTime\": 2576, \"productivity\": 100, \"efficiency\": 10.22, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 59364107634, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 486}, \"search.google.com\": {\"id\": 59364121168, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 469}, \"web.whatsapp.com\": {\"id\": 59364126405, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 419}, \"msedge\": {\"id\": 59364096400, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 192}, \"prepostseo.com\": {\"id\": 59364483852, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"crystalhues.com\": {\"id\": null, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"c\": {\"id\": 59364094199, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"microsoft outlook\": {\"id\": 59364091679, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 152}, \"docs.google.com\": {\"id\": 59364091678, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"google chrome\": {\"id\": 59364091203, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"indiaasisee.fairgaze.com\": {\"id\": 59364119962, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"ms-teams\": {\"id\": 59364106118, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"onlinent\": {\"id\": 59364091680, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"windows explorer\": {\"id\": 59364094675, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"developers.google.com\": {\"id\": 59364120674, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"fairgaze.com\": {\"id\": 59364125826, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"free-article-spinner.com\": {\"id\": null, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"unknown app\": {\"id\": 59364140343, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 59364120673, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ads.google.com\": {\"id\": 59364152456, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59364139769, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:23'),(1449,15,'2025-07-20','10:12:10','20:21:02',0.857778,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-20\", \"isOnline\": false, \"arrived\": \"2025-07-20 10:12:10\", \"left\": \"2025-07-20 20:21:02\", \"late\": true, \"onlineTime\": 3088, \"offlineTime\": 0, \"desktimeTime\": 3088, \"atWorkTime\": 36532, \"afterWorkTime\": 2797, \"beforeWorkTime\": 0, \"productiveTime\": 3088, \"productivity\": 100, \"efficiency\": 12.25, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 59365735151, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 772}, \"microsoft word\": {\"id\": 59366893942, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 719}, \"onlinent\": {\"id\": 59366811921, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"chatgpt.com\": {\"id\": 59366885855, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}, \"google chrome\": {\"id\": 59366811254, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 242}, \"google.com\": {\"id\": 59365736554, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"web.whatsapp.com\": {\"id\": 59366834056, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"search.google.com\": {\"id\": 59365734794, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"ms-teams\": {\"id\": 59366811255, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"lockapp\": {\"id\": 59366864776, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"windows explorer\": {\"id\": 59366811253, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"microsoft outlook\": {\"id\": 59366811594, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"developers.google.com\": {\"id\": 59366874017, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 59366893561, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"unknown app\": {\"id\": 59366811256, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"indiaasisee.fairgaze.com\": {\"id\": 59365735644, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59366811588, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:24'),(1450,15,'2025-07-21','10:07:42','13:46:45',0.241667,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 10:07:42\", \"left\": \"2025-07-21 13:46:45\", \"late\": true, \"onlineTime\": 870, \"offlineTime\": 0, \"desktimeTime\": 870, \"atWorkTime\": 13143, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 870, \"productivity\": 100, \"efficiency\": 3.45, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 59368998686, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 478}, \"google chrome\": {\"id\": 59368964973, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"hrez.crystalhues.in\": {\"id\": 59368968851, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"search.google.com\": {\"id\": null, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"login.microsoftonline.com\": {\"id\": 59368964976, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"onlinent\": {\"id\": 59368994138, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"windows explorer\": {\"id\": 59368964971, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"developers.google.com\": {\"id\": null, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"microsoft outlook\": {\"id\": 59368994134, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"microsoft word\": {\"id\": 59368962777, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"google.com\": {\"id\": null, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:26'),(1451,15,'2025-07-22','09:12:24','18:02:29',6.2225,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 09:12:24\", \"left\": \"2025-07-22 18:02:29\", \"late\": true, \"onlineTime\": 22409, \"offlineTime\": 0, \"desktimeTime\": 22409, \"atWorkTime\": 31805, \"afterWorkTime\": 149, \"beforeWorkTime\": 0, \"productiveTime\": 22401, \"productivity\": 99.92, \"efficiency\": 88.89, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59405822384, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59394897887, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3414}, \"fairgaze.com\": {\"id\": 59394978895, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3083}, \"google.com\": {\"id\": 59394982052, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2349}, \"analytics.google.com\": {\"id\": 59394926149, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2251}, \"chatgpt.com\": {\"id\": 59395462893, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1595}, \"m.fairgaze.com\": {\"id\": 59394973806, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1411}, \"chrome://settings\": {\"id\": 59394980324, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 982}, \"search.google.com\": {\"id\": 59394902488, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 961}, \"app.webpushr.com\": {\"id\": 59405788328, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 929}, \"indiaasisee.fairgaze.com\": {\"id\": 59395286960, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 824}, \"flipboard.com\": {\"id\": 59403489793, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 719}, \"mun.fairgaze.com\": {\"id\": 59394911732, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 626}, \"alphacoders.com\": {\"id\": 59403598441, \"app\": \"alphacoders.com\", \"name\": \"alphacoders.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 405}, \"hrez.crystalhues.in\": {\"id\": 59394922047, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 403}, \"lockapp\": {\"id\": 59395171507, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 365}, \"ms-teams\": {\"id\": 59394905447, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 365}, \"microsoft outlook\": {\"id\": 59394913083, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"docs.google.com\": {\"id\": 59405833852, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"openai.com\": {\"id\": 59406873074, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"slack.com\": {\"id\": 59403805413, \"app\": \"slack.com\", \"name\": \"slack.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"indiaisus.com\": {\"id\": 59407087349, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"windows explorer\": {\"id\": 59394987866, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"onedrive\": {\"id\": 59402110959, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"chrome://new-tab-page\": {\"id\": 59394999965, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"web.whatsapp.com\": {\"id\": 59405782844, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"amazeinstitute.co.in\": {\"id\": 59403475344, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"unknown app\": {\"id\": 59394977400, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"login.microsoftonline.com\": {\"id\": 59394920100, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"desktime.com\": {\"id\": 59403308114, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"shellexperiencehost\": {\"id\": 59399655171, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"developers.google.com\": {\"id\": 59394899403, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"validator.schema.org\": {\"id\": 59405714300, \"app\": \"validator.schema.org\", \"name\": \"validator.schema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"searchhost\": {\"id\": 59394943405, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"snippingtool\": {\"id\": 59395296423, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"microsoft word\": {\"id\": 59400981924, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59400965304, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 59405828176, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"onlinent\": {\"id\": 59396300897, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"yumpu.com\": {\"id\": 59403604365, \"app\": \"yumpu.com\", \"name\": \"yumpu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"marketingplatform.google.com\": {\"id\": 59401953868, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"facebook.com\": {\"id\": 59400993208, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"educative.io\": {\"id\": 59399172160, \"app\": \"educative.io\", \"name\": \"educative.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowscamera\": {\"id\": 59394945671, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:27');
INSERT INTO `desktime_log` VALUES (1452,15,'2025-07-23','09:29:24','18:20:24',7.45278,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 09:29:24\", \"left\": \"2025-07-23 18:20:24\", \"late\": true, \"onlineTime\": 27070, \"offlineTime\": 0, \"desktimeTime\": 27070, \"atWorkTime\": 31860, \"afterWorkTime\": 1224, \"beforeWorkTime\": 0, \"productiveTime\": 26830, \"productivity\": 99.11, \"efficiency\": 106.47, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59424461782, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"wordpress.com\": {\"id\": 59425160594, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"login.live.com\": {\"id\": 59432249488, \"app\": \"login.live.com\", \"name\": \"login.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}}, \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 59422567340, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4666}, \"google.com\": {\"id\": 59422753266, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3555}, \"m.fairgaze.com\": {\"id\": 59422751144, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3348}, \"search.google.com\": {\"id\": 59422917465, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1703}, \"docs.google.com\": {\"id\": 59424527336, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1644}, \"fairgaze.com\": {\"id\": 59422554066, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1545}, \"chrome://settings\": {\"id\": 59422755168, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1185}, \"chatgpt.com\": {\"id\": 59423381846, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1085}, \"ads.google.com\": {\"id\": 59432117349, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 909}, \"google chrome\": {\"id\": 59422554065, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 750}, \"mun.fairgaze.com\": {\"id\": 59422749236, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 706}, \"prepostseo.com\": {\"id\": 59429350739, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 688}, \"ms-teams\": {\"id\": 59422551959, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 521}, \"notepad\": {\"id\": 59431669318, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 391}, \"pagespeed.web.dev\": {\"id\": 59430648315, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 388}, \"lockapp\": {\"id\": 59422729632, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 385}, \"gemini.google.com\": {\"id\": 59432255713, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 365}, \"app.webpushr.com\": {\"id\": 59422557847, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 350}, \"microsoft outlook\": {\"id\": 59422668372, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 261}, \"unknown app\": {\"id\": 59423434471, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 259}, \"windows explorer\": {\"id\": 59422651800, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 202}, \"classifiedads.com\": {\"id\": 59424671805, \"app\": \"classifiedads.com\", \"name\": \"classifiedads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"free-article-spinner.com\": {\"id\": 59432162312, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"shellexperiencehost\": {\"id\": 59423194517, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"crystalhues.com\": {\"id\": 59430199431, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"snippingtool\": {\"id\": 59425243302, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"pickerhost\": {\"id\": 59425247853, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"onlinent\": {\"id\": 59425219247, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"msedge\": {\"id\": 59422658959, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"tumblr.com\": {\"id\": 59425214506, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"hot-web-ads.com\": {\"id\": 59424791731, \"app\": \"hot-web-ads.com\", \"name\": \"hot-web-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"desktime.com\": {\"id\": 59422655298, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"innetads.com\": {\"id\": 59424831184, \"app\": \"innetads.com\", \"name\": \"innetads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"blogger.com\": {\"id\": 59425132191, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"developers.google.com\": {\"id\": 59422915416, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"hrez.crystalhues.in\": {\"id\": 59422901737, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"bing.com\": {\"id\": 59432222598, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"msedgewebview2\": {\"id\": 59425271667, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"login.microsoftonline.com\": {\"id\": 59422901738, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"onedrive\": {\"id\": 59422548487, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"locanto.org\": {\"id\": 59424661619, \"app\": \"locanto.org\", \"name\": \"locanto.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"searchhost\": {\"id\": 59425238950, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"sdg.fairgaze.com\": {\"id\": 59425472314, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"gofindads.com\": {\"id\": 59422564849, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"justpaste.it\": {\"id\": 59425190760, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"about:blank\": {\"id\": 59424545776, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"indiaasisee.fairgaze.com\": {\"id\": 59431338667, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"web.whatsapp.com\": {\"id\": 59422555991, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"suitable.co\": {\"id\": 59432457803, \"app\": \"suitable.co\", \"name\": \"suitable.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"developer.chrome.com\": {\"id\": 59430931310, \"app\": \"developer.chrome.com\", \"name\": \"developer.chrome.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"studyabroad.fairgaze.com\": {\"id\": 59431717183, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"solomofy.com\": {\"id\": 59431735750, \"app\": \"solomofy.com\", \"name\": \"solomofy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"brillopedia.net\": {\"id\": 59434291116, \"app\": \"brillopedia.net\", \"name\": \"brillopedia.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"schools.org.in\": {\"id\": 59429368786, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bestmunfairgaze.blogspot.com\": {\"id\": 59425155927, \"app\": \"bestmunfairgaze.blogspot.com\", \"name\": \"bestmunfairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"business.google.com\": {\"id\": 59432111272, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"postallads4free.com\": {\"id\": 59431783592, \"app\": \"postallads4free.com\", \"name\": \"postallads4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"support.google.com\": {\"id\": 59430659837, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"locanto.me\": {\"id\": 59424661617, \"app\": \"locanto.me\", \"name\": \"locanto.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"archive.org\": {\"id\": 59432156080, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:27'),(1453,15,'2025-07-24','09:14:25','18:10:09',7.98583,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 09:14:25\", \"left\": \"2025-07-24 18:10:09\", \"late\": true, \"onlineTime\": 28796, \"offlineTime\": 0, \"desktimeTime\": 28796, \"atWorkTime\": 32144, \"afterWorkTime\": 609, \"beforeWorkTime\": 0, \"productiveTime\": 28749, \"productivity\": 99.79, \"efficiency\": 114.08, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"eventbrite.com\": {\"id\": 59457936339, \"app\": \"eventbrite.com\", \"name\": \"eventbrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"mail.google.com\": {\"id\": 59450326326, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"msn.com\": {\"id\": 59459812819, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 59449542363, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3919}, \"google.com\": {\"id\": 59449371058, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3525}, \"search.google.com\": {\"id\": 59449354064, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3417}, \"m.fairgaze.com\": {\"id\": 59449520358, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3058}, \"fairgaze.com\": {\"id\": 59449521927, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2804}, \"chatgpt.com\": {\"id\": 59449488673, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1850}, \"docs.google.com\": {\"id\": 59449362797, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1515}, \"prepostseo.com\": {\"id\": 59449318631, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1162}, \"chrome://settings\": {\"id\": 59449891256, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1114}, \"notepad\": {\"id\": 59449959092, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1062}, \"google chrome\": {\"id\": 59449371057, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 850}, \"business.google.com\": {\"id\": 59456510652, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 611}, \"ms-teams\": {\"id\": 59449656869, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 602}, \"free-article-spinner.com\": {\"id\": 59450395829, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 488}, \"windows explorer\": {\"id\": 59449754842, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"indiaasisee.fairgaze.com\": {\"id\": 59457583315, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"linkedin.com\": {\"id\": 59458096660, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"pressnews.biz\": {\"id\": 59457634571, \"app\": \"pressnews.biz\", \"name\": \"pressnews.biz\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"sdg.fairgaze.com\": {\"id\": 59453126418, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"app.webpushr.com\": {\"id\": 59449930112, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 211}, \"translate.google.co.in\": {\"id\": 59461985680, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"mun.fairgaze.com\": {\"id\": 59449879090, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"unknown app\": {\"id\": 59449757070, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"ads.google.com\": {\"id\": 59449362796, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"x.com\": {\"id\": 59458034532, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"duplichecker.com\": {\"id\": 59450301020, \"app\": \"duplichecker.com\", \"name\": \"duplichecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"lockapp\": {\"id\": 59449415526, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 88}, \"microsoft outlook\": {\"id\": 59455418528, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"app.gravitywrite.com\": {\"id\": 59453115561, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"vedantu.com\": {\"id\": 59451106303, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"web.whatsapp.com\": {\"id\": 59449927498, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"snippingtool\": {\"id\": 59458328378, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"fairgaze-com.translate.goog\": {\"id\": 59449638801, \"app\": \"fairgaze-com.translate.goog\", \"name\": \"fairgaze-com.translate.goog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"openai.com\": {\"id\": 59451014421, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"searchhost\": {\"id\": 59449959090, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"onlinent\": {\"id\": 59449354065, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"login.10times.com\": {\"id\": 59457954729, \"app\": \"login.10times.com\", \"name\": \"login.10times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"about:blank\": {\"id\": 59450329545, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"gofindads.com\": {\"id\": 59456500146, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"developers.google.com\": {\"id\": 59450476932, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"blog.taskque.com\": {\"id\": 59450453224, \"app\": \"blog.taskque.com\", \"name\": \"blog.taskque.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"login.microsoftonline.com\": {\"id\": 59450018844, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"pickerhost\": {\"id\": 59458334535, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"twitter.com\": {\"id\": 59457974352, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"hrez.crystalhues.in\": {\"id\": 59450018842, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"support.google.com\": {\"id\": 59461598959, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"instapaper.com\": {\"id\": 59457738173, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"rbia.in\": {\"id\": 59457029577, \"app\": \"rbia.in\", \"name\": \"rbia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"shellexperiencehost\": {\"id\": 59460120962, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"pmc.ncbi.nlm.nih.gov\": {\"id\": 59456161387, \"app\": \"pmc.ncbi.nlm.nih.gov\", \"name\": \"pmc.ncbi.nlm.nih.gov\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"desktime.com\": {\"id\": 59460636596, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"click.in\": {\"id\": 59458219564, \"app\": \"click.in\", \"name\": \"click.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"10times.com\": {\"id\": 59457954726, \"app\": \"10times.com\", \"name\": \"10times.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pingler.com\": {\"id\": 59450464448, \"app\": \"pingler.com\", \"name\": \"pingler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pagespeed.web.dev\": {\"id\": 59449369507, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:28'),(1454,15,'2025-07-25','09:13:43','18:11:15',7.45972,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 09:13:43\", \"left\": \"2025-07-25 18:11:15\", \"late\": true, \"onlineTime\": 28702, \"offlineTime\": 0, \"desktimeTime\": 28702, \"atWorkTime\": 32252, \"afterWorkTime\": 403, \"beforeWorkTime\": 0, \"productiveTime\": 26855, \"productivity\": 93.56, \"efficiency\": 106.57, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59476466400, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"mail.google.com\": {\"id\": 59477721365, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": {\"canva.com\": {\"id\": 59478435950, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1816}}, \"1\": {\"m.fairgaze.com\": {\"id\": 59475975656, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4588}, \"ads.google.com\": {\"id\": 59477215243, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4123}, \"google.com\": {\"id\": 59475980969, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2277}, \"analytics.google.com\": {\"id\": 59475928445, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2191}, \"search.google.com\": {\"id\": 59475913375, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1656}, \"indiaasisee.fairgaze.com\": {\"id\": 59478334528, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1632}, \"chatgpt.com\": {\"id\": 59476537863, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1629}, \"fairgaze.com\": {\"id\": 59475975653, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1570}, \"google chrome\": {\"id\": 59475979341, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 909}, \"docs.google.com\": {\"id\": 59475919610, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 806}, \"facebook.com\": {\"id\": 59478341462, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 756}, \"imageresizer.com\": {\"id\": 59481246520, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 514}, \"notepad\": {\"id\": 59476619186, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 465}, \"chrome://settings\": {\"id\": 59475988709, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 441}, \"desktime.com\": {\"id\": 59486836267, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}, \"free-article-spinner.com\": {\"id\": 59476636406, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 298}, \"prepostseo.com\": {\"id\": 59475975657, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"app.gravitywrite.com\": {\"id\": 59486308133, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"searchengineland.com\": {\"id\": 59485103265, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"imresizer.com\": {\"id\": 59482378663, \"app\": \"imresizer.com\", \"name\": \"imresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"ms-teams\": {\"id\": 59475922762, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"unknown app\": {\"id\": 59476098791, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"windows explorer\": {\"id\": 59475922761, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 153}, \"snippingtool\": {\"id\": 59478393728, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 139}, \"app.webpushr.com\": {\"id\": 59476289093, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"keywordseverywhere.com\": {\"id\": 59478227229, \"app\": \"keywordseverywhere.com\", \"name\": \"keywordseverywhere.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"microsoft outlook\": {\"id\": 59475921396, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"reduceimages.com\": {\"id\": 59482337318, \"app\": \"reduceimages.com\", \"name\": \"reduceimages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"varthana.com\": {\"id\": 59485589066, \"app\": \"varthana.com\", \"name\": \"varthana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"pickerhost\": {\"id\": 59478399072, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"vedantu.com\": {\"id\": 59486445509, \"app\": \"vedantu.com\", \"name\": \"vedantu.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"bing.com\": {\"id\": 59477129748, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"theoasisdoon.com\": {\"id\": 59486298015, \"app\": \"theoasisdoon.com\", \"name\": \"theoasisdoon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"web.whatsapp.com\": {\"id\": 59484445509, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"business.google.com\": {\"id\": 59476032883, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"mayurpublicschool.com\": {\"id\": 59476116074, \"app\": \"mayurpublicschool.com\", \"name\": \"mayurpublicschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"shellexperiencehost\": {\"id\": 59477416808, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"firefly.adobe.com\": {\"id\": 59476460095, \"app\": \"firefly.adobe.com\", \"name\": \"firefly.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"searchhost\": {\"id\": 59476822385, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"growthmindedmarketing.com\": {\"id\": 59482734542, \"app\": \"growthmindedmarketing.com\", \"name\": \"growthmindedmarketing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"pdfmeta.com\": {\"id\": 59482407601, \"app\": \"pdfmeta.com\", \"name\": \"pdfmeta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"developers.google.com\": {\"id\": 59479170493, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"ezyschooling.com\": {\"id\": 59476111447, \"app\": \"ezyschooling.com\", \"name\": \"ezyschooling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"sdg.fairgaze.com\": {\"id\": 59476070383, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"khaitanpublicschool.com\": {\"id\": 59485662399, \"app\": \"khaitanpublicschool.com\", \"name\": \"khaitanpublicschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"adobe.com\": {\"id\": 59476456360, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"mun.fairgaze.com\": {\"id\": 59484625494, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"mitgurukul.com\": {\"id\": 59477673275, \"app\": \"mitgurukul.com\", \"name\": \"mitgurukul.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"openai.com\": {\"id\": 59477809662, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59476506027, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"snowhiteaditi.medium.com\": {\"id\": 59477899286, \"app\": \"snowhiteaditi.medium.com\", \"name\": \"snowhiteaditi.medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"onlinent\": {\"id\": 59475922760, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"hrez.crystalhues.in\": {\"id\": 59476508498, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"discover.hubpages.com\": {\"id\": 59482721213, \"app\": \"discover.hubpages.com\", \"name\": \"discover.hubpages.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"lockapp\": {\"id\": 59486122064, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"traffictail.com\": {\"id\": 59485912527, \"app\": \"traffictail.com\", \"name\": \"traffictail.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"support.google.com\": {\"id\": 59475932566, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gofindads.com\": {\"id\": 59479165957, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"auth.openai.com\": {\"id\": 59486600586, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 59481261679, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"ims-na1.adobelogin.com\": {\"id\": 59476464094, \"app\": \"ims-na1.adobelogin.com\", \"name\": \"ims-na1.adobelogin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59475980970, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"auth.gravitywrite.com\": {\"id\": 59486318204, \"app\": \"auth.gravitywrite.com\", \"name\": \"auth.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pearltrees.com\": {\"id\": 59485907487, \"app\": \"pearltrees.com\", \"name\": \"pearltrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59485543111, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:28'),(1455,15,'2025-07-26','08:17:08','15:40:52',7.2325,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 08:17:08\", \"left\": \"2025-07-26 15:40:52\", \"late\": true, \"onlineTime\": 26072, \"offlineTime\": 0, \"desktimeTime\": 26072, \"atWorkTime\": 26624, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26037, \"productivity\": 99.87, \"efficiency\": 103.32, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59498434345, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}}, \"0\": [], \"1\": {\"m.fairgaze.com\": {\"id\": 59498395427, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3898}, \"fairgaze.com\": {\"id\": 59498384938, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2376}, \"google.com\": {\"id\": 59498369226, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2002}, \"analytics.google.com\": {\"id\": 59498719808, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1999}, \"ads.google.com\": {\"id\": 59498454275, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1842}, \"google chrome\": {\"id\": 59498369225, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1632}, \"chatgpt.com\": {\"id\": 59498389232, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1365}, \"search.google.com\": {\"id\": 59498370832, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1358}, \"notepad\": {\"id\": 59498386404, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1354}, \"indiaasisee.fairgaze.com\": {\"id\": 59498302674, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 935}, \"sdg.fairgaze.com\": {\"id\": 59498324110, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 893}, \"app.webpushr.com\": {\"id\": 59498931111, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 715}, \"docs.google.com\": {\"id\": 59498434826, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 701}, \"prepostseo.com\": {\"id\": 59498401132, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 565}, \"chrome://settings\": {\"id\": 59498808109, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 535}, \"tagmanager.google.com\": {\"id\": 59499328475, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 533}, \"ms-teams\": {\"id\": 59498303575, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 493}, \"free-article-spinner.com\": {\"id\": 59498391068, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 311}, \"tagassistant.google.com\": {\"id\": 59499316578, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 257}, \"windows explorer\": {\"id\": 59498365965, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 256}, \"gemini.google.com\": {\"id\": 59499571547, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"mun.fairgaze.com\": {\"id\": 59498750669, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"web.archive.org\": {\"id\": 59499069047, \"app\": \"web.archive.org\", \"name\": \"web.archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"unknown app\": {\"id\": 59498641651, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 209}, \"rundll32\": {\"id\": 59499458532, \"app\": \"Rundll32\", \"name\": \"Rundll32\", \"type\": \"app\", \"category_id\": 0, \"duration\": 199}, \"pickerhost\": {\"id\": 59498811743, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"shellhost\": {\"id\": 59498872174, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"chrome://bookmarks\": {\"id\": 59498767784, \"app\": \"chrome://bookmarks\", \"name\": \"chrome://bookmarks\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"cleartax.in\": {\"id\": 59498564485, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"snippingtool\": {\"id\": 59499277742, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"desktime.com\": {\"id\": 59499456714, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"developers.google.com\": {\"id\": 59498370010, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 59498945312, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"onlinestudytest.com\": {\"id\": 59498744074, \"app\": \"onlinestudytest.com\", \"name\": \"onlinestudytest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"searchhost\": {\"id\": 59498386403, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"openai.com\": {\"id\": 59498546726, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"msedgewebview2\": {\"id\": 59499450025, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"chrome://new-tab-page\": {\"id\": 59498959752, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"onedrive\": {\"id\": 59498318906, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"business.google.com\": {\"id\": 59498453773, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"investopedia.com\": {\"id\": 59498513546, \"app\": \"investopedia.com\", \"name\": \"investopedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"vikaasa.org\": {\"id\": 59498621512, \"app\": \"vikaasa.org\", \"name\": \"vikaasa.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"filaantro.org\": {\"id\": 59498419551, \"app\": \"filaantro.org\", \"name\": \"filaantro.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"bing.com\": {\"id\": 59499570921, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"archive.org\": {\"id\": 59499068247, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"wecanmag.com\": {\"id\": 59498514846, \"app\": \"wecanmag.com\", \"name\": \"wecanmag.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 59498367054, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"web.whatsapp.com\": {\"id\": 59498930429, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"msedge\": {\"id\": 59499456713, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59498434825, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gofindads.com\": {\"id\": 59498453234, \"app\": \"gofindads.com\", \"name\": \"gofindads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59498359108, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"voiceaccess\": {\"id\": 59499469608, \"app\": \"VoiceAccess\", \"name\": \"VoiceAccess\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"pingler.com\": {\"id\": 59498400681, \"app\": \"pingler.com\", \"name\": \"pingler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"microsoft outlook\": {\"id\": 59498366659, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:28'),(1456,15,'2025-07-27','15:03:50','15:18:00',0.109722,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-27\", \"isOnline\": false, \"arrived\": \"2025-07-27 15:03:50\", \"left\": \"2025-07-27 15:18:00\", \"late\": true, \"onlineTime\": 395, \"offlineTime\": 0, \"desktimeTime\": 395, \"atWorkTime\": 850, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 395, \"productivity\": 100, \"efficiency\": 1.57, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"web.whatsapp.com\": {\"id\": null, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"search.google.com\": {\"id\": null, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"app.webpushr.com\": {\"id\": null, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"ads.google.com\": {\"id\": null, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"analytics.google.com\": {\"id\": null, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"fairgaze.com\": {\"id\": null, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"prepostseo.com\": {\"id\": null, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"google chrome\": {\"id\": null, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"google.com\": {\"id\": null, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ms-teams\": {\"id\": null, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"lockapp\": {\"id\": null, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"unknown app\": {\"id\": 59502322391, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:29'),(1457,15,'2025-07-28','09:45:26','18:25:58',7.26667,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 09:45:26\", \"left\": \"2025-07-28 18:25:58\", \"late\": true, \"onlineTime\": 26425, \"offlineTime\": 0, \"desktimeTime\": 26425, \"atWorkTime\": 31232, \"afterWorkTime\": 1322, \"beforeWorkTime\": 0, \"productiveTime\": 26160, \"productivity\": 99, \"efficiency\": 103.81, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59505129305, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 265}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 59505038170, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4277}, \"analytics.google.com\": {\"id\": 59504844382, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2388}, \"search.google.com\": {\"id\": 59505009004, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2137}, \"chatgpt.com\": {\"id\": 59505136666, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1697}, \"google chrome\": {\"id\": 59504840395, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1674}, \"m.fairgaze.com\": {\"id\": 59505149887, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1454}, \"google.com\": {\"id\": 59504896746, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1404}, \"fairgaze.com\": {\"id\": 59505032355, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1389}, \"docs.google.com\": {\"id\": 59505131733, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1073}, \"indiaasisee.fairgaze.com\": {\"id\": 59504866999, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 973}, \"app.webpushr.com\": {\"id\": 59505047497, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 950}, \"notepad\": {\"id\": 59505193629, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 898}, \"microsoft outlook\": {\"id\": 59507334574, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 680}, \"windows explorer\": {\"id\": 59504820491, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 419}, \"ms-teams\": {\"id\": 59504863081, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"app.gravitywrite.com\": {\"id\": 59507184913, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 340}, \"gemini.google.com\": {\"id\": 59505393065, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 294}, \"microsoft excel\": {\"id\": 59515806398, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 288}, \"free-article-spinner.com\": {\"id\": 59505203735, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"prepostseo.com\": {\"id\": 59505250681, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"microsoft word\": {\"id\": 59507343693, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"facebook.com\": {\"id\": 59507968273, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"web.archive.org\": {\"id\": 59510737320, \"app\": \"web.archive.org\", \"name\": \"web.archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"sdg.fairgaze.com\": {\"id\": 59504861138, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"youtube.com\": {\"id\": 59510826575, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"mun.fairgaze.com\": {\"id\": 59504896748, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"openai.com\": {\"id\": 59506559082, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"hrez.crystalhues.in\": {\"id\": 59504927879, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"tagmanager.google.com\": {\"id\": 59510410044, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"snippingtool\": {\"id\": 59505403656, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"tumblr.com\": {\"id\": 59513045112, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"chrome://settings\": {\"id\": 59504908471, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"shellhost\": {\"id\": 59510709550, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"blogger.com\": {\"id\": 59512515575, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"pickerhost\": {\"id\": 59505406690, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"chrome://new-tab-page\": {\"id\": 59505250679, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"spinbot.com\": {\"id\": 59506566879, \"app\": \"spinbot.com\", \"name\": \"spinbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"byjus.com\": {\"id\": 59505179302, \"app\": \"byjus.com\", \"name\": \"byjus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"instagram.com\": {\"id\": 59510872626, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"shellexperiencehost\": {\"id\": 59504820492, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"tagassistant.google.com\": {\"id\": 59511418669, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"desktime.com\": {\"id\": 59510176773, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"lockapp\": {\"id\": 59514193364, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"unknown app\": {\"id\": 59505193628, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"searchengineland.com\": {\"id\": 59513281192, \"app\": \"searchengineland.com\", \"name\": \"searchengineland.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"business.google.com\": {\"id\": 59507689820, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"login.microsoftonline.com\": {\"id\": 59504924260, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"fairgaze.blogspot.com\": {\"id\": 59513031268, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"web.whatsapp.com\": {\"id\": 59505068688, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"searchhost\": {\"id\": 59505190933, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"aabasoft.com\": {\"id\": 59507957202, \"app\": \"aabasoft.com\", \"name\": \"aabasoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"onlinent\": {\"id\": 59505462006, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"dpl.gov.in\": {\"id\": 59513870708, \"app\": \"dpl.gov.in\", \"name\": \"dpl.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"kidshealth.org\": {\"id\": 59505467526, \"app\": \"kidshealth.org\", \"name\": \"kidshealth.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"gkforyou.com\": {\"id\": 59516305376, \"app\": \"gkforyou.com\", \"name\": \"gkforyou.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"developers.google.com\": {\"id\": 59505006942, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"schools.org.in\": {\"id\": 59515764186, \"app\": \"schools.org.in\", \"name\": \"schools.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"quillbot.com\": {\"id\": 59506804315, \"app\": \"quillbot.com\", \"name\": \"quillbot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"wallet-entry\": {\"id\": 59507184916, \"app\": \"wallet-entry\", \"name\": \"wallet-entry\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:50:29'),(1458,15,'2025-07-29','09:17:23','18:07:26',7.31667,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 09:17:23\", \"left\": \"2025-07-29 18:07:26\", \"late\": true, \"onlineTime\": 26402, \"offlineTime\": 0, \"desktimeTime\": 26402, \"atWorkTime\": 31803, \"afterWorkTime\": 446, \"beforeWorkTime\": 0, \"productiveTime\": 26340, \"productivity\": 99.73, \"efficiency\": 104.52, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59531529929, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"accounts.google.com\": {\"id\": 59534960305, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"fairgaze.com\": {\"id\": 59531570482, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3252}, \"google chrome\": {\"id\": 59531571857, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3098}, \"ads.google.com\": {\"id\": 59531514220, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2597}, \"m.fairgaze.com\": {\"id\": 59531573312, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2499}, \"gemini.google.com\": {\"id\": 59532066162, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2073}, \"analytics.google.com\": {\"id\": 59534578652, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1775}, \"google.com\": {\"id\": 59531574728, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1302}, \"search.google.com\": {\"id\": 59531531320, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1273}, \"chatgpt.com\": {\"id\": 59532870968, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 921}, \"facebook.com\": {\"id\": 59533045851, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 907}, \"microsoft paint\": {\"id\": 59532499564, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 830}, \"chrome://settings\": {\"id\": 59531576115, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 809}, \"indiaasisee.fairgaze.com\": {\"id\": 59533174446, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 791}, \"linkedin.com\": {\"id\": 59539857314, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 615}, \"docs.google.com\": {\"id\": 59531510976, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"notepad\": {\"id\": 59532467034, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 471}, \"microsoft word\": {\"id\": 59539497897, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 305}, \"prepostseo.com\": {\"id\": 59534818045, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"windows explorer\": {\"id\": 59531514219, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 206}, \"microsoft outlook\": {\"id\": 59531512938, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"snippingtool\": {\"id\": 59532493086, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"scoop.it\": {\"id\": 59540090372, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"app.webpushr.com\": {\"id\": 59531584279, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"blogger.com\": {\"id\": 59531593250, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"ms-teams\": {\"id\": 59532093352, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"imageresizer.com\": {\"id\": 59539707701, \"app\": \"imageresizer.com\", \"name\": \"imageresizer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"searchhost\": {\"id\": 59532493084, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"chrome://new-tab-page\": {\"id\": 59531573311, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"getpocket.com\": {\"id\": 59539041578, \"app\": \"getpocket.com\", \"name\": \"getpocket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 59531600916, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"web.whatsapp.com\": {\"id\": 59531862018, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"x.com\": {\"id\": 59540001463, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"instapaper.com\": {\"id\": 59540160826, \"app\": \"instapaper.com\", \"name\": \"instapaper.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"youtube.com\": {\"id\": 59534931236, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"hrez.crystalhues.in\": {\"id\": 59531703958, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"desktime.com\": {\"id\": 59539021945, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"shellexperiencehost\": {\"id\": 59534352543, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"diigo.com\": {\"id\": 59540194986, \"app\": \"diigo.com\", \"name\": \"diigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"login.microsoftonline.com\": {\"id\": 59531702211, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"urmc.rochester.edu\": {\"id\": 59543734864, \"app\": \"urmc.rochester.edu\", \"name\": \"urmc.rochester.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"moneycontrol.com\": {\"id\": 59537061051, \"app\": \"moneycontrol.com\", \"name\": \"moneycontrol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"sdg.fairgaze.com\": {\"id\": 59531646400, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"openai.com\": {\"id\": 59532215261, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedgewebview2\": {\"id\": 59542219957, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"pickerhost\": {\"id\": 59533601991, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 59534936545, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 59533878655, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"business.google.com\": {\"id\": 59535017932, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"lockapp\": {\"id\": 59534237681, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"semrush.com\": {\"id\": 59537282429, \"app\": \"semrush.com\", \"name\": \"semrush.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"microsoft excel\": {\"id\": 59532769294, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"workintool.com\": {\"id\": 59537117805, \"app\": \"workintool.com\", \"name\": \"workintool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:30'),(1459,15,'2025-07-30','09:08:39','18:04:46',6.49889,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 09:08:39\", \"left\": \"2025-07-30 18:04:46\", \"late\": true, \"onlineTime\": 23396, \"offlineTime\": 0, \"desktimeTime\": 23396, \"atWorkTime\": 32167, \"afterWorkTime\": 286, \"beforeWorkTime\": 0, \"productiveTime\": 23396, \"productivity\": 100, \"efficiency\": 92.84, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"analytics.google.com\": {\"id\": 59558324450, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3083}, \"google chrome\": {\"id\": 59558309300, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2661}, \"ads.google.com\": {\"id\": 59558377560, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2626}, \"google.com\": {\"id\": 59558373488, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2508}, \"m.fairgaze.com\": {\"id\": 59558374730, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2171}, \"mun.fairgaze.com\": {\"id\": 59559375917, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1468}, \"fairgaze.com\": {\"id\": 59558310553, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1326}, \"chatgpt.com\": {\"id\": 59566096826, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1118}, \"chrome://settings\": {\"id\": 59558376206, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1054}, \"search.google.com\": {\"id\": 59558295642, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 724}, \"linkedin.com\": {\"id\": 59566075710, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 573}, \"notepad\": {\"id\": 59558376202, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 410}, \"windows explorer\": {\"id\": 59558294475, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 400}, \"ms-teams\": {\"id\": 59558602006, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 365}, \"microsoft excel\": {\"id\": 59569178657, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 333}, \"microsoft outlook\": {\"id\": 59558440001, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 297}, \"docs.google.com\": {\"id\": 59558295641, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 274}, \"facebook.com\": {\"id\": 59558524303, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"free-article-spinner.com\": {\"id\": 59566888671, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"app.aiprm.com\": {\"id\": 59567976444, \"app\": \"app.aiprm.com\", \"name\": \"app.aiprm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"lockapp\": {\"id\": 59558365764, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"indiaasisee.fairgaze.com\": {\"id\": 59558518430, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"gemini.google.com\": {\"id\": 59559998544, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"photos\": {\"id\": 59567074622, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"app.webpushr.com\": {\"id\": 59559497538, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"chrome://new-tab-page\": {\"id\": 59558386152, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"chromewebdata\": {\"id\": 59569806505, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"desktime.com\": {\"id\": 59568369193, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"indiaeve.com\": {\"id\": 59568485109, \"app\": \"indiaeve.com\", \"name\": \"indiaeve.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"snippingtool\": {\"id\": 59565091585, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"unknown app\": {\"id\": 59558387630, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"web.whatsapp.com\": {\"id\": 59565983940, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"eventcube.io\": {\"id\": 59558540068, \"app\": \"eventcube.io\", \"name\": \"eventcube.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"youtube.com\": {\"id\": 59566559074, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"microsoft powerpoint\": {\"id\": 59568688345, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"hrez.crystalhues.in\": {\"id\": 59571322065, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"sdg.fairgaze.com\": {\"id\": 59565063177, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"onlinent\": {\"id\": 59560076714, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"searchhost\": {\"id\": 59558842924, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"shellexperiencehost\": {\"id\": 59559906878, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"login.microsoftonline.com\": {\"id\": 59571316178, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"newspointapp.com\": {\"id\": 59570292492, \"app\": \"newspointapp.com\", \"name\": \"newspointapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"msedgewebview2\": {\"id\": 59565205168, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 59568375304, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"pickerhost\": {\"id\": 59565125083, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59560335701, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"tawk.to\": {\"id\": 59565107492, \"app\": \"tawk.to\", \"name\": \"tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"business.google.com\": {\"id\": 59558374727, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:30'),(1460,15,'2025-07-31','09:18:35','18:09:51',7.65083,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 09:18:35\", \"left\": \"2025-07-31 18:09:51\", \"late\": true, \"onlineTime\": 27983, \"offlineTime\": 0, \"desktimeTime\": 27983, \"atWorkTime\": 31876, \"afterWorkTime\": 132, \"beforeWorkTime\": 0, \"productiveTime\": 27543, \"productivity\": 98.43, \"efficiency\": 109.3, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59587241460, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 325}, \"bestfairgazehome.wordpress.com\": {\"id\": 59587297057, \"app\": \"bestfairgazehome.wordpress.com\", \"name\": \"bestfairgazehome.wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"wordpress.com\": {\"id\": 59587293058, \"app\": \"wordpress.com\", \"name\": \"wordpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 59585633410, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3991}, \"google chrome\": {\"id\": 59585535170, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3324}, \"analytics.google.com\": {\"id\": 59585584911, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3300}, \"m.fairgaze.com\": {\"id\": 59585806144, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2601}, \"google.com\": {\"id\": 59585631714, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2359}, \"chatgpt.com\": {\"id\": 59587153502, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1669}, \"fairgaze.com\": {\"id\": 59585804280, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1612}, \"chrome://settings\": {\"id\": 59585806142, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1290}, \"docs.google.com\": {\"id\": 59587281721, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1173}, \"search.google.com\": {\"id\": 59585535173, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1007}, \"app.webpushr.com\": {\"id\": 59586965277, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 760}, \"ms-teams\": {\"id\": 59585548486, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 702}, \"gemini.google.com\": {\"id\": 59587665285, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 571}, \"linkedin.com\": {\"id\": 59589721329, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 355}, \"lockapp\": {\"id\": 59585687399, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 340}, \"mun.fairgaze.com\": {\"id\": 59586953727, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"youtube.com\": {\"id\": 59590779327, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 221}, \"windows explorer\": {\"id\": 59585634905, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"indiaasisee.fairgaze.com\": {\"id\": 59591057604, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"web.whatsapp.com\": {\"id\": 59589539326, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"sdg.fairgaze.com\": {\"id\": 59586773234, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"notepad\": {\"id\": 59588788755, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"chrome://new-tab-page\": {\"id\": 59585797109, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"microsoft paint\": {\"id\": 59587787054, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 128}, \"unknown app\": {\"id\": 59585735564, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"blogger.com\": {\"id\": 59587173994, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"msedgewebview2\": {\"id\": 59592865352, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"onlinent\": {\"id\": 59587301317, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"free-article-spinner.com\": {\"id\": 59588903573, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"snippingtool\": {\"id\": 59587777743, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"hrez.crystalhues.in\": {\"id\": 59597429659, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"prepostseo.com\": {\"id\": 59589258984, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"fairgaze.blogspot.com\": {\"id\": 59587236958, \"app\": \"fairgaze.blogspot.com\", \"name\": \"fairgaze.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"searchhost\": {\"id\": 59587777738, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"microsoft outlook\": {\"id\": 59587141901, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"desktime.com\": {\"id\": 59589703965, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"chromewebdata\": {\"id\": 59585535172, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"pickerhost\": {\"id\": 59589068508, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"developers.google.com\": {\"id\": 59585535171, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 59597423760, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"msedge\": {\"id\": 59591198225, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"googleadservices.com\": {\"id\": 59587862175, \"app\": \"googleadservices.com\", \"name\": \"googleadservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"facebook.com\": {\"id\": 59586178212, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59591052242, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"chrome://newtab\": {\"id\": 59594818056, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"instagram.com\": {\"id\": 59586183517, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:30'),(1461,16,'2025-07-01','09:58:32','19:06:03',7.64806,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 09:58:32\", \"left\": \"2025-07-01 19:06:03\", \"late\": true, \"onlineTime\": 28377, \"offlineTime\": 0, \"desktimeTime\": 28377, \"atWorkTime\": 32851, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27533, \"productivity\": 97.03, \"efficiency\": 109.26, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 58993306187, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 560}, \"shabdkosh.com\": {\"id\": 58987621369, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"netbanking.hdfcbank.com\": {\"id\": 58986856683, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"msn.com\": {\"id\": 58988753228, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"aajtak.in\": {\"id\": 58985461011, \"app\": \"aajtak.in\", \"name\": \"aajtak.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 58984326249, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12122}, \"ms-teams\": {\"id\": 58983826612, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3904}, \"microsoft outlook\": {\"id\": 58983833872, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2050}, \"microsoft word\": {\"id\": 58983851870, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1856}, \"windows explorer\": {\"id\": 58983828965, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1855}, \"google.com\": {\"id\": 58983967921, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1142}, \"translate.google.co.in\": {\"id\": 58983967924, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 837}, \"microsoft excel\": {\"id\": 58983924945, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 826}, \"acrobat\": {\"id\": 58987230016, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 766}, \"google chrome\": {\"id\": 58983842992, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 334}, \"pms.chlserv.com\": {\"id\": 58983858270, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 302}, \"hrez.crystalhues.in\": {\"id\": 58984509574, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"ndtv.in\": {\"id\": 58985484242, \"app\": \"ndtv.in\", \"name\": \"ndtv.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 242}, \"eu.cloud.trados.com\": {\"id\": 58983975151, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 217}, \"amarujala.com\": {\"id\": 58985207681, \"app\": \"amarujala.com\", \"name\": \"amarujala.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"login.microsoftonline.com\": {\"id\": 58983842993, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"hindi.news18.com\": {\"id\": 58985372977, \"app\": \"hindi.news18.com\", \"name\": \"hindi.news18.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"unknown app\": {\"id\": 58983826623, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"desktime.com\": {\"id\": 58983906469, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"shellexperiencehost\": {\"id\": 58983826621, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"glossaryconverter\": {\"id\": 58998335143, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"xbench\": {\"id\": 58998609083, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"192.168.0.250\": {\"id\": 58987198175, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"scgui\": {\"id\": 58984317799, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 58983826616, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"credentialuibroker\": {\"id\": 58983826618, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"searchhost\": {\"id\": 58983868536, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"calculatorapp\": {\"id\": 58985148589, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 58983868540, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 58983975152, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"v.hdfcbank.com\": {\"id\": 58986894161, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 58984346509, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 58983826611, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"oursmartstudy.com\": {\"id\": 58990835098, \"app\": \"oursmartstudy.com\", \"name\": \"oursmartstudy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 58983826614, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:31'),(1462,16,'2025-07-02','09:53:37','19:05:14',7.89333,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 09:53:37\", \"left\": \"2025-07-02 19:05:14\", \"late\": true, \"onlineTime\": 29278, \"offlineTime\": 0, \"desktimeTime\": 29278, \"atWorkTime\": 33097, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28416, \"productivity\": 97.06, \"efficiency\": 112.76, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"netbanking.hdfcbank.com\": {\"id\": 59014187702, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 610}, \"youtube.com\": {\"id\": 59012359977, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"shabdkosh.com\": {\"id\": 59025089957, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59011682872, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7504}, \"microsoft outlook\": {\"id\": 59011689388, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6412}, \"sdltradosstudio\": {\"id\": 59015409529, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5564}, \"microsoft word\": {\"id\": 59011695347, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2525}, \"windows explorer\": {\"id\": 59011687298, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1834}, \"microsoft excel\": {\"id\": 59013818420, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1598}, \"acrobat\": {\"id\": 59012205864, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 758}, \"google.com\": {\"id\": 59011703963, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 445}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 59012591174, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 425}, \"translate.google.co.in\": {\"id\": 59011703966, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"google chrome\": {\"id\": 59011693553, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"taxbuddy.com\": {\"id\": 59012493743, \"app\": \"taxbuddy.com\", \"name\": \"taxbuddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"xbench\": {\"id\": 59017088192, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"eu.cloud.trados.com\": {\"id\": 59026302894, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"pms.chlserv.com\": {\"id\": 59011703959, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"login.microsoftonline.com\": {\"id\": 59011693554, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"calculatorapp\": {\"id\": 59012261999, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 59011682881, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"msedgewebview2\": {\"id\": 59015452886, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"hrez.crystalhues.in\": {\"id\": 59014166679, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"passbook.epfindia.gov.in\": {\"id\": 59012669058, \"app\": \"passbook.epfindia.gov.in\", \"name\": \"passbook.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"scgui\": {\"id\": 59011725854, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"systemsettings\": {\"id\": 59011682875, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"192.168.0.250\": {\"id\": 59026868654, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"glossaryconverter\": {\"id\": 59024639693, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"credentialuibroker\": {\"id\": 59011682876, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"applyonline.hdfcbank.com\": {\"id\": 59014205739, \"app\": \"applyonline.hdfcbank.com\", \"name\": \"applyonline.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"shellexperiencehost\": {\"id\": 59011682880, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"uanmembers.epfoservices.in\": {\"id\": 59012662076, \"app\": \"uanmembers.epfoservices.in\", \"name\": \"uanmembers.epfoservices.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 59026868646, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"docs.rws.com\": {\"id\": 59025185891, \"app\": \"docs.rws.com\", \"name\": \"docs.rws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59011682874, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 59011682870, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": 59026972887, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"sdl-prod.eu.auth0.com\": {\"id\": 59026302898, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"v.hdfcbank.com\": {\"id\": 59014428423, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59012259069, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"hdfcbank.com\": {\"id\": 59014187698, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"languagecloud.sdl.com\": {\"id\": 59026302890, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59013796202, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 59012547458, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:31'),(1463,16,'2025-07-03','09:56:19','19:05:03',8.06417,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 09:56:19\", \"left\": \"2025-07-03 19:05:03\", \"late\": true, \"onlineTime\": 29249, \"offlineTime\": 0, \"desktimeTime\": 29249, \"atWorkTime\": 32924, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29031, \"productivity\": 99.24, \"efficiency\": 115.2, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59049331657, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"msn.com\": {\"id\": 59044851446, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"shabdkosh.com\": {\"id\": 59043469440, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 59040214960, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7611}, \"ms-teams\": {\"id\": 59039440820, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4612}, \"microsoft word\": {\"id\": 59039472193, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4588}, \"windows explorer\": {\"id\": 59039448621, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3071}, \"google.com\": {\"id\": 59039481425, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3037}, \"microsoft outlook\": {\"id\": 59039448622, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2309}, \"microsoft excel\": {\"id\": 59040126023, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 877}, \"pms.chlserv.com\": {\"id\": 59039479052, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 599}, \"translate.google.co.in\": {\"id\": 59039481426, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 454}, \"eu.cloud.trados.com\": {\"id\": 59040218180, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 314}, \"google chrome\": {\"id\": 59039479053, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 269}, \"xbench\": {\"id\": 59040105384, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 250}, \"shellexperiencehost\": {\"id\": 59039440827, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"192.168.0.250\": {\"id\": 59040374250, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"acrobat\": {\"id\": 59041663646, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"login.microsoftonline.com\": {\"id\": 59039469715, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"msedgewebview2\": {\"id\": 59040095687, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"searchhost\": {\"id\": 59039507257, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"hrez.crystalhues.in\": {\"id\": 59043119901, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"unknown app\": {\"id\": 59039440828, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"glossaryconverter\": {\"id\": 59040429951, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"systemsettings\": {\"id\": 59039440825, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"snippingtool\": {\"id\": 59039907620, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 59051086636, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"desktime.com\": {\"id\": 59048669394, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 59039440824, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"scgui\": {\"id\": 59040211608, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"sdl-prod.eu.auth0.com\": {\"id\": 59040218179, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"calculatorapp\": {\"id\": 59039509582, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"settings\": {\"id\": 59039440823, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"aureuslaw.com\": {\"id\": 59052742673, \"app\": \"aureuslaw.com\", \"name\": \"aureuslaw.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59039440822, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 59039440819, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59045738633, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"powertoys.powerlauncher\": {\"id\": 59041951976, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://print\": {\"id\": 59045732536, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"languagecloud.sdl.com\": {\"id\": 59052807991, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59041476339, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:32'),(1464,16,'2025-07-04','10:01:44','19:04:07',7.13806,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 10:01:44\", \"left\": \"2025-07-04 19:04:07\", \"late\": true, \"onlineTime\": 24343, \"offlineTime\": 2809, \"desktimeTime\": 27152, \"atWorkTime\": 32543, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25697, \"productivity\": 94.64, \"efficiency\": 101.97, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59072758307, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1449}, \"msn.com\": {\"id\": 59070936298, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59065936699, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6648}, \"ms-teams\": {\"id\": 59065934615, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5916}, \"not work in hand (offline time)\": {\"id\": 59078708364, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2809}, \"microsoft word\": {\"id\": 59066194722, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2365}, \"windows explorer\": {\"id\": 59065934638, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1923}, \"acrobat\": {\"id\": 59066706261, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1255}, \"google.com\": {\"id\": 59070936280, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1142}, \"microsoft paint\": {\"id\": 59070936304, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 948}, \"pms.chlserv.com\": {\"id\": 59066662175, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 830}, \"chrome://history\": {\"id\": 59076504473, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 480}, \"google chrome\": {\"id\": 59066189467, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 281}, \"xbench\": {\"id\": 59067675663, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 225}, \"jagran.com\": {\"id\": 59071487708, \"app\": \"jagran.com\", \"name\": \"jagran.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"desktime.com\": {\"id\": 59070941267, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"translate.google.com\": {\"id\": 59071293127, \"app\": \"translate.google.com\", \"name\": \"translate.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"login.microsoftonline.com\": {\"id\": 59066189468, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"192.168.0.250\": {\"id\": 59068656706, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"shellexperiencehost\": {\"id\": 59065934625, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"unknown app\": {\"id\": 59065934627, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"msedgewebview2\": {\"id\": 59067661142, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"systemsettings\": {\"id\": 59065934617, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"searchhost\": {\"id\": 59067665607, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"translate.google.co.in\": {\"id\": 59066199677, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"eu.cloud.trados.com\": {\"id\": 59078435812, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"scgui\": {\"id\": 59068622338, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"credentialuibroker\": {\"id\": 59065934618, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"msedge\": {\"id\": 59068662656, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 59065934614, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"microsoft excel\": {\"id\": 59068022215, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 59067737348, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"calculatorapp\": {\"id\": 59078706167, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"shellhost\": {\"id\": 59065934616, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 59078435813, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:32'),(1465,16,'2025-07-05','09:58:39','19:22:52',7.2675,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 09:58:39\", \"left\": \"2025-07-05 19:22:52\", \"late\": true, \"onlineTime\": 23645, \"offlineTime\": 2765, \"desktimeTime\": 26410, \"atWorkTime\": 33853, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26163, \"productivity\": 99.06, \"efficiency\": 103.82, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59086365682, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"netbanking.hdfcbank.com\": {\"id\": 59085311276, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"shabdkosh.com\": {\"id\": 59086880596, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"facebook.com\": {\"id\": 59086614859, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"1\": {\"ms-teams\": {\"id\": 59085126267, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6512}, \"microsoft word\": {\"id\": 59085131860, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3450}, \"sdltradosstudio\": {\"id\": 59085338586, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3168}, \"windows explorer\": {\"id\": 59085129487, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3152}, \"not work in hand (offline time)\": {\"id\": 59087208095, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2765}, \"microsoft outlook\": {\"id\": 59085127812, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2097}, \"jiosaavn.com\": {\"id\": 59086586241, \"app\": \"jiosaavn.com\", \"name\": \"jiosaavn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1662}, \"google.com\": {\"id\": 59085136547, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 996}, \"eu.cloud.trados.com\": {\"id\": 59085138114, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 615}, \"microsoft excel\": {\"id\": 59085845411, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 305}, \"translate.google.co.in\": {\"id\": 59085651919, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}, \"google chrome\": {\"id\": 59085134245, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"desktime.com\": {\"id\": 59086382123, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"pms.chlserv.com\": {\"id\": 59085131075, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"acrobat\": {\"id\": 59086061625, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"xbench\": {\"id\": 59085925595, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"shellexperiencehost\": {\"id\": 59085126274, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"login.microsoftonline.com\": {\"id\": 59085131076, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 59085126275, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"scgui\": {\"id\": 59085340253, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"systemsettings\": {\"id\": 59085126270, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"chrome://history\": {\"id\": 59086860370, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"credentialuibroker\": {\"id\": 59085126271, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"192.168.0.250\": {\"id\": 59086347517, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"msedge\": {\"id\": 59086348165, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onedrive\": {\"id\": 59085126265, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"sdl-prod.eu.auth0.com\": {\"id\": 59085138115, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"hdfcbank.com\": {\"id\": 59085310300, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59085126269, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 59086211895, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedgewebview2\": {\"id\": 59085943193, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"calculatorapp\": {\"id\": 59087209121, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"werfault\": {\"id\": 59085926955, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 59085600676, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"v.hdfcbank.com\": {\"id\": 59085311275, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"passwordreset.microsoftonline.com\": {\"id\": 59085134243, \"app\": \"passwordreset.microsoftonline.com\", \"name\": \"passwordreset.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 59085926297, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:50:32'),(1466,16,'2025-07-06',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-06\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:33'),(1467,16,'2025-07-07','10:05:54','19:14:36',7.165,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 10:05:54\", \"left\": \"2025-07-07 19:14:36\", \"late\": true, \"onlineTime\": 28132, \"offlineTime\": 0, \"desktimeTime\": 28132, \"atWorkTime\": 32922, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25794, \"productivity\": 91.69, \"efficiency\": 102.36, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59097346945, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2302}, \"shabdkosh.com\": {\"id\": 59100179471, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"msn.com\": {\"id\": 59097320860, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59091813828, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7075}, \"ms-teams\": {\"id\": 59091811626, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4635}, \"sdltradosstudio\": {\"id\": 59098958413, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4398}, \"windows explorer\": {\"id\": 59091811643, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2413}, \"microsoft word\": {\"id\": 59091818352, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2382}, \"acrobat\": {\"id\": 59100458875, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1383}, \"c\": {\"id\": 59104407864, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 738}, \"google.com\": {\"id\": 59091823333, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 387}, \"photos\": {\"id\": 59102274468, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 351}, \"translate.google.co.in\": {\"id\": 59091833360, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 324}, \"pms.chlserv.com\": {\"id\": 59091815986, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 252}, \"google chrome\": {\"id\": 59091823331, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 230}, \"desktime.com\": {\"id\": 59091825540, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"microsoft paint\": {\"id\": 59099713719, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"shellexperiencehost\": {\"id\": 59091811635, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"login.microsoftonline.com\": {\"id\": 59091818354, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"eu.cloud.trados.com\": {\"id\": 59095310400, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"microsoft excel\": {\"id\": 59100402347, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"192.168.0.250\": {\"id\": 59092338316, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"unknown app\": {\"id\": 59091811637, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"scgui\": {\"id\": 59092328089, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"credentialuibroker\": {\"id\": 59091811630, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"searchhost\": {\"id\": 59097316014, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"glossaryconverter\": {\"id\": 59100616084, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"192.168.0.251\": {\"id\": 59100276049, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"systemsettings\": {\"id\": 59091811629, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"calculatorapp\": {\"id\": 59101887625, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"onedrive\": {\"id\": 59091811625, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"hrez.crystalhues.in\": {\"id\": 59092391895, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"settings\": {\"id\": 59094731076, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59106812216, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 59095316878, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"shellhost\": {\"id\": 59091811628, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 59104172165, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"powertoys.powerlauncher\": {\"id\": 59106838051, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"powertoys.powerocr\": {\"id\": 59104831067, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:33'),(1468,16,'2025-07-08','09:38:21','19:05:30',7.80278,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 09:38:21\", \"left\": \"2025-07-08 19:05:30\", \"late\": true, \"onlineTime\": 29363, \"offlineTime\": 0, \"desktimeTime\": 29363, \"atWorkTime\": 34029, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28090, \"productivity\": 95.66, \"efficiency\": 111.47, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59126931446, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1269}, \"msn.com\": {\"id\": 59132365386, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59119206687, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6527}, \"microsoft word\": {\"id\": 59119325930, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4553}, \"windows explorer\": {\"id\": 59119206700, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4238}, \"microsoft excel\": {\"id\": 59119232584, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3403}, \"sdltradosstudio\": {\"id\": 59119897895, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2264}, \"microsoft outlook\": {\"id\": 59119288521, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1948}, \"google.com\": {\"id\": 59119853892, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 881}, \"acrobat\": {\"id\": 59120117565, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 814}, \"eu.cloud.trados.com\": {\"id\": 59121297143, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 622}, \"c\": {\"id\": 59120124500, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 599}, \"192.168.0.250\": {\"id\": 59121990437, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"pms.chlserv.com\": {\"id\": 59119847344, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"xbench\": {\"id\": 59119216788, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 317}, \"google chrome\": {\"id\": 59119853891, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 250}, \"msedgewebview2\": {\"id\": 59119276444, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"unknown app\": {\"id\": 59119309611, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"translate.google.co.in\": {\"id\": 59120113980, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"login.microsoftonline.com\": {\"id\": 59119850128, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"notepad\": {\"id\": 59121380105, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"msedge\": {\"id\": 59122012453, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"chrome://history\": {\"id\": 59134469292, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"hrez.crystalhues.in\": {\"id\": 59132633296, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"desktime.com\": {\"id\": 59132043386, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"searchhost\": {\"id\": 59119206699, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"go.microsoft.com\": {\"id\": 59130819420, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"systemsettings\": {\"id\": 59119206693, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 59119206692, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"calculatorapp\": {\"id\": 59125856191, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 59119206686, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"192.168.0.251\": {\"id\": 59125306600, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 59120128031, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"settings\": {\"id\": 59119206690, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 59119888524, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellhost\": {\"id\": 59119206689, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59119206696, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 59121297145, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:34'),(1469,16,'2025-07-09','09:49:47','19:18:47',7.33583,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 09:49:47\", \"left\": \"2025-07-09 19:18:47\", \"late\": true, \"onlineTime\": 30947, \"offlineTime\": 0, \"desktimeTime\": 30947, \"atWorkTime\": 34140, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26409, \"productivity\": 85.34, \"efficiency\": 104.8, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59154697085, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4127}, \"netbanking.hdfcbank.com\": {\"id\": 59147888592, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 411}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59147183618, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8590}, \"ms-teams\": {\"id\": 59147174455, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4765}, \"sdltradosstudio\": {\"id\": 59150037630, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2593}, \"windows explorer\": {\"id\": 59147174457, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2471}, \"google.com\": {\"id\": 59147191138, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2287}, \"cloud.memsource.com\": {\"id\": 59152306819, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1363}, \"microsoft excel\": {\"id\": 59147780975, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1031}, \"eu.cloud.trados.com\": {\"id\": 59149793548, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 807}, \"microsoft word\": {\"id\": 59147187360, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 577}, \"pms.chlserv.com\": {\"id\": 59147191133, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"msedge\": {\"id\": 59151342008, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 283}, \"google chrome\": {\"id\": 59147185484, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"translate.google.co.in\": {\"id\": 59147191139, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"desktime.com\": {\"id\": 59147236147, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"chrome://history\": {\"id\": 59160155558, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"xbench\": {\"id\": 59147777492, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"192.168.0.250\": {\"id\": 59149948467, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"acrobat\": {\"id\": 59149902291, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"login.microsoftonline.com\": {\"id\": 59147187351, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"unknown app\": {\"id\": 59147176484, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"scgui\": {\"id\": 59149578655, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"snippingtool\": {\"id\": 59150925697, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"shellexperiencehost\": {\"id\": 59147176482, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"msedgewebview2\": {\"id\": 59147774348, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"credentialuibroker\": {\"id\": 59147174463, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"billdesk.com\": {\"id\": 59147989539, \"app\": \"billdesk.com\", \"name\": \"billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 59147174461, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"v.hdfcbank.com\": {\"id\": 59147885228, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"onedrive\": {\"id\": 59147174454, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"192.168.0.251\": {\"id\": 59160259196, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"google.co.in\": {\"id\": 59147881839, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"eu.phrase.com\": {\"id\": 59152314345, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59147174456, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"instagram.com\": {\"id\": 59158063131, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 59156719113, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 59149793550, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onlinent\": {\"id\": 59157729532, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 59150919984, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 59149290831, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"hdfcbank.com\": {\"id\": 59147885225, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:34'),(1470,16,'2025-07-10','09:54:30','19:04:37',7.36,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 09:54:30\", \"left\": \"2025-07-10 19:04:37\", \"late\": true, \"onlineTime\": 27520, \"offlineTime\": 0, \"desktimeTime\": 27520, \"atWorkTime\": 33007, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26496, \"productivity\": 96.28, \"efficiency\": 105.14, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59179867672, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 986}, \"shabdkosh.com\": {\"id\": 59174839653, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59174133992, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9581}, \"sdltradosstudio\": {\"id\": 59174152059, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3359}, \"windows explorer\": {\"id\": 59174136174, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3335}, \"microsoft excel\": {\"id\": 59174262722, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2369}, \"microsoft outlook\": {\"id\": 59174137988, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2033}, \"microsoft word\": {\"id\": 59174170206, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1665}, \"google.com\": {\"id\": 59174186082, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1594}, \"xbench\": {\"id\": 59176866337, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 575}, \"eu.cloud.trados.com\": {\"id\": 59176483823, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 541}, \"translate.google.co.in\": {\"id\": 59174192835, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 422}, \"pms.chlserv.com\": {\"id\": 59174177090, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"google chrome\": {\"id\": 59174186081, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"hrez.crystalhues.in\": {\"id\": 59183643812, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"msedgewebview2\": {\"id\": 59175425604, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"192.168.0.250\": {\"id\": 59178050908, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"login.microsoftonline.com\": {\"id\": 59174179233, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"scgui\": {\"id\": 59174137991, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"snippingtool\": {\"id\": 59178655263, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"systemsettings\": {\"id\": 59174133994, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"desktime.com\": {\"id\": 59181158123, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"unknown app\": {\"id\": 59174133999, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"credentialuibroker\": {\"id\": 59174133995, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 59178989688, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"chrome://history\": {\"id\": 59181918393, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"settings\": {\"id\": 59177965109, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"sdl-prod.eu.auth0.com\": {\"id\": 59176483815, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 59174133991, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"calculatorapp\": {\"id\": 59184813796, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 59177591938, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 59174133998, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 59174133993, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://whats-new\": {\"id\": 59177975722, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": 59185479661, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"languagecloud.sdl.com\": {\"id\": 59176479070, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 59176162757, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:35'),(1471,16,'2025-07-11','09:57:37','19:18:51',7.865,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 09:57:37\", \"left\": \"2025-07-11 19:18:51\", \"late\": true, \"onlineTime\": 30346, \"offlineTime\": 0, \"desktimeTime\": 30346, \"atWorkTime\": 33674, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28314, \"productivity\": 93.3, \"efficiency\": 112.36, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59206340019, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2010}, \"shabdkosh.com\": {\"id\": 59204319711, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 59201390179, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6903}, \"ms-teams\": {\"id\": 59200866603, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4767}, \"microsoft outlook\": {\"id\": 59200868553, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3793}, \"microsoft excel\": {\"id\": 59203649731, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2884}, \"windows explorer\": {\"id\": 59200876373, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2862}, \"microsoft word\": {\"id\": 59200878513, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1824}, \"cloud.memsource.com\": {\"id\": 59201781414, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1532}, \"translate.google.co.in\": {\"id\": 59201287486, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 914}, \"pms.chlserv.com\": {\"id\": 59200883089, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 571}, \"google.com\": {\"id\": 59200885315, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 420}, \"192.168.0.250\": {\"id\": 59203534051, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 332}, \"google chrome\": {\"id\": 59200876375, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 260}, \"xbench\": {\"id\": 59204937453, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 205}, \"eu.cloud.trados.com\": {\"id\": 59203549233, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"acrobat\": {\"id\": 59204163252, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"snippingtool\": {\"id\": 59205867115, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"shellexperiencehost\": {\"id\": 59201450989, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"dwm\": {\"id\": 59208112067, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"credentialuibroker\": {\"id\": 59200866606, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"scgui\": {\"id\": 59201383378, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"login.microsoftonline.com\": {\"id\": 59200880537, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"systemsettings\": {\"id\": 59200866605, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"unknown app\": {\"id\": 59200866609, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"msedge\": {\"id\": 59205088628, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"msedgewebview2\": {\"id\": 59205216870, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"sdl.my.site.com\": {\"id\": 59207134044, \"app\": \"sdl.my.site.com\", \"name\": \"sdl.my.site.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"eu.phrase.com\": {\"id\": 59201776056, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"glossaryconverter\": {\"id\": 59210966548, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"desktime.com\": {\"id\": 59207156568, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"shellhost\": {\"id\": 59200866604, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onedrive\": {\"id\": 59200866602, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 59205862122, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 59203554222, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 59203549231, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59202810875, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:35'),(1472,16,'2025-07-12',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-12\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:36'),(1473,16,'2025-07-13',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-13\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:37'),(1474,16,'2025-07-14','09:55:55','19:26:22',7.97861,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 09:55:55\", \"left\": \"2025-07-14 19:26:22\", \"late\": true, \"onlineTime\": 30777, \"offlineTime\": 0, \"desktimeTime\": 30777, \"atWorkTime\": 34227, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28723, \"productivity\": 93.33, \"efficiency\": 113.98, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59238059616, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1994}, \"shabdkosh.com\": {\"id\": 59236939115, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"msn.com\": {\"id\": 59235933930, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59230883188, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6691}, \"microsoft outlook\": {\"id\": 59230860722, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5118}, \"sdltradosstudio\": {\"id\": 59232961403, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4358}, \"windows explorer\": {\"id\": 59230848469, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4048}, \"ms-teams\": {\"id\": 59230848457, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3573}, \"microsoft excel\": {\"id\": 59231411160, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1724}, \"pms.chlserv.com\": {\"id\": 59230887636, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"google.com\": {\"id\": 59230889752, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 393}, \"acrobat\": {\"id\": 59233908161, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 374}, \"eu.cloud.trados.com\": {\"id\": 59231426561, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 371}, \"translate.google.co.in\": {\"id\": 59231453022, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 366}, \"microsoft paint\": {\"id\": 59235933954, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"192.168.0.250\": {\"id\": 59231520332, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"google chrome\": {\"id\": 59230880311, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"unknown app\": {\"id\": 59230848472, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"snippingtool\": {\"id\": 59233874934, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"login.microsoftonline.com\": {\"id\": 59230880312, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"desktime.com\": {\"id\": 59231501127, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"searchhost\": {\"id\": 59230892018, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"systemsettings\": {\"id\": 59230848463, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"xbench\": {\"id\": 59231405464, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"credentialuibroker\": {\"id\": 59230848465, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 59231414225, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"scgui\": {\"id\": 59231517052, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 59230848456, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 59243303567, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"calculatorapp\": {\"id\": 59244158459, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"microsoft powerpoint\": {\"id\": 59235933939, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 59231426565, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 59230848471, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"googleadservices.com\": {\"id\": 59239107966, \"app\": \"googleadservices.com\", \"name\": \"googleadservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"instagram.com\": {\"id\": 59238966807, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59230848460, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:50:38'),(1475,16,'2025-07-15','09:56:54','19:15:01',7.08444,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 09:56:54\", \"left\": \"2025-07-15 19:15:01\", \"late\": true, \"onlineTime\": 27509, \"offlineTime\": 0, \"desktimeTime\": 27509, \"atWorkTime\": 33487, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25504, \"productivity\": 92.71, \"efficiency\": 101.21, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59265101848, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1879}, \"shabdkosh.com\": {\"id\": 59260137254, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 59257985039, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10668}, \"ms-teams\": {\"id\": 59257966884, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4492}, \"windows explorer\": {\"id\": 59257966885, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2906}, \"microsoft outlook\": {\"id\": 59257976803, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1747}, \"microsoft excel\": {\"id\": 59258234049, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1634}, \"microsoft word\": {\"id\": 59257982892, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1064}, \"translate.google.co.in\": {\"id\": 59258012122, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 961}, \"pms.chlserv.com\": {\"id\": 59258092913, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"eu.cloud.trados.com\": {\"id\": 59258099425, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"google.com\": {\"id\": 59259304113, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"xbench\": {\"id\": 59259181310, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"google chrome\": {\"id\": 59258009702, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"acrobat\": {\"id\": 59258054299, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"glossaryconverter\": {\"id\": 59259714487, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"chrome://history\": {\"id\": 59266615073, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"snippingtool\": {\"id\": 59258127784, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"login.microsoftonline.com\": {\"id\": 59258009707, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"unknown app\": {\"id\": 59258156270, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"scgui\": {\"id\": 59257978903, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"msedgewebview2\": {\"id\": 59262388519, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"credentialuibroker\": {\"id\": 59257966887, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"192.168.0.250\": {\"id\": 59259480454, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"desktime.com\": {\"id\": 59266609168, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"systemsettings\": {\"id\": 59257966886, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"onedrive\": {\"id\": 59257966883, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 59258127783, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 59266898547, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"sdl-prod.eu.auth0.com\": {\"id\": 59258097108, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"mc-webview-cnt\": {\"id\": 59259993260, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellhost\": {\"id\": 59259122597, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 59257968874, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"settings\": {\"id\": 59269097392, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"languagecloud.sdl.com\": {\"id\": 59258097107, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"powertoys.powerlauncher\": {\"id\": 59260561069, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:40'),(1476,16,'2025-07-16','09:57:41','19:06:00',7.98667,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 09:57:41\", \"left\": \"2025-07-16 19:06:00\", \"late\": true, \"onlineTime\": 31246, \"offlineTime\": 0, \"desktimeTime\": 31246, \"atWorkTime\": 32899, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28752, \"productivity\": 92.02, \"efficiency\": 114.1, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59288648775, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2453}, \"shabdkosh.com\": {\"id\": 59293912399, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"msn.com\": {\"id\": 59290556621, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59285194335, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7731}, \"microsoft word\": {\"id\": 59285219849, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4657}, \"windows explorer\": {\"id\": 59285212915, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3721}, \"microsoft outlook\": {\"id\": 59285206986, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3440}, \"microsoft excel\": {\"id\": 59286218015, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2313}, \"sdltradosstudio\": {\"id\": 59285235839, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2227}, \"jiosaavn.com\": {\"id\": 59287804304, \"app\": \"jiosaavn.com\", \"name\": \"jiosaavn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 795}, \"systemsettings\": {\"id\": 59285194339, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 449}, \"google.com\": {\"id\": 59285312741, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"pms.chlserv.com\": {\"id\": 59285297116, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 331}, \"calculatorapp\": {\"id\": 59291243670, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"eu.cloud.trados.com\": {\"id\": 59287788344, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"xbench\": {\"id\": 59286165712, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 234}, \"shellexperiencehost\": {\"id\": 59286863360, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"google chrome\": {\"id\": 59285290342, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 179}, \"translate.google.co.in\": {\"id\": 59286259273, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"support.microsoft.com\": {\"id\": 59298812531, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 146}, \"acrobat\": {\"id\": 59296251709, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"microsoft paint\": {\"id\": 59290556626, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"192.168.0.250\": {\"id\": 59298332067, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"searchhost\": {\"id\": 59290556619, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"login.microsoftonline.com\": {\"id\": 59285292484, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"sdl.my.site.com\": {\"id\": 59286072472, \"app\": \"sdl.my.site.com\", \"name\": \"sdl.my.site.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"msedgewebview2\": {\"id\": 59285217534, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 59285198600, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"scgui\": {\"id\": 59285229716, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"hrez.crystalhues.in\": {\"id\": 59294763983, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"credentialuibroker\": {\"id\": 59285194340, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"snippingtool\": {\"id\": 59291790890, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 59288082443, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"shellhost\": {\"id\": 59285194337, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"msdt\": {\"id\": 59298777527, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"gethelp\": {\"id\": 59299600719, \"app\": \"GetHelp\", \"name\": \"GetHelp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"onedrive\": {\"id\": 59285194334, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"desktime.com\": {\"id\": 59298731734, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"mc-webview-cnt\": {\"id\": 59287268489, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"about:blank\": {\"id\": 59299600717, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"crossdevicesettingshost\": {\"id\": 59298987206, \"app\": \"CrossDeviceSettingsHost\", \"name\": \"CrossDeviceSettingsHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 59289445878, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"vendor.savaari.com\": {\"id\": 59287799300, \"app\": \"vendor.savaari.com\", \"name\": \"vendor.savaari.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"notepad\": {\"id\": 59293606595, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:50:40'),(1477,16,'2025-07-17','10:00:46','19:34:17',7.50667,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 10:00:46\", \"left\": \"2025-07-17 19:34:17\", \"late\": true, \"onlineTime\": 29984, \"offlineTime\": 0, \"desktimeTime\": 29984, \"atWorkTime\": 34411, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27024, \"productivity\": 90.07, \"efficiency\": 107.24, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59315636032, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2942}, \"shabdkosh.com\": {\"id\": 59322022745, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 59312619576, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7733}, \"windows explorer\": {\"id\": 59312581174, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4100}, \"microsoft outlook\": {\"id\": 59312583618, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3767}, \"microsoft word\": {\"id\": 59312590737, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3441}, \"ms-teams\": {\"id\": 59312571137, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2971}, \"microsoft excel\": {\"id\": 59314093954, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 942}, \"google.com\": {\"id\": 59312595254, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 888}, \"photos\": {\"id\": 59321854876, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 480}, \"translate.google.co.in\": {\"id\": 59312595255, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 387}, \"pms.chlserv.com\": {\"id\": 59312595252, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 379}, \"eu.cloud.trados.com\": {\"id\": 59313019086, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 366}, \"shellexperiencehost\": {\"id\": 59313225692, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 267}, \"acrobat\": {\"id\": 59313051796, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"xbench\": {\"id\": 59314053740, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"192.168.0.250\": {\"id\": 59313035267, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"scgui\": {\"id\": 59312599749, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"google chrome\": {\"id\": 59312588217, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"snippingtool\": {\"id\": 59314244320, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"unknown app\": {\"id\": 59312571145, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"192.168.0.251\": {\"id\": 59314645120, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"login.microsoftonline.com\": {\"id\": 59312593049, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"msedgewebview2\": {\"id\": 59314594701, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"systemsettings\": {\"id\": 59312571139, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 59321445807, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"dwm\": {\"id\": 59320768772, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"credentialuibroker\": {\"id\": 59312571140, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"desktime.com\": {\"id\": 59315700044, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"settings\": {\"id\": 59319968739, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 59312571136, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 59314240331, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"sdl-prod.eu.auth0.com\": {\"id\": 59313019087, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellhost\": {\"id\": 59312571138, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 59318282916, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"jiosaavn.com\": {\"id\": 59315630422, \"app\": \"jiosaavn.com\", \"name\": \"jiosaavn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 59314566789, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 59313019085, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:41'),(1478,16,'2025-07-18','10:04:07','19:16:53',7.09917,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 10:04:07\", \"left\": \"2025-07-18 19:16:53\", \"late\": true, \"onlineTime\": 30396, \"offlineTime\": 2735, \"desktimeTime\": 33131, \"atWorkTime\": 33166, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25557, \"productivity\": 77.14, \"efficiency\": 101.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59340716032, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7242}, \"msn.com\": {\"id\": 59347535802, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 283}, \"shabdkosh.com\": {\"id\": 59342329647, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"hotstar.com\": {\"id\": 59348582265, \"app\": \"hotstar.com\", \"name\": \"hotstar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": {\"microsoft.media.player\": {\"id\": 59350243367, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"facebook.com\": {\"id\": 59341468415, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}}, \"1\": {\"microsoft outlook\": {\"id\": 59339450697, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4796}, \"ms-teams\": {\"id\": 59339439571, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4360}, \"windows explorer\": {\"id\": 59339456348, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3017}, \"not work in hand (offline time)\": {\"id\": 59352669103, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2735}, \"cloud.memsource.com\": {\"id\": 59351371013, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1958}, \"microsoft word\": {\"id\": 59339489263, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1710}, \"google.com\": {\"id\": 59339496464, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1457}, \"translate.google.co.in\": {\"id\": 59339496465, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 820}, \"microsoft excel\": {\"id\": 59341261881, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 580}, \"chrome://history\": {\"id\": 59341762503, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"google chrome\": {\"id\": 59339465923, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 419}, \"desktime.com\": {\"id\": 59340346201, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"sdltradosstudio\": {\"id\": 59346248533, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 369}, \"onedrive\": {\"id\": 59339439569, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 309}, \"pms.chlserv.com\": {\"id\": 59339494212, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 294}, \"xbench\": {\"id\": 59341237742, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 292}, \"credentialuibroker\": {\"id\": 59339439580, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 235}, \"systemsettings\": {\"id\": 59339439577, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 196}, \"calculatorapp\": {\"id\": 59352712372, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 161}, \"eu.cloud.trados.com\": {\"id\": 59346775661, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"192.168.0.250\": {\"id\": 59341885108, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"shellexperiencehost\": {\"id\": 59339439583, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"login.microsoftonline.com\": {\"id\": 59339486951, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"msedgewebview2\": {\"id\": 59341220241, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"acrobat\": {\"id\": 59339458983, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"jagran.com\": {\"id\": 59341407237, \"app\": \"jagran.com\", \"name\": \"jagran.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"nvsp.in\": {\"id\": 59342299305, \"app\": \"nvsp.in\", \"name\": \"nvsp.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"searchhost\": {\"id\": 59341976936, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"scgui\": {\"id\": 59341880247, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"shellhost\": {\"id\": 59339439574, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"unknown app\": {\"id\": 59340120926, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"glossaryconverter\": {\"id\": 59346528550, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"snippingtool\": {\"id\": 59341981650, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"winstore.app\": {\"id\": 59345887508, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59350271346, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"nvp\": {\"id\": 59342294259, \"app\": \"nvp\", \"name\": \"nvp\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"sdl-prod.eu.auth0.com\": {\"id\": 59346780999, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 59348271710, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"photos\": {\"id\": 59350266081, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"eu.phrase.com\": {\"id\": 59351382807, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"mc-webview-cnt\": {\"id\": 59341306416, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msdt\": {\"id\": 59344228116, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59347586978, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:41'),(1479,16,'2025-07-19',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-19\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:41'),(1480,16,'2025-07-20',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-20\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:42'),(1481,16,'2025-07-21','09:51:13','19:07:51',7.88278,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 09:51:13\", \"left\": \"2025-07-21 19:07:51\", \"late\": true, \"onlineTime\": 29718, \"offlineTime\": 0, \"desktimeTime\": 29718, \"atWorkTime\": 33398, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28378, \"productivity\": 95.49, \"efficiency\": 112.61, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59375535981, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1327}, \"shabdkosh.com\": {\"id\": 59369211282, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59368874895, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7111}, \"ms-teams\": {\"id\": 59368802314, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4828}, \"windows explorer\": {\"id\": 59368813145, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3285}, \"microsoft outlook\": {\"id\": 59368813148, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3086}, \"sdltradosstudio\": {\"id\": 59369189737, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2140}, \"cloud.memsource.com\": {\"id\": 59369006105, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1912}, \"pms.chlserv.com\": {\"id\": 59368881123, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1039}, \"eu.cloud.trados.com\": {\"id\": 59369165444, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 967}, \"microsoft excel\": {\"id\": 59368967565, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 770}, \"acrobat\": {\"id\": 59369140940, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 716}, \"translate.google.co.in\": {\"id\": 59368883172, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 648}, \"192.168.0.250\": {\"id\": 59369162371, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 369}, \"google.com\": {\"id\": 59368881126, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 320}, \"xbench\": {\"id\": 59369617537, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"desktime.com\": {\"id\": 59368983062, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"onedrive\": {\"id\": 59368802313, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"google chrome\": {\"id\": 59368874897, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"192.168.0.251\": {\"id\": 59372834988, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"snippingtool\": {\"id\": 59369809536, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"msedgewebview2\": {\"id\": 59370621194, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"sdl-prod.eu.auth0.com\": {\"id\": 59369165440, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"login.microsoftonline.com\": {\"id\": 59368876844, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"hrez.crystalhues.in\": {\"id\": 59382114717, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"eu.phrase.com\": {\"id\": 59369008517, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 59368824448, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"msedge\": {\"id\": 59369890887, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"scgui\": {\"id\": 59368980916, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"unknown app\": {\"id\": 59368807738, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"credentialuibroker\": {\"id\": 59368802318, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59368828155, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"systemsettings\": {\"id\": 59368802319, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"shellexperiencehost\": {\"id\": 59368807737, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellhost\": {\"id\": 59368802316, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 59368802317, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"languagecloud.sdl.com\": {\"id\": 59369162373, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 59375357618, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"powertoys.powerlauncher\": {\"id\": 59375124081, \"app\": \"PowerToys.PowerLauncher\", \"name\": \"PowerToys.PowerLauncher\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:43'),(1482,16,'2025-07-22','09:59:02','19:15:40',7.58028,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 09:59:02\", \"left\": \"2025-07-22 19:15:40\", \"late\": true, \"onlineTime\": 30045, \"offlineTime\": 0, \"desktimeTime\": 30045, \"atWorkTime\": 33398, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27289, \"productivity\": 90.83, \"efficiency\": 108.29, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59400807162, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2756}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 59396286646, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9172}, \"ms-teams\": {\"id\": 59395314962, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3713}, \"microsoft outlook\": {\"id\": 59395331544, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3548}, \"microsoft word\": {\"id\": 59395349385, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3461}, \"windows explorer\": {\"id\": 59395333579, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2526}, \"cloud.memsource.com\": {\"id\": 59408920966, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1263}, \"google.com\": {\"id\": 59395822830, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 736}, \"translate.google.co.in\": {\"id\": 59395353939, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 589}, \"microsoft excel\": {\"id\": 59396605800, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 571}, \"pms.chlserv.com\": {\"id\": 59395353937, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 432}, \"acrobat\": {\"id\": 59395358316, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 347}, \"google chrome\": {\"id\": 59395347258, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 265}, \"xbench\": {\"id\": 59405329306, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"192.168.0.250\": {\"id\": 59396069912, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"onedrive\": {\"id\": 59395314960, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"eu.cloud.trados.com\": {\"id\": 59396066384, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"desktime.com\": {\"id\": 59403209364, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"unknown app\": {\"id\": 59395317356, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"login.microsoftonline.com\": {\"id\": 59395351723, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 59395317355, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 59405356625, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"glossaryconverter\": {\"id\": 59397019402, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"credentialuibroker\": {\"id\": 59395314967, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"systemsettings\": {\"id\": 59395314965, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"onlinent\": {\"id\": 59407294012, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"eu.phrase.com\": {\"id\": 59408901913, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"scgui\": {\"id\": 59396063148, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"mc-webview-cnt\": {\"id\": 59397332329, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 59408709682, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59400639230, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 59400768394, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"sdl-prod.eu.auth0.com\": {\"id\": 59396066386, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59395314964, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 59395333578, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:43'),(1483,16,'2025-07-23','10:09:27','19:12:53',7.32222,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 10:09:27\", \"left\": \"2025-07-23 19:12:53\", \"late\": true, \"onlineTime\": 28796, \"offlineTime\": 0, \"desktimeTime\": 28796, \"atWorkTime\": 32606, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26360, \"productivity\": 91.54, \"efficiency\": 104.6, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59423141143, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2018}, \"accounts.google.com\": {\"id\": 59435319258, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 405}, \"hotstar.com\": {\"id\": 59423181057, \"app\": \"hotstar.com\", \"name\": \"hotstar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"myaccount.google.com\": {\"id\": 59435313651, \"app\": \"myaccount.google.com\", \"name\": \"myaccount.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59422971262, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7252}, \"ms-teams\": {\"id\": 59422957281, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3196}, \"windows explorer\": {\"id\": 59422957290, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2987}, \"microsoft outlook\": {\"id\": 59422959517, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2110}, \"sdltradosstudio\": {\"id\": 59424345325, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2067}, \"microsoft excel\": {\"id\": 59422994832, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2019}, \"google.com\": {\"id\": 59422980473, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1159}, \"appraisal.chlserv.com\": {\"id\": 59424069887, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1009}, \"zeebiz.com\": {\"id\": 59435248481, \"app\": \"zeebiz.com\", \"name\": \"zeebiz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 681}, \"www-linkedin-com.translate.goog\": {\"id\": 59435760199, \"app\": \"www-linkedin-com.translate.goog\", \"name\": \"www-linkedin-com.translate.goog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 641}, \"google chrome\": {\"id\": 59422969167, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 371}, \"translate.google.co.in\": {\"id\": 59423155449, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 370}, \"acrobat\": {\"id\": 59425480106, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"pms.chlserv.com\": {\"id\": 59422980470, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 293}, \"xbench\": {\"id\": 59424254693, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 265}, \"drfonetoolkit\": {\"id\": 59436185803, \"app\": \"DrFoneToolKit\", \"name\": \"DrFoneToolKit\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"scgui\": {\"id\": 59424309290, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"login.microsoftonline.com\": {\"id\": 59422971269, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"drfoneunlock\": {\"id\": 59436264944, \"app\": \"DrFoneUnlock\", \"name\": \"DrFoneUnlock\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"searchhost\": {\"id\": 59424117784, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"drfone_setup_full3360\": {\"id\": 59436078079, \"app\": \"Drfone_setup_full3360\", \"name\": \"Drfone_setup_full3360\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"drfone.wondershare.com\": {\"id\": 59436042719, \"app\": \"drfone.wondershare.com\", \"name\": \"drfone.wondershare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"eu.cloud.trados.com\": {\"id\": 59427347197, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"msedgewebview2\": {\"id\": 59424266076, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"onedrive\": {\"id\": 59422957280, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"systemsettings\": {\"id\": 59422957285, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"hrez.crystalhues.in\": {\"id\": 59423043408, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"onlinent\": {\"id\": 59434579777, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"unknown app\": {\"id\": 59422978102, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"chrome://history\": {\"id\": 59423022319, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"credentialuibroker\": {\"id\": 59422957287, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"msedge\": {\"id\": 59432590484, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 59424117787, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"amarujala.com\": {\"id\": 59437576793, \"app\": \"amarujala.com\", \"name\": \"amarujala.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"play.google.com\": {\"id\": 59435896949, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"192.168.0.250\": {\"id\": 59432583730, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"startmenuexperiencehost\": {\"id\": 59436580262, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"desktime.com\": {\"id\": 59437365829, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"_iu14d2n.tmp\": {\"id\": 59437185496, \"app\": \"_iu14D2N.tmp\", \"name\": \"_iu14D2N.tmp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59422957283, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"languagecloud.sdl.com\": {\"id\": 59427341947, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"drfoneair.wondershare.com\": {\"id\": 59436332707, \"app\": \"drfoneair.wondershare.com\", \"name\": \"drfoneair.wondershare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cbs.wondershare.com\": {\"id\": 59436326375, \"app\": \"cbs.wondershare.com\", \"name\": \"cbs.wondershare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sdl-prod.eu.auth0.com\": {\"id\": 59427347188, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59424819092, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59422957291, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:44'),(1484,16,'2025-07-24','09:56:29','19:27:41',7.77,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 09:56:29\", \"left\": \"2025-07-24 19:27:41\", \"late\": true, \"onlineTime\": 29545, \"offlineTime\": 0, \"desktimeTime\": 29545, \"atWorkTime\": 34272, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27972, \"productivity\": 94.68, \"efficiency\": 111, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59457256203, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1476}, \"msn.com\": {\"id\": 59459241946, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"hotstar.com\": {\"id\": 59460140476, \"app\": \"hotstar.com\", \"name\": \"hotstar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59449682256, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9532}, \"windows explorer\": {\"id\": 59449682257, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3544}, \"microsoft outlook\": {\"id\": 59449688179, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3410}, \"sdltradosstudio\": {\"id\": 59449952741, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2616}, \"microsoft excel\": {\"id\": 59451222515, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2537}, \"microsoft powerpoint\": {\"id\": 59450163950, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2062}, \"google.com\": {\"id\": 59449708640, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1241}, \"microsoft word\": {\"id\": 59450764540, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 642}, \"eu.cloud.trados.com\": {\"id\": 59449958057, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 628}, \"fonts.google.com\": {\"id\": 59464067582, \"app\": \"fonts.google.com\", \"name\": \"fonts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 388}, \"google chrome\": {\"id\": 59449708637, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 294}, \"192.168.0.250\": {\"id\": 59450087176, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"xbench\": {\"id\": 59457793023, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 154}, \"pms.chlserv.com\": {\"id\": 59449704265, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"translate.google.co.in\": {\"id\": 59451905748, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"credentialuibroker\": {\"id\": 59449682264, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"searchhost\": {\"id\": 59449750653, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"onedrive\": {\"id\": 59449682253, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"msedgewebview2\": {\"id\": 59451246456, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 59449682274, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"snippingtool\": {\"id\": 59455322090, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"scgui\": {\"id\": 59449852716, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"systemsettings\": {\"id\": 59449682261, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"glossaryconverter\": {\"id\": 59452155304, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"desktime.com\": {\"id\": 59463634036, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"dwm\": {\"id\": 59451690563, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"login.microsoftonline.com\": {\"id\": 59449704267, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"dllhost\": {\"id\": 59464380587, \"app\": \"Dllhost\", \"name\": \"Dllhost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 59457126851, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"fontview\": {\"id\": 59464246341, \"app\": \"Fontview\", \"name\": \"Fontview\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"settings\": {\"id\": 59459048086, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 59449958060, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59449682258, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 59451745908, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"powertoys.powerocr\": {\"id\": 59450147815, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:44'),(1485,16,'2025-07-25','10:14:20','19:16:20',7.62417,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 10:14:20\", \"left\": \"2025-07-25 19:16:20\", \"late\": true, \"onlineTime\": 30841, \"offlineTime\": 0, \"desktimeTime\": 30841, \"atWorkTime\": 32520, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27447, \"productivity\": 89, \"efficiency\": 108.92, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59483839334, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3379}, \"msn.com\": {\"id\": 59481265272, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}}, \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 59479301048, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7938}, \"sdltradosstudio\": {\"id\": 59477773006, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5874}, \"ms-teams\": {\"id\": 59476495767, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4134}, \"windows explorer\": {\"id\": 59476495776, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2541}, \"microsoft outlook\": {\"id\": 59476497947, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2319}, \"microsoft excel\": {\"id\": 59476504793, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1374}, \"acrobat\": {\"id\": 59481112468, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1159}, \"google.com\": {\"id\": 59476607899, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 788}, \"pms.chlserv.com\": {\"id\": 59477798184, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"google chrome\": {\"id\": 59476513414, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"192.168.0.250\": {\"id\": 59481072933, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"eu.cloud.trados.com\": {\"id\": 59481180091, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 168}, \"translate.google.co.in\": {\"id\": 59476607900, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"microsoft word\": {\"id\": 59476639412, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"unknown app\": {\"id\": 59476955606, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"xbench\": {\"id\": 59479537744, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"login.microsoftonline.com\": {\"id\": 59476513416, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"searchhost\": {\"id\": 59479318538, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"snippingtool\": {\"id\": 59479318540, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"msedge\": {\"id\": 59487820056, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"systemsettings\": {\"id\": 59476495769, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"desktime.com\": {\"id\": 59483677350, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onedrive\": {\"id\": 59476495766, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"credentialuibroker\": {\"id\": 59476495771, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 59476495775, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"sdl-prod.eu.auth0.com\": {\"id\": 59481175188, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59476495768, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:45'),(1486,16,'2025-07-26','10:03:29','19:07:03',7.84722,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 10:03:29\", \"left\": \"2025-07-26 19:07:03\", \"late\": true, \"onlineTime\": 29652, \"offlineTime\": 0, \"desktimeTime\": 29652, \"atWorkTime\": 32614, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28250, \"productivity\": 95.27, \"efficiency\": 112.1, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59499468253, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1394}, \"accounts.google.com\": {\"id\": 59499899713, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"0\": [], \"1\": {\"sdltradosstudio\": {\"id\": 59499168103, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6364}, \"ms-teams\": {\"id\": 59498592567, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6053}, \"microsoft outlook\": {\"id\": 59498594915, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4810}, \"windows explorer\": {\"id\": 59498592576, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3967}, \"microsoft word\": {\"id\": 59498941164, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2027}, \"microsoft excel\": {\"id\": 59499142330, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1510}, \"pms.chlserv.com\": {\"id\": 59498794170, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 543}, \"google.com\": {\"id\": 59498794920, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}, \"eu.cloud.trados.com\": {\"id\": 59499163510, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 371}, \"xbench\": {\"id\": 59499141702, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 352}, \"unifiedportal-mem.epfindia.gov.in\": {\"id\": 59499287557, \"app\": \"unifiedportal-mem.epfindia.gov.in\", \"name\": \"unifiedportal-mem.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 279}, \"google chrome\": {\"id\": 59499163509, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 243}, \"192.168.0.250\": {\"id\": 59499158514, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"acrobat\": {\"id\": 59499225895, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"translate.google.co.in\": {\"id\": 59499189069, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"microsoft powerpoint\": {\"id\": 59498596891, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"passbook.epfindia.gov.in\": {\"id\": 59499337867, \"app\": \"passbook.epfindia.gov.in\", \"name\": \"passbook.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"login.microsoftonline.com\": {\"id\": 59498794171, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"photos\": {\"id\": 59499226508, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"onedrive\": {\"id\": 59498592566, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"msedgewebview2\": {\"id\": 59499142332, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"desktime.com\": {\"id\": 59499833853, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 59498593714, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"searchhost\": {\"id\": 59499620833, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 59500116006, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"notepad\": {\"id\": 59499631500, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"systemsettings\": {\"id\": 59498592569, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"glossaryconverter\": {\"id\": 59499184452, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"credentialuibroker\": {\"id\": 59498592570, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 59498593713, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 59499824839, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"scgui\": {\"id\": 59499143016, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"sdl-prod.eu.auth0.com\": {\"id\": 59499163511, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"bing.com\": {\"id\": 59499634547, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"onlinent\": {\"id\": 59499468815, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59498592568, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 59499016890, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"about:blank\": {\"id\": 59500404198, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"winstore.app\": {\"id\": 59500380991, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:47'),(1487,16,'2025-07-27',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-27\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:50:48'),(1488,16,'2025-07-28','10:02:24','19:07:26',7.25861,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 10:02:24\", \"left\": \"2025-07-28 19:07:26\", \"late\": true, \"onlineTime\": 26058, \"offlineTime\": 3400, \"desktimeTime\": 29458, \"atWorkTime\": 32702, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26131, \"productivity\": 88.71, \"efficiency\": 103.69, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59511552794, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3320}, \"shabdkosh.com\": {\"id\": 59518038421, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": {\"outlook.office365.com\": {\"id\": 59506372920, \"app\": \"outlook.office365.com\", \"name\": \"outlook.office365.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}, \"1\": {\"ms-teams\": {\"id\": 59505003733, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5794}, \"microsoft outlook\": {\"id\": 59505010999, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5070}, \"not work in hand (offline time)\": {\"id\": 59519507201, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3400}, \"windows explorer\": {\"id\": 59505003737, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1951}, \"microsoft powerpoint\": {\"id\": 59506744476, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1473}, \"jiosaavn.com\": {\"id\": 59516636162, \"app\": \"jiosaavn.com\", \"name\": \"jiosaavn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1323}, \"cloud.memsource.com\": {\"id\": 59508655149, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1267}, \"google.com\": {\"id\": 59506290597, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1258}, \"sdltradosstudio\": {\"id\": 59517131498, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1188}, \"microsoft word\": {\"id\": 59506200987, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 712}, \"desktime.com\": {\"id\": 59511482144, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"pms.chlserv.com\": {\"id\": 59506286705, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"translate.google.co.in\": {\"id\": 59506294587, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 326}, \"acrobat\": {\"id\": 59506445483, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 200}, \"google chrome\": {\"id\": 59506274460, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"shellexperiencehost\": {\"id\": 59505003744, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 168}, \"chrome://history\": {\"id\": 59515314378, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"login.microsoftonline.com\": {\"id\": 59506278477, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"dell.com\": {\"id\": 59515255358, \"app\": \"dell.com\", \"name\": \"dell.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"xbench\": {\"id\": 59510243076, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"crystalhuesltd.sharepoint.com\": {\"id\": 59506354967, \"app\": \"crystalhuesltd.sharepoint.com\", \"name\": \"crystalhuesltd.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"systemsettings\": {\"id\": 59505003742, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"msedge\": {\"id\": 59506377269, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"192.168.0.250\": {\"id\": 59509528878, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"onedrive\": {\"id\": 59505003731, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"unknown app\": {\"id\": 59505003745, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"msedgewebview2\": {\"id\": 59508742831, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"credentialuibroker\": {\"id\": 59505003740, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"scgui\": {\"id\": 59509380902, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"about:blank\": {\"id\": 59506368180, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"microsoft excel\": {\"id\": 59508736958, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"cookclickndevour.com\": {\"id\": 59518941228, \"app\": \"cookclickndevour.com\", \"name\": \"cookclickndevour.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"settings\": {\"id\": 59505003739, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"eu.phrase.com\": {\"id\": 59508676790, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"shellhost\": {\"id\": 59508568395, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 59513089877, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lms.365.systems\": {\"id\": 59506505563, \"app\": \"lms.365.systems\", \"name\": \"lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"support.microsoft.com\": {\"id\": 59515177835, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"nurturing\": {\"id\": 59514766795, \"app\": \"nurturing\", \"name\": \"nurturing\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"winstore.app\": {\"id\": 59512701582, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:49'),(1489,16,'2025-07-29','10:03:06','19:13:43',7.51111,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 10:03:06\", \"left\": \"2025-07-29 19:13:43\", \"late\": true, \"onlineTime\": 26638, \"offlineTime\": 3802, \"desktimeTime\": 30440, \"atWorkTime\": 33037, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27040, \"productivity\": 88.83, \"efficiency\": 107.3, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59536790825, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3204}, \"netbanking.hdfcbank.com\": {\"id\": 59543690122, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59531918976, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8541}, \"microsoft word\": {\"id\": 59533411981, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6143}, \"not work in hand (offline time)\": {\"id\": 59546268404, \"app\": \"__OFFLINE__\", \"name\": \"Not work in hand\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3802}, \"ms-teams\": {\"id\": 59531918963, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3303}, \"windows explorer\": {\"id\": 59531918962, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1235}, \"google.com\": {\"id\": 59532119481, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 626}, \"acrobat\": {\"id\": 59538425438, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 583}, \"desktime.com\": {\"id\": 59536088676, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 498}, \"google chrome\": {\"id\": 59532109675, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 338}, \"translate.google.co.in\": {\"id\": 59532119483, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 250}, \"pms.chlserv.com\": {\"id\": 59532114704, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"cloud.memsource.com\": {\"id\": 59533303767, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 216}, \"chrome://history\": {\"id\": 59539677649, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"sdltradosstudio\": {\"id\": 59533700829, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"credentialuibroker\": {\"id\": 59531918971, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"login.microsoftonline.com\": {\"id\": 59532109676, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"timesnowhindi.com\": {\"id\": 59539818595, \"app\": \"timesnowhindi.com\", \"name\": \"timesnowhindi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"onedrive\": {\"id\": 59531918961, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"192.168.0.251\": {\"id\": 59538408985, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 59532107276, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"powertoys.powerocr\": {\"id\": 59538792192, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"xbench\": {\"id\": 59536206824, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"systemsettings\": {\"id\": 59531918973, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"scgui\": {\"id\": 59532777486, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"hindi.pratilipi.com\": {\"id\": 59539934244, \"app\": \"hindi.pratilipi.com\", \"name\": \"hindi.pratilipi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"msedgewebview2\": {\"id\": 59533662360, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"searchhost\": {\"id\": 59537045960, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"play.google.com\": {\"id\": 59539953596, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"settings\": {\"id\": 59531918970, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"shellexperiencehost\": {\"id\": 59534317201, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"shellhost\": {\"id\": 59531918967, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"calculatorapp\": {\"id\": 59546256007, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 59539322321, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"microsoft excel\": {\"id\": 59536216694, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 59541177665, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"eu.phrase.com\": {\"id\": 59533312556, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"v.hdfcbank.com\": {\"id\": 59543815798, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"c\": {\"id\": 59538941092, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dwm\": {\"id\": 59544068394, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59533849521, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:50'),(1490,16,'2025-07-30','09:53:30','19:05:49',7.97194,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 09:53:30\", \"left\": \"2025-07-30 19:05:49\", \"late\": true, \"onlineTime\": 29899, \"offlineTime\": 0, \"desktimeTime\": 29899, \"atWorkTime\": 33139, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28699, \"productivity\": 95.99, \"efficiency\": 113.88, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59560805472, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1015}, \"msn.com\": {\"id\": 59563862814, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"shabdkosh.com\": {\"id\": 59559592537, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59558670652, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9216}, \"microsoft outlook\": {\"id\": 59558693023, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5392}, \"windows explorer\": {\"id\": 59558670651, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2957}, \"microsoft word\": {\"id\": 59559261311, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1772}, \"cloud.memsource.com\": {\"id\": 59570991153, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1750}, \"google.com\": {\"id\": 59559309229, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1382}, \"sdltradosstudio\": {\"id\": 59565901793, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 833}, \"translate.google.co.in\": {\"id\": 59559527427, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 782}, \"google chrome\": {\"id\": 59559284266, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 502}, \"chatgpt.com\": {\"id\": 59564338402, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 473}, \"microsoft excel\": {\"id\": 59563977618, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 443}, \"eu.cloud.trados.com\": {\"id\": 59565880485, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"pms.chlserv.com\": {\"id\": 59559290525, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"acrobat\": {\"id\": 59559326980, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 320}, \"community.rws.com\": {\"id\": 59558682384, \"app\": \"community.rws.com\", \"name\": \"community.rws.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"xbench\": {\"id\": 59563967191, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 192}, \"fonts.google.com\": {\"id\": 59559368767, \"app\": \"fonts.google.com\", \"name\": \"fonts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"192.168.0.250\": {\"id\": 59565828527, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 179}, \"app.copy.ai\": {\"id\": 59564348812, \"app\": \"app.copy.ai\", \"name\": \"app.copy.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"msedgewebview2\": {\"id\": 59560565250, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"login.copy.ai\": {\"id\": 59564369202, \"app\": \"login.copy.ai\", \"name\": \"login.copy.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"login.microsoftonline.com\": {\"id\": 59559306114, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"searchhost\": {\"id\": 59560192202, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 90}, \"rephrasely.com\": {\"id\": 59564470138, \"app\": \"rephrasely.com\", \"name\": \"rephrasely.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"sora.chatgpt.com\": {\"id\": 59564703646, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"unknown app\": {\"id\": 59558694995, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"photos\": {\"id\": 59560570188, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"shellexperiencehost\": {\"id\": 59558670663, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"onedrive\": {\"id\": 59558670650, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"scgui\": {\"id\": 59565816664, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"desktime.com\": {\"id\": 59563791185, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"dtplabs.com\": {\"id\": 59565125284, \"app\": \"dtplabs.com\", \"name\": \"dtplabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"eu.phrase.com\": {\"id\": 59570979420, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"about:blank\": {\"id\": 59564691524, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"credentialuibroker\": {\"id\": 59558670660, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 59570777759, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"microsoft powerpoint\": {\"id\": 59565445289, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"systemsettings\": {\"id\": 59558670659, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"chrome://history\": {\"id\": 59559284270, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"settings\": {\"id\": 59569711798, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"calculatorapp\": {\"id\": 59570063348, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"fonts.g\": {\"id\": 59559635711, \"app\": \"fonts.g\", \"name\": \"fonts.g\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"glossaryconverter\": {\"id\": 59566428430, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellhost\": {\"id\": 59558670658, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"sdl-prod.eu.auth0.com\": {\"id\": 59560462546, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"fontview\": {\"id\": 59559400357, \"app\": \"Fontview\", \"name\": \"Fontview\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"bing.com\": {\"id\": 59560196640, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"en.wikipedia.org\": {\"id\": 59560196641, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 59560772026, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:51'),(1491,16,'2025-07-31','10:04:42','19:27:44',7.91472,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 10:04:42\", \"left\": \"2025-07-31 19:27:44\", \"late\": true, \"onlineTime\": 32689, \"offlineTime\": 0, \"desktimeTime\": 32689, \"atWorkTime\": 33782, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28493, \"productivity\": 87.13, \"efficiency\": 113.07, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59587002068, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4162}, \"msn.com\": {\"id\": 59586894853, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"aajtak.in\": {\"id\": 59588556831, \"app\": \"aajtak.in\", \"name\": \"aajtak.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"accounts.google.com\": {\"id\": 59594030137, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59586054257, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7816}, \"microsoft outlook\": {\"id\": 59585968357, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4671}, \"ms-teams\": {\"id\": 59585957247, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3792}, \"windows explorer\": {\"id\": 59585957248, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3216}, \"sdltradosstudio\": {\"id\": 59589924890, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2473}, \"google.com\": {\"id\": 59585994284, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1860}, \"cloud.memsource.com\": {\"id\": 59587234398, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1137}, \"google chrome\": {\"id\": 59585994283, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 501}, \"translate.google.co.in\": {\"id\": 59585996632, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 427}, \"pms.chlserv.com\": {\"id\": 59585987757, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 423}, \"chatgpt.com\": {\"id\": 59598404274, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"zoom.earth\": {\"id\": 59587631052, \"app\": \"zoom.earth\", \"name\": \"zoom.earth\", \"type\": \"web\", \"category_id\": 0, \"duration\": 254}, \"acrobat\": {\"id\": 59586252878, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 230}, \"microsoft excel\": {\"id\": 59587176726, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 208}, \"192.168.0.250\": {\"id\": 59586046067, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"eu.cloud.trados.com\": {\"id\": 59589688659, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"credentialuibroker\": {\"id\": 59585957251, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"chrome://history\": {\"id\": 59599661346, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"xbench\": {\"id\": 59587173099, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 84}, \"calculatorapp\": {\"id\": 59586846130, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"desktime.com\": {\"id\": 59589200331, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"msedge\": {\"id\": 59586889358, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"microsoft paint\": {\"id\": 59594204190, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"systemsettings\": {\"id\": 59585957250, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"unknown app\": {\"id\": 59585957254, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"eu.phrase.com\": {\"id\": 59587238553, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"login.microsoftonline.com\": {\"id\": 59585989997, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"searchhost\": {\"id\": 59586846120, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"msedgewebview2\": {\"id\": 59587169152, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"scgui\": {\"id\": 59586029778, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 59592745876, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"support.google.com\": {\"id\": 59587605094, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 59585957246, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"hindi.news18.com\": {\"id\": 59588582280, \"app\": \"hindi.news18.com\", \"name\": \"hindi.news18.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"app.copy.ai\": {\"id\": 59598393156, \"app\": \"app.copy.ai\", \"name\": \"app.copy.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 59600151009, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 59589688654, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"hindi.pratilipi.com\": {\"id\": 59599727828, \"app\": \"hindi.pratilipi.com\", \"name\": \"hindi.pratilipi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"play.google.com\": {\"id\": 59589133642, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"winstore.app\": {\"id\": 59594378944, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59588870598, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"languagecloud.sdl.com\": {\"id\": 59589688646, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59587899220, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:52'),(1492,18,'2025-07-01','08:15:51','18:36:57',7.96278,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 08:15:51\", \"left\": \"2025-07-01 18:36:57\", \"late\": false, \"onlineTime\": 28895, \"offlineTime\": 0, \"desktimeTime\": 28895, \"atWorkTime\": 37266, \"afterWorkTime\": 0, \"beforeWorkTime\": 6, \"productiveTime\": 28666, \"productivity\": 99.21, \"efficiency\": 113.75, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"flipkart.com\": {\"id\": 58994611344, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"mail.google.com\": {\"id\": 58983806063, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"login.yahoo.com\": {\"id\": 58986004114, \"app\": \"login.yahoo.com\", \"name\": \"login.yahoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": {\"whatsapp\": {\"id\": 58987328126, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}}, \"1\": {\"microsoft outlook\": {\"id\": 58983616614, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4169}, \"microsoft powerpoint\": {\"id\": 58984265253, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3675}, \"ms-teams\": {\"id\": 58983641720, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3299}, \"microsoft excel\": {\"id\": 58984208774, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2637}, \"lms.chlserv.com\": {\"id\": 58983812484, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2460}, \"ads.google.com\": {\"id\": 58983866820, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1426}, \"windows explorer\": {\"id\": 58983687912, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1335}, \"notepad\": {\"id\": 58984577652, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1162}, \"google.com\": {\"id\": 58984156799, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 764}, \"web.whatsapp.com\": {\"id\": 58983613421, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 726}, \"linkedin.com\": {\"id\": 58993495454, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 634}, \"hrez.crystalhues.in\": {\"id\": 58983620069, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"dashboard.tawk.to\": {\"id\": 58984268628, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 427}, \"docs.google.com\": {\"id\": 58983806064, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 414}, \"acrobat\": {\"id\": 58993169748, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 408}, \"business.facebook.com\": {\"id\": 58983804270, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 405}, \"chatgpt.com\": {\"id\": 58984271713, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 401}, \"indiaisus.com\": {\"id\": 58984346836, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 383}, \"google chrome\": {\"id\": 58983611837, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 366}, \"facebook.com\": {\"id\": 58990180199, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"renewableenergyindiaexpo.com\": {\"id\": 58992989483, \"app\": \"renewableenergyindiaexpo.com\", \"name\": \"renewableenergyindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"search.google.com\": {\"id\": 58985027450, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"adsmanager.facebook.com\": {\"id\": 58983806065, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"chlworldwide.com\": {\"id\": 58992743188, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"msinfo32\": {\"id\": 58984507586, \"app\": \"Msinfo32\", \"name\": \"Msinfo32\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"instagram.com\": {\"id\": 58984458354, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 58988554670, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"snippingtool\": {\"id\": 58984134840, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"fairgaze.com\": {\"id\": 58996184479, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"shellexperiencehost\": {\"id\": 58985233350, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"google.ae\": {\"id\": 58991370085, \"app\": \"google.ae\", \"name\": \"google.ae\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"zschimmer-schwarz.com\": {\"id\": 58986013499, \"app\": \"zschimmer-schwarz.com\", \"name\": \"zschimmer-schwarz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"login.microsoftonline.com\": {\"id\": 58983632234, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 58996047268, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"analytics.google.com\": {\"id\": 58991715089, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"alpcord.com\": {\"id\": 58985517843, \"app\": \"alpcord.com\", \"name\": \"alpcord.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"shellhost\": {\"id\": 58986315651, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"desktime.com\": {\"id\": 58989371014, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"crystalhues.com\": {\"id\": 58983101466, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"c\": {\"id\": 58986368647, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"orbisfinancial.in\": {\"id\": 58985833646, \"app\": \"orbisfinancial.in\", \"name\": \"orbisfinancial.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"argus-p.com\": {\"id\": 58985571562, \"app\": \"argus-p.com\", \"name\": \"argus-p.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"expostandservice.com\": {\"id\": 58985681524, \"app\": \"expostandservice.com\", \"name\": \"expostandservice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"cigaer.com\": {\"id\": 58985631462, \"app\": \"cigaer.com\", \"name\": \"cigaer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"chrome://new-tab-page\": {\"id\": 58984454734, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"himedialabs.com\": {\"id\": 58985728109, \"app\": \"himedialabs.com\", \"name\": \"himedialabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"auxein.com\": {\"id\": 58985576089, \"app\": \"auxein.com\", \"name\": \"auxein.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"duckercarlisle.com\": {\"id\": 58985676865, \"app\": \"duckercarlisle.com\", \"name\": \"duckercarlisle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"aramexperiences.com\": {\"id\": 58985557494, \"app\": \"aramexperiences.com\", \"name\": \"aramexperiences.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"merillife.com\": {\"id\": 58985796626, \"app\": \"merillife.com\", \"name\": \"merillife.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"joveo.com\": {\"id\": 58985764818, \"app\": \"joveo.com\", \"name\": \"joveo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"boxcoworld.io\": {\"id\": 58985626905, \"app\": \"boxcoworld.io\", \"name\": \"boxcoworld.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"sinelogix.com\": {\"id\": 58984955469, \"app\": \"sinelogix.com\", \"name\": \"sinelogix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"ireeindia.com\": {\"id\": 58992917880, \"app\": \"ireeindia.com\", \"name\": \"ireeindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"punjab.gov.in\": {\"id\": 58985848767, \"app\": \"punjab.gov.in\", \"name\": \"punjab.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"unknown app\": {\"id\": 58983755866, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"zenbssolutions.com\": {\"id\": 58986008719, \"app\": \"zenbssolutions.com\", \"name\": \"zenbssolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"crosscountry.com\": {\"id\": 58985640166, \"app\": \"crosscountry.com\", \"name\": \"crosscountry.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"idp.com\": {\"id\": 58986148112, \"app\": \"idp.com\", \"name\": \"idp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"voices.com\": {\"id\": 58985985558, \"app\": \"voices.com\", \"name\": \"voices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"macdermidalpha.com\": {\"id\": 58985791857, \"app\": \"macdermidalpha.com\", \"name\": \"macdermidalpha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"livealthbiopharma.com\": {\"id\": 58985782466, \"app\": \"livealthbiopharma.com\", \"name\": \"livealthbiopharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"jeffery.asia\": {\"id\": 58985751121, \"app\": \"jeffery.asia\", \"name\": \"jeffery.asia\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chromewebdata\": {\"id\": 58985833648, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 58985473299, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://profile-picker\": {\"id\": 58984454733, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"api.whatsapp.com\": {\"id\": 58994059045, \"app\": \"api.whatsapp.com\", \"name\": \"api.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"hecs.in\": {\"id\": 58985723327, \"app\": \"hecs.in\", \"name\": \"hecs.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"kabelbuildcon.com\": {\"id\": 58986554779, \"app\": \"kabelbuildcon.com\", \"name\": \"kabelbuildcon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"netradyne.com\": {\"id\": 58985824581, \"app\": \"netradyne.com\", \"name\": \"netradyne.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"miraeasset.com\": {\"id\": 58985801205, \"app\": \"miraeasset.com\", \"name\": \"miraeasset.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome://newtab\": {\"id\": 58996117662, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"webstreamworld.com\": {\"id\": 58985990177, \"app\": \"webstreamworld.com\", \"name\": \"webstreamworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"cupidlimited.com\": {\"id\": 58985653735, \"app\": \"cupidlimited.com\", \"name\": \"cupidlimited.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"biotrikorganization.com\": {\"id\": 58985618064, \"app\": \"biotrikorganization.com\", \"name\": \"biotrikorganization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"fb.com\": {\"id\": 58993489446, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"thomsondigital.com\": {\"id\": 58985956590, \"app\": \"thomsondigital.com\", \"name\": \"thomsondigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"sunactcancer.com\": {\"id\": 58985951877, \"app\": \"sunactcancer.com\", \"name\": \"sunactcancer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"infognana.com\": {\"id\": 58985746405, \"app\": \"infognana.com\", \"name\": \"infognana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"lifology.com\": {\"id\": 58985777999, \"app\": \"lifology.com\", \"name\": \"lifology.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"indiathermit.com\": {\"id\": 58985737351, \"app\": \"indiathermit.com\", \"name\": \"indiathermit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"federalbank.co.in\": {\"id\": 58985705092, \"app\": \"federalbank.co.in\", \"name\": \"federalbank.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dolfintyres.com\": {\"id\": 58985667605, \"app\": \"dolfintyres.com\", \"name\": \"dolfintyres.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"yashrajfilms.com\": {\"id\": 58985994874, \"app\": \"yashrajfilms.com\", \"name\": \"yashrajfilms.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"unesco.org\": {\"id\": 58985971212, \"app\": \"unesco.org\", \"name\": \"unesco.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"designboxed.com\": {\"id\": 58985663005, \"app\": \"designboxed.com\", \"name\": \"designboxed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"arced.in\": {\"id\": 58985562518, \"app\": \"arced.in\", \"name\": \"arced.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 58993684414, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 58986651760, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"wedomore.com\": {\"id\": 58985990179, \"app\": \"wedomore.com\", \"name\": \"wedomore.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ttc-marketing.com\": {\"id\": 58985971210, \"app\": \"ttc-marketing.com\", \"name\": \"ttc-marketing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"staubli.com\": {\"id\": 58985951874, \"app\": \"staubli.com\", \"name\": \"staubli.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"refex.co.in\": {\"id\": 58985937521, \"app\": \"refex.co.in\", \"name\": \"refex.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"learningmate.com\": {\"id\": 58985773732, \"app\": \"learningmate.com\", \"name\": \"learningmate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"klyra.co.in\": {\"id\": 58985773727, \"app\": \"klyra.co.in\", \"name\": \"klyra.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"infeedo.ai\": {\"id\": 58985737353, \"app\": \"infeedo.ai\", \"name\": \"infeedo.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"hays.com\": {\"id\": 58985714293, \"app\": \"hays.com\", \"name\": \"hays.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"finquestgroup.com\": {\"id\": 58985709727, \"app\": \"finquestgroup.com\", \"name\": \"finquestgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"fasttrackattestation.in\": {\"id\": 58985700301, \"app\": \"fasttrackattestation.in\", \"name\": \"fasttrackattestation.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"dazzlesportswear.com\": {\"id\": 58985658596, \"app\": \"dazzlesportswear.com\", \"name\": \"dazzlesportswear.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"c5i.ai\": {\"id\": 58985626914, \"app\": \"c5i.ai\", \"name\": \"c5i.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"balajiwafers.com\": {\"id\": 58985590016, \"app\": \"balajiwafers.com\", \"name\": \"balajiwafers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"amplioinvest.in\": {\"id\": 58985553051, \"app\": \"amplioinvest.in\", \"name\": \"amplioinvest.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"alchemysolutions.net\": {\"id\": 58985477586, \"app\": \"alchemysolutions.net\", \"name\": \"alchemysolutions.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"1finance.co.in\": {\"id\": 58985473303, \"app\": \"1finance.co.in\", \"name\": \"1finance.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"screener.in\": {\"id\": 58983804268, \"app\": \"screener.in\", \"name\": \"screener.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 58987322596, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"hvax.in\": {\"id\": 58985732654, \"app\": \"hvax.in\", \"name\": \"hvax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"biocon.com\": {\"id\": 58985613462, \"app\": \"biocon.com\", \"name\": \"biocon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"aucreta.com\": {\"id\": 58985571564, \"app\": \"aucreta.com\", \"name\": \"aucreta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"flipboard.com\": {\"id\": 58994605162, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"irctc.co.in\": {\"id\": 58992977292, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"general.futuregenerali.in\": {\"id\": 58986133833, \"app\": \"general.futuregenerali.in\", \"name\": \"general.futuregenerali.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ytygroup.com.my\": {\"id\": 58986008716, \"app\": \"ytygroup.com.my\", \"name\": \"ytygroup.com.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sumalatam.com\": {\"id\": 58985951875, \"app\": \"sumalatam.com\", \"name\": \"sumalatam.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sbi.co.in\": {\"id\": 58985946984, \"app\": \"sbi.co.in\", \"name\": \"sbi.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"rediff.com\": {\"id\": 58985937517, \"app\": \"rediff.com\", \"name\": \"rediff.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"qcin.org\": {\"id\": 58985932537, \"app\": \"qcin.org\", \"name\": \"qcin.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pariindia.in\": {\"id\": 58985833647, \"app\": \"pariindia.in\", \"name\": \"pariindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"kebizzi.com\": {\"id\": 58985769352, \"app\": \"kebizzi.com\", \"name\": \"kebizzi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chinalinguist.com\": {\"id\": 58985631461, \"app\": \"chinalinguist.com\", \"name\": \"chinalinguist.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"c40.org\": {\"id\": 58985626910, \"app\": \"c40.org\", \"name\": \"c40.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bestlanguageservices.com\": {\"id\": 58985613461, \"app\": \"bestlanguageservices.com\", \"name\": \"bestlanguageservices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"avantikamedex.com\": {\"id\": 58985590010, \"app\": \"avantikamedex.com\", \"name\": \"avantikamedex.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 58985477589, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 58994516934, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"sinelogixtechnologies.com\": {\"id\": 58984951742, \"app\": \"sinelogixtechnologies.com\", \"name\": \"sinelogixtechnologies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"notepad++\": {\"id\": 58994523049, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"in.search.yahoo.com\": {\"id\": 58985994868, \"app\": \"in.search.yahoo.com\", \"name\": \"in.search.yahoo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tridentprocapital.com\": {\"id\": 58985971208, \"app\": \"tridentprocapital.com\", \"name\": \"tridentprocapital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"riverbedgroup.com\": {\"id\": 58985942109, \"app\": \"riverbedgroup.com\", \"name\": \"riverbedgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"punchindustry.com.my\": {\"id\": 58985848765, \"app\": \"punchindustry.com.my\", \"name\": \"punchindustry.com.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"itdcem.co.in\": {\"id\": 58985751120, \"app\": \"itdcem.co.in\", \"name\": \"itdcem.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"frontrol.com\": {\"id\": 58985714291, \"app\": \"frontrol.com\", \"name\": \"frontrol.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bmineral.com\": {\"id\": 58985622258, \"app\": \"bmineral.com\", \"name\": \"bmineral.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"balpharma.com\": {\"id\": 58985613460, \"app\": \"balpharma.com\", \"name\": \"balpharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:53'),(1493,18,'2025-07-02','09:26:59','18:19:04',7.66389,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 09:26:59\", \"left\": \"2025-07-02 18:19:04\", \"late\": true, \"onlineTime\": 27635, \"offlineTime\": 0, \"desktimeTime\": 27635, \"atWorkTime\": 31925, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27590, \"productivity\": 99.84, \"efficiency\": 109.48, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59025069502, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}}, \"0\": {\"microsoft.media.player\": {\"id\": 59018606336, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}}, \"1\": {\"microsoft excel\": {\"id\": 59011523591, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5053}, \"docs.google.com\": {\"id\": 59011508166, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4133}, \"ads.google.com\": {\"id\": 59011870035, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3451}, \"microsoft outlook\": {\"id\": 59011439018, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3313}, \"lms.chlserv.com\": {\"id\": 59011437498, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1718}, \"notepad\": {\"id\": 59012383139, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1585}, \"ms-teams\": {\"id\": 59011437499, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1491}, \"crystalhues.com\": {\"id\": 59019582360, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 713}, \"linguashine.com\": {\"id\": 59017702362, \"app\": \"linguashine.com\", \"name\": \"linguashine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"insights.hotjar.com\": {\"id\": 59025002294, \"app\": \"insights.hotjar.com\", \"name\": \"insights.hotjar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 491}, \"web.whatsapp.com\": {\"id\": 59011554235, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 469}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59011469936, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 424}, \"google chrome\": {\"id\": 59011464720, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 419}, \"windows explorer\": {\"id\": 59011464719, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 410}, \"google.com\": {\"id\": 59011466560, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 377}, \"chatgpt.com\": {\"id\": 59014360529, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 331}, \"sora.chatgpt.com\": {\"id\": 59019120704, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"webskitters.com\": {\"id\": 59022441331, \"app\": \"webskitters.com\", \"name\": \"webskitters.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"tagmanager.google.com\": {\"id\": 59025106222, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"wdtletsgo.wpengine.com\": {\"id\": 59021621537, \"app\": \"wdtletsgo.wpengine.com\", \"name\": \"wdtletsgo.wpengine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"websiteseochecker.com\": {\"id\": 59025396407, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"antino.com\": {\"id\": 59022739968, \"app\": \"antino.com\", \"name\": \"antino.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"shellexperiencehost\": {\"id\": 59011527513, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"hostinger.com\": {\"id\": 59021526064, \"app\": \"hostinger.com\", \"name\": \"hostinger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"admin.crystalhues.com\": {\"id\": 59019773304, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"ics-dubai.com\": {\"id\": 59024434125, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"radiantwebtech.com\": {\"id\": 59022611743, \"app\": \"radiantwebtech.com\", \"name\": \"radiantwebtech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"chlsoftech.com\": {\"id\": 59022486360, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"search.google.com\": {\"id\": 59019323848, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"ydgroup.com\": {\"id\": 59018076454, \"app\": \"ydgroup.com\", \"name\": \"ydgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"invoidea.com\": {\"id\": 59022681383, \"app\": \"invoidea.com\", \"name\": \"invoidea.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\": {\"id\": 59017715264, \"app\": \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\", \"name\": \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"clutch.co\": {\"id\": 59022768529, \"app\": \"clutch.co\", \"name\": \"clutch.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"logixgroup.in\": {\"id\": 59024398264, \"app\": \"logixgroup.in\", \"name\": \"logixgroup.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"themeforest.net\": {\"id\": 59021578508, \"app\": \"themeforest.net\", \"name\": \"themeforest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"techcentrica.com\": {\"id\": 59022717831, \"app\": \"techcentrica.com\", \"name\": \"techcentrica.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"login.microsoftonline.com\": {\"id\": 59019521507, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"imx-mnc.com\": {\"id\": 59014039044, \"app\": \"imx-mnc.com\", \"name\": \"imx-mnc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"desktime.com\": {\"id\": 59012925710, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"gccpl.com\": {\"id\": 59018374233, \"app\": \"gccpl.com\", \"name\": \"gccpl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"cyberworx.in\": {\"id\": 59022665620, \"app\": \"cyberworx.in\", \"name\": \"cyberworx.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"preview.themeforest.net\": {\"id\": 59021615546, \"app\": \"preview.themeforest.net\", \"name\": \"preview.themeforest.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"about:blank\": {\"id\": 59019120701, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"yourstory.com\": {\"id\": 59018344825, \"app\": \"yourstory.com\", \"name\": \"yourstory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"hrez.crystalhues.in\": {\"id\": 59019515580, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"matebiz.com\": {\"id\": 59022656634, \"app\": \"matebiz.com\", \"name\": \"matebiz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"netguru.com\": {\"id\": 59022871353, \"app\": \"netguru.com\", \"name\": \"netguru.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"unknown app\": {\"id\": 59011617468, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"chllocalization.com\": {\"id\": 59018027623, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59019342858, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"x.com\": {\"id\": 59018339006, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"radometech.com\": {\"id\": 59018308908, \"app\": \"radometech.com\", \"name\": \"radometech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"marcusindia.in\": {\"id\": 59012408280, \"app\": \"marcusindia.in\", \"name\": \"marcusindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"justpaster.it\": {\"id\": 59025384262, \"app\": \"justpaster.it\", \"name\": \"justpaster.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chat.openai.com\": {\"id\": 59021182383, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"dashboard.tawk.to\": {\"id\": 59023150009, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59018612442, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"snippingtool\": {\"id\": 59020051742, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"hotjar.com\": {\"id\": 59024996278, \"app\": \"hotjar.com\", \"name\": \"hotjar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"linkedin.com\": {\"id\": 59017702361, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"justpaste.it\": {\"id\": 59025390677, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 59023827176, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"89.0.0.0\": {\"id\": 59021572884, \"app\": \"89.0.0.0\", \"name\": \"89.0.0.0\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://newtab\": {\"id\": 59017883828, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"onlinent\": {\"id\": 59025002301, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"widgets\": {\"id\": 59013890311, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.com\": {\"id\": 59011469931, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"notepad++\": {\"id\": 59024166235, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:50:54'),(1494,18,'2025-07-03','09:29:26','18:21:23',7.89833,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 09:29:26\", \"left\": \"2025-07-03 18:21:23\", \"late\": true, \"onlineTime\": 28450, \"offlineTime\": 0, \"desktimeTime\": 28450, \"atWorkTime\": 31917, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28434, \"productivity\": 99.91, \"efficiency\": 112.83, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59046286847, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": {\"microsoft.media.player\": {\"id\": 59040216781, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}}, \"1\": {\"microsoft powerpoint\": {\"id\": 59041903740, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3375}, \"microsoft excel\": {\"id\": 59039364927, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3192}, \"ms-teams\": {\"id\": 59039187403, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2656}, \"lms.chlserv.com\": {\"id\": 59039258027, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2517}, \"microsoft outlook\": {\"id\": 59039189103, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2364}, \"notepad\": {\"id\": 59039892683, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2304}, \"linkedin.com\": {\"id\": 59039491359, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1960}, \"analytics.google.com\": {\"id\": 59039821027, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1955}, \"microsoft word\": {\"id\": 59040572229, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1204}, \"chlsoftech.com\": {\"id\": 59039219579, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 706}, \"ads.google.com\": {\"id\": 59039395642, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 611}, \"photopea.com\": {\"id\": 59040388871, \"app\": \"photopea.com\", \"name\": \"photopea.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"windows explorer\": {\"id\": 59039187402, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 569}, \"web.whatsapp.com\": {\"id\": 59039187400, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 495}, \"google.com\": {\"id\": 59040210055, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 478}, \"insights.hotjar.com\": {\"id\": 59039218052, \"app\": \"insights.hotjar.com\", \"name\": \"insights.hotjar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 303}, \"hrez.crystalhues.in\": {\"id\": 59039224727, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 295}, \"crystalhues.com\": {\"id\": 59039736619, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"webskitters.com\": {\"id\": 59040109940, \"app\": \"webskitters.com\", \"name\": \"webskitters.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"docs.google.com\": {\"id\": 59039386028, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"snippingtool\": {\"id\": 59040175173, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"crystalcraftexpo.com\": {\"id\": 59048597426, \"app\": \"crystalcraftexpo.com\", \"name\": \"crystalcraftexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"google chrome\": {\"id\": 59039221252, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 209}, \"dashboard.tawk.to\": {\"id\": 59039221251, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"photos\": {\"id\": 59039567014, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59039386027, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"pagespeed.web.dev\": {\"id\": 59052018439, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"microsoft paint\": {\"id\": 59040184774, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"shellexperiencehost\": {\"id\": 59039256307, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"desktime.com\": {\"id\": 59039213270, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"studio.youtube.com\": {\"id\": 59051364184, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"chatgpt.com\": {\"id\": 59045711457, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"tagmanager.google.com\": {\"id\": 59039185630, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"business.facebook.com\": {\"id\": 59046292394, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"webengage.com\": {\"id\": 59051181406, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"ideallinguatranslations.com\": {\"id\": 59043142782, \"app\": \"ideallinguatranslations.com\", \"name\": \"ideallinguatranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"unknown app\": {\"id\": 59039889794, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"moz.com\": {\"id\": 59052101023, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"search.google.com\": {\"id\": 59048979041, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"transee.com\": {\"id\": 59042424477, \"app\": \"transee.com\", \"name\": \"transee.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"media.io\": {\"id\": 59040369611, \"app\": \"media.io\", \"name\": \"media.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"ollang.com\": {\"id\": 59045276253, \"app\": \"ollang.com\", \"name\": \"ollang.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"login.microsoftonline.com\": {\"id\": 59039223003, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"stercodigitex.com\": {\"id\": 59041090455, \"app\": \"stercodigitex.com\", \"name\": \"stercodigitex.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"ics-dubai.com\": {\"id\": 59039218051, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"chlworldwide.com\": {\"id\": 59048623444, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"posteezy.com\": {\"id\": 59048832081, \"app\": \"posteezy.com\", \"name\": \"posteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"vrdigitalsolutions.com\": {\"id\": 59041102257, \"app\": \"vrdigitalsolutions.com\", \"name\": \"vrdigitalsolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59048985132, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome://print\": {\"id\": 59046327434, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"shellhost\": {\"id\": 59040229258, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"proton.me\": {\"id\": 59048838011, \"app\": \"proton.me\", \"name\": \"proton.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"websiteseochecker.com\": {\"id\": 59039184195, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"crystalcraft.in\": {\"id\": 59048585707, \"app\": \"crystalcraft.in\", \"name\": \"crystalcraft.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"photoaistudio.com\": {\"id\": 59040381371, \"app\": \"photoaistudio.com\", \"name\": \"photoaistudio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 59040181887, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"youtube.com\": {\"id\": 59051357893, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://profile-picker\": {\"id\": 59051351597, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"crystalcrafts.in\": {\"id\": 59048585705, \"app\": \"crystalcrafts.in\", \"name\": \"crystalcrafts.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lightxeditor.com\": {\"id\": 59040377492, \"app\": \"lightxeditor.com\", \"name\": \"lightxeditor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"justpaste.it\": {\"id\": 59039185629, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pixlr.com\": {\"id\": 59048871472, \"app\": \"pixlr.com\", \"name\": \"pixlr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalcruises.com\": {\"id\": 59048765340, \"app\": \"crystalcruises.com\", \"name\": \"crystalcruises.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalcropprotection.com\": {\"id\": 59048759101, \"app\": \"crystalcropprotection.com\", \"name\": \"crystalcropprotection.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59048871469, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"radiantwebtech.com\": {\"id\": 59041102256, \"app\": \"radiantwebtech.com\", \"name\": \"radiantwebtech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 59040216780, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:54'),(1495,18,'2025-07-04','09:42:17','18:32:20',7.53611,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 09:42:17\", \"left\": \"2025-07-04 18:32:20\", \"late\": true, \"onlineTime\": 27126, \"offlineTime\": 0, \"desktimeTime\": 27126, \"atWorkTime\": 31803, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27130, \"productivity\": 99.98, \"efficiency\": 107.66, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59073772113, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59065736097, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4149}, \"lms.chlserv.com\": {\"id\": 59065730707, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3428}, \"notepad\": {\"id\": 59065869405, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3147}, \"microsoft powerpoint\": {\"id\": 59073960184, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2480}, \"ms-teams\": {\"id\": 59065732376, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1805}, \"windows explorer\": {\"id\": 59065749288, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1364}, \"microsoft excel\": {\"id\": 59066187426, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1258}, \"ads.google.com\": {\"id\": 59066281232, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1200}, \"analytics.google.com\": {\"id\": 59073818619, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1070}, \"linkedin.com\": {\"id\": 59066464845, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1042}, \"adsmanager.facebook.com\": {\"id\": 59072972464, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 837}, \"web.whatsapp.com\": {\"id\": 59065918206, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 703}, \"studio.youtube.com\": {\"id\": 59077641005, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 441}, \"docs.google.com\": {\"id\": 59066260811, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 399}, \"microsoft word\": {\"id\": 59066007708, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 300}, \"shellexperiencehost\": {\"id\": 59065778803, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 299}, \"google.com\": {\"id\": 59065769101, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 279}, \"hrez.crystalhues.in\": {\"id\": 59065776823, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"business.facebook.com\": {\"id\": 59065827266, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 221}, \"google chrome\": {\"id\": 59065771146, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59076007879, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 191}, \"neilpatel.recurly.com\": {\"id\": 59067509801, \"app\": \"neilpatel.recurly.com\", \"name\": \"neilpatel.recurly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"indiaasisee.fairgaze.com\": {\"id\": 59065987177, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"ecommercebonsai.com\": {\"id\": 59074098627, \"app\": \"ecommercebonsai.com\", \"name\": \"ecommercebonsai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"searchhost\": {\"id\": 59067234835, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"smartdigitalwings.com\": {\"id\": 59068415116, \"app\": \"smartdigitalwings.com\", \"name\": \"smartdigitalwings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"instagram.com\": {\"id\": 59072959246, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"desktime.com\": {\"id\": 59065772951, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"facebook.com\": {\"id\": 59067728629, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"lohum.com\": {\"id\": 59068691873, \"app\": \"lohum.com\", \"name\": \"lohum.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"webengage.com\": {\"id\": 59066052635, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"tagmanager.google.com\": {\"id\": 59073782979, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"login.microsoftonline.com\": {\"id\": 59065774838, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"app.neilpatel.com\": {\"id\": 59067490229, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"dashboard.tawk.to\": {\"id\": 59066706439, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"chlsoftech.com\": {\"id\": 59075069492, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"shellhost\": {\"id\": 59073718438, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"indiaisus.com\": {\"id\": 59067276423, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"acrobat\": {\"id\": 59067384478, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"about:blank\": {\"id\": 59067413305, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"translationservicehk.com\": {\"id\": 59067067799, \"app\": \"translationservicehk.com\", \"name\": \"translationservicehk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"odbfy.com.hk\": {\"id\": 59067056832, \"app\": \"odbfy.com.hk\", \"name\": \"odbfy.com.hk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"unknown app\": {\"id\": 59066320050, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"webfx.com\": {\"id\": 59074600482, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"youtube.com\": {\"id\": 59073782978, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"crystalhues.com\": {\"id\": 59066717591, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 59075829084, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"chrome://profile-picker\": {\"id\": 59067158098, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"chatgpt.com\": {\"id\": 59066706440, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"msedgewebview2\": {\"id\": 59067617246, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"biotrikorganization.com\": {\"id\": 59072948783, \"app\": \"biotrikorganization.com\", \"name\": \"biotrikorganization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"insights.hotjar.com\": {\"id\": 59073943813, \"app\": \"insights.hotjar.com\", \"name\": \"insights.hotjar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chrome://new-tab-page\": {\"id\": 59067333236, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"pangeanic.hk\": {\"id\": 59067081080, \"app\": \"pangeanic.hk\", \"name\": \"pangeanic.hk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"c\": {\"id\": 59070910085, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 59065765254, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"msedge\": {\"id\": 59076180422, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"business.google.com\": {\"id\": 59067337372, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"stripo.email\": {\"id\": 59074595134, \"app\": \"stripo.email\", \"name\": \"stripo.email\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.com\": {\"id\": 59073175547, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"go.microsoft.com\": {\"id\": 59068739273, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"payments.google.com\": {\"id\": 59067461508, \"app\": \"payments.google.com\", \"name\": \"payments.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59067300092, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:55'),(1496,18,'2025-07-05','07:41:47','16:06:19',8.13167,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 07:41:47\", \"left\": \"2025-07-05 16:06:19\", \"late\": false, \"onlineTime\": 29274, \"offlineTime\": 0, \"desktimeTime\": 29274, \"atWorkTime\": 30272, \"afterWorkTime\": 0, \"beforeWorkTime\": 4693, \"productiveTime\": 29274, \"productivity\": 100, \"efficiency\": 116.17, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 59084740746, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6320}, \"crystalhues.com\": {\"id\": 59084916729, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5004}, \"microsoft excel\": {\"id\": 59084743106, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4494}, \"analytics.google.com\": {\"id\": 59084802301, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3451}, \"microsoft outlook\": {\"id\": 59084731976, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2240}, \"lms.chlserv.com\": {\"id\": 59084729673, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1969}, \"linkedin.com\": {\"id\": 59085120445, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1069}, \"ms-teams\": {\"id\": 59084729674, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 906}, \"search.google.com\": {\"id\": 59085301468, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 749}, \"google.com\": {\"id\": 59085109699, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 504}, \"desktime.com\": {\"id\": 59084917808, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 495}, \"windows explorer\": {\"id\": 59084729391, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 478}, \"hrez.crystalhues.in\": {\"id\": 59085048591, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"google chrome\": {\"id\": 59084777515, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 311}, \"web.whatsapp.com\": {\"id\": 59084802838, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"onlinent\": {\"id\": 59086243641, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"microsoft powerpoint\": {\"id\": 59084738477, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"notepad\": {\"id\": 59085083945, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"indiaisus.com\": {\"id\": 59085308014, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"photos\": {\"id\": 59085027509, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"balochwelfareassociation.org\": {\"id\": 59085729210, \"app\": \"balochwelfareassociation.org\", \"name\": \"balochwelfareassociation.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"webengage.com\": {\"id\": 59084739076, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59085302709, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"chlsoftech.com\": {\"id\": 59084739334, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"insights.hotjar.com\": {\"id\": 59084739589, \"app\": \"insights.hotjar.com\", \"name\": \"insights.hotjar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chrome://newtab\": {\"id\": 59085306390, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 59085050868, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"papaly.com\": {\"id\": 59085355742, \"app\": \"papaly.com\", \"name\": \"papaly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"login.microsoftonline.com\": {\"id\": 59085047957, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"lookerstudio.google.com\": {\"id\": 59084740419, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"app.neilpatel.com\": {\"id\": 59084739336, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"shellhost\": {\"id\": 59085318227, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"ics-dubai.com\": {\"id\": 59085743179, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"docs.google.com\": {\"id\": 59084849926, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dashboard.tawk.to\": {\"id\": 59084740127, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chatgpt.com\": {\"id\": 59084739860, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59085899910, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"unknown app\": {\"id\": 59084833535, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"youtube.com\": {\"id\": 59084739335, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:56'),(1497,18,'2025-07-06','13:33:37','14:14:31',0.681667,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-06\", \"isOnline\": false, \"arrived\": \"2025-07-06 13:33:37\", \"left\": \"2025-07-06 14:14:31\", \"late\": true, \"onlineTime\": 2454, \"offlineTime\": 0, \"desktimeTime\": 2454, \"atWorkTime\": 2454, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 2454, \"productivity\": 100, \"efficiency\": 7.57, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"linkedin.com\": {\"id\": 59088946306, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1668}, \"google.com\": {\"id\": 59088933454, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 405}, \"microsoft outlook\": {\"id\": 59088923644, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 275}, \"mtg.in\": {\"id\": null, \"app\": \"mtg.in\", \"name\": \"mtg.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"windows explorer\": {\"id\": 59088922396, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"ms-teams\": {\"id\": 59088922745, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"transperfect.com\": {\"id\": null, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"web.whatsapp.com\": {\"id\": 59088923167, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"google chrome\": {\"id\": 59088933453, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"webengage.com\": {\"id\": 59088946305, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59088923638, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:57'),(1498,18,'2025-07-07','08:42:00','18:18:54',7.58722,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 08:42:00\", \"left\": \"2025-07-07 18:18:54\", \"late\": false, \"onlineTime\": 27556, \"offlineTime\": 0, \"desktimeTime\": 27556, \"atWorkTime\": 34614, \"afterWorkTime\": 0, \"beforeWorkTime\": 173, \"productiveTime\": 27314, \"productivity\": 99.12, \"efficiency\": 108.39, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"makemytrip.com\": {\"id\": 59102136150, \"app\": \"makemytrip.com\", \"name\": \"makemytrip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"whatsapp\": {\"id\": 59095622454, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}}, \"1\": {\"microsoft powerpoint\": {\"id\": 59092733435, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5811}, \"microsoft outlook\": {\"id\": 59091192395, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3678}, \"ms-teams\": {\"id\": 59091534613, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2621}, \"lms.chlserv.com\": {\"id\": 59091529292, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1915}, \"adsmanager.facebook.com\": {\"id\": 59094007530, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1814}, \"notepad\": {\"id\": 59091803684, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1587}, \"microsoft excel\": {\"id\": 59092044369, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1357}, \"windows explorer\": {\"id\": 59091620780, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 807}, \"linkedin.com\": {\"id\": 59091191447, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 796}, \"indiaisus.com\": {\"id\": 59093187654, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 663}, \"ads.google.com\": {\"id\": 59092052558, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 623}, \"business.facebook.com\": {\"id\": 59094007531, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 611}, \"youtube.com\": {\"id\": 59093051656, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 550}, \"docs.google.com\": {\"id\": 59092027329, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"web.whatsapp.com\": {\"id\": 59091805858, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 468}, \"acrobat\": {\"id\": 59102542263, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 385}, \"hrez.crystalhues.in\": {\"id\": 59091542492, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}, \"dashboard.tawk.to\": {\"id\": 59091787789, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 327}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59092273711, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"google chrome\": {\"id\": 59091203457, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 284}, \"chatgpt.com\": {\"id\": 59093683022, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"google.com\": {\"id\": 59091995615, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"analytics.google.com\": {\"id\": 59094825660, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"desktime.com\": {\"id\": 59091204550, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"app.neilpatel.com\": {\"id\": 59092718209, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"tagmanager.google.com\": {\"id\": 59094449397, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"login.microsoftonline.com\": {\"id\": 59091542493, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"webengage.com\": {\"id\": 59092203100, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"shellexperiencehost\": {\"id\": 59091585088, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"search.google.com\": {\"id\": 59094040347, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"webfx.com\": {\"id\": 59100845186, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"irctc.co.in\": {\"id\": 59102232236, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"snippingtool\": {\"id\": 59094128751, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"chrome://profile-picker\": {\"id\": 59093947719, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"shellhost\": {\"id\": 59093040831, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"crystalhues.com\": {\"id\": 59091201955, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"onlinent\": {\"id\": 59093594880, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"instagram.com\": {\"id\": 59104186877, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"linkgraph.com\": {\"id\": 59093586207, \"app\": \"linkgraph.com\", \"name\": \"linkgraph.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59094054775, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"unknown app\": {\"id\": 59092550381, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"n8n.io\": {\"id\": 59093659912, \"app\": \"n8n.io\", \"name\": \"n8n.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"microsoft word\": {\"id\": 59093334384, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"about:blank\": {\"id\": 59094078393, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chrome://new-tab-page\": {\"id\": 59093952894, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 59095378480, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59095622446, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:57'),(1499,18,'2025-07-08','09:25:43','18:25:41',7.75639,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 09:25:43\", \"left\": \"2025-07-08 18:25:41\", \"late\": true, \"onlineTime\": 27923, \"offlineTime\": 0, \"desktimeTime\": 27923, \"atWorkTime\": 32398, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27923, \"productivity\": 100, \"efficiency\": 110.81, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 59119245056, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5590}, \"ms-teams\": {\"id\": 59119143705, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5242}, \"microsoft outlook\": {\"id\": 59119098585, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3358}, \"ads.google.com\": {\"id\": 59123599543, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3244}, \"linkedin.com\": {\"id\": 59125483817, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1280}, \"notepad\": {\"id\": 59119186557, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1013}, \"google.com\": {\"id\": 59119109692, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 809}, \"microsoft excel\": {\"id\": 59119312408, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 780}, \"lms.chlserv.com\": {\"id\": 59119352027, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 760}, \"analytics.google.com\": {\"id\": 59119591970, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 705}, \"web.whatsapp.com\": {\"id\": 59119140756, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 604}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59119253155, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 578}, \"windows explorer\": {\"id\": 59119096904, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 400}, \"chlsoftech.com\": {\"id\": 59120162464, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 397}, \"bankbazaar.com\": {\"id\": 59131751232, \"app\": \"bankbazaar.com\", \"name\": \"bankbazaar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 316}, \"docs.google.com\": {\"id\": 59120104924, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"webengage.com\": {\"id\": 59119148615, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"digitalfruits.in\": {\"id\": 59132072615, \"app\": \"digitalfruits.in\", \"name\": \"digitalfruits.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"google chrome\": {\"id\": 59119699525, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"shellexperiencehost\": {\"id\": 59119169071, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 188}, \"inoways.com\": {\"id\": 59130679170, \"app\": \"inoways.com\", \"name\": \"inoways.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"microsoft word\": {\"id\": 59125436154, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"search.google.com\": {\"id\": 59119135579, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"photos\": {\"id\": 59125799462, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"fairgaze.com\": {\"id\": 59131667718, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"chatgpt.com\": {\"id\": 59119640288, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"indiaisus.com\": {\"id\": 59119300555, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"sora.chatgpt.com\": {\"id\": 59132202841, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"desktime.com\": {\"id\": 59126014300, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"meet.google.com\": {\"id\": 59126949715, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"business.google.com\": {\"id\": null, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"facebook.com\": {\"id\": 59130553758, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"hrez.crystalhues.in\": {\"id\": 59119135576, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"app.neilpatel.com\": {\"id\": 59119107942, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"msedge\": {\"id\": 59126955777, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"caplineservices.in\": {\"id\": null, \"app\": \"caplineservices.in\", \"name\": \"caplineservices.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"acrobat\": {\"id\": 59125160848, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"dashboard.tawk.to\": {\"id\": 59119103380, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"login.microsoftonline.com\": {\"id\": 59119143708, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"indiaasisee.fairgaze.com\": {\"id\": 59119574821, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"youtube.com\": {\"id\": 59132891918, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"in.linkedin.com\": {\"id\": 59130505936, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"shellhost\": {\"id\": 59119119997, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"chlworldwide.com\": {\"id\": 59130767939, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"unknown app\": {\"id\": 59119595319, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59119137608, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"tagmanager.google.com\": {\"id\": 59132289834, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onlinent\": {\"id\": 59119448197, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"google.co.in\": {\"id\": null, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"grammarly.desktop\": {\"id\": 59126145321, \"app\": \"Grammarly.Desktop\", \"name\": \"Grammarly.Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:50:58'),(1500,18,'2025-07-09','09:28:22','18:24:24',7.94389,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 09:28:22\", \"left\": \"2025-07-09 18:24:24\", \"late\": true, \"onlineTime\": 28629, \"offlineTime\": 0, \"desktimeTime\": 28629, \"atWorkTime\": 32162, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28598, \"productivity\": 99.82, \"efficiency\": 113.48, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"twitter.com\": {\"id\": 59156495827, \"app\": \"twitter.com\", \"name\": \"twitter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"0\": {\"whatsapp\": {\"id\": 59147343168, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}}, \"1\": {\"ms-teams\": {\"id\": 59146982021, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6343}, \"microsoft powerpoint\": {\"id\": 59149544436, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6167}, \"microsoft outlook\": {\"id\": 59146983556, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2279}, \"notepad\": {\"id\": 59147021354, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1963}, \"lms.chlserv.com\": {\"id\": 59147016276, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1537}, \"adsmanager.facebook.com\": {\"id\": 59147158242, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1480}, \"google.com\": {\"id\": 59147324517, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1171}, \"microsoft excel\": {\"id\": 59148665574, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 961}, \"web.whatsapp.com\": {\"id\": 59147049838, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 794}, \"windows explorer\": {\"id\": 59147016273, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 616}, \"ads.google.com\": {\"id\": 59146980554, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 601}, \"search.google.com\": {\"id\": 59147109270, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 389}, \"instagram.com\": {\"id\": 59147584039, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"pagespeed.web.dev\": {\"id\": 59160316220, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 342}, \"google chrome\": {\"id\": 59147076751, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 320}, \"docs.google.com\": {\"id\": 59147018217, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 302}, \"app.neilpatel.com\": {\"id\": 59147089500, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"desktime.com\": {\"id\": 59147078494, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"google.com.my\": {\"id\": 59152990021, \"app\": \"google.com.my\", \"name\": \"google.com.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"sora.chatgpt.com\": {\"id\": 59147491396, \"app\": \"sora.chatgpt.com\", \"name\": \"sora.chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"chatgpt.com\": {\"id\": 59147488896, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"c\": {\"id\": 59147051554, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"crystalhues.com\": {\"id\": 59150453881, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"facebook.com\": {\"id\": 59147150928, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"linkedin.com\": {\"id\": 59156281209, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"nimdzi.com\": {\"id\": 59159098346, \"app\": \"nimdzi.com\", \"name\": \"nimdzi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"systemsettings\": {\"id\": 59150101713, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"chlsoftech.com\": {\"id\": 59147121734, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"seroundtable.com\": {\"id\": 59156753010, \"app\": \"seroundtable.com\", \"name\": \"seroundtable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"firefox\": {\"id\": 59155036748, \"app\": \"Firefox\", \"name\": \"Firefox\", \"type\": \"app\", \"category_id\": 0, \"duration\": 116}, \"shellexperiencehost\": {\"id\": 59146999676, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"youtube.com\": {\"id\": 59147141199, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"tagmanager.google.com\": {\"id\": 59147491397, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"indiaisus.com\": {\"id\": 59147486314, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"msedge\": {\"id\": 59147254226, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"x.com\": {\"id\": 59156501835, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"studio.youtube.com\": {\"id\": 59156518337, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"hrez.crystalhues.in\": {\"id\": 59147081904, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"chrome://new-tab-page\": {\"id\": 59150190466, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59156143391, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"analytics.google.com\": {\"id\": 59147104315, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"in.emsigner.com\": {\"id\": 59160328826, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"chrome://profile-picker\": {\"id\": 59150190459, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59147113711, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"searchhost\": {\"id\": 59147340994, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"fairgaze.com\": {\"id\": 59147218325, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"webengage.com\": {\"id\": 59149934842, \"app\": \"webengage.com\", \"name\": \"webengage.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bing.com\": {\"id\": 59147256363, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bankbazaar.com\": {\"id\": 59147003186, \"app\": \"bankbazaar.com\", \"name\": \"bankbazaar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"unknown app\": {\"id\": 59147519327, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"maverickmanagement.in\": {\"id\": 59160615316, \"app\": \"maverickmanagement.in\", \"name\": \"maverickmanagement.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"login.microsoftonline.com\": {\"id\": 59147080287, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"websiteseochecker.com\": {\"id\": 59159995053, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"transperfect.com\": {\"id\": 59159572467, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"pickerhost\": {\"id\": 59150085333, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"encrypted-tbn0.gstatic.com\": {\"id\": 59147511589, \"app\": \"encrypted-tbn0.gstatic.com\", \"name\": \"encrypted-tbn0.gstatic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"bit.ly\": {\"id\": 59149954444, \"app\": \"bit.ly\", \"name\": \"bit.ly\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 59147519334, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59147451749, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://newtab\": {\"id\": 59153124702, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"acrobat\": {\"id\": 59147107768, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"snippingtool\": {\"id\": 59148371293, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:51:00'),(1501,18,'2025-07-10','09:49:44','19:48:43',7.46528,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 09:49:44\", \"left\": \"2025-07-10 19:48:43\", \"late\": true, \"onlineTime\": 27184, \"offlineTime\": 0, \"desktimeTime\": 27184, \"atWorkTime\": 35939, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26875, \"productivity\": 98.86, \"efficiency\": 106.65, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59182654920, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 191}, \"amazon.in\": {\"id\": 59180391971, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"flipkart.com\": {\"id\": 59180359215, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"mail.google.com\": {\"id\": 59177578941, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59174091068, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4002}, \"lms.chlserv.com\": {\"id\": 59174157984, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2981}, \"notepad\": {\"id\": 59174102216, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2171}, \"ms-teams\": {\"id\": 59174081840, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1853}, \"microsoft excel\": {\"id\": 59175287767, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1814}, \"crystalhues.com\": {\"id\": 59174886157, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1232}, \"linkedin.com\": {\"id\": 59175492331, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1037}, \"google chrome\": {\"id\": 59174334326, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1016}, \"dapacheckerpro.com\": {\"id\": 59185241520, \"app\": \"dapacheckerpro.com\", \"name\": \"dapacheckerpro.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 934}, \"google.com\": {\"id\": 59174479246, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 866}, \"chlsoftech.com\": {\"id\": 59174081841, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 838}, \"windows explorer\": {\"id\": 59174078064, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 811}, \"adsmanager.facebook.com\": {\"id\": 59176838017, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 733}, \"ads.google.com\": {\"id\": 59174436947, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 660}, \"analytics.google.com\": {\"id\": 59174413008, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 657}, \"web.whatsapp.com\": {\"id\": 59174136529, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 638}, \"youtube.com\": {\"id\": 59176097540, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 569}, \"dashboard.tawk.to\": {\"id\": 59174659895, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"tools.guestpostlinks.net\": {\"id\": 59183855442, \"app\": \"tools.guestpostlinks.net\", \"name\": \"tools.guestpostlinks.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"docs.google.com\": {\"id\": 59175403265, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 246}, \"search.google.com\": {\"id\": 59174334327, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"hrez.crystalhues.in\": {\"id\": 59182999025, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"app.neilpatel.com\": {\"id\": 59182485459, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"pagespeed.web.dev\": {\"id\": 59174668823, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 191}, \"goodfirms.co\": {\"id\": 59174524216, \"app\": \"goodfirms.co\", \"name\": \"goodfirms.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"shellexperiencehost\": {\"id\": 59175660539, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"lookerstudio.google.com\": {\"id\": 59177817068, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"lms.chlsoftech.com\": {\"id\": 59176301287, \"app\": \"lms.chlsoftech.com\", \"name\": \"lms.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"billing.zohosecure.com\": {\"id\": 59174568677, \"app\": \"billing.zohosecure.com\", \"name\": \"billing.zohosecure.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"servicecare.in\": {\"id\": 59186168705, \"app\": \"servicecare.in\", \"name\": \"servicecare.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"sargodhaplast.com\": {\"id\": 59174488469, \"app\": \"sargodhaplast.com\", \"name\": \"sargodhaplast.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"shoptheworld.in\": {\"id\": 59180467193, \"app\": \"shoptheworld.in\", \"name\": \"shoptheworld.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"snippingtool\": {\"id\": 59174682341, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"desktime.com\": {\"id\": 59174871901, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"lenovo.com\": {\"id\": 59181541192, \"app\": \"lenovo.com\", \"name\": \"lenovo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59181810069, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"onlinent\": {\"id\": 59174105253, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"x.com\": {\"id\": 59182086137, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"instagram.com\": {\"id\": 59179912188, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"chlworldwide.com\": {\"id\": 59174261309, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"seroundtable.com\": {\"id\": 59174204228, \"app\": \"seroundtable.com\", \"name\": \"seroundtable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"facebook.com\": {\"id\": 59182181148, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"chllocalization.com\": {\"id\": 59176875173, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"mondigroup.com\": {\"id\": 59183466612, \"app\": \"mondigroup.com\", \"name\": \"mondigroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"ics-dubai.com\": {\"id\": 59176859411, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"linkgraph.com\": {\"id\": 59185247566, \"app\": \"linkgraph.com\", \"name\": \"linkgraph.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"services.india.gov.in\": {\"id\": 59174608308, \"app\": \"services.india.gov.in\", \"name\": \"services.india.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"careers.ey.com\": {\"id\": 59175655949, \"app\": \"careers.ey.com\", \"name\": \"careers.ey.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"chrome://profile-picker\": {\"id\": 59182062851, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"unknown app\": {\"id\": 59174079974, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"dapachecker.org\": {\"id\": 59184083336, \"app\": \"dapachecker.org\", \"name\": \"dapachecker.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"chrome://new-tab-page\": {\"id\": 59182068466, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"tax2win.in\": {\"id\": 59174639435, \"app\": \"tax2win.in\", \"name\": \"tax2win.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"shellhost\": {\"id\": 59180917585, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"transperfect.com\": {\"id\": 59182922625, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"signalx.ai\": {\"id\": 59174635454, \"app\": \"signalx.ai\", \"name\": \"signalx.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"hyderabad-india-online.com\": {\"id\": 59186546565, \"app\": \"hyderabad-india-online.com\", \"name\": \"hyderabad-india-online.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chrome://newtab\": {\"id\": 59182792188, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"chrome://profile-customization\": {\"id\": 59182762886, \"app\": \"chrome://profile-customization\", \"name\": \"chrome://profile-customization\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 59182999021, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"venwindrefex.com\": {\"id\": 59182395143, \"app\": \"venwindrefex.com\", \"name\": \"venwindrefex.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"flipboard.com\": {\"id\": 59180353862, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"onlinehyderabad.in\": {\"id\": 59186554003, \"app\": \"onlinehyderabad.in\", \"name\": \"onlinehyderabad.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"smallseotools.com\": {\"id\": 59185143095, \"app\": \"smallseotools.com\", \"name\": \"smallseotools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 59174564838, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"tawk.to\": {\"id\": 59174659894, \"app\": \"tawk.to\", \"name\": \"tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"mca.gov.in\": {\"id\": 59174611389, \"app\": \"mca.gov.in\", \"name\": \"mca.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"indiafilings.com\": {\"id\": 59174635452, \"app\": \"indiafilings.com\", \"name\": \"indiafilings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"thetoptens.com\": {\"id\": 59185118656, \"app\": \"thetoptens.com\", \"name\": \"thetoptens.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"seoreviewtools.com\": {\"id\": 59185148979, \"app\": \"seoreviewtools.com\", \"name\": \"seoreviewtools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"prepostseo.com\": {\"id\": 59185247563, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tagmanager.google.com\": {\"id\": 59175153660, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:01'),(1502,18,'2025-07-11','09:28:22','18:21:45',7.2475,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 09:28:22\", \"left\": \"2025-07-11 18:21:45\", \"late\": true, \"onlineTime\": 26105, \"offlineTime\": 0, \"desktimeTime\": 26105, \"atWorkTime\": 32003, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26091, \"productivity\": 99.95, \"efficiency\": 103.54, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"reboot.digg.com\": {\"id\": 59207365193, \"app\": \"reboot.digg.com\", \"name\": \"reboot.digg.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dribbble.com\": {\"id\": 59207370437, \"app\": \"dribbble.com\", \"name\": \"dribbble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dashboard.twitch.tv\": {\"id\": 59207306455, \"app\": \"dashboard.twitch.tv\", \"name\": \"dashboard.twitch.tv\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"afternic.com\": {\"id\": 59206989664, \"app\": \"afternic.com\", \"name\": \"afternic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59200610589, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5103}, \"notepad\": {\"id\": 59200712030, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2916}, \"microsoft excel\": {\"id\": 59200879106, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2449}, \"crystalhues.com\": {\"id\": 59200863264, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2134}, \"docs.google.com\": {\"id\": 59200692429, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1641}, \"linkedin.com\": {\"id\": 59201259296, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1617}, \"lms.chlserv.com\": {\"id\": 59200865374, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1574}, \"google chrome\": {\"id\": 59200860260, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 851}, \"search.google.com\": {\"id\": 59200625835, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 763}, \"rmsi.com\": {\"id\": 59202062510, \"app\": \"rmsi.com\", \"name\": \"rmsi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 762}, \"web.whatsapp.com\": {\"id\": 59201665766, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 590}, \"google.com\": {\"id\": 59201173134, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 562}, \"ms-teams\": {\"id\": 59200768435, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 539}, \"ads.google.com\": {\"id\": 59201084601, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 411}, \"windows explorer\": {\"id\": 59200595726, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 391}, \"optamonenterprises.com\": {\"id\": 59206402032, \"app\": \"optamonenterprises.com\", \"name\": \"optamonenterprises.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 373}, \"app.neilpatel.com\": {\"id\": 59201580718, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 369}, \"dashboard.tawk.to\": {\"id\": 59200594297, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 301}, \"facebook.com\": {\"id\": 59207762630, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"hrez.crystalhues.in\": {\"id\": 59200817563, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"instagram.com\": {\"id\": 59207828555, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"desktime.com\": {\"id\": 59200856059, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"msedge\": {\"id\": 59206479717, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 115}, \"shellexperiencehost\": {\"id\": 59200831046, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"youtube.com\": {\"id\": 59201580717, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"x.com\": {\"id\": 59207823112, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"elovebook.com\": {\"id\": 59207390949, \"app\": \"elovebook.com\", \"name\": \"elovebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59209249818, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"global-free-classified-ads.com\": {\"id\": 59207316857, \"app\": \"global-free-classified-ads.com\", \"name\": \"global-free-classified-ads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"antal.com\": {\"id\": 59210360726, \"app\": \"antal.com\", \"name\": \"antal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"orixindia.com\": {\"id\": 59210171831, \"app\": \"orixindia.com\", \"name\": \"orixindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"chrome://new-tab-page\": {\"id\": 59200690895, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"about:blank\": {\"id\": 59204063724, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 59206974479, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"panchamisoft.com\": {\"id\": 59201916096, \"app\": \"panchamisoft.com\", \"name\": \"panchamisoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"shellhost\": {\"id\": 59202221893, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\": {\"id\": 59211277301, \"app\": \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\", \"name\": \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"chlsoftech.com\": {\"id\": 59200713582, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"mightynetworks.com\": {\"id\": 59207128075, \"app\": \"mightynetworks.com\", \"name\": \"mightynetworks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"tumblr.com\": {\"id\": 59207233753, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"orangescrum.com\": {\"id\": 59207288536, \"app\": \"orangescrum.com\", \"name\": \"orangescrum.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\": {\"id\": 59206964662, \"app\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"name\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"blogerus.com\": {\"id\": 59207261010, \"app\": \"blogerus.com\", \"name\": \"blogerus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"dzone.com\": {\"id\": 59206989671, \"app\": \"dzone.com\", \"name\": \"dzone.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"chromewebstore.google.com\": {\"id\": 59206954664, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"ucoz.ru\": {\"id\": 59207037939, \"app\": \"ucoz.ru\", \"name\": \"ucoz.ru\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"booklikes.com\": {\"id\": 59207007802, \"app\": \"booklikes.com\", \"name\": \"booklikes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"wellfound.com\": {\"id\": 59207079827, \"app\": \"wellfound.com\", \"name\": \"wellfound.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"onlinent\": {\"id\": 59207002643, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"akama.com\": {\"id\": 59207064080, \"app\": \"akama.com\", \"name\": \"akama.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"drive.google.com\": {\"id\": 59204058994, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59200637380, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"freshworks.com\": {\"id\": 59207278219, \"app\": \"freshworks.com\", \"name\": \"freshworks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"creativecow.net\": {\"id\": 59207250050, \"app\": \"creativecow.net\", \"name\": \"creativecow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"indiaisus.com\": {\"id\": 59203301874, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"wix.com\": {\"id\": 59207375491, \"app\": \"wix.com\", \"name\": \"wix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"elclasificado.com\": {\"id\": 59207380810, \"app\": \"elclasificado.com\", \"name\": \"elclasificado.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"wonderhowto.com\": {\"id\": 59207255532, \"app\": \"wonderhowto.com\", \"name\": \"wonderhowto.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"depositfiles.com\": {\"id\": 59207012628, \"app\": \"depositfiles.com\", \"name\": \"depositfiles.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"10lance.com\": {\"id\": 59207002640, \"app\": \"10lance.com\", \"name\": \"10lance.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"pay.billdesk.com\": {\"id\": 59211271938, \"app\": \"pay.billdesk.com\", \"name\": \"pay.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"creativemarket.com\": {\"id\": 59207250052, \"app\": \"creativemarket.com\", \"name\": \"creativemarket.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"finishmyproject.com\": {\"id\": 59207048213, \"app\": \"finishmyproject.com\", \"name\": \"finishmyproject.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"acrobat\": {\"id\": 59200789696, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"coub.com\": {\"id\": 59207244893, \"app\": \"coub.com\", \"name\": \"coub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"auth.sas.com\": {\"id\": 59207101175, \"app\": \"auth.sas.com\", \"name\": \"auth.sas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"amsterdamsmartcity.com\": {\"id\": 59207074561, \"app\": \"amsterdamsmartcity.com\", \"name\": \"amsterdamsmartcity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"blogger.com\": {\"id\": 59206989667, \"app\": \"blogger.com\", \"name\": \"blogger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"4shared.com\": {\"id\": 59206984457, \"app\": \"4shared.com\", \"name\": \"4shared.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"login.microsoftonline.com\": {\"id\": 59200815708, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"desall.com\": {\"id\": 59207355079, \"app\": \"desall.com\", \"name\": \"desall.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"demo.socialengine.com\": {\"id\": 59207349882, \"app\": \"demo.socialengine.com\", \"name\": \"demo.socialengine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ccm.net\": {\"id\": 59207133413, \"app\": \"ccm.net\", \"name\": \"ccm.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"bandcamp.com\": {\"id\": 59207106316, \"app\": \"bandcamp.com\", \"name\": \"bandcamp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"feedly.com\": {\"id\": 59207432286, \"app\": \"feedly.com\", \"name\": \"feedly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"dglonet.com\": {\"id\": 59207360117, \"app\": \"dglonet.com\", \"name\": \"dglonet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"decentralizers.org\": {\"id\": 59207306456, \"app\": \"decentralizers.org\", \"name\": \"decentralizers.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"dasauge.de\": {\"id\": 59207301223, \"app\": \"dasauge.de\", \"name\": \"dasauge.de\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"creativemornings.com\": {\"id\": 59207255527, \"app\": \"creativemornings.com\", \"name\": \"creativemornings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"rockby.net\": {\"id\": 59207028097, \"app\": \"rockby.net\", \"name\": \"rockby.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"allmyfaves.com\": {\"id\": 59207069207, \"app\": \"allmyfaves.com\", \"name\": \"allmyfaves.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"fairygodboss.com\": {\"id\": 59207432284, \"app\": \"fairygodboss.com\", \"name\": \"fairygodboss.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"carrd.co\": {\"id\": 59207272861, \"app\": \"carrd.co\", \"name\": \"carrd.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"imgbb.com\": {\"id\": 59207261008, \"app\": \"imgbb.com\", \"name\": \"imgbb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"completed.com\": {\"id\": 59207244883, \"app\": \"completed.com\", \"name\": \"completed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"classifieds4free.com\": {\"id\": 59207239389, \"app\": \"classifieds4free.com\", \"name\": \"classifieds4free.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"krachelart.com\": {\"id\": 59207017781, \"app\": \"krachelart.com\", \"name\": \"krachelart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"informationceo.com\": {\"id\": 59207053736, \"app\": \"informationceo.com\", \"name\": \"informationceo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"booky.io\": {\"id\": 59207122361, \"app\": \"booky.io\", \"name\": \"booky.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bipamerica.co\": {\"id\": 59207116979, \"app\": \"bipamerica.co\", \"name\": \"bipamerica.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"atavi.com\": {\"id\": 59207095783, \"app\": \"atavi.com\", \"name\": \"atavi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://profile-picker\": {\"id\": 59206917550, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"unknown app\": {\"id\": 59203380967, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"rd.com\": {\"id\": 59202058647, \"app\": \"rd.com\", \"name\": \"rd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ebeel.com\": {\"id\": 59207375488, \"app\": \"ebeel.com\", \"name\": \"ebeel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"apsense.com\": {\"id\": 59207043156, \"app\": \"apsense.com\", \"name\": \"apsense.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chatgpt.com\": {\"id\": 59211464079, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"flipboard.com\": {\"id\": 59207437406, \"app\": \"flipboard.com\", \"name\": \"flipboard.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"theblogfairy.com\": {\"id\": 59207283487, \"app\": \"theblogfairy.com\", \"name\": \"theblogfairy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mystrikingly.com\": {\"id\": 59207278230, \"app\": \"mystrikingly.com\", \"name\": \"mystrikingly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"elink.io\": {\"id\": 59207390946, \"app\": \"elink.io\", \"name\": \"elink.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"electrocd.com\": {\"id\": 59207385871, \"app\": \"electrocd.com\", \"name\": \"electrocd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"danbooru.donmai.us\": {\"id\": 59207301221, \"app\": \"danbooru.donmai.us\", \"name\": \"danbooru.donmai.us\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cults3d.com\": {\"id\": 59207296209, \"app\": \"cults3d.com\", \"name\": \"cults3d.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"coolpot.com\": {\"id\": 59207244888, \"app\": \"coolpot.com\", \"name\": \"coolpot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"cheezburger.com\": {\"id\": 59207138865, \"app\": \"cheezburger.com\", \"name\": \"cheezburger.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"phpbt.online.fr\": {\"id\": 59207022859, \"app\": \"phpbt.online.fr\", \"name\": \"phpbt.online.fr\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"old.uid.me\": {\"id\": 59207032977, \"app\": \"old.uid.me\", \"name\": \"old.uid.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indiacatalog.com\": {\"id\": 59207053732, \"app\": \"indiacatalog.com\", \"name\": \"indiacatalog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"catchthemes.com\": {\"id\": 59207133412, \"app\": \"catchthemes.com\", \"name\": \"catchthemes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"caramel.la\": {\"id\": 59207128076, \"app\": \"caramel.la\", \"name\": \"caramel.la\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"business.trustratings.com\": {\"id\": 59207122367, \"app\": \"business.trustratings.com\", \"name\": \"business.trustratings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bipprime.net\": {\"id\": 59207116983, \"app\": \"bipprime.net\", \"name\": \"bipprime.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bharathlisting.com\": {\"id\": 59207111663, \"app\": \"bharathlisting.com\", \"name\": \"bharathlisting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"beta.icheckmovies.com\": {\"id\": 59207111661, \"app\": \"beta.icheckmovies.com\", \"name\": \"beta.icheckmovies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"baltimorenewswire.com\": {\"id\": 59207106315, \"app\": \"baltimorenewswire.com\", \"name\": \"baltimorenewswire.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"auth.reedsy.com\": {\"id\": 59207101173, \"app\": \"auth.reedsy.com\", \"name\": \"auth.reedsy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"archive.org\": {\"id\": 59207090121, \"app\": \"archive.org\", \"name\": \"archive.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"americancpr.com\": {\"id\": 59207074557, \"app\": \"americancpr.com\", \"name\": \"americancpr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"amara.org\": {\"id\": 59207074552, \"app\": \"amara.org\", \"name\": \"amara.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"activerain.com\": {\"id\": 59207058880, \"app\": \"activerain.com\", \"name\": \"activerain.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"papaly.com\": {\"id\": 59201908065, \"app\": \"papaly.com\", \"name\": \"papaly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"exercism.org\": {\"id\": 59207426895, \"app\": \"exercism.org\", \"name\": \"exercism.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"indads.in\": {\"id\": 59207316854, \"app\": \"indads.in\", \"name\": \"indads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"citysquares.com\": {\"id\": 59207239388, \"app\": \"citysquares.com\", \"name\": \"citysquares.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"sonicsquirrel.net\": {\"id\": 59207028100, \"app\": \"sonicsquirrel.net\", \"name\": \"sonicsquirrel.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"prsync.com\": {\"id\": 59207022863, \"app\": \"prsync.com\", \"name\": \"prsync.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"au.blurb.com\": {\"id\": 59207095788, \"app\": \"au.blurb.com\", \"name\": \"au.blurb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"articles.abilogic.com\": {\"id\": 59207090130, \"app\": \"articles.abilogic.com\", \"name\": \"articles.abilogic.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"anotepad.com\": {\"id\": 59207084983, \"app\": \"anotepad.com\", \"name\": \"anotepad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"addons.wpforo.com\": {\"id\": 59207058885, \"app\": \"addons.wpforo.com\", \"name\": \"addons.wpforo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"analytics.google.com\": {\"id\": 59211464083, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 59207902673, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"fliphtml5.com\": {\"id\": 59207437407, \"app\": \"fliphtml5.com\", \"name\": \"fliphtml5.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"findnerd.com\": {\"id\": 59207437405, \"app\": \"findnerd.com\", \"name\": \"findnerd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"medium.com\": {\"id\": 59207278228, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hashnode.com\": {\"id\": 59207278227, \"app\": \"hashnode.com\", \"name\": \"hashnode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gynoblog.com\": {\"id\": 59207278225, \"app\": \"gynoblog.com\", \"name\": \"gynoblog.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"egpu.io\": {\"id\": 59207380807, \"app\": \"egpu.io\", \"name\": \"egpu.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"doclassifieds.com\": {\"id\": 59207370427, \"app\": \"doclassifieds.com\", \"name\": \"doclassifieds.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"digiex.net\": {\"id\": 59207365198, \"app\": \"digiex.net\", \"name\": \"digiex.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"devpost.com\": {\"id\": 59207360116, \"app\": \"devpost.com\", \"name\": \"devpost.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dev.to\": {\"id\": 59207360114, \"app\": \"dev.to\", \"name\": \"dev.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"demo.wowonder.com\": {\"id\": 59207355077, \"app\": \"demo.wowonder.com\", \"name\": \"demo.wowonder.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"demo.sngine.com\": {\"id\": 59207349881, \"app\": \"demo.sngine.com\", \"name\": \"demo.sngine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"demo.pinclone.net\": {\"id\": 59207349880, \"app\": \"demo.pinclone.net\", \"name\": \"demo.pinclone.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"decidim.santcugat.cat\": {\"id\": 59207311636, \"app\": \"decidim.santcugat.cat\", \"name\": \"decidim.santcugat.cat\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"contentools.com\": {\"id\": 59207272862, \"app\": \"contentools.com\", \"name\": \"contentools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"create.piktochart.com\": {\"id\": 59207250049, \"app\": \"create.piktochart.com\", \"name\": \"create.piktochart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ttlink.com\": {\"id\": 59207032969, \"app\": \"ttlink.com\", \"name\": \"ttlink.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"totads.com\": {\"id\": 59207032967, \"app\": \"totads.com\", \"name\": \"totads.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pixolinks.com\": {\"id\": 59207022862, \"app\": \"pixolinks.com\", \"name\": \"pixolinks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"imagehost.at\": {\"id\": 59207053728, \"app\": \"imagehost.at\", \"name\": \"imagehost.at\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"calendly.com\": {\"id\": 59207128072, \"app\": \"calendly.com\", \"name\": \"calendly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"blacksnetwork.net\": {\"id\": 59207116986, \"app\": \"blacksnetwork.net\", \"name\": \"blacksnetwork.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"avader.org\": {\"id\": 59207106317, \"app\": \"avader.org\", \"name\": \"avader.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"audiojungle.net\": {\"id\": 59207095784, \"app\": \"audiojungle.net\", \"name\": \"audiojungle.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"armorgames.com\": {\"id\": 59207090127, \"app\": \"armorgames.com\", \"name\": \"armorgames.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"appsgeyser.com\": {\"id\": 59207090116, \"app\": \"appsgeyser.com\", \"name\": \"appsgeyser.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"allauthor.com\": {\"id\": 59207069205, \"app\": \"allauthor.com\", \"name\": \"allauthor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"addons.mozilla.org\": {\"id\": 59207058882, \"app\": \"addons.mozilla.org\", \"name\": \"addons.mozilla.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about.me\": {\"id\": 59207058877, \"app\": \"about.me\", \"name\": \"about.me\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bloglovin.com\": {\"id\": 59206989670, \"app\": \"bloglovin.com\", \"name\": \"bloglovin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dochub.com\": {\"id\": 59207365202, \"app\": \"dochub.com\", \"name\": \"dochub.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"edocr.com\": {\"id\": 59206997331, \"app\": \"edocr.com\", \"name\": \"edocr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:51:01'),(1503,18,'2025-07-12','12:06:33','12:08:20',0.0297222,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-12\", \"isOnline\": false, \"arrived\": \"2025-07-12 12:06:33\", \"left\": \"2025-07-12 12:08:20\", \"late\": true, \"onlineTime\": 107, \"offlineTime\": 0, \"desktimeTime\": 107, \"atWorkTime\": 107, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 107, \"productivity\": 100, \"efficiency\": 0.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59224478242, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"ads.google.com\": {\"id\": 59224478239, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"crystalhues.com\": {\"id\": 59224478238, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:02'),(1504,18,'2025-07-13',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-13\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:51:02'),(1505,18,'2025-07-14','09:20:44','18:20:04',7.31417,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 09:20:44\", \"left\": \"2025-07-14 18:20:04\", \"late\": true, \"onlineTime\": 26411, \"offlineTime\": 0, \"desktimeTime\": 26411, \"atWorkTime\": 32360, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26331, \"productivity\": 99.7, \"efficiency\": 104.49, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59233099016, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59230526477, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4757}, \"youtube.com\": {\"id\": 59231427491, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3214}, \"ms-teams\": {\"id\": 59230555446, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2340}, \"lms.chlserv.com\": {\"id\": 59230755492, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2049}, \"notepad\": {\"id\": 59230868422, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1715}, \"web.whatsapp.com\": {\"id\": 59230565150, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1248}, \"ads.google.com\": {\"id\": 59230541437, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1239}, \"analytics.google.com\": {\"id\": 59231960328, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1133}, \"linkedin.com\": {\"id\": 59230695494, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1079}, \"instagram.com\": {\"id\": 59240135986, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 794}, \"windows explorer\": {\"id\": 59230675640, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 649}, \"google chrome\": {\"id\": 59230765263, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 541}, \"google.com\": {\"id\": 59233253425, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 491}, \"app.neilpatel.com\": {\"id\": 59231209378, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 400}, \"chlsoftech.com\": {\"id\": 59231292688, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}, \"semrush.com\": {\"id\": 59236687459, \"app\": \"semrush.com\", \"name\": \"semrush.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"crystalhues.com\": {\"id\": 59230566479, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 352}, \"outhinkers.in\": {\"id\": 59242903507, \"app\": \"outhinkers.in\", \"name\": \"outhinkers.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 351}, \"chlworldwide.com\": {\"id\": 59241888713, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 347}, \"tagmanager.google.com\": {\"id\": 59231922373, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 340}, \"app.gravitywrite.com\": {\"id\": 59234357504, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"moz.com\": {\"id\": 59236820710, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 162}, \"search.google.com\": {\"id\": 59231926138, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"bhaskar.com\": {\"id\": 59241552964, \"app\": \"bhaskar.com\", \"name\": \"bhaskar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"docs.google.com\": {\"id\": 59230753833, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"hrez.crystalhues.in\": {\"id\": 59230767286, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"afinue.com\": {\"id\": 59233596773, \"app\": \"afinue.com\", \"name\": \"afinue.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"dashboard.tawk.to\": {\"id\": 59230989759, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"gravitywrite.com\": {\"id\": 59233431579, \"app\": \"gravitywrite.com\", \"name\": \"gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"studio.youtube.com\": {\"id\": 59240410505, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"startmenuexperiencehost\": {\"id\": 59232600768, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"facebook.com\": {\"id\": 59240371678, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"lockapp\": {\"id\": 59232635093, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"tagassistant.google.com\": {\"id\": 59232384980, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"shellhost\": {\"id\": 59231420736, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"irctc.co.in\": {\"id\": 59230995404, \"app\": \"irctc.co.in\", \"name\": \"irctc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"opentracker.net\": {\"id\": 59233620566, \"app\": \"opentracker.net\", \"name\": \"opentracker.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"chllocalization.com\": {\"id\": 59242736198, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"desktime.com\": {\"id\": 59231106732, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"chatgpt.com\": {\"id\": 59230553580, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"microsoft excel\": {\"id\": 59243537658, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59239922085, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"serpapi.com\": {\"id\": 59239496680, \"app\": \"serpapi.com\", \"name\": \"serpapi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"x.com\": {\"id\": 59240311200, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"login.microsoftonline.com\": {\"id\": 59230765265, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"shellexperiencehost\": {\"id\": 59233036938, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59231930944, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"unknown app\": {\"id\": 59230687325, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"mun.fairgaze.com\": {\"id\": 59240946616, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"chrome://profile-picker\": {\"id\": 59232697269, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"microsoft powerpoint\": {\"id\": 59238233106, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"msedge\": {\"id\": 59240960964, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"pickerhost\": {\"id\": 59230538862, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"chrome://new-tab-page\": {\"id\": 59232701200, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"acrobat\": {\"id\": 59231214888, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"neilpatel.com\": {\"id\": 59237750082, \"app\": \"neilpatel.com\", \"name\": \"neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"voices.com\": {\"id\": 59233710568, \"app\": \"voices.com\", \"name\": \"voices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"adsmanager.facebook.com\": {\"id\": 59230755490, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"auth.gravitywrite.com\": {\"id\": 59234368107, \"app\": \"auth.gravitywrite.com\", \"name\": \"auth.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"iptrackeronline.com\": {\"id\": 59233715914, \"app\": \"iptrackeronline.com\", \"name\": \"iptrackeronline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"business.google.com\": {\"id\": 59232970903, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"drive.google.com\": {\"id\": 59230868418, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://newtab\": {\"id\": 59232701204, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"transperfect.com\": {\"id\": 59233263487, \"app\": \"transperfect.com\", \"name\": \"transperfect.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chromewebstore.google.com\": {\"id\": 59233253427, \"app\": \"chromewebstore.google.com\", \"name\": \"chromewebstore.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"linguashine.com\": {\"id\": 59230753831, \"app\": \"linguashine.com\", \"name\": \"linguashine.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 59233002000, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"wappalyzer.com\": {\"id\": 59241002312, \"app\": \"wappalyzer.com\", \"name\": \"wappalyzer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lookerstudio.google.com\": {\"id\": 59232501952, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:04'),(1506,18,'2025-07-15','09:39:49','18:18:33',7.41028,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 09:39:49\", \"left\": \"2025-07-15 18:18:33\", \"late\": true, \"onlineTime\": 26724, \"offlineTime\": 0, \"desktimeTime\": 26724, \"atWorkTime\": 31124, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26677, \"productivity\": 99.82, \"efficiency\": 105.86, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59266986154, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"accounts.google.com\": {\"id\": 59266974602, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59257876342, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6119}, \"ms-teams\": {\"id\": 59257823981, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2729}, \"notepad\": {\"id\": 59258082176, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2521}, \"ads.google.com\": {\"id\": 59258100874, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2031}, \"lms.chlserv.com\": {\"id\": 59257812274, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1892}, \"google.com\": {\"id\": 59257796216, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1888}, \"microsoft excel\": {\"id\": 59258026586, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1720}, \"linkedin.com\": {\"id\": 59259005156, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 996}, \"docs.google.com\": {\"id\": 59258204545, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 840}, \"serpapi.com\": {\"id\": 59258204546, \"app\": \"serpapi.com\", \"name\": \"serpapi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 530}, \"youtube.com\": {\"id\": 59266941914, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 509}, \"chatgpt.com\": {\"id\": 59268373526, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 455}, \"crystalhues.com\": {\"id\": 59257794602, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 447}, \"web.whatsapp.com\": {\"id\": 59257812276, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 437}, \"analytics.google.com\": {\"id\": 59257937796, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"google chrome\": {\"id\": 59257794605, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"script.google.com\": {\"id\": 59267305830, \"app\": \"script.google.com\", \"name\": \"script.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 298}, \"windows explorer\": {\"id\": 59257793196, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 243}, \"search.google.com\": {\"id\": 59257898530, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"app.gravitywrite.com\": {\"id\": 59261268546, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"admin.crystalhues.com\": {\"id\": 59270119681, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"microsoft word\": {\"id\": 59262369619, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 190}, \"lionbridge.com\": {\"id\": 59270342320, \"app\": \"lionbridge.com\", \"name\": \"lionbridge.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59257912513, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 143}, \"lms.chlsoftech.com\": {\"id\": 59259307455, \"app\": \"lms.chlsoftech.com\", \"name\": \"lms.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"microsoft powerpoint\": {\"id\": 59265768253, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"shellexperiencehost\": {\"id\": 59257827644, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"xml-sitemaps.com\": {\"id\": 59270692248, \"app\": \"xml-sitemaps.com\", \"name\": \"xml-sitemaps.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"shellhost\": {\"id\": 59265122259, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"unknown app\": {\"id\": 59258398847, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"bhaskar.com\": {\"id\": 59265922794, \"app\": \"bhaskar.com\", \"name\": \"bhaskar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"fairgaze.com\": {\"id\": 59258064736, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"angainfotech.com\": {\"id\": 59257801789, \"app\": \"angainfotech.com\", \"name\": \"angainfotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"snippingtool\": {\"id\": 59270475069, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"onlinent\": {\"id\": 59258035788, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"aakarexhibition.com\": {\"id\": 59259774704, \"app\": \"aakarexhibition.com\", \"name\": \"aakarexhibition.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"chlsoftech.com\": {\"id\": 59270385501, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"en.wikipedia.org\": {\"id\": 59266140487, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"mun.fairgaze.com\": {\"id\": 59261223526, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"keywordindia.com\": {\"id\": 59269513122, \"app\": \"keywordindia.com\", \"name\": \"keywordindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"amittiwari.net\": {\"id\": 59267298835, \"app\": \"amittiwari.net\", \"name\": \"amittiwari.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"about:blank\": {\"id\": 59267286994, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"gravitywrite.com\": {\"id\": 59261273620, \"app\": \"gravitywrite.com\", \"name\": \"gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"pickerhost\": {\"id\": 59270499655, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"chrome://new-tab-page\": {\"id\": 59270527023, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\": {\"id\": 59270576126, \"app\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"name\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"desktime.com\": {\"id\": 59269841258, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chat.openai.com\": {\"id\": 59268367072, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"tawk.link\": {\"id\": 59262197465, \"app\": \"tawk.link\", \"name\": \"tawk.link\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 59270397005, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"pcmag.com\": {\"id\": 59268335007, \"app\": \"pcmag.com\", \"name\": \"pcmag.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"openwith\": {\"id\": 59270113753, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59262287334, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chrome://profile-picker\": {\"id\": 59270521190, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chlworldwide.com\": {\"id\": 59257898525, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sheet.com\": {\"id\": 59267168531, \"app\": \"sheet.com\", \"name\": \"sheet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:04'),(1507,18,'2025-07-16','09:35:18','18:16:17',7.6125,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 09:35:18\", \"left\": \"2025-07-16 18:16:17\", \"late\": true, \"onlineTime\": 27578, \"offlineTime\": 0, \"desktimeTime\": 27578, \"atWorkTime\": 31259, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27405, \"productivity\": 99.37, \"efficiency\": 108.75, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59292197221, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59284978046, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3551}, \"ms-teams\": {\"id\": 59284998118, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3345}, \"microsoft powerpoint\": {\"id\": 59285175099, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3038}, \"ads.google.com\": {\"id\": 59291461521, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2973}, \"fairgaze.com\": {\"id\": 59286453344, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2725}, \"notepad\": {\"id\": 59285395175, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1827}, \"lms.chlserv.com\": {\"id\": 59286014081, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1399}, \"meet.google.com\": {\"id\": 59291566534, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 896}, \"linkedin.com\": {\"id\": 59293651819, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 682}, \"web.whatsapp.com\": {\"id\": 59286007004, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 660}, \"google.com\": {\"id\": 59285417831, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 541}, \"analytics.google.com\": {\"id\": 59291439952, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 481}, \"indiaasisee.fairgaze.com\": {\"id\": 59285601696, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"windows explorer\": {\"id\": 59285108065, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 421}, \"docs.google.com\": {\"id\": 59284961817, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 387}, \"tagmanager.google.com\": {\"id\": 59291455746, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 340}, \"microsoft excel\": {\"id\": 59285236594, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 300}, \"adsmanager.facebook.com\": {\"id\": 59285378027, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 296}, \"facebook.com\": {\"id\": 59285457394, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"mun.fairgaze.com\": {\"id\": 59285021910, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"crystalhues.com\": {\"id\": 59292684504, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 240}, \"google chrome\": {\"id\": 59285155554, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"search.google.com\": {\"id\": 59285073016, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 177}, \"hrez.crystalhues.in\": {\"id\": 59291137723, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"chlworldwide.com\": {\"id\": 59297048551, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"chatgpt.com\": {\"id\": 59297762724, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"sdg.fairgaze.com\": {\"id\": 59285792698, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"acadecraft.com\": {\"id\": 59296127003, \"app\": \"acadecraft.com\", \"name\": \"acadecraft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"business.facebook.com\": {\"id\": 59285471215, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"msedge\": {\"id\": 59288499496, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"chlsoftech.com\": {\"id\": 59288488128, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"keypoint-tech.com\": {\"id\": 59290948846, \"app\": \"keypoint-tech.com\", \"name\": \"keypoint-tech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"transrare.com\": {\"id\": 59296223155, \"app\": \"transrare.com\", \"name\": \"transrare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"thepropshopindia.com\": {\"id\": 59298224605, \"app\": \"thepropshopindia.com\", \"name\": \"thepropshopindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 63}, \"startmenuexperiencehost\": {\"id\": 59285129183, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"shellexperiencehost\": {\"id\": 59285300924, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"login.microsoftonline.com\": {\"id\": 59291113202, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"onlinent\": {\"id\": 59285149286, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"aplusexpo.com\": {\"id\": 59297711190, \"app\": \"aplusexpo.com\", \"name\": \"aplusexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"studyabroad.fairgaze.com\": {\"id\": 59297511345, \"app\": \"studyabroad.fairgaze.com\", \"name\": \"studyabroad.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"acrobat\": {\"id\": 59288976531, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59285076025, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"onedrive\": {\"id\": 59285139163, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 59284992419, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 59287656479, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"script.google.com\": {\"id\": 59288415769, \"app\": \"script.google.com\", \"name\": \"script.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"event-solutionservice.com\": {\"id\": 59298270117, \"app\": \"event-solutionservice.com\", \"name\": \"event-solutionservice.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"unknown app\": {\"id\": 59285119170, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"google.co.in\": {\"id\": 59285699530, \"app\": \"google.co.in\", \"name\": \"google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"register.insta-group.com\": {\"id\": 59298264216, \"app\": \"register.insta-group.com\", \"name\": \"register.insta-group.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"youtube.com\": {\"id\": 59285111924, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"priority-confex.com\": {\"id\": 59298218918, \"app\": \"priority-confex.com\", \"name\": \"priority-confex.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"microsoft word\": {\"id\": 59286010506, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"chat.openai.com\": {\"id\": 59297756774, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"shellhost\": {\"id\": 59286100452, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chrome://profile-picker\": {\"id\": 59285153447, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 59294451008, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59288415765, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59285129182, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59285153448, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"c\": {\"id\": 59288976530, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:51:05'),(1508,18,'2025-07-17','09:31:16','21:02:43',7.79639,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 09:31:16\", \"left\": \"2025-07-17 21:02:43\", \"late\": true, \"onlineTime\": 28066, \"offlineTime\": 0, \"desktimeTime\": 28066, \"atWorkTime\": 41487, \"afterWorkTime\": 1388, \"beforeWorkTime\": 0, \"productiveTime\": 28067, \"productivity\": 100, \"efficiency\": 111.38, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 59313457737, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4518}, \"microsoft outlook\": {\"id\": 59312286333, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3891}, \"linkedin.com\": {\"id\": 59312406145, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2256}, \"ads.google.com\": {\"id\": 59312361857, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1889}, \"ms-teams\": {\"id\": 59312400661, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1619}, \"notepad\": {\"id\": 59312498619, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1342}, \"lms.chlserv.com\": {\"id\": 59312500499, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1206}, \"web.whatsapp.com\": {\"id\": 59312367078, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 952}, \"search.google.com\": {\"id\": 59312685473, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 935}, \"microsoft excel\": {\"id\": 59313244069, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 913}, \"instagram.com\": {\"id\": 59314302638, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 710}, \"docs.google.com\": {\"id\": 59312713367, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 703}, \"google.com\": {\"id\": 59312701502, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 603}, \"youtube.com\": {\"id\": 59315371226, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 561}, \"tagmanager.google.com\": {\"id\": 59314234230, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 552}, \"google chrome\": {\"id\": 59312509643, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 466}, \"facebook.com\": {\"id\": 59315135245, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 453}, \"windows explorer\": {\"id\": 59312276893, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 363}, \"unknown app\": {\"id\": 59312275187, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"languageguruindia.com\": {\"id\": 59323667445, \"app\": \"languageguruindia.com\", \"name\": \"languageguruindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 336}, \"mun.fairgaze.com\": {\"id\": 59312390688, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 306}, \"chatgpt.com\": {\"id\": 59312363371, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 285}, \"lapaas.com\": {\"id\": 59319960096, \"app\": \"lapaas.com\", \"name\": \"lapaas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"economictimes.indiatimes.com\": {\"id\": 59312613380, \"app\": \"economictimes.indiatimes.com\", \"name\": \"economictimes.indiatimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"chlworldwide.com\": {\"id\": 59312511521, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"verbolabs.com\": {\"id\": 59325580673, \"app\": \"verbolabs.com\", \"name\": \"verbolabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"hrez.crystalhues.in\": {\"id\": 59312737008, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"searchhost\": {\"id\": 59314952830, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 163}, \"x.com\": {\"id\": 59315408360, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"adsmanager.facebook.com\": {\"id\": 59319421239, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 148}, \"dashboard.tawk.to\": {\"id\": 59313071276, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"studio.youtube.com\": {\"id\": 59315331158, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"shellexperiencehost\": {\"id\": 59312543179, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"tagassistant.google.com\": {\"id\": 59329936187, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"c\": {\"id\": 59312367080, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"desktime.com\": {\"id\": 59312687889, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"onlinent\": {\"id\": 59312616590, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"nimdzi.com\": {\"id\": 59315938618, \"app\": \"nimdzi.com\", \"name\": \"nimdzi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"aje.com\": {\"id\": 59325808464, \"app\": \"aje.com\", \"name\": \"aje.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"languagenobar.com\": {\"id\": 59325541770, \"app\": \"languagenobar.com\", \"name\": \"languagenobar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"fairgaze.com\": {\"id\": 59314391726, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"kpiasacademy.com\": {\"id\": 59314458425, \"app\": \"kpiasacademy.com\", \"name\": \"kpiasacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"chrome://new-tab-page\": {\"id\": 59315320059, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59322525166, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"chrome://profile-picker\": {\"id\": 59315059035, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"snippingtool\": {\"id\": 59312517871, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"chllocalization.com\": {\"id\": 59320164957, \"app\": \"chllocalization.com\", \"name\": \"chllocalization.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"shellhost\": {\"id\": 59314733398, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"appsource.microsoft.com\": {\"id\": 59312706200, \"app\": \"appsource.microsoft.com\", \"name\": \"appsource.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"lockapp\": {\"id\": 59315018951, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"lookerstudio.google.com\": {\"id\": 59321282994, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"tumblr.com\": {\"id\": 59323650122, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59321397200, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"photos\": {\"id\": 59312606383, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"login.microsoftonline.com\": {\"id\": 59312727365, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"atraidotranslationsolution.com\": {\"id\": 59325833425, \"app\": \"atraidotranslationsolution.com\", \"name\": \"atraidotranslationsolution.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://newtab\": {\"id\": 59321566770, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"interpretersnetwork.com\": {\"id\": 59314442972, \"app\": \"interpretersnetwork.com\", \"name\": \"interpretersnetwork.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"fb.com\": {\"id\": 59315129877, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 59314447251, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"analytics.google.com\": {\"id\": 59314234229, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"kaale.in\": {\"id\": 59325561547, \"app\": \"kaale.in\", \"name\": \"kaale.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"aksias.com\": {\"id\": 59314463236, \"app\": \"aksias.com\", \"name\": \"aksias.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"voices.com\": {\"id\": 59312914801, \"app\": \"voices.com\", \"name\": \"voices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"acrobat\": {\"id\": 59312387279, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"msedgewebview2\": {\"id\": 59312606382, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 59329256941, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59312613382, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chlsoftech.com\": {\"id\": 59314854924, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pragnyaiascoachinghyderabad.com\": {\"id\": 59314737953, \"app\": \"pragnyaiascoachinghyderabad.com\", \"name\": \"pragnyaiascoachinghyderabad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:06'),(1509,18,'2025-07-18','08:49:06','22:22:03',7.53722,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 08:49:06\", \"left\": \"2025-07-18 22:22:03\", \"late\": false, \"onlineTime\": 27134, \"offlineTime\": 0, \"desktimeTime\": 27134, \"atWorkTime\": 48777, \"afterWorkTime\": 2652, \"beforeWorkTime\": 504, \"productiveTime\": 27134, \"productivity\": 100, \"efficiency\": 107.67, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 59338806072, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6380}, \"microsoft outlook\": {\"id\": 59338814832, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5500}, \"linkedin.com\": {\"id\": 59339082393, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3257}, \"ads.google.com\": {\"id\": 59344418521, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2915}, \"lms.chlserv.com\": {\"id\": 59339082392, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1825}, \"ms-teams\": {\"id\": 59339550712, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1317}, \"youtube.com\": {\"id\": 59355727253, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 962}, \"search.google.com\": {\"id\": 59344141210, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 726}, \"google.com\": {\"id\": 59339223322, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 584}, \"notepad\": {\"id\": 59339035579, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 527}, \"analytics.google.com\": {\"id\": 59349867991, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 340}, \"app.neilpatel.com\": {\"id\": 59349729171, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"web.whatsapp.com\": {\"id\": 59339316012, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 295}, \"chatgpt.com\": {\"id\": 59343643134, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 274}, \"desktime.com\": {\"id\": 59339330288, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"acrobat\": {\"id\": 59346375688, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 251}, \"shellexperiencehost\": {\"id\": 59339130530, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 249}, \"windows explorer\": {\"id\": 59338806069, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 235}, \"microsoft excel\": {\"id\": 59343470637, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"google chrome\": {\"id\": 59339327961, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"tagmanager.google.com\": {\"id\": 59338806068, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"pickerhost\": {\"id\": 59339581426, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"lockapp\": {\"id\": 59348178373, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"in.emsigner.com\": {\"id\": 59350135249, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"c\": {\"id\": 59339353089, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"chlworldwide.com\": {\"id\": 59339306414, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"msedgewebview2\": {\"id\": 59346195426, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59344156662, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"shellhost\": {\"id\": 59339101501, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"docs.google.com\": {\"id\": 59339364046, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"facebook.com\": {\"id\": 59339400795, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"unknown app\": {\"id\": 59343074835, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"dashboard.tawk.to\": {\"id\": 59352357900, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"digivendtechnologies.com\": {\"id\": 59339304337, \"app\": \"digivendtechnologies.com\", \"name\": \"digivendtechnologies.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chat.openai.com\": {\"id\": 59343638489, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"lookerstudio.google.com\": {\"id\": 59352095700, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"onlinent\": {\"id\": 59338806071, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"wappalyzer.com\": {\"id\": 59355723493, \"app\": \"wappalyzer.com\", \"name\": \"wappalyzer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tagassistant.google.com\": {\"id\": 59339398502, \"app\": \"tagassistant.google.com\", \"name\": \"tagassistant.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lapaas.com\": {\"id\": 59355773940, \"app\": \"lapaas.com\", \"name\": \"lapaas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"fairgaze.com\": {\"id\": 59339400791, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:06'),(1510,18,'2025-07-19',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-19\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:51:06'),(1511,18,'2025-07-20',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-20\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:51:08'),(1512,18,'2025-07-21','09:44:10','18:28:44',7.29333,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 09:44:10\", \"left\": \"2025-07-21 18:28:44\", \"late\": true, \"onlineTime\": 26256, \"offlineTime\": 0, \"desktimeTime\": 26256, \"atWorkTime\": 31474, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26256, \"productivity\": 100, \"efficiency\": 104.19, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59368733472, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5619}, \"ms-teams\": {\"id\": 59368731965, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2742}, \"linkedin.com\": {\"id\": 59369569973, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2539}, \"lms.chlserv.com\": {\"id\": 59368874008, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2082}, \"notepad\": {\"id\": 59368906673, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1987}, \"ads.google.com\": {\"id\": 59369515060, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1443}, \"web.whatsapp.com\": {\"id\": 59368846060, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1182}, \"microsoft excel\": {\"id\": 59369983732, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 908}, \"adsmanager.facebook.com\": {\"id\": 59371030552, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 696}, \"instagram.com\": {\"id\": 59369011556, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 584}, \"chlsoftech.com\": {\"id\": 59369290018, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 575}, \"google.com\": {\"id\": 59369395747, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 470}, \"windows explorer\": {\"id\": 59368847985, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 465}, \"app.neilpatel.com\": {\"id\": 59372302256, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 431}, \"facebook.com\": {\"id\": 59369732747, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"websiteseochecker.com\": {\"id\": 59380760135, \"app\": \"websiteseochecker.com\", \"name\": \"websiteseochecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 247}, \"google chrome\": {\"id\": 59368945092, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 246}, \"youtube.com\": {\"id\": 59369916915, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"dashboard.tawk.to\": {\"id\": 59369538169, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"basudewacademichub.in\": {\"id\": 59379575180, \"app\": \"basudewacademichub.in\", \"name\": \"basudewacademichub.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"indiaasisee.fairgaze.com\": {\"id\": 59370236465, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"blog.oureducation.in\": {\"id\": 59380365568, \"app\": \"blog.oureducation.in\", \"name\": \"blog.oureducation.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"coachingsreview.com\": {\"id\": 59378862883, \"app\": \"coachingsreview.com\", \"name\": \"coachingsreview.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"shellexperiencehost\": {\"id\": 59368840538, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"crystalhues.com\": {\"id\": 59368730559, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"indiaisus.com\": {\"id\": 59370324437, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"desktime.com\": {\"id\": 59368992754, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"analytics.google.com\": {\"id\": 59372400300, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"textandtranslation.org\": {\"id\": 59369422795, \"app\": \"textandtranslation.org\", \"name\": \"textandtranslation.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"search.google.com\": {\"id\": 59369541421, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"x.com\": {\"id\": 59369909637, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"hrez.crystalhues.in\": {\"id\": 59368949016, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"tatvasoft.com\": {\"id\": 59369269057, \"app\": \"tatvasoft.com\", \"name\": \"tatvasoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"edutopia.org\": {\"id\": 59379449306, \"app\": \"edutopia.org\", \"name\": \"edutopia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"bestiasinstitute.org\": {\"id\": 59378775701, \"app\": \"bestiasinstitute.org\", \"name\": \"bestiasinstitute.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"tools.guestpostlinks.net\": {\"id\": 59379611144, \"app\": \"tools.guestpostlinks.net\", \"name\": \"tools.guestpostlinks.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"educationafter12th.com\": {\"id\": 59379062317, \"app\": \"educationafter12th.com\", \"name\": \"educationafter12th.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"lawbhoomi.com\": {\"id\": 59379547416, \"app\": \"lawbhoomi.com\", \"name\": \"lawbhoomi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"chronicle.com\": {\"id\": 59379494872, \"app\": \"chronicle.com\", \"name\": \"chronicle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"medium.com\": {\"id\": 59380711701, \"app\": \"medium.com\", \"name\": \"medium.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"seoreviewtools.com\": {\"id\": 59379958193, \"app\": \"seoreviewtools.com\", \"name\": \"seoreviewtools.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"chatgpt.com\": {\"id\": 59368844271, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"sarkariresultexams.com\": {\"id\": 59379118116, \"app\": \"sarkariresultexams.com\", \"name\": \"sarkariresultexams.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"csejunction.com\": {\"id\": 59379183712, \"app\": \"csejunction.com\", \"name\": \"csejunction.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"iasbook.com\": {\"id\": 59379154310, \"app\": \"iasbook.com\", \"name\": \"iasbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"dailysarkariresults.com\": {\"id\": 59379234208, \"app\": \"dailysarkariresults.com\", \"name\": \"dailysarkariresults.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"fb.com\": {\"id\": 59369711367, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"snippingtool\": {\"id\": 59370616166, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"teafortranslation.com\": {\"id\": 59369409111, \"app\": \"teafortranslation.com\", \"name\": \"teafortranslation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"tagmanager.google.com\": {\"id\": 59372405759, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"theunitedindian.com\": {\"id\": 59379049144, \"app\": \"theunitedindian.com\", \"name\": \"theunitedindian.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"geeksforgeeks.org\": {\"id\": 59380453481, \"app\": \"geeksforgeeks.org\", \"name\": \"geeksforgeeks.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"fairgaze.com\": {\"id\": 59370318053, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"theresultbharat.com\": {\"id\": 59379090569, \"app\": \"theresultbharat.com\", \"name\": \"theresultbharat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"ezyschooling.com\": {\"id\": 59380532108, \"app\": \"ezyschooling.com\", \"name\": \"ezyschooling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"prepostseo.com\": {\"id\": 59379949842, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"allexamnotes.com\": {\"id\": 59379101907, \"app\": \"allexamnotes.com\", \"name\": \"allexamnotes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"exampariksha.com\": {\"id\": 59378845310, \"app\": \"exampariksha.com\", \"name\": \"exampariksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chlworldwide.com\": {\"id\": 59376205070, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"readingintranslation.com\": {\"id\": 59369402096, \"app\": \"readingintranslation.com\", \"name\": \"readingintranslation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"theglobalhues.com\": {\"id\": 59380675961, \"app\": \"theglobalhues.com\", \"name\": \"theglobalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"teachingchannel.com\": {\"id\": 59379538498, \"app\": \"teachingchannel.com\", \"name\": \"teachingchannel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"greatschoolspartnership.org\": {\"id\": 59379528963, \"app\": \"greatschoolspartnership.org\", \"name\": \"greatschoolspartnership.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"atanet.org\": {\"id\": 59369417580, \"app\": \"atanet.org\", \"name\": \"atanet.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"rsisinternational.org\": {\"id\": 59380483951, \"app\": \"rsisinternational.org\", \"name\": \"rsisinternational.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"blog.edtech.in\": {\"id\": 59380202344, \"app\": \"blog.edtech.in\", \"name\": \"blog.edtech.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"microsoft word\": {\"id\": 59368809905, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"geographicbook.com\": {\"id\": 59379206364, \"app\": \"geographicbook.com\", \"name\": \"geographicbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"chrome://new-tab-page\": {\"id\": 59369009258, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"ijltemas.in\": {\"id\": 59380693699, \"app\": \"ijltemas.in\", \"name\": \"ijltemas.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"data-flair.training\": {\"id\": 59378856863, \"app\": \"data-flair.training\", \"name\": \"data-flair.training\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59368946970, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"mun.fairgaze.com\": {\"id\": 59370357156, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"dapachecker.org\": {\"id\": 59379944416, \"app\": \"dapachecker.org\", \"name\": \"dapachecker.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"thesecretariat.in\": {\"id\": 59379043591, \"app\": \"thesecretariat.in\", \"name\": \"thesecretariat.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"sdg.fairgaze.com\": {\"id\": 59370347960, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"unknown app\": {\"id\": 59369972610, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"docs.google.com\": {\"id\": 59376553431, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"weareteachers.com\": {\"id\": 59379557750, \"app\": \"weareteachers.com\", \"name\": \"weareteachers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedgewebview2\": {\"id\": 59376240589, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"onlinent\": {\"id\": 59369405211, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59369557401, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"alfapte.com\": {\"id\": 59380526572, \"app\": \"alfapte.com\", \"name\": \"alfapte.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"empowerly.com\": {\"id\": 59380670367, \"app\": \"empowerly.com\", \"name\": \"empowerly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"bing.com\": {\"id\": 59379605474, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://profile-picker\": {\"id\": 59369006908, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 59370244790, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"guestpostnow.com\": {\"id\": 59380202334, \"app\": \"guestpostnow.com\", \"name\": \"guestpostnow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ggsc.berkeley.edu\": {\"id\": 59379563642, \"app\": \"ggsc.berkeley.edu\", \"name\": \"ggsc.berkeley.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"parchamclasses.com\": {\"id\": 59379206362, \"app\": \"parchamclasses.com\", \"name\": \"parchamclasses.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 59369687531, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:09'),(1513,18,'2025-07-22','09:33:15','18:27:19',6.67972,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 09:33:15\", \"left\": \"2025-07-22 18:27:19\", \"late\": true, \"onlineTime\": 24065, \"offlineTime\": 0, \"desktimeTime\": 24065, \"atWorkTime\": 32044, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 24047, \"productivity\": 99.93, \"efficiency\": 95.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59406890142, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": {\"whatsapp\": {\"id\": 59403994749, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}, \"1\": {\"microsoft outlook\": {\"id\": 59395249779, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4533}, \"ads.google.com\": {\"id\": 59401620616, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2543}, \"lms.chlserv.com\": {\"id\": 59395057687, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2517}, \"web.whatsapp.com\": {\"id\": 59395059338, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1888}, \"linkedin.com\": {\"id\": 59395391059, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1705}, \"crystalhues.com\": {\"id\": 59402351335, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1400}, \"google.com\": {\"id\": 59395850370, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1254}, \"business.google.com\": {\"id\": 59405716881, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1077}, \"notepad\": {\"id\": 59396235252, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 993}, \"ms-teams\": {\"id\": 59395243219, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 791}, \"chatgpt.com\": {\"id\": 59395062628, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 771}, \"analytics.google.com\": {\"id\": 59396129112, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 758}, \"microsoft excel\": {\"id\": 59396280922, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 682}, \"ireeindia.com\": {\"id\": 59404024924, \"app\": \"ireeindia.com\", \"name\": \"ireeindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 672}, \"acetechexpo.com\": {\"id\": 59403703576, \"app\": \"acetechexpo.com\", \"name\": \"acetechexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 512}, \"dashboard.tawk.to\": {\"id\": 59395214599, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 501}, \"chlworldwide.com\": {\"id\": 59403612556, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 260}, \"hrez.crystalhues.in\": {\"id\": 59402832316, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"brainadzexhibits.com\": {\"id\": 59403801275, \"app\": \"brainadzexhibits.com\", \"name\": \"brainadzexhibits.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"windows explorer\": {\"id\": 59395266327, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 179}, \"google chrome\": {\"id\": 59395850367, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"docs.google.com\": {\"id\": 59396125417, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"woodpeckersglobal.com\": {\"id\": 59405528380, \"app\": \"woodpeckersglobal.com\", \"name\": \"woodpeckersglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"chlsoftech.com\": {\"id\": 59395057685, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"shellexperiencehost\": {\"id\": 59395699088, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"login.microsoftonline.com\": {\"id\": 59402819181, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 59400971606, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"vasant.in\": {\"id\": 59403781081, \"app\": \"vasant.in\", \"name\": \"vasant.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 59395260036, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"exhibitions.firstrain.co.in\": {\"id\": 59405534329, \"app\": \"exhibitions.firstrain.co.in\", \"name\": \"exhibitions.firstrain.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"zeptonow.com\": {\"id\": 59401100189, \"app\": \"zeptonow.com\", \"name\": \"zeptonow.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\": {\"id\": 59407492005, \"app\": \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\", \"name\": \"secure-acs2ui-b4-indmum-munmdc.wibmo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"pay.billdesk.com\": {\"id\": 59407486092, \"app\": \"pay.billdesk.com\", \"name\": \"pay.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"hcikigali.gov.in\": {\"id\": 59404474398, \"app\": \"hcikigali.gov.in\", \"name\": \"hcikigali.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"aplusexpo.com\": {\"id\": 59405516427, \"app\": \"aplusexpo.com\", \"name\": \"aplusexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"accordexhibit.com\": {\"id\": 59405522559, \"app\": \"accordexhibit.com\", \"name\": \"accordexhibit.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"onlinent\": {\"id\": 59396284595, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"scribd.com\": {\"id\": 59404468345, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"api.whatsapp.com\": {\"id\": 59403988845, \"app\": \"api.whatsapp.com\", \"name\": \"api.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"tumblr.com\": {\"id\": 59403340125, \"app\": \"tumblr.com\", \"name\": \"tumblr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"app.neilpatel.com\": {\"id\": 59403340118, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lookerstudio.google.com\": {\"id\": 59396277101, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lapaas.com\": {\"id\": 59395454784, \"app\": \"lapaas.com\", \"name\": \"lapaas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fairgaze.com\": {\"id\": 59395335827, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59405711087, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"workspace.google.com\": {\"id\": 59406890141, \"app\": \"workspace.google.com\", \"name\": \"workspace.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chat.openai.com\": {\"id\": 59405609567, \"app\": \"chat.openai.com\", \"name\": \"chat.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tawk.to\": {\"id\": 59403346214, \"app\": \"tawk.to\", \"name\": \"tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"openwith\": {\"id\": 59398465454, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:09'),(1514,18,'2025-07-23','08:50:37','19:57:26',7.6775,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 08:50:37\", \"left\": \"2025-07-23 19:57:26\", \"late\": false, \"onlineTime\": 27642, \"offlineTime\": 0, \"desktimeTime\": 27642, \"atWorkTime\": 40009, \"afterWorkTime\": 0, \"beforeWorkTime\": 563, \"productiveTime\": 27639, \"productivity\": 99.99, \"efficiency\": 109.68, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59429151685, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59422277920, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5768}, \"lms.chlserv.com\": {\"id\": 59422510630, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4799}, \"web.whatsapp.com\": {\"id\": 59423102428, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2627}, \"ms-teams\": {\"id\": 59422294537, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2597}, \"notepad\": {\"id\": 59422546601, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2160}, \"ads.google.com\": {\"id\": 59422506852, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1679}, \"crystalhues.com\": {\"id\": 59422676301, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1614}, \"linkedin.com\": {\"id\": 59423498016, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1473}, \"google.com\": {\"id\": 59422298832, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 993}, \"microsoft excel\": {\"id\": 59422845437, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 661}, \"windows explorer\": {\"id\": 59422298830, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 353}, \"google chrome\": {\"id\": 59422298831, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 334}, \"hrez.crystalhues.in\": {\"id\": 59422572044, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"instagram.com\": {\"id\": 59427918691, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"idfcfirstbank.com\": {\"id\": 59429508627, \"app\": \"idfcfirstbank.com\", \"name\": \"idfcfirstbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"chlsoftech.com\": {\"id\": 59428679278, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"login.microsoftonline.com\": {\"id\": 59422572045, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 203}, \"desktime.com\": {\"id\": 59422347162, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 192}, \"c\": {\"id\": 59423146021, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"docs.google.com\": {\"id\": 59426724622, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"youtube.com\": {\"id\": 59428072160, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"shellexperiencehost\": {\"id\": 59422792831, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"facebook.com\": {\"id\": 59427902518, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"pagespeed.web.dev\": {\"id\": 59430737310, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"conveyor-belts.semperitgroup.com\": {\"id\": 59424481168, \"app\": \"conveyor-belts.semperitgroup.com\", \"name\": \"conveyor-belts.semperitgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"x.com\": {\"id\": 59428054770, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"mun.fairgaze.com\": {\"id\": 59423926317, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"icontent.co.in\": {\"id\": 59423989363, \"app\": \"icontent.co.in\", \"name\": \"icontent.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"marketingplatform.google.com\": {\"id\": 59429131352, \"app\": \"marketingplatform.google.com\", \"name\": \"marketingplatform.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"business.adobe.com\": {\"id\": 59429249747, \"app\": \"business.adobe.com\", \"name\": \"business.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59423424428, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"about:blank\": {\"id\": 59422308124, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"ireeindia.com\": {\"id\": 59422324385, \"app\": \"ireeindia.com\", \"name\": \"ireeindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"profads.in\": {\"id\": 59439007788, \"app\": \"profads.in\", \"name\": \"profads.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome://new-tab-page\": {\"id\": 59427913192, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"acetechexpo.com\": {\"id\": 59426606840, \"app\": \"acetechexpo.com\", \"name\": \"acetechexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chatgpt.com\": {\"id\": 59422277919, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"dwm\": {\"id\": 59435334039, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"crunchbase.com\": {\"id\": 59422310135, \"app\": \"crunchbase.com\", \"name\": \"crunchbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://profile-picker\": {\"id\": 59427913190, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"snippingtool\": {\"id\": 59426606851, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"prolinkdirectory.com\": {\"id\": 59439002155, \"app\": \"prolinkdirectory.com\", \"name\": \"prolinkdirectory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fb.com\": {\"id\": 59427902514, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 59426845467, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onlinent\": {\"id\": 59422850004, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 59426194128, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59425186234, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59422305063, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"analytics.google.com\": {\"id\": 59422505330, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"msedgewebview2\": {\"id\": 59422297753, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:51:10'),(1515,18,'2025-07-24','09:28:58','19:08:32',7.70972,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 09:28:58\", \"left\": \"2025-07-24 19:08:32\", \"late\": true, \"onlineTime\": 27754, \"offlineTime\": 0, \"desktimeTime\": 27754, \"atWorkTime\": 34774, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27755, \"productivity\": 100, \"efficiency\": 110.14, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59449427042, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5436}, \"ads.google.com\": {\"id\": 59449615255, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3113}, \"lms.chlserv.com\": {\"id\": 59449483613, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2689}, \"notepad\": {\"id\": 59449771510, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2611}, \"microsoft excel\": {\"id\": 59458995444, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2434}, \"ms-teams\": {\"id\": 59449653532, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1507}, \"webmail.chldigital.com\": {\"id\": 59457613018, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1169}, \"docs.google.com\": {\"id\": 59449569023, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 895}, \"adsmanager.facebook.com\": {\"id\": 59455936423, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 713}, \"outlook.office.com\": {\"id\": 59453199474, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 693}, \"linkedin.com\": {\"id\": 59449782088, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 654}, \"windows explorer\": {\"id\": 59449755970, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 585}, \"dashboard.tawk.to\": {\"id\": 59450938541, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 475}, \"web.whatsapp.com\": {\"id\": 59449485099, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 461}, \"facebook.com\": {\"id\": 59449777446, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 456}, \"instagram.com\": {\"id\": 59449796431, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}, \"photos\": {\"id\": 59449758221, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 397}, \"search.google.com\": {\"id\": 59449521805, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 299}, \"google chrome\": {\"id\": 59449627061, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 293}, \"app.gravitywrite.com\": {\"id\": 59452433348, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 288}, \"chatgpt.com\": {\"id\": 59450950178, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}, \"analytics.google.com\": {\"id\": 59449539141, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"google.com\": {\"id\": 59449701986, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"youtube.com\": {\"id\": 59449794158, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"chldigital.com\": {\"id\": 59457559175, \"app\": \"chldigital.com\", \"name\": \"chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59449762676, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"indiaisus.com\": {\"id\": 59451241286, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"tagmanager.google.com\": {\"id\": 59449636620, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"x.com\": {\"id\": 59449800824, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"login.microsoftonline.com\": {\"id\": 59449483611, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"c\": {\"id\": 59458180114, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"irepartners.com\": {\"id\": 59456577727, \"app\": \"irepartners.com\", \"name\": \"irepartners.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 59449427041, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"aitoolsdirectory.com\": {\"id\": 59452413863, \"app\": \"aitoolsdirectory.com\", \"name\": \"aitoolsdirectory.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"tawk.to\": {\"id\": 59450934179, \"app\": \"tawk.to\", \"name\": \"tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"chlsoftech.com\": {\"id\": 59452184839, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"desktime.com\": {\"id\": 59450192435, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"shellexperiencehost\": {\"id\": 59450561399, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"chrome://profile-picker\": {\"id\": 59449794156, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"hrez.crystalhues.in\": {\"id\": 59449633357, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"m365.cloud.microsoft\": {\"id\": 59453187952, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"acrobat\": {\"id\": 59458308504, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"sg2plzcpnl507344.prod.sin2.secureserver.net\": {\"id\": 59457564803, \"app\": \"sg2plzcpnl507344.prod.sin2.secureserver.net\", \"name\": \"sg2plzcpnl507344.prod.sin2.secureserver.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"about:blank\": {\"id\": 59456594914, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"fb.com\": {\"id\": 59463814438, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"chrome://new-tab-page\": {\"id\": 59457489072, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"gravitywrite.com\": {\"id\": 59452483572, \"app\": \"gravitywrite.com\", \"name\": \"gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"onlinent\": {\"id\": 59451025854, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"chromewebdata\": {\"id\": 59457553374, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"lapaas.com\": {\"id\": 59450946351, \"app\": \"lapaas.com\", \"name\": \"lapaas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59449526398, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"auth.gravitywrite.com\": {\"id\": 59452478042, \"app\": \"auth.gravitywrite.com\", \"name\": \"auth.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedgewebview2\": {\"id\": 59458355192, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"office.com\": {\"id\": 59453169616, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pickerhost\": {\"id\": 59450547253, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"dwm\": {\"id\": 59449432374, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"grammarly.desktop\": {\"id\": 59458522064, \"app\": \"Grammarly.Desktop\", \"name\": \"Grammarly.Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"business.google.com\": {\"id\": 59457489075, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalhues.com\": {\"id\": 59449782091, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 59449887527, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:51:10'),(1516,18,'2025-07-25','09:30:22','18:28:57',7.28944,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 09:30:22\", \"left\": \"2025-07-25 18:28:57\", \"late\": true, \"onlineTime\": 27470, \"offlineTime\": 0, \"desktimeTime\": 27470, \"atWorkTime\": 32315, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26242, \"productivity\": 95.53, \"efficiency\": 104.13, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59478544357, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"accounts.google.com\": {\"id\": 59479198402, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": {\"canva.com\": {\"id\": 59479198399, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1194}}, \"1\": {\"microsoft outlook\": {\"id\": 59476039565, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4134}, \"ads.google.com\": {\"id\": 59476221762, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3426}, \"lms.chlserv.com\": {\"id\": 59476305998, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2969}, \"notepad\": {\"id\": 59476258112, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2381}, \"linkedin.com\": {\"id\": 59476068080, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1917}, \"ms-teams\": {\"id\": 59476117543, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1549}, \"desktime.com\": {\"id\": 59476231231, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1292}, \"crystalhues.com\": {\"id\": 59477763472, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1275}, \"adsmanager.facebook.com\": {\"id\": 59478731870, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 779}, \"instagram.com\": {\"id\": 59481290952, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 769}, \"windows explorer\": {\"id\": 59476080471, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 761}, \"google chrome\": {\"id\": 59476122689, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 570}, \"hrez.crystalhues.in\": {\"id\": 59481194219, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 447}, \"facebook.com\": {\"id\": 59476194660, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 445}, \"web.whatsapp.com\": {\"id\": 59476057412, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59479695926, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 277}, \"dashboard.tawk.to\": {\"id\": 59477661020, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"chlworldwide.com\": {\"id\": 59476725476, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 257}, \"youtube.com\": {\"id\": 59478433454, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"google.com\": {\"id\": 59477763474, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 244}, \"tagmanager.google.com\": {\"id\": 59478437750, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"webmail.chldigital.com\": {\"id\": 59476227596, \"app\": \"webmail.chldigital.com\", \"name\": \"webmail.chldigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"indiaasisee.fairgaze.com\": {\"id\": 59477465544, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"sigmoid.com\": {\"id\": 59484564469, \"app\": \"sigmoid.com\", \"name\": \"sigmoid.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"x.com\": {\"id\": 59481295524, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"fairgaze.com\": {\"id\": 59478717716, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"search.google.com\": {\"id\": 59479133489, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"chatgpt.com\": {\"id\": 59485293572, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"shellexperiencehost\": {\"id\": 59476112484, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"in.emsigner.com\": {\"id\": 59485309367, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"snippingtool\": {\"id\": 59477508531, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"microsoft powerpoint\": {\"id\": 59479648479, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"technicalseo.com\": {\"id\": 59487458803, \"app\": \"technicalseo.com\", \"name\": \"technicalseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"login.microsoftonline.com\": {\"id\": 59486774785, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"onlinent\": {\"id\": 59476296476, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"cerence.com\": {\"id\": 59482315988, \"app\": \"cerence.com\", \"name\": \"cerence.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"languagenobar123.blogspot.com\": {\"id\": 59485776476, \"app\": \"languagenobar123.blogspot.com\", \"name\": \"languagenobar123.blogspot.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"photos\": {\"id\": 59479825860, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedgewebview2\": {\"id\": 59479704554, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"chrome://new-tab-page\": {\"id\": 59476122688, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiaisus.com\": {\"id\": 59477461831, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://profile-picker\": {\"id\": 59476122687, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"unknown app\": {\"id\": 59476112485, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"voices.com\": {\"id\": 59481824768, \"app\": \"voices.com\", \"name\": \"voices.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"fb.com\": {\"id\": 59481189457, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"docs.google.com\": {\"id\": 59476418578, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59485771628, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"app.gravitywrite.com\": {\"id\": 59481198869, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lookerstudio.google.com\": {\"id\": 59479133487, \"app\": \"lookerstudio.google.com\", \"name\": \"lookerstudio.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59477263603, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59476080472, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:11'),(1517,18,'2025-07-26','08:48:25','17:37:12',7.51778,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 08:48:25\", \"left\": \"2025-07-26 17:37:12\", \"late\": false, \"onlineTime\": 27064, \"offlineTime\": 0, \"desktimeTime\": 27064, \"atWorkTime\": 31727, \"afterWorkTime\": 0, \"beforeWorkTime\": 695, \"productiveTime\": 27064, \"productivity\": 100, \"efficiency\": 107.4, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59498378093, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5111}, \"ads.google.com\": {\"id\": 59498527774, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4663}, \"microsoft outlook\": {\"id\": 59498392173, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3480}, \"lms.chlserv.com\": {\"id\": 59498377663, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2930}, \"microsoft powerpoint\": {\"id\": 59498557590, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2065}, \"search.google.com\": {\"id\": 59498921482, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1194}, \"microsoft excel\": {\"id\": 59498572060, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1167}, \"docs.google.com\": {\"id\": 59499254405, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1152}, \"notepad\": {\"id\": 59498623722, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1092}, \"desktime.com\": {\"id\": 59498378095, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 777}, \"analytics.google.com\": {\"id\": 59498851718, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 572}, \"windows explorer\": {\"id\": 59498554374, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 448}, \"web.whatsapp.com\": {\"id\": 59498385111, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}, \"dashboard.tawk.to\": {\"id\": 59498527772, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 377}, \"shellexperiencehost\": {\"id\": 59498855356, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 357}, \"linkedin.com\": {\"id\": 59499695092, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 235}, \"chatgpt.com\": {\"id\": 59498907056, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 216}, \"adsmanager.facebook.com\": {\"id\": 59498526021, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"google chrome\": {\"id\": 59498575133, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"app.gravitywrite.com\": {\"id\": 59498902365, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"indiaasisee.fairgaze.com\": {\"id\": 59499420874, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"webfx.com\": {\"id\": 59498664043, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"ecommercebonsai.com\": {\"id\": 59498577303, \"app\": \"ecommercebonsai.com\", \"name\": \"ecommercebonsai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"tagmanager.google.com\": {\"id\": 59498851719, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"acrobat\": {\"id\": 59499869377, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"drive.google.com\": {\"id\": 59499772878, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"photos\": {\"id\": 59499090041, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"facebook.com\": {\"id\": 59499695091, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"google.com\": {\"id\": 59499474779, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"onlinent\": {\"id\": 59499296011, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"alsabc.com\": {\"id\": 59499470589, \"app\": \"alsabc.com\", \"name\": \"alsabc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"snippingtool\": {\"id\": 59498982282, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"aderglobal.com\": {\"id\": 59499474777, \"app\": \"aderglobal.com\", \"name\": \"aderglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"lockapp\": {\"id\": 59498569164, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"crystalhues.com\": {\"id\": 59498378094, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://new-tab-page\": {\"id\": 59498932912, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59498932201, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mun.fairgaze.com\": {\"id\": 59498405496, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59500006066, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"unknown app\": {\"id\": 59499854728, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59499774990, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedge\": {\"id\": 59499716284, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:51:11'),(1518,18,'2025-07-27','10:08:52','10:46:05',0.325,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-27\", \"isOnline\": false, \"arrived\": \"2025-07-27 10:08:52\", \"left\": \"2025-07-27 10:46:05\", \"late\": true, \"onlineTime\": 1201, \"offlineTime\": 0, \"desktimeTime\": 1201, \"atWorkTime\": 2233, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 1170, \"productivity\": 97.42, \"efficiency\": 3.61, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"media player\": {\"id\": 59501770481, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}}, \"1\": {\"instagram.com\": {\"id\": 59501773674, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 550}, \"microsoft outlook\": {\"id\": 59501767476, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 207}, \"ms-teams\": {\"id\": 59501767690, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"studio.youtube.com\": {\"id\": 59501775426, \"app\": \"studio.youtube.com\", \"name\": \"studio.youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"linkedin.com\": {\"id\": 59501771601, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"facebook.com\": {\"id\": 59501772436, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"chatgpt.com\": {\"id\": 59501775958, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"windows explorer\": {\"id\": 59501770256, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"google chrome\": {\"id\": 59501771364, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"x.com\": {\"id\": 59501774953, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59501769084, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"notepad\": {\"id\": 59501777607, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"chrome://new-tab-page\": {\"id\": 59501773470, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chrome://profile-picker\": {\"id\": 59501773294, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"youtube.com\": {\"id\": 59501773673, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"drive.google.com\": {\"id\": 59501771363, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"microsoft powerpoint\": {\"id\": 59501771603, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lms.chlserv.com\": {\"id\": 59501771362, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:14'),(1519,18,'2025-07-28','09:36:56','18:18:39',7.50306,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 09:36:56\", \"left\": \"2025-07-28 18:18:39\", \"late\": true, \"onlineTime\": 27081, \"offlineTime\": 0, \"desktimeTime\": 27081, \"atWorkTime\": 31303, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27011, \"productivity\": 99.7, \"efficiency\": 107.19, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59507478022, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}}, \"0\": {\"whatsapp\": {\"id\": 59508514498, \"app\": \"WhatsApp\", \"name\": \"WhatsApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}}, \"1\": {\"microsoft outlook\": {\"id\": 59504743260, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5258}, \"lms.chlserv.com\": {\"id\": 59505199250, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4828}, \"ads.google.com\": {\"id\": 59505246052, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3566}, \"notepad\": {\"id\": 59505340143, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2899}, \"ms-teams\": {\"id\": 59504840316, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1807}, \"microsoft excel\": {\"id\": 59506614215, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1648}, \"linkedin.com\": {\"id\": 59504842099, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1435}, \"web.whatsapp.com\": {\"id\": 59506464476, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 732}, \"google.com\": {\"id\": 59504901970, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 625}, \"windows explorer\": {\"id\": 59504880281, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 487}, \"shellexperiencehost\": {\"id\": 59504882209, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 457}, \"analytics.google.com\": {\"id\": 59514631674, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 359}, \"m.fairgaze.com\": {\"id\": 59517155185, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 317}, \"docs.google.com\": {\"id\": 59506012168, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"dashboard.tawk.to\": {\"id\": 59506468771, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}, \"youtube.com\": {\"id\": 59510775000, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 206}, \"hrez.crystalhues.in\": {\"id\": 59504878296, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"chatgpt.com\": {\"id\": 59505389918, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"desktime.com\": {\"id\": 59504842097, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"adsmanager.facebook.com\": {\"id\": 59505896567, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 159}, \"instagram.com\": {\"id\": 59504996807, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"search.google.com\": {\"id\": 59506016063, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"google chrome\": {\"id\": 59504898786, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"drive.google.com\": {\"id\": 59508078756, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"notepad++\": {\"id\": 59505026640, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"bing.com\": {\"id\": 59505567382, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"chrome://new-tab-page\": {\"id\": 59505128624, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"crystalhues.com\": {\"id\": null, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"fairgaze.com\": {\"id\": 59515140671, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"screener.in\": {\"id\": 59516710780, \"app\": \"screener.in\", \"name\": \"screener.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"tagmanager.google.com\": {\"id\": 59505191631, \"app\": \"tagmanager.google.com\", \"name\": \"tagmanager.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"lockapp\": {\"id\": 59505048411, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"login.microsoftonline.com\": {\"id\": 59504864958, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"neusourcestartup.com\": {\"id\": 59508663660, \"app\": \"neusourcestartup.com\", \"name\": \"neusourcestartup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"snippingtool\": {\"id\": 59505445932, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"dtplabs.com\": {\"id\": 59510211270, \"app\": \"dtplabs.com\", \"name\": \"dtplabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"godaddy.com\": {\"id\": 59511102761, \"app\": \"godaddy.com\", \"name\": \"godaddy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"onlinent\": {\"id\": 59505334928, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"hmclause.com\": {\"id\": 59516810273, \"app\": \"hmclause.com\", \"name\": \"hmclause.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chlworldwide.com\": {\"id\": 59508572460, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chrome://profile-picker\": {\"id\": 59505128621, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"photos\": {\"id\": 59510731473, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chlsoftech.com\": {\"id\": 59508572453, \"app\": \"chlsoftech.com\", \"name\": \"chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59506043757, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"unknown app\": {\"id\": 59504838525, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"facebook.com\": {\"id\": 59504840318, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"moz.com\": {\"id\": 59505439971, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indiaasisee.fairgaze.com\": {\"id\": 59515156833, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 59508509054, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"app.gravitywrite.com\": {\"id\": 59513475433, \"app\": \"app.gravitywrite.com\", \"name\": \"app.gravitywrite.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59510442179, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tawk.to\": {\"id\": 59506468770, \"app\": \"tawk.to\", \"name\": \"tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:14'),(1520,18,'2025-07-29','09:35:34','18:30:33',7.56333,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 09:35:34\", \"left\": \"2025-07-29 18:30:33\", \"late\": true, \"onlineTime\": 27349, \"offlineTime\": 0, \"desktimeTime\": 27349, \"atWorkTime\": 32099, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27228, \"productivity\": 99.56, \"efficiency\": 108.05, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59531679314, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}}, \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 59531647014, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3440}, \"microsoft outlook\": {\"id\": 59531710185, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3430}, \"microsoft excel\": {\"id\": 59531788854, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2903}, \"notepad\": {\"id\": 59531917991, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2865}, \"ms-teams\": {\"id\": 59531768489, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2717}, \"adsmanager.facebook.com\": {\"id\": 59531671282, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1689}, \"lms.chlserv.com\": {\"id\": 59531770565, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1593}, \"ads.google.com\": {\"id\": 59533790010, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1434}, \"linkedin.com\": {\"id\": 59535497745, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1131}, \"facebook.com\": {\"id\": 59543243994, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 826}, \"windows explorer\": {\"id\": 59531986561, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 613}, \"web.whatsapp.com\": {\"id\": 59531648606, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 566}, \"google chrome\": {\"id\": 59531770567, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 477}, \"chrome://new-tab-page\": {\"id\": 59537544472, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 280}, \"deadlinkchecker.com\": {\"id\": 59533418269, \"app\": \"deadlinkchecker.com\", \"name\": \"deadlinkchecker.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 263}, \"dashboard.tawk.to\": {\"id\": 59531673934, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"instagram.com\": {\"id\": 59532328631, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"drive.google.com\": {\"id\": 59542132955, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 59537544473, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"chlworldwide.com\": {\"id\": 59536975998, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"admin.crystalhues.com\": {\"id\": 59533210456, \"app\": \"admin.crystalhues.com\", \"name\": \"admin.crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"shellhost\": {\"id\": null, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"analytics.google.com\": {\"id\": 59532005445, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"advanced.npdigital.com\": {\"id\": 59531890309, \"app\": \"advanced.npdigital.com\", \"name\": \"advanced.npdigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"desktime.com\": {\"id\": 59531770568, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"google.com\": {\"id\": 59532819800, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"search.google.com\": {\"id\": 59533385340, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"rundll32\": {\"id\": 59538816152, \"app\": \"Rundll32\", \"name\": \"Rundll32\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"chatgpt.com\": {\"id\": 59533196969, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"youtube.com\": {\"id\": 59532139889, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"websiteplanet.com\": {\"id\": 59538959724, \"app\": \"websiteplanet.com\", \"name\": \"websiteplanet.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"docs.google.com\": {\"id\": 59534614491, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"mun.fairgaze.com\": {\"id\": 59538954271, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"en.cybrid.com.cn\": {\"id\": 59535648439, \"app\": \"en.cybrid.com.cn\", \"name\": \"en.cybrid.com.cn\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 59533798629, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"shellexperiencehost\": {\"id\": 59532041604, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"chrome://profile-picker\": {\"id\": 59537544470, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"searchhost\": {\"id\": 59538805143, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"msnlabs.com\": {\"id\": 59533749348, \"app\": \"msnlabs.com\", \"name\": \"msnlabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"ics-dubai.com\": {\"id\": 59536810945, \"app\": \"ics-dubai.com\", \"name\": \"ics-dubai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"fb.com\": {\"id\": 59543238196, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"about:blank\": {\"id\": 59531888282, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"onlinent\": {\"id\": 59533188581, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"fairgaze.com\": {\"id\": 59532376306, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"indiaisus.com\": {\"id\": 59543113244, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"timessquarereporter.com\": {\"id\": 59543658990, \"app\": \"timessquarereporter.com\", \"name\": \"timessquarereporter.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 59538810756, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"crystahttps\": {\"id\": 59540362407, \"app\": \"crystahttps\", \"name\": \"crystahttps\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 59543019247, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:14'),(1521,18,'2025-07-30','09:07:59','17:16:20',7.57444,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 09:07:59\", \"left\": \"2025-07-30 17:16:20\", \"late\": true, \"onlineTime\": 27268, \"offlineTime\": 0, \"desktimeTime\": 27268, \"atWorkTime\": 29301, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27268, \"productivity\": 100, \"efficiency\": 108.21, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59558305858, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6603}, \"lms.chlserv.com\": {\"id\": 59558587933, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4820}, \"microsoft outlook\": {\"id\": 59558292178, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4446}, \"ads.google.com\": {\"id\": 59558488845, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3938}, \"microsoft excel\": {\"id\": 59558307159, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1501}, \"search.google.com\": {\"id\": 59566874307, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1413}, \"notepad\": {\"id\": 59559413608, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1256}, \"web.whatsapp.com\": {\"id\": 59558428730, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 853}, \"windows explorer\": {\"id\": 59558292177, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 369}, \"desktime.com\": {\"id\": 59558496327, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 356}, \"facebook.com\": {\"id\": 59558290810, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 324}, \"dashboard.tawk.to\": {\"id\": 59559867125, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"analytics.google.com\": {\"id\": 59558464802, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"docs.google.com\": {\"id\": 59558863772, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"chrome://new-tab-page\": {\"id\": 59558360985, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"instagram.com\": {\"id\": 59558438543, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"google chrome\": {\"id\": 59558410982, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"hrez.crystalhues.in\": {\"id\": 59559461854, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59567263987, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"shellexperiencehost\": {\"id\": 59559467612, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"snippingtool\": {\"id\": 59560564370, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"lockapp\": {\"id\": 59558317376, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"chrome://profile-picker\": {\"id\": 59558358203, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"mun.fairgaze.com\": {\"id\": 59558330937, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"google.com\": {\"id\": 59560129339, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"login.microsoftonline.com\": {\"id\": 59559458255, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"unknown app\": {\"id\": 59559354876, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"about:blank\": {\"id\": 59568623838, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"youtube.com\": {\"id\": 59566642136, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chlworldwide.com\": {\"id\": 59560559819, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fb.com\": {\"id\": 59568733384, \"app\": \"fb.com\", \"name\": \"fb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59560518833, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 59558326622, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:19'),(1522,18,'2025-07-31','09:36:19','19:27:55',7.61778,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 09:36:19\", \"left\": \"2025-07-31 19:27:55\", \"late\": true, \"onlineTime\": 27423, \"offlineTime\": 0, \"desktimeTime\": 27423, \"atWorkTime\": 35496, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27424, \"productivity\": 99.97, \"efficiency\": 108.83, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59593575206, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"myspace.com\": {\"id\": 59598608285, \"app\": \"myspace.com\", \"name\": \"myspace.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59585915656, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3742}, \"microsoft outlook\": {\"id\": 59585746124, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3193}, \"lms.chlserv.com\": {\"id\": 59585671181, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2598}, \"ms-teams\": {\"id\": 59585726812, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1930}, \"docs.google.com\": {\"id\": 59585948190, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1798}, \"linkedin.com\": {\"id\": 59589241587, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1138}, \"notepad\": {\"id\": 59585966351, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1048}, \"windows explorer\": {\"id\": 59585671180, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1027}, \"ads.google.com\": {\"id\": 59586114840, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 963}, \"google.com\": {\"id\": 59585678476, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 845}, \"moz.com\": {\"id\": 59587122745, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 675}, \"web.whatsapp.com\": {\"id\": 59585822029, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 642}, \"instagram.com\": {\"id\": 59589636596, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 596}, \"youtube.com\": {\"id\": 59586980256, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 463}, \"chatgpt.com\": {\"id\": 59591916121, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"microsoft powerpoint\": {\"id\": 59594063204, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 414}, \"indiaasisee.fairgaze.com\": {\"id\": 59589753209, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 377}, \"adsmanager.facebook.com\": {\"id\": 59589642282, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 364}, \"google chrome\": {\"id\": 59585694489, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 354}, \"facebook.com\": {\"id\": 59585672891, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"chrome://new-tab-page\": {\"id\": 59593422988, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"crystalhues.com\": {\"id\": 59586222952, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"desktime.com\": {\"id\": 59585682246, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"chlworldwide.com\": {\"id\": 59592358005, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"analytics.moz.com\": {\"id\": 59592600479, \"app\": \"analytics.moz.com\", \"name\": \"analytics.moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"77data.net\": {\"id\": 59585845579, \"app\": \"77data.net\", \"name\": \"77data.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"dashboard.tawk.to\": {\"id\": 59585818244, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"bloggerspassion.com\": {\"id\": 59598366891, \"app\": \"bloggerspassion.com\", \"name\": \"bloggerspassion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"semrush.com\": {\"id\": 59587079304, \"app\": \"semrush.com\", \"name\": \"semrush.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"ascd.org\": {\"id\": 59598443723, \"app\": \"ascd.org\", \"name\": \"ascd.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"x.com\": {\"id\": 59595112077, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"business.facebook.com\": {\"id\": 59597402281, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"blog.eduonix.com\": {\"id\": 59598742861, \"app\": \"blog.eduonix.com\", \"name\": \"blog.eduonix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"inxsinternational.com\": {\"id\": 59593819121, \"app\": \"inxsinternational.com\", \"name\": \"inxsinternational.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"analytics.google.com\": {\"id\": 59585680263, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"iesonline.co.in\": {\"id\": 59598918980, \"app\": \"iesonline.co.in\", \"name\": \"iesonline.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"studentbuddy.io\": {\"id\": 59598968210, \"app\": \"studentbuddy.io\", \"name\": \"studentbuddy.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"gettingsmart.com\": {\"id\": 59597989581, \"app\": \"gettingsmart.com\", \"name\": \"gettingsmart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"pagespeed.web.dev\": {\"id\": 59596554114, \"app\": \"pagespeed.web.dev\", \"name\": \"pagespeed.web.dev\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"about:blank\": {\"id\": 59585831179, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"thecollegefix.com\": {\"id\": 59598262972, \"app\": \"thecollegefix.com\", \"name\": \"thecollegefix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"collegiateparent.com\": {\"id\": 59598193260, \"app\": \"collegiateparent.com\", \"name\": \"collegiateparent.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"edutopia.org\": {\"id\": 59597883377, \"app\": \"edutopia.org\", \"name\": \"edutopia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"ncte.org\": {\"id\": 59598024402, \"app\": \"ncte.org\", \"name\": \"ncte.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\": {\"id\": 59592835833, \"app\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"name\": \"chrome-extension://oifijhaokejakekmnjmphonojcfkpbbh\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"aaibadesign.com\": {\"id\": 59593107008, \"app\": \"aaibadesign.com\", \"name\": \"aaibadesign.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"onlinent\": {\"id\": 59598193253, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"in.linkedin.com\": {\"id\": 59594989817, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"mun.fairgaze.com\": {\"id\": 59595471629, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"topuniversities.com\": {\"id\": 59598810906, \"app\": \"topuniversities.com\", \"name\": \"topuniversities.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"manning.com\": {\"id\": 59598742858, \"app\": \"manning.com\", \"name\": \"manning.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"everydaypower.com\": {\"id\": 59598737097, \"app\": \"everydaypower.com\", \"name\": \"everydaypower.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"serpzilla.com\": {\"id\": 59598886436, \"app\": \"serpzilla.com\", \"name\": \"serpzilla.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"glef.org\": {\"id\": 59597953795, \"app\": \"glef.org\", \"name\": \"glef.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"linkio.com\": {\"id\": 59598858389, \"app\": \"linkio.com\", \"name\": \"linkio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"elearnmag.acm.org\": {\"id\": 59598024395, \"app\": \"elearnmag.acm.org\", \"name\": \"elearnmag.acm.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"straits-energyresources.com\": {\"id\": 59593147941, \"app\": \"straits-energyresources.com\", \"name\": \"straits-energyresources.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"eversana.com\": {\"id\": 59592906417, \"app\": \"eversana.com\", \"name\": \"eversana.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"ijltemas.in\": {\"id\": 59598232955, \"app\": \"ijltemas.in\", \"name\": \"ijltemas.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"knowledgehut.com\": {\"id\": 59598648258, \"app\": \"knowledgehut.com\", \"name\": \"knowledgehut.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"unknown app\": {\"id\": 59585986307, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"justpaste.it\": {\"id\": 59598614114, \"app\": \"justpaste.it\", \"name\": \"justpaste.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"openstax.org\": {\"id\": 59598002580, \"app\": \"openstax.org\", \"name\": \"openstax.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"fairgaze.com\": {\"id\": 59589590975, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"lavainternational.in\": {\"id\": 59593095661, \"app\": \"lavainternational.in\", \"name\": \"lavainternational.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"thepienews.com\": {\"id\": 59598507305, \"app\": \"thepienews.com\", \"name\": \"thepienews.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"simplek12.com\": {\"id\": 59598496332, \"app\": \"simplek12.com\", \"name\": \"simplek12.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"edugorilla.com\": {\"id\": 59598665928, \"app\": \"edugorilla.com\", \"name\": \"edugorilla.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"asterdmhealthcare.in\": {\"id\": 59593563741, \"app\": \"asterdmhealthcare.in\", \"name\": \"asterdmhealthcare.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"thetoptens.com\": {\"id\": 59598588426, \"app\": \"thetoptens.com\", \"name\": \"thetoptens.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"ykgglobal.com\": {\"id\": 59592894505, \"app\": \"ykgglobal.com\", \"name\": \"ykgglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"movingimage.my\": {\"id\": 59592925215, \"app\": \"movingimage.my\", \"name\": \"movingimage.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 59586226600, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"360hvpl.com\": {\"id\": 59585881408, \"app\": \"360hvpl.com\", \"name\": \"360hvpl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"scholastica.blogs.pace.edu\": {\"id\": 59598335912, \"app\": \"scholastica.blogs.pace.edu\", \"name\": \"scholastica.blogs.pace.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"fonada.com\": {\"id\": 59593482072, \"app\": \"fonada.com\", \"name\": \"fonada.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"eonmeditech.com\": {\"id\": 59593101038, \"app\": \"eonmeditech.com\", \"name\": \"eonmeditech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"acemicromatic.net\": {\"id\": 59592900730, \"app\": \"acemicromatic.net\", \"name\": \"acemicromatic.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"photos\": {\"id\": 59587036180, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"ruskmedia.com\": {\"id\": 59593070981, \"app\": \"ruskmedia.com\", \"name\": \"ruskmedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"orixindia.com\": {\"id\": 59593089449, \"app\": \"orixindia.com\", \"name\": \"orixindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"ezrankings.com\": {\"id\": 59598404471, \"app\": \"ezrankings.com\", \"name\": \"ezrankings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"warroom.armywarcollege.edu\": {\"id\": 59598251858, \"app\": \"warroom.armywarcollege.edu\", \"name\": \"warroom.armywarcollege.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"valiancesolutions.com\": {\"id\": 59593434286, \"app\": \"valiancesolutions.com\", \"name\": \"valiancesolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"imghippo.com\": {\"id\": 59598637142, \"app\": \"imghippo.com\", \"name\": \"imghippo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"chronicle.com\": {\"id\": 59598301975, \"app\": \"chronicle.com\", \"name\": \"chronicle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"antal.com\": {\"id\": 59593070979, \"app\": \"antal.com\", \"name\": \"antal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"alphacurels.com\": {\"id\": 59593136650, \"app\": \"alphacurels.com\", \"name\": \"alphacurels.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"india.benesse.com\": {\"id\": 59592967021, \"app\": \"india.benesse.com\", \"name\": \"india.benesse.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"students.org\": {\"id\": 59598180844, \"app\": \"students.org\", \"name\": \"students.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"pavlin.co.in\": {\"id\": 59593107011, \"app\": \"pavlin.co.in\", \"name\": \"pavlin.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"icontent.co.in\": {\"id\": 59592919568, \"app\": \"icontent.co.in\", \"name\": \"icontent.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"gccpl.com\": {\"id\": 59592960766, \"app\": \"gccpl.com\", \"name\": \"gccpl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"delopt.co.in\": {\"id\": 59592875546, \"app\": \"delopt.co.in\", \"name\": \"delopt.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"universitybusiness.com\": {\"id\": 59598322466, \"app\": \"universitybusiness.com\", \"name\": \"universitybusiness.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"snippingtool\": {\"id\": 59595374798, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"ohileoburnett.com\": {\"id\": 59593036493, \"app\": \"ohileoburnett.com\", \"name\": \"ohileoburnett.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"moatindia.com\": {\"id\": 59592937002, \"app\": \"moatindia.com\", \"name\": \"moatindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"devcreation.com\": {\"id\": 59592973071, \"app\": \"devcreation.com\", \"name\": \"devcreation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"citystgeorges.ac.uk\": {\"id\": 59592979197, \"app\": \"citystgeorges.ac.uk\", \"name\": \"citystgeorges.ac.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"borosil.com\": {\"id\": 59592990493, \"app\": \"borosil.com\", \"name\": \"borosil.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"chrome://profile-picker\": {\"id\": 59592829985, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"renatapartners.com\": {\"id\": 59593113165, \"app\": \"renatapartners.com\", \"name\": \"renatapartners.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"asianconsulting.co.in\": {\"id\": 59593119154, \"app\": \"asianconsulting.co.in\", \"name\": \"asianconsulting.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"irepartners.com\": {\"id\": 59592948657, \"app\": \"irepartners.com\", \"name\": \"irepartners.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"dema-solutions.com\": {\"id\": 59593013438, \"app\": \"dema-solutions.com\", \"name\": \"dema-solutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"indiaisus.com\": {\"id\": 59589747915, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"upl-ltd.com\": {\"id\": 59593546287, \"app\": \"upl-ltd.com\", \"name\": \"upl-ltd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"tatvasoft.com\": {\"id\": 59593609342, \"app\": \"tatvasoft.com\", \"name\": \"tatvasoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"thetranslationgate.com\": {\"id\": 59593159488, \"app\": \"thetranslationgate.com\", \"name\": \"thetranslationgate.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"iisc.ac.in\": {\"id\": 59593095673, \"app\": \"iisc.ac.in\", \"name\": \"iisc.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"petronash.com\": {\"id\": 59592996617, \"app\": \"petronash.com\", \"name\": \"petronash.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"modibuilders.in\": {\"id\": 59593019058, \"app\": \"modibuilders.in\", \"name\": \"modibuilders.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"balrakshabharat.org\": {\"id\": 59592954498, \"app\": \"balrakshabharat.org\", \"name\": \"balrakshabharat.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"thecoachspace.com\": {\"id\": 59598045274, \"app\": \"thecoachspace.com\", \"name\": \"thecoachspace.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"greatschoolspartnership.org\": {\"id\": 59598018659, \"app\": \"greatschoolspartnership.org\", \"name\": \"greatschoolspartnership.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"isdm.org.in\": {\"id\": 59593698700, \"app\": \"isdm.org.in\", \"name\": \"isdm.org.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"goingtoschool.com\": {\"id\": 59593494233, \"app\": \"goingtoschool.com\", \"name\": \"goingtoschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"thegamificationcompany.com\": {\"id\": 59593125441, \"app\": \"thegamificationcompany.com\", \"name\": \"thegamificationcompany.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"qorix.ai\": {\"id\": 59593036494, \"app\": \"qorix.ai\", \"name\": \"qorix.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"pocketfm.com\": {\"id\": 59593125435, \"app\": \"pocketfm.com\", \"name\": \"pocketfm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"app.moz.com\": {\"id\": 59592682496, \"app\": \"app.moz.com\", \"name\": \"app.moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"bemoacademicconsulting.com\": {\"id\": 59598961374, \"app\": \"bemoacademicconsulting.com\", \"name\": \"bemoacademicconsulting.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"mindmajix.com\": {\"id\": 59598742857, \"app\": \"mindmajix.com\", \"name\": \"mindmajix.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"trimble.com\": {\"id\": 59593136647, \"app\": \"trimble.com\", \"name\": \"trimble.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"rossi.com\": {\"id\": 59592985061, \"app\": \"rossi.com\", \"name\": \"rossi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"acrobat\": {\"id\": 59587039864, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"allbachelordegrees.com\": {\"id\": 59598913257, \"app\": \"allbachelordegrees.com\", \"name\": \"allbachelordegrees.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"empowerly.com\": {\"id\": 59598186296, \"app\": \"empowerly.com\", \"name\": \"empowerly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"ggsc.berkeley.edu\": {\"id\": 59598030271, \"app\": \"ggsc.berkeley.edu\", \"name\": \"ggsc.berkeley.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"npdigital.com\": {\"id\": 59593422991, \"app\": \"npdigital.com\", \"name\": \"npdigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"leftfield.co.uk\": {\"id\": 59593441609, \"app\": \"leftfield.co.uk\", \"name\": \"leftfield.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"cjm.co.in\": {\"id\": 59593030603, \"app\": \"cjm.co.in\", \"name\": \"cjm.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"moderninsulators.com\": {\"id\": 59592954500, \"app\": \"moderninsulators.com\", \"name\": \"moderninsulators.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"shellhost\": {\"id\": null, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"auth.serpzilla.com\": {\"id\": 59598902083, \"app\": \"auth.serpzilla.com\", \"name\": \"auth.serpzilla.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"elmagazine.submittable.com\": {\"id\": 59598723880, \"app\": \"elmagazine.submittable.com\", \"name\": \"elmagazine.submittable.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"geminipowerhydraulics.com\": {\"id\": 59593716381, \"app\": \"geminipowerhydraulics.com\", \"name\": \"geminipowerhydraulics.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"nobleservices.in\": {\"id\": 59593506427, \"app\": \"nobleservices.in\", \"name\": \"nobleservices.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"mitrmedia.com\": {\"id\": 59593464647, \"app\": \"mitrmedia.com\", \"name\": \"mitrmedia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"thecpt.co.in\": {\"id\": 59593130872, \"app\": \"thecpt.co.in\", \"name\": \"thecpt.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"norwichclinical.co\": {\"id\": 59593095667, \"app\": \"norwichclinical.co\", \"name\": \"norwichclinical.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"assurgenpharma.com\": {\"id\": 59593030598, \"app\": \"assurgenpharma.com\", \"name\": \"assurgenpharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"greenscape-eco.com\": {\"id\": 59592960758, \"app\": \"greenscape-eco.com\", \"name\": \"greenscape-eco.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"plmcoach.com\": {\"id\": 59598050927, \"app\": \"plmcoach.com\", \"name\": \"plmcoach.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"smartdvtech.com\": {\"id\": 59593673936, \"app\": \"smartdvtech.com\", \"name\": \"smartdvtech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msnlabs.com\": {\"id\": 59593704288, \"app\": \"msnlabs.com\", \"name\": \"msnlabs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"amsltd.com\": {\"id\": 59593698706, \"app\": \"amsltd.com\", \"name\": \"amsltd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"1xl.com\": {\"id\": 59593488296, \"app\": \"1xl.com\", \"name\": \"1xl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"miraclefoundation.org\": {\"id\": 59592888145, \"app\": \"miraclefoundation.org\", \"name\": \"miraclefoundation.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"liberalartscolleges.com\": {\"id\": 59598918976, \"app\": \"liberalartscolleges.com\", \"name\": \"liberalartscolleges.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ulatus.com\": {\"id\": 59593716378, \"app\": \"ulatus.com\", \"name\": \"ulatus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shoghi.co.in\": {\"id\": 59593722647, \"app\": \"shoghi.co.in\", \"name\": \"shoghi.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"welspun.com\": {\"id\": 59593101033, \"app\": \"welspun.com\", \"name\": \"welspun.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"itbm.com.my\": {\"id\": 59593065282, \"app\": \"itbm.com.my\", \"name\": \"itbm.com.my\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"afi-global.org\": {\"id\": 59593125432, \"app\": \"afi-global.org\", \"name\": \"afi-global.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"propelld.com\": {\"id\": 59592996609, \"app\": \"propelld.com\", \"name\": \"propelld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"kwsmedia.de\": {\"id\": 59592919559, \"app\": \"kwsmedia.de\", \"name\": \"kwsmedia.de\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"targix.in\": {\"id\": 59593575209, \"app\": \"targix.in\", \"name\": \"targix.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"rrchambers.com\": {\"id\": 59593024703, \"app\": \"rrchambers.com\", \"name\": \"rrchambers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"tutorialsteacher.com\": {\"id\": 59598648255, \"app\": \"tutorialsteacher.com\", \"name\": \"tutorialsteacher.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"signin.dpreview.com\": {\"id\": 59598631196, \"app\": \"signin.dpreview.com\", \"name\": \"signin.dpreview.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dpreview.com\": {\"id\": 59598631193, \"app\": \"dpreview.com\", \"name\": \"dpreview.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"infed.org\": {\"id\": 59598501800, \"app\": \"infed.org\", \"name\": \"infed.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dwm\": {\"id\": 59598543894, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"choice-online.com\": {\"id\": 59598050924, \"app\": \"choice-online.com\", \"name\": \"choice-online.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"thosewhocan.org\": {\"id\": 59598030268, \"app\": \"thosewhocan.org\", \"name\": \"thosewhocan.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\": {\"id\": 59594520397, \"app\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"name\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"oracle.com\": {\"id\": 59593679457, \"app\": \"oracle.com\", \"name\": \"oracle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ollang.com\": {\"id\": 59593458857, \"app\": \"ollang.com\", \"name\": \"ollang.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"transrare.com\": {\"id\": 59592948658, \"app\": \"transrare.com\", \"name\": \"transrare.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"radometech.com\": {\"id\": 59592967014, \"app\": \"radometech.com\", \"name\": \"radometech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bringbackgreen.com\": {\"id\": 59592948656, \"app\": \"bringbackgreen.com\", \"name\": \"bringbackgreen.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:20'),(1523,19,'2025-07-01','07:47:10','22:52:48',13.5561,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 07:47:10\", \"left\": \"2025-07-01 22:52:48\", \"late\": false, \"onlineTime\": 48802, \"offlineTime\": 0, \"desktimeTime\": 48802, \"atWorkTime\": 54338, \"afterWorkTime\": 17568, \"beforeWorkTime\": 200, \"productiveTime\": 48802, \"productivity\": 100, \"efficiency\": 180.75, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"acrobat\": {\"id\": 58984226724, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40343}, \"linkedin.com\": {\"id\": 59003612058, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2837}, \"windows explorer\": {\"id\": 58983279232, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2669}, \"illustrator\": {\"id\": 58983592757, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1068}, \"photoshop\": {\"id\": 59004881043, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 503}, \"outlook.office.com\": {\"id\": 58983582192, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 397}, \"ms-teams\": {\"id\": 58982976952, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 371}, \"pms.chlserv.com\": {\"id\": 59004690775, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 201}, \"desktime.com\": {\"id\": 58984198386, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 168}, \"hrez.crystalhues.in\": {\"id\": 58984210001, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"google chrome\": {\"id\": 58983580625, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"login.microsoftonline.com\": {\"id\": 58984207134, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"calculatorapp\": {\"id\": 59004779556, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"unknown app\": {\"id\": 58983591070, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"snippingtool\": {\"id\": 59004757854, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"file://\": {\"id\": 58984223523, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"searchapp\": {\"id\": 59004810118, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"photosapp\": {\"id\": 59004888133, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"dashboard.visme.co\": {\"id\": 59004863691, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 58983589663, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:20'),(1524,19,'2025-07-02','08:56:54','22:19:23',8.16972,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 08:56:54\", \"left\": \"2025-07-02 22:19:23\", \"late\": true, \"onlineTime\": 13412, \"offlineTime\": 15999, \"desktimeTime\": 29411, \"atWorkTime\": 48149, \"afterWorkTime\": 3440, \"beforeWorkTime\": 0, \"productiveTime\": 29411, \"productivity\": 100, \"efficiency\": 108.93, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"vednor site (offline time)\": {\"id\": 59085409262, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15999}, \"coreldrw\": {\"id\": 59011969064, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4704}, \"windows explorer\": {\"id\": 59011292336, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2231}, \"unknown app\": {\"id\": 59011573564, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2059}, \"indesign\": {\"id\": 59015652177, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1754}, \"outlook.office.com\": {\"id\": 59011571741, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 979}, \"ms-teams\": {\"id\": 59011233519, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 594}, \"pms.chlserv.com\": {\"id\": 59012684372, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 342}, \"desktime.com\": {\"id\": 59012916466, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"illustrator\": {\"id\": 59011573569, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 169}, \"hrez.crystalhues.in\": {\"id\": 59012937840, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"calculatorapp\": {\"id\": 59012695204, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"login.microsoftonline.com\": {\"id\": 59012684371, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"google chrome\": {\"id\": 59011570190, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"notepad\": {\"id\": 59012828029, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"shellexperiencehost\": {\"id\": 59015652182, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"chrome://new-tab-page\": {\"id\": 59012900617, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 59011573563, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 59011233517, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"in.emsigner.com\": {\"id\": 59013700718, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"wamgroup.in\": {\"id\": 59012912706, \"app\": \"wamgroup.in\", \"name\": \"wamgroup.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"creative cloud\": {\"id\": 59011233518, \"app\": \"Creative Cloud\", \"name\": \"Creative Cloud\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:21'),(1525,19,'2025-07-03','07:52:40','22:45:03',8.42861,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 07:52:40\", \"left\": \"2025-07-03 22:45:03\", \"late\": false, \"onlineTime\": 7202, \"offlineTime\": 23141, \"desktimeTime\": 30343, \"atWorkTime\": 53543, \"afterWorkTime\": 1892, \"beforeWorkTime\": 136, \"productiveTime\": 30343, \"productivity\": 100, \"efficiency\": 112.38, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 59085411010, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23141}, \"windows explorer\": {\"id\": 59038914401, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2636}, \"coreldrw\": {\"id\": 59039210568, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2533}, \"outlook.office.com\": {\"id\": 59039208988, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 897}, \"calculatorapp\": {\"id\": 59057866369, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 507}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59058895368, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 435}, \"ms-teams\": {\"id\": 59038630102, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"google chrome\": {\"id\": 59039207395, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"login.microsoftonline.com\": {\"id\": 59058895363, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 59058904555, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:51:21'),(1526,19,'2025-07-04','09:11:43','21:49:26',7.75583,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 09:11:43\", \"left\": \"2025-07-04 21:49:26\", \"late\": true, \"onlineTime\": 19897, \"offlineTime\": 8107, \"desktimeTime\": 28004, \"atWorkTime\": 45463, \"afterWorkTime\": 4322, \"beforeWorkTime\": 0, \"productiveTime\": 27921, \"productivity\": 99.7, \"efficiency\": 103.41, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 59067178283, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}}, \"1\": {\"vednor site (offline time)\": {\"id\": 59085416872, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5737}, \"coreldrw\": {\"id\": 59065817621, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5547}, \"outlook.office.com\": {\"id\": 59065815840, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5171}, \"windows explorer\": {\"id\": 59065528733, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2578}, \"call (offline time)\": {\"id\": 59085418395, \"app\": \"__OFFLINE__\", \"name\": \"call\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2370}, \"google.com\": {\"id\": 59066307851, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1612}, \"photoshop\": {\"id\": 59068473772, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 817}, \"desktime.com\": {\"id\": 59066741893, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 536}, \"justdial.com\": {\"id\": 59075375983, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 404}, \"pms.chlserv.com\": {\"id\": 59070522072, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59066244795, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 311}, \"google chrome\": {\"id\": 59065814024, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 296}, \"translate.google.co.in\": {\"id\": 59068056959, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 293}, \"ms-teams\": {\"id\": 59065502006, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 270}, \"hrez.crystalhues.in\": {\"id\": 59070345274, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"calculatorapp\": {\"id\": 59071526159, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 184}, \"mlbd.in\": {\"id\": 59067143863, \"app\": \"mlbd.in\", \"name\": \"mlbd.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 157}, \"motilalbanarsidass.com\": {\"id\": 59067103827, \"app\": \"motilalbanarsidass.com\", \"name\": \"motilalbanarsidass.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 112}, \"researchgate.net\": {\"id\": 59067275051, \"app\": \"researchgate.net\", \"name\": \"researchgate.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"bookchapter.org\": {\"id\": 59067351231, \"app\": \"bookchapter.org\", \"name\": \"bookchapter.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"charmap\": {\"id\": 59070647860, \"app\": \"Charmap\", \"name\": \"Charmap\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"iiid.in\": {\"id\": 59067325587, \"app\": \"iiid.in\", \"name\": \"iiid.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"login.microsoftonline.com\": {\"id\": 59070340458, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"devnetjobsindia.org\": {\"id\": 59073313738, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"unknown app\": {\"id\": 59068469016, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"academia.edu\": {\"id\": 59067310809, \"app\": \"academia.edu\", \"name\": \"academia.edu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"openoffice\": {\"id\": 59073856641, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"freepik.com\": {\"id\": 59068287883, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"photosapp\": {\"id\": 59070522076, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"word.cloud.microsoft\": {\"id\": 59073937656, \"app\": \"word.cloud.microsoft\", \"name\": \"word.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"acrobat\": {\"id\": 59068795706, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"confidentcounselors.com\": {\"id\": 59068319058, \"app\": \"confidentcounselors.com\", \"name\": \"confidentcounselors.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"instagram.com\": {\"id\": 59067206294, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"vecteezy.com\": {\"id\": 59068244725, \"app\": \"vecteezy.com\", \"name\": \"vecteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"indiamart.com\": {\"id\": 59068691983, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"lens-overlay\": {\"id\": 59068295018, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"notepad\": {\"id\": 59079909864, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"shutterstock.com\": {\"id\": 59068328186, \"app\": \"shutterstock.com\", \"name\": \"shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"ysrafu.ac.in\": {\"id\": 59067261423, \"app\": \"ysrafu.ac.in\", \"name\": \"ysrafu.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"scribd.com\": {\"id\": 59067254340, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"motilalbooks.com\": {\"id\": 59067246573, \"app\": \"motilalbooks.com\", \"name\": \"motilalbooks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"wetransfer.com\": {\"id\": 59079715148, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"adobe.com\": {\"id\": 59066307847, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"photopea.com\": {\"id\": 59066310557, \"app\": \"photopea.com\", \"name\": \"photopea.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"m365.cloud.microsoft\": {\"id\": 59073485489, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"creative cloud\": {\"id\": 59069980848, \"app\": \"Creative Cloud\", \"name\": \"Creative Cloud\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"mlbdbook.com\": {\"id\": 59067239232, \"app\": \"mlbdbook.com\", \"name\": \"mlbdbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"5.imimg.com\": {\"id\": 59068790333, \"app\": \"5.imimg.com\", \"name\": \"5.imimg.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"pixlr.com\": {\"id\": 59066313173, \"app\": \"pixlr.com\", \"name\": \"pixlr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchapp\": {\"id\": 59068469015, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"gihonfoundation.com\": {\"id\": 59068333060, \"app\": \"gihonfoundation.com\", \"name\": \"gihonfoundation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chromewebdata\": {\"id\": 59068299848, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sulekha.com\": {\"id\": 59079879455, \"app\": \"sulekha.com\", \"name\": \"sulekha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 59070340459, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:21'),(1527,19,'2025-07-05','07:56:26','23:05:52',8.54139,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 07:56:26\", \"left\": \"2025-07-05 23:05:52\", \"late\": false, \"onlineTime\": 30840, \"offlineTime\": 0, \"desktimeTime\": 30840, \"atWorkTime\": 54566, \"afterWorkTime\": 8263, \"beforeWorkTime\": 136, \"productiveTime\": 30749, \"productivity\": 99.7, \"efficiency\": 113.89, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"dir.indiamart.com\": {\"id\": 59087459986, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"accounts.google.com\": {\"id\": 59086337866, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": {\"facebook.com\": {\"id\": 59086794062, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}}, \"1\": {\"coreldrw\": {\"id\": 59085111862, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15410}, \"windows explorer\": {\"id\": 59084957222, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3789}, \"outlook.office.com\": {\"id\": 59085110986, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2413}, \"freepik.com\": {\"id\": 59085426723, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1898}, \"openoffice\": {\"id\": 59085378510, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1684}, \"photoshop\": {\"id\": 59085421054, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1140}, \"lockapp\": {\"id\": 59084750884, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 546}, \"google chrome\": {\"id\": 59085110162, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 513}, \"shutterstock.com\": {\"id\": 59087047578, \"app\": \"shutterstock.com\", \"name\": \"shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 509}, \"linkedin.com\": {\"id\": 59086759199, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"fotor.com\": {\"id\": 59086315612, \"app\": \"fotor.com\", \"name\": \"fotor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 449}, \"canva.com\": {\"id\": 59086312222, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 395}, \"google.com\": {\"id\": 59086311449, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"desktime.com\": {\"id\": 59085406609, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"acrobat\": {\"id\": 59086768888, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"dormakaba.com\": {\"id\": 59086787345, \"app\": \"dormakaba.com\", \"name\": \"dormakaba.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"unknown app\": {\"id\": 59084956674, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"notepad\": {\"id\": 59085878740, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"indiamart.com\": {\"id\": 59087456021, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"ms-teams\": {\"id\": 59084957221, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"illustrator\": {\"id\": 59086917953, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59086266688, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"spencer-india.com\": {\"id\": 59087462975, \"app\": \"spencer-india.com\", \"name\": \"spencer-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"en.wikipedia.org\": {\"id\": 59087037020, \"app\": \"en.wikipedia.org\", \"name\": \"en.wikipedia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"picsart.com\": {\"id\": 59086554867, \"app\": \"picsart.com\", \"name\": \"picsart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"photosapp\": {\"id\": 59086598810, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"ficci.in\": {\"id\": 59085424431, \"app\": \"ficci.in\", \"name\": \"ficci.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"snippingtool\": {\"id\": 59085710483, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"dwm\": {\"id\": 59085930265, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"devnetjobsindia.org\": {\"id\": 59087455071, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"goart.fotor.com\": {\"id\": 59086322949, \"app\": \"goart.fotor.com\", \"name\": \"goart.fotor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dashboard.visme.co\": {\"id\": 59085425912, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"ih1.redbubble.net\": {\"id\": 59087072710, \"app\": \"ih1.redbubble.net\", \"name\": \"ih1.redbubble.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchapp\": {\"id\": 59085386352, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"office.com\": {\"id\": 59086626526, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"shellexperiencehost\": {\"id\": 59085939040, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 59087284167, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"kisaantrade.com\": {\"id\": 59085425910, \"app\": \"kisaantrade.com\", \"name\": \"kisaantrade.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59086958561, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"chromewebdata\": {\"id\": 59087455073, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 59086598809, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 59085529051, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"helppane\": {\"id\": 59085528182, \"app\": \"HelpPane\", \"name\": \"HelpPane\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:23'),(1528,19,'2025-07-06','10:51:52','22:57:52',5.79444,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-06\", \"isOnline\": false, \"arrived\": \"2025-07-06 10:51:52\", \"left\": \"2025-07-06 22:57:52\", \"late\": true, \"onlineTime\": 21101, \"offlineTime\": 0, \"desktimeTime\": 21101, \"atWorkTime\": 43560, \"afterWorkTime\": 5640, \"beforeWorkTime\": 0, \"productiveTime\": 20860, \"productivity\": 98.86, \"efficiency\": 77.26, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"myntra.com\": {\"id\": 59089548574, \"app\": \"myntra.com\", \"name\": \"myntra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"flipkart.com\": {\"id\": 59089537511, \"app\": \"flipkart.com\", \"name\": \"flipkart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"amazon.in\": {\"id\": 59089549721, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}}, \"0\": [], \"1\": {\"coreldrw\": {\"id\": 59088694057, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8827}, \"outlook.office.com\": {\"id\": 59088693416, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1943}, \"windows explorer\": {\"id\": 59088605693, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1463}, \"freepik.com\": {\"id\": 59089140132, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1185}, \"notepad\": {\"id\": 59089218169, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1127}, \"photoshop\": {\"id\": 59089155550, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1001}, \"openoffice\": {\"id\": 59088933877, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 878}, \"google chrome\": {\"id\": 59088692979, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 627}, \"calculatorapp\": {\"id\": 59089585643, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 602}, \"translate.google.co.in\": {\"id\": 59089150007, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 518}, \"illustrator\": {\"id\": 59089404631, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 458}, \"acrobat\": {\"id\": 59089220350, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 450}, \"shutterstock.com\": {\"id\": 59089160486, \"app\": \"shutterstock.com\", \"name\": \"shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 442}, \"ms-teams\": {\"id\": 59088596513, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 333}, \"sechealthui\": {\"id\": 59089696583, \"app\": \"SecHealthUI\", \"name\": \"SecHealthUI\", \"type\": \"app\", \"category_id\": 0, \"duration\": 304}, \"google.com\": {\"id\": 59089142658, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59089603694, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 191}, \"tgtluxe.com\": {\"id\": 59089544546, \"app\": \"tgtluxe.com\", \"name\": \"tgtluxe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"unknown app\": {\"id\": 59089133628, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"photosapp\": {\"id\": 59089142660, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"shop.timexindia.com\": {\"id\": 59089540209, \"app\": \"shop.timexindia.com\", \"name\": \"shop.timexindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"nykaafashion.com\": {\"id\": 59089541846, \"app\": \"nykaafashion.com\", \"name\": \"nykaafashion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59089822956, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"nykaa.com\": {\"id\": 59089537131, \"app\": \"nykaa.com\", \"name\": \"nykaa.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"krishnawatch.com\": {\"id\": 59089542693, \"app\": \"krishnawatch.com\", \"name\": \"krishnawatch.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"hrez.crystalhues.in\": {\"id\": 59089823369, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 59089220765, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"automationindiaexpo.com\": {\"id\": 59089558089, \"app\": \"automationindiaexpo.com\", \"name\": \"automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"thebrighterworld.com\": {\"id\": 59089249543, \"app\": \"thebrighterworld.com\", \"name\": \"thebrighterworld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59089636634, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dwm\": {\"id\": 59089444630, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:24'),(1529,19,'2025-07-07','07:36:40','22:29:03',10.2861,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 07:36:40\", \"left\": \"2025-07-07 22:29:03\", \"late\": false, \"onlineTime\": 19473, \"offlineTime\": 17595, \"desktimeTime\": 37068, \"atWorkTime\": 53543, \"afterWorkTime\": 5154, \"beforeWorkTime\": 1400, \"productiveTime\": 37030, \"productivity\": 99.9, \"efficiency\": 137.15, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"desktime\": {\"id\": 59109399444, \"app\": \"DeskTime\", \"name\": \"DeskTime\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}}, \"1\": {\"vednor site (offline time)\": {\"id\": 59230627386, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17595}, \"windows explorer\": {\"id\": 59090960470, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6298}, \"coreldrw\": {\"id\": 59091469946, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4973}, \"programiz.com\": {\"id\": 59109947415, \"app\": \"programiz.com\", \"name\": \"programiz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3176}, \"outlook.office.com\": {\"id\": 59091469945, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1774}, \"jdoodle.com\": {\"id\": 59108778896, \"app\": \"jdoodle.com\", \"name\": \"jdoodle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1229}, \"pms.chlserv.com\": {\"id\": 59092663018, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 395}, \"google.com\": {\"id\": 59092596321, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"desktime.com\": {\"id\": 59091674969, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"ms-teams\": {\"id\": 59090950459, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"thunderbird\": {\"id\": 59092553937, \"app\": \"Thunderbird\", \"name\": \"Thunderbird\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"automationindiaexpo.com\": {\"id\": 59092511452, \"app\": \"automationindiaexpo.com\", \"name\": \"automationindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"notepad\": {\"id\": 59092576251, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"google chrome\": {\"id\": 59091468559, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"file://\": {\"id\": 59108701871, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"devnetjobsindia.org\": {\"id\": 59108683587, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59108582252, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"login.microsoftonline.com\": {\"id\": 59092659264, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"easeofaccessdialog\": {\"id\": 59109922140, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"ieema.org\": {\"id\": 59092623590, \"app\": \"ieema.org\", \"name\": \"ieema.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"wetransfer.com\": {\"id\": 59091471486, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"hrez.crystalhues.in\": {\"id\": 59108660814, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"literature.rockwellautomation.com\": {\"id\": 59092769943, \"app\": \"literature.rockwellautomation.com\", \"name\": \"literature.rockwellautomation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"iist.ac.in\": {\"id\": 59092641536, \"app\": \"iist.ac.in\", \"name\": \"iist.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"unknown app\": {\"id\": 59092553932, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"rittal.com\": {\"id\": 59092766260, \"app\": \"rittal.com\", \"name\": \"rittal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"calculatorapp\": {\"id\": 59092279423, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"linkedin.com\": {\"id\": 59092599933, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://new-tab-page\": {\"id\": 59092659263, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"ciscocollabhost\": {\"id\": 59092310600, \"app\": \"CiscoCollabHost\", \"name\": \"CiscoCollabHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:25'),(1530,19,'2025-07-08','07:35:59','23:02:44',7.79806,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 07:35:59\", \"left\": \"2025-07-08 23:02:44\", \"late\": false, \"onlineTime\": 7088, \"offlineTime\": 20985, \"desktimeTime\": 28073, \"atWorkTime\": 55605, \"afterWorkTime\": 1307, \"beforeWorkTime\": 359, \"productiveTime\": 28073, \"productivity\": 100, \"efficiency\": 103.97, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 59230636876, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20985}, \"programiz.pro\": {\"id\": 59123758278, \"app\": \"programiz.pro\", \"name\": \"programiz.pro\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2971}, \"google.com\": {\"id\": 59123747676, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1789}, \"searchapp\": {\"id\": 59129713732, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 649}, \"learncbse.in\": {\"id\": 59132860721, \"app\": \"learncbse.in\", \"name\": \"learncbse.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 479}, \"coreldrw\": {\"id\": 59119072528, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 410}, \"windows explorer\": {\"id\": 59118535275, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 294}, \"ms-teams\": {\"id\": 59118527641, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 232}, \"google chrome\": {\"id\": 59119071001, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 162}, \"cbseskilleducation.com\": {\"id\": 59133111127, \"app\": \"cbseskilleducation.com\", \"name\": \"cbseskilleducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"unknown app\": {\"id\": 59119071002, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"onecompiler.com\": {\"id\": 59123752925, \"app\": \"onecompiler.com\", \"name\": \"onecompiler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"youtube.com\": {\"id\": 59131697900, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"outlook.office.com\": {\"id\": 59119073950, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}}, \"projects\": []}','2025-07-31 18:51:30'),(1531,19,'2025-07-09','07:41:50','22:58:38',9.23722,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 07:41:50\", \"left\": \"2025-07-09 22:58:38\", \"late\": false, \"onlineTime\": 24735, \"offlineTime\": 8519, \"desktimeTime\": 33254, \"atWorkTime\": 55008, \"afterWorkTime\": 5227, \"beforeWorkTime\": 1090, \"productiveTime\": 33254, \"productivity\": 100, \"efficiency\": 123.16, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 59146989570, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9466}, \"vednor site (offline time)\": {\"id\": 59230648434, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8519}, \"windows explorer\": {\"id\": 59146430844, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7146}, \"outlook.office.com\": {\"id\": 59146989566, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2431}, \"desktime.com\": {\"id\": 59147445464, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 785}, \"acrobat\": {\"id\": 59148772252, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 585}, \"google.com\": {\"id\": 59147473903, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 552}, \"openoffice\": {\"id\": 59147732554, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 429}, \"justdial.com\": {\"id\": 59151109828, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 415}, \"google chrome\": {\"id\": 59146988160, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 357}, \"photoshop\": {\"id\": 59164337309, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"researchgate.net\": {\"id\": 59154456846, \"app\": \"researchgate.net\", \"name\": \"researchgate.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 272}, \"calculatorapp\": {\"id\": 59152397590, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 253}, \"paintstudio.view\": {\"id\": 59167877498, \"app\": \"PaintStudio.View\", \"name\": \"PaintStudio.View\", \"type\": \"app\", \"category_id\": 0, \"duration\": 221}, \"translate.google.co.in\": {\"id\": 59165581075, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 221}, \"ruchoks.com\": {\"id\": 59150917404, \"app\": \"ruchoks.com\", \"name\": \"ruchoks.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"notepad\": {\"id\": 59148669987, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 167}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59147473905, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"lockapp\": {\"id\": 59146423004, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"pms.chlserv.com\": {\"id\": 59152372249, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"ms-teams\": {\"id\": 59146430091, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"bookchapter.org\": {\"id\": 59154456853, \"app\": \"bookchapter.org\", \"name\": \"bookchapter.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"freepik.com\": {\"id\": 59149049357, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"unknown app\": {\"id\": 59146989569, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"iiid.in\": {\"id\": 59154456850, \"app\": \"iiid.in\", \"name\": \"iiid.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"confettigifts.in\": {\"id\": 59151795559, \"app\": \"confettigifts.in\", \"name\": \"confettigifts.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"cherishx.com\": {\"id\": 59150898959, \"app\": \"cherishx.com\", \"name\": \"cherishx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"tokenz.com\": {\"id\": 59151818532, \"app\": \"tokenz.com\", \"name\": \"tokenz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"dwm\": {\"id\": 59148287789, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 59147940555, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"printinglabs.in\": {\"id\": 59151119227, \"app\": \"printinglabs.in\", \"name\": \"printinglabs.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59150498108, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"searchapp\": {\"id\": 59148677990, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"hrez.crystalhues.in\": {\"id\": 59150503532, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://new-tab-page\": {\"id\": 59150498107, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"indulgexpress.com\": {\"id\": 59151808523, \"app\": \"indulgexpress.com\", \"name\": \"indulgexpress.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"indiaasisee.fairgaze.com\": {\"id\": 59164430026, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"file://\": {\"id\": 59154245894, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"foundit.in\": {\"id\": 59164211006, \"app\": \"foundit.in\", \"name\": \"foundit.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"taskmgr\": {\"id\": 59148740705, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"photosapp\": {\"id\": 59148966683, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"shellexperiencehost\": {\"id\": 59164266594, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:30'),(1532,19,'2025-07-10','08:59:04','23:22:44',7.71417,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 08:59:04\", \"left\": \"2025-07-10 23:22:44\", \"late\": true, \"onlineTime\": 19769, \"offlineTime\": 8010, \"desktimeTime\": 27779, \"atWorkTime\": 51820, \"afterWorkTime\": 1681, \"beforeWorkTime\": 0, \"productiveTime\": 27771, \"productivity\": 99.97, \"efficiency\": 102.86, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 59176885941, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"1\": {\"call (offline time)\": {\"id\": 59230675634, \"app\": \"__OFFLINE__\", \"name\": \"call\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8010}, \"outlook.office.com\": {\"id\": 59174023981, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5328}, \"coreldrw\": {\"id\": 59174023983, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4043}, \"windows explorer\": {\"id\": 59173702715, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3100}, \"acrobat\": {\"id\": 59175835918, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1274}, \"google.com\": {\"id\": 59174687027, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1191}, \"linkedin.com\": {\"id\": 59174995540, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1170}, \"google chrome\": {\"id\": 59174717154, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 966}, \"desktime.com\": {\"id\": 59174720213, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 591}, \"iphex-india.com\": {\"id\": 59177718544, \"app\": \"iphex-india.com\", \"name\": \"iphex-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 385}, \"login.microsoftonline.com\": {\"id\": 59174814428, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 383}, \"wetransfer.com\": {\"id\": 59194666758, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"globelapharma.com\": {\"id\": 59177760169, \"app\": \"globelapharma.com\", \"name\": \"globelapharma.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"justdial.com\": {\"id\": 59174976272, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"pms.chlserv.com\": {\"id\": 59184930336, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 131}, \"5.imimg.com\": {\"id\": 59177016247, \"app\": \"5.imimg.com\", \"name\": \"5.imimg.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"indiamart.com\": {\"id\": 59176869651, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"in.linkedin.com\": {\"id\": 59177180253, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"zkgroupindia.com\": {\"id\": 59177074604, \"app\": \"zkgroupindia.com\", \"name\": \"zkgroupindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"foodprocessingindia.gov.in\": {\"id\": 59174959835, \"app\": \"foodprocessingindia.gov.in\", \"name\": \"foodprocessingindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"luna.co.in\": {\"id\": 59177605570, \"app\": \"luna.co.in\", \"name\": \"luna.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"calculatorapp\": {\"id\": 59179520986, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"ms-teams\": {\"id\": 59173702714, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"lunachem.com\": {\"id\": 59177637145, \"app\": \"lunachem.com\", \"name\": \"lunachem.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"fairgaze.com\": {\"id\": 59194659802, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"dwm\": {\"id\": 59183547678, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"photoshop\": {\"id\": 59183118824, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"hrez.crystalhues.in\": {\"id\": 59174817758, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59175771260, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"unknown app\": {\"id\": 59183036243, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"chromewebdata\": {\"id\": 59177754360, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"foodsafety.delhi.gov.in\": {\"id\": 59177140175, \"app\": \"foodsafety.delhi.gov.in\", \"name\": \"foodsafety.delhi.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59174022439, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59177174693, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"file://\": {\"id\": 59183654113, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:31'),(1533,19,'2025-07-11','07:48:12','23:18:24',8.11111,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 07:48:12\", \"left\": \"2025-07-11 23:18:24\", \"late\": false, \"onlineTime\": 29200, \"offlineTime\": 0, \"desktimeTime\": 29200, \"atWorkTime\": 55812, \"afterWorkTime\": 3437, \"beforeWorkTime\": 708, \"productiveTime\": 29200, \"productivity\": 100, \"efficiency\": 108.15, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 59200690203, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7326}, \"outlook.office.com\": {\"id\": 59200688403, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5056}, \"acrobat\": {\"id\": 59205928324, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4422}, \"ms-teams\": {\"id\": 59200049455, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4421}, \"windows explorer\": {\"id\": 59200364490, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2911}, \"drive.google.com\": {\"id\": 59205348128, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1121}, \"calculatorapp\": {\"id\": 59208067559, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1094}, \"photoshop\": {\"id\": 59204678233, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1006}, \"linkedin.com\": {\"id\": 59202056432, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 475}, \"desktime.com\": {\"id\": 59202004969, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 373}, \"photosapp\": {\"id\": 59205829304, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 239}, \"devnetjobsindia.org\": {\"id\": 59204692731, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"pms.chlserv.com\": {\"id\": 59202032418, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"login.microsoftonline.com\": {\"id\": 59213029327, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"ciisce.in\": {\"id\": 59214425280, \"app\": \"ciisce.in\", \"name\": \"ciisce.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59214017337, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"google chrome\": {\"id\": 59202004968, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"unknown app\": {\"id\": 59202602513, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"dashboard.visme.co\": {\"id\": 59202001336, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"google.com\": {\"id\": 59205353071, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"msedgewebview2\": {\"id\": 59214405995, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59214370686, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 59205829303, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59205810559, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://whats-new\": {\"id\": 59200686851, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:34'),(1534,19,'2025-07-12','09:36:20','21:56:04',4.67861,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-12\", \"isOnline\": false, \"arrived\": \"2025-07-12 09:36:20\", \"left\": \"2025-07-12 21:56:04\", \"late\": true, \"onlineTime\": 16843, \"offlineTime\": 0, \"desktimeTime\": 16843, \"atWorkTime\": 44384, \"afterWorkTime\": 1, \"beforeWorkTime\": 0, \"productiveTime\": 16843, \"productivity\": 100, \"efficiency\": 62.38, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"windows explorer\": {\"id\": 59223934547, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14299}, \"coreldrw\": {\"id\": 59224322837, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1789}, \"onedrive\": {\"id\": 59223922509, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"outlook.office.com\": {\"id\": 59224445395, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"ms-teams\": {\"id\": 59223921381, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 171}, \"calculatorapp\": {\"id\": 59224505177, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59224502958, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"acrobat\": {\"id\": 59224457308, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 59224466282, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"msedgewebview2\": {\"id\": 59224496472, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:51:34'),(1535,19,'2025-07-13','11:31:14','22:02:53',6.67833,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-13\", \"isOnline\": false, \"arrived\": \"2025-07-13 11:31:14\", \"left\": \"2025-07-13 22:02:53\", \"late\": true, \"onlineTime\": 24042, \"offlineTime\": 0, \"desktimeTime\": 24042, \"atWorkTime\": 37899, \"afterWorkTime\": 716, \"beforeWorkTime\": 0, \"productiveTime\": 24042, \"productivity\": 100, \"efficiency\": 89.04, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"indesign\": {\"id\": 59227741662, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21158}, \"windows explorer\": {\"id\": 59227650080, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2632}, \"ms-teams\": {\"id\": 59227642916, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 237}, \"outlook.office.com\": {\"id\": 59227741658, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"unknown app\": {\"id\": 59227741661, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google chrome\": {\"id\": 59227741176, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"searchapp\": {\"id\": 59227741660, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:35'),(1536,19,'2025-07-14','07:38:27','22:54:34',9.95583,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 07:38:27\", \"left\": \"2025-07-14 22:54:34\", \"late\": false, \"onlineTime\": 13608, \"offlineTime\": 22233, \"desktimeTime\": 35841, \"atWorkTime\": 54967, \"afterWorkTime\": 4640, \"beforeWorkTime\": 1293, \"productiveTime\": 35841, \"productivity\": 100, \"efficiency\": 132.74, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 59330498385, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22233}, \"windows explorer\": {\"id\": 59230050180, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6616}, \"coreldrw\": {\"id\": 59230620066, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3372}, \"outlook.office.com\": {\"id\": 59230614966, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2537}, \"desktime.com\": {\"id\": 59230621690, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"ms-teams\": {\"id\": 59230039950, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 255}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59250390796, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"calculatorapp\": {\"id\": 59250079420, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"in.emsigner.com\": {\"id\": 59230658728, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"google chrome\": {\"id\": 59230613348, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"google.com\": {\"id\": 59250721935, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"translate.google.co.in\": {\"id\": 59250597551, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"photosapp\": {\"id\": 59250525949, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"dashboard.visme.co\": {\"id\": 59250386515, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"hrez.crystalhues.in\": {\"id\": 59230618389, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"bing.com\": {\"id\": 59250533879, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59230614968, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"helppane\": {\"id\": 59250530067, \"app\": \"HelpPane\", \"name\": \"HelpPane\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"unknown app\": {\"id\": 59230620065, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:35'),(1537,19,'2025-07-15','07:45:19','22:52:43',8.21083,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 07:45:19\", \"left\": \"2025-07-15 22:52:43\", \"late\": false, \"onlineTime\": 15232, \"offlineTime\": 14327, \"desktimeTime\": 29559, \"atWorkTime\": 54444, \"afterWorkTime\": 226, \"beforeWorkTime\": 881, \"productiveTime\": 29559, \"productivity\": 100, \"efficiency\": 109.48, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"client meeting and vendor side (offline time)\": {\"id\": 59330487645, \"app\": \"__OFFLINE__\", \"name\": \"client meeting and vendor side\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14327}, \"coreldrw\": {\"id\": 59257716702, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6110}, \"windows explorer\": {\"id\": 59257145746, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6047}, \"outlook.office.com\": {\"id\": 59257716700, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1283}, \"pms.chlserv.com\": {\"id\": 59259828087, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 500}, \"ms-teams\": {\"id\": 59257127570, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 324}, \"photoshop\": {\"id\": 59261673232, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 274}, \"wetransfer.com\": {\"id\": 59258963069, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 271}, \"desktime.com\": {\"id\": 59258935547, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 212}, \"acrobat\": {\"id\": 59258970561, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"snippingtool\": {\"id\": 59260151025, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"google chrome\": {\"id\": 59257715084, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"unknown app\": {\"id\": 59260146485, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 59259823798, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"dashboard.visme.co\": {\"id\": 59258955369, \"app\": \"dashboard.visme.co\", \"name\": \"dashboard.visme.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"openoffice\": {\"id\": 59259181520, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"google.com\": {\"id\": 59260106699, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchapp\": {\"id\": 59260311324, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellexperiencehost\": {\"id\": 59261662649, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"notepad\": {\"id\": 59260242997, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:37'),(1538,19,'2025-07-16','07:43:43','22:12:43',7.99556,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 07:43:43\", \"left\": \"2025-07-16 22:12:43\", \"late\": false, \"onlineTime\": 28793, \"offlineTime\": 0, \"desktimeTime\": 28793, \"atWorkTime\": 52140, \"afterWorkTime\": 6882, \"beforeWorkTime\": 450, \"productiveTime\": 28784, \"productivity\": 99.97, \"efficiency\": 106.61, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59296462284, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}}, \"0\": [], \"1\": {\"acrobat\": {\"id\": 59290228655, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7241}, \"outlook.office.com\": {\"id\": 59284881883, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6602}, \"behance.net\": {\"id\": 59287739217, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3490}, \"illustrator\": {\"id\": 59284890583, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3229}, \"coreldrw\": {\"id\": 59286634162, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2054}, \"windows explorer\": {\"id\": 59284612847, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1826}, \"unknown app\": {\"id\": 59284890581, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1053}, \"google.com\": {\"id\": 59284881882, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 998}, \"ms-teams\": {\"id\": 59284310575, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 638}, \"notepad\": {\"id\": 59287513252, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 285}, \"calculatorapp\": {\"id\": 59290366500, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 274}, \"google chrome\": {\"id\": 59284881881, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"openoffice\": {\"id\": 59290163558, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"scribd.com\": {\"id\": 59296410937, \"app\": \"scribd.com\", \"name\": \"scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"translate.google.co.in\": {\"id\": 59285052531, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"desktime.com\": {\"id\": 59294914410, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"adobe.com\": {\"id\": 59295565806, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"anzen.co.in\": {\"id\": 59291334534, \"app\": \"anzen.co.in\", \"name\": \"anzen.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"shubham.co.in\": {\"id\": 59292201975, \"app\": \"shubham.co.in\", \"name\": \"shubham.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"helpx.adobe.com\": {\"id\": 59295578086, \"app\": \"helpx.adobe.com\", \"name\": \"helpx.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"linkedin.com\": {\"id\": 59302305782, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"anzenplastics.co.in\": {\"id\": 59292173520, \"app\": \"anzenplastics.co.in\", \"name\": \"anzenplastics.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"ceciprojects.com\": {\"id\": 59298700662, \"app\": \"ceciprojects.com\", \"name\": \"ceciprojects.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"pinterest.com\": {\"id\": 59298737229, \"app\": \"pinterest.com\", \"name\": \"pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"snippingtool\": {\"id\": 59290251332, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"in.pinterest.com\": {\"id\": 59298842338, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"cphi.com\": {\"id\": 59291379465, \"app\": \"cphi.com\", \"name\": \"cphi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"chrome://print\": {\"id\": 59291357393, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"cphi-online.com\": {\"id\": 59291374005, \"app\": \"cphi-online.com\", \"name\": \"cphi-online.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"aosproduct.com\": {\"id\": 59292236803, \"app\": \"aosproduct.com\", \"name\": \"aosproduct.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"file://\": {\"id\": 59295238246, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"searchapp\": {\"id\": 59284889015, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": 59299239724, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"pharmexcil.com\": {\"id\": 59292156042, \"app\": \"pharmexcil.com\", \"name\": \"pharmexcil.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://new-tab-page\": {\"id\": 59285052527, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"auth.scribd.com\": {\"id\": 59296462277, \"app\": \"auth.scribd.com\", \"name\": \"auth.scribd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"justdial.com\": {\"id\": 59292167815, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:38'),(1539,19,'2025-07-17','07:41:26','22:10:02',8.15028,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 07:41:26\", \"left\": \"2025-07-17 22:10:02\", \"late\": false, \"onlineTime\": 29406, \"offlineTime\": 0, \"desktimeTime\": 29406, \"atWorkTime\": 52116, \"afterWorkTime\": 2736, \"beforeWorkTime\": 1114, \"productiveTime\": 29341, \"productivity\": 99.78, \"efficiency\": 108.67, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"accounts.google.com\": {\"id\": 59326893500, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}}, \"0\": {\"microsoft.media.player\": {\"id\": 59314361059, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}}, \"1\": {\"coreldrw\": {\"id\": 59312270997, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7252}, \"windows explorer\": {\"id\": 59311682475, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6685}, \"outlook.office.com\": {\"id\": 59312261370, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4513}, \"translate.google.co.in\": {\"id\": 59315686200, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1935}, \"acrobat\": {\"id\": 59318554547, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 816}, \"ms-teams\": {\"id\": 59311659409, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 798}, \"firefly.adobe.com\": {\"id\": 59314549802, \"app\": \"firefly.adobe.com\", \"name\": \"firefly.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 699}, \"google.com\": {\"id\": 59314545188, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 640}, \"google chrome\": {\"id\": 59312259697, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 585}, \"freepik.com\": {\"id\": 59314470844, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 568}, \"pms.chlserv.com\": {\"id\": 59313620655, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 550}, \"calculatorapp\": {\"id\": 59314012114, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 548}, \"indiatradefair.com\": {\"id\": 59316850421, \"app\": \"indiatradefair.com\", \"name\": \"indiatradefair.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 494}, \"wetransfer.com\": {\"id\": 59323388043, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 416}, \"desktime.com\": {\"id\": 59314273916, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 369}, \"linkedin.com\": {\"id\": 59315916294, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 357}, \"vestrogroup.com\": {\"id\": 59316017822, \"app\": \"vestrogroup.com\", \"name\": \"vestrogroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 346}, \"fotor.com\": {\"id\": 59314717044, \"app\": \"fotor.com\", \"name\": \"fotor.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"unknown app\": {\"id\": 59312269236, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 245}, \"footwearindiaexpo.in\": {\"id\": 59317071205, \"app\": \"footwearindiaexpo.in\", \"name\": \"footwearindiaexpo.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"clideo.com\": {\"id\": 59326975609, \"app\": \"clideo.com\", \"name\": \"clideo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"riverside.fm\": {\"id\": 59326828781, \"app\": \"riverside.fm\", \"name\": \"riverside.fm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"shutterstock.com\": {\"id\": 59314327752, \"app\": \"shutterstock.com\", \"name\": \"shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59312963387, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"shellexperiencehost\": {\"id\": 59314344757, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"renewableenergyindiaexpo.com\": {\"id\": 59322756442, \"app\": \"renewableenergyindiaexpo.com\", \"name\": \"renewableenergyindiaexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"adobe.com\": {\"id\": 59314545190, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"anydesk\": {\"id\": 59314961728, \"app\": \"AnyDesk\", \"name\": \"AnyDesk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"kapwing.com\": {\"id\": 59314688390, \"app\": \"kapwing.com\", \"name\": \"kapwing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"veed.io\": {\"id\": 59314588455, \"app\": \"veed.io\", \"name\": \"veed.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"photoshop\": {\"id\": 59314452522, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"xing.com\": {\"id\": 59322855320, \"app\": \"xing.com\", \"name\": \"xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"photosapp\": {\"id\": 59322325456, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"iphex-india.com\": {\"id\": 59317633509, \"app\": \"iphex-india.com\", \"name\": \"iphex-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"invideo.io\": {\"id\": 59314628246, \"app\": \"invideo.io\", \"name\": \"invideo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"mehrotrabiotech.com\": {\"id\": 59330220176, \"app\": \"mehrotrabiotech.com\", \"name\": \"mehrotrabiotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"login.microsoftonline.com\": {\"id\": 59313616960, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"gpil.in\": {\"id\": 59322826247, \"app\": \"gpil.in\", \"name\": \"gpil.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://new-tab-page\": {\"id\": 59315990244, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"in.linkedin.com\": {\"id\": 59315910908, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"studio.invideo.io\": {\"id\": 59326822815, \"app\": \"studio.invideo.io\", \"name\": \"studio.invideo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"prawaas.com\": {\"id\": 59323504822, \"app\": \"prawaas.com\", \"name\": \"prawaas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"dwm\": {\"id\": 59321430460, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"accounts.shutterstock.com\": {\"id\": 59314349019, \"app\": \"accounts.shutterstock.com\", \"name\": \"accounts.shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"steve.ai\": {\"id\": 59314637573, \"app\": \"steve.ai\", \"name\": \"steve.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"ai.invideo.io\": {\"id\": 59314632850, \"app\": \"ai.invideo.io\", \"name\": \"ai.invideo.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchapp\": {\"id\": 59314369525, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"chrome://newtab\": {\"id\": 59314344758, \"app\": \"chrome://newtab\", \"name\": \"chrome://newtab\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"riverside.com\": {\"id\": 59326828778, \"app\": \"riverside.com\", \"name\": \"riverside.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"pickerhost\": {\"id\": 59322325462, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:38'),(1540,19,'2025-07-18','07:51:47','23:32:13',9.10361,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 07:51:47\", \"left\": \"2025-07-18 23:32:13\", \"late\": false, \"onlineTime\": 22835, \"offlineTime\": 9938, \"desktimeTime\": 32773, \"atWorkTime\": 56426, \"afterWorkTime\": 688, \"beforeWorkTime\": 493, \"productiveTime\": 32773, \"productivity\": 100, \"efficiency\": 121.38, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"vednor site (offline time)\": {\"id\": 59386382162, \"app\": \"__OFFLINE__\", \"name\": \"vednor site\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9938}, \"outlook.office.com\": {\"id\": 59339146465, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6719}, \"windows explorer\": {\"id\": 59338538476, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6396}, \"coreldrw\": {\"id\": 59339148121, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5457}, \"photoshop\": {\"id\": 59340530655, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2157}, \"paintstudio.view\": {\"id\": 59345444764, \"app\": \"PaintStudio.View\", \"name\": \"PaintStudio.View\", \"type\": \"app\", \"category_id\": 0, \"duration\": 526}, \"devnetjobsindia.org\": {\"id\": 59339308085, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 363}, \"ms-teams\": {\"id\": 59338520295, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 337}, \"notepad\": {\"id\": 59340865602, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 236}, \"chlworldwide.com\": {\"id\": 59339385065, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"desktime.com\": {\"id\": 59340504415, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"linkedin.com\": {\"id\": 59355169457, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"google chrome\": {\"id\": 59339144622, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"calculator\": {\"id\": 59341136887, \"app\": \"Calculator\", \"name\": \"Calculator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"in.pinterest.com\": {\"id\": 59340520929, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"unknown app\": {\"id\": 59340530650, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"calculatorapp\": {\"id\": 59341155608, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"google.com\": {\"id\": 59339146464, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"searchapp\": {\"id\": 59345439515, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"pms.chlserv.com\": {\"id\": 59355161336, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"startmenuexperiencehost\": {\"id\": 59357955463, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 59345439512, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:39'),(1541,19,'2025-07-19','08:33:59','23:44:45',3.615,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-19\", \"isOnline\": false, \"arrived\": \"2025-07-19 08:33:59\", \"left\": \"2025-07-19 23:44:45\", \"late\": true, \"onlineTime\": 13014, \"offlineTime\": 0, \"desktimeTime\": 13014, \"atWorkTime\": 54646, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 13014, \"productivity\": 100, \"efficiency\": 48.2, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"acrobat\": {\"id\": 59362355023, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12011}, \"windows explorer\": {\"id\": 59362315188, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 662}, \"lockapp\": {\"id\": 59362117504, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 328}, \"outlook.office.com\": {\"id\": 59362354369, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"google chrome\": {\"id\": 59362353700, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"ms-teams\": {\"id\": 59362314522, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:40'),(1542,19,'2025-07-20','10:46:11','20:49:09',6.54806,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-20\", \"isOnline\": false, \"arrived\": \"2025-07-20 10:46:11\", \"left\": \"2025-07-20 20:49:09\", \"late\": true, \"onlineTime\": 23573, \"offlineTime\": 0, \"desktimeTime\": 23573, \"atWorkTime\": 36178, \"afterWorkTime\": 13, \"beforeWorkTime\": 0, \"productiveTime\": 23573, \"productivity\": 100, \"efficiency\": 87.31, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 59365860838, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21581}, \"windows explorer\": {\"id\": 59365842275, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 781}, \"paintstudio.view\": {\"id\": 59366598262, \"app\": \"PaintStudio.View\", \"name\": \"PaintStudio.View\", \"type\": \"app\", \"category_id\": 0, \"duration\": 711}, \"lockapp\": {\"id\": 59365775619, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"youtube.com\": {\"id\": 59366628408, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"google chrome\": {\"id\": 59365861125, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"google.com\": {\"id\": 59366608291, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"chrome-untrusted\": {\"id\": 59366608720, \"app\": \"chrome-untrusted\", \"name\": \"chrome-untrusted\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"outlook.office.com\": {\"id\": 59365861126, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"searchapp\": {\"id\": 59366597795, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"unknown app\": {\"id\": 59366597334, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 59366603754, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"codecademy.com\": {\"id\": 59366610914, \"app\": \"codecademy.com\", \"name\": \"codecademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"startmenuexperiencehost\": {\"id\": 59366611299, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"simplilearn.com\": {\"id\": 59366610015, \"app\": \"simplilearn.com\", \"name\": \"simplilearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"ms-teams\": {\"id\": 59365841930, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:40'),(1543,19,'2025-07-21','07:39:04','23:03:45',7.81917,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 07:39:04\", \"left\": \"2025-07-21 23:03:45\", \"late\": false, \"onlineTime\": 3939, \"offlineTime\": 24210, \"desktimeTime\": 28149, \"atWorkTime\": 55481, \"afterWorkTime\": 831, \"beforeWorkTime\": 126, \"productiveTime\": 28149, \"productivity\": 100, \"efficiency\": 104.26, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 59451890353, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24210}, \"illustrator\": {\"id\": 59368596181, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2499}, \"windows explorer\": {\"id\": 59368065437, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 846}, \"wetransfer.com\": {\"id\": 59368909590, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"outlook.office.com\": {\"id\": 59368591787, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 172}, \"desktime.com\": {\"id\": 59368594723, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"coreldrw\": {\"id\": 59386438876, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"google chrome\": {\"id\": 59368590362, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59386347566, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"acrobat\": {\"id\": 59368911624, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"ms-teams\": {\"id\": 59386296105, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"unknown app\": {\"id\": 59368593245, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 59368591789, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:41'),(1544,19,'2025-07-22','07:34:55','22:51:08',7.80889,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 07:34:55\", \"left\": \"2025-07-22 22:51:08\", \"late\": false, \"onlineTime\": 956, \"offlineTime\": 27156, \"desktimeTime\": 28112, \"atWorkTime\": 54973, \"afterWorkTime\": 485, \"beforeWorkTime\": 686, \"productiveTime\": 28112, \"productivity\": 100, \"efficiency\": 104.12, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 59451872737, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27156}, \"ms-teams\": {\"id\": 59394406948, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 351}, \"windows explorer\": {\"id\": 59394426021, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 322}, \"unknown app\": {\"id\": 59394497672, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 137}, \"indesign\": {\"id\": 59394615835, \"app\": \"InDesign\", \"name\": \"InDesign\", \"type\": \"app\", \"category_id\": 0, \"duration\": 132}, \"outlook.office.com\": {\"id\": 59394496629, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"google chrome\": {\"id\": 59394496628, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 59394496630, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:51:41'),(1545,19,'2025-07-23','09:10:29','22:31:38',7.605,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 09:10:29\", \"left\": \"2025-07-23 22:31:38\", \"late\": true, \"onlineTime\": 5344, \"offlineTime\": 22034, \"desktimeTime\": 27378, \"atWorkTime\": 48069, \"afterWorkTime\": 1899, \"beforeWorkTime\": 0, \"productiveTime\": 27378, \"productivity\": 100, \"efficiency\": 101.4, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"office (offline time)\": {\"id\": 59451845910, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20779}, \"coreldrw\": {\"id\": 59422749539, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2052}, \"call (offline time)\": {\"id\": 59451825762, \"app\": \"__OFFLINE__\", \"name\": \"call\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1255}, \"outlook.office.com\": {\"id\": 59422747649, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 889}, \"windows explorer\": {\"id\": 59422450170, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 800}, \"google.com\": {\"id\": 59424719436, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 411}, \"ms-teams\": {\"id\": 59422405833, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 387}, \"acrobat\": {\"id\": 59422749545, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 327}, \"calculator\": {\"id\": 59424366172, \"app\": \"Calculator\", \"name\": \"Calculator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 254}, \"devnetjobsindia.org\": {\"id\": 59424052381, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"login.microsoftonline.com\": {\"id\": 59424036890, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"google chrome\": {\"id\": 59422745836, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"desktime.com\": {\"id\": 59425098339, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"hrez.crystalhues.in\": {\"id\": 59424040828, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome://new-tab-page\": {\"id\": 59424032763, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"unknown app\": {\"id\": 59423936180, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:51:44'),(1546,19,'2025-07-24','07:50:35','22:53:09',7.63167,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 07:50:35\", \"left\": \"2025-07-24 22:53:09\", \"late\": false, \"onlineTime\": 21833, \"offlineTime\": 5908, \"desktimeTime\": 27741, \"atWorkTime\": 54154, \"afterWorkTime\": 2530, \"beforeWorkTime\": 565, \"productiveTime\": 27474, \"productivity\": 99.04, \"efficiency\": 101.76, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"makemytrip.com\": {\"id\": 59455069122, \"app\": \"makemytrip.com\", \"name\": \"makemytrip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"facebook.com\": {\"id\": 59455765950, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}}, \"1\": {\"windows explorer\": {\"id\": 59448880552, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7174}, \"calls (offline time)\": {\"id\": 59506702796, \"app\": \"__OFFLINE__\", \"name\": \"calls\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5908}, \"coreldrw\": {\"id\": 59449527610, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5582}, \"outlook.office.com\": {\"id\": 59451782429, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2132}, \"google.com\": {\"id\": 59451953294, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2125}, \"justdial.com\": {\"id\": 59454455120, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1488}, \"calculatorapp\": {\"id\": 59452417470, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 590}, \"desktime.com\": {\"id\": 59451765345, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 470}, \"chrome://history\": {\"id\": 59451993220, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 391}, \"linkedin.com\": {\"id\": 59451769673, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 382}, \"google chrome\": {\"id\": 59451760986, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 217}, \"illustrator\": {\"id\": 59457527292, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 209}, \"ms-teams\": {\"id\": 59448870502, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 178}, \"shellexperiencehost\": {\"id\": 59453576623, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 160}, \"wetransfer.com\": {\"id\": 59451756581, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 157}, \"aztec-plants.co.uk\": {\"id\": 59466853466, \"app\": \"aztec-plants.co.uk\", \"name\": \"aztec-plants.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"iphex-india.com\": {\"id\": 59451967104, \"app\": \"iphex-india.com\", \"name\": \"iphex-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"roadwaysbustiming.com\": {\"id\": 59466214501, \"app\": \"roadwaysbustiming.com\", \"name\": \"roadwaysbustiming.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59451953296, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"geeksforgeeks.org\": {\"id\": 59466945537, \"app\": \"geeksforgeeks.org\", \"name\": \"geeksforgeeks.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"notepad\": {\"id\": 59454699403, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"railyatri.in\": {\"id\": 59455063813, \"app\": \"railyatri.in\", \"name\": \"railyatri.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"hitecheducation.com\": {\"id\": 59454899647, \"app\": \"hitecheducation.com\", \"name\": \"hitecheducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"file://\": {\"id\": 59453586891, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"acrobat\": {\"id\": 59465406522, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"pms.chlserv.com\": {\"id\": 59451765341, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"unknown app\": {\"id\": 59449531465, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"translate.google.co.in\": {\"id\": 59454630526, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"youtube.com\": {\"id\": 59451962856, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"in.pinterest.com\": {\"id\": 59451915279, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"foodsafety.delhi.gov.in\": {\"id\": 59451930208, \"app\": \"foodsafety.delhi.gov.in\", \"name\": \"foodsafety.delhi.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"in.review.visa.com\": {\"id\": 59455069124, \"app\": \"in.review.visa.com\", \"name\": \"in.review.visa.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"devnetjobsindia.org\": {\"id\": 59454403338, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"office.com\": {\"id\": 59451967106, \"app\": \"office.com\", \"name\": \"office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chlworldwide.com\": {\"id\": 59451962853, \"app\": \"chlworldwide.com\", \"name\": \"chlworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 59449531464, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:44'),(1547,19,'2025-07-25','07:19:10','23:06:52',10.5736,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 07:19:10\", \"left\": \"2025-07-25 23:06:52\", \"late\": false, \"onlineTime\": 12663, \"offlineTime\": 25418, \"desktimeTime\": 38081, \"atWorkTime\": 56862, \"afterWorkTime\": 4545, \"beforeWorkTime\": 2450, \"productiveTime\": 38065, \"productivity\": 99.96, \"efficiency\": 140.98, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 59490329756, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}}, \"1\": {\"office (offline time)\": {\"id\": 59506592121, \"app\": \"__OFFLINE__\", \"name\": \"office\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25418}, \"unknown app\": {\"id\": 59475384808, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5433}, \"coreldrw\": {\"id\": 59475787377, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2742}, \"google.com\": {\"id\": 59487680185, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2102}, \"in.pinterest.com\": {\"id\": 59493207492, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 630}, \"trainman.in\": {\"id\": 59489128120, \"app\": \"trainman.in\", \"name\": \"trainman.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 459}, \"outlook.office.com\": {\"id\": 59475787375, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 406}, \"ms-teams\": {\"id\": 59475370255, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 261}, \"notepad\": {\"id\": 59490491592, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"windows explorer\": {\"id\": 59490433068, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 141}, \"youtube.com\": {\"id\": 59487693763, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"google chrome\": {\"id\": 59475786384, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"hrez.crystalhues.in\": {\"id\": 59490504391, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"ixigo.com\": {\"id\": 59488078932, \"app\": \"ixigo.com\", \"name\": \"ixigo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"railyatri.in\": {\"id\": 59488070669, \"app\": \"railyatri.in\", \"name\": \"railyatri.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"acrobat\": {\"id\": 59490458297, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"st2.indiarailinfo.com\": {\"id\": 59488096881, \"app\": \"st2.indiarailinfo.com\", \"name\": \"st2.indiarailinfo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"login.microsoftonline.com\": {\"id\": 59490500266, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"justdial.com\": {\"id\": 59490340425, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:51:45'),(1548,19,'2025-07-26','08:19:54','18:27:31',8.57361,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 08:19:54\", \"left\": \"2025-07-26 18:27:31\", \"late\": true, \"onlineTime\": 392, \"offlineTime\": 30473, \"desktimeTime\": 30865, \"atWorkTime\": 36457, \"afterWorkTime\": 1651, \"beforeWorkTime\": 0, \"productiveTime\": 30865, \"productivity\": 100, \"efficiency\": 114.31, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"exop side (offline time)\": {\"id\": 59506585322, \"app\": \"__OFFLINE__\", \"name\": \"exop side\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30473}, \"lockapp\": {\"id\": 59498310000, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 392}}}, \"projects\": []}','2025-07-31 18:51:46'),(1549,19,'2025-07-27','03:28:40','03:28:40',0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-27\", \"isOnline\": false, \"arrived\": \"2025-07-27 03:28:40\", \"left\": \"2025-07-27 03:28:40\", \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 18:51:48'),(1550,19,'2025-07-28','09:03:27','22:52:44',3.46556,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 09:03:27\", \"left\": \"2025-07-28 22:52:44\", \"late\": true, \"onlineTime\": 12476, \"offlineTime\": 0, \"desktimeTime\": 12476, \"atWorkTime\": 49757, \"afterWorkTime\": 1389, \"beforeWorkTime\": 0, \"productiveTime\": 12476, \"productivity\": 100, \"efficiency\": 46.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"photoshop\": {\"id\": 59504729435, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7430}, \"windows explorer\": {\"id\": 59504505969, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1929}, \"outlook.office.com\": {\"id\": 59504726119, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 828}, \"coreldrw\": {\"id\": 59504727757, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 686}, \"desktime.com\": {\"id\": 59506575316, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 513}, \"wetransfer.com\": {\"id\": 59520660264, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"google chrome\": {\"id\": 59504724656, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"shellexperiencehost\": {\"id\": 59506840423, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 179}, \"calculatorapp\": {\"id\": 59507071056, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 131}, \"file.pizza\": {\"id\": 59525154245, \"app\": \"file.pizza\", \"name\": \"file.pizza\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"google.com\": {\"id\": 59511718049, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"translate.google.co.in\": {\"id\": 59520719976, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"acrobat\": {\"id\": 59520906592, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"ms-teams\": {\"id\": 59520666310, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"unknown app\": {\"id\": 59504726123, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"photosapp\": {\"id\": 59504732577, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"openwith\": {\"id\": 59504734090, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:49'),(1551,19,'2025-07-29','07:41:31','21:27:54',0.618611,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 07:41:31\", \"left\": \"2025-07-29 21:27:54\", \"late\": false, \"onlineTime\": 2227, \"offlineTime\": 0, \"desktimeTime\": 2227, \"atWorkTime\": 49583, \"afterWorkTime\": 1, \"beforeWorkTime\": 137, \"productiveTime\": 2227, \"productivity\": 100, \"efficiency\": 8.25, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"outlook.office.com\": {\"id\": 59531560188, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 625}, \"windows explorer\": {\"id\": 59531019590, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 512}, \"openoffice\": {\"id\": 59537659972, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 298}, \"coreldrw\": {\"id\": 59531562259, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 283}, \"linkedin.com\": {\"id\": 59531563710, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"google chrome\": {\"id\": 59531558817, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"acrobat\": {\"id\": 59537617298, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"hrez.crystalhues.in\": {\"id\": 59537891760, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"devnetjobsindia.org\": {\"id\": 59538025223, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"desktime.com\": {\"id\": 59538037514, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"login.microsoftonline.com\": {\"id\": 59537886789, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"unknown app\": {\"id\": 59531589661, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:50'),(1552,19,'2025-07-30','08:54:50','23:22:23',1.51583,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 08:54:50\", \"left\": \"2025-07-30 23:22:23\", \"late\": true, \"onlineTime\": 5577, \"offlineTime\": 0, \"desktimeTime\": 5577, \"atWorkTime\": 52053, \"afterWorkTime\": 1030, \"beforeWorkTime\": 0, \"productiveTime\": 5457, \"productivity\": 97.85, \"efficiency\": 20.21, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 59579566189, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}}, \"1\": {\"coreldrw\": {\"id\": 59558412939, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2787}, \"ms-teams\": {\"id\": 59558203699, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1535}, \"outlook.office.com\": {\"id\": 59558412938, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 520}, \"windows explorer\": {\"id\": 59558347757, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 509}, \"wiseair.in\": {\"id\": 59579380389, \"app\": \"wiseair.in\", \"name\": \"wiseair.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"google chrome\": {\"id\": 59558411400, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"google.com\": {\"id\": 59579367626, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"wetransfer.com\": {\"id\": 59579363779, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"shellexperiencehost\": {\"id\": null, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": null, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:50'),(1553,19,'2025-07-31','08:03:11','23:03:48',7.35222,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 08:03:11\", \"left\": \"2025-07-31 23:03:48\", \"late\": true, \"onlineTime\": 26468, \"offlineTime\": 0, \"desktimeTime\": 26468, \"atWorkTime\": 54037, \"afterWorkTime\": 11004, \"beforeWorkTime\": 0, \"productiveTime\": 26468, \"productivity\": 100, \"efficiency\": 98.03, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"coreldrw\": {\"id\": 59585336767, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12319}, \"openoffice\": {\"id\": 59585688110, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3878}, \"windows explorer\": {\"id\": 59585145301, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3097}, \"outlook.office.com\": {\"id\": 59585336766, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2687}, \"ms-teams\": {\"id\": 59585108657, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1035}, \"freepik.com\": {\"id\": 59601318069, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 432}, \"google.com\": {\"id\": 59586127920, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 384}, \"calculatorapp\": {\"id\": 59601014294, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 374}, \"translate.google.co.in\": {\"id\": 59585567068, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"snippingtool\": {\"id\": 59585773105, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 274}, \"dwm\": {\"id\": 59585916694, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 273}, \"desktime.com\": {\"id\": 59586180330, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 270}, \"calculator\": {\"id\": 59585512992, \"app\": \"Calculator\", \"name\": \"Calculator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"file://\": {\"id\": 59601221991, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"google chrome\": {\"id\": 59585335729, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 141}, \"iphex-india.com\": {\"id\": 59588799399, \"app\": \"iphex-india.com\", \"name\": \"iphex-india.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"devnetjobsindia.org\": {\"id\": 59590062308, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"vecteezy.com\": {\"id\": 59602580069, \"app\": \"vecteezy.com\", \"name\": \"vecteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"unknown app\": {\"id\": 59585601197, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 57}, \"photoshop\": {\"id\": 59601885004, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"hrez.crystalhues.in\": {\"id\": 59600835864, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"lens-overlay\": {\"id\": 59601255366, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"photosapp\": {\"id\": 59601210423, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"dreamstime.com\": {\"id\": 59602546862, \"app\": \"dreamstime.com\", \"name\": \"dreamstime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"linkedin.com\": {\"id\": 59601393285, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"i0.wp.com\": {\"id\": 59601360169, \"app\": \"i0.wp.com\", \"name\": \"i0.wp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"login.microsoftonline.com\": {\"id\": 59600830022, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"shellexperiencehost\": {\"id\": 59585716546, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"topsolutions.rdtk.io\": {\"id\": 59601344744, \"app\": \"topsolutions.rdtk.io\", \"name\": \"topsolutions.rdtk.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"thelgroup.com\": {\"id\": 59601306643, \"app\": \"thelgroup.com\", \"name\": \"thelgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"independent.ie\": {\"id\": 59601300833, \"app\": \"independent.ie\", \"name\": \"independent.ie\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chromewebdata\": {\"id\": 59601232758, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"focus.independent.ie\": {\"id\": 59601300838, \"app\": \"focus.independent.ie\", \"name\": \"focus.independent.ie\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 59587513196, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 59585565643, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:51'),(1554,20,'2025-07-01','10:00:55','18:48:01',7.73944,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-01\", \"isOnline\": false, \"arrived\": \"2025-07-01 10:00:55\", \"left\": \"2025-07-01 18:48:01\", \"late\": true, \"onlineTime\": 27857, \"offlineTime\": 0, \"desktimeTime\": 27857, \"atWorkTime\": 31626, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27862, \"productivity\": 100, \"efficiency\": 110.56, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 58983865879, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7457}, \"microsoft outlook\": {\"id\": 58983851973, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4467}, \"microsoft remote desktop\": {\"id\": 58984114948, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3532}, \"localhost\": {\"id\": 58984525649, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3490}, \"windows explorer\": {\"id\": 58983849756, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1943}, \"tdscpc.gov.in\": {\"id\": 58994147151, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1867}, \"ms-teams\": {\"id\": 58983847505, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 927}, \"acrobat\": {\"id\": 58984029315, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 926}, \"candigital\": {\"id\": 58983904047, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 921}, \"eportal.incometax.gov.in\": {\"id\": 58985729764, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 460}, \"cibnext.icicibank.com\": {\"id\": 58983860945, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 351}, \"s2b.standardchartered.com\": {\"id\": 58983962443, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 329}, \"google.com\": {\"id\": 58983858811, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 241}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 58992061747, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 188}, \"google chrome\": {\"id\": 58983858810, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"photos\": {\"id\": 58985365814, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"tdsonlineact\": {\"id\": 58985587391, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"netbanking.hdfcbank.com\": {\"id\": 58983936664, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"pms.chlserv.com\": {\"id\": 58985383448, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"unknown app\": {\"id\": 58984820521, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"app.cocloud.in\": {\"id\": 58984106803, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"shellexperiencehost\": {\"id\": 58985021929, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 58983999513, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"msedge\": {\"id\": 58983934268, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"ernet.in\": {\"id\": 58992049593, \"app\": \"ernet.in\", \"name\": \"ernet.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"contents.tdscpc.gov.in\": {\"id\": 58994147149, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"aai.aero\": {\"id\": 58992453469, \"app\": \"aai.aero\", \"name\": \"aai.aero\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"scgui\": {\"id\": 58983845469, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"login.microsoftonline.com\": {\"id\": 58985374749, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"chrome://downloads\": {\"id\": 58983927423, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"microsoft word\": {\"id\": 58985914688, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 58984403867, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"hdfcbank.com\": {\"id\": 58983936660, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"icicibank.com\": {\"id\": 58983858813, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://whats-new\": {\"id\": 58983856794, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": 58998061821, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"compuoffice\": {\"id\": 58984525644, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"cloud9.cocloud.in\": {\"id\": 58984112262, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"v.hdfcbank.com\": {\"id\": 58983955442, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 58983988726, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 58983849750, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"javaw\": {\"id\": 58983849754, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:52'),(1555,20,'2025-07-02','10:04:30','18:47:37',7.82917,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-02\", \"isOnline\": false, \"arrived\": \"2025-07-02 10:04:30\", \"left\": \"2025-07-02 18:47:37\", \"late\": true, \"onlineTime\": 28185, \"offlineTime\": 0, \"desktimeTime\": 28185, \"atWorkTime\": 31387, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28185, \"productivity\": 100, \"efficiency\": 111.85, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft remote desktop\": {\"id\": 59012131423, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13264}, \"microsoft excel\": {\"id\": 59011801838, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3210}, \"microsoft outlook\": {\"id\": 59011958974, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2747}, \"windows explorer\": {\"id\": 59011806852, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2235}, \"ms-teams\": {\"id\": 59012168303, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2226}, \"acrobat\": {\"id\": 59012021384, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1380}, \"vahan.parivahan.gov.in\": {\"id\": 59014828392, \"app\": \"vahan.parivahan.gov.in\", \"name\": \"vahan.parivahan.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 526}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59013575162, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 361}, \"google.com\": {\"id\": 59011797072, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"cibnext.icicibank.com\": {\"id\": 59011799471, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 224}, \"c\": {\"id\": 59013602418, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 219}, \"services.gst.gov.in\": {\"id\": 59018204754, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"s2b.standardchartered.com\": {\"id\": 59011851007, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"msedge\": {\"id\": 59011797070, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"google chrome\": {\"id\": 59011797071, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 136}, \"return.gst.gov.in\": {\"id\": 59018210780, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"merchant.onlinesbi.sbi\": {\"id\": 59014959648, \"app\": \"merchant.onlinesbi.sbi\", \"name\": \"merchant.onlinesbi.sbi\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"areionsbi.wibmo.com\": {\"id\": 59014998427, \"app\": \"areionsbi.wibmo.com\", \"name\": \"areionsbi.wibmo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"scgui\": {\"id\": 59011809203, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"candigital\": {\"id\": 59011903604, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"unknown app\": {\"id\": 59012699779, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"egrashry.nic.in\": {\"id\": 59014924698, \"app\": \"egrashry.nic.in\", \"name\": \"egrashry.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"snippingtool\": {\"id\": 59011956267, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"pms.chlserv.com\": {\"id\": 59020789374, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"microsoft.com\": {\"id\": 59020208400, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"netbanking.hdfcbank.com\": {\"id\": 59011887615, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"icicibank.com\": {\"id\": 59011797073, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"rumu.enstage-sas.com\": {\"id\": 59015034876, \"app\": \"rumu.enstage-sas.com\", \"name\": \"rumu.enstage-sas.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 59020235728, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"pbidesktop\": {\"id\": 59022465613, \"app\": \"PBIDesktop\", \"name\": \"PBIDesktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"login.microsoftonline.com\": {\"id\": 59020777659, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"pbidesktopsetup\": {\"id\": 59022338083, \"app\": \"PBIDesktopSetup\", \"name\": \"PBIDesktopSetup\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"shellexperiencehost\": {\"id\": 59012202125, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"selfservice.gstsystem.in\": {\"id\": 59018199233, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"cloud9.cocloud.in\": {\"id\": 59012128569, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"v.hdfcbank.com\": {\"id\": 59011901347, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"epfindia.gov.in\": {\"id\": 59013570674, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"app.cocloud.in\": {\"id\": 59012125501, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://downloads\": {\"id\": 59011924146, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}}, \"projects\": []}','2025-07-31 18:51:54'),(1556,20,'2025-07-03','10:09:12','18:48:28',7.38917,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-03\", \"isOnline\": false, \"arrived\": \"2025-07-03 10:09:12\", \"left\": \"2025-07-03 18:48:28\", \"late\": true, \"onlineTime\": 26794, \"offlineTime\": 0, \"desktimeTime\": 26794, \"atWorkTime\": 31156, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26601, \"productivity\": 99.25, \"efficiency\": 105.56, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59049587926, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 152}, \"glassdoor.co.in\": {\"id\": 59044428063, \"app\": \"glassdoor.co.in\", \"name\": \"glassdoor.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": {\"naukri.com\": {\"id\": 59044392826, \"app\": \"naukri.com\", \"name\": \"naukri.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}}, \"1\": {\"microsoft excel\": {\"id\": 59039740028, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9195}, \"microsoft remote desktop\": {\"id\": 59039617255, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4828}, \"ms-teams\": {\"id\": 59039602919, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1945}, \"return.gst.gov.in\": {\"id\": 59041441649, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1797}, \"windows explorer\": {\"id\": 59039602903, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1548}, \"microsoft outlook\": {\"id\": 59039602911, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1441}, \"localhost\": {\"id\": 59048939882, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1238}, \"hrez.crystalhues.in\": {\"id\": 59040497771, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1172}, \"tdscpc.gov.in\": {\"id\": 59049678680, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 562}, \"acrobat\": {\"id\": 59039934191, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 464}, \"google chrome\": {\"id\": 59039624580, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 297}, \"s2b.standardchartered.com\": {\"id\": 59039802380, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 276}, \"services.gst.gov.in\": {\"id\": 59041437099, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 269}, \"shellexperiencehost\": {\"id\": 59039602902, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 257}, \"cibnext.icicibank.com\": {\"id\": 59039626858, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 242}, \"msiexec\": {\"id\": 59049947203, \"app\": \"Msiexec\", \"name\": \"Msiexec\", \"type\": \"app\", \"category_id\": 0, \"duration\": 159}, \"candigital\": {\"id\": 59039764394, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 143}, \"google.com\": {\"id\": 59039626856, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"app.cocloud.in\": {\"id\": 59039614923, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"scgui\": {\"id\": 59039605256, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 75}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59049881820, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"unknown app\": {\"id\": 59039602907, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"login.microsoftonline.com\": {\"id\": 59040477635, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"gstr1a.gst.gov.in\": {\"id\": 59041500759, \"app\": \"gstr1a.gst.gov.in\", \"name\": \"gstr1a.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"msedge\": {\"id\": 59039612661, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"cloud9.cocloud.in\": {\"id\": 59039614925, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"netbanking.hdfcbank.com\": {\"id\": 59039831680, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"chrome://downloads\": {\"id\": 59039787968, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"gstr2b.gst.gov.in\": {\"id\": 59042646544, \"app\": \"gstr2b.gst.gov.in\", \"name\": \"gstr2b.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"about:blank\": {\"id\": 59040722961, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"incometax.gov.in\": {\"id\": 59049876270, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"contents.tdscpc.gov.in\": {\"id\": 59049678678, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"files.gst.gov.in\": {\"id\": 59042451149, \"app\": \"files.gst.gov.in\", \"name\": \"files.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"javaw\": {\"id\": 59039602905, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"snippingtool\": {\"id\": 59039840377, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59051145079, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59039626857, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"adobearm\": {\"id\": 59039729748, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"v.hdfcbank.com\": {\"id\": 59053717006, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuoffice\": {\"id\": 59048934403, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 59043348171, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59039602904, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:51:55'),(1557,20,'2025-07-04','10:37:47','18:29:33',6.08417,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-04\", \"isOnline\": false, \"arrived\": \"2025-07-04 10:37:47\", \"left\": \"2025-07-04 18:29:33\", \"late\": true, \"onlineTime\": 22343, \"offlineTime\": 0, \"desktimeTime\": 22343, \"atWorkTime\": 28306, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 21903, \"productivity\": 98.03, \"efficiency\": 86.92, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59066998013, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 386}, \"accounts.google.com\": {\"id\": 59077302457, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59066835686, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8768}, \"microsoft outlook\": {\"id\": 59066413528, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2928}, \"windows explorer\": {\"id\": 59066388244, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2405}, \"microsoft remote desktop\": {\"id\": 59072266153, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1901}, \"acrobat\": {\"id\": 59066550921, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1038}, \"ms-teams\": {\"id\": 59066391290, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 941}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59066935312, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 861}, \"nsez.erent.co.in\": {\"id\": 59066437630, \"app\": \"nsez.erent.co.in\", \"name\": \"nsez.erent.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 858}, \"pbidesktop\": {\"id\": 59069552604, \"app\": \"PBIDesktop\", \"name\": \"PBIDesktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 618}, \"pms.chlserv.com\": {\"id\": 59071640004, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 413}, \"google chrome\": {\"id\": 59066590357, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"cibnext.icicibank.com\": {\"id\": 59067668701, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"chatgpt.com\": {\"id\": 59073756712, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"scgui\": {\"id\": 59066394234, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"eportal.incometax.gov.in\": {\"id\": 59077512773, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"services.tdscpc.gov.in\": {\"id\": 59077562006, \"app\": \"services.tdscpc.gov.in\", \"name\": \"services.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"candigital\": {\"id\": 59067804736, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"login.microsoftonline.com\": {\"id\": 59071640007, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"poll.pe\": {\"id\": 59067715874, \"app\": \"poll.pe\", \"name\": \"poll.pe\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"msedge\": {\"id\": 59066554819, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"google.com\": {\"id\": 59066590359, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"notepad\": {\"id\": 59077625274, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59067043121, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"microsoft word\": {\"id\": 59074051404, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"unknown app\": {\"id\": 59066388245, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"app.cocloud.in\": {\"id\": 59071640003, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 59066806186, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"shellexperiencehost\": {\"id\": 59074608675, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"ifsc.bankifsccode.com\": {\"id\": 59066853782, \"app\": \"ifsc.bankifsccode.com\", \"name\": \"ifsc.bankifsccode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"javaw\": {\"id\": 59066394232, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"microsoft.com\": {\"id\": 59069708267, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"auth.openai.com\": {\"id\": 59077298210, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"cloud9.cocloud.in\": {\"id\": 59072260125, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"icicibank.com\": {\"id\": 59067664618, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"epfindia.gov.in\": {\"id\": 59066931900, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": 59078045996, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://downloads\": {\"id\": 59068306297, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59077562004, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"auth0.openai.com\": {\"id\": 59073756707, \"app\": \"auth0.openai.com\", \"name\": \"auth0.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59066394230, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59078063201, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"java\": {\"id\": 59067321675, \"app\": \"Java\", \"name\": \"Java\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:51:56'),(1558,20,'2025-07-05','09:33:34','17:37:02',7.28333,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-05\", \"isOnline\": false, \"arrived\": \"2025-07-05 09:33:34\", \"left\": \"2025-07-05 17:37:02\", \"late\": true, \"onlineTime\": 26340, \"offlineTime\": 0, \"desktimeTime\": 26340, \"atWorkTime\": 29008, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26220, \"productivity\": 99.54, \"efficiency\": 104.05, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59086623799, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"accounts.google.com\": {\"id\": 59085031481, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"ilovepdf.com\": {\"id\": 59085032141, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59085041189, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15699}, \"ms-teams\": {\"id\": 59085030073, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3154}, \"windows explorer\": {\"id\": 59085030071, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1396}, \"microsoft outlook\": {\"id\": 59085065235, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1252}, \"pbidesktop\": {\"id\": 59085394439, \"app\": \"PBIDesktop\", \"name\": \"PBIDesktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 634}, \"cibnext.icicibank.com\": {\"id\": 59085034106, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 605}, \"candigital\": {\"id\": 59085059311, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 408}, \"javaw\": {\"id\": 59086596874, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 401}, \"tdscpc.gov.in\": {\"id\": 59086568156, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 369}, \"eportal.incometax.gov.in\": {\"id\": 59086841718, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 328}, \"s2b.standardchartered.com\": {\"id\": 59085052455, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"photos\": {\"id\": 59085946886, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 223}, \"shellexperiencehost\": {\"id\": 59085030072, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 190}, \"scgui\": {\"id\": 59085037780, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 183}, \"google.com\": {\"id\": 59085033377, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"microsoft remote desktop\": {\"id\": 59085268366, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 163}, \"google chrome\": {\"id\": 59085032703, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"icicibank.com\": {\"id\": 59085033378, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 96}, \"corporatebanking.hdfcbank.com\": {\"id\": 59086523293, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"acrobat\": {\"id\": 59085220172, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"netbanking.hdfcbank.com\": {\"id\": 59085047870, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"microsoft store\": {\"id\": 59085401319, \"app\": \"Microsoft Store\", \"name\": \"Microsoft Store\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"taxguru.in\": {\"id\": 59086618779, \"app\": \"taxguru.in\", \"name\": \"taxguru.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"desktime.com\": {\"id\": 59085030730, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"app.cocloud.in\": {\"id\": 59085266801, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"msedge\": {\"id\": 59085051586, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"unknown app\": {\"id\": 59085030070, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"microsoft.com\": {\"id\": 59085399869, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"snippingtool\": {\"id\": 59085063801, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"incometax.gov.in\": {\"id\": 59085031480, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"cloud9.cocloud.in\": {\"id\": 59085267660, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"contents.tdscpc.gov.in\": {\"id\": 59086568154, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"microsoft word\": {\"id\": 59085248275, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"chatgpt.com\": {\"id\": 59086384157, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://downloads\": {\"id\": 59085341084, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"v.hdfcbank.com\": {\"id\": 59085051584, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"downloads.tdscpc.gov.in\": {\"id\": 59086639534, \"app\": \"downloads.tdscpc.gov.in\", \"name\": \"downloads.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 59085030069, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"nriservices.tdscpc.gov.in\": {\"id\": 59086567272, \"app\": \"nriservices.tdscpc.gov.in\", \"name\": \"nriservices.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"hdfcbank.com\": {\"id\": 59086523290, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59085248272, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"olk\": {\"id\": 59086849962, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msdt\": {\"id\": 59086807861, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"go.microsoft.com\": {\"id\": 59085399867, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"epfindia.gov.in\": {\"id\": 59085032142, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"services.tdscpc.gov.in\": {\"id\": 59085031479, \"app\": \"services.tdscpc.gov.in\", \"name\": \"services.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:01'),(1559,20,'2025-07-06','08:24:38','21:31:15',2.81806,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-06\", \"isOnline\": false, \"arrived\": \"2025-07-06 08:24:38\", \"left\": \"2025-07-06 21:31:15\", \"late\": false, \"onlineTime\": 10136, \"offlineTime\": 0, \"desktimeTime\": 10136, \"atWorkTime\": 47197, \"afterWorkTime\": 2966, \"beforeWorkTime\": 2122, \"productiveTime\": 10145, \"productivity\": 100, \"efficiency\": 40.26, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"tdscpc.gov.in\": {\"id\": 59088460521, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2448}, \"windows explorer\": {\"id\": 59088459213, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2369}, \"microsoft excel\": {\"id\": 59088460093, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1119}, \"localhost\": {\"id\": 59088476401, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1094}, \"javaw\": {\"id\": 59088463723, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 737}, \"api.razorpay.com\": {\"id\": 59088649405, \"app\": \"api.razorpay.com\", \"name\": \"api.razorpay.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 609}, \"acrobat\": {\"id\": 59088474667, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 505}, \"eportal.incometax.gov.in\": {\"id\": 59088459219, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 263}, \"cmacart.com\": {\"id\": 59088641316, \"app\": \"cmacart.com\", \"name\": \"cmacart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 261}, \"contents.tdscpc.gov.in\": {\"id\": 59088460385, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 238}, \"google chrome\": {\"id\": 59088459844, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"scgui\": {\"id\": 59088459224, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"gyansagarclasses.com\": {\"id\": 59088639570, \"app\": \"gyansagarclasses.com\", \"name\": \"gyansagarclasses.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"shellexperiencehost\": {\"id\": 59088459215, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"google.com\": {\"id\": 59088459959, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"calculatorapp\": {\"id\": 59088654705, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"unknown app\": {\"id\": 59088460682, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedge\": {\"id\": 59088459217, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"adobearm\": {\"id\": 59089854753, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"incometax.gov.in\": {\"id\": 59088497056, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"werfault\": {\"id\": 59089873855, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"ms-teams\": {\"id\": 59089791293, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"compuoffice\": {\"id\": 59088476400, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"dwm\": {\"id\": 59089873389, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"downloads.tdscpc.gov.in\": {\"id\": 59088462003, \"app\": \"downloads.tdscpc.gov.in\", \"name\": \"downloads.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"desktime.com\": {\"id\": 59089911427, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://downloads\": {\"id\": 59088463391, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 59088654376, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:52:01'),(1560,20,'2025-07-07','06:10:19','19:16:29',8.34722,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-07\", \"isOnline\": false, \"arrived\": \"2025-07-07 06:10:19\", \"left\": \"2025-07-07 19:16:29\", \"late\": false, \"onlineTime\": 30049, \"offlineTime\": 0, \"desktimeTime\": 30049, \"atWorkTime\": 47170, \"afterWorkTime\": 0, \"beforeWorkTime\": 1199, \"productiveTime\": 30050, \"productivity\": 100, \"efficiency\": 119.25, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59090724182, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8109}, \"ms-teams\": {\"id\": 59090723321, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5370}, \"microsoft outlook\": {\"id\": 59092049673, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4435}, \"microsoft remote desktop\": {\"id\": 59090729787, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4078}, \"windows explorer\": {\"id\": 59090723322, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1891}, \"eportal.incometax.gov.in\": {\"id\": 59103290109, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1026}, \"online.canarabank.in\": {\"id\": 59101150207, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 717}, \"corporatebanking.hdfcbank.com\": {\"id\": 59099369874, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 569}, \"candigital\": {\"id\": 59092960938, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 526}, \"netbanking.hdfcbank.com\": {\"id\": 59092124605, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 506}, \"cibnext.icicibank.com\": {\"id\": 59092068150, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 403}, \"s2b.standardchartered.com\": {\"id\": 59090728381, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 393}, \"acrobat\": {\"id\": 59092049674, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 377}, \"bescom.co.in\": {\"id\": 59099819196, \"app\": \"bescom.co.in\", \"name\": \"bescom.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 293}, \"google chrome\": {\"id\": 59092057891, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"nsez.erent.co.in\": {\"id\": 59104290354, \"app\": \"nsez.erent.co.in\", \"name\": \"nsez.erent.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 158}, \"javaw\": {\"id\": 59090722892, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"notepad\": {\"id\": 59106298894, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 113}, \"unknown app\": {\"id\": 59090722453, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"google.com\": {\"id\": 59092068148, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"payment.gst.gov.in\": {\"id\": 59101104450, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"app.cocloud.in\": {\"id\": 59090728802, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59094938985, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"tin.canarabank.in\": {\"id\": 59103350577, \"app\": \"tin.canarabank.in\", \"name\": \"tin.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"scgui\": {\"id\": 59090722891, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"services.gst.gov.in\": {\"id\": 59101033468, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"return.gst.gov.in\": {\"id\": 59101039331, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"msedge\": {\"id\": 59090728380, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"corporate.hdfcbank.com\": {\"id\": 59106762303, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"icicibank.com\": {\"id\": 59092068149, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"shellexperiencehost\": {\"id\": 59090722454, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"snippingtool\": {\"id\": 59093048936, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"incometax.gov.in\": {\"id\": 59103462650, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"egov.canarabank.in\": {\"id\": 59101143412, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"getglobalgroup.com\": {\"id\": 59095513235, \"app\": \"getglobalgroup.com\", \"name\": \"getglobalgroup.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"cloud9.cocloud.in\": {\"id\": 59093103672, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"epfindia.gov.in\": {\"id\": 59094938984, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://downloads\": {\"id\": 59093107458, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"hdfcbank.com\": {\"id\": 59099369871, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"onedrive\": {\"id\": 59090722452, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"v.hdfcbank.com\": {\"id\": 59092992736, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 59092261155, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"microsoft word\": {\"id\": 59093939555, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"bing.com\": {\"id\": 59106650470, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msdt\": {\"id\": 59104747494, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"api.razorpay.com\": {\"id\": 59104338511, \"app\": \"api.razorpay.com\", \"name\": \"api.razorpay.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:05'),(1561,20,'2025-07-08','10:17:17','18:28:37',7.35917,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-08\", \"isOnline\": false, \"arrived\": \"2025-07-08 10:17:17\", \"left\": \"2025-07-08 18:28:37\", \"late\": true, \"onlineTime\": 26496, \"offlineTime\": 0, \"desktimeTime\": 26496, \"atWorkTime\": 29480, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26493, \"productivity\": 99.99, \"efficiency\": 105.13, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mobikwik.com\": {\"id\": 59130045263, \"app\": \"mobikwik.com\", \"name\": \"mobikwik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59119697425, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3819}, \"microsoft outlook\": {\"id\": 59119626527, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3731}, \"windows explorer\": {\"id\": 59119676529, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2656}, \"portal.esic.gov.in\": {\"id\": 59131518059, \"app\": \"portal.esic.gov.in\", \"name\": \"portal.esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1960}, \"ms-teams\": {\"id\": 59119659579, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1833}, \"localhost\": {\"id\": 59125035967, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1683}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59120604295, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1396}, \"eportal.incometax.gov.in\": {\"id\": 59125215639, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1170}, \"acrobat\": {\"id\": 59119776958, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 972}, \"airtel.in\": {\"id\": 59122386908, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 920}, \"microsoft remote desktop\": {\"id\": 59120619347, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 692}, \"tdscpc.gov.in\": {\"id\": 59123167245, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 625}, \"bing.com\": {\"id\": 59120150861, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 574}, \"s2b.standardchartered.com\": {\"id\": 59120052718, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 541}, \"google chrome\": {\"id\": 59119679575, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 415}, \"online.canarabank.in\": {\"id\": 59129468450, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 389}, \"netbanking.hdfcbank.com\": {\"id\": 59119679579, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 354}, \"return.gst.gov.in\": {\"id\": 59127743501, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 337}, \"corporatebanking.hdfcbank.com\": {\"id\": 59119679573, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 278}, \"bsesdelhi.com\": {\"id\": 59130045257, \"app\": \"bsesdelhi.com\", \"name\": \"bsesdelhi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 224}, \"javaw\": {\"id\": 59119639748, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 218}, \"hdfcbank.com\": {\"id\": 59122194941, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 163}, \"cibnext.icicibank.com\": {\"id\": 59119789708, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"systemsettingsadminflows\": {\"id\": 59123898623, \"app\": \"SystemSettingsAdminFlows\", \"name\": \"SystemSettingsAdminFlows\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"msedge\": {\"id\": 59120052706, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"google.com\": {\"id\": 59119789705, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"shellexperiencehost\": {\"id\": 59119825846, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"services.gst.gov.in\": {\"id\": 59127730588, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"blog.saginfotech.com\": {\"id\": 59121327181, \"app\": \"blog.saginfotech.com\", \"name\": \"blog.saginfotech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"bescom.co.in\": {\"id\": 59122991192, \"app\": \"bescom.co.in\", \"name\": \"bescom.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"desktime.com\": {\"id\": 59133182558, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"tdsonlineact\": {\"id\": 59126481069, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"pms.chlserv.com\": {\"id\": 59121687257, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"candigital\": {\"id\": 59119853218, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"transfernow.net\": {\"id\": 59130514574, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"billdesk.com\": {\"id\": 59122975467, \"app\": \"billdesk.com\", \"name\": \"billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"login.microsoftonline.com\": {\"id\": 59120604292, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 59119936190, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"app.cocloud.in\": {\"id\": 59120615329, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"enterprise.jio.com\": {\"id\": 59130129510, \"app\": \"enterprise.jio.com\", \"name\": \"enterprise.jio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"selfservice.gstsystem.in\": {\"id\": 59127717861, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 59122573352, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"contents.tdscpc.gov.in\": {\"id\": 59123167240, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"systemsettings\": {\"id\": 59123893309, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 59119828986, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"cloud9.cocloud.in\": {\"id\": 59120615332, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"settings\": {\"id\": 59123882534, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"file://\": {\"id\": 59125347831, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"searchhost\": {\"id\": 59121406096, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"securegw.paytm.in\": {\"id\": 59130142140, \"app\": \"securegw.paytm.in\", \"name\": \"securegw.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"icicibank.com\": {\"id\": 59119789707, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 59127502580, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"incometax.gov.in\": {\"id\": 59126191908, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"esic.gov.in\": {\"id\": 59131518058, \"app\": \"esic.gov.in\", \"name\": \"esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"print\": {\"id\": 59130249315, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59125342122, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"pay.billdesk.com\": {\"id\": 59130039208, \"app\": \"pay.billdesk.com\", \"name\": \"pay.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"i.airtel.in\": {\"id\": 59129982936, \"app\": \"i.airtel.in\", \"name\": \"i.airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"secure.paytmpayments.com\": {\"id\": 59130182903, \"app\": \"secure.paytmpayments.com\", \"name\": \"secure.paytmpayments.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"paydigi.airtel.in\": {\"id\": 59130026901, \"app\": \"paydigi.airtel.in\", \"name\": \"paydigi.airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59130045259, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuoffice\": {\"id\": 59125035963, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mybusiness.digital.hdfcbank.com\": {\"id\": 59122200442, \"app\": \"mybusiness.digital.hdfcbank.com\", \"name\": \"mybusiness.digital.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:05'),(1562,20,'2025-07-09','10:14:32','18:22:08',6.91972,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-09\", \"isOnline\": false, \"arrived\": \"2025-07-09 10:14:32\", \"left\": \"2025-07-09 18:22:08\", \"late\": true, \"onlineTime\": 25663, \"offlineTime\": 0, \"desktimeTime\": 25663, \"atWorkTime\": 29256, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 24911, \"productivity\": 97.07, \"efficiency\": 98.85, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59151934087, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 694}, \"shiksha.com\": {\"id\": 59154512300, \"app\": \"shiksha.com\", \"name\": \"shiksha.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59147598483, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6597}, \"ms-teams\": {\"id\": 59147457711, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3746}, \"microsoft outlook\": {\"id\": 59147460681, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2998}, \"windows explorer\": {\"id\": 59147451781, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2495}, \"microsoft remote desktop\": {\"id\": 59148502963, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2180}, \"acrobat\": {\"id\": 59147466638, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1242}, \"localhost\": {\"id\": 59150019013, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1063}, \"google.com\": {\"id\": 59147534512, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 738}, \"s2b.standardchartered.com\": {\"id\": 59147746072, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 734}, \"traveltourismacademy.com\": {\"id\": 59154581043, \"app\": \"traveltourismacademy.com\", \"name\": \"traveltourismacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 509}, \"tdscpc.gov.in\": {\"id\": 59150039474, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 268}, \"google chrome\": {\"id\": 59147532153, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 241}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59149773463, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 204}, \"icicibank.com\": {\"id\": 59147534513, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 203}, \"accaglobal.com\": {\"id\": 59155775626, \"app\": \"accaglobal.com\", \"name\": \"accaglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 198}, \"corporatebanking.hdfcbank.com\": {\"id\": 59148707726, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"cibnext.icicibank.com\": {\"id\": 59147582202, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"ccsuniversity.ac.in\": {\"id\": 59155079157, \"app\": \"ccsuniversity.ac.in\", \"name\": \"ccsuniversity.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 151}, \"candigital\": {\"id\": 59147658040, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 145}, \"eportal.incometax.gov.in\": {\"id\": 59150394557, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"msedge\": {\"id\": 59147746071, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59148207689, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"vglearningdestination.com\": {\"id\": 59156852818, \"app\": \"vglearningdestination.com\", \"name\": \"vglearningdestination.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"netbanking.hdfcbank.com\": {\"id\": 59147636730, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"shellexperiencehost\": {\"id\": 59148768127, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"app.cocloud.in\": {\"id\": 59148459086, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"simandhareducation.com\": {\"id\": 59156891151, \"app\": \"simandhareducation.com\", \"name\": \"simandhareducation.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"thetourismschool.com\": {\"id\": 59154667957, \"app\": \"thetourismschool.com\", \"name\": \"thetourismschool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"cloud9.cocloud.in\": {\"id\": 59148459089, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"unknown app\": {\"id\": 59148027992, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"scgui\": {\"id\": 59147451782, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"henryharvin.com\": {\"id\": 59154561738, \"app\": \"henryharvin.com\", \"name\": \"henryharvin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"gtacademy.in\": {\"id\": 59156834081, \"app\": \"gtacademy.in\", \"name\": \"gtacademy.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"c\": {\"id\": 59150446991, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"learningt.com\": {\"id\": 59156529808, \"app\": \"learningt.com\", \"name\": \"learningt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"snippingtool\": {\"id\": 59148093443, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"ccsuniversityadm.samarth.edu.in\": {\"id\": 59155098994, \"app\": \"ccsuniversityadm.samarth.edu.in\", \"name\": \"ccsuniversityadm.samarth.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"v.hdfcbank.com\": {\"id\": 59147654834, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59155110288, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"desktime.com\": {\"id\": 59157491920, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"coursera.org\": {\"id\": 59154501060, \"app\": \"coursera.org\", \"name\": \"coursera.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"gdgoenkauniversity.com\": {\"id\": 59155175415, \"app\": \"gdgoenkauniversity.com\", \"name\": \"gdgoenkauniversity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"contents.tdscpc.gov.in\": {\"id\": 59150039473, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"compuoffice\": {\"id\": 59150013792, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"hdfcbank.com\": {\"id\": 59148707723, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 59155588955, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"lloydlawcollege.edu.in\": {\"id\": 59155186890, \"app\": \"lloydlawcollege.edu.in\", \"name\": \"lloydlawcollege.edu.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59149606285, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59147776221, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:06'),(1563,20,'2025-07-10','10:20:38','20:55:57',8.30583,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-10\", \"isOnline\": false, \"arrived\": \"2025-07-10 10:20:38\", \"left\": \"2025-07-10 20:55:57\", \"late\": true, \"onlineTime\": 29895, \"offlineTime\": 0, \"desktimeTime\": 29895, \"atWorkTime\": 38119, \"afterWorkTime\": 1741, \"beforeWorkTime\": 0, \"productiveTime\": 29901, \"productivity\": 100, \"efficiency\": 118.65, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59174561391, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5675}, \"microsoft excel\": {\"id\": 59174470572, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3729}, \"ms-teams\": {\"id\": 59174437645, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3348}, \"tdscpc.gov.in\": {\"id\": 59176920807, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2776}, \"windows explorer\": {\"id\": 59174439697, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1997}, \"pms.chlserv.com\": {\"id\": 59175229618, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1848}, \"microsoft remote desktop\": {\"id\": 59175611398, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1829}, \"cibnext.icicibank.com\": {\"id\": 59174677503, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1152}, \"localhost\": {\"id\": 59176551934, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1139}, \"acrobat\": {\"id\": 59174578449, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 675}, \"google chrome\": {\"id\": 59174445365, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 516}, \"return.gst.gov.in\": {\"id\": 59176211547, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 498}, \"einvoice1.gst.gov.in\": {\"id\": 59185652937, \"app\": \"einvoice1.gst.gov.in\", \"name\": \"einvoice1.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 385}, \"services.gst.gov.in\": {\"id\": 59174830662, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 383}, \"pt.kar.nic.in\": {\"id\": 59184590910, \"app\": \"pt.kar.nic.in\", \"name\": \"pt.kar.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 375}, \"candigital\": {\"id\": 59174734118, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 373}, \"netbanking.hdfcbank.com\": {\"id\": 59174705401, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 340}, \"portal.esic.gov.in\": {\"id\": 59174450900, \"app\": \"portal.esic.gov.in\", \"name\": \"portal.esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 322}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59183174451, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"online.canarabank.in\": {\"id\": 59184524188, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 221}, \"piceapp.com\": {\"id\": 59174982174, \"app\": \"piceapp.com\", \"name\": \"piceapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 200}, \"google.com\": {\"id\": 59174448049, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 199}, \"shellexperiencehost\": {\"id\": 59175796894, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 172}, \"s2b.standardchartered.com\": {\"id\": 59174631434, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59180032971, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"einvoice2.gst.gov.in\": {\"id\": 59185594909, \"app\": \"einvoice2.gst.gov.in\", \"name\": \"einvoice2.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 138}, \"langmainternational.com\": {\"id\": 59175083684, \"app\": \"langmainternational.com\", \"name\": \"langmainternational.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"mshta\": {\"id\": 59176134949, \"app\": \"Mshta\", \"name\": \"Mshta\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"bsesdelhi.com\": {\"id\": 59184602749, \"app\": \"bsesdelhi.com\", \"name\": \"bsesdelhi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"login.microsoftonline.com\": {\"id\": 59175233255, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}, \"msedge\": {\"id\": 59174631433, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 80}, \"contents.tdscpc.gov.in\": {\"id\": 59176915666, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"hrrl.in\": {\"id\": 59180025696, \"app\": \"hrrl.in\", \"name\": \"hrrl.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"canepaycustoms.canarabank.in\": {\"id\": 59184899384, \"app\": \"canepaycustoms.canarabank.in\", \"name\": \"canepaycustoms.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"scgui\": {\"id\": 59174458993, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"unknown app\": {\"id\": 59174442263, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"chrome://new-tab-page\": {\"id\": 59180019964, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"support.microsoft.com\": {\"id\": 59185222746, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"onedrive\": {\"id\": 59174434808, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"pgi.billdesk.com\": {\"id\": 59184626488, \"app\": \"pgi.billdesk.com\", \"name\": \"pgi.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"k2.karnataka.gov.in\": {\"id\": 59184890413, \"app\": \"k2.karnataka.gov.in\", \"name\": \"k2.karnataka.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"javaw\": {\"id\": 59174439693, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"esic.gov.in\": {\"id\": 59174448050, \"app\": \"esic.gov.in\", \"name\": \"esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"cloud9.cocloud.in\": {\"id\": 59175607394, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"app.cocloud.in\": {\"id\": 59175607390, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"snippingtool\": {\"id\": 59175133386, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"c\": {\"id\": 59174883452, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"webapp.canarabank.in\": {\"id\": 59184513095, \"app\": \"webapp.canarabank.in\", \"name\": \"webapp.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"v.hdfcbank.com\": {\"id\": 59174730973, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"icicibank.com\": {\"id\": 59174677501, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"selfservice.gstsystem.in\": {\"id\": 59174917865, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"vat.kar.nic.in\": {\"id\": 59184718857, \"app\": \"vat.kar.nic.in\", \"name\": \"vat.kar.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": 59188023279, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"olk\": {\"id\": 59181773724, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"compuoffice\": {\"id\": 59176547099, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chrome://downloads\": {\"id\": 59174757985, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"credentialuibroker\": {\"id\": 59191195544, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"epfindia.gov.in\": {\"id\": 59183174443, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59175357998, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"play.google.com\": {\"id\": 59181761947, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"bing.com\": {\"id\": 59186538254, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"quickup\": {\"id\": 59177156668, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59176134945, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 59174921395, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:09'),(1564,20,'2025-07-11','10:37:03','18:45:49',7.01,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-11\", \"isOnline\": false, \"arrived\": \"2025-07-11 10:37:03\", \"left\": \"2025-07-11 18:45:49\", \"late\": true, \"onlineTime\": 25236, \"offlineTime\": 0, \"desktimeTime\": 25236, \"atWorkTime\": 29326, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25236, \"productivity\": 100, \"efficiency\": 100.14, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59201427944, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6583}, \"microsoft remote desktop\": {\"id\": 59203647519, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4945}, \"windows explorer\": {\"id\": 59201389745, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2957}, \"microsoft outlook\": {\"id\": 59201389755, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2183}, \"localhost\": {\"id\": 59201733400, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2030}, \"tdscpc.gov.in\": {\"id\": 59201779791, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1486}, \"candigital\": {\"id\": 59201520275, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 961}, \"cibnext.icicibank.com\": {\"id\": 59201415738, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 773}, \"acrobat\": {\"id\": 59201626766, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 581}, \"eportal.incometax.gov.in\": {\"id\": 59212864812, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 410}, \"ms-teams\": {\"id\": 59201389749, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 343}, \"einvoice2.gst.gov.in\": {\"id\": 59202291203, \"app\": \"einvoice2.gst.gov.in\", \"name\": \"einvoice2.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 327}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59211187266, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"return.gst.gov.in\": {\"id\": 59202830965, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"google chrome\": {\"id\": 59201409580, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"payment.gst.gov.in\": {\"id\": 59202835349, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"google.com\": {\"id\": 59201776184, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"rgppl.com\": {\"id\": 59211419154, \"app\": \"rgppl.com\", \"name\": \"rgppl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"s2b.standardchartered.com\": {\"id\": 59201405836, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"tdsonlineact\": {\"id\": 59212554389, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 85}, \"services.gst.gov.in\": {\"id\": 59202821063, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"unknown app\": {\"id\": 59201389744, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"hrrl.in\": {\"id\": 59211160559, \"app\": \"hrrl.in\", \"name\": \"hrrl.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"pms.chlserv.com\": {\"id\": 59210520153, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"contents.tdscpc.gov.in\": {\"id\": 59201779787, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"login.microsoftonline.com\": {\"id\": 59210509615, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"shellexperiencehost\": {\"id\": 59201389748, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"cloud9.cocloud.in\": {\"id\": 59203642236, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"app.cocloud.in\": {\"id\": 59203637131, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"ntpc.co.in\": {\"id\": 59211535709, \"app\": \"ntpc.co.in\", \"name\": \"ntpc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"icicibank.com\": {\"id\": 59201412739, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"snippingtool\": {\"id\": 59201598575, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"scgui\": {\"id\": 59201405838, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"calculatorapp\": {\"id\": 59208061223, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 59201402777, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"compuoffice\": {\"id\": 59201730072, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"update.computax.in\": {\"id\": 59201743990, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"desktime.com\": {\"id\": 59203621500, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 59208055854, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"compuofficeext (13)\": {\"id\": 59201747387, \"app\": \"CompuOfficeExt (13)\", \"name\": \"CompuOfficeExt (13)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://downloads\": {\"id\": 59201544107, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"freejobalert.com\": {\"id\": 59211486041, \"app\": \"freejobalert.com\", \"name\": \"freejobalert.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"javaw\": {\"id\": 59201389747, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"infinitynxt.icicibank.com\": {\"id\": 59201412741, \"app\": \"infinitynxt.icicibank.com\", \"name\": \"infinitynxt.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59201574428, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:10'),(1565,20,'2025-07-12','19:14:46','19:23:52',0.151667,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-12\", \"isOnline\": false, \"arrived\": \"2025-07-12 19:14:46\", \"left\": \"2025-07-12 19:23:52\", \"late\": true, \"onlineTime\": 546, \"offlineTime\": 0, \"desktimeTime\": 546, \"atWorkTime\": 546, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 546, \"productivity\": 100, \"efficiency\": 2.17, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": null, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 380}, \"windows explorer\": {\"id\": 59225957330, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 148}, \"unknown app\": {\"id\": null, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"javaw\": {\"id\": 59225959476, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"ms-teams\": {\"id\": 59225957331, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"acrobat\": {\"id\": null, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:17'),(1566,20,'2025-07-13','12:25:08','13:06:12',0.133889,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-13\", \"isOnline\": false, \"arrived\": \"2025-07-13 12:25:08\", \"left\": \"2025-07-13 13:06:12\", \"late\": true, \"onlineTime\": 482, \"offlineTime\": 0, \"desktimeTime\": 482, \"atWorkTime\": 2464, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 482, \"productivity\": 100, \"efficiency\": 1.91, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"windows explorer\": {\"id\": 59227760308, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 146}, \"microsoft outlook\": {\"id\": 59227760320, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"acrobat\": {\"id\": 59227762986, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"shellexperiencehost\": {\"id\": 59227760310, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"ms-teams\": {\"id\": 59227761142, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"scgui\": {\"id\": 59227760315, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"javaw\": {\"id\": 59227847588, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 59227761141, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 18:52:20'),(1567,20,'2025-07-14','09:20:54','18:16:39',8.005,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-14\", \"isOnline\": false, \"arrived\": \"2025-07-14 09:20:54\", \"left\": \"2025-07-14 18:16:39\", \"late\": true, \"onlineTime\": 28818, \"offlineTime\": 0, \"desktimeTime\": 28818, \"atWorkTime\": 32145, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28818, \"productivity\": 100, \"efficiency\": 114.36, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59230555010, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11947}, \"localhost\": {\"id\": 59230538757, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4033}, \"windows explorer\": {\"id\": 59230527792, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3057}, \"microsoft outlook\": {\"id\": 59230544587, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2105}, \"microsoft remote desktop\": {\"id\": 59231202218, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1896}, \"acrobat\": {\"id\": 59230617207, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1469}, \"ms-teams\": {\"id\": 59230787895, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 998}, \"tdscpc.gov.in\": {\"id\": 59230778656, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 557}, \"app.cocloud.in\": {\"id\": 59231197081, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"corporatebanking.hdfcbank.com\": {\"id\": 59240547756, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 332}, \"portal.esic.gov.in\": {\"id\": 59234646298, \"app\": \"portal.esic.gov.in\", \"name\": \"portal.esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"cibnext.icicibank.com\": {\"id\": 59230537364, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 271}, \"google.com\": {\"id\": 59230547681, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"incometax.gov.in\": {\"id\": 59234022540, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"google chrome\": {\"id\": 59230547680, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"s2b.standardchartered.com\": {\"id\": 59230581640, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"services.gst.gov.in\": {\"id\": 59230538756, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"return.gst.gov.in\": {\"id\": 59242119824, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 84}, \"eportal.incometax.gov.in\": {\"id\": 59230537363, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"candigital\": {\"id\": 59230565502, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 73}, \"dwm\": {\"id\": 59231080723, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"microsoft word\": {\"id\": 59231860158, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"unknown app\": {\"id\": 59230528857, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"pms.chlserv.com\": {\"id\": 59236570566, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59233159348, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"scgui\": {\"id\": 59230530192, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"support.microsoft.com\": {\"id\": 59230968808, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"login.microsoftonline.com\": {\"id\": 59236563031, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"cloud9.cocloud.in\": {\"id\": 59231199695, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 59235128490, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"contents.tdscpc.gov.in\": {\"id\": 59230768598, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"y\": {\"id\": 59234955946, \"app\": \"y\", \"name\": \"y\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"snippingtool\": {\"id\": 59230594924, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"msedge\": {\"id\": 59230537362, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 59230770520, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"icicibank.com\": {\"id\": 59230547682, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"epfindia.gov.in\": {\"id\": 59233159347, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"gst.gov.in\": {\"id\": 59241750304, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"compuoffice\": {\"id\": 59230740790, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"infinitynxt.icicibank.com\": {\"id\": 59230547684, \"app\": \"infinitynxt.icicibank.com\", \"name\": \"infinitynxt.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"esic.gov.in\": {\"id\": 59234646295, \"app\": \"esic.gov.in\", \"name\": \"esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59231417804, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"hdfcbank.com\": {\"id\": 59240541922, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"selfservice.gstsystem.in\": {\"id\": 59241750297, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"downloads.tdscpc.gov.in\": {\"id\": 59230954678, \"app\": \"downloads.tdscpc.gov.in\", \"name\": \"downloads.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://downloads\": {\"id\": 59230578607, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:21'),(1568,20,'2025-07-15','09:29:32','18:24:42',8.46,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-15\", \"isOnline\": false, \"arrived\": \"2025-07-15 09:29:32\", \"left\": \"2025-07-15 18:24:42\", \"late\": true, \"onlineTime\": 30456, \"offlineTime\": 0, \"desktimeTime\": 30456, \"atWorkTime\": 32110, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30456, \"productivity\": 100, \"efficiency\": 120.86, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59257725612, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8699}, \"ms-teams\": {\"id\": 59257708213, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4736}, \"localhost\": {\"id\": 59257855285, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3924}, \"microsoft outlook\": {\"id\": 59257763385, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3154}, \"windows explorer\": {\"id\": 59257706669, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2662}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59262001340, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1634}, \"acrobat\": {\"id\": 59257788849, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 955}, \"chrome://downloads\": {\"id\": 59257754386, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 726}, \"microsoft remote desktop\": {\"id\": 59259551755, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 644}, \"candigital\": {\"id\": 59257736921, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 464}, \"epfindia.gov.in\": {\"id\": 59262001338, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 443}, \"google.com\": {\"id\": 59257719341, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"cibnext.icicibank.com\": {\"id\": 59257720960, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"eportal.incometax.gov.in\": {\"id\": 59266214801, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"adobearm\": {\"id\": 59260243324, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 277}, \"google chrome\": {\"id\": 59257728985, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"notepad\": {\"id\": 59263084045, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"services.gst.gov.in\": {\"id\": 59266904439, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"online.canarabank.in\": {\"id\": 59267434130, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"unknown app\": {\"id\": 59257709916, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"tdscpc.gov.in\": {\"id\": 59266870252, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"msedge\": {\"id\": 59259542601, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 39}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59262012515, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"scgui\": {\"id\": 59257711848, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"app.cocloud.in\": {\"id\": 59259546639, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"netbanking.hdfcbank.com\": {\"id\": 59266889450, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 59257760344, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"incometax.gov.in\": {\"id\": 59266326149, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"icicibank.com\": {\"id\": 59257719343, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 59257835020, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"contents.tdscpc.gov.in\": {\"id\": 59266916374, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"webapp.canarabank.in\": {\"id\": 59267428358, \"app\": \"webapp.canarabank.in\", \"name\": \"webapp.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"cloud9.cocloud.in\": {\"id\": 59263300339, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"desktime.com\": {\"id\": 59270381491, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"msedgewebview2\": {\"id\": 59268344218, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"file://\": {\"id\": 59268904223, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 59267462843, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"infinitynxt.icicibank.com\": {\"id\": 59268880885, \"app\": \"infinitynxt.icicibank.com\", \"name\": \"infinitynxt.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"compuoffice\": {\"id\": 59264696346, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"downloads\": {\"id\": 59266630343, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"javaw\": {\"id\": 59257708214, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"c\": {\"id\": 59268954348, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 59266326144, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59271382269, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"s2b.standardchartered.com\": {\"id\": 59265795243, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:21'),(1569,20,'2025-07-16','09:45:52','18:36:48',8.18639,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-16\", \"isOnline\": false, \"arrived\": \"2025-07-16 09:45:52\", \"left\": \"2025-07-16 18:36:48\", \"late\": true, \"onlineTime\": 29477, \"offlineTime\": 0, \"desktimeTime\": 29477, \"atWorkTime\": 31856, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29471, \"productivity\": 99.98, \"efficiency\": 116.95, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 59293807773, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}}, \"0\": [], \"1\": {\"localhost\": {\"id\": 59285241228, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7130}, \"microsoft outlook\": {\"id\": 59285146222, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4191}, \"microsoft excel\": {\"id\": 59285069874, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4109}, \"ms-teams\": {\"id\": 59285064257, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2097}, \"windows explorer\": {\"id\": 59285062346, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2016}, \"microsoft remote desktop\": {\"id\": 59285833595, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1767}, \"pms.chlserv.com\": {\"id\": 59294987147, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1186}, \"return.gst.gov.in\": {\"id\": 59288905115, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1116}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59290918652, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 944}, \"s2b.standardchartered.com\": {\"id\": 59285125585, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 751}, \"tdscpc.gov.in\": {\"id\": 59292096027, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 713}, \"acrobat\": {\"id\": 59285186045, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 665}, \"javaw\": {\"id\": 59285066065, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 477}, \"corporatebanking.hdfcbank.com\": {\"id\": 59288316620, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}, \"msedge\": {\"id\": 59285125584, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 262}, \"scgui\": {\"id\": 59285062345, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"coalindia.in\": {\"id\": 59291646116, \"app\": \"coalindia.in\", \"name\": \"coalindia.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 218}, \"cibnext.icicibank.com\": {\"id\": 59285073962, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"eportal.incometax.gov.in\": {\"id\": 59291885428, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 184}, \"google chrome\": {\"id\": 59285071788, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 144}, \"tdsonlineact\": {\"id\": 59291773732, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59285442771, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"candigital\": {\"id\": 59285101367, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"login.microsoftonline.com\": {\"id\": 59294962904, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"services.gst.gov.in\": {\"id\": 59288894079, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"print\": {\"id\": 59295107091, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"microsoft word\": {\"id\": 59287734806, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"google.com\": {\"id\": 59285071789, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"mudira.nalcoindia.co.in\": {\"id\": 59290911702, \"app\": \"mudira.nalcoindia.co.in\", \"name\": \"mudira.nalcoindia.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"unknown app\": {\"id\": 59285190766, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 59285143986, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"selfservice.gstsystem.in\": {\"id\": 59288563076, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"app.cocloud.in\": {\"id\": 59285830101, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"about:blank\": {\"id\": 59290930903, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"systemsettings\": {\"id\": 59285678191, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 59285555533, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"contents.tdscpc.gov.in\": {\"id\": 59292096023, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"dwm\": {\"id\": 59288023667, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"cloud9.cocloud.in\": {\"id\": 59285833594, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"settings\": {\"id\": 59285664148, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 59285661041, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"downloads\": {\"id\": 59285139914, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"epfindia.gov.in\": {\"id\": 59285442770, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"icicibank.com\": {\"id\": 59285071790, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"gst.gov.in\": {\"id\": 59288894073, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"hdfcbank.com\": {\"id\": 59288316618, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuoffice\": {\"id\": 59285241227, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:24'),(1570,20,'2025-07-17','05:08:01','18:06:08',8.01167,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-17\", \"isOnline\": false, \"arrived\": \"2025-07-17 05:08:01\", \"left\": \"2025-07-17 18:06:08\", \"late\": false, \"onlineTime\": 28842, \"offlineTime\": 0, \"desktimeTime\": 28842, \"atWorkTime\": 46687, \"afterWorkTime\": 0, \"beforeWorkTime\": 2809, \"productiveTime\": 28842, \"productivity\": 100, \"efficiency\": 114.45, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"localhost\": {\"id\": 59311135012, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7560}, \"microsoft excel\": {\"id\": 59311013046, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5733}, \"microsoft remote desktop\": {\"id\": 59314350689, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2965}, \"microsoft outlook\": {\"id\": 59312440514, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2738}, \"windows explorer\": {\"id\": 59311001812, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2278}, \"tdscpc.gov.in\": {\"id\": 59311009758, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1547}, \"ms-teams\": {\"id\": 59311002848, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1392}, \"acrobat\": {\"id\": 59313408447, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 925}, \"appraisal.chlserv.com\": {\"id\": 59318741147, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 747}, \"cibnext.icicibank.com\": {\"id\": 59312368983, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 389}, \"computaxonline.com\": {\"id\": 59312460119, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 361}, \"eportal.incometax.gov.in\": {\"id\": 59320369698, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 357}, \"corporatebanking.hdfcbank.com\": {\"id\": 59314097471, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 324}, \"google.com\": {\"id\": 59311008730, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 282}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59312651451, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 247}, \"s2b.standardchartered.com\": {\"id\": 59312417404, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"candigital\": {\"id\": 59312391455, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 124}, \"scgui\": {\"id\": 59311006737, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"google chrome\": {\"id\": 59311008729, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"shellexperiencehost\": {\"id\": 59311001811, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 79}, \"teamviewer\": {\"id\": 59319105135, \"app\": \"TeamViewer\", \"name\": \"TeamViewer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"notepad\": {\"id\": 59319387785, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"tdsonlineact\": {\"id\": 59320295006, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"unknown app\": {\"id\": 59313440213, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"contents.tdscpc.gov.in\": {\"id\": 59311008731, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"hrez.crystalhues.in\": {\"id\": 59318735614, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"app.cocloud.in\": {\"id\": 59313355830, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"login.microsoftonline.com\": {\"id\": 59318715837, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 59320863076, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"snippingtool\": {\"id\": 59312438632, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"compuoffice\": {\"id\": 59311135011, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"teamviewerqs (1)\": {\"id\": 59319099650, \"app\": \"TeamViewerQS (1)\", \"name\": \"TeamViewerQS (1)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"javaw\": {\"id\": 59311002846, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": 59312375860, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"startmenuexperiencehost\": {\"id\": 59325441008, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 59320717514, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"cloud9.cocloud.in\": {\"id\": 59314329460, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"icicibank.com\": {\"id\": 59312368982, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"hdfcbank.com\": {\"id\": 59314093404, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"downloads\": {\"id\": 59312720296, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://downloads\": {\"id\": 59312720298, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"c\": {\"id\": 59320658734, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59312632886, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"openwith\": {\"id\": 59319381996, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"onedrive\": {\"id\": 59311001810, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"incometax.gov.in\": {\"id\": 59320363846, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:52:25'),(1571,20,'2025-07-18','09:42:13','19:04:16',8.13556,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-18\", \"isOnline\": false, \"arrived\": \"2025-07-18 09:42:13\", \"left\": \"2025-07-18 19:04:16\", \"late\": true, \"onlineTime\": 29276, \"offlineTime\": 0, \"desktimeTime\": 29276, \"atWorkTime\": 33723, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29288, \"productivity\": 100, \"efficiency\": 116.22, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59339381685, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6583}, \"localhost\": {\"id\": 59339558428, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6231}, \"microsoft outlook\": {\"id\": 59339486453, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3626}, \"windows explorer\": {\"id\": 59339223065, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2162}, \"ms-teams\": {\"id\": 59339223064, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1991}, \"microsoft remote desktop\": {\"id\": 59343224777, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1569}, \"cibnext.icicibank.com\": {\"id\": 59339340470, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1490}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59339925176, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 931}, \"acrobat\": {\"id\": 59340975726, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 679}, \"candigital\": {\"id\": 59339457407, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 597}, \"tdscpc.gov.in\": {\"id\": 59340842305, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 567}, \"unknown app\": {\"id\": 59339199056, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 356}, \"corporatebanking.hdfcbank.com\": {\"id\": 59350674429, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 349}, \"shellexperiencehost\": {\"id\": 59340858802, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 240}, \"aai.aero\": {\"id\": 59340669093, \"app\": \"aai.aero\", \"name\": \"aai.aero\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"google chrome\": {\"id\": 59339312748, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 237}, \"google.com\": {\"id\": 59339314675, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"contents.tdscpc.gov.in\": {\"id\": 59340842303, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 215}, \"s2b.standardchartered.com\": {\"id\": 59339423136, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"computaxonline.com\": {\"id\": 59339566065, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"caclubindia.com\": {\"id\": 59349702384, \"app\": \"caclubindia.com\", \"name\": \"caclubindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"notepad\": {\"id\": 59350600854, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"ifsc.bankifsccode.com\": {\"id\": 59350145809, \"app\": \"ifsc.bankifsccode.com\", \"name\": \"ifsc.bankifsccode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 50}, \"cleartax.in\": {\"id\": 59339736933, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"infinitynxt.icicibank.com\": {\"id\": 59339332010, \"app\": \"infinitynxt.icicibank.com\", \"name\": \"infinitynxt.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"javaw\": {\"id\": 59339216637, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"services.gst.gov.in\": {\"id\": 59341551477, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"msedge\": {\"id\": 59339420732, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"snippingtool\": {\"id\": 59339484127, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"icicibank.com\": {\"id\": 59339332009, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"cloud9.cocloud.in\": {\"id\": 59343220285, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"cdn.digialm.com\": {\"id\": 59341011411, \"app\": \"cdn.digialm.com\", \"name\": \"cdn.digialm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"adobearm\": {\"id\": 59347350818, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 59339370516, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"lockapp\": {\"id\": 59339197225, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"app.cocloud.in\": {\"id\": 59343220283, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"compuoffice\": {\"id\": 59342296984, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"digialm.com\": {\"id\": 59341019821, \"app\": \"digialm.com\", \"name\": \"digialm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"chrome://downloads\": {\"id\": 59339475416, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"hdfcbank.com\": {\"id\": 59339405182, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 59352565051, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 59341058441, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"eportal.incometax.gov.in\": {\"id\": 59339328007, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"internet explorer\": {\"id\": 59342455563, \"app\": \"Internet Explorer\", \"name\": \"Internet Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59347217537, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:25'),(1572,20,'2025-07-19','10:13:57','20:22:21',7.38917,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-19\", \"isOnline\": false, \"arrived\": \"2025-07-19 10:13:57\", \"left\": \"2025-07-19 20:22:21\", \"late\": true, \"onlineTime\": 26822, \"offlineTime\": 0, \"desktimeTime\": 26822, \"atWorkTime\": 36504, \"afterWorkTime\": 1341, \"beforeWorkTime\": 0, \"productiveTime\": 26601, \"productivity\": 99.14, \"efficiency\": 105.56, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59362922044, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 232}}, \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 59363181313, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15440}, \"localhost\": {\"id\": 59362424905, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3031}, \"microsoft excel\": {\"id\": 59362441259, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2647}, \"windows explorer\": {\"id\": 59362426707, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1488}, \"microsoft remote desktop\": {\"id\": 59363007162, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1255}, \"microsoft outlook\": {\"id\": 59363021702, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 809}, \"scgui\": {\"id\": 59362433099, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 387}, \"acrobat\": {\"id\": 59362758121, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 341}, \"eportal.incometax.gov.in\": {\"id\": 59362848948, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 307}, \"cibnext.icicibank.com\": {\"id\": 59362940002, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 154}, \"msedge\": {\"id\": 59362970783, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"s2b.standardchartered.com\": {\"id\": 59363160827, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"google chrome\": {\"id\": 59362847577, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"ms-teams\": {\"id\": 59362425413, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"unknown app\": {\"id\": 59362586104, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"candigital\": {\"id\": 59363157822, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"tdsonlineact\": {\"id\": 59362822292, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"searchhost\": {\"id\": 59362586956, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"cloud9.cocloud.in\": {\"id\": 59363006488, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"google.com\": {\"id\": 59362848277, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"shellexperiencehost\": {\"id\": 59362426709, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"dwm\": {\"id\": 59364021045, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"app.cocloud.in\": {\"id\": 59363005772, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 59363173051, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"easeofaccessdialog\": {\"id\": 59364172283, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59362940001, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"javaw\": {\"id\": 59362426124, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"msdt\": {\"id\": 59364024526, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59362921335, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"incometax.gov.in\": {\"id\": 59362848947, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:25'),(1573,20,'2025-07-20','11:07:55','11:25:47',0.297778,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-20\", \"isOnline\": false, \"arrived\": \"2025-07-20 11:07:55\", \"left\": \"2025-07-20 11:25:47\", \"late\": true, \"onlineTime\": 1072, \"offlineTime\": 0, \"desktimeTime\": 1072, \"atWorkTime\": 1072, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 1072, \"productivity\": 100, \"efficiency\": 4.25, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"return.gst.gov.in\": {\"id\": 59365817603, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 383}, \"services.gst.gov.in\": {\"id\": 59365811707, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 373}, \"microsoft excel\": {\"id\": 59365808669, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"windows explorer\": {\"id\": 59365810357, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"cibnext.icicibank.com\": {\"id\": 59365808018, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"scgui\": {\"id\": 59365812305, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"javaw\": {\"id\": 59365809040, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"microsoft outlook\": {\"id\": 59365810358, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"google chrome\": {\"id\": 59365808668, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"google.com\": {\"id\": 59365811354, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59365808017, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"unknown app\": {\"id\": 59365815086, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59365812302, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59365809334, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:26'),(1574,20,'2025-07-21','09:57:12','18:31:07',7.45833,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-21\", \"isOnline\": false, \"arrived\": \"2025-07-21 09:57:12\", \"left\": \"2025-07-21 18:31:07\", \"late\": true, \"onlineTime\": 26850, \"offlineTime\": 0, \"desktimeTime\": 26850, \"atWorkTime\": 30835, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26850, \"productivity\": 100, \"efficiency\": 106.55, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59369202603, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5824}, \"ms-teams\": {\"id\": 59368866131, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3109}, \"microsoft excel\": {\"id\": 59368878410, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3036}, \"microsoft powerpoint\": {\"id\": 59368883985, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2212}, \"acrobat\": {\"id\": 59369228458, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2171}, \"windows explorer\": {\"id\": 59368852088, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2058}, \"payment.gst.gov.in\": {\"id\": 59371624879, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1579}, \"microsoft remote desktop\": {\"id\": 59369272501, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1364}, \"localhost\": {\"id\": 59369360951, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1152}, \"services.gst.gov.in\": {\"id\": 59368850307, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1053}, \"tdscpc.gov.in\": {\"id\": 59377339184, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 552}, \"cibnext.icicibank.com\": {\"id\": 59368868234, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 471}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59372812415, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"netbanking.hdfcbank.com\": {\"id\": 59370735410, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 228}, \"c\": {\"id\": 59370173968, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"anydesk\": {\"id\": 59372225566, \"app\": \"AnyDesk\", \"name\": \"AnyDesk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"online.canarabank.in\": {\"id\": 59371999600, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59372846621, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"epfindia.gov.in\": {\"id\": 59372779402, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"s2b.standardchartered.com\": {\"id\": 59369127840, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"google.com\": {\"id\": 59368868236, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"cloud9.cocloud.in\": {\"id\": 59369272499, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"candigital\": {\"id\": 59369159979, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"google chrome\": {\"id\": 59368868235, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"gst.gov.in\": {\"id\": 59370437266, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"egov.canarabank.in\": {\"id\": 59371990658, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"unknown app\": {\"id\": 59368855770, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"return.gst.gov.in\": {\"id\": 59370150716, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"chrome://downloads\": {\"id\": 59369092349, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"snippingtool\": {\"id\": 59369197303, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"tnvat.tn.gov.in\": {\"id\": 59376871257, \"app\": \"tnvat.tn.gov.in\", \"name\": \"tnvat.tn.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"searchhost\": {\"id\": 59370758235, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"contents.tdscpc.gov.in\": {\"id\": 59377339182, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"chrome://password-manager\": {\"id\": 59370841360, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"scgui\": {\"id\": 59368861968, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 59370753974, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"app.cocloud.in\": {\"id\": 59369269823, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"ctd.tn.gov.in\": {\"id\": 59376860384, \"app\": \"ctd.tn.gov.in\", \"name\": \"ctd.tn.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"olk\": {\"id\": 59376316974, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"reg.gst.gov.in\": {\"id\": 59374799994, \"app\": \"reg.gst.gov.in\", \"name\": \"reg.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"javaw\": {\"id\": 59369293410, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"msedge\": {\"id\": 59369127839, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"java\": {\"id\": 59372888016, \"app\": \"Java\", \"name\": \"Java\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 59369991588, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"compuoffice\": {\"id\": 59369360948, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59368870178, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"incometax.gov.in\": {\"id\": 59377333769, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"credentialuibroker\": {\"id\": 59370845353, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:28'),(1575,20,'2025-07-22','04:59:17','18:03:42',5.81583,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-22\", \"isOnline\": false, \"arrived\": \"2025-07-22 04:59:17\", \"left\": \"2025-07-22 18:03:42\", \"late\": false, \"onlineTime\": 20937, \"offlineTime\": 0, \"desktimeTime\": 20937, \"atWorkTime\": 47065, \"afterWorkTime\": 0, \"beforeWorkTime\": 7263, \"productiveTime\": 20937, \"productivity\": 100, \"efficiency\": 83.08, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft powerpoint\": {\"id\": 59393750505, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4407}, \"microsoft excel\": {\"id\": 59393861571, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3315}, \"microsoft outlook\": {\"id\": 59395919361, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2969}, \"windows explorer\": {\"id\": 59393749196, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2455}, \"microsoft remote desktop\": {\"id\": 59393736637, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1821}, \"acrobat\": {\"id\": 59395764052, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1325}, \"ms-teams\": {\"id\": 59393728512, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1092}, \"google.com\": {\"id\": 59395691714, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 720}, \"corporatebanking.hdfcbank.com\": {\"id\": 59406858266, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 646}, \"pms.chlserv.com\": {\"id\": 59405426234, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 628}, \"cibnext.icicibank.com\": {\"id\": 59395977021, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 357}, \"tdscpc.gov.in\": {\"id\": 59395694761, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"shellexperiencehost\": {\"id\": 59395819519, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"javaw\": {\"id\": 59393727234, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 142}, \"msedge\": {\"id\": 59393732670, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"google chrome\": {\"id\": 59395691713, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"scgui\": {\"id\": 59393725812, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 89}, \"login.microsoftonline.com\": {\"id\": 59405368075, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"unknown app\": {\"id\": 59393948336, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"cloud9.cocloud.in\": {\"id\": 59393735075, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"app.cocloud.in\": {\"id\": 59393734007, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"contents.tdscpc.gov.in\": {\"id\": 59395691715, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 59405253256, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"icicibank.com\": {\"id\": 59395973761, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"print\": {\"id\": 59405974657, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"bing.com\": {\"id\": 59405733716, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"onedrive\": {\"id\": 59395668587, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"ifsc.bankifsccode.com\": {\"id\": 59407078089, \"app\": \"ifsc.bankifsccode.com\", \"name\": \"ifsc.bankifsccode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"downloads.tdscpc.gov.in\": {\"id\": 59395704580, \"app\": \"downloads.tdscpc.gov.in\", \"name\": \"downloads.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"about:blank\": {\"id\": 59405993713, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"chrome://downloads\": {\"id\": 59395708206, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": 59408151917, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"hdfcbank.com\": {\"id\": 59406852129, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59405253253, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"snippingtool\": {\"id\": 59403056440, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"infinitynxt.icicibank.com\": {\"id\": 59395973766, \"app\": \"infinitynxt.icicibank.com\", \"name\": \"infinitynxt.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"windowsterminal\": {\"id\": 59395673808, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:52:29'),(1576,20,'2025-07-23','09:58:17','18:40:09',7.6175,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-23\", \"isOnline\": false, \"arrived\": \"2025-07-23 09:58:17\", \"left\": \"2025-07-23 18:40:09\", \"late\": true, \"onlineTime\": 27422, \"offlineTime\": 0, \"desktimeTime\": 27422, \"atWorkTime\": 31312, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27423, \"productivity\": 100, \"efficiency\": 108.82, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft remote desktop\": {\"id\": 59422994542, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11130}, \"microsoft excel\": {\"id\": 59422849846, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5518}, \"windows explorer\": {\"id\": 59422818544, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2878}, \"microsoft outlook\": {\"id\": 59422967097, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2051}, \"acrobat\": {\"id\": 59422984541, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1108}, \"ms-teams\": {\"id\": 59422825033, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 856}, \"scgui\": {\"id\": 59422820470, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 734}, \"candigital\": {\"id\": 59422873760, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 729}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59434021343, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 519}, \"cibnext.icicibank.com\": {\"id\": 59422829120, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 361}, \"tdscpc.gov.in\": {\"id\": 59435256430, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 245}, \"c\": {\"id\": 59423658591, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 181}, \"s2b.standardchartered.com\": {\"id\": 59422939843, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 169}, \"google chrome\": {\"id\": 59422825038, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59423507892, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59423549162, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"javaw\": {\"id\": 59422823064, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"services.gst.gov.in\": {\"id\": 59423629204, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 82}, \"google.com\": {\"id\": 59422827170, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"unknown app\": {\"id\": 59422818546, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"snippingtool\": {\"id\": 59422964607, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"shellexperiencehost\": {\"id\": 59423501097, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"file://\": {\"id\": 59423636410, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"app.cocloud.in\": {\"id\": 59422991869, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"msedge\": {\"id\": 59422939842, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"icicibank.com\": {\"id\": 59422827171, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"cloud9.cocloud.in\": {\"id\": 59425378437, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"login.microsoftonline.com\": {\"id\": 59434027011, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"chrome://downloads\": {\"id\": 59422933245, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"desktime.com\": {\"id\": 59436708225, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"microsoft word\": {\"id\": 59430124095, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"epfindia.gov.in\": {\"id\": 59423504449, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"contents.tdscpc.gov.in\": {\"id\": 59435250140, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59423504450, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 59434353992, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:30'),(1577,20,'2025-07-24','10:07:03','18:29:05',7.72333,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-24\", \"isOnline\": false, \"arrived\": \"2025-07-24 10:07:03\", \"left\": \"2025-07-24 18:29:05\", \"late\": true, \"onlineTime\": 27797, \"offlineTime\": 0, \"desktimeTime\": 27797, \"atWorkTime\": 30122, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27804, \"productivity\": 99.99, \"efficiency\": 110.33, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 59450194170, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59449839276, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8154}, \"microsoft remote desktop\": {\"id\": 59450144476, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4225}, \"microsoft outlook\": {\"id\": 59449930877, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2620}, \"windows explorer\": {\"id\": 59449789240, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2265}, \"return.gst.gov.in\": {\"id\": 59450090708, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1660}, \"ms-teams\": {\"id\": 59449791381, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1494}, \"acrobat\": {\"id\": 59450002363, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1371}, \"localhost\": {\"id\": 59451971151, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1242}, \"tdscpc.gov.in\": {\"id\": 59450188191, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 889}, \"google chrome\": {\"id\": 59449804219, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 723}, \"pms.chlserv.com\": {\"id\": 59453131377, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 633}, \"sarkariresult.com.im\": {\"id\": 59454465308, \"app\": \"sarkariresult.com.im\", \"name\": \"sarkariresult.com.im\", \"type\": \"web\", \"category_id\": 0, \"duration\": 372}, \"unknown app\": {\"id\": 59449789237, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 258}, \"cibnext.icicibank.com\": {\"id\": 59449804228, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"appraisal.chlserv.com\": {\"id\": 59452338933, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 174}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59454312687, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"msedge\": {\"id\": 59449789244, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"c\": {\"id\": 59455658202, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"s2b.standardchartered.com\": {\"id\": 59449877181, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 111}, \"google.com\": {\"id\": 59449804222, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"login.microsoftonline.com\": {\"id\": 59452310661, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 83}, \"nsez.erent.co.in\": {\"id\": 59459315348, \"app\": \"nsez.erent.co.in\", \"name\": \"nsez.erent.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"contents.tdscpc.gov.in\": {\"id\": 59450188187, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"piceapp.com\": {\"id\": 59456720215, \"app\": \"piceapp.com\", \"name\": \"piceapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"candigital\": {\"id\": 59449902744, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"javaw\": {\"id\": 59449791383, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"aai.aero\": {\"id\": 59454367184, \"app\": \"aai.aero\", \"name\": \"aai.aero\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"services.gst.gov.in\": {\"id\": 59450087842, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"snippingtool\": {\"id\": 59449928274, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"app.cocloud.in\": {\"id\": 59450141311, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"paathshala.world\": {\"id\": 59455362639, \"app\": \"paathshala.world\", \"name\": \"paathshala.world\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"lokpal.gov.in\": {\"id\": 59454339453, \"app\": \"lokpal.gov.in\", \"name\": \"lokpal.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"adobearm\": {\"id\": 59450013215, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"shellexperiencehost\": {\"id\": 59450191232, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"print\": {\"id\": 59453304942, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"bing.com\": {\"id\": 59452718156, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"upsc.gov.in\": {\"id\": 59454562523, \"app\": \"upsc.gov.in\", \"name\": \"upsc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"hrez.crystalhues.in\": {\"id\": 59452334173, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://downloads\": {\"id\": 59449989785, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"update.computax.in\": {\"id\": 59451982201, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"epathshala.nic.in\": {\"id\": 59455352222, \"app\": \"epathshala.nic.in\", \"name\": \"epathshala.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"icicibank.com\": {\"id\": 59449804226, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"windowsterminal\": {\"id\": 59452081721, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"api.razorpay.com\": {\"id\": 59459343259, \"app\": \"api.razorpay.com\", \"name\": \"api.razorpay.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"compuoffice\": {\"id\": 59451966959, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"photos\": {\"id\": 59456332866, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"transfernow.net\": {\"id\": 59456168630, \"app\": \"transfernow.net\", \"name\": \"transfernow.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"compuofficeext (15)\": {\"id\": 59452086182, \"app\": \"CompuOfficeExt (15)\", \"name\": \"CompuOfficeExt (15)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"cloud9.cocloud.in\": {\"id\": 59450141312, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scgui\": {\"id\": 59449808824, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59455034893, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"downloads\": {\"id\": 59450221847, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"desktime.com\": {\"id\": 59463119990, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"easeofaccessdialog\": {\"id\": 59461756630, \"app\": \"EaseOfAccessDialog\", \"name\": \"EaseOfAccessDialog\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"b.com\": {\"id\": 59454674326, \"app\": \"b.com\", \"name\": \"b.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59453584175, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuofficeext (14)\": {\"id\": 59451986741, \"app\": \"CompuOfficeExt (14)\", \"name\": \"CompuOfficeExt (14)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"selfservice.gstsystem.in\": {\"id\": 59450085086, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 59450085089, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:31'),(1578,20,'2025-07-25','10:10:23','18:15:49',7.48694,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-25\", \"isOnline\": false, \"arrived\": \"2025-07-25 10:10:23\", \"left\": \"2025-07-25 18:15:49\", \"late\": true, \"onlineTime\": 26953, \"offlineTime\": 0, \"desktimeTime\": 26953, \"atWorkTime\": 29126, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26953, \"productivity\": 100, \"efficiency\": 106.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59476629713, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7000}, \"localhost\": {\"id\": 59476452397, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3298}, \"microsoft outlook\": {\"id\": 59476458010, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2737}, \"windows explorer\": {\"id\": 59476438685, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2643}, \"microsoft remote desktop\": {\"id\": 59476763002, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2116}, \"ms-teams\": {\"id\": 59476440933, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1559}, \"acrobat\": {\"id\": 59476520185, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1238}, \"return.gst.gov.in\": {\"id\": 59477588100, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 849}, \"eportal.incometax.gov.in\": {\"id\": 59477393397, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 781}, \"google.com\": {\"id\": 59476997722, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 541}, \"candigital\": {\"id\": 59476652728, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 507}, \"netbanking.hdfcbank.com\": {\"id\": 59476776768, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 435}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59477032806, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 420}, \"payment.gst.gov.in\": {\"id\": 59478780807, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 419}, \"google chrome\": {\"id\": 59476474794, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 331}, \"services.gst.gov.in\": {\"id\": 59477584290, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"s2b.standardchartered.com\": {\"id\": 59476687617, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 253}, \"cibnext.icicibank.com\": {\"id\": 59476616484, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"corporatebanking.hdfcbank.com\": {\"id\": 59484382749, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 187}, \"c\": {\"id\": 59486442625, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"snippingtool\": {\"id\": 59476718777, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"shellexperiencehost\": {\"id\": 59476792904, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"online.canarabank.in\": {\"id\": 59486414284, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"gstr2b.gst.gov.in\": {\"id\": 59477652802, \"app\": \"gstr2b.gst.gov.in\", \"name\": \"gstr2b.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"msedge\": {\"id\": 59476610182, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"tdsonlineact\": {\"id\": 59479927461, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"unknown app\": {\"id\": 59476438682, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"nsez.erent.co.in\": {\"id\": 59486385093, \"app\": \"nsez.erent.co.in\", \"name\": \"nsez.erent.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"v.hdfcbank.com\": {\"id\": 59483242632, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"scgui\": {\"id\": 59476447994, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"egov.canarabank.in\": {\"id\": 59486602188, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"tnvat.tn.gov.in\": {\"id\": 59476997726, \"app\": \"tnvat.tn.gov.in\", \"name\": \"tnvat.tn.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 59487661390, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"javaw\": {\"id\": 59476443016, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"justdial.com\": {\"id\": 59486928304, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"compuofficeext (16)\": {\"id\": 59476464664, \"app\": \"CompuOfficeExt (16)\", \"name\": \"CompuOfficeExt (16)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"datumtools.in\": {\"id\": 59485863096, \"app\": \"datumtools.in\", \"name\": \"datumtools.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"tdscpc.gov.in\": {\"id\": 59479902973, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"zaubacorp.com\": {\"id\": 59486942440, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"app.cocloud.in\": {\"id\": 59476610183, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"compuoffice\": {\"id\": 59476450284, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"hdfcbank.com\": {\"id\": 59476773758, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"selfservice.gstsystem.in\": {\"id\": 59486574926, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"in.indeed.com\": {\"id\": 59485893414, \"app\": \"in.indeed.com\", \"name\": \"in.indeed.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"corporate.hdfcbank.com\": {\"id\": 59484382747, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"icicibank.com\": {\"id\": 59476616482, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"cloud9.cocloud.in\": {\"id\": 59476759934, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"api.razorpay.com\": {\"id\": 59486409231, \"app\": \"api.razorpay.com\", \"name\": \"api.razorpay.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ctd.tn.gov.in\": {\"id\": 59476997723, \"app\": \"ctd.tn.gov.in\", \"name\": \"ctd.tn.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"incometax.gov.in\": {\"id\": 59477393396, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://downloads\": {\"id\": 59476679716, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"gst.gov.in\": {\"id\": 59477584287, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"hdfcsky.com\": {\"id\": 59483247789, \"app\": \"hdfcsky.com\", \"name\": \"hdfcsky.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"update.computax.in\": {\"id\": 59476464662, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"credentialuibroker\": {\"id\": 59476776770, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59476759932, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:31'),(1579,20,'2025-07-26','08:10:52','21:12:21',7.67972,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-26\", \"isOnline\": false, \"arrived\": \"2025-07-26 08:10:52\", \"left\": \"2025-07-26 21:12:21\", \"late\": false, \"onlineTime\": 28005, \"offlineTime\": 0, \"desktimeTime\": 28005, \"atWorkTime\": 46889, \"afterWorkTime\": 4341, \"beforeWorkTime\": 1791, \"productiveTime\": 27647, \"productivity\": 98.72, \"efficiency\": 109.71, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59499750698, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 197}, \"dir.indiamart.com\": {\"id\": 59498442154, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59498463465, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8586}, \"microsoft powerpoint\": {\"id\": 59499755725, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4934}, \"microsoft outlook\": {\"id\": 59498560491, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3665}, \"windows explorer\": {\"id\": 59498292103, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1690}, \"acrobat\": {\"id\": 59498672260, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 908}, \"google chrome\": {\"id\": 59498288666, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 840}, \"google.com\": {\"id\": 59498287463, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 765}, \"pms.chlserv.com\": {\"id\": 59498669754, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 757}, \"chatgpt.com\": {\"id\": 59498292587, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 691}, \"ms-teams\": {\"id\": 59498287464, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 657}, \"scgui\": {\"id\": 59498458228, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 594}, \"microsoft word\": {\"id\": 59498319286, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 547}, \"cibnext.icicibank.com\": {\"id\": 59498454230, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 529}, \"msedge\": {\"id\": 59498616791, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 466}, \"shellexperiencehost\": {\"id\": 59498442152, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 241}, \"eportal.incometax.gov.in\": {\"id\": 59499728613, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 196}, \"icicibank.com\": {\"id\": 59498453085, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"amazon.in\": {\"id\": 59500556993, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"candigital\": {\"id\": 59498602394, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 159}, \"s2b.standardchartered.com\": {\"id\": 59498617410, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 147}, \"pickerhost\": {\"id\": 59500163331, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 139}, \"desktime.com\": {\"id\": 59498676179, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"mca.gov.in\": {\"id\": 59498324650, \"app\": \"mca.gov.in\", \"name\": \"mca.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 116}, \"netbanking.hdfcbank.com\": {\"id\": 59498574641, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"bing.com\": {\"id\": 59499922707, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"unknown app\": {\"id\": 59498650537, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"cleartax.in\": {\"id\": 59499841572, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"carwale.com\": {\"id\": 59499937766, \"app\": \"carwale.com\", \"name\": \"carwale.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}, \"zaubacorp.com\": {\"id\": 59498291160, \"app\": \"zaubacorp.com\", \"name\": \"zaubacorp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"about:blank\": {\"id\": 59499389061, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"login.microsoftonline.com\": {\"id\": 59498669755, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"searchhost\": {\"id\": 59498318752, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"javaw\": {\"id\": 59498290122, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"dwm\": {\"id\": 59498463467, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"photos\": {\"id\": 59499944842, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"v.hdfcbank.com\": {\"id\": 59498594206, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"snippingtool\": {\"id\": 59498653597, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"chrome://downloads\": {\"id\": 59498612652, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"hindi.drivespark.com\": {\"id\": 59499945895, \"app\": \"hindi.drivespark.com\", \"name\": \"hindi.drivespark.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"windowsterminal\": {\"id\": 59498289175, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"incometax.gov.in\": {\"id\": 59498633169, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shopsattvafoods.com\": {\"id\": 59498310984, \"app\": \"shopsattvafoods.com\", \"name\": \"shopsattvafoods.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuoffice\": {\"id\": 59498601140, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:32'),(1580,20,'2025-07-27','17:22:08','20:18:21',1.83861,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-27\", \"isOnline\": false, \"arrived\": \"2025-07-27 17:22:08\", \"left\": \"2025-07-27 20:18:21\", \"late\": true, \"onlineTime\": 6994, \"offlineTime\": 0, \"desktimeTime\": 6994, \"atWorkTime\": 10573, \"afterWorkTime\": 877, \"beforeWorkTime\": 0, \"productiveTime\": 6619, \"productivity\": 94.64, \"efficiency\": 26.27, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59502792516, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 318}, \"dir.indiamart.com\": {\"id\": 59502785419, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59502631399, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4150}, \"eportal.incometax.gov.in\": {\"id\": 59502620205, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1357}, \"amazon.in\": {\"id\": 59502916933, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 428}, \"windows explorer\": {\"id\": 59502619753, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 195}, \"acrobat\": {\"id\": 59502625682, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"c\": {\"id\": 59502624191, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"microsoft remote desktop\": {\"id\": 59502661176, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"ais.insight.gov.in\": {\"id\": 59502623555, \"app\": \"ais.insight.gov.in\", \"name\": \"ais.insight.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"scgui\": {\"id\": 59502619754, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"cloud9.cocloud.in\": {\"id\": 59502660540, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"google chrome\": {\"id\": 59502619758, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"app.cocloud.in\": {\"id\": 59502659977, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 59502619751, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"indiamart.com\": {\"id\": 59502785029, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"ms-teams\": {\"id\": 59502619756, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"unknown app\": {\"id\": 59502829495, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 59502792515, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"javaw\": {\"id\": 59502619755, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"chrome://downloads\": {\"id\": 59502625182, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:32'),(1581,20,'2025-07-28','09:59:59','19:19:14',8.38944,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-28\", \"isOnline\": false, \"arrived\": \"2025-07-28 09:59:59\", \"left\": \"2025-07-28 19:19:14\", \"late\": true, \"onlineTime\": 30825, \"offlineTime\": 0, \"desktimeTime\": 30825, \"atWorkTime\": 33555, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30202, \"productivity\": 97.98, \"efficiency\": 119.85, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"dir.indiamart.com\": {\"id\": 59509846050, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 623}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59505010656, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8144}, \"localhost\": {\"id\": 59505513297, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7713}, \"microsoft remote desktop\": {\"id\": 59505146640, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3691}, \"windows explorer\": {\"id\": 59504981984, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2955}, \"microsoft outlook\": {\"id\": 59505282746, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1698}, \"acrobat\": {\"id\": 59505322421, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1101}, \"return.gst.gov.in\": {\"id\": 59505848843, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 785}, \"tradeonline.icicibank.com\": {\"id\": 59507157660, \"app\": \"tradeonline.icicibank.com\", \"name\": \"tradeonline.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 717}, \"microsoft word\": {\"id\": 59511289339, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 660}, \"ms-teams\": {\"id\": 59505507299, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 443}, \"cibnext.icicibank.com\": {\"id\": 59505159038, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 343}, \"eportal.incometax.gov.in\": {\"id\": 59504980001, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"google chrome\": {\"id\": 59505189089, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 218}, \"unknown app\": {\"id\": 59505117633, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 197}, \"google.com\": {\"id\": 59505156312, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"corporatebanking.hdfcbank.com\": {\"id\": 59519505575, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"s2b.standardchartered.com\": {\"id\": 59505203793, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 128}, \"services.gst.gov.in\": {\"id\": 59505841081, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"tdscpc.gov.in\": {\"id\": 59510661181, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"ais.insight.gov.in\": {\"id\": 59504966480, \"app\": \"ais.insight.gov.in\", \"name\": \"ais.insight.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"candigital\": {\"id\": 59505243678, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"indiamart.com\": {\"id\": 59510162060, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"microsoft powerpoint\": {\"id\": 59504984129, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"scgui\": {\"id\": 59504981981, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 61}, \"snippingtool\": {\"id\": 59505280059, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"tdsonlineact\": {\"id\": 59510800585, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"cloud9.cocloud.in\": {\"id\": 59505146638, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"photos\": {\"id\": 59514880385, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"netbanking.hdfcbank.com\": {\"id\": 59505189092, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"icicibank.com\": {\"id\": 59505156313, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"app.cocloud.in\": {\"id\": 59505144233, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"amazon.in\": {\"id\": 59504966477, \"app\": \"amazon.in\", \"name\": \"amazon.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"hdfcbank.com\": {\"id\": 59519500030, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"javaw\": {\"id\": 59505905196, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"compuoffice\": {\"id\": 59505513292, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"dwm\": {\"id\": 59515571084, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"v.hdfcbank.com\": {\"id\": 59505198674, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"shellexperiencehost\": {\"id\": 59510667623, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59507348242, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"selfservice.gstsystem.in\": {\"id\": 59505841075, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://print\": {\"id\": 59507348240, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"gst.gov.in\": {\"id\": 59505841078, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedge\": {\"id\": 59505201242, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 18:52:33'),(1582,20,'2025-07-29','10:20:22','19:07:21',7.555,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-29\", \"isOnline\": false, \"arrived\": \"2025-07-29 10:20:22\", \"left\": \"2025-07-29 19:07:21\", \"late\": true, \"onlineTime\": 27198, \"offlineTime\": 0, \"desktimeTime\": 27198, \"atWorkTime\": 31619, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27198, \"productivity\": 100, \"efficiency\": 107.93, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59532174936, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8830}, \"microsoft remote desktop\": {\"id\": 59532500280, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5103}, \"windows explorer\": {\"id\": 59532113391, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2454}, \"microsoft outlook\": {\"id\": 59532115852, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1831}, \"localhost\": {\"id\": 59540634780, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1764}, \"ms-teams\": {\"id\": 59533040983, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1401}, \"acrobat\": {\"id\": 59533606745, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 917}, \"eportal.incometax.gov.in\": {\"id\": 59533190534, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 847}, \"scgui\": {\"id\": 59532132080, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 665}, \"unknown app\": {\"id\": 59532113390, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 499}, \"hil.gov.in\": {\"id\": 59542028300, \"app\": \"hil.gov.in\", \"name\": \"hil.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 418}, \"cibnext.icicibank.com\": {\"id\": 59532144885, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 390}, \"pms.chlserv.com\": {\"id\": 59532480997, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 309}, \"candigital\": {\"id\": 59532292773, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 280}, \"google chrome\": {\"id\": 59532113392, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"searchhost\": {\"id\": 59532682833, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"s2b.standardchartered.com\": {\"id\": 59532364604, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 155}, \"quickassist\": {\"id\": 59532833760, \"app\": \"QuickAssist\", \"name\": \"QuickAssist\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"incometax.gov.in\": {\"id\": 59533190537, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 108}, \"tdsonlineact\": {\"id\": 59541696572, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"msedge\": {\"id\": 59532361917, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"app.cocloud.in\": {\"id\": 59532494119, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59543807962, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"cloud9.cocloud.in\": {\"id\": 59532497359, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"login.microsoftonline.com\": {\"id\": 59532474512, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"google.com\": {\"id\": 59532139921, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"shellexperiencehost\": {\"id\": 59532953763, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"systemsettings\": {\"id\": 59532947006, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"icicibank.com\": {\"id\": 59532142400, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"javaw\": {\"id\": 59532118250, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"dwm\": {\"id\": 59541718561, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"firefox\": {\"id\": 59532928440, \"app\": \"Firefox\", \"name\": \"Firefox\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"snippingtool\": {\"id\": 59532447731, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 59534698380, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"microsoft.com\": {\"id\": 59532964221, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"compuoffice\": {\"id\": 59540629064, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"statics.teams.cdn.office.net\": {\"id\": 59532935694, \"app\": \"statics.teams.cdn.office.net\", \"name\": \"statics.teams.cdn.office.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"msedgewebview2\": {\"id\": 59536297710, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"chrome://downloads\": {\"id\": 59532240710, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"desktime.com\": {\"id\": 59544664324, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"update.computax.in\": {\"id\": 59540649047, \"app\": \"update.computax.in\", \"name\": \"update.computax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"updater\": {\"id\": 59532921251, \"app\": \"Updater\", \"name\": \"Updater\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"compuofficeext (17)\": {\"id\": 59540649049, \"app\": \"CompuOfficeExt (17)\", \"name\": \"CompuOfficeExt (17)\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"ircon.org\": {\"id\": 59533190533, \"app\": \"ircon.org\", \"name\": \"ircon.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"sihost\": {\"id\": 59532773065, \"app\": \"Sihost\", \"name\": \"Sihost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:38'),(1583,20,'2025-07-30','06:11:06','19:08:39',6.23972,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-30\", \"isOnline\": false, \"arrived\": \"2025-07-30 06:11:06\", \"left\": \"2025-07-30 19:08:39\", \"late\": false, \"onlineTime\": 22441, \"offlineTime\": 0, \"desktimeTime\": 22441, \"atWorkTime\": 46653, \"afterWorkTime\": 0, \"beforeWorkTime\": 3171, \"productiveTime\": 22463, \"productivity\": 100, \"efficiency\": 89.14, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59557510652, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6873}, \"localhost\": {\"id\": 59560045419, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3778}, \"windows explorer\": {\"id\": 59557502032, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2727}, \"microsoft remote desktop\": {\"id\": 59559568412, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1711}, \"microsoft outlook\": {\"id\": 59560617792, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1488}, \"ms-teams\": {\"id\": 59557501310, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1021}, \"acrobat\": {\"id\": 59557518079, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 861}, \"app.cocloud.in\": {\"id\": 59559564956, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 514}, \"eportal.incometax.gov.in\": {\"id\": 59560289246, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 407}, \"einvoice1.gst.gov.in\": {\"id\": 59569738657, \"app\": \"einvoice1.gst.gov.in\", \"name\": \"einvoice1.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 344}, \"corporatebanking.hdfcbank.com\": {\"id\": 59573236521, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 309}, \"selfservice.gstsystem.in\": {\"id\": 59568417698, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"google chrome\": {\"id\": 59560124387, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 297}, \"google.com\": {\"id\": 59560124389, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 226}, \"s2b.standardchartered.com\": {\"id\": 59570230414, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 202}, \"cibnext.icicibank.com\": {\"id\": 59560134660, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 186}, \"msedge\": {\"id\": 59559561327, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"notepad\": {\"id\": 59573166565, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"systemsettings\": {\"id\": 59559706550, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"online.canarabank.in\": {\"id\": 59570093486, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"candigital\": {\"id\": 59560200235, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"microsoft powerpoint\": {\"id\": 59560465793, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"unknown app\": {\"id\": 59557501307, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"cloud9.cocloud.in\": {\"id\": 59559568411, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"return.gst.gov.in\": {\"id\": 59570024233, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"egov.canarabank.in\": {\"id\": 59570077078, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"payment.gst.gov.in\": {\"id\": 59570069602, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"services.gst.gov.in\": {\"id\": 59570017223, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"icicibank.com\": {\"id\": 59560124390, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"shellexperiencehost\": {\"id\": 59557501309, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"scgui\": {\"id\": 59557501316, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"einvoice2.gst.gov.in\": {\"id\": 59569722321, \"app\": \"einvoice2.gst.gov.in\", \"name\": \"einvoice2.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"tallysolutions.com\": {\"id\": 59564376139, \"app\": \"tallysolutions.com\", \"name\": \"tallysolutions.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"chrome://downloads\": {\"id\": 59560233559, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"tdsonlineact\": {\"id\": 59571002403, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"labourcis.nic.in\": {\"id\": 59569475066, \"app\": \"labourcis.nic.in\", \"name\": \"labourcis.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59565337514, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"hdfcbank.com\": {\"id\": 59573230528, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"microsoft word\": {\"id\": 59571727738, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"compuoffice\": {\"id\": 59560041091, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"gst.gov.in\": {\"id\": 59570017220, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 59569133206, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59560247729, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"javaw\": {\"id\": 59557501311, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"snippingtool\": {\"id\": 59573436681, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"windowsterminal\": {\"id\": 59559470048, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 18:52:39'),(1584,20,'2025-07-31','10:43:33','19:07:27',7.14556,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-07-31\", \"isOnline\": false, \"arrived\": \"2025-07-31 10:43:33\", \"left\": \"2025-07-31 19:07:27\", \"late\": true, \"onlineTime\": 25770, \"offlineTime\": 0, \"desktimeTime\": 25770, \"atWorkTime\": 30234, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25724, \"productivity\": 99.82, \"efficiency\": 102.08, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"dir.indiamart.com\": {\"id\": 59593386848, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}}, \"0\": [], \"1\": {\"microsoft remote desktop\": {\"id\": 59587238414, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5192}, \"microsoft outlook\": {\"id\": 59586513294, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3194}, \"c\": {\"id\": 59589393273, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2694}, \"microsoft excel\": {\"id\": 59586556729, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2157}, \"windows explorer\": {\"id\": 59586539398, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1938}, \"microsoft word\": {\"id\": 59594413117, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1861}, \"acrobat\": {\"id\": 59586928233, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1850}, \"ms-teams\": {\"id\": 59586509936, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1831}, \"microsoft powerpoint\": {\"id\": 59598605325, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 795}, \"return.gst.gov.in\": {\"id\": 59586735270, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 721}, \"google chrome\": {\"id\": 59586615806, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 506}, \"payment.gst.gov.in\": {\"id\": 59588167974, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 476}, \"s2b.standardchartered.com\": {\"id\": 59586523842, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 462}, \"pms.chlserv.com\": {\"id\": 59587044139, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 355}, \"google.com\": {\"id\": 59587754826, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 247}, \"file://\": {\"id\": 59589217961, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"services.gst.gov.in\": {\"id\": 59586731765, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"chatgpt.com\": {\"id\": 59594928468, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"eportal.incometax.gov.in\": {\"id\": 59588420163, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 137}, \"candigital\": {\"id\": 59586668039, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"netbanking.hdfcbank.com\": {\"id\": 59586615807, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"unknown app\": {\"id\": 59587033058, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"cibnext.icicibank.com\": {\"id\": 59586495972, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"v.hdfcbank.com\": {\"id\": 59586657575, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"msedge\": {\"id\": 59586516645, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"chrome://downloads\": {\"id\": 59586657579, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"app.cocloud.in\": {\"id\": 59587234170, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"login.microsoftonline.com\": {\"id\": 59587036803, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"pickerhost\": {\"id\": 59593779466, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"support.cocloud.in\": {\"id\": 59593761128, \"app\": \"support.cocloud.in\", \"name\": \"support.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"scgui\": {\"id\": 59586503139, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"javaw\": {\"id\": 59586506385, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"cloud9.cocloud.in\": {\"id\": 59587238410, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"justdial.com\": {\"id\": 59593369995, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"gstr2b.gst.gov.in\": {\"id\": 59592734232, \"app\": \"gstr2b.gst.gov.in\", \"name\": \"gstr2b.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"snippingtool\": {\"id\": 59586549756, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"selfservice.gstsystem.in\": {\"id\": 59586728221, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"searchhost\": {\"id\": 59594407468, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59589217957, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 59598272888, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 59586731764, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 18:52:41'),(1586,12,'2025-08-01','09:07:05','18:51:43',5.60222,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-01\", \"isOnline\": false, \"arrived\": \"2025-08-01 09:07:05\", \"left\": \"2025-08-01 18:51:43\", \"late\": true, \"onlineTime\": 20168, \"offlineTime\": 0, \"desktimeTime\": 20168, \"atWorkTime\": 35078, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 20168, \"productivity\": 100, \"efficiency\": 80.03, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59612127977, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9535}, \"ms-teams\": {\"id\": 59612127980, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4063}, \"lms.chlserv.com\": {\"id\": 59612192411, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1817}, \"linkedin.com\": {\"id\": 59612149669, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1580}, \"microsoft excel\": {\"id\": 59620597592, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1023}, \"desktime.com\": {\"id\": 59616543309, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 401}, \"chatgpt.com\": {\"id\": 59612130624, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 294}, \"microsoft word\": {\"id\": 59622293367, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 292}, \"daimler.sharefile.eu\": {\"id\": 59616447249, \"app\": \"daimler.sharefile.eu\", \"name\": \"daimler.sharefile.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 273}, \"lockapp\": {\"id\": 59612539227, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 250}, \"windows explorer\": {\"id\": 59612470803, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"google chrome\": {\"id\": 59612179641, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 107}, \"hrez.crystalhues.in\": {\"id\": 59616952690, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 97}, \"shellhost\": {\"id\": 59612127982, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"authenticator.pingone.eu\": {\"id\": 59616433744, \"app\": \"authenticator.pingone.eu\", \"name\": \"authenticator.pingone.eu\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"c\": {\"id\": 59616094966, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"daytranslations.com\": {\"id\": 59612177078, \"app\": \"daytranslations.com\", \"name\": \"daytranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"microsoft.notes\": {\"id\": 59617658721, \"app\": \"Microsoft.Notes\", \"name\": \"Microsoft.Notes\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"ionenviromgt.net\": {\"id\": 59622554765, \"app\": \"ionenviromgt.net\", \"name\": \"ionenviromgt.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"login.mercedes-benz.com\": {\"id\": 59616424068, \"app\": \"login.mercedes-benz.com\", \"name\": \"login.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"google.com\": {\"id\": 59612175636, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"niit.sharepoint.com\": {\"id\": 59623993812, \"app\": \"niit.sharepoint.com\", \"name\": \"niit.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"auth.sharefile.io\": {\"id\": 59616414293, \"app\": \"auth.sharefile.io\", \"name\": \"auth.sharefile.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"photos\": {\"id\": 59616085356, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"unknown app\": {\"id\": 59616464116, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"snippingtool\": {\"id\": 59616459730, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"dw-lfe-sf.daimler.com\": {\"id\": 59616419641, \"app\": \"dw-lfe-sf.daimler.com\", \"name\": \"dw-lfe-sf.daimler.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 59616494926, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"dwm\": {\"id\": 59621004303, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"sso.mercedes-benz.com\": {\"id\": 59616428782, \"app\": \"sso.mercedes-benz.com\", \"name\": \"sso.mercedes-benz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59616094968, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:03:51'),(1587,13,'2025-08-01','10:09:41','19:00:32',7.32333,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-01\", \"isOnline\": true, \"arrived\": \"2025-08-01 10:09:41\", \"left\": \"2025-08-01 19:00:32\", \"late\": false, \"onlineTime\": 26364, \"offlineTime\": 0, \"desktimeTime\": 26364, \"atWorkTime\": 31851, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26364, \"productivity\": 100, \"efficiency\": 104.62, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59612687187, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12996}, \"ms-teams\": {\"id\": 59612684799, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4640}, \"lms.chlserv.com\": {\"id\": 59612717670, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3927}, \"linkedin.com\": {\"id\": 59612727211, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2830}, \"c\": {\"id\": 59612894607, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 660}, \"google.com\": {\"id\": 59615243210, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 519}, \"unknown app\": {\"id\": 59612732074, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 239}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59623948482, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"chatgpt.com\": {\"id\": 59615408629, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"google chrome\": {\"id\": 59612717667, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"microsoft excel\": {\"id\": 59614436994, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"windows explorer\": {\"id\": 59612762815, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"shellexperiencehost\": {\"id\": 59612682518, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"searchapp\": {\"id\": 59614433124, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"snippingtool\": {\"id\": 59623934355, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"desktime.com\": {\"id\": 59617970437, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"grammarly.com\": {\"id\": 59621167829, \"app\": \"grammarly.com\", \"name\": \"grammarly.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"m365.cloud.microsoft\": {\"id\": 59615778425, \"app\": \"m365.cloud.microsoft\", \"name\": \"m365.cloud.microsoft\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"msedge\": {\"id\": 59612687186, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"openwith\": {\"id\": 59615276634, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"microsoft word\": {\"id\": 59623915324, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59617970434, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedgewebview2\": {\"id\": 59624653325, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:04:36'),(1588,15,'2025-08-01','09:18:15','18:24:17',7.51583,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-01\", \"isOnline\": false, \"arrived\": \"2025-08-01 09:18:15\", \"left\": \"2025-08-01 18:24:17\", \"late\": true, \"onlineTime\": 27076, \"offlineTime\": 0, \"desktimeTime\": 27076, \"atWorkTime\": 32762, \"afterWorkTime\": 25, \"beforeWorkTime\": 0, \"productiveTime\": 27057, \"productivity\": 99.9, \"efficiency\": 107.37, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"canva.com\": {\"id\": 59621911322, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}}, \"1\": {\"microsoft powerpoint\": {\"id\": 59612656152, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7207}, \"analytics.google.com\": {\"id\": 59612225904, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4925}, \"google chrome\": {\"id\": 59612290984, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3002}, \"ads.google.com\": {\"id\": 59612199395, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2907}, \"google.com\": {\"id\": 59612309351, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1851}, \"snippingtool\": {\"id\": 59615226241, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 855}, \"m.fairgaze.com\": {\"id\": 59614882835, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 799}, \"search.google.com\": {\"id\": 59612288856, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 775}, \"indiaasisee.fairgaze.com\": {\"id\": 59612276923, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"docs.google.com\": {\"id\": 59612197951, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 446}, \"microsoft paint\": {\"id\": 59621477562, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 439}, \"chatgpt.com\": {\"id\": 59612711522, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 415}, \"ms-teams\": {\"id\": 59612227397, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 413}, \"notepad\": {\"id\": 59614905306, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 384}, \"ionexchangeglobal.com\": {\"id\": 59622537086, \"app\": \"ionexchangeglobal.com\", \"name\": \"ionexchangeglobal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 339}, \"windows explorer\": {\"id\": 59612290985, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 270}, \"fairgaze.com\": {\"id\": 59612386618, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 266}, \"hrez.crystalhues.in\": {\"id\": 59614564650, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"free-article-spinner.com\": {\"id\": 59615020253, \"app\": \"free-article-spinner.com\", \"name\": \"free-article-spinner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 150}, \"searchhost\": {\"id\": 59615220567, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 134}, \"app.webpushr.com\": {\"id\": 59612381073, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 124}, \"gemini.google.com\": {\"id\": 59612312657, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 117}, \"msedgewebview2\": {\"id\": 59612656151, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"prepostseo.com\": {\"id\": 59612312658, \"app\": \"prepostseo.com\", \"name\": \"prepostseo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"testbook.com\": {\"id\": 59620012036, \"app\": \"testbook.com\", \"name\": \"testbook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"unknown app\": {\"id\": 59612673965, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"calculatorapp\": {\"id\": 59617394688, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"lockapp\": {\"id\": 59615908368, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"translate.google.co.in\": {\"id\": 59621281997, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"onlinent\": {\"id\": 59612202371, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"shellexperiencehost\": {\"id\": 59612727138, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"login.microsoftonline.com\": {\"id\": 59614559058, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"microsoft outlook\": {\"id\": 59612290986, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"pickerhost\": {\"id\": 59615230572, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"developers.google.com\": {\"id\": 59623106194, \"app\": \"developers.google.com\", \"name\": \"developers.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"business.google.com\": {\"id\": 59618675473, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"linkedin.com\": {\"id\": 59612346864, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://new-tab-page\": {\"id\": 59614571050, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": 59623471828, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"simplilearn.com\": {\"id\": 59615473575, \"app\": \"simplilearn.com\", \"name\": \"simplilearn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mun.fairgaze.com\": {\"id\": 59612704219, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"nagalandlotterysambad.com\": {\"id\": 59612422177, \"app\": \"nagalandlotterysambad.com\", \"name\": \"nagalandlotterysambad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"youtube.com\": {\"id\": 59612447271, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 19:05:01'),(1589,16,'2025-08-01','10:00:32','19:33:49',7.45806,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-01\", \"isOnline\": true, \"arrived\": \"2025-08-01 10:00:32\", \"left\": \"2025-08-01 19:33:49\", \"late\": true, \"onlineTime\": 28288, \"offlineTime\": 0, \"desktimeTime\": 28288, \"atWorkTime\": 34397, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26849, \"productivity\": 94.89, \"efficiency\": 106.54, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59617342802, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1208}, \"accounts.google.com\": {\"id\": 59618977402, \"app\": \"accounts.google.com\", \"name\": \"accounts.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"msn.com\": {\"id\": 59617636672, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"shabdkosh.com\": {\"id\": 59620083330, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 40}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59612589504, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5420}, \"sdltradosstudio\": {\"id\": 59613343238, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4742}, \"microsoft word\": {\"id\": 59613310502, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4643}, \"microsoft outlook\": {\"id\": 59612610225, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3831}, \"windows explorer\": {\"id\": 59612599520, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2551}, \"acrobat\": {\"id\": 59613374486, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1358}, \"docs.google.com\": {\"id\": 59614622827, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 627}, \"google.com\": {\"id\": 59612615116, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"microsoft excel\": {\"id\": 59613327411, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 359}, \"google chrome\": {\"id\": 59612599524, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 343}, \"pms.chlserv.com\": {\"id\": 59612606203, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 299}, \"hrez.crystalhues.in\": {\"id\": 59623124602, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 290}, \"eu.cloud.trados.com\": {\"id\": 59613415545, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 285}, \"desktime.com\": {\"id\": 59614149772, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 209}, \"translate.google.co.in\": {\"id\": 59612610222, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 194}, \"unknown app\": {\"id\": 59612589514, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 185}, \"drive.google.com\": {\"id\": 59619259910, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 165}, \"192.168.0.251\": {\"id\": 59613657449, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"login.microsoftonline.com\": {\"id\": 59612601567, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 101}, \"xbench\": {\"id\": 59617572136, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 91}, \"scgui\": {\"id\": 59613299266, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"snippingtool\": {\"id\": 59619020456, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"onedrive\": {\"id\": 59612589502, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"192.168.0.250\": {\"id\": 59613367921, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"shellexperiencehost\": {\"id\": 59612589513, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"powertoys.powerocr\": {\"id\": 59624587591, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"credentialuibroker\": {\"id\": 59612589510, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"systemsettings\": {\"id\": 59612589511, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedge\": {\"id\": 59613626809, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"shellhost\": {\"id\": 59612589508, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"searchhost\": {\"id\": 59617636666, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"onlinent\": {\"id\": 59617640967, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 59620145886, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"sdl-prod.eu.auth0.com\": {\"id\": 59613415542, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"support.google.com\": {\"id\": 59612617937, \"app\": \"support.google.com\", \"name\": \"support.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"settings\": {\"id\": 59612589509, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59619271805, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome://signin-dice-web-intercept.top-chrome\": {\"id\": 59619187493, \"app\": \"chrome://signin-dice-web-intercept.top-chrome\", \"name\": \"chrome://signin-dice-web-intercept.top-chrome\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"play.google.com\": {\"id\": 59612624841, \"app\": \"play.google.com\", \"name\": \"play.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mc-webview-cnt\": {\"id\": 59614502441, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:05:58'),(1590,18,'2025-08-01','09:47:32','18:28:37',7.41528,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-01\", \"isOnline\": false, \"arrived\": \"2025-08-01 09:47:32\", \"left\": \"2025-08-01 18:28:37\", \"late\": true, \"onlineTime\": 26856, \"offlineTime\": 0, \"desktimeTime\": 26856, \"atWorkTime\": 31265, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26695, \"productivity\": 99.4, \"efficiency\": 105.93, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59612706011, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}}, \"0\": [], \"1\": {\"ads.google.com\": {\"id\": 59612835278, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4052}, \"microsoft powerpoint\": {\"id\": 59613132454, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2492}, \"microsoft excel\": {\"id\": 59613219710, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2156}, \"linkedin.com\": {\"id\": 59612585537, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2156}, \"microsoft outlook\": {\"id\": 59612501022, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1880}, \"app.moz.com\": {\"id\": 59612764606, \"app\": \"app.moz.com\", \"name\": \"app.moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1172}, \"chatgpt.com\": {\"id\": 59612672909, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1171}, \"notepad\": {\"id\": 59613135613, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1054}, \"mayraenterprise.com\": {\"id\": 59622615303, \"app\": \"mayraenterprise.com\", \"name\": \"mayraenterprise.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 904}, \"ms-teams\": {\"id\": 59612475373, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 879}, \"windows explorer\": {\"id\": 59612445112, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 714}, \"lms.chlserv.com\": {\"id\": 59613111283, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 691}, \"sheetwa.com\": {\"id\": 59622100142, \"app\": \"sheetwa.com\", \"name\": \"sheetwa.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 663}, \"hrez.crystalhues.in\": {\"id\": 59620151422, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 659}, \"web.whatsapp.com\": {\"id\": 59612537277, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 543}, \"adsmanager.facebook.com\": {\"id\": 59612703708, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 442}, \"google.com\": {\"id\": 59612688736, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 426}, \"shellexperiencehost\": {\"id\": 59613888720, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 424}, \"crystalhues.com\": {\"id\": 59612764603, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 423}, \"meet.google.com\": {\"id\": 59618253046, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 391}, \"desktime.com\": {\"id\": 59613105708, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 339}, \"bhashsms.com\": {\"id\": 59622477233, \"app\": \"bhashsms.com\", \"name\": \"bhashsms.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 300}, \"moz.com\": {\"id\": 59612679572, \"app\": \"moz.com\", \"name\": \"moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 259}, \"mysmsmantra.com\": {\"id\": 59622392089, \"app\": \"mysmsmantra.com\", \"name\": \"mysmsmantra.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"indiaasisee.fairgaze.com\": {\"id\": 59621015066, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 203}, \"acrobat\": {\"id\": 59621863886, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 167}, \"sejda.com\": {\"id\": null, \"app\": \"sejda.com\", \"name\": \"sejda.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 166}, \"google chrome\": {\"id\": 59612561483, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"wati.io\": {\"id\": 59621971024, \"app\": \"wati.io\", \"name\": \"wati.io\", \"type\": \"web\", \"category_id\": 0, \"duration\": 141}, \"search.google.com\": {\"id\": 59612537278, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"analytics.moz.com\": {\"id\": 59612809911, \"app\": \"analytics.moz.com\", \"name\": \"analytics.moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 121}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59623290655, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 115}, \"onlinent\": {\"id\": 59612730186, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"app.toolzbuy.com\": {\"id\": 59621803902, \"app\": \"app.toolzbuy.com\", \"name\": \"app.toolzbuy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"interakt.shop\": {\"id\": 59623274501, \"app\": \"interakt.shop\", \"name\": \"interakt.shop\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"ecomconversion.com\": {\"id\": 59614782145, \"app\": \"ecomconversion.com\", \"name\": \"ecomconversion.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"notepad++\": {\"id\": 59621251856, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"milestoneloc.com\": {\"id\": 59612970325, \"app\": \"milestoneloc.com\", \"name\": \"milestoneloc.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"semrush.com\": {\"id\": 59612677477, \"app\": \"semrush.com\", \"name\": \"semrush.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 66}, \"npdigital.com\": {\"id\": 59617600341, \"app\": \"npdigital.com\", \"name\": \"npdigital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"question2answer.org\": {\"id\": 59612801961, \"app\": \"question2answer.org\", \"name\": \"question2answer.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"snippingtool\": {\"id\": 59617790138, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"c\": {\"id\": 59618153230, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"unknown app\": {\"id\": 59612447171, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"shellhost\": {\"id\": 59612575116, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"indiaisus.com\": {\"id\": 59621006874, \"app\": \"indiaisus.com\", \"name\": \"indiaisus.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"about:blank\": {\"id\": 59612749796, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"clevertap.com\": {\"id\": 59621958855, \"app\": \"clevertap.com\", \"name\": \"clevertap.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"app.neilpatel.com\": {\"id\": 59621797956, \"app\": \"app.neilpatel.com\", \"name\": \"app.neilpatel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"msedge\": {\"id\": 59618362161, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"analytics.google.com\": {\"id\": null, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"openwith\": {\"id\": 59621246760, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"docs.google.com\": {\"id\": 59614105363, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"dashboard.tawk.to\": {\"id\": 59623760315, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"youtube.com\": {\"id\": 59618366912, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"business.facebook.com\": {\"id\": 59621945177, \"app\": \"business.facebook.com\", \"name\": \"business.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"pocketfm.com\": {\"id\": 59617915445, \"app\": \"pocketfm.com\", \"name\": \"pocketfm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 59613316047, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\": {\"id\": 59622940225, \"app\": \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\", \"name\": \"chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"upl-ltd.com\": {\"id\": 59617850224, \"app\": \"upl-ltd.com\", \"name\": \"upl-ltd.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"login.microsoftonline.com\": {\"id\": 59620151420, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"facebook.com\": {\"id\": 59612672908, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\": {\"id\": 59612539446, \"app\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"name\": \"chrome-extension://pnibalaoocjcamjafblokanhhdgalhdm\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"msgreach.in\": {\"id\": 59621965858, \"app\": \"msgreach.in\", \"name\": \"msgreach.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"infobip.com\": {\"id\": 59622002234, \"app\": \"infobip.com\", \"name\": \"infobip.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"propelld.com\": {\"id\": 59620803421, \"app\": \"propelld.com\", \"name\": \"propelld.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"oracle.com\": {\"id\": 59617865329, \"app\": \"oracle.com\", \"name\": \"oracle.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"welspun.com\": {\"id\": 59621992202, \"app\": \"welspun.com\", \"name\": \"welspun.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"file://\": {\"id\": 59621001581, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"languagenobar.com\": {\"id\": 59620864994, \"app\": \"languagenobar.com\", \"name\": \"languagenobar.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\": {\"id\": 59618768502, \"app\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"name\": \"chrome-extension://pnbocjclllbkfkkchadljokjclnpakia\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://profile-picker\": {\"id\": 59613329365, \"app\": \"chrome://profile-picker\", \"name\": \"chrome://profile-picker\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59616374037, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"mtalkz.com\": {\"id\": 59623384413, \"app\": \"mtalkz.com\", \"name\": \"mtalkz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"appraisal.chlserv.com\": {\"id\": 59620426821, \"app\": \"appraisal.chlserv.com\", \"name\": \"appraisal.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mun.fairgaze.com\": {\"id\": 59612585535, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:06:20'),(1591,19,'2025-08-01','09:03:46','22:47:08',9.36333,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-01\", \"isOnline\": false, \"arrived\": \"2025-08-01 09:03:46\", \"left\": \"2025-08-01 22:47:08\", \"late\": true, \"onlineTime\": 33746, \"offlineTime\": 0, \"desktimeTime\": 33746, \"atWorkTime\": 49402, \"afterWorkTime\": 7035, \"beforeWorkTime\": 0, \"productiveTime\": 33708, \"productivity\": 99.89, \"efficiency\": 124.84, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"amazon.com\": {\"id\": 59614593250, \"app\": \"amazon.com\", \"name\": \"amazon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}}, \"0\": {\"facebook.com\": {\"id\": 59617602529, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}}, \"1\": {\"coreldrw\": {\"id\": 59612111787, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17327}, \"outlook.office.com\": {\"id\": 59612113030, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2458}, \"freepik.com\": {\"id\": 59612748427, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2137}, \"openoffice\": {\"id\": 59612636852, \"app\": \"OpenOffice\", \"name\": \"OpenOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1738}, \"photoshop\": {\"id\": 59617689884, \"app\": \"Photoshop\", \"name\": \"Photoshop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1519}, \"windows explorer\": {\"id\": 59612103557, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1366}, \"acrobat\": {\"id\": 59621087095, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1035}, \"ms-teams\": {\"id\": 59619810582, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 980}, \"google.com\": {\"id\": 59612748428, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 927}, \"photosapp\": {\"id\": 59613552641, \"app\": \"PhotosApp\", \"name\": \"PhotosApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 587}, \"google chrome\": {\"id\": 59612113029, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 510}, \"desktime.com\": {\"id\": 59612750977, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 452}, \"hrez.crystalhues.in\": {\"id\": 59613068830, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"stock.adobe.com\": {\"id\": 59614617466, \"app\": \"stock.adobe.com\", \"name\": \"stock.adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 256}, \"dwm\": {\"id\": 59614169511, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"file://\": {\"id\": 59614463774, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 223}, \"unknown app\": {\"id\": 59612745945, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"calculatorapp\": {\"id\": 59626177143, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 149}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59615638307, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"linkedin.com\": {\"id\": 59626751266, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}, \"vecteezy.com\": {\"id\": 59614689457, \"app\": \"vecteezy.com\", \"name\": \"vecteezy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"stockcake.com\": {\"id\": 59614785746, \"app\": \"stockcake.com\", \"name\": \"stockcake.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"snippingtool\": {\"id\": 59613194919, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"shellexperiencehost\": {\"id\": 59613054229, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"devnetjobsindia.org\": {\"id\": 59612623021, \"app\": \"devnetjobsindia.org\", \"name\": \"devnetjobsindia.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"img.freepik.com\": {\"id\": 59625130359, \"app\": \"img.freepik.com\", \"name\": \"img.freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"illustrator\": {\"id\": 59616713778, \"app\": \"Illustrator\", \"name\": \"Illustrator\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"shutterstock.com\": {\"id\": 59614528178, \"app\": \"shutterstock.com\", \"name\": \"shutterstock.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"passengervehicleexpo.com\": {\"id\": 59626906122, \"app\": \"passengervehicleexpo.com\", \"name\": \"passengervehicleexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"m.media-amazon.com\": {\"id\": 59614593251, \"app\": \"m.media-amazon.com\", \"name\": \"m.media-amazon.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"gemini.google.com\": {\"id\": 59618205547, \"app\": \"gemini.google.com\", \"name\": \"gemini.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"ai.nero.com\": {\"id\": 59618081970, \"app\": \"ai.nero.com\", \"name\": \"ai.nero.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"transacnr.com\": {\"id\": 59626708272, \"app\": \"transacnr.com\", \"name\": \"transacnr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"gettyimages.in\": {\"id\": 59614494773, \"app\": \"gettyimages.in\", \"name\": \"gettyimages.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"instagram.com\": {\"id\": 59626779254, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"pixels.com\": {\"id\": 59614482219, \"app\": \"pixels.com\", \"name\": \"pixels.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 32}, \"login.microsoftonline.com\": {\"id\": 59613065829, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"grammangal.org\": {\"id\": 59617496799, \"app\": \"grammangal.org\", \"name\": \"grammangal.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"youtube.com\": {\"id\": 59626846182, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"lens-overlay\": {\"id\": 59614478044, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"translate.google.co.in\": {\"id\": 59623178325, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"adobe.com\": {\"id\": 59618175679, \"app\": \"adobe.com\", \"name\": \"adobe.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"searchapp\": {\"id\": 59617640537, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"notepad\": {\"id\": 59613191742, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"dreamstime.com\": {\"id\": 59614665703, \"app\": \"dreamstime.com\", \"name\": \"dreamstime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"in.linkedin.com\": {\"id\": 59626747247, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msedgewebview2\": {\"id\": 59622545960, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 59621587887, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:06:45'),(1602,8,'2025-08-18',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:18'),(1603,8,'2025-08-19',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:19'),(1604,8,'2025-08-20',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:19'),(1605,8,'2025-08-21',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:20'),(1606,8,'2025-08-22',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:20'),(1607,8,'2025-08-23',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:21'),(1608,8,'2025-08-25',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:21'),(1609,8,'2025-08-26',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:21'),(1610,8,'2025-08-27',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:22'),(1611,8,'2025-08-28',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:22'),(1612,8,'2025-08-29',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:22'),(1613,12,'2025-08-02','09:09:29','17:52:32',7.3325,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-02\", \"isOnline\": false, \"arrived\": \"2025-08-02 09:09:29\", \"left\": \"2025-08-02 17:52:32\", \"late\": true, \"onlineTime\": 26397, \"offlineTime\": 0, \"desktimeTime\": 26397, \"atWorkTime\": 31383, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26397, \"productivity\": 100, \"efficiency\": 104.75, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59635140849, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10525}, \"microsoft outlook\": {\"id\": 59634917940, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8569}, \"microsoft excel\": {\"id\": 59635345188, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1559}, \"lms.chlserv.com\": {\"id\": 59635151212, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1487}, \"c\": {\"id\": 59635389583, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 942}, \"linkedin.com\": {\"id\": 59635327241, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 733}, \"lockapp\": {\"id\": 59634949646, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 581}, \"google chrome\": {\"id\": 59635199314, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 548}, \"windows explorer\": {\"id\": 59635141682, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 427}, \"docs.google.com\": {\"id\": 59636243981, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 274}, \"desktime.com\": {\"id\": 59634917297, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"chatgpt.com\": {\"id\": 59636655840, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59635574281, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 98}, \"snippingtool\": {\"id\": 59635681032, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 59635073936, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"windowscamera\": {\"id\": 59636282291, \"app\": \"WindowsCamera\", \"name\": \"WindowsCamera\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"searchhost\": {\"id\": 59636281271, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"msedgewebview2\": {\"id\": 59635383810, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"shellexperiencehost\": {\"id\": 59635690471, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellhost\": {\"id\": 59636209644, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"widgets\": {\"id\": 59636719570, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}}}, \"projects\": []}','2025-07-31 19:10:23'),(1614,12,'2025-08-04',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:24'),(1615,12,'2025-08-05',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:25'),(1616,12,'2025-08-06',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:25'),(1617,12,'2025-08-07',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:25'),(1618,12,'2025-08-08',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:27'),(1619,12,'2025-08-11',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:28'),(1620,12,'2025-08-12',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:28'),(1621,12,'2025-08-13',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:29'),(1622,12,'2025-08-14',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:29'),(1623,12,'2025-08-18',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:30'),(1624,12,'2025-08-19',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:31'),(1625,12,'2025-08-20',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:31'),(1626,12,'2025-08-21',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:31'),(1627,12,'2025-08-22',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:32'),(1628,12,'2025-08-23',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:33'),(1629,12,'2025-08-25',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:33'),(1630,12,'2025-08-26',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:34'),(1631,12,'2025-08-27',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:35'),(1632,12,'2025-08-28',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:35'),(1633,12,'2025-08-29',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:36'),(1634,13,'2025-08-02','09:59:47','18:10:05',7.08111,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-02\", \"isOnline\": true, \"arrived\": \"2025-08-02 09:59:47\", \"left\": \"2025-08-02 18:10:05\", \"late\": false, \"onlineTime\": 25491, \"offlineTime\": 0, \"desktimeTime\": 25491, \"atWorkTime\": 29418, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25492, \"productivity\": 100, \"efficiency\": 101.16, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"linkedin.com\": {\"id\": 59635120042, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9934}, \"ms-teams\": {\"id\": 59635114644, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6156}, \"microsoft outlook\": {\"id\": 59635114646, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5563}, \"lms.chlserv.com\": {\"id\": 59635120041, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1443}, \"microsoft excel\": {\"id\": 59636047482, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 587}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59635421472, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 507}, \"windows explorer\": {\"id\": 59635116883, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 415}, \"desktime.com\": {\"id\": 59635813464, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 251}, \"c\": {\"id\": 59636282469, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 247}, \"shellexperiencehost\": {\"id\": 59635309761, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"google.com\": {\"id\": 59636835918, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"snippingtool\": {\"id\": 59635423923, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"unknown app\": {\"id\": 59635114645, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"photos\": {\"id\": 59635417990, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"lockapp\": {\"id\": 59635370619, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"chatgpt.com\": {\"id\": 59636678468, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59636322067, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 59635146133, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google chrome\": {\"id\": 59635119157, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}}}, \"projects\": []}','2025-07-31 19:10:38'),(1635,13,'2025-08-04','10:04:50','19:06:45',7.99306,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-04\", \"isOnline\": true, \"arrived\": \"2025-08-04 10:04:50\", \"left\": \"2025-08-04 19:06:45\", \"late\": false, \"onlineTime\": 28775, \"offlineTime\": 0, \"desktimeTime\": 28775, \"atWorkTime\": 32515, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28775, \"productivity\": 100, \"efficiency\": 114.19, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59642053032, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13045}, \"ms-teams\": {\"id\": 59642050959, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6251}, \"linkedin.com\": {\"id\": 59642203415, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4053}, \"lms.chlserv.com\": {\"id\": 59642200826, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2897}, \"windows explorer\": {\"id\": 59642050960, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 628}, \"c\": {\"id\": 59642593038, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 503}, \"chatgpt.com\": {\"id\": 59651506492, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 392}, \"microsoft excel\": {\"id\": 59652799920, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 236}, \"shellexperiencehost\": {\"id\": 59642050961, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 236}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59646945119, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"google.com\": {\"id\": 59645313754, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 100}, \"google chrome\": {\"id\": 59642200825, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"unknown app\": {\"id\": 59642200824, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"microsoft word\": {\"id\": 59643453281, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"desktime.com\": {\"id\": 59648252341, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"lockapp\": {\"id\": 59642050957, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"msedge\": {\"id\": 59642586918, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"about:blank\": {\"id\": 59648247727, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchapp\": {\"id\": 59652794287, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:10:38'),(1636,13,'2025-08-05','10:30:44','19:19:26',7.00417,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-05\", \"isOnline\": true, \"arrived\": \"2025-08-05 10:30:44\", \"left\": \"2025-08-05 19:19:26\", \"late\": false, \"onlineTime\": 25215, \"offlineTime\": 0, \"desktimeTime\": 25215, \"atWorkTime\": 31722, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25215, \"productivity\": 100, \"efficiency\": 100.06, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59668585101, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10256}, \"ms-teams\": {\"id\": 59668585100, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8298}, \"linkedin.com\": {\"id\": 59668626016, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3208}, \"lms.chlserv.com\": {\"id\": 59668626017, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1616}, \"c\": {\"id\": 59668590679, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 661}, \"microsoft excel\": {\"id\": 59670069574, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 495}, \"windows explorer\": {\"id\": 59668723591, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 366}, \"desktime.com\": {\"id\": 59672951411, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 119}, \"microsoft word\": {\"id\": 59681892023, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"unknown app\": {\"id\": 59668623160, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"google chrome\": {\"id\": 59668626015, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"msedge\": {\"id\": 59672951413, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59673941893, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 59668585099, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"lens.google.com\": {\"id\": 59676356283, \"app\": \"lens.google.com\", \"name\": \"lens.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59672951406, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59669303141, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:10:40'),(1637,13,'2025-08-06','09:58:33','19:00:07',7.40778,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-06\", \"isOnline\": true, \"arrived\": \"2025-08-06 09:58:33\", \"left\": \"2025-08-06 19:00:07\", \"late\": false, \"onlineTime\": 26667, \"offlineTime\": 0, \"desktimeTime\": 26667, \"atWorkTime\": 32494, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26668, \"productivity\": 100, \"efficiency\": 105.83, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59694216360, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10367}, \"linkedin.com\": {\"id\": 59694221844, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7076}, \"ms-teams\": {\"id\": 59694211778, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4867}, \"lms.chlserv.com\": {\"id\": 59694599191, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1513}, \"c\": {\"id\": 59694906537, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 795}, \"windows explorer\": {\"id\": 59694214212, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 561}, \"microsoft excel\": {\"id\": 59701107030, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 368}, \"unknown app\": {\"id\": 59694216358, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 325}, \"lockapp\": {\"id\": 59694203683, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 211}, \"shellexperiencehost\": {\"id\": 59694216356, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"chatgpt.com\": {\"id\": 59700676999, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"in.emsigner.com\": {\"id\": 59695696616, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"desktime.com\": {\"id\": 59696375891, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"google.com\": {\"id\": 59700671457, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"crystalhues.com\": {\"id\": 59703256691, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"google chrome\": {\"id\": 59694221843, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"msedge\": {\"id\": 59694219244, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"drive.google.com\": {\"id\": 59704611800, \"app\": \"drive.google.com\", \"name\": \"drive.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"photos\": {\"id\": 59697070481, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59702365486, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"searchapp\": {\"id\": 59701101269, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"permission-request-dialog\": {\"id\": 59695696615, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:10:41'),(1638,13,'2025-08-07','10:12:37','18:58:01',7.0475,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-07\", \"isOnline\": true, \"arrived\": \"2025-08-07 10:12:37\", \"left\": \"2025-08-07 18:58:01\", \"late\": false, \"onlineTime\": 25371, \"offlineTime\": 0, \"desktimeTime\": 25371, \"atWorkTime\": 31524, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25371, \"productivity\": 100, \"efficiency\": 100.68, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59720188942, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13758}, \"ms-teams\": {\"id\": 59720184468, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3929}, \"linkedin.com\": {\"id\": 59720286487, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3773}, \"chatgpt.com\": {\"id\": 59727934054, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1506}, \"c\": {\"id\": 59721979269, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1368}, \"lms.chlserv.com\": {\"id\": 59720286490, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 532}, \"windows explorer\": {\"id\": 59720415957, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 106}, \"shellexperiencehost\": {\"id\": 59722462021, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"microsoft word\": {\"id\": 59725262645, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"google chrome\": {\"id\": 59722901753, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"desktime.com\": {\"id\": 59723326910, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"msedgewebview2\": {\"id\": 59724973369, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"unknown app\": {\"id\": 59720286484, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"google.com\": {\"id\": 59722907178, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"auth.openai.com\": {\"id\": 59727944638, \"app\": \"auth.openai.com\", \"name\": \"auth.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"msedge\": {\"id\": 59721381196, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"openwith\": {\"id\": 59729123840, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59724530672, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:10:41'),(1639,13,'2025-08-08','09:56:36','19:08:54',7.01639,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-08\", \"isOnline\": true, \"arrived\": \"2025-08-08 09:56:36\", \"left\": \"2025-08-08 19:08:54\", \"late\": false, \"onlineTime\": 25338, \"offlineTime\": 0, \"desktimeTime\": 25338, \"atWorkTime\": 33138, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25259, \"productivity\": 99.69, \"efficiency\": 100.23, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"microsoft.media.player\": {\"id\": 59753152568, \"app\": \"Microsoft.Media.Player\", \"name\": \"Microsoft.Media.Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"media player\": {\"id\": 59752178753, \"app\": \"Media Player\", \"name\": \"Media Player\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}}, \"1\": {\"microsoft outlook\": {\"id\": 59744469788, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11108}, \"ms-teams\": {\"id\": 59744469786, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5280}, \"linkedin.com\": {\"id\": 59744471651, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4210}, \"lms.chlserv.com\": {\"id\": 59744471650, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1965}, \"microsoft excel\": {\"id\": 59747527244, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 728}, \"c\": {\"id\": 59744595294, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 631}, \"microsoft word\": {\"id\": 59753502042, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 539}, \"chatgpt.com\": {\"id\": 59755496626, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"google.com\": {\"id\": 59745675819, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 164}, \"desktime.com\": {\"id\": 59744586962, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"google chrome\": {\"id\": 59744471649, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"unknown app\": {\"id\": 59744467924, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 60}, \"photos\": {\"id\": 59747807160, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"windows explorer\": {\"id\": 59745202576, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"microsoft powerpoint\": {\"id\": 59753584961, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"lockapp\": {\"id\": 59744465511, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"openai.com\": {\"id\": 59755487571, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"shellexperiencehost\": {\"id\": 59744597390, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"msedgewebview2\": {\"id\": 59747776081, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedge\": {\"id\": 59744584875, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"about:blank\": {\"id\": 59755492076, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:10:43');
INSERT INTO `desktime_log` VALUES (1640,13,'2025-08-11','10:16:30','18:54:49',7.14694,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-11\", \"isOnline\": true, \"arrived\": \"2025-08-11 10:16:30\", \"left\": \"2025-08-11 18:54:49\", \"late\": false, \"onlineTime\": 25727, \"offlineTime\": 0, \"desktimeTime\": 25727, \"atWorkTime\": 31099, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25729, \"productivity\": 100, \"efficiency\": 102.1, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59772130580, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9598}, \"linkedin.com\": {\"id\": 59772485395, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7661}, \"ms-teams\": {\"id\": 59772128296, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5825}, \"lms.chlserv.com\": {\"id\": 59772485398, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1002}, \"c\": {\"id\": 59773030844, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 632}, \"microsoft word\": {\"id\": 59775114384, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 303}, \"windows explorer\": {\"id\": 59772128297, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"searchapp\": {\"id\": 59773861259, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 138}, \"lockapp\": {\"id\": 59773260762, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 133}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 98}, \"unknown app\": {\"id\": 59772128295, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"desktime.com\": {\"id\": 59776761986, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"google chrome\": {\"id\": 59772482417, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"shellexperiencehost\": {\"id\": 59772128298, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"msedge\": {\"id\": 59772128294, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}}}, \"projects\": []}','2025-07-31 19:10:43'),(1641,13,'2025-08-12','10:05:06','19:11:52',7.42972,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-12\", \"isOnline\": true, \"arrived\": \"2025-08-12 10:05:06\", \"left\": \"2025-08-12 19:11:52\", \"late\": false, \"onlineTime\": 26746, \"offlineTime\": 0, \"desktimeTime\": 26746, \"atWorkTime\": 32806, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 26747, \"productivity\": 100, \"efficiency\": 106.14, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59796864849, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13554}, \"ms-teams\": {\"id\": 59796862412, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7270}, \"linkedin.com\": {\"id\": 59797262581, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3219}, \"lms.chlserv.com\": {\"id\": 59796860434, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1434}, \"microsoft word\": {\"id\": 59797011678, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 576}, \"windows explorer\": {\"id\": 59799280286, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 247}, \"unknown app\": {\"id\": 59796860432, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 151}, \"c\": {\"id\": 59797924141, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"google chrome\": {\"id\": 59796860433, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"chatgpt.com\": {\"id\": 59797114041, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"ea.smartcat.com\": {\"id\": 59801093460, \"app\": \"ea.smartcat.com\", \"name\": \"ea.smartcat.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"desktime.com\": {\"id\": 59807638762, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"microsoft excel\": {\"id\": 59804084663, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 59798440390, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"msedge\": {\"id\": 59807638760, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"microsoft.com\": {\"id\": 59807638757, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59807638761, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"lockapp\": {\"id\": 59800990232, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:10:43'),(1642,13,'2025-08-13','10:11:06','10:52:59',0.488611,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-13\", \"isOnline\": true, \"arrived\": \"2025-08-13 10:11:06\", \"left\": \"2025-08-13 10:52:59\", \"late\": false, \"onlineTime\": 2245, \"offlineTime\": 0, \"desktimeTime\": 2245, \"atWorkTime\": 2513, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 1759, \"productivity\": 100, \"efficiency\": 6.98, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59822374949, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1237}, \"microsoft outlook\": {\"id\": 59822372546, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 953}, \"google chrome\": {\"id\": 59822658611, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"lms.chlserv.com\": {\"id\": 59822664646, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellexperiencehost\": {\"id\": 59822372549, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"unknown app\": {\"id\": 59822372542, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"msedge\": {\"id\": 59822372543, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"windows explorer\": {\"id\": null, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"linkedin.com\": {\"id\": 59822661595, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:10:46'),(1643,13,'2025-08-14',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:47'),(1644,13,'2025-08-18',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:48'),(1645,13,'2025-08-19',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:48'),(1646,13,'2025-08-20',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:49'),(1647,13,'2025-08-21',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:50'),(1648,13,'2025-08-22',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:50'),(1649,13,'2025-08-23',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:50'),(1650,13,'2025-08-25',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:51'),(1651,13,'2025-08-26',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:51'),(1652,13,'2025-08-27',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:51'),(1653,13,'2025-08-28',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:52'),(1654,13,'2025-08-29',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:52'),(1655,15,'2025-08-02','08:50:37','19:26:58',6.22111,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-02\", \"isOnline\": false, \"arrived\": \"2025-08-02 08:50:37\", \"left\": \"2025-08-02 19:26:58\", \"late\": true, \"onlineTime\": 22434, \"offlineTime\": 0, \"desktimeTime\": 22434, \"atWorkTime\": 38181, \"afterWorkTime\": 158, \"beforeWorkTime\": 0, \"productiveTime\": 22396, \"productivity\": 99.83, \"efficiency\": 88.87, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"mail.google.com\": {\"id\": 59636192753, \"app\": \"mail.google.com\", \"name\": \"mail.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}}, \"0\": [], \"1\": {\"google chrome\": {\"id\": 59634873756, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3627}, \"google.com\": {\"id\": 59634864847, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3448}, \"fairgaze.com\": {\"id\": 59634897540, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3000}, \"analytics.google.com\": {\"id\": 59634862690, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1981}, \"microsoft powerpoint\": {\"id\": 59634955501, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1711}, \"m.fairgaze.com\": {\"id\": 59634861524, \"app\": \"m.fairgaze.com\", \"name\": \"m.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1632}, \"chrome://settings\": {\"id\": 59635104707, \"app\": \"chrome://settings\", \"name\": \"chrome://settings\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1308}, \"ads.google.com\": {\"id\": 59634904126, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 915}, \"windows explorer\": {\"id\": 59634861526, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 811}, \"app.webpushr.com\": {\"id\": 59635110502, \"app\": \"app.webpushr.com\", \"name\": \"app.webpushr.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 458}, \"shellhost\": {\"id\": 59635616558, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 405}, \"unknown app\": {\"id\": 59635001641, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 385}, \"sdg.fairgaze.com\": {\"id\": 59634865370, \"app\": \"sdg.fairgaze.com\", \"name\": \"sdg.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 291}, \"chrome://new-tab-page\": {\"id\": 59635064126, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"notepad\": {\"id\": 59635096061, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 263}, \"one.com\": {\"id\": 59636376815, \"app\": \"one.com\", \"name\": \"one.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"search.google.com\": {\"id\": 59634861525, \"app\": \"search.google.com\", \"name\": \"search.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"mun.fairgaze.com\": {\"id\": 59634896928, \"app\": \"mun.fairgaze.com\", \"name\": \"mun.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 208}, \"amazeinstitute.co.in\": {\"id\": 59635997692, \"app\": \"amazeinstitute.co.in\", \"name\": \"amazeinstitute.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 193}, \"esolz.net\": {\"id\": 59636127136, \"app\": \"esolz.net\", \"name\": \"esolz.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"microsoft outlook\": {\"id\": 59634864375, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 153}, \"shellexperiencehost\": {\"id\": 59634865371, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 109}, \"ms-teams\": {\"id\": 59635566896, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 102}, \"hrez.crystalhues.in\": {\"id\": 59635051613, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"docs.google.com\": {\"id\": 59636194795, \"app\": \"docs.google.com\", \"name\": \"docs.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"villageinfo.org\": {\"id\": 59636043105, \"app\": \"villageinfo.org\", \"name\": \"villageinfo.org\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"desktime.com\": {\"id\": 59635971612, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"pickerhost\": {\"id\": 59636352412, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"msedgewebview2\": {\"id\": 59635745077, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 59635731791, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"crunchbase.com\": {\"id\": 59636065214, \"app\": \"crunchbase.com\", \"name\": \"crunchbase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"lockapp\": {\"id\": 59634976350, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"evernote.com\": {\"id\": 59636007442, \"app\": \"evernote.com\", \"name\": \"evernote.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"calculatorapp\": {\"id\": 59636431552, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"login.microsoftonline.com\": {\"id\": 59635050726, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chatgpt.com\": {\"id\": 59635050090, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"phpbb.com\": {\"id\": 59636066862, \"app\": \"phpbb.com\", \"name\": \"phpbb.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"indiaasisee.fairgaze.com\": {\"id\": 59634863806, \"app\": \"indiaasisee.fairgaze.com\", \"name\": \"indiaasisee.fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"seattletimes.com\": {\"id\": 59636126421, \"app\": \"seattletimes.com\", \"name\": \"seattletimes.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"wattpad.com\": {\"id\": 59636010707, \"app\": \"wattpad.com\", \"name\": \"wattpad.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"behance.net\": {\"id\": 59635999787, \"app\": \"behance.net\", \"name\": \"behance.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"discogs.com\": {\"id\": 59636063009, \"app\": \"discogs.com\", \"name\": \"discogs.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"xing.com\": {\"id\": 59636004601, \"app\": \"xing.com\", \"name\": \"xing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"searchhost\": {\"id\": 59635730856, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"business.google.com\": {\"id\": 59634918419, \"app\": \"business.google.com\", \"name\": \"business.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 59636138927, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"mixcloud.com\": {\"id\": 59636062488, \"app\": \"mixcloud.com\", \"name\": \"mixcloud.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"indiegogo.com\": {\"id\": 59636060323, \"app\": \"indiegogo.com\", \"name\": \"indiegogo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"fool.com\": {\"id\": 59636061929, \"app\": \"fool.com\", \"name\": \"fool.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"scoop.it\": {\"id\": 59636004598, \"app\": \"scoop.it\", \"name\": \"scoop.it\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"livejournal.com\": {\"id\": 59636004097, \"app\": \"livejournal.com\", \"name\": \"livejournal.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"xfinity.com\": {\"id\": 59636064175, \"app\": \"xfinity.com\", \"name\": \"xfinity.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"kinja.com\": {\"id\": 59636061374, \"app\": \"kinja.com\", \"name\": \"kinja.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"onlinent\": {\"id\": 59636065212, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"answers.com\": {\"id\": 59636010708, \"app\": \"answers.com\", \"name\": \"answers.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mu.ac.in\": {\"id\": 59635812140, \"app\": \"mu.ac.in\", \"name\": \"mu.ac.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:10:53'),(1656,15,'2025-08-04',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:54'),(1657,15,'2025-08-05',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:55'),(1658,15,'2025-08-06',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:55'),(1659,15,'2025-08-07',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:55'),(1660,15,'2025-08-08',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:57'),(1661,15,'2025-08-11',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:58'),(1662,15,'2025-08-12',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:10:59'),(1663,15,'2025-08-13',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:00'),(1664,15,'2025-08-14',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:00'),(1665,15,'2025-08-18',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:01'),(1666,15,'2025-08-19',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:01'),(1667,15,'2025-08-20',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:01'),(1668,15,'2025-08-21',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:03'),(1669,15,'2025-08-22',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:03'),(1670,15,'2025-08-23',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:04'),(1671,15,'2025-08-25',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:04'),(1672,15,'2025-08-26',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:04'),(1673,15,'2025-08-27',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:09'),(1674,15,'2025-08-28',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:09'),(1675,15,'2025-08-29',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:09'),(1676,16,'2025-08-02','10:04:40','19:38:38',7.63972,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-02\", \"isOnline\": true, \"arrived\": \"2025-08-02 10:04:40\", \"left\": \"2025-08-02 19:38:38\", \"late\": true, \"onlineTime\": 32569, \"offlineTime\": 0, \"desktimeTime\": 32569, \"atWorkTime\": 34438, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27503, \"productivity\": 84.42, \"efficiency\": 109.14, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59636396182, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5047}, \"msn.com\": {\"id\": 59636591004, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59635226377, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11102}, \"acrobat\": {\"id\": 59635227946, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3468}, \"cloud.memsource.com\": {\"id\": 59636713063, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2306}, \"ms-teams\": {\"id\": 59635139892, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2195}, \"windows explorer\": {\"id\": 59635139890, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2185}, \"microsoft outlook\": {\"id\": 59635141642, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1724}, \"sdltradosstudio\": {\"id\": 59636321054, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1478}, \"pms.chlserv.com\": {\"id\": 59635224519, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 845}, \"onlinent\": {\"id\": 59636687010, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 229}, \"microsoft excel\": {\"id\": 59636797339, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"google chrome\": {\"id\": 59635222137, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 226}, \"google.com\": {\"id\": 59636392325, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 142}, \"translate.google.co.in\": {\"id\": 59636349464, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 127}, \"unknown app\": {\"id\": 59635139898, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"microsoft paint\": {\"id\": 59635852788, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 108}, \"chrome://history\": {\"id\": 59636950303, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 103}, \"snippingtool\": {\"id\": 59635852786, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"xbench\": {\"id\": 59636795887, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"searchhost\": {\"id\": 59635851345, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"192.168.0.250\": {\"id\": 59636334297, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 79}, \"login.microsoftonline.com\": {\"id\": 59635222140, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"scgui\": {\"id\": 59636267446, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"eu.phrase.com\": {\"id\": 59636715291, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"eu.cloud.trados.com\": {\"id\": 59636991364, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"credentialuibroker\": {\"id\": 59635139895, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 51}, \"onedrive\": {\"id\": 59635139889, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"powertoys.powerocr\": {\"id\": 59635261987, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"desktime.com\": {\"id\": 59635166168, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"msedge\": {\"id\": 59636337071, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"about:blank\": {\"id\": 59636895689, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"systemsettings\": {\"id\": 59635139894, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"msedgewebview2\": {\"id\": 59636794672, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"shellexperiencehost\": {\"id\": 59635217429, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"glossaryconverter\": {\"id\": 59637012477, \"app\": \"GlossaryConverter\", \"name\": \"GlossaryConverter\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"winstore.app\": {\"id\": 59637163253, \"app\": \"WinStore.App\", \"name\": \"WinStore.App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 59636991365, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellhost\": {\"id\": 59635139893, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"permission-request-dialog\": {\"id\": 59636846920, \"app\": \"permission-request-dialog\", \"name\": \"permission-request-dialog\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"mc-webview-cnt\": {\"id\": 59635658839, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"widgets\": {\"id\": 59637112776, \"app\": \"Widgets\", \"name\": \"Widgets\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"languagecloud.sdl.com\": {\"id\": 59636991363, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:13'),(1677,16,'2025-08-04','10:02:28','19:07:02',7.9025,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-04\", \"isOnline\": true, \"arrived\": \"2025-08-04 10:02:28\", \"left\": \"2025-08-04 19:07:02\", \"late\": true, \"onlineTime\": 30553, \"offlineTime\": 0, \"desktimeTime\": 30553, \"atWorkTime\": 32674, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28449, \"productivity\": 93.11, \"efficiency\": 112.89, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59649546026, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2072}, \"shabdkosh.com\": {\"id\": 59645553100, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"msn.com\": {\"id\": 59651793627, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59642031206, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5537}, \"ms-teams\": {\"id\": 59642026700, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5180}, \"windows explorer\": {\"id\": 59642026707, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4028}, \"rxpad.pixika.ai\": {\"id\": 59646503342, \"app\": \"rxpad.pixika.ai\", \"name\": \"rxpad.pixika.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3582}, \"microsoft word\": {\"id\": 59642043087, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2834}, \"microsoft excel\": {\"id\": 59642049819, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2218}, \"sdltradosstudio\": {\"id\": 59642063611, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1215}, \"workbench.strakertranslations.com\": {\"id\": 59643649887, \"app\": \"workbench.strakertranslations.com\", \"name\": \"workbench.strakertranslations.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1069}, \"pms.chlserv.com\": {\"id\": 59643512885, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 563}, \"google chrome\": {\"id\": 59643486251, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 316}, \"translate.google.co.in\": {\"id\": 59643568854, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 292}, \"photos\": {\"id\": 59647011268, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 271}, \"msedge\": {\"id\": 59643080083, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"eu.cloud.trados.com\": {\"id\": 59645307346, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"snippingtool\": {\"id\": 59646097223, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 182}, \"192.168.0.250\": {\"id\": 59642206459, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 132}, \"xbench\": {\"id\": 59645768591, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"login.microsoftonline.com\": {\"id\": 59643496109, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 73}, \"unknown app\": {\"id\": 59642081810, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"msedgewebview2\": {\"id\": 59643758509, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"dwm\": {\"id\": 59645336263, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"google.com\": {\"id\": 59643516659, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"calculatorapp\": {\"id\": 59643083796, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"searchhost\": {\"id\": 59643080090, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"onedrive\": {\"id\": 59642026699, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"acrobat\": {\"id\": 59645386721, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"desktime.com\": {\"id\": 59649461160, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 59642026703, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 59642041021, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"systemsettings\": {\"id\": 59642026705, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"shellexperiencehost\": {\"id\": 59642026708, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"192.168.0.251\": {\"id\": 59655364132, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 59647612542, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 59642026702, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59642026701, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"sdl-prod.eu.auth0.com\": {\"id\": 59645302321, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:14'),(1678,16,'2025-08-05','09:53:52','19:20:20',8.65111,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-05\", \"isOnline\": true, \"arrived\": \"2025-08-05 09:53:52\", \"left\": \"2025-08-05 19:20:20\", \"late\": true, \"onlineTime\": 32484, \"offlineTime\": 0, \"desktimeTime\": 32484, \"atWorkTime\": 33988, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 31144, \"productivity\": 95.87, \"efficiency\": 123.59, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59675739813, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1312}, \"msn.com\": {\"id\": 59674223366, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59670815385, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7304}, \"microsoft word\": {\"id\": 59668711105, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6042}, \"sdltradosstudio\": {\"id\": 59668219639, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5472}, \"windows explorer\": {\"id\": 59668164533, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3792}, \"ms-teams\": {\"id\": 59668164531, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3459}, \"microsoft outlook\": {\"id\": 59668180426, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2210}, \"pms.chlserv.com\": {\"id\": 59668198706, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 656}, \"translate.google.co.in\": {\"id\": 59668206093, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 408}, \"google.com\": {\"id\": 59668203997, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 376}, \"acrobat\": {\"id\": 59668635117, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 268}, \"google chrome\": {\"id\": 59668194840, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 187}, \"cloud.memsource.com\": {\"id\": 59680068919, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"xbench\": {\"id\": 59670765072, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"192.168.0.251\": {\"id\": 59671177203, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"eu.cloud.trados.com\": {\"id\": 59668623883, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 104}, \"login.microsoftonline.com\": {\"id\": 59668194841, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"unknown app\": {\"id\": 59668168253, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"snippingtool\": {\"id\": 59671656880, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"hrez.crystalhues.in\": {\"id\": 59669366195, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"192.168.0.250\": {\"id\": 59668621166, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"onedrive\": {\"id\": 59668164529, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": 59671126894, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"pickerhost\": {\"id\": 59675259174, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"desktime.com\": {\"id\": 59676392054, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"msedge\": {\"id\": 59677713062, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"eu.phrase.com\": {\"id\": 59680074271, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"searchhost\": {\"id\": 59671656879, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"photos\": {\"id\": 59668191311, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"sdl-prod.eu.auth0.com\": {\"id\": 59668623884, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"systemsettings\": {\"id\": 59668164538, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"shellexperiencehost\": {\"id\": 59668168252, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"scgui\": {\"id\": 59668193110, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"credentialuibroker\": {\"id\": 59668164539, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"powertoys.powerocr\": {\"id\": 59674161584, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"7zg\": {\"id\": 59671768167, \"app\": \"7zG\", \"name\": \"7zG\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59668164537, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59670211164, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:11:14'),(1679,16,'2025-08-06','10:03:28','19:20:32',8.59444,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-06\", \"isOnline\": true, \"arrived\": \"2025-08-06 10:03:28\", \"left\": \"2025-08-06 19:20:32\", \"late\": true, \"onlineTime\": 33202, \"offlineTime\": 0, \"desktimeTime\": 33202, \"atWorkTime\": 33424, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30940, \"productivity\": 93.19, \"efficiency\": 122.78, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59702319159, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2262}}, \"0\": [], \"1\": {\"microsoft word\": {\"id\": 59694400868, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8408}, \"cloud.memsource.com\": {\"id\": 59694916272, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6037}, \"microsoft powerpoint\": {\"id\": 59701625987, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3615}, \"ms-teams\": {\"id\": 59694272998, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3018}, \"microsoft outlook\": {\"id\": 59694277282, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2660}, \"windows explorer\": {\"id\": 59694273008, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2173}, \"sdltradosstudio\": {\"id\": 59694454005, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1154}, \"translate.google.co.in\": {\"id\": 59694286253, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 524}, \"pms.chlserv.com\": {\"id\": 59694283931, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 520}, \"acrobat\": {\"id\": 59704055981, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 388}, \"192.168.0.250\": {\"id\": 59700716541, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 319}, \"junction.welocalize.com\": {\"id\": 59698167812, \"app\": \"junction.welocalize.com\", \"name\": \"junction.welocalize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 229}, \"microsoft excel\": {\"id\": 59700623287, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"onedrive\": {\"id\": 59694272995, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 191}, \"google chrome\": {\"id\": 59694279394, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 189}, \"eu.cloud.trados.com\": {\"id\": 59700878670, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 161}, \"xbench\": {\"id\": 59700611638, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 129}, \"msedge\": {\"id\": 59698192540, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"ti.smartling.com\": {\"id\": 59698273074, \"app\": \"ti.smartling.com\", \"name\": \"ti.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"eu.phrase.com\": {\"id\": 59694916271, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 81}, \"powertoys.powerocr\": {\"id\": 59707951101, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 76}, \"snippingtool\": {\"id\": 59695386205, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"google.com\": {\"id\": 59694283933, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"msedgewebview2\": {\"id\": 59694413026, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"dashboard.smartling.com\": {\"id\": 59698237753, \"app\": \"dashboard.smartling.com\", \"name\": \"dashboard.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"sdl-prod.eu.auth0.com\": {\"id\": 59700878671, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 55}, \"unknown app\": {\"id\": 59694548949, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 52}, \"shellexperiencehost\": {\"id\": 59694273007, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"sso.smartling.com\": {\"id\": 59698208328, \"app\": \"sso.smartling.com\", \"name\": \"sso.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"desktime.com\": {\"id\": 59702134827, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"login.microsoftonline.com\": {\"id\": 59694281692, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"welocalizeapi.okta.com\": {\"id\": 59698152983, \"app\": \"welocalizeapi.okta.com\", \"name\": \"welocalizeapi.okta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"bing.com\": {\"id\": 59698203145, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"calculatorapp\": {\"id\": 59708429092, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 59695382587, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"scgui\": {\"id\": 59694448383, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 59694273002, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"about:blank\": {\"id\": 59695231510, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"credentialuibroker\": {\"id\": 59694273004, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"wetransfer.com\": {\"id\": 59694950512, \"app\": \"wetransfer.com\", \"name\": \"wetransfer.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59694273000, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 59696230750, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"fsquirt\": {\"id\": 59704991056, \"app\": \"Fsquirt\", \"name\": \"Fsquirt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"support.microsoft.com\": {\"id\": 59694342793, \"app\": \"support.microsoft.com\", \"name\": \"support.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:17'),(1680,16,'2025-08-07','10:07:18','19:06:26',7.71861,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-07\", \"isOnline\": true, \"arrived\": \"2025-08-07 10:07:18\", \"left\": \"2025-08-07 19:06:26\", \"late\": true, \"onlineTime\": 28958, \"offlineTime\": 0, \"desktimeTime\": 28958, \"atWorkTime\": 32348, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27787, \"productivity\": 95.96, \"efficiency\": 110.27, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59726601117, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1132}, \"shabdkosh.com\": {\"id\": 59722885230, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59720129283, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4757}, \"sdltradosstudio\": {\"id\": 59720714613, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4572}, \"microsoft outlook\": {\"id\": 59720141540, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4183}, \"microsoft word\": {\"id\": 59720153400, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3792}, \"windows explorer\": {\"id\": 59720129281, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2768}, \"cloud.memsource.com\": {\"id\": 59722214646, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1866}, \"pms.chlserv.com\": {\"id\": 59720175699, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1082}, \"translate.google.co.in\": {\"id\": 59720177648, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 821}, \"microsoft excel\": {\"id\": 59722464930, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 762}, \"ti.smartling.com\": {\"id\": 59722556403, \"app\": \"ti.smartling.com\", \"name\": \"ti.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 635}, \"google.com\": {\"id\": 59720177647, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 430}, \"junction.welocalize.com\": {\"id\": 59722101508, \"app\": \"junction.welocalize.com\", \"name\": \"junction.welocalize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 307}, \"eu.cloud.trados.com\": {\"id\": 59720187033, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 239}, \"msedge\": {\"id\": 59722120830, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 193}, \"dashboard.smartling.com\": {\"id\": 59722139900, \"app\": \"dashboard.smartling.com\", \"name\": \"dashboard.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"google chrome\": {\"id\": 59720170751, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 145}, \"xbench\": {\"id\": 59722456125, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 118}, \"snippingtool\": {\"id\": 59720872830, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 112}, \"192.168.0.250\": {\"id\": 59721324903, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"eu.phrase.com\": {\"id\": 59722222684, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"welocalizeapi.okta.com\": {\"id\": 59722063795, \"app\": \"welocalizeapi.okta.com\", \"name\": \"welocalizeapi.okta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"calculatorapp\": {\"id\": 59729002205, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 70}, \"acrobat\": {\"id\": 59720232981, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 67}, \"login.microsoftonline.com\": {\"id\": 59720173129, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 59}, \"searchhost\": {\"id\": 59720872829, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"unknown app\": {\"id\": 59720698001, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"sso.smartling.com\": {\"id\": 59722135320, \"app\": \"sso.smartling.com\", \"name\": \"sso.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"192.168.0.251\": {\"id\": 59720750374, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"shellexperiencehost\": {\"id\": 59724521064, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"bing.com\": {\"id\": 59722125008, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"about:blank\": {\"id\": 59722096818, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"systemsettings\": {\"id\": 59720129287, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"credentialuibroker\": {\"id\": 59720129288, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"scgui\": {\"id\": 59720691820, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"onedrive\": {\"id\": 59720129282, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59720168331, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"crystalhues.com\": {\"id\": 59724052775, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"sdl-prod.eu.auth0.com\": {\"id\": 59720187035, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59720129286, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"mc-webview-cnt\": {\"id\": 59722051261, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"desktime.com\": {\"id\": 59726486403, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 59730710284, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"powertoys.powerocr\": {\"id\": 59720858163, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:17'),(1681,16,'2025-08-08','10:03:07','19:06:28',7.8725,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-08\", \"isOnline\": true, \"arrived\": \"2025-08-08 10:03:07\", \"left\": \"2025-08-08 19:06:28\", \"late\": true, \"onlineTime\": 29762, \"offlineTime\": 0, \"desktimeTime\": 29762, \"atWorkTime\": 32601, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28341, \"productivity\": 95.23, \"efficiency\": 112.46, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59748946231, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1333}, \"msn.com\": {\"id\": 59751764317, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 88}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59744544924, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6074}, \"microsoft word\": {\"id\": 59744617951, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4520}, \"microsoft outlook\": {\"id\": 59744548801, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3633}, \"windows explorer\": {\"id\": 59744544922, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3314}, \"sdltradosstudio\": {\"id\": 59747263692, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3156}, \"microsoft excel\": {\"id\": 59744620139, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2707}, \"rxpad.pixika.ai\": {\"id\": 59754568473, \"app\": \"rxpad.pixika.ai\", \"name\": \"rxpad.pixika.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1988}, \"pms.chlserv.com\": {\"id\": 59747100562, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 728}, \"192.168.0.251\": {\"id\": 59744646579, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 249}, \"credentialuibroker\": {\"id\": 59744544930, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 233}, \"livehindustan.com\": {\"id\": 59750757417, \"app\": \"livehindustan.com\", \"name\": \"livehindustan.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 227}, \"cloud.memsource.com\": {\"id\": 59756041779, \"app\": \"cloud.memsource.com\", \"name\": \"cloud.memsource.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 210}, \"google chrome\": {\"id\": 59747058408, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 196}, \"translate.google.co.in\": {\"id\": 59747105340, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"acrobat\": {\"id\": 59750051047, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 168}, \"eu.cloud.trados.com\": {\"id\": 59747391067, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 125}, \"unknown app\": {\"id\": 59744544934, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"systemsettings\": {\"id\": 59744544931, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"google.com\": {\"id\": 59747105337, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"xbench\": {\"id\": 59747081733, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"msedgewebview2\": {\"id\": 59747081729, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"login.microsoftonline.com\": {\"id\": 59747058412, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"photos\": {\"id\": 59755755387, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"msedge\": {\"id\": 59750157431, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"snippingtool\": {\"id\": 59746570329, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"192.168.0.250\": {\"id\": 59750152609, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"scgui\": {\"id\": 59744629196, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"desktime.com\": {\"id\": 59751212839, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"onedrive\": {\"id\": 59744571208, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"microsoft powerpoint\": {\"id\": 59744562581, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 59746570326, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"shellexperiencehost\": {\"id\": 59744544933, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"settings\": {\"id\": 59744544929, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"taskmgr\": {\"id\": 59745068098, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"sdl-prod.eu.auth0.com\": {\"id\": 59747386308, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59744544927, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"eu.phrase.com\": {\"id\": 59756050608, \"app\": \"eu.phrase.com\", \"name\": \"eu.phrase.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59755598962, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"languagecloud.sdl.com\": {\"id\": 59747386307, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"mc-webview-cnt\": {\"id\": 59746517244, \"app\": \"Mc-webview-cnt\", \"name\": \"Mc-webview-cnt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:18'),(1682,16,'2025-08-11','10:11:41','19:04:42',7.51361,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-11\", \"isOnline\": true, \"arrived\": \"2025-08-11 10:11:41\", \"left\": \"2025-08-11 19:04:42\", \"late\": true, \"onlineTime\": 30068, \"offlineTime\": 0, \"desktimeTime\": 30068, \"atWorkTime\": 31981, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27049, \"productivity\": 89.94, \"efficiency\": 107.34, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59777921973, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3026}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59772084003, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6557}, \"ms-teams\": {\"id\": 59772074659, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5846}, \"windows explorer\": {\"id\": 59772074657, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3460}, \"microsoft excel\": {\"id\": 59772641856, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2160}, \"sdltradosstudio\": {\"id\": 59775500695, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2038}, \"ti.smartling.com\": {\"id\": 59773146878, \"app\": \"ti.smartling.com\", \"name\": \"ti.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1132}, \"microsoft word\": {\"id\": 59772107598, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1067}, \"pms.chlserv.com\": {\"id\": 59772114952, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 554}, \"google.com\": {\"id\": 59772117469, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 553}, \"eu.cloud.trados.com\": {\"id\": 59776461284, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 523}, \"google chrome\": {\"id\": 59772101679, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 415}, \"hrez.crystalhues.in\": {\"id\": 59777090074, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 346}, \"photos\": {\"id\": 59781582188, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 311}, \"translate.google.co.in\": {\"id\": 59772127493, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 297}, \"acrobat\": {\"id\": 59776641857, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 190}, \"login.microsoftonline.com\": {\"id\": 59772107592, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 178}, \"msedge\": {\"id\": 59773002159, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 158}, \"systemsettings\": {\"id\": 59772074661, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 150}, \"xbench\": {\"id\": 59772638595, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"dashboard.smartling.com\": {\"id\": 59772989824, \"app\": \"dashboard.smartling.com\", \"name\": \"dashboard.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 122}, \"shellhost\": {\"id\": 59772074660, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 100}, \"msedgewebview2\": {\"id\": 59772638593, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"scgui\": {\"id\": 59775456290, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 72}, \"desktime.com\": {\"id\": 59772929909, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"view.officeapps.live.com\": {\"id\": 59784057953, \"app\": \"view.officeapps.live.com\", \"name\": \"view.officeapps.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 65}, \"192.168.0.251\": {\"id\": 59776420888, \"app\": \"192.168.0.251\", \"name\": \"192.168.0.251\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"resume.chlsoftech.com\": {\"id\": 59783283335, \"app\": \"resume.chlsoftech.com\", \"name\": \"resume.chlsoftech.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"unknown app\": {\"id\": 59772110027, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"rxpad.pixika.ai\": {\"id\": 59775153631, \"app\": \"rxpad.pixika.ai\", \"name\": \"rxpad.pixika.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"microsoft paint\": {\"id\": 59774232120, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"credentialuibroker\": {\"id\": 59772074662, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"shellexperiencehost\": {\"id\": 59774152882, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"hrms.myindianrailway.com\": {\"id\": 59784531604, \"app\": \"hrms.myindianrailway.com\", \"name\": \"hrms.myindianrailway.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"onedrive\": {\"id\": 59772074658, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"junction.welocalize.com\": {\"id\": 59772974764, \"app\": \"junction.welocalize.com\", \"name\": \"junction.welocalize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"topsourceworldwide.com\": {\"id\": 59784583483, \"app\": \"topsourceworldwide.com\", \"name\": \"topsourceworldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"searchhost\": {\"id\": 59774227754, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"welocalizeapi.okta.com\": {\"id\": 59772967937, \"app\": \"welocalizeapi.okta.com\", \"name\": \"welocalizeapi.okta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"bing.com\": {\"id\": 59772982622, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"sdl-prod.eu.auth0.com\": {\"id\": 59776461282, \"app\": \"sdl-prod.eu.auth0.com\", \"name\": \"sdl-prod.eu.auth0.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"about:blank\": {\"id\": 59772974761, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"languagecloud.sdl.com\": {\"id\": 59776456498, \"app\": \"languagecloud.sdl.com\", \"name\": \"languagecloud.sdl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"snippingtool\": {\"id\": 59774232108, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"go.microsoft.com\": {\"id\": 59774315211, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"sso.smartling.com\": {\"id\": 59772986340, \"app\": \"sso.smartling.com\", \"name\": \"sso.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:11:18'),(1683,16,'2025-08-12','10:04:05','19:11:35',7.51056,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-12\", \"isOnline\": true, \"arrived\": \"2025-08-12 10:04:05\", \"left\": \"2025-08-12 19:11:35\", \"late\": true, \"onlineTime\": 29368, \"offlineTime\": 0, \"desktimeTime\": 29368, \"atWorkTime\": 32850, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27038, \"productivity\": 92.07, \"efficiency\": 107.29, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59801666071, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2328}, \"shabdkosh.com\": {\"id\": 59796885880, \"app\": \"shabdkosh.com\", \"name\": \"shabdkosh.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59796858576, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10340}, \"microsoft outlook\": {\"id\": 59796868175, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4796}, \"microsoft word\": {\"id\": 59799341111, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2656}, \"rxpad.pixika.ai\": {\"id\": 59800282084, \"app\": \"rxpad.pixika.ai\", \"name\": \"rxpad.pixika.ai\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2120}, \"windows explorer\": {\"id\": 59796858575, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1947}, \"acrobat\": {\"id\": 59807321985, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1768}, \"pms.chlserv.com\": {\"id\": 59796879007, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1055}, \"ti.smartling.com\": {\"id\": 59799398349, \"app\": \"ti.smartling.com\", \"name\": \"ti.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 320}, \"photos\": {\"id\": 59797775656, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"google.com\": {\"id\": 59796879009, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 213}, \"powertoys.powerocr\": {\"id\": 59808441450, \"app\": \"PowerToys.PowerOCR\", \"name\": \"PowerToys.PowerOCR\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"chrome://history\": {\"id\": 59805910993, \"app\": \"chrome://history\", \"name\": \"chrome://history\", \"type\": \"web\", \"category_id\": 0, \"duration\": 156}, \"shellexperiencehost\": {\"id\": 59796858580, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 120}, \"translate.google.co.in\": {\"id\": 59796883700, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"hrez.crystalhues.in\": {\"id\": 59806192267, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 93}, \"sdltradosstudio\": {\"id\": 59808513666, \"app\": \"SDLTradosStudio\", \"name\": \"SDLTradosStudio\", \"type\": \"app\", \"category_id\": 0, \"duration\": 87}, \"login.microsoftonline.com\": {\"id\": 59796876792, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"google chrome\": {\"id\": 59796874565, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 78}, \"192.168.0.250\": {\"id\": 59807275252, \"app\": \"192.168.0.250\", \"name\": \"192.168.0.250\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"unknown app\": {\"id\": 59796858582, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 65}, \"microsoft excel\": {\"id\": 59798145168, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 59}, \"msedge\": {\"id\": 59799398347, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"junction.welocalize.com\": {\"id\": 59799363028, \"app\": \"junction.welocalize.com\", \"name\": \"junction.welocalize.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"searchhost\": {\"id\": 59797772214, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"snippingtool\": {\"id\": 59797860254, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 41}, \"eu.cloud.trados.com\": {\"id\": 59800403393, \"app\": \"eu.cloud.trados.com\", \"name\": \"eu.cloud.trados.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"calculatorapp\": {\"id\": 59798854600, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"microsoft paint\": {\"id\": 59797856841, \"app\": \"Microsoft Paint\", \"name\": \"Microsoft Paint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"dashboard.smartling.com\": {\"id\": 59799387717, \"app\": \"dashboard.smartling.com\", \"name\": \"dashboard.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"msedgewebview2\": {\"id\": 59799725837, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"xbench\": {\"id\": 59800137614, \"app\": \"Xbench\", \"name\": \"Xbench\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"sso.smartling.com\": {\"id\": 59799383105, \"app\": \"sso.smartling.com\", \"name\": \"sso.smartling.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"systemsettings\": {\"id\": 59796858585, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"taskmgr\": {\"id\": 59798674133, \"app\": \"Taskmgr\", \"name\": \"Taskmgr\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"credentialuibroker\": {\"id\": 59796858587, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"onedrive\": {\"id\": 59796863549, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"sdl.utilities.sdlxliffconvertor.winui\": {\"id\": 59798669459, \"app\": \"Sdl.Utilities.SDLXLIFFConvertor.WinUI\", \"name\": \"Sdl.Utilities.SDLXLIFFConvertor.WinUI\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"desktime.com\": {\"id\": 59804334490, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"welocalizeapi.okta.com\": {\"id\": 59799358397, \"app\": \"welocalizeapi.okta.com\", \"name\": \"welocalizeapi.okta.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"scgui\": {\"id\": 59807213185, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"clipchamp\": {\"id\": 59797846175, \"app\": \"Clipchamp\", \"name\": \"Clipchamp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"powertoys.colorpickerui\": {\"id\": 59809446647, \"app\": \"PowerToys.ColorPickerUI\", \"name\": \"PowerToys.ColorPickerUI\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59796858584, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 59807076061, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59799363027, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 59798106470, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:19'),(1684,16,'2025-08-13','10:04:43','10:55:21',0.271944,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-13\", \"isOnline\": true, \"arrived\": \"2025-08-13 10:04:43\", \"left\": \"2025-08-13 10:55:21\", \"late\": true, \"onlineTime\": 1805, \"offlineTime\": 0, \"desktimeTime\": 1805, \"atWorkTime\": 3038, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 979, \"productivity\": 82.06, \"efficiency\": 3.88, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"msn.com\": {\"id\": 59822813980, \"app\": \"msn.com\", \"name\": \"msn.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 341}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59822315533, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 724}, \"ms-teams\": {\"id\": 59822305360, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 247}, \"windows explorer\": {\"id\": 59822305358, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 164}, \"searchhost\": {\"id\": 59822327899, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"credentialuibroker\": {\"id\": 59822305369, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"lms.365.systems\": {\"id\": null, \"app\": \"lms.365.systems\", \"name\": \"lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"google chrome\": {\"id\": 59822359550, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"calculatorapp\": {\"id\": 59822800056, \"app\": \"CalculatorApp\", \"name\": \"CalculatorApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"acrobat\": {\"id\": 59822334493, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"snippingtool\": {\"id\": null, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"systemsettings\": {\"id\": 59822305368, \"app\": \"SystemSettings\", \"name\": \"SystemSettings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"onedrive\": {\"id\": 59822305359, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"translate.google.co.in\": {\"id\": 59822362204, \"app\": \"translate.google.co.in\", \"name\": \"translate.google.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"login.microsoftonline.com\": {\"id\": 59822942113, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"pms.chlserv.com\": {\"id\": 59822942112, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"settings\": {\"id\": 59822643969, \"app\": \"Settings\", \"name\": \"Settings\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"shellhost\": {\"id\": 59822305366, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"unknown app\": {\"id\": 59822643979, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 59822359551, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"shellexperiencehost\": {\"id\": 59822308340, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"crystalhuesltd.sharepoint.com\": {\"id\": null, \"app\": \"crystalhuesltd.sharepoint.com\", \"name\": \"crystalhuesltd.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-07-31 19:11:19'),(1685,16,'2025-08-14',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:20'),(1686,16,'2025-08-18',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:21'),(1687,16,'2025-08-19',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:21'),(1688,16,'2025-08-20',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:22'),(1689,16,'2025-08-21',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:23'),(1690,16,'2025-08-22',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:29'),(1691,16,'2025-08-23',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:30'),(1692,16,'2025-08-25',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:31'),(1693,16,'2025-08-26',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:31'),(1694,16,'2025-08-27',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:32'),(1695,16,'2025-08-28',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:33'),(1696,16,'2025-08-29',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:36'),(1697,18,'2025-08-02','10:10:51','17:35:36',7.13389,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-02\", \"isOnline\": false, \"arrived\": \"2025-08-02 10:10:51\", \"left\": \"2025-08-02 17:35:36\", \"late\": true, \"onlineTime\": 25682, \"offlineTime\": 0, \"desktimeTime\": 25682, \"atWorkTime\": 26685, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25682, \"productivity\": 100, \"efficiency\": 101.91, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"crystalhues.com\": {\"id\": 59635538495, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4698}, \"microsoft excel\": {\"id\": 59635188120, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3713}, \"microsoft outlook\": {\"id\": 59635175118, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3335}, \"ms-teams\": {\"id\": 59635170175, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3290}, \"microsoft powerpoint\": {\"id\": 59635184395, \"app\": \"Microsoft Powerpoint\", \"name\": \"Microsoft Powerpoint\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3113}, \"analytics.google.com\": {\"id\": 59635299858, \"app\": \"analytics.google.com\", \"name\": \"analytics.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2549}, \"ads.google.com\": {\"id\": 59635422050, \"app\": \"ads.google.com\", \"name\": \"ads.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 839}, \"lms.chlserv.com\": {\"id\": 59635299021, \"app\": \"lms.chlserv.com\", \"name\": \"lms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 802}, \"google chrome\": {\"id\": 59635166591, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 589}, \"windows explorer\": {\"id\": 59635185142, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 489}, \"notepad\": {\"id\": 59635471877, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 483}, \"desktime.com\": {\"id\": 59635312503, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 463}, \"webfx.com\": {\"id\": 59635440459, \"app\": \"webfx.com\", \"name\": \"webfx.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 338}, \"dashboard.tawk.to\": {\"id\": 59635164178, \"app\": \"dashboard.tawk.to\", \"name\": \"dashboard.tawk.to\", \"type\": \"web\", \"category_id\": 0, \"duration\": 312}, \"kumpenny.com\": {\"id\": 59635802423, \"app\": \"kumpenny.com\", \"name\": \"kumpenny.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"sejda.com\": {\"id\": 59635503102, \"app\": \"sejda.com\", \"name\": \"sejda.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 123}, \"web.whatsapp.com\": {\"id\": 59635163411, \"app\": \"web.whatsapp.com\", \"name\": \"web.whatsapp.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"app.moz.com\": {\"id\": 59635503103, \"app\": \"app.moz.com\", \"name\": \"app.moz.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"unknown app\": {\"id\": 59635243004, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 93}, \"acrobat\": {\"id\": 59635948549, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"chatgpt.com\": {\"id\": 59636799499, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"snippingtool\": {\"id\": 59636436185, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 21}, \"shellexperiencehost\": {\"id\": 59636401403, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"adsmanager.facebook.com\": {\"id\": 59636309805, \"app\": \"adsmanager.facebook.com\", \"name\": \"adsmanager.facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 59636657631, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"notepad++\": {\"id\": 59636536801, \"app\": \"Notepad++\", \"name\": \"Notepad++\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"onlinent\": {\"id\": 59636448120, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellhost\": {\"id\": 59635684198, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:11:36'),(1698,18,'2025-08-04',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:37'),(1699,18,'2025-08-05',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:37'),(1700,18,'2025-08-06',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:38'),(1701,18,'2025-08-07',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:39'),(1702,18,'2025-08-08',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:40'),(1703,18,'2025-08-11',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:41'),(1704,18,'2025-08-12',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:41'),(1705,18,'2025-08-13',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:43'),(1706,18,'2025-08-14',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:46'),(1707,18,'2025-08-18',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:47'),(1708,18,'2025-08-19',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:47'),(1709,18,'2025-08-20',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:48'),(1710,18,'2025-08-21',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:48'),(1711,18,'2025-08-22',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:49'),(1712,18,'2025-08-23',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:49'),(1713,18,'2025-08-25',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:51'),(1714,18,'2025-08-26',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:11:58'),(1715,18,'2025-08-27',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:01'),(1716,18,'2025-08-28',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:01'),(1717,18,'2025-08-29',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:03'),(1718,19,'2025-08-02','08:07:54','22:18:05',8.68111,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-02\", \"isOnline\": false, \"arrived\": \"2025-08-02 08:07:54\", \"left\": \"2025-08-02 22:18:05\", \"late\": true, \"onlineTime\": 31279, \"offlineTime\": 0, \"desktimeTime\": 31279, \"atWorkTime\": 51011, \"afterWorkTime\": 9274, \"beforeWorkTime\": 0, \"productiveTime\": 31252, \"productivity\": 99.91, \"efficiency\": 115.75, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": {\"facebook.com\": {\"id\": 59637135425, \"app\": \"facebook.com\", \"name\": \"facebook.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}}, \"1\": {\"coreldrw\": {\"id\": 59635091766, \"app\": \"CorelDRW\", \"name\": \"CorelDRW\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18801}, \"windows explorer\": {\"id\": 59634884221, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3354}, \"freepik.com\": {\"id\": 59635759549, \"app\": \"freepik.com\", \"name\": \"freepik.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2526}, \"aero_desktop\": {\"id\": 59635614955, \"app\": \"Aero_desktop\", \"name\": \"Aero_desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1905}, \"in.pinterest.com\": {\"id\": 59636971938, \"app\": \"in.pinterest.com\", \"name\": \"in.pinterest.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1036}, \"outlook.office.com\": {\"id\": 59635091763, \"app\": \"outlook.office.com\", \"name\": \"outlook.office.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 637}, \"google.com\": {\"id\": 59635755790, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 626}, \"meet.google.com\": {\"id\": 59637098192, \"app\": \"meet.google.com\", \"name\": \"meet.google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 496}, \"desktime.com\": {\"id\": 59635612083, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 315}, \"sail.co.in\": {\"id\": 59637060444, \"app\": \"sail.co.in\", \"name\": \"sail.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 267}, \"railministry.com\": {\"id\": 59636977422, \"app\": \"railministry.com\", \"name\": \"railministry.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 225}, \"youtube.com\": {\"id\": 59636980837, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 175}, \"lockapp\": {\"id\": 59634738827, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 153}, \"google chrome\": {\"id\": 59635090921, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 111}, \"anydesk\": {\"id\": 59637091634, \"app\": \"AnyDesk\", \"name\": \"AnyDesk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"lens-overlay\": {\"id\": 59636988676, \"app\": \"lens-overlay\", \"name\": \"lens-overlay\", \"type\": \"web\", \"category_id\": 0, \"duration\": 71}, \"hrez.crystalhues.in\": {\"id\": 59636326043, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"amazingarts.co\": {\"id\": 59637009524, \"app\": \"amazingarts.co\", \"name\": \"amazingarts.co\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"indiatradefair.com\": {\"id\": 59636989337, \"app\": \"indiatradefair.com\", \"name\": \"indiatradefair.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"tetramedsciences.info\": {\"id\": 59637080928, \"app\": \"tetramedsciences.info\", \"name\": \"tetramedsciences.info\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"railtransexpo.com\": {\"id\": 59637125592, \"app\": \"railtransexpo.com\", \"name\": \"railtransexpo.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"linkedin.com\": {\"id\": 59637075508, \"app\": \"linkedin.com\", \"name\": \"linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 41}, \"panache-worldwide.com\": {\"id\": 59637144984, \"app\": \"panache-worldwide.com\", \"name\": \"panache-worldwide.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"indiapressrelease.com\": {\"id\": 59637134767, \"app\": \"indiapressrelease.com\", \"name\": \"indiapressrelease.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"instagram.com\": {\"id\": 59636993202, \"app\": \"instagram.com\", \"name\": \"instagram.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"login.microsoftonline.com\": {\"id\": 59636325236, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"x.com\": {\"id\": 59637137223, \"app\": \"x.com\", \"name\": \"x.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"static.pib.gov.in\": {\"id\": 59637009521, \"app\": \"static.pib.gov.in\", \"name\": \"static.pib.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"searchapp\": {\"id\": 59635613915, \"app\": \"SearchApp\", \"name\": \"SearchApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"unknown app\": {\"id\": 59634883623, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"order.anydesk.com\": {\"id\": 59637097082, \"app\": \"order.anydesk.com\", \"name\": \"order.anydesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"shellexperiencehost\": {\"id\": null, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"in.linkedin.com\": {\"id\": 59637075506, \"app\": \"in.linkedin.com\", \"name\": \"in.linkedin.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-07-31 19:12:04'),(1719,19,'2025-08-04',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:07'),(1720,19,'2025-08-05',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:08'),(1721,19,'2025-08-06',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:10'),(1722,19,'2025-08-07',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:11'),(1723,19,'2025-08-08',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:11'),(1724,19,'2025-08-11',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:11'),(1725,19,'2025-08-12',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:17'),(1726,19,'2025-08-13',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:17'),(1727,19,'2025-08-14',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:18'),(1728,19,'2025-08-18',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:19'),(1729,19,'2025-08-19',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:19'),(1730,19,'2025-08-20',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:21'),(1731,19,'2025-08-21',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:21'),(1732,19,'2025-08-22',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:25'),(1733,19,'2025-08-23',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:26'),(1734,19,'2025-08-25',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:26'),(1735,19,'2025-08-26',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:32'),(1736,19,'2025-08-27',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:32'),(1737,19,'2025-08-28',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:39'),(1738,19,'2025-08-29',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:41'),(1739,20,'2025-08-01','10:08:14','22:05:50',8.12944,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-01\", \"isOnline\": true, \"arrived\": \"2025-08-01 10:08:14\", \"left\": \"2025-08-01 22:05:50\", \"late\": true, \"onlineTime\": 29266, \"offlineTime\": 0, \"desktimeTime\": 29266, \"atWorkTime\": 43056, \"afterWorkTime\": 1478, \"beforeWorkTime\": 0, \"productiveTime\": 29266, \"productivity\": 100, \"efficiency\": 116.13, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59612681488, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6418}, \"microsoft excel\": {\"id\": 59612720476, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5914}, \"corporatebanking.hdfcbank.com\": {\"id\": 59622592906, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3338}, \"windows explorer\": {\"id\": 59612674712, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2583}, \"microsoft remote desktop\": {\"id\": 59612704294, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2400}, \"acrobat\": {\"id\": 59613294121, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1632}, \"return.gst.gov.in\": {\"id\": 59613842134, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1229}, \"ms-teams\": {\"id\": 59612672339, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1202}, \"pms.chlserv.com\": {\"id\": 59613997075, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1107}, \"cibnext.icicibank.com\": {\"id\": 59612715452, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 518}, \"hrez.crystalhues.in\": {\"id\": 59612876969, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 485}, \"desktime.com\": {\"id\": 59612747256, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 398}, \"s2b.standardchartered.com\": {\"id\": 59613222831, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 372}, \"google chrome\": {\"id\": 59612715444, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 177}, \"candigital\": {\"id\": 59613274404, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 174}, \"login.microsoftonline.com\": {\"id\": 59612863952, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 160}, \"msedge\": {\"id\": 59612697618, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 141}, \"services.gst.gov.in\": {\"id\": 59613825388, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 129}, \"chatgpt.com\": {\"id\": 59618229625, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 105}, \"anydesk\": {\"id\": 59618506433, \"app\": \"AnyDesk\", \"name\": \"AnyDesk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"c\": {\"id\": 59623755944, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 74}, \"scgui\": {\"id\": 59612677062, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 74}, \"unknown app\": {\"id\": 59612733850, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"shellexperiencehost\": {\"id\": 59612780363, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 63}, \"notepad\": {\"id\": 59624563542, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"app.cocloud.in\": {\"id\": 59612699748, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"hdfcbank.com\": {\"id\": 59622592904, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"onedrive\": {\"id\": 59612666053, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"snippingtool\": {\"id\": 59613735558, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"javaw\": {\"id\": 59612670200, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"ifsc.bankifsccode.com\": {\"id\": 59624490715, \"app\": \"ifsc.bankifsccode.com\", \"name\": \"ifsc.bankifsccode.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 29}, \"selfservice.gstsystem.in\": {\"id\": 59613811854, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"cloud9.cocloud.in\": {\"id\": 59612701971, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"google.com\": {\"id\": 59613821773, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"chrome://downloads\": {\"id\": 59623784037, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"searchhost\": {\"id\": 59618501545, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"adobearm\": {\"id\": 59612827696, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"leads.hdfcbank.com\": {\"id\": 59628559902, \"app\": \"leads.hdfcbank.com\", \"name\": \"leads.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"icicibank.com\": {\"id\": 59612715446, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"about:blank\": {\"id\": 59621070197, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"gst.gov.in\": {\"id\": 59623055578, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"openwith\": {\"id\": 59628611564, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"downloads\": {\"id\": 59613320810, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"quickup\": {\"id\": 59615027458, \"app\": \"QUICKUP\", \"name\": \"QUICKUP\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:12:41'),(1740,20,'2025-08-02','09:40:57','20:28:10',7.22417,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-02\", \"isOnline\": true, \"arrived\": \"2025-08-02 09:40:57\", \"left\": \"2025-08-02 20:28:10\", \"late\": true, \"onlineTime\": 26007, \"offlineTime\": 0, \"desktimeTime\": 26007, \"atWorkTime\": 38833, \"afterWorkTime\": 1048, \"beforeWorkTime\": 0, \"productiveTime\": 26007, \"productivity\": 100, \"efficiency\": 103.2, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59635061139, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9625}, \"microsoft remote desktop\": {\"id\": 59635264963, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5721}, \"windows explorer\": {\"id\": 59635039396, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2256}, \"ms-teams\": {\"id\": 59635039395, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2238}, \"microsoft outlook\": {\"id\": 59635039403, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1776}, \"return.gst.gov.in\": {\"id\": 59635298295, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1128}, \"corporatebanking.hdfcbank.com\": {\"id\": 59635147218, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 916}, \"acrobat\": {\"id\": 59635300131, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 893}, \"google.com\": {\"id\": 59635042841, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 430}, \"cibnext.icicibank.com\": {\"id\": 59635043691, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 136}, \"services.gst.gov.in\": {\"id\": 59635296393, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 134}, \"mca.gov.in\": {\"id\": 59635646951, \"app\": \"mca.gov.in\", \"name\": \"mca.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 90}, \"candigital\": {\"id\": 59635065820, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"shellexperiencehost\": {\"id\": 59635039397, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 68}, \"s2b.standardchartered.com\": {\"id\": 59635078931, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}, \"unknown app\": {\"id\": 59635062865, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 55}, \"onedrive\": {\"id\": 59635039393, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"google chrome\": {\"id\": 59635041898, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 46}, \"cloud9.cocloud.in\": {\"id\": 59635264112, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"revenue.ie\": {\"id\": 59636593747, \"app\": \"revenue.ie\", \"name\": \"revenue.ie\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"scgui\": {\"id\": 59635053045, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"app.cocloud.in\": {\"id\": 59635263165, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"gstr2b.gst.gov.in\": {\"id\": 59636004822, \"app\": \"gstr2b.gst.gov.in\", \"name\": \"gstr2b.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 59635078930, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"microsoft word\": {\"id\": 59635697416, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 19}, \"photos\": {\"id\": 59635602342, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"payment.gst.gov.in\": {\"id\": 59636742979, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://downloads\": {\"id\": 59635269483, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"icicibank.com\": {\"id\": 59635043690, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 59636752327, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59636612414, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"gst.gov.in\": {\"id\": 59635296392, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"snippingtool\": {\"id\": 59635085661, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"about:blank\": {\"id\": 59635653221, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"selfservice.gstsystem.in\": {\"id\": 59635296391, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"hdfcbank.com\": {\"id\": 59635147217, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"msedgewebview2\": {\"id\": 59636622250, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"windowsterminal\": {\"id\": 59637434558, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"javaw\": {\"id\": 59635039394, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:12:42'),(1741,20,'2025-08-04','10:03:45','18:27:18',7.53222,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-04\", \"isOnline\": true, \"arrived\": \"2025-08-04 10:03:45\", \"left\": \"2025-08-04 18:27:18\", \"late\": true, \"onlineTime\": 27120, \"offlineTime\": 0, \"desktimeTime\": 27120, \"atWorkTime\": 30213, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27116, \"productivity\": 99.99, \"efficiency\": 107.6, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59642029913, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"dir.indiamart.com\": {\"id\": 59642032038, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59642036554, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7962}, \"microsoft remote desktop\": {\"id\": 59642081222, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7911}, \"microsoft outlook\": {\"id\": 59642038619, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1950}, \"windows explorer\": {\"id\": 59642038620, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1942}, \"ms-teams\": {\"id\": 59642068318, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1351}, \"acrobat\": {\"id\": 59642038618, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1011}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59642271977, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 960}, \"localhost\": {\"id\": 59648675860, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 677}, \"google.com\": {\"id\": 59642091221, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 540}, \"cibnext.icicibank.com\": {\"id\": 59642093467, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 413}, \"careers.ntpc.co.in\": {\"id\": 59654563981, \"app\": \"careers.ntpc.co.in\", \"name\": \"careers.ntpc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 402}, \"billdesk.com\": {\"id\": 59644033079, \"app\": \"billdesk.com\", \"name\": \"billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 231}, \"google chrome\": {\"id\": 59642091220, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 220}, \"airtel.in\": {\"id\": 59643844428, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 205}, \"shellexperiencehost\": {\"id\": 59643853355, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 147}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59654387309, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"tdscpc.gov.in\": {\"id\": 59648974238, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"msedge\": {\"id\": 59642176734, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"aai.aero\": {\"id\": 59654381669, \"app\": \"aai.aero\", \"name\": \"aai.aero\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"javaw\": {\"id\": 59649102599, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"cloud9.cocloud.in\": {\"id\": 59642079064, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 75}, \"candigital\": {\"id\": 59642143983, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"netbanking.hdfcbank.com\": {\"id\": 59642127937, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 59642066005, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 54}, \"ntpc.co.in\": {\"id\": 59654558632, \"app\": \"ntpc.co.in\", \"name\": \"ntpc.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"photos\": {\"id\": 59648487156, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"app.cocloud.in\": {\"id\": 59642077025, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"scgui\": {\"id\": 59642040732, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"chrome://downloads\": {\"id\": 59642172006, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 35}, \"corporatebanking.hdfcbank.com\": {\"id\": 59642032039, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"hdfcbank.com\": {\"id\": 59642125634, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"snippingtool\": {\"id\": 59642223165, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"bescom.co.in\": {\"id\": 59644132408, \"app\": \"bescom.co.in\", \"name\": \"bescom.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"s2b.standardchartered.com\": {\"id\": 59642179194, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"einvoice2.gst.gov.in\": {\"id\": 59645132467, \"app\": \"einvoice2.gst.gov.in\", \"name\": \"einvoice2.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 23}, \"icicibank.com\": {\"id\": 59642091222, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"msedgewebview2\": {\"id\": 59642933162, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"v.hdfcbank.com\": {\"id\": 59654507437, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"comhard.co.in\": {\"id\": 59651262505, \"app\": \"comhard.co.in\", \"name\": \"comhard.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59654856234, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"desktime.com\": {\"id\": 59654856231, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"compuoffice\": {\"id\": 59648670216, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"login.microsoftonline.com\": {\"id\": 59642271971, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:12:43'),(1742,20,'2025-08-05','10:11:09','18:31:13',7.58972,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-05\", \"isOnline\": true, \"arrived\": \"2025-08-05 10:11:09\", \"left\": \"2025-08-05 18:31:13\", \"late\": true, \"onlineTime\": 27323, \"offlineTime\": 0, \"desktimeTime\": 27323, \"atWorkTime\": 30004, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27323, \"productivity\": 100, \"efficiency\": 108.42, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59668372321, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10186}, \"microsoft remote desktop\": {\"id\": 59668641602, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9761}, \"microsoft outlook\": {\"id\": 59668484628, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1917}, \"windows explorer\": {\"id\": 59668354580, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1783}, \"ms-teams\": {\"id\": 59668354579, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1263}, \"cibnext.icicibank.com\": {\"id\": 59668363010, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 457}, \"eportal.incometax.gov.in\": {\"id\": 59680011940, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 447}, \"acrobat\": {\"id\": 59668675473, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 393}, \"google.com\": {\"id\": 59668362996, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 333}, \"candigital\": {\"id\": 59668448304, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 110}, \"s2b.standardchartered.com\": {\"id\": 59668421669, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 102}, \"lockapp\": {\"id\": 59668340404, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 96}, \"msedge\": {\"id\": 59668357026, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 82}, \"hrez.crystalhues.in\": {\"id\": 59669232213, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 72}, \"group.teamlease.com\": {\"id\": 59679166519, \"app\": \"group.teamlease.com\", \"name\": \"group.teamlease.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"google chrome\": {\"id\": 59668357025, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 45}, \"login.microsoftonline.com\": {\"id\": 59669219580, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"snippingtool\": {\"id\": 59668465848, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"shellexperiencehost\": {\"id\": 59677773843, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"netbanking.hdfcbank.com\": {\"id\": 59668411329, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"unknown app\": {\"id\": 59668354582, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"scgui\": {\"id\": 59668384460, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"app.cocloud.in\": {\"id\": 59668636239, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"cloud9.cocloud.in\": {\"id\": 59668639001, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"chrome://downloads\": {\"id\": 59680226300, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"v.hdfcbank.com\": {\"id\": 59668825990, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"desktime.com\": {\"id\": 59680992134, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59668363005, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"downloads\": {\"id\": 59668465850, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"msdt\": {\"id\": 59668384458, \"app\": \"Msdt\", \"name\": \"Msdt\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"javaw\": {\"id\": 59668352299, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:12:44'),(1743,20,'2025-08-06','10:08:50','18:56:21',7.69889,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-06\", \"isOnline\": true, \"arrived\": \"2025-08-06 10:08:50\", \"left\": \"2025-08-06 18:56:21\", \"late\": true, \"onlineTime\": 28747, \"offlineTime\": 0, \"desktimeTime\": 28747, \"atWorkTime\": 31651, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27716, \"productivity\": 96.41, \"efficiency\": 109.98, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59705517657, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 901}, \"dir.indiamart.com\": {\"id\": 59705312012, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 130}}, \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59694413763, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6465}, \"microsoft remote desktop\": {\"id\": 59694436039, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6113}, \"microsoft excel\": {\"id\": 59694348830, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4583}, \"windows explorer\": {\"id\": 59694341854, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2921}, \"ms-teams\": {\"id\": 59694326159, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2147}, \"acrobat\": {\"id\": 59694489645, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 817}, \"s2b.standardchartered.com\": {\"id\": 59694373642, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 816}, \"google chrome\": {\"id\": 59694328469, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 562}, \"microsoft word\": {\"id\": 59696059647, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 439}, \"candigital\": {\"id\": 59694397831, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 426}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59697593977, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 422}, \"cibnext.icicibank.com\": {\"id\": 59694333187, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 385}, \"indiamart.com\": {\"id\": 59705306511, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 304}, \"pms.chlserv.com\": {\"id\": 59694614902, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 236}, \"return.gst.gov.in\": {\"id\": 59696623691, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 195}, \"login.microsoftonline.com\": {\"id\": 59694588986, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 139}, \"google.com\": {\"id\": 59694330725, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 110}, \"msedge\": {\"id\": 59694371431, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"shellexperiencehost\": {\"id\": 59694494807, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 103}, \"chatgpt.com\": {\"id\": 59695218245, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"services.gst.gov.in\": {\"id\": 59696618631, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"scgui\": {\"id\": 59694338514, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"unknown app\": {\"id\": 59694576160, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 38}, \"desktime.com\": {\"id\": 59705777469, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"selfservice.gstsystem.in\": {\"id\": 59696608788, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"cloud9.cocloud.in\": {\"id\": 59694433561, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"chrome://downloads\": {\"id\": 59694558045, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"snippingtool\": {\"id\": 59694411220, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"app.cocloud.in\": {\"id\": 59694431051, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"javaw\": {\"id\": 59694328473, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"icicibank.com\": {\"id\": 59694330728, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"auth0.openai.com\": {\"id\": 59695207314, \"app\": \"auth0.openai.com\", \"name\": \"auth0.openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"onedrive\": {\"id\": 59694326158, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"msedgewebview2\": {\"id\": 59698005359, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"photos\": {\"id\": 59696566629, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"print\": {\"id\": 59694682244, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"about:blank\": {\"id\": 59694682243, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59694328474, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:12:44'),(1744,20,'2025-08-07','11:51:48','20:41:53',6.86028,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-07\", \"isOnline\": true, \"arrived\": \"2025-08-07 11:51:48\", \"left\": \"2025-08-07 20:41:53\", \"late\": true, \"onlineTime\": 24731, \"offlineTime\": 0, \"desktimeTime\": 24731, \"atWorkTime\": 31805, \"afterWorkTime\": 1807, \"beforeWorkTime\": 0, \"productiveTime\": 24697, \"productivity\": 99.86, \"efficiency\": 98, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"dir.indiamart.com\": {\"id\": 59729016584, \"app\": \"dir.indiamart.com\", \"name\": \"dir.indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59724935777, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9410}, \"microsoft outlook\": {\"id\": 59721945045, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3637}, \"windows explorer\": {\"id\": 59722101519, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2036}, \"online.canarabank.in\": {\"id\": 59726528800, \"app\": \"online.canarabank.in\", \"name\": \"online.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1341}, \"pms.chlserv.com\": {\"id\": 59722000923, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1296}, \"microsoft remote desktop\": {\"id\": 59725260539, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 877}, \"cibnext.icicibank.com\": {\"id\": 59726330744, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 499}, \"ms-teams\": {\"id\": 59723358205, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 444}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59729422476, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 415}, \"portal.esic.gov.in\": {\"id\": 59732180597, \"app\": \"portal.esic.gov.in\", \"name\": \"portal.esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 411}, \"eportal.incometax.gov.in\": {\"id\": 59726441838, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 362}, \"google.com\": {\"id\": 59723579008, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 358}, \"snippingtool\": {\"id\": 59726391091, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 336}, \"file://\": {\"id\": 59731894033, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 285}, \"google chrome\": {\"id\": 59723571741, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 284}, \"pt.kar.nic.in\": {\"id\": 59731658250, \"app\": \"pt.kar.nic.in\", \"name\": \"pt.kar.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 280}, \"shellexperiencehost\": {\"id\": 59726441839, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 258}, \"airtel.in\": {\"id\": 59727178528, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 237}, \"adobearm\": {\"id\": 59723439354, \"app\": \"AdobeARM\", \"name\": \"AdobeARM\", \"type\": \"app\", \"category_id\": 0, \"duration\": 212}, \"enterprise.jio.com\": {\"id\": 59727765416, \"app\": \"enterprise.jio.com\", \"name\": \"enterprise.jio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"acrobat\": {\"id\": 59723414109, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 173}, \"ca2013.com\": {\"id\": 59729319530, \"app\": \"ca2013.com\", \"name\": \"ca2013.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 171}, \"msedge\": {\"id\": 59721980360, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 157}, \"return.gst.gov.in\": {\"id\": 59727021503, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"billdesk.com\": {\"id\": 59727828085, \"app\": \"billdesk.com\", \"name\": \"billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 114}, \"bescom.co.in\": {\"id\": 59727864488, \"app\": \"bescom.co.in\", \"name\": \"bescom.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"app.cocloud.in\": {\"id\": 59725249636, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"bsesdelhi.com\": {\"id\": 59727587773, \"app\": \"bsesdelhi.com\", \"name\": \"bsesdelhi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"nsic.co.in\": {\"id\": 59729417364, \"app\": \"nsic.co.in\", \"name\": \"nsic.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"login.microsoftonline.com\": {\"id\": 59721984922, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 49}, \"desktime.com\": {\"id\": 59723368297, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"egov.canarabank.in\": {\"id\": 59727093223, \"app\": \"egov.canarabank.in\", \"name\": \"egov.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 33}, \"pgi.billdesk.com\": {\"id\": 59727622747, \"app\": \"pgi.billdesk.com\", \"name\": \"pgi.billdesk.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"services.gst.gov.in\": {\"id\": 59727005094, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"unknown app\": {\"id\": 59726827718, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"k2.karnataka.gov.in\": {\"id\": 59732065096, \"app\": \"k2.karnataka.gov.in\", \"name\": \"k2.karnataka.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 27}, \"payment.gst.gov.in\": {\"id\": 59727084966, \"app\": \"payment.gst.gov.in\", \"name\": \"payment.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"scgui\": {\"id\": 59723378835, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"microsoft word\": {\"id\": 59726187420, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"einvoice2.gst.gov.in\": {\"id\": 59731653057, \"app\": \"einvoice2.gst.gov.in\", \"name\": \"einvoice2.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"dsssb.delhi.gov.in\": {\"id\": 59731384020, \"app\": \"dsssb.delhi.gov.in\", \"name\": \"dsssb.delhi.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"indiamart.com\": {\"id\": 59729011138, \"app\": \"indiamart.com\", \"name\": \"indiamart.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 13}, \"securegw.paytm.in\": {\"id\": 59727774063, \"app\": \"securegw.paytm.in\", \"name\": \"securegw.paytm.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"canepaycustoms.canarabank.in\": {\"id\": 59732078948, \"app\": \"canepaycustoms.canarabank.in\", \"name\": \"canepaycustoms.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"dsssbonline.nic.in\": {\"id\": 59731378361, \"app\": \"dsssbonline.nic.in\", \"name\": \"dsssbonline.nic.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"icicibank.com\": {\"id\": 59726330739, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"cloud9.cocloud.in\": {\"id\": 59725255638, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://downloads\": {\"id\": 59726817747, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"tin.canarabank.in\": {\"id\": 59726523285, \"app\": \"tin.canarabank.in\", \"name\": \"tin.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"print\": {\"id\": 59723808380, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"javaw\": {\"id\": 59721967529, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://new-tab-page\": {\"id\": 59732175354, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"bing.com\": {\"id\": 59729011134, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"incometax.gov.in\": {\"id\": 59726436226, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59723803382, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 59734662848, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"webapp.canarabank.in\": {\"id\": 59732434266, \"app\": \"webapp.canarabank.in\", \"name\": \"webapp.canarabank.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"esic.gov.in\": {\"id\": 59732180595, \"app\": \"esic.gov.in\", \"name\": \"esic.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"i.airtel.in\": {\"id\": 59727682625, \"app\": \"i.airtel.in\", \"name\": \"i.airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59725249634, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:12:45'),(1745,20,'2025-08-08','10:07:59','18:54:38',7.90722,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-08\", \"isOnline\": true, \"arrived\": \"2025-08-08 10:07:59\", \"left\": \"2025-08-08 18:54:38\", \"late\": true, \"onlineTime\": 28466, \"offlineTime\": 0, \"desktimeTime\": 28466, \"atWorkTime\": 31599, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28466, \"productivity\": 100, \"efficiency\": 112.96, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59744587379, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10236}, \"microsoft outlook\": {\"id\": 59744591664, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2520}, \"windows explorer\": {\"id\": 59744589610, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2401}, \"pms.chlserv.com\": {\"id\": 59746200051, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2007}, \"microsoft remote desktop\": {\"id\": 59745081653, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1846}, \"candigital\": {\"id\": 59744654351, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1702}, \"ms-teams\": {\"id\": 59744828845, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1657}, \"cibnext.icicibank.com\": {\"id\": 59744625396, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1109}, \"return.gst.gov.in\": {\"id\": 59745728867, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 964}, \"mshta\": {\"id\": 59751479766, \"app\": \"Mshta\", \"name\": \"Mshta\", \"type\": \"app\", \"category_id\": 0, \"duration\": 423}, \"acrobat\": {\"id\": 59744595710, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 412}, \"google.com\": {\"id\": 59744622801, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 371}, \"cleartax.in\": {\"id\": 59747149660, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 330}, \"shellexperiencehost\": {\"id\": 59745609986, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 300}, \"s2b.standardchartered.com\": {\"id\": 59744727652, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 296}, \"google chrome\": {\"id\": 59744622798, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 277}, \"services.gst.gov.in\": {\"id\": 59745722138, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 275}, \"msedge\": {\"id\": 59744622795, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 271}, \"credentialuibroker\": {\"id\": 59745969150, \"app\": \"CredentialUIBroker\", \"name\": \"CredentialUIBroker\", \"type\": \"app\", \"category_id\": 0, \"duration\": 186}, \"scgui\": {\"id\": 59744611853, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 156}, \"selfservice.gstsystem.in\": {\"id\": 59745675565, \"app\": \"selfservice.gstsystem.in\", \"name\": \"selfservice.gstsystem.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 149}, \"chrome://password-manager\": {\"id\": 59746706161, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 144}, \"login.microsoftonline.com\": {\"id\": 59746196174, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"track24.net\": {\"id\": 59746015900, \"app\": \"track24.net\", \"name\": \"track24.net\", \"type\": \"web\", \"category_id\": 0, \"duration\": 80}, \"app.cocloud.in\": {\"id\": 59745075717, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 44}, \"cloud9.cocloud.in\": {\"id\": 59745078938, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"unknown app\": {\"id\": 59744924931, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 28}, \"houseofzelena.com\": {\"id\": 59750252247, \"app\": \"houseofzelena.com\", \"name\": \"houseofzelena.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 25}, \"print\": {\"id\": 59746283057, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"javaw\": {\"id\": 59745744416, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"tn.gov.in\": {\"id\": 59747211698, \"app\": \"tn.gov.in\", \"name\": \"tn.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"icicibank.com\": {\"id\": 59744625395, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"snippingtool\": {\"id\": 59744764242, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"chrome://downloads\": {\"id\": 59744705217, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"gst.gov.in\": {\"id\": 59745718469, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"desktime.com\": {\"id\": 59744591658, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"dhl.com\": {\"id\": 59746069811, \"app\": \"dhl.com\", \"name\": \"dhl.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"downloads\": {\"id\": 59746991782, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}, \"about:blank\": {\"id\": 59746278970, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:12:45'),(1746,20,'2025-08-11','10:16:23','19:40:31',8.58444,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-11\", \"isOnline\": true, \"arrived\": \"2025-08-11 10:16:23\", \"left\": \"2025-08-11 19:40:31\", \"late\": true, \"onlineTime\": 30904, \"offlineTime\": 0, \"desktimeTime\": 30904, \"atWorkTime\": 33848, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 30904, \"productivity\": 100, \"efficiency\": 122.63, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59772133902, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9964}, \"microsoft remote desktop\": {\"id\": 59772917562, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7267}, \"windows explorer\": {\"id\": 59772145709, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3518}, \"microsoft outlook\": {\"id\": 59772279533, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2681}, \"acrobat\": {\"id\": 59772358081, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2226}, \"ms-teams\": {\"id\": 59772123230, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1657}, \"corporatebanking.hdfcbank.com\": {\"id\": 59772526091, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1123}, \"return.gst.gov.in\": {\"id\": 59774823572, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 858}, \"hrez.crystalhues.in\": {\"id\": 59778439792, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 286}, \"s2b.standardchartered.com\": {\"id\": 59772216796, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 180}, \"cibnext.icicibank.com\": {\"id\": 59772123229, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 173}, \"netbanking.hdfcbank.com\": {\"id\": 59777879826, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 140}, \"services.gst.gov.in\": {\"id\": 59774792968, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 106}, \"msedge\": {\"id\": 59772214344, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 101}, \"google chrome\": {\"id\": 59772131540, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 94}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59778700796, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 76}, \"candigital\": {\"id\": 59772261017, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"unknown app\": {\"id\": 59772344784, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 56}, \"v.hdfcbank.com\": {\"id\": 59777941893, \"app\": \"v.hdfcbank.com\", \"name\": \"v.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 48}, \"google.com\": {\"id\": 59772888283, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 46}, \"login.microsoftonline.com\": {\"id\": 59778398251, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 36}, \"bajajfinserv.in\": {\"id\": 59774885475, \"app\": \"bajajfinserv.in\", \"name\": \"bajajfinserv.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"microsoft word\": {\"id\": 59778383170, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 27}, \"snippingtool\": {\"id\": 59772153066, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"photos\": {\"id\": 59772363953, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"c\": {\"id\": 59777896899, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"shellexperiencehost\": {\"id\": 59772534719, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"hdfcbank.com\": {\"id\": 59772526089, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"cloud9.cocloud.in\": {\"id\": 59772917557, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"app.cocloud.in\": {\"id\": 59772914077, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"searchhost\": {\"id\": 59772910404, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"chrome://downloads\": {\"id\": 59772306374, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"dipartners.diageoindia.com\": {\"id\": 59772522982, \"app\": \"dipartners.diageoindia.com\", \"name\": \"dipartners.diageoindia.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59784683011, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"scgui\": {\"id\": 59777203392, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"windowsterminal\": {\"id\": 59772129264, \"app\": \"WindowsTerminal\", \"name\": \"WindowsTerminal\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"javaw\": {\"id\": 59772131538, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-07-31 19:12:49'),(1747,20,'2025-08-12','03:52:48','18:34:55',10.8364,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-12\", \"isOnline\": true, \"arrived\": \"2025-08-12 03:52:48\", \"left\": \"2025-08-12 18:34:55\", \"late\": false, \"onlineTime\": 39009, \"offlineTime\": 0, \"desktimeTime\": 39009, \"atWorkTime\": 52927, \"afterWorkTime\": 0, \"beforeWorkTime\": 10467, \"productiveTime\": 39011, \"productivity\": 100, \"efficiency\": 154.81, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft remote desktop\": {\"id\": 59794781904, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15671}, \"microsoft excel\": {\"id\": 59794930734, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12400}, \"windows explorer\": {\"id\": 59794786918, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2811}, \"microsoft outlook\": {\"id\": 59794817269, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1784}, \"pms.chlserv.com\": {\"id\": 59799543684, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1051}, \"ms-teams\": {\"id\": 59794751907, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 933}, \"acrobat\": {\"id\": 59795425699, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 687}, \"corporatebanking.hdfcbank.com\": {\"id\": 59794778518, \"app\": \"corporatebanking.hdfcbank.com\", \"name\": \"corporatebanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 683}, \"google.com\": {\"id\": 59795642458, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 335}, \"return.gst.gov.in\": {\"id\": 59795643244, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"taxtmi.com\": {\"id\": 59802942312, \"app\": \"taxtmi.com\", \"name\": \"taxtmi.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 207}, \"google chrome\": {\"id\": 59795641638, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 196}, \"eportal.incometax.gov.in\": {\"id\": 59803924566, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"shellexperiencehost\": {\"id\": 59794751908, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 165}, \"localhost\": {\"id\": 59804409555, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"unknown app\": {\"id\": 59794925975, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"services.gst.gov.in\": {\"id\": 59795642459, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 120}, \"computaxonline.com\": {\"id\": 59804469574, \"app\": \"computaxonline.com\", \"name\": \"computaxonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 113}, \"traveltourismacademy.com\": {\"id\": 59801718237, \"app\": \"traveltourismacademy.com\", \"name\": \"traveltourismacademy.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"msedge\": {\"id\": 59794778517, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"cibnext.icicibank.com\": {\"id\": 59797493421, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"s2b.standardchartered.com\": {\"id\": 59797623271, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 86}, \"candigital\": {\"id\": 59797651825, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 83}, \"chatgpt.com\": {\"id\": 59803454239, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"login.microsoftonline.com\": {\"id\": 59798962457, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 78}, \"aai.aero\": {\"id\": 59802786085, \"app\": \"aai.aero\", \"name\": \"aai.aero\", \"type\": \"web\", \"category_id\": 0, \"duration\": 70}, \"indiafilings.com\": {\"id\": 59801674989, \"app\": \"indiafilings.com\", \"name\": \"indiafilings.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 61}, \"digialm.com\": {\"id\": 59802807470, \"app\": \"digialm.com\", \"name\": \"digialm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 54}, \"cloud9.cocloud.in\": {\"id\": 59794780212, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"print\": {\"id\": 59799846229, \"app\": \"print\", \"name\": \"print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"scgui\": {\"id\": 59794772166, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 33}, \"onedrive\": {\"id\": 59794751905, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 32}, \"tatacapital.com\": {\"id\": 59801658991, \"app\": \"tatacapital.com\", \"name\": \"tatacapital.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"shopify.com\": {\"id\": 59801614616, \"app\": \"shopify.com\", \"name\": \"shopify.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"snippingtool\": {\"id\": 59797567709, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"corporate.hdfcbank.com\": {\"id\": 59804020159, \"app\": \"corporate.hdfcbank.com\", \"name\": \"corporate.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"cdn.digialm.com\": {\"id\": 59802802417, \"app\": \"cdn.digialm.com\", \"name\": \"cdn.digialm.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"olk\": {\"id\": 59803811530, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"microsoft.com\": {\"id\": 59794775299, \"app\": \"microsoft.com\", \"name\": \"microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"cleartax.in\": {\"id\": 59802743414, \"app\": \"cleartax.in\", \"name\": \"cleartax.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"app.cocloud.in\": {\"id\": 59794778521, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"incometaxindia.gov.in\": {\"id\": 59802738192, \"app\": \"incometaxindia.gov.in\", \"name\": \"incometaxindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"hrez.crystalhues.in\": {\"id\": 59798969834, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"chrome://password-manager\": {\"id\": 59802825454, \"app\": \"chrome://password-manager\", \"name\": \"chrome://password-manager\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"netbanking.hdfcbank.com\": {\"id\": 59804014413, \"app\": \"netbanking.hdfcbank.com\", \"name\": \"netbanking.hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"hdfcbank.com\": {\"id\": 59804195159, \"app\": \"hdfcbank.com\", \"name\": \"hdfcbank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59797493419, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59800578942, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"compuoffice\": {\"id\": 59804409553, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 59803448874, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"immigrationdiploma.queenslaw.ca\": {\"id\": 59801713653, \"app\": \"immigrationdiploma.queenslaw.ca\", \"name\": \"immigrationdiploma.queenslaw.ca\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"javaw\": {\"id\": 59794751906, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"searchhost\": {\"id\": 59809545258, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:12:49'),(1748,20,'2025-08-13','10:07:08','18:37:36',7.65389,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-13\", \"isOnline\": true, \"arrived\": \"2025-08-13 10:07:08\", \"left\": \"2025-08-13 18:37:36\", \"late\": true, \"onlineTime\": 27807, \"offlineTime\": 0, \"desktimeTime\": 27807, \"atWorkTime\": 30628, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27554, \"productivity\": 99.09, \"efficiency\": 109.34, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"youtube.com\": {\"id\": 59830567463, \"app\": \"youtube.com\", \"name\": \"youtube.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 230}, \"ilovepdf.com\": {\"id\": 59834457525, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59822354729, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7158}, \"windows explorer\": {\"id\": 59822346724, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3882}, \"microsoft outlook\": {\"id\": 59822462696, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3567}, \"unifiedportal-emp.epfindia.gov.in\": {\"id\": 59822757371, \"app\": \"unifiedportal-emp.epfindia.gov.in\", \"name\": \"unifiedportal-emp.epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3284}, \"ms-teams\": {\"id\": 59822328281, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2263}, \"microsoft remote desktop\": {\"id\": 59822545856, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2000}, \"eicmai.in\": {\"id\": 59830130487, \"app\": \"eicmai.in\", \"name\": \"eicmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 668}, \"acrobat\": {\"id\": 59822697370, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 639}, \"hrsoft.chlserv.com\": {\"id\": 59826725778, \"app\": \"hrsoft.chlserv.com\", \"name\": \"hrsoft.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 477}, \"google chrome\": {\"id\": 59822328284, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 469}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59824785037, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 423}, \"google.com\": {\"id\": 59822336654, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 327}, \"notepad\": {\"id\": 59831010738, \"app\": \"Notepad\", \"name\": \"Notepad\", \"type\": \"app\", \"category_id\": 0, \"duration\": 214}, \"cibnext.icicibank.com\": {\"id\": 59822339092, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 185}, \"return.gst.gov.in\": {\"id\": 59831385108, \"app\": \"return.gst.gov.in\", \"name\": \"return.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 170}, \"scgui\": {\"id\": 59822324025, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"tdscpc.gov.in\": {\"id\": 59829544637, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 153}, \"chatgpt.com\": {\"id\": 59826070315, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 118}, \"candigital\": {\"id\": 59822394625, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"icmai.in\": {\"id\": 59830475608, \"app\": \"icmai.in\", \"name\": \"icmai.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 109}, \"file://\": {\"id\": 59831086113, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 107}, \"justdial.com\": {\"id\": 59823381824, \"app\": \"justdial.com\", \"name\": \"justdial.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 99}, \"s2b.standardchartered.com\": {\"id\": 59822431815, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"msedge\": {\"id\": 59822343872, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 95}, \"services.tdscpc.gov.in\": {\"id\": 59833840693, \"app\": \"services.tdscpc.gov.in\", \"name\": \"services.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\": {\"id\": 59823508888, \"app\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"name\": \"chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"desktime.com\": {\"id\": null, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 85}, \"localhost\": {\"id\": 59829490343, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"cloud9.cocloud.in\": {\"id\": 59829758712, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 58}, \"app.cocloud.in\": {\"id\": 59822541032, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 56}, \"services.gst.gov.in\": {\"id\": 59831371883, \"app\": \"services.gst.gov.in\", \"name\": \"services.gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 45}, \"unknown app\": {\"id\": 59823821281, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"downloads\": {\"id\": 59822457794, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 39}, \"eportal.incometax.gov.in\": {\"id\": 59833796585, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"epfindia.gov.in\": {\"id\": 59822757370, \"app\": \"epfindia.gov.in\", \"name\": \"epfindia.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 30}, \"shellexperiencehost\": {\"id\": 59825617126, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"bing.com\": {\"id\": 59833814058, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"snippingtool\": {\"id\": 59822460424, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 18}, \"javaw\": {\"id\": 59822326027, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 15}, \"incometax.gov.in\": {\"id\": 59833796583, \"app\": \"incometax.gov.in\", \"name\": \"incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"compuoffice\": {\"id\": 59829485403, \"app\": \"CompuOffice\", \"name\": \"CompuOffice\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"contents.tdscpc.gov.in\": {\"id\": 59832520334, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 7}, \"chrome://downloads\": {\"id\": 59822754397, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"crystalhues.com\": {\"id\": 59829131084, \"app\": \"crystalhues.com\", \"name\": \"crystalhues.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chromewebdata\": {\"id\": 59826061204, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"login.microsoftonline.com\": {\"id\": 59824785036, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"go.microsoft.com\": {\"id\": 59834145336, \"app\": \"go.microsoft.com\", \"name\": \"go.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"registration.shramsuvidha.gov.in\": {\"id\": 59833791329, \"app\": \"registration.shramsuvidha.gov.in\", \"name\": \"registration.shramsuvidha.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"gst.gov.in\": {\"id\": 59831371880, \"app\": \"gst.gov.in\", \"name\": \"gst.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://print\": {\"id\": 59833700441, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:12:53'),(1749,20,'2025-08-14','09:05:19','13:18:27',3.83528,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-14\", \"isOnline\": true, \"arrived\": \"2025-08-14 09:05:19\", \"left\": \"2025-08-14 13:18:27\", \"late\": true, \"onlineTime\": 14095, \"offlineTime\": 0, \"desktimeTime\": 14095, \"atWorkTime\": 15188, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 13807, \"productivity\": 100, \"efficiency\": 54.79, \"work_starts\": \"09:00:00\", \"work_ends\": \"20:00:00\", \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59846692972, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4319}, \"windows explorer\": {\"id\": 59846687730, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1660}, \"microsoft remote desktop\": {\"id\": 59847060854, \"app\": \"Microsoft Remote Desktop\", \"name\": \"Microsoft Remote Desktop\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1462}, \"microsoft outlook\": {\"id\": 59846739834, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1450}, \"microsoft excel\": {\"id\": 59846699621, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1348}, \"javaw\": {\"id\": 59846687737, \"app\": \"Javaw\", \"name\": \"Javaw\", \"type\": \"app\", \"category_id\": 0, \"duration\": 740}, \"app.cocloud.in\": {\"id\": 59847058937, \"app\": \"app.cocloud.in\", \"name\": \"app.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 736}, \"pms.chlserv.com\": {\"id\": 59849377749, \"app\": \"pms.chlserv.com\", \"name\": \"pms.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 478}, \"scgui\": {\"id\": 59846687738, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 272}, \"localhost\": {\"id\": 59846760994, \"app\": \"localhost\", \"name\": \"localhost\", \"type\": \"web\", \"category_id\": 0, \"duration\": 258}, \"cloud9.cocloud.in\": {\"id\": 59847060853, \"app\": \"cloud9.cocloud.in\", \"name\": \"cloud9.cocloud.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 255}, \"google chrome\": {\"id\": 59846694189, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 231}, \"acrobat\": {\"id\": 59847011128, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 176}, \"shellexperiencehost\": {\"id\": 59846687729, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 117}, \"s2b.standardchartered.com\": {\"id\": 59846720971, \"app\": \"s2b.standardchartered.com\", \"name\": \"s2b.standardchartered.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 95}, \"msedge\": {\"id\": 59846687735, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 86}, \"candigital\": {\"id\": 59846706319, \"app\": \"CanDigital\", \"name\": \"CanDigital\", \"type\": \"app\", \"category_id\": 0, \"duration\": 66}, \"searchhost\": {\"id\": 59847358684, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"unknown app\": {\"id\": 59846943362, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"cibnext.icicibank.com\": {\"id\": 59846695359, \"app\": \"cibnext.icicibank.com\", \"name\": \"cibnext.icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 57}, \"tdscpc.gov.in\": {\"id\": 59846810053, \"app\": \"tdscpc.gov.in\", \"name\": \"tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"snippingtool\": {\"id\": 59846737508, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"login.microsoftonline.com\": {\"id\": 59849372667, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20}, \"chrome://new-tab-page\": {\"id\": 59849368127, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"chrome://downloads\": {\"id\": 59847081932, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"chrome://print\": {\"id\": 59849487834, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59846807431, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"contents.tdscpc.gov.in\": {\"id\": 59846808650, \"app\": \"contents.tdscpc.gov.in\", \"name\": \"contents.tdscpc.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"eportal.incometax.gov.in\": {\"id\": 59846807432, \"app\": \"eportal.incometax.gov.in\", \"name\": \"eportal.incometax.gov.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"chrome://whats-new\": {\"id\": 59846694187, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"icicibank.com\": {\"id\": 59846695358, \"app\": \"icicibank.com\", \"name\": \"icicibank.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"msedgewebview2\": {\"id\": 59848764583, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"onedrive\": {\"id\": 59847384450, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"downloads\": {\"id\": 59846733800, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"tdsonlineact\": {\"id\": 59846787747, \"app\": \"TDSOnlineAct\", \"name\": \"TDSOnlineAct\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-07-31 19:12:53'),(1750,20,'2025-08-18',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:55'),(1751,20,'2025-08-19',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:55'),(1752,20,'2025-08-20',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:57'),(1753,20,'2025-08-21',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:57'),(1754,20,'2025-08-22',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:58'),(1755,20,'2025-08-23',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:12:59'),(1756,20,'2025-08-25',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:13:01'),(1757,20,'2025-08-26',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:13:01'),(1758,20,'2025-08-27',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:13:02'),(1759,20,'2025-08-28',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:13:04'),(1760,20,'2025-08-29',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-07-31 19:13:08'),(1762,12,'2025-08-15',NULL,NULL,0,'{\"id\": 288936, \"name\": \"Ritesh Soni\", \"email\": \"zh.s@chllocalization.com\", \"groupId\": 142020, \"group\": \"CULSTER MANAGER 1\", \"profileUrl\": \"https://desktime.com/app/employee/288936/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2255\": \"ZH\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:19:19'),(1763,13,'2025-08-15',NULL,NULL,0,'{\"id\": 491534, \"name\": \"Abantika Chowdhury\", \"email\": \"abantika.chowdhury@crystalhues.com\", \"groupId\": 108842, \"group\": \"CLUSTER 3\", \"profileUrl\": \"https://desktime.com/app/employee/491534/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10011\": \"CM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:19:28'),(1764,15,'2025-08-15',NULL,NULL,0,'{\"id\": 139801, \"name\": \"Abhinav\", \"email\": \"abhinav.kimoti@crystalhues.com\", \"groupId\": 109303, \"group\": \"DIGITAL INHOUSE\", \"profileUrl\": \"https://desktime.com/app/employee/139801/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2167\": \"SEO EXECUTIVE\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:19:38'),(1765,16,'2025-08-15',NULL,NULL,0,'{\"id\": 138802, \"name\": \"Amit Kumar\", \"email\": \"amit@chllocalization.com\", \"groupId\": 12810, \"group\": \"LOCALIZATION (QA)TEAM\", \"profileUrl\": \"https://desktime.com/app/employee/138802/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"218\": \"QA\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:19:48'),(1766,18,'2025-08-15',NULL,NULL,0,'{\"id\": 425899, \"name\": \"Chandra Pal Singh\", \"email\": \"dmm@chldigital.com\", \"groupId\": 142092, \"group\": \"DIGITAL HEAD\", \"profileUrl\": \"https://desktime.com/app/employee/425899/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"2343\": \"DGI\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:19:57'),(1767,19,'2025-08-15',NULL,NULL,0,'{\"id\": 139898, \"name\": \"Jasvindar Singh\", \"email\": \"jasvindar@chlworldwide.com\", \"groupId\": 120947, \"group\": \"WORLDWIDE\", \"profileUrl\": \"https://desktime.com/app/employee/139898/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"59\": \"Studio Manager\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:20:07'),(1768,20,'2025-08-15',NULL,NULL,0,'{\"id\": 462871, \"name\": \"Jarnail Singh\", \"email\": \"accountant@crystalhues.com\", \"groupId\": 12704, \"group\": \"ACCOUNTS\", \"profileUrl\": \"https://desktime.com/app/employee/462871/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10001\": \"AM\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-03 05:20:16'),(1788,8,'2025-08-01','10:15:54','16:13:17',4.32417,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-01\", \"isOnline\": false, \"arrived\": \"2025-08-01 10:15:54\", \"left\": \"2025-08-01 16:13:17\", \"late\": false, \"onlineTime\": 15567, \"offlineTime\": 0, \"desktimeTime\": 15567, \"atWorkTime\": 21443, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 15567, \"productivity\": 100, \"efficiency\": 61.77, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59613676075, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5703}, \"microsoft outlook\": {\"id\": 59612767644, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3042}, \"ms-teams\": {\"id\": 59612765182, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2388}, \"hrez.crystalhues.in\": {\"id\": 59612969619, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1875}, \"windows explorer\": {\"id\": 59612760522, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1251}, \"in.emsigner.com\": {\"id\": 59612831013, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 537}, \"desktime.com\": {\"id\": 59613403426, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 366}, \"acrobat\": {\"id\": 59613291056, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 121}, \"microsoft word\": {\"id\": 59620695170, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 71}, \"msedgewebview2\": {\"id\": 59614861649, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"bing.com\": {\"id\": 59617536741, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"unknown app\": {\"id\": 59613490364, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 26}, \"login.microsoftonline.com\": {\"id\": 59612966896, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 24}, \"msedge\": {\"id\": 59617522514, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"google chrome\": {\"id\": 59612828642, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 16}, \"jio.com\": {\"id\": 59617541367, \"app\": \"jio.com\", \"name\": \"jio.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"airtel.in\": {\"id\": 59617527468, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 11}, \"shellexperiencehost\": {\"id\": 59613456841, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"photos\": {\"id\": 59612873914, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"shellhost\": {\"id\": 59614212176, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": 59620900080, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}, \"lockapp\": {\"id\": 59614831884, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-08-17 10:54:41'),(1789,8,'2025-08-02','10:02:13','18:59:28',8.33194,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-02\", \"isOnline\": false, \"arrived\": \"2025-08-02 10:02:13\", \"left\": \"2025-08-02 18:59:28\", \"late\": false, \"onlineTime\": 29995, \"offlineTime\": 0, \"desktimeTime\": 29995, \"atWorkTime\": 32235, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29995, \"productivity\": 100, \"efficiency\": 119.03, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59635127197, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10845}, \"ms-teams\": {\"id\": 59635125125, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4928}, \"hrez.crystalhues.in\": {\"id\": 59635168719, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4086}, \"microsoft excel\": {\"id\": 59635539537, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3230}, \"acrobat\": {\"id\": 59635197037, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2231}, \"in.emsigner.com\": {\"id\": 59635162037, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1798}, \"microsoft word\": {\"id\": 59635195256, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1355}, \"windows explorer\": {\"id\": 59635161248, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 752}, \"unknown app\": {\"id\": 59635348754, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 170}, \"desktime.com\": {\"id\": 59635810313, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 133}, \"google chrome\": {\"id\": 59635167936, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 105}, \"lockapp\": {\"id\": 59635301033, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"chatgpt.com\": {\"id\": 59635962708, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 62}, \"login.microsoftonline.com\": {\"id\": 59635167937, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"emsigner.com\": {\"id\": 59636174204, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 31}, \"shellexperiencehost\": {\"id\": 59635957560, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 29}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"openai.com\": {\"id\": 59635961946, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"evportal.airtel.com\": {\"id\": 59635987799, \"app\": \"evportal.airtel.com\", \"name\": \"evportal.airtel.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 12}, \"searchhost\": {\"id\": 59636280291, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"c\": {\"id\": 59637120781, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"msedge\": {\"id\": 59636176646, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"bing.com\": {\"id\": 59636176647, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"downloads\": {\"id\": 59636743409, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"onlinent\": {\"id\": 59636177391, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"google.com\": {\"id\": 59635961945, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-08-17 10:54:41'),(1790,8,'2025-08-03',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-03\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-17 10:54:42'),(1791,8,'2025-08-04','10:03:04','19:01:23',7.56972,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-04\", \"isOnline\": false, \"arrived\": \"2025-08-04 10:03:04\", \"left\": \"2025-08-04 19:01:23\", \"late\": false, \"onlineTime\": 27250, \"offlineTime\": 0, \"desktimeTime\": 27250, \"atWorkTime\": 32299, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27251, \"productivity\": 100, \"efficiency\": 108.14, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59642107035, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6711}, \"ms-teams\": {\"id\": 59642023843, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5881}, \"in.emsigner.com\": {\"id\": 59645237524, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3363}, \"windows explorer\": {\"id\": 59642104770, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2083}, \"acrobat\": {\"id\": 59644235213, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1951}, \"microsoft word\": {\"id\": 59644392779, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1754}, \"hrez.crystalhues.in\": {\"id\": 59642169628, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1726}, \"microsoft excel\": {\"id\": 59642201671, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1249}, \"c\": {\"id\": 59646077226, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 606}, \"google chrome\": {\"id\": 59642165912, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 580}, \"unknown app\": {\"id\": 59642505305, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 276}, \"us-lms.365.systems\": {\"id\": 59651097826, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 222}, \"smallpdf.com\": {\"id\": 59645146786, \"app\": \"smallpdf.com\", \"name\": \"smallpdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 183}, \"msedge\": {\"id\": 59643367966, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 119}, \"lockapp\": {\"id\": 59642095967, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 114}, \"shellexperiencehost\": {\"id\": 59644239923, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 92}, \"desktime.com\": {\"id\": 59643629834, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 92}, \"chatgpt.com\": {\"id\": 59643118067, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 89}, \"openai.com\": {\"id\": 59643111719, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 67}, \"msedgewebview2\": {\"id\": 59646177729, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"login.microsoftonline.com\": {\"id\": 59642165914, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 19}, \"downloads\": {\"id\": 59649591251, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"searchhost\": {\"id\": 59644392777, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 10}, \"emsigner.com\": {\"id\": 59646649564, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"airtel.in\": {\"id\": 59643367970, \"app\": \"airtel.in\", \"name\": \"airtel.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"google.com\": {\"id\": 59643111718, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 6}, \"startmenuexperiencehost\": {\"id\": 59647232182, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"bing.com\": {\"id\": 59646649570, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-08-17 10:54:42'),(1792,8,'2025-08-05','09:42:13','18:39:08',7.93972,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-05\", \"isOnline\": false, \"arrived\": \"2025-08-05 09:42:13\", \"left\": \"2025-08-05 18:39:08\", \"late\": false, \"onlineTime\": 28583, \"offlineTime\": 0, \"desktimeTime\": 28583, \"atWorkTime\": 32215, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28583, \"productivity\": 100, \"efficiency\": 113.42, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59668112411, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6485}, \"ms-teams\": {\"id\": 59668095099, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4009}, \"hrez.crystalhues.in\": {\"id\": 59668344819, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3781}, \"in.emsigner.com\": {\"id\": 59668609853, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3772}, \"windows explorer\": {\"id\": 59668110694, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2700}, \"microsoft excel\": {\"id\": 59669103857, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2634}, \"microsoft word\": {\"id\": 59668446134, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1522}, \"acrobat\": {\"id\": 59668128969, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1260}, \"chatgpt.com\": {\"id\": 59669157956, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 507}, \"c\": {\"id\": 59674048200, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 425}, \"startmenuexperiencehost\": {\"id\": 59672412026, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 360}, \"onedrive\": {\"id\": 59668053693, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 307}, \"google chrome\": {\"id\": 59668340372, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 286}, \"fairgaze.com\": {\"id\": 59671089704, \"app\": \"fairgaze.com\", \"name\": \"fairgaze.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 145}, \"desktime.com\": {\"id\": 59671236333, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 87}, \"openai.com\": {\"id\": 59669152154, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 52}, \"shellexperiencehost\": {\"id\": 59668633954, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 49}, \"login.microsoftonline.com\": {\"id\": 59668342586, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 43}, \"unknown app\": {\"id\": 59668671813, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 37}, \"emsigner.com\": {\"id\": 59668603009, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"scgui\": {\"id\": 59669701707, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"searchhost\": {\"id\": 59672412025, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 22}, \"chrome://print\": {\"id\": 59669668868, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 16}, \"msedgewebview2\": {\"id\": 59677732521, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 14}, \"about:blank\": {\"id\": 59669759179, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"dwm\": {\"id\": 59673179089, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 59669152151, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"lockapp\": {\"id\": 59670518857, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"shellhost\": {\"id\": 59675297839, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"snippingtool\": {\"id\": 59680689672, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-08-17 10:54:43'),(1793,8,'2025-08-06','10:03:21','19:01:08',8.01083,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-06\", \"isOnline\": false, \"arrived\": \"2025-08-06 10:03:21\", \"left\": \"2025-08-06 19:01:08\", \"late\": false, \"onlineTime\": 28839, \"offlineTime\": 0, \"desktimeTime\": 28839, \"atWorkTime\": 32267, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 28839, \"productivity\": 100, \"efficiency\": 114.44, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59694331034, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5529}, \"microsoft outlook\": {\"id\": 59694331035, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4409}, \"hrez.crystalhues.in\": {\"id\": 59694493274, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3543}, \"windows explorer\": {\"id\": 59694261885, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2994}, \"canva.com\": {\"id\": 59695361878, \"app\": \"canva.com\", \"name\": \"canva.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2826}, \"in.emsigner.com\": {\"id\": 59694980250, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2230}, \"acrobat\": {\"id\": 59697406095, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1977}, \"microsoft excel\": {\"id\": 59694963273, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1689}, \"microsoft word\": {\"id\": 59697960551, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1307}, \"c\": {\"id\": 59697441998, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 680}, \"chatgpt.com\": {\"id\": 59694681235, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 491}, \"google chrome\": {\"id\": 59694467633, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 334}, \"login.microsoftonline.com\": {\"id\": 59694467634, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 190}, \"startmenuexperiencehost\": {\"id\": 59700193872, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"openai.com\": {\"id\": 59694670224, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 135}, \"desktime.com\": {\"id\": 59704514830, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 94}, \"msedgewebview2\": {\"id\": 59698476963, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 58}, \"msedge\": {\"id\": 59695349440, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"unknown app\": {\"id\": 59694328848, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 35}, \"shellexperiencehost\": {\"id\": 59707239635, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"downloads\": {\"id\": 59697856100, \"app\": \"downloads\", \"name\": \"downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 18}, \"google.com\": {\"id\": 59694667380, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"bing.com\": {\"id\": 59695353609, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"searchhost\": {\"id\": 59700193870, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"emsigner.com\": {\"id\": 59697496526, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"chrome://whats-new\": {\"id\": 59694916683, \"app\": \"chrome://whats-new\", \"name\": \"chrome://whats-new\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"photos\": {\"id\": 59696820293, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"about:blank\": {\"id\": 59697496524, \"app\": \"about:blank\", \"name\": \"about:blank\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-08-17 10:54:43'),(1794,8,'2025-08-07','10:01:58','19:00:19',7.72056,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-07\", \"isOnline\": false, \"arrived\": \"2025-08-07 10:01:58\", \"left\": \"2025-08-07 19:00:19\", \"late\": false, \"onlineTime\": 27794, \"offlineTime\": 0, \"desktimeTime\": 27794, \"atWorkTime\": 32301, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27794, \"productivity\": 100, \"efficiency\": 110.29, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59720317822, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6295}, \"microsoft word\": {\"id\": 59725084936, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5135}, \"hrez.crystalhues.in\": {\"id\": 59720109125, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5055}, \"microsoft outlook\": {\"id\": 59720114537, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4244}, \"ms-teams\": {\"id\": 59720058942, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3113}, \"in.emsigner.com\": {\"id\": 59720124309, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1618}, \"windows explorer\": {\"id\": 59720052027, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1474}, \"acrobat\": {\"id\": 59720159264, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 219}, \"unknown app\": {\"id\": 59720315376, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 160}, \"photos\": {\"id\": 59725065489, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 127}, \"pickerhost\": {\"id\": 59725456438, \"app\": \"PickerHost\", \"name\": \"PickerHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 81}, \"desktime.com\": {\"id\": 59720054357, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 69}, \"google chrome\": {\"id\": 59720104595, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"msedgewebview2\": {\"id\": 59720176711, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 43}, \"lockapp\": {\"id\": 59732242182, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 40}, \"snippingtool\": {\"id\": 59720171775, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 24}, \"login.microsoftonline.com\": {\"id\": 59720106866, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"c\": {\"id\": 59730753368, \"app\": \"c\", \"name\": \"c\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"searchhost\": {\"id\": 59720315375, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}}}, \"projects\": []}','2025-08-17 10:54:44'),(1795,8,'2025-08-08','10:00:18','18:54:02',8.07694,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-08\", \"isOnline\": false, \"arrived\": \"2025-08-08 10:00:18\", \"left\": \"2025-08-08 18:54:02\", \"late\": false, \"onlineTime\": 29094, \"offlineTime\": 0, \"desktimeTime\": 29094, \"atWorkTime\": 32024, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29077, \"productivity\": 99.94, \"efficiency\": 115.38, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59751695805, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}}, \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59744529978, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6182}, \"ms-teams\": {\"id\": 59744509895, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4988}, \"microsoft outlook\": {\"id\": 59744512128, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4961}, \"microsoft word\": {\"id\": 59745031190, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4953}, \"hrez.crystalhues.in\": {\"id\": 59745289847, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1945}, \"windows explorer\": {\"id\": 59744606254, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1899}, \"in.emsigner.com\": {\"id\": 59751882096, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1664}, \"acrobat\": {\"id\": 59745302243, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 678}, \"chatgpt.com\": {\"id\": 59751181647, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 617}, \"startmenuexperiencehost\": {\"id\": 59748167850, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 340}, \"google chrome\": {\"id\": 59745298923, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 333}, \"unknown app\": {\"id\": 59746169299, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 140}, \"msedgewebview2\": {\"id\": 59747533598, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 125}, \"shellexperiencehost\": {\"id\": 59744534226, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 53}, \"openai.com\": {\"id\": 59751164460, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 51}, \"desktime.com\": {\"id\": 59752684167, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 37}, \"login.microsoftonline.com\": {\"id\": 59745289848, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 28}, \"onedrive\": {\"id\": 59744505007, \"app\": \"OneDrive\", \"name\": \"OneDrive\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"dwm\": {\"id\": 59748087789, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 20}, \"searchhost\": {\"id\": 59744585955, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 13}, \"lockapp\": {\"id\": 59746448331, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"openwith\": {\"id\": 59745302242, \"app\": \"OpenWith\", \"name\": \"OpenWith\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"werfault\": {\"id\": 59748092123, \"app\": \"WerFault\", \"name\": \"WerFault\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"google.com\": {\"id\": 59751690882, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"scgui\": {\"id\": 59744507913, \"app\": \"Scgui\", \"name\": \"Scgui\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1}}}, \"projects\": []}','2025-08-17 10:54:44'),(1796,8,'2025-08-09',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-09\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-17 10:54:45'),(1797,8,'2025-08-10',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-10\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-17 10:54:45'),(1798,8,'2025-08-11','10:03:19','18:59:20',7.73778,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-11\", \"isOnline\": false, \"arrived\": \"2025-08-11 10:03:19\", \"left\": \"2025-08-11 18:59:20\", \"late\": false, \"onlineTime\": 27916, \"offlineTime\": 0, \"desktimeTime\": 27916, \"atWorkTime\": 32161, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 27856, \"productivity\": 99.79, \"efficiency\": 110.54, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": {\"ilovepdf.com\": {\"id\": 59780686822, \"app\": \"ilovepdf.com\", \"name\": \"ilovepdf.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 60}}, \"0\": [], \"1\": {\"ms-teams\": {\"id\": 59771967273, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7921}, \"microsoft outlook\": {\"id\": 59772102835, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7581}, \"windows explorer\": {\"id\": 59772279473, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3211}, \"microsoft excel\": {\"id\": 59778640081, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2807}, \"microsoft word\": {\"id\": 59777531616, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1869}, \"hrez.crystalhues.in\": {\"id\": 59779299620, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1711}, \"acrobat\": {\"id\": 59772434333, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 807}, \"chatgpt.com\": {\"id\": 59772905401, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 698}, \"in.emsigner.com\": {\"id\": 59772245494, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 547}, \"startmenuexperiencehost\": {\"id\": 59777277743, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 180}, \"lockapp\": {\"id\": 59773464671, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 130}, \"openai.com\": {\"id\": 59772901570, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"google chrome\": {\"id\": 59772245493, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 62}, \"desktime.com\": {\"id\": 59783918918, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 53}, \"unknown app\": {\"id\": 59772657033, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 47}, \"google.com\": {\"id\": 59772901569, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 42}, \"msedgewebview2\": {\"id\": 59776422705, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 31}, \"teams.microsoft.com\": {\"id\": 59781338783, \"app\": \"teams.microsoft.com\", \"name\": \"teams.microsoft.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 17}, \"onlinent\": {\"id\": 59774831498, \"app\": \"ONLINENT\", \"name\": \"ONLINENT\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"login.microsoftonline.com\": {\"id\": 59779294523, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 14}, \"chrome://downloads\": {\"id\": 59772376940, \"app\": \"chrome://downloads\", \"name\": \"chrome://downloads\", \"type\": \"web\", \"category_id\": 0, \"duration\": 8}, \"dwm\": {\"id\": 59784880130, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6}, \"shellhost\": {\"id\": 59772384889, \"app\": \"ShellHost\", \"name\": \"ShellHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5}, \"shellexperiencehost\": {\"id\": 59779326520, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"searchhost\": {\"id\": 59777282093, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3}, \"twinkl.co.in\": {\"id\": 59781016313, \"app\": \"twinkl.co.in\", \"name\": \"twinkl.co.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"links.social.twinkl.co.uk\": {\"id\": 59781011074, \"app\": \"links.social.twinkl.co.uk\", \"name\": \"links.social.twinkl.co.uk\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chromewebdata\": {\"id\": 59778317138, \"app\": \"chromewebdata\", \"name\": \"chromewebdata\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"chrome://new-tab-page\": {\"id\": 59772901568, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-08-17 10:54:45'),(1799,8,'2025-08-12','10:03:57','18:58:42',8.06917,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-12\", \"isOnline\": false, \"arrived\": \"2025-08-12 10:03:57\", \"left\": \"2025-08-12 18:58:42\", \"late\": false, \"onlineTime\": 29048, \"offlineTime\": 0, \"desktimeTime\": 29048, \"atWorkTime\": 32085, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 29049, \"productivity\": 100, \"efficiency\": 115.27, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft excel\": {\"id\": 59797097847, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6340}, \"ms-teams\": {\"id\": 59796847775, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5585}, \"microsoft outlook\": {\"id\": 59796967012, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4882}, \"microsoft word\": {\"id\": 59797329829, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 3107}, \"hrez.crystalhues.in\": {\"id\": 59797041107, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2712}, \"windows explorer\": {\"id\": 59797058755, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2065}, \"acrobat\": {\"id\": 59797370110, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1452}, \"hrsoft.chlserv.com\": {\"id\": 59806406464, \"app\": \"hrsoft.chlserv.com\", \"name\": \"hrsoft.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1338}, \"file://\": {\"id\": 59806636954, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 432}, \"desktime.com\": {\"id\": 59807726143, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 189}, \"startmenuexperiencehost\": {\"id\": 59804297342, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 181}, \"google chrome\": {\"id\": 59797035688, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 167}, \"msedgewebview2\": {\"id\": 59797147808, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 126}, \"login.microsoftonline.com\": {\"id\": 59797038395, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 126}, \"msedge\": {\"id\": 59807131384, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 123}, \"chatgpt.com\": {\"id\": 59797249062, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 68}, \"127.0.0.1\": {\"id\": 59806431856, \"app\": \"127.0.0.1\", \"name\": \"127.0.0.1\", \"type\": \"web\", \"category_id\": 0, \"duration\": 47}, \"unknown app\": {\"id\": 59797209147, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 36}, \"lockapp\": {\"id\": 59796962088, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 34}, \"olk\": {\"id\": 59800296327, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"openai.com\": {\"id\": 59797245999, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 10}, \"shellexperiencehost\": {\"id\": 59809163130, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 7}, \"chrome://print\": {\"id\": 59807302570, \"app\": \"chrome://print\", \"name\": \"chrome://print\", \"type\": \"web\", \"category_id\": 0, \"duration\": 3}, \"searchhost\": {\"id\": 59803072036, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-08-17 10:54:46'),(1800,8,'2025-08-13','10:01:39','19:15:20',7.10833,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-13\", \"isOnline\": false, \"arrived\": \"2025-08-13 10:01:39\", \"left\": \"2025-08-13 19:15:20\", \"late\": false, \"onlineTime\": 25590, \"offlineTime\": 0, \"desktimeTime\": 25590, \"atWorkTime\": 33221, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 25590, \"productivity\": 100, \"efficiency\": 101.55, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"microsoft outlook\": {\"id\": 59822358219, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6792}, \"ms-teams\": {\"id\": 59822259737, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 6729}, \"microsoft word\": {\"id\": 59822467280, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2930}, \"microsoft excel\": {\"id\": 59822866019, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2446}, \"acrobat\": {\"id\": 59822779138, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 1611}, \"hrez.crystalhues.in\": {\"id\": 59822657268, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1203}, \"in.emsigner.com\": {\"id\": 59822845637, \"app\": \"in.emsigner.com\", \"name\": \"in.emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1077}, \"crystalhuesltd-my.sharepoint.com\": {\"id\": 59824991760, \"app\": \"crystalhuesltd-my.sharepoint.com\", \"name\": \"crystalhuesltd-my.sharepoint.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 1029}, \"windows explorer\": {\"id\": 59822269435, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 912}, \"us-lms.365.systems\": {\"id\": 59833940704, \"app\": \"us-lms.365.systems\", \"name\": \"us-lms.365.systems\", \"type\": \"web\", \"category_id\": 0, \"duration\": 220}, \"desktime.com\": {\"id\": 59827985540, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 182}, \"google chrome\": {\"id\": 59822651319, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 97}, \"photos\": {\"id\": 59833774176, \"app\": \"Photos\", \"name\": \"Photos\", \"type\": \"app\", \"category_id\": 0, \"duration\": 77}, \"shellexperiencehost\": {\"id\": 59826530121, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 64}, \"msedgewebview2\": {\"id\": 59822472304, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 48}, \"unknown app\": {\"id\": 59822701045, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 30}, \"openai.com\": {\"id\": 59835248845, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"login.microsoftonline.com\": {\"id\": 59822654340, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 26}, \"msedge\": {\"id\": 59822842607, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 25}, \"hrsoft.chlserv.com\": {\"id\": 59832024546, \"app\": \"hrsoft.chlserv.com\", \"name\": \"hrsoft.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 22}, \"lockapp\": {\"id\": 59827467802, \"app\": \"LockApp\", \"name\": \"LockApp\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"snippingtool\": {\"id\": 59832042024, \"app\": \"SnippingTool\", \"name\": \"SnippingTool\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"searchhost\": {\"id\": 59822978810, \"app\": \"SearchHost\", \"name\": \"SearchHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8}, \"bing.com\": {\"id\": 59822842609, \"app\": \"bing.com\", \"name\": \"bing.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"startmenuexperiencehost\": {\"id\": 59829352252, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": null, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"dwm\": {\"id\": null, \"app\": \"Dwm\", \"name\": \"Dwm\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"google.com\": {\"id\": 59835248842, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}, \"emsigner.com\": {\"id\": 59822845634, \"app\": \"emsigner.com\", \"name\": \"emsigner.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 2}}}, \"projects\": []}','2025-08-17 10:54:47'),(1801,8,'2025-08-14','09:59:10','22:11:32',12.1481,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-14\", \"isOnline\": false, \"arrived\": \"2025-08-14 09:59:10\", \"left\": \"2025-08-14 22:11:32\", \"late\": false, \"onlineTime\": 43733, \"offlineTime\": 0, \"desktimeTime\": 43733, \"atWorkTime\": 43942, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 43733, \"productivity\": 100, \"efficiency\": 173.54, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"hrsoft.chlserv.com\": {\"id\": 59847243091, \"app\": \"hrsoft.chlserv.com\", \"name\": \"hrsoft.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 20504}, \"ms-teams\": {\"id\": 59847101065, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 8703}, \"microsoft excel\": {\"id\": 59849447064, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 5123}, \"hrez.crystalhues.in\": {\"id\": 59847250882, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4923}, \"microsoft outlook\": {\"id\": 59847164676, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2736}, \"microsoft word\": {\"id\": 59847321620, \"app\": \"Microsoft Word\", \"name\": \"Microsoft Word\", \"type\": \"app\", \"category_id\": 0, \"duration\": 440}, \"windows explorer\": {\"id\": 59847248695, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 402}, \"acrobat\": {\"id\": 59847338065, \"app\": \"Acrobat\", \"name\": \"Acrobat\", \"type\": \"app\", \"category_id\": 0, \"duration\": 326}, \"unknown app\": {\"id\": 59847162405, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 196}, \"msedgewebview2\": {\"id\": 59849087269, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 104}, \"desktime.com\": {\"id\": 59856609204, \"app\": \"desktime.com\", \"name\": \"desktime.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"file://\": {\"id\": 59848225972, \"app\": \"file://\", \"name\": \"file://\", \"type\": \"web\", \"category_id\": 0, \"duration\": 77}, \"chatgpt.com\": {\"id\": 59847795163, \"app\": \"chatgpt.com\", \"name\": \"chatgpt.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 38}, \"openai.com\": {\"id\": 59847784252, \"app\": \"openai.com\", \"name\": \"openai.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 34}, \"login.microsoftonline.com\": {\"id\": 59847248699, \"app\": \"login.microsoftonline.com\", \"name\": \"login.microsoftonline.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 15}, \"google chrome\": {\"id\": 59847781156, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 11}, \"google.com\": {\"id\": 59847781157, \"app\": \"google.com\", \"name\": \"google.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 9}, \"view.officeapps.live.com\": {\"id\": 59850139607, \"app\": \"view.officeapps.live.com\", \"name\": \"view.officeapps.live.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 5}, \"chrome://new-tab-page\": {\"id\": 59847248696, \"app\": \"chrome://new-tab-page\", \"name\": \"chrome://new-tab-page\", \"type\": \"web\", \"category_id\": 0, \"duration\": 4}, \"olk\": {\"id\": 59858585882, \"app\": \"Olk\", \"name\": \"Olk\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"shellexperiencehost\": {\"id\": 59848471516, \"app\": \"ShellExperienceHost\", \"name\": \"ShellExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"msedge\": {\"id\": 59847246339, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 2}, \"startmenuexperiencehost\": {\"id\": null, \"app\": \"StartMenuExperienceHost\", \"name\": \"StartMenuExperienceHost\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-08-17 10:54:47'),(1802,8,'2025-08-15',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-15\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-17 10:54:47'),(1803,8,'2025-08-16',NULL,NULL,0,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-16\", \"isOnline\": false, \"arrived\": false, \"left\": false, \"late\": false, \"onlineTime\": 0, \"offlineTime\": 0, \"desktimeTime\": 0, \"atWorkTime\": 0, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 0, \"productivity\": 0, \"efficiency\": 0, \"work_starts\": \"08:00:00\", \"work_ends\": \"18:00:00\", \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": []}, \"projects\": []}','2025-08-17 10:54:48'),(1804,8,'2025-08-17','15:54:53','16:06:41',0.196667,'{\"id\": 632882, \"name\": \"Aarushi\", \"email\": \"frontoffice@crystalhues.com\", \"groupId\": 99787, \"group\": \"ADMIN\", \"profileUrl\": \"https://desktime.com/app/employee/632882/2025-08-17\", \"isOnline\": false, \"arrived\": \"2025-08-17 15:54:53\", \"left\": \"2025-08-17 16:06:41\", \"late\": false, \"onlineTime\": 708, \"offlineTime\": 0, \"desktimeTime\": 708, \"atWorkTime\": 708, \"afterWorkTime\": 0, \"beforeWorkTime\": 0, \"productiveTime\": 708, \"productivity\": 100, \"efficiency\": 2.19, \"work_starts\": false, \"work_ends\": false, \"notes\": {\"10084\": \"Admin\"}, \"activeProject\": [], \"apps\": {\"-1\": [], \"0\": [], \"1\": {\"hrsoft.chlserv.com\": {\"id\": 59884748752, \"app\": \"hrsoft.chlserv.com\", \"name\": \"hrsoft.chlserv.com\", \"type\": \"web\", \"category_id\": 0, \"duration\": 393}, \"hrez.crystalhues.in\": {\"id\": null, \"app\": \"hrez.crystalhues.in\", \"name\": \"hrez.crystalhues.in\", \"type\": \"web\", \"category_id\": 0, \"duration\": 91}, \"microsoft excel\": {\"id\": null, \"app\": \"Microsoft Excel\", \"name\": \"Microsoft Excel\", \"type\": \"app\", \"category_id\": 0, \"duration\": 69}, \"windows explorer\": {\"id\": null, \"app\": \"Windows Explorer\", \"name\": \"Windows Explorer\", \"type\": \"app\", \"category_id\": 0, \"duration\": 50}, \"msedgewebview2\": {\"id\": null, \"app\": \"Msedgewebview2\", \"name\": \"Msedgewebview2\", \"type\": \"app\", \"category_id\": 0, \"duration\": 44}, \"ms-teams\": {\"id\": null, \"app\": \"Ms-teams\", \"name\": \"Ms-teams\", \"type\": \"app\", \"category_id\": 0, \"duration\": 23}, \"google chrome\": {\"id\": null, \"app\": \"Google Chrome\", \"name\": \"Google Chrome\", \"type\": \"app\", \"category_id\": 0, \"duration\": 17}, \"microsoft outlook\": {\"id\": null, \"app\": \"Microsoft Outlook\", \"name\": \"Microsoft Outlook\", \"type\": \"app\", \"category_id\": 0, \"duration\": 12}, \"msedge\": {\"id\": null, \"app\": \"Msedge\", \"name\": \"Msedge\", \"type\": \"app\", \"category_id\": 0, \"duration\": 9}, \"unknown app\": {\"id\": null, \"app\": \"Unknown App\", \"name\": \"Unknown App\", \"type\": \"app\", \"category_id\": 0, \"duration\": 0}}}, \"projects\": []}','2025-08-17 10:54:48');
/*!40000 ALTER TABLE `desktime_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `document`
--

DROP TABLE IF EXISTS `document`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `document` (
  `id` int NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) NOT NULL,
  `file_path` varchar(500) NOT NULL,
  `uploaded_by` int DEFAULT NULL,
  `uploaded_at` datetime DEFAULT CURRENT_TIMESTAMP,
  `category_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `category_id` (`category_id`),
  KEY `uploaded_by` (`uploaded_by`),
  CONSTRAINT `document_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `document_category` (`id`),
  CONSTRAINT `document_ibfk_2` FOREIGN KEY (`uploaded_by`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `document`
--

LOCK TABLES `document` WRITE;
/*!40000 ALTER TABLE `document` DISABLE KEYS */;
INSERT INTO `document` VALUES (1,'LEAVE_POLICY_2.pdf','/Users/pranavmenon/Downloads/chl_hrms_web/uploads/documents/LEAVE_POLICY_2.pdf',2,'2025-07-27 17:57:52',1),(2,'Employee-Benefits-Policy.pdf','/Users/pranavmenon/Downloads/chl_hrms_web/uploads/documents/Employee-Benefits-Policy.pdf',2,'2025-07-27 17:58:00',1),(3,'ATCC-ISO-18587-Certificate.pdf','/Users/pranavmenon/Downloads/chl_hrms_web/uploads/documents/ATCC-ISO-18587-Certificate.pdf',2,'2025-07-27 17:58:09',2),(4,'ATCC-ISO-17100-Certificate.pdf','/Users/pranavmenon/Downloads/chl_hrms_web/uploads/documents/ATCC-ISO-17100-Certificate.pdf',2,'2025-07-27 17:58:15',2),(6,'Screenshot_2025-08-13_at_1.28.58_PM.png','/Users/pranavmenon/Downloads/chl_hrms_web/uploads/documents/Screenshot_2025-08-13_at_1.28.58_PM.png',2,'2025-08-13 09:36:05',6);
/*!40000 ALTER TABLE `document` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `document_category`
--

DROP TABLE IF EXISTS `document_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `document_category` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `document_category`
--

LOCK TABLES `document_category` WRITE;
/*!40000 ALTER TABLE `document_category` DISABLE KEYS */;
INSERT INTO `document_category` VALUES (1,'Policies','Here you can view all the company policies','2025-07-27 17:55:15'),(2,'ISO Documents','Here you can see all ISO documents','2025-07-27 17:55:34'),(6,'TEst','Document test','2025-08-13 09:35:45'),(7,'Test Notification','Test Notification','2025-08-13 09:52:35'),(8,'ISO Documents','ISO Documents','2025-08-13 10:05:41'),(9,'ISO DOCUMENTS ','TEst Notification','2025-08-14 08:05:11');
/*!40000 ALTER TABLE `document_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `earning_head`
--

DROP TABLE IF EXISTS `earning_head`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `earning_head` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `earning_head`
--

LOCK TABLES `earning_head` WRITE;
/*!40000 ALTER TABLE `earning_head` DISABLE KEYS */;
INSERT INTO `earning_head` VALUES (1,'Basic',''),(2,'HRA','House Rent Allowance'),(3,'Conv Allowance TA',''),(4,'Medical Allowance',''),(5,'GC/TL/MR/DMR Incentive',''),(6,'Other Allowance',''),(7,'Laptop Incentive',''),(8,'Arrear',''),(9,'KPI Incentive','');
/*!40000 ALTER TABLE `earning_head` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_log`
--

DROP TABLE IF EXISTS `email_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `email_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `to_email` varchar(255) NOT NULL,
  `template` varchar(100) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `status` varchar(20) NOT NULL,
  `error` text,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `idx_email_log_created_at` (`created_at`),
  KEY `idx_email_log_status` (`status`),
  KEY `idx_email_log_template_created` (`template`,`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `email_log`
--

LOCK TABLES `email_log` WRITE;
/*!40000 ALTER TABLE `email_log` DISABLE KEYS */;
INSERT INTO `email_log` VALUES (1,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','\'MAIL_SERVER\'','2025-08-09 18:37:23'),(2,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [BM1P287CA0017.INDP287.PROD.OUTLOOK.COM 2025-08-09T18:39:14.800Z 08DDD751A8280D20]\')','2025-08-09 18:39:15'),(3,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [BMXP287CA0006.INDP287.PROD.OUTLOOK.COM 2025-08-09T18:42:02.210Z 08DDD73CB883B22A]\')','2025-08-09 18:42:02'),(4,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [BMXP287CA0005.INDP287.PROD.OUTLOOK.COM 2025-08-10T11:08:00.366Z 08DDD7CD4C1B967C]\')','2025-08-10 11:08:00'),(5,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [PN3PR01CA0180.INDPRD01.PROD.OUTLOOK.COM 2025-08-11T03:19:55.153Z 08DDD7CEF2210D2C]\')','2025-08-11 03:19:55'),(6,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [PN4PR01CA0047.INDPRD01.PROD.OUTLOOK.COM 2025-08-11T03:27:36.112Z 08DDD84E01B75B29]\')','2025-08-11 03:27:36'),(7,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [PN3PR01CA0008.INDPRD01.PROD.OUTLOOK.COM 2025-08-11T03:29:48.024Z 08DDD83528AACADE]\')','2025-08-11 03:29:48'),(8,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(554, b\'5.2.252 SendAsDenied; enquiry@fairgaze.com not allowed to send as no-reply@crystalhues.com; STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message [BeginDiagnosticData]Cannot submit message. ..., 1.33010:0A000000, 2.54258:00000000, 0.40002:07000000, 1.56562:00000000, 1.64146:0E000000, 1.33010:0E000000, 2.54258:00000000, 1.33010:0E000000, 2.54258:00000000, 1.64146:32000000, 1.33010:32000000, 2.54258:DC040000, 1.33010:32000000, 2.54258:DC040000, 255.79500:00000000, 0.100684:00000000, 255.66700:00000000, 5.95292:67000000446F526F70730072, 8.111356:9552F9FE86593ECC1F1F572B2F8F6BAC1F1F572B, 0.38698:1F1F572B, 5.74908:000000004D6963726F736F66742E45786368616E67652E5365727665722E53746F726167652E436F6D6D6F6E2E436F6E66696753636F7065526F7000, 5.92636:00000000496E707574207365676D656E742063616E6E6F74206265206E756C6C206F7220656D7074792E0000, 1.41134:86000000, 5.74908:000000004D6963726F736F66742E45786368616E67652E5365727665722E53746F726167652E436F6D6D6F6E2E436F6E66696753636F7065526F7000, 5.92636:00000000496E707574207365676D656E742063616E6E6F74206265206E756C6C206F7220656D7074792E0000, 1.41134:86000000, 5.74908:000000004D6963726F736F66742E45786368616E67652E5365727665722E53746F726167652E436F6D6D6F6E2E436F6E66696753636F7065526F7000, 5.92636:00000000496E707574207365676D656E742063616E6E6F74206265206E756C6C206F7220656D7074792E006E, 5.74908:000000004D6963726F736F66742E45786368616E67652E5365727665722E53746F726167652E436F6D6D6F6E2E436F6E66696753636F7065526F7000, 5.92636:00000000496E707574207365676D656E742063616E6E6F74206265206E756C6C206F7220656D7074792E0030, 5.74908:000000004D6963726F736F66742E45786368616E67652E5365727665722E53746F726167652E436F6D6D6F6E2E436F6E66696753636F7065526F7000, 5.92636:00000000496E707574207365676D656E742063616E6E6F74206265206E756C6C206F7220656D7074792E0000, 1.41134:86000000, 5.74908:000000004D6963726F736F66742E45786368616E67652E5365727665722E53746F726167652E436F6D6D6F6E2E436F6E66696753636F7065526F7000, 5.92636:00000000496E707574207365676D656E742063616E6E6F74206265206E756C6C206F7220656D7074792E0000, 1.41134:46000000, 0.37692:00000000, 0.37948:00000000, 5.33852:00000000534D545000000000, 7.36354:010000000000010900000000, 1.46439:0A000000, 1.115228:00000000, 0.104668:00000000, 1.44903:25000000, 1.115228:00000000, 4.56248:DC040000, 7.40748:010000000000010B00000000, 7.57132:000000000000000000000000, 4.39640:DC040000, 1.63016:32000000, 8.45434:0357282087E3BD458550C6655F43B94500000000, 0.104348:00000000, 5.46798:040000004D61696C4974656D5375626D697373696F6E000000000000, 7.51330:6B6D8CA088D8DD0800000000, 5.10786:0000000031352E32302E393030392E3030393A504E5A505230314D42343336363A62633438303363312D363930642D343138382D626237302D3965346235396661326264323A39393338343A2E4E455420382E302E31380000000000, 0.39570:00000000, 1.55954:0B000000, 0.40818:02000000, 1.33010:0B000000, 2.54258:00000000, 0.59634:02000000, 1.56562:00000000, 1.33010:0B000000, 2.54258:00000000, 0.59634:56000000, 1.56562:00000000, 1.55954:0A000000, 1.33010:0A000000, 2.54258:00000000, 0.40002:00000000, 1.56562:00000000, 1.33010:0A000000, 2.54258:00000000, 0.40002:03000000, 1.56562:00000000, 1.55954:0A000000, 1.33010:0A000000, 2.54258:00000000, 0.40002:00000000, 1.56562:00000000, 1.33010:0A000000, 2.54258:00000000, 0.40002:07000000, 1.56562:00000000, 1.64146:0E000000, 1.33010:0E000000, 2.54258:00000000, 1.33010:0E000000, 2.54258:00000000, 1.64146:32000000, 1.33010:32000000, 2.54258:DC040000, 1.33010:32000000, 2.54258:DC040000, 255.97900:00000000, 4.120460:DC040000, 1.52466:02000000, 1.52466:02000000, 1.42738:05000000, 0.37698:07000000, 1.42738:05000000, 0.37698:7A000000, 1.52466:01000000, 0.60402:02000000, 1.52466:01000000[EndDiagnosticData] [Hostname=PNZPR01MB4366.INDPRD01.PROD.OUTLOOK.COM]\')','2025-08-11 03:39:08'),(9,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','sent',NULL,'2025-08-11 03:39:48'),(10,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [BM1PR01CA0154.INDPRD01.PROD.OUTLOOK.COM 2025-08-11T03:44:51.786Z 08DDD7E0DA2023F4]\')','2025-08-11 03:44:52'),(11,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [BM1PR01CA0150.INDPRD01.PROD.OUTLOOK.COM 2025-08-11T03:45:35.987Z 08DDD7BD9C45CE0A]\')','2025-08-11 03:45:36'),(12,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','failed','(535, b\'5.7.139 Authentication unsuccessful, user password has expired. [BM1PR01CA0147.INDPRD01.PROD.OUTLOOK.COM 2025-08-11T04:13:59.692Z 08DDD811CA952490]\')','2025-08-11 04:14:00'),(13,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','sent',NULL,'2025-08-11 04:20:15'),(14,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding -    CHL HRMS','sent',NULL,'2025-08-11 04:24:48'),(15,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding -    CHL HRMS','sent',NULL,'2025-08-11 04:26:21'),(16,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','sent',NULL,'2025-08-11 04:30:48'),(17,'pranavmenon1331@gmail.com','onboarding_link','Complete your onboarding - CHL HRMS','sent',NULL,'2025-08-11 04:33:48'),(18,'anantika@chlsoftech.com','password_set','Reset your password - CHL HRMS','sent',NULL,'2025-08-13 08:14:55');
/*!40000 ALTER TABLE `email_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `employee`
--

DROP TABLE IF EXISTS `employee`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `employee` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_code` varchar(50) NOT NULL,
  `uan` varchar(20) DEFAULT NULL,
  `full_name` varchar(150) NOT NULL,
  `email` varchar(150) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `department_id` int DEFAULT NULL,
  `designation_id` int DEFAULT NULL,
  `reporting_manager_id` int DEFAULT NULL,
  `date_of_joining` date DEFAULT NULL,
  `qualification` varchar(150) DEFAULT NULL,
  `institute` varchar(150) DEFAULT NULL,
  `resume_path` varchar(200) DEFAULT NULL,
  `id_proof_path` varchar(200) DEFAULT NULL,
  `created_on` datetime DEFAULT NULL,
  `updated_on` datetime DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  `password_hash` varchar(255) DEFAULT NULL,
  `set_password_token` varchar(255) DEFAULT NULL,
  `status` varchar(20) DEFAULT 'active',
  `location` varchar(100) DEFAULT NULL,
  `exit_date` date DEFAULT NULL,
  `work_mode` varchar(10) DEFAULT 'Hybrid',
  `shift_start` time DEFAULT NULL,
  `shift_end` time DEFAULT NULL,
  `desktime_id` varchar(50) DEFAULT NULL,
  `last_login` datetime DEFAULT NULL,
  `last_logout` datetime DEFAULT NULL,
  `last_ip` varchar(100) DEFAULT NULL,
  `role_id` int DEFAULT NULL,
  `gender` varchar(20) DEFAULT NULL,
  `address` text,
  `dob` date DEFAULT NULL,
  `father_spouse_name` varchar(150) DEFAULT NULL,
  `marital_status` varchar(50) DEFAULT NULL,
  `temporary_address` text,
  `personal_number` varchar(20) DEFAULT NULL,
  `emergency_contact_name` varchar(150) DEFAULT NULL,
  `emergency_contact_number` varchar(20) DEFAULT NULL,
  `aadhar_name` varchar(150) DEFAULT NULL,
  `aadhar_number` varchar(20) DEFAULT NULL,
  `pan_name` varchar(150) DEFAULT NULL,
  `pan_number` varchar(20) DEFAULT NULL,
  `last_company_pf_number` varchar(50) DEFAULT NULL,
  `personal_email` varchar(150) DEFAULT NULL,
  `bank_account_name` varchar(150) DEFAULT NULL,
  `bank_account_number` varchar(50) DEFAULT NULL,
  `ifsc_code` varchar(20) DEFAULT NULL,
  `bank_name` varchar(100) DEFAULT NULL,
  `secondary_school_name` varchar(150) DEFAULT NULL,
  `secondary_school_marks` varchar(20) DEFAULT NULL,
  `secondary_school_year` varchar(10) DEFAULT NULL,
  `higher_secondary_school_name` varchar(150) DEFAULT NULL,
  `higher_secondary_school_marks` varchar(20) DEFAULT NULL,
  `higher_secondary_school_year` varchar(10) DEFAULT NULL,
  `graduation_name` varchar(150) DEFAULT NULL,
  `graduation_marks` varchar(20) DEFAULT NULL,
  `graduation_year` varchar(10) DEFAULT NULL,
  `post_graduation_name` varchar(150) DEFAULT NULL,
  `post_graduation_marks` varchar(20) DEFAULT NULL,
  `post_graduation_year` varchar(10) DEFAULT NULL,
  `last_company_name` varchar(150) DEFAULT NULL,
  `last_company_code` varchar(50) DEFAULT NULL,
  `last_designation` varchar(100) DEFAULT NULL,
  `last_joining_date` date DEFAULT NULL,
  `last_exit_date` date DEFAULT NULL,
  `qualification_docs_path` varchar(255) DEFAULT NULL,
  `experience_docs_path` varchar(255) DEFAULT NULL,
  `photo_path` varchar(255) DEFAULT NULL,
  `pan_card_path` varchar(255) DEFAULT NULL,
  `aadhar_card_path` varchar(255) DEFAULT NULL,
  `parent_spouse_aadhar_path` varchar(255) DEFAULT NULL,
  `uan_card_path` varchar(255) DEFAULT NULL,
  `cancel_cheque_path` varchar(255) DEFAULT NULL,
  `last_company_employee_code` varchar(100) DEFAULT NULL,
  `last_company_designation` varchar(100) DEFAULT NULL,
  `last_company_join_date` date DEFAULT NULL,
  `last_company_exit_date` date DEFAULT NULL,
  `doc_qualification` varchar(255) DEFAULT NULL,
  `doc_employment_proof` varchar(255) DEFAULT NULL,
  `doc_photographs` varchar(255) DEFAULT NULL,
  `doc_pan_card` varchar(255) DEFAULT NULL,
  `doc_aadhar_card` varchar(255) DEFAULT NULL,
  `doc_parents_aadhar` varchar(255) DEFAULT NULL,
  `doc_uan_card` varchar(255) DEFAULT NULL,
  `doc_cancelled_cheque` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `employee_code` (`employee_code`),
  UNIQUE KEY `email` (`email`),
  UNIQUE KEY `set_password_token` (`set_password_token`),
  KEY `department_id` (`department_id`),
  KEY `designation_id` (`designation_id`),
  KEY `reporting_manager_id` (`reporting_manager_id`),
  KEY `created_by` (`created_by`),
  KEY `updated_by` (`updated_by`),
  KEY `fk_employee_role` (`role_id`),
  CONSTRAINT `employee_ibfk_1` FOREIGN KEY (`department_id`) REFERENCES `department` (`id`),
  CONSTRAINT `employee_ibfk_2` FOREIGN KEY (`designation_id`) REFERENCES `designation` (`id`),
  CONSTRAINT `employee_ibfk_3` FOREIGN KEY (`reporting_manager_id`) REFERENCES `employee` (`id`),
  CONSTRAINT `employee_ibfk_4` FOREIGN KEY (`created_by`) REFERENCES `employee` (`id`),
  CONSTRAINT `employee_ibfk_5` FOREIGN KEY (`updated_by`) REFERENCES `employee` (`id`),
  CONSTRAINT `fk_employee_role` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `employee`
--

LOCK TABLES `employee` WRITE;
/*!40000 ALTER TABLE `employee` DISABLE KEYS */;
INSERT INTO `employee` VALUES (2,'E001','','Pranav Menon','pranav@chlsoftech.com','8606800200',4,2,2,'2021-06-01','Graduate','Swansea University','static/uploads/90202_CR.pdf','static/uploads/90202_CR.pdf','2025-07-12 19:39:33','2025-08-17 17:41:15',NULL,2,'$2b$12$Xp4C46DftTvT36u5HA3D/eU0o/4jcRi7H3lvSEJSH9t6Iokba.gT.',NULL,'active','',NULL,'WFH',NULL,NULL,'','2025-08-07 06:54:48','2025-08-17 17:41:15','127.0.0.1',1,'','',NULL,NULL,'','','','','','','','','','','','','','','','','','','','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'10084','','Aarushi',NULL,'',2,1,2,'2025-01-01','Grad','Resume','static/uploads/90202_CR.pdf','static/uploads/90202_CR.pdf','2025-07-13 01:58:02','2025-08-14 08:02:30',2,2,'$2b$12$1.td0qoaZRgkVh5AeRPxEemsFAtcTbp0Dx2/RswI3MB8g7CZf1lea',NULL,'resigned','Noida','2025-09-11','WFH',NULL,NULL,'632882',NULL,'2025-08-05 23:45:36',NULL,4,'','','1994-08-07','','','','','','','','','','','','','','','','','','','','','','','','','','','','','Test Arushi Comp','10012',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Test Arushi Designation',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'10002',NULL,'HR Head','hr@crystalhues.com','839993030',1,6,2,'2025-05-01','Grad','Univ','static/uploads/NH2123175799105.INDIA_CustomerVoucher.pdf','static/uploads/NH2123175799105.INDIA_CustomerVoucher.pdf','2025-07-13 11:28:17','2025-08-14 08:06:57',2,NULL,'$2b$12$cqdZlvxk7d199q7nXd0qkutHrfyJdJr6ROXUE6DzicmDbwoho08Mq',NULL,'active',NULL,NULL,'WFH',NULL,NULL,NULL,NULL,'2025-08-14 08:06:57',NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,'1002',NULL,'Anirud','a@g','8939393383',4,1,8,'2025-07-14','Grad','Univ','static/uploads/NH2123175799105.INDIA_CustomerVoucher.pdf','static/uploads/NH2123175799105.INDIA_CustomerVoucher.pdf','2025-07-14 13:42:06','2025-08-14 07:52:06',2,NULL,'$2b$12$CJWvXlp/VToQIz7vpEZPKuzi8E.ZJc9ou8XrYFT/qumroaZb1XhpO',NULL,'active',NULL,NULL,'WFH',NULL,NULL,NULL,NULL,'2025-08-14 07:52:06',NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,'10005',NULL,'Abhay Kumar','Abhay@g.com','8577483899',2,3,2,'2025-07-20','Grad','Univ','static/uploads/25071500157889ICIC_ChallanReceipt_1.pdf','static/uploads/25071500157889ICIC_ChallanReceipt_1.pdf','2025-07-20 01:54:43','2025-07-20 01:56:04',2,NULL,'$2b$12$L4ESAU.01CDiaGjZhQz4mOTBw7jVlhNMecUiqcrg3C/golzFKkCG2',NULL,'active',NULL,NULL,'WFH',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,'2255',NULL,'Ritesh Kumar Soni','ritesh.soni@crystalhues.com','9002990299',8,5,10,'2025-05-15','Grad','Univ','static/uploads/Ritesh_May_Salary.pdf','static/uploads/Ritesh_Salary.pdf','2025-07-21 13:10:56','2025-08-10 11:05:26',2,10,'$2b$12$jqmbxxPEjPRM6TkaJ69cIO1xK9vXZijCEz8fFGE2KUrFKY4EHBuAy',NULL,'resigned',NULL,'2025-09-15','WFO','09:00:00','18:00:00','288936',NULL,'2025-08-10 11:05:26',NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,'10011','','Abantika Roy Chowdhury','abantika.chowdhury@crystalhues.com','9899889922',8,3,10,'2025-04-01','Test','Test','static/uploads/Abantika_May_Salary_Slip.pdf','static/uploads/Abantika_Salary_Slip.pdf','2025-07-21 15:36:24','2025-08-14 11:41:33',2,2,'$2b$12$oyJgKHMuyJj6.nNFfo6ZfeHFrPTKS5M.KaOHjtq35uzqjGOc3..yW','3abd0aab-4bda-45d4-9087-3deba117a717','active','',NULL,'Hybrid','09:00:00','18:00:00','491534',NULL,'2025-08-13 05:25:38',NULL,4,'','','1990-08-07','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'uploads/Fortistep_Poster_A4_4-7-2025.png',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,'100012','','Sowmiya','A@g.com','98399389928',4,2,2,'2022-03-01','Grad','Univ','static/uploads/25071500157889ICIC_ChallanReceipt_1.pdf','static/uploads/25071500157889ICIC_ChallanReceipt.pdf','2025-07-23 06:39:00','2025-08-14 07:47:53',2,2,'$2b$12$oG13aVwQL86Z95RKL57FDuU0oBTJW1LxdagDIUedHi59nw2h.KsIq',NULL,'active','',NULL,'WFH',NULL,NULL,NULL,NULL,'2025-08-14 07:47:53',NULL,4,'','',NULL,'','','','','','','','','','','','','','','','','','','','','','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,'10133',NULL,'Abhinav','abhinav.kimoti@crystalhues.com','9899299200',8,3,10,'2025-06-01','BSc','Univ','static/uploads/Devansh_Salary.pdf','static/uploads/Devansh_Salary.pdf','2025-07-24 08:04:46','2025-07-28 10:25:42',2,2,'$2b$12$qcHqo2pE9LDQ/qdMbcZ2E.SaC.vM1SkulQ63WJzabeeDKNHXiYI/C',NULL,'active',NULL,NULL,'WFH',NULL,NULL,'139801',NULL,'2025-07-28 10:25:42',NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,'10062',NULL,'Amritha P','ro1@indiaisus.com','983993920',4,3,10,'2024-03-02','BSC','Grad','static/uploads/Abantika_Salary_Slip.pdf','static/uploads/Devansh_May_Salary.pdf','2025-07-24 11:44:20','2025-07-28 07:12:43',2,2,'$2b$12$.h7TCEPoZljiNLCQoYkkre0NiRaz48vfzXqracMevfnDb2VrnLz.K',NULL,'active',NULL,NULL,'WFO','09:00:00','19:00:00','138802',NULL,'2025-07-28 07:12:43',NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,'1164','12346277288','Junaid Khan','Junaid@gmail.com','980000222',8,5,10,'2025-06-01',NULL,NULL,NULL,NULL,'2025-07-28 14:43:58','2025-07-28 16:26:03',2,NULL,NULL,'L5d1UaoaV9yCya8vuClZcGqDZXvq7Uuf07GmbwTx6lo','active',NULL,NULL,'Hybrid',NULL,NULL,NULL,NULL,NULL,NULL,3,'Male','NO. 109, MILLIA BUILDING, NR ROAD, BANGALORE-560002','1996-04-02','Asif Khan','Married','NO. 109, MILLIA BUILDING, NR ROAD, BANGALORE-560002','9738547873','Asif Khan','9448334541','Junaid Khan',NULL,'Junaid Khan',NULL,NULL,NULL,'Junaid Khan','50100291480181','HDFC0002779','HDFC Bank',NULL,NULL,NULL,NULL,NULL,NULL,'','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,'2343',NULL,'Chandrapal Singh',NULL,NULL,8,1,10,'2025-06-01','','','static/uploads/CP_-_Resume.pdf','static/uploads/CP_-_ID_Proof.pdf','2025-07-28 16:25:48','2025-07-28 18:21:27',2,2,NULL,'4JT01xgEM-u0UXPnagU3ZYcnmq7ys9mr2xpmGq4b3A4','active',NULL,NULL,'Hybrid','00:00:00','00:00:00','425899',NULL,NULL,NULL,4,'Male','A 97, Sector 20, Noida UP 201301','1987-06-15',NULL,'Married','','9718781591','Brijraj Singh','9718781591','Chandrapal Singh','','Chandrapal Singh','',NULL,NULL,'Chandrapal Singh','20124069292','SBIN0050191','SBI','','','','','','','Graduation - CP','88','2005','Post Grad - CP','90','2006','XYZ Ltd','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'None',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,'59',NULL,'Jasvinder Singh',NULL,NULL,6,1,2,'2025-06-01','','','static/uploads/CP_-_ID_Proof.pdf','static/uploads/CP_-_Resume.pdf','2025-07-28 17:27:17','2025-07-31 10:53:21',2,2,NULL,'fF5AMKB7QQEwQtDq5VqNzp3vFJlk_Z-0ft16q49amCI','active',NULL,NULL,'WFH',NULL,NULL,'139898',NULL,NULL,NULL,3,'Male','I-294, Karampura, new moti nagar, New Delhi-110015','1980-01-16',NULL,'Married','I-294, Karampura, new moti nagar, New Delhi-110015','9311655616','Sh.Baldve Singh','9311655616','Jasvinder Singh','671055510280','Jasvinder Singh','AHRPJ6160E',NULL,NULL,'Jasvinder Singh','629401514333','ICIC0006294','ICICI','Jassi - Secondary','75','1993','Jassi - Higher Secondary','75','1995','Jassi - Grad','75','1998','Jassi - Post Grad','75','1999','Jassi Ltd','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'None',NULL,NULL,'static/uploads/CP_-_Qualification.pdf','static/uploads/CP_Other_Employment_Docs.pdf','static/uploads/CP_Photographs.pdf',NULL,NULL,NULL,NULL,NULL),(20,'10001',NULL,'Jarnail Singh',NULL,NULL,2,1,2,'2025-06-01','','','static/uploads/CP_-_Resume.pdf','static/uploads/CP_-_ID_Proof.pdf','2025-07-28 17:28:43','2025-08-14 08:58:24',2,2,'$2b$12$pU51TSp9KafjutVPvwawc.OiKij9R9AreKqeLmR7r3Hnkbwd/mVnW',NULL,'active',NULL,NULL,'Hybrid','00:00:00','00:00:00','462871',NULL,'2025-08-14 08:58:24',NULL,3,'Male','O 89/2 Gandhi Colony, Faridabad - Haryana - 121001','1995-04-25',NULL,'Married',NULL,'9501352434','Gurcharan Singh','9501352434','Jarnail Singh',NULL,'Jarnail Singh',NULL,NULL,NULL,'Jarnail Singh','07870100036741','BARB0SECFAR','Bank of Baroda',NULL,NULL,NULL,NULL,NULL,NULL,'Test Grad','99','2016','Test Post Grad','99','2017','ABC Ltd',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'None',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,'M001','123456789233','M Sashidharan','sashi@chlsoftech.com','9810025762',6,1,2,'1994-01-01','Grad','Univ','static/uploads/CP_-_Resume.pdf','static/uploads/CP_-_ID_Proof.pdf','2025-08-01 04:13:12','2025-08-14 11:41:26',2,2,'$2b$12$2vEJh5vWh7.kBq5GJMNZIuxpTZUILMjJYm/3fshHafq/vX9faPcUS','cad92343-f623-4c4c-9313-389297d3cbd9','active','Noida',NULL,'Hybrid',NULL,NULL,'',NULL,'2025-08-14 08:02:14',NULL,1,'Male','Upasana, Thirssur Kerala','1966-01-13','Anita','Married','Upasana, Thirssur Kerala','9810025762','Pranav','8606800200','M Sashidharan','681722702573','M Sashidharan','BWRPM1248J','98765432111','m_sashidharan@hotmail.com','M Sashidharan','212201001903','ICIC0002506','ICICI Bank Ltd','Kerala School','99','1985','Kerala School','98','1987','Delhi University','97','1990','DU','96','1991','Delta Airlines','D00192',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Manager',NULL,NULL,'static/uploads/CP_-_Qualification.pdf','static/uploads/CP_Other_Employment_Docs.pdf','static/uploads/CP_Photographs.pdf',NULL,NULL,NULL,NULL,NULL),(22,'1000002','','Dheeraj Tiwari',NULL,NULL,1,1,2,'2025-08-06',NULL,NULL,'static/uploads/Fortistep_Poster_A4_4-7-2025.png',NULL,'2025-08-06 13:28:12','2025-08-07 06:39:33',2,NULL,NULL,'3aTnttgi80HWxL9gwrlf823fF-JdqCpm4Hk9ySpYjKY','active',NULL,NULL,'Hybrid',NULL,NULL,NULL,NULL,NULL,NULL,4,'Male','Test','1990-01-01','Father','Single','','9811990029','','8694779993','','','','','',NULL,'ICICIC','212201001902','ICIC0000250','ICICI ','','','','','','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,'20039','','Test Doc','','',1,1,2,'2025-05-01','','','static/uploads/Fortistep_Poster_A4_4-7-2025.png',NULL,'2025-08-07 03:23:43','2025-08-07 03:24:03',2,2,NULL,'VckfwAKHg5BI_UF3rDE0AGdJcgW8CiiquO3GKduaZTc','active','',NULL,'Hybrid',NULL,NULL,'',NULL,NULL,NULL,NULL,'Male','test Address','1994-01-31','Father','Single','','8606899220','Pranav','9889988999','','','','','','','Pranav','2122010019001','ICIC0000250','ICIC','','','','','','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'uploads/Fortistep_Poster_A4_4-7-2025.png',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,'30001','129900299029','Pranav Test','anantika@chlsoftech.com','8606800200',2,2,2,'2025-08-06','','','uploads/360_F_635651564_EpR6EhnSvZSxiwvybhTdoSnje6F2Y9Gc.jpg',NULL,'2025-08-07 18:58:05','2025-08-13 09:52:09',2,2,'$2b$12$yDeHPvowABHWts//n7pXVOgCqBKqCXaT69F8wLNv7D85zBJQdddyO',NULL,'active','',NULL,'Hybrid',NULL,NULL,NULL,NULL,'2025-08-13 09:52:08',NULL,4,'Male','Upasana, Guruvayoor','1994-06-01','M Sashidharan','Single','Logix Noida Sector 137','8606800200','Sashidharan','9810025762','Pranav Menon','681722702573','Pranav Menon','BWRPM1248J','299920019202209','','Pranav Menon','212201001903','ICIC0002506','ICICI Bank','Ryan International','78','2008','Jain International','85','2012','Swansea University','91','2016','','','','Minerva','2345',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BDM',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,'20002','','Sashidharan',NULL,NULL,1,1,2,'2025-08-01',NULL,NULL,'uploads/Fortistep_Poster_A4_4-7-2025.png','uploads/Fortistep_Poster_A4_4-7-2025.png','2025-08-08 12:31:11',NULL,2,NULL,NULL,'1hVd-zU7hCjrJgfFkQz2Hpc-cqCDHwhyGDzMbHomxMs','active',NULL,NULL,'Hybrid',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Male','Upasana, Guruvayoor','1966-01-13','Venugopal','Single','','9810025762','','9811900932','','','','','',NULL,'Sashidharan','212201001903','ICIC0002506','ICICI Bank','','','','','','','','','','','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'uploads/Fortistep_Poster_A4_4-7-2025.png','uploads/Fortistep_Poster_A4_4-7-2025.png','uploads/Fortistep_Poster_A4_4-7-2025.png',NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `employee` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `employee_salary_structures`
--

DROP TABLE IF EXISTS `employee_salary_structures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `employee_salary_structures` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `head_id` int NOT NULL,
  `type` varchar(20) NOT NULL,
  `amount` float DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `employee_salary_structures_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=655 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `employee_salary_structures`
--

LOCK TABLES `employee_salary_structures` WRITE;
/*!40000 ALTER TABLE `employee_salary_structures` DISABLE KEYS */;
INSERT INTO `employee_salary_structures` VALUES (1,12,1,'earning',37125),(2,12,2,'earning',14850),(3,12,3,'earning',1600),(4,12,4,'earning',1250),(5,12,5,'earning',0),(6,12,6,'earning',27675),(7,12,7,'earning',0),(8,12,8,'earning',0),(9,12,9,'earning',0),(10,12,1,'deduction',1800),(11,12,2,'deduction',0),(12,12,3,'deduction',0),(13,12,4,'deduction',0),(14,12,5,'deduction',0),(15,12,6,'deduction',0),(16,12,7,'deduction',0),(49,13,1,'earning',25126.2),(50,13,2,'earning',10050.5),(51,13,3,'earning',1600),(52,13,4,'earning',1250),(53,13,5,'earning',0),(54,13,6,'earning',17809.3),(55,13,7,'earning',0),(56,13,8,'earning',0),(57,13,9,'earning',0),(58,13,1,'deduction',1800),(59,13,2,'deduction',0),(60,13,3,'deduction',0),(61,13,4,'deduction',200),(62,13,5,'deduction',0),(63,13,6,'deduction',0),(64,13,7,'deduction',0),(65,13,1,'ctc',1800),(66,13,2,'ctc',0),(67,13,3,'ctc',0),(68,13,4,'ctc',1207.99),(69,13,5,'ctc',2085.47),(70,13,6,'ctc',500),(71,13,7,'ctc',500),(72,15,1,'earning',13702.5),(73,15,2,'earning',5481),(74,15,3,'earning',1600),(75,15,4,'earning',1250),(76,15,5,'earning',0),(77,15,6,'earning',8416.5),(78,15,7,'earning',0),(79,15,8,'earning',0),(80,15,9,'earning',0),(81,15,1,'deduction',1800),(82,15,2,'deduction',0),(83,15,3,'deduction',0),(84,15,4,'deduction',0),(85,15,5,'deduction',0),(86,15,6,'deduction',0),(87,15,7,'deduction',0),(88,15,1,'ctc',1800),(89,15,2,'ctc',0),(90,15,3,'ctc',200),(91,15,4,'ctc',0),(92,15,5,'ctc',0),(93,15,6,'ctc',0),(94,15,7,'ctc',0),(95,20,1,'earning',18810),(96,20,2,'earning',7524),(97,20,3,'earning',1600),(98,20,4,'earning',1250),(99,20,5,'earning',0),(100,20,6,'earning',12616),(101,20,7,'earning',0),(102,20,8,'earning',0),(103,20,9,'earning',0),(104,20,1,'deduction',1800),(105,20,2,'deduction',0),(106,20,3,'deduction',0),(107,20,4,'deduction',0),(108,20,5,'deduction',0),(109,20,6,'deduction',0),(110,20,7,'deduction',0),(111,20,1,'ctc',1800),(112,20,2,'ctc',0),(113,20,3,'ctc',0),(114,20,4,'ctc',904.33),(115,20,5,'ctc',1561.23),(116,20,6,'ctc',500),(117,20,7,'ctc',500),(118,19,1,'earning',32130),(119,19,2,'earning',12852),(120,19,3,'earning',1600),(121,19,4,'earning',1250),(122,19,5,'earning',0),(123,19,6,'earning',23568),(124,19,7,'earning',0),(125,19,8,'earning',0),(126,19,9,'earning',0),(127,19,1,'deduction',1800),(128,19,2,'deduction',0),(129,19,3,'deduction',0),(130,19,4,'deduction',0),(131,19,5,'deduction',0),(132,19,6,'deduction',0),(133,19,7,'deduction',0),(134,19,1,'ctc',1800),(135,19,2,'ctc',0),(136,19,3,'ctc',0),(137,19,4,'ctc',1544.71),(138,19,5,'ctc',2666.79),(139,19,6,'ctc',500),(140,19,7,'ctc',500),(141,18,1,'earning',31050),(142,18,2,'earning',12420),(143,18,3,'earning',1600),(144,18,4,'earning',1250),(145,18,5,'earning',0),(146,18,6,'earning',22680),(147,18,7,'earning',0),(148,18,8,'earning',0),(149,18,9,'earning',0),(150,18,1,'deduction',1800),(151,18,2,'deduction',0),(152,18,3,'deduction',0),(153,18,4,'deduction',0),(154,18,5,'deduction',0),(155,18,6,'deduction',0),(156,18,7,'deduction',0),(157,18,1,'ctc',1800),(158,18,2,'ctc',0),(159,18,3,'ctc',0),(160,18,4,'ctc',1492.79),(161,18,5,'ctc',2577.15),(162,18,6,'ctc',500),(163,18,7,'ctc',500),(164,16,1,'earning',10000),(165,16,2,'earning',0),(166,16,3,'earning',0),(167,16,4,'earning',0),(168,16,5,'earning',0),(169,16,6,'earning',0),(170,16,7,'earning',0),(171,16,8,'earning',0),(172,16,9,'earning',0),(173,16,1,'deduction',590),(174,16,2,'deduction',0),(175,16,3,'deduction',0),(176,16,4,'deduction',0),(177,16,5,'deduction',0),(178,16,6,'deduction',0),(179,16,7,'deduction',0),(180,16,1,'ctc',0),(181,16,2,'ctc',0),(182,16,3,'ctc',0),(183,16,4,'ctc',0),(184,16,5,'ctc',0),(185,16,6,'ctc',0),(186,16,7,'ctc',0),(416,2,1,'earning',0),(417,2,2,'earning',0),(418,2,3,'earning',0),(419,2,4,'earning',0),(420,2,5,'earning',0),(421,2,6,'earning',0),(422,2,7,'earning',0),(423,2,8,'earning',0),(424,2,9,'earning',0),(425,2,1,'deduction',0),(426,2,2,'deduction',0),(427,2,3,'deduction',0),(428,2,4,'deduction',0),(429,2,5,'deduction',0),(430,2,6,'deduction',0),(431,2,7,'deduction',0),(432,2,1,'ctc',0),(433,2,2,'ctc',0),(434,2,3,'ctc',0),(435,2,4,'ctc',0),(436,2,5,'ctc',0),(437,2,6,'ctc',0),(438,2,7,'ctc',0),(439,8,1,'earning',0),(440,8,2,'earning',0),(441,8,3,'earning',0),(442,8,4,'earning',0),(443,8,5,'earning',0),(444,8,6,'earning',0),(445,8,7,'earning',0),(446,8,8,'earning',0),(447,8,9,'earning',0),(448,8,1,'deduction',0),(449,8,2,'deduction',0),(450,8,3,'deduction',0),(451,8,4,'deduction',0),(452,8,5,'deduction',0),(453,8,6,'deduction',0),(454,8,7,'deduction',0),(455,8,1,'ctc',0),(456,8,2,'ctc',0),(457,8,3,'ctc',0),(458,8,4,'ctc',0),(459,8,5,'ctc',0),(460,8,6,'ctc',0),(461,8,7,'ctc',0),(485,10,1,'earning',90000),(486,10,2,'earning',36000),(487,10,3,'earning',1600),(488,10,4,'earning',1250),(489,10,6,'earning',71150),(490,10,1,'deduction',1800),(491,10,2,'deduction',0),(492,10,1,'ctc',1800),(493,10,2,'ctc',0),(494,10,6,'ctc',500),(495,10,7,'ctc',500),(553,14,1,'earning',67500),(554,14,2,'earning',27000),(555,14,3,'earning',1600),(556,14,4,'earning',1250),(557,14,6,'earning',52650),(558,14,1,'deduction',1800),(559,14,2,'deduction',0),(560,14,1,'ctc',1800),(561,14,2,'ctc',0),(562,14,6,'ctc',500),(563,14,7,'ctc',500),(587,25,1,'earning',67500),(588,25,2,'earning',27000),(589,25,3,'earning',1600),(590,25,4,'earning',1250),(591,25,6,'earning',52650),(592,25,1,'deduction',1800),(593,25,2,'deduction',0),(594,25,1,'ctc',1800),(595,25,2,'ctc',0),(596,25,6,'ctc',500),(597,25,7,'ctc',500),(621,21,1,'earning',900000),(622,21,2,'earning',360000),(623,21,3,'earning',1600),(624,21,4,'earning',1250),(625,21,6,'earning',737150),(626,21,1,'deduction',1800),(627,21,2,'deduction',0),(628,21,1,'ctc',1800),(629,21,2,'ctc',0),(630,21,6,'ctc',500),(631,21,7,'ctc',500),(632,9,1,'earning',0),(633,9,2,'earning',0),(634,9,3,'earning',0),(635,9,4,'earning',0),(636,9,5,'earning',0),(637,9,6,'earning',0),(638,9,7,'earning',0),(639,9,8,'earning',0),(640,9,9,'earning',0),(641,9,1,'deduction',0),(642,9,2,'deduction',0),(643,9,3,'deduction',0),(644,9,4,'deduction',0),(645,9,5,'deduction',0),(646,9,6,'deduction',0),(647,9,7,'deduction',0),(648,9,1,'ctc',0),(649,9,2,'ctc',0),(650,9,3,'ctc',0),(651,9,4,'ctc',0),(652,9,5,'ctc',0),(653,9,6,'ctc',0),(654,9,7,'ctc',0);
/*!40000 ALTER TABLE `employee_salary_structures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exit_events`
--

DROP TABLE IF EXISTS `exit_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `exit_events` (
  `id` int NOT NULL AUTO_INCREMENT,
  `exit_id` int NOT NULL,
  `at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `actor_id` int DEFAULT NULL,
  `action` varchar(50) NOT NULL,
  `note` text,
  PRIMARY KEY (`id`),
  KEY `idx_events_exit` (`exit_id`),
  KEY `idx_events_action` (`action`),
  KEY `fk_exitev_actor` (`actor_id`),
  CONSTRAINT `fk_exitev_actor` FOREIGN KEY (`actor_id`) REFERENCES `employee` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `fk_exitev_exit` FOREIGN KEY (`exit_id`) REFERENCES `exit_requests` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exit_events`
--

LOCK TABLES `exit_events` WRITE;
/*!40000 ALTER TABLE `exit_events` DISABLE KEYS */;
INSERT INTO `exit_events` VALUES (2,2,'2025-08-10 07:03:49',2,'created',NULL),(3,3,'2025-08-10 07:06:34',2,'created',NULL),(4,3,'2025-08-10 07:11:23',10,'manager_approved',NULL),(5,3,'2025-08-10 07:58:39',13,'uploaded_doc','Handover'),(6,3,'2025-08-10 07:59:59',13,'uploaded_doc','Handover'),(7,3,'2025-08-10 08:14:22',20,'handover_ack',NULL),(8,3,'2025-08-10 08:14:24',20,'handover_ack',NULL),(9,3,'2025-08-10 08:20:37',12,'handover_ack',NULL),(10,3,'2025-08-10 08:20:39',12,'handover_ack',NULL),(11,3,'2025-08-10 08:26:19',2,'it_cleared',NULL),(12,3,'2025-08-10 08:26:52',10,'manager_final_ok',NULL),(13,3,'2025-08-10 08:28:59',9,'final_approved',NULL),(14,4,'2025-08-10 08:49:08',9,'created',NULL),(15,4,'2025-08-10 08:49:34',10,'manager_approved',NULL),(16,4,'2025-08-10 08:50:22',10,'manager_final_ok',NULL),(17,4,'2025-08-10 08:55:24',2,'it_cleared',NULL),(18,4,'2025-08-10 08:55:29',2,'final_approved',NULL),(19,5,'2025-08-14 07:57:02',2,'created',NULL),(20,5,'2025-08-14 07:57:29',2,'manager_approved',NULL),(21,5,'2025-08-14 07:58:26',2,'uploaded_doc','Client List'),(22,5,'2025-08-14 07:58:49',2,'handover_ack',NULL),(23,5,'2025-08-14 07:59:24',2,'it_cleared',NULL),(24,5,'2025-08-14 07:59:42',2,'manager_final_ok',NULL),(25,5,'2025-08-14 08:02:11',21,'handover_ack',NULL),(26,5,'2025-08-14 08:02:30',2,'final_approved',NULL);
/*!40000 ALTER TABLE `exit_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exit_requests`
--

DROP TABLE IF EXISTS `exit_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `exit_requests` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `created_by` int NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `resignation_date` date NOT NULL,
  `proposed_lwd` date NOT NULL,
  `status` varchar(30) NOT NULL DEFAULT 'initiated',
  `manager_id` int DEFAULT NULL,
  `manager_approved_at` datetime DEFAULT NULL,
  `manager_approved_by` int DEFAULT NULL,
  `hod_id` int DEFAULT NULL,
  `hod_approved_at` datetime DEFAULT NULL,
  `hod_approved_by` int DEFAULT NULL,
  `it_clearance_by` int DEFAULT NULL,
  `it_cleared_at` datetime DEFAULT NULL,
  `final_ok_by_manager_at` datetime DEFAULT NULL,
  `final_ok_by_hr_at` datetime DEFAULT NULL,
  `remarks` text,
  `manager_accepted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_exit_emp` (`employee_id`),
  KEY `idx_exit_status` (`status`),
  KEY `idx_exit_lwd` (`proposed_lwd`),
  KEY `fk_exitreq_created_by` (`created_by`),
  KEY `fk_exitreq_manager` (`manager_id`),
  KEY `fk_exitreq_manager_approved_by` (`manager_approved_by`),
  KEY `fk_exitreq_hod` (`hod_id`),
  KEY `fk_exitreq_hod_approved_by` (`hod_approved_by`),
  KEY `fk_exitreq_it_clearance_by` (`it_clearance_by`),
  CONSTRAINT `fk_exitreq_created_by` FOREIGN KEY (`created_by`) REFERENCES `employee` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE,
  CONSTRAINT `fk_exitreq_employee` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE,
  CONSTRAINT `fk_exitreq_hod` FOREIGN KEY (`hod_id`) REFERENCES `employee` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `fk_exitreq_hod_approved_by` FOREIGN KEY (`hod_approved_by`) REFERENCES `employee` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `fk_exitreq_it_clearance_by` FOREIGN KEY (`it_clearance_by`) REFERENCES `employee` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `fk_exitreq_manager` FOREIGN KEY (`manager_id`) REFERENCES `employee` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `fk_exitreq_manager_approved_by` FOREIGN KEY (`manager_approved_by`) REFERENCES `employee` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exit_requests`
--

LOCK TABLES `exit_requests` WRITE;
/*!40000 ALTER TABLE `exit_requests` DISABLE KEYS */;
INSERT INTO `exit_requests` VALUES (2,14,2,'2025-08-10 07:03:49','2025-08-11','2025-09-15','initiated',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Test Resign',0),(3,13,2,'2025-08-10 07:06:34','2025-08-10','2025-09-30','final_approved',NULL,'2025-08-10 07:11:23',10,NULL,NULL,NULL,2,'2025-08-10 08:26:19','2025-08-10 08:26:52','2025-08-10 08:28:59','test',1),(4,12,9,'2025-08-10 08:49:08','2025-08-10','2025-09-15','final_approved',NULL,'2025-08-10 08:49:34',10,NULL,NULL,NULL,2,'2025-08-10 08:55:24','2025-08-10 08:50:22','2025-08-10 08:55:29','Resign',1),(5,8,2,'2025-08-14 07:57:02','2025-08-13','2025-09-11','final_approved',NULL,'2025-08-14 07:57:29',2,NULL,NULL,NULL,2,'2025-08-14 07:59:24','2025-08-14 07:59:42','2025-08-14 08:02:30','Test',1);
/*!40000 ALTER TABLE `exit_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `feedback_answer`
--

DROP TABLE IF EXISTS `feedback_answer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedback_answer` (
  `id` int NOT NULL AUTO_INCREMENT,
  `response_id` int NOT NULL,
  `question_id` int NOT NULL,
  `answer_text` text,
  `selected_option_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `response_id` (`response_id`),
  KEY `question_id` (`question_id`),
  KEY `fk_ans_opt` (`selected_option_id`),
  CONSTRAINT `feedback_answer_ibfk_1` FOREIGN KEY (`response_id`) REFERENCES `feedback_response` (`id`) ON DELETE CASCADE,
  CONSTRAINT `feedback_answer_ibfk_2` FOREIGN KEY (`question_id`) REFERENCES `feedback_question` (`id`),
  CONSTRAINT `fk_ans_opt` FOREIGN KEY (`selected_option_id`) REFERENCES `feedback_option` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `feedback_answer`
--

LOCK TABLES `feedback_answer` WRITE;
/*!40000 ALTER TABLE `feedback_answer` DISABLE KEYS */;
INSERT INTO `feedback_answer` VALUES (1,1,1,NULL,5),(2,1,2,NULL,NULL),(3,1,3,'Test',NULL),(4,2,1,NULL,6),(5,2,2,NULL,NULL),(6,2,3,'test',NULL),(7,3,1,NULL,6),(8,3,2,NULL,NULL),(9,3,3,'test',NULL),(10,5,1,NULL,5),(11,5,2,NULL,NULL),(12,6,1,NULL,6),(13,6,2,NULL,NULL),(14,6,3,'test',NULL);
/*!40000 ALTER TABLE `feedback_answer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `feedback_answer_option`
--

DROP TABLE IF EXISTS `feedback_answer_option`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedback_answer_option` (
  `answer_id` int NOT NULL,
  `option_id` int NOT NULL,
  PRIMARY KEY (`answer_id`,`option_id`),
  KEY `fk_ao_option` (`option_id`),
  CONSTRAINT `fk_ao_answer` FOREIGN KEY (`answer_id`) REFERENCES `feedback_answer` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_ao_option` FOREIGN KEY (`option_id`) REFERENCES `feedback_option` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `feedback_answer_option`
--

LOCK TABLES `feedback_answer_option` WRITE;
/*!40000 ALTER TABLE `feedback_answer_option` DISABLE KEYS */;
INSERT INTO `feedback_answer_option` VALUES (8,2),(13,2),(2,3),(5,3),(8,3),(11,3),(13,3);
/*!40000 ALTER TABLE `feedback_answer_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `feedback_option`
--

DROP TABLE IF EXISTS `feedback_option`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedback_option` (
  `id` int NOT NULL AUTO_INCREMENT,
  `question_id` int NOT NULL,
  `label` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `sort_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_opt_q` (`question_id`),
  CONSTRAINT `fk_opt_q` FOREIGN KEY (`question_id`) REFERENCES `feedback_question` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `feedback_option`
--

LOCK TABLES `feedback_option` WRITE;
/*!40000 ALTER TABLE `feedback_option` DISABLE KEYS */;
INSERT INTO `feedback_option` VALUES (1,11,'1','Answer 1',0),(2,2,'1','Yes',0),(3,2,'2','No',0),(4,2,'3','Not Interested',0),(5,1,'1','Always',0),(6,1,'2','Never',0);
/*!40000 ALTER TABLE `feedback_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `feedback_question`
--

DROP TABLE IF EXISTS `feedback_question`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedback_question` (
  `id` int NOT NULL AUTO_INCREMENT,
  `question_text` varchar(255) NOT NULL,
  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
  `qtype` enum('text','single','multi') NOT NULL DEFAULT 'text',
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `feedback_question`
--

LOCK TABLES `feedback_question` WRITE;
/*!40000 ALTER TABLE `feedback_question` DISABLE KEYS */;
INSERT INTO `feedback_question` VALUES (1,'Test MCQ','2025-08-15 05:25:27',NULL,'single',1),(2,'Test Multi','2025-08-15 05:25:38',NULL,'multi',1),(3,'Test Text','2025-08-15 05:25:45',NULL,'text',1);
/*!40000 ALTER TABLE `feedback_question` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `feedback_response`
--

DROP TABLE IF EXISTS `feedback_response`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedback_response` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int DEFAULT NULL,
  `submitted_by_id` int DEFAULT NULL,
  `month` varchar(7) NOT NULL,
  `submitted_at` datetime DEFAULT CURRENT_TIMESTAMP,
  `is_anonymous` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `feedback_response_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `feedback_response`
--

LOCK TABLES `feedback_response` WRITE;
/*!40000 ALTER TABLE `feedback_response` DISABLE KEYS */;
INSERT INTO `feedback_response` VALUES (1,2,2,'2025-07','2025-08-15 06:01:59',0),(2,2,2,'2025-06','2025-08-15 06:04:55',0),(3,NULL,NULL,'2025-05','2025-08-15 06:23:44',1),(4,NULL,NULL,'2025-05','2025-08-15 06:24:14',1),(5,NULL,2,'2025-05','2025-08-15 06:34:41',1),(6,NULL,2,'2025-04','2025-08-15 06:35:11',1);
/*!40000 ALTER TABLE `feedback_response` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frozen_salary_component`
--

DROP TABLE IF EXISTS `frozen_salary_component`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `frozen_salary_component` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `month` varchar(7) NOT NULL,
  `component_type` varchar(20) NOT NULL,
  `head_name` varchar(100) NOT NULL,
  `amount` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `frozen_salary_component_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2178 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frozen_salary_component`
--

LOCK TABLES `frozen_salary_component` WRITE;
/*!40000 ALTER TABLE `frozen_salary_component` DISABLE KEYS */;
INSERT INTO `frozen_salary_component` VALUES (577,12,'2025-05','earning','Basic',37125),(578,12,'2025-05','earning','HRA',14850),(579,12,'2025-05','earning','Conv.Allowance(TA)',1600),(580,12,'2025-05','earning','Medical Allowance',1250),(581,12,'2025-05','earning','GC/TL/MR/DMR Incentive',0),(582,12,'2025-05','earning','Other Allowance',27675),(583,12,'2025-05','earning','Laptop Incentive',0),(584,12,'2025-05','earning','Arrear',0),(585,12,'2025-05','earning','KPI Incentive',0),(586,12,'2025-05','deduction','Provident Fund',1800),(587,12,'2025-05','deduction','ESI',0),(588,12,'2025-05','deduction','TDS',0),(589,12,'2025-05','deduction','Prof. Tax',0),(590,12,'2025-05','deduction','Adv/ Imprest',0),(591,12,'2025-05','deduction','Other Deduction',0),(592,12,'2025-05','deduction','Excess Mobile',0),(593,13,'2025-05','earning','Basic',25126.2),(594,13,'2025-05','earning','HRA',10050.5),(595,13,'2025-05','earning','Conv.Allowance(TA)',1600),(596,13,'2025-05','earning','Medical Allowance',1250),(597,13,'2025-05','earning','GC/TL/MR/DMR Incentive',0),(598,13,'2025-05','earning','Other Allowance',17809.3),(599,13,'2025-05','earning','Laptop Incentive',0),(600,13,'2025-05','earning','Arrear',0),(601,13,'2025-05','earning','KPI Incentive',0),(602,13,'2025-05','deduction','Provident Fund',1800),(603,13,'2025-05','deduction','ESI',0),(604,13,'2025-05','deduction','TDS',0),(605,13,'2025-05','deduction','Prof. Tax',200),(606,13,'2025-05','deduction','Adv/ Imprest',0),(607,13,'2025-05','deduction','Other Deduction',0),(608,13,'2025-05','deduction','Excess Mobile',0),(609,13,'2025-05','ctc','Employer P.F Contribution',1800),(610,13,'2025-05','ctc','ESIC',0),(611,13,'2025-05','ctc','Professional Tax',0),(612,13,'2025-05','ctc','Gratuity',1207.99),(613,13,'2025-05','ctc','Exgratia/ Bonus ',2085.47),(614,13,'2025-05','ctc','Medical Insurance',500),(615,13,'2025-05','ctc','Mobile',500),(1664,12,'2025-06','earning','Basic',37125),(1665,12,'2025-06','earning','HRA',14850),(1666,12,'2025-06','earning','Conv.Allowance(TA)',1600),(1667,12,'2025-06','earning','Medical Allowance',1250),(1668,12,'2025-06','earning','GC/TL/MR/DMR Incentive',0),(1669,12,'2025-06','earning','Other Allowance',27675),(1670,12,'2025-06','earning','Laptop Incentive',0),(1671,12,'2025-06','earning','Arrear',0),(1672,12,'2025-06','earning','KPI Incentive',0),(1673,12,'2025-06','deduction','Provident Fund',1800),(1674,12,'2025-06','deduction','ESI',0),(1675,12,'2025-06','deduction','TDS',0),(1676,12,'2025-06','deduction','Prof. Tax',0),(1677,12,'2025-06','deduction','Adv/ Imprest',0),(1678,12,'2025-06','deduction','Other Deduction',0),(1679,12,'2025-06','deduction','Excess Mobile',0),(1680,13,'2025-06','earning','Basic',25126.2),(1681,13,'2025-06','earning','HRA',10050.5),(1682,13,'2025-06','earning','Conv.Allowance(TA)',1600),(1683,13,'2025-06','earning','Medical Allowance',1250),(1684,13,'2025-06','earning','GC/TL/MR/DMR Incentive',0),(1685,13,'2025-06','earning','Other Allowance',17809.3),(1686,13,'2025-06','earning','Laptop Incentive',0),(1687,13,'2025-06','earning','Arrear',0),(1688,13,'2025-06','earning','KPI Incentive',0),(1689,13,'2025-06','deduction','Provident Fund',1800),(1690,13,'2025-06','deduction','ESI',0),(1691,13,'2025-06','deduction','TDS',0),(1692,13,'2025-06','deduction','Prof. Tax',200),(1693,13,'2025-06','deduction','Adv/ Imprest',0),(1694,13,'2025-06','deduction','Other Deduction',0),(1695,13,'2025-06','deduction','Excess Mobile',0),(1696,13,'2025-06','ctc','Employer P.F Contribution',1800),(1697,13,'2025-06','ctc','ESIC',0),(1698,13,'2025-06','ctc','Professional Tax',0),(1699,13,'2025-06','ctc','Gratuity',1207.99),(1700,13,'2025-06','ctc','Exgratia/ Bonus ',2085.47),(1701,13,'2025-06','ctc','Medical Insurance',500),(1702,13,'2025-06','ctc','Mobile',500),(1703,15,'2025-06','earning','Basic',13702.5),(1704,15,'2025-06','earning','HRA',5481),(1705,15,'2025-06','earning','Conv.Allowance(TA)',1600),(1706,15,'2025-06','earning','Medical Allowance',1250),(1707,15,'2025-06','earning','GC/TL/MR/DMR Incentive',0),(1708,15,'2025-06','earning','Other Allowance',8416.5),(1709,15,'2025-06','earning','Laptop Incentive',0),(1710,15,'2025-06','earning','Arrear',0),(1711,15,'2025-06','earning','KPI Incentive',0),(1712,15,'2025-06','deduction','Provident Fund',1800),(1713,15,'2025-06','deduction','ESI',0),(1714,15,'2025-06','deduction','TDS',0),(1715,15,'2025-06','deduction','Prof. Tax',0),(1716,15,'2025-06','deduction','Adv/ Imprest',0),(1717,15,'2025-06','deduction','Other Deduction',0),(1718,15,'2025-06','deduction','Excess Mobile',0),(1719,15,'2025-06','ctc','Employer P.F Contribution',1800),(1720,15,'2025-06','ctc','ESIC',0),(1721,15,'2025-06','ctc','Professional Tax',200),(1722,15,'2025-06','ctc','Gratuity',0),(1723,15,'2025-06','ctc','Exgratia/ Bonus ',0),(1724,15,'2025-06','ctc','Medical Insurance',0),(1725,15,'2025-06','ctc','Mobile',0),(1726,18,'2025-06','earning','Basic',31050),(1727,18,'2025-06','earning','HRA',12420),(1728,18,'2025-06','earning','Conv.Allowance(TA)',1600),(1729,18,'2025-06','earning','Medical Allowance',1250),(1730,18,'2025-06','earning','GC/TL/MR/DMR Incentive',0),(1731,18,'2025-06','earning','Other Allowance',22680),(1732,18,'2025-06','earning','Laptop Incentive',0),(1733,18,'2025-06','earning','Arrear',0),(1734,18,'2025-06','earning','KPI Incentive',0),(1735,18,'2025-06','deduction','Provident Fund',1800),(1736,18,'2025-06','deduction','ESI',0),(1737,18,'2025-06','deduction','TDS',0),(1738,18,'2025-06','deduction','Prof. Tax',0),(1739,18,'2025-06','deduction','Adv/ Imprest',0),(1740,18,'2025-06','deduction','Other Deduction',0),(1741,18,'2025-06','deduction','Excess Mobile',0),(1742,18,'2025-06','ctc','Employer P.F Contribution',1800),(1743,18,'2025-06','ctc','ESIC',0),(1744,18,'2025-06','ctc','Professional Tax',0),(1745,18,'2025-06','ctc','Gratuity',1492.79),(1746,18,'2025-06','ctc','Exgratia/ Bonus ',2577.15),(1747,18,'2025-06','ctc','Medical Insurance',500),(1748,18,'2025-06','ctc','Mobile',500),(1749,19,'2025-06','earning','Basic',32130),(1750,19,'2025-06','earning','HRA',12852),(1751,19,'2025-06','earning','Conv.Allowance(TA)',1600),(1752,19,'2025-06','earning','Medical Allowance',1250),(1753,19,'2025-06','earning','GC/TL/MR/DMR Incentive',0),(1754,19,'2025-06','earning','Other Allowance',23568),(1755,19,'2025-06','earning','Laptop Incentive',0),(1756,19,'2025-06','earning','Arrear',0),(1757,19,'2025-06','earning','KPI Incentive',0),(1758,19,'2025-06','deduction','Provident Fund',1800),(1759,19,'2025-06','deduction','ESI',0),(1760,19,'2025-06','deduction','TDS',0),(1761,19,'2025-06','deduction','Prof. Tax',0),(1762,19,'2025-06','deduction','Adv/ Imprest',0),(1763,19,'2025-06','deduction','Other Deduction',0),(1764,19,'2025-06','deduction','Excess Mobile',0),(1765,19,'2025-06','ctc','Employer P.F Contribution',1800),(1766,19,'2025-06','ctc','ESIC',0),(1767,19,'2025-06','ctc','Professional Tax',0),(1768,19,'2025-06','ctc','Gratuity',1544.71),(1769,19,'2025-06','ctc','Exgratia/ Bonus ',2666.79),(1770,19,'2025-06','ctc','Medical Insurance',500),(1771,19,'2025-06','ctc','Mobile',500),(1772,20,'2025-06','earning','Basic',18810),(1773,20,'2025-06','earning','HRA',7524),(1774,20,'2025-06','earning','Conv.Allowance(TA)',1600),(1775,20,'2025-06','earning','Medical Allowance',1250),(1776,20,'2025-06','earning','GC/TL/MR/DMR Incentive',0),(1777,20,'2025-06','earning','Other Allowance',12616),(1778,20,'2025-06','earning','Laptop Incentive',0),(1779,20,'2025-06','earning','Arrear',0),(1780,20,'2025-06','earning','KPI Incentive',0),(1781,20,'2025-06','deduction','Provident Fund',1800),(1782,20,'2025-06','deduction','ESI',0),(1783,20,'2025-06','deduction','TDS',0),(1784,20,'2025-06','deduction','Prof. Tax',0),(1785,20,'2025-06','deduction','Adv/ Imprest',0),(1786,20,'2025-06','deduction','Other Deduction',0),(1787,20,'2025-06','deduction','Excess Mobile',0),(1788,20,'2025-06','ctc','Employer P.F Contribution',1800),(1789,20,'2025-06','ctc','ESIC',0),(1790,20,'2025-06','ctc','Professional Tax',0),(1791,20,'2025-06','ctc','Gratuity',904.33),(1792,20,'2025-06','ctc','Exgratia/ Bonus ',1561.23),(1793,20,'2025-06','ctc','Medical Insurance',500),(1794,20,'2025-06','ctc','Mobile',500),(1795,12,'2025-07','earning','Basic',37125),(1796,12,'2025-07','earning','HRA',14850),(1797,12,'2025-07','earning','Conv.Allowance(TA)',1600),(1798,12,'2025-07','earning','Medical Allowance',1250),(1799,12,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(1800,12,'2025-07','earning','Other Allowance',27675),(1801,12,'2025-07','earning','Laptop Incentive',0),(1802,12,'2025-07','earning','Arrear',0),(1803,12,'2025-07','earning','KPI Incentive',0),(1804,12,'2025-07','deduction','Provident Fund',1800),(1805,12,'2025-07','deduction','ESI',0),(1806,12,'2025-07','deduction','TDS',0),(1807,12,'2025-07','deduction','Prof. Tax',0),(1808,12,'2025-07','deduction','Adv/ Imprest',0),(1809,12,'2025-07','deduction','Other Deduction',0),(1810,12,'2025-07','deduction','Excess Mobile',0),(1926,13,'2025-04','earning','Basic',25126.2),(1927,13,'2025-04','earning','HRA',10050.5),(1928,13,'2025-04','earning','Conv.Allowance(TA)',1600),(1929,13,'2025-04','earning','Medical Allowance',1250),(1930,13,'2025-04','earning','GC/TL/MR/DMR Incentive',0),(1931,13,'2025-04','earning','Other Allowance',17809.3),(1932,13,'2025-04','earning','Laptop Incentive',0),(1933,13,'2025-04','earning','Arrear',0),(1934,13,'2025-04','earning','KPI Incentive',0),(1935,13,'2025-04','deduction','Provident Fund',1800),(1936,13,'2025-04','deduction','ESI',0),(1937,13,'2025-04','deduction','TDS',0),(1938,13,'2025-04','deduction','Prof. Tax',200),(1939,13,'2025-04','deduction','Adv/ Imprest',0),(1940,13,'2025-04','deduction','Other Deduction',0),(1941,13,'2025-04','deduction','Excess Mobile',0),(1942,13,'2025-04','ctc','Employer P.F Contribution',1800),(1943,13,'2025-04','ctc','ESIC',0),(1944,13,'2025-04','ctc','Professional Tax',0),(1945,13,'2025-04','ctc','Gratuity',1207.99),(1946,13,'2025-04','ctc','Exgratia/ Bonus ',2085.47),(1947,13,'2025-04','ctc','Medical Insurance',500),(1948,13,'2025-04','ctc','Mobile',500),(1949,16,'2025-04','earning','Basic',10000),(1950,16,'2025-04','earning','HRA',0),(1951,16,'2025-04','earning','Conv.Allowance(TA)',0),(1952,16,'2025-04','earning','Medical Allowance',0),(1953,16,'2025-04','earning','GC/TL/MR/DMR Incentive',0),(1954,16,'2025-04','earning','Other Allowance',0),(1955,16,'2025-04','earning','Laptop Incentive',0),(1956,16,'2025-04','earning','Arrear',0),(1957,16,'2025-04','earning','KPI Incentive',0),(1958,16,'2025-04','deduction','Provident Fund',590),(1959,16,'2025-04','deduction','ESI',0),(1960,16,'2025-04','deduction','TDS',0),(1961,16,'2025-04','deduction','Prof. Tax',0),(1962,16,'2025-04','deduction','Adv/ Imprest',0),(1963,16,'2025-04','deduction','Other Deduction',0),(1964,16,'2025-04','deduction','Excess Mobile',0),(1965,16,'2025-04','ctc','Employer P.F Contribution',0),(1966,16,'2025-04','ctc','ESIC',0),(1967,16,'2025-04','ctc','Professional Tax',0),(1968,16,'2025-04','ctc','Gratuity',0),(1969,16,'2025-04','ctc','Exgratia/ Bonus ',0),(1970,16,'2025-04','ctc','Medical Insurance',0),(1971,16,'2025-04','ctc','Mobile',0),(1972,2,'2025-07','earning','Basic',0),(1973,2,'2025-07','earning','HRA',0),(1974,2,'2025-07','earning','Conv Allowance TA',0),(1975,2,'2025-07','earning','Medical Allowance',0),(1976,2,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(1977,2,'2025-07','earning','Other Allowance',0),(1978,2,'2025-07','earning','Laptop Incentive',0),(1979,2,'2025-07','earning','Arrear',0),(1980,2,'2025-07','earning','KPI Incentive',0),(1981,2,'2025-07','deduction','Provident Fund',0),(1982,2,'2025-07','deduction','ESI',0),(1983,2,'2025-07','deduction','TDS',0),(1984,2,'2025-07','deduction','Prof. Tax',0),(1985,2,'2025-07','deduction','Adv/ Imprest',0),(1986,2,'2025-07','deduction','Other Deduction',0),(1987,2,'2025-07','deduction','Excess Mobile',0),(1988,2,'2025-07','ctc','Employer PF',0),(1989,2,'2025-07','ctc','ESIC',0),(1990,2,'2025-07','ctc','Professional Tax',0),(1991,2,'2025-07','ctc','Gratuity',0),(1992,2,'2025-07','ctc','Exgratia/ Bonus ',0),(1993,2,'2025-07','ctc','Medical Insurance',0),(1994,2,'2025-07','ctc','Mobile',0),(1995,8,'2025-07','earning','Basic',0),(1996,8,'2025-07','earning','HRA',0),(1997,8,'2025-07','earning','Conv Allowance TA',0),(1998,8,'2025-07','earning','Medical Allowance',0),(1999,8,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2000,8,'2025-07','earning','Other Allowance',0),(2001,8,'2025-07','earning','Laptop Incentive',0),(2002,8,'2025-07','earning','Arrear',0),(2003,8,'2025-07','earning','KPI Incentive',0),(2004,8,'2025-07','deduction','Provident Fund',0),(2005,8,'2025-07','deduction','ESI',0),(2006,8,'2025-07','deduction','TDS',0),(2007,8,'2025-07','deduction','Prof. Tax',0),(2008,8,'2025-07','deduction','Adv/ Imprest',0),(2009,8,'2025-07','deduction','Other Deduction',0),(2010,8,'2025-07','deduction','Excess Mobile',0),(2011,8,'2025-07','ctc','Employer PF',0),(2012,8,'2025-07','ctc','ESIC',0),(2013,8,'2025-07','ctc','Professional Tax',0),(2014,8,'2025-07','ctc','Gratuity',0),(2015,8,'2025-07','ctc','Exgratia/ Bonus ',0),(2016,8,'2025-07','ctc','Medical Insurance',0),(2017,8,'2025-07','ctc','Mobile',0),(2018,9,'2025-07','earning','Basic',112500),(2019,9,'2025-07','earning','HRA',45000),(2020,9,'2025-07','earning','Conv Allowance TA',1600),(2021,9,'2025-07','earning','Medical Allowance',1250),(2022,9,'2025-07','earning','Other Allowance',89650),(2023,9,'2025-07','deduction','Provident Fund',1800),(2024,9,'2025-07','deduction','ESI',0),(2025,9,'2025-07','ctc','Employer PF',1800),(2026,9,'2025-07','ctc','ESIC',0),(2027,9,'2025-07','ctc','Medical Insurance',500),(2028,9,'2025-07','ctc','Mobile',500),(2029,10,'2025-07','earning','Basic',90000),(2030,10,'2025-07','earning','HRA',36000),(2031,10,'2025-07','earning','Conv Allowance TA',1600),(2032,10,'2025-07','earning','Medical Allowance',1250),(2033,10,'2025-07','earning','Other Allowance',71150),(2034,10,'2025-07','deduction','Provident Fund',1800),(2035,10,'2025-07','deduction','ESI',0),(2036,10,'2025-07','ctc','Employer PF',1800),(2037,10,'2025-07','ctc','ESIC',0),(2038,10,'2025-07','ctc','Medical Insurance',500),(2039,10,'2025-07','ctc','Mobile',500),(2040,13,'2025-07','earning','Basic',25126.2),(2041,13,'2025-07','earning','HRA',10050.5),(2042,13,'2025-07','earning','Conv Allowance TA',1600),(2043,13,'2025-07','earning','Medical Allowance',1250),(2044,13,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2045,13,'2025-07','earning','Other Allowance',17809.3),(2046,13,'2025-07','earning','Laptop Incentive',0),(2047,13,'2025-07','earning','Arrear',0),(2048,13,'2025-07','earning','KPI Incentive',0),(2049,13,'2025-07','deduction','Provident Fund',1800),(2050,13,'2025-07','deduction','ESI',0),(2051,13,'2025-07','deduction','TDS',0),(2052,13,'2025-07','deduction','Prof. Tax',200),(2053,13,'2025-07','deduction','Adv/ Imprest',0),(2054,13,'2025-07','deduction','Other Deduction',0),(2055,13,'2025-07','deduction','Excess Mobile',0),(2056,13,'2025-07','ctc','Employer PF',1800),(2057,13,'2025-07','ctc','ESIC',0),(2058,13,'2025-07','ctc','Professional Tax',0),(2059,13,'2025-07','ctc','Gratuity',1207.99),(2060,13,'2025-07','ctc','Exgratia/ Bonus ',2085.47),(2061,13,'2025-07','ctc','Medical Insurance',500),(2062,13,'2025-07','ctc','Mobile',500),(2063,15,'2025-07','earning','Basic',13702.5),(2064,15,'2025-07','earning','HRA',5481),(2065,15,'2025-07','earning','Conv Allowance TA',1600),(2066,15,'2025-07','earning','Medical Allowance',1250),(2067,15,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2068,15,'2025-07','earning','Other Allowance',8416.5),(2069,15,'2025-07','earning','Laptop Incentive',0),(2070,15,'2025-07','earning','Arrear',0),(2071,15,'2025-07','earning','KPI Incentive',0),(2072,15,'2025-07','deduction','Provident Fund',1800),(2073,15,'2025-07','deduction','ESI',0),(2074,15,'2025-07','deduction','TDS',0),(2075,15,'2025-07','deduction','Prof. Tax',0),(2076,15,'2025-07','deduction','Adv/ Imprest',0),(2077,15,'2025-07','deduction','Other Deduction',0),(2078,15,'2025-07','deduction','Excess Mobile',0),(2079,15,'2025-07','ctc','Employer PF',1800),(2080,15,'2025-07','ctc','ESIC',0),(2081,15,'2025-07','ctc','Professional Tax',200),(2082,15,'2025-07','ctc','Gratuity',0),(2083,15,'2025-07','ctc','Exgratia/ Bonus ',0),(2084,15,'2025-07','ctc','Medical Insurance',0),(2085,15,'2025-07','ctc','Mobile',0),(2086,16,'2025-07','earning','Basic',10000),(2087,16,'2025-07','earning','HRA',0),(2088,16,'2025-07','earning','Conv Allowance TA',0),(2089,16,'2025-07','earning','Medical Allowance',0),(2090,16,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2091,16,'2025-07','earning','Other Allowance',0),(2092,16,'2025-07','earning','Laptop Incentive',0),(2093,16,'2025-07','earning','Arrear',0),(2094,16,'2025-07','earning','KPI Incentive',0),(2095,16,'2025-07','deduction','Provident Fund',590),(2096,16,'2025-07','deduction','ESI',0),(2097,16,'2025-07','deduction','TDS',0),(2098,16,'2025-07','deduction','Prof. Tax',0),(2099,16,'2025-07','deduction','Adv/ Imprest',0),(2100,16,'2025-07','deduction','Other Deduction',0),(2101,16,'2025-07','deduction','Excess Mobile',0),(2102,16,'2025-07','ctc','Employer PF',0),(2103,16,'2025-07','ctc','ESIC',0),(2104,16,'2025-07','ctc','Professional Tax',0),(2105,16,'2025-07','ctc','Gratuity',0),(2106,16,'2025-07','ctc','Exgratia/ Bonus ',0),(2107,16,'2025-07','ctc','Medical Insurance',0),(2108,16,'2025-07','ctc','Mobile',0),(2109,18,'2025-07','earning','Basic',31050),(2110,18,'2025-07','earning','HRA',12420),(2111,18,'2025-07','earning','Conv Allowance TA',1600),(2112,18,'2025-07','earning','Medical Allowance',1250),(2113,18,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2114,18,'2025-07','earning','Other Allowance',22680),(2115,18,'2025-07','earning','Laptop Incentive',0),(2116,18,'2025-07','earning','Arrear',0),(2117,18,'2025-07','earning','KPI Incentive',0),(2118,18,'2025-07','deduction','Provident Fund',1800),(2119,18,'2025-07','deduction','ESI',0),(2120,18,'2025-07','deduction','TDS',0),(2121,18,'2025-07','deduction','Prof. Tax',0),(2122,18,'2025-07','deduction','Adv/ Imprest',0),(2123,18,'2025-07','deduction','Other Deduction',0),(2124,18,'2025-07','deduction','Excess Mobile',0),(2125,18,'2025-07','ctc','Employer PF',1800),(2126,18,'2025-07','ctc','ESIC',0),(2127,18,'2025-07','ctc','Professional Tax',0),(2128,18,'2025-07','ctc','Gratuity',1492.79),(2129,18,'2025-07','ctc','Exgratia/ Bonus ',2577.15),(2130,18,'2025-07','ctc','Medical Insurance',500),(2131,18,'2025-07','ctc','Mobile',500),(2132,19,'2025-07','earning','Basic',32130),(2133,19,'2025-07','earning','HRA',12852),(2134,19,'2025-07','earning','Conv Allowance TA',1600),(2135,19,'2025-07','earning','Medical Allowance',1250),(2136,19,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2137,19,'2025-07','earning','Other Allowance',23568),(2138,19,'2025-07','earning','Laptop Incentive',0),(2139,19,'2025-07','earning','Arrear',0),(2140,19,'2025-07','earning','KPI Incentive',0),(2141,19,'2025-07','deduction','Provident Fund',1800),(2142,19,'2025-07','deduction','ESI',0),(2143,19,'2025-07','deduction','TDS',0),(2144,19,'2025-07','deduction','Prof. Tax',0),(2145,19,'2025-07','deduction','Adv/ Imprest',0),(2146,19,'2025-07','deduction','Other Deduction',0),(2147,19,'2025-07','deduction','Excess Mobile',0),(2148,19,'2025-07','ctc','Employer PF',1800),(2149,19,'2025-07','ctc','ESIC',0),(2150,19,'2025-07','ctc','Professional Tax',0),(2151,19,'2025-07','ctc','Gratuity',1544.71),(2152,19,'2025-07','ctc','Exgratia/ Bonus ',2666.79),(2153,19,'2025-07','ctc','Medical Insurance',500),(2154,19,'2025-07','ctc','Mobile',500),(2155,20,'2025-07','earning','Basic',18810),(2156,20,'2025-07','earning','HRA',7524),(2157,20,'2025-07','earning','Conv Allowance TA',1600),(2158,20,'2025-07','earning','Medical Allowance',1250),(2159,20,'2025-07','earning','GC/TL/MR/DMR Incentive',0),(2160,20,'2025-07','earning','Other Allowance',12616),(2161,20,'2025-07','earning','Laptop Incentive',0),(2162,20,'2025-07','earning','Arrear',0),(2163,20,'2025-07','earning','KPI Incentive',0),(2164,20,'2025-07','deduction','Provident Fund',1800),(2165,20,'2025-07','deduction','ESI',0),(2166,20,'2025-07','deduction','TDS',0),(2167,20,'2025-07','deduction','Prof. Tax',0),(2168,20,'2025-07','deduction','Adv/ Imprest',0),(2169,20,'2025-07','deduction','Other Deduction',0),(2170,20,'2025-07','deduction','Excess Mobile',0),(2171,20,'2025-07','ctc','Employer PF',1800),(2172,20,'2025-07','ctc','ESIC',0),(2173,20,'2025-07','ctc','Professional Tax',0),(2174,20,'2025-07','ctc','Gratuity',904.33),(2175,20,'2025-07','ctc','Exgratia/ Bonus ',1561.23),(2176,20,'2025-07','ctc','Medical Insurance',500),(2177,20,'2025-07','ctc','Mobile',500);
/*!40000 ALTER TABLE `frozen_salary_component` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `handover_doc_viewers`
--

DROP TABLE IF EXISTS `handover_doc_viewers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `handover_doc_viewers` (
  `id` int NOT NULL AUTO_INCREMENT,
  `doc_id` int NOT NULL,
  `viewer_emp_id` int NOT NULL,
  `can_view` tinyint(1) NOT NULL DEFAULT '1',
  `acknowledged_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_viewers_doc` (`doc_id`),
  KEY `idx_viewers_emp` (`viewer_emp_id`),
  CONSTRAINT `fk_hdv_doc` FOREIGN KEY (`doc_id`) REFERENCES `handover_docs` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_hdv_viewer` FOREIGN KEY (`viewer_emp_id`) REFERENCES `employee` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `handover_doc_viewers`
--

LOCK TABLES `handover_doc_viewers` WRITE;
/*!40000 ALTER TABLE `handover_doc_viewers` DISABLE KEYS */;
INSERT INTO `handover_doc_viewers` VALUES (1,1,20,1,'2025-08-10 08:14:24'),(2,1,12,1,'2025-08-10 08:20:39'),(3,2,20,1,'2025-08-10 08:14:22'),(4,2,12,1,'2025-08-10 08:20:37'),(5,3,21,1,'2025-08-14 08:02:11'),(6,3,2,1,'2025-08-14 07:58:49');
/*!40000 ALTER TABLE `handover_doc_viewers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `handover_docs`
--

DROP TABLE IF EXISTS `handover_docs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `handover_docs` (
  `id` int NOT NULL AUTO_INCREMENT,
  `exit_id` int NOT NULL,
  `title` varchar(200) NOT NULL,
  `file_path` varchar(400) NOT NULL,
  `uploaded_by` int NOT NULL,
  `uploaded_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `idx_hd_exit` (`exit_id`),
  KEY `fk_hdoc_uploaded_by` (`uploaded_by`),
  CONSTRAINT `fk_hdoc_exit` FOREIGN KEY (`exit_id`) REFERENCES `exit_requests` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_hdoc_uploaded_by` FOREIGN KEY (`uploaded_by`) REFERENCES `employee` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `handover_docs`
--

LOCK TABLES `handover_docs` WRITE;
/*!40000 ALTER TABLE `handover_docs` DISABLE KEYS */;
INSERT INTO `handover_docs` VALUES (1,3,'Handover','exit_documents/3/40-762436990-booking-details.pdf',13,'2025-08-10 07:58:39'),(2,3,'Handover','exit_documents/3/40-762436990-booking-details.pdf',13,'2025-08-10 07:59:59'),(3,5,'Client List','exit_documents/5/Copy_of_Education_Project_DataFairgaze_-_2025_july_1_002.xlsx',2,'2025-08-14 07:58:26');
/*!40000 ALTER TABLE `handover_docs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `holiday`
--

DROP TABLE IF EXISTS `holiday`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `holiday` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `date` date DEFAULT NULL,
  `name` varchar(100) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `location` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `date` (`date`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `holiday`
--

LOCK TABLES `holiday` WRITE;
/*!40000 ALTER TABLE `holiday` DISABLE KEYS */;
INSERT INTO `holiday` VALUES (1,'2025-08-15','Independence Day','national','All'),(2,'2025-08-27','Ganesh Chaturthi','optional','All'),(3,'2025-08-28','Test RH','optional','ALL');
/*!40000 ALTER TABLE `holiday` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `leave_approval_log`
--

DROP TABLE IF EXISTS `leave_approval_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave_approval_log` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `leave_request_id` int DEFAULT NULL,
  `approver_id` int DEFAULT NULL,
  `approver_role` varchar(20) DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  `remark` text,
  `timestamp` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `leave_approval_log`
--

LOCK TABLES `leave_approval_log` WRITE;
/*!40000 ALTER TABLE `leave_approval_log` DISABLE KEYS */;
INSERT INTO `leave_approval_log` VALUES (1,1,2,'manager','approved','Approved','2025-08-02 11:07:52'),(2,1,2,'hr','approved','Approved','2025-08-02 11:08:17'),(3,2,2,'manager','approved','Approved','2025-08-02 22:53:07'),(4,3,2,'manager','approved','Approved','2025-08-02 22:56:11'),(5,5,10,'manager','approved','Ritesh Approved','2025-08-02 23:55:47'),(6,5,10,'hr','approved','approed','2025-08-02 23:56:31'),(7,6,2,'manager','approved','approved','2025-08-03 04:19:55'),(8,6,2,'hr','approved','approved','2025-08-03 04:20:13'),(9,3,2,'hr','approved','Approved','2025-08-03 04:20:19'),(10,2,2,'hr','approved','approved','2025-08-03 04:20:23'),(11,7,2,'manager','approved','approved','2025-08-03 05:04:06'),(12,7,2,'hr','approved','approved','2025-08-03 05:04:14'),(13,8,10,'manager','rejected','reje','2025-08-06 23:00:39'),(14,9,10,'manager','approved','Approved Manager','2025-08-06 23:02:20'),(15,9,10,'hr','rejected','Rjected','2025-08-06 23:03:18'),(16,10,10,'manager','approved','App','2025-08-06 23:04:09'),(17,10,10,'hr','approved','app','2025-08-06 23:04:15'),(18,13,2,'manager','approved','Approved','2025-08-09 10:28:32'),(19,13,2,'hr','approved','Approved','2025-08-09 10:28:42'),(20,14,2,'manager','approved','Noti','2025-08-13 22:46:48'),(21,15,2,'manager','approved','Approve','2025-08-14 02:36:37'),(22,11,2,'manager','approved','','2025-08-17 12:10:48'),(23,16,2,'manager','approved','','2025-08-17 12:10:48'),(24,11,2,'hr','approved','','2025-08-17 12:11:04'),(25,16,2,'hr','approved','','2025-08-17 12:11:04'),(26,17,2,'manager','approved','','2025-08-18 14:31:40'),(27,18,2,'manager','approved','','2025-08-18 14:31:40');
/*!40000 ALTER TABLE `leave_approval_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `leave_balance`
--

DROP TABLE IF EXISTS `leave_balance`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave_balance` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `employee_id` int DEFAULT NULL,
  `leave_type_id` int DEFAULT NULL,
  `year` int DEFAULT NULL,
  `balance` float DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `leave_balance`
--

LOCK TABLES `leave_balance` WRITE;
/*!40000 ALTER TABLE `leave_balance` DISABLE KEYS */;
INSERT INTO `leave_balance` VALUES (54,2,5,2025,8),(55,9,5,2025,4),(56,10,5,2025,2),(57,11,5,2025,2),(58,13,5,2025,8),(59,14,5,2025,8),(60,15,5,2025,3),(61,16,5,2025,8),(62,17,5,2025,3),(63,18,5,2025,3),(64,19,5,2025,3),(65,20,5,2025,3),(66,21,5,2025,8),(67,22,5,2025,1),(68,23,5,2025,4),(69,25,5,2025,1),(70,26,5,2025,1);
/*!40000 ALTER TABLE `leave_balance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `leave_policy`
--

DROP TABLE IF EXISTS `leave_policy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave_policy` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `company_id` int DEFAULT NULL,
  `leave_type_id` int DEFAULT NULL,
  `role_id` int DEFAULT NULL,
  `department_id` int DEFAULT NULL,
  `annual_quota` float DEFAULT NULL,
  `monthly_credit` tinyint(1) DEFAULT '0',
  `max_consecutive_days` int DEFAULT '30',
  `join_after_cutoff_month` int DEFAULT NULL,
  `rh_consecutive_limit` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `leave_policy`
--

LOCK TABLES `leave_policy` WRITE;
/*!40000 ALTER TABLE `leave_policy` DISABLE KEYS */;
INSERT INTO `leave_policy` VALUES (6,NULL,1,NULL,NULL,3,0,1,NULL,NULL),(7,NULL,2,NULL,NULL,4,0,2,NULL,NULL),(8,NULL,3,NULL,NULL,5,0,2,NULL,NULL),(9,NULL,4,NULL,NULL,7,0,7,NULL,NULL),(10,NULL,5,NULL,NULL,15,1,15,NULL,NULL);
/*!40000 ALTER TABLE `leave_policy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `leave_request`
--

DROP TABLE IF EXISTS `leave_request`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave_request` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `employee_id` int DEFAULT NULL,
  `leave_type_id` int DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `total_days` float DEFAULT NULL,
  `half_day` tinyint(1) DEFAULT '0',
  `reason` text,
  `status` varchar(20) DEFAULT 'pending',
  `approver_level` varchar(20) DEFAULT NULL,
  `applied_on` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `medical_note_uploaded` tinyint(1) DEFAULT '0',
  `approved_by_manager_id` int DEFAULT NULL,
  `approved_by_hr_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `approved_by_manager_id` (`approved_by_manager_id`),
  CONSTRAINT `leave_request_ibfk_1` FOREIGN KEY (`approved_by_manager_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `leave_request`
--

LOCK TABLES `leave_request` WRITE;
/*!40000 ALTER TABLE `leave_request` DISABLE KEYS */;
INSERT INTO `leave_request` VALUES (1,2,5,'2025-08-04','2025-08-06',3,0,'Test','final_approved',NULL,'2025-08-02 10:59:01',0,NULL,NULL),(2,2,5,'2025-08-13','2025-08-14',2,0,'Test','final_approved',NULL,'2025-08-02 11:18:18',0,NULL,NULL),(3,2,5,'2025-08-07','2025-08-07',1,0,'test','final_approved',NULL,'2025-08-02 22:55:58',0,NULL,NULL),(4,10,5,'2025-08-07','2025-08-07',1,0,'test','pending',NULL,'2025-08-02 23:07:46',0,NULL,NULL),(5,12,5,'2025-08-04','2025-08-05',2,0,'Test','final_approved',NULL,'2025-08-02 23:55:20',0,NULL,NULL),(6,8,5,'2025-08-05','2025-08-05',1,0,'test','final_approved',NULL,'2025-08-03 04:19:37',0,NULL,NULL),(7,2,5,'2025-07-07','2025-07-07',1,0,'Test','final_approved',NULL,'2025-08-03 05:03:57',0,NULL,NULL),(8,12,5,'2025-08-07','2025-08-07',1,0,'Test','rejected',NULL,'2025-08-06 22:50:08',0,NULL,NULL),(9,12,5,'2025-09-01','2025-09-01',1,0,'test hr ','rejected',NULL,'2025-08-06 23:01:26',0,NULL,NULL),(10,12,5,'2025-09-01','2025-09-02',2,0,'test approve','final_approved',NULL,'2025-08-06 23:03:55',0,NULL,NULL),(11,20,5,'2025-08-07','2025-08-09',3,0,'test','final_approved',NULL,'2025-08-07 02:38:57',0,NULL,NULL),(12,12,5,'2025-08-21','2025-08-21',0.5,1,'test','pending',NULL,'2025-08-07 02:54:15',0,NULL,NULL),(13,2,3,'2025-08-28','2025-08-28',1,0,'test','final_approved',NULL,'2025-08-09 09:53:00',0,NULL,NULL),(14,20,5,'2025-08-14','2025-08-15',2,0,'Test Notification','manager_approved',NULL,'2025-08-13 22:46:19',0,NULL,NULL),(15,20,5,'2025-08-14','2025-08-14',1,0,'Test','manager_approved',NULL,'2025-08-14 02:36:09',0,NULL,NULL),(16,2,5,'2025-08-19','2025-08-21',3,0,'test','final_approved',NULL,'2025-08-17 12:08:47',0,NULL,NULL),(17,2,5,'2025-08-20','2025-08-20',1,0,'test','manager_approved',NULL,'2025-08-18 14:30:52',0,NULL,NULL),(18,2,5,'2025-08-22','2025-08-22',1,0,'testy','manager_approved',NULL,'2025-08-18 14:31:06',0,NULL,NULL),(19,2,5,'2025-09-12','2025-09-12',1,0,'Test','pending',NULL,'2025-08-20 04:04:54',0,NULL,NULL);
/*!40000 ALTER TABLE `leave_request` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `leave_settings`
--

DROP TABLE IF EXISTS `leave_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `company_id` int DEFAULT NULL,
  `leave_year_start` date DEFAULT NULL,
  `leave_year_end` date DEFAULT NULL,
  `sandwich_policy_enabled` tinyint(1) DEFAULT '1',
  `rh_max_per_year` int DEFAULT '5',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `leave_settings`
--

LOCK TABLES `leave_settings` WRITE;
/*!40000 ALTER TABLE `leave_settings` DISABLE KEYS */;
INSERT INTO `leave_settings` VALUES (1,NULL,NULL,NULL,1,1);
/*!40000 ALTER TABLE `leave_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `leave_type`
--

DROP TABLE IF EXISTS `leave_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave_type` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `code` varchar(10) NOT NULL,
  `default_quota` float DEFAULT '0',
  `allow_half_day` tinyint(1) DEFAULT '0',
  `requires_approval` tinyint(1) DEFAULT '1',
  `carry_forward` tinyint(1) DEFAULT '0',
  `encashable` tinyint(1) DEFAULT '0',
  `sandwich_applicable` tinyint(1) DEFAULT '1',
  `probation_restricted` tinyint(1) DEFAULT '0',
  `remarks` text,
  `credit_type` varchar(50) DEFAULT 'monthly',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `leave_type`
--

LOCK TABLES `leave_type` WRITE;
/*!40000 ALTER TABLE `leave_type` DISABLE KEYS */;
INSERT INTO `leave_type` VALUES (1,'National Holiday','NL',3,0,1,0,0,0,0,'Mandatory holidays sanctioned by the government for all public and private organizations across the country','monthly'),(2,'MANDATORY CULTURAL HOLIDAYS','MCH',4,0,1,0,0,0,0,'Mandatory holidays sanctioned by the government for all public and private organizations across the country	','monthly'),(3,'CULTURAL/STATE HOLIDAYS','RH',1,0,1,0,0,0,0,'Cultural and regional holidays may be selected by the employees as per the relevance/Location.','monthly'),(4,'PRIVILEGED LEAVES','PL',7,0,1,0,0,0,0,'Mandatory leaves offered by the organization from 26th December -1 January. - 1 Employees who have joined after September are not allowed to take privilege leaves. ','monthly'),(5,'Earned Leaves','EL',15,1,1,0,0,1,0,'Employees will be allowed to take multiple holidays consecutively at the discretion of their reporting manager','monthly');
/*!40000 ALTER TABLE `leave_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_change_log`
--

DROP TABLE IF EXISTS `master_change_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_change_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `table_name` varchar(50) DEFAULT NULL,
  `record_id` int DEFAULT NULL,
  `field_name` varchar(100) DEFAULT NULL,
  `old_value` varchar(255) DEFAULT NULL,
  `new_value` varchar(255) DEFAULT NULL,
  `changed_by` int DEFAULT NULL,
  `changed_on` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `master_change_log_ibfk_1` (`changed_by`),
  CONSTRAINT `master_change_log_ibfk_1` FOREIGN KEY (`changed_by`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_change_log`
--

LOCK TABLES `master_change_log` WRITE;
/*!40000 ALTER TABLE `master_change_log` DISABLE KEYS */;
INSERT INTO `master_change_log` VALUES (1,'department',5,'name','IT','Information Technology',2,'2025-07-14 13:44:37'),(2,'department',9,'name','Ops','Operations M',2,'2025-07-23 06:45:51'),(3,'designation',3,'title','Executive','Account Executive',2,'2025-07-27 12:18:39');
/*!40000 ALTER TABLE `master_change_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `menu`
--

DROP TABLE IF EXISTS `menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `menu` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `icon` varchar(255) DEFAULT NULL,
  `order` int DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `menu`
--

LOCK TABLES `menu` WRITE;
/*!40000 ALTER TABLE `menu` DISABLE KEYS */;
INSERT INTO `menu` VALUES (1,'Dashboard','bi-speedometer2',0),(3,'Employee','bi-person-circle',0),(4,'Attendance','bi-calendar-event',0),(5,'Broadcast','bi-megaphone-fill',0),(6,'Logs','bi-clipboard-data',0),(7,'Payroll','bi-cash-coin',0),(8,'Admin Tools','bi-tools',0),(9,'Desktime','bi bi-window-desktop',0),(11,'Leaves','bi bi-calendar2-heart',0),(12,'Imp Documents','bi bi-file-earmark-pdf',0),(13,'Feedback','bi bi-flag-fill',0),(14,'Induction','bi bi-person-add',0),(15,'Exit Process','bi bi-person-slash',0),(16,'Profile','bi bi-person-circle',0);
/*!40000 ALTER TABLE `menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `monthly_payroll`
--

DROP TABLE IF EXISTS `monthly_payroll`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `monthly_payroll` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `month` int NOT NULL,
  `year` int NOT NULL,
  `gross` float NOT NULL,
  `deductions` float NOT NULL,
  `net_pay` float NOT NULL,
  `ctc` float DEFAULT NULL,
  `frozen_on` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `monthly_payroll_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=267 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `monthly_payroll`
--

LOCK TABLES `monthly_payroll` WRITE;
/*!40000 ALTER TABLE `monthly_payroll` DISABLE KEYS */;
INSERT INTO `monthly_payroll` VALUES (118,2,5,2025,0,0,0,0,'2025-07-27 09:44:02'),(119,8,5,2025,0,0,0,0,'2025-07-27 09:44:02'),(120,9,5,2025,0,0,0,0,'2025-07-27 09:44:02'),(121,12,5,2025,42580.6,1800,40780.6,0,'2025-07-27 09:44:02'),(122,13,5,2025,53134.3,2000,51134.3,6093.46,'2025-07-27 09:44:02'),(123,14,5,2025,0,0,0,0,'2025-07-27 09:44:02'),(124,16,5,2025,0,0,0,0,'2025-07-27 09:44:02'),(221,2,6,2025,0,0,0,0,'2025-07-28 19:38:48'),(222,8,6,2025,0,0,0,0,'2025-07-28 19:38:48'),(223,9,6,2025,0,0,0,0,'2025-07-28 19:38:48'),(224,12,6,2025,82500,1800,80700,0,'2025-07-28 19:38:49'),(225,13,6,2025,53974.8,2000,51974.8,6093.46,'2025-07-28 19:38:49'),(226,14,6,2025,0,0,0,0,'2025-07-28 19:38:49'),(227,15,6,2025,28927.5,1800,27127.5,2000,'2025-07-28 19:38:49'),(228,16,6,2025,0,0,0,0,'2025-07-28 19:38:49'),(229,17,6,2025,0,0,0,0,'2025-07-28 19:38:49'),(230,18,6,2025,66700,1800,64900,6869.94,'2025-07-28 19:38:49'),(231,19,6,2025,80920,1800,79120,7011.5,'2025-07-28 19:38:49'),(232,20,6,2025,43193.3,1800,41393.3,5265.56,'2025-07-28 19:38:49'),(247,2,4,2025,0,0,0,0,'2025-07-31 17:41:36'),(248,8,4,2025,0,0,0,0,'2025-07-31 17:41:36'),(249,13,4,2025,53974.8,2000,51974.8,6093.46,'2025-07-31 17:41:36'),(250,14,4,2025,0,0,0,0,'2025-07-31 17:41:36'),(251,16,4,2025,9500,590,8910,0,'2025-07-31 17:41:36'),(252,2,7,2025,0,0,0,0,'2025-08-10 11:06:33'),(253,8,7,2025,0,0,0,0,'2025-08-10 11:06:33'),(254,9,7,2025,96774.2,1800,94974.2,2800,'2025-08-10 11:06:33'),(255,10,7,2025,29032.3,1800,27232.3,2800,'2025-08-10 11:06:33'),(256,11,7,2025,0,0,0,0,'2025-08-10 11:06:33'),(257,13,7,2025,54935.4,2000,52935.4,6093.46,'2025-08-10 11:06:33'),(258,14,7,2025,0,0,0,0,'2025-08-10 11:06:34'),(259,15,7,2025,27994.3,1800,26194.3,2000,'2025-08-10 11:06:34'),(260,16,7,2025,10000,590,9410,0,'2025-08-10 11:06:34'),(261,17,7,2025,0,0,0,0,'2025-08-10 11:06:34'),(262,18,7,2025,67887.1,1800,66087.1,6869.94,'2025-08-10 11:06:34'),(263,19,7,2025,64490.3,1800,62690.3,7011.5,'2025-08-10 11:06:34'),(264,20,7,2025,40451.6,1800,38651.6,5265.56,'2025-08-10 11:06:34'),(265,21,7,2025,0,0,0,0,'2025-08-10 11:06:34'),(266,23,7,2025,0,0,0,0,'2025-08-10 11:06:34');
/*!40000 ALTER TABLE `monthly_payroll` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notifications`
--

DROP TABLE IF EXISTS `notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notifications` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `message` text NOT NULL,
  `type` varchar(20) DEFAULT 'info',
  `link` varchar(512) DEFAULT NULL,
  `is_read` tinyint(1) DEFAULT '0',
  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `idx_employee_id` (`employee_id`),
  KEY `idx_is_read` (`is_read`),
  KEY `idx_created_at` (`created_at`),
  CONSTRAINT `fk_notifications_employee` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notifications`
--

LOCK TABLES `notifications` WRITE;
/*!40000 ALTER TABLE `notifications` DISABLE KEYS */;
INSERT INTO `notifications` VALUES (1,NULL,'New document category','“Test Notification” has been added to Company Documents.','info','http://127.0.0.1:5000/documents/view-documents#cat-7',1,'2025-08-13 09:52:35'),(2,NULL,'New document category','“ISO Documents” has been added to Company Documents.','info','http://127.0.0.1:5000/documents/view-documents#cat-8',1,'2025-08-13 10:05:41'),(3,20,'Leave request submitted','Your Earned Leaves request (14-Aug-2025 → 15-Aug-2025) has been submitted and is pending manager approval.','info','http://127.0.0.1:5000/leave/history',1,'2025-08-14 04:16:19'),(4,2,'Leave approval needed','Jarnail Singh applied for Earned Leaves (14-Aug-2025 → 15-Aug-2025). Please review.','info','http://127.0.0.1:5000/leave/manager/pending',1,'2025-08-14 04:16:19'),(5,9,'New leave request (FYI)','Jarnail Singh applied for Earned Leaves (14-Aug-2025 → 15-Aug-2025). Awaiting manager action.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-14 04:16:19'),(6,20,'Leave approved by Manager','Your Earned Leaves request (14-Aug-2025 → 15-Aug-2025) was approved by your manager and sent to HR.','info','http://127.0.0.1:5000/leave/history',1,'2025-08-14 04:16:48'),(7,9,'Leave request awaiting HR action','Jarnail Singh\'s Earned Leaves (14-Aug-2025 → 15-Aug-2025) needs HR approval.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-14 04:16:48'),(8,2,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',1,'2025-08-14 04:30:46'),(9,8,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(10,9,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(11,10,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(12,11,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(13,13,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(14,14,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(15,15,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(16,16,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(17,17,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(18,18,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(19,19,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(20,20,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',1,'2025-08-14 04:30:46'),(21,21,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(22,22,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(23,23,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(24,25,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(25,26,'New announcement: Notification','Test Notification','info','http://127.0.0.1:5000/broadcast/announcements#b-11',0,'2025-08-14 04:30:46'),(26,NULL,'New document category','“ISO DOCUMENTS ” has been added to Company Documents.','info','http://127.0.0.1:5000/documents/view-documents#cat-9',1,'2025-08-14 08:05:11'),(27,20,'Leave request submitted','Your Earned Leaves request (14-Aug-2025) has been submitted and is pending manager approval.','info','http://127.0.0.1:5000/leave/history',1,'2025-08-14 08:06:09'),(28,2,'Leave approval needed','Jarnail Singh applied for Earned Leaves (14-Aug-2025). Please review.','info','http://127.0.0.1:5000/leave/manager/pending',1,'2025-08-14 08:06:09'),(29,9,'New leave request (FYI)','Jarnail Singh applied for Earned Leaves (14-Aug-2025). Awaiting manager action.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-14 08:06:09'),(30,20,'Leave approved by Manager','Your Earned Leaves request (14-Aug-2025) was approved by your manager and sent to HR.','info','http://127.0.0.1:5000/leave/history',1,'2025-08-14 08:06:37'),(31,9,'Leave request awaiting HR action','Jarnail Singh\'s Earned Leaves (14-Aug-2025) needs HR approval.','info','http://127.0.0.1:5000/leave/hr/pending',1,'2025-08-14 08:06:37'),(32,2,'Leave request submitted','Your Earned Leaves request (19-Aug-2025 → 21-Aug-2025) has been submitted and is pending manager approval.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-17 17:38:47'),(33,2,'Leave approval needed','Pranav Menon applied for Earned Leaves (19-Aug-2025 → 21-Aug-2025). Please review.','info','http://127.0.0.1:5000/leave/manager/pending',0,'2025-08-17 17:38:47'),(34,9,'New leave request (FYI)','Pranav Menon applied for Earned Leaves (19-Aug-2025 → 21-Aug-2025). Awaiting manager action.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-17 17:38:47'),(35,9,'Leave request awaiting HR action','Jarnail Singh\'s Earned Leaves (07-Aug-2025 → 09-Aug-2025) needs HR approval.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-17 17:40:48'),(36,20,'Leave approved by Manager','Your Earned Leaves request (07-Aug-2025 → 09-Aug-2025) was approved by your manager and sent to HR.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-17 17:40:48'),(37,9,'Leave request awaiting HR action','Pranav Menon\'s Earned Leaves (19-Aug-2025 → 21-Aug-2025) needs HR approval.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-17 17:40:48'),(38,2,'Leave approved by Manager','Your Earned Leaves request (19-Aug-2025 → 21-Aug-2025) was approved by your manager and sent to HR.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-17 17:40:48'),(39,20,'Leave fully approved','Your Earned Leaves request (07-Aug-2025 → 09-Aug-2025) has been approved by HR.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-17 17:41:04'),(40,2,'Leave approved (HR)','Jarnail Singh\'s Earned Leaves (07-Aug-2025 → 09-Aug-2025) is fully approved.','info','http://127.0.0.1:5000/leave/manager/pending',0,'2025-08-17 17:41:04'),(41,2,'Leave fully approved','Your Earned Leaves request (19-Aug-2025 → 21-Aug-2025) has been approved by HR.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-17 17:41:04'),(42,2,'Leave approved (HR)','Pranav Menon\'s Earned Leaves (19-Aug-2025 → 21-Aug-2025) is fully approved.','info','http://127.0.0.1:5000/leave/manager/pending',0,'2025-08-17 17:41:04'),(43,2,'Leave request submitted','Your Earned Leaves request (20-Aug-2025) has been submitted and is pending manager approval.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-18 20:00:52'),(44,2,'Leave approval needed','Pranav Menon applied for Earned Leaves (20-Aug-2025). Please review.','info','http://127.0.0.1:5000/leave/manager/pending',0,'2025-08-18 20:00:52'),(45,9,'New leave request (FYI)','Pranav Menon applied for Earned Leaves (20-Aug-2025). Awaiting manager action.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-18 20:00:52'),(46,2,'Leave request submitted','Your Earned Leaves request (22-Aug-2025) has been submitted and is pending manager approval.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-18 20:01:06'),(47,2,'Leave approval needed','Pranav Menon applied for Earned Leaves (22-Aug-2025). Please review.','info','http://127.0.0.1:5000/leave/manager/pending',0,'2025-08-18 20:01:06'),(48,9,'New leave request (FYI)','Pranav Menon applied for Earned Leaves (22-Aug-2025). Awaiting manager action.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-18 20:01:06'),(49,9,'Leave request awaiting HR action','Pranav Menon\'s Earned Leaves (20-Aug-2025) needs HR approval.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-18 20:01:40'),(50,2,'Leave approved by Manager','Your Earned Leaves request (20-Aug-2025) was approved by your manager and sent to HR.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-18 20:01:40'),(51,9,'Leave request awaiting HR action','Pranav Menon\'s Earned Leaves (22-Aug-2025) needs HR approval.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-18 20:01:40'),(52,2,'Leave approved by Manager','Your Earned Leaves request (22-Aug-2025) was approved by your manager and sent to HR.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-18 20:01:40'),(53,2,'Leave request submitted','Your Earned Leaves request (12-Sep-2025) has been submitted and is pending manager approval.','info','http://127.0.0.1:5000/leave/history',0,'2025-08-20 04:04:54'),(54,2,'Leave approval needed','Pranav Menon applied for Earned Leaves (12-Sep-2025). Please review.','info','http://127.0.0.1:5000/leave/manager/pending',0,'2025-08-20 04:04:54'),(55,9,'New leave request (FYI)','Pranav Menon applied for Earned Leaves (12-Sep-2025). Awaiting manager action.','info','http://127.0.0.1:5000/leave/hr/pending',0,'2025-08-20 04:04:54');
/*!40000 ALTER TABLE `notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payroll`
--

DROP TABLE IF EXISTS `payroll`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `payroll` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `month` varchar(7) NOT NULL,
  `gross_pay` float NOT NULL,
  `deductions` float NOT NULL,
  `net_pay` float NOT NULL,
  `ctc` float DEFAULT NULL,
  `present_days` float DEFAULT NULL,
  `approved_leaves` float DEFAULT NULL,
  `holidays` float DEFAULT NULL,
  `weekends` float DEFAULT NULL,
  `lwp_days` float DEFAULT NULL,
  `freeze_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `employee_id` (`employee_id`),
  CONSTRAINT `payroll_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=267 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payroll`
--

LOCK TABLES `payroll` WRITE;
/*!40000 ALTER TABLE `payroll` DISABLE KEYS */;
INSERT INTO `payroll` VALUES (118,2,'2025-05',0,0,0,0,0,0,1,7,23,'2025-07-27 09:44:02'),(119,8,'2025-05',0,0,0,0,20,0,1,7,2,'2025-07-27 09:44:02'),(120,9,'2025-05',0,0,0,0,0,0,1,7,23,'2025-07-27 09:44:02'),(121,12,'2025-05',42580.6,1800,40780.6,0,12,0,0,4,1,'2025-07-27 09:44:02'),(122,13,'2025-05',53134.3,2000,51134.3,6093.46,21.5,0,1,7,1,'2025-07-27 09:44:02'),(123,14,'2025-05',0,0,0,0,0,0,1,7,23,'2025-07-27 09:44:02'),(124,16,'2025-05',0,0,0,0,21.5,0,1,7,1,'2025-07-27 09:44:02'),(221,2,'2025-06',0,0,0,0,0,0,0,7,23,'2025-07-28 19:38:48'),(222,8,'2025-06',0,0,0,0,22,0,0,7,1,'2025-07-28 19:38:48'),(223,9,'2025-06',0,0,0,0,0,0,0,7,23,'2025-07-28 19:38:48'),(224,12,'2025-06',82500,1800,80700,0,23,0,0,7,0,'2025-07-28 19:38:49'),(225,13,'2025-06',53974.8,2000,51974.8,6093.46,22,0,0,7,0,'2025-07-28 19:38:49'),(226,14,'2025-06',0,0,0,0,21,0,0,7,2,'2025-07-28 19:38:49'),(227,15,'2025-06',28927.5,1800,27127.5,2000,21.5,0,0,7,1,'2025-07-28 19:38:49'),(228,16,'2025-06',0,0,0,0,22.5,0,0,7,0,'2025-07-28 19:38:49'),(229,17,'2025-06',0,0,0,0,0,0,0,7,23,'2025-07-28 19:38:49'),(230,18,'2025-06',66700,1800,64900,6869.94,21,0,1,7,7,'2025-07-28 19:38:49'),(231,19,'2025-06',80920,1800,79120,7011.5,26,0,1,7,1,'2025-07-28 19:38:49'),(232,20,'2025-06',43193.3,1800,41393.3,5265.56,23,0,1,7,6,'2025-07-28 19:38:49'),(247,2,'2025-04',0,0,0,0,21,0,1,6,2,'2025-07-31 17:41:36'),(248,8,'2025-04',0,0,0,0,22,0,1,6,0,'2025-07-31 17:41:36'),(249,13,'2025-04',53974.8,2000,51974.8,6093.46,22,0,1,6,0,'2025-07-31 17:41:36'),(250,14,'2025-04',0,0,0,0,0,0,1,6,23,'2025-07-31 17:41:36'),(251,16,'2025-04',9500,590,8910,0,21.5,0,1,6,0,'2025-07-31 17:41:36'),(252,2,'2025-07',0,0,0,0,6,0,1,6,17,'2025-08-10 11:06:33'),(253,8,'2025-07',0,0,0,0,22.5,0,1,6,0,'2025-08-10 11:06:33'),(254,9,'2025-07',96774.2,1800,94974.2,2800,5,0,1,6,19,'2025-08-10 11:06:33'),(255,10,'2025-07',29032.3,1800,27232.3,2800,0.5,0,1,3,13,'2025-08-10 11:06:33'),(256,11,'2025-07',0,0,0,0,0,0,0,2,10,'2025-08-10 11:06:33'),(257,13,'2025-07',54935.4,2000,52935.4,6093.46,23.5,0,1,6,0,'2025-08-10 11:06:33'),(258,14,'2025-07',0,0,0,0,0,0,1,6,24,'2025-08-10 11:06:34'),(259,15,'2025-07',27994.3,1800,26194.3,2000,21.5,0,1,6,1,'2025-08-10 11:06:34'),(260,16,'2025-07',10000,590,9410,0,24,0,1,6,0,'2025-08-10 11:06:34'),(261,17,'2025-07',0,0,0,0,0,0,1,6,24,'2025-08-10 11:06:34'),(262,18,'2025-07',67887.1,1800,66087.1,6869.94,23.5,0,1,6,0,'2025-08-10 11:06:34'),(263,19,'2025-07',64490.3,1800,62690.3,7011.5,21,0,1,6,3,'2025-08-10 11:06:34'),(264,20,'2025-07',40451.6,1800,38651.6,5265.56,23,0,1,6,3,'2025-08-10 11:06:34'),(265,21,'2025-07',0,0,0,0,0,0,0,6,25,'2025-08-10 11:06:34'),(266,23,'2025-07',0,0,0,0,0,0,0,6,25,'2025-08-10 11:06:34');
/*!40000 ALTER TABLE `payroll` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payroll_preview_control`
--

DROP TABLE IF EXISTS `payroll_preview_control`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `payroll_preview_control` (
  `id` int NOT NULL AUTO_INCREMENT,
  `month` varchar(7) NOT NULL,
  `preview_enabled` tinyint(1) DEFAULT '0',
  `enabled_on` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `month` (`month`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payroll_preview_control`
--

LOCK TABLES `payroll_preview_control` WRITE;
/*!40000 ALTER TABLE `payroll_preview_control` DISABLE KEYS */;
INSERT INTO `payroll_preview_control` VALUES (1,'2025-07',1,'2025-08-04 02:09:36'),(2,'2025-08',1,'2025-08-14 13:21:22');
/*!40000 ALTER TABLE `payroll_preview_control` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payroll_record`
--

DROP TABLE IF EXISTS `payroll_record`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `payroll_record` (
  `id` int NOT NULL AUTO_INCREMENT,
  `employee_id` int NOT NULL,
  `year` int NOT NULL,
  `month` int NOT NULL,
  `gross` float NOT NULL,
  `deductions` float NOT NULL,
  `net_pay` float NOT NULL,
  `ctc` float DEFAULT NULL,
  `generated_on` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_employee_month` (`employee_id`,`year`,`month`),
  CONSTRAINT `payroll_record_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payroll_record`
--

LOCK TABLES `payroll_record` WRITE;
/*!40000 ALTER TABLE `payroll_record` DISABLE KEYS */;
/*!40000 ALTER TABLE `payroll_record` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pending_approval_log`
--

DROP TABLE IF EXISTS `pending_approval_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pending_approval_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `pending_employee_id` int DEFAULT NULL,
  `pending_employee_name` varchar(255) DEFAULT NULL,
  `approved_employee_id` int DEFAULT NULL,
  `approved_by` int DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  `approved_on` datetime DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `approved_employee_id` (`approved_employee_id`),
  KEY `approved_by` (`approved_by`),
  CONSTRAINT `pending_approval_log_ibfk_1` FOREIGN KEY (`approved_employee_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pending_approval_log`
--

LOCK TABLES `pending_approval_log` WRITE;
/*!40000 ALTER TABLE `pending_approval_log` DISABLE KEYS */;
INSERT INTO `pending_approval_log` VALUES (1,2,NULL,2,1,'approved','2025-07-12 19:39:33'),(5,3,NULL,8,2,'approved','2025-07-13 01:58:02'),(6,4,NULL,9,2,'approved','2025-07-13 11:28:17'),(7,5,NULL,10,2,'approved','2025-07-14 13:42:06'),(8,6,NULL,11,2,'approved','2025-07-20 01:54:43'),(9,7,NULL,12,2,'approved','2025-07-21 13:10:56'),(10,8,NULL,13,2,'approved','2025-07-21 15:36:24'),(11,9,NULL,14,2,'approved','2025-07-23 06:39:00'),(12,10,NULL,15,2,'approved','2025-07-24 08:04:46'),(13,11,NULL,16,2,'approved','2025-07-24 11:44:20'),(14,12,NULL,17,2,'approved','2025-07-28 14:43:58'),(15,13,NULL,18,2,'approved','2025-07-28 16:25:48'),(16,15,NULL,19,2,'approved','2025-07-28 17:27:17'),(17,14,NULL,20,2,'approved','2025-07-28 17:28:43'),(18,16,NULL,21,2,'approved','2025-08-01 04:13:12'),(19,17,NULL,22,2,'approved','2025-08-06 13:28:12'),(20,18,NULL,23,2,'approved','2025-08-07 03:23:43'),(21,19,NULL,25,2,'approved','2025-08-07 18:58:05'),(22,20,NULL,26,2,'approved','2025-08-08 12:31:11');
/*!40000 ALTER TABLE `pending_approval_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pending_employee`
--

DROP TABLE IF EXISTS `pending_employee`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pending_employee` (
  `id` int NOT NULL AUTO_INCREMENT,
  `full_name` varchar(100) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `department_id` int DEFAULT NULL,
  `designation_id` int DEFAULT NULL,
  `reporting_manager_id` int DEFAULT NULL,
  `date_of_joining` date DEFAULT NULL,
  `qualification` varchar(100) DEFAULT NULL,
  `institute` varchar(100) DEFAULT NULL,
  `resume_path` varchar(255) DEFAULT NULL,
  `id_proof_path` varchar(255) DEFAULT NULL,
  `submitted_on` datetime DEFAULT NULL,
  `gender` varchar(20) DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `marital_status` varchar(50) DEFAULT NULL,
  `father_spouse_name` varchar(255) DEFAULT NULL,
  `personal_number` varchar(50) DEFAULT NULL,
  `emergency_contact_name` varchar(255) DEFAULT NULL,
  `emergency_contact_number` varchar(50) DEFAULT NULL,
  `address` text,
  `temporary_address` text,
  `aadhar_name` varchar(150) DEFAULT NULL,
  `aadhar_number` varchar(20) DEFAULT NULL,
  `pan_name` varchar(150) DEFAULT NULL,
  `pan_number` varchar(20) DEFAULT NULL,
  `uan` varchar(50) DEFAULT NULL,
  `last_company_pf_number` varchar(50) DEFAULT NULL,
  `bank_account_name` varchar(255) DEFAULT NULL,
  `bank_account_number` varchar(50) DEFAULT NULL,
  `ifsc_code` varchar(20) DEFAULT NULL,
  `bank_name` varchar(100) DEFAULT NULL,
  `secondary_school_name` varchar(255) DEFAULT NULL,
  `secondary_school_marks` varchar(20) DEFAULT NULL,
  `secondary_school_year` varchar(10) DEFAULT NULL,
  `higher_secondary_name` varchar(255) DEFAULT NULL,
  `higher_secondary_marks` varchar(20) DEFAULT NULL,
  `higher_secondary_year` varchar(10) DEFAULT NULL,
  `graduation_name` varchar(255) DEFAULT NULL,
  `graduation_marks` varchar(20) DEFAULT NULL,
  `graduation_year` varchar(10) DEFAULT NULL,
  `post_graduation_name` varchar(255) DEFAULT NULL,
  `post_graduation_marks` varchar(20) DEFAULT NULL,
  `post_graduation_year` varchar(10) DEFAULT NULL,
  `last_company_name` varchar(255) DEFAULT NULL,
  `last_company_code` varchar(100) DEFAULT NULL,
  `last_company_designation` varchar(100) DEFAULT NULL,
  `date_of_exit` date DEFAULT NULL,
  `doc_qualification` text,
  `doc_employment_proof` text,
  `doc_photographs` text,
  `personal_email` varchar(255) DEFAULT NULL,
  `doc_pan_card` text,
  `doc_aadhar_card` text,
  `doc_parents_aadhar` text,
  `doc_uan_card` text,
  `doc_cancelled_cheque` text,
  `higher_secondary_school_name` varchar(255) DEFAULT NULL,
  `higher_secondary_school_marks` varchar(50) DEFAULT NULL,
  `higher_secondary_school_year` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `reporting_manager_id` (`reporting_manager_id`),
  KEY `fk_pending_employee_department` (`department_id`),
  KEY `fk_pending_employee_designation` (`designation_id`),
  CONSTRAINT `fk_pending_employee_department` FOREIGN KEY (`department_id`) REFERENCES `department` (`id`),
  CONSTRAINT `fk_pending_employee_designation` FOREIGN KEY (`designation_id`) REFERENCES `designation` (`id`),
  CONSTRAINT `pending_employee_ibfk_1` FOREIGN KEY (`department_id`) REFERENCES `department` (`id`),
  CONSTRAINT `pending_employee_ibfk_2` FOREIGN KEY (`designation_id`) REFERENCES `designation` (`id`),
  CONSTRAINT `pending_employee_ibfk_3` FOREIGN KEY (`reporting_manager_id`) REFERENCES `employee` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pending_employee`
--

LOCK TABLES `pending_employee` WRITE;
/*!40000 ALTER TABLE `pending_employee` DISABLE KEYS */;
INSERT INTO `pending_employee` VALUES (21,'Sonipriya Mahato',NULL,NULL,1,1,NULL,'2025-08-21',NULL,NULL,'uploads/360_F_635651564_EpR6EhnSvZSxiwvybhTdoSnje6F2Y9Gc.jpg','uploads/360_F_635651564_EpR6EhnSvZSxiwvybhTdoSnje6F2Y9Gc.jpg','2025-08-08 12:56:22','Female','1999-08-04','Single','Father NAme','9859099400','Soni','9300390029','Test Per Address','Test Temp Address','','','','','','','Sonipriya','2029992002992','ICIC0002506','ICICI Bank','','','',NULL,NULL,NULL,'','','','','','','','','',NULL,'uploads/360_F_635651564_EpR6EhnSvZSxiwvybhTdoSnje6F2Y9Gc.jpg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','');
/*!40000 ALTER TABLE `pending_employee` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `public_link`
--

DROP TABLE IF EXISTS `public_link`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `public_link` (
  `id` int NOT NULL AUTO_INCREMENT,
  `token` varchar(100) NOT NULL,
  `created_on` datetime DEFAULT CURRENT_TIMESTAMP,
  `expires_on` datetime DEFAULT NULL,
  `is_used` tinyint(1) DEFAULT '0',
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `token` (`token`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `public_link`
--

LOCK TABLES `public_link` WRITE;
/*!40000 ALTER TABLE `public_link` DISABLE KEYS */;
INSERT INTO `public_link` VALUES (1,'2041e2eb-32ca-4ac1-b034-6f9e61aa5a2d','2025-07-12 19:24:04','2025-07-19 19:24:04',1,'Pranav'),(2,'14a596ff-10ed-440f-8030-ddf0fbf8ef1a','2025-07-12 20:29:45','2025-07-19 20:29:45',1,'Pranav Emp'),(3,'de5ff0e8-58d6-4d6f-8644-74d387d69f46','2025-07-13 11:26:39','2025-07-20 11:26:39',1,'HR'),(4,'26ebc042-3105-4d98-9c87-a8502d7ff0d8','2025-07-14 13:40:25','2025-07-17 13:40:25',1,'Anirudh'),(5,'9674efc7-c674-45a1-8702-d4505d58765f','2025-07-19 16:03:11','2025-07-26 16:03:11',1,'sowmiya'),(6,'3223db8d-454c-4dbb-b6f4-abadfe6f729f','2025-07-20 01:32:27','2025-07-27 01:32:27',0,'emp'),(7,'13aee901-7c0c-429a-968f-7206ce07caf8','2025-07-20 01:45:39','2025-07-23 01:45:39',1,'abhay'),(8,'d8efe76b-6c4f-42fe-b482-e1fbc87c5fe6','2025-07-21 13:08:18','2025-07-28 13:08:18',1,'ritesh'),(9,'f25ebde5-5980-4989-8e4b-c3945cab2091','2025-07-21 15:34:48','2025-07-28 15:34:48',1,'abantika'),(10,'4edea28f-bea8-486d-9be6-b1771ab1c14e','2025-07-24 08:03:00','2025-07-31 08:03:00',1,'Abhinav'),(11,'1c226cfe-f95f-4b62-bf05-fb9c168af522','2025-07-24 11:42:21','2025-07-26 11:42:21',1,'Amritha'),(12,'fb985fc1-f494-4e5d-be95-bee3f62133fc','2025-07-28 10:54:11','2025-08-04 10:54:11',0,'test link'),(13,'bbd399e5-5f16-4210-b970-c3e65c6d89c5','2025-07-28 12:40:38','2025-08-04 12:40:38',0,'Test New Data'),(14,'78569a9a-5263-4acb-b78b-e21d0e409ecd','2025-07-28 13:30:00','2025-08-04 13:30:00',0,'Sreekant'),(15,'42d2c9ef-fa42-4aa1-9930-e84546807fcd','2025-07-28 13:32:25','2025-08-04 13:32:25',1,'Junaid'),(16,'cfa4d573-f2ea-4852-bc81-56788a9bd081','2025-07-28 16:11:32','2025-08-04 16:11:32',1,'Chandrapal'),(17,'a11fef44-6ed1-4a3d-a58d-8e423715f041','2025-07-28 16:32:55','2025-08-04 16:32:55',1,'Jarnail'),(18,'821d82a7-6299-42e7-a076-8cd0733b6c2a','2025-07-28 17:20:22','2025-08-04 17:20:22',1,'Jasvinder'),(19,'7462581d-793c-44a2-bc53-4961c64b31f8','2025-08-01 04:08:56','2025-08-08 04:08:56',1,'New Test'),(20,'cb7ff55a-c431-4089-a81e-a3ec47af0e2d','2025-08-06 05:40:06','2025-08-13 05:40:06',1,'Diksha'),(21,'4a8800eb-8d6c-4211-b34d-6be8feb78c2e','2025-08-06 05:40:09','2025-08-13 05:40:09',0,'Anantika'),(22,'8dad44fd-7bc2-4893-8675-3bb052bc2ab9','2025-08-06 13:26:36','2025-08-13 13:26:36',1,'Dheeraj'),(23,'9429e026-c23a-49b2-8998-ef4526e99fcf','2025-08-07 03:22:07','2025-08-14 03:22:07',1,'Test Doc'),(24,'e57a8ed0-a7e0-463e-854a-67d31caeae8d','2025-08-07 18:10:57','2025-08-14 18:10:57',1,'test'),(25,'11d90185-3f63-4c92-bda2-690421b755ae','2025-08-08 07:16:16','2025-08-15 07:16:16',1,'TEst Doc View'),(26,'ca914aae-ab4c-4a71-a24f-a0fe36dee786','2025-08-09 18:18:26','2025-08-16 18:18:26',0,'pranavmenon1331@gmail.com'),(27,'67e610bf-5e84-451b-81d3-df7213255007','2025-08-12 17:05:14','2025-08-19 17:05:14',0,'pran'),(28,'5e5ba8f1-c8c4-41c1-b125-11b5e25b81f5','2025-08-12 17:16:22','2025-08-19 17:16:22',0,''),(29,'191e9f6c-3f7b-458b-833e-a9735efa694d','2025-08-12 17:21:57','2025-08-19 17:21:57',0,'test@g.com');
/*!40000 ALTER TABLE `public_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rh_config`
--

DROP TABLE IF EXISTS `rh_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `rh_config` (
  `id` int NOT NULL AUTO_INCREMENT,
  `location` varchar(100) NOT NULL,
  `max_rh_per_year` int DEFAULT '2',
  PRIMARY KEY (`id`),
  UNIQUE KEY `location` (`location`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rh_config`
--

LOCK TABLES `rh_config` WRITE;
/*!40000 ALTER TABLE `rh_config` DISABLE KEYS */;
INSERT INTO `rh_config` VALUES (1,'All',2);
/*!40000 ALTER TABLE `rh_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_access`
--

DROP TABLE IF EXISTS `role_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_access` (
  `id` int NOT NULL AUTO_INCREMENT,
  `role` varchar(50) NOT NULL,
  `submenu_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submenu_id` (`submenu_id`),
  CONSTRAINT `role_access_ibfk_1` FOREIGN KEY (`submenu_id`) REFERENCES `sub_menu` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1667 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_access`
--

LOCK TABLES `role_access` WRITE;
/*!40000 ALTER TABLE `role_access` DISABLE KEYS */;
INSERT INTO `role_access` VALUES (1376,'hr',1),(1377,'hr',6),(1378,'hr',58),(1379,'hr',59),(1380,'hr',9),(1381,'hr',11),(1382,'hr',46),(1383,'hr',13),(1384,'hr',30),(1385,'hr',17),(1386,'hr',20),(1387,'hr',21),(1388,'hr',22),(1389,'hr',23),(1390,'hr',45),(1391,'hr',24),(1392,'hr',28),(1393,'hr',47),(1394,'hr',48),(1395,'hr',49),(1396,'hr',50),(1397,'hr',51),(1398,'hr',52),(1399,'hr',53),(1400,'hr',54),(1401,'hr',40),(1402,'hr',41),(1403,'hr',42),(1404,'hr',43),(1405,'hr',56),(1406,'hr',57),(1407,'hr',62),(1408,'hr',63),(1409,'hr',66),(1410,'hr',67),(1412,'employee',1),(1413,'employee',9),(1414,'employee',30),(1415,'employee',23),(1416,'employee',45),(1417,'employee',50),(1418,'employee',51),(1419,'employee',41),(1420,'employee',63),(1421,'employee',66),(1422,'employee',72),(1486,'manager',1),(1487,'manager',9),(1488,'manager',30),(1489,'manager',23),(1490,'manager',45),(1491,'manager',50),(1492,'manager',51),(1493,'manager',52),(1494,'manager',41),(1495,'manager',64),(1496,'manager',66),(1497,'manager',71),(1498,'manager',72),(1499,'manager',73),(1500,'employee finance',1),(1501,'employee finance',17),(1502,'employee finance',20),(1503,'employee finance',21),(1504,'employee finance',22),(1505,'employee finance',23),(1506,'employee finance',45),(1507,'employee finance',50),(1508,'employee finance',51),(1509,'employee finance',73),(1613,'admin',1),(1614,'admin',76),(1615,'admin',77),(1616,'admin',6),(1617,'admin',58),(1618,'admin',59),(1619,'admin',74),(1620,'admin',9),(1621,'admin',11),(1622,'admin',46),(1623,'admin',13),(1624,'admin',30),(1625,'admin',14),(1626,'admin',15),(1627,'admin',16),(1628,'admin',29),(1629,'admin',61),(1630,'admin',17),(1631,'admin',20),(1632,'admin',21),(1633,'admin',22),(1634,'admin',23),(1635,'admin',45),(1636,'admin',60),(1637,'admin',24),(1638,'admin',25),(1639,'admin',26),(1640,'admin',27),(1641,'admin',28),(1642,'admin',37),(1643,'admin',39),(1644,'admin',44),(1645,'admin',47),(1646,'admin',48),(1647,'admin',49),(1648,'admin',50),(1649,'admin',51),(1650,'admin',52),(1651,'admin',53),(1652,'admin',54),(1653,'admin',55),(1654,'admin',75),(1655,'admin',40),(1656,'admin',41),(1657,'admin',42),(1658,'admin',43),(1659,'admin',56),(1660,'admin',57),(1661,'admin',62),(1662,'admin',63),(1663,'admin',64),(1664,'admin',66),(1665,'admin',67),(1666,'admin',73);
/*!40000 ALTER TABLE `role_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `roles`
--

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `roles`
--

LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES (1,'admin','Administrator access'),(2,'hr','Human Resources'),(3,'manager','Team Manager'),(4,'employee','Regular Employee'),(5,'employee finance',NULL);
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `salary_formula`
--

DROP TABLE IF EXISTS `salary_formula`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `salary_formula` (
  `id` int NOT NULL AUTO_INCREMENT,
  `component_type` enum('earning','deduction','ctc') NOT NULL,
  `component_id` int NOT NULL,
  `formula` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `salary_formula`
--

LOCK TABLES `salary_formula` WRITE;
/*!40000 ALTER TABLE `salary_formula` DISABLE KEYS */;
INSERT INTO `salary_formula` VALUES (13,'earning',1,'gross * 0.45'),(14,'earning',2,'basic * 0.40'),(15,'earning',3,'1600'),(16,'earning',4,'1250'),(17,'earning',6,'gross - (basic + hra + medical_allowance + conv_allowance_ta)'),(18,'deduction',1,'basic * 0.12 if basic * 0.12 < 1800 else 1800'),(19,'deduction',2,'0 if gross > 21000 else gross * 0.75 / 100'),(20,'ctc',1,'basic * 0.12 if basic * 0.12 < 1800 else 1800'),(21,'ctc',2,'0 if gross > 21000 else gross * 3.25 / 100'),(22,'ctc',6,'500'),(23,'ctc',7,'500');
/*!40000 ALTER TABLE `salary_formula` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sub_menu`
--

DROP TABLE IF EXISTS `sub_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sub_menu` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `endpoint` varchar(255) DEFAULT NULL,
  `menu_id` int DEFAULT NULL,
  `order` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `menu_id` (`menu_id`),
  CONSTRAINT `sub_menu_ibfk_1` FOREIGN KEY (`menu_id`) REFERENCES `menu` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sub_menu`
--

LOCK TABLES `sub_menu` WRITE;
/*!40000 ALTER TABLE `sub_menu` DISABLE KEYS */;
INSERT INTO `sub_menu` VALUES (1,'Dashboard','/','dashboard.index',1,NULL),(6,'View Employees','/employee/view','employee.view_employees',3,NULL),(9,'Attendance Overview','/attendance/calendar','attendance.view_calendar',4,NULL),(11,'Weekend Settings','/attendance/weekend-settings','attendance.weekend_settings',4,NULL),(13,'Manage Broadcast','/broadcast/broadcasts','broadcast.manage_broadcasts',5,NULL),(14,'Employee Logs','/employee/logs','employee.view_change_log',6,NULL),(15,'Master Logs','/master/master/logs','master.view_master_logs',6,NULL),(16,'Approval Logs','/employee/approval-logs','employee.view_approval_logs',6,NULL),(17,'Manage Components','/payroll/manage-components','payroll.manage_components',7,NULL),(20,'Process Payroll','/payroll/process-payroll-preview','payroll.process_payroll_preview',7,NULL),(21,'Payroll Summary','/payroll//payroll-summary','payroll.payroll_summary',7,NULL),(22,'Consolidated Salary','/payroll/payroll/consolidated-view','payroll.consolidated_salary_view',7,NULL),(23,'My Salary Slips','/payroll/my-salary-slips','payroll.my_salary_slips',7,NULL),(24,'Access Control','/admin/access-control',NULL,8,NULL),(25,'Menu Management','/admin/menu-management',NULL,8,NULL),(26,'Department Master','/master/department',NULL,8,NULL),(27,'Designation Master','/master/designation',NULL,8,NULL),(28,'Leave Master','/leave/manage-leave-types',NULL,8,NULL),(29,'Desktime Logs','/desktime/logs',NULL,6,NULL),(30,'Announcements','/broadcast/announcements',NULL,5,NULL),(37,'RH Config Settings','/rh-config','leave.manage_rh_config',8,NULL),(39,'Auto Route','/admin/route-discovery','admin.route_discovery',8,NULL),(40,'Document Management','/documents/document-management','document.document_management',12,NULL),(41,'View Documents','/documents/view-documents','documents.view_documents',12,NULL),(42,'Manage Feedback','/admin/feedback/questions','feedback_admin.list_questions',13,NULL),(43,'Submitted Feedback','/feedback/view-submitted-feedback','feedback.view_submitted_feedback',13,NULL),(44,'Manage Roles','/auth/manage-roles','manage_roles',8,NULL),(45,'Preview Salary Slip','/payroll/preview-slip','payroll.preview_salary_slip',7,NULL),(46,'Month-wise Attendance','/attendance/monthly-summary','attendance_monthly_summary',4,NULL),(47,'Leave Types','/leave/leave-types','leave.view_leave_types',11,NULL),(48,'Leave Policies','/leave/leave-policies','leave.view_leave_policies',11,NULL),(49,'Holiday & RH Config','/leave/holidays','leave.view_holidays',11,NULL),(50,'Apply for Leave','/leave/apply','leave.apply_leave',11,NULL),(51,'My Leave History','/leave/history','leave.view_history',11,NULL),(52,'HOD Pending Requests','/leave/manager/pending','leave.manager_pending',11,NULL),(53,'HR Pending Requests','/leave/hr/pending','leave.hr_pending',11,NULL),(54,'Leave Balance Allocation','/leave/allocation','leave.leave_allocation',11,NULL),(55,'Leave Settings','/leave/settings','leave.leave_settings',11,NULL),(56,'Employee Onboard Link','/employee/admin/public-links','employee.list_public_links',14,NULL),(57,'Onboarding Approval','/employee/pending-approvals','employee.view_pending_employees',14,NULL),(58,'Assign Salary','/payroll/salary-structure','payroll.salary_structure',3,NULL),(59,'Salary Overview','/payroll/salary-structures','payroll.view_salary_structures',3,NULL),(60,'Salary Formula','/payroll/salary-formula','payroll.salary_formula',7,0),(61,'Email Logs','/admin/email/logs','admin_email_logs.logs',6,0),(62,'Initiate Exit (HR)','/exit/new','exit.create_exit',15,1),(63,'All Exits','/exit/list','exit_list.list_all',15,2),(64,'HOD Exit Approval','/exit/approvals','exit_list.approvals_queue',15,3),(66,'Handover for me','/exit/acks','exit_list.acks_queue',15,0),(67,'IT Exit Clearance','/exit/it','exit_list.it_queue',15,0),(70,'My Acks','/exit/my-acks','exit.list_my_acks',11,0),(71,'My Exits','/exit/mine','exit_list.my_exits',15,0),(72,'Exit Handover','/exit/mine','None',15,0),(73,'My Profile','/employee/me/profile','employee.my_profile',16,0),(74,'Employee Documents','/documents/employee-repository','documents.employee_repository',3,0),(75,'Leave Balance Report','/leave/balance-report',NULL,11,0),(76,'Executive Dashboard','/dashboard/executive','dashboard_bp.executive_dashboard',1,0),(77,'HR Dashboard','/dashboard/hr','dashboard_bp.hr_dashboard',1,0);
/*!40000 ALTER TABLE `sub_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sync_log`
--

DROP TABLE IF EXISTS `sync_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sync_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `started_at` datetime NOT NULL,
  `ended_at` datetime DEFAULT NULL,
  `status` varchar(50) DEFAULT NULL,
  `message` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sync_log`
--

LOCK TABLES `sync_log` WRITE;
/*!40000 ALTER TABLE `sync_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `sync_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_access`
--

DROP TABLE IF EXISTS `user_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_access` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL,
  `submenu_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `submenu_id` (`submenu_id`),
  CONSTRAINT `user_access_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `employee` (`id`) ON DELETE CASCADE,
  CONSTRAINT `user_access_ibfk_2` FOREIGN KEY (`submenu_id`) REFERENCES `sub_menu` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_access`
--

LOCK TABLES `user_access` WRITE;
/*!40000 ALTER TABLE `user_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `weekend_settings`
--

DROP TABLE IF EXISTS `weekend_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `weekend_settings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `saturday` enum('off','half','working') DEFAULT 'off',
  `sunday` enum('off','half','working') DEFAULT 'off',
  `updated_on` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `first_saturday` varchar(20) DEFAULT 'off',
  `second_saturday` varchar(20) DEFAULT 'off',
  `third_saturday` varchar(20) DEFAULT 'off',
  `fourth_saturday` varchar(20) DEFAULT 'off',
  `fifth_saturday` varchar(20) DEFAULT 'off',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `weekend_settings`
--

LOCK TABLES `weekend_settings` WRITE;
/*!40000 ALTER TABLE `weekend_settings` DISABLE KEYS */;
INSERT INTO `weekend_settings` VALUES (1,'off','off','2025-07-26 06:27:25','working','off','off','working','off');
/*!40000 ALTER TABLE `weekend_settings` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-08-20  9:36:45
