PK

ADDRLIN : /home/questend/public_html/subdomain/devtrufflenation.questend.com/
FLL :
Current File : /home/questend/public_html/subdomain/devtrufflenation.questend.com/questend_trufflenation.sql

-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jan 22, 2025 at 08:32 AM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `questend_trufflenation`
--

-- --------------------------------------------------------

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
  `id` int(11) NOT NULL,
  `username` varchar(50) NOT NULL,
  `email` varchar(50) NOT NULL,
  `password` varchar(255) NOT NULL,
  `mobile` varchar(20) NOT NULL,
  `admin_role_id` varchar(50) NOT NULL,
  `centrename` varchar(255) NOT NULL,
  `isactive` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=inactive, 1=active',
  `ipaddress` varchar(32) NOT NULL DEFAULT '',
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `username`, `email`, `password`, `mobile`, `admin_role_id`, `centrename`, `isactive`, `ipaddress`, `created_at`) VALUES
(1, 'Truffle Nation', 'contact@trufflenation.com', '$2y$10$C/blecgJlT/cE2gQI.lC9unUmQ/hvrM6Kj0SihHsGyPkHgJe.ft6S', '9999999999', '1', 'DELHI', 1, '', '2024-01-22 12:38:29'),
(2, 'Truffle Nation Noida', 'noida@trufflenation.com', '$2y$10$C/blecgJlT/cE2gQI.lC9unUmQ/hvrM6Kj0SihHsGyPkHgJe.ft6S', '8888888888', '1', 'NOIDA', 1, '', '2025-01-08 12:33:51');

-- --------------------------------------------------------

--
-- Table structure for table `state_list`
--

CREATE TABLE `state_list` (
  `id` int(10) UNSIGNED NOT NULL,
  `state` varchar(50) NOT NULL,
  `isActive` tinyint(4) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `state_list`
--

INSERT INTO `state_list` (`id`, `state`, `isActive`) VALUES
(1, 'ANDAMAN AND NICOBAR ISLANDS', 1),
(2, 'ANDHRA PRADESH', 1),
(3, 'ARUNACHAL PRADESH', 1),
(4, 'ASSAM', 1),
(5, 'BIHAR', 1),
(6, 'CHATTISGARH', 1),
(7, 'CHANDIGARH', 1),
(8, 'DAMAN AND DIU', 1),
(9, 'DELHI', 1),
(10, 'DADRA AND NAGAR HAVELI', 1),
(11, 'GOA', 1),
(12, 'GUJARAT', 1),
(13, 'HIMACHAL PRADESH', 1),
(14, 'HARYANA', 1),
(15, 'JAMMU AND KASHMIR', 1),
(16, 'JHARKHAND', 1),
(17, 'KERALA', 1),
(18, 'KARNATAKA', 1),
(19, 'LAKSHADWEEP', 1),
(20, 'MEGHALAYA', 1),
(21, 'MAHARASHTRA', 1),
(22, 'MANIPUR', 1),
(23, 'MADHYA PRADESH', 1),
(24, 'MIZORAM', 1),
(25, 'NAGALAND', 1),
(26, 'ORISSA', 1),
(27, 'PUNJAB', 1),
(28, 'PONDICHERRY', 1),
(29, 'RAJASTHAN', 1),
(30, 'SIKKIM', 1),
(31, 'TAMIL NADU', 1),
(32, 'TRIPURA', 1),
(33, 'UTTARAKHAND', 1),
(34, 'UTTAR PRADESH', 1),
(35, 'WEST BENGAL', 1),
(36, 'TELANGANA', 1);

-- --------------------------------------------------------

--
-- Table structure for table `tn_accounts`
--

CREATE TABLE `tn_accounts` (
  `ac_id` int(11) NOT NULL,
  `uid` varchar(50) NOT NULL,
  `orderid` varchar(255) NOT NULL,
  `demand_id` int(11) DEFAULT NULL,
  `againstBy` varchar(255) NOT NULL,
  `transaction_id` varchar(100) NOT NULL,
  `debit` varchar(50) NOT NULL,
  `credit` varchar(50) NOT NULL,
  `particular` text NOT NULL,
  `paymentMode` varchar(255) NOT NULL,
  `bankname` varchar(100) NOT NULL,
  `chequeno` varchar(30) NOT NULL,
  `invoice` varchar(255) NOT NULL,
  `txndate` varchar(255) NOT NULL,
  `gstNo` varchar(255) NOT NULL,
  `companyName` varchar(255) NOT NULL,
  `companyAddress` text NOT NULL,
  `companyState` varchar(255) NOT NULL,
  `studentName` varchar(255) NOT NULL,
  `studentAddress` text NOT NULL,
  `studentState` varchar(255) NOT NULL,
  `note` varchar(100) NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `installmentId` varchar(255) NOT NULL,
  `is_adjustment` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=no,2=yes;',
  `centrename` varchar(255) NOT NULL,
  `ipaddress` varchar(32) NOT NULL DEFAULT '0.0.0.0',
  `isActive` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=inactive,1=active;'
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `tn_accounts`
--

INSERT INTO `tn_accounts` (`ac_id`, `uid`, `orderid`, `demand_id`, `againstBy`, `transaction_id`, `debit`, `credit`, `particular`, `paymentMode`, `bankname`, `chequeno`, `invoice`, `txndate`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `note`, `date`, `installmentId`, `is_adjustment`, `centrename`, `ipaddress`, `isActive`) VALUES
(1, '1', '', 1, '', '', '336300', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Preet', 'na', '9', '', '2023-06-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(2, '1', '1', NULL, '', '', '', '336300', 'Paid', 'Cash', '', '', 'TFN/COM/2024/001', '', '', '', '', '', 'Preet', 'na', '9', '', '2023-06-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(3, '2', '', 2, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Puja Bhushan', 'na', '9', '', '2023-07-21 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(4, '2', '2', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/002', '', '', '', '', '', 'Puja Bhushan', 'na', '9', '', '2023-07-21 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(5, '2', '', 2, '', '', '89633', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2023-09-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(6, '2', '', 2, '', '', '89633', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2023-10-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(7, '2', '', 2, '', '', '89634', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2023-11-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(8, '3', '', 3, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Harkiran', 'na', '9', '', '2023-11-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(9, '3', '3', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/003', '', '', '', '', '', 'Harkiran', 'na', '9', '', '2023-11-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(10, '3', '', 3, '', '', '25000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2023-12-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(11, '4', '', 4, '', '', '150000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ananya Juneja', 'na', '9', '', '2023-11-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(12, '4', '4', NULL, '', '', '', '150000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/004', '', '', '', '', '', 'Ananya Juneja', 'na', '9', '', '2023-11-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(13, '5', '', 5, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Divyansh', 'na', '9', '', '2023-12-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(14, '5', '5', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/005', '', '', '', '', '', 'Divyansh', 'na', '9', '', '2023-12-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(15, '5', '', 5, '', '', '50000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2023-12-30 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(16, '5', '', 5, '', '', '56125', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(17, '5', '', 5, '', '', '56125', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(18, '5', '', 5, '', '', '56125', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(19, '5', '', 5, '', '', '56125', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(20, '6', '', 6, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Paromita Jairath', 'na', '9', '', '2023-12-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(21, '6', '6', NULL, '', '', '', '25000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/006', '', '', '', '', '', 'Paromita Jairath', 'na', '9', '', '2023-12-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(22, '6', '', 6, '', '', '50000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(23, '6', '', 6, '', '', '110000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(24, '6', '', 6, '', '', '110000', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(25, '7', '', 7, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Pushpa D. Budha', 'na', '9', '', '2023-12-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(26, '7', '7', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/007', '', '', '', '', '', 'Pushpa D. Budha', 'na', '9', '', '2023-12-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(27, '7', '', 7, '', '', '91000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(28, '7', '', 7, '', '', '92000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(29, '7', '', 7, '', '', '92000', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(30, '8', '', 8, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Rounak Arora', 'na', '9', '', '2023-12-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(31, '8', '8', NULL, '', '', '', '10000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/008', '', '', '', '', '', 'Rounak Arora', 'na', '9', '', '2023-12-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(32, '8', '', 8, '', '', '157250', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-01-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(33, '8', '', 8, '', '', '157250', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-02-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(34, '9', '', 9, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Taban Rizvi', 'na', '9', '', '2023-12-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(35, '9', '9', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/009', '', '', '', '', '', 'Taban Rizvi', 'na', '9', '', '2023-12-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(36, '9', '', 9, '', '', '93000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(37, '9', '', 9, '', '', '46500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(38, '9', '', 9, '', '', '46500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(39, '10', '', 10, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Nitish Kalra', 'na', '9', '', '2024-01-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(40, '10', '10', NULL, '', '', '', '10000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0010', '', '', '', '', '', 'Nitish Kalra', 'na', '9', '', '2024-01-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(41, '10', '', 10, '', '', '112700', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-01-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(42, '10', '', 10, '', '', '112700', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-02-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(43, '10', '', 10, '', '', '112700', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(44, '11', '', 11, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Miss Bernadette Lalruatfeli', 'Na', '9', '', '2024-01-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(45, '11', '11', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0011', '', '', '', '', '', 'Miss Bernadette Lalruatfeli', 'Na', '9', '', '2024-01-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(46, '11', '', 11, '', '', '143150', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(47, '11', '', 11, '', '', '143150', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(48, '12', '', 12, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'lucy (3.5 month)', 'na', '9', '', '2024-01-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(49, '12', '12', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0012', '', '', '', '', '', 'lucy (3.5 month)', 'na', '9', '', '2024-01-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(50, '12', '', 12, '', '', '303410', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(51, '13', '', 13, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Harshita Mulani', 'nil', '9', '', '2024-01-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(52, '13', '13', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0013', '', '', '', '', '', 'Harshita Mulani', 'nil', '9', '', '2024-01-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(53, '13', '', 13, '', '', '95433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(54, '13', '', 13, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(55, '13', '', 13, '', '', '95434', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(56, '14', '', 14, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Selina Kits', 'na', '9', '', '2024-01-21 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(57, '14', '14', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0014', '', '', '', '', '', 'Selina Kits', 'na', '9', '', '2024-01-21 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(58, '14', '', 14, '', '', '81200', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(59, '14', '', 14, '', '', '81200', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(60, '15', '', 15, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Vihokali kits', 'na', '9', '', '2024-01-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(61, '15', '15', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0015', '', '', '', '', '', 'Vihokali kits', 'na', '9', '', '2024-01-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(62, '15', '', 15, '', '', '81200', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(63, '15', '', 15, '', '', '81200', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(64, '16', '', 16, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'S.philachan', 'NA', '9', '', '2024-01-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(65, '16', '16', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0016', '', '', '', '', '', 'S.philachan', 'NA', '9', '', '2024-01-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(66, '16', '', 16, '', '', '83334', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(67, '16', '', 16, '', '', '83334', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(68, '16', '', 16, '', '', '73328', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(69, '18', '', 17, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Papiya Roy', 'NA', '9', '', '2024-02-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(70, '18', '17', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0017', '', '', '', '', '', 'Papiya Roy', 'NA', '9', '', '2024-02-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(71, '18', '', 17, '', '', '131350', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(72, '18', '', 17, '', '', '131350', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(73, '19', '', 18, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Tharsem Kasar', 'NA', '9', '', '2024-02-11 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(74, '19', '18', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0018', '', '', '', '', '', 'Tharsem Kasar', 'NA', '9', '', '2024-02-11 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(75, '19', '', 18, '', '', '58166', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(76, '19', '', 18, '', '', '108166', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(77, '19', '', 18, '', '', '108168', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(78, '20', '', 19, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', '', '2024-02-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(79, '20', '19', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0019', '', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', '', '2024-02-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(80, '20', '', 19, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(81, '20', '', 19, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(82, '20', '', 19, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(83, '21', '', 20, '', '', '24000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Rohan', 'NA', '9', '', '2024-02-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(84, '21', '20', NULL, '', '', '', '24000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0020', '', '', '', '', '', 'Rohan', 'NA', '9', '', '2024-02-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(85, '21', '', 20, '', '', '72175', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-02-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(86, '21', '', 20, '', '', '72175', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(87, '21', '', 20, '', '', '72175', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(88, '21', '', 20, '', '', '72175', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(89, '22', '', 21, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', '', '2024-02-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(90, '22', '21', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0021', '', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', '', '2024-02-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(91, '22', '', 21, '', '', '61250', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(92, '22', '', 21, '', '', '61250', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(93, '22', '', 21, '', '', '61250', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(94, '22', '', 21, '', '', '61250', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(95, '23', '', 22, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ritu', 'NA', '9', '', '2024-02-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(96, '23', '22', NULL, '', '', '', '25000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0022', '', '', '', '', '', 'Ritu', 'NA', '9', '', '2024-02-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(97, '23', '', 22, '', '', '91000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(98, '23', '', 22, '', '', '92000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(99, '23', '', 22, '', '', '92000', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(100, '24', '', 23, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(101, '24', '23', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0023', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(102, '24', '', 23, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(103, '24', '', 23, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(104, '24', '', 23, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(105, '25', '', 24, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Parul Taneja', 'NA', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(106, '25', '24', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0024', '', '', '', '', '', 'Parul Taneja', 'NA', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(107, '25', '', 24, '', '', '87566', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(108, '25', '', 24, '', '', '87566', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(109, '25', '', 24, '', '', '87568', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(110, '28', '', 25, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Pooja Jain', 'NA', '9', '', '2024-03-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(111, '28', '25', NULL, '', '', '', '10000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0025', '', '', '', '', '', 'Pooja Jain', 'NA', '9', '', '2024-03-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(112, '28', '', 25, '', '', '83500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(113, '28', '', 25, '', '', '83500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(114, '31', '', 26, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'SOWORCHAN', 'NA', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(115, '31', '26', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0026', '', '', '', '', '', 'SOWORCHAN', 'NA', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(116, '31', '', 26, '', '', '57500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(117, '31', '', 26, '', '', '57500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(118, '31', '', 26, '', '', '57500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(119, '31', '', 26, '', '', '57501', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(120, '32', '', 27, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Praneet Kaur', 'NA', '9', '', '2024-03-20 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(121, '32', '27', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0027', '', '', '', '', '', 'Praneet Kaur', 'NA', '9', '', '2024-03-20 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(122, '32', '', 27, '', '', '87567', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(123, '32', '', 27, '', '', '87567', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(124, '32', '', 27, '', '', '87566', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(125, '36', '', 28, '', '', '30000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-03-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(126, '36', '28', NULL, '', '', '', '30000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0028', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-03-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(127, '36', '', 28, '', '', '94233', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(128, '36', '', 28, '', '', '94233', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(129, '36', '', 28, '', '', '94234', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '0000-00-00 00:00:00', '', 1, 'DELHI', '0.0.0.0', 0),
(130, '2', '2', NULL, '', '', '', '89633', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0029', '', '', '', '', '', 'Puja Bhushan', 'na', '9', '', '2023-09-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(131, '4', '4', NULL, '', '', '', '125000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0030', '', '', '', '', '', 'Ananya Juneja', 'na', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(132, '5', '5', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0031', '', '', '', '', '', 'Divyansh', 'na', '9', '', '2023-12-30 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(133, '8', '8', NULL, '', '', '', '157250', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0032', '', '', '', '', '', 'Rounak Arora', 'na', '9', '', '2024-01-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(134, '10', '10', NULL, '', '', '', '112700', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0033', '', '', '', '', '', 'Nitish Kalra', 'na', '9', '', '2024-01-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(135, '21', '20', NULL, '', '', '', '72175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0034', '', '', '', '', '', 'Rohan', 'NA', '9', '', '2024-02-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(136, '37', '', 29, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'prem', 'na', '9', '', '2024-04-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(137, '37', '29', NULL, '', '', '', '50000', 'Paid down payment', 'Cash', '', '', 'TFN/COM/2024/0035', '', '', '', '', '', 'prem', 'na', '9', '', '2024-04-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(138, '37', '', 29, '', '', '100000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(139, '37', '', 29, '', '', '200000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(140, '37', '', 29, '', '', '87190', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-30 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(141, '26', '', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0036', '', '', '', '', '', 'prem', 'na', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(142, '27', '', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0037', '', '', '', '', '', 'prem', 'na', '9', '', '2024-02-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(143, '19', '18', NULL, '', '', '', '58166', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0038', '', '', '', '', '', 'Tharsem Kasar', 'NA', '9', '', '2024-03-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(144, '28', '25', NULL, '', '', '', '83500', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0039', '', '', '', '', '', 'Pooja Jain', 'NA', '9', '', '2024-03-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(145, '6', '6', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0040', '', '', '', '', '', 'Paromita Jairath', 'na', '9', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(146, '14', '14', NULL, '', '', '', '81200', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0041', '', '', '', '', '', 'Selina Kits', 'na', '9', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(147, '15', '15', NULL, '', '', '', '81200', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0042', '', '', '', '', '', 'Vihokali kits', 'na', '9', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(148, '16', '16', NULL, '', '', '', '83334', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0043', '', '', '', '', '', 'S.philachan', 'NA', '9', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(149, '20', '19', NULL, '', '', '', '91500', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0044', '', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(150, '22', '21', NULL, '', '', '', '61250', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0045', '', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', '', '2024-03-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(151, '7', '7', NULL, '', '', '', '91000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0046', '', '', '', '', '', 'Pushpa D. Budha', 'na', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(152, '12', '12', NULL, '', '', '', '303410', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0047', '', '', '', '', '', 'lucy (3.5 month)', 'na', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(153, '18', '17', NULL, '', '', '', '131350', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0048', '', '', '', '', '', 'Papiya Roy', 'NA', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(154, '23', '22', NULL, '', '', '', '91000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0049', '', '', '', '', '', 'Ritu', 'NA', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(155, '24', '23', NULL, '', '', '', '91500', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0050', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(156, '29', '', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0051', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(157, '25', '24', NULL, '', '', '', '87566', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0052', '', '', '', '', '', 'Parul Taneja', 'NA', '9', '', '2024-03-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(158, '9', '9', NULL, '', '', '', '93000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0053', '', '', '', '', '', 'Taban Rizvi', 'na', '9', '', '2024-03-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(159, '11', '11', NULL, '', '', '', '143150', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0054', '', '', '', '', '', 'Miss Bernadette Lalruatfeli', 'Na', '9', '', '2024-03-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(160, '17', '', NULL, '', '', '', '87700', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0055', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(161, '30', '', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0056', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(162, '32', '27', NULL, '', '', '', '87567', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0057', '', '', '', '', '', 'Praneet Kaur', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(163, '33', '', NULL, '', '', '', '70800', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0058', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(164, '35', '', NULL, '', '', '', '153400', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0059', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(165, '34', '', NULL, '', '', '', '73750', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0060', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-31 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(166, '13', '13', NULL, '', '', '', '95433', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0061', '', '', '', '', '', 'Harshita Mulani', 'nil', '9', '', '2024-04-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(167, '36', '28', NULL, '', '', '', '94233', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0062', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-04-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(168, '31', '26', NULL, '', '', '', '57500', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0063', '', '', '', '', '', 'SOWORCHAN', 'NA', '9', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(169, '2', '2', NULL, '', '', '', '89633', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0064', '', '', '', '', '', 'Puja Bhushan', 'na', '9', '', '2023-10-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(170, '2', '2', NULL, '', '', '', '89633', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0065', '', '', '', '', '', 'Puja Bhushan', 'na', '9', '', '2023-11-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(171, '8', '8', NULL, '', '', '', '157250', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0066', '', '', '', '', '', 'Rounak Arora', 'na', '9', '', '2024-02-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(172, '10', '10', NULL, '', '', '', '112700', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0067', '', '', '', '', '', 'Nitish Kalra', 'na', '9', '', '2024-02-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(173, '21', '20', NULL, '', '', '', '72175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0068', '', '', '', '', '', 'Rohan', 'NA', '9', '', '2024-03-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(174, '27', '', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0069', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(175, '26', '', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0070', '', '', '', '', '', 'prem', 'na', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(176, '5', '5', NULL, '', '', '', '56125', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0071', '', '', '', '', '', 'Divyansh', 'na', '9', '', '2024-04-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(177, '14', '14', NULL, '', '', '', '81200', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0072', '', '', '', '', '', 'Selina Kits', 'na', '9', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(178, '15', '15', NULL, '', '', '', '81200', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0073', '', '', '', '', '', 'Vihokali kits', 'na', '9', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(179, '16', '16', NULL, '', '', '', '83334', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0074', '', '', '', '', '', 'S.philachan', 'NA', '9', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(180, '20', '19', NULL, '', '', '', '91500', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0075', '', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(181, '22', '21', NULL, '', '', '', '61250', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0076', '', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', '', '2024-04-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(182, '19', '18', NULL, '', '', '', '108166', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0077', '', '', '', '', '', 'Tharsem Kasar', 'NA', '9', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(183, '7', '7', NULL, '', '', '', '92000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0078', '', '', '', '', '', 'Pushpa D. Budha', 'na', '9', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(184, '18', '17', NULL, '', '', '', '131350', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0079', '', '', '', '', '', 'Papiya Roy', 'NA', '9', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(185, '23', '22', NULL, '', '', '', '92000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0080', '', '', '', '', '', 'Ritu', 'NA', '9', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(186, '27', '', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0081', '', '', '', '', '', 'prem', 'na', '9', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(187, '24', '', 23, '', '', '91500', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-04-25 19:30:02', '', 1, 'DELHI', '0.0.0.0', 0),
(188, '4', '4', NULL, 'TFN/COM/2024/0030', '', '125000', '', 'Paid(Cancel Invoice)', '', '', '', '', '2024-04-26 12:53:49', '', '', '', '', '', '', '', '', '2024-04-26 07:23:49', '', 2, 'DELHI', '43.251.92.191', 0),
(189, '4', '', NULL, '', '', '', '125000', 'Paid(Refund Payment)', '', '', '', '', '2024-04-26 12:53:49', '', '', '', '', '', '', '', '', '2024-04-26 07:23:49', '', 2, 'DELHI', '43.251.92.191', 0),
(190, '10', '10', NULL, '', '', '', '112700', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0082', '', '', '', '', '', 'Nitish Kalra', 'na', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(191, '25', '24', NULL, '', '', '', '25000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0083', '', '', '', '', '', 'Parul Taneja', 'NA', '9', '', '2024-03-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(192, '17', '', 30, '', '', '87700', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Anchal Saluja', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(193, '17', '30', NULL, '', '', '', '87700', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0084', '', '', '', '', '', 'Anchal Saluja', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(194, '17', '', 30, '', '', '77500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(195, '35', '', 31, '', '', '153400', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Momina khan', 'NA', '9', '', '2024-03-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(196, '35', '31', NULL, '', '', '', '153400', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0085', '', '', '', '', '', 'Momina khan', 'NA', '9', '', '2024-03-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(197, '35', '', 31, '', '', '153400', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(198, '34', '', 32, '', '', '73750', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ridhi', 'NA', '9', '', '0000-00-00 00:00:00', '', 1, 'DELHI', '0.0.0.0', 0),
(199, '34', '32', NULL, '', '', '', '73750', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0086', '', '', '', '', '', 'Ridhi', 'NA', '9', '', '0000-00-00 00:00:00', '', 1, 'DELHI', '0.0.0.0', 0),
(200, '34', '', 32, '', '', '73750', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(201, '34', '', 32, '', '', '73750', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(202, '34', '', 32, '', '', '73750', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(203, '33', '', 33, '', '', '70800', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Prashant', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(204, '33', '33', NULL, '', '', '', '70800', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0087', '', '', '', '', '', 'Prashant', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(205, '33', '', 33, '', '', '70800', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(206, '33', '', 33, '', '', '70800', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(207, '29', '', 34, '', '', '78175', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Shagun', 'NA', '9', '', '2024-03-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(208, '29', '34', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0088', '', '', '', '', '', 'Shagun', 'NA', '9', '', '2024-03-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(209, '29', '', 34, '', '', '78175', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(210, '29', '', 34, '', '', '78175', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(211, '29', '', 34, '', '', '78175', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(212, '27', '', 35, '', '', '84075', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Akshita Goyle', 'NA', '9', '', '2024-02-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(213, '27', '35', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0089', '', '', '', '', '', 'Akshita Goyle', 'NA', '9', '', '2024-02-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(214, '27', '', 35, '', '', '84075', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(215, '27', '', 35, '', '', '84075', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(216, '27', '', 35, '', '', '84075', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(217, '26', '', 36, '', '', '84075', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Harsh Yadav', 'NA', '9', '', '2024-02-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(218, '26', '36', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0090', '', '', '', '', '', 'Harsh Yadav', 'NA', '9', '', '2024-02-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(219, '26', '', 36, '', '', '84075', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(220, '26', '', 36, '', '', '84075', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(221, '26', '', 36, '', '', '84075', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(222, '30', '', 37, '', '', '78175', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Damanpreet', 'NA', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(223, '30', '37', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0091', '', '', '', '', '', 'Damanpreet', 'NA', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(224, '30', '', 37, '', '', '78175', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(225, '30', '', 37, '', '', '78175', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(226, '30', '', 37, '', '', '78175', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(227, '26', '36', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0092', '', '', '', '', '', 'Harsh Yadav', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(228, '29', '34', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0093', '', '', '', '', '', 'Shagun', 'NA', '9', '', '2024-04-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(229, '34', '32', NULL, '', '', '', '73750', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0094', '', '', '', '', '', 'Ridhi', 'NA', '9', '', '2024-04-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(230, '17', '30', NULL, '', '', '', '77300', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0095', '', '', '', '', '', 'Anchal Saluja', 'NA', '9', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(231, '33', '33', NULL, '', '', '', '70800', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0096', '', '', '', '', '', 'Prashant', 'NA', '9', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(232, '30', '37', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0097', '', '', '', '', '', 'Damanpreet', 'NA', '9', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(233, '27', '35', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0098', '', '', '', '', '', 'Akshita Goyle', 'NA', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(234, '35', '31', NULL, '', '', '', '153400', 'Paid', 'Cash', '', '', 'TFN/COM/2024/0099', '', '', '', '', '', 'Momina khan', 'NA', '9', '', '2024-04-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(235, '17', '30', NULL, 'TFN/COM/2024/0095', '', '', '77300', 'adjustment(Adjustment Entry)', '', '', '', '', '2024-04-30 14:10:52', '', '', '', '', '', '', '', '', '2024-04-30 08:40:52', '', 2, 'DELHI', '43.251.92.191', 0),
(236, '27', '35', NULL, '', '', '', '84075', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00100', '', '', '', '', '', 'Akshita Goyle', 'NA', '9', '', '2024-04-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(237, '36', '', 38, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-03-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(238, '36', '38', NULL, '', '', '', '10000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00101', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-03-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(239, '36', '', 38, '', '', '94233', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(240, '36', '', 38, '', '', '94233', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(241, '36', '', 38, '', '', '97233', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(242, '36', '', 38, '', '', '17001', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(243, '34', '', 39, '', '', '73750', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ridhi', 'NA', '9', '', '2024-03-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(244, '34', '39', NULL, '', '', '', '73750', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00102', '', '', '', '', '', 'Ridhi', 'NA', '9', '', '2024-03-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(245, '34', '', 39, '', '', '73750', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(246, '34', '', 39, '', '', '73750', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(247, '34', '', 39, '', '', '73750', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(248, '33', '', 40, '', '', '70800', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Prashant', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(249, '33', '40', NULL, '', '', '', '70800', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00103', '', '', '', '', '', 'Prashant', 'NA', '9', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(250, '33', '', 40, '', '', '70800', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(251, '33', '', 40, '', '', '70800', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(252, '30', '', 41, '', '', '78175', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Damanpreet', 'NA', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(253, '30', '41', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00104', '', '', '', '', '', 'Damanpreet', 'NA', '9', '', '2024-03-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(254, '30', '', 41, '', '', '78175', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(255, '30', '', 41, '', '', '78175', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(256, '30', '', 41, '', '', '78175', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(257, '29', '', 42, '', '', '78175', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Shagun', 'NA', '9', '', '2024-03-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(258, '29', '42', NULL, '', '', '', '78175', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00105', '', '', '', '', '', 'Shagun', 'NA', '9', '', '2024-03-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(259, '29', '', 42, '', '', '78175', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(260, '29', '', 42, '', '', '78175', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(261, '29', '', 42, '', '', '78175', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(262, '24', '', 43, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(263, '24', '43', NULL, '', '', '', '50000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00106', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-02-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(264, '24', '', 43, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(265, '24', '', 43, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(266, '24', '', 43, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(267, '17', '', 44, '', '', '87700', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Anchal Saluja', 'NA', '9', '', '2024-01-30 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(268, '17', '44', NULL, '', '', '', '87700', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00107', '', '', '', '', '', 'Anchal Saluja', 'NA', '9', '', '2024-01-30 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(269, '17', '', 44, '', '', '77500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(270, '4', '', 45, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ananya Juneja', 'na', '9', '', '2023-11-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(271, '4', '45', NULL, '', '', '', '25000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00108', '', '', '', '', '', 'Ananya Juneja', 'na', '9', '', '2023-11-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(272, '4', '', 45, '', '', '125000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(273, '4', '45', NULL, '', '', '', '125000', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00109', '', '', '', '', '', 'Ananya Juneja', 'na', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(274, '24', '43', NULL, '', '', '', '91500', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00110', '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', '', '2024-03-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(275, '36', '38', NULL, '', '', '', '94233', 'Paid', 'Cash', '', '', 'TFN/COM/2024/00111', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-04-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(276, '13', '', 13, '', '', '95433', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Harshita Mulani', 'nil', '9', '', '2024-05-02 19:30:01', '', 1, 'DELHI', '0.0.0.0', 1),
(277, '36', '', 28, '', '', '94233', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-02 19:30:01', '', 1, 'DELHI', '0.0.0.0', 1),
(278, '36', '', 38, '', '', '94233', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Poojaen', 'NA', '9', '', '2024-05-02 19:30:01', '', 1, 'DELHI', '0.0.0.0', 1),
(279, '38', '', 46, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Meeka Kumari', 'SECTOR 74 ORB SUPER TECH 1402', '34', '', '2024-05-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(280, '38', '46', NULL, '', '', '', '50000', '', 'Cash', '', '', 'TFN/COM/2024/00112', '', '', '', '', '', 'Meeka Kumari', 'SECTOR 74 ORB SUPER TECH 1402', '34', '', '2024-05-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1);
INSERT INTO `tn_accounts` (`ac_id`, `uid`, `orderid`, `demand_id`, `againstBy`, `transaction_id`, `debit`, `credit`, `particular`, `paymentMode`, `bankname`, `chequeno`, `invoice`, `txndate`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `note`, `date`, `installmentId`, `is_adjustment`, `centrename`, `ipaddress`, `isActive`) VALUES
(281, '38', '', 46, '', '', '97400', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-16 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(282, '38', '', 46, '', '', '97400', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(283, '38', '', 46, '', '', '97400', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(284, '5', '', 5, '', '', '56125', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Divyansh', 'na', '9', '', '2024-05-04 19:30:01', '', 1, 'DELHI', '0.0.0.0', 1),
(285, '39', '', 47, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'VANDANA JAIN', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', '', '2024-05-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(286, '39', '47', NULL, '', '412773281227', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00113', '', '', '', '', '', 'VANDANA JAIN', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', '', '2024-05-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(287, '39', '', 47, '', '', '100000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(288, '39', '', 47, '', '', '56140', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(289, '39', '', 47, '', '', '56140', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(290, '39', '', 47, '', '', '56140', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(291, '39', '', 47, '', '', '56140', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(292, '39', '', 47, '', '', '56140', '', '6 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(293, '40', '', 48, '', '', '342200', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', '2024-05-08 07:32:51', '', 1, 'DELHI', '0.0.0.0', 0),
(294, '40', '48', NULL, '', '170076789093', '', '342200', '', 'UPI', '', '', 'TFN/COM/2024/00114', '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', '2024-05-08 07:32:51', '', 1, 'DELHI', '0.0.0.0', 0),
(295, '41', '', 49, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Khya Rinya', 'Senki park, near B.S.I office, itanagar Arunachal Pradesh', '3', '', '2024-05-10 09:28:33', '', 1, 'DELHI', '0.0.0.0', 1),
(296, '41', '49', NULL, '', '170076789093', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00115', '', '', '', '', '', 'Khya Rinya', 'Senki park, near B.S.I office, itanagar Arunachal Pradesh', '3', '', '2024-05-10 09:28:33', '', 1, 'DELHI', '0.0.0.0', 1),
(297, '41', '', 49, '', '', '97400', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '125', 1, 'DELHI', '0.0.0.0', 1),
(298, '41', '', 49, '', '', '97400', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '126', 1, 'DELHI', '0.0.0.0', 1),
(299, '41', '', 49, '', '', '97400', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '127', 1, 'DELHI', '0.0.0.0', 1),
(300, '42', '', 50, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', '2024-05-10 09:38:53', '', 1, 'DELHI', '0.0.0.0', 1),
(301, '42', '50', NULL, '', '170076789093', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00116', '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', '2024-05-10 09:38:53', '', 1, 'DELHI', '0.0.0.0', 1),
(302, '42', '', 50, '', '', '97400', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '128', 1, 'DELHI', '0.0.0.0', 1),
(303, '42', '', 50, '', '', '97400', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '129', 1, 'DELHI', '0.0.0.0', 1),
(304, '42', '', 50, '', '', '97400', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '130', 1, 'DELHI', '0.0.0.0', 1),
(305, '41', '49', NULL, 'TFN/COM/2024/00115', '', '', '50000', 'Gst invoice(Adjustment Entry)', '', '', '', '', '2024-05-10 15:39:48', '', '', '', '', '', '', '', '', '2024-05-10 10:09:48', '', 2, 'DELHI', '103.248.173.91', 1),
(306, '41', '', 49, '', '', '50000', '', 'Invoice generated (Adjustment Entry)', '', '', '', 'TFN/COM/2024/00117', '2024-05-10 15:40:58', '12AZDPP1404B1Z9', 'M/S K.K ENTERPRISES', 'Nil, M/s K.K Enterprises, Gohpur, Itanagar, Papum Pare, Arunachal Pradesh, 791111', '3', '', '', '', '', '2024-05-10 10:10:59', '', 2, 'DELHI', '0.0.0.0', 1),
(307, '43', '', 51, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', '', '2024-05-16 09:43:27', '', 1, 'DELHI', '0.0.0.0', 1),
(308, '43', '51', NULL, '', 'CHDLH024', '', '10000', '', 'UPI', '', '', 'TFN/COM/2024/00118', '', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', '', '2024-05-16 09:43:27', '', 1, 'DELHI', '0.0.0.0', 1),
(309, '43', '', 51, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-27 18:30:00', '131', 1, 'DELHI', '0.0.0.0', 1),
(310, '43', '', 51, '', '', '72350', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '132', 1, 'DELHI', '0.0.0.0', 1),
(311, '43', '', 51, '', '', '72350', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '133', 1, 'DELHI', '0.0.0.0', 1),
(312, '44', '', 52, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Khwairakpam carinda Devi', 'Awang sekmai khunou leikai , Manipur imphal', '22', '', '2024-05-16 10:24:06', '', 1, 'DELHI', '0.0.0.0', 1),
(313, '44', '52', NULL, '', '450123365219', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00119', '', '', '', '', '', 'Khwairakpam carinda Devi', 'Awang sekmai khunou leikai , Manipur imphal', '22', '', '2024-05-16 10:24:06', '', 1, 'DELHI', '0.0.0.0', 1),
(314, '44', '', 52, '', '', '167045', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '134', 1, 'DELHI', '0.0.0.0', 1),
(315, '44', '', 52, '', '', '167045', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '135', 1, 'DELHI', '0.0.0.0', 1),
(316, '45', '', 53, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', '', '2024-05-17 06:15:46', '', 1, 'DELHI', '0.0.0.0', 1),
(317, '45', '53', NULL, '', 'Chq dep-micr', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00120', '', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', '', '2024-05-17 06:15:46', '', 1, 'DELHI', '0.0.0.0', 1),
(318, '45', '', 53, '', '', '87566', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '136', 1, 'DELHI', '0.0.0.0', 1),
(319, '45', '', 53, '', '', '87566', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '137', 1, 'DELHI', '0.0.0.0', 1),
(320, '45', '', 53, '', '', '87568', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '138', 1, 'DELHI', '0.0.0.0', 1),
(321, '46', '', 54, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', '', '2024-05-17 09:22:26', '', 1, 'DELHI', '0.0.0.0', 1),
(322, '46', '54', NULL, '', '170076789093', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00121', '', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', '', '2024-05-17 09:22:26', '', 1, 'DELHI', '0.0.0.0', 1),
(323, '46', '', 54, '', '', '62000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '139', 1, 'DELHI', '0.0.0.0', 1),
(324, '46', '', 54, '', '', '62000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '140', 1, 'DELHI', '0.0.0.0', 1),
(325, '46', '', 54, '', '', '62000', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '141', 1, 'DELHI', '0.0.0.0', 1),
(326, '47', '', 55, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '', '2024-05-17 09:33:06', '', 1, 'DELHI', '0.0.0.0', 1),
(327, '47', '55', NULL, '', 'N030240203291059', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00122', '', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '', '2024-05-17 09:33:06', '', 1, 'DELHI', '0.0.0.0', 1),
(328, '47', '', 55, '', '', '339400', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '142', 1, 'DELHI', '0.0.0.0', 1),
(329, '48', '', 56, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', '', '2024-05-18 09:55:29', '', 1, 'DELHI', '0.0.0.0', 1),
(330, '48', '56', NULL, '', '', '', '50000', 'Being amount paid in cash', 'Cash', '', '', 'TFN/COM/2024/00123', '', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', '', '2024-05-18 09:55:29', '', 1, 'DELHI', '0.0.0.0', 1),
(331, '48', '', 56, '', '', '166750', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '143', 1, 'DELHI', '0.0.0.0', 1),
(332, '48', '', 56, '', '', '166750', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '144', 1, 'DELHI', '0.0.0.0', 1),
(333, '49', '', 57, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Vikas', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', '', '2024-05-18 10:26:02', '', 1, 'DELHI', '0.0.0.0', 1),
(334, '49', '57', NULL, '', '10362010025150', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00124', '', '', '', '', '', 'Vikas', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', '', '2024-05-18 10:26:02', '', 1, 'DELHI', '0.0.0.0', 1),
(335, '49', '', 57, '', '', '105266', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '145', 1, 'DELHI', '0.0.0.0', 1),
(336, '49', '', 57, '', '', '105266', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '146', 1, 'DELHI', '0.0.0.0', 1),
(337, '49', '', 57, '', '', '105268', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '147', 1, 'DELHI', '0.0.0.0', 1),
(338, '50', '', 58, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Nandika Mittal', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', '', '2024-05-18 11:24:12', '', 1, 'DELHI', '0.0.0.0', 1),
(339, '50', '58', NULL, '', 'P134240322233322', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00125', '', '', '', '', '', 'Nandika Mittal', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', '', '2024-05-18 11:24:12', '', 1, 'DELHI', '0.0.0.0', 1),
(340, '50', '', 58, '', '', '137250', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '148', 1, 'DELHI', '0.0.0.0', 1),
(341, '50', '', 58, '', '', '137250', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '149', 1, 'DELHI', '0.0.0.0', 1),
(342, '51', '', 59, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Neha Batra', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', '', '2024-05-22 10:28:01', '', 1, 'DELHI', '0.0.0.0', 1),
(343, '51', '59', NULL, '', '414214228305', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00126', '', '', '', '', '', 'Neha Batra', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', '', '2024-05-22 10:28:02', '', 1, 'DELHI', '0.0.0.0', 1),
(344, '51', '', 59, '', '', '131350', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '150', 1, 'DELHI', '0.0.0.0', 1),
(345, '51', '', 59, '', '', '131350', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '151', 1, 'DELHI', '0.0.0.0', 1),
(346, '52', '', 60, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ishika Bansal', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', '', '2024-05-22 11:11:36', '', 1, 'DELHI', '0.0.0.0', 1),
(347, '52', '60', NULL, '', 'UN5939240429143', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00127', '', '', '', '', '', 'Ishika Bansal', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', '', '2024-05-22 11:11:36', '', 1, 'DELHI', '0.0.0.0', 1),
(348, '52', '', 60, '', '', '99366', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '152', 1, 'DELHI', '0.0.0.0', 1),
(349, '52', '', 60, '', '', '99366', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '153', 1, 'DELHI', '0.0.0.0', 1),
(350, '52', '', 60, '', '', '99368', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '154', 1, 'DELHI', '0.0.0.0', 1),
(351, '53', '', 61, '', '', '1000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', '', '2024-05-28 10:03:28', '', 1, 'DELHI', '0.0.0.0', 1),
(352, '53', '61', NULL, '', '', '', '1000', '', 'Cash', '', '', 'TFN/COM/2024/00128', '', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', '', '2024-05-28 10:03:28', '', 1, 'DELHI', '0.0.0.0', 1),
(353, '53', '', 61, '', '', '4000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-28 18:30:00', '155', 1, 'DELHI', '0.0.0.0', 1),
(354, '53', '', 61, '', '', '20000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-30 18:30:00', '156', 1, 'DELHI', '0.0.0.0', 1),
(355, '53', '', 61, '', '', '103766', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '157', 1, 'DELHI', '0.0.0.0', 1),
(356, '53', '', 61, '', '', '103766', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '158', 1, 'DELHI', '0.0.0.0', 1),
(357, '53', '', 61, '', '', '103768', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '159', 1, 'DELHI', '0.0.0.0', 1),
(358, '54', '', 62, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', '', '2024-05-30 06:38:40', '', 1, 'DELHI', '0.0.0.0', 1),
(359, '54', '62', NULL, '', '414828469260', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00129', '', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', '', '2024-05-30 06:38:40', '', 1, 'DELHI', '0.0.0.0', 1),
(360, '54', '', 62, '', '', '101333', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '160', 1, 'DELHI', '0.0.0.0', 1),
(361, '54', '', 62, '', '', '101333', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '161', 1, 'DELHI', '0.0.0.0', 1),
(362, '54', '', 62, '', '', '101334', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '162', 1, 'DELHI', '0.0.0.0', 1),
(363, '55', '', 63, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Apurvi Modi', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', '', '2024-05-30 06:52:18', '', 1, 'DELHI', '0.0.0.0', 1),
(364, '55', '63', NULL, '', '448971175349', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00130', '', '', '', '', '', 'Apurvi Modi', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', '', '2024-05-30 06:52:18', '', 1, 'DELHI', '0.0.0.0', 1),
(365, '55', '', 63, '', '', '87566', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '163', 1, 'DELHI', '0.0.0.0', 1),
(366, '55', '', 63, '', '', '87566', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '164', 1, 'DELHI', '0.0.0.0', 1),
(367, '55', '', 63, '', '', '43784', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '165', 1, 'DELHI', '0.0.0.0', 1),
(368, '55', '', 63, '', '', '43784', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '166', 1, 'DELHI', '0.0.0.0', 1),
(369, '56', '', 64, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Naman Kalra', 'I/29 keshav nagar numaish camp gate no-1 near taneja sweets saharanpur', '34', '', '2024-05-30 08:01:03', '', 1, 'DELHI', '0.0.0.0', 1),
(370, '56', '64', NULL, '', '413654337101', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00131', '', '', '', '', '', 'Naman Kalra', 'I/29 keshav nagar numaish camp gate no-1 near taneja sweets saharanpur', '34', '', '2024-05-30 08:01:03', '', 1, 'DELHI', '0.0.0.0', 1),
(371, '56', '', 64, '', '', '95433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-09 18:30:00', '167', 1, 'DELHI', '0.0.0.0', 1),
(372, '56', '', 64, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '168', 1, 'DELHI', '0.0.0.0', 1),
(373, '56', '', 64, '', '', '95434', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-09 18:30:00', '169', 1, 'DELHI', '0.0.0.0', 1),
(374, '46', '54', NULL, '', '170076789093', '', '62000', '1st installment paid', 'UPI', '', '', 'TFN/COM/2024/00132', '', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(375, '46', '54', NULL, '', '170076789093', '', '62000', '1st installment paid', 'UPI', '', '', 'TFN/COM/2024/00133', '', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 0),
(376, '57', '', 65, '', '', '41300', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Savita devi', 'Vill Bilandpur, tal-Raja pakar', '5', '', '2024-06-13 09:08:11', '', 1, 'DELHI', '0.0.0.0', 1),
(377, '57', '65', NULL, '', '416550866555', '', '41300', '', 'UPI', '', '', 'TFN/COM/2024/00134', '', '', '', '', '', 'Savita devi', 'Vill Bilandpur, tal-Raja pakar', '5', '', '2024-06-13 09:08:11', '', 1, 'DELHI', '0.0.0.0', 1),
(378, '58', '', 66, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Yash Verma', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', '', '2024-06-13 09:47:03', '', 1, 'DELHI', '0.0.0.0', 1),
(379, '58', '66', NULL, '', '453038943753', '', '25000', '', 'UPI', '', '', 'TFN/COM/2024/00135', '', '', '', '', '', 'Yash Verma', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', '', '2024-06-13 09:47:03', '', 1, 'DELHI', '0.0.0.0', 1),
(380, '58', '', 66, '', '', '99600', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-17 18:30:00', '170', 1, 'DELHI', '0.0.0.0', 1),
(381, '58', '', 66, '', '', '99600', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-17 18:30:00', '171', 1, 'DELHI', '0.0.0.0', 1),
(382, '59', '', 67, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Juhee Srivastava', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', '', '2024-06-13 09:50:12', '', 1, 'DELHI', '0.0.0.0', 1),
(383, '59', '67', NULL, '', 'booking amount', '', '25000', '', 'UPI', '', '', 'TFN/COM/2024/00136', '', '', '', '', '', 'Juhee Srivastava', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', '', '2024-06-13 09:50:12', '', 1, 'DELHI', '0.0.0.0', 1),
(384, '59', '', 67, '', '', '90750', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-17 18:30:00', '172', 1, 'DELHI', '0.0.0.0', 1),
(385, '59', '', 67, '', '', '90750', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-17 18:30:00', '173', 1, 'DELHI', '0.0.0.0', 1),
(386, '47', '55', NULL, '', '1st installment part', '', '45000', '1st installment part', 'UPI', '', '', 'TFN/COM/2024/00137', '', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '', '2024-06-11 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(387, '42', '50', NULL, '', 'paid 1st installment', '', '97400', 'paid', 'UPI', '', '', 'TFN/COM/2024/00138', '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', '2024-06-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(388, '13', '13', NULL, '', '2024061007242676', '', '95433', '2nd installment paid', 'UPI', '', '', 'TFN/COM/2024/00139', '', '', '', '', '', 'Harshita Mulani', '122/503 sindhi colony shastri nagar uttar pradesh-208005', '34', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(389, '45', '53', NULL, '', '416283041666', '', '87566', '1st installment paid', 'UPI', '', '', 'TFN/COM/2024/00140', '', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(390, '52', '60', NULL, '', '36581697781dc', '', '99366', '1st installment paid', 'UPI', '', '', 'TFN/COM/2024/00141', '', '', '', '', '', 'Ishika Bansal', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(391, '41', '49', NULL, '', '416245002427', '', '97400', '1st installment paid', 'UPI', '', '', 'TFN/COM/2024/00142', '', '12AZDPP1404B1Z9', 'M/S K.K ENTERPRISES', 'Nil, M/s K.K Enterprises, Gohpur, Itanagar, Papum Pare, Arunachal Pradesh, 791111', '3', '', '', '', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(392, '54', '62', NULL, '', '12071171046', '', '101333', '1st installment paid', 'UPI', '', '', 'TFN/COM/2024/00143', '', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', '', '2024-06-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(393, '47', '55', NULL, '', '1ST INSTALLMENT PART', '', '45000', 'CASH DEPOSIT', 'UPI', '', '', 'TFN/COM/2024/00144', '', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '', '2024-06-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(394, '60', '', 68, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Prachi', 'BE-266 hari nagar, West delhi', '9', '', '2024-06-20 09:58:33', '', 1, 'DELHI', '0.0.0.0', 1),
(395, '60', '68', NULL, '', '63088455', '', '10000', 'booking amount', 'Card', '', '', 'TFN/COM/2024/00145', '', '', '', '', '', 'Prachi', 'BE-266 hari nagar, West delhi', '9', '', '2024-06-20 09:58:33', '', 1, 'DELHI', '0.0.0.0', 1),
(396, '60', '', 68, '', '', '140400', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-25 18:30:00', '174', 1, 'DELHI', '0.0.0.0', 1),
(397, '60', '', 68, '', '', '125400', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-19 18:30:00', '175', 1, 'DELHI', '0.0.0.0', 1),
(398, '60', '', 68, '', '', '62700', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-19 18:30:00', '176', 1, 'DELHI', '0.0.0.0', 1),
(399, '60', '', 68, '', '', '62700', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-19 18:30:00', '177', 1, 'DELHI', '0.0.0.0', 1),
(400, '39', '47', NULL, '', 'DFM7678086', '', '100000', '1ST INSTALLMENT PAID', 'UPI', '', '', 'TFN/COM/2024/00146', '', '', '', '', '', 'VANDANA JAIN', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', '', '2024-06-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(401, '61', '', 69, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Nupur Jain', 'Ward no-23, Raisinghnagar Ganganagar Rajasthan -335051', '29', '', '2024-06-25 06:44:23', '', 1, 'DELHI', '0.0.0.0', 1),
(402, '61', '69', NULL, '', '416697802634', '', '25000', 'registration amount', 'UPI', '', '', 'TFN/COM/2024/00147', '', '', '', '', '', 'Nupur Jain', 'Ward no-23, Raisinghnagar Ganganagar Rajasthan -335051', '29', '', '2024-06-25 06:44:23', '', 1, 'DELHI', '0.0.0.0', 1),
(403, '61', '', 69, '', '', '99600', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-27 18:30:00', '178', 1, 'DELHI', '0.0.0.0', 1),
(404, '61', '', 69, '', '', '99600', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-27 18:30:00', '179', 1, 'DELHI', '0.0.0.0', 1),
(405, '47', '55', NULL, '', 'installment part', '', '29700', 'installment part', 'UPI', '', '', 'TFN/COM/2024/00148', '', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '', '2024-06-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(406, '50', '58', NULL, '', 'P176240331081136', '', '137250', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00149', '', '', '', '', '', 'Nandika Mittal', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', '', '2024-06-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(407, '51', '59', NULL, '', '417614510664', '', '131350', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00150', '', '', '', '', '', 'Neha Batra', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', '', '2024-06-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(408, '48', '56', NULL, '', 'CASH DEPOSIT', '', '166450', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00151', '', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', '', '2024-06-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(409, '49', '57', NULL, '', '417622432664', '', '105222', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00152', '', '', '', '', '', 'Vikas', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', '', '2024-06-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(410, '62', '', 70, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', '', '2024-06-27 09:28:17', '', 1, 'DELHI', '0.0.0.0', 1),
(411, '62', '70', NULL, '', '417982294074', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00153', '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', '', '2024-06-27 09:28:17', '', 1, 'DELHI', '0.0.0.0', 1),
(412, '62', '', 70, '', '', '25000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-09 18:30:00', '180', 1, 'DELHI', '0.0.0.0', 1),
(413, '62', '', 70, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '181', 1, 'DELHI', '0.0.0.0', 1),
(414, '62', '', 70, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '182', 1, 'DELHI', '0.0.0.0', 1),
(415, '62', '', 70, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '183', 1, 'DELHI', '0.0.0.0', 1),
(416, '63', '', 71, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '', '2024-07-05 08:55:57', '', 1, 'DELHI', '0.0.0.0', 1),
(417, '63', '71', NULL, '', '455330168784', '', '50000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00154', '', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '', '2024-07-05 08:55:57', '', 1, 'DELHI', '0.0.0.0', 1),
(418, '63', '', 71, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-07 18:30:00', '184', 1, 'DELHI', '0.0.0.0', 1),
(419, '63', '', 71, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-07 18:30:00', '185', 1, 'DELHI', '0.0.0.0', 1),
(420, '63', '', 71, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-07 18:30:00', '186', 1, 'DELHI', '0.0.0.0', 1),
(421, '64', '', 72, '', '', '5000', '', 'Invoice generated', '', '', '', '', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-07-05 09:39:37', '', 1, 'DELHI', '0.0.0.0', 1),
(422, '64', '72', NULL, '', '', '', '5000', 'bOOKING AMOUNT', 'Cash', '', '', 'TFN/COM/2024/00155', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-07-05 09:39:37', '', 1, 'DELHI', '0.0.0.0', 1),
(423, '64', '', 72, '', '', '5000', '', '1 Installment', '', '', '', '', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-07-04 18:30:00', '187', 1, 'DELHI', '0.0.0.0', 1),
(424, '64', '', 72, '', '', '104833', '', '2 Installment', '', '', '', '', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-07-10 18:30:00', '188', 1, 'DELHI', '0.0.0.0', 1),
(425, '64', '', 72, '', '', '104833', '', '3 Installment', '', '', '', '', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-08-10 18:30:00', '189', 1, 'DELHI', '0.0.0.0', 1),
(426, '64', '', 72, '', '', '104834', '', '4 Installment', '', '', '', '', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-09-10 18:30:00', '190', 1, 'DELHI', '0.0.0.0', 1),
(427, '65', '', 73, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '', '2024-07-09 06:15:26', '', 1, 'DELHI', '0.0.0.0', 1),
(428, '65', '73', NULL, '', '', '', '10000', 'bOOKING AMOUNT', 'Cash', '', '', 'TFN/COM/2024/00156', '', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '', '2024-07-09 06:15:26', '', 1, 'DELHI', '0.0.0.0', 1),
(429, '65', '', 73, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-24 18:30:00', '191', 1, 'DELHI', '0.0.0.0', 1),
(430, '65', '', 73, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-19 18:30:00', '192', 1, 'DELHI', '0.0.0.0', 1),
(431, '65', '', 73, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-23 18:30:00', '193', 1, 'DELHI', '0.0.0.0', 1),
(432, '65', '', 73, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-23 18:30:00', '194', 1, 'DELHI', '0.0.0.0', 1),
(433, '66', '', 74, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'akash gautam', 'a-105 amrapali vaishali sector-3', '34', '', '2024-07-09 06:42:58', '', 1, 'DELHI', '0.0.0.0', 1),
(434, '66', '74', NULL, '', '', '', '10000', 'bOOKING AMOUNT', 'Cash', '', '', 'TFN/COM/2024/00157', '', '', '', '', '', 'akash gautam', 'a-105 amrapali vaishali sector-3', '34', '', '2024-07-09 06:42:58', '', 1, 'DELHI', '0.0.0.0', 1),
(435, '66', '', 74, '', '', '104833', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-08 18:30:00', '195', 1, 'DELHI', '0.0.0.0', 1),
(436, '66', '', 74, '', '', '104833', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-14 18:30:00', '196', 1, 'DELHI', '0.0.0.0', 1),
(437, '66', '', 74, '', '', '104834', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-14 18:30:00', '197', 1, 'DELHI', '0.0.0.0', 1),
(438, '66', '74', NULL, '', '', '', '104833', '1ST INSTALLMENT PAID', 'Cash', '', '', 'TFN/COM/2024/00158', '', '', '', '', '', 'akash gautam', 'a-105 amrapali vaishali sector-3', '34', '', '2024-07-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(439, '63', '71', NULL, '', '455709285558', '', '91500', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00159', '', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '', '2024-07-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(440, '60', '68', NULL, '', '418121963376', '', '100000', '1st installment part', 'UPI', '', '', 'TFN/COM/2024/00160', '', '', '', '', '', 'Prachi', 'BE-266 hari nagar, West delhi', '9', '', '2024-06-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(441, '59', '67', NULL, '', '72925141231', '', '90750', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00161', '', '', '', '', '', 'Juhee Srivastava', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', '', '2024-07-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(442, '58', '66', NULL, '', '417277543522', '', '99600', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00162', '', '', '', '', '', 'Yash Verma', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', '', '2024-06-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(443, '64', '72', NULL, '', '41879533460', '', '5000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00163', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-07-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(444, '64', '72', NULL, '', '', '', '104833', '1st installment', 'Cash', '', '', 'TFN/COM/2024/00164', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', '', '2024-07-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(445, '55', '63', NULL, '', '1630315303', '', '87566', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00165', '', '', '', '', '', 'Apurvi Modi', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', '', '2024-07-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(446, '54', '62', NULL, '', 'P189240334166256', '', '101333', '2ND INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00166', '', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', '', '2024-07-06 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(447, '53', '61', NULL, '', '', '', '4000', 'booking amount', 'Cash', '', '', 'TFN/COM/2024/00167', '', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', '', '2024-05-28 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(448, '53', '61', NULL, '', '415616586711', '', '20000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00168', '', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', '', '2024-06-03 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(449, '53', '61', NULL, '', 'bank of baroda', '', '103766', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00169', '', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', '', '2024-06-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(450, '45', '53', NULL, '', '419202334950', '', '87566', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00170', '', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', '', '2024-07-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(451, '43', '51', NULL, '', '24149298199', '', '40000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00171', '', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', '', '2024-05-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(452, '43', '51', NULL, '', '24170512904', '', '72350', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00172', '', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', '', '2024-06-17 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(453, '42', '50', NULL, '', 'paytm', '', '97400', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00173', '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', '2024-07-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(454, '62', '70', NULL, '', '456345171203', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00174', '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', '', '2024-07-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(455, '67', '', 75, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '', '2024-07-20 06:40:56', '', 1, 'DELHI', '0.0.0.0', 1),
(456, '67', '75', NULL, '', '410449730205', '', '50000', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00175', '', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '', '2024-07-20 06:40:56', '', 1, 'DELHI', '0.0.0.0', 1),
(457, '67', '', 75, '', '', '99366', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '198', 1, 'DELHI', '0.0.0.0', 1),
(458, '67', '', 75, '', '', '99366', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '199', 1, 'DELHI', '0.0.0.0', 1),
(459, '67', '', 75, '', '', '99368', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '200', 1, 'DELHI', '0.0.0.0', 1),
(460, '68', '', 76, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-07-20 07:07:54', '', 1, 'DELHI', '0.0.0.0', 1),
(461, '68', '76', NULL, '', '101353911307', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00176', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-07-20 07:07:54', '', 1, 'DELHI', '0.0.0.0', 1),
(462, '68', '', 76, '', '', '40000', '', '1 Installment', '', '', '', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-08-19 18:30:00', '201', 1, 'DELHI', '0.0.0.0', 1),
(463, '68', '', 76, '', '', '68625', '', '2 Installment', '', '', '', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-09-13 18:30:00', '202', 1, 'DELHI', '0.0.0.0', 1),
(464, '68', '', 76, '', '', '68625', '', '3 Installment', '', '', '', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-10-13 18:30:00', '203', 1, 'DELHI', '0.0.0.0', 1),
(465, '68', '', 76, '', '', '68625', '', '4 Installment', '', '', '', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-10-13 18:30:00', '204', 1, 'DELHI', '0.0.0.0', 1),
(466, '68', '', 76, '', '', '68625', '', '5 Installment', '', '', '', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', '', '2024-11-13 18:30:00', '205', 1, 'DELHI', '0.0.0.0', 1),
(467, '69', '', 77, '', '', '112100', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Dhrriti Jain', 'T-3 Green park extention Hauz Khas South delhi-110016', '9', '', '2024-07-24 10:09:43', '', 1, 'DELHI', '0.0.0.0', 1),
(468, '69', '77', NULL, '', '1635162005', '', '112100', 'cash+online', 'UPI', '', '', 'TFN/COM/2024/00177', '', '', '', '', '', 'Dhrriti Jain', 'T-3 Green park extention Hauz Khas South delhi-110016', '9', '', '2024-07-24 10:09:43', '', 1, 'DELHI', '0.0.0.0', 1),
(469, '69', '', 77, '', '', '112100', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-14 18:30:00', '206', 1, 'DELHI', '0.0.0.0', 1),
(470, '69', '', 77, '', '', '112100', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-14 18:30:00', '207', 1, 'DELHI', '0.0.0.0', 1),
(471, '70', '', 78, '', '', '3000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Shalu Gauri', '30/186, First Floor, Vikram Vihar, Lajpat Nagar-IV', '9', '', '2024-07-25 10:26:48', '', 1, 'DELHI', '0.0.0.0', 1),
(472, '70', '78', NULL, '', '170076789093', '', '3000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00178', '', '', '', '', '', 'Shalu Gauri', '30/186, First Floor, Vikram Vihar, Lajpat Nagar-IV', '9', '', '2024-07-25 10:26:48', '', 1, 'DELHI', '0.0.0.0', 1),
(473, '70', '', 78, '', '', '95850', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-12 18:30:00', '208', 1, 'DELHI', '0.0.0.0', 1),
(474, '70', '', 78, '', '', '95850', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-12 18:30:00', '209', 1, 'DELHI', '0.0.0.0', 1),
(475, '65', '73', NULL, '', '420796633895', '', '40000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00179', '', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '', '2024-07-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(476, '71', '', 79, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Sumedha Kataria', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', '', '2024-07-25 11:49:11', '', 1, 'DELHI', '0.0.0.0', 1),
(477, '71', '79', NULL, '', '420730358939', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00180', '', '', '', '', '', 'Sumedha Kataria', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', '', '2024-07-25 11:49:11', '', 1, 'DELHI', '0.0.0.0', 1),
(478, '71', '', 79, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-24 18:30:00', '210', 1, 'DELHI', '0.0.0.0', 1),
(479, '71', '', 79, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-10 18:30:00', '211', 1, 'DELHI', '0.0.0.0', 1),
(480, '71', '', 79, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-10 18:30:00', '212', 1, 'DELHI', '0.0.0.0', 1),
(481, '71', '', 79, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-10 18:30:00', '213', 1, 'DELHI', '0.0.0.0', 1),
(482, '72', '', 80, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Kanak Dhingra', 'A-116, Jhilmil colony delhi east delhi-110095', '9', '', '2024-07-27 07:47:09', '', 1, 'DELHI', '0.0.0.0', 1),
(483, '72', '80', NULL, '', '170076789093', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00181', '', '', '', '', '', 'Kanak Dhingra', 'A-116, Jhilmil colony delhi east delhi-110095', '9', '', '2024-07-27 07:47:09', '', 1, 'DELHI', '0.0.0.0', 1),
(484, '72', '', 80, '', '', '100000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-08 18:30:00', '214', 1, 'DELHI', '0.0.0.0', 1),
(485, '72', '', 80, '', '', '107250', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-07 18:30:00', '215', 1, 'DELHI', '0.0.0.0', 1),
(486, '72', '', 80, '', '', '107250', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-07 18:30:00', '216', 1, 'DELHI', '0.0.0.0', 1),
(487, '73', '', 81, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Jesika jain', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', '', '2024-07-27 07:53:12', '', 1, 'DELHI', '0.0.0.0', 1),
(488, '73', '81', NULL, '', '415824808131', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00182', '', '', '', '', '', 'Jesika jain', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', '', '2024-07-27 07:53:12', '', 1, 'DELHI', '0.0.0.0', 1),
(489, '73', '', 81, '', '', '101333', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '217', 1, 'DELHI', '0.0.0.0', 1),
(490, '73', '', 81, '', '', '101333', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '218', 1, 'DELHI', '0.0.0.0', 1),
(491, '73', '', 81, '', '', '101334', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '219', 1, 'DELHI', '0.0.0.0', 1),
(492, '74', '', 82, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Rupali Arora', '8-A Gali no-7, South Krishna nagar east-110051', '9', '', '2024-07-27 08:29:31', '', 1, 'DELHI', '0.0.0.0', 1),
(493, '74', '82', NULL, '', '170050869311', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00183', '', '', '', '', '', 'Rupali Arora', '8-A Gali no-7, South Krishna nagar east-110051', '9', '', '2024-07-27 08:29:32', '', 1, 'DELHI', '0.0.0.0', 1),
(494, '74', '', 82, '', '', '50000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-06-14 18:30:00', '220', 1, 'DELHI', '0.0.0.0', 1),
(495, '74', '', 82, '', '', '94700', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-07-29 18:30:00', '221', 1, 'DELHI', '0.0.0.0', 1),
(496, '75', '', 83, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Satvik Dureja', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', '', '2024-07-29 09:36:04', '', 1, 'DELHI', '0.0.0.0', 1),
(497, '75', '83', NULL, '', '421187815551', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00184', '', '', '', '', '', 'Satvik Dureja', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', '', '2024-07-29 09:36:04', '', 1, 'DELHI', '0.0.0.0', 1),
(498, '75', '', 83, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '222', 1, 'DELHI', '0.0.0.0', 1),
(499, '75', '', 83, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '223', 1, 'DELHI', '0.0.0.0', 1),
(500, '75', '', 83, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '224', 1, 'DELHI', '0.0.0.0', 1),
(501, '76', '', 84, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', '', '2024-07-30 11:10:23', '', 1, 'DELHI', '0.0.0.0', 1),
(502, '76', '84', NULL, '', '420558599607', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00185', '', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', '', '2024-07-30 11:10:23', '', 1, 'DELHI', '0.0.0.0', 1),
(503, '76', '', 84, '', '', '25000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-04 18:30:00', '225', 1, 'DELHI', '0.0.0.0', 1),
(504, '76', '', 84, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '226', 1, 'DELHI', '0.0.0.0', 1),
(505, '76', '', 84, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '227', 1, 'DELHI', '0.0.0.0', 1),
(506, '76', '', 84, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '228', 1, 'DELHI', '0.0.0.0', 1),
(507, '77', '', 85, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Tabinda Niyaz', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', '', '2024-07-31 10:08:16', '', 1, 'DELHI', '0.0.0.0', 1);
INSERT INTO `tn_accounts` (`ac_id`, `uid`, `orderid`, `demand_id`, `againstBy`, `transaction_id`, `debit`, `credit`, `particular`, `paymentMode`, `bankname`, `chequeno`, `invoice`, `txndate`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `note`, `date`, `installmentId`, `is_adjustment`, `centrename`, `ipaddress`, `isActive`) VALUES
(508, '77', '85', NULL, '', '421200459790', '', '25000', 'Booking amount', 'UPI', '', '', 'TFN/COM/2024/00186', '', '', '', '', '', 'Tabinda Niyaz', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', '', '2024-07-31 10:08:16', '', 1, 'DELHI', '0.0.0.0', 1),
(509, '77', '', 85, '', '', '25000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-04 18:30:00', '229', 1, 'DELHI', '0.0.0.0', 1),
(510, '77', '', 85, '', '', '72030', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-31 18:30:00', '230', 1, 'DELHI', '0.0.0.0', 1),
(511, '77', '', 85, '', '', '72030', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-30 18:30:00', '231', 1, 'DELHI', '0.0.0.0', 1),
(512, '77', '', 85, '', '', '72030', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-31 18:30:00', '232', 1, 'DELHI', '0.0.0.0', 1),
(513, '78', '', 86, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', '', '2024-07-31 11:06:19', '', 1, 'DELHI', '0.0.0.0', 1),
(514, '78', '86', NULL, '', '', '', '10000', 'Booking amount', 'Cash', '', '', 'TFN/COM/2024/00187', '', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', '', '2024-07-31 11:06:19', '', 1, 'DELHI', '0.0.0.0', 1),
(515, '78', '', 86, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-02 18:30:00', '233', 1, 'DELHI', '0.0.0.0', 1),
(516, '78', '', 86, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '234', 1, 'DELHI', '0.0.0.0', 1),
(517, '78', '', 86, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '235', 1, 'DELHI', '0.0.0.0', 1),
(518, '78', '', 86, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '236', 1, 'DELHI', '0.0.0.0', 1),
(519, '79', '', 87, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', '', '2024-08-03 06:35:09', '', 1, 'DELHI', '0.0.0.0', 1),
(520, '79', '87', NULL, '', '170076789093', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00188', '', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', '', '2024-08-03 06:35:09', '', 1, 'DELHI', '0.0.0.0', 1),
(521, '79', '', 87, '', '', '15000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-04 18:30:00', '237', 1, 'DELHI', '0.0.0.0', 1),
(522, '79', '', 87, '', '', '74875', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-19 18:30:00', '238', 1, 'DELHI', '0.0.0.0', 1),
(523, '79', '', 87, '', '', '74875', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-14 18:30:00', '239', 1, 'DELHI', '0.0.0.0', 1),
(524, '79', '', 87, '', '', '74875', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-14 18:30:00', '240', 1, 'DELHI', '0.0.0.0', 1),
(525, '79', '', 87, '', '', '74875', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-14 18:30:00', '241', 1, 'DELHI', '0.0.0.0', 1),
(526, '80', '', 88, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', '', '', '', '', '2024-08-03 07:25:46', '', 1, 'DELHI', '0.0.0.0', 1),
(527, '80', '88', NULL, '', '630856555', '', '50000', 'booking amount', 'Card', '', '', 'TFN/COM/2024/00189', '', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', '', '', '', '', '2024-08-03 07:25:46', '', 1, 'DELHI', '0.0.0.0', 1),
(528, '80', '', 88, '', '', '205395', '', '1 Installment', '', '', '', '', '', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', '', '', '', '', '2024-09-09 18:30:00', '242', 1, 'DELHI', '0.0.0.0', 1),
(529, '80', '', 88, '', '', '205395', '', '2 Installment', '', '', '', '', '', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', '', '', '', '', '2024-10-09 18:30:00', '243', 1, 'DELHI', '0.0.0.0', 1),
(530, '81', '', 89, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '', '2024-08-03 07:31:29', '', 1, 'DELHI', '0.0.0.0', 1),
(531, '81', '89', NULL, '', '416424345578', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00190', '', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '', '2024-08-03 07:31:29', '', 1, 'DELHI', '0.0.0.0', 1),
(532, '81', '', 89, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-16 18:30:00', '244', 1, 'DELHI', '0.0.0.0', 1),
(533, '81', '', 89, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-16 18:30:00', '245', 1, 'DELHI', '0.0.0.0', 1),
(534, '81', '', 89, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-16 18:30:00', '246', 1, 'DELHI', '0.0.0.0', 1),
(535, '82', '', 90, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', '', '2024-08-03 09:13:53', '', 1, 'DELHI', '0.0.0.0', 1),
(536, '82', '90', NULL, '', '', '', '10000', 'booking amount', 'Cash', '', '', 'TFN/COM/2024/00191', '', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', '', '2024-08-03 09:13:53', '', 1, 'DELHI', '0.0.0.0', 1),
(537, '82', '', 90, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-04 18:30:00', '247', 1, 'DELHI', '0.0.0.0', 1),
(538, '82', '', 90, '', '', '93000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '248', 1, 'DELHI', '0.0.0.0', 1),
(539, '82', '', 90, '', '', '93000', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '249', 1, 'DELHI', '0.0.0.0', 1),
(540, '83', '', 91, '', '', '5000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Sanchita Aggarwal', '1964, Sector 16 Faridabad', '14', '', '2024-08-03 09:33:56', '', 1, 'DELHI', '0.0.0.0', 1),
(541, '83', '91', NULL, '', '170076789093', '', '5000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00192', '', '', '', '', '', 'Sanchita Aggarwal', '1964, Sector 16 Faridabad', '14', '', '2024-08-03 09:33:56', '', 1, 'DELHI', '0.0.0.0', 1),
(542, '83', '', 91, '', '', '45000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-04 18:30:00', '250', 1, 'DELHI', '0.0.0.0', 1),
(543, '83', '', 91, '', '', '78250', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-13 18:30:00', '251', 1, 'DELHI', '0.0.0.0', 1),
(544, '83', '', 91, '', '', '78250', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-13 18:30:00', '252', 1, 'DELHI', '0.0.0.0', 1),
(545, '84', '', 92, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', '', '2024-08-03 09:59:08', '', 1, 'DELHI', '0.0.0.0', 1),
(546, '84', '92', NULL, '', '415219076091', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00193', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', '', '2024-08-03 09:59:09', '', 1, 'DELHI', '0.0.0.0', 1),
(547, '84', '', 92, '', '', '105733', '', '1 Installment', '', '', '', '', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', '', '2024-09-14 18:30:00', '253', 1, 'DELHI', '0.0.0.0', 1),
(548, '84', '', 92, '', '', '105733', '', '2 Installment', '', '', '', '', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', '', '2024-10-14 18:30:00', '254', 1, 'DELHI', '0.0.0.0', 1),
(549, '84', '', 92, '', '', '105734', '', '3 Installment', '', '', '', '', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', '', '2024-11-14 18:30:00', '255', 1, 'DELHI', '0.0.0.0', 1),
(550, '85', '', 93, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', '', '2024-08-12 10:36:25', '', 1, 'DELHI', '0.0.0.0', 1),
(551, '85', '93', NULL, '', '421325296622', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00194', '', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', '', '2024-08-12 10:36:25', '', 1, 'DELHI', '0.0.0.0', 1),
(552, '85', '', 93, '', '', '95433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-14 18:30:00', '256', 1, 'DELHI', '0.0.0.0', 1),
(553, '85', '', 93, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-14 18:30:00', '257', 1, 'DELHI', '0.0.0.0', 1),
(554, '85', '', 93, '', '', '95434', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-14 18:30:00', '258', 1, 'DELHI', '0.0.0.0', 1),
(555, '86', '', 94, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', '', '2024-08-12 11:21:58', '', 1, 'DELHI', '0.0.0.0', 1),
(556, '86', '94', NULL, '', '421851022308', '', '50000', '', 'UPI', '', '', 'TFN/COM/2024/00195', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', '', '2024-08-12 11:21:58', '', 1, 'DELHI', '0.0.0.0', 1),
(557, '86', '', 94, '', '', '91500', '', '1 Installment', '', '', '', '', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', '', '2024-09-09 18:30:00', '259', 1, 'DELHI', '0.0.0.0', 1),
(558, '86', '', 94, '', '', '91500', '', '2 Installment', '', '', '', '', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', '', '2024-10-09 18:30:00', '260', 1, 'DELHI', '0.0.0.0', 1),
(559, '86', '', 94, '', '', '91500', '', '3 Installment', '', '', '', '', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', '', '2024-11-09 18:30:00', '261', 1, 'DELHI', '0.0.0.0', 1),
(560, '87', '', 95, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '', '2024-08-13 10:04:47', '', 1, 'DELHI', '0.0.0.0', 1),
(561, '87', '95', NULL, '', '421160141339', '', '50000', 'Booking amount', 'UPI', '', '', 'TFN/COM/2024/00196', '', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '', '2024-08-13 10:04:47', '', 1, 'DELHI', '0.0.0.0', 1),
(562, '87', '', 95, '', '', '62000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '262', 1, 'DELHI', '0.0.0.0', 1),
(563, '87', '', 95, '', '', '62000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '263', 1, 'DELHI', '0.0.0.0', 1),
(564, '87', '', 95, '', '', '62000', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '264', 1, 'DELHI', '0.0.0.0', 1),
(565, '88', '', 96, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Garima Kothari', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', '', '2024-08-13 10:28:02', '', 1, 'DELHI', '0.0.0.0', 1),
(566, '88', '96', NULL, '', 'MB08121216649T16289568', '', '50000', 'Booking amount', 'UPI', '', '', 'TFN/COM/2024/00197', '', '', '', '', '', 'Garima Kothari', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', '', '2024-08-13 10:28:02', '', 1, 'DELHI', '0.0.0.0', 1),
(567, '88', '', 96, '', '', '95433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '265', 1, 'DELHI', '0.0.0.0', 1),
(568, '88', '', 96, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '266', 1, 'DELHI', '0.0.0.0', 1),
(569, '88', '', 96, '', '', '47717', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '267', 1, 'DELHI', '0.0.0.0', 1),
(570, '88', '', 96, '', '', '47717', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-09 18:30:00', '268', 1, 'DELHI', '0.0.0.0', 1),
(571, '89', '', 97, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Naveen Agrawal', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', '', '2024-08-13 10:40:18', '', 1, 'DELHI', '0.0.0.0', 1),
(572, '89', '97', NULL, '', '170076789093', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00198', '', '', '', '', '', 'Naveen Agrawal', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', '', '2024-08-13 10:40:18', '', 1, 'DELHI', '0.0.0.0', 1),
(573, '89', '', 97, '', '', '95433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '269', 1, 'DELHI', '0.0.0.0', 1),
(574, '89', '', 97, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '270', 1, 'DELHI', '0.0.0.0', 1),
(575, '89', '', 97, '', '', '95434', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '271', 1, 'DELHI', '0.0.0.0', 1),
(576, '82', '90', NULL, '', '2405', '', '40000', 'Booking amount', 'Card', '', '', 'TFN/COM/2024/00199', '', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', '', '2024-08-11 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(577, '83', '91', NULL, '', '7308080808', '', '45000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00200', '', '', '', '', '', 'Sanchita Aggarwal', '1964, Sector 16 Faridabad', '14', '', '2024-08-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(578, '76', '84', NULL, '', '8439', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00201', '', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', '', '2024-08-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(579, '78', '86', NULL, '', '', '', '40000', 'booking amount', 'Cash', '', '', 'TFN/COM/2024/00202', '', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', '', '2024-08-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(580, '79', '87', NULL, '', '170076789093', '', '15000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00203', '', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', '', '2024-08-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(581, '90', '', 98, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-08-14 11:25:48', '', 1, 'DELHI', '0.0.0.0', 1),
(582, '90', '98', NULL, '', '422715734335', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00204', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-08-14 11:25:48', '', 1, 'DELHI', '0.0.0.0', 1),
(583, '90', '', 98, '', '', '25000', '', '1 Installment', '', '', '', '', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-08-27 18:30:00', '272', 1, 'DELHI', '0.0.0.0', 1),
(584, '90', '', 98, '', '', '74875', '', '2 Installment', '', '', '', '', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-09-09 18:30:00', '273', 1, 'DELHI', '0.0.0.0', 1),
(585, '90', '', 98, '', '', '74875', '', '3 Installment', '', '', '', '', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-10-09 18:30:00', '274', 1, 'DELHI', '0.0.0.0', 1),
(586, '90', '', 98, '', '', '74875', '', '4 Installment', '', '', '', '', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-11-09 18:30:00', '275', 1, 'DELHI', '0.0.0.0', 1),
(587, '91', '', 99, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'SANA HAYAT ANSARI', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', '', '2024-08-16 12:32:47', '', 1, 'DELHI', '0.0.0.0', 1),
(588, '91', '99', NULL, '', '', '', '10000', 'BOOKING AMOUNT', 'Cash', '', '', 'TFN/COM/2024/00205', '', '', '', '', '', 'SANA HAYAT ANSARI', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', '', '2024-08-16 12:32:47', '', 1, 'DELHI', '0.0.0.0', 1),
(589, '91', '', 99, '', '', '15000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-29 18:30:00', '276', 1, 'DELHI', '0.0.0.0', 1),
(590, '91', '', 99, '', '', '81900', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '277', 1, 'DELHI', '0.0.0.0', 1),
(591, '91', '', 99, '', '', '81900', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '278', 1, 'DELHI', '0.0.0.0', 1),
(592, '92', '', 100, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', '', '2024-08-17 09:13:59', '', 1, 'DELHI', '0.0.0.0', 1),
(593, '92', '100', NULL, '', 'EZOLBRB71W8MRBJ', '', '50000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00206', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', '', '2024-08-17 09:14:00', '', 1, 'DELHI', '0.0.0.0', 1),
(594, '92', '', 100, '', '', '67900', '', '1 Installment', '', '', '', '', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', '', '2024-09-09 18:30:00', '279', 1, 'DELHI', '0.0.0.0', 1),
(595, '92', '', 100, '', '', '67900', '', '2 Installment', '', '', '', '', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', '', '2024-10-09 18:30:00', '280', 1, 'DELHI', '0.0.0.0', 1),
(596, '92', '', 100, '', '', '67900', '', '3 Installment', '', '', '', '', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', '', '2024-11-09 18:30:00', '281', 1, 'DELHI', '0.0.0.0', 1),
(597, '93', '', 101, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', '', '2024-08-27 12:16:55', '', 1, 'DELHI', '0.0.0.0', 1),
(598, '93', '101', NULL, '', '424004300981', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00207', '', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', '', '2024-08-27 12:16:55', '', 1, 'DELHI', '0.0.0.0', 1),
(599, '93', '', 101, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-30 18:30:00', '282', 1, 'DELHI', '0.0.0.0', 1),
(600, '93', '', 101, '', '', '71833', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '283', 1, 'DELHI', '0.0.0.0', 1),
(601, '93', '', 101, '', '', '71833', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '284', 1, 'DELHI', '0.0.0.0', 1),
(602, '93', '', 101, '', '', '71834', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '285', 1, 'DELHI', '0.0.0.0', 1),
(603, '94', '', 102, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', '', '2024-08-31 08:14:40', '', 1, 'DELHI', '0.0.0.0', 1),
(604, '94', '102', NULL, '', '423440627092', '', '25000', 'cash+online', 'UPI', '', '', 'TFN/COM/2024/00208', '', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', '', '2024-08-31 08:14:40', '', 1, 'DELHI', '0.0.0.0', 1),
(605, '94', '', 102, '', '', '74875', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-23 18:30:00', '286', 1, 'DELHI', '0.0.0.0', 1),
(606, '94', '', 102, '', '', '74875', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-14 18:30:00', '287', 1, 'DELHI', '0.0.0.0', 1),
(607, '94', '', 102, '', '', '74875', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-14 18:30:00', '288', 1, 'DELHI', '0.0.0.0', 1),
(608, '94', '', 102, '', '', '74875', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-14 18:30:00', '289', 1, 'DELHI', '0.0.0.0', 1),
(609, '95', '', 103, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '', '2024-08-31 09:19:34', '', 1, 'DELHI', '0.0.0.0', 1),
(610, '95', '103', NULL, '', '460936913418', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00209', '', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '', '2024-08-31 09:19:34', '', 1, 'DELHI', '0.0.0.0', 1),
(611, '95', '', 103, '', '', '15000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-30 18:30:00', '290', 1, 'DELHI', '0.0.0.0', 1),
(612, '95', '', 103, '', '', '25000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-05 18:30:00', '291', 1, 'DELHI', '0.0.0.0', 1),
(613, '95', '', 103, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '292', 1, 'DELHI', '0.0.0.0', 1),
(614, '95', '', 103, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '293', 1, 'DELHI', '0.0.0.0', 1),
(615, '95', '', 103, '', '', '91500', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '294', 1, 'DELHI', '0.0.0.0', 1),
(616, '96', '', 104, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ningsem Shimray', 'Khangkhui khullen, Ukhrul, Manipur', '9', '', '2024-08-31 09:32:38', '', 1, 'DELHI', '0.0.0.0', 1),
(617, '96', '104', NULL, '', '424422838032', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00210', '', '', '', '', '', 'Ningsem Shimray', 'Khangkhui khullen, Ukhrul, Manipur', '9', '', '2024-08-31 09:32:38', '', 1, 'DELHI', '0.0.0.0', 1),
(618, '96', '', 104, '', '', '60125', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-14 18:30:00', '295', 1, 'DELHI', '0.0.0.0', 1),
(619, '96', '', 104, '', '', '60125', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-14 18:30:00', '296', 1, 'DELHI', '0.0.0.0', 1),
(620, '96', '', 104, '', '', '60125', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-14 18:30:00', '297', 1, 'DELHI', '0.0.0.0', 1),
(621, '97', '', 105, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Prerna Mittal', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', '', '2024-08-31 12:07:31', '', 1, 'DELHI', '0.0.0.0', 1),
(622, '97', '105', NULL, '', '424469687789', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00211', '', '', '', '', '', 'Prerna Mittal', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', '', '2024-08-31 12:07:31', '', 1, 'DELHI', '0.0.0.0', 1),
(623, '97', '', 105, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-19 18:30:00', '298', 1, 'DELHI', '0.0.0.0', 1),
(624, '97', '', 105, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-09 18:30:00', '299', 1, 'DELHI', '0.0.0.0', 1),
(625, '97', '', 105, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-09 18:30:00', '300', 1, 'DELHI', '0.0.0.0', 1),
(626, '97', '', 105, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-09 18:30:00', '301', 1, 'DELHI', '0.0.0.0', 1),
(627, '98', '', 106, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-09-03 07:06:11', '', 1, 'DELHI', '0.0.0.0', 1),
(628, '98', '106', NULL, '', '', '', '50000', 'booking amount', 'Cash', '', '', 'TFN/COM/2024/00212', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-09-03 07:06:11', '', 1, 'DELHI', '0.0.0.0', 1),
(629, '98', '', 106, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-09 18:30:00', '302', 1, 'DELHI', '0.0.0.0', 1),
(630, '98', '', 106, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-09 18:30:00', '303', 1, 'DELHI', '0.0.0.0', 1),
(631, '98', '', 106, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '304', 1, 'DELHI', '0.0.0.0', 1),
(632, '99', '', 107, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2024-09-07 11:42:29', '', 1, 'DELHI', '0.0.0.0', 1),
(633, '99', '107', NULL, '', '425196921150', '', '10000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00213', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2024-09-07 11:42:29', '', 1, 'DELHI', '0.0.0.0', 1),
(634, '99', '', 107, '', '', '15000', '', '1 Installment', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2024-09-27 18:30:00', '305', 1, 'DELHI', '0.0.0.0', 1),
(635, '99', '', 107, '', '', '25000', '', '2 Installment', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2024-10-24 18:30:00', '306', 1, 'DELHI', '0.0.0.0', 1),
(636, '99', '', 107, '', '', '68625', '', '3 Installment', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2025-01-09 18:30:00', '307', 1, 'DELHI', '0.0.0.0', 1),
(637, '99', '', 107, '', '', '68625', '', '4 Installment', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2025-02-09 18:30:00', '308', 1, 'DELHI', '0.0.0.0', 1),
(638, '99', '', 107, '', '', '68625', '', '5 Installment', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2025-03-09 18:30:00', '309', 1, 'DELHI', '0.0.0.0', 1),
(639, '99', '', 107, '', '', '68625', '', '6 Installment', '', '', '', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2025-04-04 18:30:00', '310', 1, 'DELHI', '0.0.0.0', 1),
(640, '89', '97', NULL, '', '', '', '100000', '1st installment', 'Cash', '', '', 'TFN/COM/2024/00214', '', '', '', '', '', 'Naveen Agrawal', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', '', '2024-09-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(641, '98', '106', NULL, '', '425436421416', '', '50000', '1st installment part', 'UPI', '', '', 'TFN/COM/2024/00215', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(642, '100', '', 108, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '06DWIPK6367K1ZY', 'KHATRI TRADING COMPANY', 'H.NO. 524 GALI NO 27 INDIAN COLONY GOHANA ROAD SONIPAT 131001', '14', '', '', '', '', '2024-09-11 12:28:51', '', 1, 'DELHI', '0.0.0.0', 1),
(643, '100', '108', NULL, '', 'BOOKING AMOUNT', '', '10000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00216', '', '06DWIPK6367K1ZY', 'KHATRI TRADING COMPANY', 'H.NO. 524 GALI NO 27 INDIAN COLONY GOHANA ROAD SONIPAT 131001', '14', '', '', '', '', '2024-09-11 12:28:51', '', 1, 'DELHI', '0.0.0.0', 1),
(644, '100', '', 108, '', '', '10000', '', '1 Installment', '', '', '', '', '', '06DWIPK6367K1ZY', 'KHATRI TRADING COMPANY', 'H.NO. 524 GALI NO 27 INDIAN COLONY GOHANA ROAD SONIPAT 131001', '14', '', '', '', '', '2024-08-30 18:30:00', '311', 1, 'DELHI', '0.0.0.0', 1),
(645, '95', '103', NULL, '', '424434477943', '', '15000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00217', '', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '', '2024-08-30 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(646, '95', '103', NULL, '', '', '', '116500', '1st installment', 'Cash', '', '', 'TFN/COM/2024/00218', '', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '', '2024-09-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(647, '101', '', 109, '', '', '3000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', '', '2024-09-16 10:11:39', '', 1, 'DELHI', '0.0.0.0', 1),
(648, '101', '109', NULL, '', '426081530897', '', '3000', '1st installment part', 'UPI', '', '', 'TFN/COM/2024/00219', '', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', '', '2024-09-16 10:11:39', '', 1, 'DELHI', '0.0.0.0', 1),
(649, '101', '', 109, '', '', '53050', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-15 18:30:00', '312', 1, 'DELHI', '0.0.0.0', 1),
(650, '101', '', 109, '', '', '56050', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-19 18:30:00', '313', 1, 'DELHI', '0.0.0.0', 1),
(651, '101', '', 109, '', '', '112100', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-15 18:30:00', '314', 1, 'DELHI', '0.0.0.0', 1),
(652, '101', '', 109, '', '', '112100', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-15 18:30:00', '315', 1, 'DELHI', '0.0.0.0', 1),
(653, '101', '109', NULL, '', '46258025689', '', '53050', '1st installment part', 'UPI', '', '', 'TFN/COM/2024/00220', '', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', '', '2024-09-15 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(654, '102', '', 110, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', '', '2024-09-17 05:38:17', '', 1, 'DELHI', '0.0.0.0', 1),
(655, '102', '110', NULL, '', '413654337101', '', '50000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00221', '', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', '', '2024-09-17 05:38:17', '', 1, 'DELHI', '0.0.0.0', 1),
(656, '102', '', 110, '', '', '72350', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-15 18:30:00', '316', 1, 'DELHI', '0.0.0.0', 1),
(657, '102', '', 110, '', '', '72350', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-15 18:30:00', '317', 1, 'DELHI', '0.0.0.0', 1),
(658, '103', '', 111, '', '', '352820', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Nandini Ramjiwal', 'D-50, Kashyap Path, Opp. Tamanna Apts., Shyam Nagar, Jaipur', '29', '', '2024-09-17 05:47:09', '', 1, 'DELHI', '0.0.0.0', 1),
(659, '103', '111', NULL, '', '425945730243', '', '352820', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00222', '', '', '', '', '', 'Nandini Ramjiwal', 'D-50, Kashyap Path, Opp. Tamanna Apts., Shyam Nagar, Jaipur', '29', '', '2024-09-17 05:47:09', '', 1, 'DELHI', '0.0.0.0', 1),
(660, '104', '', 112, '', '', '54083', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ujala Kumari', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', '', '2024-09-17 06:18:33', '', 1, 'DELHI', '0.0.0.0', 1),
(661, '104', '112', NULL, '', '425535811791', '', '54083', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00223', '', '', '', '', '', 'Ujala Kumari', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', '', '2024-09-17 06:18:33', '', 1, 'DELHI', '0.0.0.0', 1),
(662, '104', '', 112, '', '', '54083', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-02 18:30:00', '318', 1, 'DELHI', '0.0.0.0', 1),
(663, '104', '', 112, '', '', '108166', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-24 18:30:00', '319', 1, 'DELHI', '0.0.0.0', 1),
(664, '104', '', 112, '', '', '108168', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-14 18:30:00', '320', 1, 'DELHI', '0.0.0.0', 1),
(665, '105', '', 113, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '', '2024-09-17 06:22:34', '', 1, 'DELHI', '0.0.0.0', 1),
(666, '105', '113', NULL, '', '170076789093', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00224', '', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '', '2024-09-17 06:22:34', '', 1, 'DELHI', '0.0.0.0', 1),
(667, '105', '', 113, '', '', '104833', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-16 18:30:00', '321', 1, 'DELHI', '0.0.0.0', 1),
(668, '105', '', 113, '', '', '104833', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-16 18:30:00', '322', 1, 'DELHI', '0.0.0.0', 1),
(669, '105', '', 113, '', '', '104834', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-16 18:30:00', '323', 1, 'DELHI', '0.0.0.0', 1),
(670, '106', '', 114, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-09-17 06:25:26', '', 1, 'DELHI', '0.0.0.0', 1),
(671, '106', '114', NULL, '', '8231941', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00225', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-09-17 06:25:26', '', 1, 'DELHI', '0.0.0.0', 1),
(672, '106', '', 114, '', '', '78625', '', '1 Installment', '', '', '', '', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-09-14 18:30:00', '324', 1, 'DELHI', '0.0.0.0', 1),
(673, '106', '', 114, '', '', '78625', '', '2 Installment', '', '', '', '', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-10-14 18:30:00', '325', 1, 'DELHI', '0.0.0.0', 1),
(674, '106', '', 114, '', '', '78625', '', '3 Installment', '', '', '', '', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-11-14 18:30:00', '326', 1, 'DELHI', '0.0.0.0', 1),
(675, '106', '', 114, '', '', '78625', '', '4 Installment', '', '', '', '', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-12-14 18:30:00', '327', 1, 'DELHI', '0.0.0.0', 1),
(676, '107', '', 115, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', '', '2024-09-17 06:30:36', '', 1, 'DELHI', '0.0.0.0', 1),
(677, '107', '115', NULL, '', '425309921298', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00226', '', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', '', '2024-09-17 06:30:36', '', 1, 'DELHI', '0.0.0.0', 1),
(678, '107', '', 115, '', '', '112700', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-23 18:30:00', '328', 1, 'DELHI', '0.0.0.0', 1),
(679, '107', '', 115, '', '', '112700', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-23 18:30:00', '329', 1, 'DELHI', '0.0.0.0', 1),
(680, '107', '', 115, '', '', '112700', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-23 18:30:00', '330', 1, 'DELHI', '0.0.0.0', 1),
(681, '108', '', 116, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '', '2024-09-17 07:39:48', '', 1, 'DELHI', '0.0.0.0', 1),
(682, '108', '116', NULL, '', '425402121402', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00227', '', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '', '2024-09-17 07:39:48', '', 1, 'DELHI', '0.0.0.0', 1),
(683, '108', '', 116, '', '', '85166', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-16 18:30:00', '331', 1, 'DELHI', '0.0.0.0', 1),
(684, '108', '', 116, '', '', '85166', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-16 18:30:00', '332', 1, 'DELHI', '0.0.0.0', 1),
(685, '108', '', 116, '', '', '85168', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-16 18:30:00', '333', 1, 'DELHI', '0.0.0.0', 1),
(686, '79', '87', NULL, '', '1700767789093', '', '100000', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00228', '', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(687, '67', '75', NULL, '', 'NB0822593066201817699', '', '99366', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00229', '', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '', '2024-09-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(688, '73', '81', NULL, '', 'D06F99WV1884', '', '101333', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00230', '', '', '', '', '', 'Jesika jain', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(689, '44', '52', NULL, '', '', '', '250000', 'INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00231', '', '', '', '', '', 'Khwairakpam carinda Devi', 'Awang sekmai khunou leikai , Manipur imphal', '22', '', '2024-09-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(690, '84', '92', NULL, '', '17182920189003189260', '', '105733', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00232', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', '', '2024-09-16 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(691, '62', '70', NULL, '', '462214185573', '', '100000', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00233', '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', '', '2024-09-11 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(692, '76', '84', NULL, '', '425467489068', '', '91500', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00234', '', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(693, '78', '86', NULL, '', '', '', '91500', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00235', '', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', '', '2024-09-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(694, '77', '85', NULL, '', '425479056553', '', '72030', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00236', '', '', '', '', '', 'Tabinda Niyaz', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(695, '88', '96', NULL, '', '40149432', '', '95433', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00237', '', '', '', '', '', 'Garima Kothari', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(696, '92', '100', NULL, '', '462087797244', '', '67900', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00238', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(697, '91', '99', NULL, '', '', '', '97000', 'BOOKING AMOUNT+INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00239', '', '', '', '', '', 'SANA HAYAT ANSARI', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', '', '2024-09-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(698, '96', '104', NULL, '', '425969749114', '', '60125', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00240', '', '', '', '', '', 'Ningsem Shimray', 'Khangkhui khullen, Ukhrul, Manipur', '9', '', '2024-09-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(699, '93', '101', NULL, '', '425763795654', '', '40000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00241', '', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', '', '2024-09-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(700, '98', '106', NULL, '', '1ST INSTALLMENT PART', '', '41500', '1ST INSTALLMENT COMPLETE', 'UPI', '', '', 'TFN/COM/2024/00242', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-09-20 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(701, '105', '113', NULL, '', '170076789093', '', '40000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00243', '', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '', '2024-09-18 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(702, '102', '110', NULL, '', '', '', '72350', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00244', '', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', '', '2024-09-15 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(703, '81', '89', NULL, '', '426143996758', '', '91500', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00245', '', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '', '2024-09-16 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(704, '86', '94', NULL, '', '426422280563', '', '45750', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00246', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', '', '2024-09-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(705, '48', '56', NULL, '', '2ND INSTALLMENT', '', '167050', '2ND INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00247', '', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(706, '106', '114', NULL, '', '1ST INSTALLMENT', '', '78625', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00248', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-09-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(707, '108', '116', NULL, '', '426170106420', '', '85363', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00249', '', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '', '2024-09-16 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(708, '87', '95', NULL, '', '426414395248', '', '62000', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00250', '', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '', '2024-09-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(709, '90', '98', NULL, '', '425915217237', '', '15000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00251', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', '', '2024-09-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(710, '109', '', 117, '', '', '55066', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', '', '2024-09-21 07:52:55', '', 1, 'DELHI', '0.0.0.0', 1),
(711, '109', '117', NULL, '', '561697764462', '', '55066', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00252', '', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', '', '2024-09-21 07:52:55', '', 1, 'DELHI', '0.0.0.0', 1),
(712, '109', '', 117, '', '', '55066', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-19 18:30:00', '334', 1, 'DELHI', '0.0.0.0', 1),
(713, '109', '', 117, '', '', '110133', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-15 18:30:00', '335', 1, 'DELHI', '0.0.0.0', 1),
(714, '109', '', 117, '', '', '55066', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-15 18:30:00', '336', 1, 'DELHI', '0.0.0.0', 1),
(715, '109', '', 117, '', '', '55069', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-15 18:30:00', '337', 1, 'DELHI', '0.0.0.0', 1),
(716, '110', '', 118, '', '', '44250', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Garvit Sharma', '2/127 2 block Subash Nagar New Delhi', '9', '', '2024-09-21 07:55:50', '', 1, 'DELHI', '0.0.0.0', 1),
(717, '110', '118', NULL, '', '651120811354', '', '44250', '1ST INSTALLMENT PART', 'UPI', '', '', 'TFN/COM/2024/00253', '', '', '', '', '', 'Garvit Sharma', '2/127 2 block Subash Nagar New Delhi', '9', '', '2024-09-21 07:55:50', '', 1, 'DELHI', '0.0.0.0', 1),
(718, '110', '', 118, '', '', '44250', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-09-23 18:30:00', '338', 1, 'DELHI', '0.0.0.0', 1),
(719, '110', '', 118, '', '', '88500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-19 18:30:00', '339', 1, 'DELHI', '0.0.0.0', 1),
(720, '110', '', 118, '', '', '88500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-20 18:30:00', '340', 1, 'DELHI', '0.0.0.0', 1),
(721, '65', '73', NULL, '', '', '', '91500', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00254', '', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '', '2024-09-20 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(722, '111', '', 119, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '', '2024-09-21 11:02:16', '', 1, 'DELHI', '0.0.0.0', 1),
(723, '111', '119', NULL, '', '40718406049', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00255', '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '', '2024-09-21 11:02:16', '', 1, 'DELHI', '0.0.0.0', 1),
(724, '111', '', 119, '', '', '83500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-03-26 18:30:00', '341', 1, 'DELHI', '0.0.0.0', 1),
(725, '111', '', 119, '', '', '77150', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-04-26 18:30:00', '342', 1, 'DELHI', '0.0.0.0', 1),
(726, '111', '', 119, '', '', '82825', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-05-31 18:30:00', '343', 1, 'DELHI', '0.0.0.0', 1),
(727, '111', '', 119, '', '', '82825', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-08-23 18:30:00', '344', 1, 'DELHI', '0.0.0.0', 1);
INSERT INTO `tn_accounts` (`ac_id`, `uid`, `orderid`, `demand_id`, `againstBy`, `transaction_id`, `debit`, `credit`, `particular`, `paymentMode`, `bankname`, `chequeno`, `invoice`, `txndate`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `note`, `date`, `installmentId`, `is_adjustment`, `centrename`, `ipaddress`, `isActive`) VALUES
(728, '111', '119', NULL, '', '', '', '83500', '1st installment', 'Cash', '', '', 'TFN/COM/2024/00256', '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '', '2024-03-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(729, '111', '119', NULL, '', '', '', '77150', '2nd installment', 'Cash', '', '', 'TFN/COM/2024/00257', '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '', '2024-04-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(730, '111', '119', NULL, '', '', '', '82825', '3rd installment', 'Cash', '', '', 'TFN/COM/2024/00258', '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '', '2024-05-31 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(731, '111', '119', NULL, '', '', '', '82825', '4th installment', 'Cash', '', '', 'TFN/COM/2024/00259', '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '', '2024-08-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(732, '112', '', 120, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Boston lalruatfela', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', '', '2024-09-24 07:44:40', '', 1, 'DELHI', '0.0.0.0', 1),
(733, '112', '120', NULL, '', '463485251347', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00260', '', '', '', '', '', 'Boston lalruatfela', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', '', '2024-09-24 07:44:40', '', 1, 'DELHI', '0.0.0.0', 1),
(734, '112', '', 120, '', '', '80166', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-02 18:30:00', '345', 1, 'DELHI', '0.0.0.0', 1),
(735, '112', '', 120, '', '', '80166', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-02 18:30:00', '346', 1, 'DELHI', '0.0.0.0', 1),
(736, '112', '', 120, '', '', '80168', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-02 18:30:00', '347', 1, 'DELHI', '0.0.0.0', 1),
(737, '113', '', 121, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Anya panor', 'QTR NO. 34, H-sector', '3', '', '2024-09-27 08:07:28', '', 1, 'DELHI', '0.0.0.0', 1),
(738, '113', '121', NULL, '', '427128267014', '', '50000', '1st installment part', 'UPI', '', '', 'TFN/COM/2024/00261', '', '', '', '', '', 'Anya panor', 'QTR NO. 34, H-sector', '3', '', '2024-09-27 08:07:28', '', 1, 'DELHI', '0.0.0.0', 1),
(739, '113', '', 121, '', '', '42433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-02 18:30:00', '348', 1, 'DELHI', '0.0.0.0', 1),
(740, '113', '', 121, '', '', '92433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-26 18:30:00', '349', 1, 'DELHI', '0.0.0.0', 1),
(741, '113', '', 121, '', '', '92434', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-26 18:30:00', '350', 1, 'DELHI', '0.0.0.0', 1),
(742, '114', '', 122, '', '', '3000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Kanchan Mehrotra', '1/3 Ban Road , Shipra Suncity , Indirapuram, Ghaziabad', '34', '', '2024-09-28 11:18:46', '', 1, 'DELHI', '0.0.0.0', 1),
(743, '114', '122', NULL, '', '427228440906', '', '3000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00262', '', '', '', '', '', 'Kanchan Mehrotra', '1/3 Ban Road , Shipra Suncity , Indirapuram, Ghaziabad', '34', '', '2024-09-28 11:18:46', '', 1, 'DELHI', '0.0.0.0', 1),
(744, '114', '', 122, '', '', '45675', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-02 18:30:00', '351', 1, 'DELHI', '0.0.0.0', 1),
(745, '114', '', 122, '', '', '48675', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-11 18:30:00', '352', 1, 'DELHI', '0.0.0.0', 1),
(746, '114', '', 122, '', '', '48675', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-24 18:30:00', '353', 1, 'DELHI', '0.0.0.0', 1),
(747, '114', '', 122, '', '', '24337', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-02 18:30:00', '354', 1, 'DELHI', '0.0.0.0', 1),
(748, '114', '', 122, '', '', '24338', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-09 18:30:00', '355', 1, 'DELHI', '0.0.0.0', 1),
(749, '115', '', 123, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Sneha Taneja', 'C-4 Raja Garden ,', '9', '', '2024-10-01 06:07:38', '', 1, 'DELHI', '0.0.0.0', 1),
(750, '115', '123', NULL, '', '', '', '50000', 'booking amount', 'Cash', '', '', 'TFN/COM/2024/00263', '', '', '', '', '', 'Sneha Taneja', 'C-4 Raja Garden ,', '9', '', '2024-10-01 06:07:38', '', 1, 'DELHI', '0.0.0.0', 1),
(751, '115', '', 123, '', '', '91500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-27 18:30:00', '356', 1, 'DELHI', '0.0.0.0', 1),
(752, '115', '', 123, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-27 18:30:00', '357', 1, 'DELHI', '0.0.0.0', 1),
(753, '115', '', 123, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-27 18:30:00', '358', 1, 'DELHI', '0.0.0.0', 1),
(754, '48', '56', NULL, '', '2nd installment', '', '167050', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00264', '', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', '', '2024-09-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(755, '48', '56', NULL, 'TFN/COM/2024/00264', '', '167050', '', 'refund(Cancel Invoice)', '', '', '', '', '2024-10-09 16:39:23', '', '', '', '', '', '', '', '', '2024-10-09 11:09:23', '', 2, 'DELHI', '103.248.173.253', 1),
(756, '48', '', NULL, '', '', '', '167050', 'refund(Refund Payment)', '', '', '', '', '2024-10-09 16:39:23', '', '', '', '', '', '', '', '', '2024-10-09 11:09:23', '', 2, 'DELHI', '103.248.173.253', 1),
(757, '99', '107', NULL, '', '194602223', '', '15000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00265', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2024-09-27 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(758, '98', '106', NULL, '', '428216438753', '', '46500', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00266', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-10-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(759, '98', '106', NULL, '', '428590612296', '', '45000', '2nd installment part', 'UPI', '', '', 'TFN/COM/2024/00267', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-10-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(760, '94', '102', NULL, '', 'T2409241032142430644220', '', '74875', 'BOOKING 1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00268', '', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', '', '2024-09-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(761, '85', '93', NULL, '', '', '', '95433', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00269', '', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', '', '2024-09-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(762, '82', '90', NULL, '', 'RAZORPAY', '', '93000', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00270', '', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', '', '2024-09-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(763, '113', '121', NULL, '', '427727953938', '', '42433', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00271', '', '', '', '', '', 'Anya panor', 'QTR NO. 34, H-sector', '3', '', '2024-10-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(764, '112', '120', NULL, '', '427786256969', '', '80166', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00272', '', '', '', '', '', 'Boston lalruatfela', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', '', '2024-10-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(765, '110', '118', NULL, '', 'T2409232039470092012552', '', '44250', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00273', '', '', '', '', '', 'Garvit Sharma', '2/127 2 block Subash Nagar New Delhi', '9', '', '2024-09-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(766, '109', '117', NULL, '', '8285996254', '', '55066', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00274', '', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', '', '2024-09-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(767, '101', '109', NULL, '', '', '', '56050', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00275', '', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', '', '2024-09-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(768, '104', '112', NULL, '', '464317763607', '', '54083', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00276', '', '', '', '', '', 'Ujala Kumari', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', '', '2024-10-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(769, '116', '', 124, '', '', '129366', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Khoansen Tangdong', 'Borduria Tirap, Arunachal Pradesh 786630', '2', '', '2024-10-16 07:34:15', '', 1, 'DELHI', '0.0.0.0', 1),
(770, '116', '124', NULL, '', '425623052827', '', '129366', 'BOOKING AMOUNT+1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00277', '', '', '', '', '', 'Khoansen Tangdong', 'Borduria Tirap, Arunachal Pradesh 786630', '2', '', '2024-10-16 07:34:15', '', 1, 'DELHI', '0.0.0.0', 1),
(771, '116', '', 124, '', '', '109367', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-10-23 18:30:00', '359', 1, 'DELHI', '0.0.0.0', 1),
(772, '116', '', 124, '', '', '109367', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-23 18:30:00', '360', 1, 'DELHI', '0.0.0.0', 1),
(773, '105', '113', NULL, '', '24269334312', '', '91500', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00278', '', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '', '2024-09-24 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(774, '107', '115', NULL, '', '462479495859', '', '112700', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00279', '', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', '', '2024-09-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(775, '95', '103', NULL, '', '', '', '91500', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00280', '', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '', '2024-10-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(776, '93', '101', NULL, '', '426818655349', '', '71833', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00281', '', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', '', '2024-09-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(777, '117', '', 125, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Narayan Adhikary', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', '', '2024-10-21 06:05:33', '', 1, 'DELHI', '0.0.0.0', 1),
(778, '117', '125', NULL, '', '429505671575', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00282', '', '', '', '', '', 'Narayan Adhikary', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', '', '2024-10-21 06:05:33', '', 1, 'DELHI', '0.0.0.0', 1),
(779, '117', '', 125, '', '', '25000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-01 18:30:00', '361', 1, 'DELHI', '0.0.0.0', 1),
(780, '117', '', 125, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-04-14 18:30:00', '362', 1, 'DELHI', '0.0.0.0', 1),
(781, '117', '', 125, '', '', '95433', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-05-14 18:30:00', '363', 1, 'DELHI', '0.0.0.0', 1),
(782, '117', '', 125, '', '', '95434', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-06-14 18:30:00', '364', 1, 'DELHI', '0.0.0.0', 1),
(783, '118', '', 126, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'SHARON K S', 'Kunnumpurath ho nenmenikunnu po nambikolly wayanad Kerala 673595', '17', '', '2024-10-21 09:13:43', '', 1, 'DELHI', '0.0.0.0', 1),
(784, '118', '126', NULL, '', '429466454517', '', '50000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00283', '', '', '', '', '', 'SHARON K S', 'Kunnumpurath ho nenmenikunnu po nambikolly wayanad Kerala 673595', '17', '', '2024-10-21 09:13:43', '', 1, 'DELHI', '0.0.0.0', 1),
(785, '118', '', 126, '', '', '95433', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-14 18:30:00', '365', 1, 'DELHI', '0.0.0.0', 1),
(786, '118', '', 126, '', '', '95433', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '366', 1, 'DELHI', '0.0.0.0', 1),
(787, '118', '', 126, '', '', '95434', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-14 18:30:00', '367', 1, 'DELHI', '0.0.0.0', 1),
(788, '75', '83', NULL, '', '170076789093', '', '91500', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00284', '', '', '', '', '', 'Satvik Dureja', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', '', '2024-09-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(789, '71', '79', NULL, '', '423923579399', '', '40000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00285', '', '', '', '', '', 'Sumedha Kataria', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', '', '2024-08-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(790, '97', '105', NULL, '', '426467752732', '', '40000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00286', '', '', '', '', '', 'Prerna Mittal', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', '', '2024-09-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(791, '119', '', 127, '', '', '49566', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'DAMAS MLEMBA SINGO', 'KAHAMA, TANZANIA PO BOX 999', '9', '', '2024-10-21 09:43:59', '', 1, 'DELHI', '0.0.0.0', 1),
(792, '119', '127', NULL, '', 'INW0810241049904743', '', '49566', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00287', '', '', '', '', '', 'DAMAS MLEMBA SINGO', 'KAHAMA, TANZANIA PO BOX 999', '9', '', '2024-10-21 09:43:59', '', 1, 'DELHI', '0.0.0.0', 1),
(793, '119', '', 127, '', '', '275934', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-14 18:30:00', '368', 1, 'DELHI', '0.0.0.0', 1),
(794, '120', '', 128, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'sultana hussain', 'house no 365 gali masjid dhobyan wali baazaar delhi gate darya ganj 110002', '9', '', '2024-10-21 09:52:39', '', 1, 'DELHI', '0.0.0.0', 1),
(795, '120', '128', NULL, '', '', '', '50000', 'BOOKING AMOUNT', 'Cash', '', '', 'TFN/COM/2024/00288', '', '', '', '', '', 'sultana hussain', 'house no 365 gali masjid dhobyan wali baazaar delhi gate darya ganj 110002', '9', '', '2024-10-21 09:52:39', '', 1, 'DELHI', '0.0.0.0', 1),
(796, '120', '', 128, '', '', '107750', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-14 18:30:00', '369', 1, 'DELHI', '0.0.0.0', 1),
(797, '120', '', 128, '', '', '107750', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '370', 1, 'DELHI', '0.0.0.0', 1),
(798, '63', '71', NULL, '', '458897781556', '', '91500', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00289', '', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '', '2024-08-08 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(799, '63', '71', NULL, '', '465096310957', '', '91500', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00290', '', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '', '2024-10-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(800, '117', '125', NULL, '', '430761716135', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00291', '', '', '', '', '', 'Narayan Adhikary', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', '', '2024-11-01 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(801, '121', '', 129, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', '', '2024-11-12 09:17:44', '', 1, 'DELHI', '0.0.0.0', 1),
(802, '121', '129', NULL, '', '10000', '', '10000', '430296929498', 'UPI', '', '', 'TFN/COM/2024/00292', '', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', '', '2024-11-12 09:17:44', '', 1, 'DELHI', '0.0.0.0', 1),
(803, '121', '', 129, '', '', '40000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-11-14 18:30:00', '371', 1, 'DELHI', '0.0.0.0', 1),
(804, '121', '', 129, '', '', '91500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-14 18:30:00', '372', 1, 'DELHI', '0.0.0.0', 1),
(805, '121', '', 129, '', '', '91500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '373', 1, 'DELHI', '0.0.0.0', 1),
(806, '121', '', 129, '', '', '91500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-14 18:30:00', '374', 1, 'DELHI', '0.0.0.0', 1),
(807, '122', '', 130, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Vijay Mahara', '80 Pratap vihar Part 2, Kirari Suleman Nagar', '9', '', '2024-11-12 09:26:48', '', 1, 'DELHI', '0.0.0.0', 1),
(808, '122', '130', NULL, '', '110351385129', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00293', '', '', '', '', '', 'Vijay Mahara', '80 Pratap vihar Part 2, Kirari Suleman Nagar', '9', '', '2024-11-12 09:26:48', '', 1, 'DELHI', '0.0.0.0', 1),
(809, '122', '', 130, '', '', '99833', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '375', 1, 'DELHI', '0.0.0.0', 1),
(810, '122', '', 130, '', '', '99833', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-14 18:30:00', '376', 1, 'DELHI', '0.0.0.0', 1),
(811, '122', '', 130, '', '', '99834', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-14 18:30:00', '377', 1, 'DELHI', '0.0.0.0', 1),
(812, '106', '114', NULL, '', '92425957630147', '', '78625', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00294', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-09-14 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(813, '106', '114', NULL, '', '466607469744', '', '78625', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00295', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-10-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(814, '108', '116', NULL, '', '809165341696', '', '85363', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00296', '', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '', '2024-10-23 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(815, '94', '102', NULL, '', '', '', '74875', '2nd installment', 'Cash', '', '', 'TFN/COM/2024/00297', '', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', '', '2024-10-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(816, '87', '95', NULL, '', '428254733572', '', '62000', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00298', '', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '', '2024-10-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(817, '87', '95', NULL, '', '428580403584', '', '62000', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00299', '', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '', '2024-10-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(818, '85', '93', NULL, '', '', '', '95433', '2nd installment', 'Cash', '', '', 'TFN/COM/2024/00300', '', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', '', '2024-11-09 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(819, '81', '89', NULL, '', '468344143546', '', '91500', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00301', '', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '', '2024-11-11 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(820, '99', '107', NULL, '', '43040331569214', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00302', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', '', '2024-10-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(821, '107', '115', NULL, '', '467687641489', '', '112700', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00303', '', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', '', '2024-11-04 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(822, '105', '113', NULL, '', '429773729412', '', '91500', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00304', '', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '', '2024-10-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(823, '102', '110', NULL, '', '467514358020', '', '50000', 'installment', 'UPI', '', '', 'TFN/COM/2024/00305', '', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', '', '2024-11-03 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(824, '62', '70', NULL, '', '465136218988', '', '87250', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00306', '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', '', '2024-10-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(825, '62', '70', NULL, '', '468256740503', '', '87250', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00307', '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', '', '2024-11-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(826, '65', '73', NULL, '', '', '', '91500', '2nd installment', 'Cash', '', '', 'TFN/COM/2024/00308', '', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '', '2024-11-03 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(827, '98', '106', NULL, '', '080376790427', '', '46500', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00309', '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '', '2024-11-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(828, '123', '', 131, '', '', '5000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Limi Tell', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', '', '2024-12-03 12:25:07', '', 1, 'DELHI', '0.0.0.0', 1),
(829, '123', '131', NULL, '', '470483559653', '', '5000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00310', '', '', '', '', '', 'Limi Tell', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', '', '2024-12-03 12:25:07', '', 1, 'DELHI', '0.0.0.0', 1),
(830, '123', '', 131, '', '', '45000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-05 18:30:00', '378', 1, 'DELHI', '0.0.0.0', 1),
(831, '123', '', 131, '', '', '93466', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '379', 1, 'DELHI', '0.0.0.0', 1),
(832, '123', '', 131, '', '', '93466', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-14 18:30:00', '380', 1, 'DELHI', '0.0.0.0', 1),
(833, '123', '', 131, '', '', '93468', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-14 18:30:00', '381', 1, 'DELHI', '0.0.0.0', 1),
(834, '124', '', 132, '', '', '5000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', '', '2024-12-04 09:15:14', '', 1, 'DELHI', '0.0.0.0', 1),
(835, '124', '132', NULL, '', 'booking amount', '', '5000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00311', '', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', '', '2024-12-04 09:15:14', '', 1, 'DELHI', '0.0.0.0', 1),
(836, '124', '', 132, '', '', '5000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-06 18:30:00', '382', 1, 'DELHI', '0.0.0.0', 1),
(837, '124', '', 132, '', '', '15000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-14 18:30:00', '383', 1, 'DELHI', '0.0.0.0', 1),
(838, '124', '', 132, '', '', '60125', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '384', 1, 'DELHI', '0.0.0.0', 1),
(839, '124', '', 132, '', '', '60125', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-14 18:30:00', '385', 1, 'DELHI', '0.0.0.0', 1),
(840, '124', '', 132, '', '', '60125', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-14 18:30:00', '386', 1, 'DELHI', '0.0.0.0', 1),
(841, '124', '', 132, '', '', '60125', '', '6 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-04-06 18:30:00', '387', 1, 'DELHI', '0.0.0.0', 1),
(842, '67', '75', NULL, '', '286577', '', '99366', '2nd installment', 'UPI', '', '', 'TFN/COM/2024/00312', '', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '', '2024-10-05 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(843, '67', '75', NULL, '', '87306', '', '99368', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00313', '', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '', '2024-11-02 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(844, '121', '129', NULL, '', '431882193492', '', '40000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00314', '', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', '', '2024-11-12 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(845, '125', '', 133, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'bhoomika daga', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', '', '2024-12-16 09:04:20', '', 1, 'DELHI', '0.0.0.0', 1),
(846, '125', '133', NULL, '', 'booking amount', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00315', '', '', '', '', '', 'bhoomika daga', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', '', '2024-12-16 09:04:20', '', 1, 'DELHI', '0.0.0.0', 1),
(847, '125', '', 133, '', '', '65260', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-15 18:30:00', '388', 1, 'DELHI', '0.0.0.0', 1),
(848, '125', '', 133, '', '', '65260', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-13 18:30:00', '389', 1, 'DELHI', '0.0.0.0', 1),
(849, '125', '', 133, '', '', '65260', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-13 18:30:00', '390', 1, 'DELHI', '0.0.0.0', 1),
(850, '125', '', 133, '', '', '65260', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-13 18:30:00', '391', 1, 'DELHI', '0.0.0.0', 1),
(851, '125', '', 133, '', '', '65260', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-04-04 18:30:00', '392', 1, 'DELHI', '0.0.0.0', 1),
(852, '109', '117', NULL, '', '791802409469', '', '100000', 'INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00316', '', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', '', '2024-11-03 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(853, '109', '117', NULL, '', '170076789093', '', '120268', 'FINAL INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00317', '', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', '', '2024-12-15 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(854, '125', '133', NULL, '', '', '', '65620', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00318', '', '', '', '', '', 'bhoomika daga', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', '', '2024-12-15 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(855, '126', '', 134, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'STANZIN IDGHA', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', '', '2024-12-19 10:55:09', '', 1, 'DELHI', '0.0.0.0', 1),
(856, '126', '134', NULL, '', '10000', '', '10000', '472089658268', 'UPI', '', '', 'TFN/COM/2024/00319', '', '', '', '', '', 'STANZIN IDGHA', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', '', '2024-12-19 10:55:09', '', 1, 'DELHI', '0.0.0.0', 1),
(857, '126', '', 134, '', '', '56500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-24 18:30:00', '393', 1, 'DELHI', '0.0.0.0', 1),
(858, '126', '', 134, '', '', '56500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-20 18:30:00', '394', 1, 'DELHI', '0.0.0.0', 1),
(859, '126', '', 134, '', '', '56500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-20 18:30:00', '395', 1, 'DELHI', '0.0.0.0', 1),
(860, '126', '', 134, '', '', '56500', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-20 18:30:00', '396', 1, 'DELHI', '0.0.0.0', 1),
(861, '124', '132', NULL, '', 'booking amount', '', '5000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00320', '', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', '', '2024-12-06 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(862, '106', '114', NULL, '', '435564816596', '', '78625', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00321', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', '', '2024-12-19 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(863, '108', '116', NULL, '', '437250851942', '', '77787', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00322', '', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '', '2024-12-10 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(864, '94', '102', NULL, '', '672761483805', '', '74875', '3rd installment', 'UPI', '', '', 'TFN/COM/2024/00323', '', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', '', '2024-12-13 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(865, '123', '131', NULL, '', '434326299100', '', '45000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00324', '', '', '', '', '', 'Limi Tell', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', '', '2024-12-07 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(866, '127', '', 135, '', '', '50000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Falguni Singh', 'A/11, Adarsh Nagar, Najibabad, District- Bijnor, Uttar Pradesh, 246763', '34', '', '2024-12-21 09:54:22', '', 1, 'DELHI', '0.0.0.0', 1),
(867, '127', '135', NULL, '', '50000', '', '50000', '434051361135', 'UPI', '', '', 'TFN/COM/2024/00325', '', '', '', '', '', 'Falguni Singh', 'A/11, Adarsh Nagar, Najibabad, District- Bijnor, Uttar Pradesh, 246763', '34', '', '2024-12-21 09:54:22', '', 1, 'DELHI', '0.0.0.0', 1),
(868, '127', '', 135, '', '', '68625', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-22 18:30:00', '397', 1, 'DELHI', '0.0.0.0', 1),
(869, '127', '', 135, '', '', '68625', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-22 18:30:00', '398', 1, 'DELHI', '0.0.0.0', 1),
(870, '127', '', 135, '', '', '68625', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-22 18:30:00', '399', 1, 'DELHI', '0.0.0.0', 1),
(871, '127', '', 135, '', '', '68625', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-22 18:30:00', '400', 1, 'DELHI', '0.0.0.0', 1),
(872, '121', '129', NULL, '', '8439', '', '91500', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00326', '', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', '', '2024-12-15 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(873, '128', '', 136, '', '', '15000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Diksha singh', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', '', '2024-12-23 11:20:17', '', 1, 'DELHI', '0.0.0.0', 1),
(874, '128', '136', NULL, '', 'BOOKING AMOUNT', '', '15000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00327', '', '', '', '', '', 'Diksha singh', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', '', '2024-12-23 11:20:17', '', 1, 'DELHI', '0.0.0.0', 1),
(875, '128', '', 136, '', '', '10000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-26 18:30:00', '401', 1, 'DELHI', '0.0.0.0', 1),
(876, '128', '', 136, '', '', '74875', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '402', 1, 'DELHI', '0.0.0.0', 1),
(877, '128', '', 136, '', '', '74875', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-14 18:30:00', '403', 1, 'DELHI', '0.0.0.0', 1),
(878, '128', '', 136, '', '', '74875', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-14 18:30:00', '404', 1, 'DELHI', '0.0.0.0', 1),
(879, '128', '', 136, '', '', '74875', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-04-09 18:30:00', '405', 1, 'DELHI', '0.0.0.0', 1),
(880, '124', '132', NULL, '', '6286', '', '15000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00328', '', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', '', '2024-12-20 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(881, '129', '', 137, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Aquib hussain', 'House no D14 street no 36 Mahendra park adarsh nagar delhi', '9', '', '2024-12-26 09:31:39', '', 1, 'DELHI', '0.0.0.0', 1),
(882, '129', '137', NULL, '', '10000', '', '10000', '774859995280', 'UPI', '', '', 'TFN/COM/2024/00329', '', '', '', '', '', 'Aquib hussain', 'House no D14 street no 36 Mahendra park adarsh nagar delhi', '9', '', '2024-12-26 09:31:39', '', 1, 'DELHI', '0.0.0.0', 1),
(883, '129', '', 137, '', '', '314500', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-04 18:30:00', '406', 1, 'DELHI', '0.0.0.0', 1),
(884, '130', '', 138, '', '', '5000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Muskan Periwal', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', '', '2024-12-26 09:38:57', '', 1, 'DELHI', '0.0.0.0', 1),
(885, '130', '138', NULL, '', '5000', '', '5000', '170076789093', 'UPI', '', '', 'TFN/COM/2024/00330', '', '', '', '', '', 'Muskan Periwal', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', '', '2024-12-26 09:38:57', '', 1, 'DELHI', '0.0.0.0', 1),
(886, '130', '', 138, '', '', '20000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-30 18:30:00', '407', 1, 'DELHI', '0.0.0.0', 1),
(887, '130', '', 138, '', '', '112500', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-09 18:30:00', '408', 1, 'DELHI', '0.0.0.0', 1),
(888, '130', '', 138, '', '', '112500', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-09 18:30:00', '409', 1, 'DELHI', '0.0.0.0', 1),
(889, '131', '', 139, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Muskan Gurung', '108, village P.O Mothrowala,  Dehradun', '33', '', '2024-12-26 10:09:00', '', 1, 'DELHI', '0.0.0.0', 1),
(890, '131', '139', NULL, '', '10000', '', '10000', '435195464204', 'UPI', '', '', 'TFN/COM/2024/00331', '', '', '', '', '', 'Muskan Gurung', '108, village P.O Mothrowala,  Dehradun', '33', '', '2024-12-26 10:09:00', '', 1, 'DELHI', '0.0.0.0', 1),
(891, '131', '', 139, '', '', '157250', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-28 18:30:00', '410', 1, 'DELHI', '0.0.0.0', 1),
(892, '131', '', 139, '', '', '157250', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-26 18:30:00', '411', 1, 'DELHI', '0.0.0.0', 1),
(893, '132', '', 140, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Smita Biswas', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', '', '2024-12-26 11:36:24', '', 1, 'DELHI', '0.0.0.0', 1),
(894, '132', '140', NULL, '', '72900', '', '10000', '4653406821', 'Card', '', '', 'TFN/COM/2024/00332', '', '', '', '', '', 'Smita Biswas', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', '', '2024-12-26 11:36:24', '', 1, 'DELHI', '0.0.0.0', 1),
(895, '132', '', 140, '', '', '62900', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-22 18:30:00', '412', 1, 'DELHI', '0.0.0.0', 1),
(896, '132', '', 140, '', '', '62900', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-20 18:30:00', '413', 1, 'DELHI', '0.0.0.0', 1),
(897, '132', '', 140, '', '', '62900', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-20 18:30:00', '414', 1, 'DELHI', '0.0.0.0', 1),
(898, '132', '', 140, '', '', '62900', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-20 18:30:00', '415', 1, 'DELHI', '0.0.0.0', 1),
(899, '132', '', 140, '', '', '62900', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-04-14 18:30:00', '416', 1, 'DELHI', '0.0.0.0', 1),
(900, '132', '140', NULL, '', '4653406821', '', '62900', '1st installment', 'UPI', '', '', 'TFN/COM/2024/00333', '', '', '', '', '', 'Smita Biswas', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', '', '2024-12-22 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(901, '133', '', 141, '', '', '10000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Ruksana Parveen', '1-125X, Near Jayalaxmi Parking, Matadangadi, Udyavara Village, Karnataka-574118', '18', '', '2024-12-30 08:42:35', '', 1, 'DELHI', '0.0.0.0', 1),
(902, '133', '141', NULL, '', '279020804832', '', '10000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00334', '', '', '', '', '', 'Ruksana Parveen', '1-125X, Near Jayalaxmi Parking, Matadangadi, Udyavara Village, Karnataka-574118', '18', '', '2024-12-30 08:42:35', '', 1, 'DELHI', '0.0.0.0', 1),
(903, '133', '', 141, '', '', '78625', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2024-12-27 18:30:00', '417', 1, 'DELHI', '0.0.0.0', 1),
(904, '133', '', 141, '', '', '78625', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-25 18:30:00', '418', 1, 'DELHI', '0.0.0.0', 1),
(905, '133', '', 141, '', '', '78625', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-25 18:30:00', '419', 1, 'DELHI', '0.0.0.0', 1),
(906, '133', '', 141, '', '', '78625', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-25 18:30:00', '420', 1, 'DELHI', '0.0.0.0', 1),
(907, '134', '', 142, '', '', '25000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Preeti Singh', 'paras bihar colony, after D.M. residence, bajoria road, saharanpur', '34', '', '2024-12-31 06:22:44', '', 1, 'DELHI', '0.0.0.0', 1),
(908, '134', '142', NULL, '', 'booking amount', '', '25000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00335', '', '', '', '', '', 'Preeti Singh', 'paras bihar colony, after D.M. residence, bajoria road, saharanpur', '34', '', '2024-12-31 06:22:44', '', 1, 'DELHI', '0.0.0.0', 1),
(909, '134', '', 142, '', '', '29033', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-24 18:30:00', '421', 1, 'DELHI', '0.0.0.0', 1),
(910, '134', '', 142, '', '', '29033', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-24 18:30:00', '422', 1, 'DELHI', '0.0.0.0', 1),
(911, '134', '', 142, '', '', '29034', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-14 18:30:00', '423', 1, 'DELHI', '0.0.0.0', 1),
(912, '135', '', 143, '', '', '15000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'OSWINE RONGMEI', 'Lower Mawprem Bharati bhawan opposite hindu mission krishna mandir Shillong meghalaya - 793002', '20', '', '2025-01-03 05:16:37', '', 1, 'DELHI', '0.0.0.0', 1),
(913, '135', '143', NULL, '', '500256425675', '', '15000', 'booking amount', 'UPI', '', '', 'TFN/COM/2024/00336', '', '', '', '', '', 'OSWINE RONGMEI', 'Lower Mawprem Bharati bhawan opposite hindu mission krishna mandir Shillong meghalaya - 793002', '20', '', '2025-01-03 05:16:37', '', 1, 'DELHI', '0.0.0.0', 1),
(914, '135', '', 143, '', '', '35000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-14 18:30:00', '424', 1, 'DELHI', '0.0.0.0', 1),
(915, '135', '', 143, '', '', '71575', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-04-09 18:30:00', '425', 1, 'DELHI', '0.0.0.0', 1),
(916, '135', '', 143, '', '', '71575', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-05-09 18:30:00', '426', 1, 'DELHI', '0.0.0.0', 1),
(917, '135', '', 143, '', '', '71575', '', '4 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-06-09 18:30:00', '427', 1, 'DELHI', '0.0.0.0', 1),
(918, '135', '', 143, '', '', '71575', '', '5 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-07-09 18:30:00', '428', 1, 'DELHI', '0.0.0.0', 1),
(919, '130', '138', NULL, '', '436512240123', '', '20000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00337', '', '', '', '', '', 'Muskan Periwal', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', '', '2024-12-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(920, '126', '134', NULL, '', '436250289240', '', '56500', '1ST INSTALLMENT', 'UPI', '', '', 'TFN/COM/2024/00338', '', '', '', '', '', 'STANZIN IDGHA', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', '', '2024-12-26 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(921, '128', '136', NULL, '', '897106901155', '', '10000', 'BOOKING AMOUNT', 'UPI', '', '', 'TFN/COM/2024/00339', '', '', '', '', '', 'Diksha singh', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', '', '2024-12-25 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(922, '115', '123', NULL, '', '', '', '91500', '1ST INSTALLMENT', 'Cash', '', '', 'TFN/COM/2024/00340', '', '', '', '', '', 'Sneha Taneja', 'C-4 Raja Garden ,', '9', '', '2024-12-29 18:30:00', '', 1, 'DELHI', '0.0.0.0', 1),
(923, '136', '', 144, '', '', '100000', '', 'Invoice generated', '', '', '', '', '', '', '', '', '', 'Vinay', 'New Ashok Nagar Delhi 110091', '9', '', '2025-01-21 06:51:51', '', 1, 'NOIDA', '0.0.0.0', 1),
(924, '136', '144', NULL, '', '', '', '100000', 'Cash', 'Cash', '', '', 'TFN/COM/2024/00341', '', '', '', '', '', 'Vinay', 'New Ashok Nagar Delhi 110091', '9', '', '2025-01-21 06:51:51', '', 1, 'NOIDA', '0.0.0.0', 1),
(925, '136', '', 144, '', '', '250000', '', '1 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-01-30 18:30:00', '429', 1, 'NOIDA', '0.0.0.0', 1),
(926, '136', '', 144, '', '', '26000', '', '2 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-02-27 18:30:00', '430', 1, 'NOIDA', '0.0.0.0', 1),
(927, '136', '', 144, '', '', '43490', '', '3 Installment', '', '', '', '', '', '', '', '', '', '', '', '', '', '2025-03-27 18:30:00', '431', 1, 'NOIDA', '0.0.0.0', 1),
(928, '136', '144', NULL, 'TFN/COM/2024/00341', '', '', '100000', 'aa(Adjustment Entry)', '', '', '', '', '2025-01-21 12:26:04', '', '', '', '', '', '', '', '', '2025-01-21 06:56:04', '', 2, 'NOIDA', '::1', 1),
(929, '136', '', 144, '', '', '100000', '', 'Invoice generated (Adjustment Entry)', '', '', '', 'TFN/COM/2024/00342', '2025-01-21 12:26:36', '312312312312333', 'asd sdasd c', 'kasjkd asklklasd asklklasd', '34', '', '', '', '', '2025-01-21 06:56:36', '', 2, 'NOIDA', '0.0.0.0', 1);

-- --------------------------------------------------------

--
-- Table structure for table `tn_course`
--

CREATE TABLE `tn_course` (
  `id` int(11) NOT NULL,
  `courseName` varchar(255) NOT NULL,
  `courseDescription` text NOT NULL,
  `coursePrice` varchar(255) NOT NULL,
  `weekendDuration` varchar(255) NOT NULL,
  `weekDuration` varchar(255) NOT NULL,
  `courseType` enum('Certificate','Diploma','Short Term') NOT NULL,
  `isActive` tinyint(4) NOT NULL DEFAULT 1,
  `isTime` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_course`
--

INSERT INTO `tn_course` (`id`, `courseName`, `courseDescription`, `coursePrice`, `weekendDuration`, `weekDuration`, `courseType`, `isActive`, `isTime`) VALUES
(1, 'The Complete Baker's and Pastry Arts Diploma  (Eggless)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Complete Artisanal Bread Baker's Course</li> \n<li>Professional Baking for Cafe Owners Master Course (done in Group)</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Chocolate Artistry & Confectionary Mastercourse (done in Group)</li> \n<li>High Tea,Cold Set Desserts and Viennoiseries (done in group)</li> \n<li>Classic French Desserts and Macaron (done in group)</li> \n<li>Entremèt, Classic & Modern Gateau (done in group)</li> \n<li>The Art of Plating Desserts and Gelato Making (done in group)</li> \n<li>Costing and Menu Planning</li> \n<li>Marketing and Staffing Session</li> \n<li>Food Photography Session</li> \n</ol> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(8 months total: 5 months training + 3 months internship)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>(9 months total: 6 months training + 3 months internship)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><br /><br /></p>', '325500', '9 months total: 6 months training + 3 months internship', '8 months total: 5 months training + 3 months internship', 'Diploma', 1, '2024-01-22 09:50:56'),
(2, 'The Complete Baker's and Pastry Arts Diploma (Egg)', '<ol> \n<li> \n<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Complete Artisanal Bread Baker's Course</li> \n<li>Professional Baking for Cafe Owners Master Course (done in Group)</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Chocolate Artistry & Confectionary Mastercourse (done in Group)</li> \n<li>High Tea,Cold Set Desserts and Viennoiseries (done in group)</li> \n<li>Classic French Desserts and Macaron (done in group)</li> \n<li>Entremèt, Classic & Modern Gateau (done in group)</li> \n<li>The Art of Plating Desserts and Gelato Making (done in group)</li> \n<li>Costing and Menu Planning</li> \n<li>Marketing and Staffing Session</li> \n<li>Food Photography Session</li> \n</ol> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(8 months total: 5 months training + 3 months internship)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>(9 months total: 6 months training + 3 months internship)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table> \n</li> \n</ol>', '325500', '9 months total: 6 months training + 3 months internship', '8 months total: 5 months training + 3 months internship', 'Diploma', 1, '2024-01-22 10:02:11'),
(3, 'Complete Baker’s Diploma with Chef Instructor's Program (Eggless)', '<p>Foundational Class</p> \n<p>The Art of Cookie Making Masterclass</p> \n<p>Couture Pies and Tarts Masterclass</p> \n<p>Cupcakes & Muffins Masterclass</p> \n<p>Celebration Cakes Mastercourse</p> \n<p>Complete Artisanal Bread Baker's Course</p> \n<p>Professional Baking for Cafe Owners Master Course (done in Group)</p> \n<p>Travel Cakes Masterclass</p> \n<p>Fondant Sugarcraft Masterclass</p> \n<p>Chocolate Artistry & Confectionary Mastercourse (done in Group)</p> \n<p>High Tea,Cold Set Desserts and Viennoiseries (done in group)</p> \n<p>Classic French Desserts and Macaron (done in group)</p> \n<p>Entremèt, Classic & Modern Gateau (done in group)</p> \n<p>The Art of Plating Desserts and Gelato Making (done in group)</p> \n<p>Costing and Menu Planning</p> \n<p>Marketing and Staffing Session</p> \n<p>Food Photography Session</p> \n<p>Week 1: Introduction To General Physical Preparedness</p> \n<p>Week 2: Deep Understanding on Essential Baking Ingredients</p> \n<p>Week 3: How to Deliver Effective Lectures</p> \n<p>Week 4: How to Demonstrate various baking techniques</p> \n<p>Week 5: Mastering Breads, Chocolate Tempering & Classroom Management</p> \n<p>Week 6: Frosting Fundamentals, Piping Techniques & Marketing your Academy</p> \n<p>Week 7: Curriculum Design, Workflows, and Costing Essentials</p> \n<p>Week 8: In-Class Training & Live Session Delivery</p> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>( 10 months total: 5 months training+ 3 months internship + 2 months Chef training)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>( 11 months total: 6 months training+ 3 months internship + 2 months Chef training)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table>', '390500', '11 months total: 6 months training+ 3 months internship + 2 months Chef training', '10 months total: 5 months training+ 3 months internship + 2 months Chef training', 'Diploma', 1, '2024-01-22 10:05:54'),
(4, 'Complete Baker’s Diploma with Chef Instructor's Program (Egg)', '<p>Foundational Class</p> \n<p>The Art of Cookie Making Masterclass</p> \n<p>Couture Pies and Tarts Masterclass</p> \n<p>Cupcakes & Muffins Masterclass</p> \n<p>Celebration Cakes Mastercourse</p> \n<p>Complete Artisanal Bread Baker's Course</p> \n<p>Professional Baking for Cafe Owners Master Course (done in Group)</p> \n<p>Travel Cakes Masterclass</p> \n<p>Fondant Sugarcraft Masterclass</p> \n<p>Chocolate Artistry & Confectionary Mastercourse (done in Group)</p> \n<p>High Tea,Cold Set Desserts and Viennoiseries (done in group)</p> \n<p>Classic French Desserts and Macaron (done in group)</p> \n<p>Entremèt, Classic & Modern Gateau (done in group)</p> \n<p>The Art of Plating Desserts and Gelato Making (done in group)</p> \n<p>Costing and Menu Planning</p> \n<p>Marketing and Staffing Session</p> \n<p>Food Photography Session</p> \n<p>Week 1: Introduction To General Physical Preparedness</p> \n<p>Week 2: Deep Understanding on Essential Baking Ingredients</p> \n<p>Week 3: How to Deliver Effective Lectures</p> \n<p>Week 4: How to Demonstrate various baking techniques</p> \n<p>Week 5: Mastering Breads, Chocolate Tempering & Classroom Management</p> \n<p>Week 6: Frosting Fundamentals, Piping Techniques & Marketing your Academy</p> \n<p>Week 7: Curriculum Design, Workflows, and Costing Essentials</p> \n<p>Week 8: In-Class Training & Live Session Delivery</p> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>( 10 months total: 5 months training+ 3 months internship + 2 months Chef training)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>( 11 months total: 6 months training+ 3 months internship + 2 months Chef training)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table>', '364500', '11 months total: 6 months training+ 3 months internship + 2 months Chef training', '10 months total: 5 months training+ 3 months internship + 2 months Chef training', 'Diploma', 1, '2024-01-22 10:08:12'),
(5, 'Trufflenation Baker's Certification (Eggless)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Complete Artisanal Bread Baker's Course</li> \n<li>Professional Baking for Cafe Owners Master Course (done in Group)</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Chocolate Artistry & Confectionary Mastercourse (done in Group)</li> \n<li>Costing business session</li> \n<li>Menu Planning business session</li> \n</ol> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(4-4.5 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>(4 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><br /><br /></p>', '239500', '4 months', '4-4.5 months', 'Certificate', 1, '2024-01-22 10:11:36'),
(6, 'Trufflenation Baker's Certification (Egg)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Complete Artisanal Bread Baker's Course</li> \n<li>Professional Baking for Cafe Owners Master Course (done in Group)</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Chocolate Artistry & Confectionary Mastercourse (done in Group)</li> \n<li>Costing business session</li> \n<li>Menu Planning business session</li> \n</ol> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(4-4.5 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>(4 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><br /><br /></p>', '229500', '4 months', '4-4.5 months', 'Certificate', 1, '2024-01-22 10:12:13'),
(7, 'Truffle Nation Baker's Essentials (Eggless)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Costing business session</li> \n</ol> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>( 2 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>( 2- 2.5 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><br /><br /></p>', '180000', '2- 2.5 months', '2 months', 'Certificate', 1, '2024-01-22 10:14:04'),
(8, 'Truffle Nation Baker's Essentials (Egg)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Costing business session</li> \n</ol> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>( 2 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table> \n<p><strong><u> </u></strong></p> \n<p><strong><u> </u></strong></p> \n<p><strong>( 2- 2.5 months)</strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p>Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -4:30pm</p> \n</td> \n<td width="82"> \n<p>Sat - Sun</p> \n</td> \n</tr> \n</tbody> \n</table>', '169000', '2- 2.5 months', '2 months', 'Certificate', 1, '2024-01-22 10:16:52'),
(9, 'Truffle Nation's International Bakers Diploma Course (Eggless)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Complete Artisanal Bread Baker's Course</li> \n<li>Professional Baking for Cafe Owners Master Course (done in Group)</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Chocolate Artistry & Confectionary Mastercourse (done in Group)</li> \n<li>High Tea,Cold Set Desserts and Viennoiseries (done in group)</li> \n<li>Classic French Desserts and Macaron (done in group)</li> \n<li>Entremèt, Classic & Modern Gateau (done in group)</li> \n<li>The Art of Plating Desserts and Gelato Making (done in group)</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(8 months total: 5 months training + 3 months internship)</strong></p> \n<p><strong> </strong></p> \n<p><strong> </strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p><strong>Diploma and Certifications:</strong></p> \n</td> \n<td width="244"> \n<p>UK Diploma by London Academy of Professional Training</p> \n</td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> \n<p>Truffle Nation's Certificate of Excellence in Bakery Arts</p> \n</td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> \n<p>Truffle Nation's Certificate of Excellence in Pastry Arts</p> \n</td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> </td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> </td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> </td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table>', '325500', '8 months total: 5 months training + 3 months internship', '8 months total: 5 months training + 3 months internship', 'Diploma', 1, '2024-01-22 10:23:29'),
(10, 'Truffle Nation's International Bakers Diploma Course (Egg)', '<ol> \n<li>Foundational Class</li> \n<li>The Art of Cookie Making Masterclass</li> \n<li>Couture Pies and Tarts Masterclass</li> \n<li>Cupcakes & Muffins Masterclass</li> \n<li>Celebration Cakes Mastercourse</li> \n<li>Complete Artisanal Bread Baker's Course</li> \n<li>Professional Baking for Cafe Owners Master Course (done in Group)</li> \n<li>Travel Cakes Masterclass</li> \n<li>Fondant Sugarcraft Masterclass</li> \n<li>Chocolate Artistry & Confectionary Mastercourse (done in Group)</li> \n<li>High Tea,Cold Set Desserts and Viennoiseries (done in group)</li> \n<li>Classic French Desserts and Macaron (done in group)</li> \n<li>Entremèt, Classic & Modern Gateau (done in group)</li> \n<li>The Art of Plating Desserts and Gelato Making (done in group)</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(8 months total: 5 months training + 3 months internship)</strong></p> \n<p><strong> </strong></p> \n<p><strong> </strong></p> \n<table width="0"> \n<tbody> \n<tr> \n<td width="156"> \n<p><strong>Diploma and Certifications:</strong></p> \n</td> \n<td width="244"> \n<p>UK Diploma by London Academy of Professional Training</p> \n</td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> \n<p>Truffle Nation's Certificate of Excellence in Bakery Arts</p> \n</td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> \n<p>Truffle Nation's Certificate of Excellence in Pastry Arts</p> \n</td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> </td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> </td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> </td> \n<td width="244"> </td> \n<td width="101"> </td> \n</tr> \n<tr> \n<td width="156"> \n<p>Morning Batch</p> \n</td> \n<td width="244"> \n<p>9:30am -12:30pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n<tr> \n<td width="156"> \n<p>Afternoon Batch</p> \n</td> \n<td width="244"> \n<p>2:00pm -5:00pm</p> \n</td> \n<td width="101"> \n<p>Mon - Fri</p> \n</td> \n</tr> \n</tbody> \n</table>', '295500', '8 months total: 5 months training + 3 months internship', '8 months total: 5 months training + 3 months internship', 'Diploma', 1, '2024-01-22 10:24:08'),
(11, 'Truffle Nation's Certified Chef Instructors Training Program (Only Existing Students)', '<p>Week 1: Introduction To General Physical Preparedness</p> \n<p>Week 2: Deep Understanding on Essential Baking Ingredients</p> \n<p>Week 3: How to Deliver Effective Lectures</p> \n<p>Week 4: How to Demonstrate various baking techniques</p> \n<p>Week 5: Mastering Breads, Chocolate Tempering & Classroom Management</p> \n<p>Week 6: Frosting Fundamentals, Piping Techniques & Marketing your Academy</p> \n<p>Week 7: Curriculum Design, Workflows, and Costing Essentials</p> \n<p>Week 8: In-Class Training & Live Session Delivery</p> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(8 weeks program)</strong></p>', '65000', '8 weeks program', '8 weeks program', 'Certificate', 1, '2024-01-22 10:32:13'),
(12, 'Truffle Nation's Certified Chef Instructors Training Program', '<p>Week 1: Introduction To General Physical Preparedness</p> \n<p>Week 2: Deep Understanding on Essential Baking Ingredients</p> \n<p>Week 3: How to Deliver Effective Lectures</p> \n<p>Week 4: How to Demonstrate various baking techniques</p> \n<p>Week 5: Mastering Breads, Chocolate Tempering & Classroom Management</p> \n<p>Week 6: Frosting Fundamentals, Piping Techniques & Marketing your Academy</p> \n<p>Week 7: Curriculum Design, Workflows, and Costing Essentials</p> \n<p>Week 8: In-Class Training & Live Session Delivery</p> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(8 weeks program)</strong></p>', '125000', '8 weeks program', '8 weeks program', 'Certificate', 1, '2024-01-22 10:32:47'),
(13, 'The Art Of Cookie Making Mastercourse', '<ol> \n<li>Cake Rusk</li> \n<li>Oatmeal Cookie</li> \n<li>Wholewheat</li> \n<li>Ajwain Cookie</li> \n<li>Biscotti</li> \n<li>Hollandaise</li> \n<li>Cashew and Pistachio Cookie</li> \n<li>Chocolate and walnut Cookie</li> \n<li>Herbs shortbread Cookie</li> \n<li>Coconut And Jam Cookie</li> \n<li>Centre filled Choco Chip Cookie</li> \n</ol> \n<p><strong><u>Theory topics covered :</u></strong></p> \n<ol> \n<li>Different textures of cookies</li> \n<li>Methods of cookie making</li> \n<li>Types of cookies</li> \n<li>Faults in cookie making</li> \n<li>All about creaming</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(4 Days)</strong></p>', '24000', '4 Days', '4 Days', 'Certificate', 1, '2024-01-22 10:35:44'),
(14, 'Pies and Tarts Mastercourse', '<ol> \n<li>Apple Pie</li> \n<li>Potato and Cheese Pie</li> \n<li>Lemon Tart</li> \n<li>Fruit Custard Tart</li> \n<li>Chocolate Tart</li> \n<li>Blitz</li> \n</ol> \n<p><strong><u>Theory topics covered :</u></strong></p> \n<ol> \n<li>Different Types of Pastries</li> \n<li>Methods of cookie making</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(4 Days)</strong></p>', '25000', '4 Days', '4 Days', 'Certificate', 1, '2024-01-22 10:36:30'),
(15, 'Cupcakes and Muffins Master Course', '<ol> \n<li>Carrot Muffins</li> \n<li>Belgian Chocolate Muffins</li> \n<li>Banana oats Muffins</li> \n<li>Pineapple Cupcakes</li> \n<li>Chocolate Almond Cupcake</li> \n<li>Red Velvet Cupcake</li> \n<li>Cookie and cream Cupcakes</li> \n<li>Themed Fondant Cupcake</li> \n<li>Theory topics covered -</li> \n<li>Understanding Cupcakes and Muffins</li> \n<li>Types of Faults in Cupcakes and Muffins</li> \n<li>Tips for Cost Reduction</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(5 Days)</strong></p>', '25000', '5 Days', '5 Days', 'Certificate', 1, '2024-01-22 12:14:31'),
(16, 'Travel Cakes Mastercourse', '<ol> \n<li>Christmas Cake</li> \n<li>Mawa Cake</li> \n<li>Chocolate Pound Cake</li> \n<li>Sugarfree Dates And Walnuts Cake</li> \n<li>Fruit And Nut Cake</li> \n<li>Wholewheat orange and fig Upside Down Cake</li> \n<li>Pumpkin Cake</li> \n<li>Financier</li> \n<li>Theory topics covered -</li> \n<li>Understanding the History of Travel Cakes</li> \n<li>Types of Butter</li> \n<li>Textures of Butter</li> \n<li>Importance of Mixing</li> \n<li>Understanding Sugar</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(4 Days)</strong></p>', '35000', '4 Days', '4 Days', 'Certificate', 1, '2024-01-22 12:16:09'),
(17, 'Celebration Cakes Mastercourse', '<ol> \n<li>Chocolate walnut cake</li> \n<li>Red velvet cake</li> \n<li>Opera cake</li> \n<li>All American chocolate cake with mirror glaze</li> \n<li>Apple cheesecake</li> \n<li>3d carving cake</li> \n<li>3 tier chandelier cake (made in group)</li> \n<li>Fruit cake</li> \n</ol> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(13 Days)</strong></p>', '64999', '13 Days', '13 Days', 'Certificate', 1, '2024-01-22 12:19:12'),
(18, 'Artisanal Bread Baking Mastercourse', '<ol> \n<li>White/Milk Bread</li> \n<li>Multigrain Buns</li> \n<li>Korean garlic Buns</li> \n<li>Doughnuts/Maritozzi buns</li> \n<li>Cinnamon Rolls</li> \n<li>Pide bread</li> \n<li>Pull Apart Bread</li> \n<li>Honey And Oats Loaf</li> \n<li>Brioche</li> \n<li>Sourdough</li> \n<li>Baguette</li> \n<li>Foccacia</li> \n</ol> \n<p> </p> \n<p><span style="text-decoration: underline;"><strong>Course Duration:</strong></span></p> \n<p><strong>(8 Days)</strong></p>', '35000', '8 Days', '8 Days', 'Certificate', 1, '2024-01-23 06:41:20'),
(19, 'Chocolate Artistry & Confectionery Mastercourse', '<ol> \n<li>Caramelised white chocolate Bar</li> \n<li>Pistachio Caramel Bar</li> \n<li>Pina Colada Bar</li> \n<li>Chocolate Custard Bar</li> \n<li>Milk Rochers</li> \n<li>Orange Truffle</li> \n<li>Raffaello</li> \n<li>Brownie Squares</li> \n<li>Millionaire’s shortbread</li> \n<li>Brandy snaps</li> \n<li>Colored chocolate Bonbons</li> \n<li>Marshmallow fluff bites</li> \n<li>Chocolate Spread</li> \n<li>Mousse cups</li> \n<li>Brandy snaps</li> \n<li>Chocolate making</li> \n<li>Chocolate Sculpture</li> \n</ol> \n<p> </p> \n<p><strong>(GROUP MODULE)</strong></p> \n<p><strong> </strong></p> \n<p><strong><u>Course Duration:</u></strong></p> \n<p><strong>(9 Days)</strong></p>', '44999', '9 Days', '9 Days', 'Certificate', 1, '2024-01-23 06:43:22'),
(20, 'Professional Baking For Cafeowners Mastercourse', '<ol> \n<li>Belgian Waffles</li> \n<li>Molten Choco-lava Cake</li> \n<li>Cold Set Cheesecake</li> \n<li>Puff Pastry</li> \n<li>Caramel Brownie</li> \n<li>Biscoff Brownie</li> \n<li>Key Lime Pastry</li> \n<li>Chocolate Hazelnut Pastry</li> \n<li>Choco-brownie Shake</li> \n<li>Mix Berry Shake</li> \n<li>Sunset Mocktal</li> \n<li>Virgin Mojito</li> \n<li>Asian bao</li> \n<li>Cigar Rolls</li> \n<li>Cheese Fritters</li> \n<li>Salsa, sour cream, grilled pineapple, fajita</li> \n<li>Penne Arrabbiata</li> \n<li>White Sauce Pasta</li> \n<li>Cheese Burst Pizza</li> \n<li>Neapolitan Pizza</li> \n<li>Pita Bread</li> \n<li>2 Types Of Hummus</li> \n<li>Falafel</li> \n<li>Tzatiziki Dip</li> \n<li>Baba Ghanoush</li> \n<li>Tacos</li> \n<li>Nachos</li> \n<li>Burrito</li> \n<li>Mexican Rice</li> \n<li>Quesadilla</li> \n<li>Paneer Tikka On Baguette</li> \n<li>Bombay Club Sandwich</li> \n<li>Swiss roll</li> \n</ol> \n<p><strong><u>Course Duration :</u></strong></p> \n<p><strong>(10 Days)</strong></p>', '65000', '10 Days', '10 Days', 'Certificate', 1, '2024-01-23 06:53:28'),
(21, 'European Pastry Arts Certification Course', '<p>Always wanted to bake like the french? We have made that<br />easy for you with our 1 month European Pastry Arts course.<br />From classic french bakes like choux, mandaliens, creme<br />brulee to entremet and plated desserts.<br />This course has been divided into 4 weeks each dedicated to<br />a different category for you to master.</p> \n<p><br />1.Sacher torte (glutenfree)<br />2. Tart(glutenfree)<br />3. Petit Gateau (vegan)<br />4.Coconut and chocolate cookie (sugarfree)<br />5.Peanut butter tea cake (sugarfree)<br />6.Blueberry Eclair<br />7.Tiramisu Eclair<br />8.Caramelised White Chocolate Paris Brest<br />9. Banoffee Profiterole<br />10.Creme Brulee Religieuse<br />11.Blueberry Lemon macaron<br />12.Apple Macaron<br />13.Peanut and chocolate macaron<br />14.Chocolate Raspberry Entremet<br />15. Strawberry and Banana Entremet<br />16.Chocolate Petit Gateau<br />17.Raspberry and Basil Petit gateau<br />18.Rose and Pomegranate Mille Feuille<br />19.Savoury Pithivier<br />20. Kulfi Faluda Plated Dessert<br />21.Flower Plated Dessert<br />22.Waffle cones<br />23. Strawberry cream cheese ice cream<br />24.. Chocolate Bar<br />25. Stroopwaffle<br />26. Butterscotch Ice cream<br />27.Chocolate Ice cream<br />28. Vanilla Gelato.<br />29. Croissant Rolls<br />30. Pizza Danish<br />31. Pinwheel Danish<br />32. Cruffins<br />33. Plain Croissants<br />34. Almond Croisssants<br />35.Chocolat</p> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(4 Weeks)</strong></p> \n<p> </p>', '165000', '4 Weeks', '4 Weeks', 'Certificate', 1, '2024-04-15 10:57:02'),
(22, 'Fondant Sugarcraft Mastercourse', '<p>Take your cakes to the next level with our fondant sugar craft<br />master course, in this 6 day course you will be learning<br />foundational as well as advanced fondant techniques.<br />From making a two tier fondant cake to advancing the<br />human figure, we are covering everything you need to<br />become a fondant sugar artist.</p> \n<p><br />Here’s what you’ll learn in this course:<br />1)Working with fondant tools<br />2)Human Figure<br />3)Animal Figure<br />4)Flowers – Rose (2 Variants)<br />5)Peony<br />6)Filler Flowers<br />7)Fondant cake</p> \n<p> </p> \n<p><strong><u>Couse Duration:</u></strong></p> \n<p><strong>(7 days)</strong></p>', '35000', '7 Days', '7 Days', 'Certificate', 1, '2024-04-15 11:01:05'),
(23, '6 week pastry program', '', '120000', '6 weeks', '6 weeks', 'Certificate', 1, '2024-12-30 11:04:33');

-- --------------------------------------------------------

--
-- Table structure for table `tn_installments`
--

CREATE TABLE `tn_installments` (
  `id` int(11) NOT NULL,
  `uId` varchar(255) NOT NULL,
  `amount` varchar(255) NOT NULL,
  `dueDate` varchar(255) NOT NULL,
  `orderId` varchar(255) NOT NULL,
  `centrename` varchar(255) NOT NULL,
  `isDated` timestamp NOT NULL DEFAULT current_timestamp(),
  `isActive` tinyint(4) NOT NULL DEFAULT 0,
  `isMail` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_installments`
--

INSERT INTO `tn_installments` (`id`, `uId`, `amount`, `dueDate`, `orderId`, `centrename`, `isDated`, `isActive`, `isMail`) VALUES
(1, '2', '89633', '2023-09-20', '2', 'DELHI', '2024-04-25 08:36:34', 0, 1),
(2, '2', '89633', '2023-10-20', '2', 'DELHI', '2024-04-25 08:36:34', 0, 1),
(3, '2', '89634', '2023-11-20', '2', 'DELHI', '2024-04-25 08:36:34', 0, 1),
(4, '3', '25000', '2023-12-27', '3', 'DELHI', '2024-04-25 08:41:20', 0, 1),
(5, '5', '50000', '2023-12-31', '5', 'DELHI', '2024-04-25 08:48:27', 0, 1),
(6, '5', '56125', '2024-04-05', '5', 'DELHI', '2024-04-25 08:48:27', 0, 1),
(7, '5', '56125', '2024-05-05', '5', 'DELHI', '2024-04-25 08:48:27', 1, 1),
(8, '5', '56125', '2024-06-05', '5', 'DELHI', '2024-04-25 08:48:27', 0, 1),
(9, '5', '56125', '2024-07-05', '5', 'DELHI', '2024-04-25 08:48:27', 0, 1),
(10, '6', '50000', '2024-03-10', '6', 'DELHI', '2024-04-25 08:50:20', 0, 1),
(11, '6', '110000', '2024-04-10', '6', 'DELHI', '2024-04-25 08:50:20', 0, 1),
(12, '6', '110000', '2024-05-10', '6', 'DELHI', '2024-04-25 08:50:20', 0, 1),
(13, '7', '91000', '2024-03-15', '7', 'DELHI', '2024-04-25 08:52:12', 0, 1),
(14, '7', '92000', '2024-04-15', '7', 'DELHI', '2024-04-25 08:52:12', 0, 1),
(15, '7', '92000', '2024-05-15', '7', 'DELHI', '2024-04-25 08:52:12', 0, 1),
(16, '8', '157250', '2024-01-08', '8', 'DELHI', '2024-04-25 08:53:55', 0, 1),
(17, '8', '157250', '2024-02-08', '8', 'DELHI', '2024-04-25 08:53:55', 0, 1),
(18, '9', '93000', '2024-03-25', '9', 'DELHI', '2024-04-25 08:55:36', 0, 1),
(19, '9', '46500', '2024-04-25', '9', 'DELHI', '2024-04-25 08:55:36', 0, 1),
(20, '9', '46500', '2024-05-25', '9', 'DELHI', '2024-04-25 08:55:36', 0, 1),
(21, '10', '112700', '2024-01-15', '10', 'DELHI', '2024-04-25 08:57:25', 0, 1),
(22, '10', '112700', '2024-02-15', '10', 'DELHI', '2024-04-25 08:57:25', 0, 1),
(23, '10', '112700', '2024-03-15', '10', 'DELHI', '2024-04-25 08:57:25', 0, 1),
(24, '11', '143150', '2024-03-26', '11', 'DELHI', '2024-04-25 08:59:02', 0, 1),
(25, '11', '143150', '2024-04-25', '11', 'DELHI', '2024-04-25 08:59:02', 0, 1),
(26, '12', '303410', '2024-03-15', '12', 'DELHI', '2024-04-25 09:00:25', 0, 1),
(27, '13', '95433', '2024-04-03', '13', 'DELHI', '2024-04-25 09:02:14', 0, 1),
(28, '13', '95433', '2024-05-03', '13', 'DELHI', '2024-04-25 09:02:15', 1, 1),
(29, '13', '95434', '2024-06-03', '13', 'DELHI', '2024-04-25 09:02:15', 0, 1),
(30, '14', '81200', '2024-03-10', '14', 'DELHI', '2024-04-25 09:04:15', 0, 1),
(31, '14', '81200', '2024-04-10', '14', 'DELHI', '2024-04-25 09:04:15', 0, 1),
(32, '15', '81200', '2024-03-10', '15', 'DELHI', '2024-04-25 09:05:46', 0, 1),
(33, '15', '81200', '2024-04-10', '15', 'DELHI', '2024-04-25 09:05:46', 0, 1),
(34, '16', '83334', '2024-03-10', '16', 'DELHI', '2024-04-25 09:10:39', 0, 1),
(35, '16', '83334', '2024-04-10', '16', 'DELHI', '2024-04-25 09:10:39', 0, 1),
(36, '16', '73328', '2024-05-10', '16', 'DELHI', '2024-04-25 09:10:39', 0, 1),
(37, '18', '131350', '2024-03-15', '17', 'DELHI', '2024-04-25 09:58:44', 0, 1),
(38, '18', '131350', '2024-04-15', '17', 'DELHI', '2024-04-25 09:58:44', 0, 1),
(39, '19', '58166', '2024-03-05', '18', 'DELHI', '2024-04-25 10:00:49', 0, 1),
(40, '19', '108166', '2024-04-15', '18', 'DELHI', '2024-04-25 10:00:49', 0, 1),
(41, '19', '108168', '2024-05-15', '18', 'DELHI', '2024-04-25 10:00:49', 0, 1),
(42, '20', '91500', '2024-03-10', '19', 'DELHI', '2024-04-25 10:02:17', 0, 1),
(43, '20', '91500', '2024-04-10', '19', 'DELHI', '2024-04-25 10:02:17', 0, 1),
(44, '20', '91500', '2024-05-10', '19', 'DELHI', '2024-04-25 10:02:17', 0, 1),
(45, '21', '72175', '2024-02-27', '20', 'DELHI', '2024-04-25 10:04:10', 0, 1),
(46, '21', '72175', '2024-03-14', '20', 'DELHI', '2024-04-25 10:04:10', 0, 1),
(47, '21', '72175', '2024-04-14', '20', 'DELHI', '2024-04-25 10:04:10', 0, 1),
(48, '21', '72175', '2024-05-14', '20', 'DELHI', '2024-04-25 10:04:10', 0, 1),
(49, '22', '61250', '2024-03-10', '21', 'DELHI', '2024-04-25 10:05:59', 0, 1),
(50, '22', '61250', '2024-04-10', '21', 'DELHI', '2024-04-25 10:05:59', 0, 1),
(51, '22', '61250', '2024-05-10', '21', 'DELHI', '2024-04-25 10:05:59', 0, 1),
(52, '22', '61250', '2024-06-10', '21', 'DELHI', '2024-04-25 10:05:59', 0, 1),
(53, '23', '91000', '2024-03-15', '22', 'DELHI', '2024-04-25 10:11:22', 0, 1),
(54, '23', '92000', '2024-04-15', '22', 'DELHI', '2024-04-25 10:11:22', 0, 1),
(55, '23', '92000', '2024-05-15', '22', 'DELHI', '2024-04-25 10:11:22', 0, 1),
(56, '24', '91500', '2024-03-15', '23', 'DELHI', '2024-04-25 10:12:55', 0, 1),
(57, '24', '91500', '2024-04-26', '23', 'DELHI', '2024-04-25 10:12:55', 1, 1),
(58, '24', '91500', '2024-05-20', '23', 'DELHI', '2024-04-25 10:12:55', 0, 1),
(59, '25', '87566', '2024-03-20', '24', 'DELHI', '2024-04-25 10:17:07', 0, 1),
(60, '25', '87566', '2024-04-20', '24', 'DELHI', '2024-04-25 10:17:07', 0, 1),
(61, '25', '87568', '2024-05-20', '24', 'DELHI', '2024-04-25 10:17:07', 0, 1),
(62, '28', '83500', '2024-03-05', '25', 'DELHI', '2024-04-25 10:22:41', 0, 1),
(63, '28', '83500', '2024-04-15', '25', 'DELHI', '2024-04-25 10:22:41', 0, 1),
(64, '31', '57500', '2024-04-10', '26', 'DELHI', '2024-04-25 10:29:01', 0, 1),
(65, '31', '57500', '2024-05-10', '26', 'DELHI', '2024-04-25 10:29:01', 0, 1),
(66, '31', '57500', '2024-05-30', '26', 'DELHI', '2024-04-25 10:29:01', 0, 1),
(67, '31', '57501', '2024-06-10', '26', 'DELHI', '2024-04-25 10:29:01', 0, 1),
(68, '32', '87567', '2024-03-27', '27', 'DELHI', '2024-04-25 10:31:00', 0, 1),
(69, '32', '87567', '2024-04-15', '27', 'DELHI', '2024-04-25 10:31:00', 0, 1),
(70, '32', '87566', '2024-05-15', '27', 'DELHI', '2024-04-25 10:31:01', 0, 1),
(71, '36', '94233', '2024-04-03', '28', 'DELHI', '2024-04-25 10:42:15', 0, 1),
(72, '36', '94233', '2024-05-03', '28', 'DELHI', '2024-04-25 10:42:15', 1, 1),
(73, '36', '94234', '62024-03-01', '28', 'DELHI', '2024-04-25 10:42:15', 0, 1),
(74, '37', '100000', '2024-04-30', '29', 'DELHI', '2024-04-25 11:16:29', 1, 1),
(75, '37', '200000', '2024-05-15', '29', 'DELHI', '2024-04-25 11:16:29', 1, 1),
(76, '37', '87190', '2024-05-31', '29', 'DELHI', '2024-04-25 11:16:30', 1, 1),
(77, '17', '77500', '2024-04-27', '30', 'DELHI', '2024-04-30 08:07:04', 1, 1),
(78, '35', '153400', '2024-04-29', '31', 'DELHI', '2024-04-30 08:12:13', 0, 1),
(79, '34', '73750', '2024-04-20', '32', 'DELHI', '2024-04-30 08:14:05', 0, 1),
(80, '34', '73750', '2024-05-10', '32', 'DELHI', '2024-04-30 08:14:05', 0, 1),
(81, '34', '73750', '2024-06-10', '32', 'DELHI', '2024-04-30 08:14:05', 0, 1),
(82, '33', '70800', '2024-04-27', '33', 'DELHI', '2024-04-30 08:16:01', 0, 1),
(83, '33', '70800', '2024-05-27', '33', 'DELHI', '2024-04-30 08:16:01', 0, 1),
(84, '29', '78175', '2024-04-18', '34', 'DELHI', '2024-04-30 08:18:06', 0, 1),
(85, '29', '78175', '2024-05-18', '34', 'DELHI', '2024-04-30 08:18:06', 0, 1),
(86, '29', '78175', '2024-06-18', '34', 'DELHI', '2024-04-30 08:18:06', 0, 1),
(87, '27', '84075', '2024-03-15', '35', 'DELHI', '2024-04-30 08:19:56', 0, 1),
(88, '27', '84075', '2024-04-15', '35', 'DELHI', '2024-04-30 08:19:56', 0, 1),
(89, '27', '84075', '2024-05-15', '35', 'DELHI', '2024-04-30 08:19:56', 0, 1),
(90, '26', '84075', '2024-03-27', '36', 'DELHI', '2024-04-30 08:21:28', 0, 1),
(91, '26', '84075', '2024-04-24', '36', 'DELHI', '2024-04-30 08:21:28', 0, 1),
(92, '26', '84075', '2024-05-27', '36', 'DELHI', '2024-04-30 08:21:28', 0, 1),
(93, '30', '78175', '2024-04-27', '37', 'DELHI', '2024-04-30 08:23:23', 0, 1),
(94, '30', '78175', '2024-05-27', '37', 'DELHI', '2024-04-30 08:23:23', 0, 1),
(95, '30', '78175', '2024-06-08', '37', 'DELHI', '2024-04-30 08:23:23', 0, 1),
(96, '36', '94233', '2024-04-03', '38', 'DELHI', '2024-04-30 10:08:54', 0, 1),
(97, '36', '94233', '2024-05-03', '38', 'DELHI', '2024-04-30 10:08:54', 1, 1),
(98, '36', '97233', '2024-06-03', '38', 'DELHI', '2024-04-30 10:08:55', 0, 1),
(99, '36', '17001', '2024-06-10', '38', 'DELHI', '2024-04-30 10:08:55', 0, 1),
(100, '34', '73750', '2024-04-20', '39', 'DELHI', '2024-04-30 10:10:51', 0, 1),
(101, '34', '73750', '2024-05-10', '39', 'DELHI', '2024-04-30 10:10:51', 0, 1),
(102, '34', '73750', '2024-06-10', '39', 'DELHI', '2024-04-30 10:10:51', 0, 1),
(103, '33', '70800', '2024-04-27', '40', 'DELHI', '2024-04-30 10:13:03', 0, 1),
(104, '33', '70800', '2024-05-27', '40', 'DELHI', '2024-04-30 10:13:03', 0, 1),
(105, '30', '78175', '2024-04-27', '41', 'DELHI', '2024-04-30 10:14:26', 0, 1),
(106, '30', '78175', '2024-05-27', '41', 'DELHI', '2024-04-30 10:14:26', 0, 1),
(107, '30', '78175', '2024-06-08', '41', 'DELHI', '2024-04-30 10:14:26', 0, 1),
(108, '29', '78175', '2024-04-18', '42', 'DELHI', '2024-04-30 10:15:57', 0, 1),
(109, '29', '78175', '2024-05-18', '42', 'DELHI', '2024-04-30 10:15:57', 0, 1),
(110, '29', '78175', '2024-06-18', '42', 'DELHI', '2024-04-30 10:15:57', 0, 1),
(111, '24', '91500', '2024-03-15', '43', 'DELHI', '2024-04-30 10:17:34', 0, 1),
(112, '24', '91500', '2024-04-26', '43', 'DELHI', '2024-04-30 10:17:34', 0, 1),
(113, '24', '91500', '2024-05-20', '43', 'DELHI', '2024-04-30 10:17:34', 0, 1),
(114, '17', '77500', '2024-05-27', '44', 'DELHI', '2024-04-30 10:19:18', 0, 1),
(115, '4', '125000', '2024-03-15', '45', 'DELHI', '2024-04-30 10:21:19', 0, 1),
(116, '38', '97400', '2024-05-17', '46', 'DELHI', '2024-05-03 09:42:30', 0, 1),
(117, '38', '97400', '2024-07-13', '46', 'DELHI', '2024-05-03 09:42:30', 0, 1),
(118, '38', '97400', '2024-07-20', '46', 'DELHI', '2024-05-03 09:42:30', 0, 1),
(119, '39', '100000', '2024-06-18', '47', 'DELHI', '2024-05-06 11:23:15', 0, 1),
(120, '39', '56140', '2024-07-10', '47', 'DELHI', '2024-05-06 11:23:15', 0, 1),
(121, '39', '56140', '2024-08-10', '47', 'DELHI', '2024-05-06 11:23:15', 0, 1),
(122, '39', '56140', '2024-09-10', '47', 'DELHI', '2024-05-06 11:23:15', 0, 0),
(123, '39', '56140', '2024-10-10', '47', 'DELHI', '2024-05-06 11:23:15', 0, 0),
(124, '39', '56140', '2024-11-10', '47', 'DELHI', '2024-05-06 11:23:15', 0, 0),
(125, '41', '97400', '2024-06-10', '49', 'DELHI', '2024-05-10 09:28:33', 0, 1),
(126, '41', '97400', '2024-07-10', '49', 'DELHI', '2024-05-10 09:28:33', 0, 1),
(127, '41', '97400', '2024-08-10', '49', 'DELHI', '2024-05-10 09:28:33', 0, 1),
(128, '42', '97400', '2024-06-10', '50', 'DELHI', '2024-05-10 09:38:53', 0, 1),
(129, '42', '97400', '2024-07-10', '50', 'DELHI', '2024-05-10 09:38:53', 0, 1),
(130, '42', '97400', '2024-08-10', '50', 'DELHI', '2024-05-10 09:38:53', 0, 1),
(131, '43', '40000', '2024-05-28', '51', 'DELHI', '2024-05-16 09:43:28', 0, 1),
(132, '43', '72350', '2024-06-10', '51', 'DELHI', '2024-05-16 09:43:28', 0, 1),
(133, '43', '72350', '2024-07-10', '51', 'DELHI', '2024-05-16 09:43:28', 0, 1),
(134, '44', '167045', '2024-09-10', '52', 'DELHI', '2024-05-16 10:24:06', 0, 0),
(135, '44', '167045', '2024-10-10', '52', 'DELHI', '2024-05-16 10:24:07', 0, 0),
(136, '45', '87566', '2024-06-10', '53', 'DELHI', '2024-05-17 06:15:46', 0, 1),
(137, '45', '87566', '2024-07-10', '53', 'DELHI', '2024-05-17 06:15:46', 0, 1),
(138, '45', '87568', '2024-08-10', '53', 'DELHI', '2024-05-17 06:15:46', 0, 1),
(139, '46', '62000', '2024-06-10', '54', 'DELHI', '2024-05-17 09:22:26', 0, 1),
(140, '46', '62000', '2024-07-10', '54', 'DELHI', '2024-05-17 09:22:26', 0, 1),
(141, '46', '62000', '2024-08-10', '54', 'DELHI', '2024-05-17 09:22:26', 0, 1),
(142, '47', '339400', '2024-06-10', '55', 'DELHI', '2024-05-17 09:33:06', 0, 1),
(143, '48', '166750', '2024-06-10', '56', 'DELHI', '2024-05-18 09:55:29', 0, 1),
(144, '48', '166750', '2024-07-10', '56', 'DELHI', '2024-05-18 09:55:29', 0, 1),
(145, '49', '105266', '2024-06-10', '57', 'DELHI', '2024-05-18 10:26:02', 0, 1),
(146, '49', '105266', '2024-07-10', '57', 'DELHI', '2024-05-18 10:26:02', 0, 1),
(147, '49', '105268', '2024-08-10', '57', 'DELHI', '2024-05-18 10:26:02', 0, 1),
(148, '50', '137250', '2024-06-10', '58', 'DELHI', '2024-05-18 11:24:13', 0, 1),
(149, '50', '137250', '2024-07-10', '58', 'DELHI', '2024-05-18 11:24:13', 0, 1),
(150, '51', '131350', '2024-06-10', '59', 'DELHI', '2024-05-22 10:28:02', 0, 1),
(151, '51', '131350', '2024-07-10', '59', 'DELHI', '2024-05-22 10:28:02', 0, 1),
(152, '52', '99366', '2024-06-10', '60', 'DELHI', '2024-05-22 11:11:36', 0, 1),
(153, '52', '99366', '2024-07-10', '60', 'DELHI', '2024-05-22 11:11:37', 0, 1),
(154, '52', '99368', '2024-08-10', '60', 'DELHI', '2024-05-22 11:11:37', 0, 1),
(155, '53', '4000', '2024-05-29', '61', 'DELHI', '2024-05-28 10:03:28', 0, 1),
(156, '53', '20000', '2024-05-31', '61', 'DELHI', '2024-05-28 10:03:28', 0, 1),
(157, '53', '103766', '2024-06-10', '61', 'DELHI', '2024-05-28 10:03:29', 0, 1),
(158, '53', '103766', '2024-07-10', '61', 'DELHI', '2024-05-28 10:03:29', 0, 1),
(159, '53', '103768', '2024-08-10', '61', 'DELHI', '2024-05-28 10:03:29', 0, 1),
(160, '54', '101333', '2024-06-10', '62', 'DELHI', '2024-05-30 06:38:40', 0, 1),
(161, '54', '101333', '2024-07-10', '62', 'DELHI', '2024-05-30 06:38:41', 0, 1),
(162, '54', '101334', '2024-07-10', '62', 'DELHI', '2024-05-30 06:38:41', 0, 1),
(163, '55', '87566', '2024-06-10', '63', 'DELHI', '2024-05-30 06:52:18', 0, 1),
(164, '55', '87566', '2024-07-10', '63', 'DELHI', '2024-05-30 06:52:18', 0, 1),
(165, '55', '43784', '2024-08-10', '63', 'DELHI', '2024-05-30 06:52:18', 0, 1),
(166, '55', '43784', '2024-09-10', '63', 'DELHI', '2024-05-30 06:52:18', 0, 0),
(167, '56', '95433', '2024-06-10', '64', 'DELHI', '2024-05-30 08:01:03', 0, 1),
(168, '56', '95433', '2024-07-10', '64', 'DELHI', '2024-05-30 08:01:03', 0, 1),
(169, '56', '95434', '2024-08-10', '64', 'DELHI', '2024-05-30 08:01:03', 0, 1),
(170, '58', '99600', '2024-06-18', '66', 'DELHI', '2024-06-13 09:47:03', 0, 1),
(171, '58', '99600', '2024-07-18', '66', 'DELHI', '2024-06-13 09:47:03', 0, 1),
(172, '59', '90750', '2024-06-18', '67', 'DELHI', '2024-06-13 09:50:12', 0, 1),
(173, '59', '90750', '2024-07-18', '67', 'DELHI', '2024-06-13 09:50:12', 0, 1),
(174, '60', '140400', '2024-06-26', '68', 'DELHI', '2024-06-20 09:58:33', 0, 1),
(175, '60', '125400', '2024-07-20', '68', 'DELHI', '2024-06-20 09:58:33', 0, 1),
(176, '60', '62700', '2024-08-20', '68', 'DELHI', '2024-06-20 09:58:33', 0, 1),
(177, '60', '62700', '2024-09-20', '68', 'DELHI', '2024-06-20 09:58:33', 0, 0),
(178, '61', '99600', '2024-06-28', '69', 'DELHI', '2024-06-25 06:44:23', 0, 1),
(179, '61', '99600', '2024-07-28', '69', 'DELHI', '2024-06-25 06:44:23', 0, 1),
(180, '62', '25000', '2024-07-10', '70', 'DELHI', '2024-06-27 09:28:17', 0, 1),
(181, '62', '91500', '2024-09-10', '70', 'DELHI', '2024-06-27 09:28:17', 0, 0),
(182, '62', '91500', '2024-10-10', '70', 'DELHI', '2024-06-27 09:28:17', 0, 0),
(183, '62', '91500', '2024-11-10', '70', 'DELHI', '2024-06-27 09:28:17', 0, 0),
(184, '63', '91500', '2024-07-08', '71', 'DELHI', '2024-07-05 08:55:57', 0, 1),
(185, '63', '91500', '2024-08-08', '71', 'DELHI', '2024-07-05 08:55:57', 0, 1),
(186, '63', '91500', '2024-09-08', '71', 'DELHI', '2024-07-05 08:55:58', 0, 0),
(187, '64', '5000', '2024-07-05', '72', 'DELHI', '2024-07-05 09:39:37', 0, 1),
(188, '64', '104833', '2024-07-11', '72', 'DELHI', '2024-07-05 09:39:38', 0, 1),
(189, '64', '104833', '2024-08-11', '72', 'DELHI', '2024-07-05 09:39:38', 0, 1),
(190, '64', '104834', '2024-09-11', '72', 'DELHI', '2024-07-05 09:39:38', 0, 0),
(191, '65', '40000', '2024-07-25', '73', 'DELHI', '2024-07-09 06:15:26', 0, 1),
(192, '65', '91500', '2024-09-20', '73', 'DELHI', '2024-07-09 06:15:27', 0, 0),
(193, '65', '91500', '2024-10-24', '73', 'DELHI', '2024-07-09 06:15:27', 0, 0),
(194, '65', '91500', '2024-11-24', '73', 'DELHI', '2024-07-09 06:15:27', 0, 0),
(195, '66', '104833', '2024-07-09', '74', 'DELHI', '2024-07-09 06:42:58', 0, 1),
(196, '66', '104833', '2024-08-15', '74', 'DELHI', '2024-07-09 06:42:58', 0, 1),
(197, '66', '104834', '2024-09-15', '74', 'DELHI', '2024-07-09 06:42:58', 0, 0),
(198, '67', '99366', '2024-09-10', '75', 'DELHI', '2024-07-20 06:40:56', 0, 0),
(199, '67', '99366', '2024-10-10', '75', 'DELHI', '2024-07-20 06:40:56', 0, 0),
(200, '67', '99368', '2024-11-10', '75', 'DELHI', '2024-07-20 06:40:56', 0, 0),
(201, '68', '40000', '2024-08-20', '76', 'DELHI', '2024-07-20 07:07:54', 0, 1),
(202, '68', '68625', '2024-09-14', '76', 'DELHI', '2024-07-20 07:07:54', 0, 0),
(203, '68', '68625', '2024-10-14', '76', 'DELHI', '2024-07-20 07:07:54', 0, 0),
(204, '68', '68625', '2024-10-14', '76', 'DELHI', '2024-07-20 07:07:55', 0, 0),
(205, '68', '68625', '2024-11-14', '76', 'DELHI', '2024-07-20 07:07:55', 0, 0),
(206, '69', '112100', '2024-08-15', '77', 'DELHI', '2024-07-24 10:09:43', 0, 1),
(207, '69', '112100', '2024-09-15', '77', 'DELHI', '2024-07-24 10:09:43', 0, 0),
(208, '70', '95850', '2024-07-13', '78', 'DELHI', '2024-07-25 10:26:48', 0, 1),
(209, '70', '95850', '2024-08-13', '78', 'DELHI', '2024-07-25 10:26:48', 0, 1),
(210, '71', '40000', '2024-08-25', '79', 'DELHI', '2024-07-25 11:49:11', 0, 1),
(211, '71', '91500', '2025-01-11', '79', 'DELHI', '2024-07-25 11:49:11', 0, 0),
(212, '71', '91500', '2025-02-11', '79', 'DELHI', '2024-07-25 11:49:11', 0, 0),
(213, '71', '91500', '2025-03-11', '79', 'DELHI', '2024-07-25 11:49:11', 0, 0),
(214, '72', '100000', '2024-07-09', '80', 'DELHI', '2024-07-27 07:47:09', 0, 1),
(215, '72', '107250', '2024-08-08', '80', 'DELHI', '2024-07-27 07:47:09', 0, 1),
(216, '72', '107250', '2024-09-08', '80', 'DELHI', '2024-07-27 07:47:09', 0, 0),
(217, '73', '101333', '2024-09-10', '81', 'DELHI', '2024-07-27 07:53:12', 0, 0),
(218, '73', '101333', '2024-10-10', '81', 'DELHI', '2024-07-27 07:53:12', 0, 0),
(219, '73', '101334', '2024-11-10', '81', 'DELHI', '2024-07-27 07:53:12', 0, 0),
(220, '74', '50000', '2024-06-15', '82', 'DELHI', '2024-07-27 08:29:32', 0, 1),
(221, '74', '94700', '2024-07-30', '82', 'DELHI', '2024-07-27 08:29:32', 0, 1),
(222, '75', '91500', '2024-09-10', '83', 'DELHI', '2024-07-29 09:36:04', 0, 0),
(223, '75', '91500', '2024-10-10', '83', 'DELHI', '2024-07-29 09:36:04', 0, 0),
(224, '75', '91500', '2024-11-10', '83', 'DELHI', '2024-07-29 09:36:04', 0, 0),
(225, '76', '25000', '2024-08-05', '84', 'DELHI', '2024-07-30 11:10:23', 0, 1),
(226, '76', '91500', '2024-09-10', '84', 'DELHI', '2024-07-30 11:10:23', 0, 0),
(227, '76', '91500', '2024-10-10', '84', 'DELHI', '2024-07-30 11:10:23', 0, 0),
(228, '76', '91500', '2024-11-10', '84', 'DELHI', '2024-07-30 11:10:23', 0, 0),
(229, '77', '25000', '2024-08-05', '85', 'DELHI', '2024-07-31 10:08:16', 0, 1),
(230, '77', '72030', '2024-09-01', '85', 'DELHI', '2024-07-31 10:08:16', 0, 1),
(231, '77', '72030', '2024-10-01', '85', 'DELHI', '2024-07-31 10:08:16', 0, 0),
(232, '77', '72030', '2024-11-01', '85', 'DELHI', '2024-07-31 10:08:16', 0, 0),
(233, '78', '40000', '2024-08-03', '86', 'DELHI', '2024-07-31 11:06:19', 0, 1),
(234, '78', '91500', '2024-09-10', '86', 'DELHI', '2024-07-31 11:06:19', 0, 0),
(235, '78', '91500', '2024-10-10', '86', 'DELHI', '2024-07-31 11:06:19', 0, 0),
(236, '78', '91500', '2024-11-10', '86', 'DELHI', '2024-07-31 11:06:19', 0, 0),
(237, '79', '15000', '2024-08-05', '87', 'DELHI', '2024-08-03 06:35:09', 0, 1),
(238, '79', '74875', '2024-08-20', '87', 'DELHI', '2024-08-03 06:35:09', 0, 1),
(239, '79', '74875', '2024-09-15', '87', 'DELHI', '2024-08-03 06:35:09', 0, 0),
(240, '79', '74875', '2024-10-15', '87', 'DELHI', '2024-08-03 06:35:09', 0, 0),
(241, '79', '74875', '2024-11-15', '87', 'DELHI', '2024-08-03 06:35:10', 0, 0),
(242, '80', '205395', '2024-09-10', '88', 'DELHI', '2024-08-03 07:25:46', 0, 0),
(243, '80', '205395', '2024-10-10', '88', 'DELHI', '2024-08-03 07:25:46', 0, 0),
(244, '81', '91500', '2024-09-17', '89', 'DELHI', '2024-08-03 07:31:29', 0, 0),
(245, '81', '91500', '2024-10-17', '89', 'DELHI', '2024-08-03 07:31:29', 0, 0),
(246, '81', '91500', '2024-11-17', '89', 'DELHI', '2024-08-03 07:31:29', 0, 0),
(247, '82', '40000', '2024-08-05', '90', 'DELHI', '2024-08-03 09:13:53', 0, 1),
(248, '82', '93000', '2024-09-10', '90', 'DELHI', '2024-08-03 09:13:53', 0, 0),
(249, '82', '93000', '2024-10-10', '90', 'DELHI', '2024-08-03 09:13:53', 0, 0),
(250, '83', '45000', '2024-08-05', '91', 'DELHI', '2024-08-03 09:33:57', 0, 1),
(251, '83', '78250', '2024-09-14', '91', 'DELHI', '2024-08-03 09:33:57', 0, 0),
(252, '83', '78250', '2024-10-14', '91', 'DELHI', '2024-08-03 09:33:57', 0, 0),
(253, '84', '105733', '2024-09-15', '92', 'DELHI', '2024-08-03 09:59:09', 0, 0),
(254, '84', '105733', '2024-10-15', '92', 'DELHI', '2024-08-03 09:59:09', 0, 0),
(255, '84', '105734', '2024-11-15', '92', 'DELHI', '2024-08-03 09:59:09', 0, 0),
(256, '85', '95433', '2024-09-15', '93', 'DELHI', '2024-08-12 10:36:25', 0, 0),
(257, '85', '95433', '2024-10-15', '93', 'DELHI', '2024-08-12 10:36:25', 0, 0),
(258, '85', '95434', '2024-11-15', '93', 'DELHI', '2024-08-12 10:36:25', 0, 0),
(259, '86', '91500', '2024-09-10', '94', 'DELHI', '2024-08-12 11:21:58', 0, 0),
(260, '86', '91500', '2024-10-10', '94', 'DELHI', '2024-08-12 11:21:58', 0, 0),
(261, '86', '91500', '2024-11-10', '94', 'DELHI', '2024-08-12 11:21:58', 0, 0),
(262, '87', '62000', '2024-09-10', '95', 'DELHI', '2024-08-13 10:04:47', 0, 0),
(263, '87', '62000', '2024-10-10', '95', 'DELHI', '2024-08-13 10:04:47', 0, 0),
(264, '87', '62000', '2024-11-10', '95', 'DELHI', '2024-08-13 10:04:47', 0, 0),
(265, '88', '95433', '2024-09-10', '96', 'DELHI', '2024-08-13 10:28:02', 0, 0),
(266, '88', '95433', '2024-10-10', '96', 'DELHI', '2024-08-13 10:28:02', 0, 0),
(267, '88', '47717', '2024-11-10', '96', 'DELHI', '2024-08-13 10:28:02', 0, 0),
(268, '88', '47717', '2024-12-10', '96', 'DELHI', '2024-08-13 10:28:02', 0, 0),
(269, '89', '95433', '2024-09-10', '97', 'DELHI', '2024-08-13 10:40:18', 0, 0),
(270, '89', '95433', '2024-10-10', '97', 'DELHI', '2024-08-13 10:40:18', 0, 0),
(271, '89', '95434', '2024-11-10', '97', 'DELHI', '2024-08-13 10:40:18', 0, 0),
(272, '90', '25000', '2024-08-28', '98', 'DELHI', '2024-08-14 11:25:48', 0, 1),
(273, '90', '74875', '2024-09-10', '98', 'DELHI', '2024-08-14 11:25:48', 0, 0),
(274, '90', '74875', '2024-10-10', '98', 'DELHI', '2024-08-14 11:25:48', 0, 0),
(275, '90', '74875', '2024-11-10', '98', 'DELHI', '2024-08-14 11:25:48', 0, 0),
(276, '91', '15000', '2024-08-30', '99', 'DELHI', '2024-08-16 12:32:47', 0, 1),
(277, '91', '81900', '2024-09-10', '99', 'DELHI', '2024-08-16 12:32:47', 0, 0),
(278, '91', '81900', '2024-10-10', '99', 'DELHI', '2024-08-16 12:32:47', 0, 0),
(279, '92', '67900', '2024-09-10', '100', 'DELHI', '2024-08-17 09:14:00', 0, 0),
(280, '92', '67900', '2024-10-10', '100', 'DELHI', '2024-08-17 09:14:00', 0, 0),
(281, '92', '67900', '2024-11-10', '100', 'DELHI', '2024-08-17 09:14:00', 0, 0),
(282, '93', '40000', '2024-08-31', '101', 'DELHI', '2024-08-27 12:16:55', 0, 1),
(283, '93', '71833', '2024-09-10', '101', 'DELHI', '2024-08-27 12:16:55', 0, 0),
(284, '93', '71833', '2024-10-10', '101', 'DELHI', '2024-08-27 12:16:55', 0, 0),
(285, '93', '71834', '2024-11-10', '101', 'DELHI', '2024-08-27 12:16:55', 0, 0),
(286, '94', '74875', '2024-09-24', '102', 'DELHI', '2024-08-31 08:14:40', 0, 0),
(287, '94', '74875', '2024-10-15', '102', 'DELHI', '2024-08-31 08:14:40', 0, 0),
(288, '94', '74875', '2024-11-15', '102', 'DELHI', '2024-08-31 08:14:40', 0, 0),
(289, '94', '74875', '2024-12-15', '102', 'DELHI', '2024-08-31 08:14:40', 0, 0),
(290, '95', '15000', '2024-08-31', '103', 'DELHI', '2024-08-31 09:19:34', 0, 1),
(291, '95', '25000', '2024-09-06', '103', 'DELHI', '2024-08-31 09:19:34', 0, 1),
(292, '95', '91500', '2024-09-10', '103', 'DELHI', '2024-08-31 09:19:34', 0, 0),
(293, '95', '91500', '2024-10-10', '103', 'DELHI', '2024-08-31 09:19:34', 0, 0),
(294, '95', '91500', '2024-11-10', '103', 'DELHI', '2024-08-31 09:19:34', 0, 0),
(295, '96', '60125', '2024-09-15', '104', 'DELHI', '2024-08-31 09:32:39', 0, 0),
(296, '96', '60125', '2024-10-15', '104', 'DELHI', '2024-08-31 09:32:39', 0, 0),
(297, '96', '60125', '2024-11-15', '104', 'DELHI', '2024-08-31 09:32:39', 0, 0),
(298, '97', '40000', '2024-09-20', '105', 'DELHI', '2024-08-31 12:07:31', 0, 0),
(299, '97', '91500', '2025-01-10', '105', 'DELHI', '2024-08-31 12:07:31', 0, 0),
(300, '97', '91500', '2025-02-10', '105', 'DELHI', '2024-08-31 12:07:31', 0, 0),
(301, '97', '91500', '2025-03-10', '105', 'DELHI', '2024-08-31 12:07:31', 0, 0),
(302, '98', '91500', '2024-09-10', '106', 'DELHI', '2024-09-03 07:06:11', 0, 0),
(303, '98', '91500', '2024-10-10', '106', 'DELHI', '2024-09-03 07:06:11', 0, 0),
(304, '98', '91500', '2024-11-10', '106', 'DELHI', '2024-09-03 07:06:11', 0, 0),
(305, '99', '15000', '2024-09-28', '107', 'DELHI', '2024-09-07 11:42:29', 0, 0),
(306, '99', '25000', '2024-10-25', '107', 'DELHI', '2024-09-07 11:42:29', 0, 0),
(307, '99', '68625', '2025-01-10', '107', 'DELHI', '2024-09-07 11:42:29', 0, 0),
(308, '99', '68625', '2025-02-10', '107', 'DELHI', '2024-09-07 11:42:29', 0, 0),
(309, '99', '68625', '2025-03-10', '107', 'DELHI', '2024-09-07 11:42:29', 0, 0),
(310, '99', '68625', '2025-04-05', '107', 'DELHI', '2024-09-07 11:42:29', 0, 0),
(311, '100', '10000', '2024-08-31', '108', 'DELHI', '2024-09-11 12:28:51', 0, 0),
(312, '101', '53050', '2024-09-16', '109', 'DELHI', '2024-09-16 10:11:39', 0, 0),
(313, '101', '56050', '2024-09-20', '109', 'DELHI', '2024-09-16 10:11:39', 0, 0),
(314, '101', '112100', '2024-10-16', '109', 'DELHI', '2024-09-16 10:11:39', 0, 0),
(315, '101', '112100', '2024-11-16', '109', 'DELHI', '2024-09-16 10:11:39', 0, 0),
(316, '102', '72350', '2024-09-16', '110', 'DELHI', '2024-09-17 05:38:17', 0, 0),
(317, '102', '72350', '2024-10-16', '110', 'DELHI', '2024-09-17 05:38:17', 0, 0),
(318, '104', '54083', '2024-10-03', '112', 'DELHI', '2024-09-17 06:18:33', 0, 0),
(319, '104', '108166', '2024-10-25', '112', 'DELHI', '2024-09-17 06:18:33', 0, 0),
(320, '104', '108168', '2024-11-15', '112', 'DELHI', '2024-09-17 06:18:33', 0, 0),
(321, '105', '104833', '2024-09-17', '113', 'DELHI', '2024-09-17 06:22:34', 0, 0),
(322, '105', '104833', '2024-10-17', '113', 'DELHI', '2024-09-17 06:22:34', 0, 0),
(323, '105', '104834', '2024-11-17', '113', 'DELHI', '2024-09-17 06:22:34', 0, 0),
(324, '106', '78625', '2024-09-15', '114', 'DELHI', '2024-09-17 06:25:26', 0, 0),
(325, '106', '78625', '2024-10-15', '114', 'DELHI', '2024-09-17 06:25:26', 0, 0),
(326, '106', '78625', '2024-11-15', '114', 'DELHI', '2024-09-17 06:25:26', 0, 0),
(327, '106', '78625', '2024-12-15', '114', 'DELHI', '2024-09-17 06:25:26', 0, 0),
(328, '107', '112700', '2024-09-24', '115', 'DELHI', '2024-09-17 06:30:36', 0, 0),
(329, '107', '112700', '2024-10-24', '115', 'DELHI', '2024-09-17 06:30:36', 0, 0),
(330, '107', '112700', '2024-11-24', '115', 'DELHI', '2024-09-17 06:30:36', 0, 0),
(331, '108', '85166', '2024-09-17', '116', 'DELHI', '2024-09-17 07:39:48', 0, 0),
(332, '108', '85166', '2024-10-17', '116', 'DELHI', '2024-09-17 07:39:48', 0, 0),
(333, '108', '85168', '2024-11-17', '116', 'DELHI', '2024-09-17 07:39:48', 0, 0),
(334, '109', '55066', '2024-09-20', '117', 'DELHI', '2024-09-21 07:52:55', 0, 0),
(335, '109', '110133', '2024-10-16', '117', 'DELHI', '2024-09-21 07:52:55', 0, 0),
(336, '109', '55066', '2024-11-16', '117', 'DELHI', '2024-09-21 07:52:55', 0, 0),
(337, '109', '55069', '2024-12-16', '117', 'DELHI', '2024-09-21 07:52:55', 0, 0),
(338, '110', '44250', '2024-09-24', '118', 'DELHI', '2024-09-21 07:55:50', 0, 0),
(339, '110', '88500', '2024-10-20', '118', 'DELHI', '2024-09-21 07:55:50', 0, 0),
(340, '110', '88500', '2024-11-21', '118', 'DELHI', '2024-09-21 07:55:50', 0, 0),
(341, '111', '83500', '2024-03-27', '119', 'DELHI', '2024-09-21 11:02:16', 0, 0),
(342, '111', '77150', '2024-04-27', '119', 'DELHI', '2024-09-21 11:02:16', 0, 0),
(343, '111', '82825', '2024-06-01', '119', 'DELHI', '2024-09-21 11:02:16', 0, 0),
(344, '111', '82825', '2024-08-24', '119', 'DELHI', '2024-09-21 11:02:16', 0, 0),
(345, '112', '80166', '2024-10-03', '120', 'DELHI', '2024-09-24 07:44:40', 0, 0),
(346, '112', '80166', '2024-11-03', '120', 'DELHI', '2024-09-24 07:44:40', 0, 0),
(347, '112', '80168', '2024-12-03', '120', 'DELHI', '2024-09-24 07:44:40', 0, 0),
(348, '113', '42433', '2024-10-03', '121', 'DELHI', '2024-09-27 08:07:28', 0, 0),
(349, '113', '92433', '2024-10-27', '121', 'DELHI', '2024-09-27 08:07:28', 0, 0),
(350, '113', '92434', '2024-11-27', '121', 'DELHI', '2024-09-27 08:07:28', 0, 0),
(351, '114', '45675', '2024-10-03', '122', 'DELHI', '2024-09-28 11:18:46', 0, 0),
(352, '114', '48675', '2024-10-12', '122', 'DELHI', '2024-09-28 11:18:46', 0, 0),
(353, '114', '48675', '2024-10-25', '122', 'DELHI', '2024-09-28 11:18:46', 0, 0),
(354, '114', '24337', '2024-11-03', '122', 'DELHI', '2024-09-28 11:18:46', 0, 0),
(355, '114', '24338', '2024-11-10', '122', 'DELHI', '2024-09-28 11:18:46', 0, 0),
(356, '115', '91500', '2024-12-28', '123', 'DELHI', '2024-10-01 06:07:38', 0, 0),
(357, '115', '91500', '2025-01-28', '123', 'DELHI', '2024-10-01 06:07:38', 0, 0),
(358, '115', '91500', '2025-02-28', '123', 'DELHI', '2024-10-01 06:07:38', 0, 0),
(359, '116', '109367', '2024-10-24', '124', 'DELHI', '2024-10-16 07:34:15', 0, 0),
(360, '116', '109367', '2024-11-24', '124', 'DELHI', '2024-10-16 07:34:15', 0, 0),
(361, '117', '25000', '2024-11-02', '125', 'DELHI', '2024-10-21 06:05:33', 0, 0),
(362, '117', '95433', '2025-04-15', '125', 'DELHI', '2024-10-21 06:05:33', 0, 0),
(363, '117', '95433', '2025-05-15', '125', 'DELHI', '2024-10-21 06:05:33', 0, 0),
(364, '117', '95434', '2025-06-15', '125', 'DELHI', '2024-10-21 06:05:33', 0, 0),
(365, '118', '95433', '2024-12-15', '126', 'DELHI', '2024-10-21 09:13:43', 0, 0),
(366, '118', '95433', '2025-01-15', '126', 'DELHI', '2024-10-21 09:13:43', 0, 0),
(367, '118', '95434', '2025-02-15', '126', 'DELHI', '2024-10-21 09:13:43', 0, 0),
(368, '119', '275934', '2024-12-15', '127', 'DELHI', '2024-10-21 09:43:59', 0, 0),
(369, '120', '107750', '2024-12-15', '128', 'DELHI', '2024-10-21 09:52:39', 0, 0),
(370, '120', '107750', '2025-01-15', '128', 'DELHI', '2024-10-21 09:52:39', 0, 0),
(371, '121', '40000', '2024-11-15', '129', 'DELHI', '2024-11-12 09:17:44', 0, 0),
(372, '121', '91500', '2024-12-15', '129', 'DELHI', '2024-11-12 09:17:44', 0, 0),
(373, '121', '91500', '2025-01-15', '129', 'DELHI', '2024-11-12 09:17:44', 0, 0),
(374, '121', '91500', '2025-02-15', '129', 'DELHI', '2024-11-12 09:17:44', 0, 0),
(375, '122', '99833', '2025-01-15', '130', 'DELHI', '2024-11-12 09:26:48', 0, 0),
(376, '122', '99833', '2025-02-15', '130', 'DELHI', '2024-11-12 09:26:48', 0, 0),
(377, '122', '99834', '2025-03-15', '130', 'DELHI', '2024-11-12 09:26:48', 0, 0),
(378, '123', '45000', '2024-12-06', '131', 'DELHI', '2024-12-03 12:25:07', 0, 0),
(379, '123', '93466', '2025-01-15', '131', 'DELHI', '2024-12-03 12:25:07', 0, 0),
(380, '123', '93466', '2025-02-15', '131', 'DELHI', '2024-12-03 12:25:07', 0, 0),
(381, '123', '93468', '2025-03-15', '131', 'DELHI', '2024-12-03 12:25:07', 0, 0),
(382, '124', '5000', '2024-12-07', '132', 'DELHI', '2024-12-04 09:15:14', 0, 0),
(383, '124', '15000', '2024-12-15', '132', 'DELHI', '2024-12-04 09:15:14', 0, 0),
(384, '124', '60125', '2025-01-15', '132', 'DELHI', '2024-12-04 09:15:14', 0, 0),
(385, '124', '60125', '2025-02-15', '132', 'DELHI', '2024-12-04 09:15:14', 0, 0),
(386, '124', '60125', '2025-03-15', '132', 'DELHI', '2024-12-04 09:15:14', 0, 0),
(387, '124', '60125', '2025-04-07', '132', 'DELHI', '2024-12-04 09:15:14', 0, 0),
(388, '125', '65260', '2024-12-16', '133', 'DELHI', '2024-12-16 09:04:20', 0, 0),
(389, '125', '65260', '2025-01-14', '133', 'DELHI', '2024-12-16 09:04:20', 0, 0),
(390, '125', '65260', '2025-02-14', '133', 'DELHI', '2024-12-16 09:04:20', 0, 0),
(391, '125', '65260', '2025-03-14', '133', 'DELHI', '2024-12-16 09:04:20', 0, 0),
(392, '125', '65260', '2025-04-05', '133', 'DELHI', '2024-12-16 09:04:20', 0, 0),
(393, '126', '56500', '2024-12-25', '134', 'DELHI', '2024-12-19 10:55:09', 0, 0),
(394, '126', '56500', '2025-01-21', '134', 'DELHI', '2024-12-19 10:55:09', 0, 0),
(395, '126', '56500', '2025-02-21', '134', 'DELHI', '2024-12-19 10:55:09', 0, 0),
(396, '126', '56500', '2025-03-21', '134', 'DELHI', '2024-12-19 10:55:09', 0, 0),
(397, '127', '68625', '2024-12-23', '135', 'DELHI', '2024-12-21 09:54:22', 0, 0),
(398, '127', '68625', '2025-01-23', '135', 'DELHI', '2024-12-21 09:54:22', 0, 0),
(399, '127', '68625', '2025-02-23', '135', 'DELHI', '2024-12-21 09:54:22', 0, 0),
(400, '127', '68625', '2025-03-23', '135', 'DELHI', '2024-12-21 09:54:22', 0, 0),
(401, '128', '10000', '2024-12-27', '136', 'DELHI', '2024-12-23 11:20:17', 0, 0),
(402, '128', '74875', '2025-01-15', '136', 'DELHI', '2024-12-23 11:20:17', 0, 0),
(403, '128', '74875', '2025-02-15', '136', 'DELHI', '2024-12-23 11:20:17', 0, 0),
(404, '128', '74875', '2025-03-15', '136', 'DELHI', '2024-12-23 11:20:17', 0, 0),
(405, '128', '74875', '2025-04-10', '136', 'DELHI', '2024-12-23 11:20:17', 0, 0),
(406, '129', '314500', '2025-01-05', '137', 'DELHI', '2024-12-26 09:31:39', 0, 0),
(407, '130', '20000', '2024-12-31', '138', 'DELHI', '2024-12-26 09:38:57', 0, 0),
(408, '130', '112500', '2025-01-10', '138', 'DELHI', '2024-12-26 09:38:57', 0, 0),
(409, '130', '112500', '2025-02-10', '138', 'DELHI', '2024-12-26 09:38:57', 0, 0),
(410, '131', '157250', '2024-12-29', '139', 'DELHI', '2024-12-26 10:09:00', 0, 0),
(411, '131', '157250', '2025-01-27', '139', 'DELHI', '2024-12-26 10:09:00', 0, 0),
(412, '132', '62900', '2024-12-23', '140', 'DELHI', '2024-12-26 11:36:24', 0, 0),
(413, '132', '62900', '2025-01-21', '140', 'DELHI', '2024-12-26 11:36:24', 0, 0),
(414, '132', '62900', '2025-02-21', '140', 'DELHI', '2024-12-26 11:36:24', 0, 0),
(415, '132', '62900', '2025-03-21', '140', 'DELHI', '2024-12-26 11:36:24', 0, 0),
(416, '132', '62900', '2025-04-15', '140', 'DELHI', '2024-12-26 11:36:24', 0, 0),
(417, '133', '78625', '2024-12-28', '141', 'DELHI', '2024-12-30 08:42:35', 0, 0),
(418, '133', '78625', '2025-01-26', '141', 'DELHI', '2024-12-30 08:42:35', 0, 0),
(419, '133', '78625', '2025-02-26', '141', 'DELHI', '2024-12-30 08:42:35', 0, 0),
(420, '133', '78625', '2025-03-26', '141', 'DELHI', '2024-12-30 08:42:35', 0, 0),
(421, '134', '29033', '2025-01-25', '142', 'DELHI', '2024-12-31 06:22:44', 0, 0),
(422, '134', '29033', '2025-02-25', '142', 'DELHI', '2024-12-31 06:22:44', 0, 0),
(423, '134', '29034', '2025-03-15', '142', 'DELHI', '2024-12-31 06:22:44', 0, 0),
(424, '135', '35000', '2025-01-15', '143', 'DELHI', '2025-01-03 05:16:37', 0, 0),
(425, '135', '71575', '2025-04-10', '143', 'DELHI', '2025-01-03 05:16:37', 0, 0),
(426, '135', '71575', '2025-05-10', '143', 'DELHI', '2025-01-03 05:16:37', 0, 0),
(427, '135', '71575', '2025-06-10', '143', 'DELHI', '2025-01-03 05:16:37', 0, 0),
(428, '135', '71575', '2025-07-10', '143', 'DELHI', '2025-01-03 05:16:37', 0, 0),
(429, '136', '250000', '2025-01-31', '144', 'NOIDA', '2025-01-21 06:51:51', 0, 0),
(430, '136', '26000', '2025-02-28', '144', 'NOIDA', '2025-01-21 06:51:51', 0, 0),
(431, '136', '43490', '2025-03-28', '144', 'NOIDA', '2025-01-21 06:51:51', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `tn_invoice`
--

CREATE TABLE `tn_invoice` (
  `id` int(11) NOT NULL,
  `uId` varchar(6) NOT NULL,
  `orderId` varchar(255) NOT NULL,
  `invoiceNo` varchar(255) NOT NULL,
  `amount` varchar(255) NOT NULL,
  `gstNo` varchar(255) NOT NULL,
  `companyName` varchar(255) NOT NULL,
  `companyAddress` varchar(255) NOT NULL,
  `companyState` varchar(255) NOT NULL,
  `studentName` varchar(255) NOT NULL,
  `studentAddress` text NOT NULL,
  `studentState` varchar(255) NOT NULL,
  `isGst` tinyint(4) NOT NULL COMMENT '1=yes, 2=no;',
  `isPayment` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=no, 2=yes;',
  `centrename` varchar(255) NOT NULL,
  `isDated` timestamp NOT NULL DEFAULT current_timestamp(),
  `isActive` tinyint(4) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_invoice`
--

INSERT INTO `tn_invoice` (`id`, `uId`, `orderId`, `invoiceNo`, `amount`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `isGst`, `isPayment`, `centrename`, `isDated`, `isActive`) VALUES
(1, '1', '1', 'TFN/COM/2024/001', '336300', '', '', '', '', 'Preet', 'na', '9', 2, 2, 'DELHI', '2023-06-27 18:30:00', 1),
(2, '2', '2', 'TFN/COM/2024/002', '50000', '', '', '', '', 'Puja Bhushan', 'na', '9', 2, 2, 'DELHI', '2023-07-21 18:30:00', 1),
(3, '3', '3', 'TFN/COM/2024/003', '50000', '', '', '', '', 'Harkiran', 'na', '9', 2, 2, 'DELHI', '2023-11-26 18:30:00', 1),
(4, '4', '4', 'TFN/COM/2024/004', '150000', '', '', '', '', 'Ananya Juneja', 'na', '9', 2, 2, 'DELHI', '2023-11-29 18:30:00', 0),
(5, '5', '5', 'TFN/COM/2024/005', '50000', '', '', '', '', 'Divyansh', 'na', '9', 2, 2, 'DELHI', '2023-12-14 18:30:00', 1),
(6, '6', '6', 'TFN/COM/2024/006', '25000', '', '', '', '', 'Paromita Jairath', 'na', '9', 2, 2, 'DELHI', '2023-12-14 18:30:00', 1),
(7, '7', '7', 'TFN/COM/2024/007', '50000', '', '', '', '', 'Pushpa D. Budha', 'na', '9', 2, 2, 'DELHI', '2023-12-19 18:30:00', 1),
(8, '8', '8', 'TFN/COM/2024/008', '10000', '', '', '', '', 'Rounak Arora', 'na', '9', 2, 2, 'DELHI', '2023-12-22 18:30:00', 1),
(9, '9', '9', 'TFN/COM/2024/009', '50000', '', '', '', '', 'Taban Rizvi', 'na', '9', 2, 2, 'DELHI', '2023-12-29 18:30:00', 1),
(10, '10', '10', 'TFN/COM/2024/0010', '10000', '', '', '', '', 'Nitish Kalra', 'na', '9', 2, 2, 'DELHI', '2024-01-02 18:30:00', 1),
(11, '11', '11', 'TFN/COM/2024/0011', '50000', '', '', '', '', 'Miss Bernadette Lalruatfeli', 'Na', '9', 2, 2, 'DELHI', '2024-01-05 18:30:00', 1),
(12, '12', '12', 'TFN/COM/2024/0012', '50000', '', '', '', '', 'lucy (3.5 month)', 'na', '9', 2, 2, 'DELHI', '2024-01-08 18:30:00', 1),
(13, '13', '13', 'TFN/COM/2024/0013', '50000', '', '', '', '', 'Harshita Mulani', 'nil', '9', 2, 2, 'DELHI', '2024-01-14 18:30:00', 1),
(14, '14', '14', 'TFN/COM/2024/0014', '50000', '', '', '', '', 'Selina Kits', 'na', '9', 2, 2, 'DELHI', '2024-01-21 18:30:00', 1),
(15, '15', '15', 'TFN/COM/2024/0015', '50000', '', '', '', '', 'Vihokali kits', 'na', '9', 2, 2, 'DELHI', '2024-01-28 18:30:00', 1),
(16, '16', '16', 'TFN/COM/2024/0016', '50000', '', '', '', '', 'S.philachan', 'NA', '9', 2, 2, 'DELHI', '2024-01-28 18:30:00', 1),
(17, '18', '17', 'TFN/COM/2024/0017', '50000', '', '', '', '', 'Papiya Roy', 'NA', '9', 2, 2, 'DELHI', '2024-02-07 18:30:00', 1),
(18, '19', '18', 'TFN/COM/2024/0018', '50000', '', '', '', '', 'Tharsem Kasar', 'NA', '9', 2, 2, 'DELHI', '2024-02-11 18:30:00', 1),
(19, '20', '19', 'TFN/COM/2024/0019', '50000', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', 2, 2, 'DELHI', '2024-02-12 18:30:00', 1),
(20, '21', '20', 'TFN/COM/2024/0020', '24000', '', '', '', '', 'Rohan', 'NA', '9', 2, 2, 'DELHI', '2024-02-13 18:30:00', 1),
(21, '22', '21', 'TFN/COM/2024/0021', '50000', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', 2, 2, 'DELHI', '2024-02-14 18:30:00', 1),
(22, '23', '22', 'TFN/COM/2024/0022', '25000', '', '', '', '', 'Ritu', 'NA', '9', 2, 2, 'DELHI', '2024-02-19 18:30:00', 1),
(23, '24', '23', 'TFN/COM/2024/0023', '50000', '', '', '', '', 'Kanak lata Patel', 'NA', '9', 2, 2, 'DELHI', '2024-02-22 18:30:00', 0),
(24, '25', '24', 'TFN/COM/2024/0024', '50000', '', '', '', '', 'Parul Taneja', 'NA', '9', 2, 2, 'DELHI', '2024-02-22 18:30:00', 1),
(25, '28', '25', 'TFN/COM/2024/0025', '10000', '', '', '', '', 'Pooja Jain', 'NA', '9', 2, 2, 'DELHI', '2024-03-04 18:30:00', 1),
(26, '31', '26', 'TFN/COM/2024/0026', '50000', '', '', '', '', 'SOWORCHAN', 'NA', '9', 2, 2, 'DELHI', '2024-03-17 18:30:00', 1),
(27, '32', '27', 'TFN/COM/2024/0027', '50000', '', '', '', '', 'Praneet Kaur', 'NA', '9', 2, 2, 'DELHI', '2024-03-20 18:30:00', 1),
(28, '36', '28', 'TFN/COM/2024/0028', '30000', '', '', '', '', 'Poojaen', 'NA', '9', 2, 2, 'DELHI', '2024-03-29 18:30:00', 0),
(29, '2', '2', 'TFN/COM/2024/0029', '89633', '', '', '', '', 'Puja Bhushan', 'na', '9', 2, 2, 'DELHI', '2023-09-19 18:30:00', 1),
(30, '4', '4', 'TFN/COM/2024/0030', '125000', '', '', '', '', 'Ananya Juneja', 'na', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 0),
(31, '5', '5', 'TFN/COM/2024/0031', '50000', '', '', '', '', 'Divyansh', 'na', '9', 2, 2, 'DELHI', '2023-12-30 18:30:00', 1),
(32, '8', '8', 'TFN/COM/2024/0032', '157250', '', '', '', '', 'Rounak Arora', 'na', '9', 2, 2, 'DELHI', '2024-01-07 18:30:00', 1),
(33, '10', '10', 'TFN/COM/2024/0033', '112700', '', '', '', '', 'Nitish Kalra', 'na', '9', 2, 2, 'DELHI', '2024-01-14 18:30:00', 1),
(34, '21', '20', 'TFN/COM/2024/0034', '72175', '', '', '', '', 'Rohan', 'NA', '9', 2, 2, 'DELHI', '2024-02-26 18:30:00', 1),
(35, '37', '29', 'TFN/COM/2024/0035', '50000', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-04-24 18:30:00', 0),
(36, '26', '', 'TFN/COM/2024/0036', '84075', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-02-22 18:30:00', 1),
(37, '27', '', 'TFN/COM/2024/0037', '84075', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-02-27 18:30:00', 1),
(38, '19', '18', 'TFN/COM/2024/0038', '58166', '', '', '', '', 'Tharsem Kasar', 'NA', '9', 2, 2, 'DELHI', '2024-03-04 18:30:00', 1),
(39, '28', '25', 'TFN/COM/2024/0039', '83500', '', '', '', '', 'Pooja Jain', 'NA', '9', 2, 2, 'DELHI', '2024-03-04 18:30:00', 1),
(40, '6', '6', 'TFN/COM/2024/0040', '50000', '', '', '', '', 'Paromita Jairath', 'na', '9', 2, 2, 'DELHI', '2024-03-09 18:30:00', 1),
(41, '14', '14', 'TFN/COM/2024/0041', '81200', '', '', '', '', 'Selina Kits', 'na', '9', 2, 2, 'DELHI', '2024-03-09 18:30:00', 1),
(42, '15', '15', 'TFN/COM/2024/0042', '81200', '', '', '', '', 'Vihokali kits', 'na', '9', 2, 2, 'DELHI', '2024-03-09 18:30:00', 1),
(43, '16', '16', 'TFN/COM/2024/0043', '83334', '', '', '', '', 'S.philachan', 'NA', '9', 2, 2, 'DELHI', '2024-03-09 18:30:00', 1),
(44, '20', '19', 'TFN/COM/2024/0044', '91500', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', 2, 2, 'DELHI', '2024-03-09 18:30:00', 1),
(45, '22', '21', 'TFN/COM/2024/0045', '61250', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', 2, 2, 'DELHI', '2024-03-09 18:30:00', 1),
(46, '7', '7', 'TFN/COM/2024/0046', '91000', '', '', '', '', 'Pushpa D. Budha', 'na', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(47, '12', '12', 'TFN/COM/2024/0047', '303410', '', '', '', '', 'lucy (3.5 month)', 'na', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(48, '18', '17', 'TFN/COM/2024/0048', '131350', '', '', '', '', 'Papiya Roy', 'NA', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(49, '23', '22', 'TFN/COM/2024/0049', '91000', '', '', '', '', 'Ritu', 'NA', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(50, '24', '23', 'TFN/COM/2024/0050', '91500', '', '', '', '', 'Kanak lata Patel', 'NA', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 0),
(51, '29', '', 'TFN/COM/2024/0051', '78175', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-17 18:30:00', 0),
(52, '25', '24', 'TFN/COM/2024/0052', '87566', '', '', '', '', 'Parul Taneja', 'NA', '9', 2, 2, 'DELHI', '2024-03-19 18:30:00', 1),
(53, '9', '9', 'TFN/COM/2024/0053', '93000', '', '', '', '', 'Taban Rizvi', 'na', '9', 2, 2, 'DELHI', '2024-03-24 18:30:00', 1),
(54, '11', '11', 'TFN/COM/2024/0054', '143150', '', '', '', '', 'Miss Bernadette Lalruatfeli', 'Na', '9', 2, 2, 'DELHI', '2024-03-25 18:30:00', 1),
(55, '17', '', 'TFN/COM/2024/0055', '87700', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 0),
(56, '30', '', 'TFN/COM/2024/0056', '78175', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 0),
(57, '32', '27', 'TFN/COM/2024/0057', '87567', '', '', '', '', 'Praneet Kaur', 'NA', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 1),
(58, '33', '', 'TFN/COM/2024/0058', '70800', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 0),
(59, '35', '', 'TFN/COM/2024/0059', '153400', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-28 18:30:00', 1),
(60, '34', '', 'TFN/COM/2024/0060', '73750', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-31 18:30:00', 0),
(61, '13', '13', 'TFN/COM/2024/0061', '95433', '', '', '', '', 'Harshita Mulani', 'nil', '9', 2, 2, 'DELHI', '2024-04-02 18:30:00', 1),
(62, '36', '28', 'TFN/COM/2024/0062', '94233', '', '', '', '', 'Poojaen', 'NA', '9', 2, 2, 'DELHI', '2024-04-02 18:30:00', 0),
(63, '31', '26', 'TFN/COM/2024/0063', '57500', '', '', '', '', 'SOWORCHAN', 'NA', '9', 2, 2, 'DELHI', '2024-04-09 18:30:00', 1),
(64, '2', '2', 'TFN/COM/2024/0064', '89633', '', '', '', '', 'Puja Bhushan', 'na', '9', 2, 2, 'DELHI', '2023-10-19 18:30:00', 1),
(65, '2', '2', 'TFN/COM/2024/0065', '89633', '', '', '', '', 'Puja Bhushan', 'na', '9', 2, 2, 'DELHI', '2023-11-19 18:30:00', 1),
(66, '8', '8', 'TFN/COM/2024/0066', '157250', '', '', '', '', 'Rounak Arora', 'na', '9', 2, 2, 'DELHI', '2024-02-07 18:30:00', 1),
(67, '10', '10', 'TFN/COM/2024/0067', '112700', '', '', '', '', 'Nitish Kalra', 'na', '9', 2, 2, 'DELHI', '2024-02-14 18:30:00', 1),
(68, '21', '20', 'TFN/COM/2024/0068', '72175', '', '', '', '', 'Rohan', 'NA', '9', 2, 2, 'DELHI', '2024-03-13 18:30:00', 1),
(69, '27', '', 'TFN/COM/2024/0069', '84075', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(70, '26', '', 'TFN/COM/2024/0070', '84075', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 1),
(71, '5', '5', 'TFN/COM/2024/0071', '56125', '', '', '', '', 'Divyansh', 'na', '9', 2, 2, 'DELHI', '2024-04-04 18:30:00', 1),
(72, '14', '14', 'TFN/COM/2024/0072', '81200', '', '', '', '', 'Selina Kits', 'na', '9', 2, 2, 'DELHI', '2024-04-09 18:30:00', 1),
(73, '15', '15', 'TFN/COM/2024/0073', '81200', '', '', '', '', 'Vihokali kits', 'na', '9', 2, 2, 'DELHI', '2024-04-09 18:30:00', 1),
(74, '16', '16', 'TFN/COM/2024/0074', '83334', '', '', '', '', 'S.philachan', 'NA', '9', 2, 2, 'DELHI', '2024-04-09 18:30:00', 1),
(75, '20', '19', 'TFN/COM/2024/0075', '91500', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', 2, 2, 'DELHI', '2024-04-09 18:30:00', 1),
(76, '22', '21', 'TFN/COM/2024/0076', '61250', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', 2, 2, 'DELHI', '2024-04-09 18:30:00', 1),
(77, '19', '18', 'TFN/COM/2024/0077', '108166', '', '', '', '', 'Tharsem Kasar', 'NA', '9', 2, 2, 'DELHI', '2024-04-14 18:30:00', 1),
(78, '7', '7', 'TFN/COM/2024/0078', '92000', '', '', '', '', 'Pushpa D. Budha', 'na', '9', 2, 2, 'DELHI', '2024-04-14 18:30:00', 1),
(79, '18', '17', 'TFN/COM/2024/0079', '131350', '', '', '', '', 'Papiya Roy', 'NA', '9', 2, 2, 'DELHI', '2024-04-14 18:30:00', 1),
(80, '23', '22', 'TFN/COM/2024/0080', '92000', '', '', '', '', 'Ritu', 'NA', '9', 2, 2, 'DELHI', '2024-04-14 18:30:00', 1),
(81, '27', '', 'TFN/COM/2024/0081', '84075', '', '', '', '', 'prem', 'na', '9', 2, 2, 'DELHI', '2024-04-14 18:30:00', 1),
(82, '10', '10', 'TFN/COM/2024/0082', '112700', '', '', '', '', 'Nitish Kalra', 'na', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(83, '25', '24', 'TFN/COM/2024/0083', '25000', '', '', '', '', 'Parul Taneja', 'NA', '9', 2, 2, 'DELHI', '2024-03-24 18:30:00', 1),
(84, '17', '30', 'TFN/COM/2024/0084', '87700', '', '', '', '', 'Anchal Saluja', 'NA', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 0),
(85, '35', '31', 'TFN/COM/2024/0085', '153400', '', '', '', '', 'Momina khan', 'NA', '9', 2, 2, 'DELHI', '2024-03-28 18:30:00', 1),
(86, '34', '32', 'TFN/COM/2024/0086', '73750', '', '', '', '', 'Ridhi', 'NA', '9', 2, 2, 'DELHI', '0000-00-00 00:00:00', 0),
(87, '33', '33', 'TFN/COM/2024/0087', '70800', '', '', '', '', 'Prashant', 'NA', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 0),
(88, '29', '34', 'TFN/COM/2024/0088', '78175', '', '', '', '', 'Shagun', 'NA', '9', 2, 2, 'DELHI', '2024-03-08 18:30:00', 0),
(89, '27', '35', 'TFN/COM/2024/0089', '84075', '', '', '', '', 'Akshita Goyle', 'NA', '9', 2, 2, 'DELHI', '2024-02-27 18:30:00', 1),
(90, '26', '36', 'TFN/COM/2024/0090', '84075', '', '', '', '', 'Harsh Yadav', 'NA', '9', 2, 2, 'DELHI', '2024-02-23 18:30:00', 1),
(91, '30', '37', 'TFN/COM/2024/0091', '78175', '', '', '', '', 'Damanpreet', 'NA', '9', 2, 2, 'DELHI', '2024-03-17 18:30:00', 0),
(92, '26', '36', 'TFN/COM/2024/0092', '84075', '', '', '', '', 'Harsh Yadav', 'NA', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 1),
(93, '29', '34', 'TFN/COM/2024/0093', '78175', '', '', '', '', 'Shagun', 'NA', '9', 2, 2, 'DELHI', '2024-04-17 18:30:00', 0),
(94, '34', '32', 'TFN/COM/2024/0094', '73750', '', '', '', '', 'Ridhi', 'NA', '9', 2, 2, 'DELHI', '2024-04-19 18:30:00', 0),
(95, '17', '30', 'TFN/COM/2024/0095', '77300', '', '', '', '', 'Anchal Saluja', 'NA', '9', 2, 2, 'DELHI', '2024-04-26 18:30:00', 0),
(96, '33', '33', 'TFN/COM/2024/0096', '70800', '', '', '', '', 'Prashant', 'NA', '9', 2, 2, 'DELHI', '2024-04-26 18:30:00', 0),
(97, '30', '37', 'TFN/COM/2024/0097', '78175', '', '', '', '', 'Damanpreet', 'NA', '9', 2, 2, 'DELHI', '2024-04-26 18:30:00', 0),
(98, '27', '35', 'TFN/COM/2024/0098', '84075', '', '', '', '', 'Akshita Goyle', 'NA', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(99, '35', '31', 'TFN/COM/2024/0099', '153400', '', '', '', '', 'Momina khan', 'NA', '9', 2, 2, 'DELHI', '2024-04-28 18:30:00', 0),
(100, '27', '35', 'TFN/COM/2024/00100', '84075', '', '', '', '', 'Akshita Goyle', 'NA', '9', 2, 2, 'DELHI', '2024-04-14 18:30:00', 1),
(101, '36', '38', 'TFN/COM/2024/00101', '10000', '', '', '', '', 'Poojaen', 'NA', '9', 2, 2, 'DELHI', '2024-03-29 18:30:00', 1),
(102, '34', '39', 'TFN/COM/2024/00102', '73750', '', '', '', '', 'Ridhi', 'NA', '9', 2, 2, 'DELHI', '2024-03-27 18:30:00', 1),
(103, '33', '40', 'TFN/COM/2024/00103', '70800', '', '', '', '', 'Prashant', 'NA', '9', 2, 2, 'DELHI', '2024-03-26 18:30:00', 1),
(104, '30', '41', 'TFN/COM/2024/00104', '78175', '', '', '', '', 'Damanpreet', 'NA', '9', 2, 2, 'DELHI', '2024-03-17 18:30:00', 1),
(105, '29', '42', 'TFN/COM/2024/00105', '78175', '', '', '', '', 'Shagun', 'NA', '9', 2, 2, 'DELHI', '2024-03-08 18:30:00', 1),
(106, '24', '43', 'TFN/COM/2024/00106', '50000', '', '', '', '', 'Kanak lata Patel', 'NA', '9', 2, 2, 'DELHI', '2024-02-22 18:30:00', 1),
(107, '17', '44', 'TFN/COM/2024/00107', '87700', '', '', '', '', 'Anchal Saluja', 'NA', '9', 2, 2, 'DELHI', '2024-01-30 18:30:00', 1),
(108, '4', '45', 'TFN/COM/2024/00108', '25000', '', '', '', '', 'Ananya Juneja', 'na', '9', 2, 2, 'DELHI', '2023-11-29 18:30:00', 1),
(109, '4', '45', 'TFN/COM/2024/00109', '125000', '', '', '', '', 'Ananya Juneja', 'na', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(110, '24', '43', 'TFN/COM/2024/00110', '91500', '', '', '', '', 'Kanak lata Patel', 'NA', '9', 2, 2, 'DELHI', '2024-03-14 18:30:00', 1),
(111, '36', '38', 'TFN/COM/2024/00111', '94233', '', '', '', '', 'Poojaen', 'NA', '9', 2, 2, 'DELHI', '2024-04-02 18:30:00', 1),
(112, '38', '46', 'TFN/COM/2024/00112', '50000', '', '', '', '', 'Meeka Kumari', 'SECTOR 74 ORB SUPER TECH 1402', '34', 2, 2, 'DELHI', '2024-05-02 18:30:00', 1),
(113, '39', '47', 'TFN/COM/2024/00113', '50000', '', '', '', '', 'VANDANA JAIN', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', 2, 2, 'DELHI', '2024-05-05 18:30:00', 1),
(114, '40', '48', 'TFN/COM/2024/00114', '342200', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', 2, 2, 'DELHI', '2024-05-08 07:32:51', 0),
(115, '41', '49', 'TFN/COM/2024/00115', '50000', '', '', '', '', 'Khya Rinya', 'Senki park, near B.S.I office, itanagar Arunachal Pradesh', '3', 2, 2, 'DELHI', '2024-05-10 09:28:33', 0),
(116, '42', '50', 'TFN/COM/2024/00116', '50000', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', 2, 2, 'DELHI', '2024-05-10 09:38:53', 1),
(117, '41', '49', 'TFN/COM/2024/00117', '50000', '12AZDPP1404B1Z9', 'M/S K.K ENTERPRISES', 'Nil, M/s K.K Enterprises, Gohpur, Itanagar, Papum Pare, Arunachal Pradesh, 791111', '3', '', '', '', 1, 2, 'DELHI', '2024-05-10 10:10:58', 1),
(118, '43', '51', 'TFN/COM/2024/00118', '10000', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', 2, 2, 'DELHI', '2024-05-16 09:43:27', 1),
(119, '44', '52', 'TFN/COM/2024/00119', '50000', '', '', '', '', 'Khwairakpam carinda Devi', 'Awang sekmai khunou leikai , Manipur imphal', '22', 2, 2, 'DELHI', '2024-05-16 10:24:06', 1),
(120, '45', '53', 'TFN/COM/2024/00120', '50000', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', 2, 2, 'DELHI', '2024-05-17 06:15:46', 1),
(121, '46', '54', 'TFN/COM/2024/00121', '50000', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', 2, 2, 'DELHI', '2024-05-17 09:22:26', 1),
(122, '47', '55', 'TFN/COM/2024/00122', '50000', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', 2, 2, 'DELHI', '2024-05-17 09:33:06', 1),
(123, '48', '56', 'TFN/COM/2024/00123', '50000', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', 2, 2, 'DELHI', '2024-05-18 09:55:29', 1),
(124, '49', '57', 'TFN/COM/2024/00124', '50000', '', '', '', '', 'Vikas', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', 2, 2, 'DELHI', '2024-05-18 10:26:02', 1),
(125, '50', '58', 'TFN/COM/2024/00125', '50000', '', '', '', '', 'Nandika Mittal', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', 2, 2, 'DELHI', '2024-05-18 11:24:12', 1),
(126, '51', '59', 'TFN/COM/2024/00126', '50000', '', '', '', '', 'Neha Batra', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', 2, 2, 'DELHI', '2024-05-22 10:28:01', 1),
(127, '52', '60', 'TFN/COM/2024/00127', '50000', '', '', '', '', 'Ishika Bansal', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', 2, 2, 'DELHI', '2024-05-22 11:11:36', 1),
(128, '53', '61', 'TFN/COM/2024/00128', '1000', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', 2, 2, 'DELHI', '2024-05-28 10:03:28', 1),
(129, '54', '62', 'TFN/COM/2024/00129', '50000', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', 2, 2, 'DELHI', '2024-05-30 06:38:40', 1),
(130, '55', '63', 'TFN/COM/2024/00130', '50000', '', '', '', '', 'Apurvi Modi', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', 2, 2, 'DELHI', '2024-05-30 06:52:18', 1),
(131, '56', '64', 'TFN/COM/2024/00131', '50000', '', '', '', '', 'Naman Kalra', 'I/29 keshav nagar numaish camp gate no-1 near taneja sweets saharanpur', '34', 2, 2, 'DELHI', '2024-05-30 08:01:03', 1),
(132, '46', '54', 'TFN/COM/2024/00132', '62000', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', 2, 2, 'DELHI', '2024-06-09 18:30:00', 1),
(133, '46', '54', 'TFN/COM/2024/00133', '62000', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', 2, 2, 'DELHI', '2024-06-09 18:30:00', 0),
(134, '57', '65', 'TFN/COM/2024/00134', '41300', '', '', '', '', 'Savita devi', 'Vill Bilandpur, tal-Raja pakar', '5', 2, 2, 'DELHI', '2024-06-13 09:08:11', 1),
(135, '58', '66', 'TFN/COM/2024/00135', '25000', '', '', '', '', 'Yash Verma', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', 2, 2, 'DELHI', '2024-06-13 09:47:02', 1),
(136, '59', '67', 'TFN/COM/2024/00136', '25000', '', '', '', '', 'Juhee Srivastava', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', 2, 2, 'DELHI', '2024-06-13 09:50:12', 1),
(137, '47', '55', 'TFN/COM/2024/00137', '45000', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', 2, 2, 'DELHI', '2024-06-11 18:30:00', 1),
(138, '42', '50', 'TFN/COM/2024/00138', '97400', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', 2, 2, 'DELHI', '2024-06-12 18:30:00', 1),
(139, '13', '13', 'TFN/COM/2024/00139', '95433', '', '', '', '', 'Harshita Mulani', '122/503 sindhi colony shastri nagar uttar pradesh-208005', '34', 2, 2, 'DELHI', '2024-06-09 18:30:00', 1),
(140, '45', '53', 'TFN/COM/2024/00140', '87566', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', 2, 2, 'DELHI', '2024-06-09 18:30:00', 1),
(141, '52', '60', 'TFN/COM/2024/00141', '99366', '', '', '', '', 'Ishika Bansal', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', 2, 2, 'DELHI', '2024-06-09 18:30:00', 1),
(142, '41', '49', 'TFN/COM/2024/00142', '97400', '12AZDPP1404B1Z9', 'M/S K.K ENTERPRISES', 'Nil, M/s K.K Enterprises, Gohpur, Itanagar, Papum Pare, Arunachal Pradesh, 791111', '3', '', '', '', 1, 2, 'DELHI', '2024-06-09 18:30:00', 1),
(143, '54', '62', 'TFN/COM/2024/00143', '101333', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', 2, 2, 'DELHI', '2024-06-09 18:30:00', 1),
(144, '47', '55', 'TFN/COM/2024/00144', '45000', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', 2, 2, 'DELHI', '2024-06-17 18:30:00', 1),
(145, '60', '68', 'TFN/COM/2024/00145', '10000', '', '', '', '', 'Prachi', 'BE-266 hari nagar, West delhi', '9', 2, 2, 'DELHI', '2024-06-20 09:58:33', 1),
(146, '39', '47', 'TFN/COM/2024/00146', '100000', '', '', '', '', 'VANDANA JAIN', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', 2, 2, 'DELHI', '2024-06-17 18:30:00', 1),
(147, '61', '69', 'TFN/COM/2024/00147', '25000', '', '', '', '', 'Nupur Jain', 'Ward no-23, Raisinghnagar Ganganagar Rajasthan -335051', '29', 2, 2, 'DELHI', '2024-06-25 06:44:23', 1),
(148, '47', '55', 'TFN/COM/2024/00148', '29700', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', 2, 2, 'DELHI', '2024-06-25 18:30:00', 1),
(149, '50', '58', 'TFN/COM/2024/00149', '137250', '', '', '', '', 'Nandika Mittal', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', 2, 2, 'DELHI', '2024-06-23 18:30:00', 1),
(150, '51', '59', 'TFN/COM/2024/00150', '131350', '', '', '', '', 'Neha Batra', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', 2, 2, 'DELHI', '2024-06-23 18:30:00', 1),
(151, '48', '56', 'TFN/COM/2024/00151', '166450', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', 2, 2, 'DELHI', '2024-06-13 18:30:00', 1),
(152, '49', '57', 'TFN/COM/2024/00152', '105222', '', '', '', '', 'Vikas', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', 2, 2, 'DELHI', '2024-06-24 18:30:00', 1),
(153, '62', '70', 'TFN/COM/2024/00153', '25000', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', 2, 2, 'DELHI', '2024-06-27 09:28:17', 1),
(154, '63', '71', 'TFN/COM/2024/00154', '50000', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', 2, 2, 'DELHI', '2024-07-05 08:55:57', 1),
(155, '64', '72', 'TFN/COM/2024/00155', '5000', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', 1, 2, 'DELHI', '2024-07-05 09:39:37', 1),
(156, '65', '73', 'TFN/COM/2024/00156', '10000', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', 2, 2, 'DELHI', '2024-07-09 06:15:26', 1),
(157, '66', '74', 'TFN/COM/2024/00157', '10000', '', '', '', '', 'akash gautam', 'a-105 amrapali vaishali sector-3', '34', 2, 2, 'DELHI', '2024-07-09 06:42:58', 1),
(158, '66', '74', 'TFN/COM/2024/00158', '104833', '', '', '', '', 'akash gautam', 'a-105 amrapali vaishali sector-3', '34', 2, 2, 'DELHI', '2024-07-08 18:30:00', 1),
(159, '63', '71', 'TFN/COM/2024/00159', '91500', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', 2, 2, 'DELHI', '2024-07-08 18:30:00', 1),
(160, '60', '68', 'TFN/COM/2024/00160', '100000', '', '', '', '', 'Prachi', 'BE-266 hari nagar, West delhi', '9', 2, 2, 'DELHI', '2024-06-28 18:30:00', 1),
(161, '59', '67', 'TFN/COM/2024/00161', '90750', '', '', '', '', 'Juhee Srivastava', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', 2, 2, 'DELHI', '2024-07-05 18:30:00', 1),
(162, '58', '66', 'TFN/COM/2024/00162', '99600', '', '', '', '', 'Yash Verma', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', 2, 2, 'DELHI', '2024-06-19 18:30:00', 1),
(163, '64', '72', 'TFN/COM/2024/00163', '5000', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', 1, 2, 'DELHI', '2024-07-04 18:30:00', 1),
(164, '64', '72', 'TFN/COM/2024/00164', '104833', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', 1, 2, 'DELHI', '2024-07-10 18:30:00', 1),
(165, '55', '63', 'TFN/COM/2024/00165', '87566', '', '', '', '', 'Apurvi Modi', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', 2, 2, 'DELHI', '2024-07-09 18:30:00', 1),
(166, '54', '62', 'TFN/COM/2024/00166', '101333', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', 2, 2, 'DELHI', '2024-07-06 18:30:00', 1),
(167, '53', '61', 'TFN/COM/2024/00167', '4000', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', 2, 2, 'DELHI', '2024-05-28 18:30:00', 1),
(168, '53', '61', 'TFN/COM/2024/00168', '20000', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', 2, 2, 'DELHI', '2024-06-03 18:30:00', 1),
(169, '53', '61', 'TFN/COM/2024/00169', '103766', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', 2, 2, 'DELHI', '2024-06-24 18:30:00', 1),
(170, '45', '53', 'TFN/COM/2024/00170', '87566', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', 2, 2, 'DELHI', '2024-07-09 18:30:00', 1),
(171, '43', '51', 'TFN/COM/2024/00171', '40000', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', 2, 2, 'DELHI', '2024-05-27 18:30:00', 1),
(172, '43', '51', 'TFN/COM/2024/00172', '72350', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', 2, 2, 'DELHI', '2024-06-17 18:30:00', 1),
(173, '42', '50', 'TFN/COM/2024/00173', '97400', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', 2, 2, 'DELHI', '2024-07-09 18:30:00', 1),
(174, '62', '70', 'TFN/COM/2024/00174', '25000', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', 2, 2, 'DELHI', '2024-07-14 18:30:00', 1),
(175, '67', '75', 'TFN/COM/2024/00175', '50000', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', 2, 2, 'DELHI', '2024-07-20 06:40:56', 1),
(176, '68', '76', 'TFN/COM/2024/00176', '10000', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', 1, 2, 'DELHI', '2024-07-20 07:07:54', 1),
(177, '69', '77', 'TFN/COM/2024/00177', '112100', '', '', '', '', 'Dhrriti Jain', 'T-3 Green park extention Hauz Khas South delhi-110016', '9', 2, 2, 'DELHI', '2024-07-24 10:09:43', 1),
(178, '70', '78', 'TFN/COM/2024/00178', '3000', '', '', '', '', 'Shalu Gauri', '30/186, First Floor, Vikram Vihar, Lajpat Nagar-IV', '9', 2, 2, 'DELHI', '2024-07-25 10:26:48', 1),
(179, '65', '73', 'TFN/COM/2024/00179', '40000', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', 2, 2, 'DELHI', '2024-07-24 18:30:00', 1),
(180, '71', '79', 'TFN/COM/2024/00180', '10000', '', '', '', '', 'Sumedha Kataria', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', 2, 2, 'DELHI', '2024-07-25 11:49:11', 1),
(181, '72', '80', 'TFN/COM/2024/00181', '10000', '', '', '', '', 'Kanak Dhingra', 'A-116, Jhilmil colony delhi east delhi-110095', '9', 2, 2, 'DELHI', '2024-07-27 07:47:09', 1),
(182, '73', '81', 'TFN/COM/2024/00182', '50000', '', '', '', '', 'Jesika jain', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', 2, 2, 'DELHI', '2024-07-27 07:53:12', 1),
(183, '74', '82', 'TFN/COM/2024/00183', '50000', '', '', '', '', 'Rupali Arora', '8-A Gali no-7, South Krishna nagar east-110051', '9', 2, 2, 'DELHI', '2024-07-27 08:29:31', 1),
(184, '75', '83', 'TFN/COM/2024/00184', '50000', '', '', '', '', 'Satvik Dureja', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', 2, 2, 'DELHI', '2024-07-29 09:36:04', 1),
(185, '76', '84', 'TFN/COM/2024/00185', '25000', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', 2, 2, 'DELHI', '2024-07-30 11:10:23', 1),
(186, '77', '85', 'TFN/COM/2024/00186', '25000', '', '', '', '', 'Tabinda Niyaz', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', 2, 2, 'DELHI', '2024-07-31 10:08:16', 1),
(187, '78', '86', 'TFN/COM/2024/00187', '10000', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', 2, 2, 'DELHI', '2024-07-31 11:06:19', 1),
(188, '79', '87', 'TFN/COM/2024/00188', '10000', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', 2, 2, 'DELHI', '2024-08-03 06:35:09', 1),
(189, '80', '88', 'TFN/COM/2024/00189', '50000', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', '', '', '', 1, 2, 'DELHI', '2024-08-03 07:25:46', 1),
(190, '81', '89', 'TFN/COM/2024/00190', '50000', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', 2, 2, 'DELHI', '2024-08-03 07:31:29', 1),
(191, '82', '90', 'TFN/COM/2024/00191', '10000', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', 2, 2, 'DELHI', '2024-08-03 09:13:53', 1),
(192, '83', '91', 'TFN/COM/2024/00192', '5000', '', '', '', '', 'Sanchita Aggarwal', '1964, Sector 16 Faridabad', '14', 2, 2, 'DELHI', '2024-08-03 09:33:56', 1),
(193, '84', '92', 'TFN/COM/2024/00193', '25000', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', 1, 2, 'DELHI', '2024-08-03 09:59:08', 1),
(194, '85', '93', 'TFN/COM/2024/00194', '50000', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', 2, 2, 'DELHI', '2024-08-12 10:36:25', 1),
(195, '86', '94', 'TFN/COM/2024/00195', '50000', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', 1, 2, 'DELHI', '2024-08-12 11:21:58', 1),
(196, '87', '95', 'TFN/COM/2024/00196', '50000', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', 2, 2, 'DELHI', '2024-08-13 10:04:47', 1),
(197, '88', '96', 'TFN/COM/2024/00197', '50000', '', '', '', '', 'Garima Kothari', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', 2, 2, 'DELHI', '2024-08-13 10:28:02', 1),
(198, '89', '97', 'TFN/COM/2024/00198', '50000', '', '', '', '', 'Naveen Agrawal', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', 2, 2, 'DELHI', '2024-08-13 10:40:18', 1),
(199, '82', '90', 'TFN/COM/2024/00199', '40000', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', 2, 2, 'DELHI', '2024-08-11 18:30:00', 1),
(200, '83', '91', 'TFN/COM/2024/00200', '45000', '', '', '', '', 'Sanchita Aggarwal', '1964, Sector 16 Faridabad', '14', 2, 2, 'DELHI', '2024-08-04 18:30:00', 1),
(201, '76', '84', 'TFN/COM/2024/00201', '25000', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', 2, 2, 'DELHI', '2024-08-04 18:30:00', 1),
(202, '78', '86', 'TFN/COM/2024/00202', '40000', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', 2, 2, 'DELHI', '2024-08-02 18:30:00', 1),
(203, '79', '87', 'TFN/COM/2024/00203', '15000', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', 2, 2, 'DELHI', '2024-08-05 18:30:00', 1),
(204, '90', '98', 'TFN/COM/2024/00204', '10000', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', 1, 2, 'DELHI', '2024-08-14 11:25:48', 1),
(205, '91', '99', 'TFN/COM/2024/00205', '10000', '', '', '', '', 'SANA HAYAT ANSARI', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', 2, 2, 'DELHI', '2024-08-16 12:32:47', 1),
(206, '92', '100', 'TFN/COM/2024/00206', '50000', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', 1, 2, 'DELHI', '2024-08-17 09:13:59', 1),
(207, '93', '101', 'TFN/COM/2024/00207', '10000', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', 2, 2, 'DELHI', '2024-08-27 12:16:55', 1),
(208, '94', '102', 'TFN/COM/2024/00208', '25000', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', 2, 2, 'DELHI', '2024-08-31 08:14:40', 1),
(209, '95', '103', 'TFN/COM/2024/00209', '10000', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', 2, 2, 'DELHI', '2024-08-31 09:19:34', 1),
(210, '96', '104', 'TFN/COM/2024/00210', '25000', '', '', '', '', 'Ningsem Shimray', 'Khangkhui khullen, Ukhrul, Manipur', '9', 2, 2, 'DELHI', '2024-08-31 09:32:38', 1),
(211, '97', '105', 'TFN/COM/2024/00211', '10000', '', '', '', '', 'Prerna Mittal', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', 2, 2, 'DELHI', '2024-08-31 12:07:31', 1),
(212, '98', '106', 'TFN/COM/2024/00212', '50000', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 2, 2, 'DELHI', '2024-09-03 07:06:11', 1),
(213, '99', '107', 'TFN/COM/2024/00213', '10000', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', 1, 2, 'DELHI', '2024-09-07 11:42:29', 1),
(214, '89', '97', 'TFN/COM/2024/00214', '100000', '', '', '', '', 'Naveen Agrawal', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', 2, 2, 'DELHI', '2024-09-08 18:30:00', 1),
(215, '98', '106', 'TFN/COM/2024/00215', '50000', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(216, '100', '108', 'TFN/COM/2024/00216', '10000', '06DWIPK6367K1ZY', 'KHATRI TRADING COMPANY', 'H.NO. 524 GALI NO 27 INDIAN COLONY GOHANA ROAD SONIPAT 131001', '14', '', '', '', 1, 2, 'DELHI', '2024-09-11 12:28:51', 1),
(217, '95', '103', 'TFN/COM/2024/00217', '15000', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', 2, 2, 'DELHI', '2024-08-30 18:30:00', 1),
(218, '95', '103', 'TFN/COM/2024/00218', '116500', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', 2, 2, 'DELHI', '2024-09-13 18:30:00', 1),
(219, '101', '109', 'TFN/COM/2024/00219', '3000', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', 2, 2, 'DELHI', '2024-09-16 10:11:39', 1),
(220, '101', '109', 'TFN/COM/2024/00220', '53050', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', 2, 2, 'DELHI', '2024-09-15 18:30:00', 1),
(221, '102', '110', 'TFN/COM/2024/00221', '50000', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', 2, 2, 'DELHI', '2024-09-17 05:38:17', 1),
(222, '103', '111', 'TFN/COM/2024/00222', '352820', '', '', '', '', 'Nandini Ramjiwal', 'D-50, Kashyap Path, Opp. Tamanna Apts., Shyam Nagar, Jaipur', '29', 2, 2, 'DELHI', '2024-09-17 05:47:09', 1),
(223, '104', '112', 'TFN/COM/2024/00223', '54083', '', '', '', '', 'Ujala Kumari', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', 2, 2, 'DELHI', '2024-09-17 06:18:33', 1),
(224, '105', '113', 'TFN/COM/2024/00224', '10000', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', 2, 2, 'DELHI', '2024-09-17 06:22:34', 1),
(225, '106', '114', 'TFN/COM/2024/00225', '10000', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', 1, 2, 'DELHI', '2024-09-17 06:25:26', 1),
(226, '107', '115', 'TFN/COM/2024/00226', '10000', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', 2, 2, 'DELHI', '2024-09-17 06:30:36', 1),
(227, '108', '116', 'TFN/COM/2024/00227', '10000', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', 2, 2, 'DELHI', '2024-09-17 07:39:48', 1),
(228, '79', '87', 'TFN/COM/2024/00228', '100000', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(229, '67', '75', 'TFN/COM/2024/00229', '99366', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', 2, 2, 'DELHI', '2024-09-08 18:30:00', 1),
(230, '73', '81', 'TFN/COM/2024/00230', '101333', '', '', '', '', 'Jesika jain', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(231, '44', '52', 'TFN/COM/2024/00231', '250000', '', '', '', '', 'Khwairakpam carinda Devi', 'Awang sekmai khunou leikai , Manipur imphal', '22', 2, 2, 'DELHI', '2024-09-05 18:30:00', 1),
(232, '84', '92', 'TFN/COM/2024/00232', '105733', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', 1, 2, 'DELHI', '2024-09-16 18:30:00', 1),
(233, '62', '70', 'TFN/COM/2024/00233', '100000', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', 2, 2, 'DELHI', '2024-09-11 18:30:00', 1),
(234, '76', '84', 'TFN/COM/2024/00234', '91500', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(235, '78', '86', 'TFN/COM/2024/00235', '91500', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', 2, 2, 'DELHI', '2024-09-10 18:30:00', 1),
(236, '77', '85', 'TFN/COM/2024/00236', '72030', '', '', '', '', 'Tabinda Niyaz', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(237, '88', '96', 'TFN/COM/2024/00237', '95433', '', '', '', '', 'Garima Kothari', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(238, '92', '100', 'TFN/COM/2024/00238', '67900', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', 1, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(239, '91', '99', 'TFN/COM/2024/00239', '97000', '', '', '', '', 'SANA HAYAT ANSARI', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', 2, 2, 'DELHI', '2024-09-12 18:30:00', 1),
(240, '96', '104', 'TFN/COM/2024/00240', '60125', '', '', '', '', 'Ningsem Shimray', 'Khangkhui khullen, Ukhrul, Manipur', '9', 2, 2, 'DELHI', '2024-09-14 18:30:00', 1),
(241, '93', '101', 'TFN/COM/2024/00241', '40000', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', 2, 2, 'DELHI', '2024-09-12 18:30:00', 1),
(242, '98', '106', 'TFN/COM/2024/00242', '41500', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 2, 2, 'DELHI', '2024-09-20 18:30:00', 1),
(243, '105', '113', 'TFN/COM/2024/00243', '40000', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', 2, 2, 'DELHI', '2024-09-18 18:30:00', 1),
(244, '102', '110', 'TFN/COM/2024/00244', '72350', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', 2, 2, 'DELHI', '2024-09-15 18:30:00', 1),
(245, '81', '89', 'TFN/COM/2024/00245', '91500', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', 2, 2, 'DELHI', '2024-09-16 18:30:00', 1),
(246, '86', '94', 'TFN/COM/2024/00246', '45750', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', 1, 2, 'DELHI', '2024-09-19 18:30:00', 1),
(247, '48', '56', 'TFN/COM/2024/00247', '167050', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', 2, 2, 'DELHI', '2024-09-09 18:30:00', 1),
(248, '106', '114', 'TFN/COM/2024/00248', '78625', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', 1, 2, 'DELHI', '2024-09-14 18:30:00', 1),
(249, '108', '116', 'TFN/COM/2024/00249', '85363', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', 2, 2, 'DELHI', '2024-09-16 18:30:00', 1),
(250, '87', '95', 'TFN/COM/2024/00250', '62000', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', 2, 2, 'DELHI', '2024-09-19 18:30:00', 1),
(251, '90', '98', 'TFN/COM/2024/00251', '15000', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', 1, 2, 'DELHI', '2024-09-14 18:30:00', 1),
(252, '109', '117', 'TFN/COM/2024/00252', '55066', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', 2, 2, 'DELHI', '2024-09-21 07:52:55', 1),
(253, '110', '118', 'TFN/COM/2024/00253', '44250', '', '', '', '', 'Garvit Sharma', '2/127 2 block Subash Nagar New Delhi', '9', 2, 2, 'DELHI', '2024-09-21 07:55:50', 1),
(254, '65', '73', 'TFN/COM/2024/00254', '91500', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', 2, 2, 'DELHI', '2024-09-20 18:30:00', 1),
(255, '111', '119', 'TFN/COM/2024/00255', '10000', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', 2, 2, 'DELHI', '2024-09-21 11:02:16', 1),
(256, '111', '119', 'TFN/COM/2024/00256', '83500', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', 2, 2, 'DELHI', '2024-03-26 18:30:00', 1),
(257, '111', '119', 'TFN/COM/2024/00257', '77150', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', 2, 2, 'DELHI', '2024-04-26 18:30:00', 1),
(258, '111', '119', 'TFN/COM/2024/00258', '82825', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', 2, 2, 'DELHI', '2024-05-31 18:30:00', 1),
(259, '111', '119', 'TFN/COM/2024/00259', '82825', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', 2, 2, 'DELHI', '2024-08-23 18:30:00', 1),
(260, '112', '120', 'TFN/COM/2024/00260', '25000', '', '', '', '', 'Boston lalruatfela', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', 2, 2, 'DELHI', '2024-09-24 07:44:40', 1),
(261, '113', '121', 'TFN/COM/2024/00261', '50000', '', '', '', '', 'Anya panor', 'QTR NO. 34, H-sector', '3', 2, 2, 'DELHI', '2024-09-27 08:07:28', 1),
(262, '114', '122', 'TFN/COM/2024/00262', '3000', '', '', '', '', 'Kanchan Mehrotra', '1/3 Ban Road , Shipra Suncity , Indirapuram, Ghaziabad', '34', 2, 2, 'DELHI', '2024-09-28 11:18:46', 1),
(263, '115', '123', 'TFN/COM/2024/00263', '50000', '', '', '', '', 'Sneha Taneja', 'C-4 Raja Garden ,', '9', 2, 2, 'DELHI', '2024-10-01 06:07:38', 1),
(264, '48', '56', 'TFN/COM/2024/00264', '167050', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', 2, 2, 'DELHI', '2024-09-09 18:30:00', 0),
(265, '99', '107', 'TFN/COM/2024/00265', '15000', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', 1, 2, 'DELHI', '2024-09-27 18:30:00', 1),
(266, '98', '106', 'TFN/COM/2024/00266', '46500', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 2, 2, 'DELHI', '2024-10-07 18:30:00', 1),
(267, '98', '106', 'TFN/COM/2024/00267', '45000', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 2, 2, 'DELHI', '2024-10-10 18:30:00', 1),
(268, '94', '102', 'TFN/COM/2024/00268', '74875', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', 2, 2, 'DELHI', '2024-09-23 18:30:00', 1),
(269, '85', '93', 'TFN/COM/2024/00269', '95433', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', 2, 2, 'DELHI', '2024-09-23 18:30:00', 1),
(270, '82', '90', 'TFN/COM/2024/00270', '93000', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', 2, 2, 'DELHI', '2024-09-19 18:30:00', 1),
(271, '113', '121', 'TFN/COM/2024/00271', '42433', '', '', '', '', 'Anya panor', 'QTR NO. 34, H-sector', '3', 2, 2, 'DELHI', '2024-10-02 18:30:00', 1),
(272, '112', '120', 'TFN/COM/2024/00272', '80166', '', '', '', '', 'Boston lalruatfela', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', 2, 2, 'DELHI', '2024-10-02 18:30:00', 1),
(273, '110', '118', 'TFN/COM/2024/00273', '44250', '', '', '', '', 'Garvit Sharma', '2/127 2 block Subash Nagar New Delhi', '9', 2, 2, 'DELHI', '2024-09-22 18:30:00', 1),
(274, '109', '117', 'TFN/COM/2024/00274', '55066', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', 2, 2, 'DELHI', '2024-09-24 18:30:00', 1),
(275, '101', '109', 'TFN/COM/2024/00275', '56050', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', 2, 2, 'DELHI', '2024-09-23 18:30:00', 1),
(276, '104', '112', 'TFN/COM/2024/00276', '54083', '', '', '', '', 'Ujala Kumari', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', 2, 2, 'DELHI', '2024-10-02 18:30:00', 1),
(277, '116', '124', 'TFN/COM/2024/00277', '129366', '', '', '', '', 'Khoansen Tangdong', 'Borduria Tirap, Arunachal Pradesh 786630', '2', 2, 2, 'DELHI', '2024-10-16 07:34:15', 1),
(278, '105', '113', 'TFN/COM/2024/00278', '91500', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', 2, 2, 'DELHI', '2024-09-24 18:30:00', 1),
(279, '107', '115', 'TFN/COM/2024/00279', '112700', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', 2, 2, 'DELHI', '2024-09-23 18:30:00', 1),
(280, '95', '103', 'TFN/COM/2024/00280', '91500', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', 2, 2, 'DELHI', '2024-10-13 18:30:00', 1),
(281, '93', '101', 'TFN/COM/2024/00281', '71833', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', 2, 2, 'DELHI', '2024-09-23 18:30:00', 1),
(282, '117', '125', 'TFN/COM/2024/00282', '25000', '', '', '', '', 'Narayan Adhikary', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', 2, 2, 'DELHI', '2024-10-21 06:05:33', 1),
(283, '118', '126', 'TFN/COM/2024/00283', '50000', '', '', '', '', 'SHARON K S', 'Kunnumpurath ho nenmenikunnu po nambikolly wayanad Kerala 673595', '17', 2, 2, 'DELHI', '2024-10-21 09:13:43', 1),
(284, '75', '83', 'TFN/COM/2024/00284', '91500', '', '', '', '', 'Satvik Dureja', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', 2, 2, 'DELHI', '2024-09-08 18:30:00', 1),
(285, '71', '79', 'TFN/COM/2024/00285', '40000', '', '', '', '', 'Sumedha Kataria', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', 2, 2, 'DELHI', '2024-08-25 18:30:00', 1),
(286, '97', '105', 'TFN/COM/2024/00286', '40000', '', '', '', '', 'Prerna Mittal', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', 2, 2, 'DELHI', '2024-09-19 18:30:00', 1),
(287, '119', '127', 'TFN/COM/2024/00287', '49566', '', '', '', '', 'DAMAS MLEMBA SINGO', 'KAHAMA, TANZANIA PO BOX 999', '9', 2, 2, 'DELHI', '2024-10-21 09:43:59', 1),
(288, '120', '128', 'TFN/COM/2024/00288', '50000', '', '', '', '', 'sultana hussain', 'house no 365 gali masjid dhobyan wali baazaar delhi gate darya ganj 110002', '9', 2, 2, 'DELHI', '2024-10-21 09:52:39', 1),
(289, '63', '71', 'TFN/COM/2024/00289', '91500', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', 2, 2, 'DELHI', '2024-08-08 18:30:00', 1),
(290, '63', '71', 'TFN/COM/2024/00290', '91500', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', 2, 2, 'DELHI', '2024-10-09 18:30:00', 1),
(291, '117', '125', 'TFN/COM/2024/00291', '25000', '', '', '', '', 'Narayan Adhikary', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', 2, 2, 'DELHI', '2024-11-01 18:30:00', 1),
(292, '121', '129', 'TFN/COM/2024/00292', '10000', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', 2, 2, 'DELHI', '2024-11-12 09:17:44', 1),
(293, '122', '130', 'TFN/COM/2024/00293', '25000', '', '', '', '', 'Vijay Mahara', '80 Pratap vihar Part 2, Kirari Suleman Nagar', '9', 2, 2, 'DELHI', '2024-11-12 09:26:48', 1),
(294, '106', '114', 'TFN/COM/2024/00294', '78625', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', 1, 2, 'DELHI', '2024-09-14 18:30:00', 1),
(295, '106', '114', 'TFN/COM/2024/00295', '78625', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', 1, 2, 'DELHI', '2024-10-25 18:30:00', 1);
INSERT INTO `tn_invoice` (`id`, `uId`, `orderId`, `invoiceNo`, `amount`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `isGst`, `isPayment`, `centrename`, `isDated`, `isActive`) VALUES
(296, '108', '116', 'TFN/COM/2024/00296', '85363', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', 2, 2, 'DELHI', '2024-10-23 18:30:00', 1),
(297, '94', '102', 'TFN/COM/2024/00297', '74875', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', 2, 2, 'DELHI', '2024-10-25 18:30:00', 1),
(298, '87', '95', 'TFN/COM/2024/00298', '62000', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', 2, 2, 'DELHI', '2024-10-07 18:30:00', 1),
(299, '87', '95', 'TFN/COM/2024/00299', '62000', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', 2, 2, 'DELHI', '2024-10-10 18:30:00', 1),
(300, '85', '93', 'TFN/COM/2024/00300', '95433', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', 2, 2, 'DELHI', '2024-11-09 18:30:00', 1),
(301, '81', '89', 'TFN/COM/2024/00301', '91500', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', 2, 2, 'DELHI', '2024-11-11 18:30:00', 1),
(302, '99', '107', 'TFN/COM/2024/00302', '25000', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', 1, 2, 'DELHI', '2024-10-29 18:30:00', 1),
(303, '107', '115', 'TFN/COM/2024/00303', '112700', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', 2, 2, 'DELHI', '2024-11-04 18:30:00', 1),
(304, '105', '113', 'TFN/COM/2024/00304', '91500', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', 2, 2, 'DELHI', '2024-10-22 18:30:00', 1),
(305, '102', '110', 'TFN/COM/2024/00305', '50000', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', 2, 2, 'DELHI', '2024-11-03 18:30:00', 1),
(306, '62', '70', 'TFN/COM/2024/00306', '87250', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', 2, 2, 'DELHI', '2024-10-10 18:30:00', 1),
(307, '62', '70', 'TFN/COM/2024/00307', '87250', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', 2, 2, 'DELHI', '2024-11-10 18:30:00', 1),
(308, '65', '73', 'TFN/COM/2024/00308', '91500', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', 2, 2, 'DELHI', '2024-11-03 18:30:00', 1),
(309, '98', '106', 'TFN/COM/2024/00309', '46500', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 2, 2, 'DELHI', '2024-11-07 18:30:00', 1),
(310, '123', '131', 'TFN/COM/2024/00310', '5000', '', '', '', '', 'Limi Tell', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', 2, 2, 'DELHI', '2024-12-03 12:25:07', 1),
(311, '124', '132', 'TFN/COM/2024/00311', '5000', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', 2, 2, 'DELHI', '2024-12-04 09:15:14', 1),
(312, '67', '75', 'TFN/COM/2024/00312', '99366', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', 2, 2, 'DELHI', '2024-10-05 18:30:00', 1),
(313, '67', '75', 'TFN/COM/2024/00313', '99368', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', 2, 2, 'DELHI', '2024-11-02 18:30:00', 1),
(314, '121', '129', 'TFN/COM/2024/00314', '40000', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', 2, 2, 'DELHI', '2024-11-12 18:30:00', 1),
(315, '125', '133', 'TFN/COM/2024/00315', '10000', '', '', '', '', 'bhoomika daga', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', 2, 2, 'DELHI', '2024-12-16 09:04:20', 1),
(316, '109', '117', 'TFN/COM/2024/00316', '100000', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', 2, 2, 'DELHI', '2024-11-03 18:30:00', 1),
(317, '109', '117', 'TFN/COM/2024/00317', '120268', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', 2, 2, 'DELHI', '2024-12-15 18:30:00', 1),
(318, '125', '133', 'TFN/COM/2024/00318', '65620', '', '', '', '', 'bhoomika daga', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', 2, 2, 'DELHI', '2024-12-15 18:30:00', 1),
(319, '126', '134', 'TFN/COM/2024/00319', '10000', '', '', '', '', 'STANZIN IDGHA', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', 2, 2, 'DELHI', '2024-12-19 10:55:09', 1),
(320, '124', '132', 'TFN/COM/2024/00320', '5000', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', 2, 2, 'DELHI', '2024-12-06 18:30:00', 1),
(321, '106', '114', 'TFN/COM/2024/00321', '78625', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', 1, 2, 'DELHI', '2024-12-19 18:30:00', 1),
(322, '108', '116', 'TFN/COM/2024/00322', '77787', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', 2, 2, 'DELHI', '2024-12-10 18:30:00', 1),
(323, '94', '102', 'TFN/COM/2024/00323', '74875', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', 2, 2, 'DELHI', '2024-12-13 18:30:00', 1),
(324, '123', '131', 'TFN/COM/2024/00324', '45000', '', '', '', '', 'Limi Tell', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', 2, 2, 'DELHI', '2024-12-07 18:30:00', 1),
(325, '127', '135', 'TFN/COM/2024/00325', '50000', '', '', '', '', 'Falguni Singh', 'A/11, Adarsh Nagar, Najibabad, District- Bijnor, Uttar Pradesh, 246763', '34', 2, 2, 'DELHI', '2024-12-21 09:54:21', 1),
(326, '121', '129', 'TFN/COM/2024/00326', '91500', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', 2, 2, 'DELHI', '2024-12-15 18:30:00', 1),
(327, '128', '136', 'TFN/COM/2024/00327', '15000', '', '', '', '', 'Diksha singh', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', 2, 2, 'DELHI', '2024-12-23 11:20:17', 1),
(328, '124', '132', 'TFN/COM/2024/00328', '15000', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', 2, 2, 'DELHI', '2024-12-20 18:30:00', 1),
(329, '129', '137', 'TFN/COM/2024/00329', '10000', '', '', '', '', 'Aquib hussain', 'House no D14 street no 36 Mahendra park adarsh nagar delhi', '9', 2, 2, 'DELHI', '2024-12-26 09:31:39', 1),
(330, '130', '138', 'TFN/COM/2024/00330', '5000', '', '', '', '', 'Muskan Periwal', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', 2, 2, 'DELHI', '2024-12-26 09:38:57', 1),
(331, '131', '139', 'TFN/COM/2024/00331', '10000', '', '', '', '', 'Muskan Gurung', '108, village P.O Mothrowala,  Dehradun', '33', 2, 2, 'DELHI', '2024-12-26 10:09:00', 1),
(332, '132', '140', 'TFN/COM/2024/00332', '10000', '', '', '', '', 'Smita Biswas', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', 2, 2, 'DELHI', '2024-12-26 11:36:24', 1),
(333, '132', '140', 'TFN/COM/2024/00333', '62900', '', '', '', '', 'Smita Biswas', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', 2, 2, 'DELHI', '2024-12-22 18:30:00', 1),
(334, '133', '141', 'TFN/COM/2024/00334', '10000', '', '', '', '', 'Ruksana Parveen', '1-125X, Near Jayalaxmi Parking, Matadangadi, Udyavara Village, Karnataka-574118', '18', 2, 2, 'DELHI', '2024-12-30 08:42:35', 1),
(335, '134', '142', 'TFN/COM/2024/00335', '25000', '', '', '', '', 'Preeti Singh', 'paras bihar colony, after D.M. residence, bajoria road, saharanpur', '34', 2, 2, 'DELHI', '2024-12-31 06:22:44', 1),
(336, '135', '143', 'TFN/COM/2024/00336', '15000', '', '', '', '', 'OSWINE RONGMEI', 'Lower Mawprem Bharati bhawan opposite hindu mission krishna mandir Shillong meghalaya - 793002', '20', 2, 2, 'DELHI', '2025-01-03 05:16:37', 1),
(337, '130', '138', 'TFN/COM/2024/00337', '20000', '', '', '', '', 'Muskan Periwal', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', 2, 2, 'DELHI', '2024-12-29 18:30:00', 1),
(338, '126', '134', 'TFN/COM/2024/00338', '56500', '', '', '', '', 'STANZIN IDGHA', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', 2, 2, 'DELHI', '2024-12-26 18:30:00', 1),
(339, '128', '136', 'TFN/COM/2024/00339', '10000', '', '', '', '', 'Diksha singh', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', 2, 2, 'DELHI', '2024-12-25 18:30:00', 1),
(340, '115', '123', 'TFN/COM/2024/00340', '91500', '', '', '', '', 'Sneha Taneja', 'C-4 Raja Garden ,', '9', 2, 2, 'DELHI', '2024-12-29 18:30:00', 1),
(341, '136', '144', 'TFN/COM/2024/00341', '100000', '', '', '', '', 'Vinay', 'New Ashok Nagar Delhi 110091', '9', 2, 2, 'NOIDA', '2025-01-21 06:51:51', 0),
(342, '136', '144', 'TFN/COM/2024/00342', '100000', '312312312312333', 'asd sdasd c', 'kasjkd asklklasd asklklasd', '34', '', '', '', 1, 2, '', '2025-01-21 06:56:36', 1);

-- --------------------------------------------------------

--
-- Table structure for table `tn_order`
--

CREATE TABLE `tn_order` (
  `id` int(11) NOT NULL,
  `courseId` varchar(255) NOT NULL,
  `count` varchar(255) NOT NULL,
  `studentId` varchar(255) NOT NULL,
  `totalFee` varchar(255) NOT NULL,
  `downPayment` varchar(255) NOT NULL,
  `balanceFee` varchar(255) NOT NULL,
  `internship` varchar(255) NOT NULL,
  `isInstallment` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=no, 1=yes',
  `nosofInstallment` varchar(255) NOT NULL,
  `gstNo` varchar(255) NOT NULL,
  `companyName` varchar(255) NOT NULL,
  `companyAddress` text NOT NULL,
  `companyState` varchar(255) NOT NULL,
  `studentName` varchar(255) NOT NULL,
  `studentAddress` text NOT NULL,
  `studentState` varchar(255) NOT NULL,
  `batchTiming` varchar(255) NOT NULL,
  `batchMonth` varchar(255) NOT NULL,
  `batchYear` varchar(255) NOT NULL,
  `courseduration` text NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `isdiscount` tinyint(4) NOT NULL,
  `course_discount_rate` varchar(255) NOT NULL,
  `centrename` varchar(255) NOT NULL,
  `isDated` timestamp NOT NULL DEFAULT current_timestamp(),
  `isActive` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=inactive, 1=active'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_order`
--

INSERT INTO `tn_order` (`id`, `courseId`, `count`, `studentId`, `totalFee`, `downPayment`, `balanceFee`, `internship`, `isInstallment`, `nosofInstallment`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `studentName`, `studentAddress`, `studentState`, `batchTiming`, `batchMonth`, `batchYear`, `courseduration`, `startDate`, `endDate`, `isdiscount`, `course_discount_rate`, `centrename`, `isDated`, `isActive`) VALUES
(1, '1', '1', '1', '336300', '', '', '', 0, '', '', '', '', '', 'Preet', 'na', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '40500', 'DELHI', '2023-06-27 18:30:00', 1),
(2, '1', '1', '2', '318900', '50000', '268900', '', 1, '', '', '', '', '', 'Puja Bhushan', 'na', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '55245', 'DELHI', '2023-07-21 18:30:00', 1),
(3, '5', '1', '3', '75000', '50000', '25000', '', 1, '', '', '', '', '', 'Harkiran', 'na', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '175940', 'DELHI', '2023-11-26 18:30:00', 1),
(4, '6', '1', '4', '150000', '', '', '', 0, '', '', '', '', '', 'Ananya Juneja', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '102381', 'DELHI', '2023-11-29 18:30:00', 0),
(5, '1', '1', '5', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Divyansh', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-07-31', 3, '50500', 'DELHI', '2023-12-14 18:30:00', 1),
(6, '1', '1', '6', '295000', '25000', '270000', '', 1, '', '', '', '', '', 'Paromita Jairath', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '75500', 'DELHI', '2023-12-14 18:30:00', 1),
(7, '1', '1', '7', '325000', '50000', '275000', '', 1, '', '', '', '', '', 'Pushpa D. Budha', 'na', '9', 'Morning', 'March', '2024', '', '2024-04-26', '2024-05-31', 3, '50076', 'DELHI', '2023-12-19 18:30:00', 1),
(8, '2', '1', '8', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Rounak Arora', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '24500', 'DELHI', '2023-12-22 18:30:00', 1),
(9, '6', '1', '9', '236000', '50000', '186000', '', 1, '', '', '', '', '', 'Taban Rizvi', 'na', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '29500', 'DELHI', '2023-12-29 18:30:00', 1),
(10, '1', '1', '10', '348100', '10000', '338100', '', 1, '', '', '', '', '', 'Nitish Kalra', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '30500', 'DELHI', '2024-01-02 18:30:00', 1),
(11, '2', '1', '11', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'Miss Bernadette Lalruatfeli', 'Na', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '14500', 'DELHI', '2024-01-05 18:30:00', 1),
(12, '2', '1', '12', '353410', '50000', '303410', '', 1, '', '', '', '', '', 'lucy (3.5 month)', 'na', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '', 'DELHI', '2024-01-08 18:30:00', 1),
(13, '2', '1', '13', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'Harshita Mulani', '122/503 sindhi colony shastri nagar uttar pradesh-208005', '34', 'Evening', 'June', '2024', '9 months total: 6 months training + 3 months internship', '2024-06-28', '2024-11-28', 3, '14500', 'DELHI', '2024-01-14 18:30:00', 1),
(14, '6', '1', '14', '212400', '50000', '162400', '', 1, '', '', '', '', '', 'Selina Kits', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '49500', 'DELHI', '2024-01-21 18:30:00', 1),
(15, '6', '1', '15', '212400', '50000', '162400', '', 1, '', '', '', '', '', 'Vihokali kits', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '49500', 'DELHI', '2024-01-28 18:30:00', 1),
(16, '2', '1', '16', '289996', '50000', '239996', '', 1, '', '', '', '', '', 'S.philachan', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '53740', 'DELHI', '2024-01-28 18:30:00', 1),
(17, '2', '1', '18', '312700', '50000', '262700', '', 1, '', '', '', '', '', 'Papiya Roy', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '34500', 'DELHI', '2024-02-07 18:30:00', 1),
(18, '2', '1', '19', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Tharsem Kasar', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '24500', 'DELHI', '2024-02-11 18:30:00', 1),
(19, '2', '1', '20', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'T.Torrila Jenny', 'NA', '9', 'Weekend', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '24500', 'DELHI', '2024-02-12 18:30:00', 1),
(20, '2', '1', '21', '312700', '24000', '288700', '', 1, '', '', '', '', '', 'Rohan', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '34500', 'DELHI', '2024-02-13 18:30:00', 1),
(21, '1', '1', '22', '295000', '50000', '245000', '', 1, '', '', '', '', '', 'Sheela Chaudhury', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '75500', 'DELHI', '2024-02-14 18:30:00', 1),
(22, '2', '1', '23', '300000', '25000', '275000', '', 1, '', '', '', '', '', 'Ritu', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '45262', 'DELHI', '2024-02-19 18:30:00', 1),
(23, '1', '1', '24', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '50500', 'DELHI', '2024-02-22 18:30:00', 0),
(24, '2', '1', '25', '312700', '50000', '262700', '', 1, '', '', '', '', '', 'Parul Taneja', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '34500', 'DELHI', '2024-02-22 18:30:00', 1),
(25, '7', '1', '28', '177000', '10000', '167000', '', 1, '', '', '', '', '', 'Pooja Jain', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '30000', 'DELHI', '2024-03-04 18:30:00', 1),
(26, '2', '1', '31', '280001', '50000', '230001', '', 1, '', '', '', '', '', 'SOWORCHAN', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '62211', 'DELHI', '2024-03-17 18:30:00', 1),
(27, '2', '1', '32', '312700', '50000', '262700', '', 1, '', '', '', '', '', 'Praneet Kaur', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-05-31', 3, '34500', 'DELHI', '2024-03-20 18:30:00', 1),
(28, '2', '1', '36', '312700', '30000', '282700', '', 1, '', '', '', '', '', 'Poojaen', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-25', '2024-06-30', 3, '34500', 'DELHI', '2024-03-29 18:30:00', 0),
(29, '3', '1', '37', '437190', '50000', '387190', '', 1, '', '', '', '', '', 'prem', 'na', '9', 'Weekend', 'May', '2024', '', '2024-04-30', '2024-06-12', 3, '20000', 'DELHI', '2024-04-24 18:30:00', 0),
(30, '7', '1', '17', '165200', '87700', '77500', '', 1, '', '', '', '', '', 'Anchal Saluja', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '40000', 'DELHI', '2024-03-26 18:30:00', 0),
(31, '2', '1', '35', '306800', '153400', '153400', '', 1, '', '', '', '', '', 'Momina khan', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '39500', 'DELHI', '2024-03-28 18:30:00', 1),
(32, '2', '1', '34', '295000', '73750', '221250', '', 1, '', '', '', '', '', 'Ridhi', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-06-15', 3, '49500', 'DELHI', '0000-00-00 00:00:00', 0),
(33, '6', '1', '33', '212400', '70800', '141600', '', 1, '', '', '', '', '', 'Prashant', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '49500', 'DELHI', '2024-03-26 18:30:00', 0),
(34, '2', '1', '29', '312700', '78175', '234525', '', 1, '', '', '', '', '', 'Shagun', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-06-20', 3, '34500', 'DELHI', '2024-03-08 18:30:00', 0),
(35, '2', '1', '27', '336300', '84075', '252225', '', 1, '', '', '', '', '', 'Akshita Goyle', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '14500', 'DELHI', '2024-02-27 18:30:00', 1),
(36, '1', '1', '26', '336300', '84075', '252225', '', 1, '', '', '', '', '', 'Harsh Yadav', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '40500', 'DELHI', '2024-02-23 18:30:00', 1),
(37, '2', '1', '30', '312700', '78175', '234525', '', 1, '', '', '', '', '', 'Damanpreet', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-06-10', 3, '34500', 'DELHI', '2024-03-17 18:30:00', 0),
(38, '2', '1', '36', '312700', '10000', '302700', '', 1, '', '', '', '', '', 'Poojaen', 'NA', '9', 'Morning', 'March', '2024', '9 months total: 6 months training + 3 months internship', '2024-04-30', '2024-05-31', 3, '34500', 'DELHI', '2024-03-29 18:30:00', 1),
(39, '2', '1', '34', '295000', '73750', '221250', '', 1, '', '', '', '', '', 'Ridhi', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '49500', 'DELHI', '2024-03-27 18:30:00', 1),
(40, '6', '1', '33', '212400', '70800', '141600', '', 1, '', '', '', '', '', 'Prashant', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '49500', 'DELHI', '2024-03-26 18:30:00', 1),
(41, '2', '1', '30', '312700', '78175', '234525', '', 1, '', '', '', '', '', 'Damanpreet', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '34500', 'DELHI', '2024-03-17 18:30:00', 1),
(42, '2', '1', '29', '312700', '78175', '234525', '', 1, '', '', '', '', '', 'Shagun', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '34500', 'DELHI', '2024-03-08 18:30:00', 1),
(43, '1', '1', '24', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Kanak lata Patel', 'NA', '9', 'Morning', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '50500', 'DELHI', '2024-02-22 18:30:00', 1),
(44, '7', '1', '17', '165200', '87700', '77500', '', 1, '', '', '', '', '', 'Anchal Saluja', 'NA', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '40000', 'DELHI', '2024-01-30 18:30:00', 1),
(45, '8', '1', '4', '150000', '25000', '125000', '', 1, '', '', '', '', '', 'Ananya Juneja', 'na', '9', 'Evening', 'March', '2024', '', '2024-04-30', '2024-05-31', 3, '41881', 'DELHI', '2023-11-29 18:30:00', 1),
(46, '1', '1', '38', '342200', '50000', '292200', '', 1, '', '', '', '', '', 'Meeka Kumari', 'SECTOR 74 ORB SUPER TECH 1402', '34', 'Morning', 'June', '2024', '', '2024-05-21', '2024-10-11', 3, '35500', 'DELHI', '2024-05-02 18:30:00', 1),
(47, '3', '1', '39', '430700', '50000', '380700', '', 1, '', '', '', '', '', 'VANDANA JAIN', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '25500', 'DELHI', '2024-05-05 18:30:00', 1),
(48, '1', '1', '40', '342200', '', '', '', 0, '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', 'Morning', 'June', '2024', '9 months total: 6 months training + 3 months internship', '2024-06-18', '2024-11-18', 3, '35500', 'DELHI', '2024-05-08 07:32:51', 0),
(49, '2', '1', '41', '342200', '50000', '292200', '', 1, '', '12AZDPP1404B1Z9', 'M/S K.K ENTERPRISES', 'Nil, M/s K.K Enterprises, Gohpur, Itanagar, Papum Pare, Arunachal Pradesh, 791111', '3', '', '', '', 'Evening', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '9500', 'DELHI', '2024-05-10 09:28:33', 1),
(50, '1', '1', '42', '342200', '50000', '292200', '', 1, '', '', '', '', '', 'Chanchal Makhija', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '35500', 'DELHI', '2024-05-10 09:38:53', 1),
(51, '7', '1', '43', '194700', '10000', '184700', '', 1, '', '', '', '', '', 'Jasleen Kaur', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', 'Morning', 'June', '2024', '', '2024-06-18', '2024-08-18', 3, '15000', 'DELHI', '2024-05-16 09:43:27', 1),
(52, '2', '1', '44', '384090', '50000', '334090', '', 1, '', '', '', '', '', 'Khwairakpam carinda Devi', 'Awang sekmai khunou leikai , Manipur imphal', '22', 'Evening', 'September', '2024', '9 months total: 6 months training + 3 months internship', '2024-09-17', '2025-02-17', 1, '', 'DELHI', '2024-05-16 10:24:06', 1),
(53, '2', '1', '45', '312700', '50000', '262700', '', 1, '', '', '', '', '', 'Zubeni Ezung', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', 'Evening', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '60500', 'DELHI', '2024-05-17 06:15:46', 1),
(54, '6', '1', '46', '236000', '50000', '186000', '', 1, '', '', '', '', '', 'Ridhi Dogra', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', 'Morning', 'July', '2024', '4-4.5 months', '2024-06-18', '2024-10-18', 3, '29500', 'DELHI', '2024-05-17 09:22:26', 1),
(55, '3', '1', '47', '389400', '50000', '339400', '', 1, '', '', '', '', '', 'Diksha Maloo', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '60500', 'DELHI', '2024-05-17 09:33:06', 1),
(56, '1', '1', '48', '383500', '50000', '333500', '', 1, '', '', '', '', '', 'Pavika goswami', 'Choti sarkar, Atkhambha,vrindavan', '34', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '500', 'DELHI', '2024-05-18 09:55:29', 1),
(57, '1', '1', '49', '365800', '50000', '315800', '', 1, '', '', '', '', '', 'Vikas', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '15500', 'DELHI', '2024-05-18 10:26:02', 1),
(58, '1', '1', '50', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Nandika Mittal', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '50500', 'DELHI', '2024-05-18 11:24:12', 1),
(59, '2', '1', '51', '312700', '50000', '262700', '', 1, '', '', '', '', '', 'Neha Batra', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '60500', 'DELHI', '2024-05-22 10:28:01', 1),
(60, '2', '1', '52', '348100', '50000', '298100', '', 1, '', '', '', '', '', 'Ishika Bansal', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', 'Morning', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '30500', 'DELHI', '2024-05-22 11:11:36', 1),
(61, '1', '1', '53', '336300', '1000', '335300', '', 1, '', '', '', '', '', 'Pooja Kainth', 'A-13 yojna vihar ground floor New delhi', '9', 'Evening', 'June', '2024', '', '2024-06-18', '2024-11-18', 3, '40500', 'DELHI', '2024-05-28 10:03:28', 1),
(62, '1', '1', '54', '354000', '50000', '304000', '', 1, '', '', '', '', '', 'Mohd. Kalim', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', 'Morning', 'June', '2024', '', '2024-06-28', '2024-11-28', 3, '25500', 'DELHI', '2024-05-30 06:38:40', 1),
(63, '1', '1', '55', '312700', '50000', '262700', '', 1, '', '', '', '', '', 'Apurvi Modi', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', 'Morning', 'June', '2024', '', '2024-06-28', '2024-11-28', 3, '60500', 'DELHI', '2024-05-30 06:52:18', 1),
(64, '1', '1', '56', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'Naman Kalra', 'I/29 keshav nagar numaish camp gate no-1 near taneja sweets saharanpur', '34', 'Evening', 'September', '2024', '9 months total: 6 months training + 3 months internship', '2024-06-28', '2024-11-28', 3, '40500', 'DELHI', '2024-05-30 08:01:03', 1),
(65, '18', '1', '57', '41300', '', '', '', 0, '', '', '', '', '', 'Savita devi', 'Vill Bilandpur, tal-Raja pakar', '5', 'Morning', 'June', '2024', '', '2024-06-13', '2024-06-24', 3, '', 'DELHI', '2024-06-13 09:08:11', 1),
(66, '5', '1', '58', '224200', '25000', '199200', '', 1, '', '', '', '', '', 'Yash Verma', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', 'Morning', 'June', '2024', '', '2024-06-28', '2024-10-28', 3, '49500', 'DELHI', '2024-06-13 09:47:02', 1),
(67, '7', '1', '59', '206500', '25000', '181500', '', 1, '', '', '', '', '', 'Juhee Srivastava', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', 'Morning', 'June', '2024', '', '2024-06-28', '2024-08-28', 3, '5000', 'DELHI', '2024-06-13 09:50:12', 1),
(68, '2,11', '2', '60', '401200', '10000', '391200', '', 1, '', '', '', '', '', 'Prachi', 'BE-266 hari nagar, West delhi', '9', 'Morning', 'June', '2024', '', '2024-06-28', '2024-11-28', 3, '50500', 'DELHI', '2024-06-20 09:58:33', 1),
(69, '5', '1', '61', '224200', '25000', '199200', '', 1, '', '', '', '', '', 'Nupur Jain', 'Ward no-23, Raisinghnagar Ganganagar Rajasthan -335051', '29', 'Morning', 'June', '2024', '', '2024-06-28', '2024-08-28', 3, '49500', 'DELHI', '2024-06-25 06:44:23', 1),
(70, '1', '1', '62', '324500', '25000', '299500', '', 1, '', '', '', '', '', 'nidhi mishra', 'b9 state tax colony roshna baad haridwar 249403', '33', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-06-27 09:28:17', 1),
(71, '1', '1', '63', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'VARNIT JAIN', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', 'Evening', 'June', '2024', '', '2024-07-08', '2024-11-28', 3, '50500', 'DELHI', '2024-07-05 08:55:57', 1),
(72, '1', '1', '64', '324500', '5000', '319500', '', 1, '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', '', '', '', 'Morning', 'June', '2024', '9 months total: 6 months training + 3 months internship', '2024-07-15', '2024-11-28', 3, '50500', 'DELHI', '2024-07-05 09:39:37', 1),
(73, '1', '1', '65', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'MUSKAAN', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-07-09 06:15:26', 1),
(74, '1', '1', '66', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'akash gautam', 'a-105 amrapali vaishali sector-3', '34', 'Morning', 'June', '2024', '', '2024-07-15', '2024-12-15', 3, '50500', 'DELHI', '2024-07-09 06:42:58', 1),
(75, '1', '1', '67', '348100', '50000', '298100', '', 1, '', '', '', '', '', 'Karishma Bagri', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '30500', 'DELHI', '2024-07-20 06:40:56', 1),
(76, '1', '1', '68', '324500', '10000', '314500', '', 1, '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', '', '', '', 'Weekend', 'September', '2024', '', '2024-09-28', '2025-03-28', 3, '50500', 'DELHI', '2024-07-20 07:07:54', 1),
(77, '1', '1', '69', '336300', '112100', '224200', '', 1, '', '', '', '', '', 'Dhrriti Jain', 'T-3 Green park extention Hauz Khas South delhi-110016', '9', 'Morning', 'June', '2024', '', '2024-07-24', '2024-11-24', 3, '40500', 'DELHI', '2024-07-24 10:09:43', 1),
(78, '7', '1', '70', '194700', '3000', '191700', '', 1, '', '', '', '', '', 'Shalu Gauri', '30/186, First Floor, Vikram Vihar, Lajpat Nagar-IV', '9', 'Morning', 'June', '2024', '', '2024-07-25', '2024-09-03', 3, '15000', 'DELHI', '2024-07-25 10:26:48', 1),
(79, '2', '1', '71', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Sumedha Kataria', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-07-25 11:49:11', 1),
(80, '1', '1', '72', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Kanak Dhingra', 'A-116, Jhilmil colony delhi east delhi-110095', '9', 'Evening', 'June', '2024', '', '2024-07-27', '2024-11-30', 3, '50500', 'DELHI', '2024-07-27 07:47:09', 1),
(81, '1', '1', '73', '354000', '50000', '304000', '', 1, '', '', '', '', '', 'Jesika jain', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '25500', 'DELHI', '2024-07-27 07:53:11', 1),
(82, '7', '1', '74', '194700', '50000', '144700', '', 1, '', '', '', '', '', 'Rupali Arora', '8-A Gali no-7, South Krishna nagar east-110051', '9', 'Evening', 'June', '2024', '', '2024-07-27', '2024-09-27', 3, '15000', 'DELHI', '2024-07-27 08:29:31', 1),
(83, '2', '1', '75', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Satvik Dureja', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-07-29 09:36:04', 1),
(84, '1', '1', '76', '324500', '25000', '299500', '', 1, '', '', '', '', '', 'ARVINDER KAUR', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-07-30 11:10:23', 1),
(85, '5', '1', '77', '266090', '25000', '241090', '', 1, '', '', '', '', '', 'Tabinda Niyaz', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', 'Morning', 'September', '2024', '', '2024-09-24', '2025-01-24', 3, '14000', 'DELHI', '2024-07-31 10:08:15', 1),
(86, '1', '1', '78', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Ashveen Kaur', 'E-381 Greater Kailash-2', '9', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-07-31 11:06:19', 1),
(87, '2', '1', '79', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'NADIYA KHAN', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', 'Evening', 'September', '2024', '8 months total: 5 months training + 3 months internship', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-08-03 06:35:09', 1),
(88, '3', '1', '80', '460790', '50000', '410790', '', 1, '', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', '', '', '', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '', 'DELHI', '2024-08-03 07:25:46', 1),
(89, '1', '1', '81', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Aliya Sultan', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', 'Weekend', 'September', '2024', '', '2024-09-27', '2025-03-27', 3, '50500', 'DELHI', '2024-08-03 07:31:29', 1),
(90, '6', '1', '82', '236000', '10000', '226000', '', 1, '', '', '', '', '', 'Divya Singh', 'E-912 Ace city Greater Noida west -201306', '34', 'Weekend', 'September', '2024', '', '2024-09-28', '2025-01-28', 3, '29500', 'DELHI', '2024-08-03 09:13:53', 1),
(91, '7', '1', '83', '206500', '5000', '201500', '', 1, '', '', '', '', '', 'Sanchita Aggarwal', '1964, Sector 16 Faridabad', '14', 'Weekend', 'September', '2024', '', '2024-09-28', '2024-11-28', 3, '5000', 'DELHI', '2024-08-03 09:33:56', 1),
(92, '1', '1', '84', '342200', '25000', '317200', '', 1, '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', '', '', '', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '35500', 'DELHI', '2024-08-03 09:59:08', 1),
(93, '1', '1', '85', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'Radhika Makharia', 'House no 64, Sector 11 B, Faridabad - 121006', '14', 'Weekend', 'September', '2024', '9 months total: 6 months training + 3 months internship', '2024-09-27', '2025-02-27', 3, '40500', 'DELHI', '2024-08-12 10:36:25', 1),
(94, '2', '1', '86', '324500', '50000', '274500', '', 1, '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', '', '', '', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-08-12 11:21:58', 1),
(95, '6', '1', '87', '236000', '50000', '186000', '', 1, '', '', '', '', '', 'Nancy Stephen', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', 'Morning', 'September', '2024', '', '2024-09-24', '2025-01-24', 3, '29500', 'DELHI', '2024-08-13 10:04:47', 1),
(96, '1', '1', '88', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'Garima Kothari', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '40500', 'DELHI', '2024-08-13 10:28:02', 1),
(97, '1', '1', '89', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'Naveen Agrawal', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '40500', 'DELHI', '2024-08-13 10:40:18', 1),
(98, '2', '1', '90', '324500', '10000', '314500', '', 1, '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', '', '', '', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-08-14 11:25:48', 1),
(99, '8', '1', '91', '188800', '10000', '178800', '', 1, '', '', '', '', '', 'SANA HAYAT ANSARI', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', 'Morning', 'September', '2024', '', '2024-09-24', '2024-11-24', 3, '9000', 'DELHI', '2024-08-16 12:32:47', 1),
(100, '5', '1', '92', '253700', '50000', '203700', '', 1, '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', '', '', '', 'Morning', 'September', '2024', '', '2024-09-24', '2025-01-24', 3, '24500', 'DELHI', '2024-08-17 09:13:59', 1),
(101, '5', '1', '93', '265500', '10000', '255500', '', 1, '', '', '', '', '', 'Jaspreet kaur', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', 'Morning', 'September', '2024', '', '2024-09-24', '2025-01-24', 3, '14500', 'DELHI', '2024-08-27 12:16:55', 1),
(102, '1', '1', '94', '324500', '25000', '299500', '', 1, '', '', '', '', '', 'Archana Kumari', '340/4 ram nagar gurgaon', '34', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-08-31 08:14:40', 1),
(103, '1', '1', '95', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Himanshu sharma', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-08-31 09:19:34', 1),
(104, '5', '1', '96', '265500', '25000', '240500', '', 1, '', '', '', '', '', 'Ningsem Shimray', 'Khangkhui khullen, Ukhrul, Manipur', '9', 'Morning', 'September', '2024', '', '2024-09-24', '2025-01-24', 3, '14500', 'DELHI', '2024-08-31 09:32:38', 1),
(105, '1', '1', '97', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Prerna Mittal', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-08-31 12:07:31', 1),
(106, '2', '1', '98', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Harish', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-09-03 07:06:11', 1),
(107, '1', '1', '99', '324500', '10000', '314500', '', 1, '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', '', '', '', 'Morning', 'January', '2025', '', '2025-01-20', '2025-06-20', 3, '50500', 'DELHI', '2024-09-07 11:42:29', 1),
(108, '2', '1', '100', '324500', '10000', '314500', '', 1, '', '06DWIPK6367K1ZY', 'KHATRI TRADING COMPANY', 'H.NO. 524 GALI NO 27 INDIAN COLONY GOHANA ROAD SONIPAT 131001', '14', '', '', '', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-09-11 12:28:51', 1),
(109, '1', '1', '101', '336300', '3000', '333300', '', 1, '', '', '', '', '', 'Nandini Arora', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '40500', 'DELHI', '2024-09-16 10:11:39', 1),
(110, '7', '1', '102', '194700', '50000', '144700', '', 1, '', '', '', '', '', 'muskan kalra', 'i29 keshav nagar numaish camp', '34', 'Evening', 'September', '2024', '', '2024-09-24', '2024-11-24', 3, '15000', 'DELHI', '2024-09-17 05:38:17', 1),
(111, '2', '1', '103', '352820', '', '', '', 0, '', '', '', '', '', 'Nandini Ramjiwal', 'D-50, Kashyap Path, Opp. Tamanna Apts., Shyam Nagar, Jaipur', '29', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '26500', 'DELHI', '2024-09-17 05:47:09', 1),
(112, '2', '1', '104', '324500', '54083', '270417', '', 1, '', '', '', '', '', 'Ujala Kumari', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-09-17 06:18:33', 1),
(113, '1', '1', '105', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Neeraj Singh Koranga', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-09-17 06:22:34', 1),
(114, '2', '1', '106', '324500', '10000', '314500', '', 1, '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', '', '', '', 'Weekend', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '50500', 'DELHI', '2024-09-17 06:25:26', 1),
(115, '1', '1', '107', '348100', '10000', '338100', '', 1, '', '', '', '', '', 'Geetika Mahajan', '246 ansal courtyard Shastripuram', '34', 'Morning', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '30500', 'DELHI', '2024-09-17 06:30:36', 1),
(116, '5', '1', '108', '265500', '10000', '255500', '', 1, '', '', '', '', '', 'Tanvi', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', 'Weekend', 'September', '2024', '', '2024-09-28', '2025-01-28', 3, '14500', 'DELHI', '2024-09-17 07:39:48', 1),
(117, '2', '1', '109', '330400', '55066', '275334', '', 1, '', '', '', '', '', 'Vansh Aggarwal', 'SOUTH EX PART-1 \nE-6', '9', 'Evening', 'September', '2024', '', '2024-09-24', '2025-02-24', 3, '45500', 'DELHI', '2024-09-21 07:52:55', 1),
(118, '5', '1', '110', '265500', '44250', '221250', '', 1, '', '', '', '', '', 'Garvit Sharma', '2/127 2 block Subash Nagar New Delhi', '9', 'Evening', 'September', '2024', '', '2024-09-24', '2025-01-24', 3, '14500', 'DELHI', '2024-09-21 07:55:50', 1),
(119, '1', '1', '111', '336300', '10000', '326300', '', 1, '', '', '', '', '', 'Poonam Singh', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', 'Weekend', 'March', '2024', '', '2024-09-21', '2025-02-14', 3, '40500', 'DELHI', '2024-09-21 11:02:16', 1),
(120, '6', '1', '112', '265500', '25000', '240500', '', 1, '', '', '', '', '', 'Boston lalruatfela', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', 'Evening', 'September', '2024', '4 months', '2024-09-24', '2025-01-24', 3, '4500', 'DELHI', '2024-09-24 07:44:40', 1),
(121, '5', '1', '113', '277300', '50000', '227300', '', 1, '', '', '', '', '', 'Anya panor', 'QTR NO. 34, H-sector', '3', 'Evening', 'September', '2024', '', '2024-10-03', '2025-01-03', 3, '4500', 'DELHI', '2024-09-27 08:07:28', 1),
(122, '7', '1', '114', '194700', '3000', '191700', '', 1, '', '', '', '', '', 'Kanchan Mehrotra', '1/3 Ban Road , Shipra Suncity , Indirapuram, Ghaziabad', '34', 'Evening', 'September', '2024', '', '2024-10-03', '2024-12-03', 3, '15000', 'DELHI', '2024-09-28 11:18:46', 1),
(123, '1', '1', '115', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Sneha Taneja', 'C-4 Raja Garden ,', '9', 'Evening', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-10-01 06:07:38', 1),
(124, '1', '1', '116', '348100', '129366', '218734', '', 1, '', '', '', '', '', 'Khoansen Tangdong', 'Borduria Tirap, Arunachal Pradesh 786630', '2', 'Evening', 'September', '2024', '', '2024-10-16', '2025-03-16', 3, '30500', 'DELHI', '2024-10-16 07:34:15', 1),
(125, '1', '1', '117', '336300', '25000', '311300', '', 1, '', '', '', '', '', 'Narayan Adhikary', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', 'Evening', 'May', '2025', '', '2025-05-20', '2025-10-25', 3, '40500', 'DELHI', '2024-10-21 06:05:33', 1),
(126, '2', '1', '118', '336300', '50000', '286300', '', 1, '', '', '', '', '', 'SHARON K S', 'Kunnumpurath ho nenmenikunnu po nambikolly wayanad Kerala 673595', '17', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '40500', 'DELHI', '2024-10-21 09:13:43', 1),
(127, '2', '1', '119', '325500', '49566', '275934', '', 1, '', '', '', '', '', 'DAMAS MLEMBA SINGO', 'KAHAMA, TANZANIA PO BOX 999', '9', 'Morning', 'January', '2025', '', '2024-12-21', '2025-06-21', 3, '49652', 'DELHI', '2024-10-21 09:43:59', 1),
(128, '5', '1', '120', '265500', '50000', '215500', '', 1, '', '', '', '', '', 'sultana hussain', 'house no 365 gali masjid dhobyan wali baazaar delhi gate darya ganj 110002', '9', 'Evening', 'January', '2025', '', '2025-01-21', '2025-05-21', 3, '14500', 'DELHI', '2024-10-21 09:52:39', 1),
(129, '2', '1', '121', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Tanmay vats', 'house no. 10, near peer ki chungi,nehtaur', '34', 'Morning', 'January', '2024', '9 months total: 6 months training + 3 months internship', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-11-12 09:17:44', 1),
(130, '1', '1', '122', '324500', '25000', '299500', '', 1, '', '', '', '', '', 'Vijay Mahara', '80 Pratap vihar Part 2, Kirari Suleman Nagar', '9', 'Weekend', 'January', '2025', '', '2025-01-25', '2025-07-25', 3, '50500', 'DELHI', '2024-11-12 09:26:48', 1),
(131, '2', '1', '123', '330400', '5000', '325400', '', 1, '', '', '', '', '', 'Limi Tell', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '45500', 'DELHI', '2024-12-03 12:25:07', 1),
(132, '5', '1', '124', '265500', '5000', '260500', '', 1, '', '', '', '', '', 'Deepti Sagar', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', 'Weekend', 'January', '2025', '', '2025-01-25', '2025-07-25', 3, '14500', 'DELHI', '2024-12-04 09:15:14', 1),
(133, '1', '1', '125', '336300', '10000', '326300', '', 1, '', '', '', '', '', 'bhoomika daga', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '40500', 'DELHI', '2024-12-16 09:04:20', 1),
(134, '6', '1', '126', '236000', '10000', '226000', '', 1, '', '', '', '', '', 'STANZIN IDGHA', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', 'Morning', 'January', '2025', '', '2025-01-21', '2025-05-21', 3, '29500', 'DELHI', '2024-12-19 10:55:09', 1),
(135, '1', '1', '127', '324500', '50000', '274500', '', 1, '', '', '', '', '', 'Falguni Singh', 'A/11, Adarsh Nagar, Najibabad, District- Bijnor, Uttar Pradesh, 246763', '34', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-12-21 09:54:21', 1),
(136, '1', '1', '128', '324500', '15000', '309500', '', 1, '', '', '', '', '', 'Diksha singh', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-12-23 11:20:17', 1),
(137, '1', '1', '129', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Aquib hussain', 'House no D14 street no 36 Mahendra park adarsh nagar delhi', '9', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-12-26 09:31:39', 1),
(138, '6', '1', '130', '250000', '5000', '245000', '', 1, '', '', '', '', '', 'Muskan Periwal', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', 'Morning', 'December', '2025', '', '2025-01-21', '2025-05-21', 3, '17635', 'DELHI', '2024-12-26 09:38:57', 1),
(139, '1', '1', '131', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Muskan Gurung', '108, village P.O Mothrowala,  Dehradun', '33', 'Morning', 'January', '2025', '', '2025-01-21', '2025-06-21', 3, '50500', 'DELHI', '2024-12-26 10:09:00', 1),
(140, '1', '1', '132', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Smita Biswas', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', 'Weekend', 'January', '2025', '', '2025-01-25', '2025-07-25', 3, '50500', 'DELHI', '2024-12-26 11:36:24', 1),
(141, '2', '1', '133', '324500', '10000', '314500', '', 1, '', '', '', '', '', 'Ruksana Parveen', '1-125X, Near Jayalaxmi Parking, Matadangadi, Udyavara Village, Karnataka-574118', '18', 'Morning', 'January', '2025', '', '2025-01-21', '2025-05-21', 3, '50500', 'DELHI', '2024-12-30 08:42:35', 1),
(142, '23', '1', '134', '112100', '25000', '87100', '', 1, '', '', '', '', '', 'Preeti Singh', 'paras bihar colony, after D.M. residence, bajoria road, saharanpur', '34', 'Morning', 'March', '2025', '', '2025-03-17', '2025-04-22', 3, '25000', 'DELHI', '2024-12-31 06:22:44', 1),
(143, '2', '1', '135', '336300', '15000', '321300', '', 1, '', '', '', '', '', 'OSWINE RONGMEI', 'Lower Mawprem Bharati bhawan opposite hindu mission krishna mandir Shillong meghalaya - 793002', '20', 'Morning', 'May', '2025', '', '2025-05-20', '2025-10-20', 3, '40500', 'DELHI', '2025-01-03 05:16:37', 1),
(144, '3', '1', '136', '419490', '100000', '319490', '', 1, '', '312312312312333', 'asd sdasd c', 'kasjkd asklklasd asklklasd', '34', '', '', '', 'Evening', 'February', '2025', '', '2025-02-01', '2025-04-30', 3, '35000', 'NOIDA', '2025-01-21 06:51:51', 1);

-- --------------------------------------------------------

--
-- Table structure for table `tn_orderitem`
--

CREATE TABLE `tn_orderitem` (
  `id` int(11) NOT NULL,
  `orderid` varchar(255) NOT NULL,
  `courseid` varchar(255) NOT NULL,
  `studentId` varchar(255) NOT NULL,
  `courseprice` varchar(255) NOT NULL,
  `centrename` varchar(255) NOT NULL,
  `isActive` tinyint(4) NOT NULL DEFAULT 1,
  `isDated` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_orderitem`
--

INSERT INTO `tn_orderitem` (`id`, `orderid`, `courseid`, `studentId`, `courseprice`, `centrename`, `isActive`, `isDated`) VALUES
(1, '1', '1', '1', '336300', 'DELHI', 1, '2023-06-27 18:30:00'),
(2, '2', '1', '2', '318900.9', 'DELHI', 1, '2023-07-21 18:30:00'),
(3, '3', '5', '3', '75000.8', 'DELHI', 1, '2023-11-26 18:30:00'),
(4, '4', '6', '4', '150000.42', 'DELHI', 0, '2023-11-29 18:30:00'),
(5, '5', '1', '5', '324500', 'DELHI', 1, '2023-12-14 18:30:00'),
(6, '6', '1', '6', '295000', 'DELHI', 1, '2023-12-14 18:30:00'),
(7, '7', '1', '7', '325000.32', 'DELHI', 1, '2023-12-19 18:30:00'),
(8, '8', '2', '8', '324500', 'DELHI', 1, '2023-12-22 18:30:00'),
(9, '9', '6', '9', '236000', 'DELHI', 1, '2023-12-29 18:30:00'),
(10, '10', '1', '10', '348100', 'DELHI', 1, '2024-01-02 18:30:00'),
(11, '11', '2', '11', '336300', 'DELHI', 1, '2024-01-05 18:30:00'),
(12, '12', '2', '12', '353410', 'DELHI', 1, '2024-01-08 18:30:00'),
(13, '13', '2', '13', '336300', 'DELHI', 1, '2024-01-14 18:30:00'),
(14, '14', '6', '14', '212400', 'DELHI', 1, '2024-01-21 18:30:00'),
(15, '15', '6', '15', '212400', 'DELHI', 1, '2024-01-28 18:30:00'),
(16, '16', '2', '16', '289996.8', 'DELHI', 1, '2024-01-28 18:30:00'),
(17, '17', '2', '18', '312700', 'DELHI', 1, '2024-02-07 18:30:00'),
(18, '18', '2', '19', '324500', 'DELHI', 1, '2024-02-11 18:30:00'),
(19, '19', '2', '20', '324500', 'DELHI', 1, '2024-02-12 18:30:00'),
(20, '20', '2', '21', '312700', 'DELHI', 1, '2024-02-13 18:30:00'),
(21, '21', '1', '22', '295000', 'DELHI', 1, '2024-02-14 18:30:00'),
(22, '22', '2', '23', '300000.84', 'DELHI', 1, '2024-02-19 18:30:00'),
(23, '23', '1', '24', '324500', 'DELHI', 0, '2024-02-22 18:30:00'),
(24, '24', '2', '25', '312700', 'DELHI', 1, '2024-02-22 18:30:00'),
(25, '25', '7', '28', '177000', 'DELHI', 1, '2024-03-04 18:30:00'),
(26, '26', '2', '31', '280001.02', 'DELHI', 1, '2024-03-17 18:30:00'),
(27, '27', '2', '32', '312700', 'DELHI', 1, '2024-03-20 18:30:00'),
(28, '28', '2', '36', '312700', 'DELHI', 0, '2024-03-29 18:30:00'),
(29, '29', '3', '37', '437190', 'DELHI', 0, '2024-04-24 18:30:00'),
(30, '30', '7', '17', '165200', 'DELHI', 0, '2024-03-26 18:30:00'),
(31, '31', '2', '35', '306800', 'DELHI', 1, '2024-03-28 18:30:00'),
(32, '32', '2', '34', '295000', 'DELHI', 0, '0000-00-00 00:00:00'),
(33, '33', '6', '33', '212400', 'DELHI', 0, '2024-03-26 18:30:00'),
(34, '34', '2', '29', '312700', 'DELHI', 0, '2024-03-08 18:30:00'),
(35, '35', '2', '27', '336300', 'DELHI', 1, '2024-02-27 18:30:00'),
(36, '36', '1', '26', '336300', 'DELHI', 1, '2024-02-23 18:30:00'),
(37, '37', '2', '30', '312700', 'DELHI', 0, '2024-03-17 18:30:00'),
(38, '38', '2', '36', '312700', 'DELHI', 1, '2024-03-29 18:30:00'),
(39, '39', '2', '34', '295000', 'DELHI', 1, '2024-03-27 18:30:00'),
(40, '40', '6', '33', '212400', 'DELHI', 1, '2024-03-26 18:30:00'),
(41, '41', '2', '30', '312700', 'DELHI', 1, '2024-03-17 18:30:00'),
(42, '42', '2', '29', '312700', 'DELHI', 1, '2024-03-08 18:30:00'),
(43, '43', '1', '24', '324500', 'DELHI', 1, '2024-02-22 18:30:00'),
(44, '44', '7', '17', '165200', 'DELHI', 1, '2024-01-30 18:30:00'),
(45, '45', '8', '4', '150000.42', 'DELHI', 1, '2023-11-29 18:30:00'),
(46, '46', '1', '38', '342200', 'DELHI', 1, '2024-05-02 18:30:00'),
(47, '47', '3', '39', '430700', 'DELHI', 1, '2024-05-05 18:30:00'),
(48, '48', '1', '40', '342200', 'DELHI', 0, '2024-05-08 07:32:51'),
(49, '49', '2', '41', '342200', 'DELHI', 1, '2024-05-10 09:28:33'),
(50, '50', '1', '42', '342200', 'DELHI', 1, '2024-05-10 09:38:53'),
(51, '51', '7', '43', '194700', 'DELHI', 1, '2024-05-16 09:43:28'),
(52, '52', '2', '44', '384090', 'DELHI', 1, '2024-05-16 10:24:07'),
(53, '53', '2', '45', '312700', 'DELHI', 1, '2024-05-17 06:15:46'),
(54, '54', '6', '46', '236000', 'DELHI', 1, '2024-05-17 09:22:26'),
(55, '55', '3', '47', '389400', 'DELHI', 1, '2024-05-17 09:33:06'),
(56, '56', '1', '48', '383500', 'DELHI', 1, '2024-05-18 09:55:29'),
(57, '57', '1', '49', '365800', 'DELHI', 1, '2024-05-18 10:26:02'),
(58, '58', '1', '50', '324500', 'DELHI', 1, '2024-05-18 11:24:13'),
(59, '59', '2', '51', '312700', 'DELHI', 1, '2024-05-22 10:28:02'),
(60, '60', '2', '52', '348100', 'DELHI', 1, '2024-05-22 11:11:37'),
(61, '61', '1', '53', '336300', 'DELHI', 1, '2024-05-28 10:03:29'),
(62, '62', '1', '54', '354000', 'DELHI', 1, '2024-05-30 06:38:41'),
(63, '63', '1', '55', '312700', 'DELHI', 1, '2024-05-30 06:52:18'),
(64, '64', '1', '56', '336300', 'DELHI', 1, '2024-05-30 08:01:03'),
(65, '65', '18', '57', '41300', 'DELHI', 1, '2024-06-13 09:08:11'),
(66, '66', '5', '58', '224200', 'DELHI', 1, '2024-06-13 09:47:03'),
(67, '67', '7', '59', '206500', 'DELHI', 1, '2024-06-13 09:50:12'),
(68, '68', '2', '60', '354295', 'DELHI', 1, '2024-06-20 09:58:33'),
(69, '68', '11', '60', '46905', 'DELHI', 1, '2024-06-20 09:58:33'),
(70, '69', '5', '61', '224200', 'DELHI', 1, '2024-06-25 06:44:23'),
(71, '70', '1', '62', '324500', 'DELHI', 1, '2024-06-27 09:28:17'),
(72, '71', '1', '63', '324500', 'DELHI', 1, '2024-07-05 08:55:58'),
(73, '72', '1', '64', '324500', 'DELHI', 1, '2024-07-05 09:39:38'),
(74, '73', '1', '65', '324500', 'DELHI', 1, '2024-07-09 06:15:27'),
(75, '74', '1', '66', '324500', 'DELHI', 1, '2024-07-09 06:42:58'),
(76, '75', '1', '67', '348100', 'DELHI', 1, '2024-07-20 06:40:56'),
(77, '76', '1', '68', '324500', 'DELHI', 1, '2024-07-20 07:07:55'),
(78, '77', '1', '69', '336300', 'DELHI', 1, '2024-07-24 10:09:43'),
(79, '78', '7', '70', '194700', 'DELHI', 1, '2024-07-25 10:26:48'),
(80, '79', '2', '71', '324500', 'DELHI', 1, '2024-07-25 11:49:12'),
(81, '80', '1', '72', '324500', 'DELHI', 1, '2024-07-27 07:47:09'),
(82, '81', '1', '73', '354000', 'DELHI', 1, '2024-07-27 07:53:12'),
(83, '82', '7', '74', '194700', 'DELHI', 1, '2024-07-27 08:29:32'),
(84, '83', '2', '75', '324500', 'DELHI', 1, '2024-07-29 09:36:04'),
(85, '84', '1', '76', '324500', 'DELHI', 1, '2024-07-30 11:10:23'),
(86, '85', '5', '77', '266090', 'DELHI', 1, '2024-07-31 10:08:16'),
(87, '86', '1', '78', '324500', 'DELHI', 1, '2024-07-31 11:06:19'),
(88, '87', '2', '79', '324500', 'DELHI', 1, '2024-08-03 06:35:10'),
(89, '88', '3', '80', '460790', 'DELHI', 1, '2024-08-03 07:25:46'),
(90, '89', '1', '81', '324500', 'DELHI', 1, '2024-08-03 07:31:29'),
(91, '90', '6', '82', '236000', 'DELHI', 1, '2024-08-03 09:13:54'),
(92, '91', '7', '83', '206500', 'DELHI', 1, '2024-08-03 09:33:57'),
(93, '92', '1', '84', '342200', 'DELHI', 1, '2024-08-03 09:59:09'),
(94, '93', '1', '85', '336300', 'DELHI', 1, '2024-08-12 10:36:25'),
(95, '94', '2', '86', '324500', 'DELHI', 1, '2024-08-12 11:21:58'),
(96, '95', '6', '87', '236000', 'DELHI', 1, '2024-08-13 10:04:47'),
(97, '96', '1', '88', '336300', 'DELHI', 1, '2024-08-13 10:28:02'),
(98, '97', '1', '89', '336300', 'DELHI', 1, '2024-08-13 10:40:18'),
(99, '98', '2', '90', '324500', 'DELHI', 1, '2024-08-14 11:25:48'),
(100, '99', '8', '91', '188800', 'DELHI', 1, '2024-08-16 12:32:47'),
(101, '100', '5', '92', '253700', 'DELHI', 1, '2024-08-17 09:14:00'),
(102, '101', '5', '93', '265500', 'DELHI', 1, '2024-08-27 12:16:55'),
(103, '102', '1', '94', '324500', 'DELHI', 1, '2024-08-31 08:14:40'),
(104, '103', '1', '95', '324500', 'DELHI', 1, '2024-08-31 09:19:34'),
(105, '104', '5', '96', '265500', 'DELHI', 1, '2024-08-31 09:32:39'),
(106, '105', '1', '97', '324500', 'DELHI', 1, '2024-08-31 12:07:31'),
(107, '106', '2', '98', '324500', 'DELHI', 1, '2024-09-03 07:06:11'),
(108, '107', '1', '99', '324500', 'DELHI', 1, '2024-09-07 11:42:29'),
(109, '108', '2', '100', '324500', 'DELHI', 1, '2024-09-11 12:28:51'),
(110, '109', '1', '101', '336300', 'DELHI', 1, '2024-09-16 10:11:39'),
(111, '110', '7', '102', '194700', 'DELHI', 1, '2024-09-17 05:38:17'),
(112, '111', '2', '103', '352820', 'DELHI', 1, '2024-09-17 05:47:09'),
(113, '112', '2', '104', '324500', 'DELHI', 1, '2024-09-17 06:18:33'),
(114, '113', '1', '105', '324500', 'DELHI', 1, '2024-09-17 06:22:34'),
(115, '114', '2', '106', '324500', 'DELHI', 1, '2024-09-17 06:25:26'),
(116, '115', '1', '107', '348100', 'DELHI', 1, '2024-09-17 06:30:36'),
(117, '116', '5', '108', '265500', 'DELHI', 1, '2024-09-17 07:39:48'),
(118, '117', '2', '109', '330400', 'DELHI', 1, '2024-09-21 07:52:55'),
(119, '118', '5', '110', '265500', 'DELHI', 1, '2024-09-21 07:55:50'),
(120, '119', '1', '111', '336300', 'DELHI', 1, '2024-09-21 11:02:16'),
(121, '120', '6', '112', '265500', 'DELHI', 1, '2024-09-24 07:44:40'),
(122, '121', '5', '113', '277300', 'DELHI', 1, '2024-09-27 08:07:28'),
(123, '122', '7', '114', '194700', 'DELHI', 1, '2024-09-28 11:18:46'),
(124, '123', '1', '115', '324500', 'DELHI', 1, '2024-10-01 06:07:38'),
(125, '124', '1', '116', '348100', 'DELHI', 1, '2024-10-16 07:34:15'),
(126, '125', '1', '117', '336300', 'DELHI', 1, '2024-10-21 06:05:33'),
(127, '126', '2', '118', '336300', 'DELHI', 1, '2024-10-21 09:13:43'),
(128, '127', '2', '119', '325500.64', 'DELHI', 1, '2024-10-21 09:43:59'),
(129, '128', '5', '120', '265500', 'DELHI', 1, '2024-10-21 09:52:39'),
(130, '129', '2', '121', '324500', 'DELHI', 1, '2024-11-12 09:17:44'),
(131, '130', '1', '122', '324500', 'DELHI', 1, '2024-11-12 09:26:48'),
(132, '131', '2', '123', '330400', 'DELHI', 1, '2024-12-03 12:25:07'),
(133, '132', '5', '124', '265500', 'DELHI', 1, '2024-12-04 09:15:14'),
(134, '133', '1', '125', '336300', 'DELHI', 1, '2024-12-16 09:04:20'),
(135, '134', '6', '126', '236000', 'DELHI', 1, '2024-12-19 10:55:09'),
(136, '135', '1', '127', '324500', 'DELHI', 1, '2024-12-21 09:54:22'),
(137, '136', '1', '128', '324500', 'DELHI', 1, '2024-12-23 11:20:17'),
(138, '137', '1', '129', '324500', 'DELHI', 1, '2024-12-26 09:31:39'),
(139, '138', '6', '130', '250000.7', 'DELHI', 1, '2024-12-26 09:38:57'),
(140, '139', '1', '131', '324500', 'DELHI', 1, '2024-12-26 10:09:00'),
(141, '140', '1', '132', '324500', 'DELHI', 1, '2024-12-26 11:36:24'),
(142, '141', '2', '133', '324500', 'DELHI', 1, '2024-12-30 08:42:35'),
(143, '142', '23', '134', '112100', 'DELHI', 1, '2024-12-31 06:22:44'),
(144, '143', '2', '135', '336300', 'DELHI', 1, '2025-01-03 05:16:37'),
(145, '144', '3', '136', '419490', 'NOIDA', 1, '2025-01-21 06:51:51');

-- --------------------------------------------------------

--
-- Table structure for table `tn_student`
--

CREATE TABLE `tn_student` (
  `id` int(11) NOT NULL,
  `username` varchar(255) NOT NULL,
  `mobileno` varchar(255) NOT NULL,
  `uemail` varchar(255) NOT NULL,
  `dob` varchar(255) NOT NULL,
  `studentAddress` text NOT NULL,
  `state` varchar(255) NOT NULL,
  `courseName` varchar(255) NOT NULL,
  `healthIssue` text NOT NULL,
  `emergencyPhoneNo` varchar(255) NOT NULL,
  `relationWith` varchar(255) NOT NULL,
  `currentPastStudent` varchar(255) NOT NULL,
  `whichCourse` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `isActive` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=inactive, 1=active',
  `passportPhoto` varchar(255) NOT NULL,
  `leavesOption` varchar(255) NOT NULL,
  `addressProof` varchar(255) NOT NULL,
  `centrename` varchar(255) NOT NULL,
  `isDated` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_student`
--

INSERT INTO `tn_student` (`id`, `username`, `mobileno`, `uemail`, `dob`, `studentAddress`, `state`, `courseName`, `healthIssue`, `emergencyPhoneNo`, `relationWith`, `currentPastStudent`, `whichCourse`, `password`, `isActive`, `passportPhoto`, `leavesOption`, `addressProof`, `centrename`, `isDated`) VALUES
(1, 'Preet', '9589075700', '2@gmail.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'self', '', '', '', 1, '', '', '', 'DELHI', '2023-06-27 18:30:00'),
(2, 'Puja Bhushan', '7504210479', '1@gmail.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-07-21 18:30:00'),
(3, 'Harkiran', '9999852123', '3@qut.com', '2000-01-01', 'na', '9', '5', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-11-26 18:30:00'),
(4, 'Ananya Juneja', '7895031790', '32@ddd.com', '2002-01-01', 'na', '9', '8', 'na', '9999999999', 'Self', 'Yes', '', '', 1, '', '', '', 'DELHI', '2023-11-29 18:30:00'),
(5, 'Divyansh', '9074412222', '232@kk.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-12-14 18:30:00'),
(6, 'Paromita Jairath', '8826305534', 'jio@ok.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-12-14 18:30:00'),
(7, 'Pushpa D. Budha', '9596610356', 'nino@in.in', '2002-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-12-19 18:30:00'),
(8, 'Rounak Arora', '7310551364', '12@ji.com', '2000-01-01', 'na', '9', '2', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-12-22 18:30:00'),
(9, 'Taban Rizvi', '9871918002', 'jij@jkjk.com', '2002-01-01', 'na', '9', '6', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2023-12-29 18:30:00'),
(10, 'Nitish Kalra', '9254700059', 'joi@oj.com', '2002-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2024-01-02 18:30:00'),
(11, 'Miss Bernadette Lalruatfeli', '9862360204', 'hioh@dw.de', '2000-01-01', 'Na', '9', '2', 'NA', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2024-01-05 18:30:00'),
(12, 'lucy (3.5 month)', '8974215712', 'jijo@jjo.com', '2002-01-01', 'na', '9', '2', 'na', '9999999999', 'Self', '', '', '', 1, '', '', '', 'DELHI', '2024-01-08 18:30:00'),
(13, 'Harshita Mulani', '7234817171', 'harshimulani796@gmail.com', '2006-01-16', '122/503 sindhi colony shastri nagar uttar pradesh-208005', '34', '2', 'Weakness due to low hemoglobin', '9140907854', 'Friend', '', '', '', 1, 'passportPhoto-6629040c1cde7.jpg', '', 'addressProof-6629040c1ce88.jpg', 'DELHI', '2024-01-14 18:30:00'),
(14, 'Selina Kits', '9625618804', 'sdff@dff.ic', '2000-01-01', 'na', '9', '6', 'na', '5556666786', 'Friend', '', '', '', 1, 'passportPhoto-6629047cb746d.jpg', '', 'addressProof-6629047cb750c.jpg', 'DELHI', '2024-01-21 18:30:00'),
(15, 'Vihokali kits', '7291024423', 'hjfm@sdfs.ip', '2000-01-01', 'na', '9', '6', 'na', '7777777777', 'Friend', '', '', '', 1, 'passportPhoto-662904da99285.jpg', '', 'addressProof-662904da9932f.jpg', 'DELHI', '2024-01-28 18:30:00'),
(16, 'S.philachan', '9366397494', 'dhfgh@ERTET.EDL', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'Friend', '', '', '', 1, 'passportPhoto-6629053d10f8e.jpg', '', 'addressProof-6629053d17c05.jpg', 'DELHI', '2024-01-28 18:30:00'),
(17, 'Anchal Saluja', '9560789198', 'jij@c.com', '2000-01-01', 'NA', '9', '7', 'NA', '9999999999', 'SELF', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-01-30 18:30:00'),
(18, 'Papiya Roy', '7688002048', 'JIJE@FD.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-07 18:30:00'),
(19, 'Tharsem Kasar', '8882316105', 'JIE@F.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-11 18:30:00'),
(20, 'T.Torrila Jenny', '7005080543', 'JIFOEJ@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-12 18:30:00'),
(21, 'Rohan', '9625982730', 'JIFE.C@D.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-13 18:30:00'),
(22, 'Sheela Chaudhury', '9999195500', 'FDFD@C.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-14 18:30:00'),
(23, 'Ritu', '6009491106', 'JFID@D.COM', '2000-02-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-19 18:30:00'),
(24, 'Kanak lata Patel', '9971940148', 'JIJFE@FD.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-02-22 18:30:00'),
(25, 'Parul Taneja', '9821816281', 'JJKJ@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-02-22 18:30:00'),
(26, 'Harsh Yadav', '9013963420', 'JID@C.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-02-23 18:30:00'),
(27, 'Akshita Goyle', '9873735353', 'FDFD@E.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-02-27 18:30:00'),
(28, 'Pooja Jain', '8826603563', 'EOIJF@E.IN', '2000-01-01', 'NA', '9', '7', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-03-04 18:30:00'),
(29, 'Shagun', '7895637038', 'OKOK@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-03-08 18:30:00'),
(30, 'Damanpreet', '9050521470', 'OKOKE@P.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-03-17 18:30:00'),
(31, 'SOWORCHAN', '7289049208', 'OEDE@D.COM', '2002-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-03-17 18:30:00'),
(32, 'Praneet Kaur', '9815655647', 'PKOE@E.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', 1, '', '', '', 'DELHI', '2024-03-20 18:30:00'),
(33, 'Prashant', '8920370224', 'DS@DSD.com', '1999-11-11', 'NA', '9', '6', 'NA', '2344344344', 'Self', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-03-26 18:30:00'),
(34, 'Ridhi', '8961275871', 'DF@DV.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-03-27 18:30:00'),
(35, 'Momina khan', '8810244402', '2@vinay.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-03-27 18:30:00'),
(36, 'Poojaen', '9811038701', '1@vinay.com', '1991-11-11', 'NA', '9', '2', 'No', '2344344344', 'Self', 'Yes', '', '', 1, '', '', '', 'DELHI', '2024-03-29 18:30:00'),
(37, 'prem', '9910027210', 'prem@c.com', '2000-01-01', 'na', '9', '3', 'na', '9999999999', 'self', '', '', '', 0, '', '', '', 'DELHI', '2024-04-24 18:30:00'),
(38, 'Meeka Kumari', '9310122808', 'meeka.kum4ri007@gmail.com', '1998-11-23', 'SECTOR 74 ORB SUPER TECH 1402', '34', '1', 'NO', '8249411154', 'BROTHER', '', '', '', 1, 'passportPhoto-6634ae61f3308.jpg', '1', 'addressProof-6634ae6204866.jpeg', 'DELHI', '2024-05-02 18:30:00'),
(39, 'VANDANA JAIN', '9873879926', 'vandana.jain0928@gmail.com', '1982-09-28', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', '3', 'Recently done thyroid surgery', '8130195666', 'SPOUSE', '', '', '', 1, 'passportPhoto-6638ba5d5a099.jpeg', '5', 'addressProof-6638ba5d61730.jpeg', 'DELHI', '2024-05-05 18:30:00'),
(40, 'Chanchal Makhija', '9303103009', 'chanchal.makhija2001@gmail.com', '2001-08-08', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '1', 'NO', '9303103004', 'Brother', '', '', '', 0, 'passportPhoto-663a232e24663.jpg', '4', 'addressProof-663a232e24796.pdf', 'DELHI', '2024-05-08 07:32:51'),
(41, 'Khya Rinya', '8837288940', 'khyarinya9@gmail.com', '2024-05-30', 'Senki park, near B.S.I office, itanagar Arunachal Pradesh', '3', '2', 'No', '9233151218', 'Sister', '', '', '', 1, 'passportPhoto-663de787020fa.jpeg', '3', '', 'DELHI', '2024-05-10 09:28:33'),
(42, 'Chanchal Makhija', '9303103009', 'chanchal.makhija2001@gmail.com', '2001-08-08', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '1', 'NO', '9303103004', 'Brother', '', '', '', 1, 'passportPhoto-663a232e24663.jpg', '4', 'addressProof-663a232e24796.pdf', 'DELHI', '2024-05-10 09:38:53'),
(43, 'Jasleen Kaur', '9643501940', 'jasleen.kaur.h98@gmail.com', '2000-10-18', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', '7', 'no', '9213921718', 'Father', '', '', '', 1, 'passportPhoto-6645d3c008cad.jpeg', '3', '', 'DELHI', '2024-05-16 09:43:27'),
(44, 'Khwairakpam carinda Devi', '9068511057', 'kh.carinda16@gmail.com', '1997-11-02', 'Awang sekmai khunou leikai , Manipur imphal', '22', '2', 'No', '8798501642', 'Guardian', '', '', '', 1, 'passportPhoto-6645dd385816e.jpeg', '3', '', 'DELHI', '2024-05-16 10:24:06'),
(45, 'Zubeni Ezung', '9366137545', 'zubeniezung85@gmail.com', '1998-03-02', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', '2', 'No', '8974194401', 'Sister', '', '', '', 1, 'passportPhoto-6635a6f0947f5.jpg', '', 'addressProof-6635a6f0948e5.jpg', 'DELHI', '2024-05-17 06:15:46'),
(46, 'Ridhi Dogra', '9528563813', 'pathaniaridhi1@gmail.com', '2002-04-24', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', '6', 'no', '9411157911', 'husband', '', '', '', 1, 'passportPhoto-66471c32a82d0.jpeg', '3', '', 'DELHI', '2024-05-17 09:22:26'),
(47, 'Diksha Maloo', '8680988501', 'dikshamaloo3@gmail.com', '2003-12-03', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '3', 'Skin allergy - prescribed not to use detergents and soaps', '8825855529', 'Mother', '', '', '', 1, 'passportPhoto-66470d63d78b7.jpg', '5', 'addressProof-66470d63dc8e7.jpg', 'DELHI', '2024-05-17 09:33:06'),
(48, 'Pavika goswami', '6395433430', 'pavikagoswami24@gmail.com', '2001-07-18', 'Choti sarkar, Atkhambha,vrindavan', '34', '1', 'No', '8077386963', 'Brother', '', '', '', 1, 'passportPhoto-66474032e31f2.jpg', '', 'addressProof-66474032e3243.jpg', 'DELHI', '2024-05-18 09:55:29'),
(49, 'Vikas', '7677890002', 'bholavikas06@gmail.com', '1999-03-04', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', '1', 'No', '7087096009', 'BROTHER', '', '', '', 1, 'passportPhoto-6648809d7b771.jpeg', '3', '', 'DELHI', '2024-05-18 10:26:02'),
(50, 'Nandika Mittal', '9837056622', 'mittalnandika@gmail.com', '2003-08-07', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', '1', 'No', '9917133666', 'mother', '', '', '', 1, 'passportPhoto-66488724c6ae0.jpeg', '3', '', 'DELHI', '2024-05-18 11:24:12'),
(51, 'Neha Batra', '9354111254', 'nehadominic5@gmail.com', '1985-10-27', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', '2', 'No', '9871252859', 'mother', '', '', '', 1, 'passportPhoto-664dc7adbaf65.jpeg', '3', '', 'DELHI', '2024-05-22 10:28:01'),
(52, 'Ishika Bansal', '8910541228', 'ishikabansal876@gmail.com', '2002-08-09', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', '2', 'No', '9339125626', 'Father', '', '', '', 1, 'passportPhoto-664dd1c82d496.jpg', '15- for work or if family emergency', 'addressProof-664dd1c82d780.pdf', 'DELHI', '2024-05-22 11:11:36'),
(53, 'Pooja Kainth', '7982094462', 'poojakainth78482@gmail.com', '1997-11-27', 'A-13 yojna vihar ground floor New delhi', '9', '1', 'cervical and vertigo', '9971348748', 'mother', '', '', '', 1, 'passportPhoto-6655aaea44fab.jpeg', 'travels, sick leaves', 'addressProof-6655aaea48d1e.jpeg', 'DELHI', '2024-05-28 10:03:28'),
(54, 'Mohd. Kalim', '6398460415', 'tech.kalim.123@gmail.com', '1986-10-31', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', '1', 'No', '9873100940', 'Father', '', '', '', 1, 'passportPhoto-664b2f2f3cfdd.jpg', '', 'addressProof-664b2f2f3d0c8.pdf', 'DELHI', '2024-05-30 06:38:40'),
(55, 'Apurvi Modi', '9386982789', 'apurvimodi@gmail.com', '1997-01-22', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', '1', 'No', '9899129357', 'Aunt', '', '', '', 1, 'passportPhoto-66581fedb01d5.jpg', 'As discussed earlier, I will be joining from 7th July as I have a family vacation planned.  \n \nI might take 2-3 days leaves in November(Reason - Marriage)', 'addressProof-66581fedb02b4.pdf', 'DELHI', '2024-05-30 06:52:18'),
(56, 'Naman Kalra', '6395779989', 'namankalra2000@icloud.com', '2000-05-24', 'I/29 keshav nagar numaish camp gate no-1 near taneja sweets saharanpur', '34', '1', 'No', '9837487550', 'Father', '', '', '', 1, 'passportPhoto-66582a00c5d72.jpeg', '16th july to 19th july', '', 'DELHI', '2024-05-30 08:01:03'),
(57, 'Savita devi', '7352576904', 'pk.deepaksingh@gmail.com', '1972-03-06', 'Vill Bilandpur, tal-Raja pakar', '5', '18', 'No', '8124653141', 'Son', '', '', '', 1, 'passportPhoto-666a6b1a3e13d.jpg', 'No', 'addressProof-666a6b1a3e189.jpg', 'DELHI', '2024-06-13 09:08:11'),
(58, 'Yash Verma', '9193863000', 'yashverma192005@gmail.com', '2005-10-19', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', '5', 'No', '9837063000', 'Father', '', '', '', 1, 'passportPhoto-66696681da622.jpg', 'No', 'addressProof-66696681da72b.jpg', 'DELHI', '2024-06-13 09:47:02'),
(59, 'Juhee Srivastava', '9717766061', 'juheeanand@gmail.com', '2024-06-20', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', '7', 'No', '9555188599', 'Husband', '', '', '', 1, 'passportPhoto-66696664941a2.jpg', 'Vacation', '', 'DELHI', '2024-06-13 09:50:12'),
(60, 'Prachi', '9717784474', 'bholaprachi85@gmail.com', '2005-08-10', 'BE-266 hari nagar, West delhi', '9', '2,11', 'No', '9212453684', 'Mother', '', '', '', 1, 'passportPhoto-6673fbb65c722.jpeg', '10', '', 'DELHI', '2024-06-20 09:58:33'),
(61, 'Nupur Jain', '9521020146', 'nupurpatawari03@gmail.com', '2000-01-03', 'Ward no-23, Raisinghnagar Ganganagar Rajasthan -335051', '29', '5', 'no', '9460101283', 'Mother', '', '', '', 1, 'passportPhoto-667a5bb362518.png', '10 leaves visit to home', '', 'DELHI', '2024-06-25 06:44:23'),
(62, 'nidhi mishra', '8447876384', '22mnidhi@gmail.com', '1995-09-22', 'b9 state tax colony roshna baad haridwar 249403', '33', '1', 'none', '8006052428', 'father', '', '', '', 1, 'passportPhoto-667d26ba8a0b8.jpg', 'a marriage in jan and dec', 'addressProof-667d26ba8f521.pdf', 'DELHI', '2024-06-27 09:28:17'),
(63, 'VARNIT JAIN', '8171313789', 'varnitjain2236@gmail.com', '2002-02-22', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '1', 'NO', '9837048512', 'Father', '', '', '', 1, 'passportPhoto-6687b408f2126.jpeg', '20,21,22 NOVEMBER-3 EMERGECNY LEVAES', '', 'DELHI', '2024-07-05 08:55:57'),
(64, 'KRITIKA MAURYA', '9311449762', 'kritikamaurya162003@gmail.com', '2003-06-01', 'B-37 Sector 49, Noida', '34', '1', 'NO', '9310723452', 'mother', '', '', '', 1, 'passportPhoto-6687be936058d.jpeg', 'EXAMS LEAVES', 'addressProof-6687be93606cb.pdf', 'DELHI', '2024-07-05 09:39:37'),
(65, 'MUSKAAN', '9872110111', 'chawlamuskaan10@gmail.com', '2002-10-13', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '1', 'NA', '9878610111', 'FATHER', '', '', '', 1, 'passportPhoto-668cd3ac46eb7.jpeg', '5 EMERGENCY LEAVES', '', 'DELHI', '2024-07-09 06:15:26'),
(66, 'akash gautam', '9999660015', 'akkii80555@gmail.com', '2000-01-18', 'a-105 amrapali vaishali sector-3', '34', '1', 'no', '9810529474', 'mother', '', '', '', 1, 'passportPhoto-668bbe152a48b.jpeg', '4-5 leaves if there is some emergency', 'addressProof-668bbe152a63c.jpeg', 'DELHI', '2024-07-09 06:42:58'),
(67, 'Karishma Bagri', '7009935853', 'karishma.bagrig@gmail.com', '1994-09-19', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '1', 'no', '8860487788', 'husband', '', '', '', 1, 'passportPhoto-669b5b271a157.jpeg', 'Mid of nov as will be out of country and incase of any emergency as i have 3 year old daughter', 'addressProof-669b5b2720b99.jpeg', 'DELHI', '2024-07-20 06:40:56'),
(68, 'Tanisha Jain', '7291808606', 'tanishajain1415@gmail.com', '2004-06-15', 'D-25 Gali no-4 Radhey puri Krishna nagar, Delhi-110051', '9', '1', 'No', '9990454554', 'Mother', '', '', '', 1, 'passportPhoto-668007be835b0.jpg', '2-5 (Emergency leaves)', 'addressProof-668007be86940.jpg', 'DELHI', '2024-07-20 07:07:54'),
(69, 'Dhrriti Jain', '8368688894', 'dhritijain2011@gmail.com', '2001-03-30', 'T-3 Green park extention Hauz Khas South delhi-110016', '9', '1', 'No', '9310116340', 'mother', '', '', '', 1, 'passportPhoto-66a0ceaf8319e.jpeg', 'no', 'addressProof-66a0ceaf87097.jpeg', 'DELHI', '2024-07-24 10:09:43'),
(70, 'Shalu Gauri', '9654002008', 'shalugauri1972@gmail.com', '1972-12-31', '30/186, First Floor, Vikram Vihar, Lajpat Nagar-IV', '9', '7', 'Asthma, Dust Allergy', '9810077664', 'Spouse', '', '', '', 1, 'passportPhoto-66a0d7e15047c.png', '7 August 2024  \n(1-2 Additional)', 'addressProof-66a0d7e150620.png', 'DELHI', '2024-07-25 10:26:47'),
(71, 'Sumedha Kataria', '9897011881', 'sumedhakataria15@gmail.com', '2001-01-15', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', '2', 'No', '8860878510', 'Sister', '', '', '', 1, '', '2-3 days emergency leaves', 'addressProof-66a23a647f4a5.jpg', 'DELHI', '2024-07-25 11:49:11'),
(72, 'Kanak Dhingra', '8766228304', 'kanak.dhingra23@gmail.com', '2006-07-23', 'A-116, Jhilmil colony delhi east delhi-110095', '9', '1', 'No', '8368461874', 'Sister', '', '', '', 1, 'passportPhoto-66a4a52454257.jpeg', '3 emergency leaves', '', 'DELHI', '2024-07-27 07:47:09'),
(73, 'Jesika jain', '7005971403', 'jesikajain108@gmail.com', '2002-04-15', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', '1', 'Epilepsy ( minor )', '8787561302', 'Sister', '', '', '', 1, 'passportPhoto-66a374fd86d76.jpg', 'Related to health issues \nFamily functions', 'addressProof-66a374fd908b0.jpeg', 'DELHI', '2024-07-27 07:53:11'),
(74, 'Rupali Arora', '9250512886', 'rupali.arora18@yahoo.com', '1996-05-02', '8-A Gali no-7, South Krishna nagar east-110051', '9', '7', 'No', '8860402971', 'mother', '', '', '', 1, 'passportPhoto-66a4af3e447fe.jpeg', '3 emergency leaves', '', 'DELHI', '2024-07-27 08:29:31'),
(75, 'Satvik Dureja', '9599041044', 'durejasatvik@gmail.com', '2003-02-27', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', '2', 'NO', '9811123248', 'Father', '', '', '', 1, 'passportPhoto-66a75f100d00e.jpeg', 'For Graduation', 'addressProof-66a75f100d0c1.pdf', 'DELHI', '2024-07-29 09:36:03'),
(76, 'ARVINDER KAUR', '7982650720', 'arvinderkaur9876@gmail.com', '1981-12-07', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', '1', 'Bp low, Liver issue , weekness', '9599120028', 'mama', '', '', '', 1, 'passportPhoto-66a8c920b3c90.jpg', '4-5 leaves, for health issue', 'addressProof-66a8c920b3de7.pdf', 'DELHI', '2024-07-30 11:10:23'),
(77, 'Tabinda Niyaz', '6005275020', 'tabindaniyaz2696@gmail.com', '1996-10-17', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', '5', 'No', '7006330773', 'Husband', '', '', '', 1, 'passportPhoto-66aa0c1fe89db.jpeg', '2-3 days', '', 'DELHI', '2024-07-31 10:08:15'),
(78, 'Ashveen Kaur', '7838161987', 'khurana.ashveen@gmail.com', '2003-05-24', 'E-381 Greater Kailash-2', '9', '1', 'Asthama', '9810798841', 'Father', '', '', '', 1, '', '6', '', 'DELHI', '2024-07-31 11:06:18'),
(79, 'NADIYA KHAN', '8368072510', 'asanjid@gmail.com', '1989-09-21', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', '2', 'No', '9013471266', 'spouse', '', '', '', 1, 'passportPhoto-66acab63be7b2.jpg', 'Birthdays : 1st july, 2nd September and 3rd May ; Anniversary 9th May , Any emergency and Three Muslim festivals', 'addressProof-66acab63ca97f.pdf', 'DELHI', '2024-08-03 06:35:09'),
(80, 'Mitali Dua', '9667991778', 'mitsauro88@gmail.com', '1988-01-28', 'A-18 second floor shivalik, Malviya Nagar', '9', '3', 'NO', '9818494496', 'Husband', '', '', '', 1, 'passportPhoto-66a8be13b9227.jpeg', '2-3 LEAVES', 'addressProof-66a8be13b934d.jpg', 'DELHI', '2024-08-03 07:25:46'),
(81, 'Aliya Sultan', '9415865691', 'aliyasultan025@gmail.com', '2001-08-25', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '1', 'Sinusitis', '9120074660', 'Brother', '', '', '', 1, 'passportPhoto-6682fafaa4947.jpeg', '15 December to 20 January', 'addressProof-6682fafaa4a91.jpeg', 'DELHI', '2024-08-03 07:31:28'),
(82, 'Divya Singh', '8755511408', 'singh.divya1810@gmail.com', '1995-10-12', 'E-912 Ace city Greater Noida west -201306', '34', '6', 'No', '8588852015', 'Husband', '', '', '', 1, 'passportPhoto-66adf2a1151c0.jpeg', '22 and 23 nov due to marriage at home also can take 1 or 2 leaves more due to small daughter', '', 'DELHI', '2024-08-03 09:13:53'),
(83, 'Sanchita Aggarwal', '9811182956', 'sanchita.aggarwal90@gmail.com', '1990-01-24', '1964, Sector 16 Faridabad', '14', '7', 'No', '8447737382', 'husband', '', '', '', 1, 'passportPhoto-66adf8a6f01d6.jpeg', 'Medical leaves, travel', 'addressProof-66adf8a6f05ae.pdf', 'DELHI', '2024-08-03 09:33:56'),
(84, 'Sneha Yadav', '9873007525', 'snehayadav281@gmail.com', '2002-08-19', '8/320 Sewadham road mandoli extn, east delhi-110093', '9', '1', 'Sometimes stomach issues', '9873009300', 'Father', '', '', '', 1, 'passportPhoto-66adfea1cb8cd.jpeg', '2-3 emergency leaves', '', 'DELHI', '2024-08-03 09:59:08'),
(85, 'Radhika Makharia', '8076333317', 'radhika5923makh@gmail.com', '2024-11-26', 'House no 64, Sector 11 B, Faridabad - 121006', '14', '1', 'NA', '9810414713', 'Father', '', '', '', 1, 'passportPhoto-66b9c8aab5495.jpg', 'Leaves for a close family wedding in Nov end', 'addressProof-66b9c8aab6d96.pdf', 'DELHI', '2024-08-12 10:36:25'),
(86, 'Dr Richa Malik', '9871528500', 'drrichamalik7@gmail.com', '1987-09-13', 'C-8, Saraswati Garden , Ramesh Nagar H.O west delhi-110015', '9', '2', 'No', '9811944222', 'SPOUSE', '', '', '', 1, 'passportPhoto-66b9edc923956.jpeg', 'nov end/dec first week', 'addressProof-66b9edc923a91.jpeg', 'DELHI', '2024-08-12 11:21:58'),
(87, 'Nancy Stephen', '8826744146', 'nancy.gcc1995@gmail.com', '1995-04-03', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '6', 'No', '8527036626', 'Husband', '', '', '', 1, 'passportPhoto-66bb2cf6b496d.jpeg', 'October 19th, December -25th', '', 'DELHI', '2024-08-13 10:04:47'),
(88, 'Garima Kothari', '7703808220', 'garimakothari007@gmail.com', '2003-07-15', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', '1', 'No', '9810234079', 'Father', '', '', '', 1, 'passportPhoto-66bb339e33f29.jpeg', '5 Emergency leaves', 'addressProof-66bb339e34042.jpeg', 'DELHI', '2024-08-13 10:28:02'),
(89, 'Naveen Agrawal', '7505997801', 'naveenagrawal25012006@gmail.com', '2006-01-25', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', '1', 'No', '9761345770', 'Father', '', '', '', 1, 'passportPhoto-66bb317c41d64.jpg', '5 To 6 emergency leaves', 'addressProof-66bb317c41e85.jpg', 'DELHI', '2024-08-13 10:40:18'),
(90, 'Anita ahuja', '9560264767', 'ahujaanita@gmail.com', '1976-08-17', 'Nava Durga Trading company  \n6501/8 \nDev nagar  \nHardhyan singh road \nKarol bagh 110005', '9', '2', 'No', '9871845199', 'Husband', '', '', '', 1, 'passportPhoto-66bc8516b424c.jpg', 'Ajay ahuja', 'addressProof-66bc8516b429d.pdf', 'DELHI', '2024-08-14 11:25:48'),
(91, 'SANA HAYAT ANSARI', '8290574034', 'sanajeeshan16@gmail.com', '1994-10-04', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', '8', 'NO', '9784098810', 'HUSBAND', '', '', '', 1, 'passportPhoto-66bf464960b0f.jpeg', 'EMERGENCY DUE TO KIDS AND WEDDING', 'addressProof-66bf464960c84.pdf', 'DELHI', '2024-08-16 12:32:47'),
(92, 'swati sabharwal', '7082467292', 'sabharwal.swati@gmail.com', '1988-08-18', 'house no 101,F block ,4th floor,kirti nagar,New delhi-110015', '9', '5', 'no', '8447045101', 'Husband', '', '', '', 1, 'passportPhoto-66bebde0648bb.jpeg', '08-09 october ,13 nov,', 'addressProof-66bebde06ce0b.pdf', 'DELHI', '2024-08-17 09:13:59'),
(93, 'Jaspreet kaur', '7065650762', 'aryansimran18@gmail.com', '2006-02-25', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', '5', 'No', '8800183138', 'Mother', '', '', '', 1, 'passportPhoto-66cdc059a4ec0.jpg', 'Sick leave', 'addressProof-66cdc059aca80.pdf', 'DELHI', '2024-08-27 12:16:54'),
(94, 'Archana Kumari', '8541084304', 'kumariarchana28nov@gmail.com', '1993-09-29', '340/4 ram nagar gurgaon', '34', '1', 'no', '7992457906', 'husband', '', '', '', 1, 'passportPhoto-66d2c4ac749bb.jpeg', '', '', 'DELHI', '2024-08-31 08:14:40'),
(95, 'Himanshu sharma', '7835954338', 'himanshusharmacake@gmail.com', '2006-05-31', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '1', 'No', '9717053080', 'Father', '', '', '', 1, '', '', 'addressProof-66d2d72b5b1f3.jpg', 'DELHI', '2024-08-31 09:19:34'),
(96, 'Ningsem Shimray', '8730087212', 'shimrayningsem@gmail.com', '1996-04-11', 'Khangkhui khullen, Ukhrul, Manipur', '9', '5', 'No', '9862679064', 'Father', '', '', '', 1, 'passportPhoto-66d2b30e806d2.jpg', '', 'addressProof-66d2b30e80ef0.jpg', 'DELHI', '2024-08-31 09:32:38'),
(97, 'Prerna Mittal', '7830362185', 'mittalprerna67@gmail.com', '2002-09-29', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', '1', 'No', '8439539039', 'Mother', '', '', '', 1, 'passportPhoto-66d304b56e0be.jpg', '', 'addressProof-66d304b56e256.jpg', 'DELHI', '2024-08-31 12:07:31'),
(98, 'Harish', '9034629116', 'harshparjapati004@gmail.com', '2006-08-23', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '2', 'no', '9416229116', 'Father', '', '', '', 1, 'passportPhoto-66d6b1c3afaca.jpeg', '', '', 'DELHI', '2024-09-03 07:06:11'),
(99, 'Kritika Khanna', '9899490838', 'khannakritika8@gmail.com', '1999-01-01', 'H-47, G.S. APARTMENTS PLOT NO-38 NEAR SACHDEVA PUBLIC SCHOOL SECTOR-13 rOHINI DELHI', '9', '1', 'cyst', '9810002219', 'Father', '', '', '', 1, 'passportPhoto-66dc3b0c4d2d4.jpeg', '', 'addressProof-66dc3b0c4d5b8.pdf', 'DELHI', '2024-09-07 11:42:29'),
(100, 'POOJA CHHIKARA', '9306156510', 'pchhikara2017@gmail.com', '1996-09-17', 'H.NO 1596 SEC 6 BAHADURGARH HARYANA 124507', '14', '2', 'NO', '9311800009', 'Husband', '', '', '', 1, 'passportPhoto-66e18bdf37bda.jpeg', '', 'addressProof-66e18bdf37e09.jpeg', 'DELHI', '2024-09-11 12:28:51'),
(101, 'Nandini Arora', '7011929258', 'nandiniarora1208@gmail.com', '1997-08-12', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', '1', 'No', '9212430705', 'Father', '', '', '', 1, 'passportPhoto-66e80357a45ec.jpeg', '', 'addressProof-66e80357a4792.jpeg', 'DELHI', '2024-09-16 10:11:39'),
(102, 'muskan kalra', '9084779989', 'mk9157226@gmail.com', '2001-06-08', 'i29 keshav nagar numaish camp', '34', '7', 'no', '9837487550', 'Father', '', '', '', 1, 'passportPhoto-66e7db9711b47.jpeg', '', 'addressProof-66e7db9711da5.jpeg', 'DELHI', '2024-09-17 05:38:17'),
(103, 'Nandini Ramjiwal', '9461773990', 'nandiniramjiwal@gmail.com', '2002-08-07', 'D-50, Kashyap Path, Opp. Tamanna Apts., Shyam Nagar, Jaipur', '29', '2', 'No', '9461500090', 'Mother', '', '', '', 1, 'passportPhoto-66e54e8db2581.jpeg', '', 'addressProof-66e54e8db28ab.jpeg', 'DELHI', '2024-09-17 05:47:09'),
(104, 'Ujala Kumari', '7903691115', 'ujalarao8969@gmail.com', '2001-01-11', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', '2', 'No', '9315144159', 'Husband', '', '', '', 1, 'passportPhoto-66e13b1265dd9.pdf', '', 'addressProof-66e13b1265fad.pdf', 'DELHI', '2024-09-17 06:18:33'),
(105, 'Neeraj Singh Koranga', '7017855764', 'neerajkorangazooed@gmail.com', '2001-03-25', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '1', 'No', '9982840349', 'Father', '', '', '', 1, 'passportPhoto-66dfed29272d6.jpg', '', 'addressProof-66dfed292749a.pdf', 'DELHI', '2024-09-17 06:22:34'),
(106, 'Kanishk', '9711661519', 'kanishkkalra007@gmail.com', '1996-12-14', '2361,Sector-28, Faridabad, Housing board Colony - 121008.', '14', '2', 'No', '9205238557', 'Brother', '', '', '', 1, 'passportPhoto-66df6926e1584.png', '', 'addressProof-66df6926e1ca1.png', 'DELHI', '2024-09-17 06:25:26'),
(107, 'Geetika Mahajan', '7310665750', 'mahajangeetu2004@gmail.com', '2004-10-22', '246 ansal courtyard Shastripuram', '34', '1', 'No', '9358058952', 'Father', '', '', '', 1, 'passportPhoto-66dea9dc149d4.jpg', '', 'addressProof-66dea9dc14ba8.png', 'DELHI', '2024-09-17 06:30:36'),
(108, 'Tanvi', '8368460257', 'tanviarrora40@gmail.com', '1990-06-26', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '5', 'No', '8527796315', 'Husband', '', '', '', 1, 'passportPhoto-66e930a8ab47f.jpeg', '', '', 'DELHI', '2024-09-17 07:39:48'),
(109, 'Vansh Aggarwal', '9315538737', 'vansh.aggarwal1604@gmail.com', '2003-04-16', 'SOUTH EX PART-1 \nE-6', '9', '2', 'NO', '9310882914', 'Mother', '', '', '', 1, 'passportPhoto-66e935ec12d17.jpeg', '', 'addressProof-66e935ec12f96.jpeg', 'DELHI', '2024-09-21 07:52:55'),
(110, 'Garvit Sharma', '9818610716', 'iamgarvit88@gmail.com', '2002-06-01', '2/127 2 block Subash Nagar New Delhi', '9', '5', 'No', '9971244158', 'Mother', '', '', '', 1, 'passportPhoto-66edc079ce9db.jpg', '', 'addressProof-66edc079cefa1.jpg', 'DELHI', '2024-09-21 07:55:50'),
(111, 'Poonam Singh', '9690030197', 'singhpoonam15780@gmail.com', '1980-07-15', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '1', 'no', '7533828197', 'Husband', '', '', '', 1, 'passportPhoto-66eea6e967915.jpeg', '', 'addressProof-66eea6e967afe.jpeg', 'DELHI', '2024-09-21 11:02:16'),
(112, 'Boston lalruatfela', '8415042603', 'bostonlalruatfelabualteng@gmail.com', '2001-02-28', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', '6', 'No', '9362860721', 'Father', '', '', '', 1, 'passportPhoto-66f26ccf61466.jpeg', '', '', 'DELHI', '2024-09-24 07:44:40'),
(113, 'Anya panor', '9366219651', 'panoranya654@gmail.com', '1998-01-04', 'QTR NO. 34, H-sector', '3', '5', 'asthma', '7619304222', 'Sister', '', '', '', 1, 'passportPhoto-66f66664961d1.jpeg', '', 'addressProof-66f6666496446.pdf', 'DELHI', '2024-09-27 08:07:28'),
(114, 'Kanchan Mehrotra', '7581055087', 'kanchanmehrotra04@gmail.com', '1989-09-04', '1/3 Ban Road , Shipra Suncity , Indirapuram, Ghaziabad', '34', '7', 'N/A', '9971829484', 'Husband', '', '', '', 1, 'passportPhoto-66f7e53dd376a.jpeg', '', '', 'DELHI', '2024-09-28 11:18:46'),
(115, 'Sneha Taneja', '7827868131', 'snehataneja.st@gmail.com', '2007-03-21', 'C-4 Raja Garden ,', '9', '1', 'NA', '8178667905', 'BROTHER', '', '', '', 1, 'passportPhoto-66fb90e4c1b07.jpeg', '', 'addressProof-66fb90e4c1edb.pdf', 'DELHI', '2024-10-01 06:07:38'),
(116, 'Khoansen Tangdong', '8119020386', 'ktangdong123@gmail.com', '2024-09-12', 'Borduria Tirap, Arunachal Pradesh 786630', '2', '1', 'NO', '8131927173', 'mother', '', '', '', 1, 'passportPhoto-66eea0a64d1d2.jpeg', '', '', 'DELHI', '2024-10-16 07:34:15'),
(117, 'Narayan Adhikary', '9330323698', '1234narayanadhikary@gmail.com', '2002-07-31', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', '1', 'No', '8777864306', 'Father', '', '', '', 1, 'passportPhoto-6715e9fd5b9ed.jpg', '', 'addressProof-6715e9fd5bd7c.jpg', 'DELHI', '2024-10-21 06:05:33'),
(118, 'SHARON K S', '7736938955', 'sharonks986@gmail.com', '2002-05-27', 'Kunnumpurath ho nenmenikunnu po nambikolly wayanad Kerala 673595', '17', '2', 'No', '7560807314', 'Mother', '', '', '', 1, 'passportPhoto-6715fe810ea56.jpg', '', 'addressProof-6715fe810eb4b.jpg', 'DELHI', '2024-10-21 09:13:43'),
(119, 'DAMAS MLEMBA SINGO', '0756750264', 'damasmlemba@gmail.com', '1996-10-01', 'KAHAMA, TANZANIA PO BOX 999', '9', '2', 'NA', '0754940411', 'FATHER', '', '', '', 1, 'passportPhoto-670620c0dd078.jpg', '', 'addressProof-670620c0dd7a9.jpg', 'DELHI', '2024-10-21 09:43:59'),
(120, 'sultana hussain', '9599241814', 'sultanakhan2418@gmail.com', '1983-12-25', 'house no 365 gali masjid dhobyan wali baazaar delhi gate darya ganj 110002', '9', '5', 'Back pain', '9350145781', 'BROTHER/bhabhi', '', '', '', 1, 'passportPhoto-66fbcdc754a85.jpeg', '', 'addressProof-66fbcdc754c69.jpeg', 'DELHI', '2024-10-21 09:52:39'),
(121, 'Tanmay vats', '6396282935', 'tanmayvats4@gmail.com', '2001-12-16', 'house no. 10, near peer ki chungi,nehtaur', '34', '2', 'Back pain isssue', '8923952971', 'FATHER', '', '', '', 1, 'passportPhoto-671f3da9a748b.jpeg', '', 'addressProof-671f3da9a7611.pdf', 'DELHI', '2024-11-12 09:17:44'),
(122, 'Vijay Mahara', '7678536650', 'vijaymahara786@gmail.com', '1998-11-05', '80 Pratap vihar Part 2, Kirari Suleman Nagar', '9', '1', 'No', '8750653509', 'Brother', '', '', '', 1, 'passportPhoto-671b2adb251a0.jpg', '', 'addressProof-671b2adb252b6.pdf', 'DELHI', '2024-11-12 09:26:48'),
(123, 'Limi Tell', '6033939002', 'limicamteli996@gmail.com', '1997-05-23', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', '2', 'No', '9436633003', 'mother', '', '', '', 1, 'passportPhoto-674ef6e4298bf.jpeg', '', 'addressProof-674ef6e4299b0.pdf', 'DELHI', '2024-12-03 12:25:07'),
(124, 'Deepti Sagar', '9212720575', 'deepti.sagar21@gmail.com', '1984-12-29', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', '5', 'No', '9312933935', 'mother', '', '', '', 1, 'passportPhoto-67501c41c82fb.jpg', '', '', 'DELHI', '2024-12-04 09:15:14'),
(125, 'bhoomika daga', '9910759199', 'bhoomikadaga@icloud.com', '2006-11-22', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', '1', 'severe headache, skin allergie', '9711038623', 'Father', '', '', '', 1, 'passportPhoto-675feba1baf0a.jpeg', '', '', 'DELHI', '2024-12-16 09:04:20'),
(126, 'STANZIN IDGHA', '9773826909', 'stanzin.idgha96@gmail.com', '1998-02-14', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', '6', 'NO', '8899575994', 'Sister', '', '', '', 1, 'passportPhoto-6763fa6eb5f58.jpeg', '', 'addressProof-6763fa6eb6155.pdf', 'DELHI', '2024-12-19 10:55:09'),
(127, 'Falguni Singh', '9119743408', 'falgunisingh270@gmail.com', '2000-08-30', 'A/11, Adarsh Nagar, Najibabad, District- Bijnor, Uttar Pradesh, 246763', '34', '1', 'No', '9456282088', 'My Mother', '', '', '', 1, 'passportPhoto-6760428eef68f.jpg', '', 'addressProof-6760428eef7cf.pdf', 'DELHI', '2024-12-21 09:54:21'),
(128, 'Diksha singh', '6207127403', 'hr.dikshasingh13@gmail.com', '2002-04-13', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', '1', 'No', '7337603842', 'BROTHER', '', '', '', 1, 'passportPhoto-67694399be9c7.jpeg', '', 'addressProof-67694399beb4d.pdf', 'DELHI', '2024-12-23 11:20:17'),
(129, 'Aquib hussain', '7289956080', 'aquibhussain0001@gmail.com', '1998-10-09', 'House no D14 street no 36 Mahendra park adarsh nagar delhi', '9', '1', 'No', '9540466080', 'No', '', '', '', 1, '', '', 'addressProof-6766992b1b9a6.jpg', 'DELHI', '2024-12-26 09:31:39'),
(130, 'Muskan Periwal', '7001440819', 'muskanperiwal1284@gmail.com', '1999-03-29', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', '6', 'No', '7320849785', 'Sister', '', '', '', 1, 'passportPhoto-676d05d36fdbc.jpeg', '', '', 'DELHI', '2024-12-26 09:38:57'),
(131, 'Muskan Gurung', '7505653839', 'gurungmuskan111@gmail.com', '2001-04-18', '108, village P.O Mothrowala,  Dehradun', '33', '1', 'None', '9193331776', 'Sister', '', '', '', 1, 'passportPhoto-6761919fac8a2.jpg', '', 'addressProof-6761919facdf7.jpg', 'DELHI', '2024-12-26 10:09:00'),
(132, 'Smita Biswas', '9999017573', 'smita.palit24@gmail.com', '1981-07-24', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', '1', 'No', '9873336455', 'Spouse', '', '', '', 1, 'passportPhoto-676d3ac1415cb.jpeg', '', 'addressProof-676d3ac141873.pdf', 'DELHI', '2024-12-26 11:36:24'),
(133, 'Ruksana Parveen', '9611221466', 'ruksanaparveen496@gmail.com', '1981-01-01', '1-125X, Near Jayalaxmi Parking, Matadangadi, Udyavara Village, Karnataka-574118', '18', '2', 'No', '6560017640', 'Daughter', '', '', '', 1, 'passportPhoto-67725b6444dde.jpeg', '', '', 'DELHI', '2024-12-30 08:42:35'),
(134, 'Preeti Singh', '9927827712', 'prsingh88083@gmail.com', '1999-02-21', 'paras bihar colony, after D.M. residence, bajoria road, saharanpur', '34', '23', 'No', '9368299277', 'Husband', '', '', '', 1, 'passportPhoto-67738a28091c0.jpeg', '', '', 'DELHI', '2024-12-31 06:22:44'),
(135, 'OSWINE RONGMEI', '7005523073', 'oswinerongmei1996@gmail.com', '1996-09-09', 'Lower Mawprem Bharati bhawan opposite hindu mission krishna mandir Shillong meghalaya - 793002', '20', '2', 'No', '9632919743', 'HUSBAND', '', '', '', 1, '', '', 'addressProof-6776a7a6d2581.pdf', 'DELHI', '2025-01-03 05:16:37'),
(136, 'Vinay', '9540269788', '007vinaybhardwaj@gmail.com', '1991-01-26', 'New Ashok Nagar Delhi 110091', '9', '3', 'No', '3224234234', 'Self', '', '', '', 1, 'passportPhoto-677e309b9a5cc.jpg', '', 'addressProof-677e309b9a77b.jpg', 'NOIDA', '2025-01-21 06:51:50');

-- --------------------------------------------------------

--
-- Table structure for table `tn_studentvisit`
--

CREATE TABLE `tn_studentvisit` (
  `id` int(11) NOT NULL,
  `pastUid` varchar(255) NOT NULL,
  `username` varchar(255) NOT NULL,
  `mobileno` varchar(255) NOT NULL,
  `uemail` varchar(255) NOT NULL,
  `dob` varchar(255) NOT NULL,
  `studentAddress` text NOT NULL,
  `state` varchar(255) NOT NULL,
  `courseName` varchar(255) NOT NULL,
  `healthIssue` text NOT NULL,
  `emergencyPhoneNo` varchar(255) NOT NULL,
  `relationWith` varchar(255) NOT NULL,
  `currentPastStudent` varchar(255) NOT NULL,
  `whichCourse` varchar(255) NOT NULL,
  `gstNo` varchar(255) NOT NULL,
  `companyName` varchar(255) NOT NULL,
  `companyAddress` text NOT NULL,
  `companyState` varchar(255) NOT NULL,
  `passportPhoto` varchar(255) NOT NULL,
  `addressProof` varchar(255) NOT NULL,
  `leavesOption` varchar(255) NOT NULL,
  `internship` varchar(255) NOT NULL,
  `isRegistation` tinyint(4) NOT NULL DEFAULT 2 COMMENT '2=incomplete, 1=complete',
  `centrename` varchar(255) NOT NULL,
  `isActive` tinyint(4) NOT NULL DEFAULT 1 COMMENT '0=inactive, 1=active',
  `isDated` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tn_studentvisit`
--

INSERT INTO `tn_studentvisit` (`id`, `pastUid`, `username`, `mobileno`, `uemail`, `dob`, `studentAddress`, `state`, `courseName`, `healthIssue`, `emergencyPhoneNo`, `relationWith`, `currentPastStudent`, `whichCourse`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `passportPhoto`, `addressProof`, `leavesOption`, `internship`, `isRegistation`, `centrename`, `isActive`, `isDated`) VALUES
(1, '', 'Puja Bhushan', '7504210479', '1@gmail.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:16:03'),
(2, '', 'Preet', '9589075700', '2@gmail.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:17:47'),
(3, '', 'Harkiran', '9999852123', '3@qut.com', '2000-01-01', 'na', '9', '5', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:19:33'),
(4, '', 'Ananya Juneja', '7895031790', '32@ddd.com', '2002-01-01', 'na', '9', '6', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:21:53'),
(5, '', 'Divyansh', '9074412222', '232@kk.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:22:59'),
(6, '', 'Paromita Jairath', '8826305534', 'jio@ok.com', '2000-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:23:57'),
(7, '', 'Pushpa D. Budha', '9596610356', 'nino@in.in', '2002-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:24:56'),
(8, '', 'Rounak Arora', '7310551364', '12@ji.com', '2000-01-01', 'na', '9', '2', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:26:20'),
(9, '', 'Taban Rizvi', '9871918002', 'jij@jkjk.com', '2002-01-01', 'na', '9', '6', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:27:18'),
(10, '', 'lucy (3.5 month)', '8974215712', 'jijo@jjo.com', '2002-01-01', 'na', '9', '2', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:28:08'),
(11, '', 'Nitish Kalra', '9254700059', 'joi@oj.com', '2002-01-01', 'na', '9', '1', 'na', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 12:29:03'),
(12, '', 'Harshita Mulani', '7234817171', 'fsdf@asdd.in', '2000-01-01', 'nil', '9', '2', 'na', '6666666666', 'Friend', '', '', '', '', '', '', 'passportPhoto-6629040c1cde7.jpg', 'addressProof-6629040c1ce88.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:07:24'),
(13, '', 'Selina Kits', '9625618804', 'sdff@dff.ic', '2000-01-01', 'na', '9', '6', 'na', '5556666786', 'Friend', '', '', '', '', '', '', 'passportPhoto-6629047cb746d.jpg', 'addressProof-6629047cb750c.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:09:16'),
(14, '', 'Vihokali kits', '7291024423', 'hjfm@sdfs.ip', '2000-01-01', 'na', '9', '6', 'na', '7777777777', 'Friend', '', '', '', '', '', '', 'passportPhoto-662904da99285.jpg', 'addressProof-662904da9932f.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:10:50'),
(15, '', 'S.philachan', '9366397494', 'dhfgh@ERTET.EDL', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'Friend', '', '', '', '', '', '', 'passportPhoto-6629053d10f8e.jpg', 'addressProof-6629053d17c05.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:12:29'),
(16, '', 'Miss Bernadette Lalruatfeli', '9862360204', 'hioh@dw.de', '2000-01-01', 'Na', '9', '2', 'NA', '9999999999', 'Self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-24 13:18:52'),
(17, '', 'Poojaen', '9811038701', '1@vinay.com', '1991-11-11', 'NA', '9', '2', 'No', '2344344344', 'Self', '', '', '', '', '', '', 'passportPhoto-66290a61847e5.jpg', 'addressProof-66290a6184880.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:34:25'),
(18, '', 'Momina khan', '8810244402', '2@vinay.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', '', '', '', '', '', '', 'passportPhoto-66290aea22d66.jpg', 'addressProof-66290aea22e04.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:36:42'),
(19, '', 'Ridhi', '8961275871', '3@vinay.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', '', '', '', '', '', '', 'passportPhoto-66290b7d5f7f4.jpg', 'addressProof-66290b7d5f894.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:39:09'),
(20, '', 'Prashant', '8920370224', '4@vinay.com', '1999-11-11', 'NA', '9', '6', 'NA', '2344344344', 'Self', '', '', '', '', '', '', 'passportPhoto-66290c1f90fae.jpg', 'addressProof-66290c1f9104f.jpg', '', '', 1, 'DELHI', 1, '2024-04-24 13:41:51'),
(21, '', 'Anchal Saluja', '9560789198', 'jij@c.com', '2000-01-01', 'NA', '9', '7', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:23:53'),
(22, '', 'Papiya Roy', '7688002048', 'JIJE@FD.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:24:43'),
(23, '', 'Tharsem Kasar', '8882316105', 'JIE@F.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:25:37'),
(24, '', 'T.Torrila Jenny', '7005080543', 'JIFOEJ@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:26:30'),
(25, '', 'Rohan', '9625982730', 'JIFE.C@D.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:27:34'),
(26, '', 'Sheela Chaudhury', '9999195500', 'FDFD@C.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:39:15'),
(27, '', 'Ritu', '6009491106', 'JFID@D.COM', '2000-02-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:40:11'),
(28, '', 'Kanak lata Patel', '9971940148', 'JIJFE@FD.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:40:58'),
(29, '', 'Parul Taneja', '9821816281', 'JJKJ@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:42:45'),
(30, '', 'Harsh Yadav', '9013963420', 'JID@C.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:43:56'),
(31, '', 'Akshita Goyle', '9873735353', 'FDFD@E.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:45:38'),
(32, '', 'Pooja Jain', '8826603563', 'EOIJF@E.IN', '2000-01-01', 'NA', '9', '7', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:46:27'),
(33, '', 'Shagun', '7895637038', 'OKOK@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:47:18'),
(34, '', 'Damanpreet', '9050521470', 'OKOKE@P.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:48:04'),
(35, '', 'SOWORCHAN', '7289049208', 'OEDE@D.COM', '2002-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:48:53'),
(36, '', 'Praneet Kaur', '9815655647', 'PKOE@E.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 09:50:34'),
(37, '', 'prem', '9910027210', 'prem@c.com', '2000-01-01', 'na', '9', '3', 'na', '9999999999', 'self', '', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-25 11:09:35'),
(38, '35', 'Momina khan', '8810244402', '2@vinay.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 05:40:41'),
(39, '34', 'Ridhi', '8961275871', 'DF@DV.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:21:08'),
(40, '33', 'Prashant', '8920370224', 'DS@DSD.com', '1999-11-11', 'NA', '9', '6', 'NA', '2344344344', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:22:45'),
(41, '30', 'Damanpreet', '9050521470', 'OKOKE@P.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:23:53'),
(42, '29', 'Shagun', '7895637038', 'OKOK@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:25:29'),
(43, '27', 'Akshita Goyle', '9873735353', 'FDFD@E.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:27:01'),
(44, '26', 'Harsh Yadav', '9013963420', 'JID@C.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:27:53'),
(45, '17', 'Anchal Saluja', '9560789198', 'jij@c.com', '2000-01-01', 'NA', '9', '7', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 06:29:50'),
(46, '4', 'Ananya Juneja', '7895031790', '32@ddd.com', '2002-01-01', 'na', '9', '8', 'na', '9999999999', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 09:55:08'),
(47, '17', 'Anchal Saluja', '9560789198', 'jij@c.com', '2000-01-01', 'NA', '9', '7', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 09:58:56'),
(48, '24', 'Kanak lata Patel', '9971940148', 'JIJFE@FD.COM', '2000-01-01', 'NA', '9', '1', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 09:59:24'),
(49, '29', 'Shagun', '7895637038', 'OKOK@C.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 10:00:27'),
(50, '30', 'Damanpreet', '9050521470', 'OKOKE@P.COM', '2000-01-01', 'NA', '9', '2', 'NA', '9999999999', 'SELF', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 10:00:59'),
(51, '33', 'Prashant', '8920370224', 'DS@DSD.com', '1999-11-11', 'NA', '9', '6', 'NA', '2344344344', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 10:01:30'),
(52, '34', 'Ridhi', '8961275871', 'DF@DV.com', '1991-11-11', 'NA', '9', '2', 'NA', '2344344344', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 10:02:00'),
(53, '36', 'Poojaen', '9811038701', '1@vinay.com', '1991-11-11', 'NA', '9', '2', 'No', '2344344344', 'Self', 'Yes', '', '', '', '', '', '', '', '', '', 1, 'DELHI', 1, '2024-04-30 10:02:25'),
(54, '', 'Meeka Kumari', '9310122808', 'meeka.kum4ri007@gmail.com', '1998-11-23', 'SECTOR 74 ORB SUPER TECH 1402', '34', '1', 'NO', '8249411154', 'BROTHER', '', '', '', '', '', '', 'passportPhoto-6634ae61f3308.jpg', 'addressProof-6634ae6204866.jpeg', '1', '', 1, 'DELHI', 1, '2024-05-03 09:29:06'),
(55, '', 'Prem', '8826962168', 'itspremkamal@gmail.com', '1981-08-05', 'SNP', '9', '1', 'NA', '9910027210', 'Self', '', '', '', '', '', '', '', '', '', '', 2, 'DELHI', 1, '2024-05-03 10:51:41'),
(56, '', 'Zubeni Ezung', '9366137545', 'zubeniezung85@gmail.com', '1998-03-02', 'Lotha Colony,HOUSE No 83.Dimapur.Nagaland', '25', '4', 'No', '8974194401', 'Sister', '', '', '', '', '', '', 'passportPhoto-6635a6f0947f5.jpg', 'addressProof-6635a6f0948e5.jpg', '', '', 1, 'DELHI', 1, '2024-05-04 03:09:36'),
(57, '', 'VANDANA JAIN', '9873879926', 'VANDANA.JAIN0928@GMAIL.COM', '1982-09-28', '49C, KD BLOCK, ASHOK VIHAR PHASE 1, DELHI-110052', '9', '1', 'Recently done thyroid surgery', '8130195666', 'SPOUSE', '', '', '', '', '', '', 'passportPhoto-6638ba5d5a099.jpeg', 'addressProof-6638ba5d61730.jpeg', '5', '', 1, 'DELHI', 1, '2024-05-06 11:09:17'),
(58, '', 'Chanchal Makhija', '9303103009', 'chanchal.makhija2001@gmail.com', '2001-08-08', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '1', 'NO', '9303103004', 'Brother', '', '', '', '', '', '', 'passportPhoto-663a232e24663.jpg', 'addressProof-663a232e24796.pdf', '4', '', 1, 'DELHI', 1, '2024-05-07 12:48:46'),
(59, '', 'Khya Rinya', '8837288940', 'khyarinya9@gmail.com', '2024-05-30', 'Senki park, near B.S.I office, itanagar Arunachal Pradesh', '3', '2', 'No', '9233151218', 'Sister', '', '', '', '', '', '', 'passportPhoto-663de787020fa.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-10 09:23:19'),
(60, '', 'Jasleen Kaur', '9643501940', 'jasleen.kaur.h98@gmail.com', '2000-10-18', 'B-9/10, Double Storey ramesh Nagar, 2nd floor New delhi-110015', '9', '7', 'no', '9213921718', 'Father', '', '', '', '', '', '', 'passportPhoto-6645d3c008cad.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-16 09:37:04'),
(61, '', 'Khwairakpam carinda Devi', '9068511057', 'kh.carinda16@gmail.com', '1997-11-02', 'Awang sekmai khunou leikai , Manipur imphal', '22', '2', 'No', '8798501642', 'Guardian', '', '', '', '', '', '', 'passportPhoto-6645dd385816e.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-16 10:17:28'),
(62, '', 'Diksha Maloo', '8680988501', 'dikshamaloo3@gmail.com', '2003-12-03', 'No. 4,5,6,7 Stephenson road tower 6 flat no.202 North Town Apts perambur chennai-12', '31', '3', 'Skin allergy - prescribed not to use detergents and soaps', '8825855529', 'Mother', '', '', '', '', '', '', 'passportPhoto-66470d63d78b7.jpg', 'addressProof-66470d63dc8e7.jpg', '5', '', 1, 'DELHI', 1, '2024-05-17 07:55:15'),
(63, '', 'Ridhi Dogra', '9528563813', 'pathaniaridhi1@gmail.com', '2002-04-24', 'dogra house , near galaxy public school, gajiyawala, dehradun', '33', '6', 'no', '9411157911', 'husband', '', '', '', '', '', '', 'passportPhoto-66471c32a82d0.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-17 08:58:26'),
(64, '', 'Pavika goswami', '6395433430', 'pavikagoswami24@gmail.com', '2001-07-18', 'Choti sarkar, Atkhambha,vrindavan', '34', '1', 'No', '8077386963', 'Brother', '', '', '', '', '', '', 'passportPhoto-66474032e31f2.jpg', 'addressProof-66474032e3243.jpg', '', '', 1, 'DELHI', 1, '2024-05-17 11:32:02'),
(65, '', 'Vikas', '7677890002', 'bholavikas06@gmail.com', '1999-03-04', 'Bedi colony phase-3 near Kidzee school Ferozepur city -152002', '27', '1', 'No', '7087096009', 'BROTHER', '', '', '', '', '', '', 'passportPhoto-6648809d7b771.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-18 10:19:09'),
(66, '', 'Nandika Mittal', '9837056622', 'mittalnandika@gmail.com', '2003-08-07', 'Shri Vrindavan,  G.T Road Opposite Ankur Public School Gulshan Park, Koil Aligarh, Uttar Pradesh 202001', '34', '1', 'No', '9917133666', 'mother', '', '', '', '', '', '', 'passportPhoto-66488724c6ae0.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-18 10:47:00'),
(67, '', 'Mohd. Kalim', '6398460415', 'tech.kalim.123@gmail.com', '1986-10-31', 'House No. 198, Sector 13, Vasundhara, Ghaziabad, Pin Code 201012', '34', '1', 'No', '9873100940', 'Father', '', '', '', '', '', '', 'passportPhoto-664b2f2f3cfdd.jpg', 'addressProof-664b2f2f3d0c8.pdf', '', '', 1, 'DELHI', 1, '2024-05-20 11:08:31'),
(68, '', 'Neha Batra', '9354111254', 'nehadominic5@gmail.com', '1985-10-27', 'House no-74, sector-37 noida Gautam buddha nagar -201303', '34', '2', 'No', '9871252859', 'mother', '', '', '', '', '', '', 'passportPhoto-664dc7adbaf65.jpeg', '', '3', '', 1, 'DELHI', 1, '2024-05-22 10:23:41'),
(69, '', 'Ishika Bansal', '8910541228', 'ishikabansal876@gmail.com', '2002-08-09', '50b, Muktaram babu street, barobazar , kolkata west bengal-700007', '35', '2', 'No', '9339125626', 'Father', '', '', '', '', '', '', 'passportPhoto-664dd1c82d496.jpg', 'addressProof-664dd1c82d780.pdf', '15- for work or if family emergency', '', 1, 'DELHI', 1, '2024-05-22 11:06:48'),
(70, '', 'Pooja Kainth', '7982094462', 'poojakainth78482@gmail.com', '1997-11-27', 'A-13 yojna vihar ground floor New delhi', '9', '1', 'cervical and vertigo', '9971348748', 'mother', '', '', '', '', '', '', 'passportPhoto-6655aaea44fab.jpeg', 'addressProof-6655aaea48d1e.jpeg', 'travels, sick leaves', '', 1, 'DELHI', 1, '2024-05-28 09:59:06'),
(71, '', 'Apurvi Modi', '9386982789', 'apurvimodi@gmail.com', '1997-01-22', 'Flat no 201, Aishwarya Homes, Rajendra Nagar, Road no 8B, Patna - 800016. \n \nR-254, 3RD Floor, Greater Kailash 1 , New Delhi - 110048', '5', '1', 'No', '9899129357', 'Aunt', '', '', '', '', '', '', 'passportPhoto-66581fedb01d5.jpg', 'addressProof-66581fedb02b4.pdf', 'As discussed earlier, I will be joining from 7th July as I have a family vacation planned.  \n \nI might take 2-3 days leaves in November(Reason - Marriage)', '', 1, 'DELHI', 1, '2024-05-30 06:42:53'),
(72, '', 'Naman Kalra', '6395779989', 'namankalra2000@icloud.com', '2000-05-24', 'I/29 keshav nagar numaish camp gate no-1 near taneja sweets saharanpur', '34', '1', 'No', '9837487550', 'Father', '', '', '', '', '', '', 'passportPhoto-66582a00c5d72.jpeg', '', '16th july to 19th july', '', 1, 'DELHI', 1, '2024-05-30 07:25:52'),
(73, '', 'Aprajita Setia', '9646664062', 'aprajita04arora@gmail.com', '1994-11-30', 'Gurgaon / SAS Nagar, Ward No. 4, GT Road, GDB', '27', '1', 'No', '7009073962', 'N/A', '', '', '', '', '', '', 'passportPhoto-6666b3c5c7232.jpeg', 'addressProof-6666b3c5c72e5.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:05:25'),
(74, '', 'Priyanka Verma', '9899939959', 'priyankaverma2697@gmail.com', '1997-02-26', 'Ebib Saya Zion, Gaur City 1, V.P. 201301', '34', '1', 'N/A', '9873399553', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666b538ba0dd.jpeg', 'addressProof-6666b538ba189.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:11:36'),
(75, '', 'Ashish Gupta', '9810420414', 'ashish00190@gmail.com', '1990-11-02', 'House No. 74 Mayank Vihar Delhi- 110092', '9', '1', 'N/A', '9810440414', 'Father', '', '', '', '', '', '', 'passportPhoto-6666b6679cf5f.jpeg', 'addressProof-6666b6679d042.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:16:39'),
(76, '', 'Puneet Sharma', '7973329465', 'sharmapuneet8787@gmail.com', '2000-07-08', '5068/2 Modern Housing Complex, Manimajra Chandigarh', '7', '2', 'N/A', '9781957358', 'Father', '', '', '', '', '', '', 'passportPhoto-6666ba2f232c0.jpeg', 'addressProof-6666ba2f23365.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:32:47'),
(77, '', 'Manisha Sharma', '8697543275', 'mini2511sharma@gmail.com', '1993-11-25', '214 House No. Sector 11 Vasundhara Ghaziabad', '35', '7,18', 'N/A', '9899103449', 'Brother in law', '', '', '', '', '', '', 'passportPhoto-6666bb4c08c48.jpeg', 'addressProof-6666bb4c08cee.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:37:32'),
(78, '', 'Shivani Sharma', '9823591461', 'shivanisharma78@gmail.com', '1978-10-22', 'A.601, Sheefal Vihar, Dwarka, Plot No. 10', '13', '7', 'N/A', '7598788911', 'N/A', '', '', '', '', '', '', 'passportPhoto-6666bc3f3ec22.jpeg', 'addressProof-6666bc3f3eced.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:41:35'),
(79, '', 'Tripti Jain Patni', '8638507242', 'patni.tripti@gmail.com', '1999-08-18', 'Natun Rupnagar, Kumarpara. Ghy - 781009', '4', '1', 'N/A', '9101297622', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666bd41c2a41.jpeg', 'addressProof-6666bd41c2af1.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:45:53'),
(80, '', 'Arjun Munjal', '8979604449', 'arjunmunjal2004@gmail.com', '2004-06-18', 'Vijay Laxmi Enclave Near JPOS School, Gangapur Road, Udhan Singh Nagar, Rudrapur, Uttarakhand', '33', '2', 'N/A', '9536505550', 'Brother', '', '', '', '', '', '', 'passportPhoto-6666be5827aa4.jpeg', 'addressProof-6666be5827b19.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:50:32'),
(81, '', 'Taneea Sharma', '9811424377', 'taneea013@gmail.com', '1995-06-21', 'AM-15 Shalimar Bagh, Delhi-110088', '9', '1', 'N/A', '9711262914', 'Father', '', '', '', '', '', '', 'passportPhoto-6666bf8055710.jpeg', 'addressProof-6666bf805585f.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:55:28'),
(82, '', 'Sonal Kaushik', '8447510197', 'sharmasonal.sk@gmail.com', '1996-02-17', '1/36Q Sanjay Gandhi Colony, Ravan Tila Aligarh', '34', '5', 'N/A', '7303259967', 'N/A', '', '', '', '', '', '', 'passportPhoto-6666c07a2ec27.jpeg', 'addressProof-6666c07a2ecd9.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 08:59:38'),
(83, '', 'Jiya Chanda', '9873301941', 'jiyachanda01@gmail.com', '2005-01-11', 'K416 Dakshinpuri, New Delhi', '9', '2', 'N/A', '8130039107', 'N/A', '', '', '', '', '', '', 'passportPhoto-6666c15bded16.jpeg', 'addressProof-6666c15bdedbe.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:03:23'),
(84, '', 'Shweta Mathur', '9871202232', 'akhil.shweta@gmail.com', '1978-07-21', 'A- 10/10 Vasant Vihar', '9', '6', 'N/A', '9818310336', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666c2142b825.jpeg', 'addressProof-6666c2142b941.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:06:28'),
(85, '', 'Sherry Sharma', '8800364914', 'sherrysharma4518@gmail.com', '1997-08-02', '1C/1A, N.H. N.I.T-1 Faridabad, Haryana- 121001', '14', '5', 'N/A', '9811035914', 'Father', '', '', '', '', '', '', 'passportPhoto-6666c30b8b0f1.jpeg', 'addressProof-6666c30b8b19a.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:10:35'),
(86, '', 'Anjali Anand', '9999177125', 'anjali.anand19@gmail.com', '1990-09-28', '991 Sector 15 Fardidabad, Haryana- 121007', '14', '8', 'N/A', '9810752484', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666c40a3351b.jpeg', 'addressProof-6666c40a335c6.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:14:50'),
(87, '', 'Mohammad Zaid Salim', '9953412300', 'mohammad.zaid.saleem1994@gmail.com', '1994-01-01', '2678 GK2 Street Daryaganj, Delhi', '9', '2', 'N/A', '7827888947', 'Brother', '', '', '', '', '', '', 'passportPhoto-6666c50da4188.jpeg', 'addressProof-6666c50da4247.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:19:09'),
(88, '', 'Kuholi', '8794849912', 'kuholi.shohe77@gmail.com', '1992-02-15', 'Lower D Block H/No. 043 Kohima Nagaland Ambrahi Village Sector 19 Dwarka FLat No. 202 H/No. 139', '25', '2', 'N/A', '9612409169', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666c5ef6a1f9.jpeg', 'addressProof-6666c5ef6a2a2.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:22:55'),
(89, '', 'Mona Thapa', '9871014036', 'monathapa886@gmail.com', '2001-06-26', 'Sector-22 Noida', '34', '1', 'N/A', '7678271997', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666c82a7bfa2.jpeg', 'addressProof-6666c82a7c049.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:32:26'),
(90, '', 'Annvi Mittal', '9971794944', 'annvi.mittal2006@gmail.com', '2006-06-09', '162 Anand Vihar Pitampura', '9', '6', 'N/A', '9810441944', 'Father', '', '', '', '', '', '', 'passportPhoto-6666cb3c637a0.jpeg', 'addressProof-6666cb3c63825.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:45:32'),
(91, '', 'Farheen Zehra', '9760656271', 'zehrafarheen539@gmail.com', '1999-02-24', 'w/o Mr Mohd Noor AIN 5-7/10 Flat No. e-8 Third floor, Jogabai Extension, Tamia Nagar, Okhla New Delhi 110025', '34', '2', 'N/A', '6398636960', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666cc40344de.jpeg', 'addressProof-6666cc4034588.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:49:52'),
(92, '', 'Tanvi Bakliwal', '9314062269', 'tanvibakliwal@gmail.com', '1997-06-12', 'B 181 Queens Road Vidhyut Nagar, Jaipur', '29', '5', 'N/A', '9829622269', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666cceb94b3a.jpeg', 'addressProof-6666cceb94be1.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 09:52:43'),
(93, '', 'Somya Mudgal', '9811350595', 'som.mudgal94@gmail.com', '1994-04-08', 'B-108, 4th floor, Suncity, Gurugram', '9', '5', 'N/A', '9899895197', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666cee575795.jpeg', 'addressProof-6666cee57583c.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:01:09'),
(94, '', 'Madhu Sharma', '9340005447', 'madhusharma0798@gmail.com', '1998-07-23', 'Divine City Narmadapuram Madhya Pradesh', '23', '1', 'N/A', '9753998841', 'Father', '', '', '', '', '', '', 'passportPhoto-6666d05d87998.jpeg', 'addressProof-6666d05d87a41.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:07:25'),
(95, '', 'Manasvi Gupta', '9711885711', '2105manasvi@gmail.com', '2002-05-21', 'C-5 /2A, Rana Pratap Bagh', '9', '2', 'N/A', '9819891717', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666d17cd3c1a.jpeg', 'addressProof-6666d17cd3cc2.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:12:12'),
(96, '', 'Pragati Jindal', '8626955537', 'pragatijindal6@gmail.com', '1999-12-24', 'B-27 Sec-12, Noida- 201301 (U.P)', '13', '1', 'N/A', '9459100037', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666d3b5c4264.jpeg', 'addressProof-6666d3b5c4301.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:21:41'),
(97, '', 'Anugrah Puri', '9310181741', 'anugrah10356@gmail.com', '2000-02-23', 'B-1/ 343 Janak Puri, New Delhi', '9', '6', 'N/A', '9311573222', 'Father', '', '', '', '', '', '', 'passportPhoto-6666d508030bd.jpeg', 'addressProof-6666d508031a2.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:27:20'),
(98, '', 'Reshma Saxena', '9123327519', 'reshmamuskan0499@gmail.com', '1999-04-30', '55/6 lal, quarter, Lohia nagar Gzb', '34', '2', 'N/A', '7303100113', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666d5d7cfc9f.jpeg', 'addressProof-6666d5d7cfd49.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:30:47'),
(99, '', 'Eliza Lepcha', '7428255147', 'elepcha49@gmail.com', '2001-02-05', 'CG2, 1303, Supertech Capetown, Sector 74, Noida', '34', '2', 'N/A', '8447556870', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666d6f7b97b0.jpeg', 'addressProof-6666d6f7b9856.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:35:35'),
(100, '', 'Supriya Pathak', '9015545591', 'supriyapathak323@gmail.com', '1993-09-27', 'H. No. 141 Gali No. 1 Fafrana Road, Brahmpuri Modinagar, Ghaziabad', '34', '1', 'N/A', '9654378121', 'Husbans', '', '', '', '', '', '', 'passportPhoto-6666d80704a80.jpeg', 'addressProof-6666d80704bc8.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:40:07'),
(101, '', 'Eneiu Doulo', '8448815414', 'ninizxzvv87@gmail.com', '2001-10-04', 'Vikram Vihar Lajpat Nagar 4', '25', '8', 'N/A', '9436000653', 'Father', '', '', '', '', '', '', 'passportPhoto-6666daa91b87d.jpeg', 'addressProof-6666daa91b926.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:51:21'),
(102, '', 'Rishita Kapoor', '9811078756', 'rishitakapoor1809@gmail.com', '1997-09-18', '8D Pkt-1 Dilshad Graden Delhi- 110095', '9', '2', 'N/A', '8527000402', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666db36b1127.jpeg', 'addressProof-6666db36b123b.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:53:42'),
(103, '', 'Anupama Jha', '8408013331', 'anupamajha534@gmail.com', '1984-02-23', 'Lotus Boulevard Sector 100', '34', '2', 'N/A', '9561082779', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666dbcd9b54f.jpeg', 'addressProof-6666dbcd9b635.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 10:56:13'),
(104, '', 'Tanmay Dey', '6900855175', 'tanmaydey13579@gmail.com', '2002-08-12', 'C/o Hills Bakery, Sarkari Bagan, Haflong, Dima Hasao Assam 788819', '4', '2', 'N/A', '7002071238', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666dcfbeb758.jpeg', 'addressProof-6666dcfbeb7ea.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:01:15'),
(105, '', 'Bhawna Bisht', '8448605173', 'bishtbhawna28@gmail.com', '2000-03-28', 'Cl- 1/3 Mohan Garden, Uttam Nagar, New Delhi', '9', '2', 'N/A', '9810920173', 'Father', '', '', '', '', '', '', 'passportPhoto-6666ddf783a36.jpeg', 'addressProof-6666ddf783af0.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:05:27'),
(106, '', 'Nehala K P', '9645040026', 'kpnehala@gmail.com', '1993-04-20', 'Eduvammal (H) Ponniakarssy Perinthalmanna Malappama', '17', '2', 'N/A', '8149507772', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666df4d97440.jpeg', 'addressProof-6666df4d974e9.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:11:09'),
(107, '', 'Khushnoor Kaur Makkar', '9996720024', 'khushnoormakkar@gmail.com', '2000-10-24', '412-C Sarni Chowk, Model Town , Yamuna Nagar, Haryana', '14', '1', 'N/A', '7988039629', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666e1840c3c4.jpeg', 'addressProof-6666e1840c46f.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:20:36'),
(108, '', 'Pranshu Pradhan', '7417859620', 'pranshu200020@gmail.com', '2001-12-20', 'Moh Devtan Near Ramlila ground, Jwalpur, Haridwar, 249407', '33', '1', 'N/A', '9897745334', 'Father', '', '', '', '', '', '', 'passportPhoto-6666e2ec9c23a.jpeg', 'addressProof-6666e2ec9c2f2.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:26:36'),
(109, '', 'Karsang Lhunpo', '7876616402', '123karsang@gmail.com', '2004-06-23', 'B42 Tibetan Colony, Kasumpti Panthaghati, Shimla Urban (t) Shimla (HP) (171009)', '13', '1', 'N/A', '8091732593', 'N/A', '', '', '', '', '', '', 'passportPhoto-6666e71a52706.jpeg', 'addressProof-6666e71a527af.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:44:26'),
(110, '', 'Divya Mahipal', '8307614881', 'mahipaldivyu32@gmail.com', '2000-10-11', 'Ward No. 31 Mahipal Mohalla Bhadra (Hanumangash)', '29', '1', 'N/A', '9001280803', 'Brother', '', '', '', '', '', '', 'passportPhoto-6666e7f1ad322.jpeg', 'addressProof-6666e7f1ad3d1.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:48:01'),
(111, '', 'Priyanka Priyambada Muduli', '9971655745', 'priyanka.behera@gmail.com', '1983-05-20', 'Exotica Dreamville, Tower-15, Flat No.- 1105, Gaurcity-2 Noida Extension', '34', '1', 'N/A', '9873449644', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666e8e284989.jpeg', 'addressProof-6666e8e284a8c.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:52:02'),
(112, '', 'Priyanka Kaur Suri', '9643708645', 'suripriyansha@gmail.com', '2001-11-02', '2104 Outram Lines, Kingsway camp, GTB Nagar, Delhi-09', '9', '2', 'N/A', '9310253572', 'Father', '', '', '', '', '', '', 'passportPhoto-6666e9f0e125d.jpeg', 'addressProof-6666e9f0e1306.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:56:32'),
(113, '', 'Akansha Singh', '9711901431', 'akanshaksingh@gmail.com', '1980-09-03', '12B, Tower 18, Central Park Resorts, Sector 48, GGN-18', '14', '2', 'N/A', '9711901432', 'Husband', '', '', '', '', '', '', 'passportPhoto-6666eab21f049.jpeg', 'addressProof-6666eab21f0f6.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 11:59:46'),
(114, '', 'Daljit Kaur', '9555608787', 'singhtejinder157@gmail.com', '1980-02-06', 'C-488 2nd floor, Brijvihar, Suryanagar, Delhi NCR', '34', '2', 'N/A', '8130687626', 'Wife', '', '', '', '', '', '', 'passportPhoto-6666ebe95c864.jpeg', 'addressProof-6666ebe95c9ab.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 12:04:57'),
(115, '', 'Aman Garg', '8076376477', 'gargaman399@gmail.com', '2001-09-22', 'A-150, Sec-26 Noida', '34', '2', 'N/A', '9213540356', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666ecb93aa1a.jpeg', 'addressProof-6666ecb93aac4.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 12:08:25'),
(116, '', 'Tenzin Tsomo', '6230657656', 'tenzintsomo00@gmail.com', '1993-05-05', 'Tev School Gopalpur, Distt Kangra, P.O chachain, 176059 (H.P)', '13', '2', 'N/A', '9294189330', 'Sister', '', '', '', '', '', '', 'passportPhoto-6666ed87c180b.jpeg', 'addressProof-6666ed87c18d8.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 12:11:51'),
(117, '', 'Pranjal Sharma', '9301104049', 'sanjusharma265@gmail.com', '2000-10-04', 'B/173, Urja Nagar, Gevra Project, Korba, Chattissgarh', '6', '1', 'N/A', '9340438367', 'Mother', '', '', '', '', '', '', 'passportPhoto-6666ee4492116.jpeg', 'addressProof-6666ee44921bf.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 12:15:00'),
(118, '', 'Upasna Nidhi', '7303206602', 'upasnanidhi9@gmail.com', '2024-08-09', 'B-601, Satisar Apartment =, Plot No. 6, Sector-7 Dwarka', '9', '1', 'N/A', '9122991710', 'Son', '', '', '', '', '', '', 'passportPhoto-6666ef1af2c82.jpeg', 'addressProof-6666ef1af2d19.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-10 12:18:34'),
(119, '', 'Sanya Kukreja', '8826219309', 'xyz@gmail.com', '2002-03-19', '5A/2 N.I.T Faridabad', '14', '1', 'N/A', '8178548964', 'Brother', '', '', '', '', '', '', 'passportPhoto-6667efdfc2751.jpeg', 'addressProof-6667efdfc2815.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:34:07'),
(120, '', 'Medarishisha Nongtdu', '9366002360', 'medanongtdu@gmail.com', '1997-12-22', 'C-140 Lajoat Nagar Dayanand Colony', '20', '2', 'N/A', '9650298823', 'Brother', '', '', '', '', '', '', 'passportPhoto-6667f0837a00f.jpeg', 'addressProof-6667f0837a0c3.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:36:51'),
(121, '', 'Kashika Arora', '7017805839', 'kashikaarora42@gmail.com', '2005-02-04', 'Alliance Kingston Estate (Rudrapur, UK)', '33', '5', 'N/A', '9837117118', 'Father', '', '', '', '', '', '', 'passportPhoto-6667f111f0347.jpeg', 'addressProof-6667f111f03ff.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:39:13'),
(122, '', 'Aman Middha', '7412978077', 'amanmiddha2002@gmail.com', '2002-02-25', 'Adarsh Colony Anupgarh Rajasthan', '29', '2', 'N/A', '9414904304', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667f43aa0ce5.jpeg', 'addressProof-6667f43aa0d9f.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:52:42'),
(123, '', 'Neha Sethia', '8107977977', 'nehamehta.1708@gmail.com', '1994-08-17', 'N/A', '14', '5', 'N/A', '9818008766', 'Husband', '', '', '', '', '', '', 'passportPhoto-6667f4c936568.jpeg', 'addressProof-6667f4c936607.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:55:05'),
(124, '', 'Nikita Rana', '9582818361', 'rananikita621@gmail.com', '2002-11-06', 'House No 243 Pratap Vihar Part-2', '9', '2', 'N/A', '8178249282', 'Sister', '', '', '', '', '', '', 'passportPhoto-6667f568ee6f5.jpeg', 'addressProof-6667f568ee79c.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:57:44'),
(125, '', 'Krishna Rajpal', '9988277963', 'krajpal767@gmail.com', '2005-01-11', 'Akaash Colony /house No. 32', '27', '1', 'N/A', '8847272355', 'N/A', '', '', '', '', '', '', 'passportPhoto-6667f5eb34478.jpeg', 'addressProof-6667f5eb34525.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 06:59:55'),
(126, '', 'Dhriti Mehta', '7717567537', 'dhritimehta7@gmail.com', '1997-01-01', '26 Ideal Lane, Court Road (Amritsar)', '27', '1', 'N/A', '9815932727', 'Father', '', '', '', '', '', '', 'passportPhoto-6667f62ff1504.jpeg', 'addressProof-6667f62ff15ab.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:01:03'),
(127, '', 'Lavya Aggarwal', '9667833836', 'lavya.aggarwal111@gmail.com', '2008-11-01', 'W-191 DLF Capital Greens, Kasampura, Motinagar', '9', '8', 'N/A', '9910083897', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667f6e1bdc9b.jpeg', 'addressProof-6667f6e1bdd42.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:04:01'),
(128, '', 'Manya Mittal', '7535810400', 'manyamittal125@gmail.com', '2001-06-27', 'MB Rice Mill, Khatima Road, Sitarganj, Uttarakhand =', '33', '1', 'N/A', '9927019936', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667f792ddcd4.jpeg', 'addressProof-6667f792dde91.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:06:58'),
(129, '', 'Muskan Garg', '9810486643', 'muskan2001124@gmail.com', '2001-01-04', 'H-3/2 Model Town-3', '9', '1', 'N/A', '9999803198', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667f84c17e6e.jpeg', 'addressProof-6667f84c17fdf.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:10:04'),
(130, '', 'Akshita Agrawal', '9599675039', 'akshitagrawal08@gmail.com', '1998-08-22', 'F-146, Prashant Vihar, Rohini Sec-14 Delhi-110085', '9', '1', 'N/A', '9891615548', 'Father', '', '', '', '', '', '', 'passportPhoto-6667f8f37e72f.jpeg', 'addressProof-6667f8f37e7dd.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:12:51'),
(131, '', 'Riya Arora', '7060583875', 'siyanjana01@gmail.com', '1994-02-03', 'C-25 Sansat Palace Garh ROad Meerut', '34', '7', 'N/A', '7900730165', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667f9b1f2888.jpeg', 'addressProof-6667f9b1f2933.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:16:01'),
(132, '', 'Shrasti Gupta', '9654985230', 'shrastigupta6456@gmail.com', '1997-12-01', 'Hyde Park Sector 78 Noida', '34', '5', 'N/A', '9927841010', 'Father', '', '', '', '', '', '', 'passportPhoto-6667fb1678083.jpeg', 'addressProof-6667fb167813c.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:21:58'),
(133, '', 'Mamta Rajendra Jade', '7718927279', 'mamta.tade19@gmail.com', '1993-09-19', 'A-2 Swarna society opposite udaya nagar panch pakhadi thane', '21', '2', 'N/A', '9869040754', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667fb4c413ee.jpeg', 'addressProof-6667fb4c414a2.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:22:52'),
(134, '', 'Khushi Gupta', '9810290547', 'khushigg2001@gmail.com', '2001-10-12', 'F-226 Mangal Bazar Road Laxmi Nagar', '9', '2', 'N/A', '9811157906', 'Father', '', '', '', '', '', '', 'passportPhoto-6667fcd85115e.jpeg', 'addressProof-6667fcd851212.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:29:28'),
(135, '', 'Shagun Verma', '8445070177', 'av6821510@gmail.com', '2005-09-17', 'Diwal Nagar Krishna Nagar 20/A (Mathura)', '34', '5', 'N/A', '8791800177', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667fd5e8ac0a.jpeg', 'addressProof-6667fd5e8adec.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:31:42'),
(136, '', 'Vini Jain', '6377956836', 'vini9071@gmail.com', '2000-02-14', 'AB-129 Nirman Nagar DCM Ajmer Road Jaipur', '29', '1', 'N/A', '9079755230', 'Mother', '', '', '', '', '', '', 'passportPhoto-6667fdef9aa65.jpeg', 'addressProof-6667fdef9ab11.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:34:07'),
(137, '', 'Mohd Aftab', '8585901669', 'mohdaftab547@gmail.com', '1998-05-02', '3688/4 Daryaganj Kucha Chalan Central Delhi', '9', '8', 'N/A', '8595742950', 'N/AN/A', '', '', '', '', '', '', 'passportPhoto-6667fec19a4da.jpeg', 'addressProof-6667fec19a644.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 07:37:37'),
(138, '', 'Krish Khunger', '7015411044', 'khungerkrish@gmail.com', '2005-02-06', '#13 D Block Sirsa', '14', '1', 'N/A', '9253309900', 'Father', '', '', '', '', '', '', 'passportPhoto-66680c1d34f88.jpeg', 'addressProof-66680c1d3502d.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 08:34:37'),
(139, '', 'Bisma Jan', '9906474112', 'bismahamid04@gmail.com', '1999-03-05', 'Baramulla Tangmarg (HAROU-MADAM) Jammu and Kashmir', '15', '2', 'N/A', '9797712340', 'Brother', '', '', '', '', '', '', 'passportPhoto-666812c152ec7.jpeg', 'addressProof-666812c152f82.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:02:57'),
(140, '', 'Keshav Singh', '9560816128', 'keshavplay@gmail.com', '2000-02-08', 'Swarnjayanti Railnagar Flat A55 Sector 50 Noida', '34', '1', 'N/A', '9560928803', 'Mother', '', '', '', '', '', '', 'passportPhoto-6668135a0a966.jpeg', 'addressProof-6668135a0aa13.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:05:30'),
(141, '', 'Ejum Riba', '8131916952', 'iiejumii@gmail.com', '2001-07-12', 'A Sector  Naharlagun, Arunachal Pradesh', '3', '8', 'N/A', '8974382734', 'Mother', '', '', '', '', '', '', 'passportPhoto-66681466b3606.jpeg', 'addressProof-66681466b36b3.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:09:58'),
(142, '', 'Pooja Rai', '9007353430', 'pooja.rai18k@gmail.com', '1994-07-08', 'Panchsheel Vihar, Malviya Nagar, Sheilch Sarai, House No. B-145 Flat No. 15, 2nd floor', '35', '2', 'N/A', '7001441814', 'Mother', '', '', '', '', '', '', 'passportPhoto-6668156e8415b.jpeg', 'addressProof-6668156e84208.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:14:22'),
(143, '', 'Jyoti Rawat', '7535098646', 'jyotirawat19011999@gmail.com', '1999-09-19', 'Sajwan Colony Malduklata Nalla Kotdwar Uttarakhand', '33', '2', 'N/A', '7409401996', 'Brother', '', '', '', '', '', '', 'passportPhoto-666816395c37e.jpeg', 'addressProof-666816395c429.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:17:45'),
(144, '', 'Nishi Tiwari', '8920899271', 'nishitiwari434@gmail.com', '2000-09-07', 'Swapnil B- 41/A Freedom Fighter Enclave, IGNOU', '34', '1', 'N/A', '7982613357', 'Brother', '', '', '', '', '', '', 'passportPhoto-666816e299896.jpeg', 'addressProof-666816e299941.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:20:34'),
(145, '', 'Jemimah Mero', '8414957736', 'jemimahmero16@gmail.com', '1999-05-02', 'C 1/31 Baoa Nagar, India Gate, New Delhi', '9', '6', 'N/A', '8132918484', 'Aunt', '', '', '', '', '', '', 'passportPhoto-6668179443eb4.jpeg', 'addressProof-6668179443fee.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:23:32'),
(146, '', 'Smriti Srivastava', '9899200273', 'smriti.srivastava19@gmail.com', '1979-08-18', 'Villa 7 Orchid Petals Sector 49 Sohna Road Gurugram', '14', '8', 'N/A', '9811330812', 'Husband', '', '', '', '', '', '', 'passportPhoto-66681907126de.jpeg', 'addressProof-6668190712e6f.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:29:43'),
(147, '', 'Horik Padu', '8755569365', 'horikpadu1996@gmail.com', '1996-11-19', 'G Sector Opposite RK Mission Hospital Near B1 Boys Hostel, Itanagar', '3', '6', 'N/A', '9560986953', 'Sister', '', '', '', '', '', '', 'passportPhoto-666819ddcee5a.jpeg', 'addressProof-666819ddcef00.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:33:17'),
(148, '', 'Kirti Rathi', '7900940999', 'kirti20614@gmail.com', '1999-10-01', 'Rathi Enterprises Gopal Puri Pala Road Street No. B7 Aligarh', '34', '1', 'N/A', '9358208825', 'Mother', '', '', '', '', '', '', 'passportPhoto-66681bc0dce1a.jpeg', 'addressProof-66681bc0dcee7.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:41:20'),
(149, '', 'Arshpreet Kaur', '8077760141', 'arshpreetkaur1757@gmail.com', '2004-12-02', '71, Adarsh Nagar, Idgah Road, Muradabad', '34', '1', 'N/A', '9149128322', 'Sister', '', '', '', '', '', '', 'passportPhoto-66681cb8ec5ef.jpeg', 'addressProof-66681cb8ec695.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:45:28'),
(150, '', 'Prakriti Jain', '8448856166', 'prakritijain2503@gmail.com', '2005-03-25', 'B-93 Sancity Sector 54 Golfcourse Road Gurugram- 122011', '14', '1', 'N/A', '9811153531', 'Mother', '', '', '', '', '', '', 'passportPhoto-66681d7935e36.jpeg', 'addressProof-66681d7935ee2.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:48:41'),
(151, '', 'Mary Nzalambi Kalama', '9953177890', 'mtwinie@yahoo.com', '1978-05-02', '1393 Sector A Pocket B&C Vasant Kunj', '9', '2', 'N/A', '9811375955', 'Husband', '', '', '', '', '', '', 'passportPhoto-66681dfc49548.jpeg', 'addressProof-66681dfc495fb.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:50:52'),
(152, '', 'Yashika Arora', '7878902670', 'yashikaarora3089@gmail.com', '2004-03-13', 'C-3 Kunj Vihar Padampur Road SGNR', '29', '1', 'N/A', '9985826538', 'N/A', '', '', '', '', '', '', 'passportPhoto-66681eb2b6309.jpeg', 'addressProof-66681eb2b63b5.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:53:54'),
(153, '', 'Ruchi Verma', '8376992307', 'ruchikumari.65@gmail.com', '1987-06-22', 'House No. 66 Pocket 12 Sector 22 Rohini Delhi 86', '9', '1,7', 'N/A', '7091432386', 'Brother in law', '', '', '', '', '', '', 'passportPhoto-66681f4a79bc0.jpeg', 'addressProof-66681f4a79d42.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:56:26'),
(154, '', 'Aryan Mittal', '9818358938', 'aryanmittal1426@gmail.com', '2001-09-26', '4721 Gautam Nagar Hardev Puri', '9', '6', 'N/A', '9990058105', 'Mother', '', '', '', '', '', '', 'passportPhoto-6668200d4222c.jpeg', 'addressProof-6668200d422d6.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 09:59:41'),
(155, '', 'Yukta Chaudhary', '7982221927', 'yuktachaudhary2017@yahoo.com', '2003-04-20', 'HNO- 205 Patparganj Mayur Vihar Ph-1 Delhi-91', '9', '1', 'N/A', '9990570003', 'Mother', '', '', '', '', '', '', 'passportPhoto-666820c01ef56.jpeg', 'addressProof-666820c01f00d.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:02:40'),
(156, '', 'Tsering Yangksit', '9971812271', 'yangkii34@gmail.com', '1997-09-02', 'Leh Ladakh', '15', '8', 'N/A', '9622952342', 'Friend', '', '', '', '', '', '', 'passportPhoto-6668217ce43b2.jpeg', 'addressProof-6668217ce4595.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:05:48'),
(157, '', 'Rajiv K. Nair', '8433023406', 'rajivdn26@gmail.com', '1997-03-06', '71-A Pocket-4 Mayur Vihar Phase 1 New Delhi- 110091', '9', '2', 'N/A', '9811051779', 'Father', '', '', '', '', '', '', 'passportPhoto-6668227f759be.jpeg', 'addressProof-6668227f75a85.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:10:07'),
(158, '', 'Anamika Nehra', '7906360628', 'ananehra12@gmail.com', '1986-03-01', 'Vill Gadana Hadpur Road Modi Nagar DisH Gzb OP', '34', '5', 'N/A', '9927969288', 'Father', '', '', '', '', '', '', 'passportPhoto-6668235d30742.jpeg', 'addressProof-6668235d307f1.pdf', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:13:49'),
(159, '', 'Harshita Nagnyal', '8126303566', 'harshitanagnyal101@gmail.com', '1994-01-01', 'Nainital', '33', '6', 'N/A', '6396115775', 'Brother', '', '', '', '', '', '', 'passportPhoto-666825e128ef7.jpeg', 'addressProof-666825e128faf.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:24:33'),
(160, '', 'Menuosetuo', '8132841769', 'menuosetuo21@gmail.com', '1999-07-21', 'Nagaland', '25', '6', 'N/A', '9282625736', 'N/A', '', '', '', '', '', '', 'passportPhoto-6668263b6d391.jpeg', 'addressProof-6668263b6d435.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:26:03'),
(161, '', 'Nancy Garg', '7837916100', 'gargnancy92@gmail.com', '1996-09-23', 'Gidderbaha', '27', '6', 'N/A', '8847077949', 'N/A', '', '', '', '', '', '', 'passportPhoto-666826aef1513.jpeg', 'addressProof-666826aef15c0.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:27:58'),
(162, '', 'Chaitali Purshottam Jukenti', '8169810601', 'jukenti.chaitu123@gmail.com', '1994-12-12', 'Thane', '21', '2', 'N/A', '9000429143', 'N/A', '', '', '', '', '', '', 'passportPhoto-6668272563952.jpeg', 'addressProof-6668272563a00.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:29:57'),
(163, '', 'Smridhi', '9810755842', 'smridhi.malhotra13@gmail.com', '2002-05-24', 'Noida', '9', '2', 'N/A', '9811709771', 'Mother', '', '', '', '', '', '', 'passportPhoto-6668277d62490.jpeg', 'addressProof-6668277d625e5.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:31:25'),
(164, '', 'Sanskrity Trivedi', '7985424456', 'trivedisanskrity18@gmail.com', '1998-07-19', 'Sancity', '34', '2', 'N/A', '8700875582', 'N/A', '', '', '', '', '', '', 'passportPhoto-666827df79fef.jpeg', 'addressProof-666827df7a09f.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:33:03'),
(165, '', 'Kritika Roy', '9830794891', 'kritikaaaroy@gmail.com', '2000-08-22', 'Chouldari', '1', '2', 'N/A', '9775047236', 'Father', '', '', '', '', '', '', 'passportPhoto-6668284e5ed05.jpeg', 'addressProof-6668284e5edb3.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:34:54'),
(166, '', 'Trishla', '7303507075', 'mamsiuexwal34@gmail.com', '2005-12-20', 'Delhi', '9', '2', 'N/A', '9971543095', 'Brother', '', '', '', '', '', '', 'passportPhoto-666828b0d7fa0.jpeg', 'addressProof-666828b0d804d.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:36:32'),
(167, '', 'Vidhi Chhabra', '7217781130', 'vidhichhabra02@gmail.com', '2002-09-03', 'Priyadarshini Vihar', '9', '1', 'N/A', '9350593903', 'Father', '', '', '', '', '', '', 'passportPhoto-6668291f7ced5.jpeg', 'addressProof-6668291f7cf89.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:38:23'),
(168, '', 'Kartik Juneja', '9560193601', 'juneja.kartikjuneja25@gmail.com', '2005-05-10', 'safdarjung enclave', '9', '1', 'N/A', '9373637393', 'N/A', '', '', '', '', '', '', 'passportPhoto-66682983d2236.jpeg', 'addressProof-66682983d22d9.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:40:03'),
(169, '', 'Jasleen Kaur Rana', '9871401113', 'jasleenkaur.rana14@gmail.com', '1993-09-14', 'Ghaziabad', '34', '5', 'N/A', '9910356650', 'Husband', '', '', '', '', '', '', 'passportPhoto-66682a4991b93.jpeg', 'addressProof-66682a4991c41.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:43:21'),
(170, '', 'Bhumik Aggarwal', '9728191190', 'bsinghal0610@gmail.com', '2000-10-06', 'N/A', '14', '5', 'N/A', '8307144841', 'Father', '', '', '', '', '', '', 'passportPhoto-66682b250a131.jpeg', 'addressProof-66682b250a1e1.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:47:01'),
(171, '', 'Bhoomi Sarawagi', '7217899301', '20bhoomis@gmail.com', '2005-07-20', 'N/A', '9', '1', 'N/A', '9990886706', 'Mother', '', '', '', '', '', '', 'passportPhoto-66682b9b19f8d.jpeg', 'addressProof-66682b9b1a03f.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:48:59'),
(172, '', 'Neha Gupta', '7838749212', 'nehag.1607@gmail.com', '1990-07-16', 'Noida', '9', '5', 'N/A', '9654366118', 'Husband', '', '', '', '', '', '', 'passportPhoto-66682c1d8b92d.jpeg', 'addressProof-66682c1d8b9d3.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:51:09'),
(173, '', 'Bhawna Yadav', '8700244176', 'bhawnayadav0500@gmail.com', '2000-10-05', 'Noida', '34', '8', 'N/A', '9015555513', 'Spouse', '', '', '', '', '', '', 'passportPhoto-66682c8788667.jpeg', 'addressProof-66682c8788717.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:52:55'),
(174, '', 'Nitika Jain', '8448464237', 'jain15.nitika@gmail.com', '2003-03-15', 'Ghaziabad', '34', '7', 'N/A', '8448464237', 'Father', '', '', '', '', '', '', 'passportPhoto-66682cf0652cf.jpeg', 'addressProof-66682cf065383.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:54:40'),
(175, '', 'Ruchira Sengupta', '9818159026', 'tunia.sen@gmail.com', '1884-07-09', 'Delhi', '9', '5', 'N/A', '9871699110', 'Husband', '', '', '', '', '', '', 'passportPhoto-66682d728a4ee.jpeg', 'addressProof-66682d728a59c.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:56:50'),
(176, '', 'Md. Sohail', '9625326322', 'mdsohail0313@gmail.com', '2002-09-03', 'Faridabad', '14', '2', 'N/A', '8076539955', 'Father', '', '', '', '', '', '', 'passportPhoto-66682dd76a6ba.jpeg', 'addressProof-66682dd76a763.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 10:58:31'),
(177, '', 'Harpreet Makkad', '9560668096', 'harpreetmakkad0@gmail.com', '1996-05-07', 'Ghaziabad', '34', '6', 'N/A', '8800225360', 'Husband', '', '', '', '', '', '', 'passportPhoto-66682e652738b.jpeg', 'addressProof-66682e6527435.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:00:53'),
(178, '', 'Jason Nicol Mortier', '9953535052', 'reema.bajaj.111@gmail.com', '2005-02-19', 'Noida', '34', '2', 'N/A', '7703883676', 'Father', '', '', '', '', '', '', 'passportPhoto-66682f0a538dc.jpeg', 'addressProof-66682f0a53aa5.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:03:38');
INSERT INTO `tn_studentvisit` (`id`, `pastUid`, `username`, `mobileno`, `uemail`, `dob`, `studentAddress`, `state`, `courseName`, `healthIssue`, `emergencyPhoneNo`, `relationWith`, `currentPastStudent`, `whichCourse`, `gstNo`, `companyName`, `companyAddress`, `companyState`, `passportPhoto`, `addressProof`, `leavesOption`, `internship`, `isRegistation`, `centrename`, `isActive`, `isDated`) VALUES
(179, '', 'Ngaineihoi', '7640924169', 'jennyhoinu1995@gmail.com', '1996-12-23', 'Malviya Nagar', '22', '2', 'N/A', '8131813537', 'Brother', '', '', '', '', '', '', 'passportPhoto-66682fbea13ee.jpeg', 'addressProof-66682fbea1499.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:06:38'),
(180, '', 'Lalthaliani Pradhan', '7584069719', 'lalhmapradhan@gmail.com', '1956-11-26', 'Sariduljab', '35', '13,14,15,18', 'N/A', '9560807209', 'Daughter', '', '', '', '', '', '', 'passportPhoto-666831d4f256f.jpeg', 'addressProof-666831d4f2617.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:15:32'),
(181, '', 'Aakash Ahlawat', '8920893131', 'aakash007ahlawat@gmail.com', '1993-05-25', 'Delhi', '9', '2', 'N/A', '9599772568', 'Brother', '', '', '', '', '', '', 'passportPhoto-6668327692a96.jpeg', 'addressProof-6668327692b4c.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:18:14'),
(182, '', 'Vidhi Gupta', '8115630961', 'wowgli000gupta@gmail.com', '1999-09-28', 'Gurakhpur', '34', '1', 'N/A', '7007689239', 'Husband', '', '', '', '', '', '', 'passportPhoto-66683333defd7.jpeg', 'addressProof-66683333df08d.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:21:23'),
(183, '', 'Priyakhi Dutta', '9101255474', 'priyakhid12@gmail.com', '1992-11-12', 'Assam', '4', '5', 'N/A', '9650935495', 'Husband', '', '', '', '', '', '', 'passportPhoto-666833aa16144.jpeg', 'addressProof-666833aa161ee.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:23:22'),
(184, '', 'Jyoti', '8585765771', 'jgoyal@gmail.com', '1986-10-22', 'Fardidabad', '14', '1', 'N/A', '9953409690', 'Mother', '', '', '', '', '', '', 'passportPhoto-66683640cf771.jpeg', 'addressProof-66683640cf98a.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:34:24'),
(185, '', 'Sanchit Verma', '8178437903', 'sanchitv97@gmail.com', '2000-01-20', 'Saket', '9', '2', 'N/A', '9654548588', 'N/A', '', '', '', '', '', '', 'passportPhoto-666837962218a.jpeg', 'addressProof-6668379622241.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:40:06'),
(186, '', 'Hunar Arora', '9815113464', 'hunararora498@gmail.com', '2005-03-20', 'Punjab', '27', '1', 'N/A', '9815946107', 'Mother', '', '', '', '', '', '', 'passportPhoto-666838b294d92.jpeg', 'addressProof-666838b294e44.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:44:50'),
(187, '', 'Priyakhatri', '7999648921', 'priyakhatri121@gmail.com', '2001-01-15', 'Bilaspur', '6', '1', 'N/A', '9300022266', 'Father', '', '', '', '', '', '', 'passportPhoto-666839a597b22.jpeg', 'addressProof-666839a597bcc.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:48:53'),
(188, '', 'Karan Bhogal', '7018466868', 'kkaran.bhogal@gmail.com', '1990-11-07', 'Himachal Pradesh', '13', '2', 'N/A', '7018466868', 'Wife', '', '', '', '', '', '', 'passportPhoto-66683a4899bce.jpeg', 'addressProof-66683a4899c83.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:51:36'),
(189, '', 'Muskan Gupta', '9545880689', 'muskangupta21032001@gmail.com', '1997-12-14', 'Shillong', '20', '2', 'N/A', '9436301944', 'N/A', '', '', '', '', '', '', 'passportPhoto-66683a862aa13.jpeg', 'addressProof-66683a862aac3.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:52:38'),
(190, '', 'Faiz', '8860991721', 'faizahmed7886854@gmail.com', '1999-08-11', 'Delhi', '9', '2', 'N/A', '9999084583', 'Father', '', '', '', '', '', '', 'passportPhoto-66683b4edb90a.jpeg', 'addressProof-66683b4edbb08.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:55:58'),
(191, '', 'Rajat Beri', '9899832010', 'rajatberi11@gmail.com', '1999-03-06', 'Delhi', '9', '1', 'N/A', '9910101460', 'Sister', '', '', '', '', '', '', 'passportPhoto-66683bf4d30f6.jpeg', 'addressProof-66683bf4d31ac.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 11:58:44'),
(192, '', 'Ratna Manshani', '7704900018', 'ratnamanshani@icloud.com', '1978-09-09', 'Madhya Pradesh', '23', '1', 'N/A', '9425194540', 'Father', '', '', '', '', '', '', 'passportPhoto-66683c9a256a7.jpeg', 'addressProof-66683c9a25756.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 12:01:30'),
(193, '', 'Nima Tsomu', '9311684346', 'tenzinyangehin@gmail.com', '2005-04-05', 'Saket', '3', '1', 'N/A', '7629821490', 'N/A', '', '', '', '', '', '', 'passportPhoto-66683d5de4d58.jpeg', 'addressProof-66683d5de4dfc.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 12:04:45'),
(194, '', 'Tenzin Wangmo', '9149910103', 'wangmo170@gmail.com', '1990-04-20', 'Ladakh', '15', '2', 'N/A', '6005280752', 'Husband', '', '', '', '', '', '', 'passportPhoto-66683e4128bd9.jpeg', 'addressProof-66683e4128c85.jpeg', 'N/A', 'no', 2, 'DELHI', 1, '2024-06-11 12:08:33'),
(195, '', 'Juhee Srivastava', '9717766061', 'juheeanand@gmail.com', '2024-06-20', 'Ashiana mulberry  \nFlat no 209, T3 \nSector 2, opposite KR mangalam University  \nSohna', '14', '7', 'No', '9555188599', 'Husband', '', '', '', '', '', '', 'passportPhoto-66696664941a2.jpg', '', 'Vacation', 'yes', 1, 'DELHI', 1, '2024-06-12 09:12:04'),
(196, '', 'Yash Verma', '9193863000', 'yashverma192005@gmail.com', '2005-10-19', 'Plot No.135,Flat no.302, Gyan khand 2 Indirapuram Ghaziabad,UP 201010', '34', '5', 'No', '9837063000', 'Father', '', '', '', '', '', '', 'passportPhoto-66696681da622.jpg', 'addressProof-66696681da72b.jpg', 'No', 'yes', 1, 'DELHI', 1, '2024-06-12 09:12:33'),
(197, '', 'Savita devi', '7352576904', 'pk.deepaksingh@gmail.com', '1972-03-06', 'Vill Bilandpur, tal-Raja pakar', '5', '18', 'No', '8124653141', 'Son', '', '', '', '', '', '', 'passportPhoto-666a6b1a3e13d.jpg', 'addressProof-666a6b1a3e189.jpg', 'No', 'no', 1, 'DELHI', 1, '2024-06-13 03:44:26'),
(198, '40', 'Chanchal Makhija', '9303103009', 'chanchal.makhija2001@gmail.com', '2001-08-08', 'Makhija niwas, near Bank of Baroda, sahupara, Gudhyari, Raipur, Chhattisgarh', '6', '', 'NO', '9303103004', 'Brother', 'Yes', '', '', '', '', '', '', '', '4', 'yes', 2, 'DELHI', 1, '2024-06-13 09:51:51'),
(199, '', 'Prachi', '9717784474', 'bholaprachi85@gmail.com', '2005-08-10', 'BE-266 hari nagar, West delhi', '9', '2,11', 'No', '9212453684', 'Mother', '', '', '', '', '', '', 'passportPhoto-6673fbb65c722.jpeg', '', '10', 'yes', 1, 'DELHI', 1, '2024-06-20 09:51:50'),
(200, '', 'Nupur Jain', '9521020146', 'nupurpatawari03@gmail.com', '2000-01-03', 'Ward no-23, Raisinghnagar Ganganagar Rajasthan -335051', '29', '5', 'no', '9460101283', 'Mother', '', '', '', '', '', '', 'passportPhoto-667a5bb362518.png', '', '10 leaves visit to home', 'no', 1, 'DELHI', 1, '2024-06-25 05:54:59'),
(201, '', 'nidhi mishra', '8447876384', '22mnidhi@gmail.com', '1995-09-22', 'b9 state tax colony roshna baad haridwar 249403', '33', '1', 'none', '8006052428', 'father', '', '', '', '', '', '', 'passportPhoto-667d26ba8a0b8.jpg', 'addressProof-667d26ba8f521.pdf', 'a marriage in jan and dec', 'no', 1, 'DELHI', 1, '2024-06-27 08:45:46'),
(202, '', 'Tanisha Jain', '7291808606', 'tanishajain1415@gmail.com', '2004-06-15', 'D-25 Gali no-4 Radhey puri Krishna nagar, Delhi-110051', '9', '1', 'No', '9990454554', 'Mother', '', '', '07AFUPJ6223R1ZM', 'SHREE SACHIYAY TEXTILES', 'First floor, X/3001, Old No-1353, Raghubarpura No-2, Gandhi Nagar, East Delhi, Delhi-110031', '9', 'passportPhoto-668007be835b0.jpg', 'addressProof-668007be86940.jpg', '2-5 (Emergency leaves)', 'yes', 1, 'DELHI', 1, '2024-06-29 13:10:22'),
(203, '', 'Aliya Sultan', '9415865691', 'aliyasultan025@gmail.com', '2001-08-25', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '1', 'Sinusitis', '9120074660', 'Brother', '', '', '', '', '', '', 'passportPhoto-6682fafaa4947.jpeg', 'addressProof-6682fafaa4a91.jpeg', '15 December to 20 January', 'yes', 1, 'DELHI', 1, '2024-07-01 18:52:42'),
(204, '', 'VARNIT JAIN', '8171313789', 'varnitjain2236@gmail.com', '2002-02-22', '31/35, ANAND CHOWK, TILAK ROAD, DEHRADUN', '33', '1', 'NO', '9837048512', 'Father', '', '', '', '', '', '', 'passportPhoto-6687b408f2126.jpeg', '', '20,21,22 NOVEMBER-3 EMERGECNY LEVAES', 'yes', 1, 'DELHI', 1, '2024-07-05 08:51:21'),
(205, '', 'KRITIKA MAURYA', '9311449762', 'kritikamaurya162003@gmai.com', '2003-06-01', 'B-37 Sector 49, Noida', '34', '1', 'NO', '9310723452', 'mother', '', '', '09AKYPM6269R1ZM', 'M/S RUBBER FABRICATORS INDIA', 'D 98 99, SECTOR 10, NOIDA, Gautambuddha Nagar, Uttar Pradesh, 201301', '34', 'passportPhoto-6687be936058d.jpeg', 'addressProof-6687be93606cb.pdf', 'EXAMS LEAVES', 'yes', 1, 'DELHI', 1, '2024-07-05 09:36:19'),
(206, '', 'akash gautam', '9999660015', 'akkii80555@gmail.com', '2000-01-18', 'a-105 amrapali vaishali sector-3', '34', '1', 'no', '9810529474', 'mother', '', '', '', '', '', '', 'passportPhoto-668bbe152a48b.jpeg', 'addressProof-668bbe152a63c.jpeg', '4-5 leaves if there is some emergency', 'yes', 1, 'DELHI', 1, '2024-07-08 10:23:17'),
(207, '', 'MUSKAAN', '9872110111', 'chawlamuskaan10@gmail.com', '2002-10-13', 'H.NO B-7/0086 MODEL TOWN, NURMAHAL, JALANDHAR, PUNJAB-144039', '27', '1', 'NA', '9878610111', 'FATHER', '', '', '', '', '', '', 'passportPhoto-668cd3ac46eb7.jpeg', '', '5 EMERGENCY LEAVES', 'yes', 1, 'DELHI', 1, '2024-07-09 06:07:40'),
(208, '', 'Karishma Bagri', '7009935853', 'karishma.bagrig@gmail.com', '1994-09-19', 'Z-162, SECTOR-12, NOIDA GAUTAM BUDDHA NAGAR UTTAR PRADESH-201301', '34', '1', 'no', '8860487788', 'husband', '', '', '', '', '', '', 'passportPhoto-669b5b271a157.jpeg', 'addressProof-669b5b2720b99.jpeg', 'Mid of nov as will be out of country and incase of any emergency as i have 3 year old daughter', 'yes', 1, 'DELHI', 1, '2024-07-20 06:37:27'),
(209, '', 'Dhrriti Jain', '8368688894', 'dhritijain2011@gmail.com', '2001-03-30', 'T-3 Green park extention Hauz Khas South delhi-110016', '9', '1', 'No', '9310116340', 'mother', '', '', '', '', '', '', 'passportPhoto-66a0ceaf8319e.jpeg', 'addressProof-66a0ceaf87097.jpeg', 'no', 'yes', 1, 'DELHI', 1, '2024-07-24 09:51:43'),
(210, '', 'Shalu Gauri', '9654002008', 'shalugauri1972@gmail.com', '1972-12-31', '30/186, First Floor, Vikram Vihar, Lajpat Nagar-IV', '9', '7', 'Asthma, Dust Allergy', '9810077664', 'Spouse', '', '', '', '', '', '', 'passportPhoto-66a0d7e15047c.png', 'addressProof-66a0d7e150620.png', '7 August 2024  \n(1-2 Additional)', 'no', 1, 'DELHI', 1, '2024-07-24 10:30:57'),
(211, '', 'Sumedha Kataria', '9897011881', 'sumedhakataria15@gmail.com', '2001-01-15', 'house no-268, Awas-Vikas, Rudrapur, Udham singh  Uttarakhand', '33', '2', 'No', '8860878510', 'Sister', '', '', '', '', '', '', '', 'addressProof-66a23a647f4a5.jpg', '2-3 days emergency leaves', 'yes', 1, 'DELHI', 1, '2024-07-25 11:43:32'),
(212, '', 'Jesika jain', '7005971403', 'jesikajain108@gmail.com', '2002-04-15', 'NAGA BAZAR, WARD-18,DIMAPUR MC, Dimapur Nagaland- 797112', '25', '1', 'Epilepsy ( minor )', '8787561302', 'Sister', '', '', '', '', '', '', 'passportPhoto-66a374fd86d76.jpg', 'addressProof-66a374fd908b0.jpeg', 'Related to health issues \nFamily functions', 'yes', 1, 'DELHI', 1, '2024-07-26 10:05:49'),
(213, '', 'Kanak Dhingra', '8766228304', 'kanak.dhingra23@gmail.com', '2006-07-23', 'A-116, Jhilmil colony delhi east delhi-110095', '9', '1', 'No', '8368461874', 'Sister', '', '', '', '', '', '', 'passportPhoto-66a4a52454257.jpeg', '', '3 emergency leaves', 'yes', 1, 'DELHI', 1, '2024-07-27 07:43:32'),
(214, '', 'Rupali Arora', '9250512886', 'rupali.arora18@yahoo.com', '1996-05-02', '8-A Gali no-7, South Krishna nagar east-110051', '9', '7', 'No', '8860402971', 'mother', '', '', '', '', '', '', 'passportPhoto-66a4af3e447fe.jpeg', '', '3 emergency leaves', 'no', 1, 'DELHI', 1, '2024-07-27 08:26:38'),
(215, '', 'Satvik Dureja', '9599041044', 'durejasatvik@gmail.com', '2003-02-27', 'J1/701,Parsvnath Prestige, Sector 93A, Noida,201304', '34', '2', 'NO', '9811123248', 'Father', '', '', '', '', '', '', 'passportPhoto-66a75f100d00e.jpeg', 'addressProof-66a75f100d0c1.pdf', 'For Graduation', 'yes', 1, 'DELHI', 1, '2024-07-29 09:21:20'),
(216, '', 'Mitali Dua', '9667991778', 'mitsauro88@gmail.com', '1988-01-28', 'A-18 second floor shivalik, Malviya Nagar', '9', '3', 'NO', '9818494496', 'Husband', '', '', '07AAEFG8830E1ZI', 'GALAXY ENTERPRISES', '58 G/F, BEGUM PUR, MALVIYA NAGAR, New Delhi, Delhi, 110017', '9', 'passportPhoto-66a8be13b9227.jpeg', 'addressProof-66a8be13b934d.jpg', '2-3 LEAVES', 'yes', 1, 'DELHI', 1, '2024-07-30 10:18:59'),
(217, '', 'ARVINDER KAUR', '7982650720', 'arvinderkaur9876@gmail.com', '1981-12-07', 'arvinder kaur \nsarmukh singh house \nnear birdhshala \nvpo sri bhaini sahib \ndistt.ludhiana', '27', '1', 'Bp low, Liver issue , weekness', '9599120028', 'mama', '', '', '', '', '', '', 'passportPhoto-66a8c920b3c90.jpg', 'addressProof-66a8c920b3de7.pdf', '4-5 leaves, for health issue', 'yes', 1, 'DELHI', 1, '2024-07-30 11:06:08'),
(218, '', 'Tabinda Niyaz', '6005275020', 'tabindaniyaz2696@gmail.com', '1996-10-17', '9-Mukhdoom sahib srinagar jammu and kashmir-190003', '15', '5', 'No', '7006330773', 'Husband', '', '', '', '', '', '', 'passportPhoto-66aa0c1fe89db.jpeg', '', '2-3 days', 'no', 1, 'DELHI', 1, '2024-07-31 10:04:15'),
(219, '', 'Ashveen Kaur', '7838161987', 'khurana.ashveen@gmail.com', '2003-05-24', 'E-381 Greater Kailash-2', '9', '1', 'Asthama', '9810798841', 'Father', '', '', '', '', '', '', '', '', '6', 'yes', 1, 'DELHI', 1, '2024-07-31 10:35:01'),
(220, '', 'NADIYA KHAN', '8368072510', 'asanjid@gmail.com', '1989-09-21', '1B1, NPL Colony, New Rajendra Nagar, New Delhi 110060', '9', '2', 'No', '9013471266', 'spouse', '', '', '', '', '', '', 'passportPhoto-66acab63be7b2.jpg', 'addressProof-66acab63ca97f.pdf', 'Birthdays : 1st july, 2nd September and 3rd May ; Anniversary 9th May , Any emergency and Three Muslim festivals', 'no', 1, 'DELHI', 1, '2024-08-02 09:48:19'),
(221, '', 'Divya Singh', '8755511408', 'singh.divya1810@gmail.com', '1995-10-12', 'E-912 Ace city Greater Noida west -201306', '34', '6', 'No', '8588852015', 'Husband', '', '', '', '', '', '', 'passportPhoto-66adf2a1151c0.jpeg', '', '22 and 23 nov due to marriage at home also can take 1 or 2 leaves more due to small daughter', 'yes', 1, 'DELHI', 1, '2024-08-03 09:04:33'),
(222, '', 'Sanchita Aggarwal', '9811182956', 'sanchita.aggarwal90@gmail.com', '1990-01-24', '1964, Sector 16 Faridabad', '14', '7', 'No', '8447737382', 'husband', '', '', '', '', '', '', 'passportPhoto-66adf8a6f01d6.jpeg', 'addressProof-66adf8a6f05ae.pdf', 'Medical leaves, travel', 'no', 1, 'DELHI', 1, '2024-08-03 09:30:14'),
(223, '', 'Sneha Yadav', '9873007525', 'snehayadav281@gmail.com', '2002-08-19', '8/320 Sewadham road mandoli extn, east delhi-110093', '9', '1', 'Sometimes stomach issues', '9873009300', 'Father', '', '', '07AAPPY5874P3Z9', 'KRISHNA SWEETS & RESTAURANT', '8/320, KH NO-319, MANDOLI EXTN, Mandoli, New Delhi, North East Delhi, Delhi, 110093', '9', 'passportPhoto-66adfea1cb8cd.jpeg', '', '2-3 emergency leaves', 'yes', 1, 'DELHI', 1, '2024-08-03 09:55:45'),
(224, '', 'Radhika Makharia', '8076333317', 'radhika5923makh@gmail.com', '2024-11-26', 'House no 64, Sector 11 B, Faridabad - 121006', '14', '1', 'NA', '9810414713', 'Father', '', '', '', '', '', '', 'passportPhoto-66b9c8aab5495.jpg', 'addressProof-66b9c8aab6d96.pdf', 'Leaves for a close family wedding in Nov end', 'yes', 1, 'DELHI', 1, '2024-08-12 08:32:42'),
(225, '', 'Dr Richa Malik', '9871528500', 'drrichamalik7@gmail.com', '1987-09-13', 'C-8, Saraswati Garden , Ramesh Nagar H.O west delhi-110015', '9', '2', 'No', '9811944222', 'SPOUSE', '', '', '07BJVPM4441G1ZV', 'RICHA MALIK', 'C-8, RAMESH NAGAR, Ramesh Nagar HeadPost Office, Saraswati Garden, New Delhi,West Delhi, Delhi, 110015', '9', 'passportPhoto-66b9edc923956.jpeg', 'addressProof-66b9edc923a91.jpeg', 'nov end/dec first week', 'yes', 1, 'DELHI', 1, '2024-08-12 11:11:05'),
(226, '', 'Nancy Stephen', '8826744146', 'nancy.gcc1995@gmail.com', '1995-04-03', '51,B, Rajpur khurd extension, chattarpur, Raj pur khurd south delhi-110068', '9', '6', 'No', '8527036626', 'Husband', '', '', '', '', '', '', 'passportPhoto-66bb2cf6b496d.jpeg', '', 'October 19th, December -25th', 'no', 1, 'DELHI', 1, '2024-08-13 09:52:54'),
(227, '', 'Naveen Agrawal', '7505997801', 'naveenagrawal25012006@gmail.com', '2006-01-25', 'Radhika vihar colony,sasni road, Iglas, Aligarh', '34', '1', 'No', '9761345770', 'Father', '', '', '', '', '', '', 'passportPhoto-66bb317c41d64.jpg', 'addressProof-66bb317c41e85.jpg', '5 To 6 emergency leaves', 'no', 1, 'DELHI', 1, '2024-08-13 10:12:12'),
(228, '', 'Garima Kothari', '7703808220', 'garimakothari007@gmail.com', '2003-07-15', 'C-35, 2nd floor vivek vihar phase -1, delhi east delhi-110095', '9', '1', 'No', '9810234079', 'Father', '', '', '', '', '', '', 'passportPhoto-66bb339e33f29.jpeg', 'addressProof-66bb339e34042.jpeg', '5 Emergency leaves', 'yes', 1, 'DELHI', 1, '2024-08-13 10:21:18'),
(229, '', 'Anita ahuja', '9560264767', 'ahujaanita@gmail.com', '1976-08-17', 'Nava Durga Trading company  \n6501/8 \nDev nagar  \nHardhyan singh road \nKarol bagh 110005', '9', '2', 'No', '9871845199', 'Husband', '', '', '07adipa8376q1zv', 'Nava Durga Trading company', '6501/8 \nDev nagar  \nHardhyan singh road  \nKarol bagh', '9', 'passportPhoto-66bc8516b424c.jpg', 'addressProof-66bc8516b429d.pdf', 'Ajay ahuja', 'yes', 1, 'DELHI', 1, '2024-08-14 10:21:10'),
(230, '', 'swati sabharwal', '7082467292', 'sabharwal.swati@gmail.com', '1988-08-18', 'house no 101,F block ,4th floor,kirti nagar,New delhi-110015', '9', '5', 'no', '8447045101', 'Husband', '', '', '07AAACU0271G1ZN', 'Unident instruments india pvt ltd', '9,basement & ground floor,anand parbat road,new delhi-110005', '9', 'passportPhoto-66bebde0648bb.jpeg', 'addressProof-66bebde06ce0b.pdf', '08-09 october ,13 nov,', 'yes', 1, 'DELHI', 1, '2024-08-16 02:48:00'),
(231, '', 'SANA HAYAT ANSARI', '8290574034', 'sanajeeshan16@gmail.com', '1994-10-04', 'B31,FIRST FLOOR, NANGAL DEWAT,VASANT KUNJ,NEW DELHI-110070', '9', '8', 'NO', '9784098810', 'HUSBAND', '', '', '', '', '', '', 'passportPhoto-66bf464960b0f.jpeg', 'addressProof-66bf464960c84.pdf', 'EMERGENCY DUE TO KIDS AND WEDDING', 'no', 1, 'DELHI', 1, '2024-08-16 12:30:01'),
(232, '', 'Jaspreet kaur', '7065650762', 'aryansimran18@gmail.com', '2006-02-25', 'B-16/9 Upper ground floor, Double storey, Ramesh nagar, New Delhi - 110015', '9', '5', 'No', '8800183138', 'Mother', '', '', '', '', '', '', 'passportPhoto-66cdc059a4ec0.jpg', 'addressProof-66cdc059aca80.pdf', 'Sick leave', 'no', 1, 'DELHI', 1, '2024-08-27 12:02:33'),
(233, '', 'Ningsem Shimray', '8730087212', 'shimrayningsem@gmail.com', '1996-04-11', 'Khangkhui khullen, Ukhrul, Manipur', '9', '5', 'No', '9862679064', 'Father', '', '', '', '', '', '', 'passportPhoto-66d2b30e806d2.jpg', 'addressProof-66d2b30e80ef0.jpg', '', 'yes', 1, 'DELHI', 1, '2024-08-31 06:07:10'),
(234, '', 'Archana Kumari', '8541084304', 'kumariarchana28nov@gmail.com', '1993-09-29', '340/4 ram nagar gurgaon', '34', '1', 'no', '7992457906', 'husband', '', '', '', '', '', '', 'passportPhoto-66d2c4ac749bb.jpeg', '', '', 'yes', 1, 'DELHI', 1, '2024-08-31 07:22:20'),
(235, '', 'Himanshu sharma', '7835954338', 'himanshusharmacake@gmail.com', '2006-05-31', ', House No.B-162 Camp No.4, jwalapuri, Sunder Vihar, West Delhi, Delhi, 110087', '9', '1', 'No', '9717053080', 'Father', '', '', '', '', '', '', '', 'addressProof-66d2d72b5b1f3.jpg', '', 'yes', 1, 'DELHI', 1, '2024-08-31 08:41:15'),
(236, '', 'Prerna Mittal', '7830362185', 'mittalprerna67@gmail.com', '2002-09-29', '45,Mittals House \nHarendra Nagar \nNear Buddha Park \nKotdwar, 246149 \nUttarakhand', '33', '1', 'No', '8439539039', 'Mother', '', '', '', '', '', '', 'passportPhoto-66d304b56e0be.jpg', 'addressProof-66d304b56e256.jpg', '', 'no', 1, 'DELHI', 1, '2024-08-31 11:55:33'),
(237, '', 'Harish', '9034629116', 'harshparjapati004@gmail.com', '2006-08-23', 'House no-114/15, Near bus stand jhajjar haryana-124103', '14', '2', 'no', '9416229116', 'Father', '', '', '', '', '', '', 'passportPhoto-66d6b1c3afaca.jpeg', '', '', 'yes', 1, 'DELHI', 1, '2024-09-03 06:50:43'),
(238, '', 'Meeka Kumari', '8700939817', 'meekakumari007@gmail.com', '1998-11-23', 'D-2/18 Pancheel park.', '9', '1', 'No', '7982520640', 'Father', '', '', '', '', '', '', 'passportPhoto-66d835f56875b.jpeg', '', '', 'yes', 2, 'DELHI', 1, '2024-09-04 10:27:01'),
(239, '', 'Vidhi Baheti', '7002881898', 'vidhibaheti89@gmail.com', '2001-09-11', 'TINSUKIA,ASSAM', '4', '5', 'No', '9453036468', 'Father', '', '', '', '', '', '', 'passportPhoto-66d9a1ac161be.jpg', 'addressProof-66d9a1ac164a8.jpg', '', 'no', 2, 'DELHI', 1, '2024-09-05 12:18:52'),
(240, '', 'Kritika Khanna', '9899490838', 'khannakritika8@gmail.com', '1999-01-01', 'H-47, G.S. APARTMENTS PLOT NO-38 NEAR SACHDEVA PUBLIC SCHOOL SECTOR-13 rOHINI DELHI', '9', '1', 'cyst', '9810002219', 'Father', '', '', '07AFAPK0797F1ZJ', 'PRATHAM AUTO INDUSTRIES', '1/142, G22A, UNITED COMPLEX, NICHOLSON ROAD, KASMERE GATE, North Delhi, Delhi, 110006', '9', 'passportPhoto-66dc3b0c4d2d4.jpeg', 'addressProof-66dc3b0c4d5b8.pdf', '', 'yes', 1, 'DELHI', 1, '2024-09-07 11:37:48'),
(241, '', 'Geetika Mahajan', '7310665750', 'mahajangeetu2004@gmail.com', '2004-10-22', '246 ansal courtyard Shastripuram', '34', '1', 'No', '9358058952', 'Father', '', '', '', '', '', '', 'passportPhoto-66dea9dc149d4.jpg', 'addressProof-66dea9dc14ba8.png', '', 'yes', 1, 'DELHI', 1, '2024-09-09 07:55:08'),
(242, '', 'Kanishk', '9711661519', 'kanishkkalra007@gmail.com', '1996-12-14', '2361,Sector-28, Faridabad, Housing board Colony - 121008.', '14', '2', 'No', '9205238557', 'Brother', '', '', '06AGFPK0536N2ZB', 'T.R & Company', '2361, Sector Faridabad - 121008', '14', 'passportPhoto-66df6926e1584.png', 'addressProof-66df6926e1ca1.png', '', 'yes', 1, 'DELHI', 1, '2024-09-09 21:31:18'),
(243, '', 'Neeraj Singh Koranga', '7017855764', 'neerajkorangazooed@gmail.com', '2001-03-25', 'Gandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital \nGandhinagar,Bindukhatta, p/o lalkuan, Dauli Range, Nainital', '33', '1', 'No', '9982840349', 'Father', '', '', '', '', '', '', 'passportPhoto-66dfed29272d6.jpg', 'addressProof-66dfed292749a.pdf', '', 'yes', 1, 'DELHI', 1, '2024-09-10 06:54:33'),
(244, '', 'Ujala Kumari', '7903691115', 'ujalarao8969@gmail.com', '2001-01-11', 'Wad-8 Chhatraul  \nPo-Harnatand  \nPs- Laukariya  \nDist- west champaran  \nPincode- 845105', '5', '2', 'No', '9315144159', 'Husband', '', '', '', '', '', '', 'passportPhoto-66e13b1265dd9.pdf', 'addressProof-66e13b1265fad.pdf', '', 'yes', 1, 'DELHI', 1, '2024-09-11 06:39:14'),
(245, '', 'POOJA CHHIKARA', '9306156510', 'pchhikara2017@gmail.com', '1996-09-17', 'H.NO 1596 SEC 6 BAHADURGARH HARYANA 124507', '14', '2', 'NO', '9311800009', 'Husband', '', '', '06DWIPK6367K1ZY', 'KHATRI TRADING COMPANY', 'H.NO. 524 GALI NO 27 INDIAN COLONY GOHANA ROAD SONIPAT 131001', '14', 'passportPhoto-66e18bdf37bda.jpeg', 'addressProof-66e18bdf37e09.jpeg', '', 'yes', 1, 'DELHI', 1, '2024-09-11 12:23:59'),
(246, '', 'Nandini Ramjiwal', '9461773990', 'nandiniramjiwal@gmail.com', '2002-08-07', 'D-50, Kashyap Path, Opp. Tamanna Apts., Shyam Nagar, Jaipur', '29', '2', 'No', '9461500090', 'Mother', '', '', '', '', '', '', 'passportPhoto-66e54e8db2581.jpeg', 'addressProof-66e54e8db28ab.jpeg', '', 'yes', 1, 'DELHI', 1, '2024-09-14 08:51:25'),
(247, '', 'muskan kalra', '9084779989', 'mk9157226@gmail.com', '2001-06-08', 'i29 keshav nagar numaish camp', '34', '7', 'no', '9837487550', 'Father', '', '', '', '', '', '', 'passportPhoto-66e7db9711b47.jpeg', 'addressProof-66e7db9711da5.jpeg', '', 'no', 1, 'DELHI', 1, '2024-09-16 07:17:43'),
(248, '', 'Nandini Arora', '7011929258', 'nandiniarora1208@gmail.com', '1997-08-12', 'L-2/72A, GF, New Mahavir Nagar, New Delhi 110018', '9', '1', 'No', '9212430705', 'Father', '', '', '', '', '', '', 'passportPhoto-66e80357a45ec.jpeg', 'addressProof-66e80357a4792.jpeg', '', 'yes', 1, 'DELHI', 1, '2024-09-16 10:07:19'),
(249, '', 'Tanvi', '8368460257', 'tanviarrora40@gmail.com', '1990-06-26', 'H-1/144, H-1 Block, vikas puri west delhi-110018', '9', '5', 'No', '8527796315', 'Husband', '', '', '', '', '', '', 'passportPhoto-66e930a8ab47f.jpeg', '', '', 'no', 1, 'DELHI', 1, '2024-09-17 07:32:56'),
(250, '', 'Vansh Aggarwal', '9315538737', 'vansh.aggarwal1604@gmail.com', '2003-04-16', 'SOUTH EX PART-1 \nE-6', '9', '2', 'NO', '9310882914', 'Mother', '', '', '', '', '', '', 'passportPhoto-66e935ec12d17.jpeg', 'addressProof-66e935ec12f96.jpeg', '', 'yes', 1, 'DELHI', 1, '2024-09-17 07:55:24'),
(251, '', 'Garvit Sharma', '9818610716', 'iamgarvit88@gmail.com', '2002-06-01', '2/127 2 block Subash Nagar New Delhi', '9', '5', 'No', '9971244158', 'Mother', '', '', '', '', '', '', 'passportPhoto-66edc079ce9db.jpg', 'addressProof-66edc079cefa1.jpg', '', 'yes', 1, 'DELHI', 1, '2024-09-20 18:35:37'),
(252, '', 'Khoansen Tangdong', '8119020386', 'ktangdong123@gmail.com', '2024-09-12', 'Borduria Tirap, Arunachal Pradesh 786630', '2', '1', 'NO', '8131927173', 'mother', '', '', '', '', '', '', 'passportPhoto-66eea0a64d1d2.jpeg', '', '', 'yes', 1, 'DELHI', 1, '2024-09-21 10:32:06'),
(253, '', 'Poonam Singh', '9690030197', 'singhpoonam15780@gmail.com', '1980-07-15', '48 first floor green view 2nd a  to z colony modipuram meerut', '34', '1', 'no', '7533828197', 'Husband', '', '', '', '', '', '', 'passportPhoto-66eea6e967915.jpeg', 'addressProof-66eea6e967afe.jpeg', '', 'no', 1, 'DELHI', 1, '2024-09-21 10:58:49'),
(254, '', 'Boston lalruatfela', '8415042603', 'bostonlalruatfelalalruatfelabualteng@gmail.com', '2001-02-28', '140/9,kishangarh village sector-AVASANT KUNJ,NEW DELHI', '24', '6', 'No', '9362860721', 'Father', '', '', '', '', '', '', 'passportPhoto-66f26ccf61466.jpeg', '', '', 'no', 1, 'DELHI', 1, '2024-09-24 07:39:59'),
(255, '', 'Anya panor', '9366219651', 'panoranya654@gmail.com', '1998-01-04', 'QTR NO. 34, H-sector', '3', '5', 'asthma', '7619304222', 'Sister', '', '', '', '', '', '', 'passportPhoto-66f66664961d1.jpeg', 'addressProof-66f6666496446.pdf', '', 'no', 1, 'DELHI', 1, '2024-09-27 08:01:40'),
(256, '', 'Kanchan Mehrotra', '7581055087', 'kanchanmehrotra04@gmail.com', '1989-09-04', '1/3 Ban Road , Shipra Suncity , Indirapuram, Ghaziabad', '34', '7', 'N/A', '9971829484', 'Husband', '', '', '', '', '', '', 'passportPhoto-66f7e53dd376a.jpeg', '', '', 'no', 1, 'DELHI', 1, '2024-09-28 11:15:09'),
(257, '', 'Sneha Taneja', '7827868131', 'snehataneja.st@gmail.com', '2007-03-21', 'C-4 Raja Garden ,', '9', '1', 'NA', '8178667905', 'BROTHER', '', '', '', '', '', '', 'passportPhoto-66fb90e4c1b07.jpeg', 'addressProof-66fb90e4c1edb.pdf', '', 'yes', 1, 'DELHI', 1, '2024-10-01 06:04:20'),
(258, '', 'sultana hussain', '9599241814', 'sultanakhan2418@gmail.com', '1983-12-25', 'house no 365 gali masjid dhobyan wali baazaar delhi gate darya ganj 110002', '9', '5', 'Back pain', '9350145781', 'BROTHER/bhabhi', '', '', '', '', '', '', 'passportPhoto-66fbcdc754a85.jpeg', 'addressProof-66fbcdc754c69.jpeg', '', 'no', 1, 'DELHI', 1, '2024-10-01 10:24:07'),
(259, '', 'DAMAS MLEMBA SINGO', '0756750264', 'damasmlemba@gmail.com', '1996-10-01', 'KAHAMA, TANZANIA PO BOX 999', '9', '2', 'NA', '0754940411', 'FATHER', '', '', '', '', '', '', 'passportPhoto-670620c0dd078.jpg', 'addressProof-670620c0dd7a9.jpg', '', 'yes', 1, 'DELHI', 1, '2024-10-09 06:20:48'),
(260, '', 'Narayan Adhikary', '9330323698', '1234narayanadhikary@gmail.com', '2002-07-31', 'Rani rash moni ghat road, Halishahar, North 24PGS, West Bengal, 743134', '35', '1', 'No', '8777864306', 'Father', '', '', '', '', '', '', 'passportPhoto-6715e9fd5b9ed.jpg', 'addressProof-6715e9fd5bd7c.jpg', '', 'yes', 1, 'DELHI', 1, '2024-10-21 05:43:25'),
(261, '', 'SHARON K S', '7736938955', 'sharonks986@gmail.com', '2002-05-27', 'Kunnumpurath ho nenmenikunnu po nambikolly wayanad Kerala 673595', '17', '2,3', 'No', '7560807314', 'Mother', '', '', '', '', '', '', 'passportPhoto-6715fe810ea56.jpg', 'addressProof-6715fe810eb4b.jpg', '', 'yes', 1, 'DELHI', 1, '2024-10-21 07:10:57'),
(262, '', 'Vijay Mahara', '7678536650', 'vijaymahara786@gmail.com', '1998-11-05', '80 Pratap vihar Part 2, Kirari Suleman Nagar', '9', '1', 'No', '8750653509', 'Brother', '', '', '', '', '', '', 'passportPhoto-671b2adb251a0.jpg', 'addressProof-671b2adb252b6.pdf', '', 'yes', 1, 'DELHI', 1, '2024-10-25 05:21:31'),
(263, '', 'Tanmay vats', '6396282935', 'taanmayvats4@gmail.com', '2001-12-16', 'house no. 10, near peer ki chungi,nehtaur', '34', '2', 'Back pain isssue', '8923952971', 'FATHER', '', '', '', '', '', '', 'passportPhoto-671f3da9a748b.jpeg', 'addressProof-671f3da9a7611.pdf', '', 'yes', 1, 'DELHI', 1, '2024-10-28 07:30:49'),
(264, '', 'Limi Tell', '6033939002', 'limicamteli996@gmail.com', '1997-05-23', 'Ess Sector , Near Govt Higher Secondary School Itanagar', '3', '2', 'No', '9436633003', 'mother', '', '', '', '', '', '', 'passportPhoto-674ef6e4298bf.jpeg', 'addressProof-674ef6e4299b0.pdf', '', 'yes', 1, 'DELHI', 1, '2024-12-03 12:17:40'),
(265, '81', 'Aliya Sultan', '9415865691', 'aliyasultan025@gmail.com', '2001-08-25', 'Aleem grand rugs khamaria, Bhadohi, Uttar Pradesh, 221306', '34', '1', 'Sinusitis', '9120074660', 'Brother', 'Yes', '', '', '', '', '', '', '', '15 December to 20 January', 'yes', 2, 'DELHI', 1, '2024-12-03 19:29:43'),
(266, '', 'Deepti Sagar', '9212720575', 'deepti.sagar21@gmail.com', '1984-12-29', 'C-37 Gaurav Appts I P Extn Patparganj East Delhi-110092', '9', '1', 'No', '9312933935', 'mother', '', '', '', '', '', '', 'passportPhoto-67501c41c82fb.jpg', '', '', 'no', 1, 'DELHI', 1, '2024-12-04 09:09:21'),
(267, '', 'bhoomika daga', '9910759199', 'bhoomikadaga@icloud.com', '2006-11-22', '135 Ram Vihar ground floor opp. yamuna sports complex delhi-110092', '9', '1', 'severe headache, skin allergie', '9711038623', 'Father', '', '', '', '', '', '', 'passportPhoto-675feba1baf0a.jpeg', '', '', 'yes', 1, 'DELHI', 1, '2024-12-16 08:58:09'),
(268, '', 'Falguni Singh', '9119743408', 'falgunisingh270@gmail.com', '2000-08-30', 'A/11, Adarsh Nagar, Najibabad, District- Bijnor, Uttar Pradesh, 246763', '34', '1', 'No', '9456282088', 'My Mother', '', '', '', '', '', '', 'passportPhoto-6760428eef68f.jpg', 'addressProof-6760428eef7cf.pdf', '', 'yes', 1, 'DELHI', 1, '2024-12-16 15:09:02'),
(269, '', 'Muskan Gurung', '7505653839', 'gurungmuskan111@gmail.com', '2001-04-18', '108, village P.O Mothrowala,  Dehradun', '33', '', 'None', '9193331776', 'Sister', '', '', '', '', '', '', 'passportPhoto-6761919fac8a2.jpg', 'addressProof-6761919facdf7.jpg', '', 'no', 1, 'DELHI', 1, '2024-12-17 14:58:39'),
(270, '', 'STANZIN IDGHA', '9773826909', 'stanzin.idgha96@gmail.com', '1998-02-14', 'Ladakh HOUSE 19,2ND FLOOR, WAZIRABAD,DELHI', '9', '6', 'NO', '8899575994', 'Sister', '', '', '', '', '', '', 'passportPhoto-6763fa6eb5f58.jpeg', 'addressProof-6763fa6eb6155.pdf', '', 'no', 1, 'DELHI', 1, '2024-12-19 10:50:22'),
(271, '', 'Aquib hussain', '7289956080', 'aquibhussain0001@gmail.com', '1998-10-09', 'House no D14 street no 36 Mahendra park adarsh nagar delhi', '9', '1', 'No', '9540466080', 'No', '', '', '', '', '', '', '', 'addressProof-6766992b1b9a6.jpg', '', 'yes', 1, 'DELHI', 1, '2024-12-21 10:32:11'),
(272, '', 'Diksha singh', '6207127403', 'hr.dikshasingh13@gmail.com', '2002-04-13', '802- 804 Ayuni Associates, sector 28, gurugram 122002', '9', '1', 'No', '7337603842', 'BROTHER', '', '', '', '', '', '', 'passportPhoto-67694399be9c7.jpeg', 'addressProof-67694399beb4d.pdf', '', 'yes', 1, 'DELHI', 1, '2024-12-23 11:03:53'),
(273, '', 'Muskan Periwal', '7001440819', 'muskanperiwal1284@gmail.com', '1999-03-29', 'F-24/45 Sector-7 Rohini, North West Delhi-110085', '9', '6', 'No', '7320849785', 'Sister', '', '', '', '', '', '', 'passportPhoto-676d05d36fdbc.jpeg', '', '', 'no', 1, 'DELHI', 1, '2024-12-26 07:29:23'),
(274, '', 'Smita Biswas', '9999017573', 'smita.palit24@gmail.com', '1981-07-24', '2492 Amantha Tower, Gaur Saundaryam, Greater Noida West, UP 201009', '34', '1', 'No', '9873336455', 'Spouse', '', '', '', '', '', '', 'passportPhoto-676d3ac1415cb.jpeg', 'addressProof-676d3ac141873.pdf', '', 'yes', 1, 'DELHI', 1, '2024-12-26 11:15:13'),
(275, '', 'Ruksana Parveen', '9611221466', 'ruksanaparveen496@gmail.com', '1981-01-01', '1-125X, Near Jayalaxmi Parking, Matadangadi, Udyavara Village, Karnataka-574118', '18', '2', 'No', '6560017640', 'Daughter', '', '', '', '', '', '', 'passportPhoto-67725b6444dde.jpeg', '', '', 'yes', 1, 'DELHI', 1, '2024-12-30 08:35:48'),
(276, '', 'Preeti Singh', '9927827712', 'prsingh88083@gmail.com', '1999-02-21', 'paras bihar colony, after D.M. residence, bajoria road, saharanpur', '34', '23', 'No', '9368299277', 'Husband', '', '', '', '', '', '', 'passportPhoto-67738a28091c0.jpeg', '', '', 'no', 1, 'DELHI', 1, '2024-12-31 06:07:36'),
(277, '', 'prity kumari', '7889760234', 'jiturpity2013@gmaii.com', '1991-02-07', 'kashmir house ,Rajajimarg,near lions vidya mandir secondary school,Pin-110011 / patna Bihar', '9', '2', 'diabetese', '9906099583', 'mother', '', '', '', '', '', '', 'passportPhoto-6773b1a992952.jpeg', 'addressProof-6773b1a992a9f.pdf', '', 'yes', 2, 'DELHI', 1, '2024-12-31 08:56:09'),
(278, '', 'OSWINE RONGMEI', '7005523073', 'oswinerongmei1996@gmail.com', '1996-09-09', 'Lower Mawprem Bharati bhawan opposite hindu mission krishna mandir Shillong meghalaya - 793002', '20', '2', 'No', '9632919743', 'HUSBAND', '', '', '', '', '', '', '', 'addressProof-6776a7a6d2581.pdf', '', 'no', 1, 'DELHI', 1, '2025-01-02 14:50:14'),
(279, '', 'Vinay', '9540269788', '007vinaybhardwaj@gmail.com', '1991-01-26', 'New Ashok Nagar Delhi 110091', '9', '3', 'No', '3224234234', 'Self', '', '', '', '', '', '', 'passportPhoto-677e309b9a5cc.jpg', 'addressProof-677e309b9a77b.jpg', '', 'no', 1, 'NOIDA', 1, '2025-01-08 08:00:27');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin`
--
ALTER TABLE `admin`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD UNIQUE KEY `username` (`username`),
  ADD UNIQUE KEY `mobile` (`mobile`);

--
-- Indexes for table `state_list`
--
ALTER TABLE `state_list`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_accounts`
--
ALTER TABLE `tn_accounts`
  ADD PRIMARY KEY (`ac_id`);

--
-- Indexes for table `tn_course`
--
ALTER TABLE `tn_course`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_installments`
--
ALTER TABLE `tn_installments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_invoice`
--
ALTER TABLE `tn_invoice`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_order`
--
ALTER TABLE `tn_order`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_orderitem`
--
ALTER TABLE `tn_orderitem`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_student`
--
ALTER TABLE `tn_student`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tn_studentvisit`
--
ALTER TABLE `tn_studentvisit`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `state_list`
--
ALTER TABLE `state_list`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `tn_accounts`
--
ALTER TABLE `tn_accounts`
  MODIFY `ac_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=930;

--
-- AUTO_INCREMENT for table `tn_course`
--
ALTER TABLE `tn_course`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `tn_installments`
--
ALTER TABLE `tn_installments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=432;

--
-- AUTO_INCREMENT for table `tn_invoice`
--
ALTER TABLE `tn_invoice`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=343;

--
-- AUTO_INCREMENT for table `tn_order`
--
ALTER TABLE `tn_order`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=145;

--
-- AUTO_INCREMENT for table `tn_orderitem`
--
ALTER TABLE `tn_orderitem`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=146;

--
-- AUTO_INCREMENT for table `tn_student`
--
ALTER TABLE `tn_student`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=137;

--
-- AUTO_INCREMENT for table `tn_studentvisit`
--
ALTER TABLE `tn_studentvisit`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=280;
COMMIT;

/*!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 */;


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home