Psyduck - 可達鴨 之 鴨力山大 v0.1

Current Path : home/irplbiz/www/smartpower/DB/
Upload File :
Current File : /home/irplbiz/www/smartpower/DB/smartpow_smartpower.sql

-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 14, 2025 at 11:04 AM
-- Server version: 10.6.21-MariaDB
-- PHP Version: 8.3.15

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: `smartpow_smartpower`
--

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

--
-- Table structure for table `about`
--

CREATE TABLE `about` (
  `id` int(11) NOT NULL,
  `top_desc` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `about`
--

INSERT INTO `about` (`id`, `top_desc`) VALUES
(1, '<p><strong>Smartpower</strong> was established in August 1992, only with 3 people and 50 USD working capital.Within a short period it has established its Brand name Smartpower & grown into one of the leading UPS (Uninterrupted Power Supply System) manufacturers in Eastern India. In 2006 the company has diversified to Door & Gate Automation & Security Solutions.</p>');

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

--
-- Table structure for table `about_desc`
--

CREATE TABLE `about_desc` (
  `id` int(11) NOT NULL,
  `about_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `about_desc`
--

INSERT INTO `about_desc` (`id`, `about_id`, `title`, `description`, `image`) VALUES
(43, 1, 'About CEO', '<p>The CEO of the company Rajiv K. Poddar, (Born in May 1964) has graduated with Physics (Hons) and then completed B.Tech in 1990 from India&#39;s premier Institute of Radiophysics &amp; Electronics, University of Calcutta. After working for companies like Tata Groups, PCL, WEBEL, he promoted Smartpower in 1992. His vision and the teamwork of the employees have established Smartpower Brand in the market. Mrs Dipti Poddar , wife of Mr Poddar is looking after Admin &amp; Accounts division of the company since inception.&nbsp;</p>\r\n', 'about_image_510.png'),
(44, 1, 'About the GURU', '<p>Shri Ram Krishna Fouzdar - An Eminent Innovator (Father of Instrumentation In Eastern India) is the Chief Mentor &amp; GURU of our CEO. He inspired our CEO to take up Entrepreneurship instead of traditional job. Shri R.K.Fouzdar is the inventor of many technologies, mainly in educational instrumentation.Most of Polytechnics in West Bengal was developed under his guidance. In the picture Shri R K Fouzdar is with renowned scientist Shri Satyen Bose.</p>\r\n', 'about_image_5101.png'),
(45, 1, 'Factory Expansion', '<p>May 26th 2001- Company added 10000 sq ft manufacturing plant using state-of-the-art technology that was inaugurated by Shri M.N Roy, Commissioner of Taxes, Government of West Bengal.</p>\r\n', 'about_image_5102.png'),
(46, 1, 'Technical Collaboration', '<p>Technical Collaboration - In 1999 our technical team visited Taipei, China to set up technical tie up with a Taipei based reputed company for sourcing in technology for Online UPS</p>\r\n', '-826.jpg');

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

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

CREATE TABLE `admin` (
  `id` int(10) NOT NULL,
  `username` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `password` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `email_address` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `full_name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `status` enum('Active','Inactive') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'Active',
  `date_added` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

INSERT INTO `admin` (`id`, `username`, `password`, `email_address`, `full_name`, `status`, `date_added`) VALUES
(1, 'admin', '26622c56b0fef184adeeb051364e5ef8', 'admin@admin.com', 'Test Admin', 'Active', '2011-08-29'),
(2, 'seo', '9464548de3a2ef8fc15932245fe5aec6', '', 'SEO', 'Active', '0000-00-00');

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

--
-- Table structure for table `banner`
--

CREATE TABLE `banner` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `banner`
--

INSERT INTO `banner` (`id`, `title`, `image`, `status`, `added_by`, `post_date`) VALUES
(1, 'Dealer based Indian B2B company', 'banner-01-min-33.jpg', 'Active', 1, '2016-06-09 07:48:16'),
(2, 'PAN India Network', 'banner-03-min-969.jpg', 'Active', 1, '2016-06-09 07:55:57'),
(3, 'Indian Door &amp; Gate Automation company', 'banner-02-min-84.jpg', 'Active', 1, '2016-06-09 08:01:11');

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

--
-- Table structure for table `blog`
--

CREATE TABLE `blog` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `tags` varchar(255) NOT NULL,
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `blog`
--

INSERT INTO `blog` (`id`, `category_id`, `title`, `slug`, `description`, `image`, `status`, `tags`, `added_by`, `post_date`) VALUES
(1, 1, 'Automatic Door Specialist', 'automatic-door-specialist', '&lt;p&gt;&lt;strong&gt;Automatic Door Specialists&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Door Automation Systems are popular in US &amp;amp; European countries since 30~35 years. Expensive manpower was the main reason for invention of Door &amp;amp; Gate Automation products. Security &amp;amp; Surveillance ease of&amp;nbsp;operation, faster &amp;amp; automatic movements have made it popular. Automatic Door, Gates, Windows etc. widely used all over the world &amp;amp; fast catching us in developing countries also.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The falling products fall under Door Automation -&lt;/p&gt;\r\n\r\n&lt;p&gt;A) Rolling Shutters&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i ) Mild Steel made rolling shutters up to 1000 sq. feet.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a ) Tubular Motors used in rolling shutters up to 100 sq. feet.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b) Central Motors used in medium size rolling shutters up to 200 sq. feet, it can work by hand&amp;nbsp;during power fail&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c) Side Motors are used in heavy duty rolling shutters up to 1000 sq. feet.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ii) High Speed Rolling Shutters (PVC)&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iii) Sectional doors&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iv) Vertical doors&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;B) &amp;nbsp;Glass Sensor Doors&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i) Auto Glass Sensor Door used in airport, shopping mall, offices, industries etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ii) Swing Door used in offices, hospitals etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iii) Revolving auto door used in Malls, Hotels etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;iv) Hermitically sealed Hospital Doors used in Operation Theatres&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;v) Telescopic Auto Door used where large opening are needed&lt;/p&gt;', 'Telescopic-sensor-door---Haldiram-VIP-761.jpg', 'Active', 'door automation, sensor door, revolving door, glass sensor door', 1, '2016-10-02 08:41:57'),
(2, 2, 'Motorized Sliding &amp; Swing Gates, Turnstiles &amp; Flap Gates', 'motorized-sliding-amp-swing-gates-turnstiles-amp-flap-gates', '&lt;p&gt;Motorized Sliding Gates &amp;amp;&amp;nbsp;Swing Gates are widely used in Entrance of houses, factories, offices, apartments, Amusement Parks, airports&amp;nbsp;every where. Smartpower Automation provides products and services in this field.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Motorised Sliding Gates&lt;/strong&gt; are made of&lt;strong&gt; Mild steel, Stainless Steel, Aluminum Coated Panels, Woods,marbles&lt;/strong&gt; etc. It can be upto 20 meter wide and 8 meter height. The motors can take loads upto 4000 kg.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Motorised Swing Gates &lt;/strong&gt;are mainly used in Villas, Bunglows, Apartments etc. There are three type of motors &lt;strong&gt;Arm Type, Pillar Type, Roller type&lt;/strong&gt;. Each leaf can take load upto 5 meter wide / 500 kg weight.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Turnstiles&lt;/strong&gt; are mainly used in Offices, Factories, Amusement Park, Metro subway etc. There are two types of Turnstiles - &lt;strong&gt;Half Height &amp;amp; Full Height&lt;/strong&gt;. Full heights are popular in Industry.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Flap Gates&lt;/strong&gt; are mainly used in Metro subway , amusement park etc where traffic flow is high.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;', 'ecopark-2-845.jpg', 'Active', 'Flap Gates', 1, '2017-02-12 18:07:09'),
(3, 3, 'Tripod Turnstile with Money / RFID card collector', 'tripod-turnstile-with-money-rfid-card-collector', '&lt;p&gt;Smartpower &lt;strong&gt;Tripod Turnstile with Money / RFID Card collector &lt;/strong&gt;uses advance currency &amp;nbsp;/ RFID card detector&amp;nbsp;and collector. Once it receives money (it has option to issue receipt) it OPENS the Turnstile gate.&lt;/p&gt;\r\n\r\n&lt;p&gt;During Manual mode Money collector doesnot work.&amp;nbsp;&lt;/p&gt;', 'turnstile-534.jpg', 'Active', 'Turnstile,tripod turnstiles,flap gate', 1, '2017-02-28 10:02:31'),
(4, 4, 'Customized Motorized Vertical Louvers', 'customized-motorized-vertical-louvers', '&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower Motorized Vertical Louvres &lt;/strong&gt;are customized in nature, multiple &lt;strong&gt;Vertical louvers&lt;/strong&gt; (say 6 nos) or each up to 2 feet wide and 10 feet height can be used to rotate 45 degree / 90 degree / 180 degree / or any arbitrary degree.&lt;/p&gt;\r\n\r\n&lt;p&gt;These are used at louvers in windows and also as partition walls in home or hotel banquet.&lt;/p&gt;\r\n\r\n&lt;p&gt;Normally imported louvers are available in fixed size, shape and materials. But Smartpower has developed this mechanism to suite customized need of buyer.&lt;/p&gt;\r\n\r\n&lt;p&gt;The buyer can use wooden / metal / glass louvers of shape and size as per there interiors or exterior need. Smartpower than can motorized the same&lt;strong&gt;. &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Vertical louvers&lt;/strong&gt; in roof can also be made water proof if needed by the customer.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Glass louvers &lt;/strong&gt;are used to keep out rain and direct sunshine .And also as a window blinds and shutters to angle the entrance of the lights and air.&lt;/p&gt;\r\n\r\n&lt;p&gt;Many have a tend to think that louvers can only be used in windows ,partition in the construction of the offices and high rise buildings.&lt;/p&gt;\r\n\r\n&lt;p&gt;But a louver have no limitations in use, &lt;strong&gt;Motorized louvers &lt;/strong&gt;can be used in the industries ,mainly in the thermal power plants nuclear power plants industries where much heat and smoke is generated.&lt;/p&gt;\r\n\r\n&lt;p&gt;Now a days the architects uses louvers not only for partition and windows but also to add an accent and an extra aesthetic value to the design and buildings.&lt;/p&gt;', 'vertical-louvers-1-616.jpg', 'Active', 'Motorized Louvers', 1, '2017-05-08 06:35:28'),
(5, 5, 'Home Automation', 'home-automation', '&lt;p&gt;&lt;strong&gt;Smartpower&lt;/strong&gt; Launches &lt;strong&gt;Wireless Home Automation System.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;It is most advanced but simple system,can be installed in a wired house in less than a day at economy price @ Rs 7500 per node only. Also no need to buy extra device for IR controlled appliances like Air conditioners, Tele visions, Music System, Washing Machines etc. It operates in simple WiFi in homes &amp;amp; Offices and normal internet on mobile data. You can virtually control your Home &amp;amp; Office from any where in the world with your cellphone.&lt;/p&gt;', 'new-41-home-automation-217.jpg', 'Active', 'home automation,control 4,schneider,light automation', 1, '2018-01-08 16:45:33'),
(6, 6, 'Motorized Awnings', 'motorized-awnings', '&lt;p&gt;Awnings are widely used as a fasade /&amp;nbsp;canopy /&amp;nbsp;shade to protect from sun light and rain in front of shops, balcony, houses etc. There are many types of Awnings -&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Retractable Awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;2) Drop Arm Awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;3) Bull Nose Awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;4) Window cover Awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'awnings-919.jpg', 'Active', 'Retractable Awnings,Drop Arm Awnings,Bull Nose Awnings,Bull Nose Awnings', 1, '2018-01-08 16:52:29'),
(7, 7, 'Motorized Retractable Sliding Gates', 'motorized-retractable-sliding-gates', '&lt;p&gt;&lt;strong&gt;Retractable gates are another automated gates by smartpower automation, though it can be used as fences when more area is need to cover. Retractable gates are known as collapsible gates These are commonly seen in the shopping malls, hospitals and other buildings as perimeters or fences just to surround the area. These are made of stainless steel or aluminium materials.&amp;nbsp; Basic patterns in which retractable gates are made are zigzag patterns in which Steel bars attached to each other.&amp;nbsp;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Advantages: &amp;nbsp;The broad structure of retractable gates, makes it difficult to cross or tamper the structure. Totally covered retractable gates by smartpower automation are of heavy weight that even can block any vehicles in case of crash or rush driving saving the walls of the building. So these are recommended to install around accident prone zones like side roads with hard turns. Those retractable gates which comes with zigzag patterns are light in weight so they can block from pedestrians and street animals, though both fully covered or zigzag retractable gates are not included on safety providing systems. Zigzag retractable gates are commonly seen on the sidewalks of streets. Due to zigzag pattern each part of gate fits well within the given time.Retractable are better options than walls fencings because these can move or can be removed as per requirements.&amp;nbsp; These kind of gates are used when comparatively more opening space is needed and more places are there to cover up. Retractable gate provides 80% of opening space and another 20% of space is taken to place the whole structure of gates when the gate is fully open.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Technical features: &amp;nbsp; Retractable gates are also known as collapsible gates. Because their parts collapse to other parts providing a large opening.&amp;nbsp; At &amp;nbsp; smartpower automation the motor used for retractable gates are of high grades. Motors pulls the whole weight of gate. They can operated using remotes or snesors. In smartpower automation, retractable gates are provided with sensors so that if something comes on the way of gate it wont go further.&amp;nbsp; Apart from&amp;nbsp; providing heavy duty motors, smartpower&amp;nbsp; motors provide high speed for gate operation. The speed of gate is 15 meter/ min at opening and closing. Smartpower retractable gates come with advanced alarm systems and LED lights. These features are just to alert people about the opening or closing of gates. Security alarm system can also be coupled with these gates. Retractable gates can be controlled by switches or by remotes.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Key Features:&amp;nbsp; &amp;nbsp; Retractable gates are used as movable remote controlled fencing options. These gates are made of stainless steel or aluminium. Retractable gates can give opening of 77% to 80%. Standard height of retractable gates are 1.6meters but at smartpower automation&amp;nbsp; its height can range from 1.6meters to 2 meters.These gates are mostly used to cover up or surround a large area in a very short time duration. &amp;nbsp;At smartpower retractable gates are made in a manner so they can go without rails and they do not need to follow the rail tracks. Stainless steel body provides strength and integrity for outdoor operations of gates.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;types and operation: &amp;nbsp;On the basis of&amp;nbsp; structures retractable gates are of mostly two types, one comes with rail tracks and another without rails. Rail or without rail, it totally depends upon customer&amp;rsquo;s choice. Without rail track gates need a heavy duty motor because there is not tracks to make its movement smoother,&amp;nbsp; In smartpower the motor that is required for without rail tracks retractable gates totally fits for this requirement.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;&lt;strong&gt;Made of stainless steel&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;&lt;strong&gt;Can be with or without rail lines&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;&lt;strong&gt;Height upto 2 meters (standard height is 1.6m)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;&lt;strong&gt;Used for fencing an area (doesn&amp;rsquo;t serve as a security solution, but serves as a substitute for fencing or covering an area)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;&lt;strong&gt;Can be remote controlled or switch controlled&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;\r\n	&lt;p&gt;&lt;strong&gt;Can be fitted with alarm lights or sound&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n&lt;/ul&gt;', 'Texmaco-UGL-Rail-574.JPG', 'Active', 'retractable gates, folding gates,collapsible gates', 1, '2018-01-09 16:35:28'),
(8, 8, 'Boom Barrier Gate - High speed for TOLL PLAZA', 'boom-barrier-gate-high-speed-for-toll-plaza', '&lt;p&gt;High Speed Barrier Gates are mainly used in TOLL PLAZA. These gates operates in 0.6 to 0.9 sec speed.&lt;/p&gt;\r\n\r\n&lt;p&gt;Another varient of our boom barrier segment, the high speed boom barriers are used at Toll gates where the traffic flow is huge and super fast operation is required to prevent traffic jams at the gates. These booms are light weight and operation time is less than a second. Reflectors are installed on the surfaces of the booms to that a vehicle is clearly signalled when the boom opens and closes. The booms come in variable lengths depending on the requirement. These boom barriers can be used with any Toll management software, all they require is a pulse to operate. Remotes, photosensors, switches, access controls, all may be used with our boom barriers.&lt;/p&gt;', 'toll-plaza-barrier-682.jpg', 'Active', 'Barrier Gate,High Speed Barrier,Toll Plaza Barrier', 1, '2018-01-09 16:47:03'),
(9, 8, 'Anti Crash Barrier Gate', 'anti-crash-barrier-gate', '&lt;p&gt;Anti Crash Barrier are used in High security area like embassy, defence, 5 star hotels etc.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The Boom is made of MS ( Mild steel) and crash rated. The vehicle will be damaged if hitting the boom, but the boom will remain strong.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Typically designed to stop a speeding vehicle from entering into prohibited areas, Smartpower&amp;#39;s anti crash boom barrier is equipped with two powerful conjoined booms. The anti crash barrier stands strong when a vehicle approaches and hits the boom. The vehicle may get damaged but the boom remains unbroken. Our boom barriers have be tested and are in use at various hotels and industrial spaces. Commonly employed for use in defence, security-tight zones, hotels and more. These barriers can also work with loop detectors, photosensors, remotes, access controls, remotes, and normal switches. Smartpower offers a much competitive price as compared to other companies in Anti crash barriers.&amp;nbsp;&lt;/p&gt;', 'Barrier-Gate-anti-crash-535.jpg', 'Active', 'Barrier Gate,Anti Crash Barrier', 1, '2018-01-09 16:53:28'),
(11, 8, 'Fly Back Barrier Gate', 'fly-back-barrier-gate', '&lt;p&gt;Fly Back (swing ) Barrier Gates are used where the traffic flow is heavy and in one direction, like TOLL PLAZA.&lt;/p&gt;\r\n\r\n&lt;p&gt;When the vehicle hits the boom, the boom will not break down, instead it will swing upto 90 degree and allow the vehicle to pass, the boom can be pushed back to original position later on.&lt;/p&gt;\r\n\r\n&lt;p&gt;Standardisation regulations dictate that in case a vehicle hits the boom, vountarily or involuntarily, the vehicle should not be damanged. Fly back barriers prevent such accidents from taking place by detaching themselves from normal positions and swinging back allowing the vehicel to pass through. Once the vehicle has passed, the boom can be brought back to the original position manually. No major damage will be caused to the boom or the vehicle in case of an accident.&amp;nbsp;&lt;/p&gt;', 'barrier-catalouge-801-Fly-Back-717.jpg', 'Active', 'Barrier Gate,Fly Back Barrier', 1, '2018-01-09 17:30:20'),
(12, 8, 'Fencing Barrier Gate', 'fencing-barrier-gate', '&lt;p&gt;Fencing Barrier Gates are used to stop people going from beneath the boom. It is mainly used to prevent people from tress passing using cycles etc (as mainly done in railway crossing). Typical boom barriers only come with a boom (rod) that prevents vehicles from passing. However, pedestrians can easily bypass the system by jumping over the boom or by going under it. Fencing barriers act as a &amp;#39;fence&amp;#39; by not only keeping away the vehicles but also pedestrians. People with bicycles, people on foot, both are prevented from going past the barrier. When the barrier opens, the fence collapses and folds neatly. When the barrier is closed, the fence is brought down again.&lt;/p&gt;', 'Boom-Barrier-2-Fencing-256.jpg', 'Active', 'Barrier Gate,Fencing Barrier', 1, '2018-01-09 17:33:06'),
(13, 8, 'Folding Barrier', 'folding-barrier', '&lt;p&gt;Folding Barrier Gates are used where the ceiling height is low, mainly in basement parking area. Very similar to the typical boom barriers in terms&amp;nbsp;of function and operation, the folding boom barrier comes with a folding arm as visible in the picture. The arm can be of variable length as per requirement. This specialised boom barrier type makes it possible to function in closed spaces, places with low ceiling height or any obstruction above. These barriers can be used with photosensors, loop detectors, access control systems, remotes, or even normal switches. They work best when coupled with Smartpower&amp;#39;s iconic parking management systems that record and summarise traffic flow in an area.&lt;/p&gt;', 'Boom-Barrier-90-deg-folding-36.jpg', 'Active', 'Barrier Gate,Folding Barrier', 1, '2018-01-09 17:34:50'),
(14, 9, 'What is Parking Fee Management System', 'what-is-parking-fee-management-system', '&lt;p&gt;What is parking fee management system?&lt;/p&gt;\r\n\r\n&lt;p&gt;With the increase in the number of on road vehicles everyday, parking has becoming a commonly faced problem in most metropolitan cities. Parking management systems are thereby, being employed by most companies, shopping malls, tech parks, amusement parks, and other public areas.&lt;/p&gt;\r\n\r\n&lt;h2&gt;Advantages&lt;/h2&gt;\r\n\r\n&lt;p&gt;The key advantage of using a well designed parking management system is the collection of parking fee. Manual collection of parking fee has always been a hassle, even more so when fee theft is prevalent. Automatic, or rather documented collection of parking fee makes it possible for parking space owners to virtually eliminate theft as every entry and every exit gets documented along with proper date and time. The reports may be stored in a cloud platform or offline on a computer depending on the requirement.&lt;/p&gt;\r\n\r\n&lt;h2&gt;Types and operation&lt;/h2&gt;\r\n\r\n&lt;p&gt;Different parking spaces have different requirements. For instance, a residential complex may not require the collection of parking fee but may want to facilitate the entry of registered users. On the other end of the spectrum, a shopping mall may not have registered users but may want the collection of parking fees. And there may be a third type, such as a tech park, that may require both - the documentation of registered vehicles as well as the collection of parking fee. Depending on the requirement of the parking space owner, a parking management system is chosen. Smartpower has been among the first ones in India to identify the problem of parking management and come up with solutions to solve almost any problem. The latest addition to the Smartpower technology family is the Android OS based POS (point of sale) system, which identifies the vehicle number, generates a quick response (QR) code, prints a receipt, records the entry of the vehicle and may even read and write an RFID card while opening the boom barrier or gate. It is a complete solution to facilitate the entry of the vehicle and meanwhile, this report is sent to the cloud storage, so that it can be accessed by the POS at the exit gate even before the vehicle leaves the parking space.&lt;/p&gt;\r\n\r\n&lt;p&gt;Apart from this, Smartpower has the TCP/IP based parking system, the wireless parking system, the wired parking system. One unique feature about Smartpower&amp;rsquo;s parking systems is that they can be unmanned, i.e. fully automatic. Such that, a card will be dispensed automatically at the entry when a vehicle enters, the the mifare card will store data, and will be read at the exit when the vehicle leaves. Based on the type of vehicle (2 wheeler / 4 wheeler) and the duration through which the vehicle occupied a parking space, the vehicle owner will be charged a certain fee.&lt;/p&gt;\r\n\r\n&lt;h2&gt;Add-ons&lt;/h2&gt;\r\n\r\n&lt;p&gt;As described earlier, the advent of an automatic parking system unlocks several other possibilities which were hard to foresee earlier. Some of them are mentioned below:&lt;/p&gt;\r\n\r\n&lt;p&gt;1.1 App based payment collection&lt;/p&gt;\r\n\r\n&lt;p&gt;Once we have the data of multiple parking zones all across the city and all across the country, we could use this data to build an app similar to getmyparking where we can rent parking spaces to users with the click of a button on their mobile phone. Parking spaces can be browsed and selected at will, and cashless payments can be facilitated.&lt;/p&gt;\r\n\r\n&lt;p&gt;1.2 Cloud based database&lt;/p&gt;\r\n\r\n&lt;p&gt;With constant data being collected, we easily get valuable insights about common problems related to parking. A cloud based database could be made to store this information, and this confidential cloud will only be made accessible to companies which are ready to pay a recurring expense for the service. Several companies would require this service, as they lack the hardware to automatically gather information about parking spaces and manually gathering information is no more a feasible task in today&amp;rsquo;s world.&lt;/p&gt;\r\n\r\n&lt;p&gt;1.3 Preventing parking fee theft&lt;/p&gt;\r\n\r\n&lt;p&gt;A very common problem that we see in third world cities like ours is the theft of parking fee by the personnel responsible for facilitating parking. They charge the visitors more than they are supposed to, and often accept bribes from other vehicle owners to allow them to park where they are not authorized to. This entire problem could be put an end to if our system is implemented in parking zones. Since we know the exact number of slots that are occupied and vacant, any personnel will be stripped of the power to utilize vacant parking spaces for unethical purposes. This will also work as an incentive to several shopping mall owners and parking space owners to purchase our system, as the cost may be recovered from the money saved by preventing thefts.&lt;/p&gt;\r\n\r\n&lt;p&gt;1.4 Integration of multiple parking zones&lt;/p&gt;\r\n\r\n&lt;p&gt;A possibility which could only have been unlocked with the use of microcontrollers, is the integration of multiple parking zones in one. Counter ICs had no provision of writing codes, so no changes could have been made once the circuit was ready. But in this case, even if we have multiple floors in one parking area, integrating all of them to show a single total, or connecting them using a cloud interface becomes a possibility. We could take an output from one of the microcontrollers and feed it into any of the other microcontrollers. And the system would be capable enough to utilize that information to create something even more powerful.&lt;/p&gt;\r\n\r\n&lt;p&gt;1.5 Integration with parking guidance system&lt;/p&gt;\r\n\r\n&lt;p&gt;In simple words, a parking guidance system is one in which a user is shown the way to an empty parking space without having to look for it. This is currently not possible with our system, however, this can be implemented in the near future using app based guidance systems, or wireless vehicle detectors installed in the parking lots.&lt;/p&gt;\r\n\r\n&lt;p&gt;1.6 Integration with commonly available parking hardware&lt;/p&gt;\r\n\r\n&lt;p&gt;Commonly available parking hardware such as entry gates, barriers, tyre killers, and RFID systems could be easily integrated with our parking system to do more, as and when vehicles enter the parking space. Unauthorized vehicles could be stopped with tyre killers; the flow of vehicles could be controlled with the help of barriers; vehicles could be tagged and let in seamlessly with the help of RFID systems in areas where familiar vehicles come in a lot.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;1.7 Collection of stats and data for the government&lt;/p&gt;\r\n\r\n&lt;p&gt;It is a well known fact that the primary reason behind cities and governments being unable to implement smart parking, is the lack of relevant data. Smart parking is only possible if the space owners have real time information about the availability of spots in their parking zones. This is made possible with our system. Therefore, we can predict that this system will solve a lot of other problems by sending in relevant data about the spaces.&lt;/p&gt;\r\n\r\n&lt;p&gt;1.8 Surge Pricing&lt;/p&gt;\r\n\r\n&lt;p&gt;A concept of the near future; once we know when the demand for parking spaces is maximum, we can utilize that information to impose surge pricing for a parking spot. For instance, the parking space in and around eden gardens is usually empty on a regular day, but is overflowing on a day when there is a cricket match. We can impose surge pricing in such locations and generate greater revenue.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;', 'Smartpower-PMS-system-883.jpg', 'Active', 'wireless parking, parking fee system, parking management, rfid parking, car parking, automated parking', 1, '2018-09-04 06:43:29'),
(15, 10, 'Parking Guidance System', 'parking-guidance-system', '&lt;p&gt;&lt;strong&gt;A common problem faced by all vehicle owners when they enter a parking zone is to figure out where to park their vehicles. They are unaware of how many parking slots are available (if at all) and where these vacant slots are. The problem gets amplified if the parking space we are dealing with is a multi level parking space. Let&amp;rsquo;s suppose there are five levels of parking, and a vehicle owner enters the ground floor. The first two floors are completely packed but there is a parking slot available in the third floor. The challenge here is to convey this piece of information automatically to the vehicle owner as soon as he enters the parking zone. Another challenge, an even greater one, is to calculate the number of slots that are available in each parking floor as soon as a vehicle enters or exits the space. Note that all of this is to be done automatically and no human workforce is employed.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Operation:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower is the only India based company to offer a solution for this problem. The parking zone controllers offered by Smartpower are versatile and easy to use. There is no requirement for external computers, or GPRS, or cloud based systems. The system works offline and with integration to the other controllers in the system. Any number of areas or sub-areas or parking zones may be configured such that when a vehicle moves out from zone 1 and into zone 2, a slot gets subtracted from the second zone&amp;rsquo;s LED display and gets added to the first zone&amp;rsquo;s display. The controllers may be situated far away, and may be connected using CAN bus technology, with only two wires.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Big LED displays are employed at the entrances of each of the parking zones so that when a vehicle enters a parking zone, the total number of empty in that particular parking zone is displayed on the LED screen. However, it is to be understood that the system does not show where exactly these empty spaces are. Only the count of the empty spaces is shown on the LED display along with an arrow pointing towards the entry (or wherever we want it to). Let&amp;rsquo;s suppose a building with several parking zones, where the main entrance for vehicles is from the ground floor. In that case, we would want to show the total number of empty slots in the main gate itself. To add to this, the number of vacant slots in the other floors may also be displayed on the main entrance&amp;rsquo;s LED display which is usually larger in size and with more number of LED screens.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Error Cases:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1.1 What if a vehicle exits through the Entry Gate?&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;In an event where a vehicle mistakenly exits through the entry gate, the system is equipped to understand the direction of the vehicle. So that, the empty vehicle count does not decrease instead of increasing. We understand that error cases, even though rare, are not impossible. There may be times when vehicle owners have difficulty in understanding entry and exit gates and may make mistakes. The system offered by Smartpower is fool proof and is equipped to handle these rare cases.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1.2 What if a vehicle stands at the entry gate and does not move?&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;In such an event, we may think that the vehicle count will start decreasing indefinitely, but that does not really happen. Instead, the loop detectors under the ground ensure that the vehicle is counted only once when it enters, and once when it exits. The loop detectors will remain triggered as long as the vehicle is standing above them and will only send the counting pulse when the vehicle leaves the loop detectors i.e. enters or exits the parking zone. &lt;/strong&gt;&lt;/p&gt;', 'parking-zone-display-system-557.jpg', 'Active', 'Parking zone display system|,parking guidance system', 1, '2018-09-19 13:31:54'),
(16, 11, 'P Type Swing Gate for Physically Challanged People', 'p-type-swing-gate-for-physically-challanged-people', '&lt;p&gt;P Type Swing Gate Barrier is mainly uused for wheel chair users. However it is also used by common people. It can rotate both side (Bi Directional) and can be integrated with all types of access control.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'p-type-swing-barrier-157.jpg', 'Active', 'p type swing barrier,swing gate,physically challenged peoples gate,wheel chair gate,super market gate,pedestrian gate', 1, '2019-03-25 11:40:06'),
(17, 5, 'Video Door Phones', 'video-door-phones', '&lt;p&gt;&lt;strong&gt;Video door phones are commonly used in apartments, to see who is at the door and unlock the door if the visitor is a known person. A screen is affixed inside the residence which comes to life when someone presses the doorbell. An outdoor unit is affixed on the door which consists of the camera, a microphone, a speaker, and a push button (the bell). The visitor is able to communicate with the person inside the house and the unit allows for two way communication.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;', 'download-99.jpg', 'Active', 'home automation, video door phone, vdp', 1, '2020-05-18 15:12:57'),
(18, 1, 'Glass Sensor Doors', 'glass-sensor-doors', '&lt;p&gt;&lt;strong&gt;Glass sensor doors are basically automatic doors that save our time by opening when we approach in contact of their range of sensing. These are&amp;nbsp; very commonly seen in office, hospitals, malls and airports. For glass sensor doors, no physical contact is needed because when something comes around the perimeter the sensor senses the presence. Their perimeter ranges from 4 meters to 10 meters.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Advantages :&amp;nbsp; Main advantage of this is to save our time and effort.&amp;nbsp; Sensor doors do not&amp;nbsp; need any kind of physical contacts.&amp;nbsp; Do not need to wait. In airports, when individuals are carrying luggage or trolley carts, this becomes a key necessity as their hands are full and they may not be able to push and open doors. Hence, the sensor does the work for them.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Technical features: &amp;nbsp;&amp;nbsp;Sensors and glasses are the main components of these kind of doors. Core part is the sensor that senses presence of&amp;nbsp; individuals within its perimeter. There are two basic types that are infrared sensors and microwave sensors. Microwave and infrared both uses transmitters and receivers to sense the presence. While microwave sensors detect humans by their body temperatures and infrared sensors catch the radiations emitted from the objects. They do not measure or sense heat. In smartpower automation the sensors for the doors are mostly microwave sensors which go through various tests at smartpower automation workshop.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Key Features: &amp;nbsp;Auto swing doors are used in offices, corridor of hospitals and malls. These are mainly used where there is lack of space so it opens at an angle of 90% or on the side of the wall without taking extra space. Revolving doors are used on those places where we need isolation from outer environment of the building. It provides complete isolation between inside and outside air. Hospital sensor doors have different operating mechanism than other auto glass door. Hospital or hermetically glass sensor doors push back the plate of the door, blocking the outer air entering the operating theater.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Types and operation: On the basis of functionality and design there are four types of glass sensor doors which are also called airport doors. Commonly seen in shopping malls, offices, hospitals, glass sensor doors are IR sensor doors. Auto swing door are used in offices,&amp;nbsp; these come with sensors which can sense the presence of individual or these can be controlled by remotes. Single leaf and double leaf auto swing door are available at smartpower automation.&amp;nbsp; Revolving sensor door are mainly seen in openings of large buildings. These are used to maintain the pressure, because of air conditioning system the warm air goes up and cold comes down which increases pressure on the lobby of the building so these are best options for that case because it keeps revolving all the time automatically providing way to pass. Hospital sensor doors are known as hermetically sealed doors and frequently used in operation theaters. Benefits of using these doors at the entrance of operating theater is that they help to maintain clean air in operating room. Hospital doors also have sensors at&amp;nbsp; the bottom of the door which is used to open the doors in case if their hands are busy. Telescopic doors are used where large opening space are needed. On this case door plates settles down on another plate giving more opening. It gives opening of 66%.&lt;/strong&gt;&lt;/p&gt;', 'auto-glass-sensor-door-500x500-401.jpg', 'Active', 'Glass sensor doors, glass door, auto glass door', 1, '2020-05-18 15:19:53'),
(19, 2, 'Benefits of Installing Automatic Sliding Gates at Your Commercial Property', 'benefits-of-installing-automatic-sliding-gates-at-your-commercial-property', '&lt;p&gt;Safety and security are one of the prime concerns of every commercial property owner. Whether it is a small kindergarten school or a large shopping mall, it must have robust and perfectly installed gates to avoid trespassing and other hazards. The use of sliding gates in commercial properties is common in India. From corporate houses to small grocery stores &amp;ndash; these gates can provide a range of benefits to the owners and users.&lt;/p&gt;\r\n\r\n&lt;p&gt;The growing demand for &lt;a href=&quot;https://www.smartpower.co.in/sliding-gate-motor&quot;&gt;sliding gate motor manufacturers&lt;/a&gt; is a clear sign of the popularity of these doors in various industrial, commercial and residential properties in India.&lt;/p&gt;\r\n\r\n&lt;h1&gt;14 &amp;nbsp;Most Common Reasons to Install Automatic &amp;nbsp;Sliding Gates&lt;/h1&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Increased Security&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;When you compare sliding gates with conventional wooden or glass doors, you can always find them more secure and durable. These doors are designed to provide you with an extra layer of security. They are sturdy and hard to break. Hence, it cannot be easy to access for people who are not authorised to get entry inside your commercial property.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Durable and Sturdy&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Developers and property owners often choose sliding gates because of their durability, strength and sturdiness. These gates add value to your property. You can use one sliding gate for several years with nominal maintenance. They are designed to withstand regular wear and tear without losing their natural efficiency.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Require Less Space&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;If your commercial property has limited space at the entrance point, a sliding door will be the best option for you. These doors are typically designed to be fitted in smaller spaces. You can save enough space by installing a sliding door in your office, school, gym, salon or hotel.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Look Impressive&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Stylish and smart commercial properties can look more impressive with the latest sliding doors. If you want to give your commercial building a smart and modern look, installing a sliding gate can be the most suitable option for you.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Cost-Effective&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Sliding gates are more cost-effective than typical glass doors in terms of maintenance, repairs and installation. When you work with top sliding gate motor manufacturers, they can provide you with the best products within your budget.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Add Value to Your Property&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;With so many benefits and features, sliding gates always increase the overall value of your property. A commercial building with automated sliding doors looks smart, saves space, and ensures security and efficiency.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Auto close facility&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;It has Auto close facility, so manpower for closing the gate is not required. Also to Open only press a remote button.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; NO manual Lock &amp;amp; keys are needed&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;It is geared lock, no manual Lock &amp;amp; keys are needed. The Motors locked the gate automatically. So it saves manpower and enhances security.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Safety features&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;It has safety Photo safety sensor facility, so it will not hit any car or human being while closing down. It also have anti rebound technology, in case the safety photo sensor fails, it will still not damage the vehicle etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;It has built in thermal protection, in case someone lock it manually and press the button, the motor and gate will not be damaged.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; High efficiency&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Sliding Gate Motors are high efficiency and hence consumes very low power.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Smooth Operation&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;We also provide point contact technology for frictionless movement of gates, our rail line and wheels are specially designed to give frictionless operation.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Manual Operation available&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Sliding Gate Motors have built in clutch keys, which allows manual operation on power fail.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Alarms&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Sliding Gate Motors also give Visual and audio alarm while operating for the safety of vehicles and people.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Integrated with Home Automation &amp;amp; Access control&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Sliding Gate Motors can be interfaced with all type of home automation &amp;amp; access control. So you can operate these motors from cell phones from anywhere in the world.&lt;/p&gt;\r\n\r\n&lt;p&gt;At Smartpower Automation, we produce the best quality sliding gate motors for advanced automated doors that can be used in commercial and residential properties. Please get in touch with us for more information.&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;', 'Sliding-Gate-Motor-565.png', 'Active', 'sliding gate motor manufacturers', 1, '2022-04-30 06:50:44'),
(20, 8, 'Everything You Need to Know about Boom Barrier', 'everything-you-need-to-know-about-boom-barrier', '&lt;h2&gt;What is Boom Barrier ?&lt;/h2&gt;\r\n\r\n&lt;p&gt;A boom barrier, also known as a boom gate or barrier gate is a bar, or pole pivoted to allow the boom to block vehicular access through a controlled point. Typically, the tip of a boom gate rises in a vertical arc (Barrier Box) to a near vertical position. The Boom movement are mainly controller by electro mechanical geared motor.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;h2&gt;Where the Boom Barrier are installed?&lt;/h2&gt;\r\n\r\n&lt;p&gt;Boom Barrier are generally used in Toll Plaza, Airports, Bus Stand, Amusement parks, Residential complex, Factories &amp;amp; Offices to control the vehicle access and movement.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;h3&gt;How the Boom Barrier operation is controlled ?&lt;/h3&gt;\r\n\r\n&lt;p&gt;Boom Barriers can be operated by various ways like remote control , push button switch. It can also be integrated with various access control systems like &amp;nbsp;RFID reader, Loop Detector, ANPR Camera, Fastag, Face Reader, Blue Tooth, wifi devices etc.&lt;/p&gt;\r\n\r\n&lt;h3&gt;Few More Benefits Offered By Boom Barrier&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;p&gt;There are various benefits of using barrier like &amp;ndash;&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Controlling access of vehicles (4 wheelers &amp;amp; 2 wheelers)&amp;nbsp;&lt;br /&gt;\r\n2) Counting vehicles.&lt;br /&gt;\r\n3) Parking Fee / toll collection for vehicles.&lt;br /&gt;\r\n4) Automatic control of vehicle movements in factories etc without any manpower.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;h3&gt;Choose A Reputable Boom Barrier &amp;nbsp;Manufacturer&lt;/h3&gt;\r\n\r\n&lt;p&gt;If you want to enjoy all the benefits offered by Boom Barrier and enhance the security of your property, get in touch with a &lt;a href=&quot;https://www.smartpower.co.in/boom-barriers&quot;&gt;reputable Boom Barrier &amp;nbsp;manufacturer&lt;/a&gt; like Smart Power. They have almost 2 decades of experience in manufacturing and installing Barrier gates Pan India.&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;', 'Boom-Barrier---Smart-Power-Automation-760.jpg', 'Active', 'Boom Barrier manufacturers India', 1, '2022-05-23 09:06:49'),
(21, 2, 'Benefits of Installing Swing Gate Operator Your Residential or Commercial Property', 'benefits-of-installing-swing-gate-operator-your-residential-or-commercial-property', '&lt;p&gt;Whether it is a residential or commercial or industrial swing gate, Safety, security and easy to operate are some of the prime concerns of every property owner.&lt;/p&gt;\r\n\r\n&lt;p&gt;The growing demand for Swing Gate Operator manufacturers is a clear sign of the popularity of these doors in various industrial, commercial and residential properties in India.&lt;/p&gt;\r\n\r\n&lt;h2&gt;11 Most Common Reasons to Install Swing Gate Operator&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Increased Security&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;When you compare Automatic Swing Gates vs ordinary manually operate swing gate, you can always find them more secure and easy to use. These doors are designed to provide you with an extra layer of security. They are sturdy and hard to break. Hence, it cannot be easy to access for people who are not authorised to get entry inside your property.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Durable and Sturdy&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Developers and property owners often choose sliding gates because of their durability, strength and sturdiness. These gates add value to your property. You can use one sliding gate for several years with nominal maintenance. They are designed to withstand regular wear and tear without losing their natural efficiency.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Cost-Effective&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Swing Gate Operators are always cost effective when compared with manually operated gates. Atleast 3 security guards are needed to manage one swing gate 24 hrs&amp;nbsp; x 365 days.&amp;nbsp; Only 3 months security guard salary is enough to automate the manual gate to automated gate. The power consumption to operate such gates per month is less than Rs. 100. &amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Add Value to Your Property&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;With so many benefits and features, Automated Swing gates always increase the overall value of your property. A commercial building with automated swing gate doors looks smart, saves space, and ensures security and efficiency.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Auto close facility&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;It has Auto close facility, so manpower for closing the gate is not required. Also to Open only press a remote button.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; NO manual Lock &amp;amp; keys are needed&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;It is geared lock, no manual Lock &amp;amp; keys are needed. The Motors locked the gate automatically. So it saves manpower and enhances security.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Safety features&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;It has safety Photo safety sensor facility, so it will not hit any car or human being while closing down. It also have anti rebound technology, in case the safety photo sensor fails, it will still not damage the vehicle etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;It has built in thermal protection, in case someone lock it manually and press the button, the motor and gate will not be damaged.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; High efficiency&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Swing&amp;nbsp; Gate Motors are high efficiency and hence consumes very low power.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Manual Operation available&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Swing gate Operators&amp;nbsp; have built in clutch keys, which allows manual operation on power fail.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Alarms&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;a href=&quot;https://www.smartpower.co.in/&quot;&gt;Automatic Swing gate&lt;/a&gt; Operators&amp;nbsp; also give Visual and audio alarm while operating for the safety of vehicles and people.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;&amp;bull; Integrated with Home Automation &amp;amp; Access control&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic Swing gate Operators&amp;nbsp; can be interfaced with all type of home automation &amp;amp; access control. So you can operate these motors from cell phones from anywhere in the world.&lt;/p&gt;\r\n\r\n&lt;p&gt;At Smartpower Automation, we produce the best quality Automatic Swing gate Operators&amp;nbsp; for advanced automated doors that can be used in commercial and residential properties. Please get in touch with us for more information.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Swing-gate-motor-602.jpg', 'Active', 'Swing Gate', 1, '2022-07-13 09:17:06');
INSERT INTO `blog` (`id`, `category_id`, `title`, `slug`, `description`, `image`, `status`, `tags`, `added_by`, `post_date`) VALUES
(22, 3, 'Few More Benefits Offered By Tripod Turnstile Gates', 'few-more-benefits-offered-by-tripod-turnstile-gates', '&lt;p&gt;One of the major issues the world is facing is security threats. Hacking the private information of people has become quite common. People&amp;rsquo;s safety is being threatened and they have started living in fear. Keeping your property and belongings protected from the hands of an intruder has almost become a challenge. An easy way to deal with the rising and challenging issue is by getting in touch with a reputable supplier of security gates. The focus of every gate manufacturer is on offering sturdy security gates which can bring an end to the common security issues.&lt;/p&gt;\r\n\r\n&lt;h1&gt;What Are Tripod Turnstile Gates?&lt;/h1&gt;\r\n\r\n&lt;p&gt;Though you can choose from a wide variety of security gates, tripod turnstile gates have gained much popularity nowadays. Get in touch with a reputable tripod turnstile supplier and you can enjoy all the benefits offered by these gates. Not only will it become easier for you to deal with various security issues but it will also enhance the security of your property. These gates offer more safety than security guards. You can rest assured of enjoying 100% safety.&lt;/p&gt;\r\n\r\n&lt;h2&gt;2 More Benefits Offered By Tripod Turnstile Gates&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Enhance Security Level&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Install a tripod turnstile gate in your property and you can rest assured of enjoying high and better security access control. You can identify and prevent unwanted entries into your office or home. Anyone willing to gain access to a property has to pass through the door or gate. You can limit the entry of people into a building by installing a door with a card, lock or biometric reader. But they failed to control the number of people entering or leaving the premises. You can regulate the passage direction with a tripod turnstile.&lt;br /&gt;\r\n&amp;nbsp;&lt;br /&gt;\r\n&lt;strong&gt;Enjoy Additional Access Control&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Get in touch with one of the reputable &lt;a href=&quot;https://www.smartpower.co.in/turnstile-flap-barrier&quot;&gt;Tripod Turnstile Gate manufacturers&lt;/a&gt; and you can enjoy additional access control. You can combine these gates with other access controls like CCTV cameras or bells attached to the building. Once you have combined the security system with the door, you can get the necessary details of the person entering your property. You can use this information to prevent unwanted people from trespassing on your property.&lt;/p&gt;\r\n\r\n&lt;h2&gt;Choose A Reputable Security Gate Manufacturer&lt;/h2&gt;\r\n\r\n&lt;p&gt;If you want to enjoy all the benefits offered by tripod turnstile gates and enhance the security of your property, get in touch with a reputable Tripod Turnstile Gate manufacturer like Smart Power. They have almost 3 decades of experience in manufacturing and installing security gates.&lt;/p&gt;', 'Smartpower-Tripod-Turnstile-SPTST-112-800-978.jpg', 'Active', 'Tripod Turnstile Gate manufacturers', 1, '2022-09-23 06:29:07'),
(23, 12, 'Some Excellent Advantages of Automatic Bollards', 'some-excellent-advantages-of-automatic-bollards', '&lt;p&gt;With the passing course of time, organisations have become more concerned about their security system. They often choose automatic bollards because of their multiple benefits. These bollards are one of the most outstanding alternatives to traditional metal gates or fences that customers often install at their commercial properties.&lt;/p&gt;\r\n\r\n&lt;p&gt;Before making any final decision regarding the gates, fences or bollards, you should get in touch with top automatic bollard manufacturers in India to understand why these structures are more beneficial than other options.&lt;/p&gt;\r\n\r\n&lt;h2&gt;Benefits of Installing Automatic Bollards&lt;/h2&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Convenience of Use&lt;/strong&gt;&lt;/h3&gt;\r\n\r\n&lt;p&gt;When you determine your choice of bollards, their automatic category is the most convenient one. Being retractable, these bollards can go just out of your sight when you do not want them to be visible or active. Hence, you can use them according to your convenience and needs. Besides, these are smaller than traditional gates but strong and effective enough to create a barrier for unwanted vehicles and traffic.&lt;/p&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Save Time and Effort&lt;/strong&gt;&lt;/h3&gt;\r\n\r\n&lt;p&gt;Since it is automatic, you do not need any kind of manual labour to invest in operating these bollards throughout the day. This saves time and manual effort. Your security personnel can get involved in something more crucial when they can save time and effort in controlling traffic.&lt;/p&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Improve Aesthetics&lt;/strong&gt;&lt;/h3&gt;\r\n\r\n&lt;p&gt;Sometimes, gates and fences can reduce the aesthetical features of your property. This should be a matter of concern, especially when you have visitors at your commercial or public property. Automatic bollards can remain invisible when they are not in use. That means they will never impact the basic curb appeal of the property. On the contrary, they often improve the smart look of a commercial building.&lt;/p&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Improves Safety&lt;/strong&gt;&lt;/h3&gt;\r\n\r\n&lt;p&gt;By having them as a trusted and easy-to-control barrier, you can easily improve the safety features of your office or commercial building. Vehicles cannot get an easy and smooth entry inside the premises until you want them to get in. You can stop unwanted visitors and threats with the help of automatic bollards.&lt;/p&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Peace of Mind&lt;/strong&gt;&lt;/h3&gt;\r\n\r\n&lt;p&gt;With such a barrier option that can remain effective and efficient even without your constant monitoring, you can enjoy peace of mind. You know that your property is secured well from various threats.&lt;/p&gt;\r\n\r\n&lt;p&gt;At Smartpower Automation, we deliver the best quality gates and bollards. If you are looking for one of the leading automatic bollard manufacturers in India, we are right here. Please get in touch with our team to have all the details about our products and services.&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;', 'Automatic-Bollards-645.jpg', 'Active', 'Automatic bollards', 0, '2022-10-31 10:51:18'),
(24, 9, 'What is FASTAG TOLL / Parking Fee Collection System', 'what-is-fastag-toll-parking-fee-collection-system', '&lt;p&gt;In FASTAG system, the vehicle wind screen is fixed with an UHF RFID (Ultra High Frequency Radio frequency Identification) CARD, all the vehicle details are linked with the FASTAG CARD. This card is also linked with a digital payment system.&lt;/p&gt;\r\n\r\n&lt;h2&gt;How the FASTAG Parking Fee System operates&lt;/h2&gt;\r\n\r\n&lt;p&gt;When a vehicle ENTERS a Parking area (Toll collection area), the FASTAG reader reads the vehicle information &amp;amp; its accounts balance in bank. On validation the ENTRY gate is opened.&lt;/p&gt;\r\n\r\n&lt;p&gt;You can simultaneously display the FASTAG status in LED Display&amp;amp; can OPEN the Barrier gate also.&lt;/p&gt;\r\n\r\n&lt;p&gt;When the vehicle EXIT the parking area ( Toll collection area), the FASTAG reader reads the FASTAG card of the vehicle, calculates the total Parking Fee for the vehicle, deducts the Parking FEE from the Vehicle FASTAG valet.&lt;/p&gt;\r\n\r\n&lt;p&gt;You can simultaneously display the FASTAG status in LED Display &amp;amp; can OPEN the Barrier gate also.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;h2&gt;Seven &amp;nbsp;Benefits of Using FASTag Parking Systems&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Convenience-&lt;/strong&gt; In this system, the complete parking system is automated.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Affordability -&lt;/strong&gt;Reduces Manpower cost to collect payment.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Digital transactions -&lt;/strong&gt; The Parking FEE is directly deposited in the Parking Area owners bank account.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Real time Operation -&lt;/strong&gt; The Operation of Gate Opening &amp;amp; Parking FEE collection is in Real Time.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Security -&lt;/strong&gt; For security picture of the vehicle is also captured for record.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;User Friendly -&lt;/strong&gt; Registered &amp;nbsp;user can also pay monthly / quarterly parking fee charges hustle free.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Easy of Operations -&lt;/strong&gt; Easy for Drivers, as no need to carry cash or any card for parking FEE system.&lt;br /&gt;\r\n&amp;nbsp;&lt;/p&gt;', 'Fastag-641.png', 'Active', 'FASTAG Parking System', 0, '2022-11-22 08:28:42');

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

--
-- Table structure for table `blog_category`
--

CREATE TABLE `blog_category` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `blog_category`
--

INSERT INTO `blog_category` (`id`, `name`, `slug`, `status`, `post_date`) VALUES
(1, 'Automatic Door', 'automatic-door', 'Active', '2016-10-02 08:39:50'),
(2, 'Automatic Gates', 'automatic-gates', 'Active', '2017-02-12 17:57:00'),
(3, 'Turnstile &amp; Flap Gates', 'turnstile-amp-flap-gates', 'Active', '2017-02-28 09:58:20'),
(4, 'Customized Motorized Louvers', 'customized-motorized-louvers', 'Active', '2017-05-08 06:33:22'),
(5, 'Home  Automation', 'home-automation', 'Active', '2018-01-08 16:44:08'),
(6, 'Awnings', 'awnings', 'Active', '2018-01-08 16:48:44'),
(7, 'Retractable Gates', 'retractable-gates', 'Active', '2018-01-09 16:29:50'),
(8, 'Barrier Gate', 'barrier-gate', 'Active', '2018-01-09 16:35:44'),
(9, 'Parking Fee Management System', 'parking-fee-management-system', 'Active', '2018-09-04 06:40:43'),
(10, 'Parking Zone Display System', 'parking-zone-display-system', 'Active', '2018-09-19 13:28:06'),
(11, 'P Type Swing Barrier', 'p-type-swing-barrier', 'Active', '2019-03-25 11:30:47'),
(12, 'Automatic Bollards', 'automatic-bollards', 'Active', '2022-10-31 10:44:32');

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

--
-- Table structure for table `blog_comments`
--

CREATE TABLE `blog_comments` (
  `id` int(11) NOT NULL,
  `blog_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `comments` text NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Inactive',
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `blog_comments`
--

INSERT INTO `blog_comments` (`id`, `blog_id`, `name`, `email`, `comments`, `status`, `post_date`) VALUES
(1, 2, 'Projuktishop', 'mdshohidulrobin@gmail.com', 'Nice one! I think useful one!\r\nThough technology has become more extensive. So what would you recommend boom barrier or turnstiles or this &lt;a href=&quot;http://www.projuktishop.com/product/single-or-double-wing-walking-flap-barrier-gate-in-bangladesh&quot;&gt;Flap Barrier Gate &lt;/a&gt;?', 'Inactive', '2017-02-16 18:58:42'),
(2, 0, '', '', '', 'Inactive', '2017-02-17 03:16:35'),
(3, 1, 'EVAC Dealer', 'evacdealer@gmail.com', 'Hi! Want a simple device to open gated entrance? EVAC or emergency vehicle access control is a simple yet convenient device to open the gated entrance of a community. It comes with a coded remote which is available only for emergency personnel. For more information, visit us at https://www.evacdealer.com/.', 'Inactive', '2017-03-20 08:32:26'),
(4, 2, 'shalomsystem', 'shalomsystems590@gmail.com', 'Really i like your site...\r\nI enjoyed...\r\n&lt;a href=&quot;http://shalomsystems.net/boom-barriers/&quot;&gt;boom barriers&lt;/a&gt;', 'Inactive', '2017-06-13 11:05:34'),
(5, 3, 'shalomsystem', 'shalomsystems590@gmail.com', 'Awesome,\r\nThank you so much for sharing such an awesome blog...\r\n&lt;a href=&quot; http://shalomsystems.net/tripod-turnstiles/&quot;&gt;tripod-turnstiles&lt;/a&gt;', 'Inactive', '2017-06-27 10:27:38'),
(6, 0, '', '', '', 'Inactive', '2017-10-17 00:14:40'),
(7, 0, '', '', '', 'Inactive', '2018-03-25 19:22:40'),
(8, 0, '', '', '', 'Inactive', '2018-06-03 01:51:46'),
(9, 0, '', '', '', 'Inactive', '2018-08-02 17:05:04'),
(10, 0, '', '', '', 'Inactive', '2018-08-22 12:25:39'),
(11, 0, '', '', '', 'Inactive', '2018-08-28 23:03:47'),
(12, 0, '', '', '', 'Inactive', '2018-09-22 15:06:26'),
(13, 0, '', '', '', 'Inactive', '2019-02-06 08:10:40'),
(14, 0, '', '', '', 'Inactive', '2019-08-27 03:07:28'),
(15, 0, '', '', '', 'Inactive', '2019-08-28 10:28:18'),
(16, 0, '', '', '', 'Inactive', '2019-10-25 23:29:37'),
(17, 0, '', '', '', 'Inactive', '2021-04-09 22:34:48'),
(18, 0, '', '', '', 'Inactive', '2021-05-07 20:36:56'),
(19, 0, '', '', '', 'Inactive', '2021-05-13 21:08:05'),
(20, 0, '', '', '', 'Inactive', '2021-05-21 20:51:48'),
(21, 0, '', '', '', 'Inactive', '2021-05-31 23:43:15'),
(22, 0, '', '', '', 'Inactive', '2021-06-05 20:48:15'),
(23, 0, '', '', '', 'Inactive', '2021-07-28 12:44:06'),
(24, 0, '', '', '', 'Inactive', '2021-08-09 20:21:11'),
(25, 0, '', '', '', 'Inactive', '2021-09-16 19:09:14'),
(26, 0, '', '', '', 'Inactive', '2021-11-12 06:47:15'),
(27, 0, '', '', '', 'Inactive', '2022-01-22 08:46:26'),
(28, 0, '', '', '', 'Inactive', '2022-03-12 06:23:39'),
(29, 0, '', '', '', 'Inactive', '2022-04-30 02:01:59'),
(30, 0, '', '', '', 'Inactive', '2022-05-24 13:18:26'),
(31, 0, '', '', '', 'Inactive', '2022-08-07 04:35:35'),
(32, 0, '', '', '', 'Inactive', '2022-11-23 03:23:28'),
(33, 0, '', '', '', 'Inactive', '2022-12-23 16:31:35');

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

--
-- Table structure for table `brand`
--

CREATE TABLE `brand` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `brand`
--

INSERT INTO `brand` (`id`, `title`, `image`, `status`, `added_by`, `post_date`) VALUES
(5, 'Tata Consultancy', 'TCSLogo-998.jpg', 'Active', 1, '2021-06-28 09:23:44');

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

--
-- Table structure for table `career`
--

CREATE TABLE `career` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email_address` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `location` varchar(255) NOT NULL,
  `highest_qualification` varchar(255) NOT NULL,
  `experience` varchar(255) NOT NULL,
  `candidate_description` text NOT NULL,
  `photo` varchar(255) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `career`
--

INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(4, 'rajan', 'rajan.sl2015@gmail.com', '9987330001', 'mumbai', 'BE', '5+ yrs', 'Planning and Execution of Projects in Security products\r\n2. Conduct site visits post order receipt\r\n3. Commissioning, SAT (site acceptance test) and customer training.\r\n4. Get trained and train the team.', 'IMG-20140902-WA0008-592.jpg', '2016-08-19 11:55:47'),
(5, 'Firdaus Quasim', 'firdausquasim@live.in', '8744802032', 'New Delhi', 'Btech', '0 yr', 'As a motivated and successful undergrad and I am eager to take the next step in the business world.', 'fir-292.jpg', '2016-08-20 12:02:26'),
(6, 'D.SHANMUGAVEL', 'dvs1989gopi@gmail.com', '092408926', 'chennai', 'BE', '1+ yrs', 'NAME					: 	D.Shanmugavel\r\nFATHER NAME			:	V R.Duraisamy\r\nDATE OF BIRTH			:	11.11.1989\r\nDiploma in  Electronics Communication\r\nEngineering \r\n	RVS Polytechnic institute, Dindigul.	\r\n      DOTE\r\n[Directorate of Technical Education]	\r\n\r\nMay2004-Apr 2007	\r\n\r\n69.8%\r\nBachelor of Engineering in Electronics and Communication  Engineering 	Alagappa chetiar \r\nCollege of Engineering and  technology,\r\nKaraikudi.	\r\nAnna University, Chennai.	\r\nJune 2009-Dec 2012	\r\n    64.4%', 'UntitleCXZCCd-120.png', '2016-08-21 15:53:00'),
(7, 'Anusua ganguli', 'anusua.ganguli02@gmail.com', '9073003906', 'Birati,Kolkata', 'Btech', '0 yr', 'I passed Madhyamik examination in 2006,H.S. in 2008,Diploma in 2011 &amp; B.Tech in 2014.I completed Training on Automation(PLC,SCADA,DRIVES,INSTRUMENTATION) from Green Wave Solutions certified by Webel.', 'Photo-487.jpg', '2016-08-22 04:59:19'),
(8, 'MEFIN NL', 'mefinnl09@gmail.com', '9747418146', 'kerala', 'Btech', '3+ yrs', 'Sir,\r\n I am Mefin nl and i have 4 years Exp in Security systems  and Home automation in India and abroad.\r\nAccess control\r\nFire systems,\r\nvideo door phone systems\r\nCCTV,IP camera\r\nAutomatic Gate opening systems\r\nBoom Barrier, \r\ncomputer networking,\r\n \r\nHome automation &amp; Smart building Technology\r\nC-BUS,ZIG BEE,HDL\r\nlight control,air condition control,audio and video,\r\ncontrol through i-Pad', '20762-copy-133.jpg', '2016-08-27 06:24:54'),
(9, 'TAMAL CHAKRABORTY', 'tamal94chakraborty@gmail.com', '8820340664', 'Kolkata', 'Btech', '0 yr', 'Sir, I have done B.Tech  in ECE from SKFGI in 2016. I have knowledge of C, Java programming and also have a basic knowledge of Embedded C programming. My final year project was on GSM based Robot control using DTMF technology. I am very much eager to do job in Automation industry. So, I request you  to consider me for interview if I found to be eligible for any vacant position available in your firm. \r\nThanking you,', 'Tamalpicok-1-947.jpg', '2016-08-27 15:06:26'),
(10, 'Vishal Fulzele', 'vishalfulzele7@gmail.com', '8087858725', 'Pune', '10+2+3', '5+ yrs', 'I completed my diploma in electronics and communication engineering. Currently I am working with a company deals in industrial doors automation system as a Project Engineer. I executes mechanical installation and electrical commissioning with small technicians team.I independently carry out control system hardware, wiring, programming, integration of motors,sensors with systems.', 'Vishal-79.jpg', '2016-08-30 05:16:25'),
(11, 'Netai Sen', 'netai.sen.1992@gmail.com', '7044721084', 'kolkata', 'Btech', '0 yr', 'I was completed my b.tech in 2016 and I am looking for a precious job.', 'IMG20160712015906-536.jpg', '2016-08-31 22:50:58'),
(12, 'RITAM GHOSH', 'ritamghosh.abc123@yahoo.com', '09477465785', 'KOLKATA', 'Btech', '0 yr', 'I HAVE DONE POST GRADUATE PROGRAMME IN THERMAL POWER TECHNOLOGY IN 2015-46 AND B.TECH IN 2014 IN ELECTRICAL ENGINEERING AND ALSO HAVE AN EXPERIENCE OF ABOUT 8 MONTHS IN TEACHING FIELD AS FACULTY OF ELECTRICAL DPT OF AN ITI.', '49-718.jpg', '2016-09-01 14:59:28'),
(13, 'abhik sengupta', 'sengupta.abhik7@gmail.com', '9609390760', 'bellary', 'Btech', '5+ yrs', 'B.TECH in Applied Electronics and Instrumentation Engg with 5 years 3 months of experiences in erection and commissioning ,maintenance,Instrumentation,electronics,automation,dcs,plc,(project,material,man power)handling in power and energy industries.', '1995102003445062333111793438970n-241.jpg', '2016-09-02 11:44:16'),
(14, 'ANUBHAV ACHARYA', 'acharya1233@gmail.com', '8797495883', 'jharkhand', 'Btech', '1+ yrs', 'Dear sir,\r\nI am a mechanical engineer of 2014 batch with 8.05 CGPA . I worked in finolex cables limited and jindal steel plant limited under contract. Now i apply in your organization. I kindly request you to receive my application  and reply ASAP.\r\nThank you.', 'summary9954aabe7e22cddce28a3f09853cce56-629.png', '2016-09-04 12:02:32'),
(15, 'ANUSUA GANGULI', 'anusua.ganguli02@gmail.com', '9073003906', 'KOLKATA', 'Btech', '0 yr', 'I completed diploma &amp; b.tech on ece, completed automation course.', 'Photo-961.jpg', '2016-09-04 14:47:05'),
(16, 'rajesh kumar sharma', 'rajeshtt16@gmail.com', '8017590858', 'kolkata', 'Btech', '7+ yrs', 'I am a passionate ECE engineer keeping my self involve in microcontroller based security system.home automation system, programming of micro controller, micro controller circuit Design, PCB Design.', 'rajesh-503.jpg', '2016-09-05 10:44:28'),
(17, 'Arup Mitra', 'mitra.arup1995@gmail.com', '8583993195', 'Kolkata', 'Btech', '0 yr', 'Dear Sir/Madam,\r\n\r\nIn reference with an &nbsp;opportunity to work with your company, as an&nbsp;Engineer Trainee/ Graduate Engineer Trainee/ Project Engineer/Junior Engineer/Sales Engineer/ Design Engineer.\r\n\r\nI am B-Tech in Electronics and Communication Engineering. I have done my B-Tech project on Automatic Solar Tracking Using 89C51 Microcontroller.\r\n\r\n&nbsp;I have also done training on Post Graduate Diploma in Industrial Automation (PGDIA).\r\n\r\n&nbsp;I am ready to join immediately.&nbsp;\r\n\r\nTherefore, I have enclosed my resume herewith for your kind perusal. Kindly process my resume with the concern department. Awaiting for your response,\r\n\r\nThanking you\r\n\r\nYours faithfully,\r\n\r\n(ARUP MITRA)\r\n\r\nEmail&nbsp;id-mitra.arup1995@gmail.com\r\n\r\nMobile- 8583993195', 'IMG20160901231346-1-919.jpg', '2016-09-06 08:33:59'),
(18, 'SUVA ADAK', 'suvaadak@yahoo.in', '8690213375', 'KOLKATA', 'Btech', '3+ yrs', 'SUVA ADAK\r\n\r\nEmail : suvacemk@gmail.com                                                                                            Mobile : +919874271674\r\n             suvaadak@yahoo.in                                                 	                                                  +918690213375\r\n\r\nCAREER OBJECTIVE: \r\n         \r\nLooking for a challenging position in the field of Hardware and Software  Development in an organization that will allow me to grow with the organization, both professionally and personally with up gradation of knowledge and technical skill.           \r\n\r\nPROFESSIONAL SUMMARY:\r\n\r\nHaving extensively experienced in Production and Manufacturing of Electronic Microcontroller base product for more than 3 years (3 years and 1 months),  as a SR. Product Engineer  in Intelligence Business Computer Systems India pvt ltd. I have been involved in the QA, QC, PCB review and deployment of product and application . My work typically involves study of the proposed application, developing, and unit testing of the same. \r\n\r\nAlso having experienced in Automation Maintenance, PLC, Drives, Electrical Panel, SENSOR for more than 9  months as a Site Engineer in Simpark Infrastructure PVT LTD. My work involves in analyzed the problem and resolve it as soon as possible. \r\n\r\nArea of focus and specialization includes:\r\n\r\n&bull;	In depth knowledge of Electronic CKT.\r\n&bull;	Knowledge of GSM and GPS Technology..\r\n&bull;	Worked in the Vehicle tracking device manufacturing. \r\n&bull;	Worked in Surveillance monitoring, RFID.\r\n&bull;	Worked with different type of Sensors(ULTRASONIC,LASER,BARCODE SENSOR,                            Temparature,).\r\n&bull;	Work with ARDUINO.\r\n&bull;	Work with RASPBERRY PI.\r\n&bull;	Worked with LT panel Maintenance.\r\n&bull;	Worked with automation system (PLC, SCADA).  \r\n\r\nCAREER HISTORY:\r\n\r\nDecember,2012 &ndash; November,2015 Worked in Intelligence Business Computer System, INDIA, pvt ltd.\r\nDesignation: SR. Product Engineer.\r\nCTC: 2.2 lakh p.a.\r\n\r\nDecember, 2015 &ndash; till date in Simpark Infrastructure PVT. \r\nDesignation: SITE ENGINEER(Electrical &amp; Control).\r\nCurrent CTC: 2.2 lakh p.a\r\n\r\nRole and Responsibility:\r\n\r\n&bull;	Work with LT Panel Maintenance. \r\n&bull;	Daily project monitoring properly.\r\n&bull;	Manpower control.\r\n&bull;	Customer Handling.\r\n&bull;	Billing monitoring\r\n                           \r\nTechnology Worked on:\r\n\r\nTechnology                          :  Automation, Microcontroller\r\nProgramming Language    : PLC(Basic)\r\nOperating System               : UNIX, Windows Family\r\n\r\nCertification:\r\n\r\n&bull;	  PLC &amp; SCADA&rsquo; from IIATCA. \r\n&bull;	 Adv. JAVA certification from NIIT\r\n&bull;	 Core JAVA certification from NIIT.\r\n\r\nEducation:\r\n\r\n&bull;	B.Tech in Electronics &amp; Instrumentation from College of Engg. &amp; Mgmt., Kolaghat  with               73.7% marks.\r\n&bull;	Higher Secondary (12th std) from Mugkalyan HS School  with 71.60% marks\r\n&bull;	Madhyamik (10th std)  from  Mugkalyan HS School with 71.87% marks\r\n\r\nAdditional Roles/Responsibilities:\r\n\r\nMaintenance Team Member: Provide support to Client in case of any failure in the normal processing of the software and in production.\r\n\r\nPersonal Details:\r\n\r\nFather\'s Name	SUKUMAR ADAK\r\nPermanent  Address	Vill-Mirjapur, P.O-Mugkalyan, P.S-Bagnan, Dist-Howrah,  Pin-711312,West Bengal , India\r\nDate of Birth	01-05-1990\r\nNationality	Indian\r\nSex	Male\r\nMarital Status	Single\r\n\r\nDeclaration:\r\n\r\n I do hereby declare that the above furnished information is true to the best of my knowledge and belief.\r\n\r\nRegards,\r\nSUVA ADAK', 'IMG0005-979.jpg', '2016-09-14 06:16:54'),
(19, 'SUBROTO GHOSH', 'subrotoghosh40@gmail.com', '9038838812', 'kolkata', 'Btech', '0 yr', 'To work in a firm with a professional work driven environment where I can utilize and apply my knowledge.B.Tech degree in Electrical Engineering from &ldquo;SDET-Brainware Group of Institutions&rdquo;, WBUT-University with a DGPA of 7.35.&bull;	Completed course on PLC and SCADA under PROLIFIC SYSTEM &amp; TECHNOLOGIES PVT.LTD from 22nd June 2015 to 04th July 2015.', 'SBI-733.jpg', '2016-09-15 17:34:19'),
(20, 'Ranajay Roy', 'royranajoy99@gmail.com', '9804652019', 'Kolkata', 'Btech', '1+ yrs', 'Currently completed my B.Tech in Electrical Engineering from Maulana Abdul Kalam Azad University of Technology (Formerly West Bengal University of Technology),West Bengal,year of passing June\'16.\r\nHave good knowledge and experiences about &bull;	Industrial Automation:- Siemens PLC and SCADA; Rockwell PLC and Intouch SCADA,Matlab,Psim and MultiSim.', 'CAM000061-764.jpg', '2016-09-16 06:01:39'),
(21, 'Pankaj', 'pankajvbpl@yahoo.co.in', '8827620681', 'Mumbai', 'MTech', '15+ yrs', 'Sir \r\n Good Morning \r\n\r\nRef:-  Sr. Level - Opening with You India / Abroad\r\n\r\nIt was with great interest that I gone through web/mail and came to across about your org. \r\n\r\nA snapshot of my Profile \r\n\r\nSenior entrepreneurial executive with over 16 years of experience managing sales, marketing, operations, personnel.\r\n&bull;	Leader with motivational Mgmt. style and reputation for building and retaining   highly motivated sales teams, channel networks, and principals.\r\n&bull; Result-oriented achiever with track record for identifying and pursuing opportunities for accelerated growth.\r\n&bull; Reputed in the Industry for Honesty, Integrity &amp; Ethical dealings.\r\n\r\nSpecialties: \r\nStrategic Leadership and Planning		Sales and Business Development\r\nPresentations and Training			Marketing Communication\r\nBudgeting and Forecasting			Key Account Management\r\nContracts / Price Negotiation			Staff Recruitment, Development and Motivation\r\n\r\nServed Verticals are  &ndash;Consumer Durable, Appliances &amp; Electronics / Computer HW &amp; SW  /LED &amp; Solar Products/Office  &amp; Home Automation/ Networking /Security / Surveillance and Safety Products  /Telecom/Elect. \r\n      \r\nProduct Empanelment &amp; Sales Exp.: - DGS&amp;D , MPLUN , NCCF , KENDRIYA BHANDAR MES   etc\r\n \r\nExp. of  International Events\\Trade Fairs :-IFSEC , Secutech , aceTech, FONOCOM etc\r\n  \r\nI would welcome an opportunity to speak with you to evaluate your needs &amp; share my Experience in the same domain.\r\n   \r\n   Thanking you\r\n   \r\n   Sincerely,\r\n   Pankaj Vyas\r\n\r\n   08827620681', 'PankajRound-Photo-371.jpg', '2016-09-19 11:54:17'),
(22, 'BIKRAM NATH', 'bikramnathetc04@gmail.com', '9054746370', 'Ahmedabad', 'Btech', '1+ yrs', 'i am a experienced technical sales and service engineer in the field of industrial automation. and looking for an oppourtunity to explore my strength', 'pics-900.jpg', '2016-09-21 11:19:50'),
(23, 'TG', 'tgmanoj06@gmail.com', '9700696070', 'chennai', 'Btech', '0 yr', 'I have a great deal of interest  that is applicable to the opening at your facility. My motivated attitude, hard-working nature, and creative abilities could be well-utilized in this position. I look\r\nforward to your positive response', 'img171-682.jpg', '2016-09-22 11:26:03'),
(24, 'ROBIN DAS', 'robindas2@gmail.com', '9748369171', 'KOLKTAT', 'Btech', '1+ yrs', 'B.TECH IN A E &amp; I', 'ROBINPHOTO-929.jpg', '2016-09-27 08:07:10'),
(25, 'RIK BHATTACHARYA', 'rik2012bhattacharya@gmail.com', '9836188763', 'Kolkata', 'Btech', '0 yr', 'I am applying for the post of Junior Automation Engineer  in your company . Review of my credentials will confirm that I have capabilities to serve as a catalyst for the  function; complemented by B.Tech. (Electronics &amp; Instrumentation Engineering) from Netaji Subhash Engineering College, Maulana Abul Kalam Azad University of Technology (formerly known as West Bengal University of Technology), Kolkata,West Bengal,India.\r\n\r\n I have done a Master Certificate Course in Automation and Process Control (MCCAPC) from Ministry of Micro , Small and Medium Entrprises (MSME) Central Tool Room and Training Centre, Kolkata , a Government of India Society .I have learnt Electrical hardware Control , PLC programming &amp; SCADA system Design ,  Pneumatics and Hydraulic Control , VLSI Design , Embedded Systems  and Robotics , HMI and Drive Control , Process Control system(DCS ) and eCAD and done a Project Work  details of which are available in the attached Resume. \r\n\r\nI have undergone training at a Thermal Power Plant of Calcutta Electricity Supply Corporation , Kolkata ,India.\r\n\r\nI have  also learnt C and C++ from CMC Academy ,Kolkata.\r\n\r\n Possess sound technical knowledge as well as offering good problem solving  ability, communication skills &amp;critical thinking .I am an honest, smart working &amp; sincere professional, I am also a good team worker and adaptable to any kind of environment &amp; can work under pressure.\r\n\r\n I am keen to join your organisation due to its leading position in the industry, great organizational culture, spirit of innovation, professionalism that characterizes your firm and its employees. \r\n\r\nI am certain that my presence in your team will prove to be beneficial to your organisation. As such, I would welcome an opportunity to speak with you to evaluate your needs &amp; share my ideas.\r\n\r\nI am hoping from the positive response from your company.\r\n\r\nThanking you,\r\nSincerely,\r\nRik Bhattacharya', 'IMG2981-Scanned-photo-42.jpg', '2016-09-29 06:19:14'),
(26, 'Saifullah khan', 'imsaif92@gmail.com', '9830557210', 'Kolkata', 'Btech', '1+ yrs', 'I Saifullah Khan B.tech Mechanical Engineer 2015 passed out,currently working in a manufacturing company in kolkata as Service Engineer since April 2015.', '02-305.jpg', '2016-10-03 14:08:29'),
(27, 'Anant verma', 'anantv05@gmail.com', '8986676866', 'Ranchi', 'Btech', '0 yr', 'I am Anant verma ,B Tech in Electrical Engineering having experience less than One Year at STS Automation Chennai as an Automation Engineer.', 'd-538.jpg', '2016-10-05 06:39:50'),
(28, 'MEFIN NL', 'mefinnl09@gmail.com', '9747418146', 'Kochi', 'Btech', '3+ yrs', 'I am Mefin and i have 4 yrs exp in Home automation,cctv &amp;IP camera,fire system,Access control,computer networking,PA system,gate automation,Boom barrier and electrical conttols.', '20762-copy-1fact1-493.jpg', '2016-10-05 09:04:32'),
(29, 'BALAKRISHNA PANIGRAHY', 'bkp.2162@gmail.com', '9692363940', 'bhubaneswar', 'MTech', '1+ yrs', 'sir i am balakrishna (b.sc/m.sc-electronic)with industrial automation trained with handly experience in elevator automation plc controller programming panel designing and service', 'balakrishna-954.jpg', '2016-10-06 04:46:48'),
(31, 'Rabindranath Halder', 'myselfrabin@gmail.com', '+917044544033', 'Kolkata, West Bengal', '10+2+3', '3+ yrs', 'Diploma Electrical Engineer, Above 3 years experience, Electrical Design With CAD Drawing, PLC, HMI, SCADA, Drives, Combination panel or plant commissioning etc.', 'Photo-962.JPG', '2016-10-12 18:14:02'),
(32, 'ARNAB KUMAR PAUL', 'paul.arnab92@gmail.com', '9735928613', 'Howrah', 'Btech', '1+ yrs', 'I am an electronics engineer(B-TECH).I have experience in electronics circuit design,electronics component. Last two years I am working in this field.', '20-230.jpg', '2016-10-18 04:31:16'),
(33, 'SOUVIK CHATTERJEE', 'S.CJEE11@GMAIL.COM', '8479964195', 'KOLKATA', 'Btech', '0 yr', 'SOUVIK CHATTERJEE\r\n11th JULLY 1994, INDIA	Address:	378, LENINNAGAR\r\n	DIST-24 PARGANAS NORTH                            P.O: GARULIA\r\nPIN-743133,WESTBENGAL\r\nMobile:	+91 8902367461\r\nEmail:	S.CJEE11@GMAIL.COM\r\n\r\n\r\n                                                                                                     \r\n                                                                                        \r\nCAREER OBJECTIVE                                                       	\r\nTo seek a position where I can effectively contribute my skills by applying my knowledge and to synchronize my personal growth with that of my organization.\r\n\r\nACADEMIC BACKGROUND\r\nElectrical engineering(B.tech)\r\n\r\n&bull;	DGPA Semester: 76.50%	Maulana Abul Kalam Azad University of Technology(CAMELLIA INSTITUTE OF TECHNOLOGY);UNIVERSITY REG NO-122300110166 OF 2012-2013	Pass out year: 2016\r\n		\r\nHigher Secondary Exam\r\n&bull;	Average:60.71 %	West Bengal Council of Higher Secondary Education(I.N.H.SCHOOL ICHAPUR)	Year completed: 2012\r\n		\r\nSecondary Exam\r\n&bull;	Average:62.87 %	West Bengal Board of Secondary Education(R.K.V.MISSION BARRACKPORE)	Year completed: 2010\r\n\r\nTECHNICAL SKILLS\r\n                                      CORE SKILLS	                                          SOFTWARE SKILLS\r\nINDUSTRIAL  AUTOMATION (PLC,SCADA)\r\n\r\n	 C programming &amp; C++ programming language,AUTOCAD (BEGINER)Microsoft Office Word, Microsoft Office Excel, Microsoft  Office Power Point, internet browsing\r\n\r\n\r\nVOCATIONAL TRAINING\r\nCompany	DURATION	TRAINING PROJECT REPORT\r\nCESC(CALCUTTA ELECTRIC SUPPLY CORPORATION LTD)  	22-12-2014 TO 3-01-2015	ENHANCING RELIABILITY OF DISTRIBUTION NETWORK OF A LOW TENTION AND HIGH TENTION AREAS\r\n\r\nNATIONAL SUPER THERMAL POWER CORPORATION(NTPC)	16-06-2015 TO 13-07-2015	OVER VIEW OF A THERMAL POWER PLANT\r\n\r\nNBIRT(MINISTRY OF NEW &amp; RENEWABLE ENERGY,GOVT OF INDIA)	\r\n11-02-2016 TO 23-02-2016	\r\nRENEWABLE  ENERGY USE ON RURAL AREAS\r\n\r\n\r\n\r\n\r\nFINAL YEAR PROJECT REPORT\r\nROBUST IMAGE FUSION USING SINGLE LEVEL DWT AND SSIM (USING MATLAB)\r\n\r\nPERSONAL DETAILS\r\nSex	Religion	Status	Language Known\r\nMale	Hindu	Single	English, Hindi, Bengali\r\n\r\nHOBBIES\r\nSinging 	Painting\r\nPlaying Football	Listening song \r\n\r\nFAMILY DETAILS\r\nDetails	Name	Occupation\r\nFather:	KINKAR CHATTERJEE	Central government employee(R.F.ICHAPUR)\r\nMother:	SIMA CHATTERJEE	                          NA\r\n\r\n\r\nSIGNATURE:      SOUVIK CHATTERJEE                                                                         DATE:24.10.2016', 'souvik-ibps-self-982.jpg', '2016-10-24 02:16:44'),
(34, 'Bhushan Deodhar', 'bhushandeodhar1@rediffmail.com', '9892780899', 'Dombivali', '10+2+3', '15+ yrs', 'A Senior Manager Sales with over 27 years of experience in Business Development, Sales Management, Negotiation &amp; Communication   together with a Post Graduate Diploma in Marketing &amp; Sales Management High performing Manager with a proven track record of accomplishing Sales Targets.  Ability to develop strategic long term partnerships and communicate effectively with all levels of decision makers. Demonstrated consistency in achieving sales targets. Achieved more than 75% of the sales team target &amp; setting the existing standard for consistent growth to the company. Fluent in three languages - English, Hindi &amp; Marathi.', 'In-Beard-647.jpg', '2016-10-26 18:16:27'),
(35, 'Bhabani Halder', 'bhabani.89@gmail.com', '9647196705', 'Durgapur', 'Btech', '1+ yrs', 'BHABANI HALDER \r\n                                                                                         \r\nCareer Objective: Observe. Learn. Initiate. Execute. Succeed&hellip;..Repeat&hellip;.\r\n\r\nI am a person who is looking for new challenges and trying to solve with innovative skills. Thorough skilled leadership, keeping the end in mind I desire to come out winning every time.\r\n\r\n Strengths \r\n?	Honest\r\n?	Communication &amp; Presentation Skills\r\n?	Problem Solving Skills \r\n?	Leadership Quality\r\n?	Public Relations\r\n              \r\n              Academic Interests\r\n?	Analog Communication\r\n?	Digital Communication\r\n?	Digital Circuits\r\n?	Control System\r\n?	Control Instrumentation\r\n \r\n             Non-Academic Interests\r\n?	Entrepreneurial Activities\r\n?	Event Organization\r\n?	Seminar Activities\r\n?	Music \r\nTechnical Skills\r\n\r\n-	Programming Languages: C, Data Structure, PLC Automation.\r\n-	O/S Platforms: Windows (Xp / Vista), Ms-DOS.\r\n-	Other Applications and Software: MS Office, Mat lab.\r\n\r\n Education Qualification\r\n\r\n\r\no	Technical\r\n\r\nCollege/University	Degree/Department	Semester Examination\r\n	S.G.P.A	Y.G.P.A	             Year \r\n\r\nAryabhatta Institute of Engineering &amp; Management, Durgapur/ (W.B.U.T)	\r\nB-Tech / (Electronics &amp; Communication Engineering)         \r\n	1st	8.07	8.05	\r\n\r\n\r\n\r\n\r\n          2009-2013\r\n		2nd	8.03		\r\n		3rd	7.93	8.07	\r\n		4th	8.20		\r\n		5th	7.38	7.25\r\n	\r\n		6th	7.14		\r\n		7th	8.52	8.54	\r\n		8th	8.55		\r\n\r\no	General\r\n\r\nExamination	                School	Year	   Board	Percentage\r\n10+2	Nayabasat Parbati Moiyee Sikshaniketan	2006	W.B.C.H.S.E.	        57.90\r\n10	Silda Radha Charan Institution	2003	W.B.B.S.E.			65.25\r\n\r\n\r\nExperience Details\r\n\r\no	As an Site Engineer in the field of annual maintence at DAMODAR STEEL THERMAL POWER STATION(2X500MW),DVC ANDAL,under Swamina International Pvt Ltd,Kolkata, from 15th Feb,2014 to till now&hellip;\r\n?	Job Details\r\n\r\no	Control V/V(MIL,IL,FISHER,YTCH),Differential Pressure Switch,TRANSMITTER(flow,level,pressure),RTD,TERMOCOPULE,VIBRATION SENSOR,HAD,CAD,I/P,BFP SCOOP,FLAME SCANNER,MICROPROSSESOR BASE GRAVIMATRIC FEEDER,etc. \r\n\r\no	Coal Feeder Calibration (BHEL MAKE)\r\n\r\no	DCS &amp; MAX DNA System LOOP checking, simulation checking\r\n\r\nAcademic Achievements\r\n                                                                                                                                                                                    Projects Undertaken (completed)\r\n\r\no	Frequency Modulated Signal Generator (Under the guidance of Prof. Joydeep Paul).\r\n         \r\n                                    -  In This project a simple, the frequency generator project will help us a total \r\n          Modulating and signaling purpose.FM signal generator is compact and rugged\r\n          Instrument.  Generator variable from 10 kHz to 250 kHz with low spurious output\r\n         &amp; harmonics with negligible RF radiations.\r\n\r\nSummer Internship\r\n\r\no	Vocational Training with project at I.I.T Kharagpur (Under the guidance of Dr. S.                                                   \r\n Chattopadhyay) E &amp; E.C.E Dept.            \r\n\r\n                                       -  In this project, Determine the branch currents in resistive electrical network (Using C      \r\n                                          Programming Language &amp; Data Structure on Linux Platform).\r\n                                          Duration -29 days (6 June to 4 July 2011).\r\n\r\no	Vocational Training with project at CMC Academy, Kolkata.\r\n\r\n-	In this course, ASP.NET using VB.NET\r\nDuration &ndash; 3 month&rsquo;s (1 Sep to 1 Nov 2011)\r\n\r\no	Vocational Training with project at South Eastern Railway, Kolkata.\r\n\r\n           -   In this project, Railway Communication System.\r\n               Duration -14 days (29 Dec to 11 Jan 2012).\r\n\r\no	Short time A.V.T.S course at Advanced Training Institute Kolkata, Govt. of India, Min. of Lab &amp; Employment (DGE &amp; T) by Course Co-Ordinator S.P.Bhattacharjee, Dy.Director (TRG). \r\n                                            -  In this course, Micro Controller its architecture &amp; Programming.\r\n                                             &amp;\r\n                  PLC (GE-FANUC) &amp; Industrial Automation.\r\n                                              Duration -14 days (16 June to 29 June 2014).\r\n Extracurricular Achievements\r\n\r\n-	Participation/Achievements in Sports and Cultural Activities\r\no	Participated in social cultural function.\r\no	Member of organizing committee of school&rsquo;s cultural function\r\no	Member of organizing committee of science exhibition in school. \r\n\r\n-	Positions of Responsibilities\r\no	Member of the Fresher&rsquo;s &amp; Cultural Fest Committee of the college.\r\no	Class representative of Electronics &amp; Communication Engineering Department (For 2 years).\r\no	Team leader in academic project in college.\r\n                       \r\n-	Special Interest/Achievement \r\no	Solving Mathematics Problems\r\no	News paper reading\r\no	Reading Magazine\r\n\r\n-	Hobbies/Interests\r\no	Acting.\r\no	Surfing Internet.\r\no	Event Management.\r\no	Solving Sudoku.\r\no	Playing football. \r\n\r\nKnown Languages \r\n\r\nEnglish, Hindi, Bengali.\r\n\r\nPersonal Statement: [I am confident that my innovative results focused approach would make a significant contribution to the continued success of your esteemed organization.]\r\n                                                                                                                                               Regards\r\n                                                                                                                                                  Bhabani Halder\r\n\r\n.', 'bac22-296.jpg', '2016-10-29 12:02:28'),
(36, 'Bhabani Halder', 'bhabani.89@gmail.com', '9647196705', 'Durgapur', 'Btech', '1+ yrs', 'BHABANI HALDER \r\n                                                                                         \r\nCareer Objective: Observe. Learn. Initiate. Execute. Succeed&hellip;..Repeat&hellip;.\r\n\r\nI am a person who is looking for new challenges and trying to solve with innovative skills. Thorough skilled leadership, keeping the end in mind I desire to come out winning every time.\r\n\r\n Strengths \r\n?	Honest\r\n?	Communication &amp; Presentation Skills\r\n?	Problem Solving Skills \r\n?	Leadership Quality\r\n?	Public Relations\r\n              \r\n              Academic Interests\r\n?	Analog Communication\r\n?	Digital Communication\r\n?	Digital Circuits\r\n?	Control System\r\n?	Control Instrumentation\r\n \r\n             Non-Academic Interests\r\n?	Entrepreneurial Activities\r\n?	Event Organization\r\n?	Seminar Activities\r\n?	Music \r\nTechnical Skills\r\n\r\n-	Programming Languages: C, Data Structure, PLC Automation.\r\n-	O/S Platforms: Windows (Xp / Vista), Ms-DOS.\r\n-	Other Applications and Software: MS Office, Mat lab.\r\n\r\n Education Qualification\r\n\r\n\r\no	Technical\r\n\r\nCollege/University	Degree/Department	Semester Examination\r\n	S.G.P.A	Y.G.P.A	             Year \r\n\r\nAryabhatta Institute of Engineering &amp; Management, Durgapur/ (W.B.U.T)	\r\nB-Tech / (Electronics &amp; Communication Engineering)         \r\n	1st	8.07	8.05	\r\n\r\n\r\n\r\n\r\n          2009-2013\r\n		2nd	8.03		\r\n		3rd	7.93	8.07	\r\n		4th	8.20		\r\n		5th	7.38	7.25\r\n	\r\n		6th	7.14		\r\n		7th	8.52	8.54	\r\n		8th	8.55		\r\n\r\no	General\r\n\r\nExamination	                School	Year	   Board	Percentage\r\n10+2	Nayabasat Parbati Moiyee Sikshaniketan	2006	W.B.C.H.S.E.	        57.90\r\n10	Silda Radha Charan Institution	2003	W.B.B.S.E.			65.25\r\n\r\n\r\nExperience Details\r\n\r\no	As an Site Engineer in the field of annual maintence at DAMODAR STEEL THERMAL POWER STATION(2X500MW),DVC ANDAL,under Swamina International Pvt Ltd,Kolkata, from 15th Feb,2014 to till now&hellip;\r\n?	Job Details\r\n\r\no	Control V/V(MIL,IL,FISHER,YTCH),Differential Pressure Switch,TRANSMITTER(flow,level,pressure),RTD,TERMOCOPULE,VIBRATION SENSOR,HAD,CAD,I/P,BFP SCOOP,FLAME SCANNER,MICROPROSSESOR BASE GRAVIMATRIC FEEDER,etc. \r\n\r\no	Coal Feeder Calibration (BHEL MAKE)\r\n\r\no	DCS &amp; MAX DNA System LOOP checking, simulation checking\r\n\r\nAcademic Achievements\r\n                                                                                                                                                                                    Projects Undertaken (completed)\r\n\r\no	Frequency Modulated Signal Generator (Under the guidance of Prof. Joydeep Paul).\r\n         \r\n                                    -  In This project a simple, the frequency generator project will help us a total \r\n          Modulating and signaling purpose.FM signal generator is compact and rugged\r\n          Instrument.  Generator variable from 10 kHz to 250 kHz with low spurious output\r\n         &amp; harmonics with negligible RF radiations.\r\n\r\nSummer Internship\r\n\r\no	Vocational Training with project at I.I.T Kharagpur (Under the guidance of Dr. S.                                                   \r\n Chattopadhyay) E &amp; E.C.E Dept.            \r\n\r\n                                       -  In this project, Determine the branch currents in resistive electrical network (Using C      \r\n                                          Programming Language &amp; Data Structure on Linux Platform).\r\n                                          Duration -29 days (6 June to 4 July 2011).\r\n\r\no	Vocational Training with project at CMC Academy, Kolkata.\r\n\r\n-	In this course, ASP.NET using VB.NET\r\nDuration &ndash; 3 month&rsquo;s (1 Sep to 1 Nov 2011)\r\n\r\no	Vocational Training with project at South Eastern Railway, Kolkata.\r\n\r\n           -   In this project, Railway Communication System.\r\n               Duration -14 days (29 Dec to 11 Jan 2012).\r\n\r\no	Short time A.V.T.S course at Advanced Training Institute Kolkata, Govt. of India, Min. of Lab &amp; Employment (DGE &amp; T) by Course Co-Ordinator S.P.Bhattacharjee, Dy.Director (TRG). \r\n                                            -  In this course, Micro Controller its architecture &amp; Programming.\r\n                                             &amp;\r\n                  PLC (GE-FANUC) &amp; Industrial Automation.\r\n                                              Duration -14 days (16 June to 29 June 2014).\r\n Extracurricular Achievements\r\n\r\n-	Participation/Achievements in Sports and Cultural Activities\r\no	Participated in social cultural function.\r\no	Member of organizing committee of school&rsquo;s cultural function\r\no	Member of organizing committee of science exhibition in school. \r\n\r\n-	Positions of Responsibilities\r\no	Member of the Fresher&rsquo;s &amp; Cultural Fest Committee of the college.\r\no	Class representative of Electronics &amp; Communication Engineering Department (For 2 years).\r\no	Team leader in academic project in college.\r\n                       \r\n-	Special Interest/Achievement \r\no	Solving Mathematics Problems\r\no	News paper reading\r\no	Reading Magazine\r\n\r\n-	Hobbies/Interests\r\no	Acting.\r\no	Surfing Internet.\r\no	Event Management.\r\no	Solving Sudoku.\r\no	Playing football. \r\n\r\nKnown Languages \r\n\r\nEnglish, Hindi, Bengali.\r\n\r\nPersonal Statement: [I am confident that my innovative results focused approach would make a significant contribution to the continued success of your esteemed organization.]\r\n                                                                                                                                               Regards\r\n                                                                                                                                                  Bhabani Halder\r\n\r\n.', 'bac22-407.jpg', '2016-10-29 12:02:35'),
(37, 'Kaulin Pal', 'kaulin.pal@gmail.com', '9851531638', 'KOLKATTA', 'Btech', '0 yr', 'I am someone who has an unwavering resolve. I am determined to do well in my job and am determined to have a successful career as well as make the company I work for more competitive.', 'kplic-133.jpg', '2016-11-10 16:58:09'),
(38, 'buddheshwar yadav', 'buddheshwaryadav@gmail.com', '8817396394', 'bhilai', 'BE', '3+ yrs', 'i have done graduation in electronics &amp; instrumentation engineering, 4 year experience as control and instrument engineer, professional automation engineer.', 'bd-389.jpg', '2016-11-17 08:51:10'),
(39, 'Debayan Roychoudhury', 'Droy.0831@gmail.com', '7278881874', 'Kolkata', 'Btech', '0 yr', 'I am modest, but hard working and I consistently sets firm goals for myself.  Then, once I\'ve defined the benchmarks, I take the necessary steps to achieve those milestones.', 'CV--2--page-001---Copy-537.jpg', '2016-11-20 04:00:02'),
(40, 'ANINDA BHAKTA', 'bhaktaaninda521@gmail.com', '+918116309907', 'kolkata', 'Btech', '0 yr', 'My name is Aninda Bhakta and I have completed my B.Tech degree in Electronics &amp; Instrumentation with securing 8.47 DGPA . I am looking for good job to learn work culture and enhance my skills with practical knowledge through yours organization and I am organized ,resourceful, and fast learner.I look forward to hearing from you.', 'Photo-1-522.jpg', '2016-11-21 14:34:32'),
(41, 'Sourav Dutta', 'sourav_dutta1991@yahoo.com', '9874116367', 'kolkata', 'Btech', '0 yr', 'i am sourav dutta.i am from kolkata.i have recently done my graduation on instrumentation and control engineering.i am quite good in PLC,digital electronics.in my family there are 5 members my parents and two sister,i am the younger one.i am fond of playing cricket, listening song,  watching movies.\r\ni am very much interested in your company.if there is any openings please let me give a chance.', 'pic-254.jpg', '2016-11-21 21:46:01'),
(42, 'MD SAJID AKHTAR', 'akhtarmdsajiduit@gmail.com', '8013596557', 'DUTTAPUKUR', 'BE', '0 yr', 'now i am working in a project of telecommunication in Vidyasagar Industrial Park kharagpore project of WBIDC.', 'img362-720.jpg', '2016-11-24 10:56:17'),
(43, 'Inderjit Lal', 'inderjit.it2013@gmail.com', '9038290283', 'Kolkata', 'Btech', '1+ yrs', 'This is Inderjit Lal , I completed my Engineering in 2014 from West Bengal University of Technology and have a certification in Automation from Siemens. I am currently working in an IT firm despite of doing my Btech in Electrical Engineering. I want to switch to core sector and stick to it as my profession. I am very hardworking and can acclimate to any kind of working environment. Please give me one opportunity to work in your company, I will not dissatisfy you.', 'pic-888.jpg', '2016-11-26 16:11:58'),
(44, 'SOUVIK BISWAS', 'souvikbiswas.biswas7@gmail.com', '8017309878', 'Navi Mumbai', 'Btech', '1+ yrs', 'Automation Enginner', '35064-12.JPG', '2016-11-29 15:29:47'),
(45, 'SOUVIK BISWAS', 'souvikbiswas.biswas7@gmail.com', '8017309878', 'Navi Mumbai', 'Btech', '1+ yrs', 'Automation Engineer', '35064-503.JPG', '2016-11-29 15:30:37'),
(46, 'sayan kr ray', 'sayan.job02@gmail.com', '9038373784', 'birati', '10+2+3', '0 yr', 'I will work at your project in hiland park nangi.I have no certificate but I love electronics and I want bto work .', 'UCPhoto0-3.jpeg', '2016-12-01 04:30:40'),
(47, 'PRADIP KUMAR SEN', 'Pradipkrsen.shyambajar@gmail.com', '9051763076', 'Delhi', 'Btech', '5+ yrs', 'My self is an Electronics &amp; Instrumentation Engineer,completed B.tech in 2011.Since last 4.5 years I am in the automation industry.I have worked in the system house of Schneider Electric &amp; Rockwell Automation.Presently I am working at Rockwell,Delhi by resource of some third party.', 'IMG-20161128-WA0006-2-890.jpg', '2016-12-03 18:11:18'),
(48, 'Prince Kumar', 'princgupta2@gmail.com', '7050491354', 'Pune', 'BE', '0 yr', 'Hello sir/madam,\r\n\r\n               my self prince kumar, i completed B.E in Electrical and Electronics Engg and certified advanced industrial automation and robotics from acs in pune.\r\n\r\n              So I am searching job in automation field is there any requirement .', 'p---Copy---Copy-448.jpg', '2016-12-05 10:40:22'),
(49, 'Biman Chandra Majhi', 'biman.eie@gmail.com', '7003247594', 'kolkata', 'Btech', '1+ yrs', 'Myself Biman Chandra Majhi,from sodepur north 24 paraganas, kolkata 115, my qualification Btech in electronics and instrumentation engineering ,also 6 months knowledge in post graduate in automation field of plc scada dcs vfd hmi . i want to work in your company , please hire me .', 'My-Pic-676.jpg', '2016-12-09 07:09:22'),
(50, 'Sudip Mukherjee', 'sudip35ee@gmail.com', '9475621592', 'Kolkata', 'MTech', '0 yr', 'Electrical Engineer with Less Than 1year experience and Automation Training', 'photo1-74.jpg', '2016-12-10 06:31:36'),
(51, 'mantri pradeep patnaik', 'mppatnaik@yahoo.co.in', '9490752760', 'hyderabad', 'Btech', '10+ yrs', '12 December 2016\r\n\r\n\r\nDear sir, \r\n\r\nSubject :  Business Development Profile  &ndash;  Electronic security &amp; surveillance products &amp; Solutions  --  Hyderabad/ A.P / Telangana regions  \r\n\r\nReference to the above mentioned subject, and subsequent telephonic discussions we had today , sending herewith my detailed resume your esteemed consideration..  \r\n\r\nIn brief, I have good exposure in the areas of Sales &amp; Marketing, Business Development &ndash; Dealer  &amp; Corporate Business in  Electronic Security &amp; Surveillance (CCTV &amp; Bio-metric products). \r\n\r\nCurrently working in managerial cadre  with M/s Zicom Electronic Security Systems Ltd,  taking care of  Sales and Business development activities, and region operations  in  Hyderabad / Telangana / A.P regions. \r\n \r\nI appreciate your taking the time to review my credentials and experience. Looking forward to a positive response.\r\n                                                                                                                                                                                                              \r\n\r\n                                                                                                           Thanking  you.\r\n\r\n                                                                                                                                                                                                                                                            M.P.Patnaik', 'photo-2-849.jpg', '2016-12-12 06:23:17'),
(52, 'DEBASHIS DEBNATH', 'debnathdebashis2@gmail.com', '8436901979', 'sinthi, kolkata', '10+2+3', '0 yr', 'i am debashis debnath student of electronics and instrumentation engineering. pass from northcalcutta polytechnic in 2016. i want to work with automation to build my career.\r\nnow i work with fire equipment which is detector and fire panel.', 'my-cv-for-mail-565.bmp', '2016-12-18 13:40:14'),
(53, 'RITABRATA GHOSH', 'r.ghosh007@rediffmail.com', '8902703774', 'Kolkata', 'Btech', '1+ yrs', 'RITABRATA GHOSH\r\n87/2,Dr.P.N.Ghosh Road.\r\nP.O.-Bally Dist.-Howrah \r\nState-West Bengal Pin-711201                                                                                                                  \r\n\r\nMob: 7044660457                     \r\nE-mail: r.ghosh007@rediffmail.com\r\n                                                              PROFILE SNAPSHOT\r\n\r\n\r\nCareer Objectives: Professional with good skills in Machines and their working, seeking a position of Maintenance/Electrical Engineer in a reputed company.\r\n\r\nTechnical Skills:\r\n\r\n&bull;	Undertaking safety measures of Electrical Equipment and Machinery.\r\n&bull;	Correcting faults of Machines and Equipments.\r\n&bull;	Taking care of Daily Production.\r\n&bull;	Ability to assemble a machine and get it working.	\r\n&bull;	Knowledge of Industrial Automation\r\n&bull;	Electrical fault analysis and resolve it.\r\n&bull;	Domino (A SERIES+) And Markem Image (9020) Inkjet printer Maintenance.\r\n&bull;	Electrical Control Room (11KV/415V) Maintenance.\r\n&bull;	Electrical tariff and energy calculation.\r\nPersonality Traits:\r\n\r\n&bull;	Good problem analysis and resolving skills.\r\n&bull;	Leadership skills and good team player.\r\n&bull;	Ability to tolerate stresses and be calm.\r\n&bull;	Quick Learner.\r\n\r\nEXTRA CURRICULAR ACTIVITIES:\r\n\r\n&bull;	Presented a seminar on project topic &ldquo;Magnetic Levitation&rdquo;.\r\n&bull;	Winner of drawing competition in school levels.\r\n&bull;	Class Representative in college.\r\n&bull;	Playing Cricket in School Cricket Team.\r\nWork Experience:\r\n\r\n?	G.G. Tronics India Pvt. Ltd.(Kolkata)\r\nSite Engineer (Electrical)\r\nMay, 2015 &ndash; July, 2015\r\n\r\n?	Bengal Chemicals and Pharmaceuticals Ltd. (Panihati)\r\nDegree Apprentice Electrical Maintenance Engineer\r\nSeptember, 2015 &ndash; September, 2016\r\n\r\n\r\nTrainings, Projects undertaken:\r\n\r\n?	I have carried out my vocational training from \r\n&bull;	Power Supply Distribution System,SCADA(Remote Control) System &amp; Lighting,Ventilation and Air Conditioning System under Metro Railway, Kolkata\r\n\r\n&bull;	Maintenance and Operation of EMU Car Shed, Sealdah (Narkeldanga)(Traction Rolling Stock) under Eastern Railway\r\n\r\n&bull;	Maintenance and Operation of 132/33/11 KV Transmission Substation at Behala(Joka) under West Bengal State Electricity Transmission Company Limited(W.B.S.E.T.C.L.)\r\n\r\n&bull;	Operation and Maintenance of 450MW thermal power plant(One unit is 210MW and others four are 60MW) at Bandel Thermal Power Station under West Bengal Power Development Corporation Limited(W.B.P.D.C.L.)\r\n\r\n?	Diploma course in Computer Hardware Maintenance and Networking with Grade A+ under West Bengal State Youth Computer Training Institute collaboration with Excel Infocom Pvt.Ltd From March,2013 &ndash; March,2014\r\n\r\n?	National certificate in Modular Employable Skills in module Computer Fundamental, MS-Office and Internet(ICT 101) under sector INFORMATION AND COMMUNICATON TECHNOLOGY (ICT) assessed by Confederation of Indian Industry CII\r\n\r\nTrainings, Projects undertaking:\r\n\r\n?	Post Graduate Diploma in Industrial Automation (PGDIA) under PROLIFIC SYSTEMS AND TECHNOLOGIES PVT. LTD.(An ISO-9001-2008 certified co. &amp; Authorized Training Partner of N.S.D.C,GOVT. of INDIA) from October,2016 - Present.\r\n&bull;	Basics of Electrical(Relay Logic &amp; Panel Designing)\r\n&bull;	Basics of Instrumentation\r\n&bull;	PLC(ALLEN BRADELY,SIEMENS,GE FANUC,MODICON)\r\n&bull;	SCADA(INTOUCH,RS VIEW)\r\n&bull;	VARIABLE SPEED DRIVES(POWERFLEX)\r\n&bull;	DCS(ABB)\r\n&bull;	HMI(SIEMENS)\r\n              \r\n\r\nEducational Qualification:\r\n\r\nQualification	Institution/College	Board/University	Percentage	Year of passing\r\nMadhyamik	Uttarpara Govt. High School	       W.B.B.S.E.	     69%	    2008\r\nHigher Secondary	Sanskrit Collegiate School	      W.B.C.H.S.E.	     71%	     2010\r\nB.Tech(Electrical &amp; Electronics Engineering)	Pailan College Of Management &amp; Technology	         W.B.U.T.	      8.41\r\n   (DGPA)	     2014', 'pic-876.jpg', '2016-12-24 20:16:23'),
(54, 'moharram ansari', 'ansari@gmail.com', '8856005277', 'pune', '10+2', '5+ yrs', 'Yes', 'MYXJ20161207161453fast-34.jpg', '2016-12-25 11:33:18'),
(55, 'sudhir', 'bhartisudhir1@gmail.com', '9038662507', 'kolkata', 'Btech', '1+ yrs', 'Now I&rsquo;m looking to take my career to the next level and move out of contract work into a full time employee for a company where I can be a part of a team, but also allows me to focus my energy on my best strength, working directly with customers. I&rsquo;d like to build a long term career that lets me focus on professional growth.', 'AW235-1-2-compressed-855.jpg', '2016-12-26 13:41:05'),
(56, 'SOUMEN GHORAI', 'soumen.ghorai28@gmail.com', '9564366964', 'kolaghat', '10+2+3', '3+ yrs', 'I AM SOUMEN GHORAI, I HAVE COMPLETED B.COM ( H) IN 2012 AFTER THAT I HAVE COMPLIED CIA+ FROM ICA DALHOUSIE, KOLKATA, I HAVE MORE THEN 3 YEAR EXPERIENCE IN AS AN ACCOUNTANT IN COAL TRADING COMPANY.', 'Resume-updated--for-ICA-page0001-370.jpg', '2016-12-28 12:42:46'),
(57, 'Surabhi Sneha', 'ratisneha@gmail.com', '9002266555', 'Kolkata', '10+2+3', '1+ yrs', 'Professional interests and career objectives :\r\nTo developme at professional level in a position that demands the abilities and knowledge of Industrial Engineering. To apply the tools acquired throughout my professional studies and labor experience for the improvement and the continuous learning, with the purpose of contribute with the growth of the company and the society in the areas of Marketing, Production, Quality, Planning, Administration, Purchasing and Logistic.\r\nWorking as an online merchandiser at Waitrose involves:\r\n\r\nEnsuring every product listed on the Waitrose website is listed clearly and attractively\r\nUsing online measuring tools (&lsquo;web analytics&rsquo;) to study customers&rsquo; online behaviour and predict where they will click next\r\nPlacing special offers and promotions in obvious places on the Waitrose website to maximise customer uptake', 'AAEAAQAAAAAAAAf8AAAAJDAwY2VlOTk2LWY4ZGUtNGY2Ny04YWQ0LTM2MWNiYmY1OTcxNw-813.jpg', '2016-12-30 06:44:06'),
(58, 'AYANNA KUMAR SAMANTA', 'ayannasamanta26@gmail.com', '7501326771', 'kolkata', 'Btech', '0 yr', 'sir,\r\nMost respectfully and humbly I beg to state that I Ayanna Kumar Samanta want to join your organization and want to become a disciplined employee of yours.', 'eqe-11-380.jpg', '2016-12-31 10:00:55'),
(59, 'Sourav Biswas', 'swv.bis@gmail.com', '8240208592', 'Kolkata', 'Btech', '0 yr', 'I have passed my btech(electrical engineering) in 2015 from Adamas Institute of Technology.Recently i have completed industrial automation course(IAO certified)from technocrat automation pvt ltd in chennai.I am looking forward for an opportunity in your esteemed organization.Please intimate me regarding any interview..', 'rszscan-656.jpg', '2017-01-04 12:53:19'),
(60, 'Soham Mukherjee', 'soham.xbr@gmail.com', '9163304718', 'kolkata', '10+2+3', '0 yr', 'I have done post diploma in industrial automation from msme jamshedpur,and diploma in electrical,both in 2016, I am eager to wrk in your company.', '30-40kb200-210pixxl-826.jpg', '2017-01-09 14:12:57'),
(61, 'Rahul Kamakar', 'karmakarahul@gmail.com', '9049112234', 'pune', 'MTech', '1+ yrs', 'MBA (Marketing) Under Pune University\r\nlooking for business as well as career opportunity in Jharkhand region (Jamshepur &amp; Ranchi). Currently i am working in Pune as a business consultant (Automotive) in MarketsandMarkets Pune. My home town is Jamshedpur Jharkhand belongs to a business background family', 'New-Doc-122-728.jpg', '2017-01-21 10:50:16'),
(62, 'Samar Banerjee', 'samarbanerjee33@gmail.com', '9735885020', 'Barasat,kolkata', 'Btech', '0 yr', 'I am determined to do well in my job and am determined to have a successful career as well as make the company I work for more competitive.I am a person who is able to control a situation rather than have a situation control them.', 'sam-706.jpg', '2017-01-24 14:49:04'),
(63, 'DEEP MUKHERJEE', 'deepmukherjee337@gmail.com', '9002540336', 'KOLKATA', 'Btech', '0 yr', 'I am Deep Mukherjee. I have completed my Btech in ECE stream from college Camellia School Of Engineering &amp; Technology, Kolkata. My career objective is seeking a creative and challenging position in your company which offers opportunities for personal and professional development where my skills and knowledge can be utilized for achieving personal as well as organizational goals. My hobbies are reading novels, sports and listening music. My strengths are I am hardworking but also smartworking, I am friendly and very helpful in nature. My weakness are I\'m very stubborn. What I once decided to do I do it for sure at any cost. This sometimes stands fruitful for me but sometimes it has affect on me. My father is serving in Indian Railways as a senior Pass.Guard and my mom is a excellent homemaker.Also I have a very supportive young brother.I have done a training on Java 8 at Globsyn Kolkata and completed a project as a team leader very successfully.Also I have done a project on OFC under the guidence of SSE/SIG/N.F.RLY.\r\nHope you like my profile and contact me soon.\r\nThank you.', '20KB-510.jpg', '2017-01-24 15:17:26');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(64, 'PRADEEP KUMAR SINGH', 'pradeepsingh2268@gmail.com', '8863900010', 'kolkata', 'BE', '0 yr', 'Hi Sir  M PRADEEP KUMAR SINGH had done Bachelor in Engineering in ECE and also CAP AUTOMATION in PLCs, SCADA(wonderware,intouch,intellution fix, wincc) , SIMENS, PNEUMATICS, MITSHUBISHI,OMRON ,kEYENCE, DELTA ,FIELD INSTRUMENTS,,ONSITE AUTOMATION VFD, HMI , REAL TIME PLANT INTERFACE', 'IMG-20170106-WA0001-642.jpg', '2017-02-03 07:20:42'),
(65, 'SUBHRONIL DEY', 'subham.dey392@gmail.com', '8972017787', 'KOLKATA', 'Btech', '0 yr', 'I have done my Engineering in Electrical department from Siliguri Institute of Technology in the year of 2016.My career objective is to work with an organization that will provide a platform to utilize my technical skills and enrich my knowledge to help in the process of organizational and self-growth.', 'Picture-28147-856.jpg', '2017-02-06 13:48:24'),
(66, 'Abhishek Adhikary', 'aabhishek455@gmail.com', '9051343484', 'Howrah', '10+2+3', '1+ yrs', 'I am Abhishek Adhikary, lives in Howrah, Completed B.com(H) in Accounts from University of Calcutta, also taking a course from ICA (CIA plus), know Tally ERP9, as well as TDS,PF,ESIC, my past employer is Baynee Industries Ltd. situated at Park street,', 'IMG20170214124523-829.jpg', '2017-02-14 07:17:35'),
(67, 'Amal Sarkar', 'asarkar.amal@gmail.com', '7872818017', 'Siliguri,West Bengal', '10+2+3', '1+ yrs', 'Myself Amal Sarkar,Diploma In Electrical Engineering,1/5yers job experience in telecom sectore,operation and maintaince and project work done.', '91-97344-86790-20170224004222-616.jpg', '2017-02-23 19:12:41'),
(68, 'pranab bhowmick', 'bhowmickpranab@yahoo.in', '9038249789', 'kolkata', 'MTech', '0 yr', 'mtech from jadavpur university in intelligent automation and robotics engg.', 'Photo-881.jpg', '2017-02-24 06:42:11'),
(69, 'SOUVIK BISWAS', 'souvikbiswas.biswas7@gmail.com', '8017309878', 'Navi Mumbai', 'Btech', '1+ yrs', 'Automation Engineer', 'Photo-Souvik-367.JPG', '2017-02-25 15:26:57'),
(70, 'Priyajit Chatterjee', 'chatterjeepriyajit16@gmail.com', '9038627782', 'Hooghly', 'Btech', '0 yr', 'I have completed B.tech in ECE from Ideal Institute Of Engineering.I want to join core sector where i can furnish my knowledge.', 'img983-471.jpg', '2017-03-01 08:21:10'),
(71, 'M.Dayakar', 'sai_sindhura@rediffmail.com', '9618918978', 'Hyderabad', '10+2+3', '15+ yrs', 'Worked with Interiors projects , Having good Experience \r\n\r\nDear Sir,\r\n We are very pleased to present ourselves as a leading Interior, Repair &amp; Maintenance Carpentry,Plumbing,Painting,Electical.False sealing,Fabrication Shutter repairing, chairs and allied works where we pride ourselves in making y(our) place a better place to work.\r\n With rich industry experience, we are providing exclusively Banks Interior Designing and Turn-key Services to our valued clients. Our esteemed clientele in the banking  sector includes ICIC Bank Ltd, HDFC bank, SBI bank, OBC bank, Dibold and NCR  We undertake designing and turnkey assignments of new branches and Learning centers regional offices and also carry out remodeling and maintenance of the previously made branches, ATMs etc.\r\n Our designs are a perfect blending of beauty with utility and hence we provide excellent interior designing and execution solution, working with an ideology of creating a corporate look and feel in the banks, we provide complete solution of space utility and the installation of furniture. In addition, we use latest tools and techniques to meet the set industry norms. These services are delivered under the supervision of experienced professionals and within the stipulated time with flexible approach. Moreover, we Provide these services at industry leading prices to our clients. Along with our standardized services, we also offer customized solution.', 'Dayakar-PP-766.jpg', '2017-03-12 05:29:05'),
(72, 'RISHABH JAISWAL', 'rishabhjaiswal264@gmail.com', '8827142258', 'RAIPUR', 'Btech', '0 yr', 'My name is Rishabh jaiswal. I live in Raipur. I have done B.Tech in Electrical. I have post graduate diploma in industrial automation.', 'IMG-20151021-WA0003-750.jpg', '2017-03-13 16:56:23'),
(73, 'Nabarun Deb', 'nabarundeb@gmail.com', '9738564801', 'Kolkata', 'BE', '1+ yrs', 'CURRICULUM VITAE        \r\n\r\nNABARUN DEB                                                                                            \r\nEmail :    nabarundeb@gmail.com\r\nMobile: +91-9738564801,8482066601 \r\nAddress : Sree Guru Bhawan,\r\n                 East Station Road, \r\n                 P.O- Agarpara,\r\n                 Kolkata- 700109,West Bengal\r\n                               			\r\nCareer objective:\r\n\r\nTo learn and secure perfection in my work. Contribute, towards the growth and productivity of my organization by constantly upgrading myself through hard-work, vision combining self-motivation and also to exhibit my personal skills for the benefit of my organization.\r\n\r\nEducational qualification:\r\n&bull;	Degree			                           :       Bachelor of Engineering\r\n&bull;	Branch of study		                           :        Electrical &amp; Electronics Engineering\r\n&bull;	Institution		                           :       Sri Siddhartha Institute of Technology\r\n&bull;	Year of passing		                           :       August 2015\r\n&bull;	Marks Obtained in Engineering (CGPA)  :       6.93\r\n&bull;	Class of Marks obtained                             :       First class\r\n\r\n&bull;	Examination passed  :\r\n\r\nClass	12th 	10th \r\nBoard	West Bengal(W.B.C.H.S.E)	West bengal(W.B.B.S.E)\r\nInstitution	Netaji shikshayatan,Agarpara	Sodepur High School,Kolkata\r\nYear of passing	2008	2006\r\n\r\nEMPLOYER:\r\n \r\n1.	Worked as a &ldquo;Graduate Trainee Engineer&rdquo; in AVO ENGINEERS PVT. LTD. from August 2015 to February 2016.\r\nJob Role was:- I) Maintenance.\r\n\r\n2.	Worked as a &ldquo;Electrical Engineer&rdquo; in TGP PACKAGING PVT. LTD. from June 2016 to Jan 2017.\r\nJob Role was :- I) Maintenance.\r\n                       II) Production.(Pannel Wiring,PLC Handling,Machines Operating).\r\n                      III) Service.(Faults Finding,Faults Resolving).\r\n                      IV) Pre Sales talk.\r\n\r\n\r\nComputer knowledge:	\r\n\r\n&bull;	Microsoft word, Excel, Power point in windows xp/7/8/10.\r\n&bull;	Email handling for communication and knowledge updating purpose.\r\n&bull;	Knowledge of packages like Solid edge,AutoCAD.\r\nCERTIFICATION &amp; EXTRA CURRICULLAR ACTIVITIES:	\r\n\r\n?	I did a training on AUTOCAD from EduCADD.\r\n?	I did a training on PLC from M.S.M.E.\r\n?	I did a training on SCADA from M.S.M.E.\r\n?	I am a participant of TANTRA(ISTE student&rsquo;s chapter).\r\n?	An industrial visit to HEMAVATI Hydro Power Plant, Hasan.\r\nAREA OF INTEREST:	\r\n\r\n?	PLC\r\n?	Switch Gear &amp;Protection\r\n?	Electrical Power Transmission &amp; Distribution \r\n\r\nINTERESTS/HOBBIES:\r\n?	Music.\r\n?	Passionate in Cooking.\r\n?	Photoghaphy.\r\n?	Travelling\r\n\r\nPERSONAL PROFILE :\r\n\r\nName                                          :	  NABARUN DEB                                                                          Date of Birth                             :       21/08/1990                                                                                 Gender                                       :       Male                                                                                                      Marital Status	                        :       Single                                                                                             Nationality	                        :       Indian                                                                                          Languages Known                    :       English, Hindi, Bengali and Assamese                         \r\nFather&rsquo;s Name                          :	   MR. NARAYAN DEB                                                                 Mother&rsquo;s Name                        :       MRS. NAMITA DEB   \r\n	\r\nDECLARATION :\r\n\r\nI declare that the information given above is true to the best of  my  knowledge.\r\n\r\n\r\n\r\n	                                                                                                                 \r\nPlace: KOLKATA 					                               NABARUN DEB                                    			                                                                                                 Signature', 'C3602014-09-30-17-39-50-17220161024232116207-300.jpg', '2017-03-14 14:30:55'),
(74, 'SUHRIDH PAL', 'suhridh.pal@gmail.com', '8927009234', 'serampore', 'Btech', '1+ yrs', 'I am experienced about automation. I do commissioning with PLC, DRIVE, HMI etc. I like automotive job &amp; logistic situations. Thank you.', '007-603.JPG', '2017-03-14 17:01:48'),
(75, 'Suchdeep Juneja', 'suchdeepjsj@gmail.com', '8698620861', 'Nagpur', 'BE', '0 yr', 'I am Suchdeep Singh Juneja, final year engineering student of Shri Ramdeobaba College of Engineering Nagpur. \r\n\r\nI have a great interest in the field of embedded electronics and its applications. I have worked on various projects in electronics including a project on developing autonomous hotel guest service bot, Design and Development of LED Driver for 1 watt LEDs, and currently working on Development of a Hybrid module for wired and wireless communication.', 'PIC-439.jpg', '2017-03-17 17:56:24'),
(76, 'NIPPU KUMAR THAKUR', 'sahiljis0396@gmail.com', '7501836930', 'kolkata', 'Btech', '1+ yrs', 'I AM A GRADUATE  ELECTRICAL ENGINEER AND HAVING KNOWLEDGE OF PLC,SCADA,HMI,VFD ETC.I HAD WORKED FOR JIO 4G AND DELHI METRO RAIL CORPORATION.', '108460598663428334814787689514409284667321n1-420.jpg', '2017-03-25 06:42:44'),
(77, 'Eshwar', 'eshwarsanjay@gmail.com', '9885616966', 'Visakhapatnam', '10+2+3', '7+ yrs', 'Hard Working Fast Learning', '5612753804208586647161785601628n-2-464.jpg', '2017-03-26 14:07:33'),
(78, 'Bhaskar Neogi', 'joyron.neogi@gmail.com', '7605821071', 'KOLKATA', 'Btech', '3+ yrs', 'I am determined to do well in my job and am determined to have a successful career as well as make the company I work for more competitive.', 'Bhaskar-473.jpg', '2017-03-26 17:46:29'),
(79, 'SOUMEN BASU', 'basusoumen6@gmail.com', '9851720858', 'kolkata', 'Btech', '0 yr', 'I am hard working person.I have a good time management skill.', 'photo-429.jpg', '2017-03-29 02:59:49'),
(80, 'VISHAL NAMDEORAO FULZELE', 'vishalfulzele7@gmail.com', '+918087858725', 'Pune', '10+2+3', '5+ yrs', 'Working as a Project Engineer-(Electrical &amp; Electronics) in a well known door automation company', 'photo-383.jpg', '2017-03-30 05:59:30'),
(81, 'SUVA ADAK', 'suvaadak@yahoo.in', '8690213375', 'Ahmedabad', 'Btech', '3+ yrs', 'SUVA ADAK\r\n\r\nEmail : suvacemk@gmail.com                                                                                            Mobile : +919874271674\r\n             suvaadak@yahoo.in                                                 	                                                  +918690213375\r\n\r\nCAREER OBJECTIVE: \r\n         \r\nLooking for a challenging position in the field of Hardware and Software Development in an organization that will allow me to grow with the organization, both professionally and personally with up gradation of knowledge and technical skill.           \r\n\r\nPROFESSIONAL SUMMARY:\r\n\r\nHaving extensively experienced in Production and Manufacturing of Electronic Microcontroller base product for more than 3 years (3 years and 1 months),  as a SR. Product Engineer  in Intelligence Business Computer Systems India pvt ltd. I have been involved in the QA, QC, PCB review and deployment of product and application. My work typically involves study of the proposed application, developing, and unit testing of the same. \r\n\r\nAlso having experienced in Automation Maintenance, PLC, Drives, Electrical Panel, and SENSOR for more than 1 year as a Site Engineer in Simpark Infrastructure PVT LTD. My work involves in analyzed the problem and resolve it as soon as possible. \r\n\r\nArea of focus and specialization includes:\r\n\r\n&bull;	In depth knowledge of Electronic CKT.\r\n&bull;	Knowledge of GSM and GPS Technology..\r\n&bull;	Worked in the Vehicle tracking device manufacturing. \r\n&bull;	Worked in Surveillance monitoring, RFID.\r\n&bull;	Worked with different type of Sensors (ULTRASONIC, LASER, BARCODE SENSOR,                            Temperature,).\r\n&bull;	Work with ARDUINO.\r\n&bull;	Work with RASPBERRY PI.\r\n&bull;	Worked with LT panel Maintenance.\r\n&bull;	Worked with automation system (PLC, SCADA).  \r\n\r\nCAREER HISTORY:\r\n\r\nDecember, 2012 &ndash; November, 2015 worked in Intelligence Business Computer System, INDIA, pvt ltd.\r\nDesignation: SR. Product Engineer.\r\nCTC: 2.2 lac p.a.\r\n\r\nDecember, 2015 &ndash; till date in Simpark Infrastructure PVT. \r\nDesignation: SITE ENGINEER (Electrical &amp; Control).\r\nCurrent CTC: 2.2 lac p.a.\r\n\r\nRole and Responsibility:\r\n\r\n&bull;	Work with LT Panel Maintenance. \r\n&bull;	PLC Troubleshooting.\r\n&bull;	Automation Maintenance.\r\n&bull;	Daily project monitoring properly.\r\n&bull;	Manpower control.\r\n&bull;	Customer Handling.\r\n&bull;	Billing monitoring\r\n                           \r\nTechnology Worked on:\r\n\r\nTechnology                          :  Automation, Microcontroller\r\nProgramming Language    : PLC (Basic)\r\nOperating System               : UNIX, Windows Family\r\n\r\nCertification:\r\n&bull;	  PLC &amp; SCADA&rsquo; from IIATCA. \r\n&bull;	 Adv. JAVA certification from NIIT\r\n&bull;	 Core JAVA certification from NIIT.\r\n\r\nEducation:\r\n\r\n&bull;	B.Tech in Electronics &amp; Instrumentation from College of Engg. &amp; Mgmt., Kolaghat with               73.7% marks.\r\n&bull;	Higher Secondary (12th std) from Mugkalyan HS School  with 71.60% marks\r\n&bull;	Madhyamik (10th std)  from  Mugkalyan HS School with 71.87% marks\r\n\r\nAdditional Roles/Responsibilities:\r\n\r\nMaintenance Team Member: Provide support to Client in case of any failure in the normal processing of the software and in production.\r\n\r\nPersonal Details:\r\nFather\'s Name	SUKUMAR ADAK\r\nPermanent  Address	Vill-Mirjapur, P.O-Mugkalyan, P.S-Bagnan, Dist-Howrah,  Pin-711312,West Bengal , India\r\nDate of Birth	01-05-1990\r\nNationality	Indian\r\nSex	Male\r\nMarital Status	Single\r\n\r\nDeclaration:\r\n\r\n I do hereby declare that the above furnished information is true to the best of my knowledge and belief.\r\nRegards,\r\nSUVA ADAK', 'IMG0005-984.jpg', '2017-03-31 04:39:55'),
(82, 'SOUMAYAN SARKAR', 'soumayansarkar5@gmail.com', '9830944380', 'HOWRAH', 'Btech', '1+ yrs', 'I am smart and i am having problem solving skills', 'ks36842-12.jpg', '2017-04-02 12:53:28'),
(83, 'sourav das', 'thesourav786@gmail.com', '8001804226', 'kolkata', 'Btech', '0 yr', 'B-tech- electrical engineering\r\ncollage- saroj mohan institute of technology(techno india group )\r\nbatch- 2011-2015\r\nmarks-7.3\r\ncollage training-WEST BENGAL POWER DEVELOPMENT CORPORATION &ndash; 21 DAYS,\r\n132 KV SUBSTATION WBTCL - 21 DAYS\r\nFinal year project:\r\n?	Single phase invertor using IC CD4047\r\nCertification course:\r\n?	Completed Course In C\r\n?	PHP &amp; MySQL\r\nKnowledge:\r\n?	Html5\r\n?	CSS\r\n?	JavaScript\r\n?	jQuery\r\n?	WordPress\r\n?	OOPs \r\nP.G.D-  industrial automation from idtr jamshedpur  \r\nCourse Content-\r\nS7-200, S7-300/400 PLC Programming, SCADA, Automation with Pneumatics using PLC, AC Servo Drives, PCB fault finding and repairing, CNC Machin maintenance and commissioning, AutoCAD, Basic of CNC Turning and Milling, on job training in production department \r\nWORKING EXPERIENCE:\r\n?	On Job Training in TATA MOTORS LIMITED Department of Electrical Maintenance and Electronic Maintenance.\r\n?	TRANSTECH EQUIPMENT PVT.LTD\r\nPersonal qualification:\r\n?	Result oriented\r\n?	Positive Attitude\r\n?	Practical thinking\r\n?	Quick learning\r\nCareer objective:\r\nTo associate with an organization which progresses dynamically and gives me a chance to update my knowledge and my skills, in the state of technology and be a part of the team that excels in work towards, the growth of organization and my satisfaction thereof.\r\nStrength :\r\nHard working ability with full effort and responsibility, ability to adjust in any environment and also my greatest strength in concentration &amp; patience. \r\n\r\n            give me a  chance because i will try to work in industrial automation filed', 'Mypic-700.jpeg', '2017-04-02 19:39:01'),
(84, 'Koustav Mukherjee', 'koustav.job@outlook.com', '8479997066', 'kolkata', '10+2+3', '3+ yrs', 'I am someone who has an unwavering resolve. I am determined to do well in my job and am determined to have a successful career as well as make the company I work for more competitive.', 'kp0001-347.jpg', '2017-04-04 15:53:04'),
(85, 'NEMAI HALDAR', 'nemai.haldar55@gmail.com', '9831525173', 'KOLKATA', 'Btech', '0 yr', 'B.Tech Electrical &ndash;Fresher-Training In PLC  Automation,SCADA,DCS,HMI,VFD', '011-389.jpg', '2017-04-05 14:21:38'),
(86, 'Nippu Kumar Thakur', 'sahiljis0396@gmail.com', '7501836930', 'Kolkata', 'Btech', '1+ yrs', 'I am a B.Tech graduate in electrical engineering and have field experience in electrical field. I have knowledge in industrial automation like PLC,SCADA,VFD,HMI,AUTOCAD.', 'image-554.jpg', '2017-04-07 09:05:38'),
(87, 'ALI AHMED KHAN', 'ahmedkhank70@gmail.com', '00919566241176', 'hyderabad', '10+2', '15+ yrs', 'i am sound in Electro mechanical and Electro hydraulic systems my last 18 years technical baground is mechotronics\r\nin parking safty and security equipment i have an experience of 18 year abroud, \r\ni am native from india hyderabad.\r\ni have experience of manufacturing electro hydraulic, electro pneumatic, electro mechanical equipments.\r\nlast  12 yearts i am a key person in manufacturing of boom barriers, tire killlers , hydrasulic blockers and hydraulic bollards.\r\ni can deal with steel structure fabrication and mechanical ,hydraulic and pneumatic power system, normal or PLC control panels in unit.\r\nI lead like work shop in charge and site exicution', 'ALI-AHMED-266.jpg', '2017-04-15 06:40:13'),
(88, 'ABHILASH KUMAR', 'abhilashsajour@gmail.com', '7631412716', 'siliguri wb', '10+2', '1+ yrs', 'I am diploma in electrical engineer looking for a good job plz tell me', 'Abhilash1fact1-753.jpg', '2017-04-17 05:14:00'),
(89, 'SOURAV BASU', 'iambasusouravbasu@gmail.com', '9477447971', 'KOLKATA,barrackpore', '10+2+3', '0 yr', 'I am sourav basu son&rsquo;s of Mr. basudev basu and Mrs. shukla basu. We are live in barrackpore. I passed diploma in electronics &amp; telecommunication engineering. After pass I have one year On the Job training as Diploma Engineer Apprentices in BSNL at Calcutta telephone and six month Advanced Diploma in Machine Maintenance and Automation(PLC, SCADA, HMI, HYDRULIC &amp; PNEUMATICS, DCS,E-CAD, C.N.C PROGRAMMING MILLING &amp; TURNING) in M.S.M.E. at kolkata and two month Computer Aided Drafting using Auto CAD in national Institute of Electronics &amp; Information Technology(NIELIT) at  Kolkata.', 'sourav-basu-641.JPG', '2017-04-21 13:14:52'),
(90, 'sonu kumar srivastava', 'sonusrivastava96@gmail.com', '9903366667', 'kolkata', '10+2+3', '7+ yrs', 'accounts job', 'Sonu-636.jpg', '2017-04-27 11:03:17'),
(91, 'partha sarathi mondal', 'mondalpartha177@gmail.com', '9434608120', 'kolkata', 'Btech', '0 yr', 'I have compleated B.Tech in electrical engineering and also completed Industrial automation course from pune', '5-405.jpg', '2017-04-29 18:55:28'),
(92, 'ADRISH SENAPATI', 'senapati.adrs@gmail.com', '8981957196', 'KOLKATA', 'Btech', '0 yr', 'Myself adrish senapati,son of rajendra nath senapati.i am from barrackpore.i have completed diploma &amp; btech in en electrical engineering .Now I m inTranstech equipment Pvt Ltd as a Graduate Engineer trainee automation.i had join in this company on September 2016.And my hobbies are playing &amp; watching cricket.', 'Photo-289.jpg', '2017-05-01 10:35:13'),
(93, 'sagar maroti sabde', 'sagarsabde@gmail.com', '9404670017', 'latur, maharashtra, india', '10+2+3', '0 yr', 'B.Sc. graduate fresher (Job seeker).', 'Image-112-copy-722.jpg', '2017-05-09 12:06:44'),
(94, 'Manas Kundu', 'manaskundu96@hotmail.com', '9800443220', 'Kolkata', 'Btech', '0 yr', 'I am Electrical Engineer with PlC, SCADA, Autocad skills', '1609141344130001-722.jpg', '2017-05-13 13:44:45'),
(95, 'RIK BHATTACHARYA', 'rik2012bhattacharya@gmail.com', '9836188763', 'Kolkata', 'Btech', '0 yr', 'I have B.TECH in ELECTRONICS AND INSTRUMENTATION and have completed MASTER CERTIFICATE COURSE IN AUTOMATION AND PROCESS CONTROL from MSME(MINISTRY OF MICRO,SMALL AND MEDIUM ENTERPRISES)CENTRAL TOOL ROOM AND TRAINING CENTRE, a GOVT OF INDIA SOCIETY.Possess sound technical knowledge as well as offering good problem solving ability ,communication skills and critical thinking.I am smart working and sincere professional,good team worker,adaptable to any kind of environment and can work under pressure.I am ready to relocate anywhere in India.I am hoping for positive response from your company.', 'IMG2981-Scanned-photo-82.jpg', '2017-05-14 06:33:41'),
(96, 'urmila  kumari', 'engg.urmila26@gmail.com', '8801097104', 'kolkata', 'Btech', '1+ yrs', 'dear sir,\r\ni am having b tech EEE with 2 yrs expt and diploma in automation engineeing.', '71811-URMILA-KUMARI-882.jpg', '2017-05-22 17:06:58'),
(97, 'Samim Aktar', 'samim.aktar.9674@gmail.com', '9674932308', 'Kolkata', '10+2+3', '0 yr', 'Sir I am Samim Aktar, a pass out candidate of diploma electrical engineering. Sir I passed DEE in 2016 with 72.1% marks. I am looking for a job. So I sent my resume by this site.', '20160905143655-973.jpg', '2017-05-28 10:02:36'),
(98, 'BIPUL KUMAR PATHAK', 'pathakbipul13@gmail.com', '9555389996', 'New Delhi', 'Btech', '3+ yrs', 'Curriculum Vitae\r\n\r\n Bipul Kumar Pathak \r\n  A-240 Jaitpur Extension Part-1       \r\n  Badarpur New Delhi 110044.                                                            \r\n  Mob- 09555389996  \r\n           09540106547 \r\n   E-mail Id:-pathakbipul13@gmail.com\r\n\r\nCarier Objective\r\nTo make a professional growth oriented career in the field of  Engineering with an organization by utilizing my technical knowledge and professional experience. My work should help in all round development of my abilities and skills, helping me grow both as an individual and a professional.\r\nWORKING EXPERIENCE\r\n?	Krion Computer Services Pvt Ltd Nehru Place As a Marketing Executive (Channel Sales &amp; Direct Sales,Project) In January 2017 To Till Now.\r\nJOB DESCRIPTION &ndash;\r\n&bull;	Cctv camera Sales (Ahd Camera,Ip Camera,Wifi Camera)\r\n&bull;	Dvr,Nvr,Complete Accessories,Etc  \r\n&bull;	To provide online technical  support  to client&rsquo;s &amp; Customers.\r\n&bull;	Handling problem  management  \r\n&bull;	Maintain records of important clients.\r\n&bull;	Daily Follow ups on Client, \r\n&bull;	Mailing Process with client&rsquo;s &amp; senior\'s( manager, Director,etc)\r\n&bull;	Prepare  the reports on daily basis &amp; reporting to the manager.\r\n\r\n?	Hifocus Cctv India Pandav Nagar as a Sales Executive (Channel Sales) in May 2016 to December 2016.\r\n JOB DESCRIPTION &ndash;\r\n&bull;	Cctv camera Sales (Ahd Camera,Hdcvi Camera,Ip Camera,Wifi Camera)\r\n&bull;	Dvr,cvr,Nvr,Complete Accessories,Etc  \r\n&bull;	Video door phone (vdp) Sales\r\n&bull;	Complete Oem Product Sales\r\n&bull;	To provide online technical  support  to client&rsquo;s &amp; Customers\r\n&bull;	Handling problem  management  \r\n&bull;	Maintain records of important clients.\r\n&bull;	Daily Follow ups on Client, \r\n&bull;	Mailing Process with client&rsquo;s &amp; senior\'s( manager, Director,etc)\r\n&bull;	Prepare  the reports on daily basis &amp; reporting to the manager.\r\n\r\n\r\n?	  Earth Engitech Pvt Ltd as a Project &amp; Sales Engineer in April 2013 to April 2016.\r\nJOB DESCRIPTION &ndash;\r\n&bull;	Installing  &amp; Commissioning CCTV &amp; VDP system&rsquo;s.\r\n&bull;	Installing  &amp; Commissioning  Biometric  machine&rsquo;s\r\n&bull;	To provide Support Services with Hardware &amp; Software Installations.\r\n&bull;	Handling client queries and providing appropriate solution.\r\n&bull;	Cctv camera Sales\r\n&bull;	Complete Accessories Sales\r\n&bull;	Video door phone (vdp)Sales\r\n&bull;	Audio Door Phone Sales\r\n&bull;	Electronic Lock Sales\r\n&bull;	Biometric Machine Sales\r\n&bull;	Smart Home Automation Sales\r\n&bull;	Led Sales\r\n&bull;	Laptop Sales\r\n&bull;	Guard Hut\r\n\r\nResponsibilities  -\r\n&bull;	Handling Of Teams &amp; Guide For Installation.\r\n&bull;	Making Quotation For The Customer.\r\n&bull;	Training To The Client About The Product.\r\n\r\nSkills\r\n&bull;	Familiar With Products Like CCTV (Ahd,Hdcvi,,Ip,Wifi Camera),Vedio Door Phone,Biometric Machine.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nClass\r\n	Name of Institution	Name of\r\nUniversity/Board	Year Of Passing	Result\r\nB.TECH\r\n&lt;C.S&gt;\r\n	N.I.E.T JAIPUR	NIMS UNIVERSITY	2012	67%\r\n12TH	C.P.P COLLEGE	BIEC	2007	61%\r\n10TH	LNMS	BSEB	2004	55%\r\n                \r\n TECHNICAL SKILLS\r\n\r\nCourse Contain :  CCNA  From Net Hub, Delhi.\r\nMicrosoft Technologies: M.S. Office 2003, 2007, 2010 and NT.\r\nOperating System: Windows XP/Windows 7/ Windows 8 Professional,Windows 10\r\nOther:Internet, Cctv Camera(Ahd,Hdcvi,Ip,Wifi),Audio Door Phone,Video Door Phone,Biometric Machine,Fire Alarm, Fire Extinguisher,Gas Detection System,Guard Monitoring System,Guard Tour System,Guard Hut,Hhmd (Hand Held Metal Detector) Dfmd (Door Floor Metal Detector),Dsmd (Deep Search Metal Detector),Public Address System,Smart Home Automation,Mobile Booster,Mobile Jammer,Gps Vehicle Tracker,Gps Personal Tracker,Swing Gate Automation System ,Slideing Gate Automation System ,Boom Barrier.  Etc.\r\n\r\nSTRENGTHS\r\n\r\nSelf Motivated, Team working Capable &amp; Cooperative, Excellent project management skills,     Hardworking, Quick learner, Positive Attitude, Adjustable in every environment &amp; Can Work  Under pressure\r\n\r\n                                             \r\n\r\n Date of Birth		:  10 April 1989\r\n           Father&rsquo;s Name		:   Mr Achuta Nand Pathak\r\n          Contact Number  	:   09540106547,0955538999\r\n          Language Known	:         :    English, Hindi,\r\n          Current Salary               :    25000/ Per Month\r\n           Expected Salary            :   Negotiable\r\n       \r\nDate:\r\nPlace: New Delhi                                                      Bipul Kumar Pathak', 'BIPUL-PHOTO-678.jpg', '2017-06-02 09:56:40'),
(99, 'Anirban Roy', 'anirbanroy889@gmail.com', '8348665539', 'kolkata', 'Btech', '1+ yrs', 'I am Anirban Roy,B.Tech in EE.\r\nB.Tech-77.55% Pass out-2016\r\nH.S-80%            Pass out-2012\r\nMadhyamik-81.375%     Pass out-2010\r\ntechnical skill are below-\r\n&bull;	Full knowledge in  PLC, SCADA, HMI of ROCKWELL &amp; SIEMENS.\r\n\r\n&bull;	Knowledge in  ELECTRICAL  AUTOCAD  &amp; ELECTRIC DRIVES,   INSTRUMENTATION &amp; PROCESS CONTROL.\r\n\r\n&bull;	Also knowledge in  MATLAB , PSPICE , ETAP etc.\r\n\r\n&bull;	Experienced in Windows 7/Windows 8 system &amp; knowledge in MICROSOFT OFFICE ,EXCEL etc.\r\n?	Certified 4 months course of Industrial Control &amp; Automation- ROCKWELL &amp; SIEMENS PLC, SCADA &amp; HMI, ELECTRICAL AUTOCAD &amp; ELECTRIC DRIVES &amp; MOTORS,INSTRUMENTATION &amp; PROCESS CONTROL under WEBEL Automation &amp; Convergence Academy', '818-2-717.jpg', '2017-06-04 07:01:00'),
(100, 'Amit duary', 'aduary@gmail.com', '9832973877', 'Siliguri', 'Btech', '7+ yrs', 'B.tech in electronic and instrumentation and 7 year experience .', 'AMIT3-263.jpg', '2017-06-05 04:54:37'),
(101, 'Shithee Das', 'shithee2014@gmail.com', '7686061830', 'Kolkata', 'Btech', '0 yr', 'Btech in Electronics and Communication Engineering, Internship on Master Certified Course on Automation Process Control from MSME toolroom Kolkata', 'PHOTO-708.jpg', '2017-06-05 06:40:22'),
(102, 'Saurabh Suman', 'srbhsuman@rediffmail.com', '8287334244', 'Silvassa', 'BE', '1+ yrs', 'Dear Sir/Madam,\r\nI am interested in applying for a job in your company as I believe my substantial experience &amp; knowledge will be of particular benefit to your organization.\r\nYour Company has an excellent reputation for innovation and having worked on a number of ground-breaking technological projects from the planning to the implementation stage, I believe that I can make a significant contribution to your organization.\r\nIn particular, I have: \r\n&bull;	1 Year of experience in &ldquo;QCPM&rdquo; - Quality Chain Process Management&rdquo; department which evolves activities like Product/process Quality, On shop safety , cost savings &amp; continuous improvement projects\r\n&bull;	An engineering background which gives me the ability to quickly grasp new technical detail and assess implications for operational planning\r\n&bull;	Superb relationship-building skills enabling project team members to focus on tasks even during challenging times\r\nMy CV is attached, providing further information on how my career background meets your requirements. I would welcome the opportunity to meet with you in person to discuss this further.\r\nI look forward to hearing from you.\r\n\r\nRegards\r\n\r\nSaurabh Suman\r\nTel: 08287334244', 'photo-368.jpg', '2017-06-05 14:24:55'),
(103, 'Sanjay Bhardwaj', 'bhardwajsanj@gmail.com', '8390019865', 'Nagpur', '10+2+3', '0 yr', 'My name is Sanjay. I live Nagpur Maharashtra. I have done B.COM from Nagpur University. I have wife in my family and leaving in Nagpur. I have 4 + years in Vodafone as customer service officer.', '20170421010800-1-191.jpg', '2017-06-05 16:12:27'),
(104, 'Tanmoy Paul', 'ptanmoy508@gmail.com', '9933018240', 'medinipur', '10+2', '1+ yrs', 'I am diploma in electrons ,i would like become a part of this famous company\'s so please inform me for interview Thank you', 'TMPDOODLE1497669475175-772.jpg', '2017-06-17 03:19:52'),
(105, 'Murali krishna', 'murali2199@gmail.com', '8885412199', 'Trivandrum', 'Btech', '3+ yrs', 'I am murali krishna from vijayawada(andhra pradesh) completed my B Tech in 2011...At present working as senior technical engineer in nayendra automation/control since june 2016....Before i have worked as technical engineer in powertech automation(goa) for 3 years....i have dealt with all entrance automation products...i have done various installations at cipla,lupin,bosch,siemens,lmw,unichem,glenmark......I want to build my career  with a leading organisation like you...please let me know if you have any vacancy for me.....thank you......', 'IMG-20160721-WA0027-456.jpg', '2017-06-20 12:24:39'),
(106, 'RANADIP DEB', 'ranadipdeb95@gmail.com', '8240877754', 'kolkata', 'Btech', '0 yr', '5ft 10inch height, dark complexion, smart', 'formal-737.jpg', '2017-06-22 16:44:43'),
(107, 'ARINDAM MONDAL', 'arindam94.am@gmail.com', '9674942776', 'Howrah', 'Btech', '0 yr', 'I am ARINDAM MONDAL from liluah , Howrah . I have completed B.tech from CALCUTTA INSTITUTE OF TECHNOLOGY under MAKAUT in 2017. I have done a certificate course of INDUSTRIAL AUTOMATION (PLC) and certificate course of EMBEDDED SYSTEM from MSME (GOVT. OF INDIA).', 'PHOTO-7-874.jpg', '2017-06-24 05:37:24'),
(108, 'ADITYA SHARMA', 'adityasharma18@hotmail.com', '080-9990-2029', 'Japan', 'MTech', '0 yr', 'Respected Sir/Mam\r\n\r\nMy C.V. is attached above, currently working at CAREL,Japan as an Product Engineer, looking for a career opportunity in India. I have completed  Master in Electrical and Electronics Engineering from University of Ryukyus, Japan, March, 2017.', 'Picture-103.png', '2017-06-26 06:57:52'),
(109, 'sudipto saha', 'sudiptosaha846@gmail.com', '7687031739', 'Hooghly', 'Btech', '0 yr', 'I am Sudipto Saha pursuing B.tech in Electronics and Communication(4th year) engineering from MAKAUT and passed diploma in Electronics and telecommunication engineering from WBSCTE in 2015. I have completed a certified course on Automation from MSME Tool room Kolkata. I can persue my B.tech while holding a job. I am very interested on automation field which your company deals with. So, if any vacancy is there in your company then please inform me on the following contacts.', 'SUDIPTO-SAHA-PHOTO-147.jpg', '2017-06-27 07:34:59'),
(110, 'sandeep nath', 'sandeep223876@gmail.com', '9163438987', 'Kolkata', 'Btech', '0 yr', 'As a &ldquo;Electronics engineer (freshers)&rdquo; i have some theoretical and technical knowledge and i need a platform to prove it .So, if you provide me a chance i prove my skills which help me as well as your company. This is a time to enhance my practical knowledge and your company is the best platform to start my professional life. I would be proud to work with you.', 'Scan-pic-60.jpg', '2017-06-27 19:46:48'),
(111, 'SUMAN DHARA', 'suman.dh.20@gmail.com', '9903517709', 'Sarangabad(s), Chanditala Road, P.S-Maheshtala, KOL- 700137', '10+2+3', '0 yr', 'My name is Suman Dhara. I want a job. I am a student of Birla Institute of Technology of 2017 batch, of Electronics and Instrumentation.', 'img998-329.jpg', '2017-07-01 01:31:22'),
(112, 'SUBHAJIT PAL', 'pal.subhajit11@gmail.com', '8016407680', 'murshidabad', '10+2', '0 yr', 'Diploma in Electrical engineering.', 'Passport-Photo-520.jpg', '2017-07-06 08:59:37'),
(113, 'VISHAL NAMDEORAO FULZELE', 'vishalfulzele7@gmail.com', '8087858725', 'Pune', '10+2+3', '3+ yrs', '&bull;	3 years of experience in railway signaling system &ndash; Rail Automation\r\n&bull;	3 years of experience in Electrical &amp; Electronics Automation &ndash; Door Automation\r\n&bull;	Expertise in mechanical &amp; electrical installation / commissioning / servicing/troubleshooting of all Indian &amp; Imported made electrical Automation components.\r\n&bull;	End to End project responsibilities.\r\n&bull;	Installation/ commissioning / troubleshooting of Automated Sectional \r\nDoors, High speed door and Fold up Doors, Motorized sliding gate, Retractable gate, Swing gate, Dock levelers, Boom barriers and Bollards.\r\n&bull;	Wiring, parameter settings of VFDs, PLCs.,\r\n&bull;	Taken care of estimation/outsourcing of equipment has to be deployed at the project site. \r\n&bull;	Servicing and maintenances.\r\n&bull;	Coordinates the creation of necessary drawings and equipment schedules for submittals and installation..\r\n&bull;	Keeps management informed of job progress and issues.\r\n&bull;	Handled a team of 15 + members effectively.', 'photo-1-311.jpg', '2017-07-06 10:06:51'),
(114, 'Avijit Jana', 'avijitjana.ait@gmail.com', '8145355752', 'HOOGHLY', 'Btech', '0 yr', 'To pursue my career with dedicated approach and full commitment, to explore and enhance my potential and making an effective use to the technical skill to contribute significantly in the success of the organization and to get the best out of myself both as an engineer and as an individual.', 'DSC1384-337.jpg', '2017-07-06 19:31:12'),
(115, 'Debaditya Sarkar', 'debadityasarkar15@gmail.com', '9830693960', 'Kolkata', 'Btech', '0 yr', 'Sir/Madam,\r\nI am Debaditya Sarkar passed B.Tech(ECE) this year. Currently i am looking for a job at a core sector.If I get a opportunity to work with your company,i will give my 100% effort to live up your expectation.', 'my-photo-188.jpg', '2017-07-09 09:00:31'),
(116, 'chameli mitra', 'chamelibgi@gmail.com', '8961687710', 'KOLKATA', 'Btech', '0 yr', 'knowledge of plc,scada,vlsi,ARM7,9,robotics,labview,hydraulics and pneumatics', 'phoito-378.jpg', '2017-07-13 14:05:37'),
(117, 'A J Johnson', 'johnonjoy963@gmail.com', '9630153049', 'Haldia', 'BE', '0 yr', 'I trained as a site Engineer from SMEC Kerala and i have a TUV certificate of INDUSTRIAL AUTOMATION. I worked as a Electrical Executive at Pune for 6 Months. I\'m optimistic and a quick learner.', 'Photo-691.jpg', '2017-07-15 07:55:34'),
(118, 'Geetashree Paul', 'geetashree.paul18@gmail.com', '8820388440', 'kolkata', 'Btech', '0 yr', 'I have done btech in EE from 2015 batch. I am hardworking, simple and have few knowledge on plc and SCADA.', 'passport-540.jpg', '2017-07-18 08:03:13'),
(119, 'Shuvojit Bala', 'iwantajob1991@gmail.com', '9732475893', 'Kolkata', 'BE', '1+ yrs', 'I want to build myself which I disserved.', '2-40.JPG', '2017-07-18 11:32:07'),
(120, 'Dharmendra', 'singhdharmendra35@gmail.com', '9860155487', 'Mumbai', 'BE', '3+ yrs', 'I am a simple person foccused on my goal of being in good position within few years.', 'IMG-20170721-WA0008-273.jpg', '2017-07-21 10:30:30'),
(121, 'Purba Chowdhury', 'purbac09@gmail.com', '9674206240', 'Kolkata, West Bengal', 'Btech', '0 yr', 'I am 2017 passout. I have done B.Tech in Electronics and Instrumentation Engineering. Now I am working on Hi- Next Engineering Pvt. Ltd. and looking for better job.', '1000-108.jpg', '2017-07-25 06:10:14'),
(122, 'dhirendra nath dutta', 'dhirendranathdutta1705@gmail.com', '9583815919', 'jamshedpur', 'Btech', '1+ yrs', 'i am dhirendra nath dutta having resident of jamshedpur,jharkhand. currently i am working in jupiter hitech systems, jamshedpur since 1st aug 2015 to till now. it is the authorised system house of siemens. it work on electrical &amp; automation project.', 'IMG1781-483.jpg', '2017-07-25 12:37:11'),
(123, 'SOUVIK BISWAS', 'souvikbiswas.biswas7@gmail.com', '8017309878', 'Navi Mumbai', 'Btech', '1+ yrs', 'Automation &amp; Security System Engineer', '35064-818.JPG', '2017-07-25 14:34:21'),
(124, 'Sourav Kundu', 'souravatwork@gmail.com', '7686013616', 'Kolkata', 'Btech', '0 yr', 'currently working in an Electrical company as automation and electrical engineer.', 'imgonline-com-ua-resize-dUQu1VoJSC4M-186.jpg', '2017-07-26 18:41:00'),
(125, 'Sambhaji Tanhaji Dhurandhare', 'sambha5991@gmail.com', '9970367174', 'Pune', '10+2+3', '3+ yrs', 'Regarding the Sales , please find attached a copy of my resume for your consideration.\r\n\r\nHaving worked within the Doors Automation System industry for over 2 years 11 month,\r\nI have developed a wide range of skills that would meet, and exceed the expectations for the role. In my present role as a Sales Executive  Protect Sales Pvt Ltd. \r\n\r\nI would relish the opportunity to bring this level of success to your company. If you would like to get in touch to discuss my application and to arrange an interview, you can contact me via sambha5991@gmail.com/ 9970367174', 'IMG-20170701-WA0263-198.jpg', '2017-07-27 05:15:01'),
(126, 'SOUMYABRATA PRADHAN', 'soumyabratapradhan8@gmail.com', '8153802251', 'rudrapur,uttrakhand', 'Btech', '3+ yrs', 'instrument or automation maintenance dept', '566418-176.JPG', '2017-07-27 15:18:11'),
(127, 'Sabyasachi Maity', 'sabyasachi.maity101@gmail.com', '8902422824', 'Howrah', 'Btech', '0 yr', 'Respected sir/madam,\r\n \r\n                                   I wish to apply for a post of graduate engineer trainee in your company. Please find my detailed C.V attached with this mail. I believe that I shall be able to develop myself professionally in your company.\r\n\r\nI am looking forward to hear from you.', 'sabya-23.jpg', '2017-07-28 05:30:28'),
(128, 'Santosh Sikdar', 'santoshsikdar@ymail.com', '8017122302', 'Kolkata', 'Btech', '3+ yrs', 'I am a Project Engineer of Energy Management System and has obtained experience in Commissioning, Troubleshooting, Testing of Energy meters, protection relays, machines, softwares', 'santosh100KB-109.jpg', '2017-07-28 06:02:03'),
(129, 'Sayan dey', 'sayyyandey@gmail.com', '9909395206', 'kolkata', 'BE', '0 yr', 'I DID MY B.E FROM BVM ENGINEERING COLLEGE AT GUJRAT WITH SECURING 7.6 CGPA. I HAVE 1ST CLASS IN MY 12TH AND 1OTH BOARD EXAMINATION. APART FROM THIS I M FOND OF DOING DEEP INVESTIGATION OF ANY TECHNOLOGY , BY HIGHLIGHTING THIS HOBBY I HAD PUBLISHED  ONE TECHNICAL RESEARCH PAPER.', 'img-scanned-159.jpg', '2017-07-30 01:00:37'),
(130, 'Manish', 'teilmanish.singh@gmail.com', '8512042395', 'Bihar', 'BE', '7+ yrs', 'I want to develop business in Bihar', '1501476269804-1255259318-660.jpg', '2017-07-31 04:45:41'),
(131, 'souvik halder', 'souvikh06@gmail.com', '8420996679', 'kolkata', 'Btech', '0 yr', 'Sir\r\nI have completed my b tech discipline of  electrical and electronics engineering in 2016 grade of (7.86dgpa)I am a fresh graduate from camellia institute of technology(wbut) completing different course projects and demonstrated presentation of my final year project in Monitoring and Tracking of a solar panel by wireless communication. I have ability to handle and analysis the complex problem, Well versed knowledge on core subjects(power systems, control system electrical machine) Area on interest solar energy ,project design and layout ,energy and power management According to my educational background if those post perfectly matched with it. I will be waiting for your reply. Kindly consider my resume and cover letter.\r\n Thanking You,\r\n   Your sincerely\r\n    Souvik Halder', '14735-Ex-857.jpg', '2017-07-31 06:58:16'),
(132, 'Anindya Ghosh', 'anindya1993@outlook.com', '8910340902', 'Kolkata', 'Btech', '0 yr', 'NAME:  ANINDYA GHOSH \r\nADDRESS: SHYAMNAGAR, NORTH 24 PARGANAS\r\nEmail:    1. anindya1993@outlook.com\r\n                2. anindya.ghosh358@gmail.com\r\nContact No:  (+91)8961109238\r\n                        (+91)8013945739\r\nObjective:  To work for an organization, this can provide me the opportunity to improve my skills and knowledge to growth along with the organization objective.\r\nAcademic Qualifications:\r\n Serial No.	Qualification	Year of Passing	Roll No.	Board/University	Percentage\r\n1.	Secondary or \r\nMadhyamik	2009	B07731G\r\n0002	     W.B.B.S.E	    75.62\r\n2.	Higher Secondary	2011	462411-0883	     W.B.C.H.S.E	     66.80\r\n3.	B.Tech (E.E)	2015	27901611001	M.A.K.A.U.T(Formerly\r\nW.B.U.T)	     73.10\r\n\r\nTraining &amp; Project Experience: \r\n1.	Vocational Trainee at C.E.S.C Limited Kolkata for 13 days(01.07.2013-13.07.2013)\r\n2.	Vocational Trainee at Narkeldanga Carshed under Eastern Railway-Sealdah Division for 15 days(02.01.2014-17.01.2014)\r\n3.	Vocational Trainee at B.T.P.S under W.B.P.D.C.L for 17 days(17.06.2014-04.07.2014)\r\n4.	Project done on Genetic Algorithm (optimization of electrical machine)\r\nWork Experience: Fresher\r\nComputer Proficiency: Basic knowledge of Computer (Word, Power Point) \r\nPersonal Details:\r\nFather&rsquo;s Name:  Sri Tara Sankar Ghosh\r\nMother&rsquo;s Name: Smt. Moly Ghosh\r\nAddress: 136, Dr. B.C. Roy Road, P.O: Shyamnagar, Dist: North 24 Parganas, P.S: Noapara,(Under B.P.C) Pin: 743127, West Bengal, India \r\nDate of Birth: 15th April&rsquo;1993\r\nFather&rsquo;s occupation: Ex-Serviceman\r\nMother&rsquo;s occupation: House Wife\r\nLanguages known: 1.Bengali (Read/Write/Speak) 2. Hindi (Speak) 3. English (Read/Write/Speak)\r\nReference:  I will provide names of my two respected person:-\r\nName: Mr. Rintu Pal\r\nDesignation: Senior Assistant Engineer, C.E.S.C Limited, Kolkata\r\nContact No: (+91)9231951679\r\nEmail: palrk66@gmail.com\r\nName: Mr. Arkendu Mitra\r\nDesignation: Assistant Professor, Dept. of Electrical Engineering, Narula Institute of Technology, Kolkata (Under M.A.K.A.U.T University)\r\nContact No: (+91)9433148659\r\nEmail: arkendu83@gmail.com\r\nDeclaration:\r\n                       I hereby declare that all the particulars stated in this copy are true and best of my knowledge and belief.', 'ANINDYA-PHOTO-713.jpg', '2017-08-01 15:48:15'),
(133, 'Sambhaji Tanhaji Dhurandhare', 'sambha5991@gmail.com', '9970367174', 'Pune', '10+2+3', '3+ yrs', 'Having worked within the Doors Automation System industry for over 2 years 11 month,\r\nI have developed a wide range of skills that would meet, and exceed the expectations for the role. In my present role as a Sales Executive  Protect Sales Pvt Ltd. \r\n\r\nI would relish the opportunity to bring this level of success to your company. If you would like to get in touch to discuss my application and to arrange an interview, you can contact me via sambha5991@gmail.com/ 9970367174', 'IMG-20170701-WA0263-384.jpg', '2017-08-02 18:16:21'),
(134, 'SUBHADEEP BANERJEE', 'subhabanerjee681@gmail.com', '8240616797', 'Kolkata', 'Btech', '0 yr', 'A proficient Engineer and a certified professional in PLC and SCADA', 'PHOTO-239-290.jpg', '2017-08-04 06:17:16'),
(135, 'ARINDAM MONDAL', 'arindam94.am@gmail.com', '9674942776', 'Howrah', 'Btech', '0 yr', 'I have completed b-tech in electrical engineering in 2017. I have also done certificate course of PLC and autoCAD and solar energy.', 'PHOTO-2-8.jpg', '2017-08-10 14:56:07'),
(136, 'Sayan dey', 'sayyyandey@gmail.com', '9909395206', 'kolkata', 'Btech', '0 yr', 'ENTHUSIASTIC ABOUT TECHNOLOGY AND DEVELOPMENT , HARDWORKING, DEDICATED TO DUTY.', 'img-Doc-2017-03-30-1---Page-1-292.jpg', '2017-08-12 09:26:18'),
(137, 'Manish Kumar Choudhary', 'manishro19@gmail.com', '8272974212', 'kolkata', 'Btech', '0 yr', 'Manish Kumar Choudhary\r\n366Roy Bahadur Road\r\nKolkata:700053\r\n\r\n    Respected HR Team\r\n\r\n    I am submitting here with my resume for your perusal favorable consideration to work in your organisation.Review of my credentials indicates that i am qualified B.Tech (ELECTRICAL ENGINEERING) from ARYABHATTA INSTITUTE OF ENGINEERING AND MANAGEMENT DURGAPUR affiliated to AICTE.\r\nWith exceptional communication and interpersonal skills,my self confidence ,innovative approach and quick adaptability to changing processes and trends have been my biggest assets.\r\n I am seeking a challenging job that would increase my skills and experience with objective of the organization.\r\nI would appreciate an opportunity for personal interview.', '20161025025822-3.jpg', '2017-08-17 12:09:10'),
(138, 'SHUVANKAR BISWAS', 'shuvankar35biswas@gmail.com', '8514017774', 'Kalyani, Nadia', '10+2+3', '0 yr', 'I am Shuvankar Biswas,  Diploma Electrical Engineer, I know Industrial Automation 6 month course', 'IMG-20160705-WA0000-721.jpg', '2017-08-20 09:30:05'),
(139, 'RADHA KRISHNA TRIVEDI', 'rkt9dec1987@gmail.com', '9804738392', 'KOLKATA', 'BE', '5+ yrs', 'Sir/Mam\r\n\r\nMy self Radha Krishna Trivedi.\r\nI have done BE in Mechanical and MBA in project management.I have 6 yeards of experience in project management.\r\nRight now I am working as project engineer at Navair International Pvt.Ltd a fire door manufacturing company.', '1-670.jpg', '2017-08-21 14:37:50'),
(140, 'GOVIND KUMAR DAS', 'govonddas965@gmail.com', '7545875927', 'Bhubaneswar', 'Btech', '0 yr', 'I am a fresher, so first of all I want to get knowledge about working field. And I want to put my skills and talents. So I think your company should be a great platform for it and to build my career.', 'gk-ghgf-59.jpg', '2017-08-23 17:11:31'),
(141, 'Ayush Kedia', 'ayush.jgec@gmail.com', '8972104549', 'Kolkata', 'MTech', '0 yr', 'I have completed my m.tech in power electronics and drives in2017. I am trying to find my base in the automation industry. With very good basic knowledge and good academic record I might be a good choice for the company.', 'Webp-906.jpg', '2017-08-24 08:24:13'),
(142, 'Shubhendu Nayak', 'shubhendu.nayak@gmail.com', '9818989198', 'New Delhi', '10+2+3', '12+ yrs', 'Smart working,Techno savvy,Good rapport with OEMs,Architects,PMCs,Builders,System Integretor,Corporates,Ready to face challenges,Quick learner', 'Passport-Photo-411.jpg', '2017-09-06 12:50:36'),
(143, 'Arohi Vishweshwar Deore', 'arohi.19@tapmi.edu.in', '9967991702', 'Manipal, Karnataka', 'Btech', '0 yr', 'A young, dynamic, Mechanical Engineering fresher from reputed VIT University, Vellore and currently pursuing MBA in T A Pai Management Institute, Manipal with great interpersonal skills, mathematical acumen and dedication towards work', 'ArohiDeore17F206-393.jpg', '2017-09-06 19:52:22'),
(144, 'Balaji Krishnan', 'balajikrishnan010@gmail.com', '8056328113', 'Chennai', 'BE', '1+ yrs', 'BALAJI .K\r\nNo : 3/250, Muthupatti(vil),\r\n\r\nHale Dharmapuri , Dharmapuri  636701.  balajikrishnan010@gmail.com\r\n\r\nContact No : +91-8056328113\r\n\r\nProfessional Summary\r\n\r\nHaving One year and Eight months of experience as Project Engineer in Enterance system \r\n\r\nHaving knowledge on ZK Access 5.2, SCADA and HMI \r\n\r\nHaving knowledge about installation of RFID System \r\n\r\nHaving  knowledge about installation of Shutters, High speed doors with safety system \r\n\r\nWork Experience\r\n\r\nWorked as a Trainee Automation Engineer during November 2015 to April 2016 (6 months) at Indian Entrance Automation Arumbakkum,chennai \r\n\r\nWorking in Project Engineer during May 2016 to till now (14 months) at Avians Innovations Technology Pvt.Ltd ,chennai', '11MTR011-231.JPG', '2017-09-08 12:20:30'),
(145, 'Sourav Maiti', 'ipospeedpost@gmail.com', '9879991887', 'ahmedabad', 'Btech', '1+ yrs', 'Dear sir,\r\nI am Sourav Maiti and currently working with ACS Engineers Pvt. Ltd as an Automation Engineer and looking after different types of industrial automation related software developed as well hardware panel execution for different automation products. I am very thankful to you, if any possibility for me working in your estimated organization . I am always try my best to give output for growth your organization. For further reference I here by attached my updated RESUME . )\r\n \r\nThanks and waiting for your reply.\r\n \r\nRegards,\r\n \r\nSourav Maiti\r\nAutomation Engineer &ndash; ACS Engineers Pvt. Ltd', 'IMG-20160806-WA0004-1-1-972.jpg', '2017-09-10 02:58:29'),
(146, 'BIKRAM NATH', 'bikramnathetc04@gmail.com', '9265222848', 'AHMEDABAD', 'Btech', '1+ yrs', 'Myself Bikram Nath ,Currently working with Automation and Engineering Services, Gandhinagar, Gujarat. as an application Engineer. from sept 2015 to present. Kindly go through my profile', 'pics-939.jpg', '2017-09-13 05:38:01');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(147, 'Abhisek Ghosh', 'mailtoabhi20@gmail.com', '8972429939', 'Siliguri', 'Btech', '0 yr', 'I&rsquo;m a fresher engineering graduate specializing in Electronics and Instrumentation and I have an utmost urge to work with an institution concerned in the Automation which by far is the matches with my domain. Moreover, the kind of exposure that I would have with high tech electronic gadgets would give me an ample scope of nurturing my knowledge and having a first-hand experience which by far can help your concern. My innovative and frugal nature along with help your technical expertise would definitely be led our mutual development. I have done Training and Internships with reputed Industrial Establishments and thereby having a good idea about different aspects of Industry.', 'DSC47351-566.JPG', '2017-09-14 06:39:39'),
(148, 'Siddhesh Giri', 'siddhesh05giri@gmail.com', '7045337827', 'Hyderabad', 'MTech', '3+ yrs', 'I have done my Master\'s in Electronics and Electrical Engineering from University of Strathclyde in UK. I have working experience of 4 years. Currently I am working for a company named ITS Planners and Engineers as Associate ITS Engineer where I am handling intelligent traffic system products.', 'sid-49.jpg', '2017-09-18 18:34:25'),
(149, 'HIMARI SEKHAR KAPRI', 'himadrikapri1020@gmail.com', '9093372052', 'kolkata', 'Btech', '0 yr', 'I am a B.tech (Electrical) Engineer,i would like to work in your company.I have completed a course in Industrial Automation.', 'pic-40.jpg', '2017-09-20 12:18:00'),
(150, 'Somnath mitra', 'somnathjob1991@gmail.com', '9038257646', 'Howrah West Bengal', 'MTech', '0 yr', 'ME - jadavpur university in nuclear power engineering.\r\nME project-- Indirect field oriented control of induction motor using SVPWM by MATLAB software.\r\nB.tech -- CEM,kolaghat (WBUT).\r\nB.tech project-- Solar suntracker(MPPT). Using microcontroller and stepper motor.', 'somnath-mitra-47.jpg', '2017-09-23 14:41:47'),
(151, 'soumyanil Giriiri', 'soumyanil.giri@gmail.com', '8900156978', 'KHARAGPUR', 'Btech', '0 yr', 'I am a smart worker', 'Untitled-291.jpg', '2017-09-26 12:23:21'),
(152, 'Bubai Pal', 'bubaipal1995@gmail.com', '7384593581', 'Bankura, West Bengal', 'Btech', '0 yr', 'I am b.tech fresher graduate in electrical engineering', 'bubai-photo-531.jpg', '2017-09-26 13:26:20'),
(153, 'Debantara Paul', 'debantarapaul@gmail.com', '9046703054', 'Kolkata', 'Btech', '0 yr', 'Dear sir,\r\nMyself Debantara Paul from Malda,I have completed diploma in electrical engineering from Malda Polytechnic after that I have completed B.tech from GNIT,JIS group, currently doing a job as an Electrical Engineer.\r\nSir,I will be highly obliged if you give me an opportunity to work in your concern,\r\nThank you.', 'img575-NEW-346.jpg', '2017-10-02 07:15:20'),
(154, 'Mohit Gadhavi', 'mohitgadhavi1@gmail.com', '9978899611', 'Ahmedabad', 'BE', '0 yr', 'Hello Sir,I am currently pursuing B.E in Instrumentation and control from L.J.I.E.T(Ahmedabad).Im in final year.Im following your advertises on youtube and your website since long.It would be great help for my academics as well as for my career growth ,If you can give me a chance to prove myself as a trainee. As I Believe Hardworking and curiosity are the best skills any person have,I will be  fully committed toward my job during the training period.', 'New-Doc-2017-10-061-670.jpg', '2017-10-06 06:18:30'),
(155, 'MIR MD EZAZ', 'mirmdezaz007@gmail.com', '8350087462', 'kolkata', 'Btech', '1+ yrs', 'If you are looking for an Automation Engineer, Who is hard working and understood the nature of job, has good working experience on difference type Electrical control panel, VFD, PLC ( Ladder Program), ACB, MCCB, Transformer, Motor &amp; some other electrical equipment .\r\n\r\n\r\n\r\n \r\n\r\nAlso knowledge about Installation, Supervision &amp; Commissioning, Testing Troubleshooting &amp; Maintenance of Electrical Control Panel. And then I may be the candidate you are looking for. If you have any current opening and find me suitable candidate for the post.\r\n\r\n \r\n\r\nI shall be happy to work for your organization.', 'Mir-964.jpg', '2017-10-06 10:53:05'),
(156, 'Yaswanth Bharadwaj', 'yaswanthmoharla95@gmail.com', '7382043723', 'kharagpur', 'Btech', '0 yr', '1.Certified Automation Engineer\r\n2.Quite good in PLC Programming.\r\n3.Capable of adapting to work in new systems &amp; environments easily.\r\n4.A quick learner who enjoy learning new things.', 'DSC9948-350.JPG', '2017-10-06 14:05:23'),
(157, 'Amrik', 'amrik81053@gmail.com', '7973959429', 'Ludhiana', 'Btech', '3+ yrs', 'I m project engineer.recently i have been handle project of Saudia ambassy gate automation and security products.', 'AMRIK-SINGH-1-130.jpg', '2017-10-08 02:33:18'),
(158, 'SAJAL SAMANTA', 'sajal.nitttrkol@gmail.com', '8371044935', 'Kolkata', 'MTech', '0 yr', 'TO WHOM SO EVER IT MAY CONCERN\r\n \r\nRespected Sir/ Madam,     \r\n       \r\nI am writing to apply for a full-time Job in technical domain in your reputed company. I have completed M.Tech in Mechatronics Engineering from National Institute of Technical Teachers Training &amp; Research, Kolkata, and B.Tech in Electronics &amp; Communication Engineering from IMPS College of Engineering &amp; Technology, Malda in West Bengal.\r\n\r\nI have already undergone numerous training, workshop, and project and have gained the necessary experience for working in your organization.\r\n\r\nAs you can see from my attached resume, I developed my research and engineering skills through several internships and academic projects. I look forward to hearing from you at an early date. \r\nThanking you.   \r\n                                                                                                    \r\nYours faithfully   \r\nSajal Samanta', 'gg-700.jpg', '2017-10-09 10:27:59'),
(159, 'Khalid Hossain Khan', 'khalid.khan2404@gmail.com', '9007526725', 'Kolkata', '10+2+3', '0 yr', 'Respected sir, myself Khalid Hossain khan and I have completed my diploma in Electrical engineering from The Calcutta Technical School(govt. Of West Bengal). I would like to request you to give me an opportunity to prove my mettle. My contact number is: 9007526725 or you may also inform me through email,my email id is: khalid.khan2404@gmail.com', 'DSC0000002-3-37.jpg', '2017-10-10 17:00:07'),
(160, 'Rounak Joardar', 'rbjoardar@gmail.com', '7890573830', 'Kolkata', 'Btech', '0 yr', 'I am a mechanical engineer. Throughout my academics i have been an average student but have the utmost determination  to complete any job.Regarding my nature i am a straight forward person.', 'R-J-Photo-1-892.jpg', '2017-10-11 19:47:54'),
(161, 'Arindam Maity', 'neo.arindam@gmail.com', '9073123862', '2/d, M.B.Lane, kon nagar, 712235', 'Btech', '0 yr', 'I am a electrical engineer. Automation is my favorite subject. I know PLC(seimens, mitsubishi, allen bradley, schneider), SCADA, AC drives, autoCAD, MATLAB, machine control and maintainance, basic computer. I have certificate of central government on PLC.', 'arindam-146.jpg', '2017-10-13 02:36:11'),
(162, 'LAKSHMINARAYANA RAO', 'lnrao20141985@gmail.com', '9036215350', 'bangalore', '10+2+3', '5+ yrs', 'my work experience in cctv,access control,fire alarm systems,biomatrics,digital locks,video door phones,light sensors,etc\r\nany work area just guide me means ,i understood as possible as fast,', 'New-Doc-2017-04-261493223466106-571.jpg', '2017-10-15 10:42:49'),
(163, 'Aritra Bhaduri', 'aritrabhaduri151@gmail.com', '7595962469', 'Pune', 'Btech', '5+ yrs', 'I am Sr. Instrumentation engineer with a healthy experience of 6 years in power and automation sector. Currently working with Thermax Limited , Pune', 'aritra-838.jpg', '2017-10-25 05:06:57'),
(164, 'SOURAV BANERJEE', 'sourav.banerjee1993@gmail.com', '9475060449', 'Kolkata', '10+2', '0 yr', 'I\'m Sourav Banerjee. I\'ve done diploma in Hardware &amp; Networking. I\'m Looking for a job.', 'Sourav-Banerjee0023-44.jpg', '2017-10-25 05:24:15'),
(165, 'APARNA RAJBANSHI', 'aparna.rajbanshi@yahoo.com', '7047600416', 'KOLKATA, BARABAGAR, NAWPARA KOL-108', '10+2+3', '1+ yrs', 'I AM APARNA RAJBANSHI , MY FAHER NAME SRIKRISHNA RAJ BANSHI, I LIVE IN KOLKATA, I AM A GRADUAT 2014, I HAVE ONE YEAR EXPERIENCE IN THE TILL OF PANASONIC BACK OFFICE EXECUTE AND SIX MONTH EXPERIENCE CMS MARKETING .', 'apna0002-453.jpg', '2017-10-25 05:41:05'),
(166, 'Rahul Goswami', 'rahulgoswami.ee@gmail.com', '9735007623', 'sodepur, west bengal', 'Btech', '0 yr', 'I am a fresher, but I got training on Industrial Automation, having good knowledge on Plc, HMI, SCADA, I am familiar with the PLC of MITSUBISHI, SIEMENS, SCHNEIDER ELECTRICS, ROCKWELL AUTOMATION.', 'Document-23-714.jpg', '2017-10-29 02:53:05'),
(167, 'E Shankar Narayan Subudhi', 'shankarsubudhi20@gmail.com', '7978411881', 'Bangalore', 'Btech', '1+ yrs', 'Hi,\r\nI am E Shankar narayan Subudhi ,Have total 1+ year experience.\r\n6 month Experience in one power distribution sector as a Service manager &amp; 8 month experience as a Pre-Sales Engineer in Same field.', 'PHOTO1-648.jpg', '2017-10-31 04:19:26'),
(168, 'WASIMUDDIN MALLICK', 'wmallick6@gmail.com', '8013848011', 'kolkata', 'Btech', '0 yr', 'I am from kolkata.done btech in Electrical engineering.done a course on industrial automation(plc,scada,drives,dcs)', '4-719.jpg', '2017-10-31 07:24:12'),
(169, 'Anirban Das', 'anirband290@gmail.com', '7003702056', 'P.o-panchpota kol-700152', 'BE', '1+ yrs', 'I am a hardworker.i can tackle any situation under pressure and also have good communication skill.', '12-261.jpg', '2017-11-04 07:41:26'),
(170, 'Anitesh Jana', 'janaanitesh@gmail.com', '7872871056', 'kolkata', 'Btech', '0 yr', 'I am familier with Siemens ,Rockwell automation PLC software ladder lagic and scada ,HMI ,and ac drives....I am complete industrial automation training at IIATCA kolkata ....Now I am doing job in Omron plc in DEBTRONIC Kolkata.', 'Anitesh-for-official-914.jpg', '2017-11-07 09:00:30'),
(171, 'Dipika Ghosh', 'dipikaghosh041@gmail.com', '08981231455', 'KOLKATA', 'Btech', '0 yr', 'To work for an organization which provides me the opportunity to improve my skills and knowledge to growth along with the organization objective.', 'SC802-33.jpg', '2017-11-10 18:39:39'),
(172, 'SOUVIK BISWAS', 'souvikbiswas.biswas7@gmail.com', '8017309878', 'Navi Mumbai', 'Btech', '1+ yrs', 'Security Automation System', '6423X1-ORIGINAL-58.jpg', '2017-11-12 05:38:43'),
(173, 'Rohit kumar', 'Bhardwajsonu70@gmail.com', '9780860388', 'chandigarh', '10+2+3', '3+ yrs', '.', 'IMG-20170721-WA0001-674.jpeg', '2017-11-14 05:56:22'),
(174, 'UPASANA MUKHERJEE', 'uppusana@gmail.com', '7595926672', 'KOLKATA', 'MTech', '0 yr', 'M.TECH IN MICROELECTRONICS AND VLSI(WITH 2 BRONZE MEDALS AND 2 CERTIFICATES OF MERIT FOR SECURING 3RD RANK).\r\nB.TECH IN ELECTRONICS AND COMMUNICATION ENGINEERING(WITH ABOVE 80% MARKS).\r\nCERTIFICATION COURSE ON ASP.NET USING C#.NET FROM CMC LTD.,GARIA.\r\nWORKED AS A SOFTWARE TRAINEE ENGINEER AT DATACORE(INDIA)PVT. LTD. UNDER ASP.NET DEVELOPMENT SECTION.\r\nDID A DEMO PROJECT ON ONLINE RAILWAY RESERVATION SYSTEMS USING ASP.NET,C#.NET.\r\nSCHOOLING IS FROM K.V.BALLYGUNJE(CBSE BOARD,ENGLISH MEDIUM.).\r\nTILL CLASS-12TH OBTAINED SCHOLARSHIP FOR SECURING ABOVE 60% MARKS FROM ONGC-MY FATHER\'S WORK PLACE.\r\nNAME PUBLISHED IN &quot;EI-SHOMOY&quot; NEWSPAPER FOR OUTSTANDING PERFORMANCE IN CMC. LTD. JOB ENABLING TRAINING PROGRAMME(CJET COURSE) FROM CMC. LTD. CAMAC STREET.', 'New-Doc-2017-09-08-108.jpg', '2017-11-16 13:56:19'),
(175, 'SOURAV KUMAR SAHU', 'souravkumar1566@gmail.com', '9438361566', 'Rourkela', 'MTech', '1+ yrs', 'I believe in trying for a goal and hard work towards it can make every goal achievable.\r\nI have industry experience in electrical system operation, maintenance and also in the field of research.', 'souravpassport-photo-92.jpg', '2017-11-17 04:48:24'),
(176, 'Tumpa Mandal', 'tumpa101195@gmail.com', '8974493026', 'Kolkata', 'Btech', '0 yr', 'I am a fresher 2017 passout from NIT Agartala in electrical engg and want to work in automation industry. With a strong educational background i have a good knowledge on PLC &amp; SCADA besides i am a quick learner, adaptive and hard working.', 'me5-43.jpg', '2017-11-18 18:51:00'),
(177, 'Susmita Sadhukhan', 'susjkhan80@gmail.com', '9038890468', 'KOLKATA', '10+2+3', '0 yr', 'Dear Sir / Mam,\r\n\r\n        I got your email through Google. I\'m diploma in electrical, 2017 batch. I\'m looking for a job of my field oriented .Your company, I think the best place to work for. So, if you kindly allow me to have a job in your esteemed company, I\'ll be highly obliged to you and thankful for ever. I\'m enlisting my CV hereby.\r\n\r\n\r\nThanking you,\r\nSusmita Sadhukhan\r\n9038890468\r\nKolkata,West Bengal', 'final-final-cv-981.jpg', '2017-11-23 07:47:01'),
(178, 'soumen parui', 'spsoumenparui@gmail.com', '8536856064', 'kolkata', '10+2+3', '0 yr', 'I am soumen parui.I have self confidence but not over confidence.I am very interest for working automation system based on microcontroller system.', 'WIN20171013092639Pro-391.jpg', '2017-11-28 06:22:40'),
(179, 'Mukesh Shaw', 'mukesh0711.ms@gmail.com', '9749498233', 'Kolkata', 'Btech', '1+ yrs', 'Dear Sir,\r\n\r\nGreetings of the day!\r\n\r\nMyself Mukesh Shaw want to apply for Service Engineer post. Currently I am working in Haldiram Prabhuji as supervisor. Previously I worked in Keventer Agro Ltd. I have completed b. Tech Electrical from MIET, Bandel. Also completed six months masters course in automation from MSME. This is short description about my profile. I have attached my resume,  request you to please see the attachment. Request you to please give me an opportunity to enhance my skills to be a part of your company. Please inform the details for interview if you find my resume suitable.\r\n\r\nThanks &amp; regards \r\nMukesh Shaw \r\n9749498233', 'Screenshot2017-11-29-00-08-26-888cn-593.png', '2017-11-28 18:38:38'),
(180, 'SHAMPA NEOGI', 'shampa.neogi70@gmail.com', '9674284160', 'KOLKATA - WEST BENGAL', '10+2', '7+ yrs', 'MY NAME IS SHAMPA NEOGI, MY QUALIFICATION HIGHER SECONDARY (XII). I LIVE AT DUMDUM, MY EXPERIENCE 5 YEARS IN ONIDA (DATA ENTRY) AND 2 YEARS IN PANASONIC( BACK OFFICE EXECUTIVE)', 'PHOTO-743.jpg', '2017-11-29 14:18:04'),
(181, 'SHIBAPRASAD GHOSH', 'shibaprasad.ghosh12@gmail.com', '8902479212', 'NEW DELHI', 'Btech', '0 yr', 'I am not very a hard worker, but always complete my work on time and with perfection. i am just a hard worker not very hard worker.', 'shiba-149.jpg', '2017-11-30 11:15:58'),
(182, 'Saumalya Hazra', 'only.saumalyahazra@gmail.com', '9804487496', 'Bangalore', '10+2+3', '0 yr', 'I passed Diploma in the branch of Electronics and Telecommunication Engineering with 7.8 GPA (First Class Distinction) in 2017.', 'Passport-size-photograph-96.jpg', '2017-12-03 05:37:24'),
(183, 'Kohinoor Chakraborty', 'kohi_2005@rediffmail.com', '9920241253', 'Goa', 'Btech', '10+ yrs', 'Myself,Kohinoor Chakraborty,a B. Tech in Electronics &amp; Instrumentation,is having over 11 years experienced(including 2+ years in gate &amp; door entrance automation sector) in various sector in after sales service, project,AMC &amp; spares business development,Planning &amp; Operations, Techno Commercial activities with Negotiation skills, Team leading ability. I have also the ability of vendor management, working knowledge in SAP, MIS preparation etc.\r\nI have the knowledge of installation &amp; commissioning and servicing in entrance automation field(automatic gate, automatic door, Shutter, loading bay equipment also).\r\nNow I am working in Gandhi Automations Pvt. Ltd., a leading organization in entrance automation field in India,as a Sr. Engineer-Project &amp; Service Operation.\r\nI am very much interested to join in Smart Power Automation for West Bengal as well as East India region.', 'KC-Photo-240.jpg', '2017-12-05 09:39:15'),
(184, 'Bholanath Pal', 'bholanath.pal1993@gmail.com', '9564046972', 'kharghapur', 'Btech', '1+ yrs', 'CURRICULUM VITAE\r\n\r\n\r\nBHOLANATH PAL\r\n\r\nAMJORE, PASCHIM MEDINIPORE\r\n\r\nWEST BENGAL\r\n\r\nPH NO- 9933188566\r\n\r\nMAIL:- bholanath.pal1993@gmail.com\r\n\r\n\r\nPROFILE\r\n\r\nI am Electrical Engineer. Now I am technician in S.R. ENGINEERING &amp;CO. \r\nTo be a part of an organizations where I can utilize my inherent talent to contribute my skills to the Organization&rsquo;s vision and mission.\r\n\r\n        \r\nWORK EXPERINENCE\r\nCOMPANY NAME: S.R. ENGINEERING&amp;CO. \r\n DATE: from 16/08/2016 to till now.\r\n\r\n DESIGNATION: Field technician. \r\n\r\nEDUCATION\r\n\r\n&bull;	SECONDARY\r\nEXAM	BOARD	MARKS	PASSOUT\r\nSECONDARY	West Bengal Board of secondary education	80.5%	2010\r\n\r\n\r\n&bull;	DIPLOMA\r\nEXAM	BOARD	MARKS	PASSOUT\r\nDIPLOMA IN ELECTRICAL\r\nENGINEERING	WEST BENGAL STATE COUNSIL OF TECHNICAL EDUCATION.\r\n	73.2%	2015\r\n\r\n\r\n           B. TECH\r\nEXAM	BOARD	MARKS	PASSOUT\r\nB. TECH IN ELECTRICAL\r\nENGINEERING	WEST BENGAL UNIVERSITY OF TECHNOLOGY\r\n	PURSUING	2018\r\n\r\n\r\nKEY SKILLS:\r\n\r\n&bull;	SKILL 1 - BASIC COMPUTER APPLICATION.\r\n\r\n&bull;	SKILL 2 - RETAIL MANAGEMENT.\r\n\r\nLANGUAGES\r\n\r\n&bull;	BENGALI- Speaks + Read +Writes.\r\n\r\n&bull;	ENGLISH- Speaks + Read + Writes.\r\n\r\n&bull;	HINDI- Speaks.\r\n\r\nPERSONAL PROFILE\r\n\r\nName: BHOLANATH PAL\r\n\r\nD.O. B: 3/10/1993\r\n\r\nFather&rsquo;s Name: Mr. Gopinath pal\r\n\r\nMother&rsquo;s Name: Mrs. Chaya pal\r\n\r\nGender	:	Male	\r\nMarital Status	   : Single\r\nNationality	:	Indian	\r\nCategory	:	General\r\nReligion	:	Hinduism\r\n		\r\nPermanent Address:	Vill+P.O-Amjore. P.S-Goaltore. Dist-Paschim Medinipur.\r\n			Pin-721157.\r\n\r\n\r\n\r\nDECLARATION\r\n\r\nI hereby declare that the above written are true to the best of my Knowledge and belief.\r\n\r\n\r\n\r\nDate:\r\n\r\nPlace: amjore, goaltore\r\n\r\n                                                                                                                                                 BHOLANATH PAL', 'IMG-20170923-WA0001photo-Copy-1233-793.jpg', '2017-12-08 15:17:12'),
(185, 'Sourish Bhattacharyya', 'sourish0bhattacharya@gmail.com', '9038171637', 'Konnagar', 'Btech', '1+ yrs', 'I hereby submit my resume where i can utilize and apply my knowledge and skills.Also fulfilling organizational goals and develop my aptitude.Job Role:-Supervision,Erection,Commission,Service,Testing,Automation,Project Management.', 'PHOTO-RUPAM-801.jpg', '2017-12-09 10:54:50'),
(186, 'jayanta samanta', 'jayantosamanta@gmail.com', '9748166092', 'kolkata', 'Btech', '1+ yrs', 'i am b.tech in electronics and comunication engineering. i have 2year experiance in calibration fild. and i  do a plc and scada cource.', 'Copy-of-IMG0002-2-9.jpg', '2017-12-23 19:43:03'),
(187, 'Soutik Kumar', 'k.romario4@gmail.com', '8777042194', 'Kolkata', 'Btech', '0 yr', 'I am an electrical engineer from the batch of 2016. I am currently pursuing my career in telecom and want to change my field into core electrical works if given an oppurtunity. I am a quick and dedicated learner. I am ready for challenges.', 's-100011-275.jpg', '2017-12-27 18:16:57'),
(188, 'Shatadal chatterjee', 'chatterjeeshatadal@yahoo.in', '7278329362', 'Kolkata', 'Btech', '0 yr', 'Sir I am an ece fresher\'s having gate qualified and cgpa 8.61 having Crystal clear knowledge in analog. Digital , circuit theory ,control system ,c,java. Data structures,mpu 8085..\r\nI need a chance to prove my worth .\r\nI don\'t want the job security,i want to survive by my performance.', 'IMG20170928115604-333.jpg', '2017-12-28 13:46:11'),
(189, 'NAVIN KUMAR SINGH', 'd16navin.ns@gmail.com', '9958255912', 'Central Delhi', 'BE', '1+ yrs', 'I am Navin Kumar Singh, Currently I am working with AJS SCALE INTERNATIONAL as an ITS Engineer sice Feburary 2015. I have experience of Installation of Boom Barrier, have taken traing on Tyre Killer, Bollard, Swing and sliding gate. \r\n\r\nHere with I request  you, if any opportunities in your Company, please give me a chanceto work with your team.', 'IMAGE-714.jpg', '2017-12-30 08:56:43'),
(190, 'Najeeuddin', 'najeerizvi44@gmail.com', '7979888762', 'Kolkata', 'Btech', '0 yr', 'I am Najeeuddin from hazaribag,  jharkhand. I have completed my B. Tech in Instrumentation &amp; control Engineering and I have done post graduate diploma in industrial automation from smeclabs.', '1502178066964-632.jpg', '2017-12-30 15:34:42'),
(191, 'MANISH SHAH', 'manishshah23061985@gmail.com', '8860555708', 'ghaziabad', '10+2', '10+ yrs', 'Computer hardware and networking engineer from last 10 years, currently working in pvr cinema The Opulent Mall', 'f3a35733-3083-49a9-8bab-6134fe5679ce-399.jpg', '2017-12-31 13:29:14'),
(192, 'Subhadip Maity', 'subha_dip92@rediffmail.com', '9851189759', 'Kolkata, India', 'Btech', '1+ yrs', 'Subhadip Maity\r\nEMail-subha_dip92@rediffmail.com\r\nContact No- 9851189759\r\nFather Name	: DEBDULAL MAITY \r\nDate of Birth	: 11/04/1992\r\nGender	: Male \r\nMarital Status	: Single \r\nBlood Group	: A+\r\nNationality	: Indian\r\nAddress	        : (Permanent) C/O &ndash; DEBDULAL MAITY\r\nVill -Telgachhari, P.O-Ramnagar\r\nDist.-East Medinipur, West Bengal, Pin-721441\r\nCareer Objective :  I would like to excel in different functional areas to prove my worth to organization by developing my skills and working ethics.\r\nWork Experience : Worked at Biva Solars Private Limited as \'Field Executor\' from January 2017 to November 2017 in Howrah.\r\n&bull;	Contributed Civil designs: Solar Module Mounting Structure, Solar angle and declination.  \r\n&bull;	Solar photovoltaic Off-grid and On-grid Design &amp; Installation.\r\n&bull;	Solar Submersible Pumping System and Pressure Booster pumps Design &amp; Installation.\r\nSoftware : MS Excel, MS word, MS Power point.\r\nTraining : \r\n1. Solar photovoltaic Off-grid and On-grid: Design &amp; Installation, Government of India Ministry of New and Renewable Energy.\r\n2. South Eastern Railway, Kharagpur Division.\r\nProject: Detection of power grid synchronization failure on sensing frequency or voltage beyond capable range.\r\nSecondary Examination- West Bengal Board of Secondary Education- 2009- 70%\r\nHigh Secondary Examination- West Bengal Council of Higher Secondary Education- 2011- 59%\r\nB.Tech (Electrical Engineering)- Biju Patnaik University of Technology- 62.36%\r\nTechnical Skills: Electrical Machines, Transmission and Distribution System,Power Electronics\r\nDeclaration: I hereby declare that the above mentioned information is true up to my knowledge.', 'subhadip-photo-resize-834.jpg', '2018-01-05 13:13:02'),
(193, 'Dhiraj Kumar Goswami', 'dhirajgoswami007@gmail.com', '8436064206', 'kolkata', 'Btech', '0 yr', 'N/A', '00003-925.jpg', '2018-01-11 06:46:50'),
(194, 'Sisir Kumar Roy', 'sisirkumar1993@gmail.com', '8348607905', 'Kolkata', 'Btech', '1+ yrs', 'Waiting for opportunity to growth organisation and as well as myself', 'New-Doc-2017-03-311-645.jpg', '2018-01-16 18:28:48'),
(195, 'Falak meraj', 'falak786meraj@gmail.com', '7033622336', 'Jamshedpur', 'Btech', '1+ yrs', 'I would describe myself as a very hard working and highly motivated person.I do take my job seriously,I believe I\'m quite easy-going to work with.I\'m very good at finding solutions to problems.I really enjoy meeting and working with a lot of different people,and i am also known for being a great listener and a great communicator.I make sure that every task is just right but also completed in timely manner.I am an organized person who is focus on producing results.I enjoy solving problems,troubleshooting issues.\r\n        I am a b.tech engineer in electrical and electronics engineering from BPUT.I have worked with Nomosots Outsourcing Private Limited as a HR Executive for about 2 years.I am interested working with automation company and for that i have trained myself with the technical skills of Advance Plc and Scada from MSME (Govt.of INDIA).', 'PicsArt03-06-11-544.jpg', '2018-01-17 09:34:19'),
(196, 'Arnab singha roy', 'nabo.arnab@gmail.com', '9735213849', 'Kolkata', 'Btech', '1+ yrs', 'I would like to express my interest to join your company as automation engineer.\r\nI also have 1 year experience in the same field from Bharat Electronics Ltd (BEL)', 'Picture-001-007-71335-714.jpg', '2018-01-24 17:17:16'),
(197, 'SONU KUMAR SRIVASTAVA', 'sonusrivastava96@gmail.com', '9903366667', 'KOLKATA', '10+2+3', '7+ yrs', '?	To Secure a Challenging and Outstanding Position in a Progressive and Growth Oriented                               Organization Utilizing My Skills in any Discipline', '125177-947.jpg', '2018-01-27 06:04:44'),
(198, 'sankalan ghosh', 'sank.4non@outlook.com', '8017851192', 'kolkata', 'Btech', '7+ yrs', 'I ,sankalan ghosh an automation engineer with 5 years experience in industrial automation at automated mail processing centre.completed my engineering degree in electronics and communication engineering,and did my schooling from baruipur high school.I mostly try to perform my job in time satisfactory and perfectly as directed or instructed, \r\nI am  technically well sound  with adequate skills and hard working and honest', 'photo-300.jpg', '2018-01-27 20:00:12'),
(199, 'Bhola kumar gupta', 'innovativebholagupta@gmail.com', '7004646712', 'New Delhi', '10+2', '0 yr', 'Dear sir,\r\n I am Bhola kr gupta, I am very interested in engineering field (except civil-engg).And I have completed diploma in mechanical engineer in yrs-2017, and aslo did a course in industrial automation (PLC &amp; Scada programming). I have self experiences about 2-years in Automation projects, and i have knowledge about electrical and electronics circuits/devices/sensors etc, And also known C-programming, Autocad 2D and 3D etc.\r\nBut i prefer industrial automation and i want to be an expert in this.\r\n\r\n\r\nPlz find my resume for relavent post.\r\n\r\nThanks &amp; Regards\r\nBhola kumar Gupta\r\n7004646712/8409675287', 'b-707.jpg', '2018-01-30 19:02:24'),
(200, 'HIMADRI SEKHAR PANDA', 'himadrispanda26@gmail.com', '9836137880 / 9609617933', 'kolkata', 'MTech', '7+ yrs', 'I have managing capacity and strong patience. I an a hard worker.', '1-267.jpg', '2018-02-02 17:51:10'),
(201, 'Ayan Adhikary', 'ayan42018@gmail.com', '9804169132', 'kolkata', 'Btech', '0 yr', 'I am writing in response to your job notification advertised on your company website. I am a fresh undergraduate in Electrical Engineering from West Bengal University of Technology.\r\nI am highly focused and aim to begin and promote my career in the field of Electrical designing and automation. Being a fresher to this field, I would like to commence my career with your well established and accredited company. It would be an immense pleasure for me if I assist your company in its various fields like AC &amp; DC machine maintenance, Power grid, Transmission, etc.\r\nLooking forward for a positive response which would give me an opportunity to enhance and expand my career goals. In addition, I assure you of my expertise and complete dedication which will be an asset to your company. Please contact me as per your convenience.', 'New-Doc-2017-12-271-79.jpg', '2018-02-03 10:30:30'),
(202, 'Paramita Modak', 'paramita.modak966@gmail.com', '9481452072', 'Bangalore', 'MTech', '0 yr', 'I am currently pursuing my M Tech  final year thesis work from National Aerospace Laboratories(CSIR-NAL). \r\nMy specialization in M Tech is sensor Sensor System Technology (current CGPA - 8.2) from VIT University (Vellore). My B Tech background was Electronics &amp; telecommunication.', 'IMGsmall-sixe201710-492.jpg', '2018-02-05 17:50:09'),
(203, 'Amitava Singha Roy', 'amitavasingha1995@gmail.com', '7059113865', 'Ichapur', 'Btech', '0 yr', 'Sir/Madam my name is Amitava singha roy.I did my B.tech in Electrical Engineering from Gurunanak Institute Of Technology .I want to apply for the job for the role of an engineer in your company.I have attached my cv with all my details.I will always be obliged to you for this thank you.', 'amitava-838.jpg', '2018-02-13 18:40:49'),
(204, 'KRISHNA KUMAR', 'krishnakumar511991@gmail.com', '9038255176', 'KOLKATA', 'MTech', '0 yr', 'I believe in work...I am belongs to poor family ... I respect all type of work...below my level ..I want to join your company .', 'PIC003612-2-176.jpg', '2018-02-14 12:52:41'),
(205, 'MITALI R. MAHERSHI', 'mmahershi@gmail.com', '8335981447', 'KOLKATA', '10+2+3', '15+ yrs', '1) WORKED IN MONSANTO as  REGIONAL CUSTOMER SUPPORT EXECUTIVE  KOLKATA FOR 12YEARS  2) WORKED IN GANDHI AUTOMATION PVT LTD  FOR 7YRS IN MUMBAI HEADING EASTERN ZONE including Bhutan , North East. Took challanges and crack the deal Completing Prestigious Project like Taj, BAPCL, AIr Force , Metro Hospital Kolkata , \r\n&bull;	Upcoming Projects  (Industrial &amp; Commercial) Heading the Eastern Zone of India. \r\n&bull;	Some Prestigious Project from Delhi, Mumbai, Hydrabad, Bangalore\r\n&bull;	Marketed at Eastern Region(Bengal, Orissa, Jharkhand, Bihar, North-East India, Bhutan) with Industrial Product as well as some special Industrial Entrance Automations Product Nation vide\r\n&bull;	Communicated with Over 200 Prospective National clients  on regular basis through emails &amp; Phone Calls to maintain close relationship with them\r\n&bull;	Control over Movement of Marketing Staff\r\n&bull;	Prepared MIS on daily progress and communicated project  details to the Managing Director.\r\n&bull;	Reached Face To Face to the client for Final Negotiation \r\n&bull;	Received Orders from Clients on Premium \r\n&bull;	Executed the Orders in the system by my team under my Leadership\r\n&bull;	Regular Coordination with In-house office ,Production unit and Logistic department  for  On Time Delivery of Material\r\n&bull;	Control over  Collection &amp; Outstanding\r\n&bull;	Visit  to the site Locations during Installation (if Required)', 'OFFICIAL-PASSPORT-PHT-278.jpg', '2018-02-15 08:02:09'),
(206, 'Naba Kumar Sen', 'nabakumarsen333@gmail.com', '9735802273', 'Kolkata', 'Btech', '0 yr', 'My name is Naba kumar sen. My village name is Patna, purba medinipur. I passed 10th examination in 2011 with 70.37% and I passed H.S examination in 2013 with 54%.Then I passed B.Tech (EE) in 2017 with 8.32 (DGPA).I have a good communication skills.I am quick learner and l am ready to work with team with positive attitude.', 'NABA-RESUME-965.pdf', '2018-02-15 09:58:35'),
(207, 'Ankit kumar', 'ankitlucknow94@gmail.com', '7607970012', 'Lucknow', 'Btech', '1+ yrs', 'I have passed my graduation in electronics and instrumentation engineering.i N doing job in foyer infrastructure  pvt. Ltd. And I have an xperience of two years.', 'GATE---Copy-625.jpg', '2018-02-16 01:58:06'),
(208, 'Rahul kumar Singh', 'rahulkrsingh0207@gmail.com', '8279487315', 'Ahmedabad Gujarat', 'Btech', '0 yr', 'I am Rahul Kumar Singh from Tundla(U.P).i am doing job in toshi before six month. I am in Engineer post in toshi.I worked on BRTS project in gujarat.', 'WhatsApp-Image-2018-02-12-at-11-6.jpeg', '2018-02-16 07:54:33'),
(209, 'samir maity', 'samir.energy2@gmail.com', '8972266375', 'kolkata', 'Btech', '1+ yrs', 'Dear Sir,\r\n\r\n\r\n\r\n\r\n\r\nGreetings of the day !\r\n\r\n\r\n\r\nDespite of being an engineering diploma in electrical discipline,having working  experience in core field and also have a proper hands on knowledge in solar project, power system design, control panel manufacturing, installation, testing, commissioning of electrical project, maintenance and services.  Along with  i have participated in various projects related to energy audit and energy management study under guidance of  BEE certified energy auditors and energy managers.\r\n\r\n\r\n\r\nPlease find the attachment herewith, contains resume.\r\n\r\n\r\n\r\nI will be highly obliged if you please allow me to prove my self.\r\n\r\n\r\n\r\nRegards,\r\n\r\n\r\n\r\nSamir maity\r\n\r\n\r\n\r\n+918972266375', 'GHFGHFUYYTIU-941.jpg', '2018-02-18 13:52:14'),
(210, 'Sourav Sadhukhan', 'ssadhukhan874@gmail.com', '7001847688', 'Kolkata', 'Btech', '1+ yrs', 'I am a B.tech Engineer in Electrical &amp; Electronics. I have worked 1.5 yrs in Rajdeep Info Techno Pvt Ltd in Toll automation field. Worked with Toll Management system, surveillance system, ETC system, Weigh in motion system. I have installed 2 project( 4 Toll Plaza) . Also worked in maintainence field. I am looking forward for better opportunity.I hope smartpower operation will give me chance to explore more challenging work.', 'New-Doc-2018-02-191-700.jpg', '2018-02-19 14:16:25'),
(211, 'KRISHNA KUMAR', 'krishnakumar511991@gmail.com', '9038255176', 'KOLKATA', 'MTech', '0 yr', 'I am believe in work.', 'PIC003612-2-365.jpg', '2018-02-24 11:24:55'),
(212, 'SOURAV DHAR', 'souravdhar48@gmail.com', '9126129959', 'Fresher', 'Btech', '0 yr', 'I have completed my b-tech in Electrical Engineering from Mallabhum Institute of Technology in 2017. After that I also complete a 6 months &quot;Master Certificate Course in Automation And Process Control&quot;  from M.S.M.E Tool Room Kolkata (C.T.T.C.).', 'New-Doc-2017-03-191-868.jpg', '2018-02-26 09:10:38'),
(213, 'SOUMYA DATTA', 'soumyadatta0@gmail.com', '8902253622', 'RISHRA', 'Btech', '0 yr', 'I am Soumya Datta. I am coming from Rishra. I am a student of Modern Institute of Engineering And Technology in the field of Electrical Engineering. My hobby is play writing.', '001-890.jpg', '2018-02-27 12:37:10'),
(214, 'Debanjan Kishore Roy', 'debanjanroy100@gmail.com', '8334064125', 'Kolkata', 'BE', '1+ yrs', 'Myself,  Debanjan Kishore Roy , an Electrical engineer with first Class pass from Burdwan University in 2015. Have 1 year 3 month experience in Electrical Machine Maintenance. Have certified knowlege( from CTTC,Kolkata) of Industrial  Automation (PLC (Siemens), VLSI, Embedded System(ARM-7),  SCADA, E-CAD, DCS, Drives, Lab-View, Hydraulics &amp; Pneumatic )', 'PHOTO-387.jpg', '2018-02-28 04:42:22'),
(215, 'ANGSHU BISWAS', 'angshubiswas94@gmail.com', '9531593713', 'ASANSOL', 'Btech', '0 yr', 'I havepursued B.tech in Electrical Engineering.I have knowledge in PLC,SCADA,EMBEDDED Systems,VLSI and Robotics.', '000000000000-65.jpg', '2018-03-01 15:45:32'),
(216, 'SUNNY MAJUMDER', 'sunnymajumderee@gmail.com', '8617631125', 'Kolkata', 'Btech', '1+ yrs', 'Myself Sunny majumder. I\'m from murshidabad. I\'ve been completed Btech in Electrical Engineering from murshidabad college of engineering and technology under MAKAUT on 2016 with 8.15 dgpa (74%).', '2017-05-08-0005-151.jpg', '2018-03-03 05:20:56'),
(217, 'Soumik Choudhury', 'soumik.rph1@gmail.com', '7001438309', 'Kolkata', 'Btech', '0 yr', 'I\'m Soumik Choudhury, 22years old. I\'m from Rampurhat, Birbhum, West Bengal, but for my studies I live in Baghajatin, Kolkata. Talking about my studies, I have completed my B.Tech in Electrical engineering in 2017 from West Bengal University of Technology. Talking about my industrial training, I have done 2 trainings, One in West Bengal State Electricity Transmission Company Limited &amp; 2nd one in Indian Railways. Now taking about my projects, I have done 2 projects, 1st one in DTMF based wireless controller systems &amp; 2nd one in water level automation by using Radio frequency &amp; NAND gates. My subject of interests are Automation technology, substation design, railway technology etc. Talking about my hobbies, I like to surf internet, reading Wikipedia articles &amp; also watching YouTube videos... that\'s all about myself.', 'IMAGE-135.jpg', '2018-03-03 08:03:37'),
(218, 'SUNNY MAJUMDER', 'sunnymajumderee@gmail.com', '8617631125', 'Kolkata', 'Btech', '1+ yrs', 'Myself Sunny majumder, I have completed Btech in Electrical Engineering from murshidabad college of engineering and technology under MAKAUT on 2016 with 8.15 dgpa (74%).', '2017-05-08-0005-153.jpg', '2018-03-05 11:11:28'),
(219, 'SUNNY MAJUMDER', 'sunnymajumderee@gmail.com', '8617631125', 'Kolkata', 'Btech', '1+ yrs', 'Myself Sunny majumder, i have completed btech in Electrical Engineering from murshidabad college of engineering and technology under MAKAUT on 2016 with 8.15 dgpa (74%).', '2017-05-08-0005-655.jpg', '2018-03-05 11:13:31'),
(220, 'Bijoy Das', 'bijoydas4991@gmail.com', '8240780145', 'kolkata', 'Btech', '0 yr', 'I have pursued B.tech from RCCIIT in the stream of applied electronics and instrumentation. My Area of interest is Sensors,Transducers,PLC. I have done  training in PLC. My Final year project was about the comparative study between IPMC sensors and Standard Emg Electrodes. I am also a singer, composer,guitarist, and contrat bridge player. i hope /i will not disappoint you. Thank you.', 'DSC4421a-292.jpg', '2018-03-05 16:03:03'),
(221, 'MD SARIFUL ISLAM', 'mdsarifulislam111@gmail.com', '7980629361', 'KOLKATA', '10+2+3', '1+ yrs', 'I want to learn some new, and i will give you feedback better', '3x4-c-933.jpg', '2018-03-08 16:05:58'),
(222, 'Bishwajit Ghosh', 'bishwajitghosh4@gmail.com', '9674676803', 'Kolkata', 'Btech', '0 yr', 'I am Bishwajit Ghosh.I am from Garia,kolkata.I have done B.tech in Electrical &amp; Electronics Engineering in 2017 and I am looking for a job.I have 3 month Experience as a Trainee Site Engineer in BCPL Railway Infrastructure limited from October 2017 to January 2018.I want to gain knowledge,I don&rsquo;t have any expectations.I want to learn.Please give me a chance sir.', 'tuklu-138.jpg', '2018-03-12 06:00:43'),
(223, 'SARASIJ GHOSH', 'sarasijghosh8@gmail.com', '8961764372', 'KOLKATA', 'Btech', '0 yr', 'Desire for knowledge and the eagerness to learn drives my confidence in achieving anything.', 'IMG20180313222901-436.jpg', '2018-03-13 16:59:12'),
(224, 'Syed Nabeel Ahmed', 'snabeelahmed994@gmail.com', '+917509321310', 'Bhopal', 'BE', '1+ yrs', 'To,\r\nThe HR Manager,\r\n\r\n\r\nSub: Application for the post of &ldquo;Mechanical HVAC Design Engineer, Project Engineer &amp; HVAC Sales Engineer&rdquo;.\r\n\r\n\r\nDear Sir,\r\n\r\n	With reference to the above subject, I avail this opportunity to introduce myself  \r\nSyed Nabeel Ahmed.  I am in a field where creative and logical thinking is must and I am confident that I can do justices to the work with my talent and skills.\r\n\r\n	Being actively involved in the field of HVAC for 3 years (approx.) I have gained wide experience, which has benefited me professionally and broadened my creative and logical thinking in the HVAC field.\r\n\r\n	I am confident to Design &amp; Draft the Mechanical works for commercial, Residential, Hospitalized &amp; industrial projects.\r\n\r\n	I&rsquo;m enclosing here my Curriculum Vitae for your kind consideration of my candidature and hope that I may get an opportunity to prove my worthiness.\r\n\r\n	Keeping in view of my qualification, knowledge and experience, I am confident that I can fulfill the above-mentioned assignment perfectly and live up to your expectations.\r\n\r\n\r\nLooking forward for a favorable response.\r\n\r\n\r\nWith best regards,\r\n\r\nSYED NABEEL AHMED\r\nMechanical Engineer, B.E (Mech)', 'PASSPORT-SIZE-PHOTO-892.jpg', '2018-03-17 15:35:19'),
(225, 'Arnab Maji', 'arnabmaji16@gmail.com', '8697643547', 'Chinsurah', 'Btech', '0 yr', 'myself Arnab Maji , from chinsurah hooghly.i\'ve completed my b.tech in electrical from ABACUS INSTITUTE OF ENGINEERING &amp; MANAGEMENT in the year of 2017, now perusing  master certificate course in automation &amp; process control from MSME TOOL ROOM ,Kolkata . gather a good knowledge about automation industry , gain practical knowledge aboy the work process. as well as i learned embedded system , vlsi programming, LAB View , E-CAD, hydraulics, pneumatic , HMI,DCS , etc. so if i get opportunity ,ready to give give my 100% .eagerly waiting for the working on automation industry .', 'arnabcvmerge-533.jpg', '2018-03-17 20:22:06'),
(226, 'DINABANDHU MANDAL', 'mandaldinabandhu2@gmail.com', '8072649807', 'canning', '10+2+3', '1+ yrs', 'my name is Dinabandhu mandal .form canning . my qualification is diploma in mechanical. i worked two years on Borg Warner Morse System manufacturing company .in my family have, my mother &amp; sister .', '201803212207251-263.jpg', '2018-03-21 17:39:25'),
(227, 'saraswati sharma', 'sharmasaraswati292@gmail.com', '8984150498', 'bhubaneswar', 'Btech', '0 yr', 'i have completed my b tech from bhubaneswar college of engineering in 2017 with 76%\r\ni have completed my intermediate form Kendriya vidyalaya no.3 in 2013 with 68%\r\ni have completed my matriculation from kendriya vidyalaya n0.3 in 2011 with 83%\r\ni have done NSQF level 7 certified 6 month master certificate course in automation and process control from CTTC bhubaneswar', '18621-sarswati-2-533.jpg', '2018-03-22 15:06:28'),
(228, 'ABHIJIT MOITRA', 'abhijitmoitra138@gmail.com', '9679627341', 'KALYANI, NADIA', 'Btech', '0 yr', 'I, being a fresher do not have practical knowledge but I have theoretical skills .Thus, I am looking for a company which appreciates my skill and knowledge which will help me to build a good career as well as will uplift the organization.', 'Photo-603.jpg', '2018-03-23 04:55:49'),
(229, 'kasthuri rangan', 'rangan.ceg@gmail.com', '9444955512', 'kolkata', 'MTech', '3+ yrs', 'self motivated, learnt to adapt new technologies, patient to observe skills, have strong knowledge in hardware, circuit analysis and embedded systems, lasers and electro optics.', 'Rangan35KB-717.jpg', '2018-03-23 19:16:02'),
(230, 'ABID HOSSAIN', 'iamrony35@gmail.com', '8389971044', 'VILL DANPUR, PO CHANDPUR, PS PANDUA, DIST HOOGHLY, PIN 712152 W.B.', '10+2', '0 yr', 'I AM A DIPLOMA STUDENT IN MECHANICAL ENGINEERING. PASSED HIGHER SECONDARY IN 2015\r\nI WANT MY CAREER GROWING WITH YOUR COMPANY.', '20180325112909-862.jpg', '2018-03-25 06:03:34'),
(231, 'SUBHA MANNA', 'mannasubha@yahoo.com', '8016453676', 'kolkata', 'Btech', '1+ yrs', 'I have completed my Btech in electrical and electronics engineering and I have experience in automation panel board equipment like starter ,contactor, induction machine,', 'Somu-63.jpg', '2018-03-27 05:32:18'),
(232, 'pratim kumar mondal', 'pratimmondal14@gmail.com', '8902256314', 'kolkata', 'Btech', '1+ yrs', 'CAREER OBJECTIVE\r\n              I am a persevering individual who loves to take up new challenges and have   \r\n              penchant for driving action.\r\n\r\n\r\nKEY QUALITIES &amp; PERSONALITY\r\n*   Team player with an ability to learn new things quickly.\r\n*   Have a good temperament to work under pressure.\r\n\r\nWORK EXPERIENCE: \r\n1.	DHAL ENGINEERING COMPANY KOLKATA : I  Worked on two renowned         projects i.e. TCS Water Treatment Plant (Kolkata) &amp; Reliance Water Treatment Plant (Dehradun, Uttrakhand) \r\n         DURATION:  August 2015 to May 2016        \r\n          Post:  Electrical Maintenance Engineer\r\n                      Specialty: Water Treatment (STP, WTP).\r\n2.	ROMYA ELECTRONICS (Dehradun) as an electronics ckt designer.\r\nMade moving light display AND  repair`s electronics equipments. \r\n3.	Currently working at GLOBALVISION POWER SOLUTIONS PVT LTD (Dehradun, UK) Generator Dealers-Kirloskar\r\n                       Post:  Service Electrical engineer.\r\n                       Specialty: Installation, commissioning kirloskar dg set 230 kva  to 500 kva (Electrical  \r\n                       Panel servicing) .\r\n                       From: January 2017 \r\nEDUCATIONAL QUALIFICATION\r\n?	MSME (CTTC) Bhubaneswar, Odisha.\r\nMaster Certificate Course in Automation &amp; Process Control (MCCAPC), March, 2016.\r\nSubject &ndash; (ELECTRICAL HARDWARE CONTROL, PLC, SCADA, HMI,\r\n                 PNEUMATICS AND HYDRAULICS CONTROL,\r\n                 E-CAD, TIA PORTAL AND ROBOTICS etc.)\r\n\r\n?	Camellia School of Engineering &amp; Technology, West Bengal.\r\nB .Tech, Electrical Engineering, WBUT, June 2014, Division: First, 71.11%\r\n\r\n\r\n?	Basudevpur K.N.P.C. High School, West Bengal.\r\n+2 Science, WBCHSE, March 2010, 57.4%\r\n\r\n?	Basudevpur K.N.P.C. High School, West Bengal.\r\no	Secondary exam,WBBSE, March 2008, 63.74%\r\n\r\n\r\n\r\nCOMPUTER PROFICIENCY:\r\n : Good knowledge about   C, C++, (CORE JAVA, AND ADVANCE JAVA), HTML, CSS, \r\n                                              JAVA SCRIPT, JQuery, PHP,MySQL\r\n                                              Microsoft Office, Adobe Photoshop, Coral design, \r\n                                              Eagle PCB DESIGN software and (completed the certificate course in  \r\n                                              Information Technology and Application. )\r\n\r\nINDUSTRIAL TRAINING\r\n\r\n?	Basic Television Engineering at Doordarshan Kendra, Kolkata.\r\n\r\n?	Functioning and Technical Details of Transmission &amp; Distribution System of Electrical Power and Details of Different S/Station Equipment at Ashokenagar, 132 KV S/Station of West Bengal state electricity Transmission Company limited.\r\n\r\nPROJECTS:   Wind Turbines, Pattern Designing Using Automatic Positioning and \r\n                         Marking\r\nACHIEVEMENTS:  Winner of many cultural events in school and college level.\r\nEXTRACURRICULAR ACTIVITY:\r\n&bull;	Yoga\r\n&bull;	Drawing {Chitra Visharad Pratham Khand (4th Year) From Pracheen Kala Kendra}\r\n&bull;	Singing&ndash; Rabindra Sangeet {Diploma Of Sangeet Bhaskar   Final (7th Year) from Pracheen Kala Kendra}\r\n&bull;	Playing Tabla\r\n&bull;	Apiculture\r\n\r\nHOBBIES: \r\nSinging, Social Networking, Cricket playing, Computer Games. Learning computer programming ,\r\n\r\nPERSONAL DETAILS: Father Name&ndash; Amal Kanti Mendel\r\n?	Date of birth:  18th   August, 1992\r\n?	Languages Known:  English, Hindi, Bengali\r\n?	Address -C/O &ndash; Amal Kanti Mondal ,Vill &amp; PO: Khalisani, VIA: Chackkasi, P.S:Uluberia, \r\n                                       DIST: Howrah, Pin: 711307, State: WEST BENGAL  \r\n\r\nDECLARATION:\r\n\r\n\r\nI hereby declare that the above particulars furnished by me are true to the best of my knowledge and belief.', 'Untitled-2-608.jpg', '2018-03-28 05:01:09'),
(233, 'JEETESH PRABHAKAR GHIVE', 'jeeteshghiveipl@gmail.com', '7350055266', 'nagpur', 'BE', '0 yr', 'Learning self motivated', 'Q2MYU1HS9a4E7reA82DMYQYD-742.jpg', '2018-03-28 07:46:30'),
(234, 'TANMOY DEY', 'tanmoydey656@gmail.com', '8017244588', 'NAIHATI', 'Btech', '0 yr', 'I have done ADVANCE DIPLOMA on PLC DCS SCADA from NATIONAL INSTITUTE OF ELECTRONICS AND INFORMATION AND TECHNOLOGY with 85% of marks after my b.tech in ELECTRICAL ENGINEERING (2017).\r\nI am not still experienced in this industrial automation field but i have worked with AB(RSLogix500), ABB(CODESYS V2.3),SIMENS(STEP7 SIMANTIC) \r\nDCS ABB(FREELANCE 800F)\r\nSCADA (GE-IFIX PROFICY)\r\nHope that my performance will not be regretting at your concern as at least automation\'s basics are known to me.', 'Optimized-fc9b4d0a-3f6a-4f2f-8185-e325c0e6b9e8-3-370.jpg', '2018-03-30 19:39:03'),
(235, 'Supratik Saha', 'supratik.bittu@gmail.com', '9002732771', 'Kolkata', '10+2+3', '0 yr', 'I have done diploma in electronics and telecommunication. I have workd with Aforeserve.com ltd. in PNB bank at zonal network center in Kolkata as a customer support engineer. I want to do job of your company as a service engineer.', '1001-1-138x177-138x177-75.jpg', '2018-04-02 11:12:10'),
(236, 'MILON HOSSAIN', 'samratkhan50@gmail.com', '7550878284', 'KOLKATA', '10+2+3', '0 yr', 'Lets Talk Face to Face', 'photo-417.jpg', '2018-04-03 04:44:11'),
(237, 'Subhendu Bera', 'subhendubera3@gmail.com', '9635160561', 'Kolkata', 'Btech', '0 yr', 'I have completed B.Tech in Electrical Engineering from Dr. B.C Roy Engg. College, Durgapur in the year 2017 and sound knowledge in PLC. I strongly believe that I have all the qualities you require, and can assure you that I posses all the abilities needed to prove worthy of this job. \r\n\r\nI would be highly obliged to get a chance to prove myself worthy of your company and the position. I have a copy my updated resume attached with this e-mail. I will eagerly wait for an interview call or the selection anytime soon if possible.  \r\nThanking you.\r\n\r\nYour sincerely,\r\nsubhendu Bera \r\n9635160561', 'Subhendu-Bera-min-777.jpg', '2018-04-03 10:56:41'),
(238, 'Swarnendu Patra', 'bapi.pitter@gmail.com', '9051705718', 'kolkata', 'Btech', '0 yr', 'Dear Sir/Madam, I am a fresher. I have completed my B.tech at electrical Engineering from Camellia Institute of Technology and I pass out at 2017. I have trained at industrial automation from MSME , kolkata. If you chace me for interview then i show my talent  in my electrical trade. If you choose me then I work for your company any place of India.', 'swarnendu-1-787.jpg', '2018-04-05 02:38:14'),
(239, 'Ankit Kumar', 'ankitsinghbkj@gmail.com', '8287733401', 'Delhi', 'Btech', '5+ yrs', 'Result oriented, smart working, interpersonal skill, have done international and domestic sales with good track record, making strategy for clients through case study..', '117370811566856143550271990063895036530542n-853.jpg', '2018-04-05 12:31:28'),
(240, 'Preethi Ramanathan', 'pree95ramanathan@gmail.com', '8754887837', 'CHENNAI', 'Btech', '1+ yrs', 'I am interested in Automation and have done various projects on it. Some of them are Vehicle automation using DSRC, Race car data acquisition model etc. Please apprise me if there is an opportunity.', 'resumephoto-448.jpg', '2018-04-08 04:34:22'),
(241, 'VIKAS SHELAR', 'VIKASSHU7@GMAIL.COM', '9096701920', 'PUNE MAHARASTRA', '10+2+3', '1+ yrs', 'I attached herewith my CV. Applying for technical support/system engineer. I have 2 years experience in Tolling as system Engineer in Rajdeep Group. Pvt Ltd.Pune. \r\n\r\n\r\nPFA of CV\r\n\r\nName: Vikas Shankar Shelar\r\nMo.no:09096701920', '201804101707411000-294.jpg', '2018-04-11 13:17:53');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(242, 'SHITHEE DAS', 'shithee2014@gmail.com', '7686061830', 'DUMDUM CANTONMENT', 'Btech', '0 yr', 'Hi\r\nMyself Shithee...i have done b.tech in ece...i have also done master certificate course in automation.... n i have recently come across the website of your company..i m very much interested to work in ur company....looking forward to hearing from u..thank u...', 'PHOTO-78.jpg', '2018-04-11 14:03:11'),
(243, 'PIJUSH KUMAR GHOSH', 'pijush.014@gmail.com', '8001528659', 'DURGAPUR, WEST BENGAL', 'Btech', '3+ yrs', 'I am a person looking for challenges, innovation and a desire to breakaway from the regular through skilled leadership. I am very energetic and responsible person. I seek to shape my life and change the environment likewise. In all my works I try to keep in mind the deadlines &amp; come out successfully with desired results. I am confident that my approach would make a significant contribution to the continued success of your esteemed organization, so that your Mission gets fulfilled.', 'DSCN46941-723.jpeg', '2018-04-13 16:24:01'),
(244, 'Suman Das', 'suman9038das@gmail.com', '7003213273', 'Tangra, kol-700015', 'Btech', '1+ yrs', 'Myself Suman Das have completed my engineering in Electrical &amp; Electronics on the year of 2015 and now working as a faculty in Electrical Technician trade at The George Telegraph Training Institute. Apart from teaching I also do residential wiring &amp; maintenance work and for this purpose I had Electrical supervisory certificate.', 'photo-858.jpg', '2018-04-16 11:10:23'),
(245, 'Subhadeep Maity', 'maity.subhadeep@gmail.com', '9434475127', 'Kolkata', 'Btech', '3+ yrs', 'Design engineer in Honeywell Kolkata .\r\nPreviously worked as a automation engineer in Energia System Pvt Ltd.', 'Screenshot2016-07-13-14-26-552-637.jpg', '2018-04-17 10:51:58'),
(246, 'Sudipta Giri', 'giri.sudipto13@gmail.com', '8768249190', 'R.R.PLOT-451; Ruby; Kolkata', 'Btech', '0 yr', 'I have done my B.Tech on Electronics &amp; Telecommunication on 2016 with a sound  knowledge of arduino uno kit and it\'s programming.I\'m too much interested to work with sensor(and kits like arduino,etc) through programming.Also I have complete a project on smart blind helper stick. So I found this company as my biggest opportunity.', '23kb-127.jpg', '2018-04-18 11:44:19'),
(247, 'Sourav Paik', 'souravpaik16th@gmail.com', '8145392549', 'Kolkata', 'Btech', '0 yr', 'In our final year project, we were working on ARDUINO UNO KIT. By using this kit we implemented &quot;BLIND HELPER STICK&quot;. And also have knowledge on ULTRA SONIC Sensor. So i m very much interested to work in your company that i can gain vast knowledge and utilize it for your company purpose.', 'IMG9397-2-232.jpg', '2018-04-18 12:46:29'),
(248, 'Sourav das', 'thesourav786@gmail.com', '8001804226', 'Ghatsila', 'Btech', '1+ yrs', 'Im a electrical engineer.completed engineering in the year of 2015.now I dowing my Jo in a oxygen production unit.holding designation operation and maintenance as a shift in charge .', '91-80018-04226-20180419191213-802.jpg', '2018-04-20 12:41:26'),
(249, 'Swarnendu Patra', 'bapi.pitter@gmail.com', '9051705718', 'Kolkata', 'Btech', '0 yr', 'Dear Sir/Madam, I am a fresher. I have completed my B.tech at electrical Engineering from Camellia Institute of Technology and I pass out at 2017. I have trained at industrial automation from MSME , kolkata. If you chance me for interview then i show my talent  in my electrical trade. If you choose me then I work for your company any place of India.', 'swarnendu-1-161.jpg', '2018-04-21 14:20:02'),
(250, 'sumit bhailalbhai patel', 'sumitecengg@yahoo.com', '9662234105', 'ahmedabad', 'BE', '7+ yrs', 'sumit patel', '027-699.jpg', '2018-04-21 17:54:04'),
(251, 'ABHISHEK HALDAR', 'abhihaldar123@gmail.com', '9647005208', 'KOLKATA', 'Btech', '1+ yrs', 'To\r\nThe HR Manager\r\n\r\nRespected Sir / Madam,\r\nI am enclosing my resume in hopes that your company may assist me in\r\nlocating a position in your Company. I am very much interested in\r\nobtaining to be a part of your company.\r\nI had done my B.TECH in Electrical Engineering from West Bengal\r\nUniversity of Technology in the year 2014.\r\nI have  One  Year Experience with well known organization in Maintenance &amp;  Management .\r\nI am eager to contribute my abilities and hard work to your Company\r\nwith all my ability as well as smart work.\r\nI believe I can help your Company to meet its goal of expanding\r\nits production as well as its importance.\r\nI shall be highly obliged if you find my CV and give me at least one\r\nchance to prove myself and to be a part of your esteemed company.\r\n\r\nThank you for your time &amp; consideration, I look forward to hearing from you.\r\n\r\n\r\n\r\n\r\n   Regards,\r\nAbhishek Haldar', 'ORIGINAL-2-298.jpg', '2018-04-22 07:39:55'),
(252, 'Sofiul Alam', 'bipu.sofiul@gmail.com', '7685947951', 'Kolkata', 'Btech', '0 yr', 'A graduate Electrical Engineer from Dr Sudhir Chandra Sur Degree Engineering College in 2017. And also I have done a technical certificate course in automation and processes control from MSME kolkata  tool room.  I am highly devoted to work with your company. \r\nThank you.', 'IMG20180308211355-894.jpg', '2018-04-26 06:58:21'),
(253, 'Sougata Singha', 'sougatasingha1@gmail.com', '9836876998', 'Naihati', '10+2', '3+ yrs', 'Nil.', 'MG83461-829.jpg', '2018-04-27 11:09:14'),
(254, 'Sougata Singha', 'sougatasingha1@gmail.com', '9836876998', 'Naihati', '10+2', '3+ yrs', 'Nil.', 'MG83461-627.jpg', '2018-04-27 11:44:44'),
(255, 'Prabhat Kumar Sharma', 'prabhatsharmavns@gmail.com', '7905471003', 'Varanasi', '10+2+3', '15+ yrs', 'Dedicated &amp; committed professional with 28 years of rich experience in  IT Sales &amp; Marketing, Business Development, Business operations, Administration, Planning &amp; Management, Product &amp; People Training', '9360867239200643296851926949743485654327n-111.jpg', '2018-04-28 08:11:26'),
(256, 'Chaitali Shamsundar Ghate', 'chaitalighate123@gmail.com', '8007819905', 'Nagpur', 'BE', '0 yr', 'Hello,\r\n\r\nI am fresher (electrical engineer-2017 passout with 85.30%).I have good knowledge and certification of PLC programming, SCADA, HMI, DRIVES, Industrial Automation.\r\nKindly revert if you find it suitable for requirement.\r\n\r\nThanks and regards,\r\nChaitali Ghate.', 'CHAITALI-383.jpg', '2018-05-03 10:35:10'),
(257, 'Abhishek Laha', 'mralaha.1988@gmail.com', 'mralaha.1988@gmail.com', 'mumbai', 'BE', '5+ yrs', 'Dear Sir/madam,?\r\nI have more than five years of experience in electrical &amp; Instrumentation base Project field. I have a faith on my education, skills experiences which  fit the requirements of any executive and managerial role and I am confident that if any opportunity is given to me based on my skills &amp; experiences, I would be an asset to your company. \r\n\r\nKindly give me an opportunity to get suitable position as per my profile and experience.\r\n\r\nI am available to meet with you at a time that\'s convenient to you. I look forward to hear from you soon.\r\nRegards,\r\nAbhishek Laha\r\nMob1: +91-8767126059\r\nMob2: +91-8779484262', 'Photo-83.png', '2018-05-04 05:39:49'),
(258, 'ARNAB GHATAK', 'ghatakarnab2@gmail.com', '7278525297', 'Kolkata', 'Btech', '1+ yrs', 'I have completed B-Tech in Electronics and Communication Engineering.I have experience in  Toll Automation and Electronics And Microcontroller  Servicing Industry.', 'img2018012319492903P-794.jpg', '2018-05-04 14:12:14'),
(259, 'SOUBHIK KUMAR NASKAR', 'soubhiknaskar10214@gmail.com', '7980027662', 'DEBIRPARA 2NO GATE, HOWRAH', '10+2+3', '0 yr', 'well instrument knowledge,able to go anywhere for company purpose and as a freshers I can build my innovative career by learning and  serving myself for the  organization by using my skills and other significant talents.', 'soubhik-pic-56.jpg', '2018-05-09 09:06:03'),
(260, 'PRIYADWIP SEN', 'priyadwip@gmail.com', '8436112040', 'Jadavpur', '10+2+3', '0 yr', 'My name is Priyadwip Sen.I have confidence to prove myself.i want to a opportunity', 'Screenshot20180509-150915-817.png', '2018-05-09 09:43:52'),
(261, 'Swarnendu Patra', 'bapi.pitter@gmail.com', '9051705718', 'Kolkata', 'Btech', '0 yr', 'Dear Sir/Madam, I am a fresher. I have completed my B.tech at electrical Engineering from Camellia Institute of Technology and I pass out at 2017. I have trained at industrial automation from MSME , kolkata. If you chance me for interview then i show my talent  in my trade. If you choose me then I work for your company any place of India.', 'swarnendu-1-867.jpg', '2018-05-09 14:24:41'),
(262, 'SOUMICK SARMA SARKAR', 'soumick00@gmail.com', '08768468554', 'Haldia', 'Btech', '7+ yrs', '8 years of experience as an Instrumentation &amp; Automation Engineer which comprises of an experience in Project management, Execution and Commissioning of C&amp;I package of EPC project of Thermal Power Plant, especially in programming of maxDNA DCS (metso maxDNA DCS), Siemens STEP7-300 &amp; 400 PLC, Delta PLC, Honeywell ML-300 PLC, Experion C-300 DCS (Honeywell DCS); I have got experience in Detail Engineering (cable scheduling, termination detail scheduling, etc) &amp; Logic development of various loops or sequences in DCS and PLC via Functional block/Ladder Logic, Graphics/HMI Development via C/C++/Visual Basic script Programming. I have also experience in commissioning the Electrical systems with DCS.', 'photo14-KB-6.jpg', '2018-05-15 07:19:07'),
(263, 'SOUMICK SARMA SARKAR', 'soumick00@gmail.com', '08768468554', 'Haldia', 'Btech', '7+ yrs', 'Soumick Sarma Sarkar		\r\nControl and Instrumentation Engineer.\r\nP-79 (Flat-1B), Block-?B?, Bangur Avenue, Kolkata-700055, West Bengal, India.\r\nsoumick00@gmail.com, ssoumicksarma@yahoo.com, 91-9163465938, 91-8768468554.\r\n??																\r\n8 years of experience as an Instrumentation &amp; Automation Engineer which comprises of an experience in Project management, Execution and Commissioning of C&amp;I package of EPC project of Thermal Power Plant, especially in programming of maxDNA DCS (metso maxDNA DCS), Siemens STEP7-300 &amp; 400 PLC, Delta PLC, Honeywell ML-300 PLC, Experion C-300 DCS (Honeywell DCS); I have got experience in Detail Engineering (cable scheduling, termination detail scheduling, etc) &amp; Logic development of various loops or sequences in DCS and PLC via Functional block/Ladder Logic, Graphics/HMI Development via C/C++/Visual Basic script Programming. I have also experience in commissioning the Electrical systems with DCS.\r\n		\r\nWORK EXPERIENCE:\r\n\r\nExecutive - Control &amp; Instrumentation\r\nIndia Power Corporation Limited - December\' 2013 to Present.\r\nPosting: Haldia, West Bengal.\r\nProject Name: Erection and Commissioning of BTG &amp; BOP package of 3X150 MW TPP for India Power Corporation Ltd. \r\nDomain: Automation &amp; Erection and Commissioning of C&amp;I panels and instruments in BTG &amp; BOP.\r\nResponsibility:\r\nDetailed engineering, Project Management, Instrumentation &amp; Control, Planning &amp; Execution, Contract Management, Site execution, Power Plant Commissioning, Quality Assurance, Cost Saving Initiatives, Resource Mobilization, Inter and Intra-departmental Liasoning &amp; Coordination.\r\n1. Responsible for DCS programming for both maxDNA and Experion C-300 DCS of Honeywell(with Functional Block Diagrams) and IO assignment. \r\n2. Responsible for detailed engineering of the C&amp;I package for BTG, Common BOP, AHP, CHP, WTP, ETP.\r\n3. Configuration of DCS network protocols or field buses like Ethernet/IP, MODBUS (RTU &amp; TCP/IP), PROFIBUS, PROFINET, MAXNET, IEC 61850, ETHERNET (TCP/IP).\r\n4. Responsible for HMI/SCADA development and programming. \r\n5. Responsible for commissioning of Boiler and Turbine Instruments through maxDNA DCS.\r\n6. Responsible for commissioning of Control valves, motorized valves, solenoid valves, motorized dampers and gates through DCS/ PLC.\r\n7. Responsible for harnessing Automation and commissioning of Ash Handling Plant, Silo, Bottom Ash Hopper through DCS (C-300, Honeywell).\r\n8. Responsible for logic development and commissioning of Coal Handling Plant conveyor belt through DCS(C-300, Honeywell). \r\n9. Responsible for logic development and commissioning of compressor through Siemens PLC (Step-7 WinCC) and then communicating with DCS via MODBUS-TCP/IP. \r\n10. Responsible for commissioning of HVAC with PLC (Delta make).\r\n11. PLC programming (Allen Bradley, Siemens and Delta) and configuration.\r\n12. Harnessed third party communication through maxDNA OPC connectivity between maxDNA DCS and Honeywell Experion C-300 DCS.\r\n13. Responsible for commissioning of LT and HT drives through DCS. VFD configuration (ABB VFD: ACS850, ACS550) and then the communication and control through DCS.\r\n12. Review of Control Schemes of various MCC Panels and inter-wiring schedules, relay wiring of DCS. \r\n14. Responsible for reviewing construction drawings such as JB &amp; Instrument location drawing, wiring layouts, hook-up connection, P&amp;ID\'s, typical installation details, loop diagram, logic diagram, data-sheets, IO allocation.\r\n15. Responsible for certification of FAT (Factory Acceptance Test) &amp; SAT (Site Acceptance Test) of DCS hardware and software development.\r\n16. Coordination with Vendors for detail engineering. \r\n17. Engineering coordination with design Department.  \r\n18. Preparation of daily work plan for C&amp;I vendors.\r\n19. Preparation and review of Plant automation system configuration, Instrument List, IO list, Control Schemes, Instrument hook up, specifications for C&amp;I Packages. \r\n20. Preparation of day to day preventive maintenance tasks.\r\n21. Responsible for troubleshooting of any automation system when the plant is in running condition.\r\n \r\nEngineer- Control &amp; Instrumentation\r\nShristi Infrastructure &amp; Development Corporation Ltd. - Power Div. (SREI Group of Companies) - Kolkata, West Bengal - April 2011 to November 2013.\r\n(i) Time: 16th Sept?12 - 30th Nov?13; Duration: 14 months\r\nProject Name: Erection and Commissioning of BTG &amp; BOP package of India Power Corporation Ltd.\r\nDomain: Erection and Commissioning of C&amp;I panels and instruments in BTG &amp; BOP.\r\nResponsibility:\r\n1. Review of Control Schemes of various MCC Panels and inter-wiring schedules of DCS.\r\n2. Review of P&amp;IDs and the I/O list.\r\n3. Review of C&amp;I drawings and activity plans.\r\n4. Review of Logics.\r\n5. Network establishment in site office.\r\n6. UPS (20 KVA) installation in site office.\r\n\r\n(ii) Time: 4th April?11 ?16th Sept?12; Duration: 1 year and 5 months\r\nProject Name: Erection and Commissioning of BTG &amp; BOP package of Dishergarh Power Supply Corporation Limited.\r\nDomain: Erection and Commissioning of C&amp;I panels and instruments in BTG.\r\nResponsibility:\r\n1. Responsible for Erection and Commissioning of: C&amp;I panels and instruments in BTG, J.B at different places &amp; positions, ID &amp; FD Fan &amp; their Power cylinders &amp; Dampers, PRDS with all it?s Control Valves and MOVs, different actuators by setting their Limit switch and Torque switch and commissioning of Pneumatic control valve after calibration, different instruments such as Pressure Transmitter, Pressure Switch, Pressure Gauge, Temperature Gauge, Turbo-Supervisory Instrument such as speed probe, vibration probe &amp; bearing housing vibration.\r\n2. Responsible to calibrate the Pressure Transmitter, Flow Transmitter, Temp. Transmitter, Differential Pressure Transmitter through the Hart Communicator.\r\n3. Responsible for connection of Control cable from DCS (maxDNA) to JB and then JB to different instruments and their loop checking.\r\n4. Responsible for connectivity to maxNET through dual ETHERNET ports which resides as a station along with the I/O modules.\r\n5. Network establishment between Digital Processing Unit and HMI, Work Stations, I/Os and Printers to\r\nmaxNet network, and, between Work Stations and MCCs (LT Panels/ HT Panels) via MODBUS. And the consequent communication of various MCCs with DCS via MODBUS.\r\n6. Review and implementation of DCS Logics on the Customer systems.\r\n7. Responsible for reviewing the Control Schemes of different MCC Panels and SLDs.\r\n8. Responsible for Plant operation via DCS during the time of Steam Blowing &amp; Synchronization.\r\n\r\nGET - Instrumentation\r\nS.D Automation &amp; Control (P) Ltd - Kolkata, West Bengal - May 2010 to March 2011\r\nResponsibility: Project for a tobacco production unit for ITC.\r\n1. Organizing the Control Schemes and P&amp;IDs.\r\n2. Detail Engineering of P&amp;IDs.\r\n3. Valve sizing.\r\n4. Cable Scheduling.\r\n5. Preparing Control Schemes.\r\n6. Planning and management according to manpower and work.\r\n\r\nEDUCATION:\r\nBachelor of Technology in Applied Electronics and Instrumentation\r\nBengal Institute of Technology and Management (under West Bengal University of Technology), West Bengal - 2005 to 2009 with a D.G.P.A score of 7.29.  \r\n\r\nSKILLS\r\nHoneywell Experion C-300 DCS, maxDNA DCS, PLC(Siemens WinCC, Allen Bradley), HMI/SCADA development and Programming, IO allocation and assignment, Functional block diagram, Ladder Logic, Process Commissioning, Process Automation, Detail Engineering, Project Management, C, C++, Visual Basic script Programming.\r\n\r\nPERSONAL INFORMATION\r\nName					: Soumick Sarma Sarkar\r\nS/O						: Sandip Sarma Sarkar	\r\nDate of Birth				: 06th November, 1986\r\nSex						: Male\r\nMarital Status 				: Single\r\nLanguages Known			: English, Bengali, and Hindi.\r\nPassport No.				: K6854459.\r\nDeclaration\r\nI hereby declare that all the information furnished above is true to the best of my knowledge and belief \r\nDate:                                          \r\n											__________________________		\r\nPlace: 										(SOUMICK SARMA SARKAR)', 'photo14-KB-621.jpg', '2018-05-15 07:20:45'),
(264, 'ARNAB GHATAK', 'ghatakarnab2@gmail.com', '7278525297', 'KOLKATA', 'Btech', '1+ yrs', 'I HAVE EXPERIENCE IN SYSTEM&amp;SUPPORT ENGINEER AND SERVICING', 'ARNAB-GHATAK-388.jpg', '2018-05-16 08:11:38'),
(265, 'Pratik sarkar', 'sarkar.pratik2010@gmai.com', '7797314861', 'Durgapur', 'Btech', '3+ yrs', 'Respected sir, My name is Pratik Sarkar . I have degree in Applied Electronics &amp; Instrumentation engineering and now working at Deys power pvt ltd at Durgapur(W.B). I am putting forward my resume for the job in your reputed organization. kindly consider my candidature for the job and do the needful.', 'IMG-20180517-WA0011-232.jpg', '2018-05-17 15:50:55'),
(266, 'Sourav Kumar Das', 's_k_das@yahoo.in', '8327885333', 'Malda', 'Btech', '7+ yrs', 'I want to be a perfect member of your esteemed  organization , having completed my B.Tech (Electrical Engineering) from West Bengal University of Technology at 2009. I already have over 7 years &amp; 8 months of experience in different  project like RGGVY ,Feeder Separation &amp; little bit of RAPDRP (including Substation) in Lumino Industries Ltd. &amp; Bajaj Electricals Ltd', '', '2018-05-17 16:23:31'),
(267, 'Kaustav Banerjee', 'kaustav123.kb@gmail.com', '8336815780', 'Kolkata', 'Btech', '0 yr', 'A 2nd year B.Tech Electronics &amp; Telecommunication Engineering student from KIIT Bhubaneswar looking for an internship opportunity', 'IPM-PHOTO-432.jpg', '2018-05-19 07:09:37'),
(268, 'SUMAN CHAKRABORTY', 'sumantutun007@gmail.com', '8670012672', 'Mumbai', 'Btech', '1+ yrs', 'I\'m an electrical engineer, searching for better me', 'IMG20170425233911-783.jpg', '2018-05-20 13:22:39'),
(269, 'SOUMYA LAHA', 'soumyalaha1997@gmail.com', '8697356353', 'HOWRAH', '10+2+3', '0 yr', 'I AM A FRESHERS AND PURSUING DIPLOMA IN ELECTRONICS &amp; INSTRUMENTATION FROM APC ROY POLYTECHNIC COLLEGE. NOW I AM IN FINAL SEMESTER AND MY CURRENT AIM TO GET A JOB WHERE I CAN SHOW MY TECHNICAL AND CREATIVE SKILLS FOR THE GROWTH OF THE ORGANIZATION AS WELL AS TO THE BENEFIT OF MYSELF.', 'MY-PIC-545.jpg', '2018-05-21 03:49:23'),
(270, 'Suman Chakraborty', 'sumantutun007@gmail.com', '8670012672', 'Mumbai', 'Btech', '1+ yrs', 'I\'m an electrical engineer searching for an opportunity for taking my career into the top', 'IMG20170425233911-566.jpg', '2018-05-22 04:20:31'),
(271, 'Bholanath Pal', 'bholanath.pal1993@gmail.com', '9064798127', 'MIDNAPORE', 'Btech', '0 yr', 'hard working boy', 'bholada5555-826.jpg', '2018-05-23 16:11:33'),
(272, 'SUMAN CHAKRABORTY', 'sumantutun007@gmail.com', '8670012672', 'Mumbai', 'Btech', '1+ yrs', 'Sir,\r\n     I\'m an electrical ?engineer.having 1 years and 5 months of experience in the field of industrial automation.if there are any opportunities please inform me.', 'IMG20170425233911-27.jpg', '2018-05-25 05:05:27'),
(273, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '9831021270', 'Baranagar', 'Btech', '3+ yrs', '1234', '1cb3329d-cc8e-48ad-8f6a-00e8c18a8355-509.jpg', '2018-05-26 09:22:35'),
(274, 'Amit Meta', 'amitfeludameta@gmail.com', '8961018351', 'Howrah', 'Btech', '0 yr', 'My name is Amit Meta, I just passed my B.tech exam in 2016 My trade was Applied Electronics and Instrumentation Engineering. So, If you have any vacancy, kindly contact me. Thank you.', 'DSC5914---Copy-3-626.jpg', '2018-05-28 05:45:05'),
(275, 'NILASISH DAS', 'nilasish21@gmail.com', '8961484822', 'Howrah', 'Btech', '0 yr', 'Hello, sir, I am Nilasish Das from Howrah. I have completed my B.Tech in Electronics and Instrumentation Engineering from Academy Of  Technology, Adisaptagram in 2016. I have a basic knowledge of PLC (ladder logic) and SCADA. I am here for enquiring any recent job openings. If you have any kind of vacancy suitable for my qualification kindly contacted via mail or phone number which I have already mentioned. Thank you for your time.', 'DSC0127-757.jpg', '2018-05-28 14:35:35'),
(276, 'MOHAN CHANDRA', 'mohanchandra113@gmail.com', '9609493785', 'KOLKATA, WEST BENGAL', 'Btech', '0 yr', 'I have completed B.Tech with Electrical Engineering and done 4 months training on \'Industrial Automation\' which includes PLC, SCADA, HMI, DRIVES of ROCKWELL, SIEMENS, MITSHUBISHI and also done Autocad drawings. Hence, give me a chance to showcase my skills for your industry.', 'DSCN7126-20.jpg', '2018-05-28 18:36:10'),
(277, 'Bholanath Pal', 'bholanath.pal1993@gmail.com', '9064798127', 'kharghapur', 'Btech', '0 yr', 'CURRICULUM VITAE\r\n\r\n\r\nBHOLANATH PAL\r\n\r\nAMJORE, PASCHIM MEDINIPORE\r\n\r\nWEST BENGAL\r\n\r\nPH NO- 9933188566\r\n\r\nMAIL:- bholanath.pal1993@gmail.com\r\n\r\n\r\nPROFILE\r\n\r\nI am Electrical Engineer. Now I am technician in S.R. ENGINEERING &amp;CO. \r\nTo be a part of an organizations where I can utilize my inherent talent to contribute my skills to the Organization&rsquo;s vision and mission.\r\n\r\n        \r\nWORK EXPERINENCE\r\nCOMPANY NAME: S.R. ENGINEERING&amp;CO. \r\n DATE: from 16/08/2016 to till now.\r\n\r\n DESIGNATION: Field technician. \r\n\r\nEDUCATION\r\n\r\n&bull;	SECONDARY\r\nEXAM	BOARD	MARKS	PASSOUT\r\nSECONDARY	West Bengal Board of secondary education	80.5%	2010\r\n\r\n\r\n&bull;	DIPLOMA\r\nEXAM	BOARD	MARKS	PASSOUT\r\nDIPLOMA IN ELECTRICAL\r\nENGINEERING	WEST BENGAL STATE COUNSIL OF TECHNICAL EDUCATION.\r\n	73.2%	2015\r\n\r\n\r\n           B. TECH\r\nEXAM	BOARD	MARKS	PASSOUT\r\nB. TECH IN ELECTRICAL\r\nENGINEERING	WEST BENGAL UNIVERSITY OF TECHNOLOGY\r\n	PURSUING	2018\r\n\r\n\r\nKEY SKILLS:\r\n\r\n&bull;	SKILL 1 - BASIC COMPUTER APPLICATION.\r\n\r\n&bull;	SKILL 2 - RETAIL MANAGEMENT.\r\n\r\nLANGUAGES\r\n\r\n&bull;	BENGALI- Speaks + Read +Writes.\r\n\r\n&bull;	ENGLISH- Speaks + Read + Writes.\r\n\r\n&bull;	HINDI- Speaks.\r\n\r\nPERSONAL PROFILE\r\n\r\nName: BHOLANATH PAL\r\n\r\nD.O. B: 3/10/1993\r\n\r\nFather&rsquo;s Name: Mr. Gopinath pal\r\n\r\nMother&rsquo;s Name: Mrs. Chaya pal\r\n\r\nGender	:	Male	\r\nMarital Status	   : Single\r\nNationality	:	Indian	\r\nCategory	:	General\r\nReligion	:	Hinduism\r\n		\r\nPermanent Address:	Vill+P.O-Amjore. P.S-Goaltore. Dist-Paschim Medinipur.\r\n			Pin-721157.\r\n\r\n\r\n\r\nDECLARATION\r\n\r\nI hereby declare that the above written are true to the best of my Knowledge and belief.\r\n\r\n\r\n\r\nDate:\r\n\r\nPlace: amjore, goaltore\r\n\r\n                                                                                                                                                 BHOLANATH PAL', 'bholada-5555-18.jpg', '2018-05-29 15:59:17'),
(278, 'SOURISH KOLEY', 'sourishkoley55@gmail.com', '9749034586', 'kolkata', 'Btech', '0 yr', 'I am a fresher electronics and instrumentation engineer recently complete my B.tech degree from Future Institute Of Engineering &amp; management.I am looking for a job. I want to work and want to gain knowledge about  automation like PLC,DCS SCADA.', 'SOURISH--773.jpg', '2018-05-30 18:48:49'),
(279, 'Sudipta Dhar', 'dharriju5@gmail.com', '8670989115', 'Kolkata', 'Btech', '0 yr', 'I\'m seeking a company where I can use my experience, education,willingness to achieve organisational goals and establish a career for myself.', '1527659378863-434.jpg', '2018-05-31 03:54:57'),
(280, 'Ritwik Hota', 'ritwik.hota@gmail.com', '7003301795', 'Contai', 'Btech', '0 yr', 'Sir I am attaching my CV with this mail. I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control. Sir Please let me know if there is any vacancy which suits my skills. I am egerly waiting for a good response from you.. thanking you.. \r\nRitwik Hota', 'Passport-pic-low-878.jpg', '2018-06-01 17:51:48'),
(281, 'NIKHIL KUMAR CHOUDHARY', 'kumar.nikhil36@gmail.com', '7042814566', 'Gurgaon', 'Btech', '1+ yrs', 'I am having experience in plc programming hmi design and vfd installation make fuji and delta', 'resumenikhil-262.doc', '2018-06-02 10:59:48'),
(282, 'arun kumar s', 'arunkumarsukumars@gmail.com', '8129945338', 'trivandrum', '10+2+3', '3+ yrs', 'Diploma in applied electronics,working in the field of,Installation and service of \r\nCCTV,ACCESS CONTROL SYSTEM\r\nPUBLIC ADDRESSING SYSTEM,APARTMENT DOOR,PHONE,NETWORKING,AUTOMATIC GATE, HOME SECURITY SYSTEMS', 'photo--1-879.jpg', '2018-06-02 14:30:57'),
(283, 'Chiranjib Biswas', 'chiranjibbiswas55@gmail.com', '7365025337', 'Jharsuguda', 'BE', '0 yr', 'I am currently working as a SCADA Designer in Orrisa and willing to move into home automation field. I am from electronics background and have sound knowledge in electronics, microcontrollers and programming languages. I have also done a home automation project in college using arduino.', '7851-575.jpg', '2018-06-03 06:10:52'),
(284, 'Abhishek patra', 'abhishekpatra06@gmail.com', '7003681406', 'Bokaro', 'Btech', '1+ yrs', 'I am Abhishek  Patra.\r\nI have passed B.tech on 2016.\r\nNow i am working as a support engineer at Rajdeep info techno Pvt. Ltd.\r\nTechnical Skill : Toll management sysytem, Electronic Toll Collector, Automatic vehicle classifier, weigh in motion,', 'Screenshot2018-06-04-09-28-35-986.png', '2018-06-04 04:01:03'),
(285, 'Mohammad Saif Ali', 'mdsaif7435@gmail.com', '8233283470', 'jaipur', 'Btech', '1+ yrs', 'I am Mohammad Saif Ali, having more than 2 years experience in Automation field. I am well versed in design and develop automation solution using PLC, HMI, AutoCAD and instrumentation device. I have also knowledge of SCADA, VFD, Panel designing, communication and motor starters.', 'saif-photo--283.jpg', '2018-06-04 16:19:29'),
(286, 'sk saruk mohammad', 'sksarukmohammad602@gmail.com', '9883653854', 'budge budge', 'Btech', '0 yr', 'I have just completed b.tech in 2018 form university of calcutta .Apply for junior trainee engineer.', 'IMG77856-1-208.jpg', '2018-06-05 09:49:46'),
(287, 'SOURISH KOLEY', 'sourishkoley55@gmail.com', '9749034586', 'kolkata', 'Btech', '0 yr', 'I am sourish koley I have done my b.tech degree recently.I am interested about automation like PLC, DCS, SCADA.', 'SOURISH--484.jpg', '2018-06-07 14:47:41'),
(288, 'Ravi Kumar', 'php.ravikr84@gmail.com', '7439272532', 'Kolkata', 'BE', '5+ yrs', 'testing testing', 'avatar-3-bw-605.jpg', '2018-06-09 14:10:29'),
(289, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '9831021270', 'Kolkata', '10+2', '5+ yrs', 'test on 9th june', 'india-outline-map-540.jpg', '2018-06-09 17:48:01'),
(290, 'Rashmi Ranjan Behera', 'rashmiranjanbehera53@gmail.com', '9853948914', 'Balasore', 'Btech', '0 yr', 'I passed my b tech in EE  branch.then i also do an 6month course of automation in CTTC bbsr.', 'Rashmiranjan-Behera-1-482.jpg', '2018-06-10 06:19:19'),
(291, 'Adlagatta Vijaykumar', 'vijaykumarchs2103@gmail.com', '9922845720', 'Bhiwandi', 'BE', '0 yr', 'I\'m a Fresher BE graduate with experienced hands on design and analysis softwares like catia,ansys,solidworks ,pro-E and more.i have got Best design award for designing the electric golf cart vehicle in 2017 .and my life aim is to serve customers with my design and innovative skills and make their life easier and happier.', 'IMG-20180610-WA0005-855.jpg', '2018-06-10 07:12:44'),
(292, 'Jitu Das', 'dasjitu28@gmail.com', '9051343546', 'Kolkata', 'Btech', '0 yr', 'Dear sir/ madam,\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;My name is Jitu Das . I have completed my in Electrical Engineering from Gurunanak Institute Of Technology.I have a 3 months experience as a Trainee &nbsp;service engineer in soni rental power and 2 months experience as a project officer in Mlinda sustainable Environments pvt ltd . I attached my resume ,please have a look at it.If there any vacancy then please inform me .\r\n\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thank you', 'bcebad40-309c-4b69-9fe0-0dcbb8bf8ad6-106.jpg', '2018-06-11 07:17:24'),
(293, 'KOUSHIK MONDAL', 'koushik.apple19@gmail.com', '9126797895', 'KOLKATA,WEST BENGAL', 'Btech', '0 yr', 'Hello,this is Koushik Mondal from Burdwan have done B.Tech in Electrical Engineering from CIEM,Tollygunge.After crossing the bar of college,I have got a job in an organisation as an Electrical Site Engineer and I have been working here so far.\r\nThere are four members in our family including me.My father is TE(Railway) by profession &amp; my mother is a housewife.\r\nTo get mingled with someone easily &amp; not to indulge any offence are my strength and to trust someone with ease is my weakness.\r\nMy hobbies are listening to songs,hanging out,chatting etc.\r\nI have always been keen to work in such an eminent sector like Smartpower as I have a great many interests on Automation.\r\nSmartpower Automation is such a big name in present era and I wish I could definitely find my interest through it.', 'photo-2-162.jpg', '2018-06-14 10:39:27'),
(294, 'Raja Awasthi', 'ravi.cogito@gmail.com', '787878796', 'Kolkata', 'BE', '3+ yrs', 'Programmer', 'testingSoftware-771.jpg', '2018-06-15 10:34:00'),
(295, 'Sonu Kumar', 'sonuchoudhary7209@gmail.com', '7003405404', 'Kolkata', 'Btech', '1+ yrs', '&bull;	Worked as Executive engineer for Lighting Automation of various Residential and Commercials projects.\r\n&bull;	Prepare BOM, BOQ as per Project\r\n&bull;	ELV drawing and design review like , PA, CCTV, ACCESS control.\r\n&bull;	Leading project planning, effort, design, and scope, re source coordination.\r\n&bull;	Reviewing site progress against plan. If any shortfall then analyze the reason and immediately recommend a recovery plan.', '3-407.png', '2018-06-15 13:32:45'),
(296, 'Ritwik Hota', 'ritwik.hota@gmail.com', '7003301795', 'Kolkata', 'Btech', '0 yr', 'Sir I am attaching my CV with this mail. I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control. Sir Please let me know if there is any vacancy which suits my skills. I am egerly waiting for a good response from you.. thanking you.. \r\nRitwik Hota', 'Passport-pic-low-368.jpg', '2018-06-17 12:51:55'),
(297, 'Ritwik Hota', 'ritwik.hota@gmail.com', '7003301795', 'Contai', 'Btech', '0 yr', 'I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control. Sir Please let me know if there is any vacancy which suits my skills. I am egerly waiting for a good response from you.. thanking you.. \r\nRitwik Hota', 'Passport-pic-low-272.jpg', '2018-06-20 14:56:32'),
(298, 'Mouli Som', 'moulisom94@gmail.com', '9830278451', 'Kolkata', 'Btech', '0 yr', 'NAME: - MOULI SOM\r\nADDRESS: - 91/1, Mahendra Bhattacharya Road, Howrah &ndash;711104\r\nMOBILE NO: - 9830278451, 9073034170\r\nE-MAIL:- moulisom94@gmail.com\r\n\r\nCARRER OBJECTIVES: - I wish to enrich my knowledge &amp; skill in the dynamic field of Electrical Engineering &amp; I shall serve to my best capability &amp; enhance the good will of the organisation.\r\n\r\nAcademic Qualifications:-\r\n\r\nPresently studying B.Tech Engineering (4th year &ndash; 8th semester) in the stream of Electrical Engineering from St. Thomas College of Engineering &amp; Technology, Kolkata &amp; this course will be completed on June 2018.\r\nQualification\r\n   Institute\r\nBoard/University\r\n   Session\r\n  Semester\r\n    SGPA\r\n\r\n   \r\n    B.Tech   \r\n Engineering\r\nST. THOMAS COLLEGE OF ENGINEERING &amp; TECHNOLY\r\nMOULANA ABUL KALAM AZAD UNIVERSITY\r\n\r\n 2015-2018\r\n        06\r\n\r\n\r\n\r\n\r\n\r\n\r\n        05\r\n\r\n\r\n\r\n\r\n\r\n\r\n        04\r\n      7.00\r\n\r\n\r\n\r\n\r\n\r\n        03\r\n      7.43\r\n\r\n\r\n\r\n\r\n\r\n        02\r\n      7.39\r\n\r\n\r\n\r\n\r\n\r\n       01\r\n      6.26\r\n\r\n\r\n\r\n\r\n\r\n\r\n CGPA(up to 6th sem)\r\n\r\n\r\n     Diploma\r\n  Engineering\r\nENGINEERING INSTITUTE FOR JUNIOR EXECUTIVES\r\nWEST BENGAL STATE COUNCIL OF TECHNICAL EDUCATION\r\n \r\n 2012-2015\r\n        06\r\n      79.1\r\n\r\n\r\n\r\n\r\n\r\n        05\r\n      74.4\r\n\r\n\r\n\r\n\r\n\r\n        04\r\n      76.5\r\n\r\n\r\n\r\n\r\n\r\n        03\r\n      80.8\r\n\r\n\r\n\r\n\r\n\r\n        02\r\n      82.1\r\n\r\n\r\n\r\n\r\n\r\n        01\r\n      79.8\r\n\r\n\r\n\r\n\r\n\r\n\r\nCGPA(up to 6th sem)78.75\r\n\r\n\r\n\r\n\r\n        12th\r\n\r\nTARASUNDARI BALIKA VIDYA BHAVAN\r\nWEST BENGAL COUNCIL OF HIGHER SECONDARY EDUCATION\r\n\r\n\r\n     2012\r\n \r\n\r\n                 70.2\r\n\r\n\r\n\r\n        10th\r\nTARASUNDARI BALIKA VIDYA BHAVAN\r\nWEST BENGAL BOARD OF SECONDARY EDUCATION\r\n\r\n\r\n     2010\r\n\r\n\r\n                 79.5\r\n\r\n\r\n\r\n                                                                                                                                      Contd....2\r\n\r\n                                                                 //     1     //\r\n\r\n\r\n\r\n\r\nTrainings:-\r\nName of Institute / Organisation\r\n              Project Title\r\n                Duration\r\n\r\n\r\nKOLAGHAT THERMAL POWER PLANT\r\n  \r\n  VOCATIONAL TRAINING\r\n\r\n                  15DAYS\r\n\r\n\r\nG.E.E. MOTORS\r\n\r\n  VOCATIONAL TRAINING\r\n\r\n                  15DAYS\r\n\r\n\r\n\r\nCO-CURRICULAR ACTIVITIES:-\r\n Singing &amp; Recitation.\r\n \r\nPERSONAL DETAILS:-         \r\n\r\nDate of Birth: - 28.06.1994\r\nLanguage is known: - English, Bengali &amp; Hindi.\r\nReligion: - Hindu.\r\nSex: - Female.\r\nCategory: - General.\r\nMarital Status: - Single.\r\nFather&rsquo;s Name: - Uday Sankar Som.\r\nMother&rsquo;s Name: - Krishna Som.\r\n\r\n\r\nDeclaration:-\r\n\r\nI hereby declare that the information which i have provided are completely true in my knowledge and I bear the responsibility for the correctness of the above mentioned particulars.\r\n\r\n\r\n\r\nDate: - 29.05.2018                                                                                              Signature:-\r\n								                                       Mouli Som\r\n\r\n                                        \r\n\r\n                                                                            //        2         //', 'IMG22-650.jpg', '2018-06-20 17:59:18'),
(299, 'Shubham kumar gupta', 'guptashubhamkumar6@gmail.com', '7903904776', 'Patna', 'Btech', '0 yr', 'I am a mechanical engineer with an aggregiate of  65.93 in engineering discipline i would be very glad to work with such a learning ccompany', 'imgonline-com-ua-resize-t5jHS7Wy1bOG-864.jpg', '2018-06-23 16:00:34'),
(300, 'Khalid Hossain Khan', 'khalid.khan2404@gmail.com', '9007526725', 'Kolkata', '10+2+3', '1+ yrs', 'Myself Khalid Hossain Khan and I have completed my diploma in Electrical engineering from The Calcutta Technical School(Govt. Of West Bengal) in 2016 and now I working as LT Control Panel Testing and Commissioning Engineer at Trio Engineers From March 2017.  I would like to request you to give me an opportunity to prove my mettle. My contact number is: 9007526725 or you may also inform me through email, my email id is: khalid.khan2404@gmail.com\r\n \r\nPlease send me your Valuable feedback.', 'KHALID-HOSSAIN-KHAN-522.jpg', '2018-06-27 09:52:44'),
(301, 'Dheen Kumar', 'dheensrec@gmail.com', '9940131310', 'chennai', 'BE', '5+ yrs', 'This is Dheen Kumar i have more than 5 years experience in Entrance Automation Systems and Security Systems. At presently I am working in Vantage Integrated Security Solution Pvt Ltd.', 'passportsizephoto-802.jpg', '2018-06-28 05:22:46'),
(302, 'Moulick Das', 'Moulick.das2012@gmail.com', '8013014841', 'Bandel', 'Btech', '0 yr', 'I am Moulick Das.I passed btech Electrical engineering after that I did training in industrial automation from MSME Tool room Kolkata.\r\nI have knowledge in automation components and softwares.', 'temp-220.jpg', '2018-06-28 05:59:15'),
(303, 'Supriya Das', 'supriyodas2012@gmail.com', '9564381451', 'Bolpur', 'Btech', '1+ yrs', '+1years experience on EMS company as a testing and inspection engineer,currently  am working on electricals industry as a sales executive.', 'SUPRIYA-DAS-KIRTIPUR-961.jpg', '2018-07-03 08:12:30'),
(304, 'Sudipto Saha', 'sudiptosaha846@gmail.com', '7687031739', 'CHINSURAH', 'Btech', '0 yr', 'Dear, Sir/Madam, I am sudipto saha pass out diploma in electronics and telecommunication engineering on 2015 from Technique Polytechnic Institute and B.Tech in 2018 from WBUT. I am a dynamic team player. I have worked with GTPL KCBPL and Idea cellular ltd.So I am requesting you if any vacancy is there in your company then please inform me on the following contacts. I am waiting for the feedback from you.', 'SUDIPTO-SAHA-PHOTO-409.jpg', '2018-07-04 04:36:18'),
(305, 'Pankaj Kulkarni', 'kulya_pan@yahoo.co.in', '9881067424', 'Aurangabd', 'BE', '15+ yrs', 'Dear sir/ Madam, \r\n\r\nGreeting for the day!! \r\n\r\nThis is Pankaj Kulkarni, I am graduate in Production engineering from North Maharashtra University and looking for the opportunity to start carrier in your esteemed organization. \r\n\r\nI am hereby requesting you to kindly refer my resume attached in the email and provide opportunity to work with your organization if my skills and profile matches according to your requirements. \r\n\r\n\r\nRegards,\r\nPankaj Kulkarni\r\n09881067424\r\n09028687228', 'PANKAJ-866.jpg', '2018-07-04 05:24:05'),
(306, 'Shubham kumar gupta', 'guptashubhamkumar6@gmail.com', '7903904776', 'Patna', 'Btech', '0 yr', 'Hi this is shubham I always want to be on the learning edge and I am always dedicated towards my work nomatter how simple or tough my work is for me a work is a work. It will be a very great opportunity for me if I get a chance to work as well as learn very new things form this wonderful workplace.', 'ntpc-pic-677.jpg', '2018-07-09 16:34:55'),
(307, 'SOUMYA LAHA', 'soumyalaha1997@gmail.com', '8697356353', 'HOWRAH', '10+2+3', '0 yr', 'I AM A FRESHERS OF ELECTRONICS &amp; INSTRUMENTATION ENGINEERING OF APC ROY POLYTECHNIC COLLEGE. BEING A FRESHERS I AM LOOKING FOR A JOB WHERE I CAN SHOW MY TECHNICAL &amp; CREATIVE SKILL FOR THE BENEFIT OF THE ORGANIZATION AS WELL AS TO THE BENEFIT OF MYSELF. I AM INTERESTED IN AUTOMATION,PLC PROGRAMMING etc. SO I WANTED TO JOIN THIS COMPANY.', 'MY-PIC-951.jpg', '2018-07-10 12:53:08'),
(308, 'SUJAN SANTRA', 'sujansantra92@gmail.com', '9051182328', 'GHATAL', 'Btech', '1+ yrs', 'I AM RESPONSIBLE', '100-288.jpg', '2018-07-13 17:36:10'),
(309, 'Bishal Dey', 'dey.bishal@gmail.com', '7501126597', 'Ranaghat', 'Btech', '0 yr', 'I am fresher graduated from University of engineering and management Jaipur in electrical department. My CGPA is 7.6 . During my college life I have done projects related to automation and also a 1 month training on PLC. I have a huge interest in automation field and want to explore as much as possible.', 'IMG20180714145531-584.jpg', '2018-07-14 09:25:54'),
(310, 'NISAR HOSSAIN', 'nisatrhossain5@gmail.com', '7001029028', 'BOLPUR', 'Btech', '0 yr', 'My name is Nisar Hossain, and as a young and motivated individual, I am extremely interested in submitting an application regarding a job.\r\n\r\n \r\n\r\nI have pursued B.Tech in Mechanical Engineering from Aliah University in 2014. I am looking for an industry where I can use my skills and knowledge to deliver value-added results as well as further enhance my learning with this excellent opportunity', '-538.jpg', '2018-07-14 13:13:40'),
(311, 'MUNSHI MD RAKIB', 'thisisrakibmunshi@gmail.com', '9609870084', 'kolkata', 'Btech', '0 yr', 'btech fresher electrical smrat hardworking adaptive kind of people', 'rakib-528.jpg', '2018-07-14 15:17:25'),
(312, 'nimai ghosh', 'nimaighosh89@gmail.com', '9933712565', 'kolkata', 'Btech', '3+ yrs', '3yrs for telecom &amp; 1 year for afc system exp.', 'img338-930.jpg', '2018-07-14 19:30:37'),
(313, 'SAUBHIK HALDER', 'saubhik.halder93@gmail.com', '7699161417', 'DIAMOND HARBOR', '10+2+3', '0 yr', 'I AM A FRESHERS OF ELECTRONICS &amp; INSTRUMENTATION ENGINEERING FROM APC ROY POLYTECHNIC COLLEGE. BEING A FRESHERS I AM SEARCHING FOR A JOB WHERE I CAN SHOW MY TECHNICAL &amp; CREATIVE SKILLS FOR THE GROWTH OF THE ORGANIZATION AS WELL AS TO THE BENEFITS OF MYSELF. I AM INTERESTED IN AUTOMATION,PLC etc. SO I WANT TO JOIN THE COMPANY FOR BUILD UP MY CAREER.', 'SAUBHIK-PIC-119.jpg', '2018-07-15 07:56:36'),
(314, 'SAYAN MONDAL', 'sayanmondal239@gmail.com', '7407953702', 'DAULATPUR ,NANGI ,MAHESHTALA ,KOLKATA-141', 'Btech', '0 yr', 'I&rsquo;m organized. I really enjoy working with a wide variety of people to achieve a common goal efficiently and realistically. For the last few months in TELETECH, I worked with a team of technicians and engineers as we worked on telecom projects simultaneously. Each project fulfilled its responsibilities ahead of schedule.', 'IMG20180219204839-736.jpg', '2018-07-17 16:11:12'),
(315, 'Ayan Halder', 'ayan.h@yahoo.com', '8334004911', 'Kolkata', 'Btech', '1+ yrs', 'To pursue a challenging, innovative &amp; responsible career in the field of electrical &amp; electronics with the help of skills and knowledge acquired by me &amp; implementing them to achieve great pinnacles.\r\nExperience in 1. CMS IT services PVT Ltd. As a Trainee Engineer  (28/01/2016 to 30/04/2017).\r\n2. Ashoke Construction as a Electrical Supervisor  (03/05/2017 to 16/09/2017).\r\n3. B.T Automation as a Automation Engineer (19/09/2017 to Still Now).', 'Photo-366.jpg', '2018-07-23 08:15:37'),
(316, 'MD EJAZ ALAM', 'mdejazalam54@gmail.com', '9804460701', 'KOLKATA', 'Btech', '0 yr', 'i am B.TECH in mechanical interested in this field in which you are working and im sure that i will be a benifical person for your company.', 'PHOTO-55.jpg', '2018-07-23 08:32:07'),
(317, 'Atanu Dey', 'atanudey39@gmail.com', '9874871728', 'Barrackpore', 'Btech', '1+ yrs', 'Graduate Engineer (Mechanical)', '1457780211tmpAtanu-Photo--316.jpg', '2018-07-24 05:28:12'),
(318, 'Samir Maity', 'samir.energy2@gmail.com', '8972266375', 'Kolkata, West Bengal, India', 'Btech', '1+ yrs', 'Dear Sir,\r\n\r\n\r\n\r\n\r\n\r\nGreetings of the day !\r\n\r\n\r\n\r\nDespite of being an engineering Btech in electrical discipline,having working  experience in core field and also have a proper hands on knowledge in solar project, power system design, control panel manufacturing, installation, testing, commissioning of electrical project, maintenance and services.  Along with  i have participated in various projects related to energy audit and energy management study under guidance of  BEE certified energy auditors and energy managers.\r\n\r\n\r\n\r\nPlease find the attachment herewith, contains resume.\r\n\r\n\r\n\r\nI will be highly obliged if you please allow me to prove my self.\r\n\r\n\r\n\r\nRegards,\r\n\r\n\r\n\r\nSamir maity\r\n\r\n\r\n\r\n+918972266375', '1554165318357844866596384299759664668690299n-724.jpg', '2018-07-24 08:43:25'),
(319, 'INDRANIL GHOSH', 'indranilghoshff@gmail.com', '7980966244', 'Kolkata', '10+2+3', '0 yr', 'I am currently working in a Mining power supply and other accessories manufacturing company in Kolkata from previous yr...this is my last month to complete one year as a Electrical Executive Engineer(Trainee)', '1-719.jpg', '2018-07-29 05:54:51'),
(320, 'SOUMEN BERA', 'bera.soumen75@gmail.com', '9002926069', 'Kolkata', 'Btech', '0 yr', 'Hi sir/mam My name is SOUMEN BERA I am form west Bengal purba Medinipur. But I was study in MMDU ,Mullana,Amabala,Haryana.My least education qulifaction is B.Tech(E.E).I am interest this company project work.', 'temp-463.jpg', '2018-07-29 19:01:40'),
(321, 'Md sariful islam', 'mdsarifulislam111@gmail.com', '7980629361', 'Park circus', '10+2+3', '1+ yrs', 'Dear sir, please find the attached cv for your kind referance and suitable vacancy in your company.', '3x4-c-1-211.jpg', '2018-07-31 16:51:31'),
(322, 'piyush kumar mittal', 'mittalpiyush143@gmail.com', '+917065677774', 'Delhi NCR/Rajasthan/UP', 'Btech', '5+ yrs', 'Having the 6 Yrs experience in power distribution sector', 'Piyush-Pic-885.jpg', '2018-08-01 11:57:07'),
(323, 'SURAJIT BHATTACHARJEE', 'surajithaldia2011@gmail.com', '9735160363', 'HOWRAH', 'Btech', '1+ yrs', 'I AM AN INSTRUMENTATION ENGINEER', 'RRB-PHOTO-496.jpg', '2018-08-01 13:52:35'),
(324, 'Piyali Das', 'piyali.das2201@gmail.com', '9051265831', 'Kolkata', 'Btech', '0 yr', 'I have done my btech in electrical engineering from Future Institute of Engineering and Management. After completion of my graduation in 2018, July, I am currently taking a training on industrial automation(plc, scada, drives) under an ISA undertaken institute. I\'ll be glad to hear from you.', 'IMG-20171219-WA0039-1-767.jpg', '2018-08-03 04:44:00'),
(325, 'PRADIPTA DEY', 'dey.pradip9732@gmail.com', '8013577026', 'KOLKATA', 'BE', '1+ yrs', 'To pursue a challenging career in a progressive environment where learning, innovation and creativity are encouraged, where my skills &amp; knowledge can be enhanced to their maximum potential to contribute to the overall success and growth of the organization.', 'photo-203.jpg', '2018-08-06 06:26:17'),
(326, 'Priyanka Saha', 'priyankasaha087@gmail.com', '7278678942', 'Kolkata', '10+2+3', '0 yr', 'Passed Diploma in Electrical Engineering, looking for jobs in reputed company', 'IMG-20180806-WA0005-903.jpg', '2018-08-06 08:31:06'),
(327, 'AKSHAY MANNA', 'akshaymanna597@gmail.com', '+91 96415 27518', 'KOLKATA', 'Btech', '0 yr', 'I HAVE A SHORT TRANNING IN PLC.SCADA,AUTO CAD', 'IMG20180809010155323-352.jpg', '2018-08-08 19:32:51'),
(328, 'ARINDAM MONDAL', 'arindam94.am@gmail.com', '9674942776', 'Kolkata', 'Btech', '1+ yrs', 'I am ARINDAM MONDAL from howrah, have completed btech in ELECTRICAL  ENGINEERING. I have done certificate course in PLC and AUTOCAD (ELECTRICAL).', 'PHOTO-2-678.jpg', '2018-08-14 07:46:37'),
(329, 'Arighna Dalal', 'dalalankz2093@gmail.com', '7278538511', 'Durgapur', 'Btech', '1+ yrs', 'Hello, my name is Arighna Dalal, My hometown is Agartala, which is in Tripura. currently based on Durgapur, Bengal.\r\nI have passed My Secondary and Higher secondary course from &quot;Shiksha Niketan H/S school&quot;, Agartala. And Graduated From &quot;Narula Institute of technology&quot;, Agarpara.\r\n\r\nAfter my graduation, I opted for 3 months of &quot;Post graduation Diploma in Industrial Automation&quot;, where I acquainted with Various home and industrial Automation Items Like PLC, SCADA, HMI, DCS, Switchgears, and wiring.\r\n\r\nAfter My PGD course, I Got The opportunity to serve as a Service Engineer at &quot;N. P. Technoserve&quot;, Durgapur, Which is now &quot;N. P. Tecnoserve PVT. LTD.&quot; I worked here to gain Practical and extensive knowledge of Industrial Automation and got Well acquainted with AC drives. I also worked here to provide service and commisioning of DC drives, servo drives, plc, SCADA, HMI, and panel fabrications and wiring.', 'INS-10471001-694.jpg', '2018-08-17 16:43:11'),
(330, 'SOURAV MALLIK', 'souravmallikee@gmail.com', '9434127647', 'Kolkata', '10+2', '1+ yrs', 'I passed diploma in electrical engineering', 'rsz120180808171529-516.jpg', '2018-08-18 09:13:41');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(331, 'Chitrakshi Manchanda', 'chitrakshimanchanda@gmail.com', '9899973005', 'Gurgaon', 'BE', '3+ yrs', 'To summarize my job profile, I am currently working as Business Analyst in a Noida based company. Overall my work experience is 3 years and 6 months. I have been involved in requirement gathering, client engagement, documentation, reporting and end to end project management. \r\n\r\nCurrently my key skills includes:\r\n\r\n# Requirement Gathering\r\n# Documentation and specification \r\n# Communication\r\n# Client Engagement\r\n# Relationship Building\r\n# Problem-Solving \r\n# Wire-Frames and mock ups\r\n# Communication\r\n# Team Coordination \r\n# Gap Analysis\r\n# Project Roadmap\r\n# Agile and Waterfall methodology \r\n# Release Management\r\n# Multiple Summaries and Reports\r\n\r\n\r\nSome of the core competency and job responsibilities includes:\r\n\r\n# Documentation &amp; Analysis: Designing and reviewing various documents including Business Requirement Documentation (BRD), Functional Requirement Specification (FRS), Software Requirement Specification (SRS), Use cases, Requirement Traceability Matrix (RTM) and Test Cases etc.\r\n\r\n# Wire-framing &amp; Tools: Used Microsoft Visio &amp; Pencil tool for Flow Charts, Use Cases Diagrams and Project Delivery Charts &amp; Team Associations Charts.\r\n\r\n# Executed projects on Waterfall and Agile models. \r\n\r\n# Work with clients, design team, project managers and delivery managers for securing &amp; executing concurrent project.\r\n\r\n# Workshop: Giving KT sessions and presentations to Team for execution of project.\r\n\r\n# Performing the GAP Analysis and Impact Analysis. Analysing the project change requests, conduct the related Impact Analysis and updating documents accordingly.\r\n\r\n# Testing: Perform last round of testing, before handling deliverables to client.', 'home-design-645.jpg', '2018-08-18 19:38:53'),
(332, 'SUDHAKAR GORIGE', 'sudhakar3963@gmail.com', '9160003963', 'Hyderabad', '10+2+3', '15+ yrs', 'Provide leadership through effective communication of vision, active coaching and development while comparing sales results to goals and taking appropriate action to correct when necessary Developing Strategies involving a winning combination of sales, Marketing and Business Strategy to ensure Company growth and increased turnover. - Spearheading Sales &amp; Marketing Operations South India - Successfully precede and reorganize the Distribution Network / Sales Channel and made availability of products across South India. - Maintaining cordial relations with Fabricators &amp; Influencers to sustain profitability and Brand development. - Monitoring the marketing &amp; sales operations of products for achieving increased growth and bottom-line profitability and initiating market development efforts - Developing and implementing sales strategies for increase in market share for the complete product range - Manage to meet/exceed monthly, Annual sales Targets for all regions Implements sales programs by developing field sales action plans. - Completes sales operational requirements by scheduling and assigning employees; following up on work results.', 'photo-1-725.jpg', '2018-08-20 09:26:42'),
(333, 'PRATICK SINGHA ROY', 'praticksingharoy96@gmail.com', '9804823447', 'KOLKATA', '10+2', '0 yr', 'Sir,\r\n   I\'ve Completed My Bsc(H) Biotechnology from Gurunanak Institute Of Pharmaceutical Science &amp; Technology Sodepur last year &amp; I\'ve also completed my PHP,MYsql,HTML5,Javascript language course from Aptech Institute &amp; now I\'m looking for a relevant job,If there is any opening then contact me immediately.', 'PHOTO-FOR-JOB-PROFILE-599.jpg', '2018-08-22 06:16:08'),
(334, 'Subha Ghosh', 'subhaghosh45@gmail.com', '8145950721', 'noida', 'Btech', '0 yr', 'sir,\r\ni have completed my b.tech in ECE in the year 2017.\r\nwith 7.17 DGPA\r\ni am interested in automation technology.', 'Subha-Ghosh-Photo-517.jpg', '2018-08-25 08:51:39'),
(335, 'Tanmay Guha', 'tanmayguha1991@gmail.com', '9153401046', 'Burdwan', 'Btech', '0 yr', 'I have done four months training in Industrial Control &amp; Automation from Webel Automation &amp; Convergence Academy, Kolkata', 'AAI-369.jpg', '2018-08-28 08:45:47'),
(336, 'ARANIBAG', 'arani.bag1995@gmail.com', '7872724332', 'KOLKATA', 'Btech', '0 yr', 'I am ARANI BAG from Kolkata, West Bengal. I have completed my B.tech in Electronics and Communication in 2018 from West Bengal University of Technology.\r\nPublished a paper in IJRECE Vol 6, Issue 3, (July &ndash; September 2018) titled as &ldquo;A novel approach to design a new detector unit to Detect Liquified Petroleum Gas with Mobile alert and Auto Shut down Facility&rdquo;.\r\nDynamic, pro-active and vibrant desire to create footprints as an engineer, to assist the organizations in all aspects by utilizing all my skills, knowledge, abilities and experience with a balance of hands-on, management and leadership responsibilities.', '2017-07-08-12-06-48-514-58.jpg', '2018-08-28 18:10:16'),
(337, 'MALAY GUPTA', 'malay.gupta23@gmail.com', '7278149190', 'KOLKATA', 'Btech', '1+ yrs', 'Career Objective: \r\nDynamic, pro-active and vibrant desire to create footprints as a Quality Engineer, to assist the organizations in all aspects by utilizing all my skills, knowledge, abilities and experience with a balance of hands-on, management and leadership responsibilities.\r\n\r\nProfessional Experience:   \r\n   QUALITY ENGINEER TRAINEE; June 2017 &ndash; June 2018\r\n   QUALITY ENGINEER; Jun 2018 &ndash; To Present\r\n   VINEY CORPORATION LIMITED\r\n   Gurgaon, Haryana\r\n    Company Profile:\r\n&bull;	It&rsquo;s a limited company, is a premier manufacturer and supplier of auto components. Founded in 1989, the Company continues to pioneer breakthrough mechanical, mechatronic and electronic technologies for vari-ous Auto components, wiring harness, connectors and switches, supplied to leading two-wheeler, passenger vehicle and commercial vehicle manufacturers in India and overseas.\r\n&bull;	In Europe Plants, the company focuses on mechatronic/mechanical components. Today, the Company has footprints across Asia, West Europe, East Europe and Latin America, servicing a gallery of prestigious clients across the globe.\r\n&bull;	Key customers of the Company include BMW, Rolls Royce, GM, Maruti Suzuki, Hero, Bajaj, Honda, Tata, Yamaha, Renault, Fiat and others.\r\n\r\n     Work Responsibilities:\r\n&bull;	Maintain &amp; monitor product quality at each stage of production and Maintaining documents as per stand-ards and Reporting to the Quality Manager \r\n&bull;	Products and assemblies inspection as per quality plan drawing &amp; specifications\r\n&bull;	Preparing Process sheets, Inspection reports, layout for domestic and international customers and taking corrective action and preventive action and Process control\r\n&bull;	Carrying out 5S, 5Why and CAPA activities for continuous improvement\r\n&bull;	Customer quality problem analysis with countermeasures and supporting core team during audits\r\n&bull;	Assisting Senior Engineers of Quality and other Departments\r\n\r\nCore Skills:\r\n&bull;	AUTO-CAD, CATIAv5 and C Language\r\n&bull;	Proficient in MS Excel, MS Word, MS PowerPoint and Documentations\r\n&bull;	Proficient in Mechanical Drawings, Process sheets, Inspection reports, Layout.\r\n&bull;	Knowledge in Manufacturing Processes, Metrology and Measurement, Process Control\r\n&bull;	Hands on experience in performing Root cause analysis and Corrective actions, Knowledge of Lab Testing Equipments and Measurement Devices\r\n&bull;	Sound Knowledge of Drawing interpretation and basics of GD&amp;T\r\n&bull;	Possess good monitoring and supervisory skills\r\n\r\n\r\n\r\nProfessional Qualification:\r\n&bull;	B.TECH          :       Mechanical Engineering, DGPA &ndash; 9.08 out of 10,\r\n                                               West Bengal University of Technology (MAKAUT), June 2017 \r\n&bull;	I.S.C (12TH)    :       Science, Credit - 81%, \r\n                                              Council for the Indian School Certificate Examinations (CISCE), March 2012    \r\n&bull;	I.C.S.E (10TH) :      Science, Credit- 81%, \r\n                                              Council for the Indian School Certificate Examinations (CISCE), March 2010 \r\n\r\nIndustrial Trainings:\r\n&bull;	Garden Reach Shipbuilders and Engineers Limited, Kolkata (June, 2015) \r\n&bull;	Indian Oil Corporation Limited, Haldia (January, 2016) \r\n&bull;	Premium Transmissions Limited, Kolkata (June, 2016) \r\n\r\nEngineering Projects:\r\n\r\n&bull;	Pico Hydroelectric Power Generation - Designed model which is developed for the sake of providing electricity in college premise during load shedding. Analysis and modeling done for turbine, gears and pumps along with constructing pipe lines and its bending effect on its efficiency. \r\n&bull;	Pipeline Buckling Analysis Using FEM, ANSYS 16.0 &ndash; It&rsquo;s based on Design and analysis on Lateral Buckling / Upheaval Buckling of Pipe Lines using Finite Element Analysis with the help of CAE Software&rsquo;s. \r\nAchievements:\r\n&bull;	Ranked 2nd in West Bengal University of Technology\r\n&bull;	Secured 1st position in Intermediate Exams\r\n&bull;	Topper of Mechanical Department \r\n&bull;	Member of International Association of Engineers (IAENG)\r\n&bull;	Member of The Royal Statistical Society ( RSS )\r\n\r\nCurricular Activities:\r\n&bull;	Head College Representative Of MYWBUT \r\n&bull;	Internshala Student Partner at INTERNSHALA\r\n&bull;	Expert Q&amp;A at CHEGG INDIA LTD and UNACADEMY\r\n&bull;	TPO representative and Robotics club member\r\n\r\n Personal Details:\r\n&bull;	Date of Birth              :     23rd December 1993\r\n&bull;	Gender                        :     Male\r\n&bull;	Marital Status            :     Single\r\n&bull;	Nationality                  :     Indian\r\n&bull;	Languages Known     :     English, Hindi and Bengali\r\n&bull;	Permanent Address  :     Kolkata, West  Bengal\r\n&bull;	Present Address        :     Gurgaon, Haryana\r\n\r\n\r\nAcknowledgment:\r\nI solemnly declare that the information in this resume is truly stated and correct and I am competent to furnish as well as verify it with adequate details whenever requested for it.                                                          \r\nDate: 20.08.2018', 'MALAYGUPTA-720.jpg', '2018-08-28 18:14:05'),
(338, 'MizanurMollah', 'mizanurmollah2@gmail.com', '9748670993', 'Kolkata', 'Btech', '0 yr', 'Hello Sir,\r\n\r\nI\'m Mizanur Mollah . I have completed my B.Tech  \r\nfrom Jalpaiguri Govt. Engineering  College + Diploma from \r\nA J C Bose Polytechnic Govt. Electronics &amp; Communication Engineering. \r\nI am looking for job opportunity in Electronics Engineering department.\r\nHence herewith I have attached my resume.\r\n\r\nLooking forward for your reply\r\n\r\nThank you\r\n\r\ncont- 9748670993\r\nemail- mizanurmollah2@gmail.', 'WhatsApp-Image-2018-08-05-at-11-315.jpeg', '2018-08-30 12:26:06'),
(339, 'DEBJANI BANERJEE', 'banerjeedebjani96@gmail.com', '9804565630', 'Hooghly', '10+2+3', '0 yr', 'I am Debjani Banerjee. I have passed diploma in Electrical Engineering in 2017 with 89%. I have also done 4 month certificate course on AutoCAD and 70 hours certificate course on C,C++', 'picture-2-870.jpg', '2018-08-30 15:45:30'),
(340, 'ABHISHEK KUMAR SINGH', 'abisheksinghim4u@gmail.com', '9560189149', 'Ghaziabad', 'Btech', '3+ yrs', 'A versatile, budding professional proficient in running successful method-oriented operations &amp; taking initiatives for business excellence; scaling new heights of success with hard work &amp; dedication and leaving a mark of excellence on every step.', 'Abhishek-pic-184.jpg', '2018-08-30 18:00:45'),
(341, 'Vikas Shelar', 'vikasshu7@gmail.com', '9096701920', 'pune', '10+2+3', '1+ yrs', 'I attached herewith my CV. Applying for Site support/system engineer. I have 2 years experience in Tolling as system Engineer in Rajdeep Group. Pvt Ltd.Pune. \r\n\r\n\r\nPFA of CV\r\n\r\nName: Vikas Shankar Shelar\r\nMo.no:09096701920', 'passport-size-photo-140.png', '2018-09-05 06:33:32'),
(342, 'Jitendra Kumar Nath', 'jitendrakunath69@gmail.com', '9090854145', 'Bhubaneswar', 'Btech', '1+ yrs', 'I have complete PLC Automation Course in CTTC', 'photo-416.jpg', '2018-09-06 12:25:41'),
(343, 'Piyali Das', 'piyali.das2201@gmail.com', '9051265831', 'Kolkata', 'Btech', '0 yr', 'I am, as a fresher B.Tech in Electrical Engineering,  writing you to apply for the available position in your organization. I have completed my graduation from Future Institute of Engineering and Management and currently engaged in an Industrial Automation course from an ISA certified training institute. It would be an honor for me if you find my resume worthwhile.', '2017-09-06-19-45-43-222-min-273.jpg', '2018-09-20 18:23:54'),
(344, 'SOURAV PAL', 'khanhimadri@rediffmail.com', '9434210899', 'BURDWAN', 'BE', '0 yr', 'B.E &amp; Diploma in Electrical Engineer [Fresher]', 'Photo-675.jpg', '2018-09-25 12:44:54'),
(345, 'BIPLAB MUKHERJEE', 'bmukherjee0079@gmail.com', '7278419403', 'Halisahar', 'Btech', '0 yr', 'I am freshers in electronics &amp; Instrumentation in 2018.I have done a training from IIATCA in plc &amp; Hmi.I want to learn more. and explore my skills.', 'temp-183.jpg', '2018-09-29 08:08:03'),
(346, 'Anirvan Misra', 'anirvan.misra@aot.edu.in', '8017150548', 'Howrah Santragachi', 'Btech', '0 yr', 'Sir I\'m Anirvan Misra.I completed B.tech in Electronics and Instrumentation Engineering from Academy Of Technology.I have good theoretical knowledge as I qualified GATE examination this year.I have also good Practical knowledge as I completed Master Certificate Course in Process Control and Automation from MSME Central Tool Room Kolkata.I\'m honest,self motivated,optimistic and hard working person.Sir if u give me a chance,I will give 100% for the growth of the organization.Thanking You.', 'img786-1-580.jpg', '2018-10-01 15:12:15'),
(347, 'Anirvan Misra', 'anirvan.misra@aot.edu.in', '8017150548', 'Howrah', 'Btech', '0 yr', 'I\'m Anirvan Misra. I completed b.tech in Electronics and Instrumentation Engineering from Academy Of Technology.I also qualified GATE examination this year and have good Practical knowledge as I completed Master Certificate Course in Process Control and Automation from MSME Central Tool Room Kolkata.I like to work in your company.If you give me a chance, I will give you 100% for the growth of the organization.Thanking you.', 'img786-1-455.jpg', '2018-10-01 20:00:38'),
(348, 'Supriya Das', 'supriyodas2012@gmail.com', '9564381451', 'West Bengal', 'Btech', '1+ yrs', 'One year experience in production and manufacturing as testing and inspection engineer.', 'Screenshot2018-10-02-11-40-25-025com-87.png', '2018-10-02 06:12:46'),
(349, 'Prince Mishra', 'princemishra400@gmail.com', '8851258672', 'New delhi', 'Btech', '0 yr', 'An electronics engineer with R&amp;D skills, looking for career in automation industries', 'scanner20180719171654-min-263.jpg', '2018-10-02 07:03:23'),
(350, 'Vidhu Panwar', 'vidhupanwar28@gmail.com', '9953724133', 'Ghaziabad', 'Btech', '1+ yrs', 'Working as a technical sales engineer having overall 2 years 3 month experience in same field.', 'Webp-878.jpg', '2018-10-04 10:53:01'),
(351, 'ABHINANDAN CHAKRABORTY', 'chakrabortyabhinandan023@gmail.com', '9775923552', 'Malda', 'Btech', '1+ yrs', 'I am an Electrical Engineer(B. Tech) having a PG Diploma in Industrial Automation. I have 1 &amp; half years of experience in Building automation &amp; site supervision.\r\n\r\n*I had a summer training in NTPC, Farkka and I had gathered a sound knowledge about different electrical appliances (transformers, alternators, circuit breakers, relays etc) in a power plant. \r\n*During the PG Diploma course I interacted with the operation &amp; programming of different PLC brands, VFD and MCC panel.\r\n*The building automation job involved understanding of Z WAVE and other different communication protocols, IOT, installation and maintenance of FIBARO wireless Home Automation Kit.\r\nI will be highly obliged if you kindly allow me to work in your esteemed organization.', 'abhi-386.jpg', '2018-10-04 20:05:30'),
(352, 'ARIJIT GHOSH', 'ghosharijit415@gmail.com', '7679390514', 'Siliguri', 'Btech', '1+ yrs', 'I have 1 year 8months experience in independent 3 rd party maintenance dredging project.', 'AB80F036-A110-403C-8CA3-FC1408333588-527.jpeg', '2018-10-05 15:23:23'),
(353, 'Ishita Pant', 'ishitapant2317@gmail.com', '7007431393', 'Lucknow', 'Btech', '1+ yrs', 'Experience of 9 months in Wipro as Technical associate from 28th November 2016 till 27th August 2017 \r\nExperience of 2 months  in Agreed Technologies as Business Development Executive from 1st October 2017 till 1st December 2017\r\nCurrently working as Sales Executive in TIIROCOM.\r\nTIIROCOM is home automation company also.', 'Ishita-Passport-Pic-297.jpg', '2018-10-06 23:07:19'),
(354, 'Dhiraj Kumar Goswami', 'dhirajgoswami007@gmail.com', '8436064206', 'Kolkata', 'Btech', '1+ yrs', 'Dear sir/mam for this question i haven\'t any answers but i would like to say that i have 1year experience of desktop maintainance with OS and other applications installation and routers configuration knowledge. So if you think i am suitable for, then inform me.', 'IMG201712291949111517603735520-675.jpg', '2018-10-11 13:21:25'),
(355, 'Shashi Bhushan kumar', 'shashi_143051@gita.edu.in', '7488238535', 'Kolkata', 'Btech', '0 yr', 'I have done my btech in electrical stream.I am fresher now. I know Rockwell plc, Siemens S7300, electrical AutoCAD and scada', 'New-Doc-2017-09-18-31-317.jpg', '2018-10-12 08:36:25'),
(356, 'AMIT KUMAR', 'kmramit321@gmail.com', '8797729536', 'Delhi', 'Btech', '0 yr', 'I have done my btech from m.d university rohtak haryana with 71% marks  in 2018 .I have done my internship from tata motors ltd . i am quite good in AutoCAD and solidworks ms office ,excel .I am self motivated and smart worker. I am eager to learn new thing and I am just love training because it give the opportunity to konw about diffent thing .I actually work better under pressure codation and I have found  that I enjoy working in challenging envorment', 'IMG20181014003954119-852.jpg', '2018-10-13 19:10:15'),
(357, 'Dibyendu Kundu', 'kdibyendu219@gmail.com', '9477751748', 'Sheoraphuly', '10+2+3', '1+ yrs', 'Myself Dibyendu kundu from hooghly,actually I have passed diploma in electrical engineering in2016 then I join a solar sector but now I want to change my present sector so I want to drop my cv to yours organization.', 'IMG201702050005-887.jpg', '2018-10-14 06:16:02'),
(358, 'Kaustav Mandal', 'mandal.kaustav2424@rediffmail.com', '7059619015', 'Barasat', 'Btech', '1+ yrs', 'I am Kaustav Mandal ,a graduate in Elextrical Engineering with CGPA 7.78 and  posses sound knowledge in microcontroller programming and operation and also in industrial automation.', '1539796083344-20.jpg', '2018-10-19 01:18:42'),
(359, 'OLIVIA CHATTERJEE', 'oliviachatterjee1994@gmail.com', '9681408806', 'Howrah', 'Btech', '1+ yrs', 'I passed b.tech in mechanical engineering from Kalyani Govt. Engg. College.I have one year experience in Autocad Design...', 'MY-PIC-16.jpg', '2018-10-23 08:17:04'),
(360, 'BISWAJIT THAKUR', 'biswajitthakur5aug@gmail.com', '7908822519', 'Kolkata', 'Btech', '0 yr', 'I am BISWAJIT THAKUR complete my degree and diploma in electronics and instrumentation engineering', 'IMG20170613112819315-114.jpg', '2018-10-23 11:11:09'),
(361, 'Muthuvel. A', 'muthu16094@gmail.com', '9600681830', 'Bangalore', '10+2+3', '10+ yrs', 'Dear sir, I have completed in DME experience in automobile industry,\r\n1 Year experience in gate automation', 'ppp-920.jpg', '2018-10-23 12:35:46'),
(362, 'AVJIT JANA', 'avijitjana.etce10@gmail.com', '7718757844', 'HOWRAH', '10+2+3', '5+ yrs', 'I am passionate about my work. Because I love what I do, I have a steady source of motivation that drives me to do my best. In my last job, this passion led me to challenge myself daily and learn new skills that helped me to do better work.\r\n&ldquo;I am ambitious and driven. I thrive on challenge and constantly set goals for myself, so I have something to strive toward. I&rsquo;m not comfortable with settling, and I&rsquo;m always looking for an opportunity to do better and achieve greatness.', 'avi-sign1-844.jpg', '2018-10-25 10:03:28'),
(363, 'Prashant soni', 'prashantsoni1404@gmail.com', '7709226999', 'Pune', '10+2+3', '10+ yrs', 'Offering 10+ years&rsquo; experience in installation and commissioning of Ethernet Network (LAN and WAN over cisco and Moxa switches \r\nand router), Toll Lane system, Automatic vehicle classification System, Highway traffic management system, intelligent traffic system, \r\nRadio communication system (Kenwood NXDN and Motorola analog), Fleet tracking system installation.', 'Prashantpass-662.jpg', '2018-10-27 07:22:28'),
(364, 'NIKHIL KUMAR', 'NIKHILARAYA59@GMAIL.COM', '9430870775', 'AURANGABAD', 'Btech', '0 yr', 'I AM AN ELECTRICAL ENGINEER', '16M3030-741.jpg', '2018-10-27 17:18:42'),
(365, 'Shuvam', 'shuvam.3195@gmail.com', '9051950407', 'howrah', 'Btech', '0 yr', 'I am a honest , hard working boy with positive attitude towards my career. I have 6 months experience in automation industries as a GET.', 'New-Doc-2018-03-171-268.jpg', '2018-10-30 05:45:40'),
(366, 'Dibyendu Karan', 'dibyendukaran2@gmail.com', '9163614544', 'Kolkata', '10+2+3', '0 yr', 'I passed the Diploma in electronics and telecommunication engineering in this year from Ramakrishna Mission Shilpamandira, Belur Math with 9.0 GPA and interested to work in a good automation company like Smart Power', 'pic1-477.jpg', '2018-10-30 16:28:47'),
(367, 'Subham Dey', 'subham063@gmail.com', '7980894909', 'Tripura', 'Btech', '1+ yrs', 'Working in NER power development Project under PGCIL', 'IMG5289-2-997.jpg', '2018-11-03 14:39:51'),
(368, 'IRFAN ALAM', 'alam.irfan1@gmail.com', '7250403413', 'Indore', 'Btech', '10+ yrs', 'I have more than 10 years of experience in the field of TMS HTMS project', '153980737954404444-677.jpg', '2018-11-09 18:40:22'),
(369, 'Debjyoti de', 'dedebjyoti94@gmail.com', '9836524652', 'Kolkata', 'Btech', '0 yr', 'I am Debjyoti De. I have completed b.tech in Electronics and communication stream with DGPA 7.08 from Academy of Technology college in 2017. Automation is very important now a days. I also have keen interest in this area. I am willing to work in your company. If u give an opportunity it will be very helpful to me.', 'scan0001-784.jpg', '2018-11-13 02:22:40'),
(370, 'ABHISHEK MALIK', 'malikabhishek80@gmail.com', '9749025296', 'KOLKATA', 'Btech', '0 yr', 'i am electronice and instrumentation engineer.now warking with VTL electronice lemited.', 'IMG-2-162.jpg', '2018-11-14 03:53:23'),
(371, 'Rabi Sankar Nag', 'rabi.babu.ee@gmail.com', '9046476316', 'Kolkata', 'MTech', '0 yr', 'Now i am worked in a Automation Company.. joining date is june 2018.... Till now...', 'DEBU-OLD-1-834.jpg', '2018-11-15 15:21:59'),
(372, 'Souvik Sarkar', 'souvik.sar2006@gmail.com', '9163891988', 'HALDIA', 'Btech', '5+ yrs', '?	B.Tech in Electronics &amp; Instrumentation Engineering from Bengal Institute of Technology&amp; Management under West Bengal University of Technology (WBUT) and approved by AICTE.\r\n?	2.8 Years&rsquo; experience working in Electrical Operation &amp; Maintenance in Vodafone &amp; Idea MSC location under Emerson Network Power(I) Pvt. Ltd.\r\n?	3 years 07 months experience working in Terminal Automation System (TAS) in HPCL Terminal Paradeep location &amp; BPCL Terminal Haldia location under Honeywell Automation India Limited.', '9c64cf0a-e982-4eec-9917-df8365f4577d-309.jpg', '2018-11-16 04:09:18'),
(373, 'ASHUTOSH POL', 'ashutoshpol18@gmail.com', '9617196069', 'GWALIOR', 'BE', '0 yr', 'Completed My Engineering In 2017 And Also Had 6 Month Training in Embedded System. I\'M focused, Dedicated to My Work And Full Of Ideas.', 'send-704.jpg', '2018-11-20 16:40:51'),
(374, 'ABIR CHAKRABORTY', 'abirc9711@gmail.com', '9123139275', 'Kolkata', '10+2+3', '0 yr', 'I\'m ABIR CHAKRABORTY from Dhanbad currently living in Kolkata. Currently I\'m not working anywhere. I want to establish my career in the field of Mechanical Engineering. I\'m a simple fun loving guy. I love music, reading books, playing cricket. I\'m a very friendly natured guy who loves to interact with people.', 'IMG20181102214159514-730.jpg', '2018-11-21 11:58:58'),
(375, 'Sourav Hajra', 'souravhajra123@gmail.com', '8709280912', 'Kolkata', 'Btech', '1+ yrs', 'I\'m B. Tech in Electrical Engineering. Currently working in a Ropeway construction company as a Junior Electrical Engineer. I have 2years of industrial experience related to control circuits, Control panel, MCC Panel, Electrical Control logic, VFD(SIEMENS, ABB, SCHNEIDER). I would like to be a part of your organisation.', 'IMG20171026174203-100.jpg', '2018-11-21 14:58:24'),
(376, 'Bhavini Bafna', 'bhavinibafna@gmail.com', '8839854109', 'Prafullakanan West, Kolkata', 'MTech', '1+ yrs', 'I am an M.Tech (Instrumentation) qualified lady who is looking for a job in automation field. I intend to learn about latest automation technology and contribute towards the growth of myself and the organisation I will be assciated with.', '03-109.jpg', '2018-11-22 11:38:33'),
(377, 'Shashi Bhushan kumar', 'shashi_143051@gita.edu.in', '7488238535', 'Kolkata', 'Btech', '0 yr', 'Skill-PLC,SCADA, ELECTRICAL AUTOCAD', 'New-Doc-2017-09-18-31-768.jpg', '2018-11-22 11:50:38'),
(378, 'Ritwik Hota', 'ritwik.hota@gmail.com', '7003301795', 'Rathtala,Ariadaha', 'Btech', '0 yr', 'Sir I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control. Sir Please let me know if there is any vacancy which suits my skills. I am egerly waiting for a good response from you.. thanking you.. \r\nRitwik Hota', 'Passport-pic-low-564.jpg', '2018-11-26 08:33:24'),
(379, 'ROHIT KUMAR', 'rohitjbad73@gmail.com', '7301654287', 'Pathak Toli Jehanabad', '10+2+3', '0 yr', 'ROHIT KUMAR', 'IMG201810311910152-305.jpg', '2018-11-28 13:19:58'),
(380, 'Vishad Kumar Gaur', 'vishadg@gmail.com', '9131381756', 'VIDISHA', '10+2+3', '15+ yrs', 'I am MBA Finance with 15 years of experience in software implementation maintenance and technical support and accounts finance and management.', 'IMG20180821133633-871.jpg', '2018-12-03 06:52:30'),
(381, 'Netrapal Singh', 'netrapal.123@gmail.com', '9958590997', 'Ghaziabad (NCR)', '10+2+3', '5+ yrs', 'Netrapal Singh\r\nDD-60, Oil Mil Gate\r\nModinagar, Ghaziabad\r\n(UP) India.\r\nE:Mail Id-netrapal.123@gmail.com\r\nMobile:9958590997 / 7417306490\r\n \r\nPROJECT &amp; SERVICES\r\nTo be associated with progressive organization that gives scope to apply my knowledge and skills to take part in the team that dynamically works towards the growth of the organization.                          \r\nPROFILE\r\n?	Competent and diligent professional offering 6+ years of experience in the areas Installation, testing and support for electronic surveillance and Mobile DVR solution.\r\n?	Project implement and commissioning for IP camera and mobile surveillance. \r\n?	Experienced in coordinating, negotiating and motivating outside vendors and off-shore resources in support of time line and project deliverables. Effectively training, motivating and mentoring onsite and offshore junior managers, engineers and technicians.  \r\nCore Competencies:\r\n \r\nInstallation, testing and support of various Security products ? Video Surveillance ? Mobile DVR Surveillance Solution  ? Biometric machine ? IP Camera installation ? NVR ??Access Control System? Guard Monitoring System ? Time Attendance Software (TA System)? VMS software  ? Configuration of modem,Relationship Management.\r\n\r\n \r\nCURRENT EXPERIENCE\r\n\r\n\r\nOrganization:			Bips System Pvt Ltd\r\n\r\nRole:				Project Engineer \r\n\r\n\r\nResponsibilities:		\r\n\r\n?	Project implement, testing and commissioning \r\n?	Create BOQ file accoding to projeect requirement..\r\n?	Creation of compliance sheet  for Tender purpose \r\n?	Helping sales team to pitch the right solution for IP surveillance solution.\r\n?	Responsible for POC of IP based solution and MDVR, IP CCTV surveillance system, access control system.  \r\n?	Co-ordinate with client and try to project the exact functionality of product.\r\n?	Provide solution of technical query remotely and involved in end to end discussion\r\n?	Testing IP product with client software, VMS software, ANPR, Onvif Etc&hellip;..\r\n?	Helping branches in North India for technical quires, preparation of Tender and after sales support to the technical staff.\r\n?	Installation of MS SQL2005/2008/2012\r\nPREVIOUS EXPERIENCE\r\n\r\nOrganization:			Lookman Electroplst industries Pvt Ltd	\r\n	\r\nRole:				Technical Engineer\r\n                                                \r\nResponsibilities:                    \r\n                   \r\n?	Responsible for POC of IP based solution and MDVR.\r\n?	Meet with the customer and understand his requirement regarding surveillance products and Mobile DVR Surveillance Solution.\r\n?	Provide online/Off Site training and guidance to system Integrator and Partners.\r\n?	Co-ordinate with client and try to project the exact functionality of product\r\n?	Provide solution of technical query remotely and involved in end to end discussion\r\n?	Providing after sales solution and coordinating with HO for the replacement or repair. \r\n\r\n --------------------------------------------------------------------------------------------------------------------------------------\r\n\r\nOrganization:			Vantage Integrated Security System\r\n	\r\nRole:				Technical Support Engineer\r\n                                                \r\nResponsibilities:                    \r\n                   \r\n?	Provide macro level traing to dealer and client.\r\n?	Provide on demand demo to customer.\r\n?	Co-ordinate with client and try to project the exact functionality of product\r\n?	Provide solution of technical query and involved in end to end discussion\r\n?	Testing new product and make data(specification) sheet \r\n?	Communicate with customer regarding their various issue.\r\n?	Testing time attendance software.\r\n?	Testing of analog cameras &amp; DVR product with client software and CMS software\r\n?	Handle support team.\r\n?	Provide support of project team.\r\n?	Provide traing to new employee.\r\n\r\n\r\n                                                    Project\r\nIP based surveillance Project:-\r\n?	Gangol Dugdh Utpadak sahkari sangh, meerut\r\n?	Parag dairy, Noida\r\n?	Forest training institute, kanpur\r\n?	Shyadwad training institute,baghpat\r\n\r\nMobile DVR Solution:-\r\n?	Prison van, Nagor (Rajesthan)\r\n?	School bus surveillance solution for G4S.\r\n?	Bus surveiallnce solution in Rajesthan\r\n?	Ola cab, Kolkata\r\n\r\n\r\n\r\n                                                    TECHNICAL SKILLS\r\n\r\nSkills            \r\n \r\n                         \r\nOperating System:		Window XP , Windows 7, Windows8, Windows10\r\nApplications:			MS Office 1997-2003, MS Office 2007, MS Office 2010,Outlook				\r\n\r\nEducational Qualification:-\r\n&bull;	Graduation from CCS university, Meerut\r\n&bull;	Senior secondary form UP Board , Allahabad\r\n&bull;	10th form UP Board  ,Allahabad\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTechnical Qualification.\r\n\r\n&bull;	 Hardware &amp; Networking professional course (JCHNP) from JETKING INFOTRAIN LTD.\r\n&bull;	Basic Electronics \r\n&bull;	Computer hardware(Computer asssembling,dissembling and maintenance) \r\n&bull;	Operating system\r\n\r\n\r\n\r\n\r\n\r\n                                                         PERSONAL DETAIL\r\nFather&rsquo;s name                                Sohanveer Singh\r\nDate of Birth:		             5th Jan, 1986 \r\nCurrent Location:	            New Delhi\r\nPermanent Address:	             Village and post- Khujera\r\nTahsil-Jansath, Distt- Muzaffarnagar                  \r\n                                                          UP 251314\r\nLanguages Known:		English &amp; Hindi \r\n\r\n\r\n\r\n\r\nPlace:\r\n\r\nDate:						(Netrapal Singh)', 'np-351.jpg', '2018-12-06 13:06:07'),
(382, 'Sourav Dey', 'deysourav529@gmail.com', '8981522455', 'Gurgaon', '10+2+3', '0 yr', 'I have done diploma in electronics &amp; instrumentation engineering. Now i am doing job in asti electronics india pvt ltd as apprentice trainee since three months. My home is in kolkata. I am interested to your company. Kindly give me a chance.', 'IMG-20181207-WA0001-885.jpg', '2018-12-07 17:12:18'),
(383, 'Sourav Dey', 'deysourav529@gmail.com', '8981522455', 'Gurgaon', '10+2+3', '0 yr', 'I have done diploma in electronics &amp; instrumentation engineering. Now i am doing job in asti electronics india pvt ltd as apprentice trainee since three months. My home is in kolkata. I am interested to your company. Kindly give me a chance.', 'img217-825.jpg', '2018-12-07 17:15:09'),
(384, 'Shibaram Mazumder', 'shibrammazumder4@gmail.com', '9588016056', 'Dum dum, kolkata', 'Btech', '1+ yrs', 'Sir , I\'m pushing b.tech from university of engineering and management, Jaipur  as a electrical engineer. Presently I\'m working in a industrial automation company provides services &amp; OEM for many plant.but I have interest on home automation also that\'s why I\'m seeking opportunities for your company. Other details are mentioned in my resume . Pls look forward sir if you think i can utilizes my knowledge for your company', 'Shibram-passport-390.jpg', '2018-12-09 06:12:05'),
(385, 'ARINDAM MUKHERJEE', 'arindam2mukherjee@gmail.com', '9038472775', 'HOWRAH', '10+2+3', '0 yr', 'BASIC knowledge in plc&amp;scada .mcc panel (start delta,dol,forward reverse) control.I have 6 months experience ocs group india pvt. Limited as a Maintenance Engineer', '1-28.jpg', '2018-12-14 03:23:46'),
(386, 'Anirvan Misra', 'anirvan.misra@aot.edu.in', '8017150548', 'Kolkata', 'Btech', '0 yr', 'I\'m Anirvan Misra.I completed B.tech in Electronics and Instrumentation Engineering from Academy Of Technology and also completed Master Certificate Course in Process Control and Automation from MSME Central Tool Room Kolkata and also qualified GATE examination this year.', 'img786-1-735.jpg', '2018-12-14 21:58:02'),
(387, 'Anirvan Misra', 'anirvan.misra@aot.edu.in', '8017150548', 'Howrah', 'Btech', '0 yr', 'I\'m Anirvan Misra. I completed B.tech in Electronics and Instrumentation Engineering from Academy Of Technology and also completed Master Certificate Course from MSME Central Tool Room Kolkata and also qualified GATE examination this year.', 'ANIRBAN-687.jpg', '2018-12-16 23:47:42'),
(388, 'Somadrita Chattopadhyay', 'somadritachatt@gmail.com', '+91-8902722239', 'Kolkata', 'Btech', '0 yr', 'Done my B.Tech in Applied Electronics and Instrumentation Engineering in 2018. \r\nYet to work as an employee in an organization. \r\n Have theoretical knowledge on Industrial Automation and Control systems and have done a one month training on PLC and SCADA, \r\nI am hard working, self motivated and always willing to learn more. \r\nI believe I have potential and if I am given a chance, my qualities and knowledge will help me perform perfectly.', 'pic-732.jpg', '2018-12-17 11:36:59'),
(389, 'Braj kishor mandal', 'brajkishor.mandal@gmail.com', '7226001389', 'AHMEDABAD', 'MTech', '7+ yrs', 'I have an experience of 8+ years in Marketing as well as in operation and Projects  of Homeland Security products and door Automation', 'PHOTO-993.jpg', '2018-12-17 12:13:33'),
(390, 'RABI SANKAR NAG', 'rabi.babu.ee@gmail.com', '9609181546', 'kolkata', 'MTech', '0 yr', 'Im an junior Automation Engineer.. 6Months Experience..', 'RABI-NEW-1-970.jpg', '2018-12-17 17:35:51'),
(391, 'Subhrajit', 'subhrajit25kundu@gmail.com', '9804668220', 'Kolkata', 'Btech', '0 yr', 'I have theoretical knowledge and idea on various Electronics,Instrumentation,Control related subjects, I have done a training on SCADA and PLC.\r\nI worked on some CAD related design workfor my last job and also having some knowledge on sales part from my previous job as an assistant to my senior.', '1-912.jpg', '2018-12-18 07:03:27'),
(392, 'Syed saif ullah', 'syedsawood332@gmail.com', '9966475594', 'Hyderabad', '10', '3+ yrs', 'Respected Sir/Madam,                                                                                                                                                                                                                                                                                                                       I am Syed saif ullah. I am worked as a Technician since last 4 years with PERFECT AUTOMATION SYSTEMS Hyderabad. And I am here by sending the resume for your perusal. Please go through it and do the needful.\r\n\r\nHope you will review and revert back asap.\r\n\r\nThanks &amp; Regards\r\n\r\nSYED SAIF ULLAH\r\n\r\n9966475594', 'IMG-20170730-WA0027-59.jpg', '2018-12-18 08:36:57'),
(393, 'BIRAJIT DEY', 'dey.birajit@gmail.com', '9748086698', 'Kolkata', 'Btech', '1+ yrs', 'Hi\r\n My name is Birajit Dey(26).\r\nI\'m a B.tech graduate in the year 2016.\r\nI have worked in Just Dial as Process Associate from July - November (2016)\r\nNow I\'m working in WIPRO as Client handling Technical support &amp; Order management profile from May 2017- Present.\r\nMy notice period is 1 month. \r\nI have gone through the Job profile &amp;\r\nI\'m very much interested to work with this organisation.\r\nCV is attached\r\n\r\nRegards,\r\n\r\nBirajit Dey', 'photo-799.jpg', '2018-12-25 19:03:51'),
(394, 'Priyaranjan Padhi', 'prpadhi90@gmail.com', '9439250024', 'Bhubaneswar', 'Btech', '3+ yrs', 'Please go through my updated attached CV for your reference.', 'IMG-20161222-WA0003-154.jpg', '2018-12-25 19:54:11'),
(395, 'RAVI SHANKAR PRASAD', 'ravishankarprasad474@gmail.com', '620187741', 'JAMSHEDPUR', 'Btech', '0 yr', 'My name is Ravi Shankar Prasad, I had completed my B.Tech from C.e.b bhubaneswar in EEE branch, I had done 6 month Master certificate course in industrial automation and process control from Cttc bhubaneswar.', 'RAVI-SHANKAR-423.jpg', '2018-12-26 11:17:18'),
(396, 'Rajkishore dash', 'dashrajkishore92@gmail.com', '8984781423', 'BHUBANESWAR , odisha', 'Btech', '0 yr', 'I am very hard working and very sincere .', 'E--3330-746.jpg', '2019-01-01 12:26:16'),
(397, 'Pawankumar Dhomne', 'pawandhomne@yahoo.in', '9823303416', 'Pune', 'BE', '3+ yrs', 'Hello Sir/Madam,\r\n\r\nI have completed my bachelor degree in Electrical in 2015 from Nagpur and I have 2 years and 10 months of experience in the Industrial Automation Field. I am having great knowledge of PLC programming, SCADA, Emerson DCS, HMI, Electrical Auto-Cad, Microsoft test manager (MTM), TFS (Team foundation server), MySQL and basic knowledge of C &amp; C++. Currently, I am currently working with Silicus Technologies Private Limited, Pune as a Test Engineer.\r\n\r\nI am very much excited to work with you and ready relocate in anywhere in India and ready to travel for work.\r\n\r\nPlease go through my resume and let me know if you required any other details.\r\n\r\nTotal Exp:              2.9 Years\r\nRelevant Exp:       2.9 years\r\nCurrent CTC:        360000 lakhs/Annum\r\nExpected CTC:     As per company norms\r\nCurrent Exact Location:    Pune\r\n\r\n\r\nThanks and Regards,\r\n\r\nPawankumar.Dhomne\r\nMob No: +919823303416 / +918208534427', 'BeautyPlus20160404171500save-904.jpg', '2019-01-07 09:32:03'),
(398, 'Shibram mazumder', 'shibrammazumder4@gmail.com', '9588016056', 'dumdum,kolkata', 'Btech', '0 yr', 'myself shibram mazumder 2017 pass out b.tech as a electrical engineer. presently i\'m working in an industrial automation based company working on Delta &amp; ABB system also comfortable with siemens &amp; rockwell system &amp; i\'m very much interested to work on home automation &amp; i\'m very much adaptable to new technology &amp; software.', 'Shibram-passport-min-480.jpg', '2019-01-07 10:43:20'),
(399, 'Arindam Mondal', 'mondalaridam64@gmail.com', '7407750257', 'Kolkata', 'MTech', '0 yr', 'Looking for a challenging career which demands the best of my professional ability in terms of technical and analytical skills, and helps me in broadcasting and enhancing my current skill and knowledge.\r\nHard working,Leadership quality, Teamwork, Problem solving.\r\nSolving Mathematics Problems, Listening to Music, Playing Cricket , Help Suffering People , Curiosity about unknown things &amp; want to know the unknown.', 'AirBrush20170324190830-102.jpg', '2019-01-09 14:02:17'),
(400, 'Sumit Giri', 'sgiri1021994@gmail.com', '7003837159', 'Kolkata', 'Btech', '1+ yrs', 'Having 2 years of experience in analytical instrument Olympus Make XRF.', 'Photo-628.jpg', '2019-01-11 09:20:57'),
(401, 'Prashant chakraborty', 'pc241993@gmail.com', '6206044260', 'Kolkata, Bokaro, Ranchi', 'Btech', '0 yr', 'I am btech fresher from electrical and electronics engineering in 2016.', 'Screenshot2019-01-12-12-44-42-095com-207.png', '2019-01-12 07:15:24'),
(402, 'Trishna Dolui', '1997doluitrishna@gmail.com', '8013347696', '140/1 Gopal Lal Thakur Road,Kolkata-700108', '10+2', '0 yr', 'I Trishna Dolui,I am football player.I am pursuing my graduation.I am looking for a job.', 'Screenshot20190116-0128571-631.jpg', '2019-01-15 20:06:13'),
(403, 'MOUMITA PAUL GANGULY', 'mpaul5800@gmail.com', '9674831826', 'BELGHARIA,KOLKATA-56', '10+2+3', '5+ yrs', 'HARD WORKING &amp; COOL MINDED.\r\nEFFICIENT TO HANDLE PUBLIC RELATIONSHIP', 'IMG20181013123934-1-578.jpg', '2019-01-18 13:25:41'),
(404, 'Sk sadek ali', 'sksadek800@gmail.com', '8981811549', 'Kolkata', 'BE', '1+ yrs', 'Now i am working with dormakaba and deals with swing door heardware auto door hsw fsw mw', 'Screenshot2019-01-23-19-40-00-768com-684.png', '2019-01-23 14:12:47'),
(405, 'Mehtab Mullick', 'mehtab.mullick@gmail.com', '9732078271', 'Kolkata', 'Btech', '0 yr', 'After passing B tech in Electronics and Communication Engineering I have completed PGDIA (Post Graduate Diploma in Industrial Automation) from a CTDS affiliated indstitute in Bangalore. I have knowledge in PLC, SCADA, HMI. And I am looking for a job in automation based company.', 'PHOTO-645.jpeg', '2019-01-25 11:07:27'),
(406, 'Kamlesh Kumar Rai', 'infokamleshrai@gmail.com', '8777539570', 'KOLKATA', '10', '15+ yrs', 'Installation of CCTV Surveillance Systems, Hydraulic Gadgets (Road Blocker, Tyre Killer, Active Bollard, Crash Rated Boom Barrier etc.), Under Vehicle Surveillance System, Automatic License Plate Recognition System , Personal Access Control System and Handling desktop &amp; Laptop Hardware and software.', 'kamlesh-164.jpg', '2019-01-27 09:16:06'),
(407, 'SUMAN CHAKRABORTY', 'suman1997b@gmail.com', '08910481412', 'Kolkata', '10+2+3', '1+ yrs', 'SEE MY CV', 'Photo-630.jpg', '2019-01-28 15:04:33'),
(408, 'Debantara Paul', 'debantarapaul@gmail.com', '9046703054', 'Garia', 'Btech', '1+ yrs', 'Sur I have done my B.Tech in E.E I have 1.5 years experience  as an Electrical Engineer currently working as Business Development Executive', 'img575-NEW-558.jpg', '2019-01-29 06:02:15'),
(409, 'Pratik Mandal', 'pratikmandal343@gmail.com', '9749804545', 'Siliguri', '10+2', '0 yr', 'Looking for a job as a diploma electrical engineer', 'img176-427.jpg', '2019-01-29 10:49:56'),
(410, 'sudeep sarkar', 'sudeepsarkar.etce@gmail.com', '9038616068', 'Kanchrapara', 'BE', '0 yr', 'Myself sudeep sarkar.i had completed B.tech st.thomas college of engineering and technology.i have a good knowledge on programming language as well as some core electronics subject.i have a two industrial traning,one is from railways anather is mane tool room kolkata.i am a hardworking and softmind guy.', 'received1422545414557165-34.jpeg', '2019-01-29 15:01:20'),
(411, 'AVISHEK SARKAR', 'avisheksarkar2015@gmail.com', '9836863074', 'Kolkata', '10+2+3', '7+ yrs', 'Looking for a in house related job', 'avishek01-647.jpg', '2019-01-31 15:56:29'),
(412, 'GEETA', '8777geeta@gmail.com', '8961212031', 'Kolkata', '10+2+3', '0 yr', 'I am.a b.com graduate from Calcutta University.My hometown is in jharkhand.I live in kolkata.', 'Screenshot2019-02-01-00-37-02-856com-31.png', '2019-01-31 19:08:10'),
(413, 'Ayan Adhikary', 'ayan.adhikary@aot.edu.in', '8777415860', 'Dankuni', 'Btech', '0 yr', 'Respected Sir/Madam,\r\n\r\n \r\n\r\nSub: Application for the post of Trainee Electrical Engineer Cover Letter\r\n\r\n \r\n\r\nI am a fresh graduate in Electrical Engineering from Maulana Abul Kalam Azad University of Technology (formerly known as West Bengal University of Technology).\r\n\r\n \r\n\r\nI am highly focused and aim to begin and promote my career in the field of Electrical designing, manufacturing and automation. Being a fresher to this field, I would like to commence my career with your well established and accredited company. It would be an immense pleasure for me if I assist your company in its various fields like AC &amp; DC machine maintenance, Power grid, Transmission, etc.\r\n\r\n \r\n\r\nLooking forward for a positive response which would give me an opportunity to enhance and expand my career goals. In addition, I assure you of my expertise and complete dedication which will be an asset to your company. Please contact me at mentioned contact details as per your convenience.\r\n\r\n \r\n\r\nThanking You.\r\n\r\n \r\n\r\nYours Sincerely\r\n\r\n \r\n\r\nAyan Adhikary', 'Ayan-Adhikary-852.jpg', '2019-02-01 07:03:33'),
(414, 'dinesh kumar  sas', 'dinesh.vsp2020@gmail.com', '09603936845', 'visakapatnam', '10+2+3', '15+ yrs', 'this is dinesh  from visakapatnam. I am  very well known to Mr Rajiv K Porder sir  I used to purchase ups  from smart power .  I am looking for  opportunity  please kindly  consider my application .', 'DSC0625-1-582.jpg', '2019-02-01 07:47:17'),
(415, 'Arvind Kumar', 'ak010cse@gmail.com', '+917449803508', 'Barasat', 'Btech', '0 yr', 'I am arvind kumar and i am from barasat i want to join in your company for the post of development.i have done two projects 1st is web development and 2nd is android app development.', 'New-Doc-2018-04-141-642.jpg', '2019-02-06 05:01:50'),
(416, 'Prasun Basu', 'response.prasun14@gmail.com', '9007199480', 'Kolkata', '10+2+3', '15+ yrs', 'Over more than Fifteen years of extensive technical experience in IT &amp; Security Surveillance Industry.\r\nAssociate with Score Information Technologies Ltd as Project Co-coordinator.', 'Prasun-778.jpg', '2019-02-06 10:44:03'),
(417, 'RITWIK HOTA', 'ritwik.hota@gmail.com', '7003301795', 'Belgharia, Kolkata', 'Btech', '0 yr', 'Sir I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control. Sir Please let me know if there is any vacancy which suits my skills. I have also basic knowledge about IOT, ESP, ARDUINO,RASBERRY PI etc modules.Here I am attaching my CV with this mail. I am egerly waiting for a good response from you.. thanking you.. \r\nRitwik Hota', 'Passport-pic-low-94.jpg', '2019-02-08 16:29:41'),
(418, 'Chotan roy', 'prabhatroy03@gmail.com', '9804460163', 'Kolkata', 'Btech', '0 yr', 'I am a final year 8th semester student,pursuing electrical engineering from NSHM KNOWLEDGE CAMPUS DURGAPUR', 'D-7103-cd-15.jpg', '2019-02-08 18:22:47'),
(419, 'ARNAB GHATAK', 'ghatakarnab2@gmail.com', '7278525297', 'KOLKATA', 'Btech', '1+ yrs', 'I have 2+ years experience as a Service Engineer.', 'img2018012319492903P-158.jpg', '2019-02-17 04:15:13'),
(420, 'RABI SANKAR NAG', 'rabi.babu.ee@gmail.com', '9046476316', 'KOLKATA', 'BE', '1+ yrs', 'Myself Rabi Sankar Nag. I live in kolkata. I have done my B.Tech in Electrical Engineering in 2014. i worked 1year in automation company(WBPESPL,KOLKATA).', 'photo-28.jpg', '2019-02-18 16:46:40'),
(421, 'AMJAD HASSAN', 'amjadhassan025@gmail.com', '7488436446', 'GAYA', 'Btech', '1+ yrs', 'I have two years experience in industrial Automation', '69971097-496.jpg', '2019-02-24 07:27:03'),
(422, 'AMJAD HASSAN', 'amjadhassan025@gmail.com', '7488436446', 'GAYA', 'Btech', '1+ yrs', 'I have two years experience in industrial Automation.i have knowledge of programming in PLC,HMI,scads,servo drive,VFD etc and have knowledge of pneumatic cylinder,pneumatic object such as solenoid valve,digital pneumatic pressure etc', '69971097-336.jpg', '2019-02-24 07:30:36'),
(423, 'Shivashish Chaturvedi', '1.shivashish@gmail.com', '8420474534', 'Haora', 'Btech', '10+ yrs', 'B.Tech in Mechanical Engineering, MBA (Operations), Lean Six Sigma Green Belt trained, Lead Auditor training course in ISO 9001:2015 Quality Management Systems &amp; ISO 45001:2018 Occupational Health and Safety Management Systems. 10 Years of experience in QA/QC, process improvement, product development, rejection handling &amp;control. Ensuring QMS as per procedure and requirements. Preparing and maintaining various quality related documents. Co-ordinating audits. Maintaining Corrective action, FMEA, PPAP, 8D, Management of Change, Engineering change and calibration. Review and set critical quality points, Sample development and approval, supplier development and evaluation. Monitoring suppliers&rsquo; NCR and quality performance.', 'PHOTO-635.jpg', '2019-02-24 17:14:47'),
(424, 'Amit Kumar Barai', 'kumar.amitbarai11@gmail.com', '9038687766', 'Kolkata', 'Btech', '0 yr', 'I am a NSQF Certified Automation &amp; Process Control Engineer, I am seeking career oppurtunities in test automation , comissioning , maintance , designing, troubleshooting of PLC , SCADA &amp; HMI', 'photo3-516.jpg', '2019-02-27 05:39:13');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(425, 'Mazhar Anwari', 'anwarimazhar96ee@Gmail.com', '7687979890', 'Kolkata', 'Btech', '0 yr', 'I\'m Mazhar Anwari I\'m fresher I have done my B-TECH in Electrical Engineering from jisce,2017.i have completed MCCAPC 6 months training from MSME (CTTC), Kolkata ,2019', 'Screenshot20190301-1334092-608.jpeg', '2019-03-01 08:10:07'),
(426, 'Debjit Santra', 'debjit.santra007@gmail.com', '9836994434', 'Howrah', 'Btech', '0 yr', 'I have complete my Diploma in Electrical Engineering, and B.Tech in same trade (Electrical Engineering) from Budge Budge Institute of Technology (B.B.I.T) . Now I am working in &quot;JAGANNATH ENGINEERING COMPANY&quot; as a Junior Project Engineer. In this circumstances, I am  interesting for doing the job in your company.', 'Office-Lens-20160627-150349-820.jpg', '2019-03-01 14:06:36'),
(427, 'Mazhar Anwari', 'anwarimazhar96ee@Gmail.com', '7687979890', 'Kolkata', 'Btech', '0 yr', 'I\'m  Mazhar Anwari,I\'m fresher. I have done training in Master certificate course in Automation and process control (MCCAPC) from MSME, Kolkata in feb 2019 that certificate is NSQF Level-7 certificate.i have done my B-TECH from jisce in 2017', 'Screenshot20190301-1334092-209.jpeg', '2019-03-04 09:58:30'),
(428, 'Pankaj Kumar', 'pkg.pankaj.1994@gmail.com', '98755525059', 'SODEPUR KOLKATA', '10+2+3', '0 yr', 'I\'m Pankaj Kumar Studying MCA FINAL SEMESTER FOR REGENT EDUCATION AND RESEARCH FOUNDATION BARRACKPORE KOLKATA.', 'pkj-pic-721.jpg', '2019-03-05 05:39:31'),
(429, 'ARNAB GHATAK', 'ghatakarnab2@gmail.com', '7278525297', 'Kolkata', 'Btech', '1+ yrs', 'I have 2+Years experience in Service and System Engineering.', 'img2018012319492903P-396.jpg', '2019-03-05 13:53:40'),
(430, 'Pankaj Kumar', 'pK.1512022@GMAIL.COM', '9458708305', 'jamshedpur,jharkhand', 'Btech', '1+ yrs', 'To,\r\nThe HR Manager\r\nSubject:Applyi\r\nPankaj kumar\r\n9458708305', 'DSC0032-copy-copy-765.jpg', '2019-03-05 15:47:57'),
(431, 'ARUNTEJ DANTA', 'aruntej.chintu@gmail.com', '+91 9440365656', 'Hyderabad', 'Btech', '3+ yrs', 'Over 3 years 6 months of experience on automation &amp; maintenance operations, servicing, technical troubleshooting and quality. Displayed skills in managing predictive / preventive breakdown maintenance ensuring maximum machine up time. Adept at resolving technical issues through root cause analysis and providing technical support / data to internal customers. Expertise in process improvement / modifications in operating procedure to enhance productivity. Deft in implementing quality systems for improving process. Posses&rsquo; excellent communication, leadership and planning skills.', 'Arun1-2.jpg', '2019-03-11 08:08:10'),
(432, 'Subrata Biswal', 'subrata15041996@gmail.com', '8910057541', 'kolkata', '10+2+3', '0 yr', 'Myself Subrata Biswal from Shyam bazar , Kolkata. I have passed Diploma in Electrical Engineering with 80% marks from Engineering Institute For Junior Executives in 2018. I have also take short term vocational training from South Estern Railway electrical locoshed , Santragachhi.', 'PHATO-568.jpg', '2019-03-11 15:00:20'),
(433, 'SOURAV DEY', 'deysourav529@gmail.com', '8981522455', 'KOLKATA', '10+2+3', '0 yr', 'I have passed diploma in electronics &amp; instrumentation engineering in 2018. Now i am doing job in asti electronics india pvt ltd as trainee engineer.', 'img217-34.jpg', '2019-03-12 08:18:05'),
(434, 'Trivendra Kumar', 'trivendra.india1994@gmail.com', '8789641734', 'Bokaro', 'Btech', '1+ yrs', 'Dear sir\r\nThis is Trivendra Kumar from Banka Bihar. I am an Automation Engineer. Now I am working at AS Automation &amp; Engineering Services PVT Ltd. Now I am gaining two years working experience on programming of delta plc, VFD, MCC,&amp; PCC panel. I am searching an opportunity to your company regarding on the designation. \r\nI hope you will give me an opportunity to work with your team.\r\nThanks regards\r\nTrivendra Kumar', 'tp240x312-180.jpg', '2019-03-12 09:47:57'),
(435, 'Narendran Palanisamy', 'narenvelmotors@gmail.com', '96897186183', 'Muscat', 'BE', '7+ yrs', 'I have very good knowledge in automation field. Looking for senior management position. Able to handle a team. ready to relocate.', 'download-774.png', '2019-03-12 12:10:38'),
(436, 'Ashish Kumar Singh', 'singhashish768@gmail.com', '9007305424', 'Kolkata', 'Btech', '3+ yrs', 'I am B.Tech Electronics &amp; Instrumentation Engineer having around 3 yrs of experience.I having 1.5 year of experience as Project Engineer in GG Instruments Pvt. Ltd. Of SCADA project of ABB automation at ONGC(Agartala) after end of the Project I have joined Distribution Logistics Infrastructure Pvt. Ltd. as Marketing &amp; Operation officer.', 'IMG20190111204439-214.jpg', '2019-03-15 07:42:17'),
(437, 'ABHIJIT  DEY', 'abhilapulaga@gmail.com', '7003378241', 'Kolkata', '10+2+3', '0 yr', 'I am abhijit dey..i am currently  working in manfacturing  industry  as a testing testing engineer..i have knowledge  of various  testing instruments &amp; developing testing instruments...', 'temp-336.jpg', '2019-03-18 07:01:39'),
(438, 'SOUMYADEEP DAS', 'soumyadirac33@gmail.com', '9432372569', 'Kolkata', 'Btech', '0 yr', 'Sir, I am an electrical engg. graduate. I have worked with Sova Solar limited from 11/06/2018 to 17/01/2019 as a trainee engineer at the maintenance  dept. I have  done a certified short term course on AutoCAD. Please give me an opportunity to serve you.', 'DSC1194-1-55.jpg', '2019-03-22 05:26:23'),
(439, 'Riya bhowmick', 'bhowmickriya302@gmail.com', '8210794367', 'Kolkata', '10+2', '0 yr', 'Presently I am doing bcom part 3. I am careerist and give my 100% in everything', 'Screenshot2019-03-25-19-44-18-561com-19.png', '2019-03-25 14:14:54'),
(440, 'Sanat Halder', 'sanat_78@rediffmail.com', '9038006412', 'Kolkata', 'Btech', '1+ yrs', 'Dear Sir/Madam,\r\n\r\n                          My name is Sanat Halder. I am from Jadavpur, Kolkata. I completed my B.Tech in Electrical Engineering from Greater Kolkata college of engineering and management, from Baruipur, West Bengal. I have completed Graduate apprentice training for 1(one) Year at Chittaranjan Locomotive Works (INDIAN RAILWAYS). I have 6-months training certificate of the course Master Certificate Course in Automation and Process Control from MSME, CTTC, Kolkata in 2019 with 81.75% marks.', 'Sanat-2-674.jpg', '2019-03-26 10:19:42'),
(441, 'debasis das', 'debasis.2410@gmail.com', '9163547286', 'kolkata', 'Btech', '7+ yrs', 'Always searching for the answer of challenges I face which helps me to grow and with this experience serve my organisation better.', 'debasis-das-photo-new--222.jpg', '2019-03-28 11:46:59'),
(442, 'OLIVIA SANYAL', 'oliviasanyal3@gmail.cfom', '8240304590', 'KOLKATA', 'Btech', '1+ yrs', 'I am an Electrical Engineer. Now I am assistant Engineer -Planning of IL&amp;FS ECC Ltd.', '222-881.jpg', '2019-03-28 11:56:42'),
(443, 'Raya Chatterjee', 'raya93chatterjee@gmail.com', '9875484664', 'Kolkata', '10+2+3', '0 yr', 'I have completed MA in journalism and masscomm. From calcutta university. But I have worked as HR executive for 2months and want to pursuit my career in HR field. Currently looking for a job in HR.', 'PicsArt07-27-11-821.jpg', '2019-03-29 11:23:33'),
(444, 'Rajeshwar Dutta', 'draj73212@gmail.com', '7003027253', 'Kolkata', 'Btech', '0 yr', 'Myself Rajeshwar Dutta, had persuaded my B.Tech from RCC Institute of information technology last year (2018) in Electronics and Instrumentation and currently looking for an automation field related job as i want my career growth in the respective field.I had also undergone industrial training with various PLCs as an intern from Technosystem,Kolkata.I am also having knowledge in Panel designing for PLCs.', 'IMG20190404224231LL-40.jpg', '2019-04-06 12:48:24'),
(445, 'PRATICK SINGHA ROY', 'praticksingharoy96@gmail.com', '7596878542', 'KOLKATA', '10+2+3', '0 yr', 'Sir,\r\n   I\'ve Completed My Bsc degree from Gurunanak Institute Of Pharmaceutical Science &amp; Technology Sodepur in 2017 &amp; now I\'m working in Netscribes India Pvt ltd as an associate &amp; now I\'m looking for better opportunity ,If there is any opening which is suitable for my job profile then contact me immediately.', '01-128.jpg', '2019-04-07 16:21:40'),
(446, 'suman kumar', 'suman.sam92@gmail.com', '9821382353', 'Gurugram', 'Btech', '3+ yrs', 'I am an innovative,  Design and Testing Engineer, having 4+ year of experience focused on developing new product and process in uPVC Windows and Door industry.', 'suman-872.jpg', '2019-04-12 04:53:18'),
(447, 'SUPRIYA PAL', 'piklusupriya@gmail.com', '9733666777', 'Kolkata', '10+2+3', '0 yr', 'I am passionate about my work.\r\nI am highly organized.\r\nI\'m a people-person.\r\nI am results-oriented.', 'Supriya-CV-851.jpg', '2019-04-13 06:23:02'),
(448, 'Akash Shaw', 'shawakash47@gmail.com', '9088913868', 'Kolkata', 'Btech', '0 yr', 'I have passed B.Tech in Electrical Engineering in 2018. I work as a Technical Sale Executive of complete security system solution products (CCTV VDP, EPABX etc) and Knowledge of Electrical Panel.I am looking for opportunity in your organization.', 'IMG20190410165856-724.jpg', '2019-04-13 15:11:15'),
(449, 'Vikash Paswan', 'vikashpaswan95@gmail.com', '7992243454', 'Bettiah', 'BE', '0 yr', 'Good morning\r\nI am vikash paswan , from bihar bettiah , in my family apart from my parents , i have an elder brother and a younger sister , i am graduate from mahendra engineering collage salem , i am fresher ,  that\'s all about me thank you .', '1555400938906IMG201802100002-153.jpg', '2019-04-17 06:22:46'),
(450, 'Protyasha Ghosh', 'protyasha.ghosh@gmail.com', '7384934608', 'Kolkata', 'Btech', '3+ yrs', 'Electrical Engineering Professional with around 4 years experience in the field of , tender submission, proposal making , project coordination, Planning, system design . Presently working with Subhashree Projects Pvt. Ltd as Project Engineer.\r\nKey Deliverables: (As PROPOSAL ENGINEER)\r\n\r\n?Work with customers to understand their processes and develop the best solutions for their requirements.\r\n?Work with our sales team to professionally represent the company at a customer, gather data, and collect relevant information to define a project.\r\n?Work with our engineers and designers to develop and quote cost effective solutions.\r\n?Recognize and understand the customer&rsquo;s needs, make suggestions for possible solutions, and quickly develop budgetary numbers with essential accuracy.\r\n?Cost analysis and estimating.\r\n?Develop proposal writing.\r\n?Online tender submission\r\n\r\n\r\n\r\n\r\n\r\nKey Deliverables: (As PROJECT ENGINEER)\r\n\r\n?Develops project objectives by reviewing project proposals and plans; conferring with management.\r\n?Determines project responsibilities by identifying project phases and elements; assigning personnel; reviewing bids from contractors &amp; project specifications, customer requirements and performance standards; preparing cost estimates\r\n?Determines project schedule by studying project plan and specifications; calculating time requirements; sequencing project elements\r\n?Maintains project schedule by monitoring project progress; coordinating activities; resolving problems\r\n?Contributes to team effort by accomplishing related results as needed.\r\n?B.TECH (Electrical Engineering) from Aryabhatta Institute of Engineering &amp; Management in 2014 with 74.6% (8.21 CGPA)\r\n?Diploma (Electrical Engineer) from  Murshidabad Institute of Technology, WBSCTE (West Bengal State Council of Technical Education) in 2011 with  79.40%\r\n?Higher Education (Standard XII)  from Lalbagh Singhi High School, Murshidabad under WBCHSE (West Bengal Council of Higher Secondary Education) in 2008 with 59.00%\r\n?Secondary (Standard X) from M.M.C Girls High School, Murshidabad under WBBSE (West Bengal Board of Secondary Education) in 2006 with 71.75%', 'DSCN9591-790.jpg', '2019-04-20 11:00:38'),
(451, 'Sudhangshu Sarkar', 'sudhangshusarkar72@gmail.com', '9432335750/6289409296', 'Nimta, kolkata', 'Btech', '1+ yrs', '1. I am passionate about my work.\r\n2. I am ambitious and driven.\r\n3. I am a natural leader.', 'IMG20190422074204-389.jpg', '2019-04-22 02:20:25'),
(452, 'Soumyadeep Misra', 'soumya.vick@gmail.com', '7866841112', 'Asansol', 'Btech', '0 yr', 'I am passionate about my work.\r\nI am ambitious and driven.\r\nI am highly organised.\r\nI\'m a people-person.\r\nI\'m a natural leader.\r\nI am results-oriented', 'PHOTO-36-KB-8.jpeg', '2019-04-25 09:46:41'),
(453, 'Subrata Biswal', 'subrata15041996@gmail.com', '8910057541', 'kolkata', '10+2+3', '0 yr', 'Myself Subrata Biswal from Shyam bazar , Kolkata. I have passed Diploma in Electrical Engineering with 80% marks from Engineering Institute For Junior Executives in 2018. I have also take short term vocational training from South Estern Railway electrical locoshed , Santragachhi.', 'PHATO-369.jpg', '2019-04-26 07:43:38'),
(454, 'Kausik Datta', 'kausikdatta23@gmail.com', '8902686127', 'Hooghly', 'Btech', '5+ yrs', 'A.	Projects &amp; Maintenance Officer, Eastern Bakeries Pvt. Ltd.(C.P. of Britannia), Kolkata | Feb&rsquo;2019 &ndash; Present\r\n\r\n&bull;	Primarily focused on schedule maintenance and planning of all electrical system and equipment&rsquo;s of our FMCG.\r\n&bull;	Targeting on maximum efficiency of all equipment\'s by preventive maintenance and on zero wastage of materials.\r\n&bull;	Fulfilling the Production target and try to provide 100% equipment availability.\r\n&bull;	Involving on Manpower utilization and management.\r\n       \r\nB.	 Engineer, McNally Bharat Engineering Company Limited, W.B. &amp; Maharashtra | 2014 to2019 (5 years)\r\n&bull;	Worked as an Engineer in CHP (Operation &amp; Maintenance) for 5 years.\r\n&bull;	Responsible for maintaining CHP Plant of Durgapur Project Limited,550 MW(300MW X 1Unit &amp; 250MW X 1 Unit) at Durgapur, West Bengal, India and Adani Power Maharashtra Limited,3300 MW(660MW X 5 Unit) at Tiroda,Maharashtra,India.\r\n&bull;	Planned,executed,maintained and improved electrical instruments; issue repair reports at the conclusion of the jobs for proper documentation.\r\n&bull;	Manpower utilization and management.', 'IMG-20190423-WA0000-196.jpg', '2019-04-28 01:33:25'),
(455, 'Shibaram mazumder', 'shibrammazumder4@gmail.com', '9588016056', 'kolkata', 'Btech', '1+ yrs', 'presently I\'m working as an industrial automation service engineer cum automation training faculty. now I\'m looking for better opportunities. I\'m also interested in the home automation sector. please go through my Resume, other details are mentions in my Resume.', 'Shibram-passport-min-462.jpg', '2019-05-03 11:59:11'),
(456, 'Somesh saran', 'somesh.saran@gmail.com', '9555331810', 'Ghaziabad', 'BE', '10+ yrs', 'MySelf &quot;Somesh Saran&quot;  Currently working as Asst. Manager Service (North) with Metaflex Doors India Pvt. Ltd.', 'Someh-photo-1-2-808.jpg', '2019-05-10 08:43:10'),
(457, 'Priyankar Bhattacharjee', 'priyankarbhattacharjee95@gmail.com', '9073826792', 'Kolkata', 'BE', '0 yr', 'My name is Priyankar Bhattacharjee. I am pursuing Diploma in Electronics and Telecommunication Engineering from Jnan Chandra Ghosh Polytechnic. I am a third year sixth semester student and my Diploma course will completed in June of 2019.My strengths are I am a hard working and self motivated person.I can adopt any kind of environment easily.', 'IMG-20190510-WA0010-168.jpg', '2019-05-10 08:56:45'),
(458, 'SRIJA RAY CHOWDHURY', 'srijaraychowdhury15@gmail.com', '9836143423', 'KOLKATA', 'BE', '0 yr', 'Dear Sir/Madam,\r\n\r\nMy name is Srija Ray Chowdhury. I am pursuing Diploma in Electronics and Telecommunication Engineering from Jnan Chandra Ghosh Polytechnic. I am a third year sixth semester student and my Diploma course will completed in June of 2019.My strengths are I am a hard working and self motivated person.I can adopt any kind of environment easily.\r\nI have checked about your company and I am interested to join in any technical position in your company. I have attached my resume.', 'IMG-20170729-WA0018-1-1-565.jpg', '2019-05-10 13:56:24'),
(459, 'PRASAD BHASKAR VYAVAHARE', 'prasadvyav123@gmail.com', '9604242882', 'behala 14 number kolkata', 'BE', '0 yr', 'skillsets-1.Allen Bradley plc\r\n2.siemens plc\r\n3.scada software\r\n4.Electrical Autocad\r\n5.GE Fanuc plc', 'image-207.jpg', '2019-05-11 03:26:47'),
(460, 'somesh saran', 'somesh.saran@gmail.com', '9555331810', 'Ghaziabad', 'BE', '10+ yrs', 'MySelf &quot;Somesh Saran&quot;  Currently working as Asst. Manager Service (North) with Metaflex Doors India Pvt. Ltd.', 'Someh-photo-1-2-322.jpg', '2019-05-13 10:21:05'),
(461, 'Tapas Pradhan', 'tapaspradhan92@gmail.com', '8247713742', 'Bhubaneswar', 'Btech', '1+ yrs', 'My self Tapas Pradhan.\r\nI\'m belong to Odisha.\r\nMy highest qualification is BTech Electrical engineering and pass-out year is 2016.\r\nI have two years experience in electrical maintenance work.\r\nI\'m quite good in autocad and recently completed automation comprehensive course.', 'IMG-20180217-WA0000-45.jpg', '2019-05-15 10:16:20'),
(462, 'Ankeet Chatterjee', 'ankeetchatterjee786@gmail.com', '8763312582', 'Kolkata', 'Btech', '1+ yrs', 'I Ankeet Chatterjee passed out in 2018 with highest qualification B.Tech from EEE domain .Also I completed Industrial automation training and process control from MSME eager to join ur company.', 'edited-366.jpg', '2019-05-19 06:36:23'),
(463, 'ARNAB GHATAK', 'ghatakarnab2@gmail.com', '7278525297', 'KOLKATA', 'Btech', '1+ yrs', 'Having experience in Embedded System Service Engineer for more than two years', 'img2018012319492903P-530.jpg', '2019-05-22 05:19:53'),
(464, 'Gouranga Das', 'gourangadas3938@gmail.com', '8945853938', 'Barasat', '10+2+3', '3+ yrs', 'I am a diploma engineer in electrical stream and 4 years experience in electrical field engineering', 'IMG-20190407-WA0000-696.jpg', '2019-05-25 09:07:02'),
(465, 'ARGHYADIP ROY', 'royarghyadip6@gmail.com', '9564754301', 'BARASAT', 'Btech', '0 yr', 'I am a final year ECE student. I have a lot of interest in automation. I know some language i.e C, SQL,HTML etc. I did training in the embeded system under MSME TOOL ROOM KOLKATA. I did some project with Arduino. I know PCB designing and I made some PCB at home.', 'photo-511.jpg', '2019-05-25 20:49:18'),
(466, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '+917278820105', 'Matrimandir lane kolkata 35', '10+2+3', '7+ yrs', 'I am Suvojit Karmakar, searching for a better job to fulfill my family\'s need. Need an opportunity to prove myself.', 'Screenshot2019-05-26-22-03-15-833.png', '2019-05-26 16:40:38'),
(467, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '7278820105', 'Matri Mandir Lane, dunlop, kolkata -35.', '10+2+3', '7+ yrs', 'I am Suvojit Karmakar. I have completed my graduation on education honours and had an experience of 7 yrs to deal with the customers. I need a better  job than my current one to help my family. So please give me a chance to prove myself .', 'IMG-20190531-WA0000-611.jpg', '2019-05-31 17:06:02'),
(468, 'Ritwik Hota', 'ritwik.hota@gmail.com', '7003301795', 'Kolkata', 'Btech', '0 yr', 'Sir I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control.Currently i am working as an Industrial Automation Trainer.  Sir Please let me know if there is any vacancy which suits my skills. I am having work experiences with work with Siemens, Schneider,Omron,Mitsubishi,Delta,Allen Bradley,Selac PLC. I am attaching my cv in with this mail. I am eagerly waiting for a good response from you.. thanking you..', 'Passport-pic-low-nw-259.jpg', '2019-06-01 12:47:00'),
(469, 'Shankha Banerjee', 'shankha352@gmail.com', '9088128212', 'Kolkata', '10+2+3', '0 yr', 'I am Shankha Banerjee from Dum Dum Cantonment, Kolkata. \r\nI am persuing diploma in EIE from North Calcutta polytechnic  in final year and final semester.  I have completed other 5 semesters with overall 80% marks. \r\nNow I am searching for a job related to my field', 'New-Doc-2019-05-26-03-487.jpg', '2019-06-02 20:33:48'),
(470, 'Soumi Paul', 'soumipaul87066@gmail.com', '9674459432', 'Kolkata', '10+2+3', '3+ yrs', '?	Tally ERP 9\r\n?	MS-Office Package [MS-Word, MS-Excel, MS-PowerPoint]\r\n?	Drafting of Business E-Mail', 'soumi-pasport-small-628.jpg', '2019-06-05 12:51:54'),
(471, 'SUTAPA HALDER', 'sutapahalder01@gmail.com', '8337040739', 'KOLKATA', 'Btech', '1+ yrs', 'Dear Sir / Madam,\r\n\r\nThis is SUTAPA HALDER, \r\nI am an AMIE. in Electronics &amp; Communication Engineering.\r\nI am very much interested to join your Organization and hereby sending my RESUME, which will reveal all my eligibility to produce myself as an aspiring candidate for your company.\r\n\r\nWith Thanks and Regard, \r\nSUTAPA HALDER', 'image-493.jpg', '2019-06-14 19:29:03'),
(472, 'Ritwik Hota', 'riitwik.hota@gmail.com', '7003301795', 'Garia, Kolkata', 'Btech', '0 yr', 'Sir I am Ritwik Hota, graduated in  ELECTRICAL ENGINEERING 2017 , also had gone through a training for about six months on Industrial Automation and Process Control.Currently i am working as an Industrial Automation Trainer.  Sir Please let me know if there is any vacancy which suits my skills. I am having work experiences with  Siemens, Schneider,Omron,Mitsubishi,Delta,Allen Bradley,Selac PLC. Among this  I am l am having sound knowledge in Siemens. I am also having the basic knowledge of IOT,IIOT,Different types of micro controller(ESP,Raspberry Pi, Arduino)  I am attaching my cv in with this mail. I am eagerly waiting for a good response from you.. thanking you..', 'Passport-pic-low-nw-484.jpg', '2019-06-16 15:28:27'),
(473, 'subhankar das', 'subhankard1293engi@gmail.com', '7003969981', 'Kolkata', 'Btech', '0 yr', 'reecently passed btech in 2018 in electrical engineering and want to truly work in the automation sector to have the industry exposure.i qualified the gate exam as well but dropping out of mtech in order to work as proffesional and learn automation.i really want to work in your organization if possible give me a call back', 'img-891.jpg', '2019-06-26 11:18:26'),
(474, 'Subham Mondal', 'subhammondal505@gmail.com', '8617559736', 'East Burdwan', '10+2', '0 yr', 'Sir,\r\n      My name is Subham Mondal. I am from East Burdwan. I pass my secondary examination in 2014. And pass Higher secondary 2016. And in this year (2019) I complete my diploma in Electronics and telecommunication from G.S.M polytechnic college.', 'New-Doc-----689.jpg', '2019-06-26 11:19:30'),
(475, 'SAYANTAN DEY', 'livesayantan@gmail.com', '9382973094', 'bolpur', '10+2+3', '0 yr', 'looking for a chance', 'img093-558.jpg', '2019-06-27 07:43:43'),
(476, 'Rahul Deb Roy', 'rahuldebroy0@gmail.com', '7003549733', 'Kolkata', 'Btech', '3+ yrs', 'I would like you to kindly consider my application for a technical post at your esteemed organisation. I have finished my B.Tech from Maulana Abul Kalam Azad University of Technology (formerly known as W.B.U.T)  in Electronics &amp; Communication Engineering(2016), and also have done diploma in Electronics &amp; Telecommunication Engineering from W.B.S.C.T.E.(2013). Now I am working in Steelman Telecom Pvt. Ltd. from 2-3yrs...', 'picrahul-694.jpg', '2019-06-30 17:48:22'),
(477, 'Sayantan Goswami', 'sayantan.goswami92@gmail.com', '8981822941', 'KOLKATA', 'Btech', '3+ yrs', 'I have done B.Tech in 2014 and after that joined eSSL as service engineer,after that worked in CFQ Solutions as Team Lead.Knowledge on CCTV,Biometric,Access control,Automation gates,Metal Detectors and other security products.', 'pic-829.png', '2019-07-01 06:41:21'),
(478, 'MD HASANUZZAMAN', 'mdhasanuzzaman50@gmail.com', '9163930968', 'TALIBPUR,MURSHIDABAD', 'Btech', '0 yr', 'I am a fresher, completed my B.Tech in Electronics &amp; Instrumentation Engineering in 2018.', 'DSC0839-468.jpg', '2019-07-01 10:21:02'),
(479, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '7278820105', 'Matri Mandir Lane, Dunlop, kolkata.', '10+2+3', '7+ yrs', 'I\'m Suvojit Karmakar, I need a good job to help my family. Give me a chance to serve you with my dedication and work.', 'IMG-20190705-WA0000-193.jpg', '2019-07-05 06:28:02'),
(480, 'NICHU JOHNSON', 'nichujohnson22@gmail.com', '08281941207', 'ERNAKULAM', 'Btech', '3+ yrs', 'Have good communication skill. I am able to speak english, malayalam, tamil. I also secured an ielts score of 6.5. I am a good team leader and can make up with hard situations.', '1531657857927nichu-646.jpg', '2019-07-06 11:50:57'),
(481, 'Md Nasar Iqbal', 'nsriqb@gmail.com', '8910789150', 'Kolkata', 'Btech', '0 yr', 'Sir I have completed b tech(EEE) in this year and 3 months training industry automation I want work in your company\r\nDear sir/mam you have automation vacancy plz contact me', 'IMG-20190103-WA0024-76.jpg', '2019-07-07 10:23:02'),
(482, 'Mrinal Patra', 'patramrinal5@gmail.com', '9123660778', 'Kolkata', 'Btech', '3+ yrs', 'Industrial automation training program for six months in Crisp, Electrical Transmission and distribution system, site supervisor', 'IMG20190720125801-52.jpg', '2019-07-20 07:30:58'),
(483, 'VINEET KUMAR', 'vineetkumar2000@yahoo.com', '8800415005', 'New Delhi', '10+2+3', '15+ yrs', 'Approx 20 yrs of Sales and Marketing from the I Industries like Attendance, Access control, Security Surveillance and office automation and handle PAN India for channel handling. Also handle B to C for big projects All India.At present I am in Kent RO Systems located at Delhi NCR and handle PAN India sales through B to B and B to C marketing .', 'IMG-20190721-WA0005-51.jpg', '2019-07-21 05:40:05'),
(484, 'VINEET KUMAR', 'vineetkumar2000@yahoo.com', '8800415005', 'New Delhi', '10+2+3', '15+ yrs', 'Approx 20 yrs of Sales and Marketing from the I Industries like Attendance, Access control, Security Surveillance and office automation and handle PAN India for channel handling. Also handle B to C for big projects All India.At present I am in Kent RO Systems located at Delhi NCR and handle PAN India sales through B to B and B to C marketing .', 'IMG-20190721-WA0005-174.jpg', '2019-07-21 05:40:15'),
(485, 'VINEET KUMAR', 'vineetkumar2000@yahoo.com', '8800415005', 'New Delhi', '10+2+3', '15+ yrs', 'Approx 20 yrs of Sales and Marketing from the I Industries like Attendance, Access control, Security Surveillance and office automation and handle PAN India for channel handling. Also handle B to C for big projects All India.At present I am in Kent RO Systems located at Delhi NCR and handle PAN India sales through B to B and B to C marketing .', 'IMG-20190721-WA0005-357.jpg', '2019-07-21 05:40:26'),
(486, 'VINEET KUMAR', 'vineetkumar2000@yahoo.com', '8800415005', 'New Delhi', '10+2+3', '15+ yrs', 'Approx 20 yrs of Sales and Marketing from the I Industries like Attendance, Access control, Security Surveillance and office automation and handle PAN India for channel handling. Also handle B to C for big projects All India.At present I am in Kent RO Systems located at Delhi NCR and handle PAN India sales through B to B and B to C marketing .', 'IMG-20190721-WA0005-536.jpg', '2019-07-21 05:40:37'),
(487, 'VINEET KUMAR', 'vineetkumar2000@yahoo.com', '8800415005', 'New Delhi', '10+2+3', '15+ yrs', 'Approx 20 yrs of Sales and Marketing from the I Industries like Attendance, Access control, Security Surveillance and office automation and handle PAN India for channel handling. Also handle B to C for big projects All India.At present I am in Kent RO Systems located at Delhi NCR and handle PAN India sales through B to B and B to C marketing .', 'IMG-20190721-WA0005-718.jpg', '2019-07-21 05:40:46'),
(488, 'Rajdip Sarkar', 'rajdip003@gmail.com', '9477776767', 'Kolkata', 'Btech', '0 yr', 'I recently checked your organization website and got inspired by your vision. It seems like your company is going from strength to strength, that\'s great news. By the way, I am Rajdip Sarkar a graduate Mechanical Engineer, I also learned a six-month course of PLC, SCADA designing, Auto CAD and HMI from MSME tool room Kolkata, which provides me with a great academic background and considerable practical knowledge. I worked in a project to plan out the design and implemented successfully on a tabletop model, which is an automated wastewater management system controlled by PLC.\r\nThroughout my academic, I have been reaching goals and exceeding expectations. Do have a glance at my resume to find out more.\r\nSmart power Automation is certainly the one that attracts me most simply because it matches my interest. I would love to bring my knowledge, skills and passion to your organization and I can make a positive contribution to your company. \r\nPlease get in touch with me via phone or mail. I would be happy to attend an interview at your convenience.\r\nI know recruiting can be a long and stressful process, so, I\'d like to thank you for taking the time to consider my application.', 'IMG2018102017204125-843.jpg', '2019-07-25 18:56:58'),
(489, 'Shambaditya Mukherjee', 'shambaditya.16@gmail.com', '8272908189', 'Hooghly', '10+2+3', '0 yr', 'Hi, \r\nI am Shambaditya Mukherjee. I live in Chinsurah Hooghly with my parents. I am 24 years old and I have completed diploma engineering in electronics and telecommunication after my 10th standard. I am a quick learner, and always try to do experiment with electronics equipment and components. I have done several Arduino based projects. I have enough patience to analysis a problem and come with a solution. I think your company want such employee to build more futuristic projects.\r\n\r\nNote:- I completed diploma in 2015. Due to critical medical issue I wasn\'t able to join any company. Right now I\'m completely fine. If you want to check, I can show my medical records.\r\n\r\nRegards\r\nShambaditya Mukherjee', 'Photo-411.jpg', '2019-07-29 11:30:57'),
(490, 'Kausar Ali', 'ali.kaushar@gmail.com', '7488766638', 'VADODARA', 'Btech', '5+ yrs', 'KAUSAR ALI	308, Fazila Avenue, Vasna-Tandalja Road, Vadodara- 390020\r\nContact: Mob: +91-7827535602, Mob: +91-7488766638\r\nEmail : ali.kaushar@gmail.com\r\n\r\n\r\nObjective\r\nTo be associated with a firm, that provides career development opportunities where I can contribute in its progress through best of my knowledge and skills.\r\nCAREER SUMMAARY\r\nTECHNICAL SKILLS\r\n&bull;	Application development and Support\r\n&bull;	Troubleshooting network concerns.\r\n&bull;	System Analysis and Troubleshooting.\r\n&bull;	Support protocol interface with computer workstations and telecommunications technologies.\r\n&bull;	Database: MS-SQL.\r\n&bull;	Languages: Core and advanced Java, C and C++.\r\n&bull;	OS: WINDOWS, Linux OS, basics of MS-DOS.\r\n&bull;	SCADA:  Wonderware InTouch, ICONICS Genesis32 and Genesis64\r\nAREA OF EXPOSURE/EXPERTISE\r\n&bull;	Experience in working as Application Engineer in Automation Projects based on SCADA.\r\n&bull;	Experience in writing scripts on Java, JavaScript, C++ and MS-SQL queries.\r\n&bull;	Managing projects activities and loop checking. \r\n&bull;	Application development for Projects based on SCADA, HMI, and customizable solution.\r\n&bull;	Maintaining AMC.\r\n&bull;	Developed project objectives by reviewing project proposals and plans, conferring with management.\r\n&bull;	Maintains project schedule by monitoring project progress; coordinating activities, resolving problems.\r\n&bull;	Controls project plan by reviewing design, specifications, and plan and schedule changes, recommending actions.\r\n&bull;	Prepares project reports status and recommending actions by collecting, analysing and summarizing information and trends.\r\n&bull;	An effect communicator with excellent relationship building &amp; interpersonal skills, problem solving &amp; organizational abilities, possess a flexible &amp; detail-oriented attitude.\r\n\r\nLEADERSHIP\r\n&bull;	Providing technical assistance and project evaluation.\r\n&bull;	Liaising with other members of the technical team and experts.\r\n&bull;	Providing training and producing support.\r\nPROJECTS\r\n&bull;	Energy Management System (Water, Air, Gas, Electricity, Steam)\r\n&bull;	Solar Monitoring Solutions\r\n&bull;	Pharma with 21 CFR compliances\r\n&bull;	PLC Panels based on Schneider and Rockwell Automation Platform\r\n&bull;	Data Centralization with Third Party Utilities, Energy Meters and DCS\r\n&bull;	Industrial Software Solutions based on Client Requirement\r\nExperience &ndash; Total 5 years\r\n\r\nSINCE AUGUST 2016 WORKING AS APPLICATION ENGINEER WITH ICONICS INDIA PVT LTD, VADODARA- GUJARAT \r\n&bull;	Engineering, selection of products, commissioning of software and control system in accordance with client specific requirement. \r\n&bull;	Script writing in Java, C and C++ platform for project execution.\r\n&bull;	MS-SQL query and Stored procedure writing for customizable report generation of available data.\r\n&bull;	Prepare key engineering deliverables including plan and schedule, instrument specifications, datasheets, evolutions, close out report etc.\r\nPAST EXPERIENCE- SINDCE APRIL 2014 TO JULY 2016 WITH CRYPTOGRAPHC IT SOLUTIONS PVT LTD. AS TECHNICAL SUPPORT ENGINEER\r\n&bull;	Worked and executed projects on JavaScript. \r\n&bull;	System Analysis and Troubleshooting. \r\n&bull;	Supporting network protocol interface with computer workstations and telecommunications technologies. \r\nCareer Projects:\r\nPROJECT ENGINEER| SILICA PLANT MONITORING SYSTEM FOR MADHU SILICA PLANT | AUG 2016 &ndash; OCT 2016\r\n&bull;	Silica Plant monitoring system for Madhu Silica plant at Bhavnagar, Gujarat. \r\n&bull;	Genesis 32, Modbus data connectivity, ReportWorX tools of ICONICS software were used in this project. \r\n(Aug 2016 to Oct 2016)\r\n\r\nPROJECT ENGINEER | WTP (WATER TREATMENT PLANT) &amp; STP (SEWAGE TREATMENT PLANT) MONITORING FOR INFOSYS | SEP 2016 &ndash; JAN 2017\r\n&bull;	Develop WTP &amp; STP dashboard, report and multimedia alarm.\r\n&bull;	Worked on script writing in Java methods and C language functions for required tag evaluation, screen development and data report generation.\r\n&bull;	ICONICS tools Genesis 64, Hyper Historian, ReportWorX, WebHMI, AlarmWorX MMX tools of ICONICS software were deployed and used.\r\nOffice Location: Bangalore \r\nPROJECT ENGINEER | REMOTE MONITORING SYSTEM FOR HEATER PARAMETER MONITORING- EXPORT PROJECT (CANADA) | OCT 2016 &ndash; FEB 2017\r\n&bull;	Installation and commissioning of Remote monitoring system for heater parameter monitoring for export project in Canada using Sixnet (Redlion) make GSM/GPRS gateway. Integration of gateway with SCADA for the monitoring. \r\n&bull;	Genesis 64, Hyper Historian, Modbus data connectivity, VPN, MobileHMI tools of ICONICS software were used in this project. \r\n(Nov 2016 to Feb 2017)	\r\nPROJECT ENGINEER | KALISIND DAM (RAJASTHAN) | JULY 2017 &ndash; JAN 2018\r\n&bull;	Dam Gate Control by using ICONICS SCADA and monitoring critical points.\r\n&bull;	Measuring water flow in dam and control it from remote location.\r\n&bull;	Customizable Everyday report execution and analysis using MS-SQL stored procedure.\r\n&bull;	Genesis64, Hyper Historian, ReportWorX tools of ICONICS software were used in this project. \r\n\r\nPROJECT ENGINEER | SUN PHARMACEUTICAL EMS &amp; BMS PROJECT EXECUTION (VADODARA) | JAN 2017 &ndash; DEC 2018\r\n&bull;	21 CFR compliance ICONICS &ndash; SCADA installation of BMS &amp; EMS monitoring for Sun pharmaceutical for different plant. \r\n&bull;	Script writing for 21CRF compliance security and report generation.\r\n&bull;	Genesis64, Hyper Historian, BACnet protocol Connectivity, ReportWorX, WebHMI tools of ICONICS software were used in this project. \r\n&bull; Halol Plant Project (Jan 2017 to Feb 2017) \r\n&bull; Dardra Plant Project (July 2017 to Aug 2017) \r\n&bull; Baska Plant Project (Sept 2017 to Nov 2017) \r\n&bull; ASRS Project Project (May 2018 to Dec 2018) \r\n\r\nPROJECT ENGINEER | VRCS SYSTEM IN JAGRANI VESSEL (THE GREAT EASTER SHIP) NOV 2018 &ndash; DEC 2018\r\n&bull;	Developed new Graph screen to control and monitor new critical points by using ICONICS SCADA.\r\n&bull;	Measuring water depth in sea, load and balancing, control valves and motors from central control system.\r\n&bull;	Customizable trends, report and data analysis.\r\n&bull;	Genesis32, ReportWorX of ICONICS software were used in this project.\r\n\r\nPROJECT ENGINEER | VRCS SYSTEM IN JAGRISHI VESSEL (THE GREAT EASTER SHIP) JAN 2019 &ndash; FEB 2019\r\n&bull;	Developed new Graph screen to control and monitor new critical points by using ICONICS SCADA.\r\n&bull;	Measuring water depth in sea, load and balancing, control valves and motors from central control system.\r\n&bull;	Customizable trends, report and data analysis.\r\n&bull;	Genesis32, ReportWorX of ICONICS software were used in this project.\r\n\r\nPROJECT ENGINEER | VESTAS &ndash; WIND ENERGY MANAGEMENT SYSTEM BANGALORE FEB 2019- TILL DATE\r\n&bull;	Working on DOS-based system to fetch data on network in windows system of central control room.\r\n&bull;	To convert .wsd format data  in .hhd format using MS-SQL stored procedure.\r\n&bull;	Design and develop user friendly application for data visualization and control wind farm controllers as per customer requirement.\r\nANNUAL MAINTENANCE CONTRACT ENGINEER | BBU (BITUMEN BLOWING UNIT)- BHARAT PETROLIUM PRIVATE LIMITED, MAHUL-MUMBAI, APRIL 2016 &ndash; TILL DATE\r\n&bull;	Data centralization in Central control System from IP21 protocol.\r\n&bull;	Monitoring and controlling data from controllers and recorders of Bitumen blowing unit.\r\n&bull;	Managing users, accounts &amp; policies and maintaining file\r\n&bull;	Troubleshooting Network concerns and support AMC.\r\n&bull;	Genesis 32, IP21 protocol data connectivity, ReportWorX and TrendWorX tools of ICONICS software were used in this project. \r\n\r\nTRAINING UNDERTAKEN:\r\n&bull;	Training in VLSI Design from DKOP Labs Pvt. Ltd, Sector 2, Noida.    (1st June &ndash;14th July 2012)\r\n&bull;	Training in Embedded System from Core Future, Salt Lake City, Kolkata (10th June 2011 &ndash;10th July 2011)\r\n\r\nSTRENGTHS: \r\n&bull;	Quick Learner, Flexible and Adaptive according to situation. \r\n&bull;	Flexible to work with any team environment. \r\n&bull;	Time driven, willing to work efficiently.\r\n\r\nHOBBIES: Games (Chess and cricket), Driving, Internet Surfing.\r\nEducation\r\nBACHELOR OF TECHNOLOGY | 2009 - 2013 | LPU (PUNJAB)\r\n&bull;	Major: B.Tech in ECE from LPU Punjab (2009-2013) \r\n&bull;	6 months training for learning programming languages (JAVA, C, C++ AND MS-SQL, LINUX) at &ldquo;CDAC (Centre for Development of Advanced Computing)&rdquo;- Bangalore (2013-2014)\r\nSSC &amp; HSC | JAC (JHARKHAND ACADEMIC COUNCIL)\r\n&bull;	Secondary School Certificate: JAC &ndash; St. Robert High School\r\n&bull;	Intermediate Certification: JAC &ndash; St. Columba&rsquo;s College\r\n\r\nPERSONAL DETAILS\r\nName	Kausar Ali\r\nDate of Birth	21 December 1988\r\nPermanent Address	429/28, Matwari Masjid road, Hazarbagh, Jharkhand 825301\r\nWorking Address	80A, ICONICS India Pvt Ltd. Ramangamdi POR GIDC, Vadodara Gujarat\r\nCurrent City	Vadodara \r\nNationality	Indian\r\nReligion	Islam\r\nMarital status	Married\r\nLanguages known	Hindi and English\r\nContact No	+91-7827535602, +91-7488766638\r\nHobbies	Games(Chess and cricket), Driving, Internet Surfing.', 'image-953.jpg', '2019-07-30 04:59:33'),
(491, 'riya bose', 'boseriya988@gmail.com', '7890952110', 'khardah', '10+2', '1+ yrs', 'woring at sreehari jwellers as a stock maintainer', 'riya-311.jpg', '2019-07-31 06:34:21'),
(492, 'Swadesh Medda', 'swadeshmedda@gmail.com', '9932815232', 'Kolkata', '10+2+3', '1+ yrs', 'My self Swadesh Medda. Searching for a job. So I given my resume to your company . Thank you for giving me to this opertunity.', 'Screenshot2019-03-01-19-31-58-873cn-681.png', '2019-08-01 14:15:12'),
(493, 'MD SARTAZ', 'haquesartaj007@gmail.com', '8335952261', 'Kolkata', 'Btech', '0 yr', 'I have experience  in automation,i am working in subtle weigh electric india pvt ltd as a trainee engineer,variable  frequency  drive commissioning,testing and repairing, now i am searching  a job,', 'New-Doc-2018-01-24-549.jpg', '2019-08-06 04:30:31'),
(494, 'SOUMESH PALIT', 'palitsoumesh1996@gmail.com', '8972432921', 'Konnagar', 'Btech', '0 yr', 'I am Soumesh Palit. I passed diploma &amp; b.tech in Electronics &amp; Communication Engineering. I am completely fresher.', 'IMG-20170103-WA0005-211x309-458.jpg', '2019-08-06 07:17:17'),
(495, 'SANDEEP KUMAR', 'sandeepvidak@gmail.com', '7003352594', 'Bally Howrah 711201', 'Btech', '0 yr', 'I\'m Sandeep Kumar from Jharkhand. I have done my B.Tech(ECE) from MCKV Institute of Engineering, Howrah with 7.63 DGPA in the year 2019.\r\nI have done training in PLC &amp; HMI also.\r\nI am a fresher, I have no experience but I will try to prove myself when opportunities comes to me.\r\nThank You.', 'SANDEEP-img-113.jpg', '2019-08-08 12:23:57'),
(496, 'SUBRATA SAMANTA', 'subratarsamanta@gmail.com', '7687902981', 'KOLKATA', 'Btech', '1+ yrs', 'I am a Electrical Engineer . i want that i will join to your company. now i am do a job an a company . this company mainy work for ups ans pac system.', '2018-06-12-22-17-39-432-9.jpg', '2019-08-17 06:31:10'),
(497, 'SUBRATA SAMANTA', 'subratarsamanta@gmail.com', '7687902981', 'KOLKATA', 'Btech', '1+ yrs', 'I am a Electrical Engineer . i want that i will join to your company. now i am do a job an a company . this company mainy work for ups ans pac system.', '2018-06-12-22-17-39-432-20.jpg', '2019-08-17 06:35:06'),
(498, 'Debashis Chatterjee', 'dchatterjee9600@gmail.com', '9955030824', 'Kolkata', 'MTech', '3+ yrs', 'R&amp;D Engineer actively involved in a systematized investigation into Electronics, and Military Grade Mobile Robotics.', 'AR642-pp---Copy-623.jpg', '2019-08-18 19:29:18'),
(499, 'SRIJIB MUKHERJEE', 'srijib89asansol@gmail.com', '7908567175', 'Kolkata', 'Btech', '3+ yrs', 'Electrical engineer', 'IMGF9391-797.jpg', '2019-08-21 06:37:32'),
(500, 'PURBA CHOWDHURY', 'purbac09@gmail.com', '9674206240', 'KOLKATA', 'Btech', '1+ yrs', 'My current skill - Basic level PLC programming, AutoCAD, PCB, Techno-Commercial job, Export document handling.', 'IMG099-268.jpg', '2019-08-22 07:52:16'),
(501, 'Diptesh Chakraborty', 'diptesh.chakraborty17@gmail.com', '8240286236', 'Kolkata', 'Btech', '12+ yrs', 'Hello sir, I am Diptesh Chakraborty, I am staying At Uttarpara, hooghly with my widow mother, wife &amp; my son . I am a B.TECH with 12 YRS of experience. N', 'pp-773.jpg', '2019-08-26 09:00:41'),
(502, 'Nitish Das', 'dasnitish1997@gmail.com', '7074943385', 'Haldia', '10+2', '0 yr', 'i am interested in this job', '0180824-903.jpg', '2019-08-28 02:54:39'),
(503, 'Irfan Alam', 'alam.irfan1@gmail.com', '7250403413', 'Dehrisaray MADHYA PRADESH', 'Btech', '10+ yrs', 'I have more than 10 years of experience in the filed of intelligent transportation system kindly consider if any open and suitable post for me', 'IRFAN1567179743823-976.jpg', '2019-08-30 20:25:23'),
(504, 'Ghanashyam Ganguly', 'ghanashyamganguly7@gmail.com', '6297481638', 'Arambagh Hooghly', '10+2+3', '5+ yrs', 'I have 6 years of experience in fire detection alarm system project.site visit, client handling,site handover, installation, commissioning, project related reports preparation etc.', 'Passport-Photo-477.jpg', '2019-09-05 03:41:01'),
(505, 'AGNIBHA DASGUPTA', 'dasgupta.rony7@gmail.com', '9051765210', 'KOLKATA', 'MTech', '0 yr', 'I am having adequate qualification and training. I have a strong inclination towards the field of Electronics and you when passion meets the opportunity it brings out the best.', 'self-796.jpg', '2019-09-06 05:08:04'),
(506, 'Sourav Sadhukhan', 'ssadhukhan874@gmail.com', '7001847688', 'Pune', 'Btech', '3+ yrs', 'Respected Sir/ Madam,\r\n\r\nWith humble submission I want to state you that I am an Electrical &amp; Electronics Engineer having a degree of B.Tech.\r\n\r\nI have 3 years successful experience in TMS &amp; ATMS/HTMS in both System Vendor &amp; Client Side.\r\n\r\nPreviously I was employed in Rajdeep Info Techno Pvt Ltd as a Junior Engineer. I have worked there as a team member of installing and commisioning of TMS system. I have worked in 4 different Toll plazas of DBL &amp; IL&amp;FS there.\r\n\r\nAfter that I was Employed in Qualix Information System as a Site Support Engineer &amp; Worked there in Harike- Faridkot &amp; Faridkot-Bhatinda Project of GR Infraprojects Limited. I have worked in both TMS &amp; ATMS system there.\r\n\r\nNow I am currently working in Pune Solapur Expressway Pvt Ltd as a System Technician.\r\n\r\nNow I am looking forward for better opportunity. I will be really grateful If there are any opportunity for me.\r\n\r\n\r\n\r\nThanks &amp; Regards,\r\n\r\nSourav Sadhukhan\r\nPh -7001847688', 'IMG20190906112405-901.jpg', '2019-09-06 05:56:13'),
(507, 'Neeraj Kumar', 'shabana0731@gmail.com', '8700437247', 'new delhi', 'Btech', '1+ yrs', 'i had completed my B.tech in mechanical department. i have 2 years of experience. i am searching for new opportunities to boost up my career.', '4-248.png', '2019-09-06 06:00:35'),
(508, 'TAPAS SOREN', 'tapassoren1989@gmail.com', '8910904850', 'BARANAGAR', '10+2+3', '1+ yrs', 'I am Tapas Soren, I like to work in smart way', 'IMG-20190910-WA0001-627.jpg', '2019-09-10 07:53:10'),
(509, 'Swarup Das Gupta', 'swarupdasgupta43@gmail.com', '9007214559', 'Bangalore,India', 'Btech', '0 yr', 'I am a hardworking, energetic and dynamic person. I Like to do any Technical job.', '3-89.jpg', '2019-09-12 06:00:44'),
(510, 'SOUMYA KANJILAL', 'soumya.89.guddu@gmail.com', '9123342524', 'KOLKATA', '10+2+3', '5+ yrs', 'I am Soumya Kanjilal, age -29, i have completed my graduation in 2011 with B.com(Hons). I stay with my parents in my family at Baranagar. I have over 5 years of experience in the field of Finance &amp; accounting in different industry in Kolkata Location.', 'Soumya---Copy-81.jpg', '2019-09-14 13:58:45'),
(511, 'MARUF MSLLICK', 'mail4maruf@gmail.com', '8240087435', 'KOLKATA', 'Btech', '1+ yrs', 'I AM HIGHLY MOTIVATED AND AUTOMATION IS MY INTEREST', 'scan000311-997.jpg', '2019-09-19 07:11:36'),
(512, 'Dibyendu Kundu', 'kdibyendu219@gmail.com', '08420132116', 'Sheoraphuly', '10+2+3', '1+ yrs', 'Respected sir,\r\nMyself. Dibyendu kundu from siliguri sir,i have passed  diploma in electrical engineering in2016,now I working in lighting sector but change my sector so if any vacant please inform me.', 'IMG201702050005-183.jpg', '2019-09-20 07:52:03'),
(513, 'kishor kr manna', 'kishorkumar.manna@gmail.com', '7044012785', 'Contai', 'Btech', '1+ yrs', '1 year experience as an Commissioning Engineer in Primetals Technologies India Private Limited (A joint venture of Siemens, Mitsubishi Heavy Industries and Partners) formerly known as SIEMENS VAI(Not in direct payroll). Dept. &ndash; Electrical &amp; Automation, Level 1.\r\n&bull;	Developing &amp; modifying logic programs (CFC,FBD), Testing &amp; Commissioning of PLC system.\r\n&bull;	Developing, modifying HMI.\r\n&bull;	Establishing communication from PLC panel to Remote I-O panel.\r\n&bull;	Erection and Commissioning of Automation Configuration Networking (Ethernet, Profibus etc.)\r\n&bull;	Set up for Plant Bus, Terminal Bus networking.\r\n&bull;	Developing &amp; modifying logic programs  of  Simocode\r\n&bull;	Checking Control circuit diagrams for CMCC, IMCC and other electrical equipments for Detail Engineering.\r\n&bull;	Preparing I/O list, TB details and cable schedules.\r\n&bull;	Complete  Erection  (Scheduling  of  Jobs  to  contractors,  Cable  laying,  termination  details,  Panel  and  JB Locations)  of Electrical devices (Motors, Valves, and Pumps etc.) and Process Instruments (PA &amp; HART type).', '01-5.jpg', '2019-09-28 16:01:50'),
(514, 'Alok Kumar Rout', 'alok.rout9933@gmail.com', '9348018090', 'kolkata', 'Btech', '1+ yrs', 'B.Tech Electrical with 1.5+ years experience in PLC, SCADA. Expertise in Mixed-Signal Circuit designs &amp; Electrical Specifications for new system designs. Well-acquainted with  AutoCAD, etc. Expertise in Rockwell &amp; Siemens', 'Webp-531.jpg', '2019-10-15 16:02:28'),
(515, 'shaibal kanta', 'akashkanta15@gmail.com', '07550926632', 'delhi', 'Btech', '1+ yrs', 'Myself Shaibal kanta,currently working in a automation company in delhi from last year. I have some experience on the AB plc, SCADA,MODBUS communication protocol,tcp/ip,energy management.If you give me a chance to prove myself,i will deliver my best to satisfy you', 'akash-971.jpg', '2019-10-20 11:50:19'),
(516, 'Ved Agrawal', 'vedagrawal98@gmail.com', '7278516891', 'Kolkata', 'Btech', '0 yr', 'I am a Mechatronics engineering graduate whose areas of interest are automation, smart systems and robotics. I have hands on experience in operating PLCs, Microcontrollers, sensors, actuators, and coding in Python and Java. I believe that my interests and your forte of work aligns on the same path and thus it\'ll be nice to explore an oppurtunity with you.', 'Ved-2-351.jpg', '2019-10-22 14:01:56'),
(517, 'SOMEDEB ROY', 'somedebroy@gmail.com', '9002820578', 'kplkata', 'BE', '12+ yrs', 'I am Somedeb Roy, B.E. In Electronics and Instrumentation, Working in PLC,DCS, SCADA(800XA, CHMI),Freelence ABB, YASKAWA Drive Commissioning.At present I am working As a Asst Manager Project here.', '4-230.jpg', '2019-10-23 04:02:10'),
(518, 'Debjit Santra', 'debjit.santra007@gmail.com', '9836994434', 'Kolkata', 'Btech', '1+ yrs', 'I am very hard working &amp; time bound person. From my point of view Engineering means Excellence.', 'Office-Lens-20160627-150349-709.jpg', '2019-10-24 08:23:37');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(519, 'RUPESH JINGARE', 'rupj51192@gmail.com', '9594928310', 'navi mumbai', 'BE', '3+ yrs', 'i am an electronic and telecommunication engineer , i have a good power electronics knowledge which will help to explore in this compony and also have some experience in programming i have worked on pic controller.', 'photo-349.jpg', '2019-10-24 19:25:38'),
(520, 'SANGHA PRIYO HAZRA', 'sanghapriyo645@gmail.com', '08910665702', 'KOLKATA', 'Btech', '0 yr', 'Completed Bachelor of Technology degree in Electrical &amp; Electronics Engineering from Pailan College of Management &amp; Technology under W.B.U.T.To work in a meaningful and challenging position that enables me to develop myself as a professional and permits scope for advancement and committed to serve to the fullest at your esteemed organization which will also facilitate me to enhance my knowledge, skills, strengths and abilities.', 'Pic2-517.jpg', '2019-11-06 17:13:48'),
(521, 'Swarup Das Gupta', 'swarupdasgupta43@gmail.com', '9007214559', 'Kolkata', 'Btech', '0 yr', 'Sir,\r\nI being a B.Tech engineer in Electronics and Instrumentation Engineering specification. I completed my Engineering degree in year 2018 and now I am unemployed. I have done a three month course of PLC, SCADA, DCS, HMI training. I need any Technical job . So i am offering myself for the job in any condition and negotiable salary.\r\nI am requesting you to kindly give me a chance to show my ability and knowledge in your reputed concern.\r\nThanking you\r\nSwarup Das Gupta', '20191031115758-535.jpg', '2019-11-08 08:03:40'),
(522, 'Johnyston', 'johnyston1995@gmail.com', '9626079721', 'Nagercoil, Kanyakumari district, Tamilnadu', 'BE', '5+ yrs', 'I\'m johnyston working as a technician for four and a half years. I have a good knowledge in cctv cameras, security systems, access controls and automation. I have worked with a lot variety of sensors. I always stay focused in my work.', 'Johny-scan-copy-15.jpg', '2019-11-09 06:35:15'),
(523, 'Tamojit Saha', 'sahatamo1995@gmail.com', '8420833708', 'Kolkata', 'MTech', '1+ yrs', 'I am a graduate in Electronics and Communication Engineeering with a research interest in pervasive computing and love to create simple gadgets in my leisure. I also provide free consulation about electronic projects and often help to create working prototype. I believe in freedom of knowledge and dream to build an open ecosystem for embedded hardware development and learning.', 'Profilepic51kb-658.jpg', '2019-11-22 16:44:44'),
(524, 'Arpan Bhattacharya', 'arpan1991bhattacharya@gmail.com', '8777850860', 'Kolkata', 'Btech', '3+ yrs', 'I worked in Bhushan Steel Ltd as a GET in HSM.  Currently seeking for a good opportunity in Kokkata.', '2TAF80UbP59M0H1DF3e2A2V7-52.jpg', '2019-11-28 08:27:03'),
(525, 'Krishna Prasad Maity', 'krishna787266@gmail.com', '7872663155', 'Chakmadhu, Bikrampur, Debra, Paschim Medinipur, 721136', '10+2+3', '0 yr', 'Dear&nbsp;\r\n\r\n\r\n&nbsp; &nbsp;Sir or mem ;\r\nplease consider my CV for upcoming vacancy of your company', 'Screenshot2019-12-02-11-48-08-28e2d5b3f32b79de1d45acd1fad96fbb0f-819.png', '2019-12-02 06:19:40'),
(526, 'DEBOJYOTI CHAKRABORTY', 'CHAKRABORTYDEBOJYOTI01@GMAIL.COM', '7838975606', 'Patna, Bihar', 'Btech', '3+ yrs', 'DEBOJYOTI CHAKRABORTY\r\nMOBILE NO: 7838975606/ 8240724336\r\nEMAIL ID: chakrabortydebojyoti01@gmail.com\r\n\r\nPROFILE SUMMARY\r\n\r\nAs a Civil Engineer with 4.5 year&rsquo;s progressive experiences in various construction flied like Group Housing, Commercial and Government Project. In between, this time performed various type of work like Site Execution &amp; Supervision, Quality Control, Project Co Ordination, Project Planning and Billing. Capable of working independently with minimum supervision and committed to high quality service to every project with a focus on health, safety and environment issues. During my career I have participated in more than four Civil Engineering Projects, all of them were successful.\r\n\r\nCORE COMPETENCIES\r\n\r\n \r\nCivil Site Execution\r\nContractor Billing\r\nProject Co Ordination\r\nQuantity Estimation\r\nQuality Control\r\nQuality Assurances\r\nProject Planning Project Costing\r\nClient Billing\r\nBBS Making\r\nMIS Reporting\r\n \r\n\r\nSKILLS\r\n\r\n It Skills              \r\nAuto CAD, Microsoft Project, Microsoft Word, Microsoft Excel, Microsoft Power Point, Internet Browsing \r\n\r\nProfessional Strengths\r\nSelf Disciplined Self Confident, Hard Working. Co-Operative And Adjustable Nature, Strongly Self Motivated. \r\nI Thrive On Challenges and a Committed Profession Willing To Learn New Things.\r\n\r\n Personal Skill   \r\nCreativity ideas, Positive Thinking, Problem Solving, Professional Manners, Attention to Details, Self-confident										 \r\nPROFESSIONAL EXPERIENCES\r\n\r\nKashish Developers Ltd. Ranchi, Jharkhand                                                                	August 2018 - Present\r\nCivil Engineer, Construction Of Vidhayak Awasan (MLA &amp; MLC Parisar )\r\nMy role is preparing work order and Contractor RA bill and processing for further approval. Quantity estimation of overall project and also analyse the deviation of quantity of client BOQ VS actual working drawing/ site execution. Assist the Senior Billing Engineer for preparing Client RA Bill. With the guidance of  Project Head preparing project planning and letter of time extension.\r\n\r\nCivil Junior Engineer, Manor One Project\r\nMy duties was checking of the overall project execution work with the quality, and preparing contractor monthly billing and making of their work order. Report to Project head about site execution progress and site physical status, contractor manpower details and site hindrances. Making of BBS and Civil structural and finishing item quantity as per our working drawing. Preparing yearly work schedule, tracking the work as per actual work progress, Monthly MIS report, and materials requirements and submitted to the management.  Attend weakly meeting with senior management and architectural team.                        \r\n              \r\nJ.P. Structures Pvt Ltd, Rajkot, Gujarat                                                                         December 2016 &ndash; July2018\r\nQA/QC Engineer, 100 Admissions Medical College, Shivpuri \r\nI look after the overall QA/QC department. Prepare and maintain the all QA/QC document, Controlling the batching plant, testing of all incoming and outgoing materials, do the physical verification of raw materials, filled the ISO format of bulk materials and our quality assurance report submitted to our client . \r\n\r\nTDI Infrastructure Ltd, New Delhi, Delhi                                                                   June 2016 - November 2016\r\n Civil Site Engineer, TDI Tuscan city\r\n As a Civil Engineer, my duties are execution of five high-rise buildings, underground water tank, rainwater-harvesting pit, RCC tremix road and Strom water and Sewage pipeline. Making of BBS as per our drawing and checked steel as per BBS at site. Preparing daily progress report and daily labour report, checklist of all civil related work submitted to project manager. Discuss with contractor about all defects. Co ordinate with architectural team regarding drawings. Pre pour and after pour inspection of all casting elements. \r\n\r\nAmrapali Group, Noida, Uttar Pradesh                                                                   June 2015 &ndash; November 2016 Civil Site Engineer, Amrapali Centurian Park\r\nMy duties are supervision the proper execution of work with quality, including the billing of contractor. Report to senior engineer about site execution progress, contractor manpower details and site hindrances. \r\n\r\nPROJECTS DETAILS\r\n\r\nConstruction Of Vidhayak Awasan MLA &amp; MLC Parisar , Patna, Bihar \r\nThis project is under the Building Construction Department, Division -2 Government of  Bihar. The total Project Area is 58.79 acre (MLC 18.56 acre and MLA 40.23 acre), which construction cost approximately 380 Cr. This project is highly secured and Luxurious projects, Which have 321 nos (75 in MLC &amp; 246 in MLA)  bungalow for residence of  MLA &amp; MLC Ministers, Hostel building, Canteen, Communality building approx 27 km road (7km in MLC &amp; 20km MLA) and STP  (190 KLD for MLC &amp; 210 KLD for MLA). \r\n\r\nManor One, Gurgaon, Haryana\r\nThis project is a residential project located at Gurgaon, Haryana. These projects have 15-acre area for the construction, which construction cost approximately 400 Cr. The project divided in three phases named phase1; phase2 and phase 3 with each phase have basement+18th floors+ terrace, and one EWS building. The total Projects contents with 750 no of residential flats.\r\n\r\n100 Admissions Medical College, Shivpuri, M.P \r\nThis project was under the Project Implementation Unit (PIU) Government of Madya Pradesh control, which is located in Shivpuri, Madha Pradesh. The total project area is 53 acre, which construction cost approximately 202 Cr. This projects having 10 residential quarters named Type-I/ Type-II/ Type-III/ Type-IV/ Type-V, 6 hostels and 1 academic block, 1 sewage treatment plant, 1 underground water tank , approx 2.5 km road.\r\n\r\nTDI Tuscan city (TDI Infrastructure ltd), Sonipat, Haryana\r\nThis project was a residential project located at Sonipat, Haryana. This project had Italian design concept..The total project area 1000 acre which construction cost approximately 5500 Cr. There is two phases named phase1 and phase2 with each phase has basement+17th floors+ terrace and basement+ 4th floors+ terrace respectively. The total Projects contents with 2500  residential flats. \r\n\r\nAmrapali Centurian Park (Amrapali group), Noida, UttarPradesh\r\nThis project is a residential project located at Greater Noida, U.P. The project consisted on 150-acre land, which total construction cost approximately 1800 Cr. There is three phases named Terrace Floor, Topical garden and Low rise which known as Centurian Park with each phase has basement+ ground floor+ 25th floor+ terrace. The total project Contents with 8000 residential flats.\r\n\r\nINDUSTRIAL EXPOSURE\r\n\r\nSummer Industrial Intern Trainee at Ruchi Reality Pvt. Ltd. Project Completed On Commercial &amp; Residential Building, STP and Surveying.\r\n\r\nDiploma 3rd Year Project &ndash; &ldquo;PRIMARY SCHOOL BUILDING&rdquo; Detailed Drawing, Designing, Estimation, and Model Preparation.\r\n\r\n\r\nEDUCATION\r\n\r\nDiploma in Civil Engineering (2015) with 77% from West Bengal State Council Of Technical Education\r\n\r\nHSC with 62% (2012) from West Bengal Board Of Higher Secondary Education\r\n\r\nSSC with 42% (2010) from West Bengal Board Of Secondary Education\r\n\r\n\r\nPERSONAL PROFILE\r\n\r\nDate of Birth: 28th July1994\r\nPermanent Address: Sunit Banerjee Road, Old Post Office, Near Human Mandir, Ghola, Sodepur, Kolkata-700111, West Bengal                                                                                   \r\nMarital Status: Unmarried\r\nNationality: Indian\r\nLanguages Known:     			Read		Speak		Write\r\n                                         English:            &radic;                   &radic;                  &radic;\r\n                                         Hindi    :            x	                 &radic;                  x\r\n Bengali:             &radic;                   &radic;                  &radic;\r\nHobbies:  Playing cricket.\r\n\r\nDECLARATION\r\n\r\nI hereby declare that the information furnished above is true, to the best of my knowledge and belief.\r\n\r\n\r\n\r\n\r\n\r\nDebojyoti Chakraborty\r\nDated: 02 December 2019', 'jelet-photo-717.jpg', '2019-12-02 09:16:02'),
(527, 'Ritendra Ghosh', 'ritendra007@yahoo.com', '9681817210', 'KOLKATA', '10+2+3', '7+ yrs', 'I\'m Diploma in Electrical Engineer,I have over 7 years of experience,I am looking for a dynamic technical position', 'IMG-20190303-WA0005-205.jpg', '2019-12-03 07:01:47'),
(528, 'Rahul Upadhyay', 'rahulelsamex@gmail.com', '9997385391', 'Moradabad', 'Btech', '5+ yrs', 'As per your Companey Policy For Requirement Post For Job, Please Find The Attachement For CV.', 'Photo-2-481.jpg', '2019-12-04 19:22:23'),
(529, 'Pramit Satpathy', 'pramit.satpathy03@gmail.com', '09831458450', 'Kolkata', 'Btech', '1+ yrs', 'Respected sir/madam,\r\nI am a hard working and driven Mechanical design engineer having a Btech Degree and 2+ years of experience in the SPM industry . I carry with me the knowledge of mechanical motion control mechanisms as well as have worked on both heavy and light weight industrial machinery. My contract with my present company (at Gurgaon) is going to end on 9th December 2019. I basically belong from Kolkata itself , and am thinking of relocating back to Kolkata , hence I\'ve applied for the position . \r\nI have experience in the following:\r\nCREO/SOLIDWORKS/Catia\r\n&bull; DESIGNTHINKING \r\n&bull; AutoCAD (2D/3D) \r\n&bull; TOLERANCING ACCORDING TO ASME Y14.5 \r\n&bull; KNOWLEDGE OF MANUFACTURING PROCESS. \r\n&bull; KNOLEDGEOFMATERIALS. \r\n&bull; ANALYTICAL CALCULATIONS FOR DESIRED OPERATION \r\n&bull; KNOWLEDGE OF MECHANICAL COPONENTS AND \r\nSTANDARD ITEMS \r\n&bull; CREATING BOM OF ASSEMBLIES AND SUB-ASS EM BUF.S \r\n&bull; CREATING 2D LAYOUT AS WELL AS 3D MODELS \r\nOF VARIOUS FIXTURE ASSEMBLIES.\r\nProduction Planning \r\n&bull; Follow up and supervision of manufacturing \r\nprocesses. \r\n&bull; Static structural, vibrational analysis of \r\ncomponents and assemblies. \r\n&bull; Tolerance stack up analysis for various \r\ncomponents and assemblies. \r\n&bull; Knowledge of Manufacturing Processes, like \r\nCasting, molding as well as machining processes \r\nsuch as turning, grinding, milling, boring, drilling \r\netc. \r\n&bull; Knowledge of Fabrication processes. \r\n&bull; Knowledge of Material selection for various \r\ncomponents requisites. \r\n&bull; Knowledge of basic measurement tools such as \r\nVernier caliper, screw gauge, height gauge, dial \r\ngauge, hardness testing machine, slip gauge etc. \r\n&bull; Knowledge of Reverse engineering \r\n&bull; Knowledge ofRemastering \r\n&bull; KnoWledge of Product design. \r\n&bull; Knowledge of machine design \r\n&bull; Knowledge of tool engineering \r\n&bull; Knowledge on tool room co-ordination.\r\nIf there are any vacancies in your organisation , kindly consider me as an option . With my growth I will prove to be a very good asset towards the organisation.\r\n If you agree that my qualifications are a close fit to your needs, I would be delighted to get a reply from you.\r\n\r\nYou may reach me at +91 9831458450 or via email at  pramit.satpathy03@gmail.com', 'Screenshot-2018-10-03-12-896.jpg', '2019-12-08 08:24:35'),
(530, 'Sourav Sadhukhan', 'ssadhukhan874@gmail.com', '7001847688', 'Barnala', 'Btech', '3+ yrs', 'Respected Sir/Madam,\r\n\r\nWith humble submission I want to state you that I am a Electrical &amp; Electronics Engineer having a Degree of B. tech.\r\nI have 3+ years successful Experience in Implementation &amp; Maintainence of Toll Automation System &amp; Advanced Traffic Management System.\r\nPreviously I was employed in Rajdeep Info Techno Pvt. Ltd as a Junior Engineer. I have installed &amp; commissioned Toll Automation System in 4 different Project of IL&amp;FS &amp; Dilip Buildcon Ltd.\r\nThen I was employed in Qualix Information System as a Site support Engineer and performed Maintainence of TMS &amp; ATMS system in 2 Projects of GR infrastructure Ltd.\r\nAfter that I have worked in Pune Solapur Expressways Pvt LTD as a System Technician.\r\nNow I am working in Metro Infrasys Pvt Ltd as a Project engineer.\r\nI am looking for better opportunity where I can enhance my skills and knowledge. I will be really grateful if there any opportunity for me in your organization. \r\nFor more details I am attaching my resume with this mail. Please find the attachment.', 'New-Doc-2019-11-27-13-545.jpg', '2019-12-11 08:17:26'),
(531, 'PRAHLAD BEHERA', 'pk9295002@gmail.com', '8340696616', 'WEST SINGHBHUM', 'Btech', '1+ yrs', 'i am Electrical Engineer ,i have two year experience in Automation and electrical maintenance works', 'new113kb-29.jpeg', '2019-12-13 17:06:09'),
(532, 'Sudeb mistry', 'mistrysudeb@gmail.com', '8961323038', 'Naroli', 'Btech', '1+ yrs', 'Dear sir,\r\n\r\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I am sudeb mistry and I have&nbsp; 1 years experience in electrical project &amp; maintenance and&nbsp; my job responsibility involved with installation of machine,commissioning,cable termination and trouble shooting of PLC and electrical equipment with the help of electrical drawing as well as preventive and breakdown maintenance of&nbsp; the plant.\r\n\r\n&nbsp;please let me know if there is any opening related my profile.\r\n\r\nI thank you for your time and consideration and I look forward to hearing from you.\r\n\r\nThanks &amp; Regards\r\n\r\nSudeb mistry', 'dd-155.jpg', '2019-12-19 19:26:06'),
(533, 'Nirmal Kumar', 'nirmalomax@gmail.com', '8072006631', 'Bihar', 'Btech', '10+ yrs', 'I have10 yrs experience in electrical automation and Maintenance', 'IMG-20191220-WA0002-904.jpg', '2019-12-20 14:36:23'),
(534, 'Sourav Roy Talukdar', 'sroytalukdar@gmail.com', '09836384118', 'KOLKATA', 'Btech', '12+ yrs', 'Sales, Business development, Business operations, Project Management, Project execution, Tender, RFP, Bid management, Client relationship', 'Sourav-668.jpg', '2019-12-28 07:14:04'),
(535, 'Dipanjan Dey', 'Dipanjandey22@gmail.com', '08017550476', 'Kolkata', '10+2+3', '5+ yrs', 'Working as a Team Leader in a Leading MNC for 5 years.', 'FBIMG1524852647191-243.jpg', '2019-12-30 18:41:44'),
(536, 'SAPTARSHI HALDER', 'haldersaptarshi5@gmail.com', '09593114935', 'KOLKATA', 'Btech', '3+ yrs', 'I AM B.TECH INELECTRICAL ENGINEERING AND I HAVE DONE A COURSE ON PLC, SCADA, DRIVE  FROM IIATCA.', 'Optimized-SAPTARSHI-HALDER-882.jpg', '2020-01-02 14:31:17'),
(537, 'PIJUSH KUMAR GHOSH', 'pijush.014@gmail.com', '8001528659', 'kolkata', 'MTech', '3+ yrs', 'I am a person looking for challenges, innovation and a desire to breakaway from the regular through\r\nskilled leadership. I am very energetic and responsible person. I seek to shape my life and change the\r\nenvironment likewise. In all my works I try to keep in mind the deadlines &amp; come out successfully with\r\ndesired results. I am confident that my approach would make a significant contribution to the continued\r\nsuccess of your esteemed organization, so that your Mission gets fulfilled.', 'DSCN46941-792.jpeg', '2020-01-04 12:30:45'),
(538, 'Ritam Ghosh', 'ritamghosh.abc123@yahoo.com', '9477465785', 'Kolkata', 'Btech', '3+ yrs', 'Having more than 3.5 yrs experience in electrical field with having B.tech in electrical engineering, post graduate program in Thermal Power Technology, MBA in International Business, diploma in railway engineering.', 'photo-orgnl-186.jpg', '2020-01-07 18:11:21'),
(539, 'BISHWAJEET GUPTA', '1992bishwajeet@gmail.com', '7980507989', 'Kolkata', 'Btech', '0 yr', 'I have completed my BTech m Electronic and communication Engineering. And looking for job in kolkata.\r\nI have looked in your company profile and model of working in automatic electronic equipment this are my area of interest so i will be very think full if your give me a chance to work with you.', 'IMG20190709134600-32.jpg', '2020-01-10 09:50:28'),
(540, 'Debjit Santra', 'debjit.santra007@gmail.com', '9836994434', 'howrah', 'Btech', '1+ yrs', 'I am very hardworking person. I want to improve myself to be a part of your organization.', 'Office-Lens-20160627-150349-390.jpg', '2020-01-23 07:13:09'),
(541, 'SAYAN SANKAR ROYCHOWDHURY', 'sayanroychowdhury24@gmail.com', '6291848967', 'HOWRAH', 'Btech', '1+ yrs', 'I am Sayan Sankar Roychowdhury from Howrah, west Bengal. I am a B.tech engineer in electrical department.', 'PICTURE-193.jpeg', '2020-01-27 05:53:25'),
(542, 'Apurba dtta', 'apurbdutta19@gmail.com', '7978024866', 'Jamshedpur', 'Btech', '0 yr', 'Hello Sir/Mam I want to know any Job opportunities in SmartPower. I\'m 2019 Btech graduate. Currently I\'m doing my internship in Technologics Global Bangalore And i did 2 Certification in PLC industrial automation SCADA and I did 2 months Vocational training in Tata Steel. If there any vacancies please kindly inform. Thank you', 'photov-910.jpg', '2020-02-06 05:05:42'),
(543, 'ARNAB PAUL', 'arnab.greeninfinity@gmail.com', '9681369693', 'Kolkata', 'Btech', '1+ yrs', 'I am arnab paul. I am b.tech electrical engineer(2019) pass out. I have also diploma in electrical engineering (2016 pass out). I have experience as technical analyst at wishbag technology private limited. Afterthat I joined unanimity information &amp; technology private limited as an IOT developer. I worked on 3 IOT projects-1. Temparature &amp; humidity detection system, 2. Gas detection system ,3. Home automation using android appp', 'PicsArt1565286095362-466.jpg', '2020-02-14 11:39:35'),
(544, 'ARNAB PAUL', 'arnab.greeninfinity@gmail.com', '9681369693', 'Kolkata', 'Btech', '1+ yrs', 'I am arnab paul. I am b.tech electrical engineer(2019) pass out. I have also diploma in electrical engineering (2016 pass out). I have experience as technical analyst (from 1.03.2019 to 31.10.2019 ) at wishbag technology private limited. Afterthat I joined unanimity information &amp; technology private limited as an IOT developer. I worked on 3 IOT projects-1. Temparature &amp; humidity detection system, 2. Gas detection system ,3. Home automation using android appp', 'PicsArt1565286095362-156.jpg', '2020-02-14 11:48:46'),
(545, 'Mohammad Affan', 'affankhan.786@rediffmail.com', '8564968721', 'Post-Maghar, Distt - Sant Kabir Nagar, State- Uttar Pradesh', '10+2+3', '1+ yrs', 'I have done graduation from Siddharta university, Kapilvastu, Siddharth Nagar, I am interest to work in smart power.', '505508609724507429542247654965210033160192o-23.jpg', '2020-02-15 18:50:46'),
(546, 'Apurba Dutta', 'apurbdutta19@gmail.com', '7978024866', 'Jamshedpur', 'Btech', '0 yr', 'I\'m Btech Graduate in Electrical and electronics and I did my Post graduate diploma in Automation and control. I have 6months experience in this field. I\'m very much interested in Automation company.', '1559747504751-610.jpg', '2020-02-21 13:05:18'),
(547, 'Sourav Roy Talukdar', 'sroytalukdar@gmail.com', '9836384118', 'KOLKATA', 'Btech', '12+ yrs', 'sales , BD, Business operations, Project management expertise for 13+ years', 'Sourav-264.jpg', '2020-03-06 10:07:34'),
(548, 'Pranav Ghulaxe', 'pranavghulaxe1995@gmail.com', '9637177745', 'Pune', 'Btech', '1+ yrs', 'I have completed degree in mechanical engineering with 1st class from Sant Gadge Baba Amravati University.  I always like to learn new things.', 'Kd45FeaK9XebeQNXt9839Xf0-448.jpg', '2020-03-07 19:21:21'),
(549, 'Subham Keshri', 'subttu95@gmail.com', '7008492255', 'JAMSHEDPUR', '10+2+3', '1+ yrs', 'I study diploma in electrical engineering and I work at installation and commissioning of safety equipments at tata steel kalinganaga and present I work maintainance of panel and machines .', 'IMG-20180422-WA0000-46.jpg', '2020-03-08 15:22:08'),
(550, 'RUPAK BISWAS', 'rupakbiswas125@gmail.com', '9330265574', 'RISHRA', 'Btech', '0 yr', 'Dear Sir/Madam\r\n\r\n              I beg to offer myself as a candidate in *Electrical Engineering* department for the post of Faculty.\r\n\r\n               Earnestly hope that you will kindly give me a chance to prove my ability and sincerity by appointing me for the post applied for.Thanking you. \r\n\r\n                                                                                                                                          \r\n                                                                                                                   \r\n                                                                                            yours faithfully\r\n                                                                                             Rupak Biswas', '20200316-114059p02-497.jpg', '2020-03-16 06:16:57'),
(551, 'Shambaditya Mukherjee', 'shambaditya.16@gmail.com', '08272908189', 'Hooghly', '10+2+3', '0 yr', 'Dear Sir,\r\n Please accept my enclosed resume in application for Junior PLC Engineer. I am confident that my education and skills have prepared me for the potion, and my unique abilities will enable me to contribute significantly to professional and project works.\r\nMy background includes a Diploma in Electronics and Telecommunication Engineering and Specialization in Industrial Automation along with the following professional knowledge.\r\n&bull;	PLC (Especially in ROCKWELL, SEIMENS, MITSUBISHI)\r\n&bull;	FBD, Ladder programming. \r\n&bull;	HMI\r\n&bull;	SCADA\r\n&bull;	Drives\r\n&bull;	Auto Cad\r\n I thrive on new challenges, and my innovative approach along with my desire to learn will prove to be an asset to my co-employer. I would welcome the opportunities to further discuss my skills and the position that bow I can be the best swerve Smart Power Automation.. \r\n\r\nSincerely\r\nShambaditya Mukherjee', 'Photo-647.jpg', '2020-03-16 15:12:57'),
(552, 'Deepak Sharma', 'deepaktaken@gmail.com', '8008090440', 'VAISHALI', '10+2', '3+ yrs', 'I need a job sir', 'IMG-20181122-WA0014-127.jpg', '2020-03-19 08:33:20'),
(553, 'MANISHA SINGH', 'manishasingh482668@gmail.com', '07686067865', 'kolkata', 'Btech', '0 yr', 'I am an Electrical and Electronics Engineer. I passed out from UEMK in the year 2019. I\'ve done some training ones in W.B.S.E.D.C.L and another one in Railways. I\'ve done several projects in college and Final Year College Project has been applied for Indian Patent. (Application No. 201931016808) ( Patent Pending). \r\nI live with my parents and a younger brother in Kolkata.', 'mypic-2-172.jpg', '2020-03-19 16:34:43'),
(554, 'NILANG JOSHI', 'neelnish.01@gmail.com', '9375799909', 'Rajkot', '10+2+3', '3+ yrs', 'Hello Sir I have Good Electronic Technician and Also Belive in smart work Like your Company Concept Well I am happy To Work With You ..', 'IMG20200323030830-797.jpg', '2020-03-22 21:38:53'),
(555, 'DEBNATH DAS', 'debnathdas66@gmail.com', '9163953482', 'kolkata', 'Btech', '0 yr', '&ldquo;LOOKING FOR AN ORGANIZATION WHERE I CAN ENHANCE MY KNOWLEDGE AND FROM MY ACADEMIC LEARNING GIVE MY BEST TO THE ORGANIZATION.&rdquo;', 'DEBNATH-303.jpg', '2020-03-24 05:58:29'),
(556, 'Prashant', 'prashantbhalke.ab@gmail.com', '9880054344', 'Bidar', 'BE', '1+ yrs', 'Would like to join ur company', 'New-Doc-2017-12-01-178.jpg', '2020-04-05 01:24:51'),
(557, 'SUMON DEY', 'sumondey728@gmail.com', '8159987162', 'DURGAPUR', '10+2+3', '1+ yrs', 'DIPLOMA', 'pic-158.jpg', '2020-05-10 07:57:11'),
(558, 'kounath mandal', 'kounathmandal@gmail.com', '9031000051', 'kolkata', 'BE', '7+ yrs', 'currently working in Gandhi automations Pvt ltd since jan 2019 &amp; 8 years plus exp in marketing in eastern  zone', 'kounath-412.jpg', '2020-05-11 07:56:17'),
(559, 'Anirban Rana', 'anirana91@gmail.com', '7001192052', 'Assam', 'Btech', '5+ yrs', 'I had done my B-tech in Electronics &amp; Instrumentation Engg. Also had a 6 months automation training in Siemens, Allan Bradly and Schneider(PLC and SCADA). Now in my company I handle ABB drives and electrical panel board. Also have work experience in abroad. Now i want to get a good job in my home town Kolkata.', 'Anirban-406.jpg', '2020-05-22 06:45:43'),
(560, 'RITWIK PODDER', 'ritwik.podder@gmail.com', '8910321635', 'KOLKATA', 'BE', '0 yr', 'I am an adaptable and innovative qualified Mechanical Engineer. I want to be a part of the institution where I can fully utilize my skills and try my best to make a significant contribution to the success of the institute and at the same time my individual growth.', 'photographer-337.jpg', '2020-06-05 10:45:50'),
(561, 'Arvind Kumar Gautam', 'gautamarvind15296@gmail.co', '8840000496', 'Gurgaon Haryana', 'BE', '1+ yrs', 'Home Automation KNX and C-Bus Basic Programming Electrical work and Soldering.', 'Screenshot2020-06-11-22-16-28-616cn-44.png', '2020-06-11 16:46:59'),
(562, 'Yogendra Kumar Sharma', 'sr.yk909@gmail.com', '9410434909', 'BULANDSHAHR', 'Btech', '7+ yrs', 'To get the challenging work in the organization where my skills and talent can be utilized in the best way for the benefit of the organization and my career', 'IMG20200612000934-1-626.jpg', '2020-06-11 18:52:19'),
(563, 'Nirav Modi', 'nmodi16@gmail.com', '9328404790', 'Ahmedabad', 'BE', '15+ yrs', '5 years of Experiance in building sectors.', 'Polish20200612083727975-616.png', '2020-06-12 03:08:04'),
(564, 'Shambaditya Mukherjee', 'shambaditya.16@gmail.com', '08272908189', 'Hooghly', '10+2+3', '0 yr', 'Respected Sir,\r\n Please accept my enclosed resume in application for Junior PLC Engineer. I am confident that my education and skills have prepared me for the potion, and my unique abilities will enable me to contribute significantly to professional and project works.\r\nMy background includes a Diploma in Electronics and Telecommunication Engineering and Specialization in Industrial Automation along with the following professional knowledge.\r\n&bull;	PLC (Especially in ROCKWELL, SEIMENS, MITSUBISHI)\r\n&bull;	FBD, Ladder programming. \r\n&bull;	HMI\r\n&bull;	SCADA\r\n&bull;	Drives\r\n&bull;	Auto Cad\r\n I thrive on new challenges, and my innovative approach along with my desire to learn will prove to be an asset to my co-employer. I would welcome the opportunities to further discuss my skills and the position that bow I can be the best swerve Smart Power Automation. \r\nI have enclosed my resume for your review. I look forward to hearing from you.\r\nSincerely\r\nShambaditya Mukherjee', 'Photo-750.jpg', '2020-06-12 15:22:05'),
(565, 'monu', 'monuelectrician22@gmail.com', '8750888654', 'north dellhi', '10+2+3', '3+ yrs', 'Dear sir I am Monu. i live in delhi i am working from Essi india pvt ltd in last 3year. Having 6month experiyance in E-Ricksay Battery Prodact. I am completely ITI from electrician, and BA from DU completetely, and i am Parsuring Diploma part time form EE in aryabhatta institute of technology Delhi, and i am all work in electrical. CCTV. BIS Access control. Boom barier. battery.Road blocker Bolard etc work knowlage Thank You sir', '12-426.png', '2020-06-15 11:29:54'),
(566, 'Atanu Patra', 'patraatanu@yahoo.co.in', '09593504984', 'champadanga', 'Btech', '5+ yrs', 'I have 2 years of experience in plc programming and hmi designing', '6988921124853733115782916844118690703605760o-350.jpg', '2020-06-17 15:05:28'),
(567, 'ANKIT KUMAR SINGH', 'singhtichu@gmail.com', '07677476854', 'Rajasthan', '10+2+3', '1+ yrs', 'Dear Sir,\r\n\r\nI am Working As A PLC Automation Engineer Since One And Half Year At Hindustan zinc LTD Dariba Rajsthan As A Siemens Representative And Taking Care Of 31 PLC Scada HMI Systems. I am Good Communicator And Effective Problem Solver I Can Assure You That I can Give My 100% At all The Time While Working With You Looking Forward For Your Positive Response.', 'Photo-454.jpg', '2020-06-19 15:07:05'),
(568, 'Subhashis Raha', 'rahasubhashis1993@gmail.com', '8017919615', 'Belghoria', 'BE', '1+ yrs', 'I completed my BE on Applied Electronics and Instrumentation Engineering. Looking for an automation company like yours. It will be my pleasure to working with you. I have experience working with Diebold System Pvt. Ltd as an ATM engineer and also Electronics Corporation of India Ltd as an EVM engineer.', 'img218-836.jpg', '2020-06-24 16:22:07'),
(569, 'Vijay Lashkan', 'vijaylashkan800@gmail.com', '9179776800', 'Pali Rajasthan', 'BE', '7+ yrs', 'I have 7 years of experience in Toll management system.', 'IMG20200626224044-200.jpg', '2020-06-27 08:58:52'),
(570, 'prateek jain', 'pjain6169@gmail.com', '8442099329', 'ahmedabad', 'Btech', '3+ yrs', 'technical engineer in door automation, commissioning and servicing of all companies of doors , booms , gates, material handling equipment', 'IMG20170720133323-926.jpg', '2020-07-11 07:16:26'),
(571, 'PRAmod Singh pundirr', 'punderpramod@gmail.com', '07582860730', 'Rishikesh', 'BE', '7+ yrs', 'Currently I m working in avians inn as St. Project engineer', 'IMG20200721113306-149.jpg', '2020-07-21 06:03:36'),
(572, 'Raju Das', 'rjdas68@gmail.com', '08910090901', 'kolkata', '10+2+3', '5+ yrs', 'Over 3 years experience in automatic multilevel car parking system.Project execution,co-ordinate,maintenance of car parking system.', 'IMG-20200806-WA0002-376.jpg', '2020-08-06 17:27:51'),
(573, 'Mahesh Kumar', 'maheshkumar_19895@yahoo.com', '9599044610', 'Gurgaon', 'BE', '10+ yrs', 'Currently I m working as Sr Engineer project and services with Gandhi Automation Pvt ltd', '8253020925092558793273138941614842138066944o-844.jpg', '2020-08-16 19:33:58'),
(574, 'Peu Roy', 'peuroy1998@gmail.com', '07980948748', 'Kolkata', 'Btech', '0 yr', 'Myself Peu Roy. I live at Khardaha. I have recently graduated in Applied Electronics &amp; Instrumentation Engineering from GNIT. I am currently looking to apply my knowledge and skills in an organization of repute like Smart Power Automation. Presently I am staying with my mother. In my childhood I lost my father.', 'resize-15773642102006708289crt-226.jpg', '2020-08-22 09:44:27'),
(575, 'Souvick Ghosh', 'souvickghosh92@gmail.com', '8917385669', 'Kolkata', '10+2+3', '1+ yrs', 'Sir/Madam i am souvick Ghosh, have completed diploma in electrical engineering.', 'Souvick-Ghosh-Photo-24KB-777.jpg', '2020-08-24 16:51:10'),
(576, 'Manjunatha V', 'contactmanju2000@yahoo.co.in', '08310215446', 'bengaluru', '10+2+3', '10+ yrs', 'Have experience in Burglary system,fire conventional system, Access control, CCTV,&amp; Flap barrier &amp; Boom barriers installation &amp; Termination experience of Magnetic &amp; Beninca make hardly 1 year Experience.', 'IMG-20200826-WA0004-908.jpg', '2020-08-26 03:17:12'),
(577, 'Sajal kumar Debnath', 'mr.sajal.deb@gmail.com', '6297311306', 'BONGAON', '10+2+3', '0 yr', 'I complete electrical diploma engineering. I have some basic knowledge about automation.', 'IMG20200903122939-363.jpg', '2020-09-03 07:00:56'),
(578, 'Sudeep Nath', 'nathsudeep9@gmail.com', '09382139594', 'Basirhat chowmatha , p.o - Bhabla , p.s - Basirhat , 24 pgs (N) , West Bengal pin -743422', '10+2+3', '1+ yrs', 'I\'m Sudeep Nath . I leave at Basirhat. My qualifications Diploma Electrical Engineering . My work experience 2 years in automation field', 'Screenshot20200913-131112-min-644.png', '2020-09-13 07:48:57'),
(579, 'Jharna Pal', 'rimipal57@gmail.com', '8335808037', 'Kolkata', 'Btech', '0 yr', 'I am an Electronics and communication engineer, want to start my career with IoT and Machine Learning and also explore the automation field.', 'wipro-655.jpg', '2020-09-15 04:57:21'),
(580, 'Tapas pal', 'tpal33304@gmail.com', '8777648405', 'Barasat in westbengal', '10+2', '3+ yrs', 'My name is tapas pal\r\nI studied diploma in electronic and telecommunications engg \r\nAnd experience with MNC COMPANY IQOR GOLOBAL SERVICE INDIA PVT LTD.', 'IMG20200302143545-341.jpg', '2020-09-22 07:27:57'),
(581, 'Sharath.R', 'rsharath70@gmail.com', '8971828824', 'Bangalore', 'BE', '1+ yrs', 'I have a bachelors in mechanical engineering with 9 months of work experience as a business development executive where i was responsible for the lead generation as well as fixing the meeting and also doing the closures i was also working under boom barriers and turnstile if you have any job openings in your prestigious company i would be pleased to discuss with you', 'WhatsApp-Image-2020-07-02-at-11-290.jpeg', '2020-10-01 05:13:19'),
(582, 'Aniruddha', 'abspace007@gmail.com', '7709299916', 'Baramati', 'BE', '0 yr', 'I had done diploma in Electrical Engineering and post diploma in Mechatronics', 'IMG-20201001-WA0016-682.jpg', '2020-10-01 12:44:33'),
(583, 'Rajeev Ranjan', 'rajeev.accessautomation@gmail.com', '9811890241', 'Delhi', 'MTech', '15+ yrs', 'Kr. RAJEEV RANJAN\r\nMobile: +91-9811890241\r\nE-Mail: rajeev.accessautomation@gmail.com\r\nSeeking assignments in Sales &amp; Marketing / Business Development with a growth oriented organization of repute\r\n\r\n\r\nSYNOPSIS\r\n?	A competent professional with 15 years 1 Month of experience in Sales &amp; Marketing, Business Development, Key Account Management and Team Management.\r\n?	Presently associated with The Motwane Manufacturing Company Pvt. Ltd. as Regional Sales Manager for Motwane Security Access Control System it include Tripod Turnstile, Flap Barrier, Swing Lane Flap Barrier, Full Height Turnstile, Mattel Detector, Boom Barrier, etc. Business for North India region based at New Delhi branch.\r\n?	A keen planner with proven abilities in devising strategies to augment business, streamline SI networks, promote products for business excellence.\r\n?	Possesses sound knowledge of existing / emerging industry practices, consultant, architect, contractor and SI mindsets when solving business problems. \r\n?	Highly successful in building relations with upper level decision makers, seizing control of critical problem areas and delivering on consultant and SI commitments.\r\n?	An effective communicator with excellent Interpersonal, client relationship Management abilities and strong competence in marketing, channel, branding and strategy.\r\n?	Develop Hewlett- Packrat, Dell, Toshiba, Norton, AOC, TVS-e, Zebronics Security &amp; Surveillance, Lookman- Secura IPCCTV, Motwane Physical Access Control Systems likes Tripod, Flap Barrier, P Type Swing Gate, Full Height Turnstile, Boom Barrier, Metal Detectors, etc.\r\n?	Abilities in handling multiple priorities, with a bias for action and a genuine interest in personal and professional development.\r\n?	An enterprise individual with good interpersonal skills strong analytical, comprehensive problems solving abilities &amp; a willing to learn. \r\n\r\n                               \r\n\r\nAREAS OF EXPERTISE\r\n\r\nWith excellent experience in Sales &amp; Marketing field, I aspire for a challenging position in marketing &amp; innovative product oriented organization well supported by world class infrastructure, surveillance security and working environment that encourages creativity, team spirit and results for the organization.\r\n\r\nStrengths\r\n?	Expertise in business and management skills.\r\n?	Skilled in Corporate account, Distribution channel management and Logistic strategy.\r\n?	Proficient in interpersonal and presentation skills.\r\n?	Excellent in analyzing, systematic approach and communication skills.\r\n?	Adapt knowledge of problem solving and proactive approach.\r\n\r\n\r\n\r\nPROFESSIONAL ACCOMPLISHMENTS\r\n\r\n?	Recd &ldquo;Power Performer Award&rdquo; from management in Lookman Electroplast Industries Ltd. in 2018-19.\r\n?	Team of the Quarter Sept&rsquo;13 &amp; Dec&rsquo;13 from Zebronics India Pvt. Ltd.\r\n?	Recd certificate from management for &ldquo;Excellence Performance&rdquo; for Norton, Toshiba HDD in Rashi Peripherals Pvt. Ltd. in 2010-11.\r\n\r\nCareer Path\r\nThe Motwane Mfg Co Pvt Ltd		Regional Sales Manager-Project &amp; SI	May&rsquo;19 to till date\r\nLookman Electroplast Industries Ltd	Regional Manager                          	Jan&rsquo;16 to till April&rsquo;19\r\nZebronics India Pvt. Ltd			Business Development Manager		Dec&rsquo;12 to Dec&rsquo;15\r\nRashi Peripherals Pvt Ltd			Area Sales Manager		            March&rsquo;07 to Nov&rsquo;12\r\nTVS Electronics Ltd			Sales Executive				Feb&rsquo;04 to May&rsquo;05\r\n\r\n\r\nORGANISATIONAL SCAN\r\nSince May&rsquo;19 to Till Date with THE MOTWANE MANUFACTURING COMPANY PVT. LTD., for Motwane Security Systems for Physical Access Control Systems Business as Regional Manager for North India Region\r\nThe Accountabilities\r\n?	Managing SI&rsquo;s &amp; Account sales Management of MOTWANE Security System for Physical Access Control System include Tripod Turnstile, Flap Barrier, Swing Lane Barrier, P Type Swing Gate, Full Height Turnstile, Boom Barrier, Metal Detectors etc.\r\n?	Managing Tender preparation &amp; submission (QT&amp;QA), sales presentation and demonstration.\r\n?	Maintain good relation with market and appointed effective SI&rsquo;s &amp; Project Partners.\r\n?	Managing Technical Product Knowledge and Solution Selling, identify newer avenues of business such as consulting, solution selling etc.\r\n?	To visit project sites for site inspection, measurement and prepare the design (drawing) &amp; proposal according to the need of client.\r\n?	To co-ordinate with production department to provide timely delivery of orders.\r\n?	Develop and generate business for automatic entrance solutions through System Integrator, direct sales in North India and building good relationship with Project Management Consultant (PMC), Consultants &amp; Architects, EPC/Turnkey Contractor, PEB, MEP, Builders/Developers, Power Petrol Oil/Gas (PPOG), Infra Metro, Infra-Railway, Infra Smart City, Infra Transportation, etc.\r\n?	Handle the individual premium end client Adani Logistics Ltd., Ascendas India, HUDCO, CPWD, EPIL, Land Ports Authority of India (LPAI), IOCL, OIL, NTPC, National Fertilizers Ltd.(NFL), NHPC- Pithoragarh, India Tourism Development Corporation (ITDC), Central Warehousing Corp. (CWC), NDMC, DDA, Container Corporation of India (CONCOR), PWD, AAI, CEL, Mecon Ltd., Lucknow metro, Rapid metro, DMRC, NMRC, JCB all plants, Canon Fasteners Eros group and many more&hellip;\r\n?	Handel the individual big SI&rsquo;s Siemens, Honeywell Automation, Johnson Control, Plus 91, RHB India, eCartes, CMS, T&amp;L Projects, TechArt, Tata Advanced Systems Ltd., Elkosta Security, etc.\r\n?	Handle the individual Architects &amp; Consultant like ABRD Architects, Uribhan Architect, ACPL Design, Vastunidhi Architects, Semec, C.P Kukreja, BECIL, Multiform, Design Forum, WAPCOS Ltd, Gian P Mathur &amp; Associates, Rajiv Associates, Sunil Nayyar Consultant, Netrika Consultant, Alwa Architect, LEA Associates, Acumen Technocrat, Design Associates, PWC, etree Project Consultant, M+W consultants, Jacobs, Stup consultants and many more....\r\n?	Handle the individual big EPC, PEB, MEP &amp; Contactors NPCC, NCC Ltd., Shapoorji Pallonji, B.L. Kashyap &amp; Sons, Sterling Wilson, Tata Projects Ltd., L&amp;T, JMC Projects Ltd., Ahluwalia Contracts, Ratan Builders, Arora Constructions, Kajima India, Canon Fasteners, Stellar Group of Companies, Galaxy Group of Companies, SBTL, Ascendas India, Elan Group, Rohan builders and many more...\r\nThe Attainments of Projects \r\n?	Successfully Completed Projects Ascendas- International Tech Park- Gurgaon,  ACME Solar- Gurgaon Entrance Project, IOCL- Jaipur Entrance Project, NHPC Pithoragarh Uttrakhand Project,  NFL Panipat Haryana Project, NTPC- Barh-Patna Super Thermal Power Project (with SI Gunank Technologies), TDI Infrastructure Ltd.- Sonipath Project etc. \r\n?	Maintain good relation between client, Project Management Consultant, Architects, Contractors &amp; system integrators.\r\n?	Maintain close contact with &lsquo;A&rsquo; &amp; &lsquo;B&rsquo; class SI&rsquo;s, Architects, PMC&rsquo;s and Contractors &amp; Builders.\r\n\r\nSince Jan&rsquo;16 to April&rsquo;19 with LOOKMAN ELECTROPLAST INDUSTRIES LTD., for SECURA Security &amp; Surveillance CCTV, IPCCTV, ANPR, Access Control Systems, etc. Business as Regional Manager for North India Region\r\nThe Accountabilities\r\n?	Managing Channel Sales &amp; Account Management of SECURA Security &amp; Surveillance products like CCTV, IPCCTV, ANPR, Access Control systems etc.\r\n?	Recruit System Integrators and Resellers and develop relationships to promote products and services through indirect channel engagements.\r\n?	Implemented IPCCTV projects for prestigious Public Institutions like Reserve Bank of India, Airport Authority of India, Smart City and more..\r\n?	Promote Smart Video Security &amp; Analytics and other future technical products and services to end-user segments like Government, Manufacturing, Transportation and Retail, etc., through direct engagements.\r\n?	Integrated Traffic Management Solutions (ITMS) software that includes ANPR, RLVD, Speed Detection and \r\n      E-Challan System.	\r\n?	Capability to understand products (techno sales) and assimilate with customer requirement &amp; site condition.\r\n?	Take product and market relating trainings from OEMs and deliver to customers and business partners with support from Technical Consultant.\r\n?	Collaborate with internal Direct Channel and Indirect Channel teams to develop their sales skills on technology products and Analytics solutions selling.\r\n?	Enabling the partners to grow up the value chain by helping them identify newer avenues of business such as consulting, solution selling, retail services etc.\r\n?	Mapped the market potentiality, target customer as well as new markets to generate revenue for the company.\r\n?	Responsible for business development in the new strategic area by identifying the key market segments and customers in the distribution channel for company and responsible for increase retail width across state along with recruitment of additional distributor.\r\nThe Attainments\r\n?	Maintain good relation with market &amp; competitors and appointed effective system integrator.\r\n?	Maintain close contact with &lsquo;A&rsquo; &amp; &lsquo;B&rsquo; class SI&rsquo;s, Architects, PMC&rsquo;s and Contractors &amp; Builders.\r\n\r\nSince Dec&rsquo;12 to Dec&rsquo;15 with ZEBRONICS INDIA PVT. LTD., for Security &amp; Surveillance Business as Business Development Manager for Delhi/NCR, North India Region\r\nThe Accountabilities\r\n?	Managing Channel Sales, Account Management of Zebronics Security &amp; Surveillance Products include CCTV, IPCCTV, PTZ camera, DVR, NVR, VDP, Home Automation, SMPS, UPS, etc.\r\n?	Handling and Maintaining Distributor/Dealer network as well as System Integrator for generating business.\r\n?	Actively involved in sales presentation and demonstration.\r\n?	Give Demonstration of Security Products to the Health Safety Groups, Educational Institutes &amp; Corporate Customers, Real Estate Companies and Architects etc. with SI&rsquo;s.\r\n?	Customer focus in terms of product awareness, service complains follow up, feedback on market situation &amp; commercial situation and plan applicators meet on every site. \r\n\r\nSince Jan&rsquo;07 to Nov&rsquo;12 with RASHI PERIPHERALS PVT. LTD., for Norton, Toshiba Surveillance HDD, Logitech Peripherals etc. business as Area Sales Manager for Delhi Region\r\nThe Accountabilities\r\n?	Managing Channel Sales &amp; Account Management.\r\n?	Handling and Maintaining Distributor Network, SRD, Dealers, Sub Dealers and retail channel market.\r\n?	Undertaking implementation of sales strategy for Sub Distributor.\r\n?	Undertaking implementation of sales strategy for our Platinum, Gold and Silver Partner for Norton.\r\n?	Provide inputs to field sales personnel on the places where Primary &amp; after partner be appointed.\r\n?	Monitoring performance and Market Operating Price (MOP) for all SKU&rsquo;s under Norton, Toshiba HDD.\r\n?	Responsible for mapping distributor zone and business path for sustainable ROI and growth.\r\n?	Inventory management and control, timely movement of stocks to keeps inventory carrying cost to minimum, control ageing of stocks.\r\n\r\nSince Feb&rsquo;04 to May&rsquo;05 with TVS ELECTRONICS LTD. on contractual Base, for POS Products as Area Sales Executive for Delhi/NCR\r\nThe Accountabilities\r\n?	Experience of selling DMP Printer, POS Machine, TFT, POS printer, Barcode Printer, Barcode Scanner and Keyboards. \r\n?	Managing System Integrator, direct Dealers, Software Integrator Partner &amp; AIDC partner.\r\n?	Managing all major Retail accounts like, Lilliput, Catmoss, SRS Entertainment, Haldiram, Archies Ltd, Ritu Wears etc.\r\n?	Coordinated with a team of service engineers to ensure that projects are completed as per the scheduled dates and meet corporate objectives.\r\n?	Co-ordinate in Brand Promotion &amp; Development, Event Management, Preparing Brand Development, Strategy with respect to competitions.\r\n\r\nACADEMIA\r\n2007	MBA in Marketing &amp; Finance from ITS Ghaziabad Secured 68%\r\n2004	HDCS (Honors Diploma in Computer Science) from LCC (Lakhotia Computer Center) Secured &lsquo;A&rsquo; Grade\r\n2002	Graduation (Math&rsquo;s Hons.), BNMU from L.N.M.S College, Birpur Secured 60%\r\n1999	XII, B.I.E.C. Patna from L.N.M.S College, Birpur Secured 63%	\r\n1997	X, B.S.E.B. Patna from Govt. High School Birpur Secured 67%\r\n\r\nIT SKILLS &amp; COMMUNICATIONS\r\n?	Attended a course on English Communication from British School of Language, New Delhi.\r\n?	Proficiency in &lsquo;C&rsquo; Language.\r\n?	Knowledge of MS-Office, Tally, FoxPro, DOS, Font Page &amp; HTML.\r\n\r\nPERSONAL DOSSIER\r\nDate of Birth	          :	   14th May, 1981\r\nPersonal Strength       :     Effective Communication &amp; Interpersonal Skills, Team Player &amp; Focused.	\r\nLanguages Known       :	   English &amp; Hindi.\r\n             Present Address          :    B-771, Dev Niwas, New Ashok Nagar, New Delhi-110096  	\r\nPermanent Address    :     Station Road, Saharsa, District: - Saharsa, Bihar.\r\n\r\nDate: _________						                                     			\r\nPlace: ________                                                                                                                             RAJEEV RANJAN', '', '2020-10-09 10:22:36');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(584, 'TANIMA ROY', 'tanimaroymou@gmail.com', '8617329372', 'BURDWAN', 'Btech', '0 yr', 'I am Tanima Roy.I had completed my B.Tech degree in ECE at Institute of Engineering ana Management with 8.13 cgpa.and had completed my diploma in ETC from Jnan Chandra Ghosh Polytechnic with 74%.I have done my schooling both class 10 and 12 from Burdwan Municipal Girls High School.I have secured 79.25% in class 10.Apart from my studies, my hobbies are dancing, travelling and listening songs.', 'IMG20191001215438-60.jpg', '2020-10-14 10:52:35'),
(585, 'Amarendra Kumar', 'amarendra51@gmail.com', '9022743770', 'nashik', 'BE', '12+ yrs', 'having 13.5 yrs experience in design, production panel testing &amp; wiring, Automation, site experience', 'PP-140kb-165.png', '2020-10-16 10:28:20'),
(586, 'Ujjal Samanta', 'ujjalsamanta98@gmail.com', '8910701187', 'Howrah', '10+2', '1+ yrs', 'I\'m Ujjal Samanta, S/O Barun Samanta, living in Shibpur Howrah.pin - 711103. ITI Pass in 2018 in Instrument Mechanic Trade and recently  done 1 year Apprenticeship training in Hindustan petroleum corporation limited in Budge budge.kolkata.', '8910701187profilepic-401.jpg', '2020-11-02 17:34:26'),
(587, 'Souvik Mukherjee', 'souvikmkherjee16@gmail.com', '07890377646', 'Kolkata,West Bengal', 'Btech', '0 yr', 'Dear HR Manager,\r\nMy status as a 2020 graduate student makes me an ideal candidate for Graduate Engineer Post. As I am in the procedure of finding the right job, I have identified Smartpower Automation Limited. and find it the right place as I will have the scope of being a part of the technical team, where I can execute my knowledge.\r\n\r\nGaining B.Tech degree in Electronics &amp; Instrumentation, I want to start my career in Core Industry. Industrial Instrumentation, PLC-SCADA, Control System and Electronics are my area of expertise. I have completed my final year project along with my group, where I&rsquo;ve implemented a microelectronic based Smart Water Reservoir System. Further my CV is attached for detailed information of my trainings, projects and skills.\r\n\r\nI would like to be a part of this reputed firm, where I can utilize my skills, knowledge &amp; talent. This would be the right opportunity and I strongly believe that if given a chance I will prove myself and contribute to the growth &amp; success of the organisation.\r\n\r\nThanking You,\r\nYours Sincerely\r\nSouvik Mukherjee', 'Img-787.jpg', '2020-11-08 17:50:38'),
(588, 'Vishnu Dutt Sharma', 'vishnuduttsharma852@gmail.com', '9149042805', 'Aligarh', 'Btech', '5+ yrs', '&ldquo;I seek to work for a successful company that has strong leadership and vision and who recognizes and rewards performers.', 'WhatsApp-Image-2020-11-09-at-12-505.jpeg', '2020-11-09 07:26:33'),
(589, 'subhajit routh', 'subhajitr879@gmail.com', '+916294088397', 'kolkata', 'Btech', '0 yr', 'Obtained training in Qualified Automation Professional (QAP) with hands on practical experience in Industrial Automation Tools speacializing in PLC, SCADA, HMI, VFD at International Institute for Advanced Training on\r\nControl and Automation in Kolkata, West Bengal.\r\nAnd also have knowledge about Matlab.\r\nPython.\r\nRaspberry Pi, Node MCU, Arduino.\r\nIOT', '6548317-277.jpg', '2020-11-12 14:37:46'),
(590, 'Asesh Ghosh', 'ghoshasesh@gmail.com', '8240646416', 'HOWRAH', 'Btech', '0 yr', 'My name is Asesh Ghosh. I have graduated from Techno main saltlake in the year 2020 with specialisation in Electrical Engineering.. My DGPA  is 7.05', 'CamScanner-09-27-2020-10-206.jpg', '2020-11-18 18:06:27'),
(591, 'Mahesh Kumar', 'maheshkumar_19895@live.com', '9599044610', 'Gurgaon', 'BE', '10+ yrs', 'Service sales, project and services, after sales service, planning and operation, entrance automation and loading bay equipment', 'storageemulated0AsiaWorker919599044610Selfie-539.jpg', '2020-11-25 16:15:42'),
(592, 'AKASH SAHA', 'Akashsaha17051997@gmail.com', '+917003785365', 'kolkata', '10+2+3', '1+ yrs', 'I have one year experience in AV and Automation in ITC royal bengal, operation and maintenance department', 'WhatsApp-Image-2020-11-26-at-19-650.jpeg', '2020-11-26 13:31:12'),
(593, 'Tapas pal', 'tpal33304@gmail.com', '8777648405', 'Barasat', '10+2+3', '3+ yrs', 'I passed diploma electronics and telecommunications engineering \r\nExperience -Iqor golabal service India pvt ltd', 'IMG20201103110320-283.jpg', '2020-11-28 02:42:12'),
(594, 'Sourav Mukherjee', 'babumath1995@gmail.com', '8777583245', 'Kolkata', 'Btech', '0 yr', 'A B. Tech in Electrical Engineering with a knowledge on industrial automation on various PLC\'s, SCADA, HMI, A.C Drives', 'CV2020-12-16-072451-458.png', '2020-12-17 15:33:29'),
(595, 'Sudeep Nath', 'nathsudeep9@gmail.com', '09382139594', 'Barasat', '10+2+3', '1+ yrs', 'I am Sudeep Nath . I am a Diploma Electrical Engineer . My work experience 2 years above in electrical project', 'Screenshot20201225-132853-min-601.png', '2020-12-26 05:12:26'),
(596, 'Gourab Das', 'gourabdas60@gmail.com', '7001393039', 'Chakdaha', 'Btech', '3+ yrs', 'Diploma and B.tech in Electrical Engineering with 4 years experienced in installation and maintenance.', 'IMG-20200624-WA0008-265.jpg', '2021-01-04 08:04:02'),
(597, 'Sayan Biswas', 'sayan888chak@gmail.com', '+918293538244', 'Chakdaha', 'Btech', '0 yr', 'I am freshers...I get this job for better knowledge....', 'picture-38-kb-680.jpg', '2021-01-26 08:14:16'),
(598, 'souvik pal', 'souvikpl4@gmail.com', '9051188019', 'kolkata', 'Btech', '5+ yrs', 'I am sr application engineer .since working from 5 year i know about plc and scada....(siemens allenbradelly delta etc.)', 'received1259596014127569-1-649.jpg', '2021-01-27 07:51:46'),
(599, 'souvik pal', 'souvikpl4@gmail.com', '9051188019', 'kolkata', 'Btech', '5+ yrs', 'NAME	: SOUVIK PAL\r\nADDRESS	: A/170/1, BAGHAJATIN MAIN ROAD KOLKATA: 700092\r\nMOBILE NO. : +91-9051188019\r\nE-MAIL	: souvikpl4@gmail.com\r\nCAREER OBJECTIVE:\r\n\r\nWork with commitment and passion in an esteemed firm that offers professional growth, focus on excellence &amp; also gain experience while working with best talents.\r\nEXPERIENCE :\r\n\r\n?	Company            &ndash;   Kasco Industries Pvt. Ltd. Pune\r\n?	Designation        &ndash;   Sr. Application Engineer/Project Engineer\r\n?	Responsibilities &ndash;   1. Testing &amp; Programming Environmental Test Chambers(Hot and cold vibration,salt spray,Dust,Rain \r\n                                  2. Software development for user interface using HMI &amp; SCADA\r\n?	Duration              &ndash;   5 Years11month\r\nTECHNICAL SKILLS:\r\n\r\n?	PLC&rsquo;s -   1. Allen Bradley    2. Siemens      4. Watlow   5. Eurotherm  \r\n      Programming languages :  Ladder, STL,  \r\n?	Scada &ndash; Indusoft, Wonderware InTouch\r\n?	HMI   - Weintek, Eurotherm \r\n?	Process control\r\n?	Motor drives\r\n?	Hydraulics &amp; Pneumatics\r\n?	Industrial safety\r\n\r\n\r\n\r\nPROJECT WORK: \r\n1.ELECTRONIC REGIONAL TEST LABORATORY(SALT LAKE,KOLKATA)\r\n2.HAL BARRACKPORE\r\n3.STEEL METAL FACTORY\r\n4.PXE BALASORE\r\n5.TATA MOTORS JAMSEDHPURE\r\n6.NSTL VISAKHAPATANAM\r\n\r\n\r\n  : ACADEMIC QUALIFICATION : \r\nDEGREE / CERTIFICATE 	QUALIFICATION 	INSTITUTE 	BOARD / UNIVERSITY 	YEAR 	AGGREGATE \r\n% / CGPA \r\n \r\nGRADUATION \r\n 	B.TECH \r\nIN \r\nELECTRICAL \r\nENGINEERING 	 \r\nDREAM \r\nINSTITUTE OF \r\nTECHNOLOGY \r\n \r\n 	WEST BENGAL \r\nUNIVERSITY \r\nOF \r\nTECHNOLOGY \r\n(WBUT) 	2010-\r\n2014 	7.03 \r\n \r\n12TH	HIGHER \r\nSECONDARY \r\n \r\n 	PANCHASAYAR \r\nSIKSHA \r\nNIKETAN \r\n 	WEST BENGAL \r\nCOUNCIL OF \r\nHIGHER \r\nSECONDARY \r\nEDUCATION	2009 	61% \r\n \r\n10TH \r\n 	MADHYAMIK	PANCHASAYAR \r\nSIKSHA \r\nNIKETAN \r\n	WEST BENGAL \r\nCOUNCIL OF \r\nSECONDARY \r\nEDUCATION	2007	67%\r\n \r\n \r\n* Aggregate Marks mean Summation of the marks obtained in all the subjects (including optional subjects) divided by the total number of subjects. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n: TRANINGS / PROJECTS UNDERTAKEN : \r\n \r\nNAME OF INSTITUTE/ ORGANIZATION 	PROJECT TITLE 	DURATION \r\nCALCUTTA ELECTRIC SUPPLY CORPORATION LTD 	VOCATIONAL \r\nTRAINING ON \r\n &ldquo; \r\nDISTRIBUTION SYSTEM&rdquo; 	 \r\n \r\n1 MONTH \r\n \r\nPLC(SIEMENS,ROCKWELL),HMI,SCADA,VFD,AUTOMATION \r\nSYSTEM,AUTOCAD 	TRAINING FROM AIAT 	6MONTH \r\n \r\n \r\n: ADDITIONAL QUALIFICATION/ ACHIEVEMENTS/ CERTIFICATES : \r\n \r\n&bull;	FINAL YEAR PROJECT ON &ldquo;HOME APPLIANCES CONTROL USING ANDRIOD MOBILE PHONE &ldquo;. \r\n&bull;	1ST POSITION IN &ldquo;ROBOTICS&rdquo; EVENT IN &ldquo;KRITANJ&rdquo; THE ANNUAL TECH FEST OF NARULA INSTITUTE OF TECHNOLOGY.  \r\n: SUBJECT OF INTEREST :\r\n\r\n&bull;	Power system\r\n&bull;	Electrical machine\r\n\r\n: COMPUTER PROFICIENCY :\r\n\r\n&bull;	PLC AND AUTOCAD\r\n&bull;	MICROSOFT OFFICE', 'received1259596014127569-1-795.jpg', '2021-01-27 08:00:38'),
(600, 'Sourav Mukherjee', 'babumath1995@gmail.com', '8777583245', 'Kolkata', 'Btech', '0 yr', 'I am a b. Tech graduate in Electrical Engineering as well as done a training on various PLC\'S, SCADA, HMI and A. C Drives, also have knowledge on AutoCAD, panel design.', '1581998504878-444.jpg', '2021-01-27 12:27:01'),
(601, 'Subhajit Pan', 'subhajit.pan69@gmail.com', '6291387609', 'Narendrapur', 'Btech', '3+ yrs', 'I am Subhajit Pan from Medinipur.\r\nI am a Graduate Electrical Engineer having 3 years of working experience in automation system. Currently I am working as a Service Engineer at Prayaas Automation Pvt Ltd.', 'e607e034-1759-4ae1-82fd-9cd137e7e1f1-632.jpg', '2021-02-17 10:07:34'),
(602, 'Akshay Kumar chaudhary', 'akshaychaudhary794@gmail.com', '07980500047', 'Kolkata', 'Btech', '1+ yrs', 'Currently working as a Trainee engineer at Chloride Power System and Solutions Ltd please provide me an opportunity for an interview in your company, I have also completed Industrial Automation course currently.', 'IMG20200720151345-247.jpg', '2021-02-19 03:32:50'),
(603, 'Muslim Khan', 'muslimkhan3724@gmail.com', '07800451179', 'Shahjahanpur', 'Btech', '0 yr', 'name-Muslim khan', 'IMG20200119015535-52.jpg', '2021-02-27 08:11:56'),
(604, 'Krishna kumar', 'Krishna090168@gmail.com', '6205837508', 'Muzaffarpur', 'BE', '0 yr', 'Dear Mr./Ms. \r\n\r\nI recently came across a job on your portal, which I am interested in applying for. The position of Mechanical Engineer at your company and its requirements completely matches with my skills and qualifications.\r\n\r\nI have recently graduated in mechanical engineering Engineering from Dy patil Institute of engineering management and research akurdi Pune  and I am currently looking to apply my knowledge and skills in an organization of repute like this ompany \r\n\r\nAs a qualified  mechanical Engineer, I am adept in  development &amp; enhancement and believe that will prove to be an asset for the company.\r\n\r\nPlease take a minute to go through the attached  and CV for your consideration. It would be a pleasure if I can hear back from you regarding my job application for  your company\r\n\r\n Sincerely,\r\n\r\nKrishna Kumar\r\n\r\n6205837508\r\n\r\nKrishna090168@gmail.com', 'scanner20191116105104-74.jpg', '2021-02-28 17:24:52'),
(605, 'Soma das', 'dassoma059363@gmail.com', '9163217814', 'KOLKATA', '10+2+3', '1+ yrs', 'I\'m soma das ,belong to baranagar . graduate in Calcutta University and working woodland hospital nurse staff 2 yaer..I want to job present time..thank u', 'IMG-20210302-WA0004-540.jpg', '2021-03-02 02:38:47'),
(606, 'Soma das', 'dassoma059363@gmail.com', '9163217814', 'KOLKATA, baranagar', '10+2+3', '1+ yrs', 'I\'m soma das,belong to Kolkata , graduate from Calcutta University,and working woodland hospital in 2years,present I want to job', 'IMG-20210302-WA0004-62.jpg', '2021-03-03 02:23:33'),
(607, 'Gourab Biswas', 'ggourab008@gmail.com', '8509061155', 'Aranghata Nadia', 'Btech', '0 yr', 'Im a young versatile mechanical engineer looking for a job opportunity to enhance my knowledge and skills in the technical field.', 'IMG202102282009502-188.jpg', '2021-03-09 19:53:33'),
(608, 'HARSHIT PATIL', 'Harshitpatil523@gmail.com', '09921216231', 'Vadodara', 'BE', '1+ yrs', 'Myself Harshit A.Patil had completed my bachelor degree of Electrical engineering from recognised Pune university.\r\n   Am looking a opportunity  in Automation company as a Project Engineer.\r\n  Kindly let you know me about any placement in smartpower automation organization.\r\n    I am give my best to build a organization.\r\nHope to hear from you soon.\r\nThanks and regards.', 'hp-passport-pic-jpg-29kb-110.jpg', '2021-03-13 14:09:00'),
(609, 'Saikat Nandi', 'saikat.real5@gmail.com', '8240706635', 'Kolkata', 'Btech', '1+ yrs', 'Respected Sir/Madam,\r\n       I am Saikat Nandi, graduate in Electrical Engineering, currently looking for a position in your company. Due to this pandemic situation I am eagerly waiting for an interview, Kindly go through my CV (attached here) &amp; give me a chance to join with your Organisation where I can utilise myself as well as benefited the Organisation.\r\nI look forward to hear from you.\r\nThanking you\r\n\r\nSaikat Nandi\r\n+91 9851167325 , 8240706635\r\nsaikatnandi92@gmail.com\r\nAt present- upgrade training on PLC,SCADA,AutoCAD,Embedded systems etc from MSME Kolkata', 'S-106.jpg', '2021-03-14 13:11:01'),
(610, 'RABIN DAS', 'rabinrana418@gmail.com', '9635067434', 'Kolkata', '10+2', '5+ yrs', 'I am Rabin Das, \r\nI have Electrical ITI Passed in 2015\r\nworking on SRTEC automation .I have been working on CCTV  \r\nSensor door,boom barrier, attendance system access control, remort sensor lock &amp; parking system, since 2017.\r\nI will be very much benefited if I get the opportunity to work in your company on my expense', 'Resizer16157526130090-952.jpg', '2021-03-14 20:14:22'),
(611, 'Abhirup Sinha', 'abhirupsinha007@gmail.com', '8584828113', 'Kolkata', 'MTech', '0 yr', 'I\'m a Power Engineer and looking for an opportunity in electrical sector. I am passionate about power system and automation system.', 'Abhigraduation-860.jpg', '2021-03-17 10:07:45'),
(612, 'Sourav Saha Bhowmick', 'Souravsahabhowmick@gmail.com', '9088965442', 'Bipin Paul road Kolkata-700049', '10+2+3', '1+ yrs', 'Smart, forwarding and Dynamic. Looking for a organisational in which I can serve', '20210403122136-85.jpg', '2021-04-03 09:34:04'),
(613, 'Sudipto Khamrui', 'sudiptokhamrui@hotmail.com', '8276839321', 'Howrah', 'Btech', '1+ yrs', 'I have worked for about 2.5 yrs. as automation engineer. Over there I prepared control drawings according to client specifications, troubleshot, fixed and improved electrical controls. Over here I also looked after different types of electrical faults in field and troubleshooted them. \r\nAfter that I have completed a NSQF Level 7 certified course on Industrial Automation from Central Tool Room and Training Centre. Over there I performed various projects mentioned in my CV using different types of PLSs and SCADA.\r\nDuring the period my training I have worked with s7-200, s7-300, s7-400, s7-1200 and s7-1500 models of SIEMENS PLCs. During working with this PLCs, I have used Simatic Manager V5.6, TIA Portal V15, Simatic WINCC, Step 7 Micro Win etc. software to communicate with this PLCs.\r\nI have also worked with different types of Allen Bradley PLCs ex 1400series. Over there I have use RS-Logix 5000 software.\r\nI have an extensive Electrical AutoCAD knowledge using 2021 version and E-Plan software. I have also designed various projects in this software', 'Sudipto-1-20.jpg', '2021-04-03 16:19:55'),
(614, 'Suvadeep Patty', 'suvadeeppatty@gmail.com', '07001651379', 'Medinipur', 'BE', '1+ yrs', 'An Electrical Engineering graduate, trained on Industrial Automation &amp; Control by NPTEL &amp; IIT KGP also having experience of 1 year on Electrical Maintenance, interested to join Automation sector', '1-copy-449.jpg', '2021-04-05 05:46:33'),
(615, 'Sayak Bhattacharyya', 'sayak707@gmail.com', '7003166345', 'Kolkata', '10+2+3', '3+ yrs', 'diploma electrical engineering with 3years experience in power sector, circuit design', 'Pic-676.jpg', '2021-04-09 17:13:47'),
(616, 'Suresh kumar pandit', 'sureshkrpandit98@gmail.com', '9082571012', 'Navi mumbai', '10+2+3', '3+ yrs', 'Dear Sir/Mam,\r\n        I have 3+ years of experience in Marine Automation Field.I have completed three years diploma in electronics engineering.', 'SURESH-JPEG191218095151-378.jpg', '2021-04-10 18:26:19'),
(617, 'SUBHASIS SAMANTA', 'subhasisss13@gmail.com', '6291821856', 'Kolkata', 'Btech', '1+ yrs', 'Respected sir/madam I have one year industrial experience with hindustan unilever limited in Instrument field as well as plc programming therefore now I need one platform where I can expand my knowledge and experience and to learn day to day technology and achieve company goal and build a long term career with a reputed company like logicon. So I could request if give me one chance to gaining knowledge in automation field.Thank you', 'Photo5-351.jpg', '2021-04-12 17:37:05'),
(618, 'Ankit sarathe', 'ankitsarathe7@gmail.com', '7000744545', 'Bhopal', '10+2+3', '3+ yrs', 'Hello ,\r\n&nbsp; &nbsp; &nbsp; &nbsp; As a accomplish salesperson, I read your posting for a new Technical sales engineer with interest. My experience aligns well with the qualification you are seeking Smart power , in particular my roles as salesperson with premier sales and I am certain I would make a valuable addition to your organization.\r\nWith more than 4 years&rsquo; experience as an Technical sales engineer . I have experience of electronics Luxury related to market service.Strong deal in smart home automation, industries automation, hospital automation and Office automation.I am very interested to sell Luxury items. I am adept in quickly building rapport with customer, determining needs and closing deals. Moreover, while my on the job experience has afforded me a well-rounded skill se, including first rate relational and sales abilities, I excel at exceeding sales expectations and have a strong record of success that includes.\r\nIn addition to my experience and personal qualities. I have a passion for sales and Luxury market . Motivated nature that drive my success I am extremely enthusiastic about smart power group focus on the Smart market and would welcome the opportunity to contribute to your revenue goal.\r\nPlease review my attached resume for additional details regarding my expertise and career achievement meets your needs&nbsp;\r\nThank you for your time and consideration&nbsp;\r\nThanks&amp;regard\r\n\r\n\r\nANKIT SARATHE', '1594538376563-77.jpeg', '2021-04-16 20:42:26'),
(619, 'Rajneesh Kumar', 'rajneesh.kashyap1983@gmail.com', '09650473426', 'GHAZIABAD', 'MTech', '5+ yrs', 'Innovative and problem solving  quality', '20210403123555-256.jpg', '2021-04-23 17:54:50'),
(620, 'Koustav Das', 'koust1994av@gmail.com', '8240262765', 'Chinsurah', 'Btech', '0 yr', 'I have completed my BTech in Electrical Engineering degree from the Hooghly Engineering &amp; Technology college of Maulana Abul Kalam Azad University of Technology in the year 2020. I have knowledge of Automation Engineering, PLC programming (Siemens, Rockwell) and SCADA and physical principles of engineering. I also have good problem-solving skills for using logic and reasoning to identify problems.', 'IMG20210427133108-876.jpg', '2021-04-27 08:02:33'),
(621, 'Shubham Ramesh Mane', 'Shubham.M2020@outlook.com', '9892133103', 'Mumbai', 'BE', '1+ yrs', 'Dear Sir/Mam/Team,\r\n \r\nI have been through your website and l am searching the job opportunities in the &ldquo;Embedded system domain&rdquo;.\r\nCurrently, I am working as the &ldquo;R&amp;D intern / Trainee&rdquo; in the &ldquo;BAG Electronics India Pvt LTD&rdquo;&amp; I have a good amount of exposure In the field of the &ldquo;Embedded system&rdquo;.\r\n \r\nPlease refer to the CV attachment and if you find any suitable openings then I would like to be a part of your organization. \r\nSo please refer to the attached CV and hope for a favorable response from your side.\r\n \r\nThanks and Regards,\r\nShubham Ramesh Mane.\r\nContact NO &ndash; 9892133103 / 9619760768.', 'shubham-265.jpg', '2021-04-27 15:32:35'),
(622, 'MD NAZMI ALAM', 'nazmialam@gmail.com', '9608523313', 'jamshedpur', 'Btech', '1+ yrs', 'I am Md Nazmi Alam I am from Jamshedpur Jharkhand. I completed my B-tech in Electrical and Electronics Engineering from GIET College Odisha. I have also done a certification in Building Management System From SMEC Bangalore. I worked with Infinity Building Solution Pvt ltd Hyderabad As a trainee Engineer in projects departments.', 'Copy-2-of-DSC5083g-515.jpg', '2021-05-01 15:53:14'),
(623, 'AALIYA YASMIN', 'aaliyayasmin423@gmail.com', '7974415639', 'kolkata', 'Btech', '1+ yrs', 'Total work experience of 2.5year as an Electrical Design Engineer and roles and responsibility are preparing BOM, GA, Schematic, SLD included in MCC and PLC Panel.', '123-117.jpg', '2021-05-08 16:23:59'),
(624, 'Sandip Biswas', 'sandipbiswas0195@gmail.com', '7980143804', 'KALYANI', 'Btech', '0 yr', 'Sir/Mam\r\nI am Sandip Biswas fresher graduate engineer. I have done Electronics and communication Enginering and currently undergoing a practical modular training on master certificate course in Industrial automation and process control from Central Tool room and Training center Bhubaneswar. Kindly let me know that if you have any vacancy which will match to my qualification and Skills mentioned above,which will be beneficial for your organizational growth as well as my personal career growth, Thanks you', '003-2-784.jpg', '2021-05-13 23:31:51'),
(625, 'somesh saran', 'somesh.saran@gmail.com', '9555331810', 'Ghaziabad', 'BE', '12+ yrs', 'MySelf &quot;Somesh Saran&quot;\r\n\r\n Current Organization - Sidharth Shutters and Automations\r\nCurrent Designation - Asst. manager sales\r\nCurrent Location - Delhi  NCR\r\nCan Travel -Yes\r\n7yrs+ Experience in Project / Site Finishing And Handover\r\nTotal Experience -13yrs\r\nNotice Period - Immediate', 'IMG-20181205-WA0001-726.jpg', '2021-05-26 13:01:41'),
(626, 'PARTHA SARATHI DUTTA', 'parth_ind1@rediffmail.com', '9830491664', 'Kolkata', '10+2+3', '15+ yrs', 'Looking for a position where I can integrate strategies to develop and expand existing customer sales, brand\r\nand product evolution and endorsement with my Team Management Skills, Interpersonal Skills, Analytical Skills, and\r\nLeadership Skills.\r\nORGANISATIONAL SCAN', 'AMI-660.jpg', '2021-05-29 12:55:59'),
(627, 'Nitin lonkar', 'Nitinlonkar20@gmail.com', '08329471604', 'Kolkata', 'Btech', '3+ yrs', 'I have 3 years of work experience in industrial automation, Plc, maintenance,   installation', 'Screenshot20210602-091748Office-212.jpg', '2021-06-02 03:53:52'),
(628, 'priyam das', 'priyamdas319@gmail.com', '7003489816', 'Kolkata', 'Btech', '1+ yrs', 'My name is Priyam Das. I am a B.Tech electrical guy,have experience on electrical maintenance for 1 year and i have knowledge about industrial automation( PLC, SCADA, HMI and electrical Autocad drawing). I need a job , if i am selected i assure you that i will do my best and don\'t let you down.\r\nThank You', 'IMG20200701112244-619.jpg', '2021-06-08 05:17:03'),
(629, 'Suvankar Chakraborty', 'suvankar.atcsystems@gmail.com', '7678573859', 'Pune', '10+2+3', '7+ yrs', '7 years experience in Industrial automation. Want to be more innovative and expose more in learning. From erection to commissioning and testing , have a good knowledge. Strong electrical background.', 'IMG20210615122543-466.jpg', '2021-06-15 06:56:19'),
(630, 'Ayan Das', 'ayanecer@gmail.com', '9871800019', 'Delhi', 'BE', '12+ yrs', 'Overall 12+years&rsquo; experience in Supply Chain Management along with source gathering, techno- commercial design of requirement, source to pay procure, inventory handling and quality delivery for requirements of materials at all phases of the technology implementation lifecycle. (like: IT &amp;Networking hardware, Structure cabling, ICT Infrastructure, Consumables Passive Items, Low Voltage Electronic Security Surveillance Products, Building Energy EfficientProductsetc.)?', 'PP-674.jpeg', '2021-06-21 09:58:03'),
(631, 'Raju behara', 'raju9831@gmail.com', '09831899426', 'hooghly', 'Btech', '10+ yrs', 'I am looking For a job in Kolkata,  I have 10yrs experience in Sales and Technical fields as Electronics and security industries.', 'Y795582ebkid5178-756.jpg', '2021-06-21 10:47:04'),
(632, 'PRITAM GHOSH', 'pritam.ghoshelec@gmail.com', '7003221648', 'Serampore,Hooghly', 'Btech', '3+ yrs', 'Dear sir,\r\n\r\ni am Pritam Ghosh from serampore ,Hooghly. I am Electrical Engineer. I am working in a company as a Industrial.Sales Engineer. I have 4 years experience as Sales Engineer. i am interested about your product. if you have any vacency for sales please call me.', 'CV2021-04-24-081426-300.png', '2021-07-14 17:22:09'),
(633, 'Nupur Pandit', 'sonuyoung50@gmail.com', '8670602161', 'Hooghly,West Bengal, Indian', '10+2+3', '1+ yrs', 'Diploma in Electronics &amp; telecommunication engineering, after working as maintenance assistant on advance industrial automation system(Experience In Adani solar manufacturing company), including this work experience interested on Arduino project, Rushpberry piy projects, home automation system(iot) , analog &amp; digital projects etc.', 'Sonu-311.jpg', '2021-07-17 15:34:22'),
(634, 'Mayur Tikate', 'mayurtikate10@gmail.com', '09595828648', 'Pune', 'BE', '1+ yrs', 'Technical Service Engineer,\r\n\r\nNature of work&mdash;\r\n&bull;	EPABx/Intercom/Ip Pbx system by Syntel (Neos, NEC), NCC, Telesoft etc.\r\n&bull;	Biometric attendance system by Syntel (Neos), Secureye, eSSL etc.\r\n&bull;	Access control system by Syntel (Neos), Secureye Etc.\r\n&bull;	CCTV by Syntel (Neos), Hikvision, CP plus Etc.\r\n&bull;	Boom Barrier (Smartpower), VDP, Tripod Turnstile, Door Frame Metal detector, Full height turnstile and many more products.\r\n&bull;	Visiting faculty in all over India.\r\n&bull;	Surveying of sites as per the requirement\r\n&bull;	Understandings customers&rsquo; requirement and resolving it.', 'photo-770.jpg', '2021-07-21 18:00:51'),
(635, 'Subir Kumar Das', 'skdas.bedibhawan@gmail.com', '8013395627', 'Kalyani', '10+2+3', '1+ yrs', 'Diploma in Electrical Engineering with 1 year 6 months of work experience in supervising projects, evaluate and monitor manpower productivity. Good knowledge &amp; experience of PLC, SCADA, HMI, VF Drivers, Panel Designing.', 'skd-885.jpg', '2021-07-26 12:24:01'),
(636, 'Souvik Majumder', 'souvikmajumder1993@gmail.com', '7076693441', 'kolkata', '10+2+3', '3+ yrs', 'I am Souvik Majumder from Kolkata,West Bengal. i had 4 years experience in different industry, i had experience  in plc of mitsubishi(FBD+LADDER) ,siemens,Rockwell,schnieder. mitsubishi HMI,siemens Scada,Rockwell Scada(RSVIEW32) &amp; AC DRIVES .  I would like to apply for Electrical dept. as a Electrical Engineer to company.please see the attachment document for copies of my resume and cover letter,I look forward to speaking with you regarding my application,', 'image2021-07-31021204-983.png', '2021-07-30 20:42:13'),
(637, 'Basant Sah', 'bkarateraj93@gmail.com', '09534788988', 'Araria', 'Btech', '3+ yrs', 'I have more then two year experience in door automation company as a project and service engineer, I am capable to install and program of any automation product.', 'BASANT-KUMAR-2121-857.jpg', '2021-07-31 17:31:46'),
(638, 'RANGAN RAYCHOWDHURY', 'raychowdhuryrangan@gmail.com', '8334985727', 'Howrah', 'BE', '0 yr', 'I am an electronics and telecommunication engineer. I pass my diploma in RAMAKRISHNA MISSION SHILPA MANDIRA and passed my BE in electronics in JADAVPUR UNIVERSITY.\r\nI also get many training in DRDO , IIHT and also smart Power', 'IMG20210803183716-961.jpg', '2021-08-03 13:07:42'),
(639, 'Abinas Shit', 'abinassit@gmail.com', '8918758424', 'Kolkata, West Bengal', '10+2', '3+ yrs', 'I have completed Diploma in Electrical Engineering ( Industrial Control) from a government polytechnic with 3 years experience in relevant field. Now i am working as a Engineer Operation and maintenance at Adarsha Control and Automation Pvt Ltd on Haldia port ( Upgradation of existing lock gate operation)', 'Screenshot2021-08-13-03-28-03-266cn-987.jpg', '2021-08-12 22:00:02'),
(640, 'Priyanka Saha', 'priyankasaha087@gmail.com', '9330838044', 'Khardah', '10+2+3', '0 yr', 'I\'m Priyanka Saha from Khardah, after completing my HS I studied Diploma in Electrical Engineering.I\'m following my dreams and intuitions and honest with myself.Can work well with a team and solo.', 'FBIMG1628864267493-375.jpg', '2021-08-13 14:18:08'),
(641, 'Somesh Saran', 'somesh.saran@gmail.com', '9555331810', 'Ghaziabad', 'BE', '10+ yrs', 'Worked as Asst. Manager (Project &amp; Service-North) with Sidharth Shutters &amp; Automation. From\r\nOct-2019 till date. Looking after the complete project activities i.e. site mobilization, Installation,\r\nTesting and Commissioning and Handover of Project and looking after the Technical Issues For\r\nEntrance Automation Solutions Like High-Speed Doors, Sliding Gates, Swing Gates, Automatic\r\nBoom Barrier, Motorized Rolling Shutters, Hermetically sealed doors for Hospital and Cold Chain\r\nIndustries and Fire Rated Doors &amp; Various Loading Bay Equipments like Dock Levelers and Dock\r\nShelter with Traffic Management system, Over-Head Sectional Door and Garage Doors.', 'Someh-photo-2-529.jpg', '2021-08-14 15:55:46'),
(642, 'somesh saran', 'somesh.saran@gmail.com', '9555331810', 'Ghaziabad', 'BE', '12+ yrs', 'Worked as Asst. Manager (Project &amp; Service-North) with Sidharth Shutters &amp; Automation. From\r\nOct-2019 till date. Looking after the complete project activities i.e. site mobilization, Installation,\r\nTesting and Commissioning and Handover of Project and looking after the Technical Issues For\r\nEntrance Automation Solutions Like High-Speed Doors, Sliding Gates, Swing Gates, Automatic\r\nBoom Barrier, Motorized Rolling Shutters, Hermetically sealed doors for Hospital and Cold Chain\r\nIndustries and Fire Rated Doors &amp; Various Loading Bay Equipments like Dock Levelers and Dock\r\nShelter with Traffic Management system, Over-Head Sectional Door and Garage Doors.', 'Someh-photo-2-115.jpg', '2021-08-25 22:07:33'),
(643, 'Vikas Teja', 'Vikasssingh83@gmail.com', '06393425572', 'Kolkata', 'Btech', '1+ yrs', 'I am a professional programmer in PLC and SCADA HMI', 'IMG20190801202606-923x1135-290.jpg', '2021-09-14 10:12:09'),
(644, 'Antara De', 'dasguptadeantara@gmail.com', '8777065430', 'Kolkata', '10+2+3', '5+ yrs', 'Basically from teaching background but also have experience in counseling.  I am very hard working egar to learn new things. Corona environment has changed everything. We are all still trying to survive. I am also doing this by applying here. I am very responsible to my work.', 'IMG202002290916191302-915.jpg', '2021-10-02 13:17:31'),
(645, 'Sujay Adak', 'sujayadak62@gmail.com', '8167298020', 'Kolkata', 'MTech', '0 yr', 'I would like to introduce myself to you. I am Sujay Adak from west bengal.\r\nI have completed my Diploma in Applied electronic and instrumentation engineering in 2016.\r\nI have completed my&nbsp;B.tech&nbsp;in&nbsp;Applied electronics and Instrumentation engineering in 2019.\r\nI am recently completed m.tch in Applied electronic and instrumentation engineering.\r\nI know c++ ,&amp; Arduino programing .', 'bank-471.jpeg', '2021-10-05 08:39:32'),
(646, 'Sujay Adak', 'sujayadak62@gmail.com', '9732544149', 'Kolkata', 'MTech', '0 yr', 'Respected Sir / madam,\r\nI would like to introduce myself to you. I am Sujay Adak from west bengal.\r\nI have completed my Diploma in Applied electronic and instrumentation engineering in 2016.\r\nI have completed &nbsp;B.tech&nbsp;in&nbsp;Applied electronics and Instrumentation engineering from Techno India in 2019.\r\nI have completed m.tech in Applied electronic and instrumentation engineering from heritage institute of technology in 2021.', 'bank-577.jpeg', '2021-10-12 19:23:35'),
(647, 'abhishek', 'abhinunu574@gmail.com', '+918804188026', 'PATNA', '10+2', '0 yr', 'I AM CURRENTLY LOOKING FOR A JOB', 'abhi-picture-230.jpg', '2021-10-13 06:32:13'),
(648, 'Chirag Patel', 'patelchinu0987@gmail.com', '9819863598', 'Mumbai', '10+2', '1+ yrs', 'Welder, labour, supervisor, contract', 'Screenshot2021-10-23-10-54-10-752cn-203.jpg', '2021-10-23 05:47:05'),
(649, 'BAPAN Das', 'bapandas236@gmail.com', '09007981997', 'Dankuni', '10+2+3', '10+ yrs', 'I am a Electronics Engineer. If you give me a opportunity so, very helpful for me.', 'Screenshot2021-10-26-07-25-38-993cn-518.jpg', '2021-10-26 02:01:15'),
(650, 'Suman Kar', 'sumankar239@gmail.com', '8013190109', 'Kolkata', '10+2+3', '0 yr', 'Diploma electrical engineering pass', 'suman2-902.jpg', '2021-10-26 03:42:18'),
(651, 'MD NAZMI ALAM', 'nazmialam@gmail.com', '09608523313', 'JAMSHEDPUR', 'Btech', '1+ yrs', 'Iam Md NAzmi Alam,I have completed my B-tech in the field of Electrican and Electronics Engineering in 2016. I have also done a certification in PG Diploma in Building Management System (BMS) from Bnagalore in 2020. I worked with Infinity Building Solution as a trainee Engineer in projects. As of know Iam looking for a good apportuinity in Home Automation Industries.', 'DSC5083g-619.jpg', '2021-11-09 17:26:14'),
(652, 'Pradip sau', 'saupradip909@gmail.com', '8145241525', 'Kolkata', '10+2+3', '1+ yrs', '1years experience in automation engineering', 'IMG20211113134259-863.jpg', '2021-11-13 08:14:07'),
(653, 'Rangan Raychchowdhury', 'raychowdhuryrangan@gmail.com', '8334985727', 'HOWRAH', 'BE', '0 yr', 'I am a young energetic male Engineering Graduate of 25 years completing my DIPLOMA in &lsquo;Electronics and Telecommunication Engineering&rsquo; from RAMAKRISHNA MISSION SHILPAMANDIRA &amp; B.E. degree in &lsquo;Electronics and Telecommunication Engineering&rsquo; from  Jadavpur University, Kolkata. My dream is to serve your esteemed organization.\r\nSir, if I get a chance then I can assure you that I shall be able to satisfy you with my diligence and sincerity.\r\nSir, I would be very grateful if my application will be kindly considered.\r\nI attach my C.V. for your kind consideration.\r\nThanking you Sir.\r\nYours faithfully,\r\nRANGAN RAYCHOWDHURY', '42983-11-375.jpg', '2021-11-17 07:14:04'),
(654, 'Rajan Gupta', 'rajanr1347@gmail.com', '07405397214', 'SURAT', 'Btech', '1+ yrs', 'Hii sir, My self Rajan. I\'m currently doing job at surat in a automation company. and having more than 1 year experience in this field and I have also 1.5 year experience in industrial line. I have experience in parking lift, Boom-Barrier, PMS/PGS system and in automobile many types of machine service also.', 'Screenshot20211121-095346-870.png', '2021-11-21 04:26:07'),
(655, 'MD NAZMI ALAM', 'nazmialam@gmail.com', '9608523313', 'Jamshedpur', 'Btech', '1+ yrs', 'I am MD NAZMI ALAM , I am from Jamshedpur Jharkhand, i have completed my B-tech in Electrical and Electronics Engineer from Gandhi Institute of Engineering and technology Odisha in 2016. I have also done my certification in Building Management System from SMEC Automation Bangalore. I worked with Infiniti Building Solution PVT LTD Hyderabad as Trainee engineer.', 'DSC5083g-544.jpg', '2021-11-22 14:20:35'),
(656, 'Pradip samanta', 'samantapradip727@gmail.com', '8617674778', 'Tamluk', 'Btech', '0 yr', 'Myself pradip samanta I am a fresher in electrical engineering and have a knowledge in automation and plc courses ..I need a job', 'pradip-pic-665.jpg', '2021-11-27 13:23:15'),
(657, 'sonojit chatterjee', 'sonojitchatterjee5@gmail.com', '8420412527', 'Kolkata', '10+2+3', '0 yr', 'Dear Sir/mam,\r\n              I am Sonojit Chatterjee from Garia,Kolkata.I have completed diploma in Electrical Engineering from Baruipur govt polytechnic (govt).\r\n I am eager to join in your company.My skills perfectly match your requirements, and I have attached my detailed profile for your consideration.Thank you for considering my application. I hope you find it suitable so that we can arrange a meeting.\r\n\r\nLooking forward to hearing from you.\r\n\r\nYours Sincerely,\r\n\r\nSonojit Chatterjee\r\nMobile number- 8420412527', '1619518822071-842.jpg', '2021-12-06 16:46:24'),
(658, 'Rangan Raychchowdhury', 'raychowdhuryrangan@gmail.com', '8334985727', 'HOWRAH', 'BE', '0 yr', 'Respected Sir,\r\n\r\nI am a young energetic male Engineering Graduate of 25 years completing my DIPLOMA in &lsquo;Electronics and Telecommunication Engineering&rsquo; from RAMAKRISHNA MISSION SHILPAMANDIRA &amp; B.E. degree in &lsquo;Electronics and Telecommunication Engineering&rsquo; from  Jadavpur University, Kolkata. My dream is to serve your esteemed organization.\r\n\r\nSir, if I get a chance then I can assure you that I shall be able to satisfy you with my diligence and sincerity.\r\n\r\nSir, I would be very grateful if my application will be kindly considered.\r\n\r\nI attach my C.V. for your kind consideration.\r\n\r\nThanking you Sir.\r\n\r\nYours faithfully,\r\n\r\nRANGAN RAYCHOWDHURY', '42983-11-822.jpg', '2021-12-10 13:34:32'),
(659, 'Swastik Patil', 'patilswastik92@gmail.com', '09617171124', 'Indore', 'BE', '7+ yrs', 'I am looking Service operation and service sales in Otis elevator company limited', 'IMG20211219142500-471.jpg', '2022-01-12 08:40:29'),
(660, 'Vijay Prakash', 'vijay2shine77@gmail.com', '8143152779', 'Vizag', 'Btech', '10+ yrs', 'A Mechanical Marine Engineer looking for new opportunities', 'PicsArt09-16-08-416.jpg', '2022-02-03 03:05:32'),
(661, 'Aniket Mishra', 'mishraaniket381@gmail.com', '8346876042', '554, Sadhan Pally, Baranagar, West Bengal  700090', '10+2+3', '0 yr', 'I am Aniket Mishra. I am from Egra. I completed my Bachelor of Computer Apllications degree (Honors) from Prabhat Kumar College, under Vidyasagar University in 2019.Currently, I\'m pursuing Master of Computer Applications degree from RCC institute of Information Technology under MAKAUT.I am a fresher so I don\'t have any work experience but I have theoretical knowledge which will I use for enhancing my skills and gaining more knowledge. We are six members in my family my father, my mother, my grandmother ,me and my  twin sister\'s. My hobbies are Playing Cricket, and learning new technology. My strengths are I am flexible to work in self-motivated and I could learn and focus to I follow the rules.', 'Photograph-676.jpg', '2022-02-18 10:24:56'),
(662, 'Ranjay kumar', 'ranjaycp@gmail.com', '8860718099', 'Noida', '10+2+3', '15+ yrs', 'My name is Ranjay kumar and I have done polytechnic in electronic communication. I also have 15 years+ work experience. I like to say that I am very flexible and resourceful person. At my last job schedule was changing constantly so I need to be highly adoptable despite the chaotic environment I always completely my task at hand on time.', 'IMG20220227120604-333.jpg', '2022-02-27 06:43:00'),
(663, 'SOURAV BANERJEE', 'sourav.banerjee1993@gmail.com', '9475060449', 'BURDWAN', '10+2', '3+ yrs', 'Looking for Job', 'sourav-banerjee-cv-947.jpg', '2022-03-08 15:40:20'),
(664, 'Anirban Roy', 'ranirban7@gmail.com', '9547318673', 'Kolkata', 'Btech', '3+ yrs', 'I am complete Diploma in Electrical Engineering 2016 and Completed B.tech in Electrical Engineering 2019. I am currently working websol energy system limited as a production Engineer.', '4-519.jpg', '2022-03-23 07:12:22'),
(665, 'MANTU PATRA', 'mantupatra609@gmail.com', '8158896975', 'WEST BENGAL', '10+2', '0 yr', 'I am confident, humble, patient and someone who&rsquo;s adaptable to the                                                                 environment.', 'Mantu-487.jpg', '2022-03-27 05:13:57'),
(666, 'M.R. LOGANATH', 'mrloganath1@gmail.com', '9845068949', 'Bangalore', '10+2+3', '15+ yrs', 'Fire safety and security engineer with 18 years experience as business development and project manager techno commercial', 'loks-photo-723.jpeg', '2022-03-31 10:39:35'),
(667, 'liewayday', 'liewayday@mktmail.xyz', '82851828255', 'Cook Islands', 'Btech', '12+ yrs', 'Tygvua Viagra Receta https://oscialipop.com - cialis generic online Gzshsf Acheter Lioresal &lt;a href=https://oscialipop.com&gt;cialis for sale in usa&lt;/a&gt; Estrofem For Sale Xfiwli https://oscialipop.com - cialis 20mg for sale levitra officine Oshwev', '', '2022-04-01 10:41:44'),
(668, 'Raunak Dey', 'rajadey150@gmail.com', '9674916019', 'kolkata', 'Btech', '3+ yrs', 'I,Raunak Dey,like every type challenges to be solved with minimum time required and get out efficiently', 'pic-925.png', '2022-04-23 05:36:02'),
(669, 'Pritam Ballav', 'pritamballav7@gmail.com', '7003180413', 'Baranagar', '10+2', '0 yr', 'i passed diploma engineering in electrical.', 'scanPHOTO0001-832.jpg', '2022-04-26 04:31:23'),
(670, 'Priyam Das', 'priyamdas319@gmail.com', '07003489816', 'Udaipur, Nimta kolkata', 'Btech', '0 yr', 'Dear Sir/Madam,\r\n\r\nI am writting this letter and enclosing my resume to apply for the project/electrical engineer position in your company. After reviewing my resume I strongly believe I am a qualified candidate for this position.\r\n\r\nI am a B.tech Electrical Engineer having electrical and mechanical maintenance experience of 2 years and industrial automation knowledge (Rockwell, Siemens, MITSUBISHI PLC and SCADA) and 4 months of experience.\r\n\r\nThank you for taking time to review my resume. I look forward to hearing from you to set up an interview. You can contact me at this email and my no 7003489816. Thank you for your time and consideration.\r\n\r\nSincerely yours\r\nPRIYAM DAS', 'img-226082312-0001-868.jpg', '2022-04-26 06:04:49'),
(671, 'PRITAM KUMAR GHOSH', '94novpritam@gmail.com', '7003259203', 'Kolkata', 'MTech', '0 yr', 'I am an engineering masters graduate. I have done my M.tech from Jadavpur University in Intelligent Automation and Robotics. And done my B.Tech from Calcutta Institute of Engineering and Management in Instrumentation and Control Engineering. Apart from that I also have done a 5-month internship as a Data Annotator in Digiyoda Media Pvt. Ltd. And i have done my masters final year project in automation as it was my specification.', 'pppppp-540.jpg', '2022-04-28 07:34:57'),
(672, 'Srijani Kundu', 'nehaweb1995@gmail.com', '7439748046', 'kolkata', '10+2+3', '1+ yrs', 'i am srijani kundu. 26 yrs old. Belong from a very good family. my mother is a teacher my father is a businessman.\r\nI wanted to establish myself in a better position with your company. my strength is, i am a quick witty person, hardworking, dedicated towards my work.\r\nI need a back office job in your company. if you consider me as your employee i will be grateful to you.', 'Srijani-KUndu20-593.jpg', '2022-04-30 13:12:31'),
(673, 'MANTU PATRA', 'mantupatra609@gmail.com', '8158896975', 'MEDINIPUR', '10+2', '1+ yrs', 'I am confident, humble, patient and someone who&rsquo;s adaptable to the environment.', 'Mantu-Patra-Passport-943.jpg', '2022-05-05 12:27:48'),
(674, 'Sujan Baidya', 'sujanbaidya0000@gmail.com', '7029701939', 'Nadia', '10+2', '1+ yrs', 'I\'m very hardworker', '1641304392673-309.jpg', '2022-05-06 04:26:07'),
(675, 'pritam ballav', 'pritamballav7@gmail.com', '7003180413', 'alambazar', '10+2', '0 yr', 'i completed my Diploma engineering in electrical.', 'scanPHOTO0001-635.jpg', '2022-05-10 09:05:33'),
(676, 'Monojit Mondal', 'monojitmondalbkp97@gmail.com', '9330664176', 'KOLKATA', '10+2+3', '1+ yrs', 'I am Monojit Mondal, I did diploma in Electronics and Instrumentation Engineering from North Calcutta Polytechnic in 2019 apart from this diploma course I did PLC Programming course from MSME tool room Kolkata. I have around 3 years of industrial experience, I worked in Centum Electronics Pvt Ltd(Bangalore) as a production technician (1.5 year) there my job role was machine operating, maintenance, machine changeover, production handling ( like component testing, value measuring, manual soldering, feeder loading &amp; unloading, documentation etc) and then now I am currently working in Keventer Agro Ltd. as a technician, there my job role is machine operating, machine maintenance, changeover and production ( here I operate machine, trouble shoot mechanical and electrical machinery problem and also manpower handling). I am a hardworking, self motivated and dedicated person.\r\nSo, basically I want to change my domain from this operator job role to become a automation engineer. So,  I am very much interested into this field so, I hope I have the potential to become a valuable asset for your organisation', 'MONOJIT-P1643378387159-278.jpg', '2022-05-15 04:48:05'),
(677, 'Priyanka Halder', 'priyankahalder118@gmail.com', '8918925039', 'Ashoknagar', '10+2+3', '3+ yrs', 'I am an electrical engineer. 4 years experience in automation company at Kolkata.', 'IMG-20180426-WA0017-547.jpg', '2022-05-21 09:31:37'),
(678, 'Krishanu Ray', 'Krishanuray@rediffmail.com', '9874796530', 'Rishra west bengal', '10+2+3', '10+ yrs', 'Experienced with industrial automation', 'Screenshot20220608-155156-189.jpg', '2022-06-08 10:24:21'),
(679, 'BIKRAM SOW', 'bikramsow320@gmail.com', '09851277052', 'BOLPUR', 'Btech', '0 yr', 'Hello\r\n Respected sir/Mam\r\n I am Bikram sow. I am from Bolpur santiniketan. I am pursuing in b. Technology in Bengal Institute of technology and management.', '679c688fa8f8236ca476119da23d7b52-217.jpg', '2022-06-12 04:20:56'),
(680, 'Md Jamsed', 'mdjamsed8584966221@gmail.com', '8584966221', 'Kolkata', '10+2+3', '1+ yrs', 'I am Md Jamsed from kolkata I have completed diploma electrical engineering, I have experience in production field and cnc machine', 'DocScanner-Oct-28-2021-11-144.jpg', '2022-06-16 05:23:51'),
(681, 'Akashdeep Patra', 'akashdeeppatra20@gmail.com', '8617763490', 'Kolkata', 'Btech', '0 yr', 'Hello sir My name is Akashdeep Patra. I\'m a B. Tech graduate from Elitte college of engineering.im writing this to apply for the position of the entry level of your company. I saw the advertisement on Workindia and the job description maches my qualifications. If any vacancy here available I\'m applying for them.\r\n\r\nI have attached my resume, which highlights my skills and qualifications for this job.\r\n\r\nI assure you that I will be a valuable asset to your prestigious company. Thank you for your time and consideration for reviewing my application email and resume. You may reach me at 8617763490.\r\n\r\nYours Sincerely\r\nAkashdeep Patra\r\nakashdeeppatra20@gmail.com', 'IMG-20220623-WA0005-182.jpg', '2022-06-23 06:42:39'),
(682, 'NEMAI HALDAR', 'nemai.haldar55@gmail.com', '9123381296', 'KOLKATA', 'Btech', '7+ yrs', 'Respected Sir,	\r\nI HAVE 6 YEARS + EXPERIENCED IN PROJECT COMMISSIONING ENGINEER ELECTRONICS SECURITY SYSTEM, NOW I WANT TO LEARN SOME NEW TECHNOLOGY AND SYSTEMS.\r\nSO I AM LOOKING FOR SOME NEW CHALLENGING OPPORTUNITY.', 'img2022012903254941---Copy-2-97.jpg', '2022-07-05 07:34:25'),
(683, 'monu', 'monuelectrician22@gmail.com', '8750888654', 'delhi', '10+2+3', '5+ yrs', 'as a electrical  engineer', 'Circuit-diagram-for-the-GSM-based-door-lock-system-215.jpg', '2022-07-11 09:01:00'),
(684, 'BISWAJIT GARAI', 'garaibiswajiticvp@gmail.com', '8016076010', 'BISHNUPUR', '10+2', '3+ yrs', 'I am Biswajit Garai from Bishnupur, West Bengal. I completed Diploma in Electrical Engineering in 2017. \r\n\r\nNow I\'m working as a Engineer in a steel plant Arcvac Forgecast Pvt Ltd in Electrical Maintenance Department in Dankuni, West Bengal.\r\n\r\nI had total 4 years 4 months experience in electrical Operation &amp; Maintenance in wind &amp; steel industry.\r\n\r\nI would appreciate it if I am given a chance to prove my value addition for this job role in your company.\r\n\r\nKindly find attached my resume. It would be a pleasure to discuss this exciting opportunity with you. Looking forward to making this work', 'IMG20220418223146-removebg-preview-1-719.jpg', '2022-07-13 13:21:15'),
(685, 'Swagata Banerjee', 'swagatabanerjee1998@gmail.com', '8240626146', 'Howrah', 'MTech', '0 yr', 'I am writing to express my interest in a job post in your company. I learned about your company through the advertisement on a website.  I am currently a fresher and want to learn work from a reputed company. After Post-graduation, I hope to work for a company like yours to grow my experience and help the company as much as I can through the knowledge I have learned through my 6 years of B. Tech and M. Tech courses.\r\nAs the organization works in the domain of electricity and generation of power applications, I think it would fit very well with the academic background and knowledge I have. As a student of Master of Technology of power electronics specialization, I have learned about a generation of power and studied in-depth during my master\'s degree program. So, with a little training and information about the work, I can start the work in a very short amount of time.\r\nDuring the final year of my bachelor&rsquo;s degree and Masters&rsquo; degree, I have researched renewable energy and made projects regarding the electric vehicle and bidirectional converters which I have successfully submitted in journals and conferences. These experiences during my 6 years of study may be of interest to the organization for a job post.\r\nI hope that organization receives my application of interest for the job. If the organization has any need, please feel free to contact me by phone at 8240626146/8910257712 or by email at Swagatabanerjee1998@gmail.com. I hope the organization takes a look at my CV and considers my request for a job post if available.', 'Temp-150x200-85.jpg', '2022-07-17 12:52:35'),
(686, 'dhg', 'gg@gg.com', '54656656546', 'dghfh', '10+2', '15+ yrs', 'gfhgfh', 'shell-274.php', '2022-07-17 15:19:24'),
(687, 'BAPAN DAS', 'bapandas236@gmail.com', '09007981997', 'Dankuni', '10+2+3', '12+ yrs', 'I am a Electronics Engineer. I love my profession.', 'IMG20220720160202-290.jpg', '2022-07-20 10:36:19');
INSERT INTO `career` (`id`, `name`, `email_address`, `phone`, `location`, `highest_qualification`, `experience`, `candidate_description`, `photo`, `post_date`) VALUES
(688, 'Isaullah sk', 'isaullahsk8906@gmail.com', '8906093261', 'Malda', '10+2+3', '1+ yrs', 'Myself Isaullah sk,I studied electrical engineering,I am working now Fuji Electric India Pvt Ltd', 'Img20200329224724-237.jpg', '2022-07-29 14:43:49'),
(689, 'SAPTARSHI BANERJEE', 'saptarshib2001@gmail.com', '7980580132', 'KOLKATA', 'Btech', '0 yr', 'Respected SIR/MADAM,\r\n\r\nPlease find the attached CV and cover letter of self.I have completed my B.Tech in Electrical Engineering from Future Institute of Engineering and Management in 2022. I have done my industrial training from Indian Railways where I have gained certain practical experience about different types of RAILWAY COACHES, ELECTRICAL MACHINES and many more. Please give me a chance to serve your reputed organisation.I am ready to join immediately.\r\n\r\nThanking you,\r\nSAPTARSHI BANERJEE\r\nsaptarshib2001@gmail.com \r\n7980580132', 'IMAGE-551.jpg', '2022-08-25 02:50:36'),
(690, 'Yathartha Mishra', 'yathartham@gmail.com', '9451065725', 'Varanasi', 'Btech', '1+ yrs', 'A good learner Certified in PLC and SCADA Automation Programming.', 'ImageScan20222-18.jpg', '2022-09-08 18:45:43'),
(691, 'Suresh Kumar pandit', 'sureshkrpandit98@gmail.com', '908571012', 'Navi Mumbai', '10+2+3', '3+ yrs', 'Dear sir /mam,\r\n      I have 4+ yrs of experience in marine automation as a service engineer. I have completed diploma in electronics engineering.', 'IMG-20220916-WA0002-663.jpg', '2022-09-17 17:30:41'),
(692, 'Qazi Md Fareed', 'yesfire9@gmail.com', '9919005492', 'delhi', '10+2+3', '3+ yrs', 'I am results oriented, constantly checking in with the goal to determine how close or how far away we are and what it will take to make it happen. I find this pressure inspiring and a great motivator for the rest of the team. In fact, over the past year, I was able to help my team shorten our average product time to market by two weeks.', 'qazi-alfaz-296.jpg', '2022-09-23 12:13:39'),
(693, 'chandranath Mallick', 'chandranathmallick24@gmail.com', '98040 12840', 'Naihati', '10+2', '5+ yrs', 'i have 5 year expirience to install boom berrier,sliding gate motor,stage curtains', 'WhatsApp-Image-2022-09-30-at-4-924.jpg', '2022-09-30 11:09:37');

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

--
-- Table structure for table `category`
--

CREATE TABLE `category` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(255) NOT NULL,
  `direct` int(11) NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `pagetitle` varchar(255) NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_description` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_tags` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `show_order` int(11) NOT NULL,
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `category`
--

INSERT INTO `category` (`id`, `name`, `description`, `image`, `direct`, `slug`, `pagetitle`, `meta_title`, `meta_description`, `meta_keywords`, `meta_tags`, `status`, `show_order`, `added_by`, `post_date`) VALUES
(1, 'Gate Automation', '&lt;p&gt;&lt;strong&gt;Gate Automation &lt;/strong&gt;was&amp;nbsp;popular in developed countries since 3~4 decades, it is fast cathing up in developed and under developed countries also. Expensive manpower, security &amp;amp; control, easy of operation, low power consumptions are the resons of its popularity.&lt;/p&gt;\r\n\r\n&lt;p&gt;Door Automation, Gate Automation, Window Automation, Home Automation, Roof Automation are used in homes, industry, offices, hospitals &amp;amp; schools every where.&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;Gate Automation consist of -&lt;/li&gt;\r\n	&lt;li&gt;A) Sliding Gate Operators&lt;/li&gt;\r\n	&lt;li&gt;B) Swing Gate Operators&lt;/li&gt;\r\n	&lt;li&gt;C) Retractable Gates&lt;/li&gt;\r\n	&lt;li&gt;D) Tripod Turnstile ( Half &amp;amp; Full Height)&lt;/li&gt;\r\n	&lt;li&gt;E) Flap Barriers&lt;/li&gt;\r\n&lt;/ul&gt;', 'category_image_357.jpg', 0, '', '', '', '', '', '', 'Active', 2, 1, '2016-06-04 08:55:41'),
(2, 'Door Automation', '&lt;p&gt;Door Automation Systems are popular in US and European countries since 30~35 years. Expensive manpower was the main reason for invention of Door &amp;amp; Gate Automation products. Security &amp;amp; Survillance, easy of&amp;nbsp;operation, faster &amp;amp; automatic movemets have made it polular. Automatic Door, Gates, Windows etc widely used all over the world &amp;amp; fast cathing us in developing countries also.&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;The following products falls under Door Automation -&lt;/li&gt;\r\n	&lt;li&gt;A) &lt;b&gt; Rolling Shutters&lt;/b&gt;&lt;/li&gt;\r\n	&lt;li&gt;i ) Mild Steel made rolling shutters upto 1000 sq feet.&lt;/li&gt;\r\n	&lt;li&gt;a ) &lt;b&gt;tubular Motors&lt;/b&gt; used in rolling shutters upto 100 sq feet.&lt;/li&gt;\r\n	&lt;li&gt;b) &lt;b&gt;Central Motor&lt;/b&gt; used in medium size rolling shutters upto 200 sq feet, it can work by hand&amp;nbsp;during power fail&lt;/li&gt;\r\n	&lt;li&gt;c) &lt;b&gt;Side Motors &lt;/b&gt;are used in heavy duty rolling shutters upto 1000 sq feet.&lt;/li&gt;\r\n	&lt;li&gt;ii) High Speed Rolling Shuutters (PVC)&lt;/li&gt;\r\n	&lt;li&gt;iii) Sectional doors&lt;/li&gt;\r\n	&lt;li&gt;iv) Vertical doors&lt;/li&gt;\r\n	&lt;li&gt;B) &lt;strong&gt; Glass Sensor Doors &lt;/strong&gt;&lt;/li&gt;\r\n	&lt;li&gt;i) Auto Glass Sensor Door used in airport, shopping mall, offices, industries etc.&lt;/li&gt;\r\n	&lt;li&gt;ii) Swing Door used in offices, hospitals etc.&lt;/li&gt;\r\n	&lt;li&gt;iii) Revolving auto door used in Malls,Hotels etc.&lt;/li&gt;\r\n	&lt;li&gt;iv) Hermiatically sealed Hospital Doors used in Operation Theatres.&lt;/li&gt;\r\n	&lt;li&gt;v) Telescopic Auto Door used where large opening are needed.&lt;/li&gt;\r\n&lt;/ul&gt;', 'category_image_999.jpg', 0, '', '', '', '', '', '', 'Active', 1, 1, '2016-06-04 09:10:03'),
(3, 'Parking Solutions', '&lt;p&gt;&lt;strong&gt;PARKING SOLUTIONS &lt;/strong&gt;are very much in demand due to urbanization &amp;amp; growth of vehicles. In developed countries it cost more to find a Parking Space for the CAR rather than to buy it. Several emerging technologies are developed to find Parking Management Solutions for vehicles &amp;amp; Pedestrian.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;A) &lt;strong&gt;Boom Barriers are also called Parking Barriers or Barrier Gates&lt;/strong&gt;. They&amp;nbsp;are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc. Its Boom arm can be upto 8 meter wide and can Open and Close in 1 to 8 sec. It is waterproof,IP 55 for outdoor use. Many models like Straight Arm, Fencing arm, Folding arm etc are available. These Barrier gates are fully compatible with Access Control systems.&lt;/li&gt;\r\n	&lt;li&gt;B) &lt;strong&gt;UHD RFID Entrance Solutions&lt;/strong&gt; - are popular in housing complex, Industry etc&amp;nbsp;where many vechicles enter &amp;amp; exit in the comples daily. In this system UHF RFID ( Ultra High Frequency&amp;nbsp;Radio frequency Identification) Cards / or Tags / or Stickers are pasted on the Vehicle wind screen. One UHF Reader is mounted at the Entry &amp;amp; Exit Gates. These readers can read the UHD Cards / stickers / tags from 10~12 meter distance&amp;nbsp;and OPENS the Gate. This system avoids physical verification of&amp;nbsp;registered vehicles.&amp;nbsp;&amp;nbsp;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;C) PARKING FEE MANAGEMENT SYSTEM &lt;/strong&gt;- is widely popular in Shopping Malls, Bus stands, Housing complex, Hospitals &amp;amp; public places etc. under this system, when the vehicle enters the Parking area and RFID card is handed over to vehicle driver and barrier gates opens. When the driver leaves parking area, it scans the card, the Parking Fee System will tell about the Parking Fee, the driver will pay the FEE and the Barrier Gate opens and the vehicle leaves. There are many types of Parking FEE collection system.&lt;/li&gt;\r\n	&lt;li&gt;a) &lt;strong&gt;Wireless Parking FEE Management System&lt;/strong&gt; - is most popular solution. in this system there is no wiring between Entry and Exit Gates. Also multiple Entry &amp;amp; Exit gates can be used in a single software reporting system. it is RFID card based &amp;nbsp;systema and doesnot require any Personal computer at site.&lt;/li&gt;\r\n	&lt;li&gt;b) &lt;strong&gt;Wired Parking Fee management System&lt;/strong&gt; - uses TCP/IP or RS 485 based wires. This is also RFID based system and can also take pictures and uses LED display. There are two protocols to collect payments in this system&lt;/li&gt;\r\n	&lt;li&gt;i) Exit Gate Payment collection&lt;/li&gt;\r\n	&lt;li&gt;ii) Central payment collection&lt;/li&gt;\r\n&lt;/ul&gt;', 'category_image_713.jpg', 0, '', '', '', '', '', '', 'Active', 3, 1, '2016-06-04 09:10:14'),
(4, 'Window Automation', '&lt;p&gt;&lt;strong&gt;WINDOW AUTOMATION &lt;/strong&gt;products first become popular in Europe. Where there was a need to open and close many windows at a time during sudden snow or to maintain temperature. I sea side hotels and apartments, there is a need to control windows with change in wind speed. Slowly it is becoming popular in developing countries.&lt;/p&gt;\r\n\r\n&lt;p&gt;There are several types of Window Opener Motors also called Window operators.&lt;/p&gt;\r\n\r\n&lt;p&gt;A) &lt;strong&gt;Motorized window Curtains&lt;/strong&gt; are used in house, offices, hotels everywhere. Generally 6 feet wide x 4 feet height curtains are popular. It can be bi parting or single curtains.&lt;/p&gt;\r\n\r\n&lt;p&gt;B) &lt;strong&gt;Roller Blinds&lt;/strong&gt; &amp;ndash; are mainly used in offices, hotels &amp;amp; factories.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;strong&gt;Blockout Roller Blinds&lt;/strong&gt; - ideal for bedrooms and home cinemas these fabrics block out light and reduce heat, blockout fabrics give you privacy and protect furniture and flooring from sun effects like fading and bleaching.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Translucent Roller Blinds&lt;/strong&gt; - Ideal for living areas these fabrics reduce light, reduce heat, offer privacy and protect furniture and flooring from sun effects like fading and bleaching. These fabrics are ideal when both privacy and light are wanted but no view is required.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Transparent / Sheer Roller Blinds&lt;/strong&gt; - Ideal for living areas these fabrics reduce light, reduce heat, offer protection for furniture and flooring from sun effects like fading and bleaching. These fabrics are ideal when light is required, these fabrics also offer limited view through.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Screen / Sheer Roller Blinds&lt;/strong&gt; - Ideal for living areas these fabrics reduce light, offer heat reduction and glare control while maintaining the view.&lt;/p&gt;\r\n\r\n&lt;p&gt;A)&amp;nbsp;&amp;nbsp; &lt;strong&gt;Motorized Swing Gates&lt;/strong&gt; are used in Villa Gates. There are many types of &lt;strong&gt;Swing Gate Operators &lt;/strong&gt;like arm type motor, pillar type motor, under ground motors, roller type motors. Normally each gate leaf of upto 5 meter wide and 500Kg weight can be motorized.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;B)&amp;nbsp;&amp;nbsp;&amp;nbsp; Window Shutters are becoming popular nowadays in kitchen, showrooms, offices etc. Mainly Aluminum profiles are used in window shutters. Motorized Louvers and slats are also used in window automation.&lt;/p&gt;', 'category_image_164.jpg', 1, 'window-automation', 'Window Automation | Motorized awnings | Motorized roof', 'Window Automation | Motorized awnings | Motorized roof', 'Smart Power is the suppliers of high quality PTS system and Skylight system in India. For any kind of window automation call us @ (+91) 9831021270', 'Motorized awnings, Window Automation, PTS system, Motorized roof, Skylight system', '', 'Active', 4, 1, '2016-06-04 09:10:28'),
(6, 'Video Door Phones', '&lt;p&gt;&lt;strong&gt;Video Door Phone&lt;/strong&gt; is also caller Video Intercom system. It consist of two parts &amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;Indoor Monitor &amp;nbsp; is a Video Screen monitoring system with TFT or LCD screen, speaker, microphone and SD memory (optional) etc.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Outdoor Station &lt;/strong&gt;&lt;strong&gt;&amp;ndash; &lt;/strong&gt;consist of a doorbell, speaker, microphone, camera with night vision facility etc.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;&lt;img alt=&quot;video phone&quot; src=&quot;https://www.smartpower.co.in/public/images/leaflet.jpg&quot; style=&quot;height:456px; width:300px&quot; /&gt;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Operation Principa&lt;/strong&gt;&lt;strong&gt;l&lt;/strong&gt; &amp;ndash; When the visitor comes at the entrance of a house or office or apartment&lt;/li&gt;\r\n	&lt;li&gt;etc, instead of normal calling bell, he PRESS a Doorbell on the, the ring bells in the Indoor monitor and picture of visitor is also visible on the video monitor. The person inside house / flat can see picture of visitor and can also talk. He can also OPEN the Door Lock by pressing button on Video Monitor. The Video Monitor also has SD Flash memory (Optional) so that, he can attach is separate CCTV camera (with Infra RED night vision camera) to the monitor and also can see what is happening in that area.&amp;nbsp;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Apartment Video Door Phone&lt;/strong&gt; &amp;ndash; is mainly installed where no of flats are many, particularly in a high rise buildings. In such system Video monitors are installed in each flats but only 1 Outdoor station is fixed at the ground floor lobby of the house, generally outside the entrance.&lt;/li&gt;\r\n	&lt;li&gt;When the visitor comes, he press the desired Flat no (code) in the outdoor station, the person inside the flat see the pictures and talks with visitor. After he is sure to meet the visitor, he opens the Door Lock at the entrance of Lobby. After the visitor reaches the desired flat, there is a 2nd Outdoor station (Optional), the visitor again press the bell and the function is repeated.&amp;nbsp;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Wiring&lt;/strong&gt; &amp;ndash; There are various technologies to connect between Video monitor and Outdoor station.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Wireless &lt;/strong&gt;&amp;ndash; In this system there are no wires between Monitor and outdoor station. The communication is vide 4.33 Ghz Wireless technology. But it is not reliable beyond 20~30 meters.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;2 Wire Technology&lt;/strong&gt; &amp;ndash; is also used but not popular.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;4 Wire Technology (also called NCX)&lt;/strong&gt; is most common technology used.&amp;nbsp; The 4 wires are&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;+12V DC&lt;/li&gt;\r\n	&lt;li&gt;GND&lt;/li&gt;\r\n	&lt;li&gt;Video&lt;/li&gt;\r\n	&lt;li&gt;Audio&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;Cat 6 &amp;nbsp; wires are slowly replacing 4 wire technology in the market, where all the Monitor and outdoor stations are connected through Cat 6 wire in TCP/IP network (also called LAN network). In latest Video Intercom System, the TFT monitor are replaced by Touch screen LCD screen and Android operating system is used, so that the system is connected in wifi / internet and can be controlled by cellphone also.&lt;/li&gt;\r\n&lt;/ol&gt;', 'category_image_544.jpg', 1, 'video-door-phones', 'Video Door phone | Apartment door phone | Memory door phone', 'Video Door phone | Apartment door phone | Memory door phone', 'Smart Power offers quality Video Door Phones, WiFi video door phone, Apartment door phone, Memory door phone, Color video door phones in India.', 'Video Door phone, WiFi video door phone, Apartment door phone, Memory door phone, Color video door phones', '', 'Active', 7, 1, '2016-06-04 09:10:51'),
(7, 'Security &amp; Survillance', '&lt;p&gt;Security and Survillance Controls system control a wide range of products-&lt;/p&gt;\r\n\r\n&lt;p&gt;CCTV DVR systems&lt;/p&gt;\r\n\r\n&lt;p&gt;Access control &amp;amp; Attendance&lt;/p&gt;\r\n\r\n&lt;p&gt;Remote Control &amp;amp; Locks&lt;/p&gt;\r\n\r\n&lt;p&gt;PIR Motion Sensors&lt;/p&gt;', 'category_image_185.jpg', 0, '', '', '', '', '', '', 'Active', 5, 1, '2016-06-04 09:11:00'),
(15, 'uPVC Window Mfg. Tools', '&lt;p&gt;&lt;b&gt;uPVC&lt;/b&gt;( (unplasticized polyvinyl chloride ) Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&lt;/p&gt;\r\n	&lt;p&gt;Commonly used &lt;strong&gt;PVC (polyvinyl chloride)&lt;/strong&gt; are strong and lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/p&gt;\r\n	&lt;p&gt;If no plasticizers are added, it is known as uPVC(unplasticized polyvinyl chloride),rigid PVC, or vinyl siding in the US&lt;/p&gt;\r\n	&lt;p&gt;Features - &lt;strong&gt;LOW MAINTENANCE * TOUGH AND ROT RESISTANT * THERMAL COMFORT * OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION * BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/strong&gt;&lt;/p&gt;\r\n	&lt;p&gt;Manufacturing uPVC Windows &amp;amp; Doors is a profitable business. Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines and 10000 Sq feet factory area. Whereas we can offer PORTABLE uPVC WINDOW Manufacturing machines which cost Rs 1.9 LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/p&gt;\r\n	&lt;p&gt;There are Four types of Machines &amp;amp; Tools needed -&lt;/p&gt;\r\n&lt;ul&gt;\r\n	&lt;li&gt;1) portable Welding Machies&lt;/li&gt;\r\n	&lt;li&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/li&gt;\r\n	&lt;li&gt;3) Water Slot Machines (ELectric)&lt;/li&gt;\r\n	&lt;li&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/li&gt;\r\n	&lt;li&gt;Smartpower provides all these machines with training at economy cost.&lt;/li&gt;\r\n&lt;/ul&gt;', 'uPVC-general-tools-1-777.jpg', 0, '', '', '', '', '', '', 'Active', 9, 1, '2016-06-21 08:38:16');

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

--
-- Table structure for table `city`
--

CREATE TABLE `city` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `city`
--

INSERT INTO `city` (`id`, `name`) VALUES
(1, 'Mumbai'),
(2, 'Chennai'),
(3, 'Hyderabad'),
(4, 'Bengaluru'),
(5, 'Delhi'),
(6, 'Kolkata'),
(7, 'Noida'),
(8, 'Gurgaon'),
(9, 'Chandigarh'),
(10, 'Madurai'),
(11, 'Ahmedabad'),
(12, 'Pune'),
(13, 'Nagpur'),
(14, 'Coimbatore'),
(15, 'Shimla'),
(16, 'Indore'),
(17, 'Mysore'),
(18, 'Nashik'),
(19, 'Thiruvananthapuram'),
(20, 'Surat'),
(21, 'Kozhikode'),
(22, 'Dehradun'),
(23, 'Vizag'),
(24, 'Kochi'),
(25, 'Vijayawada'),
(26, 'Jaipur'),
(27, 'Bhubaneswar'),
(28, 'Lucknow'),
(29, 'Allahabad'),
(30, 'Jammu'),
(31, 'Amritsar'),
(32, 'Guwahati'),
(33, 'Varanasi'),
(34, 'Ludhiana'),
(35, 'Srinagar'),
(36, 'Rajkot'),
(37, 'Meerut'),
(38, 'Dhanbad'),
(39, 'Jamshedpur'),
(40, 'Kota'),
(41, 'Ranchi'),
(42, 'Jabalpur'),
(43, 'Vadodara'),
(44, 'Faridabad'),
(45, 'Agra'),
(46, 'Raipur'),
(47, 'Asansol'),
(48, 'Kanpur'),
(49, 'Patna');

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

--
-- Table structure for table `clients`
--

CREATE TABLE `clients` (
  `id` int(11) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `image` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `show_order` int(11) NOT NULL,
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `clients`
--

INSERT INTO `clients` (`id`, `title`, `image`, `status`, `show_order`, `added_by`, `post_date`) VALUES
(2, 'Larsen &amp; Touro', '2-50.jpg', 'Active', 1, 1, '2016-06-20 14:13:35'),
(3, 'TELCON', 'telcon-31.jpg', 'Active', 0, 1, '2016-06-20 14:17:32'),
(4, 'ITC', '4-157.jpg', 'Active', 4, 1, '2016-06-20 14:18:18'),
(5, 'SAIL', '3-656.jpg', 'Active', 3, 1, '2016-06-20 14:19:14'),
(6, 'NALCO', '5-24.jpg', 'Active', 0, 1, '2016-07-01 19:46:20'),
(7, 'Coca Cola', '6-755.jpg', 'Active', 0, 1, '2016-07-01 19:47:25'),
(8, 'Siemens', '7-413.jpg', 'Active', 0, 1, '2016-07-01 19:47:44'),
(9, 'TATA', '10-261.jpg', 'Active', 0, 1, '2016-07-01 19:48:13'),
(10, 'ONGC', '9-65.jpg', 'Active', 0, 1, '2016-07-01 19:48:26'),
(11, 'BSNL', '11-558.jpg', 'Active', 0, 1, '2016-07-01 19:48:49'),
(12, 'Indian Rail', '15-380.jpg', 'Active', 0, 1, '2016-07-01 19:49:02'),
(13, 'Airport Authority of India', '14-784.jpg', 'Active', 0, 1, '2016-07-01 19:49:22'),
(14, 'IFB', '8-92.jpg', 'Active', 2, 1, '2016-07-01 19:49:58'),
(16, 'Emami', 'Emami-600.jpg', 'Active', 0, 1, '2021-07-03 09:07:03'),
(17, 'HIDCO', 'HIDCO-965.jpg', 'Active', 0, 1, '2021-07-03 09:07:32'),
(18, 'SBI', 'SBI-9.jpg', 'Active', 0, 1, '2021-07-03 09:07:53'),
(19, 'Indian Army', 'Indian-Army-973.jpg', 'Active', 0, 1, '2021-07-03 09:08:30'),
(20, 'RBI', 'RBI-332.jpg', 'Active', 0, 1, '2021-07-03 09:09:02');

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

--
-- Table structure for table `contactuszone`
--

CREATE TABLE `contactuszone` (
  `id` int(11) NOT NULL,
  `zone_area_name` varchar(255) NOT NULL,
  `zone_phone` varchar(55) NOT NULL,
  `zone_name` enum('east','west','north','south') NOT NULL DEFAULT 'east',
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `contactuszone`
--

INSERT INTO `contactuszone` (`id`, `zone_area_name`, `zone_phone`, `zone_name`, `status`, `post_date`) VALUES
(11, 'Andaman - Nicobar', '9831629408', 'east', 'Active', '2019-12-16 12:42:37'),
(12, 'Andhra Pradesh', '9831629407', 'east', 'Active', '2019-12-16 12:43:22'),
(13, 'Arunachal Pradesh', '8697737752', 'east', 'Active', '2019-12-16 12:43:46'),
(14, 'Assam', '8697737752', 'east', 'Active', '2019-12-16 12:44:31'),
(15, 'Bihar', '8697737716', 'east', 'Active', '2019-12-16 12:44:54'),
(16, 'Chandigarh', '8697737008', 'east', 'Active', '2019-12-16 12:45:14'),
(17, 'Dadra &amp; Daman and Diu', '9831629404', 'east', 'Active', '2019-12-16 12:45:37'),
(18, 'Delhi (NCR)', '9831629404', 'east', 'Active', '2019-12-16 12:46:02'),
(19, 'Goa', '9831629404', 'east', 'Active', '2019-12-16 12:46:19'),
(20, 'Gujrat', '9831629404', 'east', 'Active', '2019-12-16 12:46:33'),
(21, 'Haryana', '8697737008', 'east', 'Active', '2019-12-16 12:46:53'),
(22, 'Himachal Pradesh', '9831629404', 'east', 'Active', '2019-12-16 12:48:07'),
(23, 'Jammu and Kashmir', '9831629404', 'east', 'Active', '2019-12-16 12:48:32'),
(24, 'Jharkhand', '8697737716', 'east', 'Active', '2019-12-16 12:48:52'),
(25, 'Karnataka', '9831629407', 'east', 'Active', '2019-12-16 12:49:10'),
(26, 'Kerala', '9831629407', 'east', 'Active', '2019-12-16 12:49:26'),
(27, 'Ladakh', '8697737008', 'east', 'Active', '2019-12-16 12:49:59'),
(28, 'Jammu', '8697737008', 'east', 'Active', '2019-12-16 12:51:04'),
(29, 'Lakshadweep', '9831629408', 'east', 'Active', '2019-12-16 12:51:23'),
(30, 'Madhya Pradesh', '8697737008', 'east', 'Active', '2019-12-16 12:51:56'),
(31, 'Maharashtra', '9831629404', 'east', 'Active', '2019-12-16 12:52:15'),
(32, 'Manipur', '8697737752', 'east', 'Active', '2019-12-16 12:52:35'),
(33, 'Meghalaya', '8697737752', 'east', 'Active', '2019-12-16 12:52:50'),
(34, 'Mizoram', '8697737752', 'east', 'Active', '2019-12-16 12:53:22'),
(35, 'Nagaland', '8697737752', 'east', 'Active', '2019-12-16 12:53:30'),
(36, 'Odisha', '8697737716', 'east', 'Active', '2019-12-16 12:53:54'),
(37, 'Puducherry', '9831629407', 'east', 'Active', '2019-12-16 12:54:14'),
(38, 'Punjab', '8697737008', 'east', 'Active', '2019-12-16 12:54:31'),
(39, 'Rajasthan', '8697737008', 'east', 'Active', '2019-12-16 12:54:46'),
(40, 'Sikkim', '9831629408', 'east', 'Active', '2019-12-16 12:55:05'),
(41, 'Tamil Nadu', '9831629407', 'east', 'Active', '2019-12-16 12:55:24'),
(42, 'Telangana', '9831629407', 'east', 'Active', '2019-12-16 12:55:37'),
(43, 'Tripura', '8697737752', 'east', 'Active', '2019-12-16 12:56:22'),
(44, 'Uttar Pradesh', '8697737008', 'east', 'Active', '2019-12-16 12:56:42'),
(45, 'Uttarakhand', '9831629404', 'east', 'Active', '2019-12-16 12:56:55'),
(46, 'West Bengal', '9831629408', 'east', 'Active', '2019-12-16 12:57:18');

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

--
-- Table structure for table `contact_history`
--

CREATE TABLE `contact_history` (
  `id` int(11) NOT NULL,
  `contact_person` varchar(255) NOT NULL,
  `email_address` varchar(255) NOT NULL,
  `address` text NOT NULL,
  `country` varchar(255) NOT NULL,
  `state` varchar(255) NOT NULL,
  `remarks` text NOT NULL,
  `mobile_no` varchar(255) NOT NULL,
  `company_name` varchar(255) NOT NULL,
  `city` varchar(255) NOT NULL,
  `pin` varchar(255) NOT NULL,
  `product` varchar(255) NOT NULL,
  `added_from` enum('Enquiry','Contact','Product') NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `contact_history`
--

INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(1, 'Test', 'sourav.de@gstcloud.com', 'Test Address', 'India', 'West Bengal', 'Test', '9876543210', 'GST', 'Kolkata', '700091', 'Boom Barriers SP ACM BB 406,Biometric Attendance System', 'Contact', '2016-07-25 11:00:30'),
(2, 'Test', 'sourav.de@gstcloud.com', 'Test Address', 'India', 'West Bengal', 'Test', '9876543210', 'GST', 'Kolkata', '700091', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2016-07-25 11:04:08'),
(3, 'amjad khan', 'amjad.khan@essar.com', '', 'India', '', '', '759060592', '', '', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2016-07-26 11:50:22'),
(5, 'sulekh chand saini', 'sulekhchand06@gmail.com', '', 'India', 'uthrakhand', '', '09557903490', 'ss traders', 'roorkee', '247667', 'uPVC Windows Welding machines', 'Product', '2016-07-30 16:46:07'),
(6, 'R J   NKOANE', 'rnkoane1@ford.com', 'Stand  no 196  Vulamehlo street   tweefontein   m   code  1022', 'South Africa', 'kwamhlanga', 'I  want to know the price for   PARKER  ALUMINIUM  MAKING MACHINE', '+27794829986', 'sifuthi general interprise', 'pretoria', '', '', 'Contact', '2016-07-30 19:53:44'),
(7, 'RAMASWIKA JOSEPH NKOANE', 'rnkoane1@ford.com', '', '', '', '', '+27794829986', '', '', '', '', 'Contact', '2016-07-30 19:55:33'),
(8, 'test', 'test@gmail.com', '', '', '', '', '1234567890', '', '', '', '', 'Contact', '2016-07-31 09:22:42'),
(9, 'suraj', 'surajsr75277@gmail.com', 'kinaruvila kadavoor perinad po kollam 691601', '', 'kerala', 'tools', '9847895511', 'window tech', 'kollam', '691601', 'uPVC Windows Welding machines - Right', 'Product', '2016-08-01 02:03:59'),
(10, 'Ashok Patel', 'apatel0714@gmail.com', 'Riverstone\r\nAnand-Boriavi Rd', 'India', 'Gujarat', '', '+91-94264 97915', 'A.K.Developers', 'Anand', '388001', 'Video Door Phone (For  Apartments)', 'Product', '2016-08-01 06:14:10'),
(11, 'Ashok Patel', 'apatel0714@gmail.com', '', 'India', 'Gujarat', '', '91 9426497915', 'A.K.Developers', 'Anand', '388001', 'Video Door Phone (For  Apartments)', 'Product', '2016-08-01 06:16:08'),
(12, 'Gokulakrishnan', 'fortuneupvcwindows@gmail.com', '13, Nadaipathai Street,\r\nKundrathur, Chennai', 'India', 'Tamil Nadu', 'Would like to know more about the products.  Expecting to be in association with your company , as an extended family of your company or channel partner in Tamil Nadu', '9841662855', 'Fortune Windows', 'chennai', '600069', 'Hospital Sensor', 'Contact', '2016-08-03 11:45:48'),
(13, 'bhavani rajendran', '', '13, Nadaipathai Street\r\nKundrathur', 'India', 'Tamil Nadu', 'We would like to be associated with your company as an extended member to promote your products in Tamil Nadu', '8939770511', 'Fortune Windows', 'chennai', '600069', 'Hospital Sensor', 'Contact', '2016-08-03 11:47:41'),
(14, 'Sushanta Banerjee', 'sushanta_banerjee@yahoo.co.in', 'Newtown, Kolkata', 'India', 'West Bengal', '03nos of Motorised Sliding gates have to be rectified.', '07842710042', 'Indian Space Research Organisation', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2016-08-04 04:27:07'),
(15, 'Pratik chougule', 'response@graceplastofab.com', '13/2, uttam prakash theater,', 'India', 'Maharashtra', 'Requirement of upvc window portable drain slot machine', '9881046154', 'Grace plastofab', 'Ichalkaranji', '416115', '', 'Contact', '2016-08-04 12:27:16'),
(16, 'RANJIT RAY', 'ray1958ranjit@gmail.com', 'AE 56 JAGANNATH ABASAN, HANAPARA KESTOPUR, KOLKATA', 'India', 'WEST BENGAL', '', '9073134451', 'RN TRADERS', 'KOLKATA', '700102', 'Motorised Curtains', 'Product', '2016-08-04 20:33:11'),
(17, 'Sovan Kumar Ghosh', 'sovankumarg@yahoo.in', 'DUTTA &amp; CO.\r\n683, JOGENDRA GARDEN, KASBA, NEAR NABA PALLY BUS STOP, KOLKATA- 700078', 'India', 'WEST BENGAL', 'Supply, Insttl. &amp; Commissiong of 8 Nos. x 8 Mtrs. length Automatic Boom Barriers in Indian Oil Petrol Pumps within West Bengal.', '9163143758', 'DUTTA &amp; CO.', 'KOLKATA', '700078', 'Boom Barriers SP ACM BB (Fencing)', 'Enquiry', '2016-08-06 10:07:00'),
(18, 'Olusegun Michael', 'krometek2000@gmail.com', '', 'Nigeria', 'Lagos', '', '08098511988', 'Krometek Technical Services', 'Ikorodu', '', 'Video Door Phones', 'Contact', '2016-08-06 14:46:13'),
(21, 'p.s. kapoor', 'parry266@rediffmail.com', '', 'India', '', '', '9814660020', '', '', '', 'Swing Gate Motor SP ACM SD 500 (Roller),Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2016-08-08 12:03:04'),
(23, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', 'India', 'test', '9831021270', '', '', '', 'Parking Fee Management System (Wireless)', '', '2016-08-09 06:52:05'),
(24, 'Rajiv K Poddar', 'rajivsmartpower@gmail.com', '', 'India', 'India', 'ok', '9831021270', '', '', '', 'Biometric Attendance System', '', '2016-08-09 07:08:11'),
(25, 'Amit Roy', 'amit@konnectsystems.com', '1506 RAJDANGA MAIN ROAD, SHANTIPALLI, 2ND FLOOR', 'India', 'WEST BENGAL', '', '9831016454', 'KONNECT SYSTEMS PVT LTD.', 'KOLKATA', '700107', 'Boom Barriers SP ACM BB 406,Parking Fee Management System (Wireless)', 'Contact', '2016-08-09 10:53:34'),
(27, 'balvinder dhull', 'balvinder.dhull89@gmail.com', '', 'India', '', 'dear sir  i want swing gate machine....', '9216360124', '', 'Chandigarh', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2016-08-11 04:59:37'),
(28, 'Bipin', 'eaashirwad@gmail.com', '', 'India', '', 'We have required complete system for vehicle access system in two gates.', '9968398050', '', 'Delhi', '', '', 'Enquiry', '2016-08-11 07:28:07'),
(29, '', '', '', '', '', '', '', '', '', '', '', '', '2016-08-15 15:31:40'),
(30, 'Madhav  / Sandeep', 'windowexpertnsk@gmail.com', '', 'India', '', 'Dear sir,\r\n              Please provide the quotation for the uPVC fabrication machines.\r\n               Quote for both the pneumatic and electric machines.\r\n                Mention the additional taxes, service charges, warranty and guarantee.', '7720846999', '', 'Nashik', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Pneumatic,Plain Water Slot - Electric SP TL EL 10', 'Contact', '2016-08-18 11:10:39'),
(31, '', '', '', '', '', '', '', '', '', '', '', '', '2016-08-21 03:51:33'),
(32, 'mohnish modha', 'msquarewindows@gmail.com', 'B-39 sector 57 Noida', 'India', 'Uttar Pradesh', 'Full Portable set for making windows and doors', '8375995633', 'M SQUARE WINDOWS', 'Noida', '201310', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2016-08-21 07:16:37'),
(33, 'Mohnish Modha', 'msquarewindows@gmail.com', 'B39 sector 57. Noida', 'India', 'Uttar Pradesh', 'WELDING MACHINES  FOR UPVC DOORS AND WINDOWS MAKING', '83', 'M SQUARE WINDOWS', 'Noida', '201310', 'uPVC Windows Welding machines', 'Product', '2016-08-21 07:24:03'),
(34, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2016-08-21 11:09:19'),
(35, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2016-08-22 06:06:04'),
(36, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2016-08-22 07:21:51'),
(37, 'belkacem berkoune', 'belkacem_berkoune1990@hotmail.fr', '', 'Algeria', '', 'How much is it', '556287100', '', 'other', '', 'uPVC Windows Welding machines', '', '2016-08-22 23:44:59'),
(38, 'hitesh', 'vitcomputer9@yahoo.com', '', 'India', '', '', '9589918880', '', 'Raipur', '', 'Boom Barriers SP ACM BB 406,Boom Barriers SP ACM BB 406', 'Contact', '2016-08-23 09:00:54'),
(39, 'Dinkar Bhalla', 'bhalladinkar@gmail.com', 'Ludhiana- 141001,', 'India', 'Punjab', '', '9872160657', '', 'Ludhiana', '141001', 'Remote Door Lock', 'Product', '2016-08-23 09:17:46'),
(40, 'Tamas Verebelyi', 'vereshetes@gmail.com', '', 'Hungary', '', 'Hi,\r\n we\'re interested in uPVC manufacturing. Before we\'ve some business in window manufacturing. Nowtimes we only resellers of external doors/windows. because some clients we would like to buy some machines. We\'re interested only in electricical machines, because we want only a few windows/door pro week produce, just for urgent cases. So if it\'s possible please send some info about your products, especially: welding machines, glasing bread cutter, copy router, end milling machine, ext/int corner cleaner. We\'ve fully overview about your hompage, we need some more technical datas, prices, paying conditions, delivery to us (Hungary, Europe). \r\nWe would be appreciated to recive these infos in the days.\r\n\r\nBest regards,\r\nTamas Verebelyi jr.\r\n\r\nPS. please excuse me for my poor english.', '+36307238228', '', 'other', '', 'uPVC Windows Welding machines', 'Contact', '2016-08-23 15:34:49'),
(41, 'Soorianarayana Hariharan', 'hariharan56@gmail.com', '', 'India', '', 'we are looking for single swing gate automatic closure', '7829754682', '', 'Bengaluru', '', '', 'Contact', '2016-08-24 02:29:47'),
(42, 'Soorianarayana Hariharan', 'hariharan56@gmail.com', '', 'India', '', 'we are looking for single swing gate automatic closure system', '7829754682', '', 'Kolkata', '', '', 'Contact', '2016-08-24 02:30:46'),
(43, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2016-08-24 04:19:35'),
(44, 'navjot singh', 'navjotsinghwalia@hotmail.com', '', 'India', '', '', '7795000009', '', 'Ludhiana', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2016-08-24 06:04:48'),
(45, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2016-08-25 09:15:57'),
(46, 'Kunal Kanungo', 'vickyoverseas1@gmail.com', '', 'India', '', 'Dear Sir,\r\n\r\nPlease find attached file which will give you details about the products offered by our company. Our products are as per AISI (American Iron &amp; Steel Institute) in 304,304L,316, 316L,321,310,420,410,420,409,904L.\r\n\r\nWe provide all types of products in aluminium,stainless steel and mild steel as per your requirement. We value from a single piece of requirement to large turnkey projects to give maximum service to all the raw material supplied with test certificate from government approved laboratory. \r\n\r\nFor further product details visit us on: www.vickyoverseas.com\r\n\r\nFor any queries and inquiries please feel free to contact us. We will provide the best support from our end.', '2266362620', '', 'Mumbai', '', '', 'Contact', '2016-08-26 09:37:45'),
(47, 'elias antoun', 'eliasantoun01@gmail.com', '', 'India', '', '', '+961-70271773', '', 'other', '', 'Video Door Phone (For  Apartments)', 'Contact', '2016-08-26 13:46:57'),
(48, 'Supratim', 'suprotim@globalprana.com', '', 'India', '', 'Hello\r\n\r\nWe are system integrator\'s.\r\n\r\nOne of our client is looking for a solution wherein he can open the iron gate with the help of remote control .\r\n\r\nWe have found u have solution \r\nSP ACM SD 300/500 (Arm) \r\n\r\n\r\n\r\nplease let us know what necessary information would you require so that you can send us the price of the product which we can quote further upon.\r\n\r\nPlease feel free to contact us for any further clarification.\r\n\r\n\r\nWarm regards \r\n \r\n\r\n? \r\n\r\nSupratim Sarbavidya?\r\n\r\n9230051345 \r\n\r\nHead Office - \r\n4/18 Poddar Nagar\r\nKolkata 700068\r\nCorporate Office -\r\n5/17 Poddar Nagar\r\nKolkata 700068\r\nIndia\r\nwww.globalprana.com', '9230051345', '', 'Kolkata', '', '', 'Contact', '2016-08-27 09:43:43'),
(49, 'g l srivastava', 'gsrivastava108@gmail.com', '', 'India', '', 'onlly motor and accessories required', '9794863654', '', 'Lucknow', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2016-08-27 17:41:35'),
(50, 'Gautam', 'ideaas.ind@gmail.com', '', 'India', '', 'Auto Sliding door for my hotel project', '8622003147', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2016-08-29 01:54:10'),
(51, 'gautam', 'ideaas.ind@gmail.com', '', 'India', '', '', '9473554112', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2016-08-29 01:54:49'),
(55, 'phil', 'bansarayvilla@gmail.com', '170/15 m6 soi12 bangsaray chonburi', 'Thailand', '', 'can you quote for complete tool set for UPVC window/ door', '0816192051', 'Bangsaray', 'sattahip', '20250', 'uPVC Windows Welding machines', 'Product', '2016-08-30 05:37:47'),
(56, 'sujeet kumar', 'patnasujit@gmail.com', '', 'India', '', 'want dealership for bihar, pls send details.', '0304351672', '', 'Kolkata', '', '', 'Contact', '2016-09-01 05:10:20'),
(57, 'Luc Benjamin', 'lucbenjamin11@gmail.com', '247 Carey Gardens', 'United Kingdom', 'London', 'Could you please provide quotation for the items listed here included shippement to London\r\n- Upvc  Windows Welding Machines Right\r\n-Upvc  Windows Welding Machines left\r\n-Upvc  Windows inner corner cleaning tools electric\r\n-Upvc  Windows outer  corner cleaning tools electric', '007550011382', 'indivildual', 'London', 'SW8 4HH', 'uPVC Windows Welding machines', 'Product', '2016-09-02 14:58:54'),
(58, 'Luc Benjamin', 'lucbenjamin11@gmail.com', '247 Carey Gardens', 'United Kingdom', 'London', '', '00447550011382', 'individual', 'London', 'SW8 4HH', '90 Degree water Slot - Electric', 'Product', '2016-09-02 15:03:14'),
(59, 'Santhosh Nair', 'santhoshhome@gmail.com', '', 'India', '', 'I am currently living in Dubai. Enquiry is for my warehouse in Chennai. Hence Mobile number is not entered.', '', '', 'Chennai', '', '', 'Contact', '2016-09-04 08:35:45'),
(60, '', '', '', 'India', '', '', '', '', 'Kolkata', '', 'Motorised Retractable Gates,Motorised Retractable Gates,Motorised Retractable Gates', 'Contact', '2016-09-04 08:36:51'),
(61, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2016-09-04 08:36:56'),
(62, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2016-09-04 08:37:00'),
(63, 'Santhosh Nair', 'santhoshhome@gmail.com', '', 'India', '', 'I am living in Dubai. The equiry is for my warehouse in chennai', '00971507744279', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2016-09-04 08:38:10'),
(64, 'Pradeep jain', 'pradeepraijain@gmail.com', '', 'India', '', 'Needs machines for upvc window', '9437092232', '', 'other', '', '', '', '2016-09-05 04:36:46'),
(65, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2016-09-07 18:49:46'),
(66, 'samarpal tomar singh', 'samar.tmr@gmail.com', 'delhi', 'India', 'Delhi', 'I need this solution for house front gate', '8106055888', '', 'delhi', '110053', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2016-09-08 06:02:16'),
(67, 'Amar chaurasiya', 'goodluck.automation@gmail.com', 'Pune', 'India', 'Maharashtra', '', '8149185756', 'Goodluck Automation', 'Pune', '', 'Glass Sensor Door', 'Product', '2016-09-09 19:04:07'),
(68, 'diwakar kumar', 'technoenterprisesjsr@gmail.com', '', 'India', '', '', '9308098622', '', 'Jamshedpur', '', 'Sliding Gate Motor SP ACM ID 4000,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2016-09-11 00:24:18'),
(69, 'diwakar kumar', 'technoenterprisesjsr@gmail.com', '', 'India', '', '', '9308098622', '', 'Jamshedpur', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2016-09-11 00:25:22'),
(70, 'amit kumar pat', 'amitpat.jamshedpur@gmail.com', '', 'India', '', '', '7870533240', '', 'Jamshedpur', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2016-09-11 05:24:34'),
(71, 'vanamadi murali krishna', 'babawoodworks.9@gmail.com', '20d-8-25/1 vasavari street , r.r.pet , eluru -2near godavari printers, w g dt', '', 'Andhra Pradesh', '', '9849634526', '', 'eluru', '534002', 'uPVC Windows Welding machines', 'Product', '2016-09-11 14:50:31'),
(72, 'vanamadi murali krishna', 'babawoodworks.9@gmail.com', '20d-8-25/1 vasavari street , r.r.pet , eluru -2near godavari printers, w g dt', '', 'Andhra Pradesh', '', '9849634526', '', 'eluru', '534002', 'uPVC Windows Welding machines', 'Product', '2016-09-11 14:50:59'),
(73, 'Diwakar Kumar', 'technoenterprisesjsr@gmail.com', 'Q no.-9 Line No.-05, Anand Nagar , Namda Basti, Golmuri, jamshedpur, jharkhand', 'India', 'jharkhand', '', '9308098622', 'Techno Enterprises', 'jamshedpur', '831003', 'Sliding Gate Motor SP ACM ID 4000', 'Product', '2016-09-12 01:01:44'),
(74, 'Shivaji Harel', 'development1@versatile.in', '', 'India', '', 'Respected Sir,\r\nWe require your Slim Electro Magnetic Lock products for our equipment use.\r\nPlease give us detail data sheet for same, and also give quotation for same.', '7722029992', '', 'Pune', '', 'Electro Magnetic Lock', 'Contact', '2016-09-13 05:12:44'),
(75, 'ASHISH ROHATAGI', 'rlklkolkata@gmail.com', '', 'India', '', 'i require senser gate.', '9831139377', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2016-09-13 09:49:05'),
(76, 'David', 'david@getbusinessontop.com', '', 'India', '', 'First page rankings on Google\r\n\r\nWe can put your website on 1st page of Google to drive relevant traffic to your site. Let us know if you would be interested in getting detailed proposal. We can also schedule a call &amp; will be pleased to explain our services in detail. We look forward to hearing from you soon. Thanks!', '9013061554', '', 'Delhi', '', '', 'Contact', '2016-09-13 11:56:07'),
(77, 'David', 'david@getbusinessontop.com', '', 'India', '', 'First page rankings on Google\r\n\r\nWe can put your website on 1st page of Google to drive relevant traffic to your site. Let us know if you would be interested in getting detailed proposal. We can also schedule a call &amp; will be pleased to explain our services in detail. We look forward to hearing from you soon. Thanks!', '9013061554', '', 'Delhi', '', '', 'Contact', '2016-09-13 11:56:08'),
(78, 'vikash', 'alluminiumtechnology@gmail.com', '', 'India', '', 'we required upvc portable machine set', '9798591213', '', 'Patna', '', '', 'Contact', '2016-09-13 18:30:09'),
(79, 'akhil', 'akhil@nathbrothers.com', '', 'India', '', 'door automation', '9871031536', '', 'Noida', '', '', 'Contact', '2016-09-15 10:43:18'),
(80, 'Shailesh Idnani', 'eagletollreports@gmail.com', 'Eagle Nest,\r\nBehind Chopra Court,\r\nUlhasnager 421 003.', 'India', 'Maharashtra', '', '7720010242', 'Eagle Infra India Ltd.', 'Ulhasnagar', '421003', 'Boom Barriers SP ACM BB 406', 'Product', '2016-09-17 10:24:20'),
(81, 'Shailesh Idnani', 'eagletollreports@gmail.com', 'Eagle Nest,\r\nBehind Chopra Court,\r\nUlhasnager 421 003.', 'India', 'Maharashtra', '', '7720010242', 'Eagle Infra India Ltd.', 'Ulhasnagar', '421003', 'Boom Barriers (High Speed )', 'Product', '2016-09-17 10:27:06'),
(82, 'G.SARAVANA LINGESH', 'jeyamupvc@hotmail.com', '', 'India', '', 'we want uPVC windows mfg.tools complete sets.so,send me quotation for that.', '9442485905', '', 'Madurai', '', 'uPVC Windows Welding machines', 'Contact', '2016-09-17 13:53:20'),
(83, 'Vinay Sharma', 'vinaysharmaguwahati@gmail.com', '', 'India', '', '', '7086012932', '', 'Guwahati', '', '', 'Contact', '2016-09-21 13:07:28'),
(84, 'bhawana', 'bellebhav@yahoo.com', '', 'India', '', 'remote door lock not working .... got it fixed last year again same problem...', '9007993325', '', 'Kolkata', '', '', 'Contact', '2016-09-23 08:05:26'),
(85, 'shashasnk', 'starkinfraprojects@gmail.com', '', 'India', '', '', '9830007070', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2016-09-23 09:17:33'),
(86, 'Amit Pandya', 'amitpandya.vepl@gmail.com', '', 'India', '', 'Looking for Parking Management System Fee Collection', '9376854851', '', 'Ahmedabad', '', 'Parking Fee Management System (Wired)', 'Contact', '2016-09-24 07:25:41'),
(87, 'Dilip Kumar Sonar', 'sonar007@rediffmail.com', '', '', '', '', '9930970215', 'Vijay Park', '', '', 'Boom Barriers SP ACM BB 406', 'Product', '2016-09-26 06:42:12'),
(88, 'pushpendra singh', 'hitechwindowsolution@gmail.com', '', 'India', '', 'requirement upvc cleaning tool inner and outer', '8377908092', '', 'Faridabad', '', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Contact', '2016-09-26 10:19:28'),
(89, 'Jawad Ahmad', 'jawad@aliprojects.com', '', 'Oman', '', 'We are Oman base Import and Export Company we are looking pvc door and windows making machine for our customer kindly share the details of the machine for further process.\r\n\r\nBR\r\n\r\n00968 91112270 Whatsapp', '0096891112270', '', 'other', '', '', 'Contact', '2016-09-28 10:56:18'),
(90, 'Gnanothayan', 'gnanothayan.antaninus@nistinstitute.com', '', 'India', '', 'We need device for motorised gate', '9600845991', '', 'Chennai', '', '', 'Contact', '2016-09-30 04:43:16'),
(91, 'GURJEET SINGH VIRK', 'virk_gurjeet@yahoo.co.in', 'Mohali', 'India', 'Punjab', '', '9914273913', 'Self', 'Mohali', '140603', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2016-10-03 11:02:19'),
(92, 'rn gupta', 'rudra193708@gmail.com', '', 'India', '', 'I want get some spares for the boom barrier.', '8017752048', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2016-10-03 12:48:59'),
(93, 'MANI APARTMENT', 'rudra193708@gmail.com', '', 'India', '', 'I want spares related issue for boom barrier.', '8017752048', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 406,Boom Barriers SP ACM BB 406', 'Contact', '2016-10-03 12:51:25'),
(94, 'Rama Chandra Samanta', 'ramachandra2050@gmail.com', '', 'India', '', 'we need Rectractable gate, swing gate and boom barrier solution', '8895579705', '', 'Bhubaneswar', '', '', 'Contact', '2016-10-04 10:48:46'),
(95, 'mahesh', 'maheshtoshniwal@gmail.com', '', '', '', '', '9823067464', '', '', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2016-10-04 11:59:10'),
(96, 'jaykishan bathia', 'dwarkadhishag@gmail.com', '', 'India', '', 'in need of token operated turnstile', '9099079141', '', 'Rajkot', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2016-10-05 07:55:43'),
(97, 'Srikanth', 'it@leny.co.in', '', 'India', '', '', '', '', 'Hyderabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2016-10-05 11:19:46'),
(98, 'SHRUTI DAS', 'doia@waxpol.com', '', 'India', '', 'We are in requirement of Sensor Frameless Sliding Glass Door with Single Gate for Residential Application. \r\n\r\nThe door width will be 1000mm .\r\nPlease send specification and quotation at your earliest.', '8336900520', '', 'Kolkata', '', '', 'Contact', '2016-10-07 04:56:29'),
(99, 'SHRUTI DAS', 'doia@waxpol.com', '', 'India', '', 'We are in requirement of Sensor Frameless Sliding Glass Door with Single Gate for Residential Application. \r\n\r\nThe door width will be 1000mm .\r\nPlease send us specification and quotation at your earliest.', '8336900520', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2016-10-07 04:58:04'),
(100, 'Ian Simon', 'signlinkslu@yahoo.com', 'P.O. Box 8442, Choc\r\nSunset Warehouse', 'Saint Lucia', 'None', 'Need prices for:\r\n Portable Profile corner welder\r\nCorner cleaning tools', '7587197998', 'Signlink Inc.', 'Castries', '', 'uPVC Windows Inner Corner cleaning tools - Pneumatic', 'Product', '2016-10-07 18:50:20'),
(101, 'Himanshu Agarwal', 'himanshuagarwal0109@gmail.com', '', 'India', '', 'We are in urgent need of 5-6 nos of automatic   door closer sensor system(4.15 mtr).', '9007021106', '', 'Kolkata', '', '', 'Contact', '2016-10-12 06:29:28'),
(103, 'seetharam', 'seetharamyedlapally@gmail.com', '', 'India', '', 'machine project report', '09100021967', '', 'Hyderabad', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines - Right,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Inner Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,90 Degree water Slot - Electric,45', 'Contact', '2016-10-12 07:09:02'),
(104, 'Joy Saha', 'joysaha29@gmail.com', '', 'India', '', 'want to make a automatic door partition for my inside bedroom...along with window automation', '8820194090', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2016-10-16 11:37:42'),
(105, 'Manish porwal', 'mohitgupta468@gmail.com', '', 'India', '', '', '9412616546', '', 'other', '', '', '', '2016-10-16 14:27:45'),
(106, 'SUBHANKAR SIKDAR', 'subhankar98302@gmail.com', '105 NABA MAHAJATI ROAD, BAKULTALA, NEAR RASHIK DAS HOUSE. DUM DUM CANT, KOL-28', 'India', 'WEST BENGAL', '', '9830249444', '', 'KOLKATA', '700028', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2016-10-21 06:21:18'),
(107, 'Dr J suresh', 'sureshjallam@yahoo.in', 'L.B NAGAR', 'India', 'telangana', '', '9912588866', '', 'HYDERABAD', '500074', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2016-10-22 07:23:48'),
(108, 'vijai', 'itechupvcdesigners@gmail.com', '', 'India', '', '', '9290061259', '', 'Vijayawada', '', 'uPVC Windows Corner cleaning tools - Electric,uPVC Windows Corner cleaning tools - Electric', 'Contact', '2016-10-26 16:42:35'),
(109, 'Arijit Datta', 'arijitx@gmail.com', '', 'India', '', 'Enquiry for sliding and revolving gate _ Celebrity Breweries Pvt Ltd , Kolkata', '9051684459', '', 'Kolkata', '', '', 'Contact', '2016-10-30 06:03:30'),
(110, 'Anil Kumar', 'anilr@aol.in', '', 'India', '', 'Dear Sir,\r\n\r\nI am looking for an opportunity to represent your products as a distributor/dealer for South India. Please connect me with the right person to take up this matter further.\r\n\r\nRegards\r\nAnil Kumar', '9886017771', '', 'Bengaluru', '', '', 'Contact', '2016-11-02 06:57:18'),
(111, 'Fernando Gonzalez', 'carferlo1@hotmail.com', '', 'Uruguay', '', 'the price Pvc WINDOW MFG. TOOLS', '080045367005', '', 'other', '', '', 'Contact', '2016-11-04 00:18:31'),
(112, '', '', '', 'Uruguay', '', 'the price', '', '', 'Kolkata', '', 'uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Inner Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools - Electric,uPVC Wind', 'Contact', '2016-11-04 00:21:17'),
(113, 'Jitendra patel', 'jitu81081@gmail.com', '', 'India', '', 'I know for price of u pvc welding &amp;clenning machin', '9624001220', '', 'other', '', '', 'Contact', '2016-11-05 07:21:10'),
(114, 'Venkateswara rao Nunna', 'nvrao@pgpl.in', '', 'India', '', 'we are looking for swing gate open/close devices like Roller Type Model available for wider gate up to 10 meter\r\nModel - SP ACM SD 500', '9130094069', '', 'Pune', '', '', 'Contact', '2016-11-12 04:17:05'),
(115, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2016-11-12 13:32:42'),
(116, 'Abdisitar', 'ajsal3@hotmail.com', '', 'United Kingdom', '', 'I need to know the price of this portable machine?', '', '', 'Kolkata', '', 'portable upvc machine', 'Contact', '2016-11-13 11:05:26'),
(117, 'Shiv Kumar Sharma', 'shivkumar.sharma@gokulgroup.com', '', 'India', '', 'Required 3 meter (2 ) barrier so request you to kindly arrange the best price for the same', '8001012563', '', 'Kolkata', '', 'Auto Rolling Door High Speed PVC', 'Contact', '2016-11-14 05:05:07'),
(118, 'ATANU  SAHA', 'sys.sales@nis.co.in', '', 'India', '', '', '9831435160', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2016-11-14 19:43:30'),
(119, 'Mahesh Gawande', 'mahesh.gawande@bioradmedisys.com', '', 'India', '', 'We having security gate automation requirement.', '8097096055', '', 'Pune', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2016-11-15 04:37:09'),
(120, 'saroj kumar', 'sarojkumar4680@gmail.com', '', 'India', '', 'Need Help to Know technical knowledge', '7979750754', '', 'Ranchi', '', 'RFID Access Control', 'Contact', '2016-11-17 07:43:24'),
(121, 'Akash', 'akashbudhia22@gmail.com', '', 'India', '', '', '8106299777', '', 'Kolkata', '', '', 'Contact', '2016-11-18 16:43:40'),
(122, 'Manoj Kumar', 'mkvaishya28@gmail.com', '', 'India', '', 'I want quotation of barrier gate that have to plant in the apartments.\r\nPlease send quotation immediately.', '9999105473', '', 'Delhi', '', 'Motorised Retractable Gates', 'Contact', '2016-11-23 06:44:27'),
(123, 'Hernane longno', 'hernane_longno@yahoo.com', '', 'Philippines', '', '', '+63 917 5533099', '', 'other', '', '', 'Contact', '2016-11-24 13:51:12'),
(124, 'Akash Agrawal', 'akashagrawal0007@rediffmail.com', '', 'India', '', 'I want upvc windows n doors making machine', '9770412384', '', 'other', '', '', 'Contact', '2016-11-28 08:29:16'),
(125, 'karthi Karthi', 'lakshmigharaagencies@gmail.com', '', 'India', '', 'Wanted video door phones 30no please details', '9003336566', '', 'Kolkata', '', '', 'Contact', '2016-12-07 14:59:09'),
(126, '7077060205', 'seo2@googlepositions.com', '', 'India', '', 'Hello and good morning\r\n \r\nI am Mike Alias Sanjeev, Marketing Manager with a reputable online marketing company based in India.\r\n\r\nWe can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\n\r\nWe can place your website on top of the Natural Listings on Google, Yahoo and MSN. Our Search Engine Optimization team delivers more top rankings than anyone else and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that Google and the other search engines frown upon and can use to de-list or ban your site. The techniques are proprietary, involving some valuable closely held trade secrets. Our prices are less than half of what other companies charge.\r\n\r\nWe would be happy to send you a proposal using the top search phrases for your area of expertise. Please contact me at your convenience so we can start saving you some money.\r\n\r\nIn order for us to respond to your request for information, please include your company&rsquo;s website address (mandatory) and or phone number.\r\n\r\nSo let me know if you would like me to mail you more details or schedule a call. We\'ll be pleased to serve you.\r\nI look forward to your mail.\r\n\r\nThanks and Regards\r\nMike Alias Sanjeev', '7077060205', '', 'Kolkata', '', 'Top Ranking On Google', 'Contact', '2016-12-08 07:21:05'),
(127, 'MR.JAYESH PATEL', 'saiviewsecuritysystem@gmail.com', '', 'India', '', 'gate automation for corner gate 400 kg and sliding gate 450kg price and extra 2 remote \r\nHEIGHT 4.5FT\r\nLENGHT 18FT\r\nKG 450', '9998338902', '', 'other', '', '', '', '2016-12-12 07:21:51'),
(128, 'Koushik Bose', 'koushik.bose@siemens.com', '', 'India', '', 'Need offer for Car Parking management system with ticket dispensing machine, parking counters and payment collection machine.', '9051814714', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 406,Car Sticker Entrance System,Parking Fee Management System (Wired),Card Dispenser', 'Contact', '2016-12-14 14:43:36'),
(129, 'Mustafa Hussein', 'info@nuvupro.com', '', 'Egypt', '', 'Dear all,\r\nCongratulations for your great company \r\nWe are a company here in Egypt Specialized in smart solutions and looking forward for start doing business together.\r\n\r\nWe have a project here that requires a turnstile arm gate two way and to be integrated with an external access control system.\r\n\r\nPlease send to us the best price and the best quote for your solution \r\n\r\nAlso if you don\'t mind sending to us the complete products details and price so we can become your dealer here in Egypt.\r\n\r\nlooking forward to hear from you soon.\r\n\r\nKindest Regards,\r\nEng.Mustafa Hussein\r\nCEO &amp; Partner\r\nNuVu Pro LLC\r\n+201100665599', '+201100665599', '', 'other', '', '', '', '2016-12-15 14:24:58'),
(130, 'ashish umathe', 'adminho@artefactprojects.com', '', 'India', '', 'Gate automation motor requirement.', '9923694041', '', 'Nagpur', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2016-12-16 04:52:55'),
(131, '', '', '', 'India', '', '', '', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2016-12-16 04:53:55'),
(132, 'ashish umathe', 'adminho@artefactprojects.com', '', 'India', '', 'gate automation motor required', '9923694041', '', 'Nagpur', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2016-12-16 04:55:44'),
(133, 'rakesh prajapati', 'excelrakesh@yahoo.co.uk', '', 'India', '', 'Dual/Double Swing Gate opener \r\nDo but\r\nMotorized Opening System\r\nWhich is reasonable and having trouble free long life.', '9824545589', '', 'Ahmedabad', '', 'Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2016-12-17 11:11:39'),
(134, 'ANOOP DIVECHA', 'anoopdivecha@yahoo.co.in', '', 'India', '', 'interested in uPVC window cleaning tools of electric type. (all 3 tools)', '9825139455', '', 'Ahmedabad', '', 'uPVC Windows Corner cleaning tools - Electric,uPVC Windows inner Corner cleaning tools - Electric,uPVC Windows outer Corner cleaning tools - Electric', 'Contact', '2016-12-20 06:42:55'),
(135, 'karthi', 'lakshmigharaagencies@gmail.com', '', 'India', '', 'Video door phone', '9003336566', '', 'Kolkata', '', '', 'Contact', '2016-12-21 15:43:52'),
(136, 'Khalid Chowhan', 'khalid_chowhan@hotmail.com', '', 'India', '', 'I would like to have an entire set up of upvc window manufacturing unit. Kindly provide me the details of the same.', '9326100022', '', 'other', '', '', 'Contact', '2016-12-27 10:19:42'),
(137, 'Khalid Chowhan', 'khalid_chowhan@hotmail.com', '', 'India', '', 'I would like to have a full set up of upvc  window manufacturing unit', '9326100022', '', 'other', '', '', 'Contact', '2016-12-27 10:34:38'),
(138, 'Gaurav Kumar', 'gauravaneja001@gmail.com', '', 'India', '', '', '9876196266', '', 'other', '', 'uPVC Windows Welding machines', 'Contact', '2016-12-27 13:37:22'),
(139, 'venkat', 'venkat@golarsnetworks.com', '', 'India', '', 'Entry exit vehicle card tripod turnstile gate with rfid with electronic security system vendors in hyderabad', '9866727379', '', 'Hyderabad', '', '', 'Contact', '2016-12-27 15:19:03'),
(140, 'VINOTH KUMAR', 'vinothengineeringworks@gmail.com', '', 'India', '', 'Portable upvc making machines', '9659320543', '', 'other', '', '', 'Contact', '2016-12-28 03:57:29'),
(141, 'Rajat Sharma', 'rajat240.cottonion@gmail.com', '', 'India', '', '', '9882090891', '', 'other', '', '', '', '2016-12-29 14:12:44'),
(142, 'MR Bhatia', 'samrat_technoindustries@yahoo.com', '', 'India', '', 'Channel Partner Enquiry', '9811232800', '', 'Faridabad', '', 'Door &amp; Gate Automation, Home Automation', 'Contact', '2016-12-29 21:06:51'),
(143, 'Nitin Madan', 'unismartcare@yahoo.com', '', 'India', '', 'Boom Barrier', '9911062406', '', 'Delhi', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2016-12-30 11:22:54'),
(144, 'Dinesh', 'dinesh197@gmail.com', '', 'India', '', 'Looking for RFID based entrance/ parking solution &amp; security surveillance system', '9663642902', '', 'Bengaluru', '', 'Car Sticker Entrance System', 'Contact', '2017-01-02 06:31:50'),
(145, 'Ramana Rao', 'mail.sg.hyd@gmail.com', '', 'India', '', '02 x gates repair / servicing required', '9440054158', '', 'Hyderabad', '', '', 'Contact', '2017-01-05 07:26:25'),
(146, 'Mohamed Ashraf', 'tradehopes@gmail.com', '', 'United Arab Emirates', '', 'I would like to co-operate with you for UAE &amp; Kuwait. Please advise how you can support us.', '971505626284', '', 'Kolkata', '', '', 'Contact', '2017-01-05 11:21:04'),
(147, 'Anurag Kumar', 'anurag@dgiproenterprises.com', '', 'India', '', 'We require automatic sliding gate (14\'*4\') and boom barrier (3 mtr). Please send quotation.', '9899196355', '', 'Delhi', '', '', 'Contact', '2017-01-06 09:22:49'),
(148, 'dhansukh patel', 'wnpsupershop@yahoo.com', '', 'India', '', 'want to buy total machine set up tools', '9246118825', '', 'Hyderabad', '', 'uPVC Windows Welding machines', 'Contact', '2017-01-08 06:05:54'),
(149, 'dhansukh patel', 'wnpsupershop@yahoo.com', '', 'India', '', 'total set up upvc window machine tool', '9246118825', '', 'Hyderabad', '', '', 'Contact', '2017-01-08 06:08:25'),
(150, 'dhansukh patel', 'wnpsupershop@yahoo.com', '', 'India', '', 'total set up window upvc machine tool', '9246118825', '', 'Hyderabad', '', 'uPVC Windows Welding machines - Right,uPVC Windows Welding machines - Right', 'Contact', '2017-01-08 06:10:58'),
(151, 'Dinesh', 'dinesh197@gmail.com', '', 'India', '', 'UHF RFID ENTRANCE SOLUTION REQUIRED IN BANGALORE', '9663642902', '', 'Bengaluru', '', 'UHF RFID ENTRANCE SOLUTION', 'Contact', '2017-01-13 08:18:05'),
(152, 'ch dasu', 'anandanainfratech@gmai.com', '', 'India', '', 'we required upvc all products manufacturing unit', '7995978844', '', 'Vijayawada', '', '', 'Contact', '2017-01-13 15:39:00'),
(153, 'ch dasu', 'anandanainfratech@gmai.com', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-01-13 15:39:40'),
(154, 'Sandeep Srivastava', 'sandeep@bhagwatisystems.com', '', 'India', '', 'Looking for RFID based parking access solution.', '9650480888', '', 'Delhi', '', '', 'Contact', '2017-01-14 04:45:26'),
(155, 'Sandeep Srivastava', 'sandeep@bhagwatisystems.com', '', 'India', '', 'Looking for RFID based Car Parking system', '9650480888', '', 'Delhi', '', 'Car Sticker Entrance System', 'Contact', '2017-01-14 04:46:22'),
(156, 'shivnath', 'shivnath10472@gmail.com', '', 'India', '', 'Details required of boom barrier 6 mtr with price', '9993556725', '', 'Raipur', '', '', 'Contact', '2017-01-14 16:16:27'),
(157, 'Komal Singh', 'info@softinfotechnology.com', '', 'India', '', 'Hi!! We are Search Engine Optimizer with twelve years of experience in this field. We can make your site rank much higher because we know search algorithms and also follow the google perameters.So that you can get good response from your website.If you are intrested to make your business Brand and want to come on a good ranking position so let me know.I can give you a free consultation, just let me know if you want some more details about this. Thanks!  for more details please visit  www.softinfotechnology.com.', '7210018919', '', 'Delhi', '', '', 'Contact', '2017-01-18 05:39:36'),
(158, 'Rakesh kumar', 'sigmaperipherals.ind@gmail.com', '', 'India', '', 'for boom barrier ,flap barrier', '9835944787', '', 'Ranchi', '', 'Flap Barrier', 'Contact', '2017-01-18 16:28:00'),
(159, 'Maurice Andre Cole', 'maurice@supssja.com', '', 'United States', '', '', '8765273015', '', 'Kolkata', '', '', 'Contact', '2017-01-19 08:47:42'),
(160, 'rohit gupta', 'rohit@musaddilal.in', '', 'India', '', 'motorized gates required', '9885036000', '', 'Hyderabad', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-01-21 10:59:52'),
(161, 'sachin waghambare', 'sachin.waghambare@wwindia.com', '', 'India', '', '', '7506274384', '', 'Mumbai', '', '', 'Contact', '2017-01-23 07:59:57'),
(162, 'Tapas Chakraborty', 'tapas.chakraborty@srei.com', '', 'India', '', 'Looking for Motorised sliding gate price quote.', '8095020002', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-01-23 08:29:34'),
(163, 'Tapas Chakraborty', 'tapas.chakraborty@srei.com', '', 'India', '', 'Looking for Motorised Sliding gate quote', '8095020002', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-01-23 08:30:58'),
(164, 'Tapas Chakraborty', 'tapas.chakraborty@srei.com', '', 'India', '', '', '', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-01-23 08:31:47'),
(165, 'Atul gupta', 'arpit.goodluck@gmail.com', '', 'India', '', 'Require automatic vdoor opening system.', '9810098731', '', 'Delhi', '', '', 'Contact', '2017-02-01 08:36:44'),
(166, 'Najd Alzahrani', 'dobkhn@gmail.com', '', 'Saudi Arabia', '', 'Good Greetings,\r\n\r\nI liked your product that was presented in YouTube about portable upvc windows and doors tools. We are are interested to know two things:\r\n\r\n 1- what is the cost for one set of tools to successfully produce a fully fabricated upvc window/door.\r\n\r\n2- how much square area needed for one fabricater with tools to produce one upvc window/door\r\n\r\n\r\n\r\nRegards,\r\nNMZ', '966567268899', '', 'Ahmedabad', '', '', 'Contact', '2017-02-02 12:19:37'),
(167, 'Anuj Gupta', 'anujgupta18@gmail.com', '', 'India', '', '', '', '', 'Indore', '', 'Gate automation', 'Contact', '2017-02-02 17:32:03'),
(168, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-02-02 17:32:06'),
(169, 'Prashant', 'prashant_abhi86@rediffmail.com', '', 'India', '', 'Apex Group of Institutions', '7611997438', '', 'Jaipur', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-02-03 10:17:30'),
(170, 'Rajesh.Vattikonda', 'rajv238@gmail.com', '', 'India', '', 'I want u r products for resale purpose', '9246483744', '', 'Vijayawada', '', '', 'Contact', '2017-02-04 09:05:25'),
(171, 'kamal kataria', 'katsysdelhi@gmail.com', '', 'India', '', 'Boom barrier', '9899352111', '', 'Delhi', '', '', 'Contact', '2017-02-06 08:06:38'),
(172, 'Gajendra', 'gajendra.naik2010@gmail.com', '', 'India', '', 'Training is provided for this product or not?', '9686999923', '', 'Bengaluru', '', 'uPVC Windows Welding machines - Right', 'Contact', '2017-02-06 16:13:45'),
(173, 'Anmol Pandya', 'chamundasafety03@gmail.com', '', 'India', '', 'I am an safety equipment dealer in ahmedabad, want to add a new product of road safety.', '9726444403', '', 'Ahmedabad', '', 'Boom Barriers SP ACM BB 406,Glass Sensor Door', 'Contact', '2017-02-07 12:51:15'),
(174, '9406552822', 'dautotechnologies@gmail.com', '', 'India', '', '', '9406552822', '', 'Indore', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-02-07 13:13:49'),
(175, 'Darryl Taylor', 'dtaylor@lazparking.com', '', 'United States', '', '', '202-437-9583', '', 'Kolkata', '', 'Motorised Retractable Gates,Motorised Retractable Gates', 'Contact', '2017-02-07 20:54:49'),
(176, 'Darryl Taylor', 'dtaylor@lazparking.com', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-02-07 20:55:50'),
(177, 'Altaf Khan', 'elchs.committee@gmail.com', '', 'India', '', '', '9822007186', '', 'Pune', '', 'Car Sticker Entrance System', 'Contact', '2017-02-08 11:37:29'),
(178, 'Srinivas', 'cprowa@gmail.com', '', 'India', '', 'Looking for CCTV Solution', '8886492979', '', 'Hyderabad', '', 'CCTV Camera,DIgital Video Recorder', 'Contact', '2017-02-09 09:25:46'),
(179, 'Mohit Garg', 'gargbev@gmail.com', '', 'India', '', '', '9337080901', '', 'Bhubaneswar', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-02-12 08:00:32'),
(180, 'Dhaval pandav', 'dhavalpandav21@gmail.com', '', 'India', '', 'Parking manegment system \r\nDoor open and close', '8866189303', '', 'Surat', '', '', 'Contact', '2017-02-12 11:09:14'),
(181, 'RANDHIR SINGH', 'randhir.suryaconstruction@gmail.com', '', 'India', '', '6 M Long boom barrier for Entry and Exist', '9431568086', '', 'Kolkata', '', 'Card Dispenser', 'Contact', '2017-02-14 11:05:28'),
(182, '', '', '', '', '', '', '', '', '', '', '', '', '2017-02-15 07:44:05'),
(183, 'Gautam Kumar Nandi', 'gautam.nandi12@gmail.com', '', 'India', '', 'I want to install video door phone for two outdoor entrance doors.', '9890539659', '', 'Kolkata', '', '', 'Contact', '2017-02-18 18:48:36'),
(184, '', '', '', '', '', '', '', '', '', '', '', '', '2017-02-19 09:50:09'),
(185, 'riyaz', 'riyaz.tc09@gmail.com', '', 'India', '', '', '9440265218', '', 'Hyderabad', '', '', 'Contact', '2017-02-21 11:01:35'),
(186, 'MP Ravindran', 'bfixindia@gmail.com', '', 'India', '', 'I would like to get details of uPVC Window Mfg  Tools and availability of raw materials, its cost etc. to make  window frames with your mfg tools.', '9838827071', '', 'other', '', '', 'Contact', '2017-02-21 16:30:56'),
(187, 'Akansh Dubey', 'akansh@misarch.com', '', 'India', '', 'Urgent requirement', '+918318100554', '', 'Kanpur', '', 'Glass Sensor Door', 'Contact', '2017-02-22 19:55:27'),
(188, 'paras dara', 'parash.dara@gmail.com', '', 'India', '', 'automatic  steel boom barrier having 617-6.0mtr with beam opening/cliosing time 4-8 sec fully automatic with use cycles 50% electro mechanical barrier with pair of photocellsafebeam and in built push button.', '9099025095', '', 'Rajkot', '', 'boom barier', 'Contact', '2017-02-24 07:01:13'),
(189, 'Tatia Gugutishvili', 'tatia@sentineligmg.ge', '', 'Georgia', '', '', '599118263', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-02-24 12:30:28'),
(190, 'M p singh', 'emmpeealuminiumhouse@gmail.com', '', 'India', '', 'i want to purchase some products', '9811685854', '', 'Delhi', '', '', 'Contact', '2017-02-25 07:00:31'),
(191, '', '', '', '', '', '', '', '', '', '', '', '', '2017-02-26 12:56:55'),
(192, 'Dilip Rajadhyaksha', 'dilip.rajadhyaksha@gmail.com', '', 'India', '', 'We are interested in installing a motorised retractable gate/boom barrier and RFID entrance solution in our housing society in Thane.', '9930758974', '', 'Mumbai', '', '', 'Contact', '2017-02-26 15:37:29'),
(193, 'venkat', 'sunsitysolutions@gmail.com', '', 'India', '', 'need 4 Nos of 6 mtrs electromechanicla Boom barriers', '9880862571', '', 'Bengaluru', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2017-02-27 08:28:26'),
(194, 'jignesh shah', 'jsshah4u@yahoo.co.in', '', 'India', '', 'i want to make upvc windows on my construction sight', '9825026765', '', 'Ahmedabad', '', '', 'Contact', '2017-03-01 15:38:53'),
(195, 'MUKESH GUPTA', 'krishnafootwear@yahoo.com', '', 'India', '', 'I need a remote parking gate', '9810103496', '', 'Delhi', '', '', 'Contact', '2017-03-02 06:43:37'),
(196, 'Shanti Modok', 'soumya254u@gmail.com', '', 'India', '', 'Contact asap.', '9933467568', '', 'Kolkata', '', '', 'Contact', '2017-03-03 15:07:15'),
(197, 'Anish Varghese', 'anish3387@gmail.com', '', 'India', '', 'i want to know the installation fr automatic sliding gate all chargese', '9400677215', '', 'Kochi', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-03-03 19:59:11'),
(198, 'Anish Varghese', 'anish3387@gmail.com', '', 'India', '', 'all rates', '9400677215', '', 'Kochi', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-03-03 20:00:40'),
(199, 'J K Anand', 'jkanand@ask-ehs.com', '', 'India', '', 'Motorize sliding main gate', '9925108909', '', 'Surat', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-03-04 06:56:35'),
(200, 'J K Anand', 'jkanand72@gmail.com', '', 'India', '', 'motorize Sliding main gate', '9925108909', '', 'Patna', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-03-04 06:57:57'),
(201, 'R K AGARWl', 'rkachanduka@gmail.com', '', 'India', '', 'We need home theater automation with light and ac', '9431303927', '', 'Jamshedpur', '', '', 'Contact', '2017-03-05 04:40:00'),
(202, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-03-05 04:40:09'),
(203, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-03-05 04:40:34'),
(204, 'Mohit Sharma', 'mohitsharma@helibenz.com', '', 'India', '', '', '9034927349', '', 'other', '', 'd,Sliding Gate Motor SP ACM ID 1800/2500,Boom Barriers SP ACM BB 406,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-03-06 04:57:46'),
(205, 'Mohan', 'mohan@rrdesignerhomes.com', '', 'India', '', '', '', '', 'Chennai', '', 'Video Door Phone (For  Apartments)', 'Contact', '2017-03-07 13:17:49'),
(206, 'Abdur Rouf', 'rouf_ipe@waltonbd.com', '', 'Bangladesh', '', 'Dear Concern,\r\n\r\nWe are the renowned electronics manufacturer in Bangladesh. For details please visit www.waltonbd.com . Our factory facility and residential premises is approximately 3 square kilometer. Number of buildings is 20. I have checked your products and matched with some. Please reply asap. i have some requirements. \r\nRegards!\r\nAbdur Rouf\r\nMob: +8801770889977\r\nWhatsapp: +881770889977\r\nViber: +8801686695678', '+8801770889977', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-03-08 09:57:50'),
(207, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-03-08 09:58:06'),
(208, 'doron', 'info@literstart.com.au', '', 'Australia', '', 'please tell us what you are manufacturing yourself in India, we may bu from you \r\nthank you \r\nDoron', '', '', 'Kolkata', '', '', 'Contact', '2017-03-08 13:34:26'),
(209, 'Manoj Agarwal', 'manojcorp.knp@gmail.com', '', 'India', '', 'Require Electro mechanical boom barrier of boom length 9.5mts', '9235895961', '', 'Kanpur', '', 'Boom Barriers (High Speed )', 'Contact', '2017-03-10 12:47:54'),
(210, 'Bharat Bhushan Chopra', 'linehardware@gmail.com', '', 'India', '', 'i am looking to get automation done on my building gates . you can depute someone to my house at 3 anil roy road , kolkata 700029 , off lake view road , near lake kali bari to see and report', '9831024396', '', 'Kolkata', '', '', 'Contact', '2017-03-10 13:09:37'),
(211, 'Bharat Bhushan Chopra', 'linehardware@gmail.com', '', 'India', '', 'i am interested in getting automation done on our building gate at 3 anil roy road , off lake view road , near lake kalibari', '9831024396', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2017-03-10 13:10:36'),
(212, 'purushotham', 'typewellcomputer@gmail.com', '', 'India', '', 'i need automatic boom barrier gate system', '9448138699', '', 'Kolkata', '', 'Car Sticker Entrance System,Car Sticker Entrance System,Car Sticker Entrance System,Car Sticker Entrance System,Car Sticker Entrance System', 'Contact', '2017-03-13 13:01:13'),
(213, 'RISHABH JAISWAL', 'rishabhjaiswal264@gmail.com', '', 'India', '', '', '8827142258', '', 'Raipur', '', '', 'Contact', '2017-03-13 17:11:40'),
(214, 'DIBYENDU MANDAL', 'dibyendumca@gmail.com', '', 'India', '', 'Need Cost estimation for opening 3 nos of swinging gates.', '9163442162', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-03-14 11:59:16'),
(215, 'Rajnish Kumar', 'enterprisesarshiya@gmail.com', '', 'Nepal', '', 'Looking for remote control  mechanism  for main gate', '9801144455', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-03-17 07:06:55'),
(216, 'Jitendra Upadhyay', 'jitendra@cyruselectronics.co.in', '', 'India', '', 'We want to meet regarding our several requirement of door automation,gate automation,parking solution etc. So please send your up incharge for business meet.', '9889347999', '', 'Lucknow', '', 'Flap Barrier,Boom Barriers (High Speed )', 'Contact', '2017-03-17 07:27:49'),
(217, 'Shanu', 'shanu483@gmail.com', '', 'India', '', 'Remit gate', '9847658548', '', 'other', '', '', '', '2017-03-19 10:42:27'),
(218, 'Shyam ji', 'krishnaenterprises781@gmail.com', '', 'India', '', 'Autometic door with remote', '9889725890', '', 'Kanpur', '', '', 'Contact', '2017-03-20 14:06:14'),
(219, 'shyam ji', 'krishnaenterprises781@gmail.com', '', 'India', '', 'autometic swing gate', '9889725890', '', 'Kanpur', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-03-21 07:08:24');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(220, 'ASIT KUMAR POREY', 'robcogroup@yahoo.com', '', 'India', '', 'We deals in Access Control of Automatic Road Barrier, Sliding Gate, Swing Gate and others', '9830336616', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 406,Boom Barriers SP ACM BB (Fencing),Boom Barriers SP ACM BB (Folding),Boom Barriers (High Speed ),Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 4000,Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor ', 'Contact', '2017-03-24 07:10:16'),
(221, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-03-24 08:01:31'),
(222, 'Nagendra dileep', 'sridurgabhavani777@gmail.com', '', 'India', '', 'We require sliding gate automation 20 feet - 2 nos', '9493871855', '', 'other', '', '', '', '2017-03-24 18:57:23'),
(223, 'karandeep singh hayer', 'karandeep_14@hotmail.com', '', 'India', '', 'Gate Automation with security and access control.', '7506354035', '', 'Mumbai', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-03-31 12:10:48'),
(224, 'Billy Turner', 'info@itbent.co.in', '', 'India', '', 'Hi,\r\n\r\nWe provide services including Software development, Web apps, Website designing @ INR 15000 &amp; SEO @ INR \r\n\r\n6500 Per Month only.\r\n\r\nOUR WEB SERVICES ALSO INCLUDE FREE WEB HOSTING FOR UPTO 2 YEARS.\r\n\r\nLooking forward for your positive response.\r\n\r\nThanks &amp; Regards\r\nBilly\r\nSkype: IT.BENT', '7838595894', '', 'Noida', '', '', 'Contact', '2017-04-01 11:17:29'),
(225, 'Digvijay', 'bdn317@yahoo.co.in', '', 'India', '', 'Require automated rolling shutters &amp; automated sliding &amp; swing gates', '9880388832', '', 'other', '', '', '', '2017-04-03 07:42:58'),
(226, 'Gobinder Singh', 'singhconst2002@gmail.com', '', 'India', '', '', '964671007', '', 'other', '', 'Boom Barriers (High Speed )', 'Contact', '2017-04-04 12:01:54'),
(227, 'ananta', 'fabricationhead@gmail.com', '', 'Indonesia', '', 'welding machine manual , corner cleaning , outer cleaning', '+6285881478828', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools - Pneumatic', 'Contact', '2017-04-05 07:53:30'),
(228, 'Shubham Agrawal', 'swastikagencies1954@gmail.com', '', 'India', '', 'Want to install flap barriers in patanjali mega store', '7774831825', '', 'Nagpur', '', '', 'Contact', '2017-04-05 08:22:58'),
(229, 'Rajasekar V.S', 'rajasekar.saga@gmail.com', '', 'India', '', 'Required the cost price of full set of UPVC window mfg tools to set up a new fabrication unit.', '9840111847', '', 'Chennai', '', '', 'Contact', '2017-04-06 05:00:27'),
(230, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-04-06 05:00:47'),
(231, 'Rajasekar V.S', 'rajasekar.saga@gmail.com', '', 'India', '', 'set up of upvc fabrication unit', '9840111847', '', 'Chennai', '', '', 'Contact', '2017-04-06 05:04:06'),
(232, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-04-06 05:04:23'),
(233, 'Pravin Kotharkar', 'pravinkgoa2015@gmail.com', '', 'India', '', 'Gate automation product required.', '9762327467', '', 'other', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-04-08 18:02:29'),
(234, 'S JAYAPRAKASH', 's.jayaprakash@lci.co.in', '', 'India', '', 'looking for gate automation / motorisation', '9176622184', '', 'Chennai', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-04-10 09:10:51'),
(235, '', '', '', '', '', '', '', '', '', '', '', '', '2017-04-12 20:18:19'),
(236, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-04-12 23:05:17'),
(237, 'Umang girdhar', 'girdhar.umang@gmail.com', '', 'India', '', 'Sliding gate automation for residence project', '9991600270', '', 'other', '', '', 'Contact', '2017-04-13 13:06:57'),
(238, 'Chattarpal', 'chattarpal90@gmail.com', '', 'India', '', 'Send quatition and catolouge', '8699455444', '', 'Chandigarh', '', '', 'Contact', '2017-04-13 14:21:27'),
(239, 'Gaurav Poddar', 'winvestment.apl@gmail.com', '', 'India', '', 'We are looking to source a portable uPVC machine for doors and window fabrication. We have seen your products on your website. Can you mail us the product specifications, capacity, price and warranty/support details? Also what is the TAT after placing the order. Do you have any service office in Kolkata?', '9830761999', '', 'Kolkata', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines - Right', 'Contact', '2017-04-14 03:28:40'),
(240, 'SK', 'ebsharidwar@rediffmail.com', '', 'India', '', 'we are looking for full height turnstile gate for techno park. There are 4 main entry &amp; exit. People footfall per day is 5000 nos.\r\n\r\n?Please provide us the technical catalogue with features of product so that we can select the appropriate one for offer.', '7906449031', '', 'Dehradun', '', '', 'Contact', '2017-04-15 09:29:54'),
(241, '', '', '', 'India', '', '', '', '', 'Kolkata', '', 'Turnstile (Full Height)', 'Contact', '2017-04-15 09:30:11'),
(242, 'sonali khanna', 'sonali.khanna@sky.com', '', 'India', '', '', '8601033133', '', 'Kanpur', '', 'gate automation', 'Contact', '2017-04-17 13:19:20'),
(243, 'Shyam Ji', 'krishnaenterprises781@gmail.com', '', 'India', '', 'swing gate moter', '9889725890', '', 'Kanpur', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-04-18 08:03:50'),
(244, 'Farhan Shaikh', 'farhan.shaikh@marriott.com', '', 'India', '', 'new requirement of sliding gate and new set of bollard', '919727751137', '', 'Ahmedabad', '', '', 'Contact', '2017-04-19 13:09:21'),
(245, 'SUDIPTA CHAUDHURI', 'sudipto@topsia.net', '', 'India', '', 'We need information reg. electro magnetic door lock for our office floor. Pls. contact the undersigned asap.\r\n\r\nwith regards,\r\n\r\nSudipta Chaudhuri', '9903399713', '', 'Kolkata', '', 'Remote Door Lock,Remote Door Lock', 'Contact', '2017-04-20 09:01:22'),
(246, 'Nishant Sehgal', 'nishant.sehgal@acm-events.com', '', 'United Arab Emirates', '', 'Hello\r\n\r\nWe are the organizers for the 3rd Annual Smart Parking UAE Summit. We came across your credible offering, I would really appreciate if you can connect me with the concerned person.', '971 4 563 1555', '', 'other', '', 'Parking Solutions', 'Contact', '2017-04-21 11:07:03'),
(247, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-04-21 11:07:04'),
(248, 'Gaurav Anand', 'gauravanand64@gmail.com', '', 'India', '', 'We have a parking area of 93 slots. We want to put automated  parking barriers at entry and exit gate. can this automatically give a receipt by pressing a button at the entrance. Money will be collected at the exit gate manually. request you to kindly quote your best. we would like to implement asap.', '9234554945', '', 'Jamshedpur', '', 'Token Dispenser,,Parking Fee Management System (Wireless),Car Sticker Entrance System', 'Contact', '2017-04-21 17:05:55'),
(249, 'Nishant Kumar', 'nishantkumardogra@gmail.com', '', 'India', '', 'Dear Sir,\r\nWe are in search of a partner/ dealer for Glass Sensor Doors for one of our project at Solan, Himachal Pradesh.', '+919821715362', '', 'other', '', 'Glass Sensor Door', 'Contact', '2017-04-24 14:12:58'),
(250, 'Binaik', 'btzindia@gmail.co', '', 'India', '', 'For parking lot one in and out boom barrier with token machine need. kindly send the coat.', '9845126249', '', 'Bengaluru', '', '', 'Contact', '2017-04-26 05:24:10'),
(251, 'Mahendra kumar suthar9', 'mahendradhamu@gmail.com', '', 'India', '', 'Remote operated rolling shutter motar with 2000kgs loading capacity.', '9148892704', '', 'other', '', '', 'Contact', '2017-04-26 10:29:17'),
(252, 'shahjahan', 'shahjahan@groupmail.com', '', 'India', '', '1. I am looking for sliding gate automation or small gate automation for my personal house.', '9836643332', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-04-27 04:58:57'),
(253, 'Vivvek', 'vivvek4u@gmail.com', '', 'India', '', 'Requirement for gate automation in 4 apartment projects trivandrum', '9895588000', '', 'Thiruvananthapuram', '', '', 'Contact', '2017-04-28 08:46:39'),
(254, 'vivek', 'vk@zenithforgings.com', '', 'India', '', 'UHD RFID Entrance Solutions', '9831444470', '', 'Kolkata', '', '', 'Contact', '2017-05-02 10:45:36'),
(255, 'vivek', 'vk@zenithforgings.com', '', 'India', '', 'UHD RFID Entrance Solutions', '9831444470', '', 'Kolkata', '', 'Car Sticker Entrance System', 'Contact', '2017-05-02 10:46:47'),
(256, 'Sanjeev myaka', 'mssanjeev2007@gmail.com', '', 'India', '', 'Its in telangana state,\r\nNizamabad district ,postal code 503224', '9059595972', '', 'other', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2017-05-04 07:02:08'),
(257, 'Pramod', 'pramodpb11@gmail.com', '', 'India', '', 'Please send me the quote for the product for the swing gate automation', '9986664497', '', 'Bengaluru', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-05-04 09:53:51'),
(258, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-05-08 07:45:08'),
(259, 'Pinaki Das', 'das.pinaki1982@gmail.com', '', 'India', '', 'Asking for motorised automated gate', '9830678898', '', 'Kolkata', '', '', 'Contact', '2017-05-10 04:34:40'),
(260, 'Rupam dhar', 'ssys.sre@gmail.com', '', 'India', '', 'This is Rupam Dhar from s.r.enterprise siliguri , deals with cctv camera at north Bengal and Sikkim. I am interested to deal with your product.', '8101040503', '', 'other', '', '', 'Contact', '2017-05-12 16:06:37'),
(261, '', '', '', '', '', '', '', '', '', '', '', '', '2017-05-13 01:43:20'),
(262, 'Khaki', 'atl@cats-net.co.tz', '', 'Tanzania', '', 'we need to buy some upvc fabrication machineries.please send relevant e-catalogue.', '+255713225655', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Pneumatic', 'Contact', '2017-05-14 12:18:34'),
(263, 'dumesh nagaraj', 'dumeshnagaraj@gmail.com', '', 'India', '', 'upvc window manufacturing tools', '9448355403', '', 'Bengaluru', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines', 'Contact', '2017-05-15 04:28:32'),
(264, 'zaffer ALI', 'zaffernawab@gmail.com', '', 'India', '', 'looking for dealership', '9494447634', '', 'other', '', 'dealership', 'Contact', '2017-05-15 06:44:33'),
(265, 'zaffer ALI', 'zaffernawab@gmail.com', '', 'India', '', 'looking for dealership', '9494447634', '', 'other', '', 'dealership', 'Contact', '2017-05-15 06:45:39'),
(266, 'hardev singh', 'drhardev7380@gmail.com', '', 'India', '', '', '9464133258', '', 'Amritsar', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2017-05-16 07:00:09'),
(267, 'hardev singh', 'drhardev7380@gmail.com', '', 'India', '', '', '9464133258', '', 'Amritsar', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2017-05-16 07:00:35'),
(268, 'hardev singh', 'drhardev7380@gmail.com', '', 'India', '', 'automatic garage door', '9464133258', '', 'Amritsar', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2017-05-16 07:01:31'),
(269, 'Ravi', 'ravirajan4u@yahoo.com', '', 'India', '', 'For front door', '9443167187', '', 'Madurai', '', '', 'Contact', '2017-05-16 11:40:07'),
(270, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-05-16 11:40:31'),
(271, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-05-16 11:40:48'),
(272, 'RAVI', 'ravirajan4u@yahoo.com', '', 'India', '', 'For front door', '9443167187', '', 'Madurai', '', '', 'Contact', '2017-05-16 11:41:34'),
(273, 'Abhay', 'abhay@rykaupvc.com', '', 'India', '', 'Looking for low cost machines for UPVC fabrication', '7972187085', '', 'Pune', '', '', 'Contact', '2017-05-18 18:56:15'),
(274, 'MARVIN ACEBEY DAVALOS', 'acebeymarvin@yahoo.com', '', 'Bolivia', '', 'Good day, I would like to know the price of uPVC Portable Window Manufacturing Machines - Welding &amp; Cleaning.\r\n\r\nBest Regards\r\nMarvin Acebey\r\nLa Paz - Bolivia', '591-71591017', '', 'Kolkata', '', 'uPVC Portable Window Manufacturing Machines - Welding &amp; Cleaning', 'Contact', '2017-05-19 15:04:49'),
(275, 'shiv nath kushwaha', 'kushwaha.glass333@gmail.com', '', 'India', '', '', '9452162333', '', 'Lucknow', '', 'window automation', 'Contact', '2017-05-20 09:23:50'),
(276, 'Anuj Khandelwal', 'anuj.1982@gmail.com', '', 'India', '', 'Can you provide automation for a slide gate in Agra', '9634893627', '', 'Agra', '', '', 'Contact', '2017-05-20 11:59:20'),
(277, 'A.Desai', 'desai37@hotmail.com', '', 'India', '', 'Required automatic door closure for swing gates of apartment comples.\r\nTwo sets of gates. In gate and out gate.', '09880207232', '', 'Bengaluru', '', '', 'Contact', '2017-05-21 06:20:32'),
(278, 'A Desai', 'desai37@hotmail.com', '', 'India', '', 'swing gate motor SP ACM SD 500 (Pillar) Swing Gate. Two sets for In gate and Out gate', '09880207232', '', 'Bengaluru', '', 'Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2017-05-21 06:22:43'),
(279, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-05-25 02:13:38'),
(280, 'Ganesh Chaudhari', 'purchase.rohan@gmail.con', '', 'India', '', 'We have required RFID based boom barrier - up to 6 mtr length for residential project.', '7620046587', '', 'Pune', '', '', 'Contact', '2017-05-25 17:13:17'),
(281, 'Sanjay', 'mmodularsolutions@gmail.com', '', 'India', '', 'Send rate', '9988841161', '', 'Kolkata', '', '', 'Contact', '2017-05-27 10:07:24'),
(282, 'Chetankumar', 'chetan.452@gmail.com', '', 'India', '', 'we are system Integrator of automation system, currently we have 6 meters length boom barrier requirement', '07353750705', '', 'Bengaluru', '', '', 'Contact', '2017-05-27 10:55:10'),
(283, 'Sandeep Singh', 'sandeepcharak99@yahoo.com', '', 'India', '', 'Quotations required for- Boom Barriers, Walkthrough metal-detector, hand metaldectors, baggage scanners for hotel in jammu.', '7060507267', '', 'Jammu', '', '', 'Contact', '2017-05-30 09:05:29'),
(284, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-06-04 16:55:09'),
(285, 'Uthirapathy', 'robogate1@gmail.com', '', 'India', '', 'We are interested to take distributorship for Swing and Sliding Gate Products and Rolling Shutters automation Products also interested in Video Door Phones', '09843385487', '', 'Madurai', '', '', 'Contact', '2017-06-05 13:48:11'),
(286, 'Larry', 'cctv9ja@gmail.com', '', 'Nigeria', '', 'Hello, we into automation here in Africa, can i please have your prize list of your auto gate machin.Tnx', '2348060085500', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-06-05 15:44:10'),
(287, '', '', '', 'India', '', 'please i need your Auto gate for our home automation bussinss here in Nigeria.\r\nThanks', '2348060085500', '', 'other', '', '', 'Contact', '2017-06-05 15:45:58'),
(288, 'ALEXIO CHIMONYO', 'alexchimonyo@gmail.com', '', 'Zimbabwe', '', 'Please can you quote the prices of the following internal retractable security bars for my doors \r\n\r\n\r\n2100mm(W) X 1260mm\r\n1950mm(W) X 820mm\r\n3240mm(W) X 2060mm\r\n2520mm(W) X 2050mm\r\n\r\nWill be glad to hear your earliest response\r\n\r\nRegards', '+263717399277', '', 'other', '', 'RETRACTABLE SECURITY BARS', 'Contact', '2017-06-06 14:30:00'),
(289, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2017-06-09 13:45:27'),
(290, 'Rajat jain', 'rajat.jain@vedanta.co.in', '', 'India', '', 'We have Boom barrier solution requirement for our plant and township premises', '7894417941', '', 'other', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2017-06-14 04:47:31'),
(291, 'RANJAN DAS', 'hitecheqpts@yahoo.com', '', 'India', '', 'Requirement of Boom Barrier 4mtr.', '9339790908', '', 'Kolkata', '', '', 'Contact', '2017-06-14 14:26:20'),
(292, 'salam', 'ciasalam@gmail.com', '', 'India', '', 'We need flap barrier quotation. Quantity: 1 no', '9846237363', '', 'other', '', '', 'Contact', '2017-06-15 06:05:52'),
(293, 'salam', 'ciasalam@gmail.com', '', 'India', '', 'Need a flap barrier quotation for us.', '9846237363', '', 'Kolkata', '', '', 'Contact', '2017-06-15 06:09:56'),
(294, 'Guruprasad', 'guruprasad_h@outlook.com', '', 'India', '', 'Looking for water tight gates', '9482507524', '', 'Bengaluru', '', '', 'Contact', '2017-06-20 06:59:10'),
(295, 'Ameya Bhangle', 'ameya.bhangle@gmail.com', '', 'India', '', '', '+919820837686', '', 'Mumbai', '', 'Video Door Phone (For  Apartments)', 'Contact', '2017-06-20 08:59:31'),
(296, 'mohammad asif', 'nagpurfabrication@gmail.com', '', 'India', '', 'sliding gate autometion', '9325373157', '', 'Nagpur', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-06-20 10:35:37'),
(297, 'mohammad asif', 'nagpurfabrication@gmail.com', '', 'India', '', 'remote gate motor', '+919325373157', '', 'Nagpur', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-06-20 10:38:24'),
(298, 'sovan samanta', 'sovan.samanta@futureretail.in', '', 'India', '', 'we need sliding door motor gear parts.\r\nMAKE: smart power', '9735509543', '', 'Kolkata', '', '', 'Contact', '2017-06-21 10:28:33'),
(299, 'BISWAJIT HOTA', 'BISWAJIT.HOTA@YAHOO.CO.IN', '', 'India', '', 'I HAVE THE REQUIREMENT OF SLIDING GATE AUTOMATION FOR MY HOUSE AT ANGUL ODISHA AS SHOWN IN THE PRODUCT DETAILS.', '9777444542', '', 'Bhubaneswar', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-06-26 11:15:07'),
(300, 'dr watizulu', 'drwatizulu@gmail.com', '', 'India', '', '', '9402111222', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2017-06-26 15:34:05'),
(301, 'Dhawal Tekwani', 'dhawal@saraswatidairy.com', '', 'India', '', '', '9422222565', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-06-26 21:43:24'),
(302, 'Jitesh', 'jiteshchaudhari7@gmail.com', '', 'India', '', '', '7276616055', '', 'Nashik', '', '', 'Contact', '2017-06-27 05:47:30'),
(303, 'balkrishna pujari', 'bala@uess.in', '', 'India', '', '', '9757487547', '', 'Mumbai', '', '', 'Contact', '2017-06-27 06:36:48'),
(304, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-06-27 10:44:37'),
(305, 'Bharat Lal', 'Bharatsharma618@gmail.com', '', 'India', '', 'Urgent requirement of boom barrier', '9205717601', '', 'Delhi', '', '', 'Contact', '2017-06-27 13:58:32'),
(306, 'nirav', 'frontviewtechnology@gmail.com', '', 'India', '', 'we have requirement for BOOM barrier maintenance service', '9429579777', '', 'Ahmedabad', '', '', 'Contact', '2017-06-28 17:46:06'),
(307, 'Ajit Goley', 'sunway.treasurer@gmail.com', '', 'India', '', '', '8978833133', '', 'Hyderabad', '', 'Car Sticker Entrance System', 'Contact', '2017-07-03 13:46:50'),
(308, 'KSHITIJ KUMAR LALL', 'KKLALL020996@GMAIL.COM', '', 'India', '', '', '9589984446', '', 'Raipur', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-07-04 10:38:25'),
(309, 'Altaf shaikh', 'faij_123@hotmail.com', '', 'India', '', 'Interested in upvc portable  machines and want to learn about its  manufacturering', '8898987995', '', 'Mumbai', '', '', 'Contact', '2017-07-05 20:27:40'),
(310, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 05:22:51'),
(311, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-06 05:32:58'),
(312, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 05:49:13'),
(313, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-06 05:55:21'),
(314, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 06:11:45'),
(315, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-06 06:26:00'),
(316, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 06:36:46'),
(317, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-06 06:41:28'),
(318, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 06:49:30'),
(319, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-06 06:52:02'),
(320, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 06:57:00'),
(321, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-06 06:58:57'),
(322, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-06 06:59:36'),
(323, 'KSHITIJ KUMAR LALL', 'KKLALL020996@GMAIL.COM', '', 'India', '', 'CONTACT AS SOON AS POSSIBLE', '+919589984446', '', 'Raipur', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-07-06 07:25:47'),
(324, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-07 00:26:33'),
(325, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-07 00:28:54'),
(326, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-07 00:39:06'),
(327, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-07 00:41:07'),
(328, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-07 00:45:36'),
(329, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-07 00:47:58'),
(330, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-07-07 00:53:04'),
(331, 'Partha adhikari', 'adhikaripartha21@gmail.com', '', 'India', '', 'Plz contact', '7679264940', '', 'other', '', '', '', '2017-07-08 16:36:48'),
(332, 'Stephen Lall', 'stephen@zipgrid.com', '', 'India', '', 'Parking Sensor to repair or replace.', '8433990411', '', 'Mumbai', '', '', 'Contact', '2017-07-09 11:53:24'),
(333, 'RASHID KHAN', 'rashid222@gmail.com', '', 'India', '', 'Dear, I am interested to start UPVC product manufacturing unit in Bihar, I went through your website, and found suitable to work with you, kindly guide me how can i start this business, now i am out of India so my mobile is not working you can send me mail for communication, thanks', '7503494699', '', 'Delhi', '', 'uPVC Windows Welding machines', 'Contact', '2017-07-10 16:46:51'),
(334, 'Anirban Chakraborty', 'anirban@abassociates.org.in', '', 'India', '', '', '8479950077', '', 'Kolkata', '', 'Glass Sensor Door,Glass Sensor Door,Glass Sensor Door,Glass Sensor Door', 'Contact', '2017-07-13 10:44:17'),
(335, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-07-13 10:44:29'),
(336, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-07-13 10:44:43'),
(337, 'Gaurav Arora', 'sterling.gaurav@rediffmail.com', '', 'India', '', '', '9871622020', '', 'Delhi', '', 'Turnstile - Bridge (Tripod),Flap Barrier,Boom Barriers (High Speed ),Car Sticker Entrance System,Parking Fee Management System (Wired),Vehicle Loop Detector', 'Contact', '2017-07-14 12:59:36'),
(338, 'Perveen Kumar', 'perveen@ovofarm.in', '', 'India', '', 'I want the circuit with remote for sliding gate. and a sensor for automatic start of the motor.', '9937462849', '', 'Bhubaneswar', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-07-15 13:10:13'),
(339, 'Niaz', 'niaz2030@yahoo.com', '', 'India', '', 'im interested on gate automation - please send price list \r\n\r\nwhatsup +91-9566182444', '9566182444', '', 'Chennai', '', 'gate,Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-07-15 23:53:39'),
(340, '', '', '', '', '', '', '', '', '', '', '', '', '2017-07-17 05:21:46'),
(341, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-07-17 05:23:36'),
(342, 'Dinesh', 'dineshmech07@gmail.com', '', 'India', '', 'Looking for CCTV and Video door phone (G+4 Floors). Please advise what are the provisions required to install both the system and total approximate budget for the same.\r\n\r\nDinesh 9600013304', '9600013304', '', 'Chennai', '', 'CCTV Camera,Video Door Phone (For  Apartments)', 'Contact', '2017-07-17 11:16:06'),
(343, 'Jawwad', 'jawwad_jamil@hotmail.com', '', 'India', '', 'Interested to know more about gate automation', '+966552857846', '', 'Kolkata', '', '', 'Contact', '2017-07-17 13:23:01'),
(344, 'Mr. dixit', 'sairadiance596061@gmail.com', '', 'India', '', 'I HAVE COMPLAIN ABOUT SERVICES OF BOOM VERY POOR MANAGEMENT', '9702217813', '', 'Mumbai', '', '', 'Contact', '2017-07-18 09:54:18'),
(345, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-07-18 09:54:45'),
(346, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-07-18 09:55:06'),
(347, 'paul mahiban', 'paulmahiban@zonebythepark.com', '', 'India', '', '', '9944988160', '', 'Bengaluru', '', 'Boom Barriers SP ACM BB 406,Boom Barriers SP ACM BB 406,Boom Barriers SP ACM BB 406', 'Contact', '2017-07-20 06:22:02'),
(348, 'Bipin Sinha', 'bipeensinha@gmail.com', '', 'India', '', 'I m in search of best price boom barrier to install at gate of my work place office', '9431055776', '', 'other', '', '', 'Contact', '2017-07-20 07:56:52'),
(349, 'Muhammed Shafi', 'shafi@loginfos.com', '', 'India', '', 'We Loginfos Techno Solutions PVT LTD, An IT and Security System company in Kerala, we having some requirments for the door automation, can you please send us who will be the distributer and how can we reach.\r\nPlease let me know', '9747335336', '', 'other', '', '', 'Contact', '2017-07-21 18:28:00'),
(350, 'Muhammed Shafi', 'shafi@loginfos.com', '', 'India', '', 'We Loginfos Techno Solutions PVT LTD, An IT and Security System company in Kerala, we having some requirments for the door automation, can you please send us who will be the distributer and how can we reach.\r\nPlease let me know', '9747335336', '', 'other', '', '', 'Contact', '2017-07-21 18:29:42'),
(351, 'Hanley', 'HANLEYMURILLO@YAHOO.COM', '', 'India', '', 'I want to buy the tools for making upvc windows ,the cleaners and if you can help me find the upvc supplier so I can make windows', '9083972133', '', 'Kolkata', '', '', 'Contact', '2017-07-22 03:54:21'),
(352, 'Roshan', 'rosh.abraham@gmail.com', '', 'India', '', 'Please cal me in the evening. I would like a remote gate solution for my villa in bangalore', '9538728589', '', 'Bengaluru', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-07-22 06:43:29'),
(353, 'Biresh', 'bireshmohanty@yahoo.com', '', 'India', '', '', '9003224011', '', 'other', '', '', 'Contact', '2017-07-27 16:05:43'),
(354, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-07-27 16:05:57'),
(355, 'Karan Sharma', 'karan.splussolutions@gmail.com', '', 'India', '', 'Interested in Reselling', '9915798515', '', 'other', '', 'Auto Swing Door', 'Contact', '2017-07-28 12:37:10'),
(356, 'Harsh Shah', 'harsh_sh@ymail.com', '', 'India', '', 'Need to take up Door Automation and Gate Automation', '9769346252', '', 'Mumbai', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-07-29 09:02:37'),
(357, 'Harsh Shah', 'harsh_sh@ymail.com', '', 'India', '', 'Need to take up Door and Gate Automation', '9769346252', '', 'Mumbai', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-07-29 09:05:50'),
(358, 'Sujith', 'sujith@hidecor.in', '', 'India', '', 'Looking for Turnstile barriers', '9945233861', '', 'Bengaluru', '', 'Flap Barrier', 'Contact', '2017-08-01 06:18:36'),
(359, 'ashok sundavdra', 'ashoksundavdra@gmail.com', '', 'India', '', 'boom barrier req.', '9825335261', '', 'Ahmedabad', '', '', 'Contact', '2017-08-03 08:36:35'),
(360, 'SN Chaitanya', 'chaitanya@navaradhi.com', '', 'India', '', 'Hi,\r\n\r\none of our client (shopping mall) need boom barrier for in &amp; out with hourly charge base solution. Please suggest us best solution and price etc...', '9246634589', '', 'Vizag', '', '', 'Contact', '2017-08-04 05:21:29'),
(361, 'Vivek Barman', 'tc_dgp@yahoo.co.in', '', 'India', '', 'required the PCB of boom barrier', '9434388291', '', 'other', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2017-08-07 17:15:00'),
(362, 'pawan jindal', 'pjindal115@yahoo.com', '', 'India', '', 'new', '9953653177', '', 'Delhi', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2017-08-12 11:04:46'),
(363, 'pawan jindal', 'pjindal115@yahoo.com', '', 'India', '', '', '9953653177', '', 'Delhi', '', 'Video Door Phone 7&quot; Color with Memory,Video Door Phone 7&quot; Color with Memory', 'Contact', '2017-08-12 11:05:31'),
(364, 'pawan jindal', 'pjindal115@yahoo.com', '', 'India', '', 'NEW', '9953653177', '', 'Delhi', '', 'Video Door Phone 7&quot; Color with Memory,Video Door Phone 7&quot; Color with Memory', 'Contact', '2017-08-12 13:03:42'),
(365, 'Markandeyan Varadarajan', 'veemark@markandeyan.com', '', 'India', '', 'Interested swing gate arm type opener', '9840076047', '', 'Chennai', '', '', 'Contact', '2017-08-13 08:20:46'),
(366, '', '', '', '', '', '', '', '', '', '', '', '', '2017-08-14 05:55:28'),
(367, 'Pretso', 'therie@gmail.com', '', 'India', '', 'Dear Sir,\r\n\r\nI am interested in Dealership for your products such as Automatic Swing Gates, Sliding Gates, Overhead Garage Gate etc.\r\n\r\nI am interested in dealership for the State of Nagaland. Kindly provide me details.\r\n\r\nDimapur (Nagaland) is the commercial hub of Nagaland State and one of the fastest growing commercial city in North East India. There is no competition for the business and therefore it ll be a great opportunity to start up before others take the initiative.\r\n\r\nI am willing to start at the earliest provided that Company wish so to start.\r\n\r\nLooking forward to early reply.\r\n\r\nThanking you.\r\n\r\nKind regards.\r\n\r\nPretso Therie\r\nSente Hotel\r\nGolaghat Road,\r\nDimapur - 797112\r\nNagaland : India\r\n(9862276145)', '9862276145', '', 'Kolkata', '', '', 'Contact', '2017-08-16 04:17:15'),
(368, 'Sudarsan C Narayanaswamy', 'cnsudarsan@gmail.com', '', 'India', '', 'Hello, I am interested in an automated sliding gate with RF iD access control for our apartment. I am part of the management committee. Please let me know the details with the approximate implementation cost.', '9880899220', '', 'Bengaluru', '', 'Car Sticker Entrance System', 'Contact', '2017-08-16 08:14:52'),
(369, 'Jagdish Solanke', 'jssolanke213@gmail.com', '', 'India', '', 'Hi Team,\r\nI am from pune &amp; Mumbai and here is need to all automation system, I am interested to take buy your product for  implementation or dealership &amp; Installation of your product', '9975156956', '', 'Pune', '', 'ALL', 'Contact', '2017-08-16 13:28:56'),
(370, 'Soham Paul', 'dpclkol@yahoo.com', '', 'India', '', 'Please send me a quotation of 2 color hands free monitor with a S. Steel Lock and another quotation of only 2 color hands free monitor.\r\n\r\nI already have this system installed but need 2 more monitor and need to replace my old S. Steel Lock.', '', '', 'Kolkata', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2017-08-19 07:44:40'),
(371, 'Ambarish Gawande', 'ambarish.lg@gmail.com', '', 'India', '', 'Hello Rajiv Sir,\r\nGreetings of the day!\r\nRequest for cost quotation of Power curtain rod without motor and shipping cost (if any).\r\n\r\n* Length : 72 inch\r\n* Qty : 02 Nos. (72 inch each)\r\n* Opening : Both opening from middle.\r\n\r\nThanks and regards,\r\nAmbarish Gawande \r\nPune - 411045.', '8308269200', '', 'Pune', '', 'Motorised Curtains', 'Contact', '2017-08-19 08:25:55'),
(372, 'R GANGADHARAM', 'rgdharam@gmail.com', '', 'India', '', 'I would like to set up Upvc door/windows manufacturing unit in Andhra Pradesh. Can I get a quotation for all the required mechinery. My r-mail: rgdharam@gmail.com\r\n+9483503299', '9483503299', '', 'Vizag', '', '', 'Contact', '2017-08-19 14:40:41'),
(373, 'Vinay John', 'vinayjohn29@gmail.com', '', 'India', '', '', '08232890403', '', 'Kolkata', '', '', 'Contact', '2017-08-20 07:33:46'),
(374, 'Asma', 'asma.ttindia@gmail.com', '', 'India', '', 'i would like to know the cost of a sensor door for the size of Height 114&quot; and width 50&quot;.', '', '', 'Mumbai', '', 'Glass Sensor Door,', 'Contact', '2017-08-23 05:43:14'),
(375, '', '', '', '', '', '', '', '', '', '', '', '', '2017-08-24 01:44:03'),
(376, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-08-24 02:31:52'),
(377, 'Fahad', 'fahad5174@gmail.com', '', 'India', '', 'sir, I am going to Start UPVC Windows Manufacture and going to Fabricate the UPVC windows and Doors. i say your veido on youtube and i am intrested to know the machinery prices and details', '8778966506', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Inner Corner cleaning tools - Pneumatic,90 Degree water Slot - Electric,45 Degree Water Slot - Electric  SP TL EL 09', 'Contact', '2017-08-24 07:02:54'),
(378, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-08-24 16:46:03'),
(379, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-08-26 13:54:54'),
(380, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-08-30 02:23:09'),
(381, 'Subhash Shingala', 'shingala_22@hotmail.com', '', 'India', '', 'we require gate automation products', '9998861507', '', 'Ahmedabad', '', '', 'Contact', '2017-08-30 04:22:54'),
(382, '', '', '', 'India', '', '', '', '', 'Kolkata', '', 'Gate Automation', 'Contact', '2017-08-30 04:24:16'),
(383, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-08-30 05:22:04'),
(384, 'Kailash vishwakarma', 'kailashvishwakarma781@gmail.com', '', 'India', '', 'Welding machines', '9713127171', '', 'other', '', '', 'Contact', '2017-08-31 02:07:49'),
(385, 'Rakesh', 'keshavbirajdar0@gmail.com', '', 'India', '', '', '8080163145', '', 'Pune', '', '', 'Contact', '2017-09-02 06:49:09'),
(386, 'Arya Kumar', 'arya.kumar1990@yahoo.com', '', 'United States', '', 'Hello,\r\n\r\nI will boost your website Google Rankings and bring your business next level.I will generate leads through SEO.I will fully optimize your Website On site and Off site Both. \r\n\r\nI provide guaranteed Ranking results for Low and Medium Competition Keywords. You know,keywords selection is most important part of SEO keyword ranking results.\r\n\r\nYou will start to see improvements within 4 Weeks and you will see real growth in results \r\n\r\nI provide these Services : Search Engine Optimization ,Search Engine marketing ,Social Media marketing .I will Fully optimize your Website and improve these results:\r\n\r\nWebsite Traffic \r\nWebsite Ranking for Google,Yahoo &amp; Bing\r\nAlexa Ranking results\r\nOrganic results &amp; impressions\r\n\r\nThanks,\r\nArya Kumar', '9304401637', '', 'Kolkata', '', '', 'Contact', '2017-09-02 12:39:31'),
(387, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2017-09-03 06:18:57'),
(388, 'venkatesh', 'venkat.banday@gmail.com', '', 'India', '', 'We need 4 meter automatic boom barrier for our apartment situated at Chennai.  Please send quote', '9962507575', '', 'Chennai', '', 'automatic boom barrier', 'Contact', '2017-09-04 06:14:24'),
(389, 'Mr P ch Panda', 'pcharanpanda@gmail.com', '', 'India', '', 'Sir, please provide me details of portable welding machine for upvc section', '7873312447', '', 'Kolkata', '', '', 'Contact', '2017-09-04 07:51:59'),
(390, 'Vinit Bansal', 'vinit1984@live.com', '', 'India', '', 'I want to open 1 of the 2 gates with switch or remote.', '8446021184', '', 'Nagpur', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2017-09-05 07:16:32'),
(391, 'Dewi Setiawati', 'dewi.tumarzena@gmail.com', '', 'Indonesia', '', 'i\'m interested to use your retractable gate produt. please send me pricelist', '+6287809709989', '', 'other', '', '', '', '2017-09-05 09:24:29'),
(392, 'Joydeep Dey', 'technicians@mavenindia.org', '', 'India', '', 'Requirement of Total Home Automation Quotation', '03340318980', '', 'Kolkata', '', '', 'Contact', '2017-09-06 11:19:55'),
(393, 'snehal', 'snehalrathodec@gmail.com', '', 'India', '', 'Dear sir,\r\ni want to \r\nneed door automation at my residence', '9898139233', '', 'Ahmedabad', '', '', 'Contact', '2017-09-07 12:08:15'),
(394, 'Sunil choudhury', 'aevvy@yahoo.com', '', 'India', '', 'We are interested to take authorized sales and service in odisha. We have also dealing with other company of their products in the name of M/s Aevvy tradings. We have order for boom barrier with RFID system. So kindly contact for further details.', '7377540470', '', 'Bhubaneswar', '', '', 'Contact', '2017-09-10 16:19:43'),
(395, 'ANTONIO LUIS SANTOS MERINO', 'alusanextremadura@gmail.com', '', 'Spain', '', 'uPVC Windows welding and corner cleanig price from spain', '635254099', '', 'Kolkata', '', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Contact', '2017-09-11 14:15:34'),
(396, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-09-12 15:10:37'),
(397, 'Rajeev', 'rranjan.mbc@gmail.com', '', 'India', '', '', '8873212786', '', 'Ranchi', '', '', 'Contact', '2017-09-12 17:30:14'),
(398, 'Rana Paul', 'rana_paul@outlook.com', '', 'India', '', 'We are reseller we want to talk with any representative regarding business... Please feel free to call me', '8017633010', '', 'Kolkata', '', '', 'Contact', '2017-09-13 05:54:56'),
(399, 'SIDHARTH PADHI SARMA', 'siddhisolutions2012@gmail.com', '', 'India', '', '', '9861683915', '', 'Bhubaneswar', '', 'Boom Barriers (High Speed ),Speed Hump', 'Contact', '2017-09-13 13:54:51'),
(400, 'Saba', 'syedsabaashraf@gmail.com', '', 'India', '', 'Required Integrated Home security system, Gate automation , CCTV systems', '7070000123', '', 'Patna', '', '', 'Contact', '2017-09-13 16:57:38'),
(401, '', '', '', '', '', '', '', '', '', '', '', '', '2017-09-19 21:31:03'),
(402, 'Veera.v', 'veera_co@yahoo.com', '', 'India', '', 'Please send details of  upvc mechine price list', '9849326255', '', 'Vijayawada', '', '', 'Contact', '2017-09-24 04:26:21'),
(403, 'Amit Kumar', 'amitkharb22@gmail.com', '', 'India', '', 'Please sent Complete quote for all types of boom barrier with integration system.', '8800983075', '', 'Delhi', '', '', 'Contact', '2017-09-26 10:18:17'),
(404, 'Fahad', 'mbfahad1100@yahoo.com', '', 'Bangladesh', '', 'Glass Door automation', '+8801716321980', '', 'other', '', '', 'Contact', '2017-09-27 07:36:33'),
(405, 'Priyanka Mukhija', 'priyankamukhija02@gmail.com', '', 'India', '', 'Hello,\r\n\r\nWe would like to introduce a nice idea for Diwali gifts this year. \r\n\r\nWe make delicious chocolates with your brand printed on it, packed in wooden box with a message for the recipient.\r\n\r\nIf you like to product, please let us know and we will be happy to share more detail with you.\r\n\r\nLook forward to hearing from you.\r\n\r\nRegards,\r\n\r\nPriyanka\r\nDXB gifts\r\n91 9711568962\r\n+91 11 6466 1101\r\nhttps://www.dxbgifts.com/pages/corporate-diwali-gifts-for-employees', '9711568962', '', 'Delhi', '', '', 'Contact', '2017-09-29 11:45:26'),
(406, 'Bishnu Pokhrel', 'umeshek777@gmail.com', '', 'Nepal', '', 'Query regarding portable hand tools for upvc doors and windows \r\nReply asap \r\nThanks', '+9779858029353', '', 'other', '', '', 'Contact', '2017-10-01 04:05:23'),
(407, 'Naveen Kumar', 'operations@playarena.in', '', 'India', '', 'We are a adventure park having two parking spaces. We are Looking for wireless RFID parking systems for both the parking. We have seen the videos &amp; the system it is perfect for our requirement. Revert ASAP\r\nRegards,\r\nNaveen', '9900089970', '', 'Bengaluru', '', 'Parking Fee Management System (Wireless)', 'Contact', '2017-10-01 08:19:10'),
(408, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-10-01 08:48:20'),
(409, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-10-01 08:48:21'),
(410, 'Rahul', 'infinitysolutions777@gmail.com', '', 'India', '', 'Want kit for door automation', '7972471312', '', 'other', '', '', '', '2017-10-02 17:20:41'),
(411, 'Priyanka Mukhija', 'priyankamukhija02@gmail.com', '', 'India', '', 'Hello,\r\n\r\nWe would like to introduce a nice idea for Diwali gifts this year. \r\n\r\nWe make delicious chocolates with your brand printed on it, packed in wooden box with a message for the recipient.\r\n\r\nIf you like to product, please let us know and we will be happy to share more detail with you.\r\n\r\nLook forward to hearing from you.\r\n\r\nRegards,\r\n\r\nPriyanka\r\nDXB gifts\r\n91 9711568962\r\n+91 11 6466 1101\r\nhttps://www.dxbgifts.com/pages/corporate-diwali-gifts-for-employees', '9711568962', '', 'Delhi', '', '', 'Contact', '2017-10-03 06:24:31'),
(412, 'Bhaskardas', 'bhaskardas4u@gmail.com', '', 'India', '', '', '7259931065', '', 'Bengaluru', '', 'Video Door Phone 7&quot; Color with Memory,Video Door Phone (For  Apartments)', 'Contact', '2017-10-05 18:17:24'),
(413, 'Ashutosh kumar', 'ram1984.kishore@gmail.com', '', 'India', '', 'automatic swing door motor', '7011071788', '', 'Patna', '', '', 'Contact', '2017-10-06 08:48:25'),
(414, 'Ashutosh kumar', 'ram1984.kishore@gmail.com', '', 'India', '', 'Automatic swing door motor', '7011071788', '', 'Patna', '', '', 'Contact', '2017-10-06 08:49:34'),
(415, 'Ramesh', 'sribharathmetalworks@gmail.com', '', 'India', '', 'Upvc Window,door mfg all machines wanted.', '9380245401', '', 'Chennai', '', '', 'Contact', '2017-10-06 10:35:38'),
(416, 'SOUMEN ROY', 'soumenroy2006@gmail.com', '', 'India', '', 'I want to install a video door phone along with door unlock. Plz send me the details with price tag. Thank u.', '9143127600', '', 'Kolkata', '', '', 'Contact', '2017-10-08 12:58:36'),
(417, 'Alex', 'alexthomasko@gmail.com', '', 'India', '', '', '8281370017', '', 'other', '', 'uPVC Windows Welding machines - Right,uPVC Windows Corner cleaning tools - Electric,90 Degree water Slot - Electric,45 Degree Water Slot - Electric  SP TL EL 09', 'Contact', '2017-10-10 07:29:11'),
(418, 'Ronak shah', 'ronakec99@yahoo.com', '', 'India', '', 'Enquiry for automatic boom barrier', '9824330936', '', 'Ahmedabad', '', '', 'Contact', '2017-10-10 14:32:18'),
(419, 'Jonathan RAJARAM', 'jonathan@pnd.mu', '', 'Mauritius', '', 'Telescopic automatic gate kit', '+23054238271', '', 'other', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2017-10-11 09:53:55'),
(420, 'Ganesh Karnawat', 'ganesh.karnawat@emamicement.com', '', 'India', '', 'Required Boom Barrier 4 Mtr Length', '7604013201', '', 'Kolkata', '', '', 'Contact', '2017-10-13 12:24:14'),
(421, 'Sourav Das', 'souravdasnew@gmail.com', '', 'India', '', 'I want to change my UPS Battery. Smartpower 725 VA UPS. I live in Dum Dum Juction Kolkata.. Which Service Centre Will Nearest? Please give a reply to me so that I can change my UPS Battery. Its Urgent.', '8981232187', '', 'Kolkata', '', '', 'Contact', '2017-10-16 05:53:38'),
(422, 'Sourav Das', 'souravdasnew@gmail.com', '', 'India', '', 'I want to change my UPS Battery. Smartpower 725 VA UPS. I live in Dum Dum Juction Kolkata.. Which Service Centre Will Nearest? Please give a reply to me so that I can change my UPS Battery. Its Urgent.', '8981232187', '', 'Kolkata', '', '', 'Contact', '2017-10-16 05:54:25'),
(423, '', '', '', '', '', '', '', '', '', '', '', '', '2017-10-17 10:26:09'),
(424, 'Harry Gomes', 'gomesharry179@gmail.com', '', 'India', '', 'Hello,\r\n \r\nHow are you? Hope you are fine.\r\n \r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working;  I mean the procedure of working has changed a lot.\r\n \r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n \r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n \r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Website Speed Development (Both Mobile and Desktop)\r\nPlease check via Google Developer -\r\n10. Favicon needs to be changed too.\r\n11. Off &ndash;Page SEO work\r\n \r\nLots are pending&hellip;&hellip;&hellip;&hellip;&hellip;..\r\n \r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search &amp; your sales Increase.\r\n \r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n \r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n \r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this free advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n \r\nMany thanks for your time and consideration,\r\n \r\nLooking forward\r\n \r\nRegards\r\nHarry Gomes \r\n\r\nIf you did not wish to receive this, please reply with &quot;unsubscribe&quot; in the subject line.\r\n \r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with &quot;unsubscribe&quot; in the subject line and we will take care that you do not receive any further promotional mail.', '8420862837', '', 'Kolkata', '', '', 'Contact', '2017-10-19 07:29:50'),
(425, '', '', '', '', '', '', '', '', '', '', '', '', '2017-10-19 21:02:30'),
(426, '', '', '', '', '', '', '', '', '', '', '', '', '2017-10-19 22:17:56'),
(427, 'Sheshadri', 'bks@idea-infinity.com', '', 'United Arab Emirates', '', 'We are one of the company dealing with automation products in Dubai,\r\nWe are impressed by your product range and interested in becoming your representative in this country to promote your product, if you are interested please revert back to us', '00971503541621', '', 'other', '', '', 'Contact', '2017-10-22 16:31:59'),
(428, 'HEMANT KHATOOWALA', 'kkccpbr@gmail.com', '', 'India', '', 'we have a requirement of boom barrier and tyre buster for porbandar', '9328116832', '', 'other', '', '', 'Contact', '2017-10-23 04:58:54'),
(429, '', '', '', 'India', '', 'boom barrier and tyre buster', '9328116832', '', 'Kolkata', '', '', 'Contact', '2017-10-23 05:00:34'),
(430, 'FARID HOSSAIN', 'FHUSSAIN909@GMAIL.COM', '', 'India', '', '', '8436495745', '', 'Kolkata', '', 'PIR Motion Sensor (Wall mounted)', 'Contact', '2017-10-23 06:12:44'),
(431, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-10-23 06:12:59'),
(432, '', '', '', 'India', '', '', '8436495745', '', 'Kolkata', '', 'PIR Motion Sensor (Wall mounted)', 'Contact', '2017-10-23 06:13:39'),
(433, 'Saad Ubaid', 'usaadma@gmail.com', '', 'India', '', '1)	Automatic Traffic Barrier System, 1.5 Meter Arm length, European Standards, with all necessary control panels and accessories, Supply &amp; Installation along with cable termination testing &amp; commissioning.\r\nQty : 25 EA\r\n2)	Automatic Traffic Barrier System, 2.5 Meter Arm length, European Standards, with all necessary control panels and accessories, Supply &amp; Installation along with cable termination testing &amp; commissioning.\r\nQty : 25 EA\r\n \r\nNotes: \r\n-	Barrier should be heavy duty cycle, field proven, easy handling arm travel speed should be 0.9 Second.\r\n      -     Supplier should provide all necessary control panels and accessories. (direct drive motor, field programmable controller with necessary input - outputs &amp; equipped with 2 self-tuning loop  \r\n             detector circuit, C/W: Swing away flange &amp; arm sensor with auto manual selector switch).', '', '', 'Kolkata', '', 'Boom Barriers (High Speed ),Boom Barriers (High Speed )', 'Contact', '2017-10-23 06:45:24'),
(434, 'Saad Ubaid', 'usaadma@gmail.com', '', 'India', '', '1)	Automatic Traffic Barrier System, 1.5 Meter Arm length, European Standards, with all necessary control panels and accessories, Supply &amp; Installation along with cable termination testing &amp; commissioning.\r\nQty : 25 EA\r\n2)	Automatic Traffic Barrier System, 2.5 Meter Arm length, European Standards, with all necessary control panels and accessories, Supply &amp; Installation along with cable termination testing &amp; commissioning.\r\nQty : 25 EA\r\n \r\nNotes: \r\n-	Barrier should be heavy duty cycle, field proven, easy handling arm travel speed should be 0.9 Second.\r\n      -     Supplier should provide all necessary control panels and accessories. (direct drive motor, field programmable controller with necessary input - outputs &amp; equipped with 2 self-tuning loop  \r\n             detector circuit, C/W: Swing away flange &amp; arm sensor with auto manual selector switch).', '', '', 'Bengaluru', '', 'Boom Barriers (High Speed ),Boom Barriers (High Speed )', 'Contact', '2017-10-23 06:46:57'),
(435, 'Vinod', 'cheradytt@yahoo.co.in', '', 'India', '', 'sir,\r\n   can u please quote for the sliding gate motor ,\r\ntks', '9480989741', '', 'Kochi', '', 'sliding gate motor', 'Contact', '2017-10-25 05:57:52'),
(436, 'Rachna banker', 'bankerachna@gmail.com', '', 'India', '', '', '9850095122', '', 'Pune', '', '', 'Contact', '2017-10-25 07:59:19'),
(437, 'Dr Chaitanya B R', 'chaitanya_br@yahoo.co.in', '', 'India', '', 'Folding gates', '9845033966', '', 'Bengaluru', '', '', 'Contact', '2017-10-26 04:33:46'),
(438, 'Krishna', 'chaitanya_br@yahoo.co.in', '', 'India', '', 'Folding gates', '9845033966', '', 'Kolkata', '', 'Motorised Retractable Gates,Motorised Retractable Gates', 'Contact', '2017-10-26 04:34:33'),
(439, 'Karan agri', 'karanagri4@gmail.com', '', 'India', '', 'Portable machin', '7204461268', '', 'other', '', '', '', '2017-10-26 14:18:00'),
(440, 'Karan agri', 'karanagri4@gmail.com', '', 'Nepal', '', 'Portable Upvc machine', '7204461268', '', 'Kolkata', '', '', 'Contact', '2017-10-26 14:28:04'),
(441, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-10-26 14:28:12'),
(442, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-10-26 14:28:32'),
(443, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-10-26 14:28:59');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(444, 'Ajay', 'ajaykmhse@gmail.com', '', 'India', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '9846554213', '', 'other', '', '', 'Contact', '2017-10-27 16:29:54'),
(445, 'Abhishek Anand', 'dranandpurnea@gmail.com', '', 'India', '', '', '9619247246', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-10-28 02:30:45'),
(446, '', '', '', 'India', '', '', '', '', 'Kolkata', '', '', 'Contact', '2017-10-28 02:31:00'),
(447, 'Abhishek Anand', 'dranandpurnea@gmail.com', '', 'India', '', '', '9619247246', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2017-10-28 02:31:51'),
(448, 'Ravi Kishore', 'info@giplindia.co.in', '', 'India', '', 'Need set of remotes.', '8790629513', '', 'Gurgaon', '', 'Boom Barriers SP ACM BB 406,', 'Contact', '2017-10-30 09:07:55'),
(449, 'Ashwini Venkatesh', 'ashwini.venkatesh@trelleborg.com', '', 'India', '', 'Dear Team,\r\n\r\nWe are looking for CCTV, BIOMETRIC and BOOMBARRIERS for our new plant.\r\n\r\nRequesting you to please get it touch and send us the quotation.\r\n\r\nFeel free to call us for below mentioned signature. \r\n\r\nAwaiting for your reply or call.', '7353877779', '', 'Bengaluru', '', 'CCTV, BIOMETRIC, BOOMBARRIER', 'Contact', '2017-10-31 03:38:08'),
(450, 'Shankar', 'shankarsubudhi20@gmail.com', '', 'India', '', '', '7978411881', '', 'other', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2017-10-31 04:20:31'),
(451, 'Premium k sharma', 'premharma0953@gmail.com', '', 'India', '', 'Automation of swinggate', '9811112633', '', 'Delhi', '', '', 'Contact', '2017-11-01 06:20:44'),
(452, 'Pradeep Agrawal', 'pixel.pradeep@gmail.com', '', 'India', '', '', '9830055775', '', 'Kolkata', '', 'Remote Door Lock', 'Contact', '2017-11-02 03:32:46'),
(453, 'Andy Marrie', 'andy.marrie@gmail.com', '', 'United States', '', 'Hi\r\nWe can help your website to get on first page of Google and increase the number of leads and sales you are getting from your website. Please email us back for full proposal.\r\n\r\nBest Regards\r\nAndy', '2063095272', '', 'Thiruvananthapuram', '', 'google', 'Contact', '2017-11-02 11:03:24'),
(454, 'suraj chikne', 'surajchikne24@gmail.com', '', 'India', '', 'automatic windows', '8806562929', '', 'Pune', '', 'Motorized Vertical Louvres', 'Contact', '2017-11-02 12:16:42'),
(455, 'suraj chikne', 'surajchikne24@gmail.com', '', 'India', '', '', '8806562929', '', 'Pune', '', 'Motorized Vertical Louvres,Motorized Vertical Louvres', 'Contact', '2017-11-02 12:17:18'),
(456, 'Santosh jain', 'jainsr@in.com', '', 'India', '', '', '9322239009', '', 'Mumbai', '', 'boom barrior', 'Contact', '2017-11-02 14:01:38'),
(457, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2017-11-02 14:36:37'),
(458, 'Gaurav Karnani', 'gaurav@chemtexlimited.com', '', 'India', '', 'Looking for 2 nos boom barriers', '9830087955', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 406', 'Contact', '2017-11-03 09:22:42'),
(459, '', '', '', '', '', '', '', '', '', '', '', '', '2017-11-04 10:47:45'),
(460, 'Ricardo Carminatti', 'ricardocarminatti@yahoo.com.br', '', 'Brazil', '', 'uPVC Portable Window Manufacturing Machines - Welding &amp; Cleaning interest.', '+5551991029976', '', 'other', '', '', 'Contact', '2017-11-04 23:38:27'),
(461, 'Ricardo Carminatti', 'ricardocarminatti@yahoo.com.br', '', 'Brazil', '', 'uPVC Portable Window Manufacturing Machines - Welding &amp; Cleaning - interest.', '+5551991029976', '', 'other', '', '', 'Contact', '2017-11-04 23:40:17'),
(462, '', '', '', '', '', '', '', '', '', '', '', '', '2017-11-05 08:46:26'),
(463, 'aditya seksaria', 'breakfasttochat@gmail.com', '', 'India', '', 'Require CCTV', '9804808899', '', 'Kolkata', '', 'CCTV Camera', 'Contact', '2017-11-06 06:59:24'),
(464, 'vishesh agarwal', 'vish66aga@gmail.com', '', 'India', '', 'i need office gate for my office', '9903603082', '', 'Kolkata', '', 'Auto Rolling Door Transparent PVC', 'Contact', '2017-11-06 09:59:40'),
(465, 'Shyamal Roy', 'ranashyamal5@gmail.com', '', 'India', '', 'Sensor Glass door machine price', '9830698223', '', 'Kolkata', '', '', 'Contact', '2017-11-07 15:38:03'),
(466, 'AJIT REDDY GOPU', 'ajitreddygopu@gmail.com', '', 'India', '', 'i would like to have quotation for uPVC window mfg tools', '7013523251', '', 'Hyderabad', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Electric,uPVC Windows inner Corner cleaning tools - Electric,uPVC Windows Welding machines - Right,90 Degree water Slot - Electric,45 Degree Water Slot - Electric  SP TL EL 09,Plain Water ', 'Contact', '2017-11-08 12:21:28'),
(467, 'amit', 'amit@ecogreenenergy.co.in', '', 'India', '', '', '8800965200', '', 'Gurgaon', '', '', 'Contact', '2017-11-09 06:25:19'),
(468, 'Jignesh Desai', 'jignesh.desai@aegisindia.com', '', 'India', '', 'RFQ for Smartpower sliding gate motor, 2500B', '9867520642', '', 'Kolkata', '', '', 'Contact', '2017-11-10 13:55:22'),
(469, 'Jignesh Desai', 'jignesh.desai@aegisindia.com', '', 'India', '', 'RFQ for SmartPower sliding gate motor, 2500B', '9867520642', '', 'Kolkata', '', '', 'Contact', '2017-11-10 13:56:40'),
(470, 'Balan', 'balan.s@saint-gobain.com', '', 'India', '', 'Balan from saint gobain , Looking for a automatic remote barrier for  fork lift movement in Logistic area .', '9003298833', '', 'Chennai', '', 'Turnstile - Bridge (Tripod)', 'Contact', '2017-11-11 07:48:20'),
(471, '', '', '', '', '', '', '', '', '', '', '', 'Product', '2017-11-11 22:36:59'),
(472, 'ABHIJEET MAGDUM', 'sales.rudratech@gmail.com', '', 'India', '', 'HI SIR , WE RUDRA TECHNOLOGICS SOLUTIONS BHOPAL HAVING ONE PROJECT AUTOMATIC GATE OPENING CLOSING AND VEHICLE IDENTIFICATION AND SMART PARKING ALL IN ONE INTEGRATED SYSTEM.\r\nKINDLY SEND ME DETAILED PROJECT DETAIL AND QOUATION', '8888751533', '', 'other', '', '', 'Contact', '2017-11-12 20:08:54'),
(473, 'Kamrup kumar roy', 'kamrup95@gmail.com', '', 'India', '', 'N/A', '9836494694', '', 'Kolkata', '', 'Boom Barriers SP ACM BB (Folding)', 'Contact', '2017-11-14 10:03:01'),
(474, '9023383390', 'a.hussain766z@gmail.com', '', 'India', '', 'i am interested in automation and designing so i would like to be a part of your organization. if there is any requirement then contact me. i am pursuing B.Tech mechanical engineering in final year. thank you', '8528092272', '', 'other', '', '', '', '2017-11-14 18:41:34'),
(475, 'Zhilin Yang', 'cji@cjinam.com', '', 'Namibia', '', 'FOB, deliver to Lusaka, Zambia', '+264814636576', '', 'other', '', 'auto swing gate', 'Contact', '2017-11-17 06:23:54'),
(476, 'Zhilin Yang', 'cjinam@hotmail.com', '', 'Namibia', '', 'FOB,deliver to Lusaka, Zambia', '+264814636576', '', 'other', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2017-11-17 06:39:39'),
(477, 'Aatery Tilve', 'geemgoa@gmail.com', '', 'India', '', 'I am established dealer in Goa of Gate, shutters,home automation.I am interested in dealership. Please call back', '9689354999', '', 'other', '', '', '', '2017-11-18 03:24:29'),
(478, 'anand singh', 'asenterpriesesupvc@gmail.com', '', 'India', '', '', '8889176665', '', 'Indore', '', 'upvc portable water slot machine', 'Contact', '2017-11-26 08:31:37'),
(479, 'kumar', 'security.bglr@pridehotel.com', '', 'India', '', 'we need boom barrier', '9686601307', '', 'Bengaluru', '', '', 'Contact', '2017-11-28 07:44:29'),
(480, 'Shashi Bhushan', 'technocraftngp@gmail.com', '', 'India', '', '', '9860084692', '', 'Kolkata', '', 'Boom Barrier', 'Contact', '2017-11-30 09:07:24'),
(481, 'i p s school', 'mukeships769@gmeal.com', '', 'India', '', '2500kjmotor', '9568012769', '', 'Kolkata', '', 'gate automation', 'Contact', '2017-12-01 14:53:24'),
(482, 'Ramesh Juvekar', 'ramesh.juvekar@gmail.com', '', 'India', '', '22 flat apartment building, Pl quote system as described in video ( without secondary flat door opening feature', '9822086935', '', 'Pune', '', 'Video Door Phone (For  Apartments)', 'Contact', '2017-12-01 16:46:05'),
(483, 'JUSTICE ADU', '859411034@qq.com', '', 'Ghana', '', 'I would be very glad to do business with you. Thank you', '+233274421398', '', 'other', '', 'Video Door Phone (For  Apartments)', '', '2017-12-01 18:00:44'),
(484, 'V.P. SRIVASTAVA', 'vpsrivastava@centurypaper.org.in', '', 'India', '', 'car stickers boom barrier', '8979938099', '', 'other', '', 'Car Sticker Entrance System', 'Contact', '2017-12-05 10:13:53'),
(485, 'Kumar gautam', 'gautamk@indianoil.in', '', 'India', '', 'We need Motorised MS Sliding Gate at one of our Residential complex at Servo tower, 14 Plam Avenue, Kolkata-700019.\r\nDimension :  6&rsquo;2&rdquo; x 10&rsquo;11&rdquo;\r\nQty: 1 No. for the time being.\r\nSingle side/Bi-Parting : Bi-Parting. To be replaced with single side gate.\r\nBOQ: To be prepared by Avians along with the associated technical specs and allied civil jobs.', '9051760601', '', 'Kolkata', '', '', 'Contact', '2017-12-08 05:01:22'),
(486, 'V.P Srivastava', 'vpsrivastava@centurypaper.org.in', '', 'India', '', 'We need RFID entrance system', '8979938099', '', 'other', '', 'Car Sticker Entrance System', 'Contact', '2017-12-09 09:51:19'),
(487, 'Gorden', 'gfmutungwazi@gmail.com', '', 'Zimbabwe', '', 'Hello,\r\nI am looking for the full UPVC windows assembly set', '+263778719058', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines,uPVC Windows Welding machines,uPVC Windows Welding machines - Right,uPVC Windows Corner cleaning tools - Pneumatic,90 Degree water Slot - Electric,45 Degree Water Slot - Electric  SP TL EL 09,Pla', '', '2017-12-11 08:23:04'),
(488, 'Prasanth kumar', 'pkcochin@gmail.com', '', 'India', '', 'Car entry system uhf  rfid', '9995487777', '', 'Kochi', '', '', 'Contact', '2017-12-12 12:01:06'),
(489, 'Ajay Patel', 'cmd@omcommunication.co', '', 'India', '', 'I m looking for Super stockiest and distribution', '9624800035', '', 'Rajkot', '', '', 'Contact', '2017-12-14 06:02:58'),
(490, 'Nithya Krishna', 'contact@regalowebs.com', '', 'India', '', 'require the quote at the ealierst.', '9590919007', '', 'Bengaluru', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Video Door Phone 7&quot; Color with Memory', 'Contact', '2017-12-15 05:29:52'),
(491, 'Michael Stone', 'michael@makebusinessontop.com', '', 'India', '', 'GET A NEW WEBSITE WITH FREE HOSTING &amp; SEO @just $99 ONLY!!\r\nKindly reply for more info!!', '9013061554', '', 'Kolkata', '', '', 'Contact', '2017-12-15 07:07:46'),
(492, 'S K Paul', 'swarup0210@gmail.com', '', 'India', '', 'Attendance finger print', '9836710610', '', 'Kolkata', '', '', 'Contact', '2017-12-15 09:17:17'),
(493, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:08'),
(494, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:17'),
(495, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:25'),
(496, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:30'),
(497, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:38'),
(498, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:47'),
(499, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:27:56'),
(500, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:00'),
(501, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:09'),
(502, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:18'),
(503, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:26'),
(504, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:31'),
(505, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:39'),
(506, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:48'),
(507, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:28:57'),
(508, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:01'),
(509, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:10'),
(510, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:19'),
(511, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:27'),
(512, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:32'),
(513, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:40'),
(514, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 13:29:49'),
(515, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 14:51:06'),
(516, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 14:51:16'),
(517, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 14:51:26'),
(518, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 14:51:29'),
(519, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 14:51:39'),
(520, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 14:51:51'),
(521, 'Sridhar  Banarjee', 'php.ravikr84@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 17:44:35'),
(522, 'Sridhar  Banarjee', 'php.ravikr84@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-23 17:44:44'),
(523, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 17:53:03'),
(524, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 17:53:12'),
(525, 'Sridhar  Banarjee', 'ravi.cogito@gmail', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 18:08:48'),
(526, 'Sridhar  Banarjee', 'ravi.cogito@gmail', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 18:08:57'),
(527, 'Sridhar  Banarjee', 'ravi.cogito@gmail', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 18:09:05'),
(528, 'Sridhar  Banarjee', 'ravi.cogito@gmail', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 18:09:13'),
(529, 'Sridhar  Banarjee', 'ravi.cogito@gmail', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 18:09:18'),
(530, 'Sridhar  Banarjee', 'ravi.cogito@gmail', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-23 18:09:27'),
(531, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:27:23'),
(532, '', '', '', '', '', '', '', '', '', '', 'Glass Sensor Door', 'Product', '2017-12-24 16:28:26'),
(533, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:41:42'),
(534, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:41:52'),
(535, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:55:00'),
(536, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:55:10'),
(537, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', 'sfsss', '8013067098', 'testing company', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:56:02'),
(538, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', 'sfsss', '8013067098', 'testing company', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 16:56:10'),
(539, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 16:56:43'),
(540, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 16:56:52'),
(541, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', 'ssfsafs', '8013067098', 'testsdfdds', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 16:57:23'),
(542, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', 'ssfsafs', '8013067098', 'testsdfdds', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 16:57:32'),
(543, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Revolving Sensor Door', 'Product', '2017-12-24 17:17:19'),
(544, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 17:25:00'),
(545, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 17:28:14'),
(546, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 17:31:19'),
(547, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Hospital Sensor', 'Product', '2017-12-24 17:31:36'),
(548, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-24 17:33:03'),
(549, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-24 17:35:49'),
(550, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-24 17:37:42'),
(551, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-24 17:40:19'),
(552, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Telescopic Glass Sensor Door', 'Product', '2017-12-24 17:43:28'),
(553, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 17:45:08'),
(554, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 17:46:55'),
(555, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 17:50:02'),
(556, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 17:53:34'),
(557, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-24 17:55:41'),
(558, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-24 17:56:46'),
(559, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', 'sdfsdfsfsdfsd', '8013067098', 'smart powere', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 17:57:25'),
(560, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-24 18:01:28'),
(561, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Auto Swing Door', 'Product', '2017-12-24 18:03:34'),
(562, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', 'testing', '8013067098', 'Testing Company', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 06:25:47'),
(563, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 06:27:24'),
(564, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 06:32:56'),
(565, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 06:37:20'),
(566, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 06:40:49'),
(567, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 06:47:29'),
(568, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 07:04:49'),
(569, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', 'testing', 'India', 'WEST BENGAL', '', '8013067098', '', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2017-12-25 07:16:38'),
(570, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Biometric Attendance System,Biometric Attendance System', '', '2017-12-25 08:06:32'),
(571, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Hospital Sensor', '', '2017-12-25 08:11:52'),
(572, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door,Auto Swing Door', '', '2017-12-25 08:14:38'),
(573, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 08:44:27'),
(574, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 08:48:51'),
(575, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 09:54:37'),
(576, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', '', '2017-12-25 09:55:20'),
(577, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 10:02:01'),
(578, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Auto Swing Door', '', '2017-12-25 10:16:10'),
(579, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Auto Swing Door', '', '2017-12-25 10:18:56'),
(580, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 10:31:19'),
(581, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 10:34:12'),
(582, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door', '', '2017-12-25 10:34:27'),
(583, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2017-12-25 10:38:38'),
(584, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '5 testing', '8013067098', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000', '', '2017-12-25 10:44:18'),
(585, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Auto Swing Door', '', '2017-12-25 10:46:36'),
(586, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'can i get this product', '8013067098', '', 'Kolkata', '', 'Glass Sensor Door,Sliding Gate Motor SP ACM ID 1800/2500', '', '2017-12-25 10:48:51'),
(587, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testng automation', '8013067098', '', 'Kolkata', '', 'Home  Automation', '', '2017-12-25 10:50:24'),
(588, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2017-12-25 10:51:16'),
(589, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'teting', '8013067098', '', 'Kolkata', '', 'Parking Fee Management System (Wireless)', '', '2017-12-25 10:52:39'),
(590, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', '', '2017-12-25 10:53:54'),
(591, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Highway Toll Management System', '', '2017-12-25 10:57:45'),
(592, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', '', '8013067098', '', 'Kolkata', '', 'Parking Fee Management System (Wireless)', '', '2017-12-25 11:01:48'),
(593, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', '', '2017-12-25 11:05:38'),
(594, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', '', '2017-12-25 11:06:51'),
(595, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '8013067098', '', 'Kolkata', '', 'Motorised Blinds', '', '2017-12-25 11:08:23'),
(596, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'testing sridhar', '8013067098', '', 'Kolkata', '', 'Boom Barriers SP ACM BB (Folding),Boom Barriers SP ACM BB (Folding)', '', '2017-12-25 11:09:16'),
(597, 'Sridhar  Banarjee', 'ravi.cogito@gmail.com', '', 'India', '', 'sdadadad', '8013067098', '', 'Kolkata', '', 'Boom Barriers SP ACM BB (Fencing)', '', '2017-12-25 11:11:00'),
(598, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', 'ok', '9831021270', '', 'Kolkata', '', 'r,Rolling Door Central Motors Up to 150 Sq Ft Door', '', '2017-12-25 13:35:18'),
(599, 'Abhay baluja', 'abhaybaluja@gmail.com', '', '', '', '', '9923002336', '', '', '', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2017-12-26 12:13:07'),
(600, 'Manisha Kundu', 'ae.tmsd1@gmail.com', 'Teesta Mechanical Sub Division - I\nFulbari', 'India', 'WEST BENGAL', 'Present market price of this product.', '9832967509', 'Irrigation ', 'Jalpaiguri', '734015', 'Boom Barriers SP ACM BB 801', 'Product', '2017-12-27 07:34:54'),
(601, 'Elangovan real.elango@yahoo.co.in', 'Email Address: *', '', 'India', '', '', '9443734967', '', 'Coimbatore', '', 'undefined', '', '2017-12-27 15:34:13'),
(602, 'manish shah', 'manishshah23061985@gmail.com', 'shastri nagar ', 'India', 'uttar pradesh', 'required 100 rf id card ', '8860555708', 'desktop and laptop repair', 'ghaziabad', '201002', 'Car Sticker Entrance System', 'Product', '2017-12-31 13:21:10'),
(603, 'Dr. Dilip Dhamankar', 'dilipdhamankar@gmail.com', 'Hemdeep Anandbaug 725-1-1 Navi Peth', 'India', 'Maharashtra', '', '9422357949', '', 'Pune', '411030', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Product', '2018-01-01 06:42:07'),
(604, 'GOPAL GUPTA', 'gopalkrgupta7@gmail.com', '', 'India', '', '', '7076373922', '', 'Asansol', '', 'undefined', '', '2018-01-04 21:35:18'),
(605, 'Sunil khanna ', 'ssaa_khanna@yahoo.co.in', 'G-3 gr flr sagar shopping center sahara darwaza ring road surat 395003 ', 'India', 'Gujarat ', 'Automatic doors, hospital type for our factory at panoli Ankleshwer ', '9376961000 ', 'Sunil Khanna ', 'Surat ', '395003 ', 'Hospital Sensor', 'Product', '2018-01-15 07:40:48'),
(606, 'Sourav Agarwal', 'sourav.agarwal98@gmail.com', 'Malda, West Bengal, india', 'India', 'WEST BENGAL', '', '9647700203', 'BHPL', 'Malda', '732141', 'Auto Swing Door', 'Product', '2018-01-15 08:04:23'),
(607, 'miguel angel', 'miseroja@yahoo.es', '', 'Spain', '', 'i would like to now the final price of the product with shipping costs,1 peace for spain.thanks', '0034 961252845', 'gruposep', '', '', 'uPVC Windows Welding machines', 'Product', '2018-01-19 13:06:45'),
(608, 'Garibert Pervera', 'irag652000@yahoo.com', '', 'United Kingdom', '', 'I am interested in these machines, please provide me complete information regarding this, and the prices as well, hoping for your reply. Thank you.', '00447792853060', '', 'Kolkata', '', 'uPVC Windows Welding machines - Right,uPVC Windows Welding machines,uPVC Windows Welding machines', '', '2018-01-20 14:40:49'),
(609, 'ajay chandora', 'aj_aykboom@yahoo.co.in', '189, KRISHNA TEMPLE, SECOND STREET\nBHAGAT KI KOTHI\nJODHPUR', 'India', 'Rajasthan', 'end user and would appreciate a nice deal\n', '9602848139', '', 'JODHPUR', '342001', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-01-23 14:44:36'),
(610, 'voltainc', 'voltaincx@gmail.com', '', 'Oman', '', '', ' 96893374371', '', '', '', 'Token Dispenser Queue management', 'Product', '2018-01-25 06:06:04'),
(611, 'Narinder', 'royaldrivejmu@gmail.com', '', 'India', '', 'Enquire abt product', '9086125854', '', 'other', '', 'undefined', '', '2018-01-25 11:19:47'),
(612, 'VIJAY KUMAR SINGH', 'planningbrbcl@gmail.com', '', 'India', 'Bihar', '', '9471003381', 'Bhartiya Rail Bijlee Company Ltd', 'Aurangabad', '824303', 'Boom Barriers SP ACM BB 801', 'Product', '2018-01-27 12:46:58'),
(613, 'Lakshay Ghai', 'mail@novarcharchitects.com', '', 'India', '', '', '9015764702', '', 'Delhi', '', 'Motorized Vertical Louvres', '', '2018-01-30 12:24:29'),
(614, 'muzi myeni', 'mztgroom@gmail.com', 'box 3 siphofaneni', 'Swaziland', 'lubombo', 'welding machine and tools prices', ' 26876259597', 'n/a', 'siphofaneni', '', 'uPVC Windows Welding machines', 'Product', '2018-01-31 14:41:36'),
(615, 'S S Mandal', 'ssmandal@indianoil.in', '', 'India', '', 'I need  door opening closing with hand figure as and face both recognition. ', '8332960040', '', 'other', '', 'undefined', '', '2018-02-05 17:01:26'),
(616, 'MOHAMMED ALI KHAN', 'm.alikhan357@gmail.com', '', 'India', '', 'I am looking to motorize my existing rolling shutter for my garage (Residence). ', ' 917899056357', '', 'Bengaluru', '', 'Motorised Rolling shutter', '', '2018-02-06 11:05:36'),
(617, 'Amit Parmar', 'amit.parmar301085@gmail.com', 'Sanket India,Anand', 'India', 'Gujarat', 'Reqd.Boom Barrier', '09925003040', 'Rahi const.co.', 'Anand', '', 'Boom Barriers SP ACM BB 801', 'Product', '2018-02-08 04:34:06'),
(618, 'Pradeep Vedagiri', 'pradeep@scita.in', '#168, Vittal Nagar', 'India', 'None', '', '9886426130', 'scita solutions', 'Bangalore', '560078', 'Motorised Retractable Gates', 'Product', '2018-02-08 04:53:13'),
(619, 'Niaz', 'niaz2030@yahoo.com', '', 'India', '', 'Smart gate', '9566182444', '', 'Chennai', '', 'undefined', '', '2018-02-09 23:10:55'),
(620, 'Mr. Munjaal Solanki', 'solanki.engi.enterprise@gmail.com', 'Pottery Road, opp. Grain market, jamnagar', 'India', 'Gujarat', 'You are requested to quote us the rates of this motor. Our purpose is to use in rolling shutter as we are into fabrication business since 1965.', '9601448899', 'SOLANKI ENG. ENT.', 'Jamnagar', '361008', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2018-02-11 11:34:05'),
(621, 'Vinod', 'rsbprojectskatihar@gmail.com', '', 'India', '', '', '7980403299', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-02-14 06:37:17'),
(622, 'VINOD', 'rsbprojectskatihat@gmail.com', '201, New Park Street\nFlat 2C', 'India', 'West Bengal', '', '7980409299', 'RSB PROJECTS LTD', 'Kolkata', '700017', 'Boom Barriers SP ACM BB 801', 'Product', '2018-02-14 06:43:19'),
(623, 'Dragan Bugarski', 'jovan.bugarski@yahoo.com', '', 'Serbia', 'Serbia', 'I would like to know prices of these machines. Can you send it to Belgrade, Serbia ?', ' 381638434786', '', 'Belgrade', '', 'uPVC Windows Welding machines', 'Product', '2018-02-18 14:40:59'),
(624, 'Prem', 'prem.tito@gmail.com', 'Bangalore', 'India', 'Karnataka ', '', '9845487335', '', 'Bangalore', '562125', 'Car Sticker Entrance System', 'Product', '2018-02-20 13:47:27'),
(625, 'Abhijit Mukherjee', 'abhijitmukherjee2015@outlook.com', '', 'India', '', 'Urgently please contact', '8017755777', '', 'Kolkata', '', '', '', '2018-02-21 06:04:46'),
(626, 'Santosh Tiwarin', 'sanhitus@gmail.com', 'Nagpur', 'India', 'Maharashtra', 'For AIRPORT parking barcoad and Rfid system ', '9373100007', '9373100007', 'Nagpur', '27', 'Car Sticker Entrance System', 'Product', '2018-02-21 15:20:01'),
(627, 'Anshika Nathani', 'anshikanathani@gmail.com', '', 'India', '', 'Requirement for motor/automation for swing gates', '7379934444', '', 'Lucknow', '', 'undefined', '', '2018-02-22 08:19:06'),
(628, 'Arun', 'aarundsouza@gmail.com', '', 'India', '', '', '9902439588', '', 'Bengaluru', '', 'undefined', '', '2018-02-22 11:04:43'),
(629, 'Akhilesh', 'akhilesh.singour07@gmail.com', '', 'India', '', 'Sliding gate equipment', '7000023397', '', 'Jabalpur', '', 'undefined', '', '2018-02-25 18:31:36'),
(630, 'Karan Grewal', 'karan.grewal.493@gmail.com', 'Mumbai', 'India', 'Maharastra', 'Price for 8 units of Roller blind motor and ', '9820028994', 'Home', 'Mumbai', '400049', 'Motorised Blinds', 'Product', '2018-02-26 19:37:37'),
(631, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-02-27 10:44:44'),
(632, 'Shyamsundar', 'shyam65cbe@gmail.com', '', 'India', '', 'Home Gate Automation', '9443737457', '', 'Coimbatore', '', '', '', '2018-02-27 12:24:09'),
(633, 'Shruti Sagar', 'ssmohanta@bhel.in', 'CS ', 'India', 'Andhra Pradesh', '', '9618946290', 'BHEL', 'VISAKHAPATNAM', '530012', 'Flap Barrier', 'Product', '2018-02-28 07:55:41'),
(634, 'Priti Patel ', 'patelpriti34@gmail.com', '', 'India', '', '', '9821093011', '', 'Mumbai', '', 'undefined', '', '2018-03-01 05:07:20'),
(635, 'Pradeep Nath', 'pinnacleresidency@rediffmail.com', '', 'India', '', 'Already have boom barrier. Need to install rfid reader for opening of boom for our society. We have 5 booms. Requirement is immediate', '9412058915', '', 'Dehradun', '', 'Vehicle Loop Detector,Car Sticker Entrance System,Car Sticker Entrance System', '', '2018-03-05 02:18:56'),
(636, 'Biswajit Kumar Behera', 'biswajit89behera@gmail.com', '', 'India', '', 'Need to discuss price', '8763066367', '', 'Bhubaneswar', '', 'undefined', '', '2018-03-06 12:18:00'),
(637, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:12:10'),
(638, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:12:23'),
(639, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:12:32'),
(640, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:12:41'),
(641, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:12:53'),
(642, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:13:02'),
(643, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:13:11'),
(644, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:13:16'),
(645, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:13:25'),
(646, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:13:33'),
(647, 'hemant thakkar', 'hemant.thakkar1992@gmail.com', '', 'India', 'gujarat', '', '9016042525', 'krishna home automation', 'surat', '395007', 'Car Sticker Entrance System', 'Product', '2018-03-07 05:13:42'),
(648, 'raju', 'rajubag.bag8@gmail.com', 'bhilai nehru nagar', 'India', 'chhattisgarh', 'door access not working', '9584208366', 'virtual tech', 'bhilai', '490020', 'RFID Access Control', 'Product', '2018-03-08 09:44:00'),
(649, 'Srinivas', 'emmanupvc@gmail.com', 'Vizag', 'India', 'Andhra pradesh', '', '7661902000', 'Emman upvc and aluminium decors', 'Vizag', '530020', 'uPVC Windows Outer Corner cleaning tools - Pneumatic', 'Product', '2018-03-08 13:43:02'),
(650, 'Sai kumar', 'saikumar13470@gmail.com', '', 'India', '', '', '9989255546', '', 'other', '', 'undefined', '', '2018-03-09 11:43:26'),
(651, 'sonam tobgay', 'stobgay37@gmail.com', '', '', '', '', '0097517958484', 'Gyembo enterprise', '', '', 'Parking Fee Management System (Wireless)', 'Product', '2018-03-13 10:00:04'),
(652, 'Madhir Joshi', 'hrd2.s@dhoottransmission.com', '', 'India', '', 'Required automatic door openig with user thumb impression ', '7875448498', '', 'other', '', '', '', '2018-03-15 06:17:31'),
(653, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-03-21 01:09:13'),
(654, 'Milkha singh', 'milkhasingh145@gmail.com', 'new geeta colony near kala sangha road\nnew geeta colony near kala sangha road', 'India', 'Punjab', '', '8146237431', 'Onkar water tech', 'jalandhar', '144002', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2018-03-21 06:31:50'),
(655, '9900363773', 'sameermulgund1@gmail.com', '', 'India', '', 'Gadag (Karnataka)', '9900363773', '', 'Bengaluru', '', 'undefined', '', '2018-03-22 19:41:23'),
(656, 'Royston Dsouza', 'roystonsdb@gmail.com', 'Pinguli Kudal ', 'India', 'maharashtra', '', '7350820340', 'Don Bosco', 'Kudal', '416528', 'uPVC Windows Welding machines', 'Product', '2018-03-24 14:54:22'),
(657, 'paul kingston', 'paul@ikingtechsolutions.com', 'iKing Tech Solutions\nNo.23, Ganapathy Nagar, Vallimalai Road, Katpadi', 'India', 'Tamil Nadu', 'Hi we are IT Solutions provider company in Vellore, Tamilnadu..looking for GATE automation system for few of my clients. Reach me in 9894127909 / 73737 27909', '9894127909', 'Iking Tech Solutions', 'Vellore', '632007', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-03-26 04:59:59'),
(658, 'Rahul kumar', 'nimisharahul@gmail.com', '', 'India', '', 'Interested in door and gate automation.', '9818118575', '', 'Delhi', '', 'undefined', '', '2018-03-26 14:23:10'),
(659, 'KOUSHIK BOYED', 'koushik@bothragroup.com', 'SAGAR ESTATE, 2, CLIVE GHAT STREET, N.C. DUTTA SARANI, 2ND FLOOR, ROOM NO.10', 'India', 'WEST BENGAL', '1 NO. BOOM BARRIERS (MODEL NO. SP ACM BB 801) REQUIRED FOR OUR HALDIA SITE PURPOSE', '9666760171', 'HALDIA FLOATING TERMINAL PVT LTD', 'KOLKATA', '700001', 'Boom Barriers SP ACM BB 801', 'Product', '2018-03-27 11:59:19'),
(660, 'Ramesh bhai', 'rameshjetha@gmail.com', '', 'India', '', 'Please contact i interested your product ', '9978059356', '', 'other', '', 'undefined', '', '2018-03-27 14:45:01'),
(661, 'Asit Mahata', 'asit.mahata2012@gmail.com', '', 'India', '', 'Good', '9593427949', '', 'Kolkata', '', 'undefined', '', '2018-04-02 13:30:35'),
(662, 'Ninan', 'ninan_t@yahoo.com', '', 'India', '', 'Sliding gate', '9879578488', '', 'Kolkata', '', 'undefined', '', '2018-04-03 11:38:55'),
(663, 'vicky lubana', 'vluban@quarkcity.co.in', '', 'India', '', 'need requirement for 17 floor high rise building aprrox 100 lus apartments', '8146610175', '', 'Chandigarh', '', 'Video Door Phone (For  Apartments)', '', '2018-04-06 08:09:50'),
(664, 'Shivangi Gadia', 'gadiashivangi@gmail.com', '', 'India', '', 'I need motorised awning for roof cover. Please provide details for size, mechanism and prices.\nThanks', '9873837493', '', 'other', '', 'Awnings', '', '2018-04-08 12:20:45'),
(665, 'shishir soral', 'dorowinframeworks@gmail.com', '', '', '', '', '9829943300', '', '', '', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2018-04-10 07:47:51'),
(666, 'Karruppaiya', 'karippap09@gmail.com', '', 'India', '', 'Need automatic window opener for high roof building', '9443886694', '', 'other', '', 'undefined', '', '2018-04-11 16:56:55'),
(667, 'Sahil', 'sahil..runja@gmail.com', '', 'India', '', 'Call me', '8927878692', '', 'Rajkot', '', 'undefined', '', '2018-04-12 06:39:44'),
(668, 'Praveen', 'asapsonu@gmail.com', 'Bangalore', 'India', 'karnataka', 'I am looking for 3 sizes of Roman Curtains \n1. 8ft * 8 Ft (in 2 Pieces 4 ft each)\n2. 73 inch * 80 Inch\n3. 83 Inch * 77 Inch\nPl share the product details and features.', '9535211520', '', 'Bangalore', '560075', 'Motorised Blinds', 'Product', '2018-04-15 08:42:18'),
(669, 'Niaz', 'niaz2030@yahoo.com', '', 'India', '', 'Automated house gate ', ' 91 9566182444 ', '', 'other', '', 'undefined', '', '2018-04-16 17:59:21'),
(670, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2018-04-18 04:29:10'),
(671, 'Naveen Suthar', 'naveen.suthar.nbh@gmail.com', '', 'India', '', 'Main gate automation required ', '9928825509', '', 'other', '', 'undefined', '', '2018-04-19 09:03:38'),
(672, 'Dipal Patel', 'dpalpatel@gmail.com', '', 'India', 'Gujarat', '', '9898367683', '', 'Surat', '395004', 'Flap Barrier', 'Product', '2018-04-20 09:23:43'),
(673, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2018-04-20 18:38:33'),
(674, 'Jayesh Mutha', 'joy_esh@hotmail.com', 'A101 priyanka blossom apt gangapur road nashik', 'India', 'Maharashtra', '', '9326650333', '', 'Nashik', '422013', 'Car Sticker Entrance System', 'Product', '2018-04-23 02:14:26'),
(675, 'Eshwar', 'uniquesolutions@gmail.com', 'Andhrapradesh', 'India', 'andhra pradesh', '', '9885616966', 'Unique Solutions', 'vizag', '530016', 'Sliding Gate Motor SP ACM ID 4000', 'Product', '2018-04-23 14:08:13'),
(676, 'Madhukar', 'pmrsapbi@gmail.com', '', 'India', '', '', '8465990201', '', 'Hyderabad', '', 'undefined', '', '2018-04-25 05:20:45'),
(677, 'G. Sairam', 'rathna enterprises', '', 'India', '', '', '9642823998', '', 'Kolkata', '', 'undefined', '', '2018-04-25 06:14:52'),
(678, '9796170722', 'fabricationsameer.kmr@gmail.com', '', 'India', '', 'sory', '9796170722', '', 'Srinagar', '', 'undefined', '', '2018-04-25 08:00:23'),
(679, 'Simon', 'frank-muellers@web.de', '', '', '', 'Can it be open from each floor with the electric dorr opener. and does that system close by himself? And what is the price?', '00491775555342', '', '', '', 'Remote Door Lock', 'Product', '2018-04-25 09:09:06'),
(680, 'Avinash Wadkar', 'akwadkar@hotmail.com', 'Katraj Pune', 'India', 'MAHARASHTRA', 'Require Car Sticker Entrance Solution ', '9049004025', 'CHAITRANGAN HOUSING SOCIETY', 'PUNE', '411046', 'Car Sticker Entrance System', 'Product', '2018-04-26 06:02:13'),
(681, 'Ajay kumar chandra', 'plcchandu@gmail.com', '', 'India', '', '', '9993320310', '', 'Raipur', '', 'undefined', '', '2018-04-27 10:41:03'),
(682, 'Goutam Pathak ', 'msgoutam.pathak@rediffmail.com', '', 'India', '', 'Main gate ', '8145600571 ', '', 'Kolkata', '', 'undefined', '', '2018-04-27 11:24:11'),
(683, 'Goutam Pathak ', 'msgoutam.pathak@rediffmail.com', '', 'India', '', 'Main gate ', '8145600571 ', '', 'Kolkata', '', 'undefined', '', '2018-04-27 11:25:37'),
(684, 'Goutam Pathak ', 'msgoutam.pathak@rediffmail.com', '', 'India', '', 'Main gate', '814560071 ', '', 'Kolkata', '', 'undefined', '', '2018-04-27 11:29:40'),
(685, 'Goutam Pathak ', 'msgoutam.pathak@rediffmail.com', '', 'India', '', 'Main gate ', '8145600571', '', 'Kolkata', '', 'undefined', '', '2018-04-27 11:31:11'),
(686, 'Goutam Pathak ', 'msgoutam.pathak@rediffmail.com', '', 'India', '', 'Main gate ', '8145600571 ', '', 'Kolkata', '', 'undefined', '', '2018-04-27 11:32:04'),
(687, 'Ishtiaq.gani', 'ishtiaq.gani@gmail.com', '', 'India', '', '', '9739993660', '', 'Bengaluru', '', 'undefined', '', '2018-04-27 13:33:27'),
(688, 'Jordi', 'jordiacasanova@gmail.com', 'Lisboa 880', 'Argentina', '', 'Begining to quote 100 apartments, need information if possible, 1 door only', ' 5491145653232', 'M', 'CABA', '', 'Video Door Phone (For  Apartments)', 'Product', '2018-04-27 23:50:27'),
(689, 'Ganesh Ambadkar', 'niranjanbaiche@yahoo.com', '', 'India', '', 'Gate and shutter inquiry', '9850522222', '', 'Pune', '', 'undefined', '', '2018-04-28 06:01:35'),
(690, 'Marco Antonio Ochoa Ruiz', 'maco_ochoa@hotmail.com', '', 'Guatemala', '', 'Please send me the price, include the shipment cost', '502-40119888', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines', '', '2018-04-28 08:25:29'),
(691, 'Sunitha', 'sunitha@3dtrix.in', '', 'India', '', 'Hi,\nI hope this note finds you doing well.\nI had a chance to search you on web and thought to check with you if you would be interested to have Explainer Video for your company at this time?\nAn Explainer video is a video that explains and promotes a company, product, or service to audiences in an entertaining way, and conveys your brand message to your clients to increase the Conversion Rate ', '8867490233', '', 'Bengaluru', '', '', '', '2018-04-30 06:04:20'),
(692, 'Ali', 'alialnaabi@gmail.com', '', 'Oman', '', '', '0096892828757', '', 'other', '', 'undefined', '', '2018-05-02 07:48:22'),
(693, 'amutha.L', 'l.amuthamannai@gmail.com', '', 'India', '', '', '9942067190', '', 'Chennai', '', 'undefined', '', '2018-05-03 13:00:55'),
(694, 'Sairul', 'islam.sairul@gmail.com', '', 'India', '', 'need window making training n machine', '7002880671', '', 'Guwahati', '', 'undefined', '', '2018-05-06 14:30:13');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(695, 'Sangeeta Ghatak ', 'sangeetaghatak2017@gmail.com', '', 'India', '', 'Interested to know about home CCTV system', '8777086713', '', 'Kolkata', '', 'undefined', '', '2018-05-07 02:40:55'),
(696, 'Satish', 'sales@technomachinetools.com', '', 'India', '', 'New automatic door required', '809908800', '', 'Hyderabad', '', 'undefined', '', '2018-05-07 08:50:01'),
(697, 'Nilesh', 'nik14.varma@gmail.com', '', 'India', '', 'I need a upvc window making machine quotation, I have to start this business. So plz send me quotation', '7030920447', '', 'other', '', 'undefined', '', '2018-05-10 03:38:42'),
(698, 'yogendra Yadav ', 'drcddn@gmail.com', '', 'India', '', 'we are dehradun  Based System integrator company , we need this information for our clients , Detail  and  price list awaited  Yhank You ', '9811277147', '', 'Dehradun', '', '', '', '2018-05-10 07:47:28'),
(699, 'Divaker sharma', 'd.sharma@hnprotech.com', '', 'India', '', 'need detail information about gates', '9911449905', '', 'Delhi', '', 'undefined', '', '2018-05-13 04:26:03'),
(700, 'Balakrishna ', 'bsmanipal@gmail.com', '', 'India', '', 'We are keen to market the,', '9343360050', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-05-15 09:03:17'),
(701, 'Rahul Agrawal', 'rahul_agrawal4444@yahoo.com', '', 'Nepal', '', 'Automatic door window ', '009779801040897', '', 'other', '', 'undefined', '', '2018-05-15 16:11:19'),
(702, 'Srinivas', 'emmanupvc@gmail.com', 'Visakhapatnam ', 'India', 'Andhra pradesh', '', '7661902000', 'Emman Upvc and Aluminium Decors ', 'Visakhapatnam ', '530020', 'uPVC Windows inner Corner cleaning tools - Electric', 'Product', '2018-05-16 07:23:38'),
(703, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-05-17 13:27:53'),
(704, 'Vaijay Jagtap', 'vijayjagtap@gmail.com', '', 'India', '', 'Need motorised gate solution at reasonable cost', '9538600477', '', 'Bengaluru', '', 'undefined', '', '2018-05-18 04:26:13'),
(705, 'N.Bhattacharya', 'mckvie_library2008@yahoo.co.in', '243 G T Road , Liluah ( North ), Howrah', 'India', 'West Bengal', 'we are looking for access control devices for our library\nSend us quotations ', '9830746816', 'MCKV Institute of Engineering', 'Kolkata', '711204', 'RFID Access Control', 'Product', '2018-05-18 06:19:34'),
(706, 'N.Bhattacharya', 'mckvie_library2008@yahoo.co.in', '243 G T Road , Liluah ( North ), Howrah', 'India', 'West Bengal', 'we are looking for access control devices for our library\nSend us quotations ', '9830746816', 'MCKV Institute of Engineering', 'Kolkata', '711204', 'RFID Access Control', 'Product', '2018-05-18 06:19:34'),
(707, 'N.Bhattacharya', 'mckvie_library2008@yahoo.co.in', '243 G T Road  (North ) , Liluah , Howrah ', 'India', 'West Bengal', 'Send us quotation with product detalis. Our total users around 2500', '9830746816', 'MCKV Institute of Engineering', 'Howrah', '711 204', 'Biometric Attendance System', 'Product', '2018-05-18 06:25:19'),
(708, 'N.Bhattacharya', 'mckvie_library2008@yahoo.co.in', '243 G T Road  (North ) , Liluah , Howrah ', 'India', 'West Bengal', 'Send us quotation with product detalis. Our total users around 2500', '9830746816', 'MCKV Institute of Engineering', 'Howrah', '711 204', 'Biometric Attendance System', 'Product', '2018-05-18 06:25:19'),
(709, 'Marlon R. Sabalza', 'sabalzaupvc@gmail.com', '', 'Philippines', '', '', '09054925870', '', 'other', '', 'undefined', '', '2018-05-18 14:04:05'),
(710, 'Rachel Sabalza', 'rsabalza2000@yahoo.com', '', 'Philippines', '', 'I would to inquire how to buy the \nCleaning tools for UPVC', '639152772501', '', 'other', '', 'undefined', '', '2018-05-18 14:11:05'),
(711, 'Anil Kumar', 'theatre_torque21@yahoo.co.in', '', 'India', '', 'Installer ', '9779780237', '', 'other', '', 'undefined', '', '2018-05-20 04:52:24'),
(712, 'SURIYA PRAGASH', 'stixajuly2013@gmail.com', 'New no.48, Suriya illam,\n83rd street, Ashok Nagar, ', 'India', 'Tamilnadu', 'We Stixa, are the Metal items and  Safety product suppliers to Builder Segment in Tamilnadu.  We have a requirement of 2 Nos. Boom barriers in Coimbatore, Tamilnadu.\n\nDo send us product technical specs, installation photos and pricing for the same.  Once we are able to get this order, we will be able to promote the product in South India.  ', '9840828778', 'STIXA', 'CHENNAI', '600083', 'Boom Barriers SP ACM BB 801', 'Product', '2018-05-20 05:52:41'),
(713, 'jitendra patel', 'jetsamikri@gmail.com', '', 'India', '', 'i need for my new built house', '7043138429', '', 'Surat', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-05-20 08:26:48'),
(714, 'Deepak doshi', 'deepak_import@yahoo.com', '', 'India', '', 'Need for my banglow ', '9831344404', '', 'Kolkata', '', 'undefined', '', '2018-05-21 08:29:22'),
(715, 'Dharmendra patra', 'dharmu2004@gmail.com', '', 'India', '', 'Need for gate automation', '9437152403', '', 'Kolkata', '', 'undefined', '', '2018-05-21 13:44:07'),
(716, 'Abhijit Banerjee ', 'abhijit.truecare@gmail.com', '', 'India', '', 'I am interested about it ', '7407005470', '', 'Kolkata', '', 'undefined', '', '2018-05-25 16:40:27'),
(717, 'Shimpi', 'bsshimpi@yahoo.co.in', '', 'India', '', 'There is tender for automatic electronic access control systems at e gates at arrivals', '9391316489', '', 'Hyderabad', '', 'undefined', '', '2018-05-26 00:59:50'),
(718, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', 'Smartpower House 201/1 G.L.T.Road,Baranagar', 'India', 'India', 'qaaaa', '9831021270', 'Smartpower', 'Kolkata', '700035', 'Glass Sensor Door', 'Product', '2018-05-26 09:23:19'),
(719, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', 'zzzz', '9831021270', '', 'Kolkata', '', 'Video Door Phone 7\" Color with Memory', '', '2018-05-26 09:24:20'),
(720, 'Sunil', 'sppatel2211@gmail.com', '', 'India', '', '', '9898004898', '', 'Ahmedabad', '', 'undefined', '', '2018-05-26 10:30:08'),
(721, 'Gowri Shankar', 'gsmangipudi65@gmail.com', '', 'India', '', '12\" gate for residential property. Solar based or battery based.', '9550097097', '', 'Kolkata', '', 'undefined', '', '2018-05-28 02:59:52'),
(722, 'PULAK MANDAL', 'pulak.mandal@amrihospitals.in', '', 'India', '', 'homeautomation', '7044068703', '', 'Kolkata', '', 'Home  Automation', '', '2018-05-30 06:18:21'),
(723, 'sarfaraz maniyar', 'sarfaraz@brandsmark.in', '', 'India', '', 'I went through your website and we would love to collaborate with you and use your service can you shoot me a mail please so that we can discuss it further ..', '7020948456', '', 'Pune', '', '', '', '2018-05-31 09:28:01'),
(724, 'sarfaraz maniyar', 'sarfaraz@brandsmark.in', '', 'India', '', 'I went through your website and we would love to collaborate with you and use your service can you shoot me a mail please so that we can discuss it further ..', '7020948456', '', 'Pune', '', '', '', '2018-05-31 09:29:09'),
(725, 'Eillen Grace de leon', 'glassnalumsupply_3rm@yahoo.com', 'Brgy.3 Upper Nulatula Tacloban City, Leyte, Philipines', 'Philippines', 'Philippines', '', '09277093231', '3RM Glass', 'Tacloban City', '', 'uPVC Windows outer Corner cleaning tools - Electric', 'Product', '2018-06-01 19:13:17'),
(726, 'pardeep ratusaria', 'paedeep.srs17@gmail.com', '', 'India', '', '', '9416049090', '', 'other', '', 'undefined', '', '2018-06-03 02:14:26'),
(727, 'Girdhar singh ', 'national.rudrapur@gmail.com', '', 'India', '', 'Pls send quotes ', '9760872969', '', 'other', '', 'undefined', '', '2018-06-03 13:39:25'),
(728, 'divaker sharma', 'd.sharma@hnprotech.com', '', 'India', '', '', '9911449905', '', 'Delhi', '', 'undefined', '', '2018-06-03 13:50:53'),
(729, 'Ajay', 'arisettia@gmail.com', '', 'India', 'Ka', '', '9880102869', '', 'Bangalore ', '560037', 'Video Door Phone 7\" Color with Memory', 'Product', '2018-06-04 15:59:24'),
(730, 'Ayappa reddy', 'ayappa_8808@yahoo.co.in', '', 'India', '', '', '9866012000', '', 'Hyderabad', '', 'undefined', '', '2018-06-04 18:08:28'),
(731, 'Tomi L', 'TL@masterwindow.us', '5070 Nifda Dr.,  Atlanta\n\n', 'United States', 'Georgia', 'Prices and lead times for electric corner cleaner tools. We\'re interested in all the different tools you have\n', '4043555844', 'Master Window System', 'Atlanta', '30339', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2018-06-06 13:15:44'),
(732, 'Vasavi', 'hkvasavi 99@gmail.com', '', 'India', '', 'What\'s the price of casement window of length 7 and width 5. Can I know the price sir', '6360549539', '', 'Bengaluru', '', 'undefined', '', '2018-06-08 01:20:40'),
(733, 'Akshat Agarwal', 'asheesh.rk@gmail.com', '', 'India', '', '', '9997245000', '', 'other', '', 'undefined', '', '2018-06-09 04:14:00'),
(734, 'Testing ravi', 'csc.ravikr84@gmail.com', '', 'India', '', 'testing', '7439272532', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-06-09 10:52:08'),
(735, 'Testing ravi', 'php.ravikr84@gmail.com', '', 'India', '', 'dfsfasdfsa', '7439272532', '', 'Kolkata', '', 'Auto Swing Door,Auto Swing Door', '', '2018-06-09 10:59:43'),
(736, 'Testing ravi', 'php.ravikr84@gmail.com', '', 'India', '', 'sdfds', '7777788000', '', 'Kolkata', '', 'Glass Sensor Door', '', '2018-06-09 11:02:33'),
(737, 'Sunny', 'sumitavatalukdar@gmail.com', '', 'India', '', 'need variety of products', '9051053747', '', 'Kolkata', '', '', '', '2018-06-09 11:04:04'),
(738, 'Testing ravi', 'php.ravikr84@gmail.com', '', 'India', '', 'ssdfsafsf', '7439272532', '', 'Kolkata', '', 'Glass Sensor Door', '', '2018-06-09 11:04:40'),
(739, 'Testing ravi', 'php.ravikr84@gmail.com', '', 'India', '', 'ssfsfsfssdfsad', '7777788000', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', '', '2018-06-09 11:20:43'),
(740, 'Testing ravi', 'php.ravikr84@gmail.com', '', 'India', '', 'gdgdg', '7777788000', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-06-09 11:27:37'),
(741, 'Testing ravi', 'no-reply@smartpower.co.in', '', 'India', '', 'dsfsssdsfs', '7777788000', '', 'Kolkata', '', 'Glass Sensor Door', '', '2018-06-09 11:56:41'),
(742, 'Ravi Testing', 'test@smartpower.co.in', '', 'India', '', 'sdfsfsd', '7439272532', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', '', '2018-06-09 13:07:03'),
(743, 'Testing ravi', 'php.ravikr84@gmail.com', 'ghkhkhlhljljl', 'Guinea', 'West Bengal', 'gkhkhkhkhkhkh', '1234567890', 'testingCompany', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2018-06-09 14:12:22'),
(744, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', 'Smartpower House 201/1 G.L.T.Road,Baranagar', 'India', 'India', 'test', '9831021270', 'Smartpower', 'Kolkata', '700035', 'Glass Sensor Door', 'Product', '2018-06-09 17:49:03'),
(745, 'Testing ravi', 'csc.ravikr84@gmail.com', 'dfsdsdfsfsd  Sunday testing', 'India', 'West Bengal', 'Sunday Testing', '123457890', 'testingCompany', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2018-06-10 17:19:36'),
(746, 'Testing ravi testing part2', 'testingravi88@gmail.com', 'testing ravi sunday', 'India', 'West Bengal', 'testing company', '123457890', 'testingCompany', 'Kolkata', '700028', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Product', '2018-06-10 17:21:12'),
(747, 'Testing ravi', 'phpravi@gmail.com', 'test cctv', 'India', 'West Bengal', 'CCTV COMPANY TESTING', '123457890', 'testingCompany', 'Kolkata', '700028', 'CCTV Camera', 'Product', '2018-06-10 17:29:43'),
(748, 'Testing ravi', 'ravikr84@gmail.com', '', 'India', '', 'testing testing', '7439272532', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', '', '2018-06-11 02:49:44'),
(749, 'Ashok thard', 'shreemittalmetals@gmail.com', '', 'India', '', 'Please send your product brochure and commercial ', '9435040815', '', 'Guwahati', '', 'undefined', '', '2018-06-11 13:49:50'),
(750, 'parwinder singh', 'sales.mjts@gmail.com', '', 'India', 'punjab', '', '9464321481', 'MJ SECURITY SOLUTINS', 'hoshiarpur', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-06-12 06:54:00'),
(751, 'Ravi Kumar', 'ravi.cogito@gmail.com', '', 'United Kingdom', '', 'testing', '123456789', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-06-12 07:56:32'),
(752, 'Rahul dey sarkar', 'clubmanager@sayajiindore.com', '', 'India', '', 'Looking for security gate access like the delhi metro at one of the reputed Clubs in MP', '7389939378', '', 'Indore', '', 'undefined', '', '2018-06-12 18:46:24'),
(753, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2018-06-14 20:43:59'),
(754, 'Arghya Biswas', 'marghyabiswas10043@gmail.com', '', 'India', '', 'For enquiries', '8609110660', '', 'Kolkata', '', 'undefined', '', '2018-06-15 06:30:50'),
(755, 'test', 'ravikr84@yahoo.com', '', 'India', '', 'testing', '7439272536', '', 'Kolkata', '', 'Auto Swing Door', '', '2018-06-15 09:11:59'),
(756, 'Testing2', 'ravikr84@yahoo.com', '', 'India', '', 'testing', '7439272533', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-06-15 09:16:50'),
(757, 'testing test', '\'ravikr84@yahoo.com', '', 'India', '', 'testing', '7439272533', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', '', '2018-06-15 09:21:58'),
(758, 'Ravi Kumar Testing', 'ravikr84@yahoo.com', '', 'India', '', 'testing home enquiry', '7439272533', '', 'Kolkata', '', 'Boom Barriers SP ACM BB (Fencing)', '', '2018-06-15 09:52:34'),
(759, 'Ravi Kumar', 'ravikr84@gmail.com', 'testing testing testing', 'India', 'west Bengal', 'testing testing', '7439272533', 'testing Company', 'Kolkata', '700028', 'Glass Sensor Door', 'Product', '2018-06-15 10:04:05'),
(760, 'Ravi Kumar', 'ravikr84@yahoo.com', '', 'India', '', 'testing', '743928563', '', 'Kolkata', '', 'Car Sticker Entrance System', '', '2018-06-15 10:18:07'),
(761, 'Ravi Kumar Testing05', 'ravikr84@yahoo.com', 'testing testing at evening', 'India', 'west bengal', 'testing ', '7439272599', 'TESTING IFNA', 'Kolkata', '80007', 'Sliding Gate Motor SP ACM ID 4000', 'Product', '2018-06-15 10:20:10'),
(762, 'Ravi Kumar', 'php.ravikr84@gmail.com', '', 'India', '', 'testing number 5', '7439272533', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-06-15 10:22:09'),
(763, 'Computer Testing', 'csc.ravikr84@gmail.com', 'testing testing ravi kumar', 'India', 'West Bengal', 'testing testing architect', '7439272533', 'Architect Company', 'Kolkata', '700028', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2018-06-15 10:23:47'),
(764, 'Home Automation', 'php.ravikr84@gmail.com', '', 'India', '', 'testing', '7777798603', '', 'Kolkata', '', 'Home  Automation', '', '2018-06-15 10:24:55'),
(765, 'Rana Chakarborty', 'csc.ravikr84@gmail.com', '', 'India', '', 'testing testing', '88888888', '', 'Kolkata', '', 'Motorised Retractable Gates', '', '2018-06-15 10:26:15'),
(766, 'Rana Chakarborty', 'php.ravikr84@gmail.com', '', 'India', '', 'testing', '777798636', '', 'Kolkata', '', 'Motorised Curtains', '', '2018-06-15 10:27:39'),
(767, 'Deshmukh Pandey Testing', 'php.ravikr84@gmail.com', 'testing testing of mail server', 'India', 'west bengal', 'testing testing ', '88888888', 'testing Company Testing Company', 'Kolkata', '700091', 'Auto Rolling Door Transparent PVC', 'Product', '2018-06-15 10:29:49'),
(768, 'Parekh Testing', 'ravi.cogito@gmail.com', '', 'India', '', 'testing ', '88888888', '', 'Kolkata', '', 'CCTV Camera', '', '2018-06-15 10:31:26'),
(769, 'Ravi Testing 10', 'php.ravikr84@gmail.com', '', 'India', '', 'testing 0002', '7439272533', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Highway Toll Management System', '', '2018-06-15 11:55:06'),
(770, 'Rajiv', 'ravi.cogito@gmail.com', '', 'India', '', 'testing', '777777', '', 'Kolkata', '', 'Video Door Phone 7\" Color with Memory', '', '2018-06-15 11:55:51'),
(771, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', '1', '9831021270', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door,Rolling Door Central Motors Up to 150 Sq Ft Door', '', '2018-06-15 16:31:38'),
(772, 'MASAL PANDURANG R', 'PR.MASAL@GMAIL.COM', '', 'India', '', 'intrest for door atomation gate automation  video door phones and security survillance in big soscietys near by 90 to 100 flights', '9881448719', '', 'Pune', '', '', '', '2018-06-16 14:50:04'),
(773, 'masal pandurang raghunath', 'pr.masal@gmail.com', 'baramati', 'India', 'mharashtra', 'building', '9881448719', 'shri dattakrupa builders and developers', 'baramati pune', '413102', 'RFID Access Control', 'Product', '2018-06-16 15:11:49'),
(774, 'Ashish', 'ashishjshah05@yahoo.com', '', 'India', '', '', '9998674632', '', 'Surat', '', 'undefined', '', '2018-06-16 18:03:46'),
(775, 'Rahul dey sarkar', 'clubmanager@sayajiindore.com', '', 'India', '', 'Looking for door automation for a reputed club in indore', '7389939378', '', 'Indore', '', 'undefined', '', '2018-06-17 12:52:46'),
(776, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2018-06-17 19:07:38'),
(777, 'brijesh bhesania', 'brijesh@aster.co.in', '302 shilp square', 'India', 'Gujarat', '', '9924149901', 'Aster Networks', 'Ahmedabad', '380052', 'Flap Barrier', 'Product', '2018-06-18 06:38:22'),
(778, 'Sivakumar', 'saranyasivakumar32 @gmail.com', '', 'India', '', 'Upvc window,door manfactures machines', '7871496581', '', 'Coimbatore', '', 'undefined', '', '2018-06-18 18:08:58'),
(779, 'Vikram Singh ', 'vik_sabhy@hotmail.com', '', 'India', 'Delhi ', '', '9953395338', 'Automac corporation ', 'Delhi ', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-06-19 07:42:10'),
(780, 'Vivek Agarwal', 'info@hirs.in', '', 'India', '', 'Interested in Boom Barrier', '9932079997', '', 'Kolkata', '', '', '', '2018-06-21 04:08:41'),
(781, 'RAJENDRA HARIBHAU JAGDALE', 'raj13051970@rediffmail.com', '', 'India', '', 'we are intrested in dealership of your products. Please send the details', '8691911318', '', 'Mumbai', '', '', '', '2018-06-21 15:05:20'),
(782, 'Sanjay Singh', 'ss.alum.glass@gmail.com', 'Mumbai', 'India', 'Maharashtra ', 'Send us your Best offers for \nuPVC Window Fabrication Machine ', '862233833', 'V-Chal Structglaze Pvt. Ltd.', 'Mumbai', '400025', 'uPVC Windows outer Corner cleaning tools - Electric', 'Product', '2018-06-22 06:03:03'),
(783, 'Wasim Akram', 'bhinsara1@gmail.com', 'Thakur Road', 'India', 'CHATTISHGARH', 'Please send the complete quotation with details for the complete set of upvc mfg unit', '7999996448', 'Bhinsara', 'Jagdalpur', '494001', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2018-06-24 06:31:44'),
(784, 'Dadasaheb Pawar', 'sales.teklogica@gmail.com', '', 'India', '', 'Need  \nAnti Crash boom Barrier', '7276157550', '', 'Nashik', '', 'Anti Crash Barrier,', '', '2018-06-24 11:34:53'),
(785, 'Dinesh Mathur', 'saienclave@gmail.com', '', 'India', '', '', ' 918178824867', '', 'Noida', '', 'Car Sticker Entrance System', '', '2018-06-25 08:05:01'),
(786, 'P K Mandal', 'drpksmandal@gmail.com', '', 'India', '', 'p84g', '9007387799', '', 'Kolkata', '', 'Motorised Curtains', '', '2018-06-25 19:56:29'),
(787, 'Shripal jain', 'Bigupswing2017@gmail.com', '', 'India', '', 'Boom Barrier for resale', '9619745197', '', 'Mumbai', '', 'undefined', '', '2018-06-26 05:19:18'),
(788, 'Bijay agarwal', 'assamplywoodcom@gmail.com', '', 'India', '', '', '9431206190', '', 'Patna', '', 'undefined', '', '2018-06-27 08:20:59'),
(789, 'Ashok ', 'rachana.artz@gmail.com', '', 'India', '', 'Puvc window ', '9448235837', '', 'other', '', 'undefined', '', '2018-06-27 08:55:49'),
(790, 'Rajeev Behal ', 'xpointglobal@gmail.com', '', 'India', '', 'Kindly share the details and call us for addressing opportunities in the region. ', '9893912934', '', 'Jabalpur', '', 'undefined', '', '2018-06-28 16:04:17'),
(791, 'Kiran', 'kiranpress9@gmail.com', '', 'India', '', '', '09866636229', '', 'Vijayawada', '', 'undefined', '', '2018-06-28 16:38:45'),
(792, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-06-29 18:41:17'),
(793, 'Ravi Kumar', 'php', '', 'India', '', 'testing glass sensor door', '7439272532', '', 'Kolkata', '', 'Glass Sensor Door', '', '2018-06-30 09:06:21'),
(794, 'Ravi Kumar', 'php.ravikr84@gmail.com', 'testing', 'Angola', 'west bengal', 'testing', '7439272532', 'futuriste', 'Kolkata', '700028', 'Revolving Sensor Door', 'Product', '2018-06-30 09:12:49'),
(795, 'D chatterjee', 'dipankarmnm@gmail.com', '', 'India', '', 'Auto door closure for collapsible gates . Cost and delivery time required.', '8697396558', '', 'Kolkata', '', 'undefined', '', '2018-07-01 03:07:25'),
(796, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', 'Rajiv', '9831021270', '', 'Kolkata', '', 'Motorised Curtains', '', '2018-07-01 17:29:35'),
(797, 'Prem Vijay Chopra ', 'choprapremvijay4@gmail.com', '', 'India', '', 'Please give me your contact number and address in and around chandigarh ', '9416071058 ', '', 'Chandigarh', '', 'undefined', '', '2018-07-03 04:13:54'),
(798, 'Ibrahim', 'greentech2011ec@gmail.com', '', 'India', '', '', '9677273030', '', 'Chennai', '', 'undefined', '', '2018-07-04 07:26:49'),
(799, 'Jay', 'parvezkaliya@gmail.com', '', 'India', '', 'tst', '9033139382', '', 'Kolkata', '', 'Home  Automation', '', '2018-07-05 06:25:23'),
(800, 'parvez', 'parvezkaliya@gmail.com', '', 'India', '', 'test', '9033139382', '', 'Kolkata', '', 'Home  Automation', '', '2018-07-05 06:31:55'),
(801, 'parvezalam', 'parvezkaliya@gmail.com', '', 'India', '', 'test by parvez', '9033139382', '', 'Kolkata', '', 'Home  Automation', '', '2018-07-05 06:40:39'),
(802, 'Ravi Kumar', 'ravi.cogito@gmail.com', '', 'United Kingdom', '', 'Ravi', '123456789', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-07-05 06:48:49'),
(803, 'Faisal Kaliya', 'faisal.kaliya@gmail.com', '', 'India', '', 'test by parvez', '9726636654', '', 'Kolkata', '', 'Home  Automation', '', '2018-07-05 07:11:33'),
(804, 'abcd', 'parvezkaliya@gmail.com', '', 'India', '', 'test', '9512360081', '', 'Kolkata', '', '', '', '2018-07-05 07:16:32'),
(805, 'Parvezalam Imtiyaz Kaliya', 'parvezkaliya@gmail.com', '', 'India', '', 'Parvez Alam Testing Enquiry', '9033139382', '', 'Kolkata', '', 'Home  Automation', '', '2018-07-05 07:30:09'),
(806, 'Kaushik Ranjit', 'ranjitkaushik@gmail.com', '', 'Nepal', '', 'Need photo sensor for breeder farm. 1st phase - 8 unit', '977 9825240495', '', 'other', '', 'undefined', '', '2018-07-05 16:08:59'),
(807, 'LALABHAI', 'mileshvora@yahoo.co.in', '5,sangam society\nsurendranagar-363001', 'India', 'gujarat', ' Sliding Gate Motor SP ID 2500/1800', '9824228211', '', 'surendsranagar', '363001', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-07-06 08:02:26'),
(808, 'Ravi kumar2', 'csc.ravikr84@gmail.com', '', 'India', '', 'Pintu', '9874761964', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-07-07 09:48:33'),
(809, 'Pintu', 'pintu@gmail.com', '', 'India', '', 'Pintu', '9874761964', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801,Boom Barriers SP ACM BB 801', '', '2018-07-07 09:54:35'),
(810, 'Sanjay Dutt', 'sanjubaba@gmail.com', '', 'India', '', 'number 1', '1234567890', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-07-07 11:44:29'),
(811, 'Rajveer Awasthi', 'rajveerAwasthi@gmail.com', '', 'India', '', 'Sridhar', '8013067098', '', 'Kolkata', '', 'Telescopic Glass Sensor Door', '', '2018-07-07 11:56:49'),
(812, 'Raj Kanauria', 'raj.kanauria@mail.com', '', 'India', '', 'Sridhar', '8013067098', '', 'Kolkata', '', 'Motorised Retractable Gates', '', '2018-07-07 12:05:47'),
(813, 'Sridhar  Banarjee', 'sridhar@gmail.com', '', 'India', '', 'Sridhar', '8013067098', '', 'Kolkata', '', 'Car Sticker Entrance System', '', '2018-07-07 12:20:36'),
(814, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', 'Rajiv', '9831021270', '', 'Kolkata', '', '', '', '2018-07-07 12:36:26'),
(815, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', 'Rajiv', '9831021270', '', 'Kolkata', '', 'uPVC Windows Welding machines', '', '2018-07-07 12:36:55'),
(816, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', 'Rajiv', '9831021270', '', 'Kolkata', '', 'Motorised Curtains', '', '2018-07-07 12:42:15'),
(817, 'Mamta Awasthi', 'mamta.awasthi@gmail.com', '', 'India', '', 'testing', '1234567890', '', 'Kolkata', '', 'Motorised Curtains,Motorised Curtains', '', '2018-07-07 13:43:48'),
(818, 'Ramesh Awasthi', 'ramesh.awasthi@gmail.com', 'testingRamesh', 'India', 'WEST BENGAL', 'testing', '8013067098', 'SmartPower', 'Kolkata', '700028', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-07-07 13:46:37'),
(819, 'Raj Kundra', 'raj.kundra@gmail.com', 'testing', 'India', 'West Bengal', 'sfsdfsafsafsaf', '8013067098', 'testing', 'Kolkata', '700028', 'CCTV Camera', 'Product', '2018-07-07 13:54:09'),
(820, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', 'Smartpower House 201/1 G.L.T.Road,Baranagar', 'India', 'India', '1111', '9831021270', 'Smartpower', 'Kolkata', '700035', 'Auto Rolling Door High Speed PVC', 'Product', '2018-07-07 13:59:04'),
(821, 'Zahoor', 'globalassociates118@gmail.com', '', 'India', '', 'Needs the distribution for j', '7906787758', '', 'Srinagar', '', 'undefined', '', '2018-07-07 14:21:55'),
(822, 'aqil qureshi ', 'aqilqureshibpl@gmail.com', '', 'India', '', 'we have the requirement of sensor glass doors  for office building for one of our project in Bhopal.', '09827655433', '', 'Indore', '', '', '', '2018-07-08 12:52:28'),
(823, 'komala', 'komala vamsi krishna', 'bangalore', 'India', 'karnataka', 'none', '9845251797', 'none', 'bangalore', '560066', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2018-07-08 16:05:43'),
(824, 'Ankur jain', 'mahavirbajajsjp@gmail.com', 'Shujalpur', 'India', 'Madhya Pradesh', '', '8319712550', 'Mahavir', 'Bhopal', '465333', 'Telescopic Glass Sensor Door', 'Product', '2018-07-09 18:40:07'),
(825, 'Hament ', 'mayamotors010@gmail.com', '', 'India', '', 'I want details of house gate ', '9858205586', '', 'other', '', 'Gate Automation', '', '2018-07-11 02:26:51'),
(826, 'Lokesh Kanwar', 'lokesh.kanwar@gmail.com', 'A1/140\nAruna Asaf Ali Road\nKishan Garh', 'India', 'Delhi', 'Kindly quote:\nSwing Gate Motor SP ACM SD 500 (Arm) x 2 Pcs', '9871107347', 'Northland Refrigeration Co.', 'Vasant Kunj', '110070', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2018-07-13 07:13:08'),
(827, 'Nitin  chavan ', 'nitinc605@gmail.com', 'A/p Tel -phaltan,District -satara , \n\n', 'India', 'Maharashtra ', '.....', '9604466950', '.....', 'Satara, phaltan ', '415523', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-07-13 16:15:13'),
(828, 'Ramesh ', 'rameshhkumar2507@gmail.com', '', 'India', '', 'Machine price ', '9948293930', '', 'Hyderabad', '', 'undefined', '', '2018-07-15 01:32:42'),
(829, 'Prateek Tandon', 'prateektake88@gmail.com', 'Falt No. 302 Sai kunj Apartment, Bijwasan, New Delhi (110061) ', 'India', 'Delhi', 'I need Automatic Sensor Glass Door having 6 feet width and 6.5  feet height.', '8946896598', 'AECOM India Pvt. Limited', 'Delhi', '110061', 'Auto Swing Door', 'Product', '2018-07-16 09:56:15'),
(830, 'Hasil', 'hasilph128@gmail.com', '', 'Oman', '', '', '98212895', '', 'other', '', 'undefined', '', '2018-07-16 12:05:51'),
(831, 'roy', 'sales3@smartpower.co.in', '', 'India', '', 'glass door', '8583820588', '', 'Kolkata', '', 'Glass Sensor Door', '', '2018-07-18 10:23:50'),
(832, 'RR', 'rrrtest@gmail.com', '', 'India', '', 'sdfsdfssdsdfs', '123456780', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2018-07-19 03:53:19'),
(833, 'RR', 'rrrtest@gmail.com', '', 'India', '', 'sdfsdfssdsdfs', '123456780', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2018-07-19 03:53:22'),
(834, 'Vipul Kothiya', 'vipulkothiya@gmail.com', '', 'India', '', 'Quarry for swing gate...', '9904266042', '', 'other', '', 'undefined', 'Contact', '2018-07-19 04:21:23'),
(835, 'Vipul Kothiya', 'vipulkothiya@gmail.com', '', 'India', '', 'Quarry for swing gate...', '9904266042', '', 'other', '', 'undefined', 'Contact', '2018-07-19 04:21:26'),
(836, 'A.Senthil kumar', 'senthilkumar.arumugam@jsw.in', '', 'India', '', 'Dear Sir,\n          We are from M/S JSW Steel Ltd ,Salem Works,Tamil Nadu.\nWe need Boom operating Gate with RF Sensors,Remote and Manual operation\nBoom lenght is 8.5 Mtrs  -5Nos \n        Kindly send your representative for a site visit  as earlier possible.', '9944912613', '', 'Kolkata', '', '', 'Contact', '2018-07-19 11:28:48'),
(837, 'chandrabhan gupta', 'etechsoln@gmail.com', '', 'India', '', 'security automations', '9823312304', '', 'Pune', '', 'security', 'Contact', '2018-07-20 03:49:20'),
(838, 'chandrabhan gupta', 'etechsoln@gmail.com', '', 'India', '', 'security automations', '9823312304', '', 'Pune', '', 'security', 'Contact', '2018-07-20 03:49:24'),
(839, 'VISHAL SHAH', 'vishal@orianaadecorpack.com', '', 'India', '', 'WE NEED MOTOR FOR OUR SLIDING GATE WEIGHT IS APPROX 1200 KGS', '9825512930', '', 'Vadodara', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-07-20 08:38:38'),
(840, 'VISHAL SHAH', 'vishal@orianaadecorpack.com', '', 'India', '', 'WE NEED MOTOR FOR OUR SLIDING GATE WEIGHT IS APPROX 1200 KGS', '9825512930', '', 'Vadodara', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-07-20 08:38:41'),
(841, 'Miraj Bhagat', 'compugraphics4u@gmail.com', '', 'India', '', 'Testing for Website integration with CRM', '9331126226', '', 'Kolkata', '', '', '', '2018-07-21 07:14:35'),
(842, 'Aarif', 'computercity.kgp@gmail.com', '', 'India', '', 'i need the quotation', '9733567186', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-07-21 11:22:31'),
(843, 'Aarif', 'computercity.kgp@gmail.com', '', 'India', '', 'i need the quotation', '9733567186', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-07-21 11:22:37'),
(844, 'Aarif', 'computercity.kgp@gmail.com', '', 'India', '', 'i need the quotation', '9733567186', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-07-21 11:22:40'),
(845, 'Eric', 'eanaba@gmail.com', '', 'Ghana', '', 'I would like to know the price', ' 233552829303', 'Systems Care', '', '', 'Car Sticker Entrance System', 'Product', '2018-07-22 19:22:08'),
(846, 'Arun birmiwal', 'abimi@live.in', '', 'India', '', 'Call me please', '9435134592', '', 'Kolkata', '', 'undefined', 'Contact', '2018-07-24 06:27:05'),
(847, 'Arun birmiwal', 'abimi@live.in', '', 'India', '', 'Call me please', '9435134592', '', 'Kolkata', '', 'undefined', 'Contact', '2018-07-24 06:28:10'),
(848, 'Arun birmiwal', 'abimi@live.in', '', 'India', '', 'Call me please', '9435134592', '', 'Kolkata', '', 'undefined', 'Contact', '2018-07-24 06:29:13'),
(849, 'Arun birmiwal', 'abimi@live.in', '', 'India', '', 'Call me please', '9435134592', '', 'Kolkata', '', 'undefined', 'Contact', '2018-07-24 06:30:17'),
(850, 'Arun birmiwal', 'abimi@live.in', '', 'India', '', 'Call me please', '9435134592', '', 'Kolkata', '', 'undefined', 'Contact', '2018-07-24 06:31:21'),
(851, 'Arun birmiwal', 'abimi@live.in', '', 'India', '', 'Call me please', '9435134592', '', 'Kolkata', '', 'undefined', 'Contact', '2018-07-24 06:32:19'),
(852, 'Amit sagade', 'amit.sagade@suzlon.com', 'vadodara Gujrat ', 'India', 'gujrat', '1)Total Opening (w) 7.73m X (h) 1.60m, Clear Opening (w) 6.00m X (h) 1.60m         \n2)Total Opening (w) 11.34m X (h) 1.60m Clear Opening (w) 9.00m X (h) 1.60m', '9890411179', 'Suzlon Energy ltd ', 'vadodara ', '391242', 'Motorised Retractable Gates', 'Product', '2018-07-24 08:37:19'),
(853, 'om prakash yadav', 'omengineeringw@gmail.com', 'bh 298,sector 12 pratap vihar, ghaziabad', 'India', 'uttar prades', '', '9810751968', 'om engineering works', 'ghaziabad', '201009', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Product', '2018-07-26 03:44:13'),
(854, 'Mohammad Abid', 'abid.mohammad2010@gmail.com', '29, Loharan Marg Beawar ( Rajasthan )', 'India', 'RAJASTHAN', '04 MOTOR REQUIRED', '8769985786', 'INDIA ENTERPRISES', 'BEAWAR', '305901', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Product', '2018-07-28 04:46:54'),
(855, 'SURENDER KUMAR', 'SURENDER@DITSERV.COM', '', 'India', '', '', '9910055476', '', 'Gurgaon', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', '', '2018-07-30 05:29:37'),
(856, 'charles', 'charlesmail2015@gmail.com', '', 'India', '', 'I want to develop motor bike parking system.  I have 2 poles, Size 7 feet High ', '9999999999', '', 'Pune', '', '', '', '2018-07-30 09:58:24'),
(857, 'LEKSHMI DEVI', 'cs.lekshmidevi@accelfrontline.com', '', 'India', '', '', '9961471394', '', 'Chennai', '', 'Motorised Retractable Gates', 'Contact', '2018-07-31 07:30:35'),
(858, 'LEKSHMI DEVI', 'cs.lekshmidevi@accelfrontline.com', '', 'India', '', '', '9961471394', '', 'Chennai', '', 'Motorised Retractable Gates', 'Contact', '2018-07-31 07:30:41'),
(859, 'Pradeep Dalai', 'blsdailyneeds@gmail.com', '', 'India', '', 'Require automatic 2 side sliding door for Departmental store', '8895889396', '', 'other', '', 'undefined', 'Contact', '2018-08-02 01:48:25'),
(860, 'Pradeep Dalai', 'blsdailyneeds@gmail.com', '', 'India', '', 'Require automatic 2 side sliding door for Departmental store', '8895889396', '', 'other', '', 'undefined', 'Contact', '2018-08-02 01:48:29'),
(861, 'BK Tyagi', 'csopnbsecurity@pnb.co.in', '', 'India', '', 'contact asap', '8527596431', '', 'Delhi', '', 'Car Sticker Entrance System', 'Contact', '2018-08-03 09:13:59'),
(862, 'BK Tyagi', 'csopnbsecurity@pnb.co.in', '', 'India', '', 'contact asap', '8527596431', '', 'Delhi', '', 'Car Sticker Entrance System', 'Contact', '2018-08-03 09:14:04'),
(863, 'neel kamal', 'alloyentps@gmail.com', 'plot no 08 kh no 08 , begumpur ext. delhi 110086', 'India', 'delhi', 'motor required for gate', '9818281514', 'alloy enterprises', 'delhi', '110086', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-08-03 15:31:14'),
(864, 'Sumana Pal', 'sumana.kundu@gmail.com', '303, Confident Antlia-1 Apartment', 'India', 'Karnataka ', 'Need installation in our premises', '9880187581', 'Confident Antlia-1 Apartment Owners Association ', 'Bangalore ', '562125', 'Boom Barriers SP ACM BB 801', 'Product', '2018-08-04 02:38:46'),
(865, 'Abdul Azeez', 'azeezkadakanattu@gmail.com', '', 'India', '', '', '09846041715', '', 'Kochi', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', '', '2018-08-04 09:21:49'),
(866, 'Ram', 'ramakrishnad223@gmail.com', '', 'India', '', 'Sir project estimation of upvc  windows', '6302678211', '', 'other', '', 'undefined', '', '2018-08-05 09:08:33'),
(867, 'Vinod belani', 'vinodbelani78@gmail.com', 'Near clock tower \nMandsaur ', 'India', 'M.p', 'Glass autometic sensor door for showrrom', '9425107607', 'K.j group limied', 'Mandsaur', '458001', 'Glass Sensor Door', 'Product', '2018-08-07 06:31:10'),
(868, 'Nagarjuna', 'nagarjuna@ecoinsys.com', '', 'India', '', 'Looking for mutual understanding for Marketing your own products', '09885804030', '', 'Hyderabad', '', '', 'Contact', '2018-08-07 10:34:41'),
(869, 'Nagarjuna', 'nagarjuna@ecoinsys.com', '', 'India', '', 'Looking for mutual understanding for Marketing your own products', '09885804030', '', 'Hyderabad', '', '', 'Contact', '2018-08-07 10:34:45'),
(870, 'Nagarjuna', 'nagarjuna@ecoinsys.com', '', 'India', '', 'Looking for mutual understanding for Marketing your own products', '09885804030', '', 'Hyderabad', '', '', 'Contact', '2018-08-07 10:34:48'),
(871, 'Uday Sharma', 'rekhiusharma@gmail.com', '', 'India', '', 'I need all types protable machine which are being used for fabrication of aluminum doors and windows', '6352305635', '', 'Lucknow', '', 'undefined', '', '2018-08-07 15:02:04'),
(872, 'Joven Perez', 'jovenbperez@gmail.com', '', 'Philippines', '', 'Hi\n\nOur company is looking for a partner supplier to supply us for our client Turnstile Project. My company is Teknowserv Marketing', '09958959675', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2018-08-08 03:59:43'),
(873, 'Joven Perez', 'jovenbperez@gmail.com', '', 'Philippines', '', 'Hi\n\nOur company is looking for a partner supplier to supply us for our client Turnstile Project. My company is Teknowserv Marketing', '09958959675', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2018-08-08 03:59:44'),
(874, 'Joven Perez', 'jovenbperez@gmail.com', '', 'Philippines', '', 'Hi\n\nOur company is looking for a partner supplier to supply us for our client Turnstile Project. My company is Teknowserv Marketing', '09958959675', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2018-08-08 03:59:45'),
(875, 'Joven Perez', 'jovenbperez@gmail.com', '', 'Philippines', '', 'Hi\n\nOur company is looking for a partner supplier to supply us for our client Turnstile Project. My company is Teknowserv Marketing', '09958959675', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2018-08-08 03:59:45'),
(876, 'Karishma', 'rajputkari@gmail.com', '', 'India', '', '', '8209323807', '', 'Jaipur', '', 'undefined', '', '2018-08-08 07:24:28'),
(877, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', '', 'Contact', '2018-08-08 08:32:59'),
(878, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', '', 'Contact', '2018-08-08 08:33:02'),
(879, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', '', 'Contact', '2018-08-08 08:33:07'),
(880, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', '', 'Contact', '2018-08-08 08:33:09'),
(881, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', '', 'Contact', '2018-08-08 08:33:12'),
(882, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', 'Glass Sensor Door', 'Contact', '2018-08-08 08:33:14'),
(883, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', 'Glass Sensor Door', 'Contact', '2018-08-08 08:33:20'),
(884, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', 'Glass Sensor Door', 'Contact', '2018-08-08 08:33:25'),
(885, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', 'Glass Sensor Door', 'Contact', '2018-08-08 08:33:27'),
(886, 'RASHMI SRIVASTAVA', 'rashmi@xenatech.net', '', 'India', '', 'we have glass door of size 3*7 feet height and need automated solution', '8340306494', '', 'Ranchi', '', 'Glass Sensor Door', 'Contact', '2018-08-08 08:33:30'),
(887, 'Digvijay Nayak', 'bdn317@yahoo.co.in', '', 'India', '', 'Need to automize my garage rolling shutter of my house in Puttur,Karnataka. Kindly advice', '9880388832', '', 'Mysore', '', 'undefined', '', '2018-08-09 14:21:27'),
(888, 'Murtaza', 'mbandeali5253@gmail.com', '', 'India', '', 'Upvc welding machine', '9550672378', '', 'other', '', 'undefined', 'Contact', '2018-08-09 15:17:37'),
(889, 'Murtaza', 'mbandeali5253@gmail.com', '', 'India', '', 'Upvc welding machine', '9550672378', '', 'other', '', 'undefined', 'Contact', '2018-08-09 15:17:41'),
(890, 'Murtaza', 'mbandeali5253@gmail.com', '', 'India', '', 'Upvc welding machine', '9550672378', '', 'other', '', 'undefined', 'Contact', '2018-08-09 15:17:44'),
(891, 'Murtaza', 'mbandeali5253@gmail.com', '', 'India', '', 'Upvc welding machine', '9550672378', '', 'other', '', 'undefined', 'Contact', '2018-08-09 15:17:47'),
(892, 'Siddhartha Mahata', 'coalfield_3m@yahoo.co.in', '', 'India', '', 'Dear Sir,\nI am doing business in mining industries since last 20 years and want to add your products in our profile if you interested.\nRegards.\nSiddhartha Mahata', '9800000874', '', 'Asansol', '', 'Boom Barrier', '', '2018-08-09 15:23:36'),
(893, 'jbvh,m kn k', 'km mk kmn /mnlm', '', 'India', '', '', '7608998090', '', 'Hyderabad', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-08-10 07:36:20'),
(894, 'Vinay kumar', 'kvinaybaburaj121@gmail.com', '', 'India', '', 'Boom Beriyar problem', '7830639329', '', 'Rajkot', '', 'undefined', '', '2018-08-10 09:27:21'),
(895, 'Jeevan Reddy', 'helloskb@yahoo.com', '', 'India', '', 'I need small gate remote access also', '8555894084', '', 'Hyderabad', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-08-11 06:15:13'),
(896, 'Jeevan Reddy', 'helloskb@yahoo.com', '', 'India', '', 'I need small gate remote access also', '8555894084', '', 'Hyderabad', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-08-11 06:15:18'),
(897, 'Jeevan Reddy', 'helloskb@yahoo.com', '', 'India', '', 'I need small gate remote access also', '8555894084', '', 'Hyderabad', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-08-11 06:15:20'),
(898, 'Jeevan Reddy', 'helloskb@yahoo.com', '', 'India', '', 'I need small gate remote access also', '8555894084', '', 'Hyderabad', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-08-11 06:15:24'),
(899, 'abhijit sengupta', 'sengupta.abhijit08@gmail.com', '', 'India', '', 'OUR BOOM-BARRIER REST ARM NEEDS TO BE FIXED FROM GROUND AT HINDUSTHAN CLUB KOLKATA-20', '9534204515', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', '', '2018-08-12 07:53:44'),
(900, 'abhijit sengupta', 'sengupta.abhijit08@gmail.com', '', 'India', '', 'OUR BOOM-BARRIER REST ARM NEEDS TO BE FIXED FROM GROUND AT HINDUSTHAN CLUB KOLKATA-20', '9534204515', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', '', '2018-08-12 07:59:56'),
(901, 'Pallavi Joshi', 'info@electrowavess.com', '', 'India', '', '', '7240355514', '', 'other', '', '', 'Contact', '2018-08-13 05:57:32'),
(902, 'Pallavi Joshi', 'info@electrowavess.com', '', 'India', '', '', '7240355514', '', 'other', '', '', 'Contact', '2018-08-13 05:57:36'),
(903, 'Abdulrehman', 'abdulrehmanagha@live.com', '', 'Pakistan', '', '', '00923322059922', '', 'other', '', 'upvc', 'Contact', '2018-08-13 17:58:27'),
(904, 'Abdulrehman', 'abdulrehmanagha@live.com', '', 'Pakistan', '', '', '00923322059922', '', 'other', '', 'upvc', 'Contact', '2018-08-13 17:58:30'),
(905, 'saikat', 'saikat@instaasol.in', '', 'India', '', 'looking for security solutions for our clients', '9038386545', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', 'Contact', '2018-08-14 12:28:17'),
(906, 'saikat', 'saikat@instaasol.in', '', 'India', '', 'looking for security solutions for our clients', '9038386545', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', 'Contact', '2018-08-14 12:28:22'),
(907, 'saikat', 'saikat@instaasol.in', '', 'India', '', 'looking for security solutions for our clients', '9038386545', '', 'Kolkata', '', 'Boom Barriers SP ACM BB 801', 'Contact', '2018-08-14 12:28:24'),
(908, 'Appu badiger ', 'appubadiger1@gmail.com', '', 'India', '', 'Sir Plz call an send the pics of upvc soilder  machine an price ', '08867295393', '', 'other', '', 'undefined', '', '2018-08-15 12:03:51'),
(909, 'Suresh', '1973suri@gmail.com', '', 'India', '', '', '9811179696', '', 'Delhi', '', 'undefined', 'Contact', '2018-08-16 03:33:33'),
(910, 'Suresh', '1973suri@gmail.com', '', 'India', '', '', '9811179696', '', 'Delhi', '', 'undefined', 'Contact', '2018-08-16 03:33:36'),
(911, 'PRASUNJEET MAHAPATRA', 'prasun2crown@gmail.com', '', 'India', '', 'AT-RAMESWAR NAGAR , PO/DIST-BOLANGIR', '9438122072', '', 'Kolkata', '', 'undefined', '', '2018-08-16 08:10:36'),
(912, 'Khemo Purswani', 'sonuvanisha@hotmail.com', '', 'Congo, Republic of the', '', 'Need image, specifications for automatic electronic door with auto power backup ', ' 242066736078', '', 'other', '', 'undefined', '', '2018-08-16 21:00:45'),
(913, 'paramjit singh', 'paramjitsingh@live.it', '', 'India', '', 'I need price of 1 sliding gate motor with accessary', '8872008032', '', 'Chandigarh', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-08-17 06:54:13'),
(914, 'paramjit singh', 'paramjitsingh@live.it', '', 'India', '', 'I need price of 1 sliding gate motor with accessary', '8872008032', '', 'Chandigarh', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-08-17 06:54:17'),
(915, 'Lalbiak chungnunga', 'embiej@yahoo.com', '', 'India', '', 'Looking for uPVC Window Manufacturing tools', '9862537523', '', 'other', '', '', 'Contact', '2018-08-19 12:11:19'),
(916, 'Lalbiak chungnunga', 'embiej@yahoo.com', '', 'India', '', 'Looking for uPVC Window Manufacturing tools', '9862537523', '', 'other', '', '', 'Contact', '2018-08-19 12:11:23'),
(917, 'Chinni Krishnan A R', 'agmwarehouse@crystalgroup.in', '', 'India', '', 'Motorized Main Gate open and close', '9381816895', '', 'Kolkata', '', 'Rolling Door - Tubulor Motors up to 75 Sq feet door', '', '2018-08-20 06:51:54'),
(918, 'Chinni Krishnan A R', 'agmwarehouse@crystagroupp.in', '', 'India', '', 'Our both main gates required to be automized', '9381816895', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-08-20 09:02:02'),
(919, 'Chinni Krishnan A R', 'agmwarehouse@crystagroupp.in', '', 'India', '', 'Our both main gates required to be automized', '9381816895', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 4000,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-08-20 09:02:06'),
(920, 'Subrata Dhar ', 'msd17032002@yahoo.co.in', '', 'India', '', 'Want to upgrade in main entrance gate of Hotel ', '9732552046', '', 'Lucknow', '', 'undefined', '', '2018-08-20 16:54:11'),
(921, 'sivaprasad', 'sivamprasad@yahoo.com', '', 'India', '', 'We need gate automation for our apartment with 20 flats', '9535521356', '', 'Bengaluru', '', '', '', '2018-08-22 06:47:51'),
(922, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-08-22 12:20:32'),
(923, 'Narendra Modak ', 'modaknarendranath@gmal.com', '', 'India', '', 'Pls contact with me ', '9134740540', '', 'Kolkata', '', 'undefined', '', '2018-08-24 02:42:04'),
(924, 'Raghunath', 'ramankumar9digi@gmail.com', '', 'India', '', 'We need detailed Smart Power Brochure PDF for me to check all the product...', '8885592774', '', 'Kolkata', '', '', 'Contact', '2018-08-25 17:37:45'),
(925, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-08-26 21:24:09'),
(926, 'Suresh', 'suresh.s@avacare.in', '', 'India', '', 'We want a RFID enabled automated Security Entrance system', '9176601438', '', 'Chennai', '', 'Car Sticker Entrance System', 'Contact', '2018-08-27 04:52:56'),
(927, 'Suresh', 'suresh.s@avacare.in', '', 'India', '', 'We want a RFID enabled automated Security Entrance system', '9176601438', '', 'Chennai', '', 'Car Sticker Entrance System', 'Contact', '2018-08-27 04:53:00'),
(928, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-08-28 21:11:43'),
(929, 'A Rungta', 'ashishrungta@rediffmail.com', '', 'India', '', '', '9437022099', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-08-29 00:08:13'),
(930, 'A Rungta', 'ashishrungta@rediffmail.com', '', 'India', '', '', '9437022099', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-08-29 00:08:16'),
(931, 'Haris', 'haris.aleeya66@gmail.com', '', 'India', '', '', '7680076605', '', 'Bengaluru', '', 'undefined', '', '2018-08-29 02:59:50'),
(932, 'Job', 'mondalanurag60@gmail.com', '', 'India', '', 'Job', '7001636028', '', 'Kolkata', '', 'undefined', '', '2018-08-29 06:39:56'),
(933, 'Narendra', 'rabiudyog2018@gmail.com', '', 'India', '', 'Pls send details ', '9134740540', '', 'Kolkata', '', '', '', '2018-08-29 09:12:10'),
(934, 'J Pande', 'jyotirmoypande@yahoo.co.in', '', 'India', '', 'Installation at Berhampore, Murshidabad', '9433124370', '', 'Kolkata', '', 'Remote Door Lock,Remote Door Lock', '', '2018-08-30 13:50:51'),
(935, 'Subramanyam', 'rampallivs@gmail.com', 'hyderabad', 'India', 'telangana', 'need full setup brochure and best quote', '9705719705', 'RVS', 'hyderabad', '500001', 'uPVC Windows Welding machines - Right', 'Product', '2018-08-31 02:44:08'),
(936, 'Sachin ', 'sachin.ny@gmail.com', 'CD28 Sohna Road Gurgaon ', 'India', 'Haryana ', '', '9810885258', '', 'Gurgaon ', '122018', 'Video Door Phone (For  Apartments)', 'Product', '2018-08-31 07:26:57'),
(937, 'Ramandeep ', 'hitechindustries09@gmail.com', '', 'India', '', '', '9888513016', '', 'Chandigarh', '', 'undefined', '', '2018-09-01 03:16:22'),
(938, 'Raghav Rathi', 'rathiraghav.rr@gmail.com', '', 'India', '', 'I want door automation system and would like to understand how the complete thing works and what are the requirement and cost structure.', '918828250755', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-09-01 09:23:55'),
(939, 'Raghav Rathi', 'rathiraghav.rr@gmail.com', '', 'India', '', 'I want door automation system and would like to understand how the complete thing works and what are the requirement and cost structure.', '918828250755', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-09-01 09:23:59'),
(940, 'Raghav Rathi', 'rathiraghav.rr@gmail.com', '', 'India', '', 'I want door automation system and would like to understand how the complete thing works and what are the requirement and cost structure.', '918828250755', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-09-01 09:24:02'),
(941, 'Raghav Rathi', 'rathiraghav.rr@gmail.com', '', 'India', '', 'I want door automation system and would like to understand how the complete thing works and what are the requirement and cost structure.', '918828250755', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-09-01 09:24:05');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(942, 'Raghav Rathi', 'rathiraghav.rr@gmail.com', '', 'India', '', 'I want door automation system and would like to understand how the complete thing works and what are the requirement and cost structure.', '918828250755', '', 'Kolkata', '', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Contact', '2018-09-01 09:24:08'),
(943, 'Arjun Mirani', 'miraniarjun@yahoo.in', '', 'India', '', '', '9624417555', '', 'Rajkot', '', 'undefined', '', '2018-09-02 17:05:21'),
(944, 'A K CHATTERJEE', 'amit.chatterjee@adityabirla.com', '', 'India', '', '', '9090090204', '', 'Kolkata', '', 'Motorized Vertical Louvres,Motorised Blinds,Motorised Curtains', 'Contact', '2018-09-03 10:36:04'),
(945, ' A K CHATTERJEE', 'amit.chatterjee@adityabirla.com', '', 'India', '', 'We need to install at World Class Flat Rolling plant at Hirakud, dust proofing arrangement to our existing shed by providing automatic dust proof door, Automatic Rolling Shutter, Motorized curtains/ Louvers etc.', '9090090204', '', 'other', '', '', '', '2018-09-03 10:49:43'),
(946, 'yash surana', 'yashwater10', '', 'India', '', 'i want to automate my room', '7278735530', '', 'Kolkata', '', 'Home  Automation', '', '2018-09-06 14:40:35'),
(947, 'velayudhan parayil', 'parayil@hi-techsecuritysystems.in', 'Jubilee Tower , Jubilee Junction ,Perinthalmanna\nmalappuram Dist. Kerala', 'India', 'kerala', 'quotation requitred', '8157862432', 'Hi-tech security systems', 'Perinthalmanna', '679322', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Product', '2018-09-07 09:16:52'),
(948, 'Naveen Kumar', 'naveen@realfenster.com', 'New Delhi', 'India', 'Delhi', 'pls send me price of water slot machine', '9810618989', 'REAL FENSTER', 'Delhi', '110018', '90 Degree water Slot - Electric', 'Product', '2018-09-08 05:55:25'),
(949, 'Rajiv K Poddar', 'rajiv@smartpower.co.in', '', 'India', '', '', ' 919831021270', '', 'Kolkata', '', 'Video Door Phone 7\" Color with Memory', '', '2018-09-09 13:23:22'),
(950, 'Preetham', 'dasaripreatham@gmail.com', '', 'India', '', 'Nothing ', '9059909085', '', 'Hyderabad', '', 'undefined', '', '2018-09-09 16:02:43'),
(951, 'Yogesh Mittal', 'ymittal65.ym@gmail.com', '', 'India', '', '', '8360923465', '', 'other', '', 'Revolving Sensor Door', '', '2018-09-10 07:30:19'),
(952, 'Montu', 'Ahmedabad', '', 'India', '', 'We, ASD automation, wants to promote your products in Guajrat. Please arrange to send us a best pricelist of your product range for resale purpose.', '8320437874', '', 'Ahmedabad', '', '', 'Contact', '2018-09-10 11:38:28'),
(953, 'Montu', 'asdautomation@gmail.com', '', 'India', '', 'We, ASD Automation, are mainly dealing in Entrance Automation Range. Kindly send your best resealing pricelist.', '8320437874', '', 'Kolkata', '', 'Sliding Gate Openers, Boom Barriers, etc...', 'Contact', '2018-09-10 11:41:26'),
(954, 'Montu', 'asdautomation@gmail.com', '', 'India', '', 'We, ASD Automation, are mainly dealing in Entrance Automation Range. Kindly send your best resealing pricelist.', '8320437874', '', 'Kolkata', '', 'Sliding Gate Openers, Boom Barriers, etc...', 'Contact', '2018-09-10 11:41:30'),
(955, 'Montu', 'asdautomation@gmail.com', '', 'India', '', 'We, ASD Automation, are mainly dealing in Entrance Automation Range. Kindly send your best resealing pricelist.', '8320437874', '', 'Kolkata', '', 'Sliding Gate Openers, Boom Barriers, etc...', 'Contact', '2018-09-10 11:41:39'),
(956, 'Debojit manna', 'manna.meew@gmail.com', '', 'India', '', '', '8617281640', '', 'Kolkata', '', 'undefined', 'Contact', '2018-09-10 12:51:56'),
(957, 'Debojit manna', 'manna.meew@gmail.com', '', 'India', '', '', '8617281640', '', 'Kolkata', '', 'undefined', 'Contact', '2018-09-10 12:51:59'),
(958, 'Macklin paulson', 'paulsonmacklin@gmail.com', '', 'India', '', 'dealer', '9895609835', '', 'other', '', 'undefined', '', '2018-09-12 02:59:15'),
(959, 'Ishani Lad', 'ishani.lad@enjayworld.com', '', 'India', '', 'This is Testing', '9033187384', '', 'Kolkata', '', 'Awnings', '', '2018-09-12 06:20:32'),
(960, 'M.Dutta', 'hr.kol@transworld-terminals.com', '', 'India', '', 'We are opening up an office in Khidirpur..for that we need automatic sliding door. We will higlily obliged if you could provide us a solution. \n', '9073997312', '', 'Kolkata', '', 'undefined', '', '2018-09-13 15:39:53'),
(961, 'BALU K', 'stalwartchennaii@gmail.com', '', 'India', '', 'Stalwart gladly introduces as a pioneer rendering  service in  designing', '08838342072', '', 'Chennai', '', '', 'Contact', '2018-09-14 02:32:35'),
(962, 'BALU K', 'stalwartchennaii@gmail.com', '', 'India', '', 'Stalwart gladly introduces as a pioneer rendering  service in  designing', '08838342072', '', 'Chennai', '', '', 'Contact', '2018-09-14 02:32:39'),
(963, 'BALU K', 'stalwartchennaii@gmail.com', '', 'India', '', 'Stalwart gladly introduces as a pioneer rendering  service in  designing', '08838342072', '', 'Chennai', '', '', 'Contact', '2018-09-14 02:32:42'),
(964, 'BALU K', 'stalwartchennaii@gmail.com', '', 'India', '', 'Stalwart gladly introduces as a pioneer rendering  service in  designing', '08838342072', '', 'Chennai', '', '', 'Contact', '2018-09-14 02:32:45'),
(965, 'BALU K', 'stalwartchennaii@gmail.com', '', 'India', '', 'Stalwart gladly introduces as a pioneer rendering  service in  designing', '08838342072', '', 'Chennai', '', '', 'Contact', '2018-09-14 02:32:47'),
(966, 'Navdeep', 'navdeepgarg@hotmail.com', '', 'India', '', 'I need door automation system which can link with car sensor device. I need quotation, features etc', '07022887995', '', 'Chandigarh', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-09-14 16:20:30'),
(967, 'Mukesh Keswani', 'mukeshbk141181@gmail.com', '', 'India', '', 'Personal jingel set as caller tune', '9049078666', '', 'other', '', 'undefined', '', '2018-09-14 18:24:30'),
(968, 'Sandeep Baral', 'baral.sandeep@gmail.com', '', 'India', '', '', '9439489394', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-09-15 15:21:00'),
(969, 'Sandeep Baral', 'baral.sandeep@gmail.com', '', 'India', '', '', '9439489394', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-09-15 15:21:04'),
(970, 'Sandeep Baral', 'baral.sandeep@gmail.com', '', 'India', '', '', '9439489394', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-09-15 15:21:07'),
(971, 'Sandeep Baral', 'baral.sandeep@gmail.com', '', 'India', '', '', '9439489394', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-09-15 15:21:10'),
(972, 'Sandeep Baral', 'baral.sandeep@gmail.com', '', 'India', '', '', '9439489394', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2018-09-15 15:21:19'),
(973, 'rajiv ', 'rajiv@smartpower.co.in', '', 'India', '', 'test from www.smartpower.co.in', '9831021270', '', 'Kolkata', '', 'Glass Sensor Door', '', '2018-09-16 07:51:11'),
(974, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-09-17 11:17:10'),
(975, 'Pawan singh', 'pawansingh7719@rediffmail.com', '', 'India', '', '', '9086160799', '', 'other', '', 'undefined', '', '2018-09-17 11:21:33'),
(976, 'gopal chandra hazra', 'gchazra58@yahoo.in', '', 'India', '', 'Please send me the quotation of Aluminium door of size 2.4m X2.1 m', '', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2018-09-18 12:28:31'),
(977, 'gopal chandra hazra', 'gchazra58@yahoo.in', '', 'India', '', 'Please send me the quotation of Aluminium door of size 2.4m X2.1 m', '', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2018-09-18 12:28:34'),
(978, 'Atul', 'atul.affinity@gmail.com', 'Gomti nagar lko', 'India', 'UP', 'For outdoor automation', '8090404870', 'Zeetasoft', 'lucknow', '226010', 'Turnstile (Full Height)', 'Product', '2018-09-18 14:43:23'),
(979, 'mukesh kumar', 'mukesh.mukeshsingh06@gmail.com', '', 'India', '', 'Sensor door', '9386598600', '', 'Patna', '', 'Glass Sensor Door', 'Contact', '2018-09-19 10:52:19'),
(980, 'mukesh kumar', 'mukesh.mukeshsingh06@gmail.com', '', 'India', '', 'Sensor door', '9386598600', '', 'Patna', '', 'Glass Sensor Door', 'Contact', '2018-09-19 10:52:24'),
(981, 'mukesh kumar', 'mukesh.mukeshsingh06@gmail.com', '', 'India', '', 'Sensor door', '9386598600', '', 'Patna', '', 'Glass Sensor Door', 'Contact', '2018-09-19 10:52:27'),
(982, 'mukesh kumar', 'mukesh.mukeshsingh06@gmail.com', '', 'India', '', 'Sensor door', '9386598600', '', 'Patna', '', 'Glass Sensor Door', 'Contact', '2018-09-19 10:52:30'),
(983, 'mukesh kumar', 'mukesh.mukeshsingh06@gmail.com', '', 'India', '', 'Sensor door', '9386598600', '', 'Patna', '', 'Glass Sensor Door', 'Contact', '2018-09-19 10:52:33'),
(984, 'mukesh kumar', 'mukesh.mukeshsingh06@gmail.com', '', 'India', '', 'Sensor door', '9386598600', '', 'Patna', '', 'Glass Sensor Door', 'Contact', '2018-09-19 10:52:36'),
(985, 'Shivam Rajgarhia', 'shivamrajgarhia@gmail.com', '', 'India', '', 'Please contact for urgent requirement of Video door phone', '9038357560', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', 'Contact', '2018-09-19 16:33:56'),
(986, 'Shivam Rajgarhia', 'shivamrajgarhia@gmail.com', '', 'India', '', 'Please contact for urgent requirement of Video door phone', '9038357560', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', 'Contact', '2018-09-19 16:33:58'),
(987, 'Shivam Rajgarhia', 'shivamrajgarhia@gmail.com', '', 'India', '', 'Please contact for urgent requirement of Video door phone', '9038357560', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', 'Contact', '2018-09-19 16:34:00'),
(988, 'Zulfeqar ahmed', 'allipur dhikoli. meerut u.p.', '', 'India', '', 'Boom barrier', '9897470157', '', 'Meerut', '', 'undefined', '', '2018-09-20 15:58:48'),
(989, 'Sunitha', 'Sales@3dtrix.in', '', 'India', '', 'Hi,\nI hope this note finds you doing well.\nI had a chance to search you on web and thought to check with you if you would be interested to have Explainer Video for your company at this time?\nAn Explainer video is a video that explains and promotes a company, product, or service to audiences in an entertaining way, and conveys your brand message to your clients to increase the Conversion Rate', '8867490233', '', 'Bengaluru', '', '', 'Contact', '2018-09-21 07:18:34'),
(990, 'Sunitha', 'Sales@3dtrix.in', '', 'India', '', 'Hi,\nI hope this note finds you doing well.\nI had a chance to search you on web and thought to check with you if you would be interested to have Explainer Video for your company at this time?\nAn Explainer video is a video that explains and promotes a company, product, or service to audiences in an entertaining way, and conveys your brand message to your clients to increase the Conversion Rate', '8867490233', '', 'Bengaluru', '', '', 'Contact', '2018-09-21 07:18:35'),
(991, 'Sunitha', 'Sales@3dtrix.in', '', 'India', '', 'Hi,\nI hope this note finds you doing well.\nI had a chance to search you on web and thought to check with you if you would be interested to have Explainer Video for your company at this time?\nAn Explainer video is a video that explains and promotes a company, product, or service to audiences in an entertaining way, and conveys your brand message to your clients to increase the Conversion Rate', '8867490233', '', 'Bengaluru', '', '', 'Contact', '2018-09-21 07:18:36'),
(992, 'Sunitha', 'Sales@3dtrix.in', '', 'India', '', 'Hi,\nI hope this note finds you doing well.\nI had a chance to search you on web and thought to check with you if you would be interested to have Explainer Video for your company at this time?\nAn Explainer video is a video that explains and promotes a company, product, or service to audiences in an entertaining way, and conveys your brand message to your clients to increase the Conversion Rate', '8867490233', '', 'Bengaluru', '', '', 'Contact', '2018-09-21 07:18:37'),
(993, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-09-22 15:01:50'),
(994, 'Mohan Kumar', 'smkindia@hotmail.com', '', 'India', '', '', '9789060406', '', 'Chennai', '', '', 'Contact', '2018-09-23 07:40:54'),
(995, 'Mohan Kumar', 'smkindia@hotmail.com', '', 'India', '', '', '9789060406', '', 'Chennai', '', '', 'Contact', '2018-09-23 07:40:57'),
(996, 'Mohan Kumar', 'smkindia@hotmail.com', '', 'India', '', '', '9789060406', '', 'Chennai', '', '', 'Contact', '2018-09-23 07:41:00'),
(997, 'ashish gupta', 'ashish.gpt1@gmail.com', '', 'India', '', 'm planning to install a vdp for my villa and i want the access at my all floors ', '9319588525', '', 'other', '', 'Video Door Phone (For  Apartments),Video Door Phone (For  Apartments)', '', '2018-09-23 09:10:43'),
(998, 'Laiquddin', 'laiquddin14@gmail.com', '', 'India', 'Telangana', '', '8788731609', 'AK windows and doors house', 'Hyderabad', '500048', 'uPVC Windows Welding machines', 'Product', '2018-09-24 19:21:09'),
(999, 'Zulfeqar', 'zulfeqar888@gmail.com', '', 'India', '', 'Boom barrier', '9897470157', '', 'Meerut', '', 'undefined', '', '2018-09-25 17:52:04'),
(1000, 'S.Bhaskaran', 'jmbbsr@rediffmail.com', '', 'India', '', 'we need to procure three boom barriers for our projects', '9437061127', '', 'Bhubaneswar', '', 'Boom Barriers SP ACM BB 801,Boom Barriers SP ACM BB 801,Boom Barriers SP ACM BB 801', '', '2018-09-26 06:15:42'),
(1001, 'Pankaj Kushwaha', 'pankaj.kushwaha@mindteck.com', 'Bhopal', 'India', 'Madhya Pradesh', '', '9540193983', 'Mindteck India Limited', 'Bhopal', '462003', 'Boom Barriers SP ACM BB 801', 'Product', '2018-09-26 07:03:12'),
(1002, 'Hrishikesh', 'hrishikeshgokhale90@gmail.com', '', 'India', '', 'Would like to purchase the machinery for producing Upvc windows.', '9423871736', '', 'Pune', '', 'undefined', 'Contact', '2018-09-26 07:40:40'),
(1003, 'Hrishikesh', 'hrishikeshgokhale90@gmail.com', '', 'India', '', 'Would like to purchase the machinery for producing Upvc windows.', '9423871736', '', 'Pune', '', 'undefined', 'Contact', '2018-09-26 07:40:44'),
(1004, 'Hrishikesh Gokhale', 'hrishikeshgokhale90@gmail.com', '', 'India', '', '', '9423871736', '', 'Pune', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools - Pneumatic,45 Degree Water Slot - Electric  SP TL EL 09', '', '2018-09-26 07:45:11'),
(1005, 'A.Mariyappan ', 'mahamhomesintrichy@gmail.com', '', 'India', '', '', '8825887465', '', 'other', '', 'undefined', '', '2018-09-26 17:47:16'),
(1006, 'Akash', 'akashagrawal.ion@gmail.com', '', 'India', '', '', '9893364770', '', 'Kolkata', '', 'undefined', 'Contact', '2018-09-27 12:01:41'),
(1007, 'Akash', 'akashagrawal.ion@gmail.com', '', 'India', '', '', '9893364770', '', 'Kolkata', '', 'undefined', 'Contact', '2018-09-27 12:01:47'),
(1008, 'Abhijeet Yadav', 'yadavabhijeet0101@gmail.com', '', 'India', '', 'Sir I\'m a engineering student and i want to make a project and research on flap barrier and I\'m more interested in your products.\nWaiting for your positive response', '7218424553', '', 'Pune', '', 'undefined', 'Contact', '2018-09-28 04:11:35'),
(1009, 'Abhijeet Yadav', 'yadavabhijeet0101@gmail.com', '', 'India', '', 'Sir I\'m a engineering student and i want to make a project and research on flap barrier and I\'m more interested in your products.\nWaiting for your positive response', '7218424553', '', 'Pune', '', 'undefined', 'Contact', '2018-09-28 04:11:36'),
(1010, 'dinesh upadhyay', 'updhyaydinesh350@gmail.com', 'khasra no. 87/1, 87/2 mundka new delhi metro  pillar no. 606 road no. 10', 'India', 'delhi ', 'dada tobha mark ', '7490994921', 'sara abode pvt.ltd', 'delhi', '110041', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2018-09-30 09:34:31'),
(1011, 'dinesh upadhyay', 'upadhyay', '', 'India', '', '', '7490994921', '', 'Delhi', '', '', '', '2018-09-30 09:40:06'),
(1012, 'JOHN', 'johndsouza@jaycee.co.in', 'b-12 satya vihar', '', 'maharashtra', '', '9822040508', 'jaycee engineers', 'pune', '411040', 'Boom Barriers SP ACM BB (Folding)', 'Product', '2018-10-02 09:06:04'),
(1013, 'Prabhat Singh', 'prabhats366@gmail.com', '', 'India', '', 'i want gate automation, sliding door automation and shutter automation', '7388880070', '', 'Lucknow', '', 'Auto Swing Door,Home  Automation,Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-10-05 15:44:00'),
(1014, 'Pradip mallick', 'babul.mallick2017@gmail.com', '', 'India', '', 'Enquiry', '6294978799', '', 'Kolkata', '', 'undefined', '', '2018-10-06 09:08:42'),
(1015, 'Pradip mallick', 'babul.mallick2017@gmail.com', '', 'India', '', 'Enquiry', '6294978799', '', 'Kolkata', '', 'undefined', '', '2018-10-06 09:09:25'),
(1016, 'Prasad ', 'zipautomation@rediffmail.com', '', 'India', '', 'This is Prasad, proprietor. We are dealing in office Automation product in mumbai. We are interested to sell your apartment video door phone. Pl contact me', '9322529499', '', 'Mumbai', '', 'undefined', '', '2018-10-06 14:23:24'),
(1017, 'Sujith', 'sujith@ineedsolutions.co.in', '', 'India', '', '', '9481507383', '', 'Mysore', '', '', '', '2018-10-08 14:36:07'),
(1018, '9045000014', 'jaibirswami88@gmail.con', '', 'India', '', '', '9045000014', '', 'Dehradun', '', 'undefined', '', '2018-10-09 12:05:08'),
(1019, 'Jayanta Banerjee', 'gadsec@vsnl,com', '', 'India', '', 'Want RFID UHF stand alone systems minimum 5 ft  6 nos urgent', '9830053793', '', 'Kolkata', '', '', 'Contact', '2018-10-10 06:43:43'),
(1020, 'Jayanta Banerjee', 'gadsec@vsnl,com', '', 'India', '', 'Want RFID UHF stand alone systems minimum 5 ft  6 nos urgent', '9830053793', '', 'Kolkata', '', '', 'Contact', '2018-10-10 06:43:45'),
(1021, 'Jayanta Banerjee ', 'gadsec@vsnl.com', '', 'India', '', 'VDP for single and apartment use ', '9830053793', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', '', '2018-10-10 06:48:06'),
(1022, 'Jayanta Banerjee ', 'gadsec@vsnl.com', '', 'India', '', 'VDP for single and apartment use ', '9830053793', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', '', '2018-10-10 06:48:18'),
(1023, 'Jitendra Kumar', 'jitendra48@gmail.com', '', 'India', '', 'I need to transform my existing door into smart one.', '8757874722', '', 'Patna', '', 'undefined', '', '2018-10-10 16:22:03'),
(1024, 'Deepak gautam ', 'sharmaconstruction03@gmail.com', '', 'India', '', 'Motorised shutter dimensions 19f*19f with remote and manually operated and also with chain pully system safety factors also', '9992757656', '', 'Shimla', '', 'undefined', '', '2018-10-10 17:27:29'),
(1025, 'anoop madan', 'anoop@doorautomations.com', '8c/6, 1st floor, w.e.a., abdul aziz road, karol bagh, new delhi 110005', 'India', 'delhi', 'flap barrier required 3 station ( 2 entry=  in ', '9717709993', 'door automations pvt ltd', 'new delhi', '110005', 'Flap Barrier', 'Product', '2018-10-11 12:47:57'),
(1026, 'Narayanan', 'vfoursuppliers@gmail.com', '', 'India', '', 'I want multi appartment video door phone panel', '8825701339', '', 'Chennai', '', 'undefined', 'Contact', '2018-10-12 04:50:00'),
(1027, 'Narayanan', 'vfoursuppliers@gmail.com', '', 'India', '', 'I want multi appartment video door phone panel', '8825701339', '', 'Chennai', '', 'undefined', 'Contact', '2018-10-12 04:50:03'),
(1028, 'Saurabh dubey ', 'dubey.saurabh@yahoo.com', '', 'India', '', 'Swing gate system for iron main gate ', '08358999600', '', 'Raipur', '', 'undefined', '', '2018-10-13 04:38:42'),
(1029, 'Rafeek', 'rafeekvko@gmail.com', '', 'India', '', 'Hai. Can u supply spares for sliding, swing doors.', '8610816815', '', 'other', '', 'undefined', 'Contact', '2018-10-13 08:16:32'),
(1030, 'Rafeek', 'rafeekvko@gmail.com', '', 'India', '', 'Hai. Can u supply spares for sliding, swing doors.', '8610816815', '', 'other', '', 'undefined', 'Contact', '2018-10-13 08:16:35'),
(1031, 'Shrikant Vaidya', 'vaidyashrikant61@yahoo.com', '', 'India', '', 'Quotation for car entry in any restricted area./ society', '9136032808', '', 'Noida', '', 'undefined', '', '2018-10-13 10:27:51'),
(1032, 'Ashu', 'rai.ashu.073@gmail.com', '', 'India', '', 'I need a motorised window solution, as the windows are now easily accessible.\n\nDo you have such a solution? If yes could you have call me. If not, could you suggest if anyone does this kind of solution.\n\nI am Bangalore based.', '9632453073', '', 'Bengaluru', '', 'Home  Automation,Home  Automation', 'Contact', '2018-10-14 12:30:41'),
(1033, 'Pinaki Ranjan Das', 'd.pinakiranjan@yahoo.com', '', 'India', '', 'We need auto boom barrier', '09748733160', '', 'Kolkata', '', '', '', '2018-10-16 06:43:51'),
(1034, 'Amol Pawar', 'eclat185@gmail.com', '', 'India', '', 'Request quote for &quot;linear window actuator&quot; 300mm stroke/450N force.', '9922971198', '', 'Pune', '', 'Motorized Vertical Louvres', 'Contact', '2018-10-17 08:43:10'),
(1035, 'Amol Pawar', 'eclat185@gmail.com', '', 'India', '', 'Request quote for &quot;linear window actuator&quot; 300mm stroke/450N force.', '9922971198', '', 'Pune', '', 'Motorized Vertical Louvres', 'Contact', '2018-10-17 08:43:14'),
(1036, 'Akbat Haydarov', 'bdm@invest-ent-ltd.com', '', 'Turkmenistan', '', 'We are searching for Retractable gate with below specifications, Please review and give a quote?\n\nMaterial: Stainless Steel\nOpen Style: Retractable\nOpening Pattern: Automatic\nColor: silver/blue,\nDouble motor\nStandard height: 1.6-1.8m\nEngine voltage and frequency:~ 220V &plusmn; 10% 50Hz\nWorking temperature: -25-- 75&deg;C\nOperation Current: &lt;=2.5A X2\nRemote Control distance: &gt;=30m\nPower: 370W/550W.\nMoving speed: 17-19m/min\nType of Track: no track', '99364052002', '', 'Agra', '', 'Motorised Retractable Gates', 'Contact', '2018-10-19 11:02:51'),
(1037, 'Akbat Haydarov', 'bdm@invest-ent-ltd.com', '', 'Turkmenistan', '', 'We are searching for Retractable gate with below specifications, Please review and give a quote?\n\nMaterial: Stainless Steel\nOpen Style: Retractable\nOpening Pattern: Automatic\nColor: silver/blue,\nDouble motor\nStandard height: 1.6-1.8m\nEngine voltage and frequency:~ 220V &plusmn; 10% 50Hz\nWorking temperature: -25-- 75&deg;C\nOperation Current: &lt;=2.5A X2\nRemote Control distance: &gt;=30m\nPower: 370W/550W.\nMoving speed: 17-19m/min\nType of Track: no track', '99364052002', '', 'Agra', '', 'Motorised Retractable Gates', 'Contact', '2018-10-19 11:02:52'),
(1038, 'Anand karak', 'anandkarak@gmail.com', '', 'India', '', 'I Am looking for video door lock \n', '9031512855', '', 'Patna', '', 'undefined', '', '2018-10-19 11:20:14'),
(1039, 'Mr. Pragnesh Prajapati', 'pragnesh@duconconsultants.in', '', 'India', '', 'Gate Automation not Operated via Switch', '9574087491', '', 'Ahmedabad', '', 'Gate Automation', 'Contact', '2018-10-20 05:29:17'),
(1040, 'Mr. Pragnesh Prajapati', 'pragnesh@duconconsultants.in', '', 'India', '', 'Gate Automation not Operated via Switch', '9574087491', '', 'Ahmedabad', '', 'Gate Automation', 'Contact', '2018-10-20 05:29:20'),
(1041, 'jason', 'info@transcoolairhk.com', 'Office # 253, 2nd Floor, Kau On Building 251 253 Cheung Sha Wan Road, Sham Shui Po, Kowloon  Hong Kong.\nOffice # 253, 2nd Floor, Kau On Building 251 253 Cheung Sha Wan Road, Sham Shui Po, Kowloon  Hong Kong.', '', 'Hong Kong', 'You are requested to quote us given below item:\nRETRACTABLE GATE 16 FEET \nQTY. 2.00', ' 85255278871', 'TRANSCOOL AUTO AIR', 'Kowloon', '', 'Motorised Retractable Gates', 'Product', '2018-10-23 09:43:45'),
(1042, 'Srila Mookherjee', 'gopalsrila@gmail.com', '', 'India', '', '', '9831023593', '', 'Kolkata', '', '', 'Contact', '2018-10-23 11:17:45'),
(1043, 'Srila Mookherjee', 'gopalsrila@gmail.com', '', 'India', '', '', '9831023593', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-10-23 11:17:54'),
(1044, 'Srila Mookherjee', 'gopalsrila@gmail.com', '', 'India', '', '', '9831023593', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-10-23 11:18:01'),
(1045, 'Srila Mookherjee', 'gopalsrila@gmail.com', '', 'India', '', '', '9831023593', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2018-10-23 11:18:06'),
(1046, 'Julio Rivera', 'luvbark@gmail.com', '', 'Haiti', '', 'uPVC Window Mfg. Tools  I am looking for catalog and price on equipment for window making equipment\'s  a turnkey system ', '7802891097', '', 'other', '', '', '', '2018-10-25 02:41:02'),
(1047, 'Patchirajan', 'planteng@jmil.co.in', 'Jm Frictech \nirungattukottai ,chennai ', 'India', 'Tamilnadu ', '', '9940590202', 'Jm frictech', 'chennai ', '', 'Home  Automation', 'Product', '2018-10-25 09:36:50'),
(1048, 'Sk rafi', 'maruthifashionsguntur2015gmail.com', '', 'India', '', 'Door', '9247742333', '', 'Vijayawada', '', 'undefined', '', '2018-10-26 06:55:49'),
(1049, 'Salim Khan', 'tricecomp@gmail.com', 'Bangalore', 'India', 'KARNATAKA', 'Size 14 meters x 2 meters', '8088888885', 'TRICECOMP', 'BANGALORE', '560078', 'Motorised Retractable Gates', 'Product', '2018-10-26 12:04:12'),
(1050, 'Prashanth valke', 'prashanthvalke@gmail.com', '', 'India', '', 'Could you please send the details and specifications of PORTABLE UPVC WINDOW making machines.', '9448409129', '', 'other', '', 'undefined', '', '2018-10-28 14:43:49'),
(1051, 'Nature Tech Enviro Protection Limited', 'info@naturetech.org.in', '', 'India', '', 'requirement for sliding gate gear model 800kg', '6355126284', '', 'Surat', '', '', '', '2018-10-29 11:38:10'),
(1052, 'Mohammad Bashir', 'sbwinfocomm@gmail.com', '', 'India', '', 'Please send your email id to submit our enquiry', '8555912817', '', 'Kolkata', '', '', 'Contact', '2018-10-30 07:11:52'),
(1053, 'Mohammad Bashir', 'sbwinfocomm@gmail.com', '', 'India', '', 'Please send your email id to submit our enquiry', '8555912817', '', 'Kolkata', '', '', 'Contact', '2018-10-30 07:11:56'),
(1054, 'Mohammad Bashir', 'sbwinfocomm@gmail.com', '', 'India', '', 'Please send your email id to submit our enquiry', '8555912817', '', 'Kolkata', '', '', 'Contact', '2018-10-30 07:11:59'),
(1055, 'Mohammad Bashir', 'sbwinfocomm@gmail.com', '', 'India', '', 'Please send your email id to submit our enquiry', '8555912817', '', 'Kolkata', '', '', 'Contact', '2018-10-30 07:12:03'),
(1056, 'Mohammad Bashir', 'sbwinfocomm@gmail.com', '', 'India', '', 'Please send your email id to submit our enquiry', '8555912817', '', 'Kolkata', '', '', 'Contact', '2018-10-30 07:12:07'),
(1057, 'Rohit Sharma', 'rohit_sharma@opiant.in', 'Third Floor, Building No. 1, Local Shopping Complex,, Sector-B, Pocket-1, Vasant Kunj, New Delhi, Delhi 110070', 'India', 'New Delhi', 'Quotation for Flap Gates with International standards and Smart coin/card reader.', '9811661985', 'Opiant Tech Solutions Pvt Ltd.', 'New Delhi', '110070', 'Flap Barrier', 'Product', '2018-11-01 06:51:41'),
(1058, 'Sumit garg', 'sumitgarg91@gmail.com', 'Ghaziabad up ', 'India', 'Utter pradesh', '', '9410896369', 'Bhavya enterprises', 'Ghaziabad', '201007', 'uPVC Windows Welding machines', 'Product', '2018-11-01 10:22:42'),
(1059, 'Abdul Hameed Shahabuddin', 'abdulhameed4wenz@gmail.com', '', 'Saudi Arabia', '', 'Sir,i am indian working saudi Arabia i need to set up UPVC window fabrication unit in Riyadh', '00966504166679', '', 'Kolkata', '', 'uPVC Windows Welding machines,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools - Pneumatic', 'Contact', '2018-11-03 12:50:28'),
(1060, 'Ivana Perovska', 'ivana@netra.com.mk', '', 'Macedonia, The Former Yugoslav Republic of', '', '', '38972304230', '', 'other', '', 'turnstill', 'Contact', '2018-11-05 08:42:36'),
(1061, 'Varun Malik', 'varun.malik0911@gmail.com', '', 'India', '', '', '8551810808', '', 'Gurgaon', '', 'undefined', '', '2018-11-09 08:35:07'),
(1062, 'Mr. Talib', 'talib.sbl@gmail.com', '', 'India', '', 'plz send broucher and detail about item', '9927041172', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2018-11-09 15:37:50'),
(1063, 'ramesh', 'amirthsengineers@gmail.com', '', 'Sri Lanka', '', 'I need a telescopic glass roof size 4500mm×4500mm', '0094768672633', '', 'Kolkata', '', 'undefined', '', '2018-11-10 11:50:29'),
(1064, 'Dr. Vijayan Baburaj', 'vijayanbaburaj@hotmail.com', '', 'India', '', 'Details about the above said product', '9846100770', '', 'Thiruvananthapuram', '', 'Retractable Gate', 'Contact', '2018-11-12 09:21:58'),
(1065, 'Dr. Vijayan Baburaj', 'vijayanbaburaj@hotmail.com', '', 'India', '', 'Details about the above said product', '9846100770', '', 'Thiruvananthapuram', '', 'Retractable Gate', 'Contact', '2018-11-12 09:22:06'),
(1066, 'Dr. Vijayan Baburaj', 'vijayanbaburaj@hotmail.com', '', 'India', '', 'Details about the above said product', '9846100770', '', 'Thiruvananthapuram', '', 'Retractable Gate', 'Contact', '2018-11-12 09:22:16'),
(1067, 'Dr. Vijayan Baburaj', 'vijayanbaburaj@hotmail.com', '', 'India', '', 'Details about the above said product', '9846100770', '', 'Thiruvananthapuram', '', 'Retractable Gate', 'Contact', '2018-11-12 09:22:27'),
(1068, 'Siddharth jain', 'jainfabworks19@gmail.com', '', 'India', '', '', '9782185089', '', 'Jaipur', '', 'Glass Sensor Door,Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 4000,Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Roller),Motorised Retractable Gates,Boom Barriers S', 'Contact', '2018-11-12 10:31:37'),
(1069, 'Milan Jha', 'milanjha31@yahoo.com', '', 'India', '', 'Dear Team please Sent me Qtn Regarding In Gate ', '9163865156', '', 'Kolkata', '', 'undefined', '', '2018-11-13 08:30:51'),
(1070, 'jayant', 'jayanr@precisiontelecom.in', '', 'India', '', 'boom  barrier gate  best prices required ', '9824895216', '', 'Surat', '', '', '', '2018-11-14 05:46:06'),
(1071, 'Ozgur dindar', 'dindarozgur@gmail.com', '', 'Turkey', '', 'We are in turnstiles', '00905337320850', '', 'other', '', 'undefined', '', '2018-11-15 12:46:01'),
(1072, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2018-11-16 02:57:01'),
(1073, 'Upendra goyal', 'goyalupendra@rediffmail.com', 'Jaipur', 'India', 'Rajasthan', 'Required motor for sliding gate', '9414074976', 'Time Automation', '', '302019', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-11-18 04:57:41'),
(1074, 'HRISHIKESH MUKHERJEE', 'skekolkata812@gmail.com', '', 'India', '', 'RESPECTED SIR,\n\n               AS PER OUR DISCUSSION OF &quot;AUTOMATIC BOOM BARRIER&quot; PLEASE SEND ME YOUR BEST PRICE QUOTATION AS SOON AS POSSIBLE, WE ARE WAITING FOR YOUR REPLY. NEED THE PRICE URGENTLY, PLEASE QUOTED ME SOON. THE DETAILS OF BOOM BARRIER IS ATTACHED HERE, PLEASE FIND THE ATTACHMENT, CHECK IT AND SEND ME YOUR BEST PRICE OFFER.', '9831877694', '', 'Kolkata', '', '', 'Contact', '2018-11-20 11:59:41'),
(1075, 'Rakesh', 'rakesh.ka@cattleyatech.com', '', 'India', 'Karnataka', '', '7411874449', 'Cattleya technosys Pvt LTD', 'Bangalore', '560029', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2018-11-20 12:08:11'),
(1076, 'Himanshu pandey', 'himanshu.kumar@minavo.in', '', 'India', '', 'Minavo is a cloud-based Call Management solution which manages your business phone calls in a smarter way. When customers call on your business number they get to hear a professional welcome message like &quot;Welcome to XYZ Private Limited&quot;. Press 1 to talk to an agent in the &quot;Sales  or press 2 for &quot;General inquiry&quot; or any other department of your choice. To know how our services work, I recommend you to try our free demo.\n\nMinavo provides | IVR', '9999585927', '', 'Noida', '', 'Call Management Service Provider', 'Contact', '2018-11-22 06:12:20'),
(1077, 'Himanshu pandey', 'himanshu.kumar@minavo.in', '', 'India', '', 'Minavo is a cloud-based Call Management solution which manages your business phone calls in a smarter way. When customers call on your business number they get to hear a professional welcome message like &quot;Welcome to XYZ Private Limited&quot;. Press 1 to talk to an agent in the &quot;Sales  or press 2 for &quot;General inquiry&quot; or any other department of your choice. To know how our services work, I recommend you to try our free demo.\n\nMinavo provides | IVR', '9999585927', '', 'Noida', '', 'Call Management Service Provider', 'Contact', '2018-11-22 06:12:28'),
(1078, 'Himanshu pandey', 'himanshu.kumar@minavo.in', '', 'India', '', 'Minavo is a cloud-based Call Management solution which manages your business phone calls in a smarter way. When customers call on your business number they get to hear a professional welcome message like &quot;Welcome to XYZ Private Limited&quot;. Press 1 to talk to an agent in the &quot;Sales  or press 2 for &quot;General inquiry&quot; or any other department of your choice. To know how our services work, I recommend you to try our free demo.\n\nMinavo provides | IVR', '9999585927', '', 'Noida', '', 'Call Management Service Provider', 'Contact', '2018-11-22 06:12:40'),
(1079, 'Himanshu pandey', 'himanshu.kumar@minavo.in', '', 'India', '', 'Minavo is a cloud-based Call Management solution which manages your business phone calls in a smarter way. When customers call on your business number they get to hear a professional welcome message like &quot;Welcome to XYZ Private Limited&quot;. Press 1 to talk to an agent in the &quot;Sales  or press 2 for &quot;General inquiry&quot; or any other department of your choice. To know how our services work, I recommend you to try our free demo.\n\nMinavo provides | IVR', '9999585927', '', 'Noida', '', 'Call Management Service Provider', 'Contact', '2018-11-22 06:12:52'),
(1080, 'Himanshu pandey', 'himanshu.kumar@minavo.in', '', 'India', '', 'Minavo is a cloud-based Call Management solution which manages your business phone calls in a smarter way. When customers call on your business number they get to hear a professional welcome message like &quot;Welcome to XYZ Private Limited&quot;. Press 1 to talk to an agent in the &quot;Sales  or press 2 for &quot;General inquiry&quot; or any other department of your choice. To know how our services work, I recommend you to try our free demo.\n\nMinavo provides | IVR', '9999585927', '', 'Noida', '', 'Call Management Service Provider', 'Contact', '2018-11-22 06:13:03'),
(1081, 'Himanshu pandey', 'himanshu.kumar@minavo.in', '', 'India', '', 'Minavo is a cloud-based Call Management solution which manages your business phone calls in a smarter way. When customers call on your business number they get to hear a professional welcome message like &quot;Welcome to XYZ Private Limited&quot;. Press 1 to talk to an agent in the &quot;Sales  or press 2 for &quot;General inquiry&quot; or any other department of your choice. To know how our services work, I recommend you to try our free demo.\n\nMinavo provides | IVR', '9999585927', '', 'Noida', '', 'Call Management Service Provider', 'Contact', '2018-11-22 06:13:15'),
(1082, 'Jilani', 'conangroup1999@gmail.com', '', 'Bangladesh', '', 'I want to buy Video Door Phone (For  Apartments),Video Door Phone (For  Apartments for Business in Bangladesh. \n\nPlease send me the price Quotation.', '008801922045727', '', 'other', '', 'Video Door Phone (For  Apartments),Video Door Phone (For  Apartments)', '', '2018-11-22 08:57:41'),
(1083, 'vasavi', 'vasuhec@gmail.com', '', 'India', '', '', '8106967984', '', 'Bengaluru', '', 'Auto Rolling Door High Speed PVC', '', '2018-11-23 03:43:00'),
(1084, 'rajiv', 'rajiv@smartpower.co.in', '', 'India', '', 'test', '9831021270', '', 'Kolkata', '', '', '', '2018-11-23 05:28:47'),
(1085, 'ROHAN AGARWAL', 'rohan.powertech@gmail.com', 'Kavi Nagar ', 'India', 'UP', '', '9891529612', '', 'Ghaziabad', '201001', 'Swing Gate Motor SP ACM SD 500 (Roller)', 'Product', '2018-11-24 02:17:11'),
(1086, 'DEBJANI', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-24 10:00:31'),
(1087, 'DEBJANI', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-24 10:00:37'),
(1088, 'DEBJANI', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-24 10:00:42'),
(1089, 'Parvezalam', 'parvezkaliya@gmail.com', '', 'India', '', 'This is testing enquriy created by Parvezalam from enjay', '9033139382', '', 'Kolkata', '', 'Remote Door Lock', '', '2018-11-25 02:51:52'),
(1090, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-25 04:24:50'),
(1091, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-25 04:24:57'),
(1092, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', '', 'Contact', '2018-11-25 11:10:13'),
(1093, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', '', 'Contact', '2018-11-25 11:10:25'),
(1094, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-11-25 11:10:33'),
(1095, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', '', 'Contact', '2018-11-25 11:10:45'),
(1096, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-11-25 11:10:57'),
(1097, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-11-25 11:11:05'),
(1098, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-11-25 11:11:18'),
(1099, 'uday', 'uday.mandapati@gmail.com', '', 'India', '', 'need price catalog', '9133355799', '', 'Vijayawada', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2018-11-25 11:11:29'),
(1100, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', '', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-27 04:51:43'),
(1101, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', '', '8697737782', '', 'Kolkata', '', '', 'Contact', '2018-11-27 04:51:51'),
(1102, 'anil jain', 'skadvertising@gmail.com', '', 'India', '', 'for Amc and software in computer for attendance machine', '8981690009', '', 'Kolkata', '', 'Biometric Attendance System', 'Contact', '2018-11-28 10:23:39'),
(1103, 'anil jain', 'skadvertising@gmail.com', '', 'India', '', 'for Amc and software in computer for attendance machine', '8981690009', '', 'Kolkata', '', 'Biometric Attendance System', 'Contact', '2018-11-28 10:23:52'),
(1104, 'anil jain', 'skadvertising@gmail.com', '', 'India', '', 'for Amc and software in computer for attendance machine', '8981690009', '', 'Kolkata', '', 'Biometric Attendance System', 'Contact', '2018-11-28 10:24:04'),
(1105, 'Devkinandan sahu', 'cap[taindevkinandan2013@gmail.com', 'Roger technologies limited , urla industrial area,  Raipur', 'India', 'chhattishgarh', 'Our gate is only  slab , so we would required only one cylinder . Therefore , please send qutation accondingly.  ', '7898585870', 'Roger technologies limited', 'raipur', '492001', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2018-11-28 11:02:13'),
(1106, 'Alex', 'alexkurian@gmail.com', '', 'India', '', '', '9422636724', '', 'other', '', 'undefined', '', '2018-11-29 18:14:12'),
(1107, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', '', '8697737782', '', 'Kolkata', '', '', '', '2018-11-30 06:26:27'),
(1108, 'MANAS ACHARYA', 'manas@falconmarine.co.in', '', 'India', '', 'We are looking for Tripod turnstile access control machine for our Plant at Balasore (odisha) and Bhubaneswar(Odisha) Total requirement will be 8 nos.Need your product specifications and quoted price.', '7683907510', '', 'Bhubaneswar', '', 'Turnstile - Vertical (Tripod)', '', '2018-11-30 10:10:30'),
(1109, 'Nakul Pimpale', 'pimpalenakul@gmail.com', '', 'India', '', 'Parking Solution System - Token Dispenser \nQuantity-1nog\nPlz give me Quotation for above mentioned product.', '8237278820', '', 'other', '', 'undefined', 'Contact', '2018-11-30 10:36:26'),
(1110, 'Nakul Pimpale', 'pimpalenakul@gmail.com', '', 'India', '', 'Parking Solution System - Token Dispenser \nQuantity-1nog\nPlz give me Quotation for above mentioned product.', '8237278820', '', 'other', '', 'undefined', 'Contact', '2018-11-30 10:36:36'),
(1111, 'Parvezalam', 'parvezkaliya@gmail.com', '', 'India', '', 'This is testing enq by parvez from Enjay', '9033139382', '', 'Surat', '', 'Glass Sensor Door', '', '2018-12-01 04:54:13'),
(1112, 'Parvezalam', 'parvezalam.kaliya@enjayworld.com', '', 'India', '', 'test by enjay', '9033139382', '', 'Surat', '', 'Glass Sensor Door', '', '2018-12-01 06:04:08'),
(1113, 'Debjani', 'sales2@smartpower.co.in', '', 'India', '', '', '8697737782', '', 'Kolkata', '', 'undefined', '', '2018-12-01 07:56:39'),
(1114, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', 'test ', '8697737782', '', 'Kolkata', '', '', '', '2018-12-01 09:43:27'),
(1115, 'Debjani', 'sales2@smartpower.co.in', '', 'India', '', 'Test', '8697737782', '', 'Kolkata', '', 'undefined', '', '2018-12-01 10:46:32'),
(1116, 'Vidyasagar', 'sagarair@gmail.com', '', 'India', '', 'Request you to quote for Sliding Gate automation system for 400 kg Gate', '9885199055', '', 'Hyderabad', '', '', '', '2018-12-02 15:00:19'),
(1117, 'debjani', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', '', '2018-12-03 07:55:25'),
(1118, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2018-12-04 13:47:03'),
(1119, 'Clara', 'clara.richard02@hotmail.com', '', 'United States', '', 'Hi,\n\nWe have updated  IFSEC India 2018  Attendees List and we now have a total of  15,821 contacts Attending  IFSEC India 2018. \n\nWould you be interested in acquiring the list of Attendees with complete contact information for pre-show marketing campaign, appointment setting,networking and various other post-show Marketing initiatives.\n\nData fields: Company names, Contact name, Title designation, email address, phone number, complete mailing address. We only include opt-in contacts in our database.\n\nThanks ', '0000000000', '', 'Kolkata', '', '', '', '2018-12-05 06:37:26'),
(1120, 'Harinderpal', 'narangcolony@yahoo.com', 'Janakpuri West', 'India', 'Delhi', '', '9810075962', 'Narang Colony', 'New Delhi', '110058', 'Car Sticker Entrance System', 'Product', '2018-12-06 12:30:41'),
(1121, 'Partha Roy', 'to_roypartha@yahoo.co.in', 'KOLKATA', 'India', 'WEST BENGAL', '', '09433704026', 'Personal Use', 'KOLKATA', '700034', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Product', '2018-12-07 11:25:22'),
(1122, 'Subhangkar banik', 'subhangkar2000@yahoo.com', '', 'India', '', 'I am looking to demolish my front wall and the existing gate and convert it into a automatic sliding gate.my location is kolmata', '9830366275', '', 'Kolkata', '', 'undefined', '', '2018-12-08 06:30:14'),
(1123, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:35:38'),
(1124, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:35:58'),
(1125, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:36:13'),
(1126, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:36:23'),
(1127, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:36:36'),
(1128, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:36:48'),
(1129, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:37:00'),
(1130, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:37:18'),
(1131, 'Rabi', 'rabi.behura85@gmail.com', '', 'India', '', 'Automatic sliding Gate', '7978499298', '', 'other', '', 'Automatic Sliding Doors,Sliding Gate Motor SP ACM ID 4000', 'Contact', '2018-12-08 06:37:32'),
(1132, 'Brahma sai', 'brahmasai.neelisetti@gmail.com', '', 'India', '', 'I need upvc corner cleaning machines', '9642424417', '', 'other', '', 'undefined', 'Contact', '2018-12-09 16:41:10'),
(1133, 'Brahma sai', 'brahmasai.neelisetti@gmail.com', '', 'India', '', 'I need upvc corner cleaning machines', '9642424417', '', 'other', '', 'undefined', 'Contact', '2018-12-09 16:41:22'),
(1134, 'Brahma sai', 'brahmasai.neelisetti@gmail.com', '', 'India', '', 'I need upvc corner cleaning machines', '9642424417', '', 'other', '', 'undefined', 'Contact', '2018-12-09 16:41:30'),
(1135, 'Brahma sai', 'brahmasai.neelisetti@gmail.com', '', 'India', '', 'I need upvc corner cleaning machines', '9642424417', '', 'other', '', 'undefined', 'Contact', '2018-12-09 16:41:42'),
(1136, 'Jon Fehr', 'ibeamdoors@gmail.com', '', 'United States', '', 'We need to talk. I think you have exactly what I need. Motor driver system to run 2 24v dc motors simultaneously at same sperm to operate screw jacks on a door system. This will be mass production parts. ', '8156748355', '', 'Kolkata', '', 'undefined', '', '2018-12-09 19:57:37'),
(1137, 'Aman', 'info@tech360degree.com', 'Hyderabad', 'India', 'Telangana', 'Please send urgent quote including transportation to Hyderabad', '7995650712', 'Lifetech 360 Consultancy Pvt Ltd', 'Hyderabad', '500074', 'Boom Barriers SP ACM BB 801', 'Product', '2018-12-10 11:34:46'),
(1138, 'MOHAMMED  Nazim', 'nazim@smartinterpark.com', '', 'India', '', 'Need barriers for reselling ', '9845014405', '', 'Bengaluru', '', 'undefined', '', '2018-12-11 04:24:39'),
(1139, 'Sanjeev Yadav', 'seo@promote-my-website.co', '', 'United States', '', 'Hi,\n\nI am Sanjeev &nbsp;from a leading Search Engine Optimization (SEO) Company based in India.\n\nAs per the trends in your industry - over 80% of people search for your products/services online and buy the same.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n\n1. Would you like to increase the leads / sales generated from your website?\n\n2. Do you want Google promotion Service in Affordable price?&nbsp;\n\n3. Would you like to be listed at the top of every major search engine such as Google, Yahoo!', '7077060205', '', 'Kolkata', '', 'website Promotion on Google', 'Contact', '2018-12-14 07:40:07'),
(1140, 'Sanjeev Yadav', 'seo@promote-my-website.co', '', 'United States', '', 'Hi,\n\nI am Sanjeev &nbsp;from a leading Search Engine Optimization (SEO) Company based in India.\n\nAs per the trends in your industry - over 80% of people search for your products/services online and buy the same.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n\n1. Would you like to increase the leads / sales generated from your website?\n\n2. Do you want Google promotion Service in Affordable price?&nbsp;\n\n3. Would you like to be listed at the top of every major search engine such as Google, Yahoo!', '7077060205', '', 'Kolkata', '', 'website Promotion on Google', 'Contact', '2018-12-14 07:40:18'),
(1141, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:45:55'),
(1142, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:46:03'),
(1143, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:46:16'),
(1144, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:46:28'),
(1145, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:46:40'),
(1146, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:46:53'),
(1147, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:47:00'),
(1148, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:47:12'),
(1149, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:47:25'),
(1150, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:47:33'),
(1151, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:47:45'),
(1152, 'PRASANTH', 'prasantheruva@gmail.com', '', 'India', '', 'i am looking to start your service in kerala', '918606044412', '', 'Kolkata', '', '', 'Contact', '2018-12-14 11:47:57'),
(1153, 'parth vekariya', 'parth.vekariya8744@gmail.com', '', 'India', '', 'Enquiry for Retractable motorised gates', '9979008744', '', 'Rajkot', '', 'undefined', '', '2018-12-16 05:05:33');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(1154, 'Shailesh', 'shailesh@entellusindia.com', '', '', '', '', '9313263766', '', '', '', 'Boom Barriers (High Speed )', 'Product', '2018-12-19 08:37:36'),
(1155, 'R Sengupta ', 'Rajadas1983@gmail.com', '', 'India', '', 'I am look for a good home security solution ', '9437564683', '', 'Kolkata', '', 'undefined', '', '2018-12-19 09:02:02'),
(1156, 'Indrajeet singh', 'inderchaudhary88@gmail .com', '', 'India', '', 'Details t6sy', '9759802059', '', 'Lucknow', '', 'undefined', '', '2018-12-19 15:43:21'),
(1157, 'Sajan roy', 'sajanroy2191@gmail.com', 'Madhyamgram Kolkata 700129 West Bengal', 'India', 'Westbengal', '', '7687067074', '', 'Kolkata', '700129', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2018-12-22 18:54:16'),
(1158, 'rajender garg', 'rajendergarg3010@gmail.com', '', 'India', '', 'i want to required a siding gate for my house can you please show me some design and cost. call back me so dicuss further', '9810048239', '', 'Delhi', '', '', 'Contact', '2018-12-24 13:37:54'),
(1159, 'rajender garg', 'rajendergarg3010@gmail.com', '', 'India', '', 'i want to required a siding gate for my house can you please show me some design and cost. call back me so dicuss further', '9810048239', '', 'Delhi', '', '', 'Contact', '2018-12-24 13:38:06'),
(1160, 'rajender garg', 'rajendergarg3010@gmail.com', '', 'India', '', 'i want to required a siding gate for my house can you please show me some design and cost. call back me so dicuss further', '9810048239', '', 'Delhi', '', '', 'Contact', '2018-12-24 13:38:18'),
(1161, 'rajender garg', 'rajendergarg3010@gmail.com', '', 'India', '', 'i want to required a siding gate for my house can you please show me some design and cost. call back me so dicuss further', '9810048239', '', 'Delhi', '', '', 'Contact', '2018-12-24 13:38:34'),
(1162, 'rajender garg', 'rajendergarg3010@gmail.com', '', 'India', '', 'i want to required a siding gate for my house can you please show me some design and cost. call back me so dicuss further', '9810048239', '', 'Delhi', '', '', 'Contact', '2018-12-24 13:38:43'),
(1163, 'Nadine Boustany ', 'nadineboustany@hotmail.com', '', 'Lebanon', '', 'On behalf of our company (OTO technology pvt) we are interested in adding your products to our portfolios. We are currently available in the levant region (mainly Lebanon and Syria) and expanding to Africa starting with Ivory Coast. Kindly awaiting to hear from you for further details ', ' 9613740406', '', 'other', '', 'undefined', '', '2018-12-26 12:55:19'),
(1164, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:14:59'),
(1165, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:15:18'),
(1166, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:15:32'),
(1167, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:15:45'),
(1168, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:15:56'),
(1169, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:16:09'),
(1170, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:16:22'),
(1171, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates for home', '9643400754', '', 'Faridabad', '', '', 'Contact', '2018-12-28 10:16:33'),
(1172, 'Urvashi', 'director.office@infinityadvt.com', '', 'India', '', 'Sliding and automated gates', '9643400754', '', 'Faridabad', '', '', '', '2018-12-28 10:18:17'),
(1173, 'Vijay', 'info@thefirstescape.com', '', 'India', '', 'Call up', '9876120538', '', 'Chandigarh', '', '', '', '2018-12-31 03:10:42'),
(1174, 'SAURANSU GHOSH', 'sauransu@rediffmail.com', '', 'India', '', '', '9330986465', '', 'Kolkata', '', 'Boom Barriers (High Speed )', 'Contact', '2018-12-31 08:22:20'),
(1175, 'SAURANSU GHOSH', 'sauransu@rediffmail.com', '', 'India', '', '', '9330986465', '', 'Kolkata', '', 'Boom Barriers (High Speed )', 'Contact', '2018-12-31 08:22:36'),
(1176, 'SAURANSU GHOSH', 'sauransu@rediffmail.com', '', 'India', '', '', '9330986465', '', 'Kolkata', '', 'Boom Barriers (High Speed )', 'Contact', '2018-12-31 08:22:51'),
(1177, 'SAURANSU GHOSH', 'sauransu@rediffmail.com', '', 'India', '', '', '9330986465', '', 'Kolkata', '', 'Boom Barriers (High Speed )', 'Contact', '2018-12-31 08:23:06'),
(1178, 'Ranjan Kumar', 'ranjan.mech1990@gmail.com', '', 'India', '', 'Need uPVC machines..For windows', '7870858305', '', 'Ranchi', '', 'undefined', 'Contact', '2019-01-01 10:49:06'),
(1179, 'Ranjan Kumar', 'ranjan.mech1990@gmail.com', '', 'India', '', 'Need uPVC machines..For windows', '7870858305', '', 'Ranchi', '', 'undefined', 'Contact', '2019-01-01 10:49:14'),
(1180, 'Ranjan Kumar', 'ranjan.mech1990@gmail.com', '', 'India', '', 'Need uPVC machines..For windows', '7870858305', '', 'Ranchi', '', 'undefined', 'Contact', '2019-01-01 10:49:27'),
(1181, 'Ranjan Kumar', 'ranjan.mech1990@gmail.com', '', 'India', '', 'Need uPVC machines..For windows', '7870858305', '', 'Ranchi', '', 'undefined', 'Contact', '2019-01-01 10:49:39'),
(1182, 'Ranjan Kumar', 'ranjan.mech1990@gmail.com', '', 'India', '', 'Need uPVC machines..For windows', '7870858305', '', 'Ranchi', '', 'undefined', 'Contact', '2019-01-01 10:49:51'),
(1183, 'Ranjan Kumar', 'ranjan.mech1990@gmail.com', '', 'India', '', 'Need uPVC machines..For windows', '7870858305', '', 'Ranchi', '', 'undefined', 'Contact', '2019-01-01 10:50:04'),
(1184, 'Venugopal Reddy ', 'venusquares@gmail.com', '', 'India', '', '', '9949901311', '', 'Hyderabad', '', 'undefined', '', '2019-01-02 03:55:39'),
(1185, 'preeti', 'osdceo@chial.org', '', 'India', '', 'seaaching for manufacturer of car parking equipments', '9599811135', '', 'Kolkata', '', '', 'Contact', '2019-01-03 12:38:21'),
(1186, 'preeti', 'osdceo@chial.org', '', 'India', '', 'seaaching for manufacturer of car parking equipments', '9599811135', '', 'Kolkata', '', '', 'Contact', '2019-01-03 12:38:35'),
(1187, 'preeti', 'osdceo@chial.org', '', 'India', '', 'seaaching for manufacturer of car parking equipments', '9599811135', '', 'Kolkata', '', '', 'Contact', '2019-01-03 12:38:45'),
(1188, 'preeti', 'osdceo@chial.org', '', 'India', '', 'seaaching for manufacturer of car parking equipments', '9599811135', '', 'Kolkata', '', '', 'Contact', '2019-01-03 12:38:59'),
(1189, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:08:37'),
(1190, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:08:47'),
(1191, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:08:57'),
(1192, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:09:07'),
(1193, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:09:17'),
(1194, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:09:27'),
(1195, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:09:46'),
(1196, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:09:56'),
(1197, 'Partha Ghosh', 'partha94mechbec@gmail.com', '', 'India', '', 'Presently I am working in Oman. My Oman contact No :  968 91706523. However I am interested about your products like - Automatic Main Gate (sliding nature) . My gate size is 20 ft x 6 ft. I need some budgetary estimation for your product. \nYou may drop your Whatsapp number also.', '8017509233', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-01-06 09:10:06'),
(1198, 'NANDU PATIL', 'nandkumarpatil5@gmail.com', 'sector no 7,plot.no.81/4,ssanjeevani colony,\nindrayani nagar,Bhosari .', 'India', 'maharashtra', 'Dear sir please send swing gate motor quotation.', '09822195942', '.', 'pune', '411026', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2019-01-06 11:48:35'),
(1199, 'Bhaskar Paul', 'bhaskar1013@yahoo.com', '', 'India', '', 'We need video door phone integrated with electronic lock for metal gate.', '9313571231', '', 'other', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2019-01-06 21:33:10'),
(1200, 'Bhaskar Paul', 'bhaskar1013@yahoo.com', '', 'India', '', 'We need video door phone integrated with electronic lock for metal gate.', '9313571231', '', 'other', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2019-01-06 21:33:25'),
(1201, 'Bhaskar Paul', 'bhaskar1013@yahoo.com', '', 'India', '', 'We need video door phone integrated with electronic lock for metal gate.', '9313571231', '', 'other', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2019-01-06 21:33:35'),
(1202, 'Bhaskar Paul', 'bhaskar1013@yahoo.com', '', 'India', '', 'We need video door phone integrated with electronic lock for metal gate.', '9313571231', '', 'other', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2019-01-06 21:33:47'),
(1203, 'Bhaskar Paul', 'bhaskar1013@yahoo.com', '', 'India', '', 'We need video door phone integrated with electronic lock for metal gate.', '9313571231', '', 'other', '', 'Video Door Phone 7&quot; Color with Memory', 'Contact', '2019-01-06 21:33:59'),
(1204, 'Chithra', 'chithra@accessengsl.com', 'No 278,Union Place , Colombo 02', 'Sri Lanka', 'nothern', '6m x1.5m retractable  SS316 automatic gates 2 Nos  ', '0094773383086', 'Access Engineering PLC', 'Colombo', '', 'Motorised Retractable Gates', 'Product', '2019-01-09 06:06:38'),
(1205, 'mohamed aslam', 'Mohamed.Aslam@clariant.com', 'Clariant medical specialties India limited, sipcot , cuddalore, Tamilnadu', 'India', 'tamilnadu', 'Dear sir, \n              I would like inform you that we recently see your card dispenser machine in YouTube. In our plant we store our humidity/ temperature card in open and picking by hand, so we would like to go for something new. In your machine storage box is open so we need air tight storage.\nRegards,\nMohammed aslam', '9790060101', 'Clariant medical specialties India limited', 'cuddalore', '607005', 'Card Dispenser', 'Product', '2019-01-10 18:57:56'),
(1206, 'Munir Akhtar Khan', 'munirakhtarkhan05@gmail.com', '', 'India', '', 'Please contact me asap', '8860223389', '', 'Kolkata', '', 'undefined', '', '2019-01-11 06:30:27'),
(1207, 'Nachiket Bhat', 'nachiket.bhat@isprava.com', '', 'India', '', 'We need motorised windows for a one of our projects. Please note this is not motorised blinds. Please inform if this is possible looking to your range.', '9869280878', '', 'Mumbai', '', '', 'Contact', '2019-01-11 08:19:16'),
(1208, 'Nachiket Bhat', 'nachiket.bhat@isprava.com', '', 'India', '', 'We need motorised windows for a one of our projects. Please note this is not motorised blinds. Please inform if this is possible looking to your range.', '9869280878', '', 'Mumbai', '', '', 'Contact', '2019-01-11 08:19:30'),
(1209, 'Nachiket Bhat', 'nachiket.bhat@isprava.com', '', 'India', '', 'We need motorised windows for a one of our projects. Please note this is not motorised blinds. Please inform if this is possible looking to your range.', '9869280878', '', 'Mumbai', '', '', 'Contact', '2019-01-11 08:19:42'),
(1210, 'Nachiket Bhat', 'nachiket.bhat@isprava.com', '', 'India', '', 'We need motorised windows for a one of our projects. Please note this is not motorised blinds. Please inform if this is possible looking to your range.', '9869280878', '', 'Mumbai', '', '', 'Contact', '2019-01-11 08:19:56'),
(1211, 'Nachiket Bhat', 'nachiket.bhat@isprava.com', '', 'India', '', 'We need motorised windows for a one of our projects. Please note this is not motorised blinds. Please inform if this is possible looking to your range.', '9869280878', '', 'Mumbai', '', '', 'Contact', '2019-01-11 08:20:10'),
(1212, 'amit', 'sales@qexsolutions.co.in', '', 'India', '', 'need parking managment system', '7620279746', '', 'Pune', '', '', 'Contact', '2019-01-15 07:25:16'),
(1213, 'amit', 'sales@qexsolutions.co.in', '', 'India', '', 'need parking managment system', '7620279746', '', 'Pune', '', '', 'Contact', '2019-01-15 07:25:30'),
(1214, 'amit', 'sales@qexsolutions.co.in', '', 'India', '', 'need parking managment system', '7620279746', '', 'Pune', '', '', 'Contact', '2019-01-15 07:25:40'),
(1215, 'amit', 'sales@qexsolutions.co.in', '', 'India', '', 'need parking managment system', '7620279746', '', 'Pune', '', '', 'Contact', '2019-01-15 07:25:54'),
(1216, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:23:23'),
(1217, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:23:39'),
(1218, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:23:51'),
(1219, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:24:05'),
(1220, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:24:16'),
(1221, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:24:29'),
(1222, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:24:42'),
(1223, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:24:54'),
(1224, 'JATINDER GULATI', 'info@sagaradvertisers.com', '', 'India', '', 'Enquiry for skylight Awnings for resale purpose', '9996414494', '', 'other', '', 'undefined', 'Contact', '2019-01-16 20:25:06'),
(1225, 'Al mashria Group', 'almasheri3@gmail.com', 'Hail, Saudi Arabia', 'Saudi Arabia', 'Hail', '', '00966533037744', 'Al mashria Group', 'Hail', '55424', 'uPVC Windows Welding machines', 'Product', '2019-01-17 16:06:23'),
(1226, 'koshy mathew', 'koshym2@gmail.com', '', 'India', '', 'rolling shutter center motor', '9447780127', '', 'Kochi', '', '', 'Contact', '2019-01-18 04:45:55'),
(1227, 'koshy mathew', 'koshym2@gmail.com', '', 'India', '', 'rolling shutter center motor', '9447780127', '', 'Kochi', '', '', 'Contact', '2019-01-18 04:46:10'),
(1228, 'koshy mathew', 'koshym2@gmail.com', '', 'India', '', 'rolling shutter center motor', '9447780127', '', 'Kochi', '', '', 'Contact', '2019-01-18 04:46:22'),
(1229, 'koshy mathew', 'koshym2@gmail.com', '', 'India', '', 'rolling shutter center motor', '9447780127', '', 'Kochi', '', '', 'Contact', '2019-01-18 04:46:30'),
(1230, 'koshy mathew', 'koshym2@gmail.com', '', 'India', '', 'rolling shutter center motor', '9447780127', '', 'Kochi', '', '', 'Contact', '2019-01-18 04:46:42'),
(1231, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:18:07'),
(1232, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:18:17'),
(1233, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:18:27'),
(1234, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:18:37'),
(1235, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:18:47'),
(1236, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:18:57'),
(1237, 'Amit', 'acbamitprasad@gmail.com', '', 'India', '', 'Hi,\n\nI am an independent architect in the state of sikkim and require a motorised remote gate for my client in gangtok sikkim.\n\nThe gate size is 13ft by 7ft and is already installed on a smooth running finished track. \n\nCan you send me the quotation and is after sales in sikkim\n\nRegards', '8768072688', '', 'Kolkata', '', 'undefined', 'Contact', '2019-01-20 11:19:07'),
(1238, 'Manojmohanan ', 'manojmb11nov27@gmail.com', '', 'India', '', '', '9061214334', '', 'Thiruvananthapuram', '', 'undefined', '', '2019-01-20 21:53:36'),
(1239, 'Pradeep bhandari', 'pradeep.brt8@gmail.com', 'Biratnagar nepal', 'Nepal', '', '', '9823053862', 'Nepal home dcoration', '', '', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2019-01-21 07:03:06'),
(1240, 'Pradeep bhandari', 'pradeep.brt8@gmail.com', 'Biratnagar nepal', 'Nepal', '1', '', '9779823053862', '', 'Biratnagar', '', 'uPVC Windows Welding machines', 'Product', '2019-01-21 07:07:08'),
(1241, 'Rajesh Singla', 'rajesh@mk-brothers.com', 'kamaspur road', 'India', 'PUNJAB', '', '9915568549', 'mk brothers', 'SAMANA', '147101', 'Swing Gate Motor SP ACM SD 500 (Roller)', 'Product', '2019-01-22 07:27:31'),
(1242, 'Shakil Ahmed ', 'ahmadshakil666@gmail.com', 'C-160A SECOND FLOOR NORTH GHONDA \nNEW DELHI 110053', 'India', 'Delhi ', '', '9891008163', 'Design elevation ', 'Delhi ', '110053', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2019-01-23 10:41:09'),
(1243, 'Amit', 'efdaolutions@gmail.com', '', 'India', '', '', '9891008163', '', 'Delhi', '', 'undefined', '', '2019-01-25 12:09:56'),
(1244, 'S.K. Pruthee', 'prutheesk64@gmail.com', '', 'India', '', 'Interested in installing an Automatic Door for Gurudwara Main Hall entrance in Delhi', '9811977390', '', 'Kolkata', '', 'undefined', '', '2019-01-28 14:04:05'),
(1245, 'R Vanlakmawia', 'marypamawia@gmail.com', '', 'India', '', 'Interested your product please send details catalogue ,vedio and price list', '9612121709', '', 'other', '', 'undefined', '', '2019-01-29 06:40:14'),
(1246, 'Amit', 'info@verex.in', '', 'India', '', 'Pls contact for dealership', '9891552345', '', 'Delhi', '', 'undefined', '', '2019-01-30 14:39:01'),
(1247, 'John Wanyeki Kibue', 'wanyekijones@gmail.com', '84629', 'Kenya', 'Mombasa', 'i need portable welding and cutting machine for upvc windows and doors', '722346383', 'shelly', 'Mombasa', '84629-80100', 'uPVC Windows Welding machines - Right', 'Product', '2019-01-31 19:09:58'),
(1248, 'Navodit Agarwal', 'navodit23@gmail.com', '', 'India', '', 'I am working in home automation from Haldwani and need automated gate solutions ,please contact', '9654641239', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 4000,Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2019-02-01 12:49:53'),
(1249, 'Navodit Agarwal', 'navodit23@gmail.com', '', 'India', '', 'I am working in home automation from Haldwani and need automated gate solutions ,please contact', '9654641239', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 4000,Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2019-02-01 12:50:09'),
(1250, 'Navodit Agarwal', 'navodit23@gmail.com', '', 'India', '', 'I am working in home automation from Haldwani and need automated gate solutions ,please contact', '9654641239', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 4000,Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2019-02-01 12:50:28'),
(1251, 'Navodit Agarwal', 'navodit23@gmail.com', '', 'India', '', 'I am working in home automation from Haldwani and need automated gate solutions ,please contact', '9654641239', '', 'other', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 4000,Swing Gate Motor SP ACM SD 300/500 (Arm),Swing Gate Motor SP ACM SD 500 (Pillar),Swing Gate Motor SP ACM SD 500 (Roller)', 'Contact', '2019-02-01 12:50:40'),
(1252, 'Khurshid Jinwala', 'mysterious_boyzs@yahoo.com', '', 'India', '', '', '9825094411', '', 'Vadodara', '', 'undefined', '', '2019-02-02 16:22:27'),
(1253, 'C Ramamoorthy', 'skd_civil@indiacements.co.in', '', 'India', '', 'We are planning to provide gate automation at factory and colony.', '9994895511', '', 'Coimbatore', '', '', '', '2019-02-04 07:02:58'),
(1254, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2019-02-06 08:06:45'),
(1255, 'Naveen K', 'naveenk.shimoga@gmail.com', '', 'India', '', 'Interested in Dealership', '9448081964', '', 'other', '', 'Video Door Phone 7\" Color with Memory,Video Door Phone 7\" Color with Memory,Video Door Phone 7\" Color with Memory,Video Door Phone 7\" Color with Memory', '', '2019-02-08 06:13:01'),
(1256, 'Sanjay', 'impexorient@gmail.com', '', 'India', '', 'Please get in touch', '9811015100', '', 'Faridabad', '', 'home atomation', 'Contact', '2019-02-10 00:54:09'),
(1257, 'Sanjay', 'impexorient@gmail.com', '', 'India', '', 'Please get in touch', '9811015100', '', 'Faridabad', '', 'home atomation', 'Contact', '2019-02-10 00:54:22'),
(1258, 'Sanjay', 'impexorient@gmail.com', '', 'India', '', 'Please get in touch', '9811015100', '', 'Faridabad', '', 'home atomation', 'Contact', '2019-02-10 00:54:34'),
(1259, 'Sanjay', 'impexorient@gmail.com', '', 'India', '', 'Please get in touch', '9811015100', '', 'Faridabad', '', 'home atomation', 'Contact', '2019-02-10 00:54:46'),
(1260, 'Potluri Surendra', 'potlurisurendra@yahoo.com', '', 'India', '', 'Please contact me at the earliest', '9391133339', '', 'Hyderabad', '', 'undefined', '', '2019-02-11 17:35:38'),
(1261, 'Chetan', 'chetanchopra25@gmail.com', '', 'India', '', '', '9830118275', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-12 14:45:31'),
(1262, 'Chetan', 'chetanchopra25@gmail.com', '', 'India', '', '', '9830118275', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-12 14:45:43'),
(1263, 'Chetan', 'chetanchopra25@gmail.com', '', 'India', '', '', '9830118275', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-12 14:45:55'),
(1264, 'Chetan', 'chetanchopra25@gmail.com', '', 'India', '', '', '9830118275', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-12 14:46:07'),
(1265, 'Chetan', 'chetanchopra25@gmail.com', '', 'India', '', '', '9830118275', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-12 14:46:19'),
(1266, 'Sanath Kumar', 'sales@stea.in', '#60 Kumaraswamy Layout', 'India', 'India', '', '9742022911', 'Securetronix Engineering And Automation', 'bangalore', '560078', 'Auto Rolling Door High Speed PVC', 'Product', '2019-02-13 13:59:53'),
(1267, 'Vineet Sharma', 'am4_pur@lemontreehotels.com', '', 'India', '', 'We have requirment of motorised sliding gate for our upcoming hotel project in Kolkata', '9953116085', '', 'Kolkata', '', '', '', '2019-02-14 07:16:55'),
(1268, 'Amit Tupare', 'amit.tupare@gmail.com', 'Pune', 'India', 'karnataka', '', '7773964476', 'Tupare India Co.', 'Belgaum', '590009', 'Swing Gate Motor SP ACM SD 500 (Roller)', 'Product', '2019-02-14 07:32:55'),
(1269, 'Sindhu Siby', 'sindhusibyk@gmail.com', '', 'India', '', 'Home Gate automation required', '8088805080', '', 'Bengaluru', '', 'undefined', '', '2019-02-16 19:00:34'),
(1270, 'Abhimanyu Sood', 'manyu.sood@gmail.com', '', 'India', '', 'Wanted to enquire about, Automatic Boom barrier,2HP/80 Watt or more,3phase,415v.', '8529409022', '', 'Kolkata', '', 'undefined', '', '2019-02-17 05:48:53'),
(1271, 'Sanjay', 'Qualitysteels4@gmail.com', '', 'Nepal', '', '', '9851030642', '', 'Kolkata', '', 'undefined', '', '2019-02-17 09:56:00'),
(1272, 'Vivek Malhotra', 'vivek.x.malhotra@gsk.com', '', 'India', '', 'In requirement of swing gate motors for our GlaxoSmithKline Horlicks plant in Sonepat Haryana. Urgent requirement', '08053489314', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-17 16:43:32'),
(1273, 'Vivek Malhotra', 'vivek.x.malhotra@gsk.com', '', 'India', '', 'In requirement of swing gate motors for our GlaxoSmithKline Horlicks plant in Sonepat Haryana. Urgent requirement', '08053489314', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-17 16:43:47'),
(1274, 'Vivek Malhotra', 'vivek.x.malhotra@gsk.com', '', 'India', '', 'In requirement of swing gate motors for our GlaxoSmithKline Horlicks plant in Sonepat Haryana. Urgent requirement', '08053489314', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-17 16:43:55'),
(1275, 'Vivek Malhotra', 'vivek.x.malhotra@gsk.com', '', 'India', '', 'In requirement of swing gate motors for our GlaxoSmithKline Horlicks plant in Sonepat Haryana. Urgent requirement', '08053489314', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-17 16:44:09'),
(1276, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:18:45'),
(1277, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:18:57'),
(1278, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:19:10'),
(1279, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:19:22'),
(1280, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:19:34'),
(1281, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:19:47'),
(1282, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:19:54'),
(1283, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:20:07'),
(1284, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:20:19'),
(1285, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:20:32'),
(1286, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:20:44'),
(1287, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:20:57'),
(1288, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:21:09'),
(1289, 'Senthil', 'Suguna3818@gmail.c', '', 'India', '', 'Upvc cleaning machine', '9952745641', '', 'Kolkata', '', 'undefined', 'Contact', '2019-02-18 05:21:21'),
(1290, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed)', '8613631254173', '', 'other', '', '', 'Contact', '2019-02-19 08:34:54'),
(1291, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed)', '8613631254173', '', 'other', '', '', 'Contact', '2019-02-19 08:35:07'),
(1292, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed)', '8613631254173', '', 'other', '', '', 'Contact', '2019-02-19 08:35:19'),
(1293, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed)', '8613631254173', '', 'other', '', 'Boom Barriers (High Speed )', 'Contact', '2019-02-19 08:35:32'),
(1294, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed)', '8613631254173', '', 'other', '', 'Boom Barriers (High Speed ),Boom Barriers (High Speed )', 'Contact', '2019-02-19 08:35:44'),
(1295, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed)', '8613631254173', '', 'other', '', 'Boom Barriers (High Speed ),,Boom Barriers SP ACM BB 801', 'Contact', '2019-02-19 08:35:57'),
(1296, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed) and BB801', '8613631254173', '', 'other', '', 'Boom Barriers (High Speed ),,Boom Barriers SP ACM BB 801', 'Contact', '2019-02-19 08:36:09'),
(1297, 'Zoey', 'sales02@tronkon.com', '', 'China', '', 'Inquiry of boom barrier (high speed) and BB801', '8613631254173', '', 'other', '', 'Boom Barriers (High Speed ),,Boom Barriers SP ACM BB 801', 'Contact', '2019-02-19 08:36:22'),
(1298, 'Deepak Sabale', 'dpenterprises612@gmail.com', '', 'India', '', '', '8668981184', '', 'Pune', '', '', 'Contact', '2019-02-19 12:32:58'),
(1299, 'Deepak Sabale', 'dpenterprises612@gmail.com', '', 'India', '', '', '8668981184', '', 'Pune', '', '', 'Contact', '2019-02-19 12:33:19'),
(1300, 'Deepak Sabale', 'dpenterprises612@gmail.com', '', 'India', '', '', '8668981184', '', 'Pune', '', '', 'Contact', '2019-02-19 12:33:35'),
(1301, 'Ramesh Kumar', 'rkisrameshkumar@gmail.com', '', 'India', '', 'Interested in installing gate automation for swing gate.. Send me details The installation is to be done in Erode', '9443894566', '', 'Coimbatore', '', '', '', '2019-02-19 14:21:05'),
(1302, 'Mr. Matinur Rahman', 'matin@infracomm.org', '', 'Bangladesh', '', '', '1995540881', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2019-02-20 08:33:48'),
(1303, 'Mr. Matinur Rahman', 'matin@infracomm.org', '', 'Bangladesh', '', '', '1995540881', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2019-02-20 08:34:02'),
(1304, 'Mr. Matinur Rahman', 'matin@infracomm.org', '', 'Bangladesh', '', '', '1995540881', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2019-02-20 08:34:20'),
(1305, 'Mr. Matinur Rahman', 'matin@infracomm.org', '', 'Bangladesh', '', '', '1995540881', '', 'Kolkata', '', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2019-02-20 08:34:32'),
(1306, 'ZILANI ENTERPRISES PANCARD CENTER NEAR DOCTOR KALAM MEMORIAL ACADEMY TEOSA', 'jilanienterprisespancardcenter@gmail.com', '', 'India', '', '', '9431096498', '', 'Patna', '', 'undefined', '', '2019-02-21 11:02:00'),
(1307, 'Uma Shanker', 'umashanker.pragati@gmail.com', '', 'India', '', 'Need automatic window opening', '9870574998', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-23 10:39:03'),
(1308, 'Uma Shanker', 'umashanker.pragati@gmail.com', '', 'India', '', 'Need automatic window opening', '9870574998', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-23 10:39:16'),
(1309, 'Uma Shanker', 'umashanker.pragati@gmail.com', '', 'India', '', 'Need automatic window opening', '9870574998', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-23 10:39:28'),
(1310, 'Uma Shanker', 'umashanker.pragati@gmail.com', '', 'India', '', 'Need automatic window opening', '9870574998', '', 'Delhi', '', 'undefined', 'Contact', '2019-02-23 10:39:36'),
(1311, 'Rahul Agrawal', 'rahul_agrawal4444@yahoo.com', '', 'Nepal', '', 'Distributorship Query ', '009779801040897', '', 'Kota', '', '', '', '2019-02-24 08:37:15'),
(1312, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2019-02-25 21:19:57'),
(1313, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2019-02-25 21:22:41'),
(1314, 'Akshay Rudraksha', 'akshayru@gmail.com', '', 'India', '', 'Looking for 25K sliding door opener, 800KG one.', '8983199234', '', 'Pune', '', 'https://www.indiamart.com/proddetail/sliding-gate-operator-15448009912.html', 'Contact', '2019-02-26 04:42:03'),
(1315, 'Akshay Rudraksha', 'akshayru@gmail.com', '', 'India', '', 'Looking for 25K sliding door opener, 800KG one.', '8983199234', '', 'Pune', '', 'https://www.indiamart.com/proddetail/sliding-gate-operator-15448009912.html', 'Contact', '2019-02-26 04:42:18'),
(1316, 'anand', 'anand.harjani@nic.in', '', 'India', '', 'Requirement of Audio Door Phones for multiple flats', '8586880127', '', 'Delhi', '', 'Audio Door Phone', 'Contact', '2019-02-26 05:27:02'),
(1317, 'anand', 'anand.harjani@nic.in', '', 'India', '', 'Requirement of Audio Door Phones for multiple flats', '8586880127', '', 'Delhi', '', 'Audio Door Phone', 'Contact', '2019-02-26 05:27:17'),
(1318, 'GAURAV GUPTA', 'gaurav.taxadv@gmail.com', '', 'India', '', 'We want to install retractable gate or any other type of automatic gate at entrance of our residential colony gate in Punjab.', '9814860241', '', 'other', '', 'Motorised Retractable Gates', 'Contact', '2019-02-27 14:12:13'),
(1319, 'GAURAV GUPTA', 'gaurav.taxadv@gmail.com', '', 'India', '', 'We want to install retractable gate or any other type of automatic gate at entrance of our residential colony gate in Punjab.', '9814860241', '', 'other', '', 'Motorised Retractable Gates', 'Contact', '2019-02-27 14:12:26'),
(1320, 'GAURAV GUPTA', 'gaurav.taxadv@gmail.com', '', 'India', '', 'We want to install retractable gate or any other type of automatic gate at entrance of our residential colony gate in Punjab.', '9814860241', '', 'other', '', 'Motorised Retractable Gates', 'Contact', '2019-02-27 14:12:40'),
(1321, 'Yasin Shaikh', 'shaikh_yasin@yahoo.in', 'Kharadi Pune', 'India', 'maharahstra', '', '9226227867', 'Gamatech ', 'Pune', '411014', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2019-02-28 06:48:40'),
(1322, 'kamlesh rao', 'kamleshrao60@gmail.com', '', 'India', '', 'needed for 2x6&quot; swing electric door', '9974069472', '', 'Rajkot', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-02-28 07:53:00'),
(1323, 'kamlesh rao', 'kamleshrao60@gmail.com', '', 'India', '', 'needed for 2x6&quot; swing electric door', '9974069472', '', 'Rajkot', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-02-28 07:53:13'),
(1324, 'kamlesh rao', 'kamleshrao60@gmail.com', '', 'India', '', 'needed for 2x6&quot; swing electric door', '9974069472', '', 'Rajkot', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-02-28 07:53:20'),
(1325, 'Saju', 'sajvengara@gmail.com', '', 'India', '', 'For new Deal', ' 971 52 893 1319', '', 'Kozhikode', '', 'undefined', '', '2019-02-28 15:48:50'),
(1326, 'Upneet Rajorhia', 'urajorhia@gmail.com', '154, Sector 7', 'India', 'Haryana', 'We need to automate our main gate with 7.7 meter span. One gate leaf would be 3.25 meter wide while the other would be 4.45 meter wide. Please inform whether SP ACM SD 500 pillar would be better of some other option should be considered. Please also send the quotation for the product.', '09671875000', 'Celeborg India Pvt. Ltd.', 'Karnal', '132001', 'Swing Gate Motor SP ACM SD 500 (Pillar)', 'Product', '2019-03-03 02:52:13'),
(1327, 'zryab', 'zizokytr@gmail.com', '', 'India', '', 'this kytr company .. we want to open a new section for the u p.v.c . ', '00249912510036', '', 'Kolkata', '', 'undefined', '', '2019-03-04 09:45:25'),
(1328, 'Virendra Jamaiwar', 'virendra@prosonic.in', '', 'India', '', 'Requirement of boom barriers', '9765620727', '', 'Pune', '', 'Boom Barriers SP ACM BB 801', 'Contact', '2019-03-06 07:26:09'),
(1329, 'Virendra Jamaiwar', 'virendra@prosonic.in', '', 'India', '', 'Requirement of boom barriers', '9765620727', '', 'Pune', '', 'Boom Barriers SP ACM BB 801', 'Contact', '2019-03-06 07:26:27'),
(1330, 'Virendra Jamaiwar', 'virendra@prosonic.in', '', 'India', '', 'Requirement of boom barriers', '9765620727', '', 'Pune', '', 'Boom Barriers SP ACM BB 801', 'Contact', '2019-03-06 07:26:44'),
(1331, 'sarfraz', 'riszoo08@gmail.com', '', 'India', '', 'automatic opening and closing of windows based on temperature and humidity with linear actuator', '9419284857', '', 'Jammu', '', '', '', '2019-03-06 10:42:53'),
(1332, 'Kaushik', 'koushikm75@gmail.com', '', 'India', '', 'Repair and AMC', '7892128891', '', 'Kolkata', '', 'Flap Barrier', '', '2019-03-07 10:14:00'),
(1333, 'Arshad', 'saify.arshad@gmail.com', 'Garhwal\nUttarakhand', 'India', 'Uttarakhand', 'Cost of item?', '09897868696', 'Nil', 'dehradun', '248001', 'uPVC Windows Outer Corner cleaning tools - Pneumatic', 'Product', '2019-03-08 18:12:08'),
(1334, 'GAUTAM DAS', 'dasgautam936@gmail.com', '', 'India', '', '', '9875305957', '', 'Kolkata', '', 'undefined', '', '2019-03-11 04:18:40'),
(1335, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:40:57'),
(1336, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:41:14'),
(1337, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:41:28'),
(1338, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:41:40'),
(1339, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:41:51'),
(1340, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:42:05'),
(1341, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:42:15'),
(1342, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:42:29'),
(1343, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:42:42'),
(1344, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:42:55'),
(1345, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:43:07'),
(1346, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:43:21'),
(1347, 'swapnil das', 'swapnil.das@tajhotels.com', '', 'India', '', 'regarding 6 number sliding gate service and AMC', '9127009643', '', 'Guwahati', '', 'Motorised Retractable Gates', 'Contact', '2019-03-11 06:43:34'),
(1348, 'MAHESH', 'mahesh_urs99@yahoo.com', '', 'India', '', 'FIND U ON GOOGLE. PLS SUGGEST ME WHERE I BUY THIS PRODUCTS .', '9824441000', '', 'Vadodara', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2019-03-14 05:24:42'),
(1349, 'MAHESH', 'mahesh_urs99@yahoo.com', '', 'India', '', 'FIND U ON GOOGLE. PLS SUGGEST ME WHERE I BUY THIS PRODUCTS .', '9824441000', '', 'Vadodara', '', 'Sliding Gate Motor SP ACM ID 1800/2500,Sliding Gate Motor SP ACM ID 1800/2500', 'Contact', '2019-03-14 05:24:56'),
(1350, 'Ritvik', 'ritvik0703@gmail.com', 'pitam pura', '', '', 'Price for sliding gate motor. I require 2 motors', '9711108895', '', 'Delhi', '110034', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2019-03-14 19:59:26'),
(1351, 'Yogesh Patel ', 'yogeshshiv633@gmail.com', '', 'India', '', 'Automatic Sliding Dor', '9428002163', '', 'other', '', 'undefined', '', '2019-03-16 09:08:39'),
(1352, 'tushar kothary', 'hifineye@gmail.com', 'c-2, vivekanand apartment, swami vivekanand road, nr.Haribhai hall, opp. icici bank,', 'India', 'Gujarat', '', '9909033302', 'Hi Fin Eye', 'rajkot', '360002', 'Motorised Retractable Gates', 'Product', '2019-03-16 10:31:19'),
(1353, 'tushar kothary', 'hifineye@gmail.com', '', 'India', '', 'i want 2 gate with 20 feet length and 5.5 feet height for Rajkot', '9909033302', '', 'Rajkot', '', 'Motorised Retractable Gates', '', '2019-03-16 10:33:31'),
(1354, 'Yoginath', 'yoginath.reddy@gmail.com', '', 'India', '', 'Looking for Auto open and close Gate for my house', '9701007810', '', 'Hyderabad', '', 'Motorised Retractable Gates', '', '2019-03-17 06:56:38'),
(1355, 'Vikas', 'awindia07@gmail.com', '', 'India', '', 'Need enquiry for the products ', '9953900970', '', 'Delhi', '', 'undefined', '', '2019-03-17 11:37:31'),
(1356, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:28:02'),
(1357, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:28:15'),
(1358, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:28:27'),
(1359, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with the best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:28:39'),
(1360, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with the best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:28:51'),
(1361, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:29:03'),
(1362, 'Gourav Vaishnav', 'gourav@timewatchindia.com', '', 'India', '', 'We offer you the best price for the Multi-Door controller with the best solution', '9319598481', '', 'Kolkata', '', 'RFID Access Control', 'Contact', '2019-03-18 12:29:15'),
(1363, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2019-03-18 15:46:44'),
(1364, 'Nikhil patel', 'Nksp005@gmail.com', '', 'India', '', 'I need support for your made sliding gate motor and plan to buy another one.', '9727123219', '', 'other', '', 'undefined', 'Contact', '2019-03-20 05:04:25'),
(1365, 'Nikhil patel', 'Nksp005@gmail.com', '', 'India', '', 'I need support for your made sliding gate motor and plan to buy another one.', '9727123219', '', 'other', '', 'undefined', 'Contact', '2019-03-20 05:04:37'),
(1366, 'sudhanshu', 'sudhs_2000@yahoo.com', '', 'India', '', 'Looking for Gate Automation for my house', '9819629213', '', 'Varanasi', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-03-21 07:35:17'),
(1367, 'sudhanshu', 'sudhs_2000@yahoo.com', '', 'India', '', 'Looking for Gate Automation for my house', '9819629213', '', 'Varanasi', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-03-21 07:35:29'),
(1368, 'Prem Rout', 'prem.rout@gmail.com', '', 'India', '', 'WE are into smart home solutions . Need dealership of your product', '9776315151', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2019-03-21 09:33:21'),
(1369, 'Prem Rout', 'prem.rout@gmail.com', '', 'India', '', 'WE are into smart home solutions . Need dealership of your product', '9776315151', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2019-03-21 09:33:35'),
(1370, 'Prem Rout', 'prem.rout@gmail.com', '', 'India', '', 'WE are into smart home solutions . Need dealership of your product', '9776315151', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2019-03-21 09:33:47'),
(1371, 'Prem Rout', 'prem.rout@gmail.com', '', 'India', '', 'WE are into smart home solutions . Need dealership of your product', '9776315151', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2019-03-21 09:33:59'),
(1372, 'Prem Rout', 'prem.rout@gmail.com', '', 'India', '', 'WE are into smart home solutions . Need dealership of your product', '9776315151', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2019-03-21 09:34:11');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(1373, 'Manish ', 'manigujarati@gmail.com', '188 shrinagar colony ext', 'India', 'Mp', '', '9827036435', '', 'Indore', '452007', 'Awnings', 'Product', '2019-03-21 11:41:46'),
(1374, 'MALLISWAR', 'malliswar@indriyn.com', '', 'India', '', '', '9666970435', '', 'Hyderabad', '', 'Car Sticker Entrance System', 'Contact', '2019-03-22 11:09:08'),
(1375, 'MALLISWAR', 'malliswar@indriyn.com', '', 'India', '', '', '9666970435', '', 'Hyderabad', '', 'Car Sticker Entrance System', 'Contact', '2019-03-22 11:09:22'),
(1376, 'MALLISWAR', 'malliswar@indriyn.com', '', 'India', '', 'Need Two readers one at entra', '9666970435', '', 'Hyderabad', '', 'Car Sticker Entrance System', 'Contact', '2019-03-22 11:09:33'),
(1377, 'MALLISWAR', 'malliswar@indriyn.com', '', 'India', '', 'This is for one of our client\nNeed Two readers one at entra', '9666970435', '', 'Hyderabad', '', 'Car Sticker Entrance System', 'Contact', '2019-03-22 11:09:46'),
(1378, 'bapurao', 'pbapurao1971@gmail.com', '', 'India', '', '', '9701760308', '', 'Vijayawada', '', 'Motorised Retractable Gates,Motorised Retractable Gates', 'Contact', '2019-03-23 07:06:50'),
(1379, 'Yasir shah', 'yasirrasool11@gmail.com', '', 'India', '', 'I need automatic sliding door system', '7006507283', '', 'Srinagar', '', 'undefined', '', '2019-03-23 16:01:56'),
(1380, 'Lakshmana Kumar ', 'lakshmanakumarduggirala@gmail.com', '', 'India', '', '', '9849530331', '', 'Kolkata', '', 'undefined', '', '2019-03-25 13:06:05'),
(1381, 'Lakshmana Kumar ', 'lakshmanakumarduggirala@gmail.com', '', 'India', '', '', '9849530331', '', 'Hyderabad', '', 'undefined', '', '2019-03-25 13:07:57'),
(1382, 'Shiv Krishna Murty', 'murtyshivkrishna@yahoo.in', '', 'India', '', 'Address for communication\nShiv Krishna Murty, S/o-Sri, Braj Nandan Sharma, Near Brahmasthani, West of Railway line, Gopalchak, PO-Kurthol, PS-ParsaBazar, Pantna\nLandmark: Brahmasthani', '7903598284', '', 'Patna', '', 'To convert installed Garage Iron Gate with Remote control', '', '2019-03-28 07:54:21'),
(1383, 'Shiv Krishna Murty', 'murtyshivkrishna@yahoo.in', '', 'India', '', 'Address for communication\nShiv Krishna Murty, S/o-Sri, Braj Nandan Sharma, Near Brahmasthani, West of Railway line, Gopalchak, PO-Kurthol, PS-ParsaBazar, Pantna\nLandmark: Brahmasthani', '7903598284', '', 'Patna', '', 'CCTV Camera', '', '2019-03-28 07:55:49'),
(1384, 'Salih', 'ssalih2000@yahoo.com', '', 'Iraq', '', 'I\'m install turnstiles and I need you help .', '009647504578855', '', 'Kolkata', '', 'undefined', '', '2019-03-28 16:11:06'),
(1385, 'PRAKASH PANDEY', 'PANDEY.PRAKASH898@GMAIL.COM', '', 'India', '', '', '7044083835', '', 'Jamshedpur', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2019-03-30 05:32:14'),
(1386, 'Shivam Mishra', 'Shivammishra9335@gmail.com', '', 'India', '', 'Upvc hend tool requr arjent so plz call me now?? ', '9335578998', '', 'Kanpur', '', 'undefined', '', '2019-03-30 10:12:51'),
(1387, 'Asiful Alam', 'asif_alam1408@live.co.uk', '', 'India', '', 'I need the automation to be done at Berhampore / Murshidabad dist.\n\nPlease send me your office address so that I can visit it tomorrow. Also let me know your office hrs.', '7875541811', '', 'Kolkata', '', 'Motorised Curtains,Motorised Curtains', '', '2019-04-01 08:54:59'),
(1388, 'Ankit Sharma', 'ankit_sam2001@yahoo.com', '', 'India', '', 'Interested in Automation of Shutter at my office.', '9909080690', '', 'other', '', '', '', '2019-04-02 11:09:59'),
(1389, 'Arunkumar BD', 'arunkumar.bd@saint-gobain.com', 'Harohalli', 'India', 'Ka', 'Kindly send me your offer for below Motorized Retractable Gate \n\nParking Entry - Clear Width : 9000 mm ', '9686194357', 'Saint-Gobain India Pvt ltd - Gyproc business', 'BANGALORE', '562112', 'Motorised Retractable Gates', 'Product', '2019-04-05 04:33:08'),
(1390, 'Subhadip Hazra', 'subhadiphazra14@gmail.com', '', 'India', '', '', '8900160060', '', 'other', '', 'undefined', '', '2019-04-05 19:05:31'),
(1391, '7990658216', 'hiiteshpathak@gmail.com', 'F/701,Green Residency, opp gangeswer temple,c s marg', 'India', 'Gujarat', 'We are require swing gate attachments with insolaton and sliding gate', '7990658216', 'Trimurti traders ', 'Surat', '395009', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2019-04-07 06:27:11'),
(1392, ' 966538906660', 'roo3a22@gmail.com', '', 'India', '', 'Talk with me in whats', ' 966538906660', '', 'Delhi', '', 'undefined', '', '2019-04-09 07:35:49'),
(1393, 'I M Thakore', 'cugmktg@gmail.com', '', 'India', 'Gujarat', '', '9898068874', 'shree chemicals', 'Vadodara', '390025', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2019-04-09 10:12:58'),
(1394, 'Gianni Sabato', 'info@doingsecurity.it', '', 'Italy', '', 'We are the Italian Distributor of MATRIX SECURITY: we are looking for complementary products', ' 39335238046', '', 'other', '', 'Token Dispenser', '', '2019-04-10 13:00:42'),
(1395, 'Pankaj Singh', 'vasp_pankaj@hotmeil.com', '', 'India', 'Uttarakhand', '', '9831646272', 'SPS Infotech', 'Dehradun', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2019-04-12 12:12:59'),
(1396, 'suman kumar', 'suman.kumar@fenesta.com', 'Fenesta Building System\nSector 32, Gurugram', 'India', 'Haryana', 'We are super brand  in uPVC doors and windows segment. Currently looking for automation in our product for a big launch. Pls revert.', '9821382353', 'Fenesta Building system', 'Gurugram', '122003', 'Glass Sensor Door', 'Product', '2019-04-13 08:15:53'),
(1397, 'Vasanthakumar R', 'vasanthkumar@bbl.co.tz', '', 'Tanzania', '', '', '255789744615', '', 'other', '', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Contact', '2019-04-16 10:04:46'),
(1398, 'Vasanthakumar R', 'vasanthkumar@bbl.co.tz', '', 'Tanzania', '', '', '255789744615', '', 'other', '', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Contact', '2019-04-16 10:05:00'),
(1399, 'Shishir Singh', 'spsinfotech.doon@gmail.com', 'Main Market Selaqui, Near Jindal Hospital, Selaqui, Dehradun', 'India', 'uttrakhand', '', '9836802089', 'SPS Infotech', 'Dehradun', '248011', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Product', '2019-04-16 13:45:14'),
(1400, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', '', 'Contact', '2019-04-19 10:02:09'),
(1401, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:02:24'),
(1402, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:02:40'),
(1403, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:02:56'),
(1404, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:03:10'),
(1405, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:03:27'),
(1406, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:03:42'),
(1407, 'Nagasubramaniam M', 'nagasubramaniam.murugesan@vesuvius.com', '', 'India', '', 'I need to automate the main entry door of our company without changing the doors. The doors are of swing type', '7893253366', '', 'Vizag', '', 'Auto Swing Door', 'Contact', '2019-04-19 10:03:56'),
(1408, 'Sathish', 'sathish.rnayakula@gmail.com', 'Hyderabad', 'India', 'Telangana', '', '9640146939', '', '', '', 'Car Sticker Entrance System', 'Product', '2019-04-19 14:10:23'),
(1409, 'Vikram singh', 'vibrantdisplaysolutions@gmail.com', '', 'India', '', 'Automatic sliding doors ', '9339213350', '', 'Kolkata', '', 'undefined', '', '2019-04-19 18:22:18'),
(1410, 'Vikram singh', 'vibrantdisplaysolutions@gmail.com', '', 'India', '', 'Automatic sliding doors ', '9339213350', '', 'Kolkata', '', 'undefined', '', '2019-04-19 18:22:55'),
(1411, 'Pradip Ghosh', 'susrut36@gmail.com', '', 'India', '', '', '9432403070', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2019-04-20 03:46:47'),
(1412, 'Pradip Ghosh', 'susrut36@gmail.com', '', 'India', '', '', '9432403070', '', 'Kolkata', '', 'Glass Sensor Door', 'Contact', '2019-04-20 03:47:00'),
(1413, 'RC GUPTA', 'headpur@malauto.com', 'A-25, Large Sector, Adityapur Industrial Area, Gamharia, Jamshedpur, Jharkhand', 'India', 'Jharkhand', 'Multitech Auto Pvt Ltd', '9204558700', '', 'Jamshedpur', '832108', 'Auto Rolling Door High Speed PVC', 'Product', '2019-04-22 11:08:38'),
(1414, 'Jitendra', 'info@oxisof.com', '', 'India', '', 'I am looking for RFID gate devices/tags for school attendance tracking.Tracking will be like walk through.', '7355310781', '', 'Kanpur', '', '', 'Contact', '2019-04-23 11:55:19'),
(1415, 'Jitendra', 'info@oxisof.com', '', 'India', '', 'I am looking for RFID gate devices/tags for school attendance tracking.Tracking will be like walk through.', '7355310781', '', 'Kanpur', '', '', 'Contact', '2019-04-23 11:55:32'),
(1416, 'Jitendra', 'info@oxisof.com', '', 'India', '', 'I am looking for RFID gate devices/tags for school attendance tracking.Tracking will be like walk through.', '7355310781', '', 'Kanpur', '', '', 'Contact', '2019-04-23 11:55:43'),
(1417, 'mangal', 'mangalpune@gmail.com', '', 'India', '', 'Hello Sir\nFor our society  in Pune , we are looking for car entry   Vehicle Access Control Long Range UHF   Reader with  Boom Barriers   UHF RFID  entrance   complete solution \n \nSend  us your  complete technical solution with price \n\nRgs\nMangal \nPune , wakad \n \nM  91 9822214069\nEmail : mangalpune@gmail.com', '9822214069', '', 'Pune', '', '', 'Contact', '2019-04-24 08:04:32'),
(1418, 'mangal', 'mangalpune@gmail.com', '', 'India', '', 'Hello Sir\nFor our society  in Pune , we are looking for car entry   Vehicle Access Control Long Range UHF   Reader with  Boom Barriers   UHF RFID  entrance   complete solution \n \nSend  us your  complete technical solution with price \n\nRgs\nMangal \nPune , wakad \n \nM  91 9822214069\nEmail : mangalpune@gmail.com', '9822214069', '', 'Pune', '', '', 'Contact', '2019-04-24 08:04:38'),
(1419, 'Madhu Nair', 'madhuvanair@gmail.com', '', 'India', '', 'Please contact me', '9825294835', '', 'Surat', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-04-25 12:46:11'),
(1420, 'Madhu Nair', 'madhuvanair@gmail.com', '', 'India', '', 'Please contact me', '9825294835', '', 'Surat', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-04-25 12:46:24'),
(1421, 'Madhu Nair', 'madhuvanair@gmail.com', '', 'India', '', 'Please contact me', '9825294835', '', 'Surat', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-04-25 12:46:32'),
(1422, 'Madhu Nair', 'madhuvanair@gmail.com', '', 'India', '', 'Please contact me', '9825294835', '', 'Surat', '', 'Swing Gate Motor SP ACM SD 300/500 (Arm)', 'Contact', '2019-04-25 12:46:43'),
(1423, 'Sayyam Mehra', 'sayyammehra@gmail.com', '', 'India', '', '', '8447241916', '', 'Agra', '', 'undefined', 'Contact', '2019-04-25 15:28:53'),
(1424, 'Sayyam Mehra', 'sayyammehra@gmail.com', '', 'India', '', 'Sliding gate automation Enquiry', '8447241916', '', 'Agra', '', 'undefined', 'Contact', '2019-04-25 15:29:05'),
(1425, 'Sayyam Mehra', 'sayyammehra@gmail.com', '', 'India', '', 'Sliding gate automation Enquiry', '8447241916', '', 'Agra', '', 'undefined', 'Contact', '2019-04-25 15:29:13'),
(1426, 'Thirumoorthi', 'info@meritindustriesltd.com', 'Coimbatore, Tamilnadu', 'India', 'Tamilnadu', 'Double fenshing', '9944589006', 'Merrit Techno Industries LLP ', 'Coimbatore', '641659', 'Boom Barriers SP ACM BB (Fencing)', 'Product', '2019-04-30 07:31:49'),
(1427, 'SURESH SHARMA', 'dynamic_eng@hotmail.com', '', 'India', '', '', '9212791350', '', 'Kolkata', '', '', 'Contact', '2019-05-01 11:39:02'),
(1428, 'SURESH SHARMA', 'dynamic_eng@hotmail.com', '', 'India', '', '', '9212791350', '', 'Kolkata', '', '', 'Contact', '2019-05-01 11:39:14'),
(1429, 'Abdulaziz Suwi', 'abdulaziz.ishaq@teamac-arabia.com', '6708 Qanat Asswais, Riyadh', 'Saudi Arabia', 'Riyadh', 'I need the prices urgently ', '00966 592 98 9895', 'Teamac Arabia', 'Riyadh', '', 'Motorised Retractable Gates', 'Product', '2019-05-01 14:23:54'),
(1430, 'Amit Gupta', 'amit_gupta@isgec.com', '', 'India', '', 'Sliding motoried gate', '8826522039', '', 'other', '', '', '', '2019-05-03 06:56:35'),
(1431, 'Ashish kumawat', 'ashishfuncool@gmail.com', '', 'India', '', '', '9893773143', '', 'Indore', '', 'undefined', '', '2019-05-04 11:12:04'),
(1432, 'Ashish Tyagi', 'sales@indotecautomation.com', '', 'India', '', 'Needs the pricing of boom barrier and sliding glass door', '9716003302', '', 'Delhi', '', 'undefined', 'Contact', '2019-05-07 02:28:57'),
(1433, 'Ashish Tyagi', 'sales@indotecautomation.com', '', 'India', '', 'Needs the pricing of boom barrier and sliding glass door', '9716003302', '', 'Delhi', '', 'undefined', 'Contact', '2019-05-07 02:29:12'),
(1434, 'Ashish Tyagi', 'sales@indotecautomation.com', '', 'India', '', 'Needs the pricing of boom barrier and sliding glass door', '9716003302', '', 'Delhi', '', 'undefined', 'Contact', '2019-05-07 02:29:22'),
(1435, 'Ashish Tyagi', 'sales@indotecautomation.com', '', 'India', '', 'Needs the pricing of boom barrier and sliding glass door', '9716003302', '', 'Delhi', '', 'undefined', 'Contact', '2019-05-07 02:29:37'),
(1436, 'rohith', 'rohithfaller20@gmail.com', '', 'India', '', '', '8939067575', '', 'Chennai', '', 'Sliding Gate Motor SP ACM ID 1800/2500', '', '2019-05-07 11:37:34'),
(1437, 'Manish', 'kori007@hotmail.com', '', 'India', '', 'Auto rolling shutter 4 nos. 20 feet appox', '9886020099', '', 'Bengaluru', '', 'undefined', '', '2019-05-07 18:00:05'),
(1438, 'Yuvraj1', 'syuvi742@gmail.com', '', 'India', '', '6375689610', '6375689610', '', 'other', '', 'undefined', '', '2019-05-08 00:51:55'),
(1439, 'kiran yeluri', 'kiran.yeluri@ipaper.com', 'Sriramnagar', 'India', 'Andhra Pradesh', 'we are looking for lorries not for Cars', '8498092973', 'International paper APPM.Ltd', 'Rajamundry', '533105', 'Car Sticker Entrance System', 'Product', '2019-05-08 11:20:50'),
(1440, 'bidyut barman', 'bidyutbarman17@gmail.com', '', 'India', 'assam', '', '9864024248', 'kamakhya industries', 'guwahati', '781005', '90 Degree water Slot - Electric', 'Product', '2019-05-09 15:13:13'),
(1441, 'bidyut barman', 'bidyutbarman17@gmail.com', '', 'India', 'assam', 'all hand tools for upvc works', '9864024248', 'kamakhya indastries', 'guwahati', '781005', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2019-05-09 15:23:11'),
(1442, 'Rajnesh bansal', 'bansalayushie@yahoo.com', '', 'India', '', '', '9653177677', '', 'Chandigarh', '', 'undefined', '', '2019-05-11 04:50:51'),
(1443, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:37:35'),
(1444, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:37:50'),
(1445, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:37:58'),
(1446, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:38:12'),
(1447, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:38:26'),
(1448, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:38:46'),
(1449, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:39:00'),
(1450, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:39:20'),
(1451, 'Ajay Dahiya', 'adahiya@takenaka.co.in', '', 'India', '', '', '9512048847', '', 'Ahmedabad', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2019-05-11 12:39:35'),
(1452, 'Devanshi Associate ', 'devanshiassociateagra@gmail.com', '', 'India', '', 'I have big quay for parking solution and flap barrier please contact me immediate   ', '8077345858', '', 'Agra', '', 'Boom Barriers SP ACM BB 801,Car Sticker Entrance System', '', '2019-05-13 08:25:28'),
(1453, 'Dharmver singh', 'bhadauriatractors@gmail.com', '', 'India', '', 'Token machine', '9415132426', '', 'other', '', 'undefined', '', '2019-05-14 10:12:22'),
(1454, 'Saurabh Sardana ', 'sardana.saurabh@gmail.com', '', 'India', '', 'Gate automation quotation', '8010830303', '', 'Gurgaon', '', 'undefined', '', '2019-05-15 07:09:01'),
(1455, 'ATANU CHANDA', 'atanu0503@gmail.com', '', 'India', '', 'We are looking for a Video door phone system for a G 4 apartment with 8 units. The system should enable unit holders to check/verify visitors at the main gate and unlock main gate from their individual units as and when required.', '9339009580', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', '', '2019-05-15 10:19:12'),
(1456, 'Dipayan Paul', 'dipayan.paul@mail.dabur', '', 'India', '', '', '9674474024', 'Dabur India Ltd.', '', '', 'Car Sticker Entrance System', 'Product', '2019-05-17 05:37:11'),
(1457, 'Manikandan', 'mani68717@gmai.com', '', 'India', '', 'Hai', '7904232048', '', 'Chennai', '', 'undefined', '', '2019-05-20 18:36:35'),
(1458, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:29:01'),
(1459, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:29:12'),
(1460, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:29:23'),
(1461, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:29:33'),
(1462, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:29:44'),
(1463, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:29:56'),
(1464, 'Naman arora', 'er.namanarora3172@fmail.com', '', 'India', '', '', '9915179224', '', 'Amritsar', '', 'undefined', 'Contact', '2019-05-24 17:30:05'),
(1465, 'Kowsic', 'sathiandrak@yahoo.co.in', '', 'India', '', 'Need remote gate lock. Please call me', '9789053333 ', '', 'Chennai', '', 'undefined', '', '2019-05-26 04:46:38'),
(1466, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:04:18'),
(1467, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:04:36'),
(1468, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:04:43'),
(1469, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:04:55'),
(1470, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:05:06'),
(1471, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:05:14'),
(1472, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:05:25'),
(1473, 'Suvojit Karmakar', 'suvokarmakar80@gmail.com', '', 'India', '', '', '6289573884', '', 'Kolkata', '', 'undefined', 'Contact', '2019-05-26 13:05:37'),
(1474, 'Sulove khaitan', 'sagarrajresort16@gmail.com', '', 'India', '', 'Automatic doors', '7797775474', '', 'Kolkata', '', 'undefined', '', '2019-05-27 10:55:57'),
(1475, 'subhranil chatterjee', 'subhamelite1@gmail.com', '', 'India', '', 'pls contact', '9864026951', '', 'Kolkata', '', '', 'Contact', '2019-05-27 18:26:23'),
(1476, 'subhranil chatterjee', 'subhamelite1@gmail.com', '', 'India', '', 'pls contact', '9864026951', '', 'Kolkata', '', '', 'Contact', '2019-05-27 18:26:34'),
(1477, 'subhranil chatterjee', 'subhamelite1@gmail.com', '', 'India', '', 'pls contact', '9864026951', '', 'Kolkata', '', '', 'Contact', '2019-05-27 18:26:45'),
(1478, 'subhranil chatterjee', 'subhamelite1@gmail.com', '', 'India', '', 'pls contact', '9864026951', '', 'Kolkata', '', '', 'Contact', '2019-05-27 18:26:57'),
(1479, 'subhranil chatterjee', 'subhamelite1@gmail.com', '', 'India', '', 'pls contact', '9864026951', '', 'Kolkata', '', '', 'Contact', '2019-05-27 18:27:09'),
(1480, 'subhranil chatterjee', 'subhamelite1@gmail.com', '', 'India', '', 'pls contact', '9864026951', '', 'Kolkata', '', '', 'Contact', '2019-05-27 18:27:20'),
(1481, 'sumit talukdar', 'grdistributor.jrt@gmail.com', '', 'India', '', '', '9864988666', '', 'other', '', 'undefined', '', '2019-05-29 12:16:20'),
(1482, 'Adithya ', 'adithya@accindia.net', '', 'India', '', 'Manual window opener ', '9176481810', '', 'Chennai', '', 'undefined', '', '2019-06-04 03:06:41'),
(1483, 'Sunil gandhi', 'sunil_assign@hotmail.com', '', 'India', '', 'Doing same business.  SI', '9825073161', '', 'Ahmedabad', '', 'undefined', '', '2019-06-04 11:00:56'),
(1484, 'Sathish Kumar', 'jsateesh55@gmail.com', 'Narukur', 'India', 'Andhrapradesh', '', '9505964143', 'Simhapuri International school ', 'Nellore', '524311', 'Glass Sensor Door', 'Product', '2019-06-05 03:22:32'),
(1485, 'Jagadish', 'jagadish.burla@gmail.com', '', '', '', '', '9676797425', '', '', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2019-06-05 19:12:52'),
(1486, 'Sasikumar', 'design@jamihydraulic.com', 'autonagar visakhapatnam', 'India', 'ANDHRA PRADESH', '', '9951898666', 'Jami Hydraulic', 'VISAKHAPATNAM', '530046', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2019-06-06 05:20:34'),
(1487, 'GAURAV ARORA', 'sterling.gaurav@rediffmail.com', '', 'India', '', 'Parking Management System', '9871622020', '', 'Noida', '', 'Parking Fee Management System (Wireless)', 'Contact', '2019-06-08 06:44:25'),
(1488, 'GAURAV ARORA', 'sterling.gaurav@rediffmail.com', '', 'India', '', 'Parking Management System', '9871622020', '', 'Noida', '', 'Parking Fee Management System (Wireless)', 'Contact', '2019-06-08 06:44:39'),
(1489, 'Mithilesh Mahato', 'pepl.encraft@gmail.com', '', 'India', '', '', '7001781742', '', 'Asansol', '', '', '', '2019-06-14 06:30:28'),
(1490, 'Naveen', 'naveenjdwd@gmail.com', '', 'India', '', 'Product ID on Gem.\n1. 5116877-31485656493\n2. 5116877-91385572764', '9482930064', '', 'Kolkata', '', 'undefined', '', '2019-06-14 14:04:54'),
(1491, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:53:51'),
(1492, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:53:57'),
(1493, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:54:07'),
(1494, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:54:16'),
(1495, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:54:25'),
(1496, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:54:35'),
(1497, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized  roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day', '7738897141', '', 'Mumbai', '', '', 'Contact', '2019-06-17 06:54:45'),
(1498, 'Walter Crasto', 'walter.crasto@bdbindia.org', '', 'India', '', 'Hello Team,\nWe are looking for customized motorized louvered roof to ensure adequate ventilation in our basement area, control of rain water , Time-based control in day ', '7738897141', '', 'Mumbai', '', '', '', '2019-06-17 06:56:20'),
(1499, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', '', 'Contact', '2019-06-17 12:31:38'),
(1500, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', '', 'Contact', '2019-06-17 12:31:51'),
(1501, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', '', 'Contact', '2019-06-17 12:31:58'),
(1502, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', '', 'Contact', '2019-06-17 12:32:10'),
(1503, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', '', 'Contact', '2019-06-17 12:32:22'),
(1504, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', 'Automation', 'Contact', '2019-06-17 12:32:31'),
(1505, 'Rahul jain', 'imageupvc@gmail.com', '', 'India', '', '', '9808134468', '', 'Agra', '', 'Automation', 'Contact', '2019-06-17 12:32:42'),
(1506, 'Lalanjee', 'gudduprasaf@gmail', '', 'India', '', 'Gate', '9932208458', '', 'Kolkata', '', 'undefined', '', '2019-06-17 19:54:24'),
(1507, 'Devendra kumar', 'kumar.deven2@gmail.com', '', 'India', '', 'i need one automatic bar code  ticket system with 2 bar coded flap gate each for entry and exit for visitor management ', '7379760111', '', 'other', '', 'undefined', '', '2019-06-18 05:24:18'),
(1508, 'Manishh', 'manishm029@gmail.com', '', '', '', 'Motorized Awning', '9873717973', '', '', '', 'Awnings', 'Product', '2019-06-18 17:04:08'),
(1509, 'ASHOK KUMAR SARAF', 'ashok_kumarsaraf@yahoo.com', '8,RANI RASHMONI ROAD,\n', 'India', 'WEST BENGAL', 'AUTO ROLLING SHUTTER', '9330852967', 'SARAF GROUP', 'KOLKATA', '700013', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2019-06-19 04:22:39'),
(1510, 'Raghavv Kanoria', 'raghav.kanoria@macwoodindia.com', '', 'India', '', '', '9831093830', '', 'Kolkata', '', 'Hotel Door Lock', 'Contact', '2019-06-21 05:52:11'),
(1511, 'Raghavv Kanoria', 'raghav.kanoria@macwoodindia.com', '', 'India', '', '', '9831093830', '', 'Kolkata', '', 'Hotel Door Lock', 'Contact', '2019-06-21 05:52:29'),
(1512, 'Goutam Seal', 'glseal2007@rediffmail.com', '', 'India', '', 'I want a remote operated  gate lock of my home garden gate', '9830084811', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2019-06-22 12:09:03'),
(1513, 'Goutam Seal', 'glseal2007@rediffmail.com', '', 'India', '', 'I want a remote operated  gate lock of my home garden gate', '9830084811', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2019-06-22 12:09:18'),
(1514, 'Goutam Seal', 'glseal2007@rediffmail.com', '', 'India', '', 'I want a remote operated  gate lock of my home garden gate', '9830084811', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2019-06-22 12:09:28'),
(1515, 'Goutam Seal', 'glseal2007@rediffmail.com', '', 'India', '', 'I want a remote operated  gate lock of my home garden gate', '9830084811', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2019-06-22 12:09:42'),
(1516, 'Goutam Seal', 'glseal2007@rediffmail.com', '', 'India', 'west Bengal', 'I want a remote lock of my garden gate ( iron)', '9830084811', '', 'Howrah', '711101', 'Remote Door Lock', 'Product', '2019-06-22 12:17:56'),
(1517, 'M Arjun Rao', 'arjunrao.m@itc.in', '', 'India', '', '', '8897341336', '', 'other', '', 'undefined', '', '2019-06-23 12:56:27'),
(1518, 'AZAD ', 'azaadkhushi19846@gmail.com', '', 'India', '', 'Automatic Gate ', '9596630197', '', 'Jammu', '', 'undefined', '', '2019-06-25 02:36:54'),
(1519, 'Hemnya', 'hemnyabhardwaj1234@gmail.com', '', 'India', '', 'Electric window needed for washroom ', '9858151356', '', 'Jammu', '', 'undefined', '', '2019-06-25 15:00:42'),
(1520, 'Vincent', 'vincyklink@yahoo.com', '', 'Nigeria', '', 'I need the quote of overhead sectional roller door, 3meter high and 3.2meter wide, white color. I also  need the quote for motorized retractable gate of 6meters long. Thanks', '2348037321179', '', 'other', '', 'undefined', 'Contact', '2019-06-29 10:59:02'),
(1521, 'Vincent', 'vincyklink@yahoo.com', '', 'Nigeria', '', 'I need the quote of overhead sectional roller door, 3meter high and 3.2meter wide, white color. I also  need the quote for motorized retractable gate of 6meters long. Thanks', '2348037321179', '', 'other', '', 'undefined', 'Contact', '2019-06-29 10:59:15'),
(1522, 'Vincent', 'vincyklink@yahoo.com', '', 'Nigeria', '', 'I need the quote of overhead sectional roller door, 3meter high and 3.2meter wide, white color. I also  need the quote for motorized retractable gate of 6meters long. Thanks', '2348037321179', '', 'other', '', 'undefined', 'Contact', '2019-06-29 10:59:28'),
(1523, 'Gopal ch Chowdhury', 'gopal233333@gmail.com', '', 'India', '', 'Sir i m a tecnition of elwvator i m interet your product i also making your all kinds of door machin commisating and sirvicing  so i need job \nThanking you\nGopal ch chowdhury', '9831228048', '', 'Kolkata', '', 'undefined', '', '2019-06-30 03:31:50'),
(1524, 'Oluwafemi Isaac', 'oluwafemii60@gmail.com', '', 'Nigeria', '', 'Will appreciate quick response and products chart ', '08065252186', '', 'Kolkata', '', 'undefined', '', '2019-06-30 13:12:56'),
(1525, 'Oluwafemi Isaac', 'oluwafemii60@gmail.com', '', 'Nigeria', '', '', '08065252186', '', 'other', '', 'undefined', '', '2019-06-30 13:25:54'),
(1526, 'Mr Mane', 'manefab@gmail.com', '', 'India', '', '', '8788030197', '', 'Pune', '', 'undefined', '', '2019-07-01 04:53:09'),
(1527, 'Dr Aniket Gangurde', 'draniketgangurde@gmail.com', '', 'India', '', 'NEED NASHIK LOCAL DEALER', '9850361733', '', 'Nashik', '', 'Hospital Sensor', '', '2019-07-02 06:58:06'),
(1528, 'Rujil Ratna Tuladhar', 'rujilratna@gmail.com', '', 'Nepal', '', '', '9779851206736', '', 'other', '', 'Video Door Phone (For  Apartments)', 'Contact', '2019-07-03 08:18:28'),
(1529, 'Rujil Ratna Tuladhar', 'rujilratna@gmail.com', '', 'Nepal', '', '', '9779851206736', '', 'other', '', 'Video Door Phone (For  Apartments)', 'Contact', '2019-07-03 08:18:44'),
(1530, 'Rujil Ratna Tuladhar', 'rujilratna@gmail.com', '', 'Nepal', '', '', '9779851206736', '', 'other', '', 'Video Door Phone (For  Apartments)', 'Contact', '2019-07-03 08:18:56'),
(1531, 'shashi bhushan', 'indosaylsengineers@gmail.com', '', 'India', '', 'we deal in biometrics,epabx,cctv.one customer requires for girls hostel in the city-single lane 2-way passage.pl quote with installation with catelogue and specs', '9935507855', '', 'Kanpur', '', 'Turnstile (Full Height)', '', '2019-07-04 12:56:07'),
(1532, 'RAJEEV DUBEY', 'yashindiacorp@gmail.com', '', 'India', '', 'need rfid system for coaching institute', '9414132659', '', 'Jaipur', '', '', '', '2019-07-04 13:26:28'),
(1533, 'RAJEEV DUBEY', 'yashindiacorp@gmail.com', '', 'India', '', '', '9414132659', 'yash india corporation', '', '', 'Token Dispenser Queue management', 'Product', '2019-07-04 13:27:43'),
(1534, 'SACHIN', 'sachindeepali@gmail.com', '', 'India', '', '', '8975002931', '', 'Pune', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2019-07-05 06:17:50'),
(1535, 'SACHIN', 'sachindeepali@gmail.com', '', 'India', '', '', '8975002931', '', 'Pune', '', 'Sliding Gate Motor SP ACM ID 4000', 'Contact', '2019-07-05 06:18:03'),
(1536, 'Sanjay', 'sanjayjain8436@gmail.com', '', 'India', '', 'Ecr side motor', '9308054191', '', 'Ranchi', '', 'undefined', '', '2019-07-11 14:26:05'),
(1537, 'Sanjay', 'sanjayjain8436@gmail.com', 'Ghatsila', 'India', 'Jharkhand', 'ECR side moter', '9308054191', 'Sanjay eng works', 'Ghatsila', '832303', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Product', '2019-07-11 18:03:46'),
(1538, 'Sarthak Ray', 'sarthakray@hotmail.com', '', 'India', 'Uttar Pradesh ', '', '7007023861', '', '', '', 'Sliding Gate Motor SP ACM ID 4000', 'Product', '2019-07-11 18:23:23'),
(1539, 'Emanuel Wilfred', 'emanuelwilfred010@gmail.com', '', 'India', '', 'I am interested to fit it them but how do it i install', '9131887536', '', 'other', '', 'undefined', '', '2019-07-11 19:32:32'),
(1540, 'Emanuel Wilfred', 'emanuelwilfred4@gmail.com', '167 b rb2 skp colony katni near government iti mp', 'India', 'Madhya Pradesh', '', '9131887536', '', 'Katni', '483501', 'Sliding Gate Motor SP ACM ID 1800/2500', 'Product', '2019-07-11 19:37:32'),
(1541, 'GAUTAM SARKAR', 'SUBODH.ROY@REDIFFMAIL.COM', '', 'India', '', '', '9433099926', '', 'Kolkata', '', 'BIO MATRIX ATTENDANCE ESSL', 'Contact', '2019-07-12 06:47:31'),
(1542, 'GAUTAM SARKAR', 'SUBODH.ROY@REDIFFMAIL.COM', '', 'India', '', '', '9433099926', '', 'Kolkata', '', 'BIO MATRIX ATTENDANCE ESSL', 'Contact', '2019-07-12 06:47:47'),
(1543, 'Krunal Desai', 'krunaldesai@yahoo.com', '', 'India', '', 'require your solution for my society...', '9722199444', '', 'Ahmedabad', '', 'Car Sticker Entrance System', 'Contact', '2019-07-12 15:41:23'),
(1544, 'Krunal Desai', 'krunaldesai@yahoo.com', '', 'India', '', 'require your solution for my society...', '9722199444', '', 'Ahmedabad', '', 'Car Sticker Entrance System', 'Contact', '2019-07-12 15:41:38'),
(1545, 'Krunal Desai', 'krunaldesai@yahoo.com', '', 'India', '', 'require your solution for my society...', '9722199444', '', 'Ahmedabad', '', 'Car Sticker Entrance System', 'Contact', '2019-07-12 15:41:50'),
(1546, 'Krunal Desai', 'krunaldesai@yahoo.com', '', 'India', '', 'require your solution for my society...', '9722199444', '', 'Ahmedabad', '', 'Car Sticker Entrance System', 'Contact', '2019-07-12 15:42:04'),
(1547, 'Krunal Desai', 'krunaldesai@yahoo.com', '', 'India', '', 'require your solution for my society...', '9722199444', '', 'Ahmedabad', '', 'Car Sticker Entrance System', 'Contact', '2019-07-12 15:42:21'),
(1548, 'Jawar', 'jawar.khadaroo@gmail.com', '', 'Mauritius', '', 'Hi I would like to know if u sell the welding uPVC machine. Please revert back', ' 23057458689', '', 'other', '', 'undefined', '', '2019-07-15 16:10:26'),
(1549, 'Satish', 'satishm.m3@gmail.com', '', 'India', '', 'Requirement for glass door with biometric access.....', '9866258070', '', 'Vizag', '', 'undefined', '', '2019-07-17 10:04:51'),
(1550, 'Ranjithkumar', 'trustautomations@gmail.com', '', 'India', '', 'we need retractable 4mtr boom barrier -2nos', '8939366334', '', 'Kolkata', '', 'undefined', 'Contact', '2019-07-19 12:26:22'),
(1551, 'Ranjithkumar', 'trustautomations@gmail.com', '', 'India', '', 'we need retractable 4mtr boom barrier -2nos', '8939366334', '', 'Kolkata', '', 'undefined', 'Contact', '2019-07-19 12:26:34'),
(1552, 'Ranjithkumar', 'trustautomations@gmail.com', '', 'India', '', 'we need retractable 4mtr boom barrier -2nos', '8939366334', '', 'Kolkata', '', 'undefined', 'Contact', '2019-07-19 12:26:46'),
(1553, 'Ranjithkumar', 'trustautomations@gmail.com', '', 'India', '', 'we need retractable 4mtr boom barrier -2nos', '8939366334', '', 'Chennai', '', 'undefined', 'Contact', '2019-07-19 12:26:58'),
(1554, 'Ranjithkumar', 'trustautomations@gmail.com', '', 'India', '', 'we need retractable 4mtr boom barrier -2nos', '8939366334', '', 'Chennai', '', 'undefined', 'Contact', '2019-07-19 12:27:11'),
(1555, 'Gurlal Singh ', 'singh2000jasmeet@gmail.com', '', 'India', '', '', '9814009389', '', 'Ludhiana', '', 'undefined', '', '2019-07-20 16:56:01'),
(1556, 'Sangeeta Jadhav', 'sangeetaj@itm.edu', '', 'India', '', 'We are loking for the door acces system', '9699593624', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2019-07-22 11:01:02'),
(1557, 'Sangeeta Jadhav', 'sangeetaj@itm.edu', '', 'India', '', 'We are loking for the door acces system', '9699593624', '', 'Mumbai', '', 'Auto Sliding Sensor Door', 'Contact', '2019-07-22 11:01:17'),
(1558, 'Sangeeta Jadhav', 'sangeetaj@itm.edu', '', 'India', '', 'We are loking for the door acces system', '9699593624', '', 'Mumbai', '', 'Auto Sliding Sensor Door', 'Contact', '2019-07-22 11:01:28'),
(1559, 'Sangeeta Jadhav', 'sangeetaj@itm.edu', '', 'India', '', 'We are loking for the door acces system', '9699593624', '', 'Mumbai', '', 'Auto Sliding Sensor Door', 'Contact', '2019-07-22 11:01:41'),
(1560, 'sourav ray', 'pipal tree hotel pvt.', '', 'India', '', 'looking for gate.', '8584848408', '', 'Kolkata', '', '', '', '2019-07-24 07:49:54'),
(1561, 'jatin syal', 'syal.jatin@yahoo.com', '', 'India', '', '', '9729910091', '', 'other', '', '', '', '2019-07-24 09:26:26'),
(1562, 'Ashish Patel', 'krishsolutionproviders@gmail.com@gmail.com', 'Surat', 'India', 'GUJARAT', 'Need RFID based system with image and speed detection facility. Urgent by tomorrow evening', '9879202774', 'krishsolutionprovider', 'Surat', '394270', 'Car Sticker Entrance System', 'Product', '2019-07-25 16:45:18'),
(1563, 'Santu Kumar shit', 'santushit1998@gmail.com', '', 'India', '', 'Leg cut', '8768565060', '', 'Kolkata', '', 'undefined', '', '2019-07-27 15:02:23'),
(1564, 'rajiv', 'rajiv@smartpower.co.in', '', 'India', '', 'test message', '9831021270', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door,Auto Sliding Sensor Door', '', '2019-07-28 07:39:06'),
(1565, '7982332163', 'as371166@gmail.com', 'Vill - jalalpur, post . Rajanpur, Distt - siwan \npin code-841236', 'American Samoa', 'Bihar', 'I am system Admin for this company, and all mange to system related issue resolve ', '7982332163', 'Metro infrasys Pvt.Ltd', 'Siwan', '841236', 'Highway Toll Management System', 'Product', '2019-07-28 09:05:35'),
(1566, 'Akhilesh', 'akhilesh.89@gmail.com', '', 'India', '', 'We are SI for light , gate Automation . Kindly connect for more info ', '9646559966', '', 'Chandigarh', '', 'undefined', '', '2019-07-29 02:15:10'),
(1567, 'Ravi Jain', 'astitva.ravi@gmail.com', '', 'India', '', '', '9831117505', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2019-07-29 13:00:26'),
(1568, 'Ravi Jain', 'astitva.ravi@gmail.com', '', 'India', '', '', '9831117505', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2019-07-29 13:00:42'),
(1569, 'Ravi Jain', 'astitva.ravi@gmail.com', '', 'India', '', '', '9831117505', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2019-07-29 13:00:54'),
(1570, 'Ravi Jain', 'astitva.ravi@gmail.com', '', 'India', '', '', '9831117505', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2019-07-29 13:01:03'),
(1571, 'Ravi Jain', 'astitva.ravi@gmail.com', '', 'India', '', '', '9831117505', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2019-07-29 13:01:20'),
(1572, 'NAVEEN DSOUZA', 'naveendsouzaa@gmail.com', '', 'India', '', 'Need for home balcony.', '9920275991', '', 'Mumbai', '', 'undefined', '', '2019-07-30 14:59:55'),
(1573, 'Kumar shivajee', 'Krshivajee@gmail.com', '', 'India', '', 'I need 14 ft. Wide gate for my home', '9263275444', '', 'other', '', 'undefined', 'Contact', '2019-08-01 16:39:58'),
(1574, 'Kumar shivajee', 'Krshivajee@gmail.com', '', 'India', '', 'I need 14 ft. Wide gate for my home', '9263275444', '', 'other', '', 'undefined', 'Contact', '2019-08-01 16:40:11'),
(1575, 'shantanu saharia', 's_saharia@hotmail.com', 'Palashbari Tea Co Ltd.14 B Camac Street, Nandicommercial, 4th Floor , suite 4B', 'India', 'WESTBENGAL', 'need 3 turnstikes to be installed and maintained at homachal pradesh 2 hours from chandigarh. Please quote for turnstile with bar code entry system for queing area and paper ticket entry.', '9830078782', 'PALASHBARI TEA CO. LTD.', 'kolkata', '700027', 'Turnstile - Vertical (Tripod)', 'Product', '2019-08-02 20:31:03'),
(1576, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:07:56'),
(1577, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:08:08'),
(1578, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:08:21'),
(1579, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:08:33'),
(1580, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:08:44'),
(1581, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:08:57'),
(1582, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:09:09'),
(1583, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:09:30'),
(1584, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:09:46'),
(1585, 'Lalit Singh', 'lalit.c@viscoindia.com', '', 'India', '', 'looking for TMS / HETC Solution to be implemented at toll plazas', '9662539836', '', 'Delhi', '', '', 'Contact', '2019-08-06 11:10:10'),
(1586, 'Varun ', 'aggarwalvarun500@gmail.com', '', 'India', '', '', '8360622130', '', 'other', '', 'undefined', '', '2019-08-12 06:02:40'),
(1587, 'Kundan Dutta ', 'kundankundan123@gmail.com', '', 'India', '', 'We need solution and control in entry and exit of society gate also parking solution ', '9830963634', '', 'Kolkata', '', 'undefined', '', '2019-08-15 06:30:03'),
(1588, 'Bency', 'bencyandrew@gmail.com', '', 'India', '', '', '9895511256', '', 'Thiruvananthapuram', '', 'undefined', 'Contact', '2019-08-20 13:18:37'),
(1589, 'Vivek', 'vivektiwary94@gmail.com', '', 'India', '', 'Job', '8092692976', '', 'Jamshedpur', '', 'undefined', '', '2019-08-21 07:28:20'),
(1590, 'Mahesh Reddy', 'mahiramareddy@gmail.com', '', 'India', '', 'Automation of sliding gate', '9762608736', '', 'Vijayawada', '', 'undefined', 'Contact', '2019-08-21 17:58:06'),
(1591, 'Mahesh Reddy', 'mahiramareddy@gmail.com', '', 'India', '', 'Automation of sliding gate', '9762608736', '', 'Vijayawada', '', 'undefined', 'Contact', '2019-08-21 17:58:19'),
(1592, 'Mahesh Reddy', 'mahiramareddy@gmail.com', '', 'India', '', 'Automation of sliding gate', '9762608736', '', 'Vijayawada', '', 'undefined', 'Contact', '2019-08-21 17:58:26'),
(1593, 'Mahesh Reddy', 'mahiramareddy@gmail.com', '', 'India', '', 'Automation of sliding gate', '9762608736', '', 'Vijayawada', '', 'undefined', 'Contact', '2019-08-21 17:58:38'),
(1594, 'Mahesh Reddy', 'mahiramareddy@gmail.com', '', 'India', '', 'Automation of sliding gate', '9762608736', '', 'Vijayawada', '', 'undefined', 'Contact', '2019-08-21 17:58:50'),
(1595, 'abhijeet nikam', 'abhijeet.nikam25@gmail.com', 'pune', 'India', 'maharashtra', '', '720804977', 'futurex technologies', 'pune', '410307', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2019-08-22 07:46:34'),
(1596, 'Technician', 'Pluhahula@gmail.com', '', 'Tanzania', '', 'I need Automatic Control System kit ', ' 255629088636', '', 'other', '', 'undefined', '', '2019-08-23 03:42:12'),
(1597, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:50:30'),
(1598, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:50:43'),
(1599, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:50:55'),
(1600, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:51:10'),
(1601, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:51:21'),
(1602, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:51:33'),
(1603, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:51:46'),
(1604, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:51:54'),
(1605, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:52:06'),
(1606, 'Sreekanth', 'sreekanth25.challa@gmail.com', '', 'India', '', 'I would like to buy house automation product', '9441716978', '', 'Hyderabad', '', '', 'Contact', '2019-08-23 20:52:18'),
(1607, 'Indrojit Dutta Gupta', 'info@srijan.world', '', 'India', '', 'Sliding Gate Automation', '9733212555', '', 'Kolkata', '', 'Sliding Gate Motor SP  SLG 4000', 'Contact', '2019-08-24 08:26:14'),
(1608, 'Indrojit Dutta Gupta', 'info@srijan.world', '', 'India', '', 'Sliding Gate Automation', '9733212555', '', 'Kolkata', '', 'Sliding Gate Motor SP  SLG 4000', 'Contact', '2019-08-24 08:26:28'),
(1609, 'Samir Garg', 'samir_garg@hotmail.com', '', 'India', '', 'I require 2 Nos. of Motorized Center / Side Opening 9\' Curtains to be installed in my Juhu, Mumbai residence. Preferable with Alexa / Mobile control.\n\nSamir Garg (M: 9820127458)\nsamir_garg@hotmail.com', '9820127458', '', 'Mumbai', '', 'Motorised Curtains', 'Contact', '2019-08-24 15:45:28'),
(1610, 'Samir Garg', 'samir_garg@hotmail.com', '', 'India', '', 'I require 2 Nos. of Motorized Center / Side Opening 9\' Curtains to be installed in my Juhu, Mumbai residence. Preferable with Alexa / Mobile control.\n\nSamir Garg (M: 9820127458)\nsamir_garg@hotmail.com', '9820127458', '', 'Mumbai', '', 'Motorised Curtains', 'Contact', '2019-08-24 15:45:38'),
(1611, 'GHANSHYAM SARDHARA', 'ghanshyambs@yahoo.com', '', 'India', '', 'for society use', '9820098082', '', 'Mumbai', '', 'Speed Hump,Speed Hump', '', '2019-08-25 07:52:55'),
(1612, 'Sunny Dhawan', 'sunnydhawan14@yahoo.co.in', '', 'India', '', 'RFID System for Main Gate', '9811515424', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B,Motorised Retractable Gates', 'Contact', '2019-08-26 11:54:14'),
(1613, 'Sunny Dhawan', 'sunnydhawan14@yahoo.co.in', '', 'India', '', 'RFID System for Main Gate', '9811515424', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B,Motorised Retractable Gates', 'Contact', '2019-08-26 11:54:26'),
(1614, 'Sunny Dhawan', 'sunnydhawan14@yahoo.co.in', '', 'India', '', 'RFID System for Main Gate', '9811515424', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B,Motorised Retractable Gates', 'Contact', '2019-08-26 11:54:36'),
(1615, 'Sunny Dhawan', 'sunnydhawan14@yahoo.co.in', '', 'India', '', 'RFID System for Main Gate', '9811515424', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B,Motorised Retractable Gates', 'Contact', '2019-08-26 11:54:51');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(1616, 'Sunny Dhawan', 'sunnydhawan14@yahoo.co.in', '', 'India', '', 'RFID System for Main Gate', '9811515424', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B,Motorised Retractable Gates', 'Contact', '2019-08-26 11:55:05'),
(1617, 'Sunny Dhawan', 'sunnydhawan14@yahoo.co.in', '', 'India', '', 'RFID System for Main Gate', '9811515424', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B,Motorised Retractable Gates', 'Contact', '2019-08-26 11:55:16'),
(1618, 'Gagandeep ', 'waheguru13store@gmail.com', '', 'India', '', 'Mansa punjab', '9478238408', '', 'other', '', 'undefined', '', '2019-08-26 18:05:12'),
(1619, 's s batra', 'shyam.batra@spmcil.com', '', 'India', '', 'Boom barrier through GEM , specification', '9911843322', '', 'Noida', '', 'Flap Barrier,Flap Barrier', 'Contact', '2019-08-27 12:06:26'),
(1620, 's s batra', 'shyam.batra@spmcil.com', '', 'India', '', 'Boom barrier through GEM , specification', '9911843322', '', 'Noida', '', 'Flap Barrier,Flap Barrier', 'Contact', '2019-08-27 12:06:42'),
(1621, 'Dominik', 'lapanjadominik', '', 'Slovenia', '', 'vinil rollup garage or shop doors\napproximately 225cmx190cm', '0038641721879', '', 'other', '', 'undefined', '', '2019-08-28 23:08:59'),
(1622, 'Ganpat Jangid', 'jangidganpat2780@gmail.com', '', 'India', '', 'urgent Purchase', '9829086244', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2019-08-29 06:36:30'),
(1623, 'Ganpat Jangid', 'jangidganpat2780@gmail.com', '', 'India', '', 'urgent Purchase', '9829086244', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2019-08-29 06:36:43'),
(1624, 'Ganpat Jangid', 'jangidganpat2780@gmail.com', '', 'India', '', 'urgent Purchase', '9829086244', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2019-08-29 06:36:55'),
(1625, 'Ganpat Jangid', 'jangidganpat2780@gmail.com', '', 'India', '', 'urgent Purchase', '9829086244', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2019-08-29 06:37:08'),
(1626, 'Anmol', 'anmolsachdev99@gmail.com', '', '', '', '', '9660401752', '', '', '', 'Car Sticker Entrance System', 'Product', '2019-08-30 05:15:34'),
(1627, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:49:25'),
(1628, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person on tomorrow', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:49:51'),
(1629, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person on tomorrow', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:50:31'),
(1630, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person on tomorrow', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:51:13'),
(1631, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person on tomorrow', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:51:39'),
(1632, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person on tomorrow', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:51:59'),
(1633, 'sailoo addla ', 'valmikisystems0105@gmail.com', '', 'India', '', 'Require boom barriers for resalling or looking dealership.', '9581442412', '', 'Hyderabad', '', 'Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB  100 6M4S', '', '2019-08-30 09:52:19'),
(1634, 'Biswajit Chanda', 'biswajitkgp.2010@gmail.com', '', 'India', '', 'Pls send your marketing person on tomorrow', '9474408897', '', 'Kolkata', '', 'Home  Automation|Home Automation System|Smart Home', 'Contact', '2019-08-30 09:52:27'),
(1635, 'pankaj anand', 'a2zsolutions.hp@gmail.com', '', 'India', '', 'Required gate automation for 10 x10feet  gate and weight approx 800 kg ', '9418037111', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', '', '2019-09-04 05:23:36'),
(1636, 'Shabana Tabassum', 'shabana0731@gmail.com', '', 'India', '', '', '9877225286', '', 'Kolkata', '', 'Motorised Blinds,Motorised Blinds', 'Contact', '2019-09-06 05:41:44'),
(1637, 'Shabana Tabassum', 'shabana0731@gmail.com', '', 'India', '', '', '9877225286', '', 'Kolkata', '', 'Motorised Blinds,Motorised Blinds', 'Contact', '2019-09-06 05:41:58'),
(1638, 'Shabana Tabassum', 'shabana0731@gmail.com', '', 'India', '', '', '9877225286', '', 'Chandigarh', '', 'Motorised Blinds,Motorised Blinds', 'Contact', '2019-09-06 05:42:09'),
(1639, 'Shabana Tabassum', 'shabana0731@gmail.com', '', 'India', '', '', '9877225286', '', 'Chandigarh', '', 'Motorised Blinds,Motorised Blinds', 'Contact', '2019-09-06 05:42:22'),
(1640, 'S.P. Lodh', 'sp_lodh@yahoo.com', '', 'India', '', 'Remote lock for steel door', '9831014027', '', 'Kolkata', '', '', '', '2019-09-07 10:29:43'),
(1641, '??? ????? ', 'aliweka201250@gmail.com', '', 'Egypt', '', '', ' 2001145630636', '', '', '', 'uPVC Windows Welding machines', 'Product', '2019-09-08 14:10:55'),
(1642, 'Latesh', 'lateshkj@gmail.com', '', 'India', '', 'Looking for a boom barrier gate automation (10 feet). at the earliest.', '9900550607', '', 'Bengaluru', '', '', 'Contact', '2019-09-09 05:43:10'),
(1643, 'Latesh', 'lateshkj@gmail.com', '', 'India', '', 'Looking for a boom barrier gate automation (10 feet). at the earliest.', '9900550607', '', 'Bengaluru', '', '', 'Contact', '2019-09-09 05:43:23'),
(1644, 'Latesh', 'lateshkj@gmail.com', '', 'India', '', 'Looking for a boom barrier gate automation (10 feet). at the earliest.', '9900550607', '', 'Bengaluru', '', '', 'Contact', '2019-09-09 05:43:35'),
(1645, 'Latesh', 'lateshkj@gmail.com', '', 'India', '', 'Looking for a boom barrier gate automation (10 feet). at the earliest.', '9900550607', '', 'Bengaluru', '', '', 'Contact', '2019-09-09 05:43:47'),
(1646, 'Latesh', 'lateshkj@gmail.com', '', 'India', '', 'Looking for a boom barrier gate automation (10 feet). at the earliest.', '9900550607', '', 'Bengaluru', '', '', 'Contact', '2019-09-09 05:44:00'),
(1647, 'Shyam Gopal', 'shyamgopalsg@yahoo.com', '', 'India', '', 'We are evaluating new IP Video Intercom systems for our apartment complex please get your sales person to call me', '9811584488', '', 'Gurgaon', '', 'Video Door Phone (For  Apartments)', 'Product', '2019-09-10 08:11:11'),
(1648, 'Rahul Singh', 'rahulkrsingh0207@gmail.com', 'Ahmedabad', 'India', 'gujarat', '', '8279487315', '', 'ahmedabad', '', 'Auto Rolling Door High Speed PVC', 'Product', '2019-09-10 09:08:33'),
(1649, 'sanjeev mehta', 'sanjivimehta@gmail.com', '', 'India', '', 'boom barrier gate', '9898218263', '', 'Rajkot', '', 'parking solution boom barrier gate', 'Contact', '2019-09-10 14:10:25'),
(1650, 'sanjeev mehta', 'sanjivimehta@gmail.com', '', 'India', '', 'boom barrier gate', '9898218263', '', 'Rajkot', '', 'parking solution boom barrier gate', 'Contact', '2019-09-10 14:10:29'),
(1651, 'NIKHIL VAID', 'AKKIVAID02@GMAIL.COM', '', 'India', '', 'Please provide quotation for upvc fabrication plant with all portable machines', '9086194943', '', 'Jammu', '', 'undefined', 'Contact', '2019-09-11 01:42:09'),
(1652, 'Akarsh Nanda', 'akarshuiet@gmail.com', '', 'India', '', 'We want to know the detailed quotations of the RFID Product mentioned.', '8919186726', '', 'Chandigarh', '', 'Car Sticker Entrance System', 'Contact', '2019-09-11 23:04:43'),
(1653, 'Akarsh Nanda', 'akarshuiet@gmail.com', '', 'India', '', 'We want to know the detailed quotations of the RFID Product mentioned.', '8919186726', '', 'Chandigarh', '', 'Car Sticker Entrance System', 'Contact', '2019-09-11 23:04:47'),
(1654, 'M S shahul hameed', 'shahulhameed919@gmail.com', '', 'India', '', 'Hi sir I need smart shutter and window curtain with remote .thank  u ', '9443064017', '', 'Madurai', '', 'undefined', '', '2019-09-12 02:28:18'),
(1655, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:06:45'),
(1656, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:00'),
(1657, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:03'),
(1658, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:05'),
(1659, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:12'),
(1660, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:21'),
(1661, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:29'),
(1662, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:36'),
(1663, 'Ravi Chaute', 'purchase.kim@sumilon.com', '', 'India', '', '', '9228398379', '', 'Surat', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2019-09-14 05:07:39'),
(1664, 'Ravi Chaute', 'purchase.kim@sumilon.com', 'SUMILON INDUSTRIES LIMITED\nPlot No. 161, Navapara Patia, \nNear GEB Sub Station, Mota Borasara, Kim, Surat.\n394110. Gujarat, India. \n', 'India', 'Gujarat', 'Requirement of High Speed PVC Shutter with view panel', '9228398379', 'Sumilon Industries Limited', 'surat', '394110', 'Auto Rolling Door High Speed PVC', 'Product', '2019-09-14 05:38:28'),
(1665, 'yogesh singh', 'srs.sd_group@yahoo.in', '', 'India', '', 'electric door lock D88 a/s   100pc', '9811015031', '', 'Delhi', '', '', 'Contact', '2019-09-16 05:44:11'),
(1666, 'yogesh singh', 'srs.sd_group@yahoo.in', '', 'India', '', 'electric door lock D88 a/s   100pc', '9811015031', '', 'Delhi', '', '', 'Contact', '2019-09-16 05:44:14'),
(1667, 'Amit Singh', 'knock2amit@gmail.com', '', 'India', '', '', '9038085213', '', 'Kolkata', '', 'Boom Barriers SP BB 200(Fencing),Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB 100 6M4S LED,Boom Barriers SP BB 100 6M4S LED', 'Contact', '2019-09-16 05:56:38'),
(1668, 'Amit Singh', 'knock2amit@gmail.com', '', 'India', '', '', '9038085213', '', 'Kolkata', '', 'Boom Barriers SP BB 200(Fencing),Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB 100 6M4S LED,Boom Barriers SP BB 100 6M4S LED', 'Contact', '2019-09-16 05:56:41'),
(1669, 'Ankit Patel', 'ankitp@datetheramp.com', '', 'India', '', '', '9078937898', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2019-09-18 05:15:18'),
(1670, 'Ankit Patel', 'ankitp@datetheramp.com', '', 'India', '', '', '9078937898', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2019-09-18 05:15:21'),
(1671, 'Ankit Patel', 'ankitp@datetheramp.com', '', 'India', '', '', '9078937898', '', 'Bengaluru', '', 'Auto Sliding Sensor Door', 'Contact', '2019-09-18 05:15:24'),
(1672, 'Ankur Fatepuria', 'ankur.fatepuria@gmail.com', '', 'India', '', '', '9748376666', '', 'Kolkata', '', 'DC Servo Barriers SP BB 300 6 Meter 3~5 Sec Variable speed,DC Servo Barriers SP BB 300 6 Meter 3~5 Sec Variable speed,Biometric Attendance System,CCTV Camera,DIgital Video Recorder', 'Contact', '2019-09-18 09:48:29'),
(1673, 'Ankur Fatepuria', 'ankur.fatepuria@gmail.com', '', 'India', '', '', '9748376666', '', 'Kolkata', '', 'DC Servo Barriers SP BB 300 6 Meter 3~5 Sec Variable speed,DC Servo Barriers SP BB 300 6 Meter 3~5 Sec Variable speed,Biometric Attendance System,CCTV Camera,DIgital Video Recorder', 'Contact', '2019-09-18 09:48:33'),
(1674, 'Jagadeesh', 'staarjagadeesh@gmail.com', '', 'India', '', 'Gate automation ', '9629704444', '', 'Coimbatore', '', 'undefined', '', '2019-09-20 01:57:57'),
(1675, 'MUTHUKUMARAN', 'muthukumaran71989@gmail.com', '', 'India', '', 'i need window automation screen open for home.. we are automation company based on water level in erode...our customer required window\'s automation..so kindly send me quote for 2 window initially', '9788648923', '', 'Coimbatore', '', '', 'Contact', '2019-09-20 07:56:04'),
(1676, 'MUTHUKUMARAN', 'muthukumaran71989@gmail.com', '', 'India', '', 'i need window automation screen open for home.. we are automation company based on water level in erode...our customer required window\'s automation..so kindly send me quote for 2 window initially', '9788648923', '', 'Coimbatore', '', '', 'Contact', '2019-09-20 07:56:08'),
(1677, 'joji john', 'itsjoejohn@gmail.com', '', 'India', '', 'kindly provide details', '6261661393', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2019-09-20 09:58:23'),
(1678, 'joji john', 'itsjoejohn@gmail.com', '', 'India', '', 'kindly provide details', '6261661393', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2019-09-20 09:58:26'),
(1679, 'joji john', 'itsjoejohn@gmail.com', '', 'India', '', 'kindly provide details', '6261661393', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2019-09-20 09:58:28'),
(1680, 'Yashwant Rao', 'rao saheb@304.gmil', '', 'India', '', 'Upvc windows doors welding equipment', '9424934362', '', 'other', '', 'undefined', '', '2019-09-20 14:38:45'),
(1681, 'Piyush Agarwal', 'Piyush@cashlessbazar.com', '', 'India', '', 'Looking forward for rf id solutions', ' 919007008181', '', 'Kolkata', '', 'undefined', '', '2019-09-21 07:51:40'),
(1682, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2019-09-21 11:07:44'),
(1683, 'Nilesh gupta', 'nilusgupta@gmail.com', '', 'India', '', 'We want to integrate rfid system in our existing sliding main door of our society', '9824443648', '', 'Kolkata', '', 'undefined', '', '2019-09-25 00:45:27'),
(1684, 'Narayan Danak', 'narayan.danak@gmail.com', '', 'India', '', 'Need window opener', '8460804474', '', 'Ahmedabad', '', 'undefined', '', '2019-09-26 17:14:33'),
(1685, 'Ganesh Seth ', 'seth_ganesh@ymail.com', '', 'India', '', 'Please contact ', '9830313195', '', 'Kolkata', '', 'undefined', '', '2019-09-28 14:46:40'),
(1686, 'Raj', 'sakthivelan.sar@gmail.com', '', 'India', '', 'Hi, i am Glass interior company,\n I want need 4.2 metre automatic sliding door unit catalogue and prize list', '98849777444', '', 'Vizag', '', 'undefined', 'Contact', '2019-10-01 02:06:01'),
(1687, 'Raj', 'sakthivelan.sar@gmail.com', '', 'India', '', 'Hi, i am Glass interior company,\n I want need 4.2 metre automatic sliding door unit catalogue and prize list', '98849777444', '', 'Vizag', '', 'undefined', 'Contact', '2019-10-01 02:06:01'),
(1688, 'B S SABHARWAL', 'bssabharwal@keyelectricals.com', '', 'India', '', 'bg9x', '9830454853', '', 'Kolkata', '', 'Motorised Retractable Gates,Motorised Retractable Gates', '', '2019-10-03 13:06:01'),
(1689, 'Joseph Savarinayagam', 'write2joviboy@gmail.com', '', 'India', '', 'inner and outer cleaning machine required', '09940612162', '', 'Chennai', '', 'uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - ', 'Contact', '2019-10-04 14:32:11'),
(1690, 'Joseph Savarinayagam', 'write2joviboy@gmail.com', '', 'India', '', 'inner and outer cleaning machine required', '09940612162', '', 'Chennai', '', 'uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - ', 'Contact', '2019-10-04 14:32:15'),
(1691, 'alok katiyar', 'alok8271@gmail.com', '17 Anupam greens Sikandra bodla road near haarish nagar\nSikandra AGRA', '', 'UTTAR PRADESH', '', '9837606146', 'Dr. B R Ambedkar University Agra', 'AGRA', '282007', 'Turnstile - Vertical (Tripod)', 'Product', '2019-10-05 14:25:47'),
(1692, 'Muneer hussain', 'mmuneer253@gmail.com', '', 'India', '', 'Need quatation for portable Upvc machine', '9121194796', '', 'Hyderabad', '', 'undefined', '', '2019-10-06 16:20:27'),
(1693, 'ANSHUMAN SARKAR', 'asarkar@bengalbeverages.com', '', 'India', '', 'We want to install full glass body auto sliding doors at our Plant (Coca Cola Bottling Plant).', '9477144704', '', 'Kolkata', '', 'Auto Sliding Sensor Door', '', '2019-10-10 08:00:45'),
(1694, 'BIITS Engineer', 'biitsengineer@outlook.com', '', 'India', '', 'All Product Requirements ', '9727353480', '', 'Ahmedabad', '', '', '', '2019-10-12 06:18:22'),
(1695, 'Tariq ji', 'm.t.ansarigkp@gmail.com', '', 'India', '', 'Gate opener', '9889391800', '', 'Lucknow', '', 'undefined', '', '2019-10-15 07:07:13'),
(1696, 'stanzin  Rigdol', 'rigdols77@gmail.com', '', '', '', 'kindly send us your authorized dealer contact No or address  at Chandigarh.', '9906985185', 'M/S Rigdol Construction', '', '', 'Sliding Gate Motor SP SWG 800B', 'Product', '2019-10-15 14:11:27'),
(1697, 'TAPAS SAHA', 'tapas.saha02@gmail.com', '', 'India', '', 'I am looking for CCTV system for an apartment building G 5 for external entry surveillance to individual apartments mainly through mobile devices.  ', '9836094520', '', 'Kolkata', '', '', '', '2019-10-16 06:51:02'),
(1698, 'Ackeesh James', 'ackeesh@gmail.com', '', 'India', '', 'Vendor / dealer in Amritsar Punjab to contact in person', '08558874702', '', 'Amritsar', '', '', 'Contact', '2019-10-20 10:20:28'),
(1699, 'Ackeesh James', 'ackeesh@gmail.com', 'CP 6 New Amritsar Cantonment\nKhasa Cantt', 'India', 'PUNJAB', 'Require automation through issued RFID card. Need system to program and issue RFIDs aswell from own office.', '08558874702', 'Compound Security', 'AMRITSAR', '143001', 'P Type Swing Gate', 'Product', '2019-10-20 10:24:26'),
(1700, 'victoria ', 'arq.hidalgovictoria@gmail.com', '', 'Costa Rica', 'heredia ', '', '506 61210409', 'DSA', 'santa barbara', '', 'uPVC Windows Welding machines', 'Product', '2019-10-20 23:04:39'),
(1701, 'ramkumar', 'ibergconsulting@gmail.com', '', 'India', '', 'Please quote for 6Mtr Boom barrier withh RFID System with UHF Card(RFID Reader 5M and 12 Mtr).\n\nAlso sliding gate with 1.25 ton with RFID Reader.', '9847280186', '', 'Kochi', '', 'Boom Barrier and Automatic gate', 'Contact', '2019-10-23 10:54:25'),
(1702, 'ramkumar', 'ibergconsulting@gmail.com', '', 'India', '', 'Please quote for 6Mtr Boom barrier withh RFID System with UHF Card(RFID Reader 5M and 12 Mtr).\n\nAlso sliding gate with 1.25 ton with RFID Reader.', '9847280186', '', 'Kochi', '', 'Boom Barrier and Automatic gate', 'Contact', '2019-10-23 10:54:26'),
(1703, 'Nagendra', 'mnagendra38@gmail.com', '', 'India', '', 'Information ', '09164290353', '', 'Bengaluru', '', 'undefined', '', '2019-10-23 16:57:40'),
(1704, 'Saptarshi Sinha', 'saptarshi.sinha@progilitytech.com', '', 'India', '', '', '9830028062', '', 'Kolkata', '', 'Boom Barriers SP BB  100 6M4S', '', '2019-10-24 07:32:04'),
(1705, 'Resham', 'res.sureshut@live.com', '', 'Nepal', '', 'plz send me ur product price and detail I am talking for resell in nepal', '009779856045121', '', 'other', '', '', '', '2019-10-25 08:23:30'),
(1706, 'Dr Shirish Valsangkar', 'shirish.valsangkar@gmail.com', '158 C Railway Lines\nNear Sonamata High School', 'India', 'Maharashtra', '', '09823900112', 'S P Institute Of Neurosciences , Solapur', 'Solapur', '413001', 'PIR Motion Sensor (Wall mounted)', 'Product', '2019-10-28 09:18:12'),
(1707, 'AMARENDRA NATH SAHA', 'sahaamarendranath@gmail.com', '', 'India', '', 'Door Lock . Katwa Burdwan', '9143178286', '', 'Kolkata', '', 'undefined', 'Contact', '2019-10-29 09:24:44'),
(1708, 'AMARENDRA NATH SAHA', 'sahaamarendranath@gmail.com', '', 'India', '', 'Door Lock . Katwa Burdwan', '9143178286', '', 'Kolkata', '', 'undefined', 'Contact', '2019-10-29 09:24:47'),
(1709, 'AMARENDRA NATH SAHA', 'sahaamarendranath@gmail.com', '', 'India', '', 'Door Lock . Katwa Burdwan', '9143178286', '', 'Kolkata', '', 'undefined', 'Contact', '2019-10-29 09:24:49'),
(1710, 'AMARENDRA NATH SAHA', 'sahaamarendranath@gmail.com', '', 'India', '', 'Door Lock . Katwa Burdwan', '9143178286', '', 'Kolkata', '', 'undefined', 'Contact', '2019-10-29 09:24:51'),
(1711, 'Karthikeyan', 'camtech511@gmail.com', '', 'India', '', 'Need gate automation training', '9791965752', '', 'Coimbatore', '', 'undefined', '', '2019-10-29 15:41:53'),
(1712, 'Karthikeyan', 'camtech511@gmail.com', '', 'India', '', 'Need gate automation training', '9791965752', '', 'Coimbatore', '', 'undefined', '', '2019-10-30 06:32:01'),
(1713, 'Baba rice mill', 'babaricemill2015@gmail.com', '', 'India', '', 'Sliding gate auto open sistem', '9735095145', '', 'Kolkata', '', 'undefined', '', '2019-10-30 06:49:19'),
(1714, 'Abhishek', 'mailbox.kaiserworld@gmail.com', '', 'India', '', 'Hello, we are Lucknow  based dealer of electronic security goods. As i am receiving demands for gate automation and i have seen your products on some sites So i think  i should also start business with your brand.\nKindly Share your product details with pricing. It would be better if your representative visit our office in Lucknow.', '8299705220', '', 'Lucknow', '', 'Sliding Gate Motor SP SWG 800B', '', '2019-11-02 06:41:16'),
(1715, 'maher shalabi', 'maher.shalabi@gmx.com', '', 'Israel', '', 'interested in swing door ( turnstle) with built in\nbarcode tickets .', '0558827926', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2019-11-04 06:19:36'),
(1716, 'maher shalabi', 'maher.shalabi@gmx.com', '', 'Israel', '', 'interested in swing door ( turnstle) with built in\nbarcode tickets .', '0558827926', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2019-11-04 06:19:37'),
(1717, 'Rajib k poddar', 'mbfahad24@gmail.com', '', 'Bangladesh', '', 'Gate', ' 8801716321980', '', 'Kolkata', '', '', '', '2019-11-04 18:52:28'),
(1718, 'Manish', 'manishpj@gmail.com', '', 'India', '', 'I am interested in Video Door Phone 7\" Color with Memory', '9810154634', '', 'Delhi', '', 'Video Door Phone 7\" Color with Memory', '', '2019-11-06 10:54:31'),
(1719, 'Sagar', 'veerapanenis@gmail.com', '', 'India', '', '', ' 919490407170', '', 'Hyderabad', '', '', '', '2019-11-08 15:31:51'),
(1720, 'Sasikumar m', 'navarathnaapartment@gmail.com', 'F304,NAVARATHNA APARTMENT,VANJIPALAYAM PO, KANIYAMPOONDI', 'India', 'TAMIL NADU', '', '9688851115', 'Navarathna Apartment', 'TIRUPUR', '641663', 'Car Sticker Entrance System', 'Product', '2019-11-12 11:43:43'),
(1721, 'yaman gupta', 'yamansgupta@gmail.com', '', 'India', '', '', '9462397066', '', 'Jaipur', '', 'all ', '', '2019-11-13 05:07:56'),
(1722, 'vishwas goyal', 'vishwgoyal2@gmail.com', '', 'India', '', 'i WANT TO CONTACT WITH YOU FOR BUSINESS.', '9079256824', '', 'Jaipur', '', 'Home  Automation|Home Automation System|Smart Home,Revolving Sensor Door', '', '2019-11-13 05:25:01'),
(1723, 'Advocate Ganesh', 'gkulkarni2005@yahoo.com', '', 'India', 'Maharashtra ', 'I have roller blind of approx. 8*6.5 feet mounted on the granite sill of my French window. How much would it’s motor cost?', '9820132668', '', 'Mumbai ', '400056', 'Motorised Blinds', 'Product', '2019-11-14 02:11:01'),
(1724, 'SHISHIR Thakur', 'kalratrisecurity@gmail.co', '', 'India', '', 'I want  swing gate opening system', '9811328174', '', 'Delhi', '', 'undefined', '', '2019-11-15 05:09:27'),
(1725, 'Vijay Anand', 'agmplatina@gmail.com', '', 'India', '', 'Looking for Turnstiles or Flap Barriers for our office Automation', '8008611447', '', 'Hyderabad', '', 'Flap Barrier,Flap Barrier', 'Contact', '2019-11-15 08:48:42'),
(1726, 'Vijay Anand', 'agmplatina@gmail.com', '', 'India', '', 'Looking for Turnstiles or Flap Barriers for our office Automation', '8008611447', '', 'Hyderabad', '', 'Flap Barrier,Flap Barrier', 'Contact', '2019-11-15 08:48:46'),
(1727, 'Muhammad Qamar Aftab', 'fahed-glass@hotmail.com', 'Industrial Area street number 10 Al ain \nUnited Arab Emirates', 'United Arab Emirates', 'abudhabi', 'Qoutation with delivery charges ', '00971558226464', 'cool aluminium and glass ', 'al ain', '64957', 'uPVC Windows Welding machines', 'Product', '2019-11-17 16:48:42'),
(1728, 'Rajkumar', 'raj_primelink2005@yahoo.co.in', '', 'India', '', 'we need manjufacturing tools for our unit at coimbatore tamilnadu', '09843698463', '', 'Coimbatore', '', 'upvc manufacturing tools', '', '2019-11-18 06:35:35'),
(1729, 'Rajkumar', 'raj_primelink2005@yahoo.co.in', '', 'India', '', 'we need manufacturing tools for our unit at coimbatore tamilnadu', '09843698463', '', 'Coimbatore', '', 'upvc manufacturing tools', '', '2019-11-18 06:36:26'),
(1730, 'TARANDEEP SINGH', 'ACEWINDOOR655@GMAIL.COM', 'Village salempur. Hambran road LUDHIANA', 'India', 'Punjab', '', '09779286613', 'ACE WINDDOR ', 'ludhiana', '141008', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2019-11-18 07:42:02'),
(1731, 'Nandini ', 'nandini.dalmia@hotmail.com', '', 'India', 'West Bengal ', '', '9836627207', '', 'Kolkata ', '', 'Awnings', 'Product', '2019-11-20 03:43:10'),
(1732, 'Rajat', 'rajat@securedengineers.com', '', 'India', '', 'Need automatic roll up pvc sheet for shed entrence', '7888897817', '', 'Ludhiana', '', 'undefined', 'Contact', '2019-11-20 04:10:35'),
(1733, 'Rajat', 'rajat@securedengineers.com', '', 'India', '', 'Need automatic roll up pvc sheet for shed entrence', '7888897817', '', 'Ludhiana', '', 'undefined', 'Contact', '2019-11-20 04:10:37'),
(1734, 'Harshit varu', 'harshitvaru@gmail.com', '', 'India', '', 'Want to apply for sales job at odisha ', '9776339955 ', '', 'other', '', 'undefined', '', '2019-11-21 08:18:21'),
(1735, 'rajendra', 'rajendra.kumar4u@yahoo.com', '', 'India', '', 'I need to install boom barriers in my society. please contact me.', '9910401231', '', 'Gurgaon', '', '', 'Contact', '2019-11-21 09:04:52'),
(1736, 'rajendra', 'rajendra.kumar4u@yahoo.com', '', 'India', '', 'I need to install boom barriers in my society. please contact me.', '9910401231', '', 'Gurgaon', '', '', 'Contact', '2019-11-21 09:04:55'),
(1737, 'rajendra', 'rajendra.kumar4u@yahoo.com', '', 'India', '', 'I need to install boom barriers in my society. please contact me.', '9910401231', '', 'Gurgaon', '', '', 'Contact', '2019-11-21 09:04:57'),
(1738, 'mushthaq hussain', 'mushthaq@areenalamen.com', '', 'India', '', '', '00966539096959', '', 'Kolkata', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2019-11-21 11:43:42'),
(1739, 'mushthaq hussain', 'mushthaq@areenalamen.com', '', 'India', '', '', '00966539096959', '', 'Kolkata', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2019-11-21 11:43:44'),
(1740, 'praveen kumar', 'support@quantanics.in', '', 'India', 'Tamilnadu', '', '9952571040', '', 'Dindugul', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Product', '2019-11-22 11:20:35'),
(1741, 'MK Bajpai', 'mkbajpai01@gmail.com', 'Alaknanda Apartment \nSect-4 Gomtinagar Extesion\nLucknow', 'India', ' ', '', '9335255388', '', 'Lucknow', '', 'Car Sticker Entrance System', 'Product', '2019-11-24 12:35:04'),
(1742, 'ASHOK JAIN', 'ashokjaintezpur@gmail.com', '', 'India', '', '', '7002606977', '', 'other', '', '', 'Contact', '2019-11-25 13:14:21'),
(1743, 'ASHOK JAIN', 'ashokjaintezpur@gmail.com', '', 'India', '', '', '7002606977', '', 'other', '', '', 'Contact', '2019-11-25 13:14:24'),
(1744, 'ASHOK JAIN', 'ashokjaintezpur@gmail.com', '', 'India', '', '', '7002606977', '', 'other', '', '', 'Contact', '2019-11-25 13:14:26'),
(1745, 'drona', 'dronakatwaldk@gmail.com', '', 'Nepal', '', 'pls.contact me on whats app..i want to have business with u..i.need some upvc  machines and also want to work in the field of gate and door automation', ' 9779841560019', '', 'Kolkata', '', 'undefined', '', '2019-11-25 15:27:22'),
(1746, 'samer', 'Samer@InCoreCorp.com', '', 'Jordan', '', '', '962799445413', '', 'other', '', 'Motorised Retractable Gates', 'Contact', '2019-11-26 12:10:32'),
(1747, 'Rajesh', 'selvisteels@gmail.com', '', 'India', '', 'I need upvc corner cleaning tools', '9003321414', '', 'other', '', 'undefined', 'Contact', '2019-11-26 16:52:53'),
(1748, 'Rajesh', 'selvisteels@gmail.com', '', 'India', '', 'I need upvc corner cleaning tools', '9003321414', '', 'other', '', 'undefined', 'Contact', '2019-11-26 16:52:55'),
(1749, 'SURESH MISHRA', 'suresh_mishra67@yahoo.co.in', '', 'India', '', 'need sliding gate motor ', '09831176008', '', 'Kolkata', '', 'Sliding Gate Motor SP SWG 800B', '', '2019-11-29 06:36:29'),
(1750, 'MUANZA NSEYA CATHERINE', 'muanzac.mnc@gmail.com', '', 'France, Metropolitan', '', '', '0033603543757', '', 'Kolkata', '', '', '', '2019-11-29 09:21:11'),
(1751, 'HEMAL V PATEL', 'lunarhemal@gmail.com', 'A2901 Sumukh Residential Township\nVashi Falia, Near Halar Water Tank', 'India', 'Gujarat', '', '09979119191', 'Lunar Automations', 'Valsad', '396001', 'Boom Barriers SP BB 200(Fencing)', 'Product', '2019-11-29 14:23:29'),
(1752, 'Tarig ', 'tarigyounis42@gmail.com', '', 'Sudan', '', 'Kindly send to my end the color video doorphone user manual arabic version if that possible. Or video for installation step by step\nThanks in advance. \n\nTarig', '00249912266563', '', 'other', '', 'undefined', '', '2019-11-29 21:43:44'),
(1753, 'Rajan', 'rajanjgd@yahoo.co.in', '', 'India', '', 'Want to install vdp and lock at home let me know the availability, fitting and cost', '9419115839', '', 'Jammu', '', 'undefined', '', '2019-12-01 16:05:14'),
(1754, 'sanjay barik', 'mohanty_g@yahoo.com', 'arcon retreat, patia bhubaneswar', 'India', 'odisha', '', '9439046557', '', 'bhubaneswar', '751024', 'Boom Barriers SP BB  100 6M4S', 'Product', '2019-12-02 08:10:22'),
(1755, 'Ram Prasad', 'srivindhyaprojects@gmail.com', '', 'India', '', 'Would you please send us more details regarding UPVC kit like welding,waterslot and cleaning machines specifications and rate at an earliest.\nWith regards', '8309348228', '', 'Vizag', '', 'undefined', '', '2019-12-03 08:39:09'),
(1756, '9943900900', 'darshanooty@gmail.com', '', 'India', '', '', '9943900900', '', 'Coimbatore', '', 'undefined', '', '2019-12-03 10:13:20'),
(1757, 'DHARAMBIR SINGH', 'dharambirsingh01@ntpc.co.in', '', 'India', '', '', '09650991778', '', 'Noida', '', '', 'Contact', '2019-12-07 04:49:53'),
(1758, 'DEBASHIS SHOME', 'ds010760@gmail.com', '', 'India', '', '', '9330927278', '', 'Kolkata', '', '', 'Contact', '2019-12-11 05:39:26'),
(1759, 'Shivaji', 'ssinc.inf@gmail.com', '', 'India', '', 'Info required for automatic remote gate in commercial place.', '9513206892', '', 'Bhubaneswar', '', 'undefined', '', '2019-12-11 12:45:45'),
(1760, 'Anil Basnet', 'basneta4@gmail.com', '', 'Nepal', '', 'Sir, I need a UPVC Door and window making machine.\nCould you please send me your catalogue of machinery set and its price.\nCapacity :-\n20 windows or doors per day. ', ' 9779857028694', '', 'Kolkata', '', 'undefined', '', '2019-12-12 08:51:48'),
(1761, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:38:56'),
(1762, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:38:59'),
(1763, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:01'),
(1764, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:02'),
(1765, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:04'),
(1766, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:06'),
(1767, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:08'),
(1768, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:10'),
(1769, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:12'),
(1770, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:14'),
(1771, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:16'),
(1772, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:18'),
(1773, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:20'),
(1774, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:22'),
(1775, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:24'),
(1776, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:26'),
(1777, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:28'),
(1778, 'pradeep', 'pradeepimliya9617@gmail.com', '', 'India', '', 'Automatic glass doors', '9109260151', '', 'Indore', '', 'Auto Sliding Sensor Door', 'Contact', '2019-12-15 04:39:30'),
(1779, 'Mohd Zeeshan ', 'elegant_interiors@ymail.com', 'Noorpur ', 'India', 'Up', 'Upvc window mfg tools', '9759614880', 'Elegant Interiors', 'Noorpur ', '246734', 'uPVC Windows Welding machines', 'Product', '2019-12-15 13:25:00'),
(1780, 'Vera sangita Baxla', 'verasangitabaxla@ntpc.co.in', 'NTPC Barh, PO Barh, Dist. patna, Bihar-803215', 'India', 'Bihar', 'Looking for RFID entrance system in township of NTPC Barh for security. ', '9470197249', 'NTPC Ltd, Barh', 'Barh', '803215', 'Car Sticker Entrance System', 'Product', '2019-12-15 14:52:37'),
(1781, '8319706535', 'abhaspatni01@gmail.com', 'Khilora raipur cg ', 'India', 'Chhatisgarh', 'Enquiry', '8319706535', 'Jyoti industries', 'Raipur', '492001', 'Car Sticker Entrance System', 'Product', '2019-12-16 06:43:33'),
(1782, 'V THIYAGHU', 'sggbanu@gmail.com', '', 'India', '', 'Require sliding gate motor kit.\nIt is to be used for Collapsible tarpaulin canopy in semi trailer.\nFor further detail, Please revert to sggbanu@gmail.com', '91-8675033186', '', 'Chennai', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2019-12-18 03:55:51'),
(1783, 'ANANJAN ROY', 'ananjan.roy@otpcindia.in', 'Palatana, Udaipur, Tripura', 'India', 'Tripura', 'We, OTPC (ONGC Tripura power company Limited) are running a mega power project (726.6 MW) at Tripura. We have one defected automatic sliding glass door (Picture attached) in one of our building. We want to that repair/replace that door on urgent basis. Looking for support from your end by both materials ', '8787301855', 'ONGC Tripura Power Company Limited', 'Udaipur', '799105', 'Auto Sliding Sensor Door', 'Product', '2019-12-20 07:42:07'),
(1784, 'preeti gupta', 'preeti888gpt@gmail.com', '', 'India', '', 'door video lock is not working ', '9831088806', '', 'Kolkata', '', 'undefined', '', '2019-12-21 09:01:13'),
(1785, 'Gopal Upadhyay', 'gopal.upadhyay@gmail.com', '', 'India', 'Delhi', '', '9840502222', 'RWA, HOUSING SOCIETY', 'Dwarka Delhi', '110075', 'Car Sticker Entrance System', 'Product', '2019-12-24 04:47:56'),
(1786, 'Dilip Kumar khemka', 'annapurnastone@gmail.com', 'Vill:Talbandh PO:N.Jagatpur DT:Birbhum ,West Bengal India', 'India', 'West bengal', '', '9732292403', 'Annapurna stone industries pvt ltd', 'Suri', '731132', 'Motorised Retractable Gates', 'Product', '2019-12-24 07:11:40'),
(1787, 'Bgollaraju ', 'gollarajubotu@gmail.com', '', 'India', '', 'U PVC windows, doors,macking power tools  we want total tools ', '9666555129', '', 'Vizag', '', 'undefined', '', '2019-12-24 07:59:55'),
(1788, 'Prakash.g', 'gpsagency.erd@gmail.com', '', 'India', '', 'We want u pvc machine', '9842849119', '', 'Coimbatore', '', 'undefined', '', '2019-12-24 09:02:41'),
(1789, 'Db ghosh', 'dbew20@gmail.com', '', 'India', 'west bengal', '', '9830058878', '', 'Howrah', '711101', 'Video Door Phone 7\" Color with Memory', 'Product', '2019-12-25 11:53:22'),
(1790, 'dbghosh', 'dbew20@gmail.com', '', 'India', '', '', '9830058878', '', 'Kolkata', '', 'Video Door Phone 7\" Color with Memory', '', '2019-12-25 11:57:41'),
(1791, 'ASHWANI JAIN', 'ashwani@resonance.ac.in', '', 'India', '', 'Qty approx 100 ', '9352890592', '', 'Kota', '', 'RFID Access Control', '', '2019-12-27 09:36:25'),
(1792, 'Dhiraj Parmar', 'PARMAR.DHIRAJ@GMAIL.COM', '\nSHUKRAWAR PETH\nSubhash Nagar Lane 2\nPun', 'India', 'Maharashtra', '', '09673321336', '', 'Pune City', '411002', 'Video Door Phone (For  Apartments)', 'Product', '2020-01-02 14:07:15'),
(1793, 'Dhanesh Ns', 'dhaneshns228@gmail.com', '', 'India', '', 'Swing gate opener', '09656747883', '', 'Kozhikode', '', 'undefined', '', '2020-01-02 14:59:21'),
(1794, 'Dhanesh Ns', 'dhaneshns228@gmail.com', '', 'India', '', 'I am a security system installar\nPlease provide the sales cont.info', '09656747883', '', 'Kozhikode', '', 'undefined', 'Contact', '2020-01-02 15:06:25'),
(1795, 'Dhanesh Ns', 'dhaneshns228@gmail.com', '', 'India', '', 'I am a security system installar\nPlease provide the sales cont.info', '09656747883', '', 'Kozhikode', '', 'undefined', 'Contact', '2020-01-02 15:06:26'),
(1796, 'Mohammad Arshad Ali', 'mdarshad49@yahoo.com', 'village  post Adsar district - jamui pin code no - 811307\nstate Bihar ', 'India', 'Bihar', 'full sliding gate with automatic open and close system required ', '6290253348', 'Home use', 'jamui', '811307', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-01-03 04:31:49'),
(1797, 'Lucy', 'lucy@rfidsmartag.com', '', 'China', '', 'Dear Sir\nThis is Lucy from Shenzhen Smartag Technology Co., Ltd. \nWe specialize in this field over 10 years, with the strength of smart cards,\nelectronic labels, reader equipment and other RFID products engaged in the research\nof RFID technology and products, with durable quality and competitive price.\nwww.rfidsmartag.com .\n\nOur capacity: tags 5000K/month, smart card 5000K/month, PVC inlay 10000K/month.\nAs a direct factory we can help you save much cost while control good quality for you.\nCould we build a good relationship with your esteemed company just start from your RFQ?\n\nPls contact us let we send our product catalogue to you.\n\nBest regards,', '13534074013', '', 'Kolkata', '', '', 'Contact', '2020-01-03 08:49:31'),
(1798, 'Lucy', 'lucy@rfidsmartag.com', '', 'China', '', 'Dear Sir\nThis is Lucy from Shenzhen Smartag Technology Co., Ltd. \nWe specialize in this field over 10 years, with the strength of smart cards,\nelectronic labels, reader equipment and other RFID products engaged in the research\nof RFID technology and products, with durable quality and competitive price.\nwww.rfidsmartag.com .\n\nOur capacity: tags 5000K/month, smart card 5000K/month, PVC inlay 10000K/month.\nAs a direct factory we can help you save much cost while control good quality for you.\nCould we build a good relationship with your esteemed company just start from your RFQ?\n\nPls contact us let we send our product catalogue to you.\n\nBest regards,', '13534074013', '', 'Kolkata', '', '', 'Contact', '2020-01-03 08:49:31'),
(1799, 'Ahmed Hossain ', 'digitalahmed@gmail.com', 'PLOT#33,ROAD#1,BLOCK-C', 'Bangladesh', 'DHAKA', 'Need a price for H 5 feet L 20 feet', ' 8801713141643', 'Asa tech Ltd', 'DHAKA UDDAN,MOHAMMADPUR', '1207', 'Motorised Retractable Gates', 'Product', '2020-01-04 06:50:19'),
(1800, 'Gopal Upadhyay', 'gopal.upadhyay@gmail.com', '', 'India', '', 'Wished your Delhi representative give us a call to understand the need.', '9840502222', '', 'Delhi', '', 'Car Sticker Entrance System,Car Sticker Entrance System,Car Sticker Entrance System', '', '2020-01-06 04:45:52'),
(1801, 'vj', 'vijay.dinkar40@gmail.com', '', 'India', '', '', '8855946038', '', 'Patna', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', '', '2020-01-08 06:32:41'),
(1802, 'Karan sharma', 'jatishseth@gmail.com', '', 'India', '', '', '9830090039', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2020-01-08 12:34:41'),
(1803, 'Karan sharma', 'jatishseth@gmail.com', '', 'India', '', '', '9830090039', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2020-01-08 12:34:44'),
(1804, 'Karan sharma', 'jatishseth@gmail.com', '', 'India', '', '', '9830090039', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2020-01-08 12:34:46'),
(1805, 'Karan sharma', 'jatishseth@gmail.com', '', 'India', '', '', '9830090039', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2020-01-08 12:34:48'),
(1806, 'Balraj ', 'balrajs761@gmail.com', '', 'India', '', 'Automation gate door ', '9803327458', '', 'Kolkata', '', 'undefined', '', '2020-01-17 07:30:40'),
(1807, 'Eric Miller', 'efdmiller@gmail.com', '616 E Maxlow Ave', 'United States', 'MI', 'Hello, how much would a single card dispenser and shipping be to Detroit MI, USA?\n', '7342232256', 'Quixotic Productions', 'Hazel Park', '48030', 'Card Dispenser', 'Product', '2020-01-19 23:42:17'),
(1808, 'Stephen ', 'stevappan986@gmail.com', 'Hbr layout ', 'India', 'Karnataka ', '', '7975747072', 'Ammas aluminium', 'Bangalore ', '560045', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2020-01-22 07:57:52'),
(1809, 'Shereef', 'abuaaysh@gmail', '29 post office street\n', 'India', 'Tamilnadu ', 'Upvc welding machine ', '7845504550', 'Aaysh Engineering ', 'Tanjaour', '614 702', 'uPVC Windows Welding machines - Right', 'Product', '2020-01-22 12:22:36'),
(1810, 'Manish khatik', 'mkhatik370@gmail.com', '', 'India', '', '', '6290597487', '', 'Kolkata', '', 'undefined', '', '2020-01-25 05:36:26'),
(1811, 'Gopi', 'kpr.oxgen@gmail.com', '', 'India', '', 'Send all details', '7286086712', '', 'Hyderabad', '', 'undefined', '', '2020-01-27 06:04:41'),
(1812, 'Unnikrishnan', 'unnikrishnan.puthuparambil@gmail.com', 'Sector 14, Sanpada (E), Navi Mumbai', 'India', 'Maharashtra', 'Supply and installation of RFID barrier for cars', '9820158262', 'Bhumiraj Manor Co.Op Hsg. Soc. Ltd', 'Navi Mumbai', '400705', 'Car Sticker Entrance System', 'Product', '2020-01-28 11:04:09'),
(1813, 'M. Javed', 'javeddd20002@yahoo.co.in', '1/56-D, Lalita Park', '', '', '', '09811290786', '', 'Lax', '110092', 'Sliding Gate Motor SP SWG  2500B', 'Product', '2020-02-03 15:50:44'),
(1814, 'Devendra singh', 'pratap.devendra0079@gmail.com', '', 'India', '', 'Maine gate', '7054199999', '', 'Lucknow', '', 'undefined', '', '2020-02-05 16:18:01'),
(1815, 'cvd', 'fg@gmail.com', '', 'India', '', '', '34234234234234', '', 'Kolkata', '', 'dfrvrg', '', '2020-02-12 14:34:13'),
(1816, 'dhrubajyoti basak', 'dbasak1977@gmail.com', '', 'India', '', 'Duplicate product supplied with low grade quality at greenwood elements , new town kolkata', '9830937833', '', 'Kolkata', '', 'undefined', '', '2020-02-13 02:39:49'),
(1817, 'JEYAMURUGAN S', 'sathyamelectronicspdy@gmail.com', '', 'India', '', 'business city and live place pondicherry', '9944385814', '', 'Chennai', '', 'Auto Sliding Sensor Door', 'Contact', '2020-02-13 15:40:43'),
(1818, 'JEYAMURUGAN S', 'sathyamelectronicspdy@gmail.com', '', 'India', '', 'business city and live place pondicherry', '9944385814', '', 'Chennai', '', 'Auto Sliding Sensor Door', 'Contact', '2020-02-13 15:40:47'),
(1819, 'Binoy', 'info@sopanamsolutions.com', '', 'India', 'Kerala', '', '9868676226', 'Sopanam IT Solutions', 'Kannur', '670511', 'Auto Sliding Sensor Door', 'Product', '2020-02-14 08:43:27'),
(1820, 'Sunilpoddar ', 'sunilpoddar151313@gmail.com', '', 'India', '', 'Call me', '6203407007', '', 'other', '', 'undefined', '', '2020-02-16 10:39:14'),
(1821, 'Sunilpoddar ', 'sunilpoddar151313@gmail.com', '', 'India', '', 'Call me', '6203407007', '', 'other', '', 'undefined', '', '2020-02-16 10:39:17'),
(1822, 'Nakul Shetty', 'nakul.shetty@manipal.edu', '', '', '', '', '9845258635', 'Manipal Academy of Higher Education', '', '', 'Car Sticker Entrance System', 'Product', '2020-02-17 05:40:36'),
(1823, 'Pavan Murty', 'sales@snithya.com', '', 'India', '', 'Requirement of gate automation and parking solutions', '09975748839', '', 'Nagpur', '', 'Auto Sliding Sensor Door,Swing Door Motor,Revolving Sensor Door,Sliding Gate Motor SP SWG 800B,Swing Gate Motor SP SWG  350 (Arm),Turnstile - Vertical (Tripod),Turnstile - Bridge (Tripod),Turnstile (Full Height),Flap Barrier,P Type Swing Gate,Boom Barrier', 'Contact', '2020-02-17 06:04:29'),
(1824, 'Pavan Murty', 'sales@snithya.com', '', 'India', '', 'Requirement of gate automation and parking solutions', '09975748839', '', 'Nagpur', '', 'Auto Sliding Sensor Door,Swing Door Motor,Revolving Sensor Door,Sliding Gate Motor SP SWG 800B,Swing Gate Motor SP SWG  350 (Arm),Turnstile - Vertical (Tripod),Turnstile - Bridge (Tripod),Turnstile (Full Height),Flap Barrier,P Type Swing Gate,Boom Barrier', 'Contact', '2020-02-17 06:04:37'),
(1825, 'Aditya Patel', 'smalltownsoft@gmail.com', '', 'India', 'MP', '', '8349242423', '', 'Mandla', '481661', 'Car Sticker Entrance System', 'Product', '2020-02-17 14:20:41'),
(1826, 'Dayanand Manohar Shelke', 'shreeganeshglass4211@gmail.com', 'Hadapsr', 'India', 'Maharashtra', 'DAYA ', '9834657759', 'Shree Ganesh glass and Aluminium Work', 'Pune', '411028', 'uPVC Windows Welding machines - Right', 'Product', '2020-02-17 15:42:17'),
(1827, 'aslam', 'ibm_bashar@yahoo.com', '', 'India', '', '', '9094013624', '', 'Chennai', '', 'Hotel Lock Management,Remote Door Lock', 'Contact', '2020-02-17 15:58:27'),
(1828, 'aslam', 'ibm_bashar@yahoo.com', '', 'India', '', '', '9094013624', '', 'Chennai', '', 'Hotel Lock Management,Remote Door Lock', 'Contact', '2020-02-17 15:58:30'),
(1829, 'Sagar Kamble', 'latticeenterprises@gmail.com', '', 'India', '', '', '8605004054', '', 'Mumbai', '', 'Parking Fee Management System (Wired),Parking Fee Management System (Wired)', 'Contact', '2020-02-18 05:44:09'),
(1830, 'ROHIT JAIN', 'rohit.j@viscoindia.com', '', 'India', '', '', '7455004420', '', 'Dehradun', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2020-02-19 10:15:26'),
(1831, 'ROHIT JAIN', 'rohit.j@viscoindia.com', '', 'India', '', '', '7455004420', '', 'Dehradun', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2020-02-19 10:15:28'),
(1832, 'braj', 'brajk50@gmail.com', 'kanpur', 'India', 'uttar pradesh', '', '8736997748', 'msspl', 'kanpur', '208011', 'Biometric Attendance System', 'Product', '2020-02-19 11:37:43'),
(1833, 'Hruaia', 'htluanga@gmail.com', 'Zoram Computer Clinic. Chanmari Ramhlun Road, Opp. IDBI Bank', 'India', 'Mizoram', '', '9436190110', '', 'Aizawl', '796007', 'uPVC Windows outer Corner cleaning tools - Electric', 'Product', '2020-02-19 16:04:05'),
(1834, 'Palpandi ', 'KarthikeyankarthiKeyan06366@gmail.com', '  7/42  palpandi (s/o)poongavanam  nallattipalayam  (po) kinaththukatavu  (tk)', 'India', 'Tamil nadu ', '', '9443671235', 'Vinayaka wood oorks', 'Coimbatore ', '642109', 'uPVC Windows Welding machines - Right', 'Product', '2020-02-20 02:42:47'),
(1835, 'MEHUL', 'MEHULJAIN0298@GMAIL.COM', '', 'India', '', '', '9669209900', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2020-02-22 07:28:58'),
(1836, 'MEHUL', 'MEHULJAIN0298@GMAIL.COM', '', 'India', '', '', '9669209900', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2020-02-22 07:29:01'),
(1837, 'MEHUL', 'MEHULJAIN0298@GMAIL.COM', '', 'India', '', '', '9669209900', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2020-02-22 07:29:03'),
(1838, 'MEHUL', 'MEHULJAIN0298@GMAIL.COM', '', 'India', '', '', '9669209900', '', 'Kolkata', '', 'Motorised Retractable Gates', 'Contact', '2020-02-22 07:29:06'),
(1839, 'sidharth', 'sidzen007@gmail.com', 'haryana conductor pvt ltd,17th mile stone ,G.T Road ,Kundli', 'India', 'sonipat', 'Need 10ft by 15ft human sensor doors', '9997700007', 'HCPL', 'haryana', '131028', 'Auto Rolling Door High Speed PVC', 'Product', '2020-02-22 11:24:46'),
(1840, 'Narendra dahake', 'narku15@gmail.com', 'Chandangaon chhindwara mp', 'India', 'Mp', 'Clint house gate', '9424961545', 'Self', 'Chhindwara', '480001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-02-22 14:11:45'),
(1841, 'Himanshu Dahake', 'kookyhimu9981@gmail.com', '', 'India', '', '', '8109007336', '', 'Indore', '', 'undefined', '', '2020-02-22 15:34:07');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(1842, 'Prabhu', 'prabhucse17@gmail.com', '', 'India', '', 'RF ID based gate security', '9080094941', '', 'Chennai', '', 'undefined', '', '2020-02-22 16:18:20'),
(1843, 'Jitendra ', 'jk8022@gmail.com', '', 'India', '', 'Req telescopic gate for petrol pump', '9334115999', '', 'Kolkata', '', 'undefined', '', '2020-02-23 16:31:22'),
(1844, 'Jitendra ', 'jk8022@gmail.com', '', 'India', '', 'Req telescopic gate for petrol pump', '9334115999', '', 'Kolkata', '', 'undefined', '', '2020-02-23 16:31:26'),
(1845, 'Jitendra ', 'jk8022@gmail.com', '', 'India', '', 'Req telescopic gate for petrol pump', '9334115999', '', 'Kolkata', '', 'undefined', '', '2020-02-23 16:31:28'),
(1846, 'Showkath', 'showtimeali@gmail.com', '', 'India', '', 'I need a two set automatic gate for my residential school,', '9544177179', '', 'Kozhikode', '', 'undefined', '', '2020-02-24 02:30:47'),
(1847, 'Raj Kapish Gupta', 'guptarajkapish@gmail.com', 'O P Jindal University, Punjipathra, Distt - Raigarh, Chhattisgarh, India', 'India', 'Chhattisgarh', 'Want to know the price of the product, we have a swing gate of around 100 kg.', '9340929378', 'O P Jindal University, Raigarh', 'Raigarh', '496001', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2020-02-25 05:25:09'),
(1848, 'ms ravi', 'msravi1956@gmail.com', '32 gangadhar chetty street,  RBANMS main ground\n', 'India', 'karnataka', '', '9448194109', 'karnataka institute of cricket', 'bangalore', '560042', 'Flap Barrier', 'Product', '2020-02-25 11:50:20'),
(1849, 'Hashmat', 'hash992@gmail.com', 's/o Col Shaukat Ali, 346 Kanjadas Pur\nAir force gate', 'India', 'Uttar Pradesh', '', '09267171786', '', 'Bareilly', '243122', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-02-26 17:08:10'),
(1850, 'Pranay Jaiswal', 'pranayjaiswal77@gmail.com', '', 'India', '', '', '09595837297', '', 'Mumbai', '', 'undefined', '', '2020-02-27 16:49:06'),
(1851, 'manish Kumar Sonar', 'manish.k.sonar@opprss.com', '', 'India', '', 'Looking for boom barrier', '8095609383', '', 'Kolkata', '', '', 'Contact', '2020-03-01 08:36:49'),
(1852, 'manish Kumar Sonar', 'manish.k.sonar@opprss.com', '', 'India', '', 'Looking for boom barrier', '8095609383', '', 'Kolkata', '', '', 'Contact', '2020-03-01 08:37:53'),
(1853, 'manish Kumar Sonar', 'manish.k.sonar@opprss.com', '', 'India', '', 'Looking for boom barrier', '8095609383', '', 'Kolkata', '', '', 'Contact', '2020-03-01 08:38:56'),
(1854, 'B ANAND', 'multibytetech@gmail.com', 'PLOT NO. A/15, TSIIC INDUSTRIAL ESTATE, BEHIND SUPER GAS FILLING STATION, MOULA-ALI, HYDERABAD', 'India', 'Telangana', '', '09849179227', 'MULTIBYTE TECHNOLOGIES', 'Hyderabad', '500040', 'Turnstile - Vertical (Tripod)', 'Product', '2020-03-01 11:42:14'),
(1855, 'Moses Akpokona', 'info@amotropical.com', '', 'Nigeria', '', 'Please kindly help with details for toll gate barriers rugged and efficient in duty.\nSpecifications required are as follows:\nHighway toll system for inward and outward 2 lane each\n\n1. Dispense ticket at the toll point\n2. Tag recognition to operate barrier for those who have paid for a month, 2 months, etc\n3. Incorporation if cctv cameras\n4. Different tariff for cars, sedan, suv, lorry, trucks, busses etc\n5. Number of vehicles that gain access per day to months\nAccounting software to give a total amount collected at the end of the day with password for management only to access.\n6. Remove monitoring of operation via internet\n7. Manual override in case of emergency.\n8. Systems should carry 4 TB HDD\nWith high memory for good storage.\n And any other relevant features.\nPlease treat as urgent as possible.\n\nThanks and regards.\n\nMoses Akpokona', '2348038393206', '', 'Lucknow', '', 'Highway Toll Management System,Highway Toll Management System,Highway Toll Management System,Highway Toll Management System', 'Contact', '2020-03-05 21:13:05'),
(1856, 'Moses Akpokona', 'info@amotropical.com', '', 'Nigeria', '', 'Please kindly help with details for toll gate barriers rugged and efficient in duty.\nSpecifications required are as follows:\nHighway toll system for inward and outward 2 lane each\n\n1. Dispense ticket at the toll point\n2. Tag recognition to operate barrier for those who have paid for a month, 2 months, etc\n3. Incorporation if cctv cameras\n4. Different tariff for cars, sedan, suv, lorry, trucks, busses etc\n5. Number of vehicles that gain access per day to months\nAccounting software to give a total amount collected at the end of the day with password for management only to access.\n6. Remove monitoring of operation via internet\n7. Manual override in case of emergency.\n8. Systems should carry 4 TB HDD\nWith high memory for good storage.\n And any other relevant features.\nPlease treat as urgent as possible.\n\nThanks and regards.\n\nMoses Akpokona', '2348038393206', '', 'Lucknow', '', 'Highway Toll Management System,Highway Toll Management System,Highway Toll Management System,Highway Toll Management System', 'Contact', '2020-03-05 21:13:05'),
(1857, 'Malobika Das', 'malobikadass1992@gmail.com', '', 'India', '', '', '7980215569', '', 'Kolkata', '', 'undefined', '', '2020-03-06 06:30:36'),
(1858, 'Jacinta', 'jloko@kaps.co.ke', '', 'Kenya', '', 'REQUEST FOR QUOTATION', '254727989193', '', 'other', '', 'Vehicle Loop Detector,Card Dispenser,Card Receiver,Token Dispenser', 'Contact', '2020-03-06 08:02:54'),
(1859, 'Jacinta', 'jloko@kaps.co.ke', '', 'Kenya', '', 'REQUEST FOR QUOTATION', '254727989193', '', 'other', '', 'Vehicle Loop Detector,Card Dispenser,Card Receiver,Token Dispenser', 'Contact', '2020-03-06 08:02:57'),
(1860, 'Sanjay kumar', 'sanz007ss@gmail.com', 'Raj complex, dhanbad', 'India', 'Jharkhand ', '', '8102551575', 'Wireframe interiors ', 'Dhanbad ', '826001', 'uPVC Windows Welding machines - Right', 'Product', '2020-03-07 06:55:02'),
(1861, 'Karan', 'karanboochra@gmail.com', 'Bangalore', 'India', 'Karnataka', '', '9740310966', '', 'Bangalore', '', 'Auto Sliding Sensor Door', 'Product', '2020-03-07 09:53:00'),
(1862, 'Yash Sethiya', 'laysstogether@gmail.com', '', 'India', 'West Bengal', 'I want a window automation system for my sliding window? horizontal. do you have any product which can help in that?', '8337071817', '', 'Kolkata', '', 'Motorised Curtains', 'Product', '2020-03-08 13:15:09'),
(1863, 'Kiran', 'karanvsb@gmail.com', 'Hyderabad', 'India', '', 'Looking for motor wali awning for open area under sun - 25 feet x 15 feet.  Is it possible and what is rate for  complete unit and install.   Is unit sun and rust resistant for how many years  in open ?\n\nAlso interested in window curtain motorization.  Please share details ', '8008722442', 'home roof', '', '', 'Awnings', 'Product', '2020-03-09 19:23:30'),
(1864, 'BISWAJIT CHAUDHURI', 'biswajitchaudhuri1959@gmail.com', '', 'India', '', '', '9903366336', '', 'Kolkata', '', '', 'Contact', '2020-03-11 12:46:42'),
(1865, 'BISWAJIT CHAUDHURI', 'biswajitchaudhuri1959@gmail.com', '', 'India', '', 'please send some one to my site (DD124 STREET NO 269 NEW TOWN )', '9903366336', '', 'Kolkata', '', '', 'Contact', '2020-03-11 12:48:07'),
(1866, 'Raj ronald ', 'ronaldroni1990@gmail.com', '', 'India', '', 'Looking for resident  main gate remote lock kindly give me a details ', '9738451530', '', 'Bengaluru', '', 'undefined', '', '2020-03-15 04:06:12'),
(1867, 'Raj ronald ', 'ronaldroni1990@gmail.com', '', 'India', '', 'Looking for resident  main gate remote lock kindly give me a details ', '9738451530', '', 'Bengaluru', '', 'undefined', '', '2020-03-15 04:06:18'),
(1868, 'Raj ronald ', 'ronaldroni1990@gmail.com', '', 'India', '', 'Looking for resident  main gate remote lock kindly give me a details ', '9738451530', '', 'Bengaluru', '', 'undefined', '', '2020-03-15 04:06:23'),
(1869, 'V.R.Suresh', 'vrsureshcbe@gmail.com', '', 'India', '', 'Intrested ,ineed some work please contact', '9500502426', '', 'Kolkata', '', 'undefined', 'Contact', '2020-03-16 17:17:05'),
(1870, 'V.R.Suresh', 'vrsureshcbe@gmail.com', '', 'India', '', 'Intrested ,ineed some work please contact', '9500502426', '', 'Kolkata', '', 'undefined', 'Contact', '2020-03-16 17:17:08'),
(1871, 'V.R.Suresh', 'vrsureshcbe@gmail.com', '', 'India', '', 'Intrested ,i need some work please contact', '9500502426', '', 'Kolkata', '', 'undefined', 'Contact', '2020-03-16 17:18:50'),
(1872, 'V.R.Suresh', 'vrsureshcbe@gmail.com', '', 'India', '', 'Intrested ,i need some work please contact', '9500502426', '', 'Kolkata', '', 'undefined', 'Contact', '2020-03-16 17:18:53'),
(1873, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:02:50'),
(1874, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:02:58'),
(1875, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:01'),
(1876, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:03'),
(1877, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:05'),
(1878, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:08'),
(1879, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:10'),
(1880, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:13'),
(1881, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:15'),
(1882, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:23'),
(1883, 'ravikumar', 'tallyknowhow@gmail.com', '', 'India', '', 'i need full details of ypur products through catalogue or broucher.i am already running it', '9846709226', '', 'Kozhikode', '', '', 'Contact', '2020-03-18 09:03:31'),
(1884, 'Licha Bida', 'bidalicha@gmail.com', '', 'India', '', '', '9436869967', '', 'other', '', 'Car Sticker Entrance System', 'Contact', '2020-03-19 06:18:13'),
(1885, 'Licha Bida', 'bidalicha@gmail.com', '', 'India', '', '', '9436869967', '', 'other', '', 'Car Sticker Entrance System', 'Contact', '2020-03-19 06:18:16'),
(1886, 'Thirumurugan', 'talk2thirumurugan@gmail.com', '', 'India', '', 'We need gate for home with automation', '9840374087', '', 'Chennai', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2020-03-21 09:28:19'),
(1887, 'Thirumurugan', 'talk2thirumurugan@gmail.com', '', 'India', '', 'We need gate for home with automation', '9840374087', '', 'Chennai', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2020-03-21 09:28:33'),
(1888, 'ashish shetti', 'loginsystemsjsp@gmail.com', '', 'India', '', 'login systems is the growing security compny. we are intersted in your products kindly contsct us ', '7057517311', '', 'other', '', 'undefined', '', '2020-03-22 05:29:47'),
(1889, 'Shereef', 'abuaaysh@gmail', '29 hospetal stret', 'India', 'Tamilnadu', 'Welding', '7845504550', 'Aaysh engineering ', 'Tanjour', '614701', 'uPVC Windows Welding machines - Right', 'Product', '2020-03-22 11:54:01'),
(1890, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', '', '', '2020-03-23 17:30:22'),
(1891, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', '', '', '2020-03-23 17:30:32'),
(1892, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', '', '', '2020-03-23 17:30:39'),
(1893, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', '', '', '2020-03-23 17:30:41'),
(1894, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', 'All', '', '2020-03-23 17:30:50'),
(1895, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', 'All', '', '2020-03-23 17:30:50'),
(1896, 'Vinita', 'vinitachaudhary22@gmail.com', '', 'India', '', 'We represent a company \'elisath\' from France and are looking forward to collaborate with Indian manufacturers who can provide us security hardware equipment. We are based out of Delhi (NCR).\n\nMay I please request you to share your company profile including features and quotations of your products. ', '9825458606', '', 'Delhi', '', 'All', '', '2020-03-23 17:30:56'),
(1897, 'Dharmendra kumar ', 'aliachaturwedi@gmail.com', '', 'India', '', 'respeced sir\n        i have an idea for traffic control system in india with use this controll our traffic and\naccident catch the traffic bracker imideate with ideantity.....if you have intrest on this  project contect me...', '8817397927', '', 'Raipur', '', '', '', '2020-03-26 19:36:29'),
(1898, 'Abhirat Ghosh', 'aghosh7941@gmail.com', 'Utopian Associates\n15/104, Jheel Road, Kolkata 700078', 'India', 'West Bengal', 'I need a quote for 6m length boom barrier for a project in Asansol, West Bengal', '8197248569', 'Utopian Associates', 'Kolkata', '700078', 'Boom Barriers SP BB  100 6M4S', 'Product', '2020-03-27 06:53:05'),
(1899, 'T C Bhattacharya', 'bhattacharyatc@gmail.com', '', 'India', 'west bengal', 'Please let me know the  prices of Remote controlled door lock / Rim lock( including taxes,etc)\nWhether free installations offered', '7596068876', '', 'kolkata', '', 'Remote Door Lock', 'Product', '2020-03-31 15:22:12'),
(1900, 'Rajesh James', 'joswarajesh@gmail.com', '', 'India', '', 'Upvc window manufacturing tools', '9003321414', '', 'Kolkata', '', 'undefined', '', '2020-04-01 06:34:01'),
(1901, 'Sanjay Kumar Choudhary', 'Yajnas.kumar40@gmail.com', '', 'India', '', '', '09939752744', '', 'Patna', '', 'undefined', 'Contact', '2020-04-01 19:07:04'),
(1902, 'Sanjay Kumar Choudhary', 'Yajnas.kumar40@gmail.com', '', 'India', '', '', '09939752744', '', 'Patna', '', 'undefined', 'Contact', '2020-04-01 19:07:07'),
(1903, 'venkatesan', 'www.vensan@gmail.com', '', 'India', '', '', '9380936480', '', 'Chennai', '', 'undefined', '', '2020-04-02 02:59:07'),
(1904, 'Umang Soni', 'soniumang295@gmail.com', '', 'India', '', '', '7987277005', '', 'Raipur', '', 'undefined', '', '2020-04-02 19:39:29'),
(1905, 'ASHOK KUMAR AGARWAL', 'APURBA7960@GMAIL.COM', '', 'India', '', 'FOR', '9415063796', '', 'Lucknow', '', '', 'Contact', '2020-04-03 06:14:21'),
(1906, 'ASHOK KUMAR AGARWAL', 'ranisatiji@gmail.com', '', 'India', '', 'for apartment', '9415063796', '', 'Lucknow', '', '', '', '2020-04-03 06:17:22'),
(1907, 'Nawanshu Goyal', 'nawanshu51@gmail.com', '', 'India', '', 'i want to buy automatic sliding gate system also some boom barriers.', '9839444714', '', 'Kolkata', '', 'Boom Barriers SP BB 200 (Folding)', 'Contact', '2020-04-13 08:36:12'),
(1908, 'Nawanshu Goyal', 'nawanshu51@gmail.com', '', 'India', '', 'i want to buy automatic sliding gate system also some boom barriers.', '9839444714', '', 'Kolkata', '', 'Boom Barriers SP BB 200 (Folding)', 'Contact', '2020-04-13 08:36:28'),
(1909, 'Nawanshu Goyal', 'nawanshu51@gmail.com', '', 'India', '', 'i want to buy automatic sliding gate system also some boom barriers.', '9839444714', '', 'Kolkata', '', 'Boom Barriers SP BB 200 (Folding)', 'Contact', '2020-04-13 08:36:31'),
(1910, 'Nawanshu Goyal', 'nawanshu51@gmail.com', '', 'India', '', 'i want to buy automatic sliding gate system also some boom barriers.', '9839444714', '', 'Kolkata', '', 'Boom Barriers SP BB 200 (Folding)', 'Contact', '2020-04-13 08:36:34'),
(1911, 'K Imam', 'kimam28.ng@gmail.com', '', 'Nigeria', '', 'We are in the process of setting up a security system and gateway access control for one of our manufacturing units in Nigeria.\n\nPlease provide techno-commercials for the same.\nBelow are the details which you may be interested in:\na) Company Name: ANRML, Nigeria\nb) Requirement: Tripod design Trunstiles\nc) No. of units: 10 and above\nd) Destination Port: Apapa, Nigeria\n\nEarly response shall be highly appreciated.\n\nThanks and regards\nK Imam', ' 2349072795213', '', 'other', '', 'Turnstile - Vertical (Tripod)', '', '2020-04-15 13:37:54'),
(1912, 'Bharat Kerai', 'info@aumsmart.co.ke', '', 'Kenya', '', 'I am interested i your products distribution in Kenya.. If you willing to expand your distribution network , kindly let me know the way forward. Thanks', '254728663988', '', 'other', '', 'all', 'Contact', '2020-04-18 12:05:49'),
(1913, 'Bharat Kerai', 'info@aumsmart.co.ke', '', 'Kenya', '', 'I am interested i your products distribution in Kenya.. If you willing to expand your distribution network , kindly let me know the way forward. Thanks', '254728663988', '', 'other', '', 'all', 'Contact', '2020-04-18 12:06:04'),
(1914, 'Zemen', 'zsprita@gmail.com', '', 'Ethiopia', '', 'Urgent for supply of 220 pcs of POS system for parking management ', ' 251930362876', '', 'Agra', '', 'Parking Fee Management System (Android POS),Parking Fee Management System (Android POS),Parking Fee Management System (Android POS)', '', '2020-04-22 07:55:36'),
(1915, 'Zemen', 'zsprita@gmail.com', '', 'Ethiopia', '', 'Urgent for supply of 220 pcs of POS system for parking management ', ' 251930362876', '', 'Agra', '', 'Parking Fee Management System (Android POS),Parking Fee Management System (Android POS),Parking Fee Management System (Android POS)', '', '2020-04-22 07:55:39'),
(1916, 'Karim Palm', 'palm.karim@gmail.com', '', 'Cote d\'Ivoire', '', 'Need quote with shipping.\nShipping address: Mockeyville, blvd chateau 2e rue droite, \ncity: Grand-Bassam\nCountry: Cote d\'Ivoire\nContact person: Karim Palm', ' 22577070706', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', '', '2020-04-29 16:40:42'),
(1917, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:16'),
(1918, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:18'),
(1919, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:20'),
(1920, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:23'),
(1921, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:25'),
(1922, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:27'),
(1923, 'T. Chakrabarti', 'tapas.chakrabarti@vedanta.co.in', '', 'India', '', 'We need Gate automation.', '9145435928', '', 'Kolkata', '', '', 'Contact', '2020-04-30 08:55:31'),
(1924, 'Parag Vasani', 'parag@hpconcept.in', '', 'India', '', 'Kindly send details of door automation,tripod turnstile and related product,we are turn key project provider to pharma industries in India', '9833119158', '', 'Mumbai', '', 'undefined', '', '2020-05-01 08:51:19'),
(1925, 'PANCHANAN DAS', 'mehndiinterior@gmail.com', '', 'India', '', 'I am a Interior Decoration Contractor.', '09732575095', '', 'Kolkata', '', '', 'Contact', '2020-05-01 14:10:28'),
(1926, 'PANCHANAN DAS', 'mehndiinterior@gmail.com', '', 'India', '', 'I am a Interior Decoration Contractor.', '09732575095', '', 'Kolkata', '', '', 'Contact', '2020-05-01 14:10:31'),
(1927, 'thirugnanasambandan', 'thiru@smartcargos.in', '', 'India', '', 'Dear Sir\n\nPlease find below our requirement kindly quote for the same and we need to know do you provide pan india service\n\n1.	Boom Barrier &ndash; 1 no\n2.	RFID Reader &ndash; 2nos RFID Pole &ndash; 2nos\n3.	Cloud server with software\n4.	1 Controller, wi-fi router\n5.	1 control panel\n6.	1 Magnetic Loops,/photocell Pairs', '9840813883', '', 'Chennai', '', 'Car Sticker Entrance System', 'Contact', '2020-05-04 08:05:09'),
(1928, 'thirugnanasambandan', 'thiru@smartcargos.in', '', 'India', '', 'Dear Sir\n\nPlease find below our requirement kindly quote for the same and we need to know do you provide pan india service\n\n1.	Boom Barrier &ndash; 1 no\n2.	RFID Reader &ndash; 2nos RFID Pole &ndash; 2nos\n3.	Cloud server with software\n4.	1 Controller, wi-fi router\n5.	1 control panel\n6.	1 Magnetic Loops,/photocell Pairs', '9840813883', '', 'Chennai', '', 'Car Sticker Entrance System', 'Contact', '2020-05-04 08:05:09'),
(1929, 'Sara', 'subhasaraa@gmail.com', 'Chennai', 'India', 'Tamil Nadu', '', '9940104683', '', 'Chennai', '600044', 'Auto Rolling Door Transparent PVC', 'Product', '2020-05-05 17:26:49'),
(1930, 'Sayantan Das', 'enquire.sji@gmail.com', '', 'India', '', 'Need quotation for a project', '9830588122', '', 'Kolkata', '', 'undefined', '', '2020-05-07 04:55:25'),
(1931, 'JAYDIP DAS', 'INFO@RAKSHAK.NET', 'ALIPORE', 'India', 'WB', '', '9830344644', '', 'KOLKATA', '700027', 'Motorised Retractable Gates', 'Product', '2020-05-08 07:19:15'),
(1932, 'Imran Mazhari', 'smartxtech1@gmail.com', '', 'India', '', 'interested in dealership', '7004196478', '', 'Kolkata', '', '', '', '2020-05-13 17:28:38'),
(1933, 'prashant singh', 'prashant.singh@bcml.in', '', 'India', '', 'Dear Sir,\nWe are looking for vehicle access management (VAM) by entrance gate automation such as boom barrier, CCTV, Video management, License plate recognition (LPR), Automatic number plate (ANPR), RFID controllers, smart card', '08840259606', '', 'Lucknow', '', 'RFID Access Control', 'Contact', '2020-05-15 04:39:54'),
(1934, 'prashant singh', 'prashant.singh@bcml.in', '', 'India', '', 'Dear Sir,\nWe are looking for vehicle access management (VAM) by entrance gate automation such as boom barrier, CCTV, Video management, License plate recognition (LPR), Automatic number plate (ANPR), RFID controllers, smart card', '08840259606', '', 'Lucknow', '', 'RFID Access Control', 'Contact', '2020-05-15 04:39:54'),
(1935, 'RAJENDRAN', 'rahnedran.s@bmctpl.com', '', 'India', '', 'Swing Door Automation', '7738761666', '', 'Mumbai', '', '', 'Contact', '2020-05-15 10:09:00'),
(1936, 'RAJENDRAN', 'rahnedran.s@bmctpl.com', '', 'India', '', 'Swing Door Automation', '7738761666', '', 'Mumbai', '', '', 'Contact', '2020-05-15 10:09:03'),
(1937, 'RAJENDRAN', 'rahnedran.s@bmctpl.com', '', 'India', '', 'Swing Door Automation', '7738761666', '', 'Mumbai', '', '', 'Contact', '2020-05-15 10:09:05'),
(1938, 'RAJENDRAN', 'rahnedran.s@bmctpl.com', '', 'India', '', 'Swing Door Automation', '7738761666', '', 'Mumbai', '', '', 'Contact', '2020-05-15 10:09:08'),
(1939, 'Joyson', 'joysonpattiakal@gmail.com', '', 'India', '', 'Sliding gate  control ', '7034166165', '', 'Kochi', '', 'undefined', '', '2020-05-16 13:40:32'),
(1940, 'Joyson', 'joysonpattiakal@gmail.com', '', 'India', '', 'Sliding gate  control ', '7034166165', '', 'Kochi', '', 'undefined', '', '2020-05-16 13:40:34'),
(1941, 'Shah chitan', 'shahchintan7665@gmail.com', '', 'India', '', 'I want motion sensor ', '9925994749', '', 'Vadodara', '', 'undefined', '', '2020-05-16 16:02:10'),
(1942, 'MD hossain', 'korvioelevatorpvtltd@gmail.com', '', 'India', '', 'Sanitizer kit', '9007739960', '', 'Kolkata', '', 'undefined', '', '2020-05-17 23:08:08'),
(1943, 'Raj Ramchandani', 'rajinindia@hotmail.com', '', 'India', '', 'Video door system for apartments', '9845802075', '', 'Kolkata', '', 'undefined', 'Contact', '2020-05-19 07:15:15'),
(1944, 'Raj Ramchandani', 'rajinindia@hotmail.com', '', 'India', '', 'Video door system for apartments', '9845802075', '', 'Kolkata', '', 'undefined', 'Contact', '2020-05-19 07:15:18'),
(1945, 'Ravinder', 'sdrravinder@gmail.com', '', 'India', '', 'Automatic 4ft door', '9996740610', '', 'Kolkata', '', 'undefined', '', '2020-05-19 20:04:26'),
(1946, 'VISHAL SHARMA', 'vishal.sharma@barcodeindia.com', '', 'India', '', 'We need PIR Sensors DC operated 24v  Outdoor based.', '8383859216', 'BCI', '', '', 'PIR Motion Sensor (Ceiling mounted)', 'Product', '2020-05-23 09:45:55'),
(1947, 'jasbir singh', 'dgnifra.ptk@gmail.com', '', 'India', '', 'slider gate motor rate', '7973724847', '', 'other', '', '', 'Contact', '2020-05-24 16:07:01'),
(1948, 'jasbir singh', 'dgnifra.ptk@gmail.com', '', 'India', '', 'slider gate motor rate', '7973724847', '', 'other', '', '', 'Contact', '2020-05-24 16:07:04'),
(1949, 'p.raju', 'bhuvana1994@yahoo.com', '', 'India', '', 'kindly send price details of your product', '09840464312', '', 'Chennai', '', '', 'Contact', '2020-05-26 14:39:31'),
(1950, 'p.raju', 'bhuvana1994@yahoo.com', '', 'India', '', 'kindly send price details of your product', '09840464312', '', 'Chennai', '', '', 'Contact', '2020-05-26 14:39:39'),
(1951, 'p.raju', 'bhuvana1994@yahoo.com', '', 'India', '', 'kindly send price details of your product', '09840464312', '', 'Chennai', '', '', 'Contact', '2020-05-26 14:39:42'),
(1952, 'p.raju', 'bhuvana1994@yahoo.com', '', 'India', '', 'kindly send price details of your product', '09840464312', '', 'Chennai', '', '', 'Contact', '2020-05-26 14:39:44'),
(1953, 'p.raju', 'bhuvana1994@yahoo.com', '', 'India', '', 'kindly send price details of your product', '09840464312', '', 'Chennai', '', '', 'Contact', '2020-05-26 14:39:47'),
(1954, 'p.raju', 'bhuvana1994@yahoo.com', '', 'India', '', 'kindly send price details of your product', '09840464312', '', 'Chennai', '', '', 'Contact', '2020-05-26 14:39:50'),
(1955, 'Aftab', 'aftabsim@gmail.com', '', 'India', '', 'Want to know regarding sanitizer tunnel', '9830755122', '', 'Kolkata', '', 'undefined', '', '2020-05-26 19:39:24'),
(1956, 'empira medical', 'empiramedical@gmail.com', '', 'India', '', 'Spray nozzle requirment', '09158717014', '', 'Nagpur', '', 'undefined', '', '2020-05-27 02:51:11'),
(1957, 'Sanjay Basak', 'bkaluminium2010@gmail.com', '', 'India', '', 'Auto Sensor Door', '9088171819', '', 'Kolkata', '', '', 'Contact', '2020-05-27 12:37:11'),
(1958, 'Sanjay Basak', 'bkaluminium2010@gmail.com', '', 'India', '', 'Auto Sensor Door', '9088171819', '', 'Kolkata', '', '', 'Contact', '2020-05-27 12:37:24'),
(1959, 'Sanjay Basak', 'bkaluminium2010@gmail.com', '', 'India', '', 'Auto Sensor Door', '9088171819', '', 'Kolkata', '', '', 'Contact', '2020-05-27 12:37:27'),
(1960, 'Sanjay Basak', 'bkaluminium2010@gmail.com', '', 'India', '', 'Auto Sensor Door', '9088171819', '', 'Kolkata', '', '', 'Contact', '2020-05-27 12:37:31'),
(1961, 'Sanjay Basak', 'bkaluminium2010@gmail.com', '', 'India', '', 'Auto Sensor Door', '9088171819', '', 'Kolkata', '', 'Auto Glass Sensor Door', 'Contact', '2020-05-27 12:38:36'),
(1962, 'Sanjay Basak', 'bkaluminium2010@gmail.com', '', 'India', '', 'Auto Sensor Door', '9088171819', '', 'Kolkata', '', 'Auto Glass Sensor Door', 'Contact', '2020-05-27 12:38:44'),
(1963, 'rajeev kumar', 'rajivkuartimes@gmail.com', '', 'India', '', 'no qnty 20 pcs', '9576986658', '', 'Patna', '', 'token machine', '', '2020-05-27 15:09:10'),
(1964, 'Kamardeen', 'kamar.deen.deen62@gmail.', '', '', '', '', '9629476788', '', '', '', 'Video Door Phone (For  Apartments)', 'Product', '2020-05-29 10:39:45'),
(1965, 'hashir', 'hashir.ph@gmail.com', '', 'India', '', 'Do you make such hydraulic doors as shown  in the below link\n\nhttps://www.crowndoors.com/single-swing/', '9061777183', '', 'Kochi', '', '', '', '2020-05-29 16:07:17'),
(1966, 'MHA', 'hakbitmesra@gmail.com', '', 'India', '', '20 numbers of machine.', '8100452588', '', 'Kolkata', '', 'undefined', '', '2020-06-02 17:50:58'),
(1967, 'MHA', 'hakbitmesra@gmail.com', '', 'India', '', '20 numbers of machine.', '8100452588', '', 'Kolkata', '', 'undefined', '', '2020-06-02 17:51:18'),
(1968, 'DILIP GANDHI', 'compexgroup@gmail.com', '', 'India', '', '', '09825132791', '', 'Ahmedabad', '', 'GATE AUTOMATION, PARKING SOLUTION, DOOR AUTOMATION', 'Contact', '2020-06-03 10:28:49'),
(1969, 'DILIP GANDHI', 'compexgroup@gmail.com', '', 'India', '', '', '09825132791', '', 'Ahmedabad', '', 'GATE AUTOMATION, PARKING SOLUTION, DOOR AUTOMATION', 'Contact', '2020-06-03 10:29:16'),
(1970, 'DILIP GANDHI', 'compexgroup@gmail.com', '', 'India', '', '', '09825132791', '', 'Ahmedabad', '', 'GATE AUTOMATION, PARKING SOLUTION, DOOR AUTOMATION', 'Contact', '2020-06-03 10:29:26'),
(1971, 'Sunil', 'service@biogenuix.com', 'Jyoti Shikhar Building\nDistrict Centre, Janakpuri', 'India', 'Delhi', 'Door Access control system', '9968138168', 'Biogenuix Medsystems Pvt. Ltd', 'New Delhi', '110058', 'RFID Access Control', 'Product', '2020-06-05 10:28:30'),
(1972, 'SANDEEP KOTIAN', 'nooralhashmillc@gmail.com', 'office - 111 , arif and bintoak building , al karama dubai', 'United Arab Emirates', 'Dubai', 'automatic doors / gates company', '00971554140132', 'noor al hashmi technial works ', 'Dubai', '60561', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-06-05 14:56:43'),
(1973, 'SUBRATA SARKAR', 'subratasar@gmail.com', 'kalyani', 'India', 'west bengal', '', '7003717431', '', 'kalyani', '741235', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2020-06-06 05:12:57'),
(1974, 'Sushanta dutta', 'sushantadutta@yahoo.com', '', 'India', '', 'Interested for cold storage through solar panel ', '9401508369', '', 'Guwahati', '', 'undefined', '', '2020-06-07 15:43:22'),
(1975, 'UDIYA KUMAR', 'UDAY809KUMAR@GMAIL.COM', '', 'India', '', 'I NEED A QUOTATION FOR MOTORISED SLIDING MS DOOR OF SIZE 10 x 12 m', '8093314010', '', 'Bhubaneswar', '', 'Sliding Gate Motor SP SWG  2500B', '', '2020-06-08 10:35:03'),
(1976, 'UDIYA KUMAR', 'UDAY809KUMAR@GMAIL.COM', '', 'India', '', 'I NEED A QUOTATION FOR MOTORISED SLIDING MS DOOR OF SIZE 10 x 12 m', '8093314010', '', 'Bhubaneswar', '', 'Sliding Gate Motor SP SWG  2500B', '', '2020-06-08 10:35:13'),
(1977, 'Nishant', 'nishantmohapatra250@gmail.com', '', 'India', '', '', '8980808263', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2020-06-09 07:11:38'),
(1978, 'Nishant', 'nishantmohapatra250@gmail.com', '', 'India', '', '', '8980808263', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2020-06-09 07:11:42'),
(1979, 'Ankur Agrawal', 'ankura@rrcat.gov.in', '', 'India', '', '', ' 917312442597', 'RRCAT', '', '', 'Flap Barrier', 'Product', '2020-06-09 12:47:21'),
(1980, 'Sagar', 'smohite690@gmail.com', '', 'India', '', 'Upsc window making machine information ', '9272294295', '', 'Pune', '', 'undefined', '', '2020-06-10 09:10:05'),
(1981, 'YOGENDRA SHARMA', 'sr.yk909@gmail.com', '', 'India', '', 'REQUIRED  FOR PLANT', '9410434909', '', 'Kolkata', '', 'Car Sticker Entrance System', 'Contact', '2020-06-11 18:32:44'),
(1982, 'YOGENDRA SHARMA', 'sr.yk909@gmail.com', '', 'India', '', 'REQUIRED  FOR PLANT', '9410434909', '', 'Kolkata', '', 'Car Sticker Entrance System', 'Contact', '2020-06-11 18:32:47'),
(1983, 'Mohamed Ibrahim', 'abideinnovation@yahoo.com', '', 'India', '', 'Pls let us contact from tamil speaking marketing person for machinery required', '9943044119', '', 'other', '', 'undefined', '', '2020-06-12 18:59:40'),
(1984, 'Syed Shad', 'syed.shad@cellpack.com', '', 'India', '', '', '9711193952', '', 'Delhi', '', '', 'Contact', '2020-06-15 06:13:20'),
(1985, 'Syed Shad', 'syed.shad@cellpack.com', '', 'India', '', '', '9711193952', '', 'Delhi', '', '', 'Contact', '2020-06-15 06:13:23'),
(1986, 'Suraj ', 'surajbnbl@yahoo.com', '', 'Bhutan', '', 'Expression of interest in dealership from Bhutan. Please provide me the terms and condations if any. Thank you ', ' 97517452428', '', 'other', '', 'undefined', '', '2020-06-15 06:57:41'),
(1987, 'Arunkumar', 'Arunkumar.Sankaran@allisontransmission.com', '', 'India', '', 'Touchless motorised door closer', '9841221260', '', 'Chennai', '', 'Door Automation', 'Contact', '2020-06-16 12:19:23'),
(1988, 'Arunkumar', 'Arunkumar.Sankaran@allisontransmission.com', '', 'India', '', 'Touchless motorised door closer', '9841221260', '', 'Chennai', '', 'Door Automation', 'Contact', '2020-06-16 12:19:25'),
(1989, 'sunil kumar', 's_kumar_2856@yahoo.com', '', 'India', 'telangana', '', '9642179176', '', 'hyderabad', '500007', 'Auto Sliding Sensor Door', 'Product', '2020-06-17 04:37:25'),
(1990, 'Manan Kumar', 'manan.rtcit1019@gmail.com', '', 'India', '', 'Quotation', '9006529935', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2020-06-18 08:05:00'),
(1991, 'Manan Kumar', 'manan.rtcit1019@gmail.com', '', 'India', '', 'Quotation', '9006529935', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2020-06-18 08:05:04'),
(1992, 'Jitendra khandelwal', 'khandelwal.jeetu@gmail.com', '45, VINAYAK TOWER CENTRAL SPINE  VIDHYADHAR NAGAR,  JAIPUR-39 ', 'India', 'Rajasthan ', '', '09314012376', 'SHREE GOVERDHAN ENTERPRISES', 'JAIPUR ', '302039', 'uPVC Windows Inner Corner cleaning tools - Pneumatic', 'Product', '2020-06-23 12:27:05'),
(1993, 'HR', 'adwayduttagupta2@gmail.com', '', 'India', '', 'To Respective Sir,\n\nMy name is Adway Dutta Gupta and I am pursuing Diploma in Electrical Engineering from Netaji Subhash Engineering College. This is my last semester and I\'ll be giving the exam after 1 or 2 months, or it could be cancelled depending on the situation of the lockdown. \nSo, meanwhile can I join this company as a trainee? \n\nSkills - I have a keen interest on Programmable Logic Controller (PLC).\n\nMotivation - I always have a dream to build my career as an Automation Technician. It would be really great if you give me a chance to prove my potentiality and enthusiasm in any projects. \n\nContact - adwayduttagupta2@gmail.com', '09875360868', '', 'Kolkata', '', 'undefined', 'Contact', '2020-06-23 17:57:28'),
(1994, 'HR', 'adwayduttagupta2@gmail.com', '', 'India', '', 'To Respective Sir,\n\nMy name is Adway Dutta Gupta and I am pursuing Diploma in Electrical Engineering from Netaji Subhash Engineering College. This is my last semester and I\'ll be giving the exam after 1 or 2 months, or it could be cancelled depending on the situation of the lockdown. \nSo, meanwhile can I join this company as a trainee? \n\nSkills - I have a keen interest on Programmable Logic Controller (PLC).\n\nMotivation - I always have a dream to build my career as an Automation Technician. It would be really great if you give me a chance to prove my potentiality and enthusiasm in any projects. \n\nContact - adwayduttagupta2@gmail.com', '09875360868', '', 'Kolkata', '', 'undefined', 'Contact', '2020-06-23 17:57:28'),
(1995, 'Naveen Singh', 'naveensingh.sidhi@gmail.com', '', 'India', '', 'Deman', '9425753333', '', 'Jabalpur', '', 'undefined', '', '2020-06-24 01:46:15'),
(1996, 'Rushikesh Andhale', 'visionindustries18@gmail.com', '', 'India', '', 'Dear Sir \n\nGreetings From Vision Industries Pvt Ltd, India\n\nWe are Manufacturer  Supplier', '9960586035', '', 'Pune', '', 'Sliding Gate Motor SP SWG  2500B', 'Contact', '2020-06-24 10:54:07'),
(1997, 'Rushikesh Andhale', 'visionindustries18@gmail.com', '', 'India', '', 'Dear Sir \n\nGreetings From Vision Industries Pvt Ltd, India\n\nWe are Manufacturer  Supplier', '9960586035', '', 'Pune', '', 'Sliding Gate Motor SP SWG  2500B', 'Contact', '2020-06-24 10:54:08'),
(1998, 'Rushikesh Andhale', 'visionindustries18@gmail.com', '', 'India', '', 'Dear Sir \n\nGreetings From Vision Industries Pvt Ltd, India\n\nWe are Manufacturer  Supplier', '9960586035', '', 'Pune', '', 'Sliding Gate Motor SP SWG  2500B', 'Contact', '2020-06-24 10:54:08'),
(1999, 'Rajesh Singh ', 'snp981@gmail.com', '', 'India', '', 'Required ', '9305346981', '', 'Varanasi', '', 'undefined', '', '2020-06-24 11:13:04'),
(2000, 'Rajesh Singh ', 'snp981@gmail.com', '', 'India', '', 'Required ', '9305346981', '', 'Varanasi', '', 'undefined', '', '2020-06-24 11:13:07'),
(2001, 'Rajesh Singh ', 'snp981@gmail.com', '', 'India', '', 'Required ', '9305346981', '', 'Varanasi', '', 'undefined', '', '2020-06-24 11:13:09'),
(2002, 'Rajesh Singh ', 'snp981@gmail.com', '', 'India', '', 'Required ', '9305346981', '', 'Varanasi', '', 'undefined', '', '2020-06-24 11:13:13'),
(2003, 'Rajesh Singh ', 'snp981@gmail.com', '', 'India', '', 'Required ', '9305346981', '', 'Varanasi', '', 'undefined', '', '2020-06-24 11:13:15'),
(2004, 'Rajesh Singh ', 'snp981@gmail.com', '', 'India', '', 'Required ', '9305346981', '', 'Varanasi', '', 'undefined', '', '2020-06-24 11:13:17'),
(2005, 'Ganesan', 'adhikmu@gmail.com', '', 'India', '', '', '8870620367', '', 'Chennai', '', 'undefined', '', '2020-06-24 16:15:18'),
(2006, 'B.Basavaiag', 'basavaiah1979@gmail.com', '', 'India', '', 'Gate motars', '9448046472/8553446531', '', 'Bengaluru', '', 'undefined', '', '2020-06-26 12:04:03'),
(2007, 'B.Basavaiag', 'basavaiah1979@gmail.com', '', 'India', '', 'Gate motars', '9448046472/8553446531', '', 'Bengaluru', '', 'undefined', '', '2020-06-26 12:04:08'),
(2008, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2020-06-28 03:41:15'),
(2009, 'Sunil Kumar', 'vtekdevelopersdirector@gmail.com', '', 'India', '', 'Required multi apartment video lock complete set without wire', '8826474707', '', 'Delhi', '', 'undefined', '', '2020-06-30 13:04:30'),
(2010, 'Rohit Sagar', 'rohsag@hotmail.com', '425 Coit Rd', 'India', 'chandigarh', 'best price you can offer for 800B', '99999999', '', 'chandigarh', '75013', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-07-03 04:14:21'),
(2011, 'Feroz', 'ubsupvc@gmail.com', '', 'India', '', '', '9538974136', '', 'Bengaluru', '', '', 'Contact', '2020-07-03 05:03:27'),
(2012, 'Feroz', 'ubsupvc@gmail.com', '', 'India', '', '', '9538974136', '', 'Bengaluru', '', '', 'Contact', '2020-07-03 05:03:29'),
(2013, 'Anantha Padmanaban K', 'ananthapadmanaban@tatarealty.in', '', 'India', '', '', '09952436008', '', 'Chennai', '', '', 'Contact', '2020-07-06 07:57:19'),
(2014, 'Rajesh Khurana ', 'Rajeshkhurana1@gmail.com', '', 'India', '', '', '09811512765', '', 'Noida', '', 'undefined', '', '2020-07-08 18:07:24'),
(2015, 'Vijayakumar Govindan', 'vijay@innospace.co.in', '', 'India', '', 'Send us Quote for Swing Gate Motor', '9884154528', '', 'Chennai', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2020-07-12 10:07:34'),
(2016, 'Vijayakumar Govindan', 'vijay@innospace.co.in', '', 'India', '', 'Send us Quote for Swing Gate Motor', '9884154528', '', 'Chennai', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2020-07-12 10:07:38'),
(2017, 'Vijayakumar Govindan', 'vijay@innospace.co.in', '', 'India', '', 'Send us Quote for Swing Gate Motor', '9884154528', '', 'Chennai', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2020-07-12 10:07:40'),
(2018, 'Vijayakumar Govindan', 'vijay@innospace.co.in', '', 'India', '', 'Send us Quote for Swing Gate Motor', '9884154528', '', 'Chennai', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2020-07-12 10:07:42'),
(2019, 'Vijayakumar Govindan', 'vijay@innospace.co.in', 'OLD no 38 New No 20 , Vaigai colony, 12th Avenue , Ashok nagar, Chennai', 'India', 'Tamil Nadu', 'We have enquiry for the RFID based Gate automation. For 3 Gates we need RFID ', '04445550419', 'Innospace Automation Services Pvt.Ltd', 'Chennai', '600087', 'Car Sticker Entrance System', 'Product', '2020-07-12 10:10:00'),
(2020, 'Muhammad faris', 'spymatec@gmail.com', '', 'India', '', 'Perithalamanna road pattambi', '919048692729', '', 'other', '', 'undefined', '', '2020-07-13 16:03:01'),
(2021, 'Rajiv Khandelwal', 'rajivkh@gmail.com', '', 'India', '', 'Hi, I am looking for flap gates with card readers and anti-tailgate function. Can you share your product details please ?', '9811212898', '', 'Delhi', '', 'P Type Swing Gate', 'Contact', '2020-07-14 15:41:05'),
(2022, 'Rajiv Khandelwal', 'rajivkh@gmail.com', '', 'India', '', 'Hi, I am looking for flap gates with card readers and anti-tailgate function. Can you share your product details please ?', '9811212898', '', 'Delhi', '', 'P Type Swing Gate', 'Contact', '2020-07-14 15:41:07'),
(2023, 'Scott Brooks', 'scottbrooks002@gmail.com', '', 'United States', '', 'Interested in Smartpower Touchless Auto Swing Door for my office door.', '949-279-0069', '', 'other', '', '', '', '2020-07-17 18:32:51'),
(2024, 'Nawal kishore Azad', 'nawalkishoreazad02@gmail.com', 'Plot no.-799, Rampat lal nagar, Abhimanyu Nagar , Jalalpur', '', 'Bihar', 'What is the cost of the sliding gate motor product?', '9334370056', 'Engineers and Engineering Works', 'Patna', '801503', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-07-19 16:36:53'),
(2025, 'AIR CARE SYSTEMS', 'aircaresystems@gmail.com', '', 'India', '', '', '09860995993', '', 'other', '', '', '', '2020-07-23 11:28:51'),
(2026, 'Durgadas Karmakar', 'sitardurgadas@gmail.com', 'HIG 28 4th floor , Pratyayee Housing Com', 'India', 'West Bengal', 'Personal Home . For a 7ft x 6ft Glass sliding door need rolling metal door. ', '9434470241', '', 'Durgapur', '713212', 'Rolling Door - Tubulor Motors up to 75 Sq feet door', 'Product', '2020-07-24 06:43:38'),
(2027, 'santosh', 'sansteve26@gmail.com', '', 'India', 'karnataka', '', '7337655981', '', 'Hospet', '583201', 'uPVC Windows Welding machines', 'Product', '2020-07-24 10:57:00'),
(2028, 'Sushant Deshmukh', 'sd280391@gmail.com', 'H.NO.29 Behind Narsinha Palace, Ring Road, Narhar Nagar, Wadi BK, Nanded', 'India', 'Maharashtra', 'Enquiry for domestic purpose ', '09975721337', '', 'Nanded', '431605', 'Rolling Door - Tubulor Motors up to 75 Sq feet door', 'Product', '2020-07-24 14:14:12'),
(2029, 'Sridhar', 'vangarisridhar@gmail.com', '', 'India', '', 'Need automated rolling shutter \nDimensions 25 feet height 10 feet width', '8123779880', '', 'Hyderabad', '', 'undefined', '', '2020-07-25 11:39:10'),
(2030, 'Neelagandan', 'neelagandan.subramani@sanmina.com', 'Sanmina SCI India Pvt.Ltd.\nOZ-1, SIPCOT Hi-Tech SEZ, Oragadam , Sriperumbudur Taluk', 'India', 'Tamilnadu', '', '09790254557', 'Sanmina SCI india pvt ltd', 'chennai', '602105', 'Motorised Retractable Gates', 'Product', '2020-07-27 03:04:58'),
(2031, 'Manish Chandra', 'gazelarch@gmail.com', '', 'India', '', 'Dear&nbsp;Sir/Madam\n\nWe are a window and facade provider based in Chennai.&nbsp;INDIA\nFor one of our residential projects we are looking for a solution to motorise some shutters.\nThere are&nbsp; 2 openings in the site of size 5300x3600mm. Each opening will have 6 shutters of size 883x3600mm with an appx weight of 75kgs, which will be centre pivoted and all 6 shutters have to be synchronised to open and close upto 90 degrees simultaneously.\nI will explain briefly further details as below:\nTotally there are 2 seperate units of size 5300mm W x 3600mm H in this project.\nIn each unit there will be 6 doors of size 883mm W x 3600mm H&nbsp;\n&nbsp;These door shutters will be made up of aluminium hollow box section of size 50 x 100mm and fixed with louvres .\n&nbsp;These door shutters with louvres will be supplied by me.&nbsp;\nI only need the motorised/automated pivoting system and hardware from you.\nAll 6 doors in one unit have to be linked and synchronized to open/close at the same time with a Remote and we should be able to stop them at any angle.&nbsp;\nThe motors/hardware should not be visible on the surface and needs to be concealed either inside the civil works or we can provide an additional hollow aluminium outerframe to conceal it.&nbsp;\nAs these are external doors and will be subject to rain lashing,&nbsp; if any motor at the bottom floor level then it&nbsp; needs to be water resistant/weatherproof.\n\nWe are attaching the basic concept drawings .\n\nIdeally we would like the motors and mechanism to be concealed in the top and bottom for which purpose an additional box profile can be provided.\nHope you have an understanding of my&nbsp;requirement. If you have any further doubts please contact me.\nPlease let us know if you can provide a solution for the same.\n\nThanks', '09840290394', '', 'Chennai', '', 'Motorized Vertical Louvres', 'Contact', '2020-07-27 13:56:45'),
(2032, 'Manish Chandra', 'gazelarch@gmail.com', '', 'India', '', 'Dear&nbsp;Sir/Madam\n\nWe are a window and facade provider based in Chennai.&nbsp;INDIA\nFor one of our residential projects we are looking for a solution to motorise some shutters.\nThere are&nbsp; 2 openings in the site of size 5300x3600mm. Each opening will have 6 shutters of size 883x3600mm with an appx weight of 75kgs, which will be centre pivoted and all 6 shutters have to be synchronised to open and close upto 90 degrees simultaneously.\nI will explain briefly further details as below:\nTotally there are 2 seperate units of size 5300mm W x 3600mm H in this project.\nIn each unit there will be 6 doors of size 883mm W x 3600mm H&nbsp;\n&nbsp;These door shutters will be made up of aluminium hollow box section of size 50 x 100mm and fixed with louvres .\n&nbsp;These door shutters with louvres will be supplied by me.&nbsp;\nI only need the motorised/automated pivoting system and hardware from you.\nAll 6 doors in one unit have to be linked and synchronized to open/close at the same time with a Remote and we should be able to stop them at any angle.&nbsp;\nThe motors/hardware should not be visible on the surface and needs to be concealed either inside the civil works or we can provide an additional hollow aluminium outerframe to conceal it.&nbsp;\nAs these are external doors and will be subject to rain lashing,&nbsp; if any motor at the bottom floor level then it&nbsp; needs to be water resistant/weatherproof.\n\nWe are attaching the basic concept drawings .\n\nIdeally we would like the motors and mechanism to be concealed in the top and bottom for which purpose an additional box profile can be provided.\nHope you have an understanding of my&nbsp;requirement. If you have any further doubts please contact me.\nPlease let us know if you can provide a solution for the same.\n\nThanks', '09840290394', '', 'Chennai', '', 'Motorized Vertical Louvres', 'Contact', '2020-07-27 13:56:46'),
(2033, 'gerard madden', 'maddeng@gmail.com', '', 'Ireland', '', 'Could you please give me a price for your Parking Fee Management system   (android)', '353872210861', '', 'other', '', 'Parking Fee Management System (Android POS)', 'Contact', '2020-07-29 14:21:05'),
(2034, 'gerard madden', 'maddeng@gmail.com', '', 'Ireland', '', 'Could you please give me a price for your Parking Fee Management system   (android)', '353872210861', '', 'other', '', 'Parking Fee Management System (Android POS)', 'Contact', '2020-07-29 14:21:07'),
(2035, 'sachin kumar Agarwal ', 'sachinagarwal@adhunikgroup.co.in', '', 'India', '', 'For bunhlow at salt lake  , outdoor main sliding door automation  12ft×10ft = 2nos.', '9831018080', '', 'Kolkata', '', 'undefined', '', '2020-07-30 10:07:49'),
(2036, 'Premal Shah', 'premal.shah@proclivistech.com', 'C305, Eastern Business District, LBS Road, Bhandup West', 'India', 'Maharashtra', '', '8291676731', 'Proclivis Technology Solutions Pvt Ltd', 'Mumbai', '400078', 'Turnstile (Full Height)', 'Product', '2020-08-07 09:19:26'),
(2037, 'Keerthi', 'crtechsol2002@gmail.com', '', 'India', '', '', '8050839863', '', 'Bengaluru', '', 'Motorised Retractable Gates', 'Contact', '2020-08-08 04:51:25'),
(2038, 'Keerthi', 'crtechsol2002@gmail.com', '', 'India', '', '', '8050839863', '', 'Bengaluru', '', 'Motorised Retractable Gates', 'Contact', '2020-08-08 04:51:28');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(2039, 'Sourabh Laxman Lohar ', 'loharsourabh11@gmail.com', '', 'India', '', 'Sourabh Laxman Lohar ', '09075413367', '', 'Pune', '', 'undefined', '', '2020-08-11 06:32:01'),
(2040, 'Ayush Rawat', 'ayushrawat1110@yahoo.in', '', 'India', 'Uttar Pradesh ', 'The total price per each system including installation ', '9120910999', 'MYD', 'Lucknow ', '', 'Car Sticker Entrance System', 'Product', '2020-08-11 16:54:26'),
(2041, 'Prasad Unnikrishnan', 'prasadnu@gmail.com', 'Infopark Express way, Kakkanad', 'India', 'Kerala', '', '9947269145', 'heera vastugramam society', 'Ernakulam', '682039', 'Car Sticker Entrance System', 'Product', '2020-08-15 12:32:11'),
(2042, 'M Ashok Coumar', 'ashoka@waveforms.co.in', '', 'India', '', 'Main gate Automation requirements .we need your support in installation of the motor in main gat automation we need your installation support Regards M Ashok Coumar Sales Director Waveforms', '8608035555', '', 'other', '', 'Sliding Gate Motor SP  SLG 4000,Sliding Gate Motor SP  SLG 4000', 'Contact', '2020-08-15 13:11:24'),
(2043, 'M Ashok Coumar', 'ashoka@waveforms.co.in', '', 'India', '', 'Main gate Automation requirements .we need your support in installation of the motor in main gat automation we need your installation support Regards M Ashok Coumar Sales Director Waveforms', '8608035555', '', 'other', '', 'Sliding Gate Motor SP  SLG 4000,Sliding Gate Motor SP  SLG 4000', 'Contact', '2020-08-15 13:11:26'),
(2044, 'Deepak ', 'deepakycwc@gmail.com', '', 'India', '', '', ' 918486370123', '', 'Kolkata', '', 'undefined', '', '2020-08-18 17:20:55'),
(2045, 'Deepak ', 'deepakycwc@gmail.com', '', 'India', '', '', ' 918486370123', '', 'Kolkata', '', 'undefined', '', '2020-08-18 17:21:07'),
(2046, 'Michael J. Llanos', 'mike@llanosgroup.com', '', 'Trinidad and Tobago', '', 'Looking for two central motors for roll up grilles 115Volt. Please send me literature and prices.', '08683244989', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2020-08-21 11:48:22'),
(2047, 'Michael J. Llanos', 'mike@llanosgroup.com', '', 'Trinidad and Tobago', '', 'Looking for two central motors for roll up grilles 115Volt. Please send me literature and prices.', '08683244989', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2020-08-21 11:48:24'),
(2048, 'Michael J. Llanos', 'mike@llanosgroup.com', '', 'Trinidad and Tobago', '', 'Looking for two central motors for roll up grilles 115Volt. Please send me literature and prices.', '08683244989', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2020-08-21 11:48:27'),
(2049, 'Michael J. Llanos', 'mike@llanosgroup.com', '', 'Trinidad and Tobago', '', 'Looking for two central motors for roll up grilles 115Volt. Please send me literature and prices.', '08683244989', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2020-08-21 11:48:30'),
(2050, 'Ma-kali', 'pkbiswas41@gmail.com', '', 'India', '', 'Very unprofessional behaviour from Anindita, has no accountability whatsoever. Expected better service support', '9831169809', '', 'Kolkata', '', 'undefined', 'Contact', '2020-08-22 09:09:55'),
(2051, 'Ma-kali', 'pkbiswas41@gmail.com', '', 'India', '', 'Very unprofessional behaviour from Anindita, has no accountability whatsoever. Expected better service support', '9831169809', '', 'Kolkata', '', 'undefined', 'Contact', '2020-08-22 09:09:58'),
(2052, 'Aslam', 'aslam701@gmail.com', '', 'Saudi Arabia', '', 'Door automation', '7013066017', '', 'other', '', 'undefined', '', '2020-08-23 03:12:42'),
(2053, 'Pankaj', 'typepankaj222@gmail.com', '', 'India', '', '', '9761589809', '', 'Dehradun', '', 'undefined', '', '2020-08-24 02:00:27'),
(2054, 'Shashidhar T Koppad', 'shashidhar.koppad@nmpt.gov.in', '', 'India', '', 'New Mangalore Port Trust is planning for New Gate for Oil Dock Arm its required for disscussion', '09448344541', '', 'other', '', 'Sliding Gate Motor SP SWG  2500B', '', '2020-08-25 11:11:12'),
(2055, 'Kalpesh Patel', 'kalpeshp@nuv.ac.in', '', 'India', '', 'We are looking for Gate sliding motor, you have four model so we are little confused, any way please send rates for all we select one, and please explain major difference', '9426514650', '', 'Vadodara', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2020-08-29 10:06:49'),
(2056, 'Kalpesh Patel', 'kalpeshp@nuv.ac.in', '', 'India', '', 'We are looking for Gate sliding motor, you have four model so we are little confused, any way please send rates for all we select one, and please explain major difference', '9426514650', '', 'Vadodara', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2020-08-29 10:06:52'),
(2057, 'Bilal Kapoor', 'bilalkapoor007@gmail.com', 'Vapi', 'India', 'Gujarat', 'Required quick quotation for pvc shutters for 7 sets and central motor Shutters ', '8000057478', 'Star Rolling Shutters', 'Vapi', '396191', 'Auto Rolling Door High Speed PVC', 'Product', '2020-09-07 05:51:14'),
(2058, 'PUNITH K S', 'punithks1993@gmail.com', 'DOOR NO 9,MUNEEYAPPA BUILDING,3RD CROSS,\nMUNESHWARANAGARA\nKOLAR', 'India', 'Karnataka', '', '7795326242', 'K.N.S TRADERS', 'Kolar', '563101', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-09-10 06:35:50'),
(2059, 'Sunil Yadav', 'networking.projects@pamastech.com', '', 'India', '', 'the barrier will be used for Parking and kindly provide 2 options i.e. action time 3 second and action time 6 second.\nStandalone Electromechanical Boom Barrier with 4.5 mtr boom arm	1	Nos\n	\nMBC (Box with open/close push button)	22 Nos', '8527809444', '', 'Delhi', '', 'DC Servo Barriers SP BB 300 6 Meter 1~5 Sec Variable speed,DC Servo Barriers SP BB 300 6 Meter 1~5 Sec Variable speed', 'Contact', '2020-09-12 21:25:12'),
(2060, 'Sunil Yadav', 'networking.projects@pamastech.com', '', 'India', '', 'the barrier will be used for Parking and kindly provide 2 options i.e. action time 3 second and action time 6 second.\nStandalone Electromechanical Boom Barrier with 4.5 mtr boom arm	1	Nos\n	\nMBC (Box with open/close push button)	22 Nos', '8527809444', '', 'Delhi', '', 'DC Servo Barriers SP BB 300 6 Meter 1~5 Sec Variable speed,DC Servo Barriers SP BB 300 6 Meter 1~5 Sec Variable speed', 'Contact', '2020-09-12 21:25:12'),
(2061, 'Santosh Kumar', 'it@trinityglobalschool.com', '', 'India', '', '', '9905605100', '', 'Patna', '', 'Video Door Phone (For  Apartments)', 'Contact', '2020-09-15 05:09:25'),
(2062, 'Santosh Kumar', 'it@trinityglobalschool.com', '', 'India', '', '', '9905605100', '', 'Patna', '', 'Video Door Phone (For  Apartments)', 'Contact', '2020-09-15 05:09:28'),
(2063, 'COL SANJAY TRIPATHI', 'indiantripathi@gmail.com', '', 'India', 'MP', '', '9200077766', '', 'BHOPAL', '', 'Motorised Curtains', 'Product', '2020-09-16 20:51:58'),
(2064, 'Jagdish Gujar', 'jagdish.gujar@gmail.com', 'Yash Sankul Hsg Soc, Flat.No.24/A9, Pimpale Saudagar', 'India', 'MH', 'Require price quotes for \"Boom Barrier SP BB 100 6M4S\" for housing society', '09422277354', 'home', 'Pune', '411027', 'Boom Barriers SP BB  100 6M4S', 'Product', '2020-09-17 07:43:09'),
(2065, 'Balwant Davda', 'balwantdavda@gmail.com', '', 'India', '', 'Swing ', ' 91 9824207109', '', 'Ahmedabad', '', 'undefined', '', '2020-09-26 10:46:22'),
(2066, 'Balwant Davda', 'balwantdavda@gmail.com', '', 'India', '', 'Swing ', ' 91 9824207109', '', 'Ahmedabad', '', 'undefined', '', '2020-09-26 10:46:24'),
(2067, 'D.RAVICHANDRAN', 'durairavichandran1@gmail.com', '18/1-MVM Nagar', 'India', 'TAMIL NADU', '', '9994261019', '', 'DINDIGUL', '624001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-09-26 15:53:06'),
(2068, 'LAUREL', 'laurelsimonlobo@gmail.com', '', 'India', '', '', '9448210888', '', 'Bengaluru', '', 'Motorised Curtains', 'Contact', '2020-10-04 13:34:36'),
(2069, 'LAUREL', 'laurelsimonlobo@gmail.com', '', 'India', '', '', '9448210888', '', 'Bengaluru', '', 'Motorised Curtains', 'Contact', '2020-10-04 13:34:38'),
(2070, 'Devinder Yadav', 'devinder.yadav@greenearthservices.co.in', 'CP 9, Cyber Walk Tech Park, Sector 8, IMT Manesar ', 'India', 'Haryana', 'SLG 2500 B Sliding gate motor - 3 nos. Required', '8686870144', 'Green Earth Services', 'GURUGRAM', '122050', 'Sliding Gate Motor SP  SLG 4000', 'Product', '2020-10-10 06:03:28'),
(2071, 'Shivraj Surendra Dalu', 'shivrajdalu@gmail.com', '\nSamata Colony, Near Rangoli Lawn, amravati, mh', 'India', 'No Response', '', '09421041945', '', 'Amravati', '444604', 'Sliding Gate Motor SP SWG 800B', 'Product', '2020-10-11 21:21:13'),
(2072, 'Chandrasekar', 'aurasolutions,enq@gmail.com', '', 'India', '', 'Dealer Ship Details', '8838095881', '', 'Coimbatore', '', 'Motorised Curtains', 'Contact', '2020-10-15 14:53:12'),
(2073, 'Chandrasekar', 'aurasolutions,enq@gmail.com', '', 'India', '', 'Dealer Ship Details', '8838095881', '', 'Coimbatore', '', 'Motorised Curtains', 'Contact', '2020-10-15 14:53:14'),
(2074, 'Aditya Anand', 'adityachakraverty@gmail.com', '', 'India', '', 'I have a video door phone whose call button is not working. Need to be serviced', '9903262423', '', 'Kolkata', '', 'undefined', 'Contact', '2020-10-16 07:57:44'),
(2075, 'Aditya Anand', 'adityachakraverty@gmail.com', '', 'India', '', 'I have a video door phone whose call button is not working. Need to be serviced', '9903262423', '', 'Kolkata', '', 'undefined', 'Contact', '2020-10-16 07:57:47'),
(2076, 'Joel Blanco', 'blancjoe213@gmail.com', '', 'United States', '', 'Upvc window welder machine', '818 297 3897', '', 'Kolkata', '', 'undefined', '', '2020-10-18 23:02:28'),
(2077, 'Akhil Kalariya', 'kalariya000akhil@gmail.com', '', '', '', '', '9978329075', '', '', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Product', '2020-10-20 05:29:46'),
(2078, 'Anand M', 'anand.fevi@gmail.com', '', 'India', '', '', '9940296125', '', 'Chennai', '', '', '', '2020-10-20 06:48:09'),
(2079, '8962312782', 'rishabhupadhyay54@yahoo.com', '', 'India', '', '28nf', '8962312782', '', 'Indore', '', 'undefined', '', '2020-10-22 09:23:46'),
(2080, '8962312782', 'rishabhupadhyay54@yahoo.com', '', 'India', '', '28nf', '8962312782', '', 'Indore', '', 'undefined', '', '2020-10-22 09:23:50'),
(2081, 'Manish', 'manish@acvincorporation.com', '', '', '', '', '9009263222', '', '', '', 'Anti Crash Barrier', 'Product', '2020-10-28 08:21:00'),
(2082, 'Navratan bhatt', 'navratanbhatt35@gmail.com', '', 'India', '', '', '7665476509', '', 'Jaipur', '', 'undefined', '', '2020-10-29 03:11:08'),
(2083, 'PRAVEEN SINGH', 'viyutechnologiesllp@gmail.com', '', 'India', '', '', '7785931010', '', 'Lucknow', '', 'undefined', 'Contact', '2020-10-29 03:41:18'),
(2084, 'PRAVEEN SINGH', 'viyutechnologiesllp@gmail.com', '', 'India', '', '', '7785931010', '', 'Lucknow', '', 'undefined', 'Contact', '2020-10-29 03:41:20'),
(2085, 'PAPPU KUMAR', 'pappukumar.akmbp@gmail.com', '', 'India', '', 'Right', '9575137159', '', 'other', '', 'undefined', '', '2020-10-29 09:14:08'),
(2086, 'Raj', 'theplayboy131@gmail.com', '', 'India', '', '', '1', '', 'Rajkot', '', 'undefined', '', '2020-10-29 22:35:48'),
(2087, 'Tapash kumar Roy', 'tapash.roy@ssapconsultants.com', '', 'India', '', 'Develop business relation with company having experience in multi level commercial car parking for one of our Govt Client in East ', '9007071965', 'SSAP Consultants', 'Kolkata', '', 'Puzzle Parking System', 'Product', '2020-11-02 06:46:02'),
(2088, 'Nikunj patel', 'decorsalescorporation@gmail.com', '', 'India', '', 'I am interested in your product.\nI am trader of interior and exterior material', '6355844070', '', 'Mumbai', '', 'undefined', '', '2020-11-02 19:28:40'),
(2089, 'Rajesh Manickam', 'support@csai.co.in', '', 'India', '', 'Requirement for Boom Barrier and its accessories', '9600001512', '', 'Chennai', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2020-11-04 11:09:26'),
(2090, 'Rajesh Manickam', 'support@csai.co.in', '', 'India', '', 'Requirement for Boom Barrier and its accessories', '9600001512', '', 'Chennai', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2020-11-04 11:09:30'),
(2091, 'RLSG GROUP FATEHABAD', '777rlsggroupfatehabad@gmail.com', '', 'India', '', '777', '9416763777', '', 'other', '', 'undefined', '', '2020-11-05 17:01:45'),
(2092, 'M Kumar', 'meteoriteengg@gmail.com', 'Pune', 'India', 'Maharashtra', 'Please send us a quotation for both models for the centre motor.', '09145793152', 'Meteorite Engineering', 'Pune', '411015', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2020-11-07 01:17:26'),
(2093, 'Yousuf Binshah', 'binshu786@gmail.com', '', 'India', '', 'For Automatic sensor sliding glass door', '9496028726', '', 'Kozhikode', '', 'undefined', '', '2020-11-11 08:46:07'),
(2094, 'Francisco de la Cruz Sanchis', 'cerrajeriapepe@hotmail.es', '', 'Spain', '', 'Estoy interesado en sus maquinas:', '625673107', '', 'other', '', 'UPVC Herramientas de limpieza de esquins de Windows - Neum&aacute;tica,UPVC Herramientas de limpieza de esquinas de Windows - Neum&aacute;tica,Herramientas de limpieza de esquinas interiores de ventanas uPVC - Neum&aacute;tica,Herramientas de limpieza de ', 'Contact', '2020-11-12 17:44:12'),
(2095, 'Baskar Palanivel', 'baskar@indsystech.com', '', 'India', '', 'Looking for collapsible gate - 3 qty', '8098666299', '', 'Coimbatore', '', 'Motorised Retractable Gates', 'Contact', '2020-11-17 10:48:54'),
(2096, 'Baskar Palanivel', 'baskar@indsystech.com', '', 'India', '', 'Looking for collapsible gate - 3 qty', '8098666299', '', 'Coimbatore', '', 'Motorised Retractable Gates', 'Contact', '2020-11-17 10:48:56'),
(2097, 'Sayan das', 'dassayan.10@gmail.com', '', 'India', '', 'Need sliding door at reasonable price', '8240196259', '', 'Kolkata', '', 'undefined', '', '2020-11-18 16:01:59'),
(2098, 'Bhaskar Paul', 'bhaskar1013@yahoo.com', 'House name Bhalobasa, Opp Ajit Apts, Near Himachal sanga club, Gopal more, Deshbandhu para', 'India', 'West Bengal', 'Is it waterproof? can you provide installation in my city  What will be the complete cost of installation.', '09313571231', '', 'Siliguri', '734004', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2020-11-19 17:20:14'),
(2099, 'Laxman Marasini', 'marasinilaxman1@gmail.com', 'Mahendra Highway, Sainamaina-4, Murgiya, Nepal', 'Nepal', 'Lumbini', '', '9867378657', 'Tiger Palace Resort', 'Butwal', '32908', 'Sliding Gate Motor SP  SLG 4000', 'Product', '2020-11-20 16:13:01'),
(2100, 'Shah', 'shah11nutan@gmail.com', '', 'India', '', 'Desire to introduce Door Locking system at Glass door Society Entrance', '9892547852', '', 'Mumbai', '', '', 'Contact', '2020-11-23 16:46:01'),
(2101, 'Shah', 'shah11nutan@gmail.com', '', 'India', '', 'Desire to introduce Door Locking system at Glass door Society Entrance', '9892547852', '', 'Mumbai', '', '', 'Contact', '2020-11-23 16:46:06'),
(2102, 'Shah', 'shah11nutan@gmail.com', '', 'India', '', 'Desire to introduce Door Locking system at Glass door Society Entrance', '9892547852', '', 'Mumbai', '', '', 'Contact', '2020-11-23 16:46:08'),
(2103, 'Shah', 'shah11nutan@gmail.com', '', 'India', '', 'Desire to introduce Door Locking system at Glass door Society Entrance', '9892547852', '', 'Mumbai', '', '', 'Contact', '2020-11-23 16:46:10'),
(2104, 'akshay', 'akshaybharat99.ab@gmail.com', '', 'India', '', 'price', '9562833640', '', 'Kochi', '', 'Sliding Gate Motor SP SWG 800B', '', '2020-11-29 17:45:35'),
(2105, 'Debananda Das', 'deba.gnet@gmail.com', '', 'India', '', 'We undertaken all interior and exterior works ', '9435073048', '', 'other', '', 'undefined', '', '2020-12-01 08:26:11'),
(2106, 'Rajiv ', 'rajivagainstc@gmail.com', '', 'India', '', 'Automation mane iron gate ', '8340799551', '', 'Ranchi', '', 'undefined', '', '2020-12-02 02:29:35'),
(2107, 'Vijay Chopda', 'vijay@ktaspindletoolings.com', '', 'India', '', '', '9881747415', '', 'Pune', '', '', 'Contact', '2020-12-02 10:18:33'),
(2108, 'Vijay Chopda', 'vijay@ktaspindletoolings.com', '', 'India', '', '', '9881747415', '', 'Pune', '', '', 'Contact', '2020-12-02 10:18:35'),
(2109, 'navin', 'navin@tronicstechnologies.com', '', 'India', '', 'flap and swing gates', '9820568463', '', 'Mumbai', '', '', 'Contact', '2020-12-02 17:41:54'),
(2110, 'navin', 'navin@tronicstechnologies.com', '', 'India', '', 'flap and swing gates', '9820568463', '', 'Mumbai', '', '', 'Contact', '2020-12-02 17:41:56'),
(2111, 'M.M.Usman', 'mailmmusman@gmail.com', '', 'India', '', 'I am a resident of Thrissur, in Kerala State and my requirement of 2 Nos.SP ACM BB-Type 4 are for installation at my  commercial building in Alathur , Palakad -Dist, Keralal', '09846142493', '', 'other', '', 'Boom Barriers SP ACM BB-Type4', 'Contact', '2020-12-03 15:04:31'),
(2112, 'M.M.Usman', 'mailmmusman@gmail.com', '', 'India', '', 'I am a resident of Thrissur, in Kerala State and my requirement of 2 Nos.SP ACM BB-Type 4 are for installation at my  commercial building in Alathur , Palakad -Dist, Keralal', '09846142493', '', 'other', '', 'Boom Barriers SP ACM BB-Type4', 'Contact', '2020-12-03 15:04:34'),
(2113, 'rastogi', 'love@softwaregen.com', '', 'India', '', 'Need RFID Gate System', '9326758585', '', 'Pune', '', '', 'Contact', '2020-12-04 10:24:44'),
(2114, 'rastogi', 'love@softwaregen.com', '', 'India', '', 'Need RFID Gate System', '9326758585', '', 'Pune', '', '', 'Contact', '2020-12-04 10:24:46'),
(2115, 'Naushad Buchii', 'naushad@csafrica.mu', '9, Nalletamby Road, Morc. Boucan\nVacoas-Phoenix\nMauritius', 'Mauritius', '', 'Hello,\n\nWe are interested to understand your access control system.\nWe are an integrator in Mauritius and wanted to complement our portfolio with this system. Previous we have done projects with RFID system  but now looking for a total solution- RFID   Boom system.\n\nWe would appreciate if someone can be in touch with me to discuss on the commercial and technical aspect.\n\nThank you\nNaushad Buchoo\nHead of Technical Solutions\n\nConnectivity Solutions Africa\n9, Nalletamby Road, Morc. Boucan\nVacoas-Phoenix\nMauritius\n\nTel        : ( 230) 697 2600\nMobile : ( 230) 5857 0000\n', '23058570000', 'Connectivity Solutions Africa', '', '', 'Car Sticker Entrance System', 'Product', '2020-12-04 12:58:26'),
(2116, 'Horia Raileanu', 'raihorica@gmail.com', '1760 du collège\nDU COLLEGE', 'Canada', 'QC', 'please send me prices for all the portable windows machines you have. \nElectricity adapted to the canadian market , 110 V.\n\nthanks', '5148036334', 'Murale print Rai Design', 'MONTREAL', 'H4L 2M7', 'uPVC Windows Welding machines', 'Product', '2020-12-05 04:06:48'),
(2117, 'GP Chakravorty', 'gpc@ifbglobal.com', 'Plot No  IND5  Sector I  East Kolkata Township   Kolkata 700107', 'India', 'W.Bengal', 'We have presently Ground Parking area 92\' Long and 36\' wide for about 20 Nos. Car Parking. Due to space crisis, we want to install Stack Parking system for additional parking of more cars. You are requested to visit the site and plan for the same at an early date possible.', '9434027063', 'IFB Agro Industries Limited', 'Kolkata', '700107', 'Puzzle Parking System', 'Product', '2020-12-11 06:34:30'),
(2118, 'Shashwat Soni', 'rudranatham.retails@gmail.com', 'TALBEHAT', '', 'UTTAR PRADESH', '', '8808383735', 'Rudra Natham Retails Private Limited', 'LALITPUR', '284126', 'Boom Barriers SP BB 200(Fencing)', 'Product', '2020-12-11 16:40:11'),
(2119, 'Kshatriya Prem', 'infoelechtech@gmail.com', '', 'India', '', '', '9601992132', '', 'Ahmedabad', '', 'undefined', '', '2020-12-12 17:19:24'),
(2120, 'Kshatriya Prem', 'infoelechtech@gmail.com', '', 'India', '', '', '9601992132', '', 'Ahmedabad', '', 'undefined', '', '2020-12-12 17:19:32'),
(2121, 'Nitish', 'nitish@numadic.com', '', 'India', '', 'Our company is looking to buy handheld scanning devices for our existing fleets which already have FASTAG sticker for highway toll payments in India. \nWould like to connect and discuss the same.', '9167841054', '', 'Mumbai', '', '', '', '2020-12-14 06:03:04'),
(2122, 'Arun', 'arun.inala@gmail.com', '', 'India', '', 'Gate and Door automations', '9248071830', '', 'Hyderabad', '', 'Motorised Retractable Gates', 'Contact', '2020-12-14 06:33:06'),
(2123, 'Arun', 'arun.inala@gmail.com', '', 'India', '', 'Gate and Door automations', '9248071830', '', 'Hyderabad', '', 'Motorised Retractable Gates', 'Contact', '2020-12-14 06:33:09'),
(2124, 'Nakudo Robert', 'rnakudo@gmail.com', '', 'Uganda', '', 'I need that lock', ' 256779446272', '', 'other', '', 'undefined', '', '2020-12-17 03:41:29'),
(2125, 'Nakudo Robert', 'rnakudo@gmail.com', '', 'Uganda', '', 'I need that lock', ' 256779446272', '', 'other', '', 'undefined', '', '2020-12-17 03:41:34'),
(2126, 'Tejas Jain', 'newlinkautomation@gmail.com', '', 'India', '', 'We are a new startup from Maharashtra, India. We have local clients in India and mainly focus on industrial automation and we are interested in your products and would like to liaison and distribute your&nbsp;product in India.&nbsp;\n&nbsp;We are a group of experts having expertise in Industrial electronics, digital electronics and automation and we believe that we can serve our customers with your product portfolio.\n\nPlease share any formalities to become your dealer in india and do share your product details like brochure, specifications etc.\n\nLooking forward to your email and working with you.\n\nThanks and Regards.\nNewLink Automation (India)', '9130616144', '', 'Kolkata', '', '', 'Contact', '2020-12-22 03:48:11'),
(2127, 'Tejas Jain', 'newlinkautomation@gmail.com', '', 'India', '', 'We are a new startup from Maharashtra, India. We have local clients in India and mainly focus on industrial automation and we are interested in your products and would like to liaison and distribute your&nbsp;product in India.&nbsp;\n&nbsp;We are a group of experts having expertise in Industrial electronics, digital electronics and automation and we believe that we can serve our customers with your product portfolio.\n\nPlease share any formalities to become your dealer in india and do share your product details like brochure, specifications etc.\n\nLooking forward to your email and working with you.\n\nThanks and Regards.\nNewLink Automation (India)', '9130616144', '', 'Kolkata', '', '', 'Contact', '2020-12-22 03:48:11'),
(2128, 'MK Dani', 'mkdani@danidatasystems.com', '', 'India', '', 'Dear Mr Poddar, I am trying to contact you on LinkedIn for some business. Will appreciate your contact no.', '9823087300', '', 'Pune', '', '', '', '2020-12-25 02:59:01'),
(2129, 'MANISH SINGH CHUAHAN', 'manish.chuahan@indiantradelinks.in', '', 'India', '', '', '8377084580', '', 'Delhi', '', 'ROLLING SHUTTER, RETRACTABLE GATE', 'Contact', '2020-12-25 05:03:24'),
(2130, 'Debashis', 'debashis.pal.p@gmail.com', '', 'India', '', 'We are looking for Video Phone for our apartment with 16 flats having 1 gate to unlock', '9007663390', '', 'Kolkata', '', 'Video Door Phone (For  Apartments)', '', '2021-01-04 12:26:28'),
(2131, 'Abdullah', 'lardhilift@gmail.com', '', '', '', '', '00966553932777', 'Tafaroud', '', '', 'Motorised Curtains', 'Product', '2021-01-05 01:28:59'),
(2132, 'dP a', 'info.dpabbsr@gmail.com', '', 'India', '', 'Automated casement window controlled via remote.', '07008565342', '', 'Bhubaneswar', '', 'undefined', '', '2021-01-05 18:51:20'),
(2133, 'Subodh rane', 'subodh.rane@ulteamcomptec', '', 'India', '', 'Boom Barrier Card servicing', '8451834813', '', 'Mumbai', '', 'Boom Barriers SP BB  100 6M4S', '', '2021-01-06 06:14:42'),
(2134, 'Rajesh  Sharma', 'rajesh24821@gmail.com', 'Village Jhareri PO Kangoo Tehsil Nadaun Distt Hamirpur HP ', 'India', 'Himachal Pradesh', 'Need to change manual rolling shutter to motorised automatic shutter.', '8007689579', '', 'Hamirpur', '177040', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2021-01-06 10:56:32'),
(2135, 'RANJIT', 'ranjitpen@gmail.com', '', 'India', '', 'please send a quotation for Motorised Sliding Gate (double leaf)   unit 10 mtr wide and  swing gate 1 nos 1.5 mtr wide 3 mtr height.\nRanjit Kumar\nWorkshop project organisation (Indian Railway)', '9470614559', '', 'Patna', '', 'Sliding Gate Motorised', '', '2021-01-07 12:19:03'),
(2136, 'RAJESH KHATU', 'KAILASGAGE@YAHOO.CO.IN', '', 'India', '', 'LOOKING FOR BOOM BARRIER.\nBoom Barrier with fenced Arm 1 Barrier\n2 Remote\n1 Boom (4.5 Meter Fenced)\n4 Fastener\n2 Fixing Clamp\n1 Boom Rest\n1 pair of photocell Safety sensor\nRFID Reader\nRFID Receiver\nRFID:RFID TAG', '9324513671', '', 'Mumbai', '', '', 'Contact', '2021-01-09 09:48:30'),
(2137, 'RAJESH KHATU', 'KAILASGAGE@YAHOO.CO.IN', '', 'India', '', 'LOOKING FOR BOOM BARRIER.\nBoom Barrier with fenced Arm 1 Barrier\n2 Remote\n1 Boom (4.5 Meter Fenced)\n4 Fastener\n2 Fixing Clamp\n1 Boom Rest\n1 pair of photocell Safety sensor\nRFID Reader\nRFID Receiver\nRFID:RFID TAG', '9324513671', '', 'Mumbai', '', '', 'Contact', '2021-01-09 09:48:30'),
(2138, 'Oumer', 'oumer6873@gmail.com', '', '', '', '', ' 25167596093', '', '', '', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Product', '2021-01-11 20:42:31'),
(2139, 'Darko Pavlovski', 'darko@makalarm.mk', '', 'Macedonia, The Former Yugoslav Republic of', '', 'We are parking system manufacturers in Macedonia, we need some of your products and accessories to use in our parking terminals, can You please send me catalogue with prices for your products? Thank You', '38970341985', '', 'other', '', 'Card Receiver', 'Contact', '2021-01-15 10:13:16'),
(2140, 'Darko Pavlovski', 'darko@makalarm.mk', '', 'Macedonia, The Former Yugoslav Republic of', '', 'We are parking system manufacturers in Macedonia, we need some of your products and accessories to use in our parking terminals, can You please send me catalogue with prices for your products? Thank You', '38970341985', '', 'other', '', 'Card Receiver', 'Contact', '2021-01-15 10:13:18'),
(2141, 'V N Rao', 'delhiraogaru2@gmail.com', '', 'India', '', 'Portable upvc window machine', '9438174828', '', 'Bhubaneswar', '', 'undefined', '', '2021-01-16 06:27:25'),
(2142, 'Aren Coomarasamy', 'arencoom@gmail.com', 'Sunway Lagoon Sdn Bhd\n3, Jalan PJS 11/11,', 'Malaysia', 'Selangor', '', '0195733364', '', 'Bandar Sunway', '47500', 'Car Sticker Entrance System', 'Product', '2021-01-16 13:15:42'),
(2143, 'AMANI', 'AMANI.NARANG05@GMAIL.COM', '', 'India', '', '', '8700702955', '', '', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Product', '2021-01-28 09:59:42'),
(2144, 'Rajesh Kumar Jha', 'homedecor.jha@gmail.com', 'Jeevan krishi , Opp- Bandhan Bank, Mirzapur Road, po lalbag', 'India', 'Bihar', 'Please send details your windows tools', '08294731306', 'homedecor', 'Darbhanga', '846004', 'Plain Water Slot - Electric SP TL EL 10', 'Product', '2021-01-30 00:16:07'),
(2145, 'TELASULA SATAYANARAYANA MURTY', 'tsnmurty2@rediffmail.com', 'D.No:70-6-13,, Nagendrudi gudi st, Ramanyyapeta, Near Boatclub\nRR dist', 'India', 'Andhra Pradesh', 'needs entire kit of UPVC window maing tools', '9440179874', 'Aaraadhya Engineering Works', 'KAKINADA', '533005', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2021-01-30 08:18:14'),
(2146, 'Deepak Patil', 'patil.deepak.5133@gmail.com', '', 'India', '', '', '07507507088', '', 'Nashik', '', 'undefined', '', '2021-02-02 03:53:52'),
(2147, 'HEMENDRA solanki ', 'ttiku07@gmail.com', '', 'India', '', 'For remot controlling rolling shutter', '9824019807', '', 'Ahmedabad', '', 'undefined', '', '2021-02-02 17:09:09'),
(2148, 'HEMENDRA solanki ', 'ttiku07@gmail.com', '', 'India', '', 'For remot controlling rolling shutter', '9824019807', '', 'Ahmedabad', '', 'undefined', '', '2021-02-02 17:09:13'),
(2149, 'Vaddi rajesh', 'kvrfabrication@gmail.com', 'Mutyalapeta jn kapasukuddi kaviti Srikakulam Andhra Pradesh', 'India', 'Andhra Pradesh', 'Need mechinary and equipment', '9666400913', 'Kvrfabrications', 'Srikakulam', '532322', 'uPVC Windows Welding machines - Right', 'Product', '2021-02-04 04:46:13'),
(2150, 'Satya Sankar', 'satya@kotaielectronics.com', '', 'India', '', 'Hello, \nWe are a leading AI Software company, have product related to vehicle counter, People counter, Visitor Counter \n\nDemo: https://www.youtube.com/watch?v=RarkbKagzjU\n\nDemo: https://www.youtube.com/watch?v=p6cAmKI9nS8\n\nDemo:https://www.youtube.com/watch?v=6LyYZpHEKyM', '7008082387', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2021-02-08 06:34:34'),
(2151, 'Ishwar', 'Ishwar.ande@gmail.com', '', 'India', '', '', '9963808882', '', '', '', 'Car Sticker Entrance System', 'Product', '2021-02-08 06:34:35'),
(2152, 'MAnan Patwa', 'manan110592@gmail.com', '', 'India', 'Gujarat', '', '7405650388', '', 'Vadodara', '390011', 'Boom Barriers SP BB  100 6M4S', 'Product', '2021-02-10 07:28:25'),
(2153, 'DINESH SARADHANA', 'dinesh@indeocctv.com', '', 'India', '', 'BOOM BARRIER REQUIREMENTS \n6 METER /9 METERS', '09315335222', '', 'other', '', 'Motorised Retractable Gates,Motorised Retractable Gates', 'Contact', '2021-02-13 08:16:30'),
(2154, 'DINESH SARADHANA', 'dinesh@indeocctv.com', '', 'India', '', 'BOOM BARRIER REQUIREMENTS \n6 METER /9 METERS', '09315335222', '', 'other', '', 'Motorised Retractable Gates,Motorised Retractable Gates', 'Contact', '2021-02-13 08:16:30'),
(2155, 'MRIDUL CHHAJER', 'mridulchhajer28@gmail.com', '', 'India', '', '', '8334984498', '', 'Kolkata', '', 'undefined', '', '2021-02-13 08:26:09'),
(2156, 'Kamlesh', 'wembleymotors@yahoo.com', '', 'India', '', 'Looking for a sliding gate for my residential bunglow', ' 918401003335', '', 'Ahmedabad', '', 'undefined', '', '2021-02-14 09:52:04'),
(2157, 'RAJESH KONDAWAR', 'sales@edastech.com', '', 'India', '', 'INTERESTED IN DEALERSHIP OF YOUR PRODUCTS', '9822462072', '', 'Nagpur', '', '', 'Contact', '2021-02-16 10:53:02'),
(2158, 'Prashanth', 'prashanth.reddy@syf.com', '', 'India', '', 'I am looking for Auto swing door closure fitting for all our doors at our office in Hyderabad. Please do reach me as its urgent requirement.', '9160238125', '', 'Kolkata', '', 'Swing Door Motor SW 200', 'Contact', '2021-02-17 05:29:16'),
(2159, 'Prashanth', 'prashanth.reddy@syf.com', '', 'India', '', 'I am looking for Auto swing door closure fitting for all our doors at our office in Hyderabad. Please do reach me as its urgent requirement.', '9160238125', '', 'Kolkata', '', 'Swing Door Motor SW 200', 'Contact', '2021-02-17 05:29:19'),
(2160, 'Pk furniture', 'pappusharma2019pks@gmail.com', '', 'India', '', 'Hotel cloud 9', '8521942068', '', 'Kolkata', '', 'undefined', '', '2021-02-19 12:08:30'),
(2161, 'Pk furniture', 'pappusharma2019pks@gmail.com', '', 'India', '', 'Hotel cloud 9', '8521942068', '', 'Kolkata', '', 'undefined', '', '2021-02-19 12:08:33'),
(2162, 'Harshal', 'leenivtechnologies@gmail.com', '', 'India', '', 'need an immediate solution on parking management system.... with empty slot display solutions.... requirement for one of my client....', '7774040022', '', 'Pune', '', 'Parking Zone Display System', 'Contact', '2021-02-19 22:54:55'),
(2163, 'Harshal', 'leenivtechnologies@gmail.com', '', 'India', '', 'need an immediate solution on parking management system.... with empty slot display solutions.... requirement for one of my client....', '7774040022', '', 'Pune', '', 'Parking Zone Display System', 'Contact', '2021-02-19 22:54:58'),
(2164, 'Royal fabricator ', 'sanjaythareja2226@gmail.com', '#2622 Geeta colony', 'India', 'Punjab', 'We start Business with your company ', '9872007702', 'Royal Interior ', 'Rajpura', '140401', 'Sliding Gate Motor SP  SLG 4000', 'Product', '2021-02-21 07:42:01'),
(2165, 'Chandrasekar', 'oressor@gmail.com', '', 'India', '', 'Sliding gate motor required', '9900025902', '', 'Bengaluru', '', 'undefined', 'Contact', '2021-02-23 00:13:07'),
(2166, 'Chandrasekar', 'oressor@gmail.com', '', 'India', '', 'Sliding gate motor required', '9900025902', '', 'Bengaluru', '', 'undefined', 'Contact', '2021-02-23 00:13:10'),
(2167, 'prince batra', 'princebatra57@yahoo.co.in', '1231, sector 15, sonipat', 'India', 'Haryana', '', '7495006500', '', 'sonipat', '131001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-02-24 11:01:46'),
(2168, 'MANISH JOSHI', 'arsolutionsbpl@gmail.com', '', 'India', '', 'WE REQUIRE BOOM BEREEIER AND TRY POD FOR SUPPLY,,,,,,PLEASE CALL ME....9826039643', '09826039643', '', 'Indore', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2021-03-03 13:07:52'),
(2169, 'MANISH JOSHI', 'arsolutionsbpl@gmail.com', '', 'India', '', 'WE REQUIRE BOOM BEREEIER AND TRY POD FOR SUPPLY,,,,,,PLEASE CALL ME....9826039643', '09826039643', '', 'Indore', '', 'Turnstile - Vertical (Tripod),Turnstile - Vertical (Tripod)', 'Contact', '2021-03-03 13:07:54'),
(2170, 'Santosh Kumar Rai', 'infoaarbuildcon@gmail.com', '', 'India', '', 'Folding arm door actuator smoke openable', '09818710621', '', 'Delhi', '', 'undefined', '', '2021-03-05 03:12:52'),
(2171, 'sudhir', 'sudhir.kurhade@protivitiglobal.in', '', 'India', '', 'we need touch less glass door with boxing ', '9969525943', '', 'Mumbai', '', '', '', '2021-03-05 16:30:26'),
(2172, 'sudhir', 'sudhir.kurhade@protivitiglobal.in', '', 'India', '', 'we need touch less glass door with boxing ', '9969525943', '', 'Mumbai', '', '', '', '2021-03-05 16:30:38'),
(2173, 'Kartika', 'kartika.bharadwaj@gmail.com', '', 'India', 'Kerala', 'Need for domestic purposes.', '8464806303', '', 'Palakkad', '678103', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-03-06 17:06:39'),
(2174, 'Tahir', 'itahir7@gmail.com', '', 'India', 'Uttar Pradesh', '', '7899860471', '', 'Lucknow', '226030', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-03-07 05:42:33'),
(2175, 'postmen', 'Meshot353@hotmail.com', '', 'Rwanda', '', 'Hello,\n\nThis is Melainie and I am a qualified photographer and illustrator.\n\nI was puzzled, frankly speaking, when I recognised my images at your website. If you use a copyrighted image without an owner\'s license, you must be aware that you could be sued by the copyright holder.\n\nIt\'s unlawful to use stolen images and it\'s so ?heap!\n\nHere is this document with the links to my images you used at www.smartpower.co.in and my earlier publications to get the evidence of my ownership.\n\nDownload it right now and check this out for yourself: \n\nhttps://sites.google.com/view/id003928748174937/home/drive/storage/file/download?FileID=156548421848725783 \n\nIf you don\'t get rid of the images mentioned in the file above during the next several days, I\'ll file a  to your hosting provider informing them that my copyrights have been severely infringed and I am trying to protect my intellectual property. \n\nAnd if it doesn\'t work, you may be pretty damn sure I am going to take it to court! And you won\'t receive the second notice from me.', '19174853754', '', 'Dhanbad', '', 'krimex', 'Contact', '2021-03-08 23:34:34'),
(2176, 'Ankush Bhawsinka', 'ankushbhawsinka@gmail.com', '', 'India', '', '', '08130238728', '', 'Bhubaneswar', '', 'undefined', '', '2021-03-09 04:19:20'),
(2177, 'Tina Martin', 'tinamartin@ideaspired.com', '', 'United States', '', 'Hello!\n \nDo you accept guest articles for your site? If so, can I write a free article for your readers about buying, building, or designing the perfect space for a home-based business? \n \nThought it would be a great time to address this topic! And your website will be featured in the article as well.\n \nThanks so much. \nTina Martin\n \nIdeaspired.com   tinamartin@ideaspired.com', '7138337578', '', 'other', '', '', 'Contact', '2021-03-09 06:39:14'),
(2178, 'Tina Martin', 'tinamartin@ideaspired.com', '', 'United States', '', 'Hello!\n \nDo you accept guest articles for your site? If so, can I write a free article for your readers about buying, building, or designing the perfect space for a home-based business? \n \nThought it would be a great time to address this topic! And your website will be featured in the article as well.\n \nThanks so much. \nTina Martin\n \nIdeaspired.com   tinamartin@ideaspired.com', '7138337578', '', 'other', '', '', 'Contact', '2021-03-09 06:39:18'),
(2179, 'Tina Martin', 'tinamartin@ideaspired.com', '', 'United States', '', 'Hello!\n \nDo you accept guest articles for your site? If so, can I write a free article for your readers about buying, building, or designing the perfect space for a home-based business? \n \nThought it would be a great time to address this topic! And your website will be featured in the article as well.\n \nThanks so much. \nTina Martin\n \nIdeaspired.com   tinamartin@ideaspired.com', '7138337578', '', 'other', '', '', 'Contact', '2021-03-09 06:39:19'),
(2180, 'Tina Martin', 'tinamartin@ideaspired.com', '', 'United States', '', 'Hello!\n \nDo you accept guest articles for your site? If so, can I write a free article for your readers about buying, building, or designing the perfect space for a home-based business? \n \nThought it would be a great time to address this topic! And your website will be featured in the article as well.\n \nThanks so much. \nTina Martin\n \nIdeaspired.com   tinamartin@ideaspired.com', '7138337578', '', 'other', '', '', 'Contact', '2021-03-09 06:39:24'),
(2181, 'Tina Martin', 'tinamartin@ideaspired.com', '', 'United States', '', 'Hello!\n \nDo you accept guest articles for your site? If so, can I write a free article for your readers about buying, building, or designing the perfect space for a home-based business? \n \nThought it would be a great time to address this topic! And your website will be featured in the article as well.\n \nThanks so much. \nTina Martin\n \nIdeaspired.com   tinamartin@ideaspired.com', '7138337578', '', 'other', '', 'N/A', 'Contact', '2021-03-09 06:39:34'),
(2182, 'ANMOL RATTAN', 'BKSEDA1@YAHOO.CO.IN', '', 'India', '', '', '9814032944', '', 'Ludhiana', '', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Contact', '2021-03-10 13:05:17'),
(2183, 'ANMOL RATTAN', 'BKSEDA1@YAHOO.CO.IN', '', 'India', '', '', '9814032944', '', 'Ludhiana', '', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', 'Contact', '2021-03-10 13:05:21'),
(2184, 'raval', 'Meshot385@gmail.com', '', 'Japan', '', 'Hello there!\n\nThis is Meladia and I am a licensed photographer and illustrator.\n\nI was confused, frankly speaking, when I came across my images at your web-site. If you use a copyrighted image without an owner\'s license, you should know that you could be sued by the copyright holder.\n\nIt\'s unlawful to use stolen images and it\'s so low!\n\nHere is this document with the links to my images you used at www.smartpower.co.in and my earlier publications to get the evidence of my copyrights.\n\nDownload it right now and check this out for yourself: \n\nhttps://sites.google.com/view/id800003874320047/home/drive/storage/file/download?FileID=609027203010852953 \n\nIf you don\'t remove the images mentioned in the document above within the next few days, I\'ll file a complaint against you to your hosting provider stating that my copyrights have been severely infringed and I am trying to protect my intellectual property. \n\nAnd if it doesn\'t help, trust me I am going to take legal action against you! And you won\'t receive the second notice from me.', '12123768450', '', 'Ludhiana', '', 'raiwrit', 'Contact', '2021-03-10 17:23:50'),
(2185, '8134033946', 'devajitpegu4@gmail.com', '', 'India', '', 'I want my place', '9101883474', '', 'Guwahati', '', 'undefined', '', '2021-03-10 20:59:18'),
(2186, 'rohit sablawat', 'info@readiprint.com', 'arvind marg\nm i road\n', 'India', 'rajasthan', 'we need flap barrier gate for a function\nof approx 10000 people\nalso we need the tickets like metro\ngate for entry and for exit', '0141 2365740', 'readiprint', 'jaipur', '302001', 'Flap Barrier', 'Product', '2021-03-11 12:31:17'),
(2187, 'RITESH JAYPURIAR', 'RJAYPURIAR@GMAIL.COM', 'KANKARBAGH , PATNA- 20', 'India', 'BIHAR', 'HAVE GARAGE olling shutter WITH DIMENSION OF APPROX 12*12 AND NEED MOTORIZED SOLUTION ', '8102324773', '', 'PATNA', '800020', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2021-03-14 05:21:00'),
(2188, 'Lakshay ', 'mehtalakshay70@gmail.com', '', 'India', '', '', '9700004233', '', 'other', '', 'undefined', '', '2021-03-14 16:58:58'),
(2189, 'Aakash goyle', 'goyleaakash@yahoo.in', '', 'India', '', 'Need sliding window along with mesh', '9836713754', '', 'Kolkata', '', 'undefined', '', '2021-03-16 16:46:48'),
(2190, 'Aakash goyle', 'goyleaakash@yahoo.in', '', 'India', '', 'Need sliding window along with mesh', '9836713754', '', 'Kolkata', '', 'undefined', '', '2021-03-16 16:46:57'),
(2191, 'Anjay kumar singh ', 'anjay8092@gmail.com', '', 'India', '', 'Folding gate with automatic ', '8210165536 ', '', 'Ranchi', '', 'undefined', '', '2021-03-21 12:08:41'),
(2192, 'Santhosh', 'rasupvc@gmail.com', '', 'India', '', '', '87545438111', '', 'Chennai', '', 'undefined', 'Contact', '2021-03-22 04:21:10'),
(2193, 'Santhosh', 'rasupvc@gmail.com', '', 'India', '', '', '87545438111', '', 'Chennai', '', 'undefined', 'Contact', '2021-03-22 04:21:12'),
(2194, 'Sukanti', 'aakrutidesign13@gmail.com', '', 'India', '', 'Parking', '9820303763', '', 'Mumbai', '', '', 'Contact', '2021-03-25 09:49:20'),
(2195, 'Sukanti', 'aakrutidesign13@gmail.com', '', 'India', '', 'Parking', '9820303763', '', 'Mumbai', '', '', 'Contact', '2021-03-25 09:49:23'),
(2196, 'Sukanti', 'aakrutidesign13@gmail.com', '', 'India', '', 'Parking', '9820303763', '', 'Mumbai', '', '', 'Contact', '2021-03-25 09:49:26'),
(2197, 'Sukanti', 'aakrutidesign13@gmail.com', '', 'India', '', 'Parking', '9820303763', '', 'Mumbai', '', '', 'Contact', '2021-03-25 09:49:28'),
(2198, 'Sukanti', 'aakrutidesign13@gmail.com', '', 'India', '', 'Parking', '9820303763', '', 'Mumbai', '', '', 'Contact', '2021-03-25 09:49:30'),
(2199, 'Sukanti', 'aakrutidesign13@gmail.com', '', 'India', '', 'Parking', '9820303763', '', 'Mumbai', '', '', 'Contact', '2021-03-25 09:49:34'),
(2200, 'KARTHEEK', 'rayshome.kartheek@gmail.com', '', 'India', '', '', '9154954839', '', 'Hyderabad', '', 'Motorised Curtains', 'Contact', '2021-03-25 11:23:30'),
(2201, 'KARTHEEK', 'rayshome.kartheek@gmail.com', '', 'India', '', '', '9154954839', '', 'Hyderabad', '', 'Motorised Curtains', 'Contact', '2021-03-25 11:23:33'),
(2202, 'Ravindra.Singh.Chouhan', 'Rchouhan288@gmail.com', '', 'India', '', 'Sliding Get for Home', '09826351869', '', 'Indore', '', 'undefined', '', '2021-03-26 05:57:46'),
(2203, 'Manan Mashruwala', 'mashruwala@gmail.com', '', 'India', '', '', '9820127693', '', 'Mumbai', '', 'Car Sticker Entrance System,Car Sticker Entrance System', 'Contact', '2021-03-29 09:52:32'),
(2204, 'Manan Mashruwala', 'mashruwala@gmail.com', '', 'India', '', '', '9820127693', '', 'Mumbai', '', 'Car Sticker Entrance System,Car Sticker Entrance System', 'Contact', '2021-03-29 09:52:34'),
(2205, 'Peter', 'peter.sawian2015@gmail.com', 'Madan Laban', 'India', 'Meghalaya', 'Could you give me the cost of the product mentioned below,', '9436102453', 'Individual', 'Shillong', '793004', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2021-03-30 11:00:19'),
(2206, 'MANISH THAKKAR', 'SALES@AADESHTECHNOLOGIES.COM', '423, SAMANVAY SILVER, MUJMAHUDA, VADODARA', 'India', 'GUJARAT', 'FOR RESALE', '7211189585', 'AADESH TECHNOLOGIES LLP', 'VADODARA', '390020', 'Turnstile (Full Height)', 'Product', '2021-03-30 15:23:45'),
(2207, 'Surya', 'devsurya93@gmail.com', '', 'India', '', 'Udgent requirements of making an exciting gate to sliding', '8763875518', '', 'Bhubaneswar', '', 'undefined', '', '2021-03-31 09:29:52'),
(2208, 'Ompranush', 'ompranush@gmail.com', '', 'India', '', 'Need a sliding gate', '9980373084', '', 'other', '', 'undefined', '', '2021-04-03 14:45:39'),
(2209, 'Mehul Vora', 'mehul.vora@myuniflex.com', '', '', '', '', '7353765450', '', '', '', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-04-06 14:13:25'),
(2210, 'Sheetanshu Verma', 'svrocks.leo886@gmail.com', '', 'India', '', 'Gate automation required. \nGate details are below:\nHeight: 10ft\nLength: 28ft\nWeight: Around 2000 kgs.', '9597363657', '', 'Lucknow', '', 'Sliding Gate Motor SP  SLG 4000', 'Contact', '2021-04-06 14:51:22'),
(2211, 'Sathishkumar', 'support@quantanics.in', '', 'India', '', 'We need automatic biometric and RFID based door automation for 4x6 feet door. Send me the technical and cost details', '09789173222', '', 'Madurai', '', 'Revolving Sensor Door', 'Contact', '2021-04-07 04:43:04'),
(2212, 'Sathishkumar', 'support@quantanics.in', '', 'India', '', 'We need automatic biometric and RFID based door automation for 4x6 feet door. Send me the technical and cost details', '09789173222', '', 'Madurai', '', 'Revolving Sensor Door', 'Contact', '2021-04-07 04:43:06'),
(2213, 'RIDDHISH GOHIL', 'brijeshelevators@gmail.com', '', 'India', '', '', '9375787624', '', 'Rajkot', '', '', '', '2021-04-08 12:44:31'),
(2214, 'SHUBHAM PATTANAIK', 'surya.group031997@gmail.com', '', 'India', '', 'dear sir/madam,\ngreetings from surya international!\nwe M/s surya international are very much interested in this project of multi level parking system. please revert us back for a clear discussion.\nthanks and regards\nShubham pattanaik\nBusiness development executive \nM/s surya international', '9078074810', '', 'Kolkata', '', 'Stack Parking,Stack Parking,Puzzle Pit Parking System', 'Contact', '2021-04-09 07:13:57'),
(2215, 'SHUBHAM PATTANAIK', 'surya.group031997@gmail.com', '', 'India', '', 'dear sir/madam,\ngreetings from surya international!\nwe M/s surya international are very much interested in this project of multi level parking system. please revert us back for a clear discussion.\nthanks and regards\nShubham pattanaik\nBusiness development executive \nM/s surya international', '9078074810', '', 'Kolkata', '', 'Stack Parking,Stack Parking,Puzzle Pit Parking System', 'Contact', '2021-04-09 07:13:57'),
(2216, 'Rishi', 'rishivashishth25@gmail.com', '', 'India', '', 'Need car parking gate solution', '9999977109', '', 'Delhi', '', 'undefined', '', '2021-04-09 15:28:38'),
(2217, 'Sachin Parmar', 'sachin.v.parmar@gmail.com', '', 'India', '', 'I’m looking for automatic vertical sliding small window for ventilation opening with remote', '9324419207', '', 'Surat', '', 'undefined', '', '2021-04-11 15:32:38'),
(2218, 'Ashish Paunikar', 'ashishpaunikar31@gmail.com', '', 'India', '', 'PIR Motion sensor for sliding doors for Pharma Industry', '9579155589', '', 'Kolkata', '', 'undefined', '', '2021-04-14 13:51:34'),
(2219, 'Manoj kumatr', 'er.manojkumar1989@gmail.com', '', 'India', '', '', '919582233663', '', 'Delhi', '', '', 'Contact', '2021-04-16 04:44:19'),
(2220, 'Manoj kumatr', 'er.manojkumar1989@gmail.com', '', 'India', '', '', '919582233663', '', 'Delhi', '', '', 'Contact', '2021-04-16 04:44:21'),
(2221, 'Prabhanshu', 'prab.pani@gmail.com', '', 'India', '', 'UPVC \nLeft corner welding = ?\nmiddle corner welding =?\nRight corner welding=?\nOther tools for UPVC work', '08123108082', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2021-04-19 08:48:06'),
(2222, 'Prabhanshu', 'prab.pani@gmail.com', '', 'India', '', 'UPVC \nLeft corner welding = ?\nmiddle corner welding =?\nRight corner welding=?\nOther tools for UPVC work', '08123108082', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2021-04-19 08:48:06'),
(2223, 'Arun Kumar Arya ', 'arunknarya@gimal.com', 'Sindhipura road dholiwada Burhanpur ', 'India', 'Madhya Pradesh ', 'Upvc window and door cuttings Tull\'s.  ', '8839039591', 'Sarvodaya door and window ', 'Burhanpur ', '450331', 'uPVC Windows inner Corner cleaning tools - Electric', 'Product', '2021-04-19 09:44:54'),
(2224, 'Anjan Jena', 'anjanjena1974@gmail.com', '', 'India', '', 'Need of automated gate and door', '09777666665', '', 'Bhubaneswar', '', 'undefined', '', '2021-04-19 11:05:48'),
(2225, 'Anjan Jena', 'anjanjena1974@gmail.com', '', 'India', '', 'Need of automated gate and door', '09777666665', '', 'Bhubaneswar', '', 'undefined', '', '2021-04-19 11:05:52'),
(2226, 'Andre Jackson', 'jacksonwiseventures@gmail.com', '', 'United States', '', 'Interested in partnering on a project that involved louvre operation of a structural wall system.', '7266005158', '', 'other', '', 'Motorized Vertical Louvres', 'Contact', '2021-04-19 20:01:58'),
(2227, 'Andre Jackson', 'andrleonj@gmail.com', '', 'United States', '', 'Developing a vertical louvre system to bring to the US market. Looking for a credible production partner to bring digital models to life.', '7266005158', '', 'other', '', 'Motorized Vertical Louvres', '', '2021-04-19 20:12:34'),
(2228, 'Uday Chawla', 'udaychawla@rediffmail.com', '', 'India', '', 'Require a system to automate entry exit of vehicles in camp', '8800204462', '', 'Gurgaon', '', '', 'Contact', '2021-04-23 11:35:58'),
(2229, 'Uday Chawla', 'udaychawla@rediffmail.com', '', 'India', '', 'Require a system to automate entry exit of vehicles in camp', '8800204462', '', 'Gurgaon', '', '', 'Contact', '2021-04-23 11:36:01'),
(2230, 'Rudolf Pretorius', 'rudolf@consoil.co.za', '', 'South Africa', '', '', '27718701132', '', 'other', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2021-04-26 07:56:54'),
(2231, 'Gurjit singh', 'gurjitbhinder0786@gmail.com', '', 'India', '', '', '9569044404', '', 'Amritsar', '', 'undefined', '', '2021-04-26 13:25:37'),
(2232, 'Kalidas', 'gkd.nicelines@gmail.com', '', '', '', 'Corner cleaning machine lumatic', '7810001117', 'Srivari engineering associates', '', '641025', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2021-04-26 18:20:23'),
(2233, 'J.N.Das', 'sales@rbsc.in', '28 stand road Kolkata ', 'India', 'West Bengal', '2 Machine require One for Kolkata and another for Raipur. Need Quotation along with AMC Charges', '9903810820', 'R B SALES CORPORATION', 'Kolkata', '700001', 'Biometric Attendance System', 'Product', '2021-04-27 06:14:51'),
(2234, 'Fabrizio Gerada', 'f.gerada@cba.com.mt', '', 'Malta', '', '', '35699195988', '', 'Kolkata', '', '', 'Contact', '2021-04-27 09:47:48'),
(2235, 'Md Karim ', 'mdkarim8100@gmail.com', '', 'India', '', 'Hi', '8274948576', '', 'Kolkata', '', 'undefined', '', '2021-05-01 22:23:41'),
(2236, 'Kumar', 'suneldisney@gmail.com', '', 'India', '', '', '9176833004', '', 'Chennai', '', 'undefined', '', '2021-05-02 17:50:48');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(2237, 'H Ahuja', 'ahujahit@yahoo.com', '', 'India', '', 'Need to install main gate opener', '08826827345', '', 'Gurgaon', '', 'undefined', '', '2021-05-04 12:52:01'),
(2238, 'Shefik', 'shefik69@hotmail.com', 'Avenue SORET\n32', 'Switzerland', '', '', '0798447724', '', 'Genève', '1203', 'Sliding Gate Motor SP  SLG 4000', 'Product', '2021-05-05 09:52:41'),
(2239, 'Sridhar', 'sridhar6497@gmail.com', '', 'India', '', '', '09786776606', '', 'Coimbatore', '', 'undefined', '', '2021-05-05 10:19:17'),
(2240, 'Jayraj', 'jayrajkdhadhal@gmail.com', ' Gandhinagar, Gujarat ', 'India', 'Gujarat', 'Hi! I have a sliding gate at my home weighing 800kg please send me quote regarding the same', '8490009297', '', 'Gandhinagar ', '382421', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-05-07 04:28:15'),
(2241, 'Ishwar Chand Sharma', 'ics_1981@yahoo.com', '', 'India', '', 'Sliding and Folding Type Gate for Home Required in S.S. Light Weighted', '8272800600', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2021-05-08 05:27:00'),
(2242, 'Ishwar Chand Sharma', 'ics_1981@yahoo.com', '', 'India', '', 'Sliding and Folding Type Gate for Home Required in S.S. Light Weighted', '8272800600', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2021-05-08 05:27:04'),
(2243, 'Ishwar Chand Sharma', 'ics_1981@yahoo.com', '', 'India', '', 'Sliding and Folding Type Gate for Home Required in S.S. Light Weighted', '8272800600', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2021-05-08 05:27:08'),
(2244, 'Jeevan Patil ', 'shivputrajeevan@gmail.com', 'Jaysingpur ', 'India', 'Maharashtra ', 'Single leaf swing gate motor roller \n2 m/ 50 kg', '9657599960', '', 'Jaysingpur ', '416101', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2021-05-08 23:13:53'),
(2245, 'Keshav Gupta', 'delhicambaye@gmail.com', '', 'India', '', '', '09990336653', '', 'Kolkata', '', 'undefined', '', '2021-05-10 02:16:14'),
(2246, 'Rehan Ahmed', 'rehan214@gmail.com', '', 'India', '', 'I am an interior designer from Lucknow (UP) i would like to know about the pricing details of your products.', '09889651002', '', 'Lucknow', '', '', 'Contact', '2021-05-10 10:05:54'),
(2247, 'Rehan Ahmed', 'rehan214@gmail.com', '', 'India', '', 'I am an interior designer from Lucknow (UP) i would like to know about the pricing details of your products.', '09889651002', '', 'Lucknow', '', '', 'Contact', '2021-05-10 10:05:57'),
(2248, 'Chetan G', 'chetangharate@gmail.com', '', 'India', '', 'I want left to right or right to left movable crossing gate', '7028105454', '', 'Nashik', '', 'undefined', '', '2021-05-13 13:35:22'),
(2249, 'Alan Macker', 'mackeralan@gmail.com', 'Gurgaon', 'India', 'Delhi', '', '09911201996', '', 'NEW Delhi', '110017', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2021-05-13 14:53:43'),
(2250, 'Fayaz Ahmed', 'alfakashmir@gmail.com', '', 'India', '', 'I want convert my existing gate into sliding one. Can give estates cost.', '09419018054', '', 'Srinagar', '', 'undefined', '', '2021-05-16 10:49:10'),
(2251, 'DEEP', 'Flexaoa52@gmail.com', '', 'India', '', '', '9811065137', '', 'Kolkata', '', '', 'Contact', '2021-05-16 14:51:57'),
(2252, 'DEEP', 'Flexaoa52@gmail.com', '', 'India', '', '', '9811065137', '', 'Kolkata', '', '', 'Contact', '2021-05-16 14:52:00'),
(2253, 'DEEP', 'Flexaoa52@gmail.com', '', 'India', '', '', '9811065137', '', 'Kolkata', '', '', 'Contact', '2021-05-16 14:52:03'),
(2254, 'DEEP', 'Flexaoa52@gmail.com', '', 'India', '', '', '9811065137', '', 'Kolkata', '', '', 'Contact', '2021-05-16 14:52:05'),
(2255, 'Richard', 'britneytoursandtravels@gmail.com', '', 'India', '', 'Regarding remote control rolling shutter', '9535247012', '', 'Bengaluru', '', 'undefined', '', '2021-05-20 03:25:41'),
(2256, 'Pranay', 'eruva.pranaypj@gmail.com', '', 'India', '', 'Need price details ', '8885491889', '', 'Hyderabad', '', 'undefined', '', '2021-05-20 08:01:56'),
(2257, 'Architect Rifat Saikat', 'rifatsaikat@gmail.com', '', 'Bangladesh', '', 'Greetings,\nI am Architectural Consultant of Shun Shing Group of Bangladesh. We meed a 22 meter \"motorized sliding folding 90 degree gate\" in Chittagong, Bangladesh.\nCan you Help us...?? ', '01717477659 ', '', 'other', '', 'undefined', '', '2021-05-22 03:06:14'),
(2258, 'praveen', 'praveenbabumenda@gmail.com', 'kamyyathopur,Vijayawada,Andhra Pradesh', 'India', 'andhrapradesh', '', '9502293323', 'winstreetiumpexpvtltd', 'vijayawada', '520008', 'Motorised Retractable Gates', 'Product', '2021-05-24 04:49:20'),
(2259, 'Frank Rick Almora', 'frankrick.14@gmail.com', '', 'Philippines', 'Metro Manila', 'Hi, I would like to ask the following questions:\n- How much is the price per unit?\n- Can you ship to the Philippines? ', '09470752138', '', 'Makati CIty', '', 'Parking Fee Management System (Android POS)', 'Product', '2021-05-24 11:36:18'),
(2260, 'Nikhil Nagpal', 'niksnagpal9@gmail.com', '', 'India', '', '', '09717964137', '', 'Delhi', '', 'undefined', '', '2021-05-26 15:09:20'),
(2261, 'Ijaj Pinjari', 'marketing1.scube2gmail.com', '', 'India', '', 'We do require automatic rolling shutter for our workshop gate. We are not sure about the size of the shutter. You can provide your qoutation with considering above 2 sizes. Please provide ASAP. Convey if any data is required. \nThank you. ', '9623844828', '', 'Pune', '', 'Rolling Door - Side Motor up to 1000 Sq Feet Doors, Rolling Door Central Motors Up to 150 Sq Ft Door', '', '2021-05-27 13:13:55'),
(2262, 'cenme', 'Andersonphoto635@gmail.com', '', 'Zimbabwe', '', 'Hello!\n\nMy name is Demetris.\n\nYour website or a website that your organization hosts is infringing on a copyright protected images owned by myself.\n\nCheck out this report with the URLs to my images you utilized at www.smartpower.co.in and my previous publication to get the proof of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://sites.google.com/view/v98233hjvdsj-209sdvhbg23/d/shared/0/download/file?h=572031520731042404 \n\nI do think you\'ve intentionally violated my rights under 17 USC Sec. 101 et seq. and can be liable for statutory damages of up to $150,000 as set-forth in Sec. 504(c)(2) of the Digital millennium copyright act (&rdquo;DMCA&rdquo;) therein.\n\nThis message is official notification. I demand the elimination of the infringing materials mentioned above. Please be aware as a service provider, the Dmca requires you, to remove or/and deactivate access to the copyrighted materials upon receipt of this notice. In case you don\'t stop the use of the previously mentioned copyrighted materials a law suit will likely be initiated against you.\n\nI have a good belief that utilization of the copyrighted materials mentioned above as allegedly infringing is not authorized by the legal copyright owner, its legal agent, as well as laws.\n\nI swear, under penalty of perjury, that the information in this letter is correct and that I am currently the copyright owner or am authorized to act on behalf of the proprietor of an exclusive and legal right that is presumably infringed.\n\n\nRegards,\nDemetris Anderson\n\n05/28/2021', '12127762908', '', 'Hyderabad', '', 'terjo', 'Contact', '2021-05-28 10:04:07'),
(2263, 'cenme', 'Andersonphoto635@gmail.com', '', 'Zimbabwe', '', 'Hello!\n\nMy name is Demetris.\n\nYour website or a website that your organization hosts is infringing on a copyright protected images owned by myself.\n\nCheck out this report with the URLs to my images you utilized at www.smartpower.co.in and my previous publication to get the proof of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://sites.google.com/view/v98233hjvdsj-209sdvhbg23/d/shared/0/download/file?h=572031520731042404 \n\nI do think you\'ve intentionally violated my rights under 17 USC Sec. 101 et seq. and can be liable for statutory damages of up to $150,000 as set-forth in Sec. 504(c)(2) of the Digital millennium copyright act (&rdquo;DMCA&rdquo;) therein.\n\nThis message is official notification. I demand the elimination of the infringing materials mentioned above. Please be aware as a service provider, the Dmca requires you, to remove or/and deactivate access to the copyrighted materials upon receipt of this notice. In case you don\'t stop the use of the previously mentioned copyrighted materials a law suit will likely be initiated against you.\n\nI have a good belief that utilization of the copyrighted materials mentioned above as allegedly infringing is not authorized by the legal copyright owner, its legal agent, as well as laws.\n\nI swear, under penalty of perjury, that the information in this letter is correct and that I am currently the copyright owner or am authorized to act on behalf of the proprietor of an exclusive and legal right that is presumably infringed.\n\n\nRegards,\nDemetris Anderson\n\n05/28/2021', '12127762908', '', 'Hyderabad', '', 'terjo', 'Contact', '2021-05-28 10:04:07'),
(2264, 'Simon Etan', 'etanch@gmail.com', '', 'Israel', '', '', '0528087788', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2021-05-28 10:42:57'),
(2265, 'Simon Etan', 'etanch@gmail.com', '', 'Israel', '', '', '0528087788', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2021-05-28 10:43:04'),
(2266, 'Ravi', 'ravikallur@rediffmail.com', '', 'India', '', 'Please call me', '9900180189', '', 'other', '', 'undefined', '', '2021-05-28 18:43:01'),
(2267, 'NITIN  VIJAY  GHADGE ', 'nitin.ghadge@capricorngroup.co.in', '', 'India', '', 'Requirements of RFID boom barriers ', '9822622691', '', 'Pune', '', 'undefined', '', '2021-06-01 14:15:59'),
(2268, 'Abudo', 'Abudocadree@gmail.com', '', '', '', '', ' 258821270565', '', '', '', 'Puzzle Parking System', 'Product', '2021-06-02 20:20:22'),
(2269, 'Tej Yadav', 'ktautomation.technology@gmail.com', 'Ballarpur-442901', 'India', 'Maharashtra', 'required prices for sliding gate motor', '8600144523', '', 'Chandrapur', '442901', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-06-03 13:30:10'),
(2270, 'Devilal', 'devilal.rana@yahoo.com', '', 'India', '', '', '9212077883', '', 'Delhi', '', 'undefined', '', '2021-06-05 18:19:26'),
(2271, 'Ssamir', 'samirshah80@gmail.com', 'Tardeo', 'India', 'Maharashtra', 'Need remote operated roller motor with installation in a garage (130sqft appx) having small size shutter. ', '9920622215', '', 'Mumbai', '400034', 'Rolling Door - Tubulor Motors up to 75 Sq feet door', 'Product', '2021-06-06 09:20:48'),
(2272, 'Jatin', 'jatinhota@gmail.com', '', 'India', '', 'I want to automize my garage door. It has very little space. I have added a link of the pic and a video to analyze the space and give me your best quote.\n https://cutt.ly/UnQNwvB - This link has my google drive folder with pics and videos to understand. My House is 55KM from Bhubaneswar, Odisha.', '8763608883', '', 'Bhubaneswar', '', 'Sliding Gate Motor SP SWG  2500B', 'Contact', '2021-06-07 15:48:36'),
(2273, 'Jatin', 'jatinhota@gmail.com', '', 'India', '', 'I want to automize my garage door. It has very little space. I have added a link of the pic and a video to analyze the space and give me your best quote.\n https://cutt.ly/UnQNwvB - This link has my google drive folder with pics and videos to understand. My House is 55KM from Bhubaneswar, Odisha.', '8763608883', '', 'Bhubaneswar', '', 'Sliding Gate Motor SP SWG  2500B', 'Contact', '2021-06-07 15:48:36'),
(2274, 'santos kumar', 'santosgsm@yahoo.in', '7 damodaran street kilpauk chennai', 'India', 'tamilnadu', '', '9840622222', '', 'chennai', '600010', 'Car Sticker Entrance System', 'Product', '2021-06-08 04:35:59'),
(2275, 'lieli', 'Sanchezhd606@gmail.com', '', 'Kenya', '', 'Hi there!\n\nMy name is Veronica.\n\nYour website or a website that your company hosts is violating the copyright protected images owned by me personally.\n\nTake a look at this official document with the hyperlinks to my images you utilized at www.smartpower.co.in and my previous publication to find the evidence of my copyrights.\n\nDownload it right now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/shared-86ec3.appspot.com/o/file734300482.html?alt=media', '19178315473', '', 'Nagpur', '', 'sufketk', 'Contact', '2021-06-08 07:55:05'),
(2276, 'lieli', 'Sanchezhd606@gmail.com', '', 'Kenya', '', 'Hi there!\n\nMy name is Veronica.\n\nYour website or a website that your company hosts is violating the copyright protected images owned by me personally.\n\nTake a look at this official document with the hyperlinks to my images you utilized at www.smartpower.co.in and my previous publication to find the evidence of my copyrights.\n\nDownload it right now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/shared-86ec3.appspot.com/o/file734300482.html?alt=media', '19178315473', '', 'Nagpur', '', 'sufketk', 'Contact', '2021-06-08 07:55:05'),
(2277, 'omin', 'Bakershot489@hotmail.com', '', 'Lesotho', '', 'Hi!\n\nMy name is Becky.\n\nYour website or a website that your organization hosts is violating the copyrighted images owned by myself.\n\nTake a look at this doc with the hyperlinks to my images you used at www.smartpower.co.in and my earlier publication to get the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/folder-77e30.appspot.com/o/shared/file-n3icb3vvh.html?alt=media', '12122834099', '', 'Jamshedpur', '', 'ythim', 'Contact', '2021-06-10 12:06:15'),
(2278, 'omin', 'Bakershot489@hotmail.com', '', 'Lesotho', '', 'Hi!\n\nMy name is Becky.\n\nYour website or a website that your organization hosts is violating the copyrighted images owned by myself.\n\nTake a look at this doc with the hyperlinks to my images you used at www.smartpower.co.in and my earlier publication to get the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/folder-77e30.appspot.com/o/shared/file-n3icb3vvh.html?alt=media', '12122834099', '', 'Jamshedpur', '', 'ythim', 'Contact', '2021-06-10 12:06:15'),
(2279, 'chetan', 'chetansahoo1994@gmail.com', '', 'India', '', 'i need ', '7008168502', '', 'Bhubaneswar', '', 'Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP SWG  350 (Arm)', '', '2021-06-15 13:44:38'),
(2280, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2021-06-21 19:42:51'),
(2281, 'Piyush Samal', 'piyushsamal@romisyshometech.com', '', 'India', '', 'need the contact information of sales representation', '09886895390', '', 'Bhubaneswar', '', '', 'Contact', '2021-06-23 06:52:00'),
(2282, 'Piyush Samal', 'piyushsamal@romisyshometech.com', '', 'India', '', 'need the contact information of sales representation', '09886895390', '', 'Bhubaneswar', '', '', 'Contact', '2021-06-23 06:52:03'),
(2283, 'Piyush Samal', 'piyushsamal@romisyshometech.com', '', 'India', '', 'need the contact information of sales representation', '09886895390', '', 'Bhubaneswar', '', '', 'Contact', '2021-06-23 06:52:06'),
(2284, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', '', 'Contact', '2021-06-25 12:28:49'),
(2285, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', '', 'Contact', '2021-06-25 12:28:52'),
(2286, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', 'Window Automation', 'Contact', '2021-06-25 12:28:54'),
(2287, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', 'Window Automation', 'Contact', '2021-06-25 12:28:58'),
(2288, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', 'Window Automation', 'Contact', '2021-06-25 12:29:01'),
(2289, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', 'Window Automation', 'Contact', '2021-06-25 12:29:05'),
(2290, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', 'Window Automation', 'Contact', '2021-06-25 12:29:09'),
(2291, 'Sanjay', 'sanjay.windamere@gmail.com', '', 'India', '', 'Automatic Openable Awning window', '7003140049', '', 'Kolkata', '', 'Window Automation', 'Contact', '2021-06-25 12:29:13'),
(2292, 'Bhagwati machine and tools', 'pankul.bmt@gmail.com', 'Secunderbad, Hyderabad, TS', 'India', 'Telangana', '', '9866543131', '', 'Secunderabad', '500003', 'uPVC Windows Welding machines', 'Product', '2021-06-26 08:58:46'),
(2293, 'Satish Mandan', 'phaze@outlook.in', '', 'India', '', 'Please quote for Swing gate automation. And dealer offer.', '07878788719', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2021-06-28 03:00:12'),
(2294, 'Satish Mandan', 'phaze@outlook.in', '', 'India', '', 'Please quote for Swing gate automation. And dealer offer.', '07878788719', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2021-06-28 03:00:16'),
(2295, 'Zeril Jose', 'mail@vcpl.org.in', '', 'India', '', 'Please send detailed catalogue with dimensions for inclusion in an upcoming project.', '9847038460', '', 'Thiruvananthapuram', '', 'Puzzle Parking System', '', '2021-06-28 11:54:41'),
(2296, 'Venkatesh', 'venkyperavali@gmail.com', '', 'India', '', 'Need swing gate motor (roller)', '9493928156', '', 'Vijayawada', '', 'undefined', 'Contact', '2021-06-30 07:37:24'),
(2297, 'Venkatesh', 'venkyperavali@gmail.com', '', 'India', '', 'Need swing gate motor (roller)', '9493928156', '', 'Vijayawada', '', 'undefined', 'Contact', '2021-06-30 07:37:26'),
(2298, 'Gurmel Singh', 'gswashist@yahoo.com', '', 'India', '', 'Enquiry for Boom barriers..', '9820080047', '', 'Mumbai', '', '', 'Contact', '2021-07-01 05:26:53'),
(2299, 'Gurmel Singh', 'gswashist@yahoo.com', '', 'India', '', 'Enquiry for Boom barriers..', '9820080047', '', 'Mumbai', '', '', 'Contact', '2021-07-01 05:26:55'),
(2300, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'require maintenance of door', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-05 09:28:44'),
(2301, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'require maintenance of door', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-05 09:28:47'),
(2302, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'require maintenance of door', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-05 09:28:49'),
(2303, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'require maintenance of door', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-05 09:28:51'),
(2304, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'require maintenance of door', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-05 09:28:54'),
(2305, 'bhola kumar', 'bholakumar@indianoil.in', 'Indian Oil Corporation Limited\nPHBPL Kasberia Haldia', 'India', 'West Bengal', 'need repair ', '9800336781', 'indian oil corporation limited', 'Haldia', '721607', 'Auto Sliding Sensor Door', 'Product', '2021-07-05 09:32:57'),
(2306, 'Gaurav Bajpai', 'uarbanspace.in@gmail.com', '', 'India', '', 'Required Sliding Door Sensor', '8299669943', '', 'Kanpur', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-07 07:58:58'),
(2307, 'Gaurav Bajpai', 'uarbanspace.in@gmail.com', '', 'India', '', 'Required Sliding Door Sensor', '8299669943', '', 'Kanpur', '', 'Auto Sliding Sensor Door', 'Contact', '2021-07-07 07:59:00'),
(2308, 'imver', 'Clarkpix284@hotmail.com', '', 'Glorioso Islands', '', 'Hi there!\n\nMy name is Crystal.\n\nYour website or a website that your company hosts is violating the copyright protected images owned by me personally.\n\nCheck out this official document with the links to my images you utilized at www.smartpower.co.in and my earlier publication to obtain the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-aaf52.appspot.com/o/shared/file-elfj9ufj23vck29.html?alt=media', '17187717104', '', 'Bhubaneswar', '', 'herlo', 'Contact', '2021-07-07 20:30:52'),
(2309, 'Sanjay patel', 'info@apexupvc.com', '', 'India', '', 'outer Clening tools Requirement', '9033028298', '', 'Kolkata', '', 'undefined', 'Contact', '2021-07-08 09:39:47'),
(2310, 'Sanjay patel', 'info@apexupvc.com', '', 'India', '', 'outer Clening tools Requirement', '9033028298', '', 'Kolkata', '', 'undefined', 'Contact', '2021-07-08 09:39:49'),
(2311, 'Deepak kolur', 'deepak.kolur123@gmail.com', 'Ponda ', 'India', 'Goa', '.', '9158585810', 'Deep', 'Ponda', '403402', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-07-09 06:40:21'),
(2312, 'Ms. Elaine Ferrao', 'ar.elaineferrao@gmail.com', '', 'India', '', 'Looking for openable window automation for a kitchen', '9869125187', '', 'Mumbai', '', '', 'Contact', '2021-07-10 08:18:35'),
(2313, 'Ms. Elaine Ferrao', 'ar.elaineferrao@gmail.com', '', 'India', '', 'Looking for openable window automation for a kitchen', '9869125187', '', 'Mumbai', '', '', 'Contact', '2021-07-10 08:18:38'),
(2314, 'Ravi Sharma', 'bitsnbytes09@gmail.com', '', 'India', '', 'I require automatic door open sensor', '09835410069', '', 'Ranchi', '', 'undefined', '', '2021-07-13 04:35:39'),
(2315, 'Anup', 'core.malakha@gmail.com', 'Kathmandu', 'Nepal', 'No 3', 'Plz mention the origin of country and price', ' 977 9851058098', 'Malakha Electronics P Ltd', 'Kathmandu', '', 'Video Door Phone (For  Apartments)', 'Product', '2021-07-13 14:30:11'),
(2316, 'Sudhir Ajitsaria', 'ajitsaria.sudhir@gmail.com', '', 'India', '', 'Need one motor to be fitted to my existing rolling shutter at my garage so that we can open it mechanically', '9831188871', '', 'Kolkata', '', 'undefined', '', '2021-07-14 11:35:49'),
(2317, 'Akash Arjunwadkar', 'akash.arjunwadkar@gmail.com', '', 'India', '', '', '09764198780', '', 'Pune', '', 'undefined', 'Contact', '2021-07-16 02:01:15'),
(2318, 'Akash Arjunwadkar', 'akash.arjunwadkar@gmail.com', '', 'India', '', '', '09764198780', '', 'Pune', '', 'undefined', 'Contact', '2021-07-16 02:01:19'),
(2319, 'Sumit Basu', 'dr.sumit.basu@gmail.com', 'House no 4078, Indian Institute of Technology Kanpur\nIndian Institute of Technology Kanpur', 'India', 'Uttar Pradesh', '', '9415408071', 'Indian Institute of Technology Kanpur', 'kanpur', '208016', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2021-07-16 07:27:43'),
(2320, 'Sumit Basu', 'dr.sumit.basu@gmail.com', '', 'India', '', 'am interested in the product &quot;Touchless Auto Swing Door for Office and Home&quot; featured in the video posted at &quot;https://www.youtube.com/watch?v=znc_cM8i7vchttps://www.youtube.com/watch?v=znc_cM8i7vc&quot;\nCan you please let me know the price and availability?', '9415408071', '', 'Kanpur', '', 'Swing Door Motor SW 200', 'Contact', '2021-07-16 07:33:13'),
(2321, 'Sumit Basu', 'dr.sumit.basu@gmail.com', '', 'India', '', 'am interested in the product &quot;Touchless Auto Swing Door for Office and Home&quot; featured in the video posted at &quot;https://www.youtube.com/watch?v=znc_cM8i7vchttps://www.youtube.com/watch?v=znc_cM8i7vc&quot;\nCan you please let me know the price and availability?', '9415408071', '', 'Kanpur', '', 'Swing Door Motor SW 200', 'Contact', '2021-07-16 07:33:13'),
(2322, 'COL AJAY GUPTA', 'simajay29@rediff.com', '', 'India', '', '', '09419845618', '', 'Kolkata', '', 'Car Sticker Entrance System', 'Contact', '2021-07-19 07:59:55'),
(2323, 'COL AJAY GUPTA', 'simajay29@rediff.com', '', 'India', '', '', '09419845618', '', 'Kolkata', '', 'Car Sticker Entrance System', 'Contact', '2021-07-19 07:59:59'),
(2324, 'Prakash ubale', 'prakashelectronics14@gmail.com', '', 'India', '', 'Required boom barrier for my socity\n', '9822355282', '', 'Pune', '', 'undefined', '', '2021-07-20 10:36:16'),
(2325, 'Avik Rakhit', 'avik.rakhit@gmail.com', '', 'India', '', 'Looking for automated gate for garage', '9831452606', '', 'Kolkata', '', '', 'Contact', '2021-07-24 16:02:03'),
(2326, 'Avik Rakhit', 'avik.rakhit@gmail.com', '', 'India', '', 'Looking for automated gate for garage', '9831452606', '', 'Kolkata', '', '', 'Contact', '2021-07-24 16:02:07'),
(2327, 'Avik Rakhit', 'avik.rakhit@gmail.com', '', 'India', '', 'Looking for automated gate for garage', '9831452606', '', 'Kolkata', '', '', 'Contact', '2021-07-24 16:02:09'),
(2328, 'Vikrant Goyal', 'goyal_vikrant@rediffmail.com', '11, Chapel Rd, Maidan, Hastings, Kolkata, West Bengal 700022, India\nHastings', 'India', 'WEST BENGAL', '', '09830897523', 'Hastings', 'Calcutta South', '700022', 'Stack Parking', 'Product', '2021-07-25 15:29:17'),
(2329, 'kaushal laddha', 'kaushalkumarladdha@gmail.com', '', 'India', '', '', '8824283177', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines - Right,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Inner Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools', 'Contact', '2021-07-26 09:20:50'),
(2330, 'kaushal laddha', 'kaushalkumarladdha@gmail.com', '', 'India', '', '', '8824283177', '', 'other', '', 'uPVC Windows Welding machines,uPVC Windows Welding machines - Right,uPVC Windows Corner cleaning tools - Pneumatic,uPVC Windows Inner Corner cleaning tools - Pneumatic,uPVC Windows Outer Corner cleaning tools - Pneumatic,uPVC Windows Corner cleaning tools', 'Contact', '2021-07-26 09:20:53'),
(2331, 'Arindam Biswas', 'arindambis@gmail.com', '', 'India', '', 'My lock is not working , it is urgent', '09476287384', '', 'Kolkata', '', 'undefined', 'Contact', '2021-07-28 05:11:33'),
(2332, 'Arindam Biswas', 'arindambis@gmail.com', '', 'India', '', 'My lock is not working , it is urgent', '09476287384', '', 'Kolkata', '', 'undefined', 'Contact', '2021-07-28 05:11:37'),
(2333, 'Arindam Biswas', 'arindambis@gmail.com', '', 'India', '', 'My lock is not working , it is urgent', '09476287384', '', 'Kolkata', '', 'undefined', 'Contact', '2021-07-28 05:11:39'),
(2334, 'Arindam Biswas', 'arindambis@gmail.com', '', 'India', '', 'My lock is not working , it is urgent', '09476287384', '', 'Kolkata', '', 'undefined', 'Contact', '2021-07-28 05:11:41'),
(2335, 'Aayush Agrawal', 'info@etieup.com', '207, 2nd Floor\nSamta Arcade, Samta Colony', 'India', 'Chhattisgarh', '', '09754905761', 'Samta Arcade, Samta Colony', 'Raipur', '492001', 'Turnstile - Vertical (Tripod)', 'Product', '2021-07-28 06:00:19'),
(2336, 'Lakshmi', 'etazadesigns@gmail.com', '93A vellalar East Street\nKrishnancoil', 'India', 'Tamilnadu', '', '8072322161', 'Etaza exterior', 'Nagercoil', '639001', 'uPVC Windows Welding machines - Right', 'Product', '2021-07-29 10:00:33'),
(2337, 'PrasannaRaj ', 'prasannaraj56@gmail.com', '', 'India', '', 'Hello Sir Saw your video in your . I am exactly looking for the same model . For my house . I need two gates one for left side and right side . One gate dimension (Length 20 feet and height 4 feet ) same for another . Would like to know the cost and will you be able to take work in Chennai. Please let me know if I can call you', '9790759795', '', 'Chennai', '', 'undefined', '', '2021-07-31 05:17:58'),
(2338, 'Priyvart Kumar', 'priyvart.kumar@vedanta.co.in', '', 'India', '', '', '7738049368', '', 'other', '', 'Motorized Gates', '', '2021-07-31 08:38:27'),
(2339, 'Gaurav', 'gauravthakur881@gmail.com', '', 'India', '', '90°degree sliding foldable main door 10 foot', '9988797916', '', 'Amritsar', '', 'undefined', '', '2021-08-01 09:28:58'),
(2340, 'Yogesh', 'arpanaluminium@gmail.com', 'Vijaypath nagar sipna collage road ', 'India', 'Maharashtra ', 'Upvc corner cleaning machine ', '7083998400', 'Arpan Aluminium ', 'Amravati ', '444701', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2021-08-04 07:03:54'),
(2341, 'John', 'johnlopes22@gmail.com', '161A', 'India', 'GOA', '', '09822104385', '', 'Calangute', '403515', 'uPVC Windows Welding machines', 'Product', '2021-08-04 19:01:13'),
(2342, 'consclud', 'Vincentshot998@hotmail.com', '', 'Ethiopia', '', 'Hi!\n\nMy name is Crystal.\n\nYour website or a website that your organization hosts is violating the copyright-protected images owned by me personally.\n\nTake a look at this document with the hyperlinks to my images you used at www.smartpower.co.in and my earlier publications to obtain the proof of my copyrights.\n\nDownload it right now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-d6e6c.appspot.com/o/download-3mfdlnn30jf.html?alt=media', '12126713677', '', 'Delhi', '', 'extu', 'Contact', '2021-08-05 06:47:52'),
(2343, 'consclud', 'Vincentshot998@hotmail.com', '', 'Ethiopia', '', 'Hi!\n\nMy name is Crystal.\n\nYour website or a website that your organization hosts is violating the copyright-protected images owned by me personally.\n\nTake a look at this document with the hyperlinks to my images you used at www.smartpower.co.in and my earlier publications to obtain the proof of my copyrights.\n\nDownload it right now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-d6e6c.appspot.com/o/download-3mfdlnn30jf.html?alt=media', '12126713677', '', 'Delhi', '', 'extu', 'Contact', '2021-08-05 06:47:53'),
(2344, 'Anup', 'dlifein@gmail.com', '', 'India', '', '', '8109108928', '', 'Indore', '', '', 'Contact', '2021-08-05 10:04:06'),
(2345, 'Anup Singh', 'dlifein@gmail.com', '', 'India', '', '16X10 opening to cover. What would be the cost per sq ft?', '8319108928', '', 'Indore', '', 'Motorized Vertical Louvres', '', '2021-08-05 10:10:37'),
(2346, 'Bill Jelen', 'billjelen@gmail.com', '1923 Sykes Creek Drive, Merritt Island Florida, USA', 'United States', 'Florida', 'Do you ship to United States', '13307152875', '', 'Merritt Island', '1234', 'Motorized Vertical Louvres', 'Product', '2021-08-08 10:43:50'),
(2347, 'Oluwadare Aroso', 'a.oluwadare@spservicesltd.com', '', 'Nigeria', '', 'I need a motor for motorised curtain. I need 2 units of the motor that can move a curtain of about 180KG for stage and live shows. ', ' 2347065560464', '', 'other', '', 'Motorised Curtains', '', '2021-08-09 16:08:21'),
(2348, 'Yohan Dsouza', 'ydsouza@deloitte.com', '', 'India', '', '', '9819687052', '', 'Delhi', '', 'Gate Automation', 'Contact', '2021-08-10 05:41:17'),
(2349, 'Yohan Dsouza', 'ydsouza@deloitte.com', '', 'India', '', '', '9819687052', '', 'Delhi', '', 'Gate Automation', 'Contact', '2021-08-10 05:41:20'),
(2350, 'Aakash', 'diwanchand305@gmail.com', '', 'India', '', 'Plss cll me', '09250209350', '', 'Delhi', '', 'undefined', '', '2021-08-11 08:19:33'),
(2351, 'Aakash', 'diwanchand305@gmail.com', '', 'India', '', 'Plss cll me', '09250209350', '', 'Delhi', '', 'undefined', '', '2021-08-11 08:19:39'),
(2352, 'wealthhats', 'Morganshot346@hotmail.com', '', 'Tajikistan', '', 'Hello!\n\nMy name is Whitney.\n\nYour website or a website that your company hosts is infringing on a copyright-protected images owned by myself.\n\nTake a look at this official document with the URLs to my images you utilized at www.smartpower.co.in and my previous publication to obtain the proof of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-d6e6c.appspot.com/o/download-dl3vf9h4nbk4.html?alt=media', '17182288970', '', 'Bengaluru', '', 'hohyd', 'Contact', '2021-08-11 15:03:56'),
(2353, 'wealthhats', 'Morganshot346@hotmail.com', '', 'Tajikistan', '', 'Hello!\n\nMy name is Whitney.\n\nYour website or a website that your company hosts is infringing on a copyright-protected images owned by myself.\n\nTake a look at this official document with the URLs to my images you utilized at www.smartpower.co.in and my previous publication to obtain the proof of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-d6e6c.appspot.com/o/download-dl3vf9h4nbk4.html?alt=media', '17182288970', '', 'Bengaluru', '', 'hohyd', 'Contact', '2021-08-11 15:03:56'),
(2354, 'Keyur', 'keyurrsane@gmail.com', '', 'India', '', 'Interested in automatic boom barrier ', '8698961005', '', 'Pune', '', 'Flap Barrier', '', '2021-08-11 16:08:56'),
(2355, 'ARINDAM GHOSH', 'arindam.ghosh@pcsgroup.in', '', 'India', '', 'Pls call ', '9811645474', '', 'Delhi', '', 'undefined', '', '2021-08-13 17:08:59'),
(2356, 'ARINDAM GHOSH', 'arindam.ghosh@pcsgroup.in', '', 'India', '', 'Pls call ', '9811645474', '', 'Delhi', '', 'undefined', '', '2021-08-13 17:09:03'),
(2357, 'obaid', 'nmpl25@gmail.com', '', 'India', '', 'We are professional since 1972 with own established office in Patna Bihar . We are intrested in UPVC manufacturing and need expert advice for manufacturing of UPVC windows and doors.\nSend detail \nnmpl25@gmail.com', '7258076633', '', 'Patna', '', 'uPVC Windows Welding machines', 'Contact', '2021-08-14 11:59:39'),
(2358, 'obaid', 'nmpl25@gmail.com', '', 'India', '', 'We are professional since 1972 with own established office in Patna Bihar . We are intrested in UPVC manufacturing and need expert advice for manufacturing of UPVC windows and doors.\nSend detail \nnmpl25@gmail.com', '7258076633', '', 'Patna', '', 'uPVC Windows Welding machines', 'Contact', '2021-08-14 11:59:39'),
(2359, 'Deepak Khandelwal', 'khandelwal.deepak01@gmail.com', 'Krishna Kunj Villas, Gokulpura Kalwar Road,', 'India', 'Rajasthan', '', ' 919829613052', 'Krishna Kunj Welfare Society', 'Jaipur', '302012', 'Car Sticker Entrance System', 'Product', '2021-08-16 06:15:04'),
(2360, 'Yashwant', 'yashps@gmail.com', '', 'India', '', 'Automatic sliding gate size 9X6 feet', '9868336377', '', 'Jaipur', '', 'Sliding Gate Motor SP SWG 800B,Sliding Gate Motor SP SWG 800B', 'Contact', '2021-08-17 06:20:53'),
(2361, 'Yashwant', 'yashps@gmail.com', '', 'India', '', 'Automatic sliding gate size 9X6 feet', '9868336377', '', 'Jaipur', '', 'Sliding Gate Motor SP SWG 800B,Sliding Gate Motor SP SWG 800B', 'Contact', '2021-08-17 06:20:56'),
(2362, 'Shiva prasad B', 'mechshivaprasad@gmail.com', '', 'India', 'Karnataka', 'Is it water proof..? Can I use this for my open court yard house..? Opening to sky is 8 ft x 8ft...', ' 919986668672', '', '', '', 'Motorized Vertical Louvres', 'Product', '2021-08-18 05:39:25'),
(2363, 'scurwa', 'Wattarhd127@gmail.com', '', 'Tajikistan', '', 'Hi there!\n\nMy name is Ally.\n\nYour website or a website that your company hosts is infringing on a copyright protected images owned by myself.\n\nCheck out this document with the hyperlinks to my images you utilized at www.smartpower.co.in and my previous publication to find the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-d6e6c.appspot.com/o/download-dlm39vbk30.html?alt=media', '12125723900', '', 'Noida', '', 'trupap', 'Contact', '2021-08-18 08:37:58'),
(2364, 'scurwa', 'Wattarhd127@gmail.com', '', 'Tajikistan', '', 'Hi there!\n\nMy name is Ally.\n\nYour website or a website that your company hosts is infringing on a copyright protected images owned by myself.\n\nCheck out this document with the hyperlinks to my images you utilized at www.smartpower.co.in and my previous publication to find the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/files-d6e6c.appspot.com/o/download-dlm39vbk30.html?alt=media', '12125723900', '', 'Noida', '', 'trupap', 'Contact', '2021-08-18 08:37:58'),
(2365, 'Major Avneesh Joshi', 'avneesh.joshi@tatametaliks.co.in', '', 'India', '', '', '09599349347', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-08-20 11:47:56'),
(2366, 'Major Avneesh Joshi', 'avneesh.joshi@tatametaliks.co.in', '', 'India', '', '', '09599349347', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-08-20 11:48:01'),
(2367, 'Major Avneesh Joshi', 'avneesh.joshi@tatametaliks.co.in', '', 'India', '', '', '09599349347', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-08-20 11:48:06'),
(2368, 'Major Avneesh Joshi', 'avneesh.joshi@tatametaliks.co.in', '', 'India', '', '', '09599349347', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-08-20 11:48:12'),
(2369, 'Major Avneesh Joshi', 'avneesh.joshi@tatametaliks.co.in', '', 'India', '', '', '09599349347', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-08-20 11:48:18'),
(2370, 'Subhor Khanna', 'subhor@yahoo.com', '', 'India', '', '', '09811157814', '', 'Delhi', '', 'undefined', 'Contact', '2021-08-23 18:09:24'),
(2371, 'Subhor Khanna', 'subhor@yahoo.com', '', 'India', '', '', '09811157814', '', 'Delhi', '', 'undefined', 'Contact', '2021-08-23 18:09:27'),
(2372, 'Subhor Khanna', 'subhor@yahoo.com', '', 'India', '', '', '09811157814', '', 'Delhi', '', 'undefined', 'Contact', '2021-08-23 18:09:30'),
(2373, 'Subhor Khanna', 'subhor@yahoo.com', '', 'India', '', '', '09811157814', '', 'Delhi', '', 'undefined', 'Contact', '2021-08-23 18:09:33'),
(2374, 'Subhor Khanna', 'subhor@yahoo.com', '', 'India', '', '', '09811157814', '', 'Delhi', '', 'undefined', 'Contact', '2021-08-23 18:09:36'),
(2375, 'karan', 'kbpal@rediffmail.com', '', 'India', '', 'We have automatic door closing and opening system in our main gates. these open with sensors and are very old. need to replace urgently. ', '8630807338', '', 'Delhi', '', '', '', '2021-08-24 06:09:03'),
(2376, 'KULANTHAIRAJ B', 'kulandairaaj@gmail.com', '', 'India', '', '90 degree gaye', '9486930987', '', 'Chennai', '', 'undefined', '', '2021-08-25 04:43:00'),
(2377, 'Khushboo Jain', 'abrdarchitects@gmail.com', '', '', '', '', '9810967958', 'ABRD Architects', '', '', 'Auto Rolling Door High Speed PVC', 'Product', '2021-08-25 11:15:07'),
(2378, 'Asser Salama', 'asser@the-mobicode.com', '', 'Egypt', '', 'I need to know more about the parking lockers.', '01145677776', '', 'other', '', '', 'Contact', '2021-08-25 16:05:49'),
(2379, 'Asser Salama', 'asser@the-mobicode.com', '', 'Egypt', '', 'I need to know more about the parking lockers.', '01145677776', '', 'other', '', '', 'Contact', '2021-08-25 16:05:52'),
(2380, 'stimin', 'Finesthd464@hotmail.com', '', 'Micronesia, Federated States of', '', 'Hello!\n\nMy name is Elizabeth.\n\nYour website or a website that your organization hosts is violating the copyright protected images owned by myself.\n\nTake a look at this official document with the hyperlinks to my images you used at www.smartpower.co.in and my previous publication to obtain the proof of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/share-b6e0a.appspot.com/o/download-e39f883g74bgr3.html?alt=media', '17189331988', '', 'Jaipur', '', 'dyspcom', 'Contact', '2021-08-26 08:01:33'),
(2381, 'stimin', 'Finesthd464@hotmail.com', '', 'Micronesia, Federated States of', '', 'Hello!\n\nMy name is Elizabeth.\n\nYour website or a website that your organization hosts is violating the copyright protected images owned by myself.\n\nTake a look at this official document with the hyperlinks to my images you used at www.smartpower.co.in and my previous publication to obtain the proof of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/share-b6e0a.appspot.com/o/download-e39f883g74bgr3.html?alt=media', '17189331988', '', 'Jaipur', '', 'dyspcom', 'Contact', '2021-08-26 08:01:33'),
(2382, 'Shekhar Kumar', 'shekharkumar.mcl@gmail.com', '', 'India', '', 'Automatic RFID based Boom \nBarrier System at entry/exit point \nof Mine, and \nWeighbridge Centering System \nincluding Operation of RFID Based \nBoom Barrier', '9439856828', '', 'other', '', 'undefined', '', '2021-08-27 16:02:24'),
(2383, 'Noor Alam', 'mnt251202@gmail.com', '', 'India', '', 'We Contract\nAutomatic Shutter ', '9458865776', '', 'Meerut', '', 'undefined', '', '2021-08-27 17:52:54'),
(2384, 'avalon', 'cabralavalon1@gmail.com', '404,wakipada,naigao east\nvasai', 'India', 'maharashtra', '', '08007036857', 'vasai', 'naigao', '421308', 'Swing Gate Motor SP  SWG 500 (ARM)', 'Product', '2021-08-28 06:30:49'),
(2385, 'Ganesh', 'khatuaganesh868@gmail.com', 'Bhubaneswar', 'India', 'Odisha', '', '8658662321', '', 'Bhubaneswar', '751010', 'uPVC Windows Welding machines', 'Product', '2021-08-28 18:03:53'),
(2386, 'Srinivas', 'srinimd2005@gmail.com', '41, Jones Cassia, Karanai Main Road,\nOttiyambakkam', 'India', 'Tamil Nadu', '', '8056101960', '', 'Chennai', '600130', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-08-29 06:26:17'),
(2387, 'ARUNAVA PODDAR', 'arunava.podder@gmail.com', '', 'India', '', 'We are interested in installing RFID based attendance cum payrole management system in our company of 50 employs along with Gate Automation system', '09831056946', '', 'Kolkata', '', 'Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP SWG  350 (Arm)', 'Contact', '2021-08-31 04:23:32'),
(2388, 'ARUNAVA PODDAR', 'arunava.podder@gmail.com', '', 'India', '', 'We are interested in installing RFID based attendance cum payrole management system in our company of 50 employs along with Gate Automation system', '09831056946', '', 'Kolkata', '', 'Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP SWG  350 (Arm)', 'Contact', '2021-08-31 04:23:36'),
(2389, 'vikash kumar', 'vikashkumar5200@gmail.com', 'big ashok nagar gudiyari raipur ', 'India', 'chhattisgarh', 'personal use / urgent requriment', '9406961393', '', 'raipur', '492001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-08-31 07:25:57'),
(2390, 'sachin', 'rai9480535737@gmail.com', '', 'India', '', 'hi', '9480535737', '', 'Bengaluru', '', '', '', '2021-08-31 13:15:36'),
(2391, 'Siddhant Jain', 'siddhantgolechha222@gmail.com', '', 'India', '', 'What is the price of that rolling shetar motar. ', '9822935222', '', 'other', '', 'undefined', '', '2021-09-02 04:47:33'),
(2392, 'Gulshan kumar', 'gks_12in@yahoo.co.in', '', 'India', '', 'I require automatic sliding door kit for main door. Kindly call', '9888328464', '', 'Amritsar', '', 'undefined', 'Contact', '2021-09-02 10:48:29'),
(2393, 'Gulshan kumar', 'gks_12in@yahoo.co.in', '', 'India', '', 'I require automatic sliding door kit for main door. Kindly call', '9888328464', '', 'Amritsar', '', 'undefined', 'Contact', '2021-09-02 10:48:31'),
(2394, 'Devraj Choudhary', 'devrajj2509@gmail.com', '10-3-282/2/A/8, SB Colony Road\nNear bharath gas agency', 'India', 'Telangana', '', '09441186691', 'Near bharath gas agency', 'Hyderabad', '500028', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2021-09-03 09:28:44'),
(2395, 'efbi', 'Gilmorestudio661@gmail.com', '', 'Jarvis Island', '', 'Hello!\n\nMy name is Tracey.\n\nYour website or a website that your company hosts is infringing on a copyright-protected images owned by myself.\n\nTake a look at this report with the URLs to my images you utilized at www.smartpower.co.in and my previous publication to find the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/app9-96feb.appspot.com/o/d-dfj3bgvbfj49j.html?alt=media', '12124851160', '', 'Jamshedpur', '', 'taimist', 'Contact', '2021-09-03 09:49:04'),
(2396, 'efbi', 'Gilmorestudio661@gmail.com', '', 'Jarvis Island', '', 'Hello!\n\nMy name is Tracey.\n\nYour website or a website that your company hosts is infringing on a copyright-protected images owned by myself.\n\nTake a look at this report with the URLs to my images you utilized at www.smartpower.co.in and my previous publication to find the evidence of my copyrights.\n\nDownload it now and check this out for yourself:\n\nhttps://firebasestorage.googleapis.com/v0/b/app9-96feb.appspot.com/o/d-dfj3bgvbfj49j.html?alt=media', '12124851160', '', 'Jamshedpur', '', 'taimist', 'Contact', '2021-09-03 09:49:04'),
(2397, 'Navaneeth MS', 'navaneeth.mdr18@gmail.com', '', 'India', '', '', '99535688693', '', 'Bengaluru', '', 'undefined', '', '2021-09-04 17:34:27'),
(2398, 'Rushikesh Chaudhari', 'rushikeshchoudhari2001@gmail.com', '', 'India', '', 'Motorized Sliding Gate opener', '08605820013', '', 'Nashik', '', 'undefined', '', '2021-09-05 13:07:18'),
(2399, 'M.SIVASUBRAMANIAN', 'sivasubramanian.m@ssdac.in', '', 'India', '', 'would like to buy 90 degree sliding gate remote and motor', '8939838171', '', 'Chennai', '', 'Sliding Gate Motor SP SWG  2500B,Sliding Gate Motor SP SWG  2500B', 'Contact', '2021-09-08 02:58:28'),
(2400, 'M.SIVASUBRAMANIAN', 'sivasubramanian.m@ssdac.in', '', 'India', '', 'would like to buy 90 degree sliding gate remote and motor', '8939838171', '', 'Chennai', '', 'Sliding Gate Motor SP SWG  2500B,Sliding Gate Motor SP SWG  2500B', 'Contact', '2021-09-08 02:58:33'),
(2401, 'anata baishya', 'ananta.baishya@gmail.com', 'vinobanagar, Guwahati', 'India', 'assam', '1 pc home use', '7002613945', '', 'guwahati', '781018', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-09-08 08:18:16'),
(2402, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2021-09-08 12:59:05'),
(2403, 'Biplob sen', 'pmwaterfront.colliers@gmail.com', '', 'India', '', 'Exit gate automatic running problem', '07602493649', '', 'Kolkata', '', 'undefined', '', '2021-09-09 03:53:12'),
(2404, 'Md Saddab', 'mdsaddab2801@gmail.com', 'Kolkata', 'India', 'West Bengal', '', '7980913605', '', 'Tiljala', '700007', 'Stack Parking', 'Product', '2021-09-09 12:44:20'),
(2405, 'Bharat', 'bbver00@gmail.com', '', 'India', 'HARYANA', '', '9811060508', '', 'GURGAON', '', 'Video Door Phone (For  Apartments)', 'Product', '2021-09-11 10:08:00'),
(2406, 'Ds patil', 'sunnybvanarse143@gmail.com', '', 'India', '', 'Call me', '9322318147', '', 'Kolkata', '', 'undefined', '', '2021-09-12 04:44:47'),
(2407, 'ALICE RAO', 'aliceraoo@hotmail.com', '', 'India', '', 'China professional rolling door motor supplier', '8613290787371', '', 'Kolkata', '', '', 'Contact', '2021-09-12 13:30:30'),
(2408, 'ALICE RAO', 'aliceraoo@hotmail.com', '', 'India', '', 'China professional rolling door motor supplier', '8613290787371', '', 'Kolkata', '', '', 'Contact', '2021-09-12 13:30:33'),
(2409, 'utkarsh', 'utkarshdwevedi@gmail.com', 'bettiah, bihar', 'India', 'bihar', 'price of product', '8709189361', 'self', 'bettiah', '845438', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2021-09-12 16:41:27'),
(2410, 'DK mahajan', 'dkmahajan@barc.gov.in', '', 'India', '', 'Thumb operated excess restricted entry   turn type gate for building.', '7507532904', '', 'Mumbai', '', '', '', '2021-09-13 07:26:41'),
(2411, 'suredh', 'kumarswamytyres@gmail.com', '', 'India', '', 'i need automatic rolling shutters', '9448101982', '', 'Bengaluru', '', '', '', '2021-09-15 11:20:50'),
(2412, 'Himanshu Kanaujia', 'himanshus879@gmail.com', '', 'India', '', 'Enquiry for motorized gate', '08888160172', '', 'Nagpur', '', 'undefined', '', '2021-09-16 03:17:30'),
(2413, 'Himanshu Kanaujia', 'himanshus879@gmail.com', '', 'India', '', 'Enquiry for motorized gate', '08888160172', '', 'Nagpur', '', 'undefined', '', '2021-09-16 03:17:35'),
(2414, 'SAMARTH SAHU', 'SAHUSAMART02@GM', '', 'India', '', 'PURCHASE MOTOR', '7839235346', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', '', '2021-09-16 08:01:11'),
(2415, 'SAMARTH SAHU', 'SAHUSAMART02@GM', '', 'India', '', 'PURCHASE MOTOR', '7839235346', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', '', '2021-09-16 08:01:14'),
(2416, 'mansoor', 'mansooraliph@gmail.com', 'kerala', 'India', 'kerala', 'ok', '9496362638', 'ph', 'patambi', '679308', 'Flap Barrier', 'Product', '2021-09-17 06:22:57'),
(2417, 'Jayaprakash K', 'jp.rkinnovation@gmail.com', 'Mysore', 'India', 'Karnataka', '', '9901928989', 'R K Innovation', 'Mysore', '570022', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Product', '2021-09-21 05:34:55'),
(2418, 'Rajagopalan S', 'sriashokmedicals@gmail.com', '', 'India', '', 'Not actually Madurai. Tamil Nadu Thiruvarur dist', '9443122542', '', 'Madurai', '', 'undefined', '', '2021-09-21 16:51:04'),
(2419, 'anshul', 'urbanraipur@gmail.com', '', 'India', '', '', '9425041956', '', 'Raipur', '', 'token dispenser ', '', '2021-09-22 06:32:18'),
(2420, 'Eng Syed', 'hzsolarpower@gmail.com', '', 'India', '', 'Need your best offer for the Complete set of Gear Motor with Remote,Rack and Pinion', '9632727344', '', 'Bengaluru', '', 'Motorised Retractable Gates', 'Contact', '2021-09-22 16:11:24'),
(2421, 'Arup', 'laskararup53@gmail.com', '', 'India', '', '', '9534001111', '', 'Guwahati', '', '', 'Contact', '2021-09-23 07:24:08');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(2422, 'enur', 'Maresstudio101@hotmail.com', '', 'Micronesia, Federated States of', '', 'Hello!\n\nMy name is Angelica.\n\nYour website or a website that your company hosts is infringing on a copyright protected images owned by myself.\n\nTake a look at this document with the links to my images you used at www.smartpower.co.in and my previous publication to get the evidence of my copyrights.\n\nDownload it right now and check this out for yourself:\n\nhttps://storage.googleapis.com/a03jg3k.appspot.com/d/recent/public/0/dlk30vub3nvd9h.html?d=053187764274834087 \n\nI do think you\'ve deliberately violated my rights under 17 U.S.C. Section 101 et seq. and could possibly be liable for statutory damages of up to $120,000 as set forth in Sec. 504 (c) (2) of the Digital millennium copyright act (DMCA) therein.\n\nThis letter is official notice. I seek the removal of the infringing materials referenced above. Please take note as a service provider, the DMCA demands you, to remove and terminate access to the copyrighted content upon receipt of this notification letter. If you do not cease the utilization of the aforementioned infringing content a legal action will be initiated against you.\n\nI have a good faith belief that utilization of the copyrighted materials mentioned above as allegedly infringing is not authorized by the legal copyright owner, its agent, as well as laws.\n\nI declare, under penalty of perjury, that the information in this letter is accurate and that I am currently the copyright owner or am permitted to act on behalf of the proprietor of an exclusive right that is allegedly violated.\n\n\nSincerely,\nAngelica Mares\n\n09/23/2021', '12126513226', '', 'Ludhiana', '', 'wellnand', 'Contact', '2021-09-23 12:33:57'),
(2423, 'enur', 'Maresstudio101@hotmail.com', '', 'Micronesia, Federated States of', '', 'Hello!\n\nMy name is Angelica.\n\nYour website or a website that your company hosts is infringing on a copyright protected images owned by myself.\n\nTake a look at this document with the links to my images you used at www.smartpower.co.in and my previous publication to get the evidence of my copyrights.\n\nDownload it right now and check this out for yourself:\n\nhttps://storage.googleapis.com/a03jg3k.appspot.com/d/recent/public/0/dlk30vub3nvd9h.html?d=053187764274834087 \n\nI do think you\'ve deliberately violated my rights under 17 U.S.C. Section 101 et seq. and could possibly be liable for statutory damages of up to $120,000 as set forth in Sec. 504 (c) (2) of the Digital millennium copyright act (DMCA) therein.\n\nThis letter is official notice. I seek the removal of the infringing materials referenced above. Please take note as a service provider, the DMCA demands you, to remove and terminate access to the copyrighted content upon receipt of this notification letter. If you do not cease the utilization of the aforementioned infringing content a legal action will be initiated against you.\n\nI have a good faith belief that utilization of the copyrighted materials mentioned above as allegedly infringing is not authorized by the legal copyright owner, its agent, as well as laws.\n\nI declare, under penalty of perjury, that the information in this letter is accurate and that I am currently the copyright owner or am permitted to act on behalf of the proprietor of an exclusive right that is allegedly violated.\n\n\nSincerely,\nAngelica Mares\n\n09/23/2021', '12126513226', '', 'Ludhiana', '', 'wellnand', 'Contact', '2021-09-23 12:33:57'),
(2424, 'Sandeep Kore', 'sandip123kore@yahoo.co.in', 'Nirmans Vrindavan Garden Society, Behind Hotel Parth Palace,Gangapur Trimbak link road, Nashik 422 012', 'India', 'Maharashtra', '', '7972458132', 'Colony', 'Nashik', '422012', 'Boom Barriers SP BB  100 6M4S', 'Product', '2021-09-24 07:00:41'),
(2425, 'Shakeel Ahmad', 'Spsa213@hotmail.com', '', 'India', '', '', '08009297641', '', 'Varanasi', '', 'undefined', '', '2021-09-24 11:07:51'),
(2426, 'Rohit powar', 'rohitpowar5151@yahoo.in', '', 'India', '', '', '9011275151', '', 'Pune', '', 'undefined', 'Contact', '2021-09-25 10:29:16'),
(2427, 'Rohit powar', 'rohitpowar5151@yahoo.in', '', 'India', '', '', '9011275151', '', 'Pune', '', 'undefined', 'Contact', '2021-09-25 10:29:23'),
(2428, 'sanjib sarkar', 'micromedia.kolkata@gmail.com', '', 'India', '', '', '08478992823', '', 'Kolkata', '', 'undefined', 'Contact', '2021-09-25 11:01:54'),
(2429, 'sanjib sarkar', 'micromedia.kolkata@gmail.com', '', 'India', '', '', '08478992823', '', 'Kolkata', '', 'undefined', 'Contact', '2021-09-25 11:01:57'),
(2430, 'kishor shipankar', 'marketing@aryanautomation.co.in', 'Talawade , Pune', 'India', 'Maharashtra ', '', '8788901220', 'Aryan Technologies', 'Pune', '411062', 'Boom Barriers SP BB 200(Fencing)', 'Product', '2021-09-26 09:04:08'),
(2431, 'Sachin Agarwal', 'sachin1405@gmail.com', '', 'India', '', 'Automatic sliding gates motors, smoothly, silently, accessories, RFID, sensors for emergency uses, remotes and gates controllers, mobile applications, let\'s see.', '8802810191', '', 'Kolkata', '', 'undefined', 'Contact', '2021-09-26 13:30:11'),
(2432, 'Sachin Agarwal', 'sachin1405@gmail.com', '', 'India', '', 'Automatic sliding gates motors, smoothly, silently, accessories, RFID, sensors for emergency uses, remotes and gates controllers, mobile applications, let\'s see.', '8802810191', '', 'Kolkata', '', 'undefined', 'Contact', '2021-09-26 13:30:14'),
(2433, 'Uday Ganeshwade', 'udayrg@gmail.com', 'Sangli', 'India', '', 'Cost of the token vending machine', '7276020244', '', '', '', 'Token Dispenser', 'Product', '2021-09-26 17:21:32'),
(2434, 'Asif Kheratkar', 'asifkheratkar73@gmail.com', '', 'India', '', 'I would like to have an auto sliding gate for my home. Whatsapp me any detail enquiry.', '8983535034', '', 'Mumbai', '', '', 'Contact', '2021-09-28 08:27:56'),
(2435, 'Asif Kheratkar', 'asifkheratkar73@gmail.com', '', 'India', '', 'I would like to have an auto sliding gate for my home. Whatsapp me any detail enquiry.', '8983535034', '', 'Mumbai', '', '', 'Contact', '2021-09-28 08:27:59'),
(2436, 'DILIP ', 'dilip@kshidi.com', 'KSHIDI ,5181/A,\nHIGH TENSION DOUBLE ROAD, VIJAYANAGAR 2ND STAGE', 'India', 'Karnataka', '', '09886280002', 'HIGH TENSION DOUBLE ROAD, VIJAYANAGAR 2ND STAGE', 'MYSORE', '570017', 'Swing Door Motor SW 200', 'Product', '2021-09-28 11:29:47'),
(2437, 'ajay', 'ajay@jmdpumps.com', '', 'India', '', 'Window Automation', '9830045041', '', 'Kolkata', '', 'Motorised Curtains,Motorised Blinds', 'Contact', '2021-09-29 06:19:26'),
(2438, 'ajay', 'ajay@jmdpumps.com', '', 'India', '', 'Window Automation', '9830045041', '', 'Kolkata', '', 'Motorised Curtains,Motorised Blinds', 'Contact', '2021-09-29 06:19:29'),
(2439, 'Ashif Shaik', 'ashif.shaik@heromotocorp.com', 'Chittoor Plant', 'India', 'Andhra Pradesh', '', '9030105919', 'Hero MotoCorp Ltd.', 'Sricity', '517588', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-09-29 09:16:33'),
(2440, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2021-10-01 13:53:51'),
(2441, 'Rajendra nath mohanty', 'spacemaker.interiors2010@gmail.com', '', 'India', '', 'Excellence', '9338736823', '', 'Bhubaneswar', '', 'undefined', '', '2021-10-01 17:50:13'),
(2442, 'VENKATESAN', 'eyrieensovision@gmail.com', '', 'India', '', 'Hi,\nthis is venkat , this enquire for regarding our continuous business for gate automations systems', '7010587549', '', 'Chennai', '', 'Swing Gate Motor SP SWG  350 (Arm)', 'Contact', '2021-10-01 18:47:45'),
(2443, 'VENKATESAN', 'eyrieensovision@gmail.com', '', 'India', '', 'Hi,\nthis is venkat , this enquire for regarding our continuous business for gate automations systems', '7010587549', '', 'Chennai', '', 'Swing Gate Motor SP SWG  350 (Arm)', 'Contact', '2021-10-01 18:47:45'),
(2444, 'raghu', 'raghu4990@gmail.com', '', 'India', '', '', '9949369116', '', 'Thiruvananthapuram', '', '', 'Contact', '2021-10-02 10:09:33'),
(2445, 'Abhirup', 'hiabhirupsingh@gmail.com', '', 'India', '', 'Price of 200kgs sliding gate motor', '9477074061', '', 'Kolkata', '', 'undefined', '', '2021-10-04 07:05:23'),
(2446, 'Abhirup', 'hiabhirupsingh@gmail.com', '', 'India', '', 'Price of 200kgs sliding gate motor', '9477074061', '', 'Kolkata', '', 'undefined', '', '2021-10-04 07:05:26'),
(2447, 'Gopal Khatke', 'gopaldkhatke@gmail.com', '', 'India', '', 'Requirement of New sliding gate motor.', '7506989121', '', 'Mumbai', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2021-10-04 10:23:04'),
(2448, 'Gopal Khatke', 'gopaldkhatke@gmail.com', '', 'India', '', 'Requirement of New sliding gate motor.', '7506989121', '', 'Mumbai', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2021-10-04 10:23:07'),
(2449, 'Anurag Singh', 'travelanurag@gmail.com', '', 'India', '', '', '9473895780', '', 'Lucknow', '', 'undefined', '', '2021-10-06 10:17:58'),
(2450, 'VINOD SAINI', 'admin1@aclassmarble.co.in', '', 'India', 'RAJASTHAN ', '', '9116114606', '', 'KISHANAGARH', '305801', 'Motorised Retractable Gates', 'Product', '2021-10-07 08:18:16'),
(2451, 'Vikas Agarwal', 'vikasaga72@gmail.com', '', 'India', '', 'I am interested in motorised gate for my housing complex. Pls contact.', '9830039222', '', 'Kolkata', '', 'undefined', 'Contact', '2021-10-10 09:08:45'),
(2452, 'Vikas Agarwal', 'vikasaga72@gmail.com', '', 'India', '', 'I am interested in motorised gate for my housing complex. Pls contact.', '9830039222', '', 'Kolkata', '', 'undefined', 'Contact', '2021-10-10 09:08:48'),
(2453, 'Gabriel Fricke', 'gfricke7@gmail.com', '3701 Post Office Rd', 'United States', 'VA', 'Looking to alter the device to store 250  cards and feed them in to a cat card reader one at a time', '5712829987', 'Battelle', 'Arlington', '22202', 'Card Dispenser', 'Product', '2021-10-13 16:11:31'),
(2454, 'RADHESHYAM JANGID', 'radheshyamjangid856@gmail.com', 'HIRASANI, HIRASANI, KHATOO KALAN, JAYAL, NAGAUR', 'India', 'RAJASTHAN', '', '06377142380', '', 'NAGAUR', '341301', 'uPVC Windows Welding machines', 'Product', '2021-10-15 15:04:18'),
(2455, 'Rishideo Singh', 'rishideo173@gmail.com', '', 'India', '', 'Main gate door automation', '09233388034', '', 'Asansol', '', 'undefined', '', '2021-10-17 23:09:48'),
(2456, 'Charudatta Kapse', 'project@shreenatheng.com', 'A-17, Shop No.B5/3, Udyog Swamini\nPrerana sankul, MIDC Ambad', 'India', 'Maharashtra', 'Required Sliding Gate Motor SP SWG 800B', '08980029044', 'Shreenath Engineering', 'Nashik', '422010', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-10-18 06:30:19'),
(2457, 'Vijay mulchandani', 'chronicle_ent@yahoo.co.in', '', 'India', '', 'Roof curtain motorise', '9423100910', '', 'Nagpur', '', 'undefined', '', '2021-10-19 13:33:08'),
(2458, 'Parul arora', 'parul.arora@dcms.edu.in', '', 'India', '', 'Sliding door is not working.Need repair', '09914390169', '', 'Chandigarh', '', 'undefined', '', '2021-10-21 03:08:52'),
(2459, 'Rohit joshi', 'silvershadeudr@gmail.com', '', 'India', '', '', '8875823096', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2021-10-22 11:46:38'),
(2460, 'Rohit joshi', 'silvershadeudr@gmail.com', '', 'India', '', '', '8875823096', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2021-10-22 11:46:45'),
(2461, 'Rohit joshi', 'silvershadeudr@gmail.com', '', 'India', '', '', '8875823096', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2021-10-22 11:46:53'),
(2462, 'Rohit joshi', 'silvershadeudr@gmail.com', '', 'India', '', '', '8875823096', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2021-10-22 11:47:03'),
(2463, 'Rohit joshi', 'silvershadeudr@gmail.com', '', 'India', '', '', '8875823096', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2021-10-22 11:47:11'),
(2464, 'Rohit joshi', 'silvershadeudr@gmail.com', '', 'India', '', '', '8875823096', '', 'Kolkata', '', 'uPVC Windows Welding machines', 'Contact', '2021-10-22 11:47:23'),
(2465, 'Deepu', 'deepu@pro-digital.in', '', 'India', '', 'Looking for automatic Door system', '9845166701', '', 'Pune', '', '', 'Contact', '2021-10-24 08:04:07'),
(2466, 'Jalaluddin Mohammed', 'jalaluddin4u@gmail.com', '', 'India', '', 'Require automatic door openers', '9591707070', '', 'Bengaluru', '', 'undefined', '', '2021-10-24 15:10:18'),
(2467, 'Syed Foyez', 'foyez@tossbd.com', '', 'Bangladesh', '', 'We are looking rfid access control system. Pls contact us. ', '01711544020', '', 'other', '', 'undefined', '', '2021-10-24 19:16:30'),
(2468, 'Syed Foyez', 'foyez@tossbd.com', '', 'Bangladesh', '', '\nDear concern, \n\nWe are looking for a reliable manufacturer /partner for supplying, installation, etc of LSWIM anf Toll management system for a local project in Bangladesh. \n\nIf yiu are interested please contact us immediately. \n\nRegards. \n\n\nSyed Foyez\nTOSS', '01711544020', '', 'other', '', 'undefined', '', '2021-10-24 19:20:52'),
(2469, 'srikant gella', 'gellasrikant@gmail.com', '', 'India', '', '', '09399328709', '', 'Kolkata', '', '', '', '2021-10-26 04:30:09'),
(2470, 'Jal Bhagirathi Foundation', 'office@khetritrust.org', '', 'India', '', 'we required Swing gate opner', '9828844448', '', 'Jaipur', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2021-10-27 09:10:20'),
(2471, 'Jal Bhagirathi Foundation', 'office@khetritrust.org', '', 'India', '', 'we required Swing gate opner', '9828844448', '', 'Jaipur', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2021-10-27 09:10:23'),
(2472, 'Anupam Sharma', 'mlautomationsolution@gmail.com', '', 'India', '', 'Dear Sir\nWe need Sliding Gate gear box Motor with control and remote also sliding rack 7 mtr\nweight of gate is 600Kg', '08168240263', '', 'Gurgaon', '', 'Sliding Gate Motor SP SWG 800B,Sliding Gate Motor SP SWG 800B', 'Contact', '2021-10-27 10:47:18'),
(2473, 'Anupam Sharma', 'mlautomationsolution@gmail.com', '', 'India', '', 'Dear Sir\nWe need Sliding Gate gear box Motor with control and remote also sliding rack 7 mtr\nweight of gate is 600Kg', '08168240263', '', 'Gurgaon', '', 'Sliding Gate Motor SP SWG 800B,Sliding Gate Motor SP SWG 800B', 'Contact', '2021-10-27 10:47:18'),
(2474, 'Manik Goyal', 'manik1694@gmail.com', 'Gratitude Home, A-8, plot no. 15, Boga farms\nRadha Swami road, Chattarpur', 'India', 'Delhi', 'Main entry gate automation requirement. Requesting a visit. ', '9650004501', '', 'New Delhi', '110074', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Product', '2021-10-27 17:21:52'),
(2475, 'Sanjay Dvivedi', 'sdvivedi@gmail.com', '', 'India', '', '12\' by 8\' sliding gate. Need date   automation. Kindly advise.\nDr Sanjay Dvivedi\nMS MCh (Plastic Surgery)\nDirector, Smile Train\nProfessor and Head\nDepartment Of Plastic Surgery\nHimalayan Institute Of Medical Sciences\nJolly Grant, Dehradun 248140 India\nCell  91 94129 61683\nEmail sdvivedi@gmail.com', '09412961683', '', 'Dehradun', '', 'undefined', 'Contact', '2021-10-28 02:19:48'),
(2476, 'Sanjay Dvivedi', 'sdvivedi@gmail.com', '', 'India', '', '12\' by 8\' sliding gate. Need date   automation. Kindly advise.\nDr Sanjay Dvivedi\nMS MCh (Plastic Surgery)\nDirector, Smile Train\nProfessor and Head\nDepartment Of Plastic Surgery\nHimalayan Institute Of Medical Sciences\nJolly Grant, Dehradun 248140 India\nCell  91 94129 61683\nEmail sdvivedi@gmail.com', '09412961683', '', 'Dehradun', '', 'undefined', 'Contact', '2021-10-28 02:19:49'),
(2477, 'Peter Robertson', 'robertsonpeterr@gmail.com', '', 'India', '', 'Hello,\n \nHow are you? Hope you are fine.\n \nI have been checking your website quite often. It has seen that the main keywords are still not in the top 10 positions in Google Search. You know things about working; I mean the procedure of working has changed a lot.\n \nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spots with guaranteed period.\n \nThere is no wonder that it is possible now cause, I have found out that there are few things that need to be done for better performances (Some of them we will discuss in this email). Let me tell you some of them -\n \n1. Title Tag Optimization\n2. Meta Tag Optimization (Description, keyword and etc)\n3. Heading Tags Optimization\n4. Targeted keywords are not placed into tags\n5. Alt / Image tags Optimization\n6. Google Structured Data is missing\n7. Custom 404 Page is missing\n8. The Products are not following Structured markup data\n9. Website Loading Speed Development (Both Mobile and Desktop)\n10.Off –Page SEO work\n \nLots are pending……………..\n \nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spots in Google Search ', '09330442191', '', 'Kolkata', '', '', '', '2021-10-28 06:38:14'),
(2478, 'Simi gupta', 'simisam911@gmail.com', '', 'India', '', 'Give me a whats app msg. \nLooking for a motorised bar counter. ', '9873993661', '', 'Delhi', '', 'undefined', '', '2021-10-29 17:34:32'),
(2479, 'Rohit', 'Rohit@wingsbms.in', '', 'India', '', '', '09717698077', '', 'Noida', '', 'undefined', 'Contact', '2021-10-31 18:28:47'),
(2480, 'Sandeep Kushwaha', 'admin@tirupatisolutions.co.in', 'Gali No. 33, Shivaji Nagar(Bapugram), Rishikesh\nUttrakhand, 249201', 'India', 'UTTRAKHAND', '', ' 919897230009', 'TIrupati Business Solutions', 'Rishikesh', '249201', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2021-11-01 05:53:49'),
(2481, 'Avash Banerjee', 'seetharam@zucicreation.com', '', 'India', '', 'Need RF id for our Jewellery products', '9123877741', '', 'Kolkata', '', '', 'Contact', '2021-11-01 10:57:22'),
(2482, 'Avash Banerjee', 'seetharam@zucicreation.com', '', 'India', '', 'Need RF id for our Jewellery products', '9123877741', '', 'Kolkata', '', '', 'Contact', '2021-11-01 10:57:26'),
(2483, 'Diganta Das', 'dasdiganta494@gmail.com', '', 'India', '', 'please contact me on mail .\nActually i m interested in making 90 degree motorised sliding gate.\nplease give the estimate for 10 m long gate. ', '9366304266', '', 'other', '', 'Sliding Gate Motor ', '', '2021-11-04 05:33:18'),
(2484, 'Amber', 'sales4@szshangmi.com', '', 'China', '', 'kindly please send me the catalou about turnstile gate and barrier gate', ' 86 18126525549', '', 'other', '', '', '', '2021-11-08 08:41:15'),
(2485, 'Yash Mittal', 'yashmm.ca@gmail.com', '', 'India', '', 'Required 20 Foot L Type Sectional Sliding Gate ', '9669906609', '', 'other', '', 'undefined', '', '2021-11-11 03:31:54'),
(2486, 'Prakash Sahoo', 'miku.sahoo45@gmail.com', '', 'India', '', 'I want to install curve sliding gate', '08984289818', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2021-11-11 16:50:22'),
(2487, 'Prakash Sahoo', 'miku.sahoo45@gmail.com', '', 'India', '', 'I want to install curve sliding gate', '08984289818', '', 'Bhubaneswar', '', 'undefined', 'Contact', '2021-11-11 16:50:25'),
(2488, 'Jigar Shah ', 'shahjigar81@gmail.com', '', 'India', '', '', '09967011257', '', 'Ahmedabad', '', 'undefined', '', '2021-11-12 13:43:34'),
(2489, 'Philip', 'philla132@gmail.com', '', 'Tanzania', '', 'I need to access the software', ' 255 763 522 324', '', 'other', '', 'undefined', '', '2021-11-12 19:06:40'),
(2490, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2021-11-13 20:58:56'),
(2491, 'Senthilanathan', 'senthilnathan.dhandapani@itorizon.com', '', 'India', '', 'we are looking for 3 Numbers Automatic swing door openner for our entrance glass door', '9945702927', '', 'Bengaluru', '', 'Swing Door Motor SW 200', 'Contact', '2021-11-15 16:25:09'),
(2492, 'amit', 'akm@akmwealth.com', '', 'India', '', 'Glass Door, Door control and lock want to install - 2 doors - wiring is completed . call immediately with details\n', '9826021502', '', 'Indore', '', 'RFID Access Control', '', '2021-11-16 05:48:32'),
(2493, 'SANKAR', 'facilities@belanis.com', '', 'India', '', '', '9748411447', '', 'Kolkata', '', 'ml,Puzzle Pit Parking System', 'Contact', '2021-11-20 11:03:46'),
(2494, 'BONY TOM', 'kanti.automation@gmail.com', '114 3rd floor DSIDC shed near by old post office okhla industrial area phase 1 new delhi', 'India', 'Delhi', 'i need Motorised Retractable Gates 7.4 mtr length  for our one of existing client ', '09311412905', 'KANTI AUTOMATIC SYSTEMS', 'Delhi', '', 'Motorised Retractable Gates', 'Product', '2021-11-23 08:12:39'),
(2495, 'Narendra Gurnule', 'narendra.gurnule@vgipl.in', '', 'India', '', 'we have requirement :Embedded Controller with mandatory FASTag signature validation feature, integrates with RFID reader, Boom Barrier, Loop Sensors and IR sensor, local storage option for exempt whitelist.', '7798880980', '', 'Kolkata', '', 'Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB  100 6M4S', 'Contact', '2021-11-23 10:18:23'),
(2496, 'Narendra Gurnule', 'narendra.gurnule@vgipl.in', '', 'India', '', 'we have requirement :Embedded Controller with mandatory FASTag signature validation feature, integrates with RFID reader, Boom Barrier, Loop Sensors and IR sensor, local storage option for exempt whitelist.', '7798880980', '', 'Kolkata', '', 'Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB  100 6M4S,Boom Barriers SP BB  100 6M4S', 'Contact', '2021-11-23 10:18:28'),
(2497, 'mani', 'gajaraomanikanta@gmail.com', '', 'India', '', '', '08500240517', '', 'Vizag', '', 'undefined', '', '2021-11-25 08:12:45'),
(2498, 'Madireddy bala sai chaitanya', 'saichaitanyya80@gmail.com', '', 'India', '', 'Wanted sliding gate motor', '7780743264', '', 'Vizag', '', 'undefined', '', '2021-11-29 10:53:09'),
(2499, 'shyam c s', 'shyam@auxotechnologies.com', '', 'India', '', 'contact via whatsapp; i am system integrator', '9884591195', '', 'Delhi', '', '', 'Contact', '2021-11-29 12:36:10'),
(2500, 'shyam c s', 'shyam@auxotechnologies.com', '', 'India', '', 'contact via whatsapp; i am system integrator', '9884591195', '', 'Delhi', '', '', 'Contact', '2021-11-29 12:36:20'),
(2501, 'shyam c s', 'shyam@auxotechnologies.com', '', 'India', '', 'contact via whatsapp; i am system integrator', '9884591195', '', 'Delhi', '', '', 'Contact', '2021-11-29 12:36:29'),
(2502, 'shyam c s', 'shyam@auxotechnologies.com', '', 'India', '', 'contact via whatsapp; i am system integrator', '9884591195', '', 'Delhi', '', 'gate automation', 'Contact', '2021-11-29 12:36:36'),
(2503, 'shyam c s', 'shyam@auxotechnologies.com', '', 'India', '', 'contact via whatsapp; i am system integrator', '9884591195', '', 'Delhi', '', 'gate automation', 'Contact', '2021-11-29 12:36:44'),
(2504, 'shyam c s', 'shyam@auxotechnologies.com', '', 'India', '', 'contact via whatsapp; i am system integrator', '9884591195', '', 'Delhi', '', 'gate automation', 'Contact', '2021-11-29 12:36:52'),
(2505, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2021-11-29 14:26:17'),
(2506, 'Subham darjee', 'subham.wwe@gmail.com', '', 'India', '', '', '09778119900', '', 'Bhubaneswar', '', 'undefined', '', '2021-12-01 03:32:45'),
(2507, 'Prem nath', 'premnath1879@gmail.com', '', 'India', '', 'Required to make sliding ', '8974658413', '', 'other', '', 'undefined', '', '2021-12-01 05:09:51'),
(2508, 'Aman Sharma', 'amansharma0309@gmail.com', '', 'India', '', 'Need automatic rolling shutter motor along with fitment - 6 nos at Dhanbad, Jharkhand.', '8809990777', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-02 07:53:45'),
(2509, 'Aman Sharma', 'amansharma0309@gmail.com', '', 'India', '', 'Need automatic rolling shutter motor along with fitment - 6 nos at Dhanbad, Jharkhand.', '8809990777', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-02 07:53:48'),
(2510, 'Satish Motwani', 'motwani@live.com', '', 'India', '', 'pls send quotation', ' 918882092333', '', 'Jabalpur', '', 'Motorised Curtains', '', '2021-12-04 10:22:29'),
(2511, 'Anupam  Sinha', 'ftscplindia@gmail.com', '', 'India', '', 'Need transparent shutter for Mandi', '9836056589', '', 'Kolkata', '', 'Auto Rolling Door Transparent PVC,Auto Rolling Door Transparent PVC', '', '2021-12-04 16:12:52'),
(2512, 'Jaikangam Malangmei', 'jaikangam12@gmail.com', 'Pinegrove Apartment, House No 252, 1st Floor Room No 203\nImkonglenden Colony, Half Nagarjan', 'India', 'Nagaland ', '', '9402765302', '', 'Dimapur ', '797112', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-12-04 20:17:52'),
(2513, 'Abhay Kedia', 'abhayccpl@gmail.com', '', 'India', '', '', '9412711303', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-12-08 10:16:50'),
(2514, 'Abhay Kedia', 'abhayccpl@gmail.com', '', 'India', '', '', '9412711303', '', 'other', '', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2021-12-08 10:16:53'),
(2515, 'Raj', 'naina.taneja2005@gmail.con', 'Amritsar,punjab', 'India', 'Punjab', 'Have demand of automated gates machine ', '8453900004', 'Raj steel house', 'Amritsar ', '143102', 'Sliding Gate Motor SP SWG 800B', 'Product', '2021-12-08 14:16:52'),
(2516, 'Anoop Anoop', 'nayanaanoopaluminium@gmail.com', 'bharathannoor,tvm, A A house, pulikkara\nA A house, pulikkara', 'India', 'Kerala', 'All tools', '07907836007', 'Nayanafab', 'Thiruvanathapuram', '695609', 'uPVC Windows Welding machines - Right', 'Product', '2021-12-10 04:20:21'),
(2517, 'Deepak Agarwal', 'mangalatraders@hotmail.com', '', 'India', '', 'Boom Barrier required.', '8873134434', '', 'Jamshedpur', '', '', 'Contact', '2021-12-10 12:39:05'),
(2518, 'Deepak Agarwal', 'mangalatraders@hotmail.com', '', 'India', '', 'Boom Barrier required.', '8873134434', '', 'Jamshedpur', '', '', 'Contact', '2021-12-10 12:39:10'),
(2519, 'Deepak Agarwal', 'mangalatraders@hotmail.com', '', 'India', '', 'Boom Barrier required.', '8873134434', '', 'Jamshedpur', '', '', 'Contact', '2021-12-10 12:39:15'),
(2520, 'Deepak Agarwal', 'mangalatraders@hotmail.com', '', 'India', '', 'Boom Barrier required.', '8873134434', '', 'Jamshedpur', '', '', 'Contact', '2021-12-10 12:39:20'),
(2521, 'Deepak Agarwal', 'mangalatraders@hotmail.com', '', 'India', '', 'Boom Barrier required.', '8873134434', '', 'Jamshedpur', '', '', 'Contact', '2021-12-10 12:39:26'),
(2522, 'Krishna Gopal Suthar', 'jangidgopal00@gmail.com', 'IN FRONT OF FUN CITY RESORT HURDA ROAD GULABPURA', 'India', 'Rajasthan', '', '09413084460', 'Self Employee', 'BHILWARA', '311021', 'uPVC Windows Welding machines - Right', 'Product', '2021-12-10 14:31:44'),
(2523, 'Mohammed Islam', 'vw-hw1@kalk.auswaertiges-amt.de', '', 'India', '', '', '8777304704', '', 'Kolkata', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2021-12-13 05:46:08'),
(2524, 'Aftab', 'adaabazaar@gmail.com', '', 'India', '', '', '7838828000', '', 'Noida', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', '', '2021-12-17 05:09:25'),
(2525, 'Gracias Thevar', 'gracias.thevar@yahoo.co.in', '', 'India', '', 'complex security system', '9820777450', '', 'Mumbai', '', '', 'Contact', '2021-12-19 04:40:42'),
(2526, 'Gracias Thevar', 'gracias.thevar@yahoo.co.in', '', 'India', '', 'complex security system', '9820777450', '', 'Mumbai', '', '', 'Contact', '2021-12-19 04:40:46'),
(2527, 'Gracias Thevar', 'gracias.thevar@yahoo.co.in', '', 'India', '', 'complex security system', '9820777450', '', 'Mumbai', '', '', 'Contact', '2021-12-19 04:40:49'),
(2528, 'Ritika', 'ritikapatil635@gmail.com', '', 'India', 'Maharashtra ', '', '9326020797', '', '', '', 'Motorized Vertical Louvres', 'Product', '2021-12-23 07:11:01'),
(2529, 'NAVNEET JUNEJA ', 'tanyajewelspl@gmail.com', '', 'India', '', 'Regarding 90 degree sliding gate', '7528071212', '', 'Chandigarh', '', 'undefined', '', '2021-12-24 05:40:07'),
(2530, 'Gopal Shenoy', 'gopal.shenoy@navneet.com', '', 'India', '', 'Dear Sir,\nPlease send offer for Retractable gate 20 mtr span (Gate span 10 mtr x qty 02)', '9909924980', '', 'Mumbai', '', 'Motorised Retractable Gates', 'Contact', '2021-12-24 09:59:00'),
(2531, 'Gopal Shenoy', 'gopal.shenoy@navneet.com', '', 'India', '', 'Dear Sir,\nPlease send offer for Retractable gate 20 mtr span (Gate span 10 mtr x qty 02)', '9909924980', '', 'Mumbai', '', 'Motorised Retractable Gates', 'Contact', '2021-12-24 09:59:01'),
(2532, 'ashish sharma', 'sigma.automation@gmailcom', '', 'India', '', '', '9116469370', '', 'other', '', 'Parking Fee Management System (Wireless)', 'Contact', '2021-12-24 10:41:39'),
(2533, 'ashish sharma', 'sigma.automation@gmailcom', '', 'India', '', '', '9116469370', '', 'other', '', 'Parking Fee Management System (Wireless)', 'Contact', '2021-12-24 10:41:47'),
(2534, 'GOVIND ARUN BABAR', 'mdlpandurang@gmail.com', 'S B I Colony', 'India', 'Karnataka', 'Tools of 1 set', '8668607840', 'Pandurang Enterprises', 'Mudhol', '587313', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2021-12-25 07:09:13'),
(2535, 'Deepak Kumar', 'sales.tavs@gmail.com', 'Faridabad', 'India', 'Haryana', '', '8527969442', 'Techtonic Automation ', 'Faridabad', '121004', 'Boom Barriers SP BB 200(Fencing)', 'Product', '2021-12-27 10:34:22'),
(2536, 'Kundan Aglawe', 'kundanaglawe79@gmail.com', '', 'India', '', 'Motorized sliding folding 90', '9685457620 ', '', 'other', '', 'undefined', '', '2021-12-27 11:33:10'),
(2537, 'Khalid Nadim', 'khalid.nadim@marblebox.com', '', 'India', '', 'Looking for bio-metric controlled  dual door automation such that one person enter at one time.', '9830666280', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-28 10:56:56'),
(2538, 'Khalid Nadim', 'khalid.nadim@marblebox.com', '', 'India', '', 'Looking for bio-metric controlled  dual door automation such that one person enter at one time.', '9830666280', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-28 10:57:09'),
(2539, 'Khalid Nadim', 'khalid.nadim@marblebox.com', '', 'India', '', 'Looking for bio-metric controlled  dual door automation such that one person enter at one time.', '9830666280', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-28 10:57:26'),
(2540, 'Khalid Nadim', 'khalid.nadim@marblebox.com', '', 'India', '', 'Looking for bio-metric controlled  dual door automation such that one person enter at one time.', '9830666280', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-28 10:57:36'),
(2541, 'Khalid Nadim', 'khalid.nadim@marblebox.com', '', 'India', '', 'Looking for bio-metric controlled  dual door automation such that one person enter at one time.', '9830666280', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-28 10:57:53'),
(2542, 'Khalid Nadim', 'khalid.nadim@marblebox.com', '', 'India', '', 'Looking for bio-metric controlled  dual door automation such that one person enter at one time.', '9830666280', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2021-12-28 10:58:07'),
(2543, 'Ashish Saini', 'ashish88saini@gmail.com', '', 'India', '', 'Required quotation for Central Motor Rolling Shutter. Model SP RD CM 180/280.', '9650766007', '', 'Gurgaon', '', 'Central Motor Rolling Shutter. Model SP RD CM 180/280', 'Contact', '2021-12-29 07:57:50'),
(2544, 'Ashish Saini', 'ashish88saini@gmail.com', '', 'India', '', 'Required quotation for Central Motor Rolling Shutter. Model SP RD CM 180/280.', '9650766007', '', 'Gurgaon', '', 'Central Motor Rolling Shutter. Model SP RD CM 180/280', 'Contact', '2021-12-29 07:57:53'),
(2545, 'Santosh Jamdar', 'santosh.jamdar@avians.co.in', '', 'India', '', 'Requirement of High Speed boom barreirs', '9623440889', '', 'Kolkata', '', 'boom barrier', '', '2021-12-31 03:49:58'),
(2546, 'Sanjay Kumar', 'sanjayjee1975@gmail.com', '93 Chandrawati Nagar, NH 33 Dimna Pardih Rd Mango\nNH 33 Dimna Pardih Rd Mango', 'India', 'Jharkhand', 'Please provide me with more details of UHF RFID boom barrier system.', '09308351664', 'Midas Technology', 'Jamshedpur', '831018', 'Car Sticker Entrance System', 'Product', '2022-01-03 12:20:42'),
(2547, 'AMANVIR TIWANA', 'prtcpro@gmail.com', '', 'India', '', 'I am writing on behalf of my department (Pepsu Road Transport Corporation). PRTC is a STU, having its head office at Patiala. Our department is interested in setting up of Boom Barriers (or any other solution which may be suggested from your firm) on bus stands which fall under our jurisdiction.', '8146702900', '', 'other', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2022-01-04 11:27:46'),
(2548, 'Shadab', 'shadabahmad098765@gmail.com', '', 'India', '', 'Want a remote door closer', '8707349894', '', 'other', '', 'undefined', '', '2022-01-04 15:47:22'),
(2549, 'A Roentgen Atluri', 'roentgenatluri@gmail.com', 'Ganguru village, penamaluru mdl,\nS L V Gardens', 'India', 'Andhra Pradesh', '', '08897211370', 'Plot No-16, Near DIET Collage Back Gate', 'Gangur', '521139', 'uPVC Windows Corner cleaning tools - Electric', 'Product', '2022-01-07 07:41:01'),
(2550, 'Manosh Dasgupta', 'manosh.dg@gmail.com', '', '', '', 'I need only software for my parking lot,\n1) I want to charge hourly what auto calculate in invoice\n2) Vasal auto register in software by using registration number\n3) one click printing\n4) I also need back office accounting support\n5) User rustications  ', ' 8801711376259', '', '', '', 'Parking Fee Management System (Wired)', 'Product', '2022-01-08 15:14:20'),
(2551, 'Adwitiya Dawn', 'adwitiya.dawn@gmail.com', '', 'India', '', 'Pls share quote for Biometric Attendance system', '9836133737', '', 'Kolkata', '', 'Biometric Attendance System,Biometric Attendance System,Biometric Attendance System', 'Contact', '2022-01-13 13:18:58'),
(2552, 'Adwitiya Dawn', 'adwitiya.dawn@gmail.com', '', 'India', '', 'Pls share quote for Biometric Attendance system', '9836133737', '', 'Kolkata', '', 'Biometric Attendance System,Biometric Attendance System,Biometric Attendance System', 'Contact', '2022-01-13 13:19:02'),
(2553, '210FJ5 www.telegra.ph/Your-Win-01-14#', 'muscotamik1982@mail.ru', '', 'Iran', '', '210FJ5 www.telegra.ph/Your-Win-01-14#', '210FJ5 www.telegra.ph/Your-Win-01-14#', '', 'Kozhikode', '', '210FJ5 www.telegra.ph/Your-Win-01-14#', 'Contact', '2022-01-14 17:16:13'),
(2554, '210FJ5 www.telegra.ph/Your-Win-01-14#', 'muscotamik1982@mail.ru', '', 'Iran', '', '210FJ5 www.telegra.ph/Your-Win-01-14#', '210FJ5 www.telegra.ph/Your-Win-01-14#', '', 'Kozhikode', '', '210FJ5 www.telegra.ph/Your-Win-01-14#', 'Contact', '2022-01-14 17:16:14'),
(2555, '210FJ5 www.telegra.ph/Your-Win-01-14#', 'muscotamik1982@mail.ru', '', 'Iran', '', '210FJ5 www.telegra.ph/Your-Win-01-14#', '210FJ5 www.telegra.ph/Your-Win-01-14#', '', 'Kozhikode', '', '210FJ5 www.telegra.ph/Your-Win-01-14#', 'Contact', '2022-01-14 17:16:14'),
(2556, 'Rohith shetty ', 'rohith@ipowerautomation.com', '', 'India', '', 'I am reseller . Want to know about all your products ', '7019163081', '', 'Bengaluru', '', 'undefined', '', '2022-01-16 00:21:01'),
(2557, 'Shishir Puntambekar', 'puntambekarshishir@rediffmail.com', '', 'India', '', 'Interested in Window Automation System', '09822255690', '', 'Pune', '', 'undefined', '', '2022-01-16 05:05:33'),
(2558, 'Ashwani', 'astrolord4@gmail.com', '', 'India', '', 'hi good afternoon sir i want motorized\nvertical louvers hardware for wooden louver\nmy louver fin size is  250 x 50 x 3000 mm \n ', '8744050285', '', 'Gurgaon', '', 'Motorized Vertical Louvres', '', '2022-01-17 09:42:47'),
(2559, '9706854986', 'emranhussain742@gmail.com', '', 'India', '', 'waiting', '9706854986', '', 'Guwahati', '', 'undefined', '', '2022-01-18 15:32:24'),
(2560, 'Ryan hiser', 'ryan.hiser@gmail.com', '', 'United States', '', 'Pricing for automatic collapsible gate', '1-913-200-5207', '', 'other', '', 'undefined', 'Contact', '2022-01-18 16:45:59'),
(2561, 'Ryan hiser', 'ryan.hiser@gmail.com', '', 'United States', '', 'Pricing for automatic collapsible gate', '1-913-200-5207', '', 'other', '', 'undefined', 'Contact', '2022-01-18 16:46:00'),
(2562, 'DEEPAK KHANDELWAL', 'Skenterprises99@yahoo.com', '', 'India', '', '', '9782269929', '', 'Jaipur', '', 'undefined', 'Contact', '2022-01-19 12:33:24'),
(2563, 'DEEPAK KHANDELWAL', 'Skenterprises99@yahoo.com', '', 'India', '', '', '9782269929', '', 'Jaipur', '', 'undefined', 'Contact', '2022-01-19 12:33:26'),
(2564, 'Santhosh ', 'Santhuraj4774@gmail.com', '', 'India', '', 'Automatic rolling shutter', '9449334982', '', 'other', '', 'undefined', '', '2022-01-20 03:07:02'),
(2565, 'Mithu ghosh', 'gmithu898@gmail.com', '', 'India', '', '', '8918326036', '', 'Kolkata', '', 'undefined', '', '2022-01-20 17:46:14'),
(2566, 'Mithu ghosh', 'gmithu898@gmail.com', '', 'India', '', '', '8918326036', '', 'Kolkata', '', 'undefined', '', '2022-01-20 17:46:18'),
(2567, 'Mithu ghosh', 'gmithu898@gmail.com', '', 'India', '', '', '8918326036', '', 'Kolkata', '', 'undefined', '', '2022-01-20 17:46:22'),
(2568, '6296865651', 'subratabepari914@gamil .com', '', 'India', '', '7bxg', '6296865651', '', 'Kolkata', '', 'undefined', '', '2022-01-21 03:13:09'),
(2569, 'Kishor', 'keysor.rao@gmail.com', 'Crpf hakimpet', 'India', 'Telangana', '', '8208461810', '', 'Secundrabad', '500078', 'Car Sticker Entrance System', 'Product', '2022-01-21 08:12:43'),
(2570, 'Nidhey Save', 'nidheysave@gmail.com', 'Ecoedencity, Boisar east falt no 003 Building B3', 'India', 'MAHARASHTRA', '', '7798880659', '', 'THANE', '401506', 'Sliding Gate Motor SP SWG  2500B', 'Product', '2022-01-22 20:18:03'),
(2571, 'Biswajit Biswas', 'biswajitbiswas78458@gmail.com', '', 'India', '', '7679452484', '7679452484', '', 'Kolkata', '', 'undefined', '', '2022-01-23 02:48:28'),
(2572, 'Biswajit Biswas', 'biswajitbiswas78458@gmail.com', '', 'India', '', '7679452484', '7679452484', '', 'Kolkata', '', 'undefined', '', '2022-01-23 02:48:32'),
(2573, 'Contact', 'google', '', 'India', '', 'Ueueue', '82873838', '', 'Kolkata', '', 'undefined', '', '2022-01-23 04:53:40'),
(2574, 'Fanindhra', 'fanikemal@gmail.com', 'Gadwal', 'India', 'Telangana', 'Need price nd installation requirements and charges', '9908486143', 'Svvtraders', 'Gadwal', '509125', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-01-23 05:20:25'),
(2575, 'sresth jain', 'sresth@my.com', '70 a sainik farms', '', 'Delhi', '', '8800995050', '', 'delhi', '110062', 'Sliding Gate Motor SP  SLG 4000', 'Product', '2022-01-23 14:54:08'),
(2576, 'Haider ali', 'malikga806@gmail.com', '', 'India', '', '', '9536369997', '', 'other', '', '', '', '2022-01-24 05:30:09'),
(2577, 'Sata Bank of India', 'shahidulh487@gmail.com', '', 'India', '', '', '9365353698', '', 'Guwahati', '', 'undefined', '', '2022-01-24 08:06:55'),
(2578, 'Abdul Karim', 'abdulkarim781127@gmail.com', '', 'India', '', 'dwxf', '6900900463', '', 'Guwahati', '', 'undefined', '', '2022-01-24 12:24:18'),
(2579, '7900822613', 'sidhartk174@gmail.com', '', 'India', '', 'Sidharth Kumar', '7900822613', '', 'Delhi', '', 'undefined', '', '2022-01-24 14:45:04'),
(2580, '7900822613', 'sidhartk174@gmail.com', '', 'India', '', 'Sidharth Kumar', '7900822613', '', 'Delhi', '', 'undefined', '', '2022-01-24 14:45:40'),
(2581, '7900822613', 'sidhartk174@gmail.com', '', 'India', '', 'Sidharth Kumar', '7900822613', '', 'Delhi', '', 'undefined', '', '2022-01-24 14:45:43'),
(2582, 'Parmjitsingh', 'parmjitsingh76789gmal.com? ???? ??? ??? ??????? ?? ?? ??? ?? ??? ????? ??? ?? ?? 14 ????? ?? ???? ??? ?? ?? ???? 20 ?? 30 ??? ??html ???? ?? ?? ????? ??', '', 'India', '', '', '9888202699', '', 'Amritsar', '', 'undefined', '', '2022-01-25 17:21:02'),
(2583, 'Varsha Shivkumar Sahu', 'sahuvarsha951@gmail.com', '', 'India', '', '', '9604386175', '', 'Nagpur', '', 'undefined', '', '2022-01-27 14:05:50'),
(2584, 'Ritesh Ranjan', 'ritesh@ensavior.com', 'Plot No. 17, Block-A, Sector-19, Dwarka, New Delhi', 'India', 'New Delhi', '', ' 917428586562', 'Ensavior Technologies Pvt. Ltd.', 'New Delhi', '110075', 'Video Door Phone (For  Apartments)', 'Product', '2022-01-28 07:30:00'),
(2585, 'Kovur vijayavardhan ', 'vijayavardhankovur@gmail.com', '', 'India', '', '', '9491087778', '', 'Hyderabad', '', 'undefined', '', '2022-01-28 18:48:21'),
(2586, 'Kovur vijayavardhan ', 'vijayavardhankovur@gmail.com', '', 'India', '', '', '9491087778', '', 'Hyderabad', '', 'undefined', '', '2022-01-28 18:48:25'),
(2587, 'Kovur vijayavardhan ', 'vijayavardhankovur@gmail.com', '', 'India', '', '', '9491087778', '', 'Hyderabad', '', 'undefined', '', '2022-01-28 18:48:28'),
(2588, 'DARSHDEEP', 'ied.darshdeep@gmail.com', 'dlf phase - 3 Gurgaon', 'India', 'Haryana', '', '8800288748', '', 'GURGRAM', '122002', 'Motorized Vertical Louvres', 'Product', '2022-02-01 14:34:38'),
(2589, 'Bonnie Neihsial', 'bonnie.neihsial@gmail.com', 'Imphal', 'India', 'Manipur', 'Can I please know the pricing of the whole range of uPVC welding machines including the cleaning and other products. Also additional information regarding the training programs will be appreciated.. ', '09862961198', '', 'Imphal', '795001', 'uPVC Windows Welding machines', 'Product', '2022-02-01 17:14:35'),
(2590, 'Ujjal Ruidas', 'ujjal@ruidas.com', '', 'India', '', 'Motorized or Manual Sliding folding 90 degree car parking gate estimate required  14ft* 6 ft', '8167522497', '', 'other', '', 'undefined', '', '2022-02-07 10:15:08'),
(2591, 'SANAT', 'dwivedisanat89@gmail.com', 'real ispat and power limited', 'India', 'cg', 'regarding maintenance', '9755223269', 'real ispat and power', 'raipur', '492001', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-02-09 11:15:44'),
(2592, 'Ranjan Kumar Sinha', 'sinha.rk.doc@gmail.com', '', 'India', '', 'I need sliding/Swing motor for 2 gates and garage at Patna with installation. Pl send the price including installation.', '9934012425', '', 'Patna', '', '', 'Contact', '2022-02-09 15:36:29'),
(2593, 'Ranjan Kumar Sinha', 'sinha.rk.doc@gmail.com', '', 'India', '', 'I need sliding/Swing motor for 2 gates and garage at Patna with installation. Pl send the price including installation.', '9934012425', '', 'Patna', '', '', 'Contact', '2022-02-09 15:36:32'),
(2594, 'Harvinder Singh ', 'harvindersingh4122@gmail.com', 'Himachal Pradesh ', 'India', 'Himachal Pradesh ', '', '9418044122', 'ARBINDRA STEEL INDUSTRY ', 'Mandi ', '175001', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2022-02-10 14:54:20'),
(2595, 'Deepan', 'dssrpg@gmail.com', '', 'India', '', 'Sliding gate', '9941126044', '', 'Chennai', '', 'undefined', 'Contact', '2022-02-10 17:09:46'),
(2596, 'Deepan', 'dssrpg@gmail.com', '', 'India', '', 'Sliding gate', '9941126044', '', 'Chennai', '', 'undefined', 'Contact', '2022-02-10 17:09:49'),
(2597, 'Chitta Jyothi', 'ceoffice2012@gmail.com', 'Vijayawada', 'India', 'Andhra Pradesh', '', '9885870438', 'Roads and Building Department Governmnet of Andhra Pradesh', 'Vijayawada', '520010', 'SP BB 400 LED 6M4S', 'Product', '2022-02-11 07:43:37'),
(2598, 'Chitta Jyothi', 'ceoffice2012@gmail.com', '', 'India', '', 'for Parking solution', '9885870438', '', 'Vijayawada', '', 'Tyre Killer', 'Contact', '2022-02-11 07:47:35'),
(2599, 'Chitta Jyothi', 'ceoffice2012@gmail.com', '', 'India', '', 'for Parking solution', '9885870438', '', 'Vijayawada', '', 'Tyre Killer', 'Contact', '2022-02-11 07:47:37'),
(2600, 'Joseph', 'jokwemara@yahoo.co.uk', '', 'Uganda', '', 'I am interested in the manual upvc welding  and cleaning machines may please let me know the cost of each in USD. Thank you. Joseph.', ' 256752553128', '', 'other', '', 'undefined', '', '2022-02-12 19:09:23'),
(2601, 'sanjeev chopra', 'chopra.sj@gmail.com', '', 'India', '', 'we are system integrators based in chandigarh.\ninterseted in your products do send your contact nos. \nNot able to contact on given two nos on your website.', '9417162459', '', 'Chandigarh', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-02-15 06:03:45'),
(2602, 'sanjeev chopra', 'chopra.sj@gmail.com', '', 'India', '', 'we are system integrators based in chandigarh.\ninterseted in your products do send your contact nos. \nNot able to contact on given two nos on your website.', '9417162459', '', 'Chandigarh', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-02-15 06:03:45'),
(2603, 'Deepa S S', 'deepa.s@se.com', '', 'India', '', 'Herein attached our Requirement for Embassy Taurus Techzone(ETTZ), Trivandrum, Kerala. Please share Best Quote', '09035891079', '', 'Bengaluru', '', '', 'Contact', '2022-02-15 08:28:08'),
(2604, 'Deepa S S', 'deepa.s@se.com', '', 'India', '', 'Herein attached our Requirement for Embassy Taurus Techzone(ETTZ), Trivandrum, Kerala. Please share Best Quote', '09035891079', '', 'Bengaluru', '', '', 'Contact', '2022-02-15 08:28:12'),
(2605, 'Deepa S S', 'deepa.s@se.com', '', 'India', '', 'Herein attached our Requirement for Embassy Taurus Techzone(ETTZ), Trivandrum, Kerala. Please share Best Quote', '09035891079', '', 'Bengaluru', '', '', 'Contact', '2022-02-15 08:28:15'),
(2606, 'Mohamed Zakaria', 'mohamedzakaria42@hotmail.com', '', 'Saudi Arabia', '', 'Please provide the price including door to door shipment of both Swing Gate Motor SP SWG  350 ', ' 966591667305', '', 'other', '', 'Swing Gate Motor SP SWG  350 (Arm),Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP SWG  350 (Arm)', '', '2022-02-15 11:35:22'),
(2607, 'SUZIE', 'suzanadcruz@hotmail.com', '', 'India', '', '', '0096566207539', '', 'Kolkata', '', '', 'Contact', '2022-02-16 07:02:00'),
(2608, 'SUZIE', 'suzanadcruz@hotmail.com', '', 'India', '', '', '0096566207539', '', 'Kolkata', '', '', 'Contact', '2022-02-16 07:02:03'),
(2609, 'Vaibhav shivarkar', 'vaibhavshivarkar@rediffmail.com', '', 'India', '', 'Send us dealer prices of curtain motors and technical specification', '09826084291', '', 'Indore', '', 'undefined', '', '2022-02-16 15:30:35'),
(2610, 'Vaibhav shivarkar', 'vaibhavshivarkar@rediffmail.com', '', 'India', '', 'Send us dealer prices of curtain motors and technical specification', '09826084291', '', 'Indore', '', 'undefined', '', '2022-02-16 15:30:44'),
(2611, 'Ranjit  Sen', 'rksen1960@gmail.com', '', 'India', '', 'Price for 7\" video door phone\nPrice for additional monitor', ' 919331034326', '', 'Kolkata', '', 'Video Door Phone 7\" colour monitor', '', '2022-02-17 10:15:05'),
(2612, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-02-17 17:10:02'),
(2613, 'Aditi', 'electricaldesign.nagothane@jindalsaw.com', '', 'India', '', '', '8766491822', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2022-02-18 10:56:28'),
(2614, 'Aditi', 'electricaldesign.nagothane@jindalsaw.com', '', 'India', '', '', '8766491822', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2022-02-18 10:56:31'),
(2615, 'Kamalesh Barman', 'kb.barman25@gmail.com', 'Silpukhuri, nizarapar, ', 'India', 'Assam', 'Two leaf : Each 6 to 7feet length \nHeight : 7 feet approx\nWeight : 300 to 400 kg approx', '7002826309', '', 'Guwahati', '781003', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2022-02-19 14:42:21'),
(2616, 'Gaurav', 'cosec.gaurav8@gmail.com', '', 'India', '', 'we are looking for automatic door system for our society main gate', '9654968878', '', 'other', '', '', 'Contact', '2022-02-19 14:52:10'),
(2617, 'Gaurav', 'cosec.gaurav8@gmail.com', '', 'India', '', 'we are looking for automatic door system for our society main gate', '9654968878', '', 'other', '', '', 'Contact', '2022-02-19 14:52:10'),
(2618, 'SHASHANK SINGH', 'scm@ensavior.com', '', 'India', '', 'We have a requirement of swing gate operator and video call machine at gate', '9319437857', '', 'Delhi', '', 'Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2022-02-21 08:50:22'),
(2619, 'SHASHANK SINGH', 'scm@ensavior.com', '', 'India', '', 'We have a requirement of swing gate operator and video call machine at gate', '9319437857', '', 'Delhi', '', 'Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller),Swing Gate Motor SP  SWG 500 (Roller)', 'Contact', '2022-02-21 08:50:25'),
(2620, 'Andrei Olago', 'andrei.olago@arisenet.com', '', 'Gabon', 'Estuaire', '', ' 24166001850', 'GSEZ Airport', 'Libreville', '', 'Flap Barrier', 'Product', '2022-02-22 11:11:24'),
(2621, 'K Prabhakar Reddy', 'prabhaker59@gmail.com', '', 'India', '', '', '9912162411', '', 'Hyderabad', '', '', '', '2022-02-24 12:50:48'),
(2622, 'Rajkumarr ', 'rajkumarrmishra1666@gmail.com', '', 'India', '', 'Interested to install boomer', '9920331155', '', 'Mumbai', '', 'undefined', '', '2022-02-26 15:15:32'),
(2623, 'Rajkumarr ', 'rajkumarrmishra1666@gmail.com', '', 'India', '', 'Interested to install boomer', '9920331155', '', 'Mumbai', '', 'undefined', '', '2022-02-26 15:15:35'),
(2624, 'Milind Mainkar', 'milind.unicomp@gmail.com', 'GOREGAON - EAST, MUMBAI , MAHARASHTRA', 'India', 'MAHARASHTRA', '', '9821139109', 'UNICOMP SERVICES', 'MUMBAI', '400063', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-03-01 06:30:27'),
(2625, 'S.Bala chinnaiah', 'bala9705975183@gmali.com', '', 'India', '', '', '6300622963', '', 'other', '', 'undefined', '', '2022-03-01 08:48:16'),
(2626, 'Ramhari', 'yogeshwarsteels@tefiffmail.com', '', 'India', '', 'Required motorized sliding gate', '8975180555', '', 'Pune', '', 'undefined', '', '2022-03-03 04:26:10'),
(2627, 'Fazal qureshi ', 'freshfishcenter@gmail.com', 'Railway station jabalpur mp', 'India', 'Madhya pradesh', 'Want quotation for automatic parking management system.', '8269999960', 'M/s Gayasuddin Qureshi', 'Jabalpur', '482001', 'Parking Fee Management System (Wireless)', 'Product', '2022-03-04 14:39:20'),
(2628, 'Ranjit Sen', 'rksen1960@gmail.com', '', 'India', '', 'Planning to buy next month. Please quote for Door phone with additional monitor.', ' 919331034326', '', 'Kolkata', '', 'Video Door Phone 7\" colour monitor', '', '2022-03-08 14:49:48'),
(2629, 'Mohammad Rasul', 'amrasul.amr@gmail.com', '', 'India', '', 'Want UPVC window corner cleaning tools', '7540088668', '', 'Coimbatore', '', 'undefined', '', '2022-03-09 05:15:53'),
(2630, 'sanjay patel', 'info@apexupvc.com', '', 'India', '', 'image-1\nuPVC Windows Outer Corner cleaning tools - Pneumatic', '9033028298', '', 'other', '', 'undefined', 'Contact', '2022-03-09 05:45:28');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(2631, 'sanjay patel', 'info@apexupvc.com', '', 'India', '', 'image-1\nuPVC Windows Outer Corner cleaning tools - Pneumatic', '9033028298', '', 'other', '', 'undefined', 'Contact', '2022-03-09 05:45:28'),
(2632, 'Jay ', 'jayp5370@gmail.com', '', 'India', '', '', '9106066018', '', 'Vadodara', '', 'undefined', '', '2022-03-09 16:23:07'),
(2633, 'Kevin Ong', 'sales@ktwtech.com', '', 'Singapore', '', 'Can your supply:\nBoom Barrier Gate Boom Arm can be return spring breaker', '6598502334', '', 'other', '', '', '', '2022-03-14 04:19:12'),
(2634, 'Mukteesh Sharma', 'mukteesh08@gmail.com', '', 'India', '', 'Dear Founder,\n\nDo you know what makes a start-up stand out? You are most likely to say &lsquo;a strong brand message&rsquo;, &lsquo;an excellent product&rsquo;, &lsquo;a great online presence&rsquo;. While you wouldn&rsquo;t be wrong, there is something more pivotal to every start-up&rsquo;s journey to the masses &mdash; an experienced and dedicated team of Digital Marketing Professionals. Yes, the expert guidance that an experienced team can provide a start-up can take the company to the next level, especially during the early stages. Unfortunately, hiring a dedicated team of individuals worth their salt is not that easy to find and the ones who want to be found cost a fortune. That is where we would like to introduce ourselves. This is not an agency pitch, but we would like to give you a team of professionals who can make a department for you.\n\nWe are keen to connect and understand how our team can be helpful in context to the activities and goals you have for your organization.\n\nPlease let me know a good time to connect and schedule a call to know each other better.', '9149422088', '', 'Delhi', '', '', 'Contact', '2022-03-15 06:55:36'),
(2635, 'Mukteesh Sharma', 'mukteesh08@gmail.com', '', 'India', '', 'Dear Founder,\n\nDo you know what makes a start-up stand out? You are most likely to say &lsquo;a strong brand message&rsquo;, &lsquo;an excellent product&rsquo;, &lsquo;a great online presence&rsquo;. While you wouldn&rsquo;t be wrong, there is something more pivotal to every start-up&rsquo;s journey to the masses &mdash; an experienced and dedicated team of Digital Marketing Professionals. Yes, the expert guidance that an experienced team can provide a start-up can take the company to the next level, especially during the early stages. Unfortunately, hiring a dedicated team of individuals worth their salt is not that easy to find and the ones who want to be found cost a fortune. That is where we would like to introduce ourselves. This is not an agency pitch, but we would like to give you a team of professionals who can make a department for you.\n\nWe are keen to connect and understand how our team can be helpful in context to the activities and goals you have for your organization.\n\nPlease let me know a good time to connect and schedule a call to know each other better.', '9149422088', '', 'Delhi', '', '', 'Contact', '2022-03-15 06:55:37'),
(2636, 'Mukteesh Sharma', 'mukteesh08@gmail.com', '', 'India', '', 'Dear Founder,\n\nDo you know what makes a start-up stand out? You are most likely to say &lsquo;a strong brand message&rsquo;, &lsquo;an excellent product&rsquo;, &lsquo;a great online presence&rsquo;. While you wouldn&rsquo;t be wrong, there is something more pivotal to every start-up&rsquo;s journey to the masses &mdash; an experienced and dedicated team of Digital Marketing Professionals. Yes, the expert guidance that an experienced team can provide a start-up can take the company to the next level, especially during the early stages. Unfortunately, hiring a dedicated team of individuals worth their salt is not that easy to find and the ones who want to be found cost a fortune. That is where we would like to introduce ourselves. This is not an agency pitch, but we would like to give you a team of professionals who can make a department for you.\n\nWe are keen to connect and understand how our team can be helpful in context to the activities and goals you have for your organization.\n\nPlease let me know a good time to connect and schedule a call to know each other better.', '9149422088', '', 'Delhi', '', '', 'Contact', '2022-03-15 06:55:37'),
(2637, 'Mukteesh Sharma', 'mukteesh08@gmail.com', '', 'India', '', 'Dear Founder,\n\nDo you know what makes a start-up stand out? You are most likely to say &lsquo;a strong brand message&rsquo;, &lsquo;an excellent product&rsquo;, &lsquo;a great online presence&rsquo;. While you wouldn&rsquo;t be wrong, there is something more pivotal to every start-up&rsquo;s journey to the masses &mdash; an experienced and dedicated team of Digital Marketing Professionals. Yes, the expert guidance that an experienced team can provide a start-up can take the company to the next level, especially during the early stages. Unfortunately, hiring a dedicated team of individuals worth their salt is not that easy to find and the ones who want to be found cost a fortune. That is where we would like to introduce ourselves. This is not an agency pitch, but we would like to give you a team of professionals who can make a department for you.\n\nWe are keen to connect and understand how our team can be helpful in context to the activities and goals you have for your organization.\n\nPlease let me know a good time to connect and schedule a call to know each other better.', '9149422088', '', 'Delhi', '', '', 'Contact', '2022-03-15 06:55:37'),
(2638, 'Ar. Rakesh', 'architect@riseprojects.in', '', 'India', 'uttar pradesh', '', '8882914778', 'Rise project pvt. ltd.', 'greater noida west', '', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-03-17 05:25:59'),
(2639, 'Avinash Sohal', 'sohalavi@gmail.com', '', 'India', '', 'Need to automate a sliding gate. Please contact for more info. Ex', '9805636140', '', 'other', '', 'undefined', '', '2022-03-20 12:02:05'),
(2640, 'Avinash Sohal', 'sohalavi@gmail.com', '', 'India', '', 'Need to automate a sliding gate. Please contact for more info. Ex', '9805636140', '', 'other', '', 'undefined', '', '2022-03-20 12:02:06'),
(2641, 'Hameed ', 'abdulhameed790@gmail.com', '', 'India', '', 'Dealer ship', '9895974800', '', 'Kochi', '', 'undefined', '', '2022-03-23 15:22:52'),
(2642, 'Mahesh Chinnchulkkar', 'sptelecon2@gmail.com', 'Plot No. 231, Akash Nagar\nManewada', 'India', 'Behind Vidnyan Nagar', 'Requirement of Boom Spare', '9049002201', 'SP Telecon Engineering ', 'NAGPUR', '440034', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-03-24 13:34:39'),
(2643, 'Mahendra patel', 'patel24667@gmail.com', '', 'India', '', '', '9825035746', '', 'Vadodara', '', 'undefined', '', '2022-03-28 08:18:13'),
(2644, 'Manik Goyal', 'manik1694@gmail.com', '', 'India', '', 'I have a large 2 leaf gate as well as a single entry gate that I would like to automate. I am also interested in security cameras for the same. Please contact me ASAP.', '9650004581', '', 'Delhi', '', 'swing gate motor', '', '2022-03-28 18:01:44'),
(2645, 'Jayanth Devasundaram', 'epijay@hotmail.com', '', 'India', '', 'Need parts for track purchased from you', '0995 974 1827', '', 'other', '', 'undefined', '', '2022-04-02 04:43:29'),
(2646, 'S.K.Paul', 'haowbsetcl@gmail.com', '', 'India', '', '', '9434910046', '', 'Kolkata', '', '', 'Contact', '2022-04-04 08:15:25'),
(2647, 'S.K.Paul', 'haowbsetcl@gmail.com', '', 'India', '', '', '9434910046', '', 'Kolkata', '', '', 'Contact', '2022-04-04 08:15:28'),
(2648, 'Himanshu', 'himanshu.bothra@gmail.com', '', '', '', '', '9674846093', '', '', '', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-04-05 12:05:33'),
(2649, 'Dr kp yadav Yadav', 'riverviewjaunpur@gmail.com', 'Jameen pyarali  Kamala nagar sipah\nHotel riverview Jaunpur we', 'India', 'Uttar Pradesh', 'Price with installation for two pieces of P type swing gate with card entry', '919415207333', 'Hotel Riverview Jaunpur', 'Jaunpur', '222001', 'P Type Swing Gate', 'Product', '2022-04-06 08:27:15'),
(2650, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-04-07 23:41:19'),
(2651, 'Nitin', 'captnitin02@gmail.com', '', 'India', '', '90 deg bending gate, openable area 20\'06\"', '9892180081', '', 'Mumbai', '', 'undefined', '', '2022-04-11 15:58:54'),
(2652, 'Sanjay Kumar', 'epoint.jsr@gmail.com', 'jai shankar path link road baridih basti,\njamshedpur', 'India', 'Jharkhand', '', '09334854754', 'jolly enterprises', 'Jamshedpur', '831017', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-04-13 07:34:08'),
(2653, 'Alok Purkayasta', 'alok.p@shettyventures.com', 'Shetty\'s multiplex. Aland Road, Kalaburagi - 585101', 'India', 'Karnataka', '', '8660401277', 'Shetty\'s Multiplex', 'Kalaburagi', '585101', 'DC Servo Barriers SP BB 300 6 Meter 1~5 Sec Variable speed', 'Product', '2022-04-16 04:14:41'),
(2654, 'Test', 'test@gmail.com', '', 'India', '', 'This is  a test mail', '012345689', '', 'Kolkata', '', 'DIgital Video Recorder,Motorised Curtains', 'Contact', '2022-04-18 06:52:33'),
(2655, 'Test', 'test@gmail.com', '', 'India', '', 'This is  a test mail', '012345689', '', 'Kolkata', '', 'DIgital Video Recorder,Motorised Curtains', 'Contact', '2022-04-18 06:52:36'),
(2656, 'Test', 'test@gmail.com', '', 'India', '', 'This is  a test mail', '012345689', '', 'Kolkata', '', 'DIgital Video Recorder,Motorised Curtains', 'Contact', '2022-04-18 06:52:40'),
(2657, 'test', 'test@gmail.com', '', 'India', '', 'this is a form test', '0123456789', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2022-04-18 07:03:36'),
(2658, 'test', 'test@gmail.com', '', 'India', '', 'this is a form test', '0123456789', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2022-04-18 07:03:38'),
(2659, 'Lalrintluanga Pachuau', 'jix_kb24@yahoo.in', '', 'India', '', 'Hi, Can you please send me price list for electric uPVC welding machine,cleaning tools', '07308788356', '', 'other', '', 'uPVC Windows Welding machines', 'Contact', '2022-04-18 09:27:13'),
(2660, 'Lalrintluanga Pachuau', 'jix_kb24@yahoo.in', '', 'India', '', 'Hi, Can you please send me price list for electric uPVC welding machine,cleaning tools', '07308788356', '', 'other', '', 'uPVC Windows Welding machines', 'Contact', '2022-04-18 09:27:15'),
(2661, 'Ronald Sanchez', 'ronald@gigaworkz.com.ph', 'Mabolo', 'Philippines', '', 'We are looking the supplier of automatic gate opener.', '09224934025', 'Gigaworkz Technologies Inc,', 'Cebu City Philippines', '', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2022-04-18 10:08:31'),
(2662, 'RAJENDRA', 'JODHPUR@PRASARBHARATI.GOV.IN', '', 'India', '', 'WITH INSTALLATION', '9414295403', '', 'other', '', '', 'Contact', '2022-04-25 11:01:32'),
(2663, 'RAJENDRA', 'JODHPUR@PRASARBHARATI.GOV.IN', '', 'India', '', 'WITH INSTALLATION', '9414295403', '', 'other', '', '', 'Contact', '2022-04-25 11:01:35'),
(2664, 'Prakhar', 'prakharpp@gmail.com', '', 'India', '', '2 sets of sliding gate automation needed', '8587044684', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-04-25 14:35:45'),
(2665, 'Prakhar', 'prakharpp@gmail.com', '', 'India', '', '2 sets of sliding gate automation needed', '8587044684', '', 'other', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-04-25 14:35:48'),
(2666, 'joginder boora', 'joginderboora7@gmail.com', 'H1-326, RIICO INDUSTRIAL AREA, KHUSHKHERA, BHIWADI, ALWAR, RAJASTHAN-301707', 'India', 'RAJASTHAN', 'NEED URGENT', '9416922877', 'CELLUS TECH INDIA PVT LTD', 'BHIWADI', '301707', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-04-26 05:52:35'),
(2667, 'Senthil R', 'trasenthil@gmail.com', '', 'India', '', '', '9884216652', '', 'Chennai', '', '', '', '2022-04-26 06:45:49'),
(2668, 'Abhishek Mishra ', 'abhim6405@gmail.com', '', 'India', '', '', '9758650500', '', 'Delhi', '', 'undefined', '', '2022-04-27 05:48:29'),
(2669, 'Shailen Aggrahari', 'shailen@astrro.in', '', 'India', '', '', '9845043840', '', 'Kolkata', '', '', '', '2022-04-27 09:23:09'),
(2670, 'kuldeep sharma', 'luminoindustry@gmail.com', '', 'India', '', 'For reselling purpose send all details', '09414437646', '', 'other', '', 'undefined', 'Contact', '2022-04-28 09:17:20'),
(2671, 'kuldeep sharma', 'luminoindustry@gmail.com', '', 'India', '', 'For reselling purpose send all details', '09414437646', '', 'other', '', 'undefined', 'Contact', '2022-04-28 09:17:23'),
(2672, 'kuldeep sharma', 'luminoindustry@gmail.com', '', 'India', '', 'For reselling purpose send all details', '09414437646', '', 'other', '', 'undefined', 'Contact', '2022-04-28 09:17:25'),
(2673, 'kuldeep sharma', 'luminoindustry@gmail.com', '', 'India', '', 'For reselling purpose send all details', '09414437646', '', 'other', '', 'undefined', 'Contact', '2022-04-28 09:17:27'),
(2674, 'kuldeep sharma', 'luminoindustry@gmail.com', '', 'India', '', 'For reselling purpose send all details', '09414437646', '', 'other', '', 'undefined', 'Contact', '2022-04-28 09:17:29'),
(2675, 'asjad ali khan', 'techerectorindia@gmail.com', '', 'India', '', '12mm thick toughened Glass Door with sensor automatic double sliding glass door shutter size approx 2.1 x7feet including cost of installation at Delhi. (Ozone machine)', '09999983817', '', 'Delhi', '', '', 'Contact', '2022-04-28 10:29:20'),
(2676, 'asjad ali khan', 'techerectorindia@gmail.com', '', 'India', '', '12mm thick toughened Glass Door with sensor automatic double sliding glass door shutter size approx 2.1 x7feet including cost of installation at Delhi. (Ozone machine)', '09999983817', '', 'Delhi', '', '', 'Contact', '2022-04-28 10:29:22'),
(2677, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:23'),
(2678, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:26'),
(2679, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:28'),
(2680, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:30'),
(2681, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:32'),
(2682, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:34'),
(2683, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:35'),
(2684, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:43'),
(2685, 'Sagnik', 'sagnik.pc@gmail.com', '', 'India', '', 'Sliding gate automated', '9007004442', '', 'Kolkata', '', 'undefined', 'Contact', '2022-04-28 17:09:45'),
(2686, 'Piku Sing', 'ixorapiku@gmail.com', '', 'India', '', 'I have need a technician very urgently', '8777757079', '', 'Kolkata', '', 'Motorised Curtains', 'Contact', '2022-05-03 05:53:27'),
(2687, 'Piku Sing', 'ixorapiku@gmail.com', '', 'India', '', 'I have need a technician very urgently', '8777757079', '', 'Kolkata', '', 'Motorised Curtains', 'Contact', '2022-05-03 05:53:30'),
(2688, 'Piku Sing', 'ixorapiku@gmail.com', '', 'India', '', 'I have need a technician very urgently', '8777757079', '', 'Kolkata', '', 'Motorised Curtains', 'Contact', '2022-05-03 05:53:32'),
(2689, 'Piku Sing', 'ixorapiku@gmail.com', '', 'India', '', 'I have need a technician very urgently', '8777757079', '', 'Kolkata', '', 'Motorised Curtains', 'Contact', '2022-05-03 05:53:34'),
(2690, 'Gauri Saha', 'gaurisaha.infozzle@gmail.com', '', 'India', '', 'Hi,\n\nI hope you are well.\n\nI was doing some research on your industry and I had landed on your website. The thing is, it was beyond Page 4 of Google! I had a look at some of the other businesses who are currently ranked on Page 1 and I truly believe you have a better website and a better brand than some of them. The stats show that only 4% of people go beyond page 2! In other words, this is no man\'s land.\n\nLong story short, we&rsquo;re a Mumbai, India based Digital Marketing Company Specializing in low-cost SEO - contact us now for special prices, and we can help your website get to page 1 of Google.\n\nI am happy to do a no-cost SEO keyword report which can give you an idea of a target audience for your website.\n\nWhat do you think?\n\nThanks', '2249704106', '', 'Mumbai', '', '', 'Contact', '2022-05-04 06:22:08'),
(2691, 'Gauri Saha', 'gaurisaha.infozzle@gmail.com', '', 'India', '', 'Hi,\n\nI hope you are well.\n\nI was doing some research on your industry and I had landed on your website. The thing is, it was beyond Page 4 of Google! I had a look at some of the other businesses who are currently ranked on Page 1 and I truly believe you have a better website and a better brand than some of them. The stats show that only 4% of people go beyond page 2! In other words, this is no man\'s land.\n\nLong story short, we&rsquo;re a Mumbai, India based Digital Marketing Company Specializing in low-cost SEO - contact us now for special prices, and we can help your website get to page 1 of Google.\n\nI am happy to do a no-cost SEO keyword report which can give you an idea of a target audience for your website.\n\nWhat do you think?\n\nThanks', '2249704106', '', 'Mumbai', '', '', 'Contact', '2022-05-04 06:22:08'),
(2692, 'sanjay barik', 'bariksanjaya1982@gmail.com', '', 'India', '', 'need PM of boom barrier', '9439046557', '', 'Bhubaneswar', '', '', 'Contact', '2022-05-07 03:37:03'),
(2693, 'sanjay barik', 'bariksanjaya1982@gmail.com', '', 'India', '', 'need PM of boom barrier', '9439046557', '', 'Bhubaneswar', '', '', 'Contact', '2022-05-07 03:38:06'),
(2694, 'sanjay barik', 'bariksanjaya1982@gmail.com', '', 'India', '', 'need PM of boom barrier', '9439046557', '', 'Bhubaneswar', '', '', 'Contact', '2022-05-07 03:39:08'),
(2695, 'sanjay barik', 'bariksanjaya1982@gmail.com', '', 'India', '', 'need PM of boom barrier', '9439046557', '', 'Bhubaneswar', '', '', 'Contact', '2022-05-07 03:40:10'),
(2696, 'sanjay barik', 'bariksanjaya1982@gmail.com', '', 'India', '', 'need PM of boom barrier', '9439046557', '', 'Bhubaneswar', '', '', 'Contact', '2022-05-07 03:41:12'),
(2697, 'Rachit', 'chawlande@gmail.com', '', 'India', '', 'telescopic sliding gate', '9810364843', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-05-07 09:10:09'),
(2698, 'Rachit', 'chawlande@gmail.com', '', 'India', '', 'telescopic sliding gate for residential site', '9810364843', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B', '', '2022-05-07 09:22:39'),
(2699, 'Rachit', 'chawlande@gmail.com', '', 'India', '', 'telescopic sliding gate for residential site', '9810364843', '', 'Delhi', '', 'Sliding Gate Motor SP SWG 800B', '', '2022-05-07 09:23:41'),
(2700, 'Sarib Mullick ', 'saribmullick1234@gmail.com', '', 'India', '', 'Sliding automatic gate', '7047314320', '', 'Kolkata', '', 'undefined', '', '2022-05-08 09:23:43'),
(2701, 'Sarib Mullick ', 'saribmullick1234@gmail.com', '', 'India', '', 'Sliding automatic gate', '7047314320', '', 'Kolkata', '', 'undefined', '', '2022-05-08 09:24:46'),
(2702, 'Hameed Hussain', 'hmdhussain@hotmail.com', '', 'India', '', 'Dear Sir,\nNeed similar auto slide gate for 100% clear opening of 17&rsquo;-3&rdquo;.\nPlease quote accordingly.', '00919963650051', '', 'Hyderabad', '', 'undefined', 'Contact', '2022-05-08 11:59:12'),
(2703, 'Hameed Hussain', 'hmdhussain@hotmail.com', '', 'India', '', 'Dear Sir,\nNeed similar auto slide gate for 100% clear opening of 17&rsquo;-3&rdquo;.\nPlease quote accordingly.', '00919963650051', '', 'Hyderabad', '', 'undefined', 'Contact', '2022-05-08 11:59:12'),
(2704, 'Vikrant Gupta', 'vikrant@rvsiglobal.co.uk', 'RVS iGlobal, Zero Km Milestone, Nawrwal Bala Bye Pass, Jammu. 180006', 'India', 'Jammu and Kashmir', '', '9622807299', 'RVS iGlobal', 'Jammu', '180006', 'Car Sticker Entrance System', 'Product', '2022-05-09 12:06:07'),
(2705, 'Aman Shaikh', 'aman.shaikh@lntecc.com', '', 'India', '', 'MS Sliding Gate, \n', '7723828345', '', 'Lucknow', '', 'undefined', '', '2022-05-11 04:50:06'),
(2706, 'Joydeep Mukherjee', 'joydeep.mukherjee@zinghr.com', '', 'India', '', '', '8902680128', '', 'Kolkata', '', '', 'Contact', '2022-05-11 07:28:45'),
(2707, 'Ramsankar', 'ramshankar.1974@gmail.com', '', 'India', '', 'GUCCI store at quest mall havinga auotomation door need service', '09566249241', '', 'Kolkata', '', 'undefined', 'Contact', '2022-05-11 10:25:01'),
(2708, 'Ramsankar', 'ramshankar.1974@gmail.com', '', 'India', '', 'GUCCI store at quest mall havinga auotomation door need service', '09566249241', '', 'Kolkata', '', 'undefined', 'Contact', '2022-05-11 10:26:03'),
(2709, 'Ramsankar', 'ramshankar.1974@gmail.com', '', 'India', '', 'GUCCI store at quest mall having a automation door need service', '09566249241', '', 'Kolkata', '', 'undefined', 'Contact', '2022-05-11 10:27:05'),
(2710, 'Ramsankar', 'ramshankar.1974@gmail.com', '', 'India', '', 'GUCCI store at quest mall having a automation door need service', '09566249241', '', 'Kolkata', '', 'undefined', 'Contact', '2022-05-11 10:28:07'),
(2711, 'Ramsankar', 'ramshankar.1974@gmail.com', '', 'India', '', 'GUCCI store at quest mall having a automation door need service', '09566249241', '', 'Kolkata', '', 'undefined', 'Contact', '2022-05-11 10:29:09'),
(2712, 'yogesh gangurde', 'yogeshpgangurde@gmail.com', 'plot no 19 kalpataru nagar opp ashoka tower nashik ', 'India', 'maharashtra', 'shutter ceter motar', '9881133606', 'sunanda enterprieces', 'nashik', '422001', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2022-05-14 08:12:06'),
(2713, 'Supriyo Mahajan ', 'mahajan.supriyo007@gmail.com', '', 'India', '', 'I want to install 5 manual sliding gate for residential purpose. ', '8910873189', '', 'Kolkata', '', 'undefined', '', '2022-05-15 11:02:17'),
(2714, 'Supriyo Mahajan ', 'mahajan.supriyo007@gmail.com', '', 'India', '', 'I want to install 5 manual sliding gate for residential purpose. ', '8910873189', '', 'Kolkata', '', 'undefined', '', '2022-05-15 11:03:19'),
(2715, 'Supriyo Mahajan ', 'mahajan.supriyo007@gmail.com', '', 'India', '', 'I want to install 5 manual sliding gate for residential purpose. ', '8910873189', '', 'Kolkata', '', 'undefined', '', '2022-05-15 11:04:21'),
(2716, 'Supriyo Mahajan ', 'mahajan.supriyo007@gmail.com', '', 'India', '', 'I want to install 5 manual sliding gate for residential purpose. ', '8910873189', '', 'Kolkata', '', 'undefined', '', '2022-05-15 11:05:23'),
(2717, 'tushar sureja', 'a1surejaind@gmail.com', '831, gidc-kerala, ahmedabad,bavla', 'India', 'gujarat', '', '9925243974', 'a1 sureja ind', 'bavla', '382220', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-05-21 07:42:56'),
(2718, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:22:25'),
(2719, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:23:28'),
(2720, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:24:30'),
(2721, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:25:32'),
(2722, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:26:34'),
(2723, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:27:36'),
(2724, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:28:38'),
(2725, 'Vijoy Kumar Singh', 'projects@integratedfire.net', '', 'India', '', 'I have required 2 Nos Turnstile', '9308416827', '', 'Kolkata', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-05-23 05:29:40'),
(2726, 'Om Soman', 'omsoman@gmail.com', '\n90\n\n\nBaner Road\n', 'India', 'Maharashtra', '', '09881142430', '', 'Pune City West', '411007', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-05-24 12:47:47'),
(2727, 'Rakesh', 'fabfeelsurat@gmail.com', '', 'India', '', 'Building main gate automation', '9726811108', '', 'Surat', '', 'undefined', '', '2022-05-25 08:05:09'),
(2728, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-05-26 12:02:59'),
(2729, 'Santanu', 'sendshan@gmail.com', '', 'India', '', 'need price details for swing gate opener', '9674990773', '', 'Kolkata', '', '', '', '2022-05-27 02:34:03'),
(2730, 'Santanu', 'sendshan@gmail.com', '', 'India', '', 'need price details for swing gate opener', '9674990773', '', 'Kolkata', '', '', '', '2022-05-27 02:35:06'),
(2731, 'Sunil Panchal ', 'sriswastikengg@yahoo.com', '8-4-375/2/A1,Meter Factory Road erragadda Hyderabad ', 'India', 'Telangana ', 'Need Motor for Rolling Shutter Width 23feet And Height 13Feet  approx Weight 250kgs', '96768 15445 ', 'Sri Swastik Engineering ', 'Hyderabad ', '500018', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2022-05-30 08:16:44'),
(2732, 'Rutchaneeporn Voratitipong', 'rutchaneepornv@expert-ict.co.th', '', 'Thailand', '', 'Hello, my name is Took working with a company name The Expert-ICT located in Bangkok, Thailand. We are interested in your Hydraulic Bollards and wonder if we can represent your company in distributing this product in Thailand. Please give me a call should that be possible at  66659820428 or email at rutchaneepornv@expert-ict.co.th. Thank you and look forward to having a discussion with you in that regard.\n\nYours Faithfully,\nRutchaneeporn Voratitipong (Took)', '66659820428', '', 'other', '', '', 'Contact', '2022-06-01 05:09:57'),
(2733, 'Rutchaneeporn Voratitipong', 'rutchaneepornv@expert-ict.co.th', '', 'Thailand', '', 'Hello, my name is Took working with a company name The Expert-ICT located in Bangkok, Thailand. We are interested in your Hydraulic Bollards and wonder if we can represent your company in distributing this product in Thailand. Please give me a call should that be possible at  66659820428 or email at rutchaneepornv@expert-ict.co.th. Thank you and look forward to having a discussion with you in that regard.\n\nYours Faithfully,\nRutchaneeporn Voratitipong (Took)', '66659820428', '', 'other', '', '', 'Contact', '2022-06-01 05:09:58'),
(2734, 'Tanweer Shaikh', 'automation@dhananjaygroup.com', 'Shendra MIDC ', 'India', 'Maharashtra', 'need Motor with gear for material handling trolley same operation as gate on rail , want to move trolley having 5 ton load on rail.', '8799925110', 'Dhananjay Group', 'Aurangabad', '', 'Sliding Gate Motor SP  SLG 5000', 'Product', '2022-06-16 10:22:17'),
(2735, 'Vinay Kulkarni', 'vk2570751@gmail.com', 'Kagl\nJasingrao park kagl', '', 'Maharashtra', 'K', '7397707907', 'Vk', 'Kagal', '416216', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-06-16 18:40:04'),
(2736, 'Jagmal Singh', 'jagmalsingh63@.com', '', 'India', '', 'Want to install a gate', '7419192120', '', 'Gurgaon', '', 'undefined', '', '2022-06-17 03:07:14'),
(2737, 'kiran v', 'vuppada.kiran@gmail.com', '', 'India', '', '', '919000466977', '', 'Hyderabad', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-06-20 18:56:55'),
(2738, 'kiran v', 'vuppada.kiran@gmail.com', '', 'India', '', '', '919000466977', '', 'Hyderabad', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-06-20 18:56:57'),
(2739, 'Vinu ', 'vinuamipara@gmail.com', 'Junagadh ', 'India', 'Gujarat ', 'Remote motors for gate automation ', '9825222118', 'Noble ', 'Junagadh ', '362001', 'Sliding Gate Motor SP  SLG 5000', 'Product', '2022-06-22 04:40:00'),
(2740, 'FRANKHU', 'frank.hu@acsentrancecontrol.com', '', 'India', '', 'Leading supplier for turnstile gate, barrier gate, LPR parking from shenzhen, China', '8613480707965', '', 'Kolkata', '', 'Turnstile - Bridge (Tripod)', 'Contact', '2022-06-23 07:56:32'),
(2741, 'FRANKHU', 'frank.hu@acsentrancecontrol.com', '', 'India', '', 'Leading supplier for turnstile gate, barrier gate, LPR parking from shenzhen, China', '8613480707965', '', 'Kolkata', '', 'Turnstile - Bridge (Tripod)', 'Contact', '2022-06-23 07:56:34'),
(2742, 'Kishore', 'kishorereddy2631@gmail.com', '', 'India', 'Telangana', '', '9912930311', 'Windows kart', 'Hyderabad', '501510', 'uPVC Windows Corner cleaning tools - Pneumatic', 'Product', '2022-06-23 10:17:25'),
(2743, 'Pushparaj', 'rajct07@gmail.com', 'Kalappatti, Coimbatore', 'India', 'tamilnadu', '', '9597731871', 'Self Ware House', 'Coimbatore', '641048', 'Car Sticker Entrance System', 'Product', '2022-06-24 05:57:08'),
(2744, 'Mangesh Rayewar', 'mangesh.rayewar@gmail.com', '', 'India', '', 'For automation ', '09654990134', '', 'Pune', '', 'undefined', '', '2022-06-29 13:39:08'),
(2745, 'dilip aloni', 'dilipaloni@gmail.com', '', 'India', '', 'interested in selling your products in Mumbai AND PUNE', '9821241501', '', 'Kolkata', '', '', 'Contact', '2022-07-01 19:51:47'),
(2746, 'dilip aloni', 'dilipaloni@gmail.com', '', 'India', '', 'interested in selling your products in Mumbai AND PUNE', '9821241501', '', 'Kolkata', '', '', 'Contact', '2022-07-01 19:51:49'),
(2747, 'Sathiavan', 'jayasathiavans@gmail.com', '', 'India', '', 'Needs  technical nd financial offers for boom barrier and sliding gate for Port Blair Runway Taxi link', '9768346809', '', 'Kolkata', '', 'undefined', '', '2022-07-04 07:51:24'),
(2748, 'Sathiavan', 'jayasathiavans@gmail.com', '', 'India', '', 'Needs  technical nd financial offers for boom barrier and sliding gate for Port Blair Runway Taxi link', '9768346809', '', 'Kolkata', '', 'undefined', '', '2022-07-04 07:51:33'),
(2749, 'Venkata Sai ', 'Venkatsai22598@gmail.com', '5-19-27/5/2, blue field layout, tunglam, ward 59, pedhagantyada, Visakhapatnam.', 'India', 'Andhra Pradesh ', 'Need 7 racks', '8919688932', 'Rudra techno con', 'Visakhapatnam ', '530012', 'Sliding Gate Motor SP SLG  2500B', 'Product', '2022-07-04 14:58:36'),
(2750, 'Venkata Sai ', 'Venkatsai22598@gmail.com', '5-19-27/5/2, blue field layout, tunglam, ward 59, pedhagantyada, Visakhapatnam.', 'India', 'Andhra Pradesh ', 'Need 7 racks', '8919688932', 'Rudra techno con', 'Visakhapatnam ', '530012', 'Sliding Gate Motor SP SLG  2500B', 'Product', '2022-07-04 14:59:33'),
(2751, 'Kevendra Patidar', 'kevendra.patidar@quantic.co.in', '', 'India', '', '', '8999405677', '', 'Indore', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2022-07-13 10:08:28'),
(2752, 'Kevendra Patidar', 'kevendra.patidar@quantic.co.in', '', 'India', '', 'Hello,Hope things are going well,\n\nthis is Kevendra from Quantic Cloud, we are an IT company, that provides tools and software related to parking automation and other security-related use cases.\n\nwe are developing an IoT device, which we\'ll install inside your barrier after our purchase.\n\nthis device will collect to the internet via LAN or WiFi (optional BLE) and give instructions to open and close the barrier once the device receives a command from the cloud server/mobile app\n\nwe need to verify the device will work with your barriers, so if you help us and share the internal circuit diagram and all available options to extend the currently available open-close options with our cloud/app control option\n\nalso share the commercial', '8999405677', '', 'Indore', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2022-07-13 10:10:15'),
(2753, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-07-13 17:31:58'),
(2754, 'NAVNIT MODI', 'navnit@suratcommercial.com', '', 'India', '', '', '9879553335', '', 'Surat', '', 'Car Sticker Entrance System', 'Contact', '2022-07-17 11:59:56'),
(2755, 'NAVNIT MODI', 'navnit@suratcommercial.com', '', 'India', '', '', '9879553335', '', 'Surat', '', 'Car Sticker Entrance System', 'Contact', '2022-07-17 11:59:58'),
(2756, 'Shameem', 'nmshameem@gmail.com', '', 'India', '', 'Swing Gate Motor SP SWG 350 (Arm)', '90000000', '', 'Kozhikode', '', 'undefined', '', '2022-07-19 10:57:47'),
(2757, 'Riyas Hamsa', 'support@s4soman.com', '', 'Oman', '', 'We have requirement for visitor card collector  ', '94889166', '', 'other', '', 'Visitor card collector', '', '2022-07-21 04:39:12'),
(2758, 'Saransh Jain', 'saransh.jain@luthraindia.com', '', 'India', '', 'Required RFID reader for main gate opening and closing', '9377673208', '', 'Surat', '', 'Motorised Retractable Gates', 'Contact', '2022-07-21 13:12:35'),
(2759, 'Saransh Jain', 'saransh.jain@luthraindia.com', '', 'India', '', 'Required RFID reader for main gate opening and closing', '9377673208', '', 'Surat', '', 'Motorised Retractable Gates', 'Contact', '2022-07-21 13:12:37'),
(2760, 'M/s Dastu Electricals', 'dastu83@gmail.com', '', 'India', '', 'Make Details ', '09970472165', '', 'Gurgaon', '', 'undefined', '', '2022-07-22 03:19:13'),
(2761, 'Akash Kalyanakar ', 'akashd2806@gmail.com', '', 'India', '', 'Want to flap barrier/ turnstile for gym ', '7770012806', '', 'other', '', 'undefined', '', '2022-07-22 13:15:20'),
(2762, 'SHYAM SUNDAR KARMAKAR', 'industriesbardsan@gmail.com', '', 'India', '', '', '943411717', '', 'Kolkata', '', 'Auto Sliding Sensor Door', 'Contact', '2022-07-26 08:45:32'),
(2763, 'Venkates ', 'venkateee.06@gmail.com', '', 'India', '', 'For sliding gate motor ', '9597821202', '', 'Coimbatore', '', 'undefined', '', '2022-07-26 09:05:40'),
(2764, 'Parminder Singh', 'parmindersingh131997@gmail.com', 'Pubowal\nHaroli una', 'India', 'Himachal Pradesh', '', '07807208108', 'personal ', 'Haroli', '174503', 'Boom Barriers SP BB 200(Fencing)', 'Product', '2022-07-27 05:57:45'),
(2765, 'sandeep sharma', 'henryfayolsan@gmail.com', '', 'India', '', 'district rajouri', '919018957924', '', 'Jammu', '', 'CCTV Camera,Motorised Retractable Gates,Swing Gate Motor SP SWG  350 (Arm),Video Door Phone 7&quot; Color with Memory', 'Contact', '2022-07-27 18:47:37'),
(2766, 'sandeep sharma', 'henryfayolsan@gmail.com', '', 'India', '', 'district rajouri', '919018957924', '', 'Jammu', '', 'CCTV Camera,Motorised Retractable Gates,Swing Gate Motor SP SWG  350 (Arm),Video Door Phone 7&quot; Color with Memory', 'Contact', '2022-07-27 18:47:39'),
(2767, 'GURRALA Sujai', 'sujai777@gmail.com', '', 'India', '', 'Need automation for house sliding gate', '09177087777', '', 'other', '', 'undefined', 'Contact', '2022-07-28 04:47:20'),
(2768, 'GURRALA Sujai', 'sujai777@gmail.com', '', 'India', '', 'Need automation for house sliding gate', '09177087777', '', 'other', '', 'undefined', 'Contact', '2022-07-28 04:47:22'),
(2769, 'GURRALA Sujai', 'sujai777@gmail.com', '', 'India', '', 'Need automation for house sliding gate', '09177087777', '', 'other', '', 'undefined', 'Contact', '2022-07-28 04:47:24'),
(2770, 'GURRALA Sujai', 'sujai777@gmail.com', '', 'India', '', 'Need automation for house sliding gate', '09177087777', '', 'other', '', 'undefined', 'Contact', '2022-07-28 04:47:26'),
(2771, 'kiran patne', 'kiran.patne@raymond.in', '', 'India', '', 'required motorised sliding gate', '9619485758', '', 'Mumbai', '', 'Sliding Gate Motor SP SLG  2500B', 'Contact', '2022-07-29 06:52:35'),
(2772, 'kiran patne', 'kiran.patne@raymond.in', '', 'India', '', 'required motorised sliding gate', '9619485758', '', 'Mumbai', '', 'Sliding Gate Motor SP SLG  2500B', 'Contact', '2022-07-29 06:52:37'),
(2773, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'please provide quotation of AMC service of auto sensor sliding door at IOCL Haldia with detailed terms', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door,', 'Contact', '2022-07-30 10:57:15'),
(2774, 'bhola kumar', 'bholakumar@indianoil.in', '', 'India', '', 'please provide quotation of AMC service of auto sensor sliding door at IOCL Haldia with detailed terms', '9800336781', '', 'Kolkata', '', 'Auto Sliding Sensor Door,', 'Contact', '2022-07-30 10:57:17'),
(2775, 'Sharvani ', 'sharvaninc@gmail.com', '', 'India', '', 'Info on Token dispenser ', '9606207428', '', 'Bengaluru', '', 'undefined', '', '2022-07-31 07:06:07'),
(2776, 'Saurav jaiswal', 'sauravjais100@gmail.com', '50 NURPUR KATRA,PATNA CITY', 'India', '6', '', '09905647119', '', 'PATNA CITY', '800008', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Product', '2022-08-02 04:09:33'),
(2777, 'bhakti', 'marketing6@mechtex.com', '', 'India', '', '', '7045020733', '', 'Mumbai', '', '', '', '2022-08-02 06:47:40'),
(2778, 'Kiran Jadhav', 'kdjadhav@gmail.com', '', 'India', '', 'Required curved track sliding door ', '9822843212', '', 'Pune', '', 'undefined', '', '2022-08-03 16:56:16'),
(2779, 'Kiran Jadhav', 'kdjadhav@gmail.com', '', 'India', '', 'Required curved track sliding door ', '9822843212', '', 'Pune', '', 'undefined', '', '2022-08-03 16:56:24'),
(2780, 'Dr. N. Selvakumar', 'nsk2966@gmail.com', 'Standard Colony', 'India', 'Tamil Nadu', 'Provide me a quote with required accessories.', '9443867775', 'Residential', 'Sivakasi', '626130', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-08-04 05:33:42'),
(2781, 'Rajan Goyal', 'invasa.hr@gmail.com', '', 'India', '', 'we needs semi auto cantilever gate at Amritsar', '09875948502', '', 'Amritsar', '', '', 'Contact', '2022-08-04 09:26:13'),
(2782, 'Rajan Goyal', 'invasa.hr@gmail.com', '', 'India', '', 'we needs semi auto cantilever gate at Amritsar', '09875948502', '', 'Amritsar', '', '', 'Contact', '2022-08-04 09:26:15'),
(2783, 'Ranjeet Kumar Thakur', 'thakurranjeet9031@gmail.com', '', 'India', '', 'Motor power connection', '9113497082', '', 'Kolkata', '', 'undefined', 'Contact', '2022-08-08 06:38:27'),
(2784, 'Ranjeet Kumar Thakur', 'thakurranjeet9031@gmail.com', '', 'India', '', 'Motor power connection', '9113497082', '', 'Kolkata', '', 'undefined', 'Contact', '2022-08-08 06:38:28'),
(2785, 'Ranjeet Kumar Thakur', 'thakurranjeet9031@gmail.com', '', 'India', '', 'Sliding gate motor installation', '9113497082', '', 'Kolkata', '', 'undefined', 'Contact', '2022-08-08 06:41:53'),
(2786, 'Ranjeet Kumar Thakur', 'thakurranjeet9031@gmail.com', '', 'India', '', 'Sliding gate motor installation', '9113497082', '', 'Kolkata', '', 'undefined', 'Contact', '2022-08-08 06:41:55'),
(2787, 'M.babu ', 'suryashuttersperalam@gmail.com', 'Surya shutters ', 'India', 'Tamil nadu ', '', '9842462284', '', 'Thiruvarur ', '609405', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Product', '2022-08-08 12:30:57'),
(2788, 'Dhatrik', 'dhatrikp@gmail.com', '', 'India', '', 'With installation', '9666640141', '', 'Hyderabad', '', 'undefined', 'Contact', '2022-08-08 20:20:25'),
(2789, 'Dhatrik', 'dhatrikp@gmail.com', '', 'India', '', 'With installation', '9666640141', '', 'Hyderabad', '', 'undefined', 'Contact', '2022-08-08 20:20:27'),
(2790, 'Mithun Paul', 'mithun@smartpower.co.in', '', 'India', '', '', '8697737755', '', 'Kolkata', '', 'undefined', '', '2022-08-09 08:19:57'),
(2791, 'shrivardhan desai', 'shrivardhan.jcpl@gmail.com', '', 'India', '', '', '7083302197', '', 'Pune', '', '', 'Contact', '2022-08-12 13:55:43'),
(2792, 'Madhu S', 'srinivasan.madhu@gmail.com', '', 'India', '', 'gate automation', '9035525991', '', 'Bengaluru', '', '', 'Contact', '2022-08-13 18:53:13'),
(2793, 'Madhu S', 'srinivasan.madhu@gmail.com', '', 'India', '', 'gate automation', '9035525991', '', 'Bengaluru', '', '', 'Contact', '2022-08-13 18:53:16'),
(2794, 'Kshitij Pandey', 'xitij.18@gmail.com', '', 'India', '', 'Need Sliding Gate System for Installation', '09039017043', '', 'Raipur', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-08-15 11:38:05'),
(2795, 'Kshitij Pandey', 'xitij.18@gmail.com', '', 'India', '', 'Need Sliding Gate System for Installation', '09039017043', '', 'Raipur', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-08-15 11:38:07'),
(2796, 'Suraj Kumar bhuiyan', 'surajkumarabc44@gmail.com', '', 'India', '', 'Glass brize tickets ', '8252285112', '', 'other', '', 'undefined', '', '2022-08-17 07:49:51'),
(2797, 'Dhiraj ', 'dheeraj.panwar1982@gmail.com', 'Rohtak', 'India', 'Haryana', 'Needs for personal home gate ', '9315125753', 'Individual ', 'Rohtak', '124001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-08-17 13:02:33'),
(2798, 'VIJAY SALUNKHE', 'vsinfotechit@gmail.com', 'WATER AGE SOCIETY B WING FLAT NO 102 WAJE GAON NEW PANVEL NAVI MUMBAI 410206', 'India', 'Maharashtra', '', '9004858211', 'VS INFOTECH', 'NEW PANVEL', '410206', 'Boom Barriers SP BB  100 6M4S', 'Product', '2022-08-17 21:18:34'),
(2799, 'VIJAY SALUNKHE', 'vsinfotechit@gmail.com', 'WATER AGE SOCIETY B WING FLAT NO 102 WAJE GAON NEW PANVEL NAVI MUMBAI 410206', 'India', 'Maharashtra', '', '8850370280', 'VS INFOTECH', 'NEW PANVEL', '410206', 'Flap Barrier', 'Product', '2022-08-17 21:20:06'),
(2800, 'VIJAY SALUNKHE', 'vsinfotechit@gmail.com', 'WATER AGE SOCIETY B WING FLAT NO 102 WAJE GAON NEW PANVEL NAVI MUMBAI 410206', 'India', 'Maharashtra', '', '8850370280', 'VS INFOTECH', 'NEW PANVEL', '410206', 'Car Sticker Entrance System', 'Product', '2022-08-17 21:20:51'),
(2801, 'shivesh kejriwal', 'kejriwalshivesh7@gmail.com', '', '', '', '', '9717994490', '', '', '', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-08-18 12:54:19'),
(2802, 'Vadivel Murugan', 'avmrajeshwar@gmail.com', '', 'India', '', 'I am interested to sliding main gate motor', '9488566463', '', 'other', '', '', 'Contact', '2022-08-19 19:41:40'),
(2803, 'Akshay Shetty', 'akshay@meridianforwarders.com', '', 'India', 'Gujarat', '', '8866666693', '', 'Gandhidham', '370201', 'Swing Gate Motor SP  SWG 500 (Roller)', 'Product', '2022-08-20 07:34:04'),
(2804, 'Murali s', 'smpowertechnologys@gmail.com', '', 'India', '', '', '7981529582', '', 'Hyderabad', '', 'undefined', '', '2022-08-20 11:39:58'),
(2805, 'Sumit Sisodia', 'irwa.gn@gmail.com', '', 'India', '', 'Looking for cost effective automatic boom barrier at society main gate In and Out gate with RFID. One controller will be enough as both gates are side by side.', '9457090964', '', 'Noida', '', 'undefined', 'Contact', '2022-08-21 17:10:41'),
(2806, 'Sumit Sisodia', 'irwa.gn@gmail.com', '', 'India', '', 'Looking for cost effective automatic boom barrier at society main gate In and Out gate with RFID. One controller will be enough as both gates are side by side.', '9457090964', '', 'Noida', '', 'undefined', 'Contact', '2022-08-21 17:10:43'),
(2807, 'Krishnakumar ', 'srkkumar5678@gmail.com', '', 'India', '', 'I already have a rolling shutter motor need service ', '9895595862', '', 'Thiruvananthapuram', '', 'undefined', '', '2022-08-22 07:19:07'),
(2808, 'FIROZ ISHRAT', 'INFO@EMACHINE.CO.IN', 'LUCKNOW', 'India', 'UP', 'parking free solution', ' 918604749192', 'E Machine', 'LUCKNOW', '226001', 'Parking Fee Management System (Wireless)', 'Product', '2022-08-22 07:33:04'),
(2809, 'Biju Robi ', 'bijukrobi@gmail.com', '', 'India', '', 'Need a sliding gate...', '9579957919', '', 'Nagpur', '', 'undefined', '', '2022-08-23 18:50:21'),
(2810, 'Sandeep Kumar', 'sandeepjangir028@gmail.com', '', 'India', '', 'Hi i am to buy automatic boom barrier but i want to control it with my software or api.\n\nNeed help to understand if boom barriers full fills my requirement', '7087803740', '', 'Jaipur', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2022-08-25 06:14:38'),
(2811, 'Sandeep Kumar', 'sandeepjangir028@gmail.com', '', 'India', '', 'Hi i am to buy automatic boom barrier but i want to control it with my software or api.\n\nNeed help to understand if boom barriers full fills my requirement', '7087803740', '', 'Jaipur', '', 'Boom Barriers SP BB  100 6M4S', 'Contact', '2022-08-25 06:14:39'),
(2812, 'Kishore Goswami ', 'kishoregoswami12@gmail.com', '', 'India', '', '', '9678005457', '', 'Guwahati', '', 'undefined', '', '2022-08-29 03:23:08'),
(2813, 'Harshinder Singh ', 'harsh6@hotmail.com', '', 'India', '', '', '9810059356', '', '', '', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-08-29 14:13:59'),
(2814, 'Kamal Clarke', 'klclarke@live.com', '', 'Jamaica', '', 'Can this solution work with any gate opener system? \n\nOur complex has one automatic gate that handles both in and out operations for both residents and visitors. \n\nWe would like to retrofit the gate with an RFID car sticker entrance/exit solution to make the entrance and exit for residents frictionless while allowing the security at the gate to focus on managing visitor in and out traffic.  \n\nGate Opener system in use: Elvox ESM6.120\n\nhttps://www.vimar.com/irj/go/km/docs/z_catalogo/DOCUMENT/ZIS_S6I.77243.RS0.900_MI.pdf', '8768185751', '', 'Kingston', '', 'Car Sticker Entrance System', 'Product', '2022-08-30 05:56:40'),
(2815, 'Srikumar Natarajan', 'natarajan.srikumar@gmail.com', '', 'India', 'Tamilnadu', 'For 10 to 12 Apartment complexes', '9841109601', 'Masterpiece', 'Chennai', '600041', 'Video Door Phone (For  Apartments)', 'Product', '2022-09-01 07:42:08'),
(2816, 'Bright Veeradas ', 'brightmail6@gmail.com', '', 'India', 'Tamilnadu ', 'Kindly send quote for this product including courier also', '9865499074', '', 'Valliyoor ', '627117', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-09-03 05:55:31'),
(2817, 'Gaurav', 'gauravdnyandevpatil89@gmail.com', 'At.Sonali, Tal. karveer, Dist. Kolhapur', 'India', 'maharastra', '', '7756819020', '-', 'kolhapur', '416001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-09-03 10:45:46'),
(2818, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-09-04 16:49:31'),
(2819, 'Achal sahib', 'achal.sahib@gmail.com', '', 'India', '', 'i need a gate motor for my sliding door for residential use', '9730177799', '', 'other', '', 'Sliding Gate Motor SP SLG  2500B', 'Contact', '2022-09-05 15:41:25'),
(2820, 'Achal sahib', 'achal.sahib@gmail.com', '', 'India', '', 'i need a gate motor for my sliding door for residential use', '9730177799', '', 'other', '', 'Sliding Gate Motor SP SLG  2500B', 'Contact', '2022-09-05 15:41:25'),
(2821, 'Bharathi Rajshekar', 'bharathirajshekar@gmail.com', '', 'India', '', 'Pl call', '09448069861', '', 'Mysore', '', 'undefined', '', '2022-09-07 13:27:28'),
(2822, 'Amjad Ali Khan', 'aakhan1572@yahoo.com', '', 'India', '', 'I am looking dealership to setup business', '8106114558', '', 'Hyderabad', '', 'All', 'Contact', '2022-09-07 22:05:12'),
(2823, 'Amjad Ali Khan', 'aakhan1572@yahoo.com', '', 'India', '', 'I am looking dealership to setup business', '8106114558', '', 'Hyderabad', '', 'All', 'Contact', '2022-09-07 22:05:14'),
(2824, 'Neeraj Bhansali', 'neerajbhans@gmail.com', '', 'India', '', 'Dear Sir,\n\nKindly go through below specifications for the requirements of Boom barrier gate in 2 sets.\n\nSpecs are as follows:-\n\nSupply, delivery and Installation of Boom Barrier Gate as per the following Technical Specifications:                          Length :6 meters\nOpening and closing time: 2.5 to 4 seconds\nDuty Cycle: &gt; or = to 1000-2000 cycles per day\nSafety at Impact: Reversing in closing- halting the motion in opening and the \nbarrier should stops and reopens if an obstacle is detected.\nWorking temperature: -20&ordm; C to  60&ordm; C\nProtection Level: = or &gt; than IP 64 \nElectric motor: Single-phase, bi-directional.\nPaint: Polyester/Any Color refracting strips for the Boom.\nPower Voltage: 230 V ( 6% -10%) 50(60) Hz\nOperation: Remote as well as manually with off-on push button fixed in duty room.\nPower backup: &gt; than 4 hour in case of power failure\nOther accessories: Complete passive accessories such as power cable, Optic, Fiber, HDPE pipes, screws, etc.\n\nCivil work', '09167319672', '', 'Mumbai', '', 'undefined', 'Contact', '2022-09-10 05:04:17'),
(2825, 'Kalpesh Patankar', 'pkalps@yahoo.com', '', 'India', '', '', '7738002787', '', 'Kolkata', '', '', 'Contact', '2022-09-11 18:24:49'),
(2826, 'Kalpesh Patankar', 'pkalps@yahoo.com', '', 'India', '', '', '7738002787', '', 'Kolkata', '', '', 'Contact', '2022-09-11 18:24:52'),
(2827, 'Sanga', 'sanga.duhlian@gmail.com', '', 'India', '', 'I want folding gates ', '9862008812', '', 'other', '', 'undefined', '', '2022-09-11 19:16:18'),
(2828, 'MAHESH', 'rambatteryindia@gmail.com', '391,PERUNDURAI ROAD,', '', 'TAMILNADU', '', '9364109697', 'M.R.METAL', 'ERODE', '638011', 'Sliding Gate Motor SP SLG  2500B', 'Product', '2022-09-13 07:34:45'),
(2829, 'MAHESH', 'rambatteryindia@gmail.com', '391,PERUNDURAI ROAD,', '', 'TAMILNADU', '', '9364109697', 'M.R.METAL', 'ERODE', '638011', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-09-13 07:40:50'),
(2830, 'Rajagopalan.R.V.', 'rajagopalan.rv@inovonz.com', '', 'India', '', 'Required Gate Automation along with RFID linked.', '9603334416', '', 'Chennai', '', '', 'Contact', '2022-09-13 13:34:20'),
(2831, 'Rajagopalan.R.V.', 'rajagopalan.rv@inovonz.com', '', 'India', '', 'Required Gate Automation along with RFID linked.', '9603334416', '', 'Chennai', '', '', 'Contact', '2022-09-13 13:36:28'),
(2832, 'bhakti', 'marketing6@mechtex.com', '', 'India', '', '', '07045020733', '', 'Mumbai', '', '', 'Contact', '2022-09-16 04:54:36'),
(2833, 'bhakti', 'marketing6@mechtex.com', '', 'India', '', '', '07045020733', '', 'Mumbai', '', '', 'Contact', '2022-09-16 04:54:38'),
(2834, 'Ravi Prakash', 'maintenance@jrgindia.com', 'Plot No:- 16 Sector:- 5 IMT Bawal (Rewari)', 'India', 'haryna', '', '9540832695', 'JRG Automotive Industries', 'rewari', '123501', 'Sliding Gate Motor SP SLG  3500', 'Product', '2022-09-16 08:53:30'),
(2835, 'MASUM ', 'nuruddinmasum90@gmail.com', 'VILL-BELGRAM,P.O-PANCHTHUPI,MSD', 'India', 'WEST BENGOL', '', '9749020472', 'NO', 'KANDI', '742161', 'Sliding Gate Motor SP SLG  3500', 'Product', '2022-09-19 02:47:27');
INSERT INTO `contact_history` (`id`, `contact_person`, `email_address`, `address`, `country`, `state`, `remarks`, `mobile_no`, `company_name`, `city`, `pin`, `product`, `added_from`, `post_date`) VALUES
(2836, 'SARANG B', 'sarang.bhute@gmail.com', '', 'India', '', '', '9880003424', '', 'Kolkata', '', '', 'Contact', '2022-09-20 05:57:27'),
(2837, 'SARANG B', 'sarang.bhute@gmail.com', '', 'India', '', '', '9880003424', '', 'Kolkata', '', '', 'Contact', '2022-09-20 05:57:29'),
(2838, 'Sourav Das', 'subirengineering@gmail.com', 'Kolkata', 'India', '', '', '9475415436', 'subir engineering works pvt ltd', '', '', 'DC Servo Barriers SP BB 300 6 Meter 3~5 Sec Variable speed', 'Product', '2022-09-22 06:19:16'),
(2839, 'Ladi Rabindra', 'raniravi340@gmail.com', 'Konda bauri street\nSeeta laxmi nivas', 'India', 'ODISHA', '', '09937335100', '', 'Gunupur', '765022', 'Sliding Gate Motor SP SLG  2500B', 'Product', '2022-09-22 18:49:46'),
(2840, 'Harshit Agarwal', 'worldomaniaa@gmail.com', '', 'India', '', 'Call me Asap', '7351161111', '', 'other', '', 'undefined', '', '2022-09-26 21:36:26'),
(2841, 'Chitta Jyothi', 'ceoffice2012@gmail.com', 'Chief Engineer (R', 'India', 'Andhra Pradesh', '', '9885870438', '', 'Vijayawada', '520010', 'Motorised Retractable Gates', 'Product', '2022-09-27 10:29:46'),
(2842, 'amit', 'amit@gmail.com', '', 'Hungary', '', '', '8742154785', '', 'Jamshedpur', '', '', 'Contact', '2022-09-28 04:54:59'),
(2843, 'amit', 'amit@gmail.com', '', 'Hungary', '', '', '8742154785', '', 'Jamshedpur', '', '', 'Contact', '2022-09-28 04:55:02'),
(2844, 'Vinod Kumar Chaudhary ', 'rventerprises7@gmail.com', '143D AKASHDEEP\nS K PURI', 'India', 'BIHAR', '', '9431018335', '', 'PATNA', '800001', 'Sliding Gate Motor SP  SLG 5000', 'Product', '2022-10-02 11:39:56'),
(2845, 'NARENDRA DOSHI', 'nmd@asiatictraders.net', '', 'India', '', 'send price list and discount for door motors.', ' 919425064409', '', 'Indore', '', '', '', '2022-10-03 08:21:22'),
(2846, 'Alex Thomas', 'ALEXTHOMASKO@GMAIL.COM', 'Flat 7B, Skyline Hillview, Kanjikuzhy-Puthupally Road, Kanjikuzhy, Kottayam.', 'India', 'Kerala', '', '8281370017', '', 'Kottayam', '686004', 'Swing Gate Motor SP SWG  350 (Arm)', 'Product', '2022-10-03 18:30:01'),
(2847, 'Denis GAUDARE', 'denisgaudare@gmail.com', 'Port aux Paveurs', 'France', 'IDF', 'Please inform about price including shipping to France', ' 33659000529', 'Godard et Perelle', 'Etiolles', '', 'Motorised Curtains', 'Product', '2022-10-03 20:51:29'),
(2848, 'GANESH V S', 'grsmecha@gmail.com', '', 'India', '', 'Intersted in your products', '09447908896', '', 'Kolkata', '', 'undefined', '', '2022-10-04 01:24:08'),
(2849, 'Irshad Mir', 'xcelgroup2015@gmail.com', '', 'India', '', '', '7006015493', '', 'Srinagar', '', 'undefined', '', '2022-10-04 14:53:32'),
(2850, 'Rahul Bhime', 'rahul.bhime@ipca.com', '', 'India', '', 'Please arrange the offer of sliding gate motor with accessories', '9907021583', '', 'Indore', '', 'Sliding Gate Motor SP SLG  3500', 'Contact', '2022-10-06 05:51:36'),
(2851, 'Rahul Bhime', 'rahul.bhime@ipca.com', '', 'India', '', 'Please arrange the offer of sliding gate motor with accessories', '9907021583', '', 'Indore', '', 'Sliding Gate Motor SP SLG  3500', 'Contact', '2022-10-06 05:51:38'),
(2852, 'Rahul Bhime', 'rahul.bhime@ipca.com', '', 'India', '', 'Please arrange the offer of sliding gate motor with accessories', '9907021583', '', 'Indore', '', 'Sliding Gate Motor SP SLG  3500', 'Contact', '2022-10-06 05:51:40'),
(2853, 'rambabu', 'rambabu.kallepalli@refra.com', '', 'India', '', 'We need boom barriers with 6 mtr boom for gates', '8008283844', '', 'Kolkata', '', 'Boom Barriers SP BB 200 (Folding),Boom Barriers SP BB 200 (Folding)', 'Contact', '2022-10-06 06:36:14'),
(2854, 'rambabu', 'rambabu.kallepalli@refra.com', '', 'India', '', 'We need boom barriers with 6 mtr boom for gates', '8008283844', '', 'Kolkata', '', 'Boom Barriers SP BB 200 (Folding),Boom Barriers SP BB 200 (Folding)', 'Contact', '2022-10-06 06:36:16'),
(2855, 'ASSANAR c k', 'assanar.ck@gmail.com', 'Chennattu house,\nAlleppey, kerala', 'India', 'Kerala', '', '9447578341', '', 'Cherthala', '688540', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-10-11 17:39:30'),
(2856, 'Bhawana', 'bellebhav@yahoo.com', '', 'India', '', '', '9007993325', '', 'Kolkata', '', 'undefined', 'Contact', '2022-10-12 04:20:17'),
(2857, '9737191961', 'nithin.thilakappan@pernod-ricard.com', '', 'India', '', '', '09737191961', '', 'Kolkata', '', '', 'Contact', '2022-10-13 07:55:11'),
(2858, 'JAYESH SHAH', 'chiragelectronics98@gmail.com', '', 'India', '', '', '9869018560', '', 'Kolkata', '', '', 'Contact', '2022-10-16 16:45:50'),
(2859, 'test', 'rajiv@smartpower.co.in', '', 'India', '', '', '9831021270', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Rolling Door Central Motors Up to 150 Sq Ft Door,Revolving Sensor Door,Auto Sliding Sensor Door', 'Contact', '2022-10-17 08:13:46'),
(2860, 'test', 'rajiv@smartpower.co.in', '', 'India', '', 'ok', '9831021270', '', 'Kolkata', '', 'Auto Sliding Sensor Door,Rolling Door Central Motors Up to 150 Sq Ft Door,Revolving Sensor Door,Auto Sliding Sensor Door,Auto Sliding Sensor Door', 'Contact', '2022-10-17 08:13:48'),
(2861, 'santosh Khambe', 'santosh,khambe@sntechdigital.co.in', '', 'India', '', '', '9967401294', '', 'Mumbai', '', '', 'Contact', '2022-10-18 05:24:51'),
(2862, 'Sandeep Gaider', 'sandeep.kumar1@regalrexnord.com', '', 'India', '', '', '9910775472', '', 'Faridabad', '', '', 'Contact', '2022-10-19 12:11:41'),
(2863, 'Sandeep Gaider', 'sandeep.kumar1@regalrexnord.com', '', 'India', '', 'Hi Sir/Mam,\n\nWe are in requirement of 3 Nos motorized sliding gate of below sizes for our Faridabad plant. Kindly provide your best offer for the same.\n\n1.	L4500xH2100 mm\n2.	L5050xH2100 mm\n3.	L3650xH2100 mm\n\nWith Regards,\n\nSandeep Gaider\n\nDeputy Manager &ndash; Projects', '9910775472', '', 'Faridabad', '', '', 'Contact', '2022-10-19 12:12:51'),
(2864, 'Suprit Magadum', 'magadumsuprit@gmail.com', '', 'India', '', '', '09538763688', '', 'Kolkata', '', '', 'Contact', '2022-10-20 07:21:27'),
(2865, 'Suprit Magadum', 'magadumsuprit@gmail.com', '', 'India', '', '', '09538763688', '', 'Kolkata', '', '', 'Contact', '2022-10-20 07:21:59'),
(2866, 'Suprit Magadum', 'magadumsuprit@gmail.com', '', 'India', '', '', '09538763688', '', 'Kolkata', '', '', 'Contact', '2022-10-20 07:21:59'),
(2867, 'Rajshekhar', 'rkmsblr@gmail.com', '', 'India', '', '', '919008182222', '', 'Bengaluru', '', 'undefined', 'Contact', '2022-10-21 00:29:26'),
(2868, 'aaa', 'aa@gmail,com', '', 'India', '', '', '812345678', '', 'Kolkata', '', '', 'Contact', '2022-10-22 10:38:56'),
(2869, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-10-24 00:35:32'),
(2870, 'suresh', 'suresh@indogerma.com', '', 'India', '', '', '07904583088', '', 'Chennai', '', '', 'Contact', '2022-10-27 06:22:08'),
(2871, 'suresh', 'suresh@indogerma.com', '', 'India', '', '', '07904583088', '', 'Chennai', '', '', 'Contact', '2022-10-27 06:22:48'),
(2872, 'Prashant Chauhan', 'prashant@zero9.in', '', 'India', '', '', '9619656709', '', 'Mumbai', '', '', 'Contact', '2022-10-31 14:48:13'),
(2873, '9416663227', 'tomersanjeev2003@gmail.com', 'House no 120 p sector 5 huda karnal haryana ', 'India', 'Haryana ', '', '9416663227', '', 'Karnal', '132001', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-11-01 06:11:58'),
(2874, 'M S I Talukder', 'talukdermsi@yahoo.com', '', 'Bangladesh', '', '', '01713065755', '', 'Kolkata', '', '', 'Contact', '2022-11-02 07:58:01'),
(2875, 'M S I Talukder', 'talukdermsi@yahoo.com', '', 'Bangladesh', '', '', '01713065755', '', 'Kolkata', '', '', 'Contact', '2022-11-02 07:58:51'),
(2876, 'sparsk', 'jainsparsh70171@gmail.com', '', 'India', '', '', '7017134346', '', 'Kolkata', '', '', 'Contact', '2022-11-02 18:04:09'),
(2877, 'Aashutosh', 'aashutosh@trlriceland.com', '', 'India', '', '', '9650012762', '', 'Kolkata', '', '', 'Contact', '2022-11-04 09:10:51'),
(2878, 'Arjun U', 'arjun.u@cochinshipyard.in', '', 'India', '', '', '7994450723', '', 'Kolkata', '', '', 'Contact', '2022-11-04 09:51:06'),
(2879, 'Arjun U', 'arjun.u@cochinshipyard.in', '', 'India', '', 'I represent Cochin Shipyard Limited Kolkata Ship Repair Unit (CKSRU), a miniratna company. The  Kolkata Ship Repair Unit (CKSRU) is a ship repair unit at Netaji Subhas Dock (NSD), Kolkata jointly initiated by Cochin Shipyard Limited (CSL) ', '7994450723', '', 'Kolkata', '', '', '', '2022-11-04 09:53:15'),
(2880, 'Vidya nambirajan', 'vidyanambirajan@gmail.com', '', 'India', '', '', '9849124366', '', 'Hyderabad', '', 'undefined', 'Contact', '2022-11-04 14:35:23'),
(2881, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-11-09 04:39:44'),
(2882, 'Alok Jung Rana', 'redrose.alokrana@gmail.com', '', 'Nepal', '', '', '9808780391', '', 'Kolkata', '', 'Flap Barrier', 'Contact', '2022-11-14 09:24:33'),
(2883, 'Alok Jung Rana', 'redrose.alokrana@gmail.com', '', 'Nepal', '', '', '9808780391', '', 'Kolkata', '', '', 'Contact', '2022-11-14 09:27:39'),
(2884, 'Alok Jung Rana', 'redrose.alokrana@gmail.com', '', 'Nepal', '', '', '9808780391', '', 'Kolkata', '', '', 'Contact', '2022-11-14 09:27:41'),
(2885, 'DHIRAJ THANVI', 'dhiraj@ferrooiltek.com', '', 'India', '', 'Quote for Smart Power Door', '7758821171', '', 'Kolkata', '', 'Sliding Gate Motor SP SLG  3500', 'Contact', '2022-11-15 10:01:30'),
(2886, 'Adiyan wani', 'adiyanwani22@gmail.com', '', 'India', '', '', '08082734602', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2022-11-15 15:53:58'),
(2887, 'Adiyan wani', 'adiyanwani22@gmail.com', '', 'India', '', '', '08082734602', '', 'Kolkata', '', 'Swing Gate Motor SP  SWG 500 (ARM),Swing Gate Motor SP  SWG 500 (ARM)', 'Contact', '2022-11-15 15:53:59'),
(2888, 'Debashish Paul', 'dcbuildtech@gmail.com', '', 'India', '', '', '9836888105', '', 'Kolkata', '', '', 'Contact', '2022-11-16 09:39:06'),
(2889, 'Saba Fatima', 'projects@salientdesignstudio.com', '', 'India', '', '', '6295311807', '', 'Kolkata', '', '', 'Contact', '2022-11-17 10:35:12'),
(2890, 'Debashis Baidya', 'deba98@gmail.com', '', 'India', '', 'RFID asset', '9433389485', '', 'Kolkata', '', '', 'Contact', '2022-11-17 18:32:31'),
(2891, 'Omparkash', 'om.prakash2@sharda.ac.in', '', 'India', '', 'we have required turnstile machine 05', '9990634001', '', 'Noida', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-11-18 03:34:02'),
(2892, 'Omparkash', 'om.prakash2@sharda.ac.in', '', 'India', '', 'we have required turnstile machine 05', '9990634001', '', 'Noida', '', 'Turnstile - Vertical (Tripod)', 'Contact', '2022-11-18 03:34:04'),
(2893, 'Nandlal Gupta', 'anand.kolkata90@gmail.com', '', 'India', '', '', '9830974476', '', 'Kolkata', '', '', 'Contact', '2022-11-19 06:39:05'),
(2894, 'Nandlal Gupta', 'anand.kolkata90@gmail.com', '', 'India', '', '', '9830974476', '', 'Kolkata', '', '', 'Contact', '2022-11-19 06:39:06'),
(2895, 'Nandlal Gupta', 'anand.kolkata90@gmail.com', '', 'India', '', '', '9830974476', '', 'Kolkata', '', '', 'Contact', '2022-11-19 06:39:08'),
(2896, '', '', '', '', '', '', '', '', '', '', '', 'Enquiry', '2022-11-21 07:55:06'),
(2897, 'Pratik', 'pratikgandhi.1987@gmail.com', '', 'India', '', '', '98221 07900', '', 'Kolkata', '', 'undefined', 'Contact', '2022-11-28 08:28:06'),
(2898, 'pankaj khattar', 'pankaj_k1@ymail.com', '', 'India', '', '', '09953031111', '', 'Kolkata', '', 'undefined', 'Contact', '2022-11-30 07:15:23'),
(2899, 'pankaj khattar', 'pankaj_k1@ymail.com', '', 'India', '', '', '09953031111', '', 'Kolkata', '', 'undefined', 'Contact', '2022-11-30 07:16:17'),
(2900, 'Paramasivam', 'parama4323@gmail.com', '', 'India', '', '', '7397339093', '', 'Kolkata', '', 'Sliding Gate Motor SP SWG 800B', 'Contact', '2022-12-03 01:36:16'),
(2901, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-12-04 05:13:28'),
(2902, 'B. RAM PRASAD RAO. ', 'Kktengg@yahoo.com', 'K. K. Techno engineering enterprise. ', 'India', 'T s', '', '9505751364 ', 'K K techno engineering enterprise. ', 'Hyderabad ', '500055 ', 'Sliding Gate Motor SP SWG 800B', 'Product', '2022-12-07 17:23:28'),
(2903, 'jinesh', 'jinesh_j@yahoo.com', '', 'India', '', '', '7000403939', '', 'Kolkata', '', 'Sliding Gate Motor SP  SLG 5000', 'Contact', '2022-12-08 09:19:14'),
(2904, 'pavan kumar', 'pavanakumar.services@gmail.com', '', 'India', '', '', '09704565860', '', 'Kolkata', '', '', 'Contact', '2022-12-08 09:20:02'),
(2905, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-12-08 21:14:11'),
(2906, 'Iqbal Singh Mann', 'iqbal.mann85@gmail.com', '', 'India', '', 'Enquiry for installing RFID system in housing society', '9650036411', '', 'Faridabad', '', 'undefined', 'Contact', '2022-12-11 17:01:32'),
(2907, 'ghghkhgk hjghgh', 'ghjghkgkfg@dfh.vo', '', 'India', '', '', '9999999999', '', 'Kolkata', '', '', 'Contact', '2022-12-12 02:24:15'),
(2908, 'Subhash Bhatt', 'subhash@nexgenexhibitions.com', '', 'India', '', '', '07533018444', '', 'Kolkata', '', '', 'Contact', '2022-12-16 09:59:28'),
(2909, 'Subhash Bhatt', 'subhash@nexgenexhibitions.com', '', 'India', '', '', '07533018444', '', 'Kolkata', '', '', 'Contact', '2022-12-16 09:59:31'),
(2910, 'hari NAIR', 'harid.nair@gmail.com', '', 'India', '', 'jgjd', ' 919746892708', '', 'Thiruvananthapuram', '', 'swing gate automation', '', '2022-12-17 07:34:22'),
(2911, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', '', 'Contact', '2022-12-22 06:10:38'),
(2912, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', '', 'Contact', '2022-12-22 06:10:39'),
(2913, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', '', 'Contact', '2022-12-22 06:10:40'),
(2914, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2022-12-22 06:11:13'),
(2915, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2022-12-22 06:11:15'),
(2916, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', '', 'Contact', '2022-12-22 06:26:33'),
(2917, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', 'Rolling Door Central Motors Up to 150 Sq Ft Door', 'Contact', '2022-12-22 06:26:34'),
(2918, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2022-12-25 21:54:48'),
(2919, 'ganesh', 'ganesh@gpes.in', '', 'India', '', '', '9063291332', '', 'Kolkata', '', '', 'Contact', '2022-12-29 10:45:53'),
(2920, 'ganesh', 'ganesh@gpes.in', '', 'India', '', '', '9063291332', '', 'Kolkata', '', '', 'Contact', '2022-12-29 10:47:10'),
(2921, 'Pavan Murty', 'sales@snithya.com', '', 'India', '', '', '9975748839', '', 'Kolkata', '', '', 'Contact', '2022-12-30 07:01:33'),
(2922, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-06 23:39:01'),
(2923, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-10 03:03:11'),
(2924, 'Suman Dasgupta', 'dasgupta.suman@gmail.com', '', 'India', '', 'Door bell', '7044630574', '', 'Kolkata', '', '', 'Contact', '2023-01-10 03:51:42'),
(2925, 'Suman Dasgupta', 'dasgupta.suman@gmail.com', '', 'India', '', 'Video Door bell', '7044630574', '', 'Kolkata', '', '', 'Contact', '2023-01-10 03:51:45'),
(2926, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-11 13:02:25'),
(2927, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-11 19:11:04'),
(2928, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-11 20:22:26'),
(2929, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-11 22:34:46'),
(2930, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-12 00:20:55'),
(2931, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-12 04:42:18'),
(2932, '', '', '', '', '', '', '', '', '', '', '', 'Contact', '2023-01-12 07:06:13'),
(2933, 'Kunal Puri', 'kunalpuri4@gmail.com', '', 'India', '', '', '09810170144', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-13 19:02:35'),
(2934, 'Vivek Nayak', 'viveksnayak@hotmail.com', '', 'India', '', '', '09118003003', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-14 19:14:43'),
(2935, 'Vivek Nayak', 'viveksnayak@hotmail.com', '', 'India', '', '', '09118003003', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-14 19:14:43'),
(2936, 'Vivek Mehta', 'mehtavickoo@gmail.com', '', 'India', '', '', '09418022472', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-16 19:00:12'),
(2937, 'Vivek Mehta', 'mehtavickoo@gmail.com', '', 'India', '', '', '09418022472', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-16 19:00:34'),
(2938, 'Vivek Mehta', 'mehtavickoo@gmail.com', '', 'India', '', '', '09418022472', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-16 19:01:29'),
(2939, 'Vivek Mehta', 'mehtavickoo@gmail.com', '', 'India', '', '', '09418022472', '', 'Kolkata', '', 'undefined', 'Contact', '2023-01-16 19:01:41'),
(2940, 'SANJAY NANDI', 'sanjay.nandi74sn@gmail.com', '', 'India', '', '', '9123016844', '', 'Kolkata', '', '', 'Contact', '2023-01-18 13:58:41'),
(2941, 'rajiv poddar', 'rajiv@smartpower.co.in', '', 'India', '', '', '9831021270', '', 'Kolkata', '', '', 'Contact', '2023-01-20 11:56:21'),
(2942, 'EKTA', 'sales2@smartpower.co.in', '', 'India', '', '', '8697737782', '', 'Kolkata', '', '', 'Contact', '2023-01-20 12:10:04'),
(2943, 'EKTA', 'sales2@smartpower.co.in', '', 'India', '', 'test', '8697737782', '', 'Kolkata', '', '', 'Contact', '2023-01-20 12:10:07'),
(2944, 'RAJAT SHUKLA', 'rudra7183@gmail.com', '', 'India', '', '', '08182813233', '', 'Lucknow', '', 'undefined', 'Contact', '2023-01-21 13:06:20'),
(2945, 'RAJAT SHUKLA', 'rudra7183@gmail.com', '', 'India', '', '', '08182813233', '', 'Lucknow', '', 'undefined', 'Contact', '2023-01-21 13:06:22'),
(2946, 'Rayyan', 'rayyan4software@hotmail.com', '', 'Jordan', '', '', '00962798868831', '', 'other', '', 'undefined', 'Contact', '2023-01-22 23:06:46'),
(2947, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', '', 'Contact', '2023-01-23 06:19:01'),
(2948, 'Prasanta Shee', 'coordinator@lnsel.net', '', 'India', '', '', '09876542158', '', 'Kolkata', '', '', 'Contact', '2023-01-23 06:20:10'),
(2949, 'TestLee', 'test@lnsel.com', '', 'India', '', '', '7777777777', '', 'Kolkata', '', '', 'Contact', '2023-01-23 06:37:19'),
(2950, 'leenee', 'test@lnsel.com', '', 'India', '', '', '8888888888', '', 'Kolkata', '', '', 'Contact', '2023-01-23 06:39:37'),
(2951, 'LeeTest', 'test1@lnsel1.com', '', 'India', '', 'aaaaa', '11111111111', '', 'Kolkata', '', '', 'Contact', '2023-01-23 06:58:42'),
(2952, 'Tanmoy Dey', 'tanmg@lnsel.com', '', 'India', '', '', '2121212121', '', 'Kolkata', '', '', 'Contact', '2023-01-23 08:39:35'),
(2953, 'Tanmoy Dey', 'tanmg@lnsel.com', '', 'India', '', '', '2121212121', '', 'Kolkata', '', '', 'Contact', '2023-01-23 08:39:37'),
(2954, 'Tanmoy Dey', 'tanmg@lnsel.com', '', 'India', '', '', '2121212121', '', 'Kolkata', '', 'Swing Gate Motor SP SWG  350 (Arm)', 'Contact', '2023-01-23 08:39:39'),
(2955, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back I am interested in your automated window and gate products also camera', '9035077716', '', 'Bengaluru', '', 'undefined', 'Contact', '2023-01-27 18:49:00'),
(2956, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back', '9035077716', '', 'Bengaluru', '', 'undefined', '', '2023-01-27 18:53:19'),
(2957, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back', '9035077716', '', 'Bengaluru', '', 'undefined', '', '2023-01-27 18:58:31'),
(2958, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back I am interested in your automated window and gate products also camera', '9035077716', '', 'Bengaluru', '', 'undefined', 'Contact', '2023-01-27 18:58:52'),
(2959, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back I am interested in your automated window and gate products also camera', '9035077716', '', 'Bengaluru', '', 'undefined', 'Contact', '2023-01-27 18:58:53'),
(2960, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back I am interested in your automated window and gate products also camera', '9035077716', '', 'Bengaluru', '', 'undefined', 'Contact', '2023-01-27 18:59:03'),
(2961, 'Udaya', 'udsh0010@gmail.com', '', 'India', '', 'Please call me back I am interested in your automated window and gate products also camera', '9035077716', '', 'Bengaluru', '', 'undefined', 'Contact', '2023-01-27 18:59:21'),
(2962, 'Lance Roache', 'lanceroache64@gmail.com', '', 'India', '', '', '0481153707', '', 'Kolkata', '', '', 'Contact', '2023-02-01 22:29:07'),
(2963, 'JAHIR Mondal', 'mdjahiralimondal@gmail.com', '', 'India', '', '', '07477868026', '', 'Kolkata', '', 'undefined', 'Contact', '2023-02-04 11:24:09'),
(2964, 'Q.Khan', 'perfect.associates@gmail.com', '', 'India', '', '', '7000078616', '', 'Kolkata', '', '', 'Contact', '2023-02-06 13:54:21'),
(2965, 'R.S. Rao', 'rsr.rachakonda@gmail.com', '', 'India', '', 'We need remote operated Main Door to our villa', '9160000397', '', 'Hyderabad', '', 'undefined', '', '2023-02-06 16:07:04'),
(2966, 'Dr.Sandeep Raina', 'sandeepraina1988@gmail.com', '', 'India', '', '', '9419211754', '', 'Kolkata', '', '', 'Contact', '2023-02-06 19:46:33'),
(2967, 'Dr.Sandeep Raina', 'sandeepraina1988@gmail.com', '', 'India', '', '', '9419211754', '', 'Jammu', '', '', 'Contact', '2023-02-06 19:46:34');

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

--
-- Table structure for table `contents`
--

CREATE TABLE `contents` (
  `id` int(10) NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `meta_title` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `meta_keywords` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `meta_description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `content` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `content_image` varchar(255) NOT NULL,
  `modified_date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `contents`
--

INSERT INTO `contents` (`id`, `title`, `meta_title`, `meta_keywords`, `meta_description`, `url`, `content`, `content_image`, `modified_date`) VALUES
(1, 'About Us', 'About Us', 'About Us', 'About Us', 'about-us', '&amp;lt;p&amp;gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\\\\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\\\\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.&amp;lt;/p&amp;gt;', '', '2016-05-28 05:58:59'),
(2, 'Privacy Policy', 'Privacy Policy', 'Privacy Policy', 'Privacy Policy', 'privacy-policy', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '', '2015-01-31 12:59:41'),
(3, 'Terms of Service', 'Terms of Service', 'Terms of Service', 'Terms of Service', 'terms-of-service', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\&#039;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '', '2015-01-31 13:01:48'),
(10, 'Test', 'Test', 'Test', 'Test description', 'test', '&amp;lt;p&amp;gt;This is a test description&amp;lt;/p&amp;gt;', '', '2016-05-24 12:58:00'),
(12, 'tt', 'tt', 'tt', 'tt', 'tt', '&amp;lt;p&amp;gt;Test content&amp;lt;/p&amp;gt;', '', '2016-05-25 10:43:07'),
(13, 'Test', 'Test', 'Test', 'Test description', 'test-1', '&amp;lt;p&amp;gt;test content&amp;lt;/p&amp;gt;', 'content_image_466.jpg', '2016-05-25 10:47:22');

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

--
-- Table structure for table `country`
--

CREATE TABLE `country` (
  `id` int(11) NOT NULL,
  `name` varchar(250) NOT NULL DEFAULT '',
  `lang_id` int(11) NOT NULL DEFAULT 0,
  `currency_id` int(11) NOT NULL DEFAULT 0,
  `product_available` varchar(50) NOT NULL DEFAULT '',
  `vat_applicable` tinyint(4) NOT NULL DEFAULT 0,
  `iso_code` varchar(10) NOT NULL DEFAULT '',
  `region` varchar(25) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `country`
--

INSERT INTO `country` (`id`, `name`, `lang_id`, `currency_id`, `product_available`, `vat_applicable`, `iso_code`, `region`) VALUES
(1, 'Afghanistan', 21, 3, '2', 1, 'AF', 'Asia'),
(2, 'Albania', 22, 2, '2', 1, 'AL', 'Europe'),
(3, 'Algeria', 21, 3, '2', 1, 'DZ', 'Africa'),
(4, 'American Samoa', 21, 3, '2', 1, 'AS', 'Oceania'),
(5, 'Andorra', 22, 2, '2', 1, 'AD', 'Europe'),
(6, 'Angola', 21, 3, '2', 1, 'AO', 'Africa'),
(7, 'Anguilla', 21, 3, '2', 1, 'AI', 'Central America and the C'),
(8, 'Antarctica', 21, 3, '2', 1, 'AQ', 'Antarctic Region'),
(9, 'Antigua and Barbuda', 21, 3, '2', 1, 'AG', 'Central America and the C'),
(10, 'Argentina', 21, 3, '2', 1, 'AR', 'South America'),
(11, 'Armenia', 21, 3, '2', 1, 'AM', 'Commonwealth of Independe'),
(12, 'Aruba', 21, 3, '2', 1, 'AW', 'Central America and the C'),
(13, 'Ashmore and Cartier', 21, 3, '2', 1, '', ''),
(14, 'Australia', 21, 3, '2', 1, 'AU', 'Oceania'),
(15, 'Austria', 22, 2, '2', 1, 'AT', 'Europe'),
(16, 'Azerbaijan', 21, 3, '2', 1, 'AZ', 'Commonwealth of Independe'),
(17, 'The Bahamas', 21, 3, '2', 1, 'BS', 'Central America and the C'),
(18, 'Bahrain', 21, 3, '2', 1, 'BH', 'Middle East'),
(19, 'Baker Island', 21, 3, '2', 1, '', ''),
(20, 'Bangladesh', 21, 3, '2', 1, 'BD', 'Asia'),
(21, 'Barbados', 21, 3, '2', 1, 'BB', 'Central America and the C'),
(22, 'Bassas da India', 21, 3, '2', 1, '', ''),
(23, 'Belarus', 21, 3, '2', 1, 'BY', 'Commonwealth of Independe'),
(24, 'Belgium', 22, 2, '2', 1, 'BE', 'Europe'),
(25, 'Belize', 21, 3, '2', 1, 'BZ', 'Central America and the C'),
(26, 'Benin', 21, 3, '2', 1, 'BJ', 'Africa'),
(27, 'Bermuda', 21, 3, '2', 1, 'BM', 'North America'),
(28, 'Bhutan', 21, 3, '2', 1, 'BT', 'Asia'),
(29, 'Bolivia', 21, 3, '2', 1, 'BO', 'South America'),
(30, 'Bosnia and Herzegovina', 21, 3, '2', 1, 'BA', 'Bosnia and Herzegovina, E'),
(31, 'Botswana', 21, 3, '2', 1, 'BW', 'Africa'),
(32, 'Bouvet Island', 21, 3, '2', 1, 'BV', 'Antarctic Region'),
(33, 'Brazil', 21, 3, '2', 1, 'BR', 'South America'),
(34, 'British Indian Ocean Territory', 21, 3, '2', 1, 'IO', 'World'),
(35, 'British Virgin Islands', 21, 3, '2', 1, 'VG', 'Central America and the C'),
(36, 'Brunei Darussalam', 21, 3, '2', 1, 'BN', 'Southeast Asia'),
(37, 'Bulgaria', 22, 6, '2', 1, 'BG', 'Europe'),
(38, 'Burkina Faso', 21, 3, '2', 1, 'BF', 'Africa'),
(39, 'Burma', 21, 3, '2', 1, 'MM', 'Southeast Asia'),
(40, 'Burundi', 21, 3, '2', 1, 'BI', 'Africa'),
(41, 'Cambodia', 21, 3, '2', 1, 'KH', 'Southeast Asia'),
(42, 'Cameroon', 21, 3, '2', 1, 'CM', 'Africa'),
(43, 'Canada', 21, 3, '2', 1, 'CA', 'North America'),
(44, 'Cape Verde', 21, 3, '2', 1, 'CV', 'World'),
(45, 'Cayman Islands', 21, 3, '2', 1, 'KY', 'Central America and the C'),
(46, 'Central African Republic', 21, 3, '2', 1, 'CF', 'Africa'),
(47, 'Chad', 21, 3, '2', 1, 'TD', 'Africa'),
(48, 'Chile', 21, 3, '2', 1, 'CL', 'South America'),
(49, 'China', 21, 3, '2', 1, 'CN', 'Asia'),
(50, 'Christmas Island', 21, 3, '2', 1, 'CX', 'Southeast Asia'),
(51, 'Clipperton Island', 21, 3, '2', 1, '', ''),
(52, 'Cocos (Keeling) Islands', 21, 3, '2', 1, 'CC', 'Southeast Asia'),
(53, 'Colombia', 21, 3, '2', 1, 'CO', 'South America, Central Am'),
(54, 'Comoros', 21, 3, '2', 1, 'KM', 'Africa'),
(55, 'Congo, Democratic Republic of the', 21, 3, '2', 1, 'CD', 'Africa'),
(56, 'Congo, Republic of the', 21, 3, '2', 1, 'CG', 'Africa'),
(57, 'Cook Islands', 21, 3, '2', 1, 'CK', 'Oceania'),
(58, 'Coral Sea Islands', 21, 3, '2', 1, '', ''),
(59, 'Costa Rica', 21, 3, '2', 1, 'CR', 'Central America and the C'),
(60, 'Cote d\'Ivoire', 21, 3, '2', 1, 'CI', 'Africa'),
(61, 'Croatia', 22, 6, '2', 1, 'HR', 'Europe'),
(62, 'Cuba', 21, 3, '2', 1, 'CU', 'Central America and the C'),
(63, 'Cyprus', 21, 3, '2', 1, 'CY', 'Middle East'),
(64, 'Czech Republic', 22, 6, '2', 1, 'CZ', 'Europe'),
(65, 'Denmark', 1, 1, '3', 1, 'DK', 'Europe'),
(66, 'Djibouti', 21, 3, '2', 1, 'DJ', 'Africa'),
(67, 'Dominica', 21, 3, '2', 1, 'DM', 'Central America and the C'),
(68, 'Dominican Republic', 21, 3, '2', 1, 'DO', 'Central America and the C'),
(69, 'East Timor', 21, 3, '2', 1, 'TP', ''),
(70, 'Ecuador', 21, 3, '2', 1, 'EC', 'South America'),
(71, 'Egypt', 21, 3, '2', 1, 'EG', 'Africa'),
(72, 'El Salvador', 21, 3, '2', 1, 'SV', 'Central America and the C'),
(73, 'Equatorial Guinea', 21, 3, '2', 1, 'GQ', 'Africa'),
(74, 'Eritrea', 21, 3, '2', 1, 'ER', 'Africa'),
(75, 'Estonia', 22, 6, '2', 1, 'EE', 'Europe'),
(76, 'Ethiopia', 21, 3, '2', 1, 'ET', 'Africa'),
(77, 'Europa Island', 21, 3, '2', 1, '', ''),
(78, 'Falkland Islands (Islas Malvinas)', 21, 3, '2', 1, 'FK', 'South America'),
(79, 'Faroe Islands', 15, 1, '2', 1, 'FO', 'Europe'),
(80, 'Fiji', 21, 3, '2', 1, 'FJ', 'Oceania'),
(81, 'Finland', 22, 6, '2', 1, 'FI', 'Europe'),
(82, 'France', 22, 6, '2', 1, 'FR', 'Europe'),
(83, 'France, Metropolitan', 21, 3, '2', 1, 'FX', ''),
(84, 'French Guiana', 21, 3, '2', 1, 'GF', 'South America'),
(85, 'French Polynesia', 21, 3, '2', 1, 'PF', 'Oceania'),
(86, 'French Southern and Antarctic Lands', 21, 3, '2', 1, 'TF', 'Antarctic Region'),
(87, 'Gabon', 21, 3, '2', 2, 'GA', 'Africa'),
(88, 'The Gambia', 21, 3, '2', 1, 'GM', 'Africa'),
(89, 'Gaza Strip', 21, 3, '2', 1, '', ''),
(90, 'Georgia', 21, 3, '2', 1, 'GE', 'Commonwealth of Independe'),
(91, 'Germany', 18, 2, '2', 1, 'DE', 'Europe'),
(92, 'Ghana', 21, 3, '2', 1, 'GH', 'Africa'),
(93, 'Gibraltar', 22, 6, '2', 1, 'GI', 'Europe'),
(94, 'Glorioso Islands', 21, 3, '2', 1, '', ''),
(95, 'Greece', 22, 6, '2', 1, 'GR', 'Europe'),
(96, 'Greenland', 2, 1, '2', 2, 'GL', 'Arctic Region'),
(97, 'Grenada', 21, 3, '2', 1, 'GD', 'Central America and the C'),
(98, 'Guadeloupe', 21, 3, '2', 1, 'GP', 'Central America and the C'),
(99, 'Guam', 21, 3, '2', 1, 'GU', 'Oceania'),
(100, 'Guatemala', 21, 3, '2', 1, 'GT', 'Central America and the C'),
(101, 'Guernsey', 22, 6, '2', 1, 'GG', 'Europe'),
(102, 'Guinea', 21, 3, '2', 1, 'GN', 'Africa'),
(103, 'Guinea-Bissau', 21, 3, '2', 1, 'GW', 'Africa'),
(104, 'Guyana', 21, 3, '2', 1, 'GY', 'South America'),
(105, 'Haiti', 21, 3, '2', 1, 'HT', 'Central America and the C'),
(106, 'Heard Island and McDonald Islands', 21, 3, '2', 1, 'HM', 'Antarctic Region'),
(107, 'Holy See (Vatican City)', 22, 6, '2', 1, 'VA', 'Europe'),
(108, 'Honduras', 21, 3, '2', 1, 'HN', 'Central America and the C'),
(109, 'Hong Kong (SAR)', 21, 3, '2', 1, 'HK', 'Southeast Asia'),
(110, 'Howland Island', 21, 3, '2', 1, '', ''),
(111, 'Hungary', 22, 6, '2', 1, 'HU', 'Europe'),
(112, 'Iceland', 21, 3, '2', 1, 'IS', 'Arctic Region'),
(113, 'India', 21, 3, '2', 1, 'IN', 'Asia'),
(114, 'Indonesia', 21, 3, '2', 1, 'ID', 'Southeast Asia'),
(115, 'Iran', 21, 3, '2', 1, 'IR', 'Middle East'),
(116, 'Iraq', 21, 3, '2', 1, 'IQ', 'Middle East'),
(117, 'Ireland', 22, 6, '2', 1, 'IE', 'Europe'),
(118, 'Israel', 21, 3, '2', 1, 'IL', 'Middle East'),
(119, 'Italy', 22, 6, '2', 1, 'IT', 'Europe'),
(120, 'Jamaica', 21, 3, '2', 1, 'JM', 'Central America and the C'),
(121, 'Jan Mayen', 21, 3, '2', 1, '', ''),
(122, 'Japan', 21, 3, '2', 1, 'JP', 'Asia'),
(123, 'Jarvis Island', 21, 3, '2', 1, '', ''),
(124, 'Jersey', 22, 6, '2', 1, 'JE', 'Europe'),
(125, 'Johnston Atoll', 21, 3, '2', 1, '', ''),
(126, 'Jordan', 21, 3, '2', 1, 'JO', 'Middle East'),
(127, 'Juan de Nova Island', 21, 3, '2', 1, '', ''),
(128, 'Kazakhstan', 21, 3, '2', 1, 'KZ', 'Commonwealth of Independe'),
(129, 'Kenya', 21, 3, '2', 1, 'KE', 'Africa'),
(130, 'Kingman Reef', 21, 3, '2', 1, '', ''),
(131, 'Kiribati', 21, 3, '2', 1, 'KI', 'Oceania'),
(132, 'Korea, North', 21, 3, '2', 1, 'KP', 'Asia'),
(133, 'Korea, South', 21, 3, '2', 1, 'KR', 'Asia'),
(134, 'Kuwait', 21, 3, '2', 1, 'KW', 'Middle East'),
(135, 'Kyrgyzstan', 21, 3, '2', 1, 'KG', 'Commonwealth of Independe'),
(136, 'Laos', 21, 3, '2', 1, 'LA', 'Southeast Asia'),
(137, 'Latvia', 22, 6, '2', 1, 'LV', 'Europe'),
(138, 'Lebanon', 21, 3, '2', 1, 'LB', 'Middle East'),
(139, 'Lesotho', 21, 3, '2', 1, 'LS', 'Africa'),
(140, 'Liberia', 21, 3, '2', 1, 'LR', 'Africa'),
(141, 'Libya', 21, 3, '2', 1, 'LY', 'Africa'),
(142, 'Liechtenstein', 22, 6, '2', 1, 'LI', 'Europe'),
(143, 'Lithuania', 22, 6, '2', 1, 'LT', 'Europe'),
(144, 'Luxembourg', 22, 6, '2', 1, 'LU', 'Europe'),
(145, 'Macao', 21, 3, '2', 1, 'MO', 'Southeast Asia'),
(146, 'Macedonia, The Former Yugoslav Republic of', 22, 6, '2', 1, 'MK', 'Europe'),
(147, 'Madagascar', 21, 3, '2', 1, 'MG', 'Africa'),
(148, 'Malawi', 21, 3, '2', 1, 'MW', 'Africa'),
(149, 'Malaysia', 21, 3, '2', 1, 'MY', 'Southeast Asia'),
(150, 'Maldives', 21, 3, '2', 1, 'MV', 'Asia'),
(151, 'Mali', 21, 3, '2', 1, 'ML', 'Africa'),
(152, 'Malta', 22, 6, '2', 1, 'MT', 'Europe'),
(153, 'Man, Isle of', 22, 6, '2', 1, 'IM', 'Europe'),
(154, 'Marshall Islands', 21, 3, '2', 1, 'MH', 'Oceania'),
(155, 'Martinique', 21, 3, '2', 1, 'MQ', 'Central America and the C'),
(156, 'Mauritania', 21, 3, '2', 1, 'MR', 'Africa'),
(157, 'Mauritius', 21, 3, '2', 1, 'MU', 'World'),
(158, 'Mayotte', 21, 3, '2', 1, 'YT', 'Africa'),
(159, 'Mexico', 21, 3, '2', 1, 'MX', 'North America'),
(160, 'Micronesia, Federated States of', 21, 3, '2', 1, 'FM', 'Oceania'),
(161, 'Midway Islands', 21, 3, '2', 1, '', ''),
(162, 'Miscellaneous (French)', 21, 3, '2', 1, '', ''),
(163, 'Moldova', 21, 3, '2', 1, 'MD', 'Commonwealth of Independe'),
(164, 'Monaco', 22, 6, '2', 1, 'MC', 'Europe'),
(165, 'Mongolia', 21, 3, '2', 1, 'MN', 'Asia'),
(166, 'Montenegro', 21, 3, '2', 1, '', ''),
(167, 'Montserrat', 21, 3, '2', 1, 'MS', 'Central America and the C'),
(168, 'Morocco', 21, 3, '2', 1, 'MA', 'Africa'),
(169, 'Mozambique', 21, 3, '2', 1, 'MZ', 'Africa'),
(170, 'Myanmar', 21, 3, '2', 1, '', ''),
(171, 'Namibia', 21, 3, '2', 1, 'NA', 'Africa'),
(172, 'Nauru', 21, 3, '2', 1, 'NR', 'Oceania'),
(173, 'Navassa Island', 21, 3, '2', 1, '', ''),
(174, 'Nepal', 21, 3, '2', 1, 'NP', 'Asia'),
(175, 'Netherlands', 22, 6, '2', 1, 'NL', 'Europe'),
(176, 'Netherlands Antilles', 21, 3, '2', 1, 'AN', 'Central America and the C'),
(177, 'New Caledonia', 21, 3, '2', 1, 'NC', 'Oceania'),
(178, 'New Zealand', 21, 3, '2', 1, 'NZ', 'Oceania'),
(179, 'Nicaragua', 21, 3, '2', 1, 'NI', 'Central America and the C'),
(180, 'Niger', 21, 3, '2', 1, 'NE', 'Africa'),
(181, 'Nigeria', 21, 3, '2', 1, 'NG', 'Africa'),
(182, 'Niue', 21, 3, '2', 1, 'NU', 'Oceania'),
(183, 'Norfolk Island', 21, 3, '2', 1, 'NF', 'Oceania'),
(184, 'Northern Mariana Islands', 21, 3, '2', 1, 'MP', 'Oceania'),
(185, 'Norway', 16, 4, '2', 2, 'NO', 'Europe'),
(186, 'Oman', 21, 3, '2', 1, 'OM', 'Middle East'),
(187, 'Pakistan', 21, 3, '2', 1, 'PK', 'Asia'),
(188, 'Palau', 21, 3, '2', 1, 'PW', 'Oceania'),
(189, 'Palmyra Atoll', 21, 3, '2', 1, '', ''),
(190, 'Panama', 21, 3, '2', 1, 'PA', 'Central America and the C'),
(191, 'Papua New Guinea', 21, 3, '2', 1, 'PG', 'Oceania'),
(192, 'Paracel Islands', 21, 3, '2', 1, '', ''),
(193, 'Paraguay', 21, 3, '2', 1, 'PY', 'South America'),
(194, 'Peru', 21, 3, '2', 1, 'PE', 'South America'),
(195, 'Philippines', 21, 3, '2', 1, 'PH', 'Southeast Asia'),
(196, 'Pitcairn Islands', 21, 3, '2', 1, 'PN', 'Oceania'),
(197, 'Poland', 22, 6, '2', 1, 'PL', 'Europe'),
(198, 'Portugal', 22, 6, '2', 1, 'PT', 'Europe'),
(199, 'Puerto Rico', 21, 3, '2', 1, 'PR', 'Central America and the C'),
(200, 'Qatar', 21, 3, '2', 1, 'QA', 'Middle East'),
(201, 'RTunion', 21, 3, '2', 1, '', ''),
(202, 'Romania', 22, 6, '2', 1, 'RO', 'Europe'),
(203, 'Russia', 21, 3, '2', 1, 'RU', 'Asia'),
(204, 'Rwanda', 21, 3, '2', 1, 'RW', 'Africa'),
(205, 'Saint Helena', 21, 3, '2', 1, 'SH', 'Africa'),
(206, 'Saint Kitts and Nevis', 21, 3, '2', 1, 'KN', 'Central America and the C'),
(207, 'Saint Lucia', 21, 3, '2', 1, 'LC', 'Central America and the C'),
(208, 'Saint Pierre and Miquelon', 21, 3, '2', 1, 'PM', 'North America'),
(209, 'Saint Vincent and the Grenadines', 21, 3, '2', 1, 'VC', 'Central America and the C'),
(210, 'Samoa', 21, 3, '2', 1, 'WS', 'Oceania'),
(211, 'San Marino', 22, 6, '2', 1, 'SM', 'Europe'),
(212, 'Spo TomT and Prfncipe', 21, 3, '2', 1, '', ''),
(213, 'Saudi Arabia', 21, 3, '2', 1, 'SA', 'Middle East'),
(214, 'Senegal', 21, 3, '2', 1, 'SN', 'Africa'),
(215, 'Serbia', 21, 3, '2', 1, '', ''),
(216, 'Serbia and Montenegro', 21, 3, '2', 1, '', ''),
(217, 'Seychelles', 21, 3, '2', 1, 'SC', 'Africa'),
(218, 'Sierra Leone', 21, 3, '2', 1, 'SL', 'Africa'),
(219, 'Singapore', 21, 3, '2', 1, 'SG', 'Southeast Asia'),
(220, 'Slovakia', 22, 6, '2', 1, 'SK', 'Europe'),
(221, 'Slovenia', 22, 6, '2', 1, 'SI', 'Europe'),
(222, 'Solomon Islands', 21, 3, '2', 1, 'SB', 'Oceania'),
(223, 'Somalia', 21, 3, '2', 1, 'SO', 'Africa'),
(224, 'South Africa', 21, 3, '2', 1, 'ZA', 'Africa'),
(225, 'South Georgia and the South Sandwich Islands', 21, 3, '2', 1, 'GS', 'Antarctic Region'),
(226, 'Spain', 22, 6, '2', 1, 'ES', 'Europe'),
(227, 'Spratly Islands', 21, 3, '2', 1, '', ''),
(228, 'Sri Lanka', 21, 3, '2', 1, 'LK', 'Asia'),
(229, 'Sudan', 21, 3, '2', 1, 'SD', 'Africa'),
(230, 'Suriname', 21, 3, '2', 1, 'SR', 'South America'),
(231, 'Svalbard', 21, 3, '2', 1, 'SJ', 'Arctic Region'),
(232, 'Swaziland', 21, 3, '2', 1, 'SZ', 'Africa'),
(233, 'Sweden', 17, 5, '2', 1, 'SE', 'Europe'),
(234, 'Switzerland', 22, 6, '2', 1, 'CH', 'Europe'),
(235, 'Syria', 21, 3, '2', 1, 'SY', 'Middle East'),
(236, 'Taiwan', 21, 3, '2', 1, 'TW', 'Southeast Asia'),
(237, 'Tajikistan', 21, 3, '2', 1, 'TJ', 'Commonwealth of Independe'),
(238, 'Tanzania', 21, 3, '2', 1, 'TZ', 'Africa'),
(239, 'Thailand', 21, 3, '2', 1, 'TH', 'Southeast Asia'),
(240, 'Togo', 21, 3, '2', 1, 'TG', 'Africa'),
(241, 'Tokelau', 21, 3, '2', 1, 'TK', 'Oceania'),
(242, 'Tonga', 21, 3, '2', 1, 'TO', 'Oceania'),
(243, 'Trinidad and Tobago', 21, 3, '2', 1, 'TT', 'Central America and the C'),
(244, 'Tromelin Island', 21, 3, '2', 1, '', ''),
(245, 'Tunisia', 21, 3, '2', 1, 'TN', 'Africa'),
(246, 'Turkey', 21, 3, '2', 1, 'TR', 'Middle East'),
(247, 'Turkmenistan', 21, 3, '2', 1, 'TM', 'Commonwealth of Independe'),
(248, 'Turks and Caicos Islands', 21, 3, '2', 1, 'TC', 'Central America and the C'),
(249, 'Tuvalu', 21, 3, '2', 1, 'TV', 'Oceania'),
(250, 'Uganda', 21, 3, '2', 1, 'UG', 'Africa'),
(251, 'Ukraine', 21, 3, '2', 1, 'UA', 'Commonwealth of Independe'),
(252, 'United Arab Emirates', 21, 3, '2', 1, 'AE', 'Middle East'),
(253, 'United Kingdom', 20, 6, '2', 1, 'GB', 'Europe'),
(254, 'United States', 19, 3, '2', 1, 'US', 'North America'),
(255, 'United States Minor Outlying Islands', 21, 3, '2', 1, 'UM', ''),
(256, 'Uruguay', 21, 3, '2', 1, 'UY', 'South America'),
(257, 'Uzbekistan', 21, 3, '2', 1, 'UZ', 'Commonwealth of Independe'),
(258, 'Vanuatu', 21, 3, '2', 1, 'VU', 'Oceania'),
(259, 'Venezuela', 21, 3, '2', 1, 'VE', 'South America, Central Am'),
(260, 'Vietnam', 21, 3, '2', 1, 'VN', 'Southeast Asia'),
(261, 'Virgin Islands', 21, 3, '2', 1, 'VI', 'Central America and the C'),
(262, 'Virgin Islands (UK)', 21, 3, '2', 1, '', ''),
(263, 'Virgin Islands (US)', 21, 3, '2', 1, '', ''),
(264, 'Wake Island', 21, 3, '2', 1, '', ''),
(265, 'Wallis and Futuna', 21, 3, '2', 1, 'WF', 'Oceania'),
(266, 'West Bank', 21, 3, '2', 1, '', ''),
(267, 'Western Sahara', 21, 3, '2', 1, 'EH', 'Africa'),
(268, 'Western Samoa', 21, 3, '2', 1, '', ''),
(269, 'World', 21, 3, '2', 1, '', ''),
(270, 'Yemen', 21, 3, '2', 1, 'YE', 'Middle East'),
(271, 'Yugoslavia', 22, 6, '2', 1, 'YU', 'Europe'),
(272, 'Zaire', 21, 3, '2', 1, '', ''),
(273, 'Zambia', 21, 3, '2', 1, 'ZM', 'Africa'),
(274, 'Zimbabwe', 21, 3, '2', 1, 'ZW', 'Africa'),
(275, 'Palestinian Territory, Occupied', 21, 3, '2', 1, 'PS', ''),
(277, 'Europe', 22, 2, '2', 1, 'EU', '');

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

--
-- Table structure for table `event`
--

CREATE TABLE `event` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` varchar(255) NOT NULL,
  `direct` int(11) NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `pagetitle` varchar(255) NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_description` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_tags` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `show_order` int(11) NOT NULL,
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `event`
--

INSERT INTO `event` (`id`, `name`, `description`, `image`, `direct`, `slug`, `pagetitle`, `meta_title`, `meta_description`, `meta_keywords`, `meta_tags`, `status`, `show_order`, `added_by`, `post_date`) VALUES
(18, 'Bengal Global Trade Expo 2022', '&lt;p&gt;Visit COMPASS Hanger 2 Silver Pavalion to see latest about Door &amp;amp; Gate Automation&lt;/p&gt;', 'CWBTA-COMPASS-invitation-416.jpg', 1, 'bengal-global-trade-expo-2022', 'Bengal Global Trade Expo 2022', 'Bengal Global Trade Expo 2022', 'Bengal Global Trade Expo 2022', 'BGTE,COMPASS,Smartpower', 'Bengal Global Trade Expo 2022', 'Active', 1, 1, '2022-04-23 05:44:12'),
(19, 'INTERIORS 2022', '&lt;p&gt;Visit Smartpower AUTOMATION Stall at Diamond Hall, Stall F33-F34&lt;/p&gt;', 'ABID-22-Invitation-458.jpeg', 0, '', '', '', '', '', '', 'Active', 2, 1, '2022-05-11 07:37:44');

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

--
-- Table structure for table `gallery`
--

CREATE TABLE `gallery` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `modified_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `gallery`
--

INSERT INTO `gallery` (`id`, `title`, `status`, `modified_date`) VALUES
(1, 'Test', 'Active', '2016-06-03 12:29:37'),
(2, 'Test', 'Active', '2016-06-03 12:30:33');

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

--
-- Table structure for table `gallery_images`
--

CREATE TABLE `gallery_images` (
  `id` int(11) NOT NULL,
  `gallery_id` int(11) NOT NULL,
  `gallery_image` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `gallery_images`
--

INSERT INTO `gallery_images` (`id`, `gallery_id`, `gallery_image`) VALUES
(1, 1, 'gallery_image_392.jpg'),
(2, 2, 'gallery_image_424.jpg');

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

--
-- Table structure for table `global_config`
--

CREATE TABLE `global_config` (
  `id` int(10) NOT NULL,
  `field_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `field_value` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `field_key` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `global_config`
--

INSERT INTO `global_config` (`id`, `field_name`, `field_value`, `field_key`) VALUES
(1, 'Site Name', 'Smartpower Automation Pvt Ltd', 'global_site_name'),
(2, 'Meta Title', 'Smartpower Automation', 'global_meta_title'),
(3, 'Meta Keywords', 'Door Automation,  Gate Automation system,  Parking Management,  Windows automation system,  Auto revolving door,  Auto sensor door,  Automatic Door Specialists,  Automatic bollards,  Barrier gate dealer,  Boom barrier gate,  Boom barrier manufacturers,  Car sticker, automated sliding gates,automatic door and gate,hermetically sealed hospital door,motorized sliding gate,piller type motor,roller type motor,rolling shutter operator, toll collection system, Central motor,Door Automation,Fencing barrier,Flap barrier,Folding boom,Gate Automation,Gate automation specialists,Glass sensor door,Half &amp; Full Height turnstile gate,Motorised Retractable Gates,Motorized gate,Motorized shutter,PVC Rolling Shutter,Parking FEE Solutions  Parking Fee Solution suppliers,Parking fee management system,RFID parking management system,Remote rolling shutter,Retractable gates,Security gate manufacturers,Sliding gate operator,Spike Barrier, Swing gate operator, Telescopic gate, Tripod Turnstile, UHF parking system', 'global_meta_keywords'),
(4, 'Meta Description', 'Smart Power provides the best parking fee solutions in India. We also offer affordable door, window, and gate automation with best quality products.', 'global_meta_description'),
(9, 'Facebook', 'https://www.facebook.com/Smartpowerhome/', 'global_facebook_url'),
(10, 'Head Office Lat', '22.6374015', 'global_head_office_lat'),
(12, 'Webadmin Name', 'admin', 'global_web_admin_name'),
(13, 'Webadmin Email', 'info@smartpower.co.in', 'global_webadmin_email'),
(14, 'Email Signature', 'Thanks &amp; Regards,\r\nDND Electronics Team', 'global_email_signature'),
(22, 'Head Office Phone Number', '+91 33 25779617 / 25776980', 'global_head_office_number'),
(23, 'Paypal Business Email', 'pay@dnd.com', 'global_paypal_business_email'),
(24, 'Paypal Mode', 'live', 'global_paypal_mode'),
(26, 'Number of Products On each Page', '10', 'global_product_page_count'),
(27, 'Marketing Office Phone No', '9125779617', 'global_marketing_office_number'),
(28, 'Head Office Address', '&lt;p&gt;&lt;strong&gt;HEAD&amp;nbsp;OFFICE &amp;amp; SERVICE CENTRE&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Smartpower House&lt;br /&gt;\r\n201/1 G.L.T.Road, Baranagar,&lt;br /&gt;\r\nKolkata - 700036 (West Bengal), India&lt;/p&gt;\r\n\r\n&lt;p&gt;(Mon - Friday on Working Days)&lt;/p&gt;\r\n\r\n&lt;p&gt;10.30 AM to 2.30 PM&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;WARRANTY POLICY&lt;/strong&gt; - Please refer Warranty Card / Invoice. &lt;strong&gt;CARRY IN WARRANTY&lt;/strong&gt; is applicable (untill and unless NOT SPECIFIED as special term for ONSITE SUPPORT)&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;TOLL FREE 8100 400 200&lt;/strong&gt;&lt;/p&gt;', 'global_head_office_address'),
(29, 'Showroom Address', '&lt;p&gt;Smartpower Automation&lt;br /&gt;\r\nMerlin Homeland, Unit no 114-115,1st Floor,&lt;br /&gt;\r\n18B Ashutosh Mukherjee Road,&amp;nbsp;Kolkata -700020&lt;/p&gt;', 'global_showroom_address'),
(30, 'Showroom Phone No', '+ 91 33 24191980', 'global_showroom_phone_no'),
(31, 'Home Page Youtube Video', 'Smartpower_Door_Gate_Automation.mp4', 'global_home_page_video_url'),
(32, 'Google Plus', 'http://www.googleplus.com/', 'global_google_url'),
(33, 'Youtube', 'https://www.youtube.com/user/smartpowerautogates', 'global_youtube_url'),
(34, 'Marketing office Address', '&lt;p&gt;2nd floor, Room no.J,&lt;br /&gt;\r\nMinden Row, T.S.T, Kowloon, Hongkong.&lt;/p&gt;', 'global_marketing_office_address'),
(36, 'Head Office Long', '88.3705394', 'global_head_office_long'),
(37, 'Showroom Lat', '22.535899', 'global_showroom_lat'),
(38, 'Showroom Long', '88.346091', 'global_showroom_long'),
(39, 'Marketing office Lat', '22.2964767', 'global_marketing_office_lat'),
(40, 'Marketing Office Long', '114.1737012', 'global_marketing_office_long'),
(41, 'Account Name', 'Smartpower Automation Pvt Ltd', 'global_account_name'),
(42, 'Bank Name', 'State Bank Of India', 'global_bank_name'),
(43, 'IFSC', 'SBIN0000180', 'global_ifsc_code'),
(44, 'Account No', '34951635992', 'global_account_no'),
(45, 'Branch Name', 'SHAMBAZAR', 'global_branch_name'),
(46, 'Bank Code', '00180', 'global_bank_code'),
(47, 'MICR No', '700002092', 'global_micr_no'),
(48, 'Sales Kolkata', '09831629407', 'global_sales_kolkata'),
(49, 'Sales India', '09831021270', 'global_sales_india'),
(50, 'Service Kolkata', '09831155801', 'global_service_kolkata'),
(51, 'Inner Page Banner', 'global_inner_page_banner_846.jpg', 'global_inner_page_banner'),
(52, 'Toll free No.', '8100-400-200', 'global_toll_free_no'),
(53, 'Google Plus', 'https://plus.google.com/u/0/110692986302891106079', 'global_google_plus_url'),
(54, 'LinkedIn', 'https://www.linkedin.com/company/smartpower-automation', 'global_linkedin_url');

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

--
-- Table structure for table `meta_table`
--

CREATE TABLE `meta_table` (
  `id` int(11) NOT NULL,
  `page` varchar(255) NOT NULL,
  `page_title` varchar(255) NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_description` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_tags` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `meta_table`
--

INSERT INTO `meta_table` (`id`, `page`, `page_title`, `meta_title`, `meta_description`, `meta_keywords`, `meta_tags`) VALUES
(1, 'home', 'Door Automation | Gate Automation | Window Automation | UPVC Tools', 'Door Automation | Gate Automation | Window automation', 'SmartPower provides the best parking fee solutions, affordable door, window, Auto sensor door, UPVC Products &amp; gate automation of best quality products. Call Us', 'Door Automation, Gate Automation, Parking FEE Solutions, Windows automation, Auto revolving door, Auto sensor door, Automatic Door Specialists, Automatic bollards, Barrier gate dealer, Boom barrier gate, Boom barrier manufacturers, Car sticker entrance so', 'Door Automation, Gate Automation, Parking FEE Solutions, Windows automation, Auto sensor door'),
(2, 'about', 'About Smartpower Automation | Automatic door and gate | Toll managements', 'Automatic Door Specialists | Gate automation specialists', 'Smartpower is providing quality Automation products like Automatic door and gate, Toll managements, Automated sliding gates etc.  for more than 25 years.', 'Automatic door and gate, Toll managements, Automated sliding gates', 'Rajiv K Poddar,Radio Physics &amp; electronics,Webel,Tata'),
(3, 'download', 'Download Brochure for Windows &amp; doors automation | Automatic bollards', 'Download Brochure. Door, Gate Automation Product -Smartpower', 'Download Brochure for all automation products from smartpower like Windows &amp; doors automation, Automatic bollards, Boom barrier manufacturers, Telescopic gate.', 'Windows and doors automation, Automatic bollards, Boom barrier manufacturers, Telescopic gate', ''),
(4, 'clients', 'Smartpower clients', 'Smartpower has a range of clients base from industry,real estate,hospitals,amusement parks,airports', '', 'tata,siemens,schneider,larsen &amp; toubro,bsnl,nalco,ongc,airport,fort william,', ''),
(5, 'contact', 'Contact us for Automation Products like Door &amp; Windows Automation', 'Contact Us - Smartpower Automation', 'Get in touch with Smartpower Automation through phone, Email or a form. Contact us for any automation products like door automation, windows automation etc...', 'windows automation, Auto revolving door, doors automation', 'merlin homeland,smartpower,smartpower home,smartpower automation'),
(6, 'career', 'Careers | Jobs Opportunities for your Career Growth | Smartpower Automation', 'Smartpower Careers | Jobs Opportunities for your Career Growth', 'Students &amp; Graduates Jobs @ Kolkata. Kick start your career with Smartpower! Explore the limitless opportunities. Welcome to Smartpower - Automation Expert', 'Jobs in Automation Industry, Smartpower Careers, Automation Jobs, Mechanical Jobs, Jobs in Kolkata, Automation jobs in kolkata,', 'core industry|smartpower|Automation industry'),
(7, 'thankyou', 'Thank You | Smartpower Automation', 'Smartpower Automation', '', '', ''),
(8, 'blog', 'Automation blog by Smartpower | Manufacturer of automation products', 'Pioneer in Door Automation|Gate automation|window automation|parking fee management|rfid entrance solutions', 'Read our Automation Blog to stay informed on the latest trends in the Industry from India\'s leading manufacturer, supplier and exporter of automation products.', 'Automation blog, automation products manufacturer, Automatic bollards', '');

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

--
-- Table structure for table `news`
--

CREATE TABLE `news` (
  `id` int(11) NOT NULL,
  `news` text NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `product`
--

CREATE TABLE `product` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `sub_category_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `slug` varchar(255) NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keyword` varchar(255) NOT NULL,
  `meta_description` varchar(255) NOT NULL,
  `oem_price` float(10,2) NOT NULL,
  `dealer_price` float(10,2) NOT NULL,
  `mrp` float(10,2) NOT NULL,
  `facebook` text NOT NULL,
  `youtube` text NOT NULL,
  `main_image` varchar(255) NOT NULL,
  `sub_image` varchar(255) NOT NULL,
  `e_catalouge` varchar(255) DEFAULT NULL,
  `technical_manual` varchar(255) DEFAULT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `show_order` int(11) NOT NULL,
  `added_by` int(11) NOT NULL,
  `post_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `product`
--

INSERT INTO `product` (`id`, `category_id`, `sub_category_id`, `name`, `description`, `slug`, `meta_title`, `meta_keyword`, `meta_description`, `oem_price`, `dealer_price`, `mrp`, `facebook`, `youtube`, `main_image`, `sub_image`, `e_catalouge`, `technical_manual`, `status`, `show_order`, `added_by`, `post_date`, `modified_date`) VALUES
(7, 2, 6, 'Auto Sliding Sensor Door', '&lt;p&gt;&lt;strong&gt;Auto Sensor Door&lt;/strong&gt; are also called&lt;strong&gt; Airport Door&lt;/strong&gt;, commonly used in shopping malls, office, hospitals etc. It is &lt;strong&gt;IR sensor operated door&lt;/strong&gt;, when people approaches the door, it automatically open and closes. Normally it is 4.2 meter wide door in 4 parts or 1 meter each ( two fixed panels and two moving panels) and gives clear opening os 2 meter. Wider&lt;strong&gt; Auto GLASS SENSOR DOOR&lt;/strong&gt; are also available in market.&lt;/p&gt;\r\n\r\n&lt;p&gt;There are various types of Auto Sensor Door available -&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Sliding Sensor Door&lt;/p&gt;\r\n\r\n&lt;p&gt;2) Swing Sensor Door&lt;/p&gt;\r\n\r\n&lt;p&gt;3) Revolving Sensor Door&lt;/p&gt;\r\n\r\n&lt;p&gt;4) Telescopic Sensor door&lt;/p&gt;', 'glass-sensor-door|auto sensor door', 'sensor door|airport door|glass sensor door', 'auto revolving door,auto sensor door,glass sensor door,telescopic door,hospital door, hermitically sealed door,auto swing door,airport door,shopping mall door', 'Auto Glass Sensor Door is mainly used in airport,malls,offices, hospitals to prevent air condition loss and also to give high speed opening and closing solution for doors', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=sPSnB4A0dEM&amp;list=PLnkxkhMPoKnMH61p7TQ2y4EQGcp2Tb6_J&amp;index=4', 'glass-sensor-door-1-630.jpg', 'glass-sensor-door-1-6301.jpg', 'sensor-door-gsd-200-5-223.pdf', 'Glass-Sensor-Door-SP-ACM-GD-200-5-Manual-321.pdf', 'Active', 1, 1, '2016-06-04 11:30:10', '2020-10-21 10:27:54'),
(8, 2, 6, 'Swing Door Motor SW 200', '&lt;p&gt;&lt;strong&gt;Auto Swing Door &lt;/strong&gt;are mainly used in Offices, corridors of Hospitals, schools etc. It is mainly used where there is a lack of sliding space. these Motors can be actuated by motion sensors, hand scanners,remote controllers or ordinary switch.&lt;/p&gt;\r\n\r\n&lt;p&gt;Single Leaf and Double Leaf models are available.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Applications: Can be used where the user does not want to physically touch the door for opening, or close it immediately when opened. For example, it can be used in washrooms/malls/executive offices, etc. There is a provision of remote locking - user can lock or unlock the door with a remote.&amp;nbsp;&lt;/p&gt;', 'auto-swing-door|swing door motor', 'swing door|hospital door|auto glass door', 'auto revolving door,auto sensor door,glass sensor door,telescopic door,hospital door, hermitically sealed door,auto swing door,airport door,shopping mall door', 'Auto Swing Door operator are mainly used in office, hospitals etc. Motion sensor or hand scanner are used to sense people movement and it opens the door 90 degree.', 0.00, 0.00, 0.00, '', 'https://youtu.be/2_WlqNQd5Rs', 'product_main_image_603.jpg', 'sw-200-89.jpg', 'Swing-door-SW-200-484.pdf', 'SWING-DOOR-SW200-606.pdf', 'Active', 2, 1, '2016-06-08 07:18:59', '2022-04-07 13:05:05'),
(9, 2, 6, 'Revolving Sensor Door', '&lt;p&gt;&lt;strong&gt;Auto Revolving Door&lt;/strong&gt; are mainly used in Shoppimg Malls, Hotels and offices. Ordinary &lt;strong&gt;glass sensor door&lt;/strong&gt; cannot maintain 100% isolation between inside and outside air, which&amp;nbsp;result in huge air conditon loss in summer or heat loss during winter.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Revolving doors&lt;/strong&gt; provide full isolation between inside and outside of a building door. They are available in 3 or 4 wings model. At a time only 2 wings are open to outside and hence isolation is maintained.&lt;/p&gt;\r\n\r\n&lt;p&gt;Its structure is made on stainless steel or aluminum, the normal door diameter is .6 ~ 3 Meter diameter and &amp;nbsp;2.2 Meter height with&amp;nbsp;300mm canopy. It also has &amp;nbsp;German SEC Motor with Panasonic controller European Sensors Heavy duty 24 hr x 365 days operation Available in 3 / 4 wings Aluminum &amp;amp; SS#304 frame with Toughen Glass.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;/ckfinder/userfiles/files/Revolving-Sensor-Door-sketch.png&quot; style=&quot;height:327px; width:300px&quot; /&gt;&lt;/p&gt;', 'revolving-sensor-door', 'revolving door|auto door|hotel door|glass sensor door', 'auto revolving door,auto sensor door,glass sensor door,telescopic door,hospital door, hermitically sealed door,auto swing door,airport door,shopping mall door', 'Auto Revolving Door are 100% air tight and used in entrance of sopping mall, hotels, offices etc.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=R7QnAYeZGwc', 'revolving-door-1-726.jpg', 'revolving-door-1-7261.jpg', 'Revolving-door-353.pdf', '', 'Active', 3, 1, '2016-06-10 06:29:08', '2019-08-04 08:11:41'),
(10, 2, 14, 'Rolling Door Central Motors Up to 150 Sq Ft Door', '&lt;p&gt;Central Motors are used in Rolling Shutters upto 200 sq feet. It can be operated by remote control and ordinary switch. During power fail, it allows to operate the rolling by hand.&lt;/p&gt;\r\n\r\n&lt;p&gt;Fitted at the Center of Spring System Suitable for up to 280 Kg Rolling Door Manual Operation on Power Fail Clutch Key for Locking (Optional) 100% safety due to Spring System Re-mote Control (Optional).&lt;/p&gt;', 'rolling-door-central-motors-up-to-150-sq-ft-door', 'Rolling Door | Central Motor | Rolling Shutter Operator', 'central motor,rolling shutter motor,motorized door', 'Central Motor Operator are used in medium duty rolling shutters up to 150 Sq feet. The rolling shutters can be operated by hand during power fail', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/user/smartpowerautogates', 'product_main_image_312.png', 'Rolling-shutter-central-mot-117.jpg', 'ROLLING-SHUTTER-central-motor-977.pdf', 'Central-Motor-229.pdf', 'Active', 1, 1, '2016-06-10 07:09:40', '2019-08-04 08:12:11'),
(13, 2, 6, 'Hospital Sensor', '&lt;p&gt;hermetically sealed auto Hospital Doors used in Operation Theatres. It allows to maintain clear air in&amp;nbsp;Operation Theatres. When the doctor to operation inside the door is locked, when the doctors wants to go out, they can open the door with foot sensor.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;It is made of stainless steel / aluminum &amp;nbsp;hermiatically sealed &amp;nbsp;door.&lt;/p&gt;', 'hospital-sensor', 'hospital door|hermetically sealed door|sensor door', 'auto revolving door,auto sensor door,glass sensor door,telescopic door,hospital door, hermitically sealed door,auto swing door,airport door,shopping mall door', 'Auto Hospital Doors are hermetically sealed and used in operation theatres to maintain pure air', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=xeWmFCiXGWs&amp;index=3&amp;list=PLnkxkhMPoKnMH61p7TQ2y4EQGcp2Tb6_J', 'product_main_image_543.jpg', 'Hermetic-Hospital-Door-Single-Leaf-343.jpg', 'hospital-door-627.pdf', '', 'Active', 4, 1, '2016-06-11 11:31:56', '2019-08-04 08:11:54'),
(14, 2, 6, 'Telescopic Glass Sensor Door', '&lt;p&gt;Telescopic Auto Door used where large opening are needed. &amp;nbsp;It can provide 66% openings, whereas ordinary glass sensor door provide less than 505 openings. It is made of dual track system&lt;/p&gt;\r\n\r\n&lt;p&gt;There are various types of Auto Sensor Door available -&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Sliding Sensor Door&lt;/p&gt;\r\n\r\n&lt;p&gt;2) Swing Sensor Door&lt;/p&gt;\r\n\r\n&lt;p&gt;3) Revolving Sensor Door&lt;/p&gt;\r\n\r\n&lt;p&gt;4) Telescopic Sensor door&lt;/p&gt;', 'telescopic-glass-sensor-door', 'Telescopic Glass Sensor Door - Smartpower Automation', 'auto revolving door,auto sensor door,glass sensor door,telescopic door,hospital door, hermitically sealed door,auto swing door,airport door,shopping mall door', 'Telescopic Auto Sensor Door are used where large openings are needed. It can provide 65% openings , whereas ordinary auto sensor door can provide less than 50% openings', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://youtu.be/LW8-0uPGAJo', 'product_main_image_960.jpg', 'hh220b-82.jpg', 'P36-Auto-Glass-telescopic-Door-949.jpg', '', 'Active', 5, 1, '2016-06-11 11:34:42', '2022-04-07 13:06:50'),
(15, 2, 14, 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', '&lt;p&gt;&lt;strong&gt;Side Motors &lt;/strong&gt;are used in heavy duty rolling shutters upto 1500 sq feet. There are two type os side motors. they can operate with remote control and electric switch. During power fail chains are used to open the door.&lt;/p&gt;\r\n\r\n&lt;p&gt;A) Chain type - are commonly used in all rolling suhtters motorization purpose.&lt;/p&gt;\r\n\r\n&lt;p&gt;B ) Gear type - are more reliable but not flexible in practical applications.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'rolling-door -side-motor-up-to-1000-sq-feet-doors', 'side motor|rolling door|rolling shutter operator', 'Auto Rolling  Shutter, central motor,rolling shutter motor,motorized door,Auto Rolling door,Remote rolling shutter,Motorized shutter,Sectional Door,PVC Rolling Shutter PVC Door,High Speed Door,side motor,tubular motor', 'Side Motor operators are used in heavy duty rolling shutters up to 1000 sq feet. It can be operated by chain during power fail', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=OPIZ2--ugYA&amp;index=3&amp;list=PLnkxkhMPoKnMXNRdBTK1ykZUnDLROYG8-', 'product_main_image_858.jpg', 'product_main_image_8581.jpg', 'ROLLING-SHUTTER-side-motor-304.pdf', 'AUTO-Rolling-Door-Heavy-Duty--Technical-Manual-618.pdf', 'Active', 2, 1, '2016-06-11 11:44:29', '2019-08-04 08:12:29'),
(17, 2, 14, 'Auto Rolling Door Transparent PVC', '&lt;p&gt;Transparent PVC rolling doors are mainly used in shopping malls to display goods 24 hr x 365 days. It is made of PVC slats of size say 300mm x 100 mm each, which are joined through stainless steel pipes.&amp;nbsp;&lt;/p&gt;', 'auto-rolling-door-transparent-pvc', 'transparent door|auto door|pvc rolling door', 'Auto Rolling  Shutter, central motor,rolling shutter motor,motorized door,Auto Rolling door,Remote rolling shutter,Motorized shutter,Sectional Door,PVC Rolling Shutter PVC Door,High Speed Door,side motor,tubular motor', 'Transparent Rolling Door are made of PVC slats and widely used in shopping mall and showrooms to display goods.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://youtu.be/nKjZCH7hXu4', '705-22.jpg', 'product_main_image_8811.jpg', 'PVC-shutter-270.pdf', '', 'Active', 3, 1, '2016-06-16 14:39:08', '2019-08-04 08:12:46'),
(18, 2, 14, 'Rolling Door - Tubulor Motors up to 75 Sq feet door', '&lt;p&gt;Tubulor Motors are used in small size rolling shutters up to 100 sq feet. It removes traditional spring system and uses a 80 mm hollow pipe. The motor is inserted in the 80 mm pipe and can be operated by a remote or switch.&lt;/p&gt;\r\n\r\n&lt;p&gt;During power fail, hand crank or chain is used to open the door.&lt;/p&gt;\r\n\r\n&lt;p&gt;Why tubulor motors are preferred over heavy duty motors -&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The tubulor motor is invisible. That is because it is fitted inside the pipe on which the shutter rolls. Tubulor motors are not heavy duty motors, they are suitable for light weight operation. Mainly designed for domestic use, where asthetics and noiseless operation is a must. Auto locking, and all other features that are available for the heavy duty motor are also available for the tubulor motor.&amp;nbsp;&lt;/p&gt;', 'rolling-door-tubulor-motors-up-to-75-sq-feet-door', 'tubular motor|rolling door|rolling shutter operator', 'Auto Rolling  Shutter, central motor,rolling shutter motor,motorized door,Auto Rolling door,Remote rolling shutter,Motorized shutter,Sectional Door,PVC Rolling Shutter PVC Door,High Speed Door,side motor,tubular motor', 'Tubular Motors are used in light duty rolling shutters up to 100 sq feet. The Motor is fitted inside a 80 mm hollow pipe and spring mechanism of rolling door is not needed.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=7aECdu50WB8&amp;list=PLnkxkhMPoKnMXNRdBTK1ykZUnDLROYG8-&amp;index=2', 'tubulor-motor-block-dia-621.jpg', 'tubulor-motor-block-dia-6211.jpg', 'S04-Auto-Rolling-Door-light-duty-119.pdf', 'Tubulor-Motor-92-with-chain-311.pdf', 'Active', 4, 1, '2016-06-16 14:41:08', '2019-07-24 13:24:30'),
(19, 2, 14, 'Auto Rolling Door High Speed PVC', '&lt;p&gt;Hogh speed PVC auto rolling doors are mainly used in Food, paint, phrama etc industry. These are used in a pair to maintain clean air. These door can open and close in less than 5 sec. It is operated by high speed motors.&amp;nbsp;&lt;/p&gt;', 'auto-rolling-door-high-speed-pvc', 'high speed rolling door|auto rolling door', '', 'High Speed PVC auto rolling door are used in food, pharma, paint industry. Normally 1 pair of such doors are used to prevent air leakage and maintain clean air', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', '', 'product_main_image_926.gif', 'p299-159.jpg', 'roller-shutter-polycarbonate-slat-217.pdf', '', 'Active', 5, 1, '2016-06-16 14:42:36', '2019-07-25 06:52:43'),
(21, 3, 7, 'Boom Barriers SP BB  100 6M4S', '&lt;p&gt;Barrier Gate are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;Model SP BB 100 Series has two type&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;SP BB 100 6M4S&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;SP BB 100 6M4S LED&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Its Boom arm can be upto 6&amp;nbsp;meter wide and can Open and Close in 4 sec.&lt;/p&gt;\r\n\r\n&lt;p&gt;It is waterproof,IP 55 for outdoor use.&lt;/p&gt;\r\n\r\n&lt;p&gt;Many models like Straight Arm, Fencing arm, Folding arm etc are available. These Barrier gates are fully compatible with Access Control systems.&lt;/p&gt;', 'Boom-barrier', 'barrier gate|boom barrier|automatic barrier|toll gate', 'Boom Barrier,automatic barrier,barrier gate,barrier gate,barrier gate dealer,barrier gate manufacturer,boom barrier,boom barrier gate,boom barrier manufacturers,boom barrier price,boom barriers,automatic barrier,automatic barrier dealers,traffic barrier m', 'Barrier Gate are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc. Its Boom arm can be upto 8 meter wide and can Open and Close in 1 to 8 sec. It is waterproof,IP 55 for outdoor use. Many models like Straight Arm, Fencing arm', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://youtu.be/6mGftt4pV5I', 'SP-BB-100-6M4S-734.jpg', 'SP-BB-100-6m4s-inside-923.JPG', 'Barrier-gate-BB-100-722.pdf', 'S006-Barrier-SP-BB-100-6M4S-394.pdf', 'Active', 1, 1, '2016-06-16 14:48:58', '2020-10-21 10:34:44'),
(22, 1, 3, 'Motorised Retractable Gates', '&lt;p&gt;Retractable gates are also called collapsible gates, they are mainly used where large openings are needed. It is made of stainless steel or aluminum. It can give upuo 77% clear openings. the normal height of these gates are 1~2 meters. the standrad height is 1.6 meters.&lt;/p&gt;\r\n\r\n&lt;p&gt;The motors speed is 15 Mt / min Open Time .&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;They are used as movable remote controlled fencing options. Can be used to cover up or surround a large area in a very short time. The broad build makes it difficult to cross or tamper with. They are available in two types - with or without rail lines. Depending on the customer&amp;#39;s&amp;nbsp;requirement. The Stainless steel bodies provide strength and integrity for outdoor operations. Retractable gates can be fitted with Alarm lights or sound - so that people around are alerted while the gate is in operation.&lt;/p&gt;', 'motorised-retractable-gates', 'retractable gate|motorized gate|collapsible gates|china gate', 'Motorised Retractable Gates,Retractable gates,motorized gate,folding gate,china gate,telescopic gate', 'Retractable auto sliding gates are used in shopping malls,housing complex, industry, parking entrance etc where large openings are needed. It can provide 75% openings and look elegant', 0.00, 0.00, 0.00, '', 'https://www.youtube.com/watch?v=UcfOUtGQM18&amp;list=PLnkxkhMPoKnPOVagMtnAz_VVzeJZVWWEz&amp;index=10', 'SP-RGS-S-1717-1-478.jpg', 'SP-RGS-S-1717-1-4781.jpg', 'SP-RGS-S-1717-1-478.pdf', 'Retractable-Gate-Manual-291.pdf', 'Active', 1, 1, '2016-06-16 14:52:21', '2022-04-07 12:28:20'),
(23, 4, 0, 'Motorised Curtains', '&lt;p&gt;Motorised Curtain up to 20 feet Can Operate with Remote + Switch + Manual Operation Automatic Operation on Hands touch Automatic Limit Switch available Special silent operation&lt;/p&gt;', 'motorised-curtains', 'Curtain Motor | Motorised Curtain | Automatic Curtain System', 'Motorised Curtains, Motorised Blinds, Motorised Anwings', 'Motorised curtains are used in home, offices etc. It can be up to 20 meters wide &amp; can be operated by remote, switch and hand.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=NkGc44UdQuE&amp;list=PLnkxkhMPoKnP2Sj800i7QoW4H6lfc_Ta6&amp;index=2', 'topmotorisedcurtainsystemwithhighquality-249.jpg', 'product_main_image_9241.jpg', 'Curtain-Motors--VENITIAN-BLINDS-849.pdf', '', 'Active', 1, 1, '2016-06-16 15:01:56', '2019-08-04 08:15:54'),
(24, 4, 0, 'Motorised Blinds', '&lt;p&gt;Motorized Roller Blinds (Vertical type)&lt;/p&gt;', 'motorised-blinds', 'Blinds Motor | Motorised Blinds | Curtain Operator', 'Motorised Curtains,Motorised Blinds,Motorised Anwings', 'Motorized blinds are used in home, offices, hospitals etc. It rolls up and down  the fabric  with remote or switch. It can be 10 meters wide and 10 meters height', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=ZbiSDvYjyMs&amp;list=PLnkxkhMPoKnP2Sj800i7QoW4H6lfc_Ta6&amp;index=1', 'product_main_image_752.jpg', 'roller-1-440.jpg', 'Curtain-Motors--VENITIAN-BLINDS-863.pdf', '', 'Active', 2, 1, '2016-06-16 15:08:49', '2019-08-04 08:16:07'),
(25, 1, 1, 'Sliding Gate Motor SP SWG 800B', '&lt;p&gt;&lt;strong&gt;Sliding Gate Operator&lt;/strong&gt; are specially designed Motors to operate Sliding Gates.It can be operated electrically and operated by switch, remote or any other access control system.&lt;/p&gt;\r\n\r\n&lt;p&gt;Its features are -&lt;/p&gt;\r\n\r\n&lt;p&gt;Gate weight 400~600 Kg&lt;/p&gt;\r\n\r\n&lt;p&gt;260 Watt / 20Nm&lt;/p&gt;\r\n\r\n&lt;p&gt;RF Remote controlled operated&lt;/p&gt;\r\n\r\n&lt;p&gt;Manual operation on power fail&lt;/p&gt;\r\n\r\n&lt;p&gt;Thermal Sensor protection&lt;/p&gt;\r\n\r\n&lt;p&gt;Safety Photo Sensor&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Anti rebound technology&lt;/p&gt;\r\n\r\n&lt;p&gt;15 meter / minute speed&lt;/p&gt;\r\n\r\n&lt;p&gt;Built in Gear Box&lt;/p&gt;\r\n\r\n&lt;p&gt;Mechanical Limit Swith&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Sliding gate operator', 'Sliding Gate Operator | Motorized Gate | Sliding Gate Opener', 'sliding gate motor,sliding gate operator,auto sliding gates,automated sliding gates,gate automation,motor for sliding gate,motorized gates,manual sliding gate,motorized sliding gate,security gate manufacturers,automatic door and gate,automatic gate,automa', 'Sliding Gate Motors are used to operate sliding gates. It can be operated by remote, switch, access control systems and also manually during power fail.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://youtu.be/1LIvh22ANUU', '800B-metal-1-724.jpg', '800B-metal-1-7241.jpg', 'Sliding-Gate-SP-SLG-482.pdf', 'Sliding-Gate-Operator-Manual-800KG-768.pdf', 'Active', 1, 1, '2016-06-18 18:12:53', '2022-04-07 11:59:09'),
(26, 1, 1, 'Sliding Gate Motor SP  SLG 5000', '&lt;p&gt;&lt;strong&gt;Sliding Gate Operator&lt;/strong&gt; are specially designed Motors to operate Sliding Gates.It can be operated electrically and operated by switch, remote or any other access control system.&lt;/p&gt;\r\n\r\n&lt;p&gt;Its features are -&lt;/p&gt;\r\n\r\n&lt;p&gt;Gate weight &amp;nbsp;3000~4000 Kg&lt;/p&gt;\r\n\r\n&lt;p&gt;RF Remote controlled operated&lt;/p&gt;\r\n\r\n&lt;p&gt;Manual operation on power fail&lt;/p&gt;\r\n\r\n&lt;p&gt;Thermal Sensor protection&lt;/p&gt;\r\n\r\n&lt;p&gt;Safety Photo Sensor&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Anti rebound technology&lt;/p&gt;\r\n\r\n&lt;p&gt;15 meter / minute speed&lt;/p&gt;\r\n\r\n&lt;p&gt;Built in Gear Box&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Sliding gate operator', 'Sliding Gate Operator|gate motor|heavy duty motor', 'sliding gate motor,sliding gate operator,auto sliding gates,automated sliding gates,gate automation,motor for sliding gate,motorized gates,manual sliding gate,motorized sliding gate,security gate manufacturers,automatic door and gate,automatic gate,automa', 'These Sliding Gate Motors are used to operate Heavy duty sliding gates up to 4000 kg. It can be operated by remote, switch, access control systems and also manually during power fail.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', '', 'Sliding-gate-motor-4000-main-955.jpg', 'Sliding-gate-motor-4000-main-9551.jpg', 'Sliding-Gate-SP-SLG-812.pdf', 'Sliding-Gate-Operator-4000-945.pdf', 'Active', 2, 1, '2016-06-18 18:21:25', '2022-04-07 12:02:43'),
(27, 1, 2, 'Swing Gate Motor SP SWG  350 (Arm)', '&lt;p&gt;&lt;strong&gt;Auto swing gate motors&lt;/strong&gt; have been prevalent in the west for the last decade and now it&amp;#39;s coming to India. Consists of two extended, synchronized, arms that are attached on the two flaps of your existing swing gate.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;ARM type Swing Gate Operators&lt;/strong&gt; are widely used in Gate Automation. Suitable for upto 350kg / 4&amp;nbsp;meter per leaf gates.&lt;/p&gt;', 'Swing gate operator', 'swing gate operator|gate motor|door operator', 'Swing gate operator,Swing gate motor,motorized swing gate,swing gate motor,swing gate operator,ditec operator,auto swing gate,arm type motor,pillar type motor,roller type motor', 'Swing Gate Operators are used to operate swing gates by remote, switch etc. Arm type motors are highly efficient and suitable for 3 meter wide 300 kg wide gates  per leaf.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/watch?v=euGV4wBE_Mg', 'Swing-gate-motor-SP-ACM-SD-350-Arm-140.jpg', 'Swing-gate-motor-SP-ACM-SD-350-Arm-1401.jpg', 'Swing-Gate-SP-SWG-292.pdf', 'swing-gate-opener-Motor-SP-SWG-ARM-350-698.pdf', 'Active', 1, 1, '2016-06-18 18:56:21', '2022-04-07 12:22:09'),
(28, 1, 2, 'Swing Gate Motor SP  SWG 500 (ARM)', '&lt;p&gt;&lt;strong&gt;ARM TYPE Swing Gate Operators&lt;/strong&gt; are widely used in Gate Automation. Suitable for upto 500kg / 5&amp;nbsp;meter per leaf gates. These Swing Gate Motors are elegant designed and can take bigger load. They are IP55 protected for outdoor use. Both AC and DC motor models are available.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Swing gate operator', 'swing gate operator|gate motor|door operator|pillar type motor', 'swing gate motor,swing gate operator,ditec operator,auto swing gate,arm type motor,pillar type motor,roller type motor', 'Pillar type Swing Gate Operators are used to operate swing gates by remote, switch etc. Pillar type motors are heavy duty and suitable for 5 meter wide 500 kg wide gates  per leaf.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/watch?v=xa2zGEQODY0', 'Swing-gate-motor-SP-ACM-SD-500-Arm-950.jpg', 'Swing-Gate-NALCO-260.jpg', 'Swing-Gate-SP-SWG-266.pdf', 'S020C-220V-Swing-Gate-Motor-Italian-Controller-411.pdf', 'Active', 2, 1, '2016-06-18 18:59:55', '2022-04-07 12:24:33'),
(29, 1, 2, 'Swing Gate Motor SP  SWG 500 (Roller)', '&lt;p&gt;&lt;strong&gt;Roller Swing Gate Motors &lt;/strong&gt;are used where the gate width is wider (upto 5 meter and 500 kg load per leaf). It is easy to install.&lt;/p&gt;', 'Swing gate operator', 'swing gate operator|gate motor|door operator|roller motor', 'swing gate motor,swing gate operator,ditec operator,auto swing gate,arm type motor,pillar type motor,roller type motor', 'Roller type Swing Gate Operators are used to operate swing gates by remote, switch etc. roller type motors are heavy duty and suitable for 10 meter wide 500 kg wide gates  per leaf.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/watch?v=4H1gpOyMfuM', 'product_main_image_386.jpg', 'RL1350-AP-3-330.jpg', 'SWING--GATE-SP-SWG-997.pdf', 'Swing-Gate-roller-type-373.pdf', 'Active', 3, 1, '2016-06-18 19:01:43', '2020-10-21 10:18:43'),
(30, 1, 15, 'Turnstile - Vertical (Tripod)', '&lt;p&gt;&lt;strong&gt;Tripod Turnstile&lt;/strong&gt; - Systems used to control pedestrian flow and monitor attendance. It is widely used in factories, amusement parks, offices, colleges etc. It is made on Stainless Steel #304 ( MS models are also available).&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Features&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Bi Directional (uni Directional also possible)&lt;/p&gt;\r\n\r\n&lt;p&gt;Compatible with RFID readers &amp;amp; access control&lt;/p&gt;\r\n\r\n&lt;p&gt;Passenger count 35 per minute&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic (with Drop Arm) &amp;amp; Manual models available&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Turnstile', 'turnstile|half height turnstile|tripod turnstile', 'Turnstile,turnstile manufacturers,tripod turnstile,full height turnstile,turnstile gate,flap barrier,metro gate,subway gate,toll gate', 'Tripod Turnstile are mainly used to regulate visitor entry one by one. It is mainly used in Industry, offices, parks,hospitals  etc where crowd control is needed.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/user/smartpowerautogates', 'Tripod-Turnstile-SPTST-112-base-dimension-714.jpg', 'Tripod-Turnstile-SPTST-112-base-dimension-7141.jpg', 'TRIPOD-TURNSTILE-708.pdf', 'tripod--turnstile-vertical-820.pdf', 'Active', 1, 1, '2016-06-18 19:06:18', '2019-08-04 08:09:54'),
(31, 1, 15, 'Turnstile - Bridge (Tripod)', '&lt;p&gt;&lt;strong&gt;Tripod Turnstile&lt;/strong&gt; - Bridge Systems used to control pedestrian flow and monitor attendance. Bridge type structure is more stronger than Tripod type.&lt;/p&gt;\r\n\r\n&lt;p&gt;It is widely used in factories, amusement parks, offices, colleges etc. It is made on Stainless Steel #304 ( MS models are also available).&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Features&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Bi Directional (uni Directional also possible)&lt;/p&gt;\r\n\r\n&lt;p&gt;Compatible with RFID readers &amp;amp; access control&lt;/p&gt;\r\n\r\n&lt;p&gt;Passenger count 35 per minute&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic (with Drop Arm) &amp;amp; Manual models available&lt;/p&gt;', 'Turnstile', 'turnstile|half height turnstile|tripod turnstile|bridge turnstile', 'Turnstile,turnstile manufacturers,tripod turnstile,full height turnstile,turnstile gate,flap barrier,metro gate,subway gate,toll gate', 'Bridge Turnstile are mainly used to regulate visitor entry one by one. It is mainly used in Industry, offices, parks,hospitals  etc where crowd control is needed.', 0.00, 0.00, 0.00, '', '', 'Smartpower-Tripod-Turnstile-SPTST-112-800.jpg', 'Smartpower-Tripod-Turnstile-SPTST-112-8001.jpg', 'TRIPOD-TURNSTILE-263.pdf', 'Tripod-Turnstile-bridge-459.pdf', 'Active', 2, 1, '2016-06-18 19:08:58', '2019-08-04 08:09:26'),
(32, 1, 15, 'Turnstile (Full Height)', '&lt;p&gt;&lt;strong&gt;Tripod Turnstile&amp;nbsp;(Full Height)&lt;/strong&gt; - Systems used to control pedestrian flow and monitor attendance. It is widely used in factoriesetc. It is made on Stainless Steel #304 ( MS models are also available). Full height turnstiles are mainly used in factories where workers cannot jump ordinary Tripod Turnstile to enter the premises. It is also used to protect carrying anything over head.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Features&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Bi Directional (uni Directional also possible)&lt;/p&gt;\r\n\r\n&lt;p&gt;Compatible with RFID readers &amp;amp; access control&lt;/p&gt;\r\n\r\n&lt;p&gt;Passenger count 35 per minute&lt;/p&gt;\r\n\r\n&lt;p&gt;Automatic &amp;amp; Manual models available&lt;/p&gt;', 'Turnstile', 'turnstile|full height turnstile|tripod turnstile', 'Turnstile,turnstile manufacturers,tripod turnstile,full height turnstile,turnstile gate,flap barrier,metro gate,subway gate,toll gate', 'Full HeightTurnstile are mainly used to regulate visitor entry one by one. It is mainly used in Industry, offices,hospitals  etc where crowd control is needed.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', '', 'Q01BD-02-228.jpg', 'Turnstile-Full-Height-1201.jpg', 'full-height-TURNSTILE-96.pdf', 'The-Full-Height-Turnstile-Manual-674.pdf', 'Active', 3, 1, '2016-06-18 19:10:29', '2022-04-07 13:08:47'),
(33, 1, 15, 'Flap Barrier', '&lt;p&gt;&lt;strong&gt;Flap Barriers&lt;/strong&gt; - are mainly used where passenger traffic is high, as&amp;nbsp;seen in&amp;nbsp;subways, exhibition grounds, and pedestrian entry gates.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;High speed system consisting of stainless steel body and acrylic flaps - meant to control pedestrian flow. Universal system - used globally. An input device triggers the flaps to open or close. The input device can be anything as per customer requirement - Finger print scanner, RFID card reader, Card dispenser, or coin dispenser. The flaps are integrated with safety sensors to prevent damage to the pedestrians as well as the system.&amp;nbsp;&lt;/p&gt;', 'Flap Barrier', 'flap barrier|subway gate|metro barrier gate|flap gate', 'Turnstile,turnstile manufacturers,tripod turnstile,full height turnstile,turnstile gate,flap barrier,metro gate,subway gate,toll gate', 'Flap Barrier Gates  are mainly used to regulate visitor entry one by one. It is mainly used in subway metro trains, offices,hospitals  etc where crowd control is needed. Its is high speed gate', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/watch?v=F1DbvWTP1jo', 'flap-barrier-235.jpg', 'flap-barrier-2351.jpg', 'flap-gates-896.pdf', 'Flap-gate-S154-batch-234.pdf', 'Active', 4, 1, '2016-06-18 19:12:22', '2020-10-21 10:22:32'),
(34, 3, 7, 'Boom Barriers SP BB 200(Fencing)', '&lt;p&gt;Boom Barriers - You probably have already seen these in toll gates, parking zones, and vehicle security checks.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Very efficient, high speed method of controlling traffic flow. This system consists of a long hollow rod like structure (called the boom) which acts as an obstruction for the vehicle, indicating it to stop. The other part of the system fixed to the RCC foundation on the ground is called the barrier. The barrier has a heavy duty motor fitted inside reinforced with springs. The Smartpower boom barrier is super easy to use, remote controlled, can be integrated with almost any security device (access control, RFID card reader, finger print scanner, etc)&amp;nbsp;. Mostly used with the Smartpower Parking management system.&amp;nbsp;&lt;/p&gt;', 'Boom Barrier', 'Automatic Barrier Gate | Fencing Boom Barrier | Toll gate', 'barrier gate,barrier gate dealer,barrier gate manufacturer,boom barrier,boom barrier gate,boom barrier manufacturers,boom barrier price,boom barriers,automatic barrier,automatic barrier dealers,traffic barrier manufacturers,traffic boom barrier dealers,bo', 'fencing Barrier Gate are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc. Its mainly used where people and animals entry is also restricted in addition to car and vehicles.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', '', 'DSC0728-588.jpeg', 'DSC0728-588.jpg', 'Barrier-gate-BB-200-13.pdf', 'Barrier-Gate-Manual-SB-BB-200-Fencing-Folding-233.pdf', 'Active', 2, 1, '2016-06-18 20:09:50', '2020-10-21 10:36:43'),
(35, 3, 7, 'Boom Barriers SP BB 200 (Folding)', '&lt;p&gt;Barrier Gate are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;Folding Barrier Gates are minly used where ceiling height is leass than 3 meters.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Boom Barrier', 'barrier gate|folding boom barrier|automatic barrier|toll gate', 'barrier gate,barrier gate dealer,barrier gate manufacturer,boom barrier,boom barrier gate,boom barrier manufacturers,boom barrier price,boom barriers,automatic barrier,automatic barrier dealers,traffic barrier manufacturers,traffic boom barrier dealers,bo', 'Folding Barrier Gate are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc. Its mainly used where ceiling height is less than 3 to 4 meters. Its Boom arm can be up to 5 meter wide and can Open and Close in 3 to 6 sec. These Ba', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', '', 'product_main_image_680.jpg', 'DSC0769-272.jpeg', 'Barrier-gate-BB-200-518.pdf', 'Barrier-Gate-Manual-SB-BB-200-Fencing-Folding-710.pdf', 'Active', 3, 1, '2016-06-18 20:11:17', '2020-10-21 10:37:39'),
(36, 3, 16, 'Parking Fee Management System (Wireless)', '&lt;p&gt;&lt;strong&gt;Wireless Parking Fee Management System&lt;/strong&gt; - is widely used in Shopping Malls, Bus Stand, Apartment complex,Airport, Railway Station, Public places etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;In this &lt;strong&gt;RFID card based Parking FEE Management System&amp;nbsp;&lt;/strong&gt;no wires are used between Entry &amp;amp; Exit Gates. Multiple Entry and exit Gates can be controlled by one software. Simple RFID reader is used at Entry Gate and POS system at Exit Gate, both are integrated with Boom Barrier.&amp;nbsp;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;The basic features are&lt;/p&gt;\r\n\r\n&lt;p&gt;a) Wireless System&lt;/p&gt;\r\n\r\n&lt;p&gt;b) Multiple Entry &amp;amp; Exit fully Integrated&lt;/p&gt;\r\n\r\n&lt;p&gt;c) Kioks Box with Card Dispensor at Entry &amp;amp; High speed printer with PC at EXIT&lt;/p&gt;\r\n\r\n&lt;p&gt;d) Multiple type of Vehicle allowed&lt;/p&gt;\r\n\r\n&lt;p&gt;e) reports of vechile wise / date wise / time wise / operator wise Fee collection&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Operation Principal&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;When the vehicle approaches the parking entry, the vehicle loop detector senses the vehicle and makes system ready, the drives PRESS the push button and takes RFID card from the kiosk. &amp;nbsp;At the same moment the speaker welcomes the driver and the barrier gate opens. After the vehicle enters, the barrier gate closed automatically.&lt;/p&gt;\r\n\r\n&lt;p&gt;At the Exit Gate the driver shows the card to the EXIT POS (Point of Sale) system. The POS ask for type of vehicle and its vehicle number. The Automatic system calculates the parking FEE, after the FEE is paid, the Barrier Gate Opens and allows the vehicle to exit. Finally the barrier gate closed automatically. &amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Parking Fee Management System (Wireless)', 'parking fee management system|wireless PMS solution', 'parking fee management system,Parking Management Software,car parking management system,electronic toll collection system, parking management system,parking solutions,toll collection system,total parking solutions, rfid parking management system dealers ,', 'Wireless Parking Fee Management System is an economy solution to collect parking Fee. No wires are used between Entry and Exit gates. Also Multiple entry and exit gates can be managed in a single software report.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=aW51imk2mko', 'PArking-Fee-Management-wirelsss-241.jpg', 'PArking-Fee-Management-wirelsss-2411.jpg', 'Wireleess-Parking-RFID-POS-380.pdf', '', 'Active', 1, 1, '2016-06-19 19:20:31', '2019-08-04 08:15:13'),
(37, 3, 16, 'Parking Fee Management System (Wired)', '&lt;p&gt;&lt;strong&gt;Parking Fee Management System&lt;/strong&gt; - is widely used in Shopping Malls, Bus Stand, Apartment complex,Airport, Railway Station, Public places etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;In this &lt;strong&gt;RFID card based Parking FEE Management System Cat 6&lt;/strong&gt;&amp;nbsp;wires are used between Entry &amp;amp; Exit Gates. Multiple Entry and exit Gates can be controlled by one software.&lt;/p&gt;\r\n\r\n&lt;p&gt;The basic features are&lt;/p&gt;\r\n\r\n&lt;p&gt;a) Photo Capture at Entry &amp;amp; Exit Gate&lt;/p&gt;\r\n\r\n&lt;p&gt;b) LED Display of parking fee &amp;amp; Vehicle count&lt;/p&gt;\r\n\r\n&lt;p&gt;c) Speaker system at Entry &amp;amp; Exit Gate&lt;/p&gt;\r\n\r\n&lt;p&gt;d) multiple Entry &amp;amp; Exit fully Integrated&lt;/p&gt;\r\n\r\n&lt;p&gt;e) Kioks Box with Card Dispensor at Entry &amp;amp; High speed printer with PC at EXIT&lt;/p&gt;\r\n\r\n&lt;p&gt;f) Multiple type of Vehicle allowed&lt;/p&gt;\r\n\r\n&lt;p&gt;g) reports of vechile wise / date wise / time wise / operator wise Fee collection&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Parking Fee Management System (Wired)', 'Parking Fee Management Systems | Parking fee Software', 'parking fee management system,Parking Management Software,car parking management system,electronic toll collection system, parking management system,parking solutions,toll collection system,total parking solutions, rfid parking management system dealers ,', 'Wired Parking Fee Management System is the most advanced Parking FEE collection system. It also captured photo and have LED display and speaker system', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=nWw5IwQsfPA', 'p235-964.jpg', 'IMG7704-2991-42.JPG', 'Parking-Fee-system-Wired-765.pdf', '', 'Active', 2, 1, '2016-06-19 19:25:34', '2019-07-26 13:02:09'),
(38, 6, 0, 'Video Door Phone 7&quot; Color with Memory', '&lt;h3&gt;&lt;strong&gt;&lt;a href=&quot;http://www.smartpower.co.in/video-door-phones&quot;&gt;Video Door Phone&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;is also caller Video Intercom system. It consist of two parts &amp;ndash;&lt;/h3&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Indoor Monitor &amp;ndash; &lt;/strong&gt;is a Video Screen monitoring system with TFT or LCD screen, speaker, microphone and SD memory (optional) etc.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Outdoor Station &lt;/strong&gt;&lt;strong&gt;&amp;ndash; &lt;/strong&gt;consist of a doorbell, speaker, microphone, camera with night vision facility etc.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n&lt;p&gt;&lt;strong&gt;Operation Principal&lt;/strong&gt; &amp;ndash; When the visitor comes at the entrance of a house or office or apartment etc, instead of normal calling bell, he PRESS a Doorbell on the, the ring bells in the Indoor monitor and picture of visitor is also visible on the video monitor. The person inside house / flat can see picture of visitor and can also talk. He can also OPEN the Door Lock by pressing button on Video Monitor. The Video Monitor also has SD Flash memory (Optional) so that, he can attach is separate CCTV camera (with Infra RED night vision camera) to the monitor and also can see what is happening in that area.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Apartment Video Door Phone&lt;/strong&gt; &amp;ndash; is mainly installed where no of flats are many, particularly in a high rise buildings. In such system Video monitors are installed in each flats but only 1 Outdoor station is fixed at the ground floor lobby of the house, generally outside the entrance.&lt;/p&gt;\r\n\r\n&lt;p&gt;When the visitor comes, he press the desired Flat no (code) in the outdoor station, the person inside the flat see the pictures and talks with visitor. After he is sure to meet the visitor, he opens the Door Lock at the entrance of Lobby. After the visitor reaches the desired flat, there is a 2nd Outdoor station (Optional), the visitor again press the bell and the function is repeated.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Wiring&lt;/strong&gt; &amp;ndash; There are various technologies to connect between Video monitor and Outdoor station.&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Wireless &lt;/strong&gt;&amp;ndash; In this system there are no wires between Monitor and outdoor station. The communication is vide 4.33 Ghz Wireless technology. But it is not reliable beyond 20~30 meters.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;2 Wire Technology&lt;/strong&gt; &amp;ndash; is also used but not popular.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;4 Wire Technology (also called NCX)&lt;/strong&gt; is most common technology used.&amp;nbsp; The 4 wires are&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;+12V DC&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Video&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Audio&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Cat 6&lt;/strong&gt; &amp;ndash; wires are slowly replacing 4 wire technology in the market, where all the Monitor and outdoor stations are connected through Cat 6 wire in TCP/IP network (also called LAN network). In latest Video Intercom System, the TFT monitor are replaced by Touch screen LCD screen and Android operating system is used, so that the system is connected in wifi / internet and can be controlled by cellphone also.&lt;/li&gt;\r\n&lt;/ol&gt;', 'Video Door Phone 7&quot; Color with Memory', 'Video Door Phone|Color VDP|Villa Phone|Video Intercom System', 'video door phone|color VDP|villa phone|video intercom system', 'Video Door Phones system is an video intercom between indoor monitor and outdoor station. The flat owner can see and talk with visitor and can open the door', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=MuypVcH8vtc&amp;index=5&amp;list=PLnkxkhMPoKnMntGQt8foNM7vgKt4x_K5i', 'product_main_image_286.png', 'Video-Door-Phone-Color-7-list-267.jpg', 'product_e_catalouge_834.jpg', '', 'Active', 1, 1, '2016-06-19 19:40:46', '2020-03-08 16:51:48'),
(39, 3, 8, 'Car Sticker Entrance System', '&lt;p&gt;&lt;strong&gt;UHD RFID Entrance Solutions&lt;/strong&gt; - are popular in housing complex, Industry etc&amp;nbsp;where many vechicles enter &amp;amp; exit in the complex&amp;nbsp;daily. In this system UHF RFID ( Ultra High Frequency&amp;nbsp;Radio frequency Identification) Cards / or Tags / or Stickers are pasted on the Vehicle wind screen. One UHF Reader is mounted at the Entry &amp;amp; Exit Gates. These readers can read the UHD Cards / stickers / tags from 10~12 meter distance&amp;nbsp;and OPENS the Gate. This system avoids physical verification of&amp;nbsp;registered vehicles&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'UHF RFID ENTRANCE SOLUTUION', 'UHF entrance solution|RFID gate automation|car sticker', 'UHF, RFID ENTRANCE SOLUTUION,rfid parking management system dealers,uhf reader,rfid reader', 'RFID car stickers are pasted on car windscreen, which are sensed by UHF readers from 10~12 meter  distance and opens the Gate. These systems are used in Apartments Housing complex', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=Pn4AB7NLeRE', 'uhf-reader-202.png', 'uhf-reader-202.jpg', 'UHF-RFID-sticker-solu-810.pdf', '', 'Active', 1, 1, '2016-06-29 12:51:04', '2020-02-12 06:46:46'),
(40, 6, 0, 'Video Door Phone (For  Apartments)', '&lt;p&gt;&lt;strong&gt;Apartment Video Door Phone&lt;/strong&gt; &amp;ndash; is mainly installed where no of flats are many, particularly in a high rise buildings. In such system Video monitors are installed in each flats but only 1 Outdoor station is fixed at the ground floor lobby of the house, generally outside the entrance.&lt;/p&gt;\r\n\r\n&lt;p&gt;When the visitor comes, he press the desired Flat no (code) in the outdoor station, the person inside the flat see the pictures and talks with visitor. After he is sure to meet the visitor, he opens the Door Lock at the entrance of Lobby. After the visitor reaches the desired flat, there is a 2nd Outdoor station (Optional), the visitor again press the bell and the function is repeated.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Wiring&lt;/strong&gt; &amp;ndash; There are various technologies to connect between Video monitor and Outdoor station.&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Wireless &lt;/strong&gt;&amp;ndash; In this system there are no wires between Monitor and outdoor station. The communication is vide 4.33 Ghz Wireless technology. But it is not reliable beyond 20~30 meters.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;2 Wire Technology&lt;/strong&gt; &amp;ndash; is also used but not popular.&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;4 Wire Technology (also called NCX)&lt;/strong&gt; is most common technology used.&amp;nbsp; The 4 wires are&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;+12V DC&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Video&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Audio&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Cat 6&lt;/strong&gt; &amp;ndash; wires are slowly replacing 4 wire technology in the market, where all the Monitor and outdoor stations are connected through Cat 6 wire in TCP/IP network (also called LAN network). In latest Video Intercom System, the TFT monitor are replaced by Touch screen LCD screen and Android operating system is used, so that the system is connected in wifi / internet and can be controlled by cellphone also.&lt;/li&gt;\r\n&lt;/ol&gt;', 'Video Door Phones for Apartments', 'video door phone|apartment video door phone|video intercom system', 'Video Door Phones for Apartments,Video Door phone,Color video door phone, Apartment door phone, Wifi video door phone, Wireless video door phone, Memory VDP Memory door phone', 'Apartment Video Door Phones are used in Housing Complex. Flat owners can see and talk with visitors and open the door.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=PoMcUf-E_2w&amp;list=PLnkxkhMPoKnMntGQt8foNM7vgKt4x_K5i&amp;index=4', 'APARTMENT-VDP-331.jpg', 'APARTMENT-VDP-3311.jpg', 'APARTMENT-VDP-331.pdf', '', 'Active', 2, 1, '2016-06-29 14:39:22', '2019-07-29 13:39:51');
INSERT INTO `product` (`id`, `category_id`, `sub_category_id`, `name`, `description`, `slug`, `meta_title`, `meta_keyword`, `meta_description`, `oem_price`, `dealer_price`, `mrp`, `facebook`, `youtube`, `main_image`, `sub_image`, `e_catalouge`, `technical_manual`, `status`, `show_order`, `added_by`, `post_date`, `modified_date`) VALUES
(41, 7, 13, 'PIR Motion Sensor (Ceiling mounted)', '&lt;p&gt;&lt;strong&gt;PIR Motions Sensor ( Pyro Electric Motions sensors&lt;/strong&gt;) senses&amp;nbsp;Infra Red heat sensor emitted from human body. When the human being moves on, the head waves emiited by their body changes the Infra Red wave gradient, this change is detected by the PIR Motion sensor (also called &lt;strong&gt;smart switch&lt;/strong&gt;) and activates a relay. This relay switches ON /&amp;nbsp;OFF a Light or FAN or Alarm etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;These sesnors also have&lt;strong&gt; builtin LUX( Luminance intensity of light) control&lt;/strong&gt; switch, according to which it works. The LUX sense can vary from 20 LUX( extreme dark) to 20000 Lux( bright sun light). The Smart switch can be operated as per the need. It can be set to Switch On light only after sunset and switch OFF light after sun rise.&lt;/p&gt;\r\n\r\n&lt;p&gt;These smart switch also have &lt;strong&gt;sensitivity parameter adjustment&lt;/strong&gt;, so that the relay is not operated by a moving rat or butterfly or cat. It is set in the manner so that a Dog of atleast 20 kg ( similar to the weight of a small child) is required to sense the relay.&lt;/p&gt;\r\n\r\n&lt;p&gt;PIR sensor can be of many types -&lt;/p&gt;\r\n\r\n&lt;p&gt;A) Wall Mounted PIR sensor - can sense from 12 meter distance in 120 degree angle.&lt;/p&gt;\r\n\r\n&lt;p&gt;B) Ceiling mounted PIR sensor - can sense from 3~4 meter in 360 degree 3 meter diameter.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;In addition to the above, water proof model, out door models etc are avaibale in variour size and l&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;', 'PIR Motion Sensor', 'PIR sensor|motion sensor|Pyro Electric infra red sensors', 'PIR Motion Sensor,PIR sensors,Smart switch', 'PIR Motion Sensor can sense IR based heat waves from human body movement. They are used in Staircase, lobby, toilet,balcony, ATM etc where the motion of the people is present.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=w3L3KTQV1oY', 'p121-125.jpg', 'HT1JGfqFTXaXXagOFbXO-829.jpg', 'p121-125.pdf', '', 'Active', 1, 1, '2016-06-29 14:56:54', '2016-08-27 18:47:02'),
(42, 7, 13, 'PIR Motion Sensor (Wall mounted)', '&lt;p&gt;&lt;strong&gt;PIR Motions Sensor ( Pyro Electric Motions sensors&lt;/strong&gt;) senses&amp;nbsp;Infra Red heat sensor emitted from human body. When the human being moves on, the head waves emiited by their body changes the Infra Red wave gradient, this change is detected by the PIR Motion sensor (also called &lt;strong&gt;smart switch&lt;/strong&gt;) and activates a relay. This relay switches ON /&amp;nbsp;OFF a Light or FAN or Alarm etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;These sesnors also have&lt;strong&gt; builtin LUX( Luminance intensity of light) control&lt;/strong&gt; switch, according to which it works. The LUX sense can vary from 20 LUX( extreme dark) to 20000 Lux( bright sun light). The Smart switch can be operated as per the need. It can be set to Switch On light only after sunset and switch OFF light after sun rise.&lt;/p&gt;\r\n\r\n&lt;p&gt;These smart switch also have &lt;strong&gt;sensitivity parameter adjustment&lt;/strong&gt;, so that the relay is not operated by a moving rat or butterfly or cat. It is set in the manner so that a Dog of atleast 20 kg ( similar to the weight of a small child) is required to sense the relay.&lt;/p&gt;\r\n\r\n&lt;p&gt;PIR sensor can be of many types -&lt;/p&gt;\r\n\r\n&lt;p&gt;A) Wall Mounted PIR sensor - can sense from 12 meter distance in 120 degree angle.&lt;/p&gt;\r\n\r\n&lt;p&gt;B) Ceiling mounted PIR sensor - can sense from 3~4 meter in 360 degree 3 meter diameter.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;In addition to the above, water proof model, out door models etc are avaibale in variour size and l&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'PIR Motion Sensor (Wall mounted)', 'PIR sensor|motion sensor|wall mounted sensor', 'PIR Motion Sensor (Wall mounted),PIR Motion Sensor,PIR sensors,Smart switch', 'PIR Motion Sensor can sense IR based heat waves from human body movement. They are used in Staircase, lobby, toilet,balcony, ATM etc where the motion of the people is present.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/watch?v=w3L3KTQV1oY', 'IS9E1-side-view-outdoor-110d-pir-sensor-454.jpg', 'PIR-Sensor-Detection-Area-624.jpg', 'IS9E1-side-view-outdoor-110d-pir-sensor-454.pdf', '', 'Active', 2, 1, '2016-06-29 14:58:59', '2016-08-27 18:47:12'),
(43, 7, 10, 'Biometric Attendance System', '&lt;p&gt;Biometric Attendance Systems are mainly used to maintain attendance of employee in an office. It is also used for other places as security access control device. Only people with registered thumb impression on the system are allowed access to secured places.&amp;nbsp;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Smartpower Access control systems allow various types of registration methods. There is face recognition, RFID card recognition, Finger print sensing, or password unlock. Everything built in one device. Operation is fast - the system detects and functions in a fraction of a second. Much shorter time delay as compared to any other product in the segment. For better results, integrate the smartpower access control system with the smart door lock in your office to create a zone of restricted and controlled access. Every individual gets verified and the data gets stored in the system for future use.&amp;nbsp;&lt;/p&gt;', 'Biometric Attendance System', 'Bio metric Attendance System|access control system', 'Biometric Attendance System,Biometric system,Access control system,Finger print reader,Attendance system,Face recognition system,RFID access control', 'Biometric Attendance System are used to maintain attendance of employee etc. They can also open the door after authentification', 0.00, 0.00, 0.00, '', '', 'Biometric-Attendance-System-230.jpg', 'p291-94.jpg', 'Attendence-acces-BIO--Face-707.jpg', '', 'Active', 1, 1, '2016-06-29 15:01:23', '2016-10-23 17:13:30'),
(44, 7, 11, 'CCTV Camera', '&lt;p&gt;&lt;strong&gt;CCTV &amp;amp; DVR SYSTEM&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;CCTV (Closed Circuit Television) means a system where something can be seen in television is a closed circuit (means in a specified area) not everything in the world where, anything can be broadcast over different channels.&lt;/p&gt;\r\n\r\n&lt;p&gt;With development of technology, people wanted to see more pictures in 1 TV screen, so a switcher was developed, which can show 4 pictures in TV one by one / or by QUAD switcher which can show all 4 pictures in 1 screen.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;CAMERA &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Indoor or Outdoor?&lt;/strong&gt;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Lighting conditions (during day and night)?&lt;/strong&gt;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Mounting locations?&lt;/strong&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Indoor Dome Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;The indoor dome camera is used in 90% of general indoor applications. It comes in a variety of configurations including standard color, Day/Night, and Infrared versions. It can be mounted on a horizontal or vertical surface but is typically ceiling mounted. Lens options on dome camera may restrict their use in certain applications such as requiring more than a 20mm video lens. Dome cameras are a primary choice in indoor camera locations.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Outdoor Dome Cameras &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Outdoor Dome Cameras are typically hard shell vandal-roof casings that offer the same versatility in a variety of lens options. Day/Night outdoor dome cameras are common in applications that have entry and exit points with limited lighting during the night.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Day/Night Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;The Day/Night camera is the best choice for low-light conditions. The cameras are standard color during daylight conditions, the Day/Night camera switches either digitally of mechanically to a low-lux B/W mode.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Infrared Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;During No-Light conditions, Infrared cameras provide infrared illumination of the FoF allowing monitoring of areas with no light available. Te IR LEDs are automatically illuminated and the camera switched to the B/W low-lux mode offering camera views in total darkness.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;PTZ Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Pan-Tilt-Zoom camera offer the ability to view in all directions and optically zoom in as required. PTZ cameras also include standard color, Day/Night modes, and a few IR PTZ cameras have been introduced recently. The CCTV operator can set the PTZ cameras to automatically rotate to different FoVs. Options include Auto-tracking applications that dynamically track objects in defined areas.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Digital Video Recorders &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;All Cameras are connected to Digital video recorder, where data is stored in Hard Disk Drive. The DVR output is finally connected to TV / PC Monitor etc.&amp;nbsp; The quality of picture on TV depends upon the resolution of DVR. DVR are also connected to MODEM through Cat 6 cable ( LAN network), and finally the pictures are transmitted to internet via MODEM. These pictures / video can be seen from anywhere in the world on cellphone / PC etc.&amp;nbsp;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'CCTV Camera', 'cctv camera|dome camera|ir camera|bullet camera|ip camera', 'CCTV Camera,CCTV camera,Dome camera,IR camera,CCTV DVR system,Bullet camera,Wall mounted camera', 'CCTV Camera are widely used in all public places, offices, houses etc to monitor the movement of people and objects.', 0.00, 0.00, 0.00, '', '', 'WALL-MOUNTED-CAMERA-966.jpg', 'WALL-MOUNTED-CAMERA-9661.jpg', 'WALL-MOUNTED-CAMERA-966.pdf', '', 'Active', 1, 1, '2016-06-29 15:07:03', '2017-04-12 11:19:18'),
(46, 7, 12, 'DIgital Video Recorder', '&lt;p&gt;&lt;strong&gt;CCTV &amp;amp; DVR SYSTEM&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;CCTV (Closed Circuit Television) means a system where something can be seen in television is a closed circuit (means in a specified area) not everything in the world where, anything can be broadcast over different channels.&lt;/p&gt;\r\n\r\n&lt;p&gt;With development of technology, people wanted to see more pictures in 1 TV screen, so a switcher was developed, which can show 4 pictures in TV one by one / or by QUAD switcher which can show all 4 pictures in 1 screen.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;CAMERA &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n	&lt;li&gt;&lt;strong&gt;Indoor or Outdoor?&lt;/strong&gt;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Lighting conditions (during day and night)?&lt;/strong&gt;&lt;/li&gt;\r\n	&lt;li&gt;&lt;strong&gt;Mounting locations?&lt;/strong&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Indoor Dome Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;The indoor dome camera is used in 90% of general indoor applications. It comes in a variety of configurations including standard color, Day/Night, and Infrared versions. It can be mounted on a horizontal or vertical surface but is typically ceiling mounted. Lens options on dome camera may restrict their use in certain applications such as requiring more than a 20mm video lens. Dome cameras are a primary choice in indoor camera locations.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Outdoor Dome Cameras &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Outdoor Dome Cameras are typically hard shell vandal-roof casings that offer the same versatility in a variety of lens options. Day/Night outdoor dome cameras are common in applications that have entry and exit points with limited lighting during the night.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Day/Night Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;The Day/Night camera is the best choice for low-light conditions. The cameras are standard color during daylight conditions, the Day/Night camera switches either digitally of mechanically to a low-lux B/W mode.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Infrared Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;During No-Light conditions, Infrared cameras provide infrared illumination of the FoF allowing monitoring of areas with no light available. Te IR LEDs are automatically illuminated and the camera switched to the B/W low-lux mode offering camera views in total darkness.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;PTZ Camera &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Pan-Tilt-Zoom camera offer the ability to view in all directions and optically zoom in as required. PTZ cameras also include standard color, Day/Night modes, and a few IR PTZ cameras have been introduced recently. The CCTV operator can set the PTZ cameras to automatically rotate to different FoVs. Options include Auto-tracking applications that dynamically track objects in defined areas.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Digital Video Recorders &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;All Cameras are connected to Digital video recorder, where data is stored in Hard Disk Drive. The DVR output is finally connected to TV / PC Monitor etc.&amp;nbsp; The quality of picture on TV depends upon the resolution of DVR. DVR are also connected to MODEM through Cat 6 cable ( LAN network), and finally the pictures are transmitted to internet via MODEM. These pictures / video can be seen from anywhere in the world on cellphone / PC etc.&amp;nbsp;&amp;nbsp;&lt;/p&gt;', 'DIgital Video Recorder', 'DVR System|digital video recorder|4 channel DVR', 'Digital Video Recorder,dvr,dvr system,DVR system 4 channel DVR,8 channel DVR,16 channel dvr', 'Digital Video Recorder are widely used in all public places, offices, houses etc to record monitor the movement of people and objects, captured by CCTV camera', 0.00, 0.00, 0.00, '', '', '4-CHANNEL-DVR-360.jpg', '16-CHANNEL-DVR-651.jpg', '4-CHANNEL-DVR-360.pdf', '', 'Active', 1, 1, '2016-06-29 15:10:41', '2016-11-29 21:16:58'),
(47, 15, 18, 'uPVC Windows Welding machines', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'uPVC Windows Welding machines', 'uPVC Windows Welding machines|window making machines', 'uPVC Windows Welding machines,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools,tools for uPVC window manufacturing,uPVC window manu', 'uPVC Windows Welding machines', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'uPVC-welding-machines-left-289.jpg', 'uPVC-welding-machines-217.jpg', 'uPVC-general-tools-1-877.jpg', '', 'Active', 1, 1, '2016-07-01 20:13:50', '2016-08-15 09:33:18'),
(48, 15, 18, 'uPVC Windows Welding machines - Right', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows Welding machines - Right', 'uPVC Windows Welding machines|window making machines', 'uPVC Windows Welding machines - Right,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufacturing, uPVC w', 'uPVC Windows Welding machines - Right', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'uPVC-welding-machines-right-604.jpg', 'uPVC-welding-machines-right-6041.jpg', 'uPVC-general-tools-1-837.jpg', '', 'Active', 2, 1, '2016-07-01 20:18:15', '2016-08-15 09:33:28'),
(49, 15, 19, 'uPVC Windows Corner cleaning tools - Pneumatic', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows cleaning tools', 'uPVC Windows cleaning machines|Pneumatic cleaning tools', 'uPVC Windows Corner cleaning tools - Pneumatic,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufacturin', 'uPVC Windows Corner cleaning tools - Pneumatic', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'SP-TL-PN-03-V-Corner-701.jpg', 'SP-TL-PN-03-V-Corner-7011.jpg', 'uPVC-Pheumatic-cleaning-tools-19.pdf', '', 'Active', 1, 1, '2016-07-01 20:39:19', '2019-07-28 07:31:47'),
(50, 15, 19, 'uPVC Windows Inner Corner cleaning tools - Pneumatic', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows cleaning tools', 'uPVC Windows cleaning machines|Pneumatic cleaning tools', 'uPVC Windows Inner Corner cleaning tools - Pneumatic,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufa', 'uPVC Windows Inner Corner cleaning tools - Pneumatic', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'SP-TL-PN-02-INNER-390.jpg', 'SP-TL-PN-02-INNER-3901.jpg', 'uPVC-Pheumatic-cleaning-tools-319.pdf', '', 'Active', 2, 1, '2016-07-01 20:42:44', '2019-07-28 07:32:45'),
(51, 15, 19, 'uPVC Windows Outer Corner cleaning tools - Pneumatic', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows cleaning tools', 'uPVC Windows cleaning machines|Pneumatic cleaning tools', 'uPVC Windows Outer Corner cleaning tools - Pneumatic,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufa', 'uPVC Windows Outer Corner cleaning tools - Pneumatic', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'SP-TL-PN-01-OUTER-80.jpg', 'SP-TL-PN-01-OUTER-801.jpg', 'uPVC-Pheumatic-cleaning-tools-486.pdf', '', 'Active', 3, 1, '2016-07-01 20:44:49', '2019-07-28 07:33:10'),
(52, 15, 19, 'uPVC Windows Corner cleaning tools - Electric', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows cleaning tools', 'uPVC Windows cleaning machines|electric cleaning tools', 'uPVC Windows Corner cleaning tools - Electric,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufacturing', 'uPVC Windows Corner cleaning tools - Electric', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'SP-TL-EL-05-V-CORNER--809.jpg', 'SP-TL-EL-05-V-CORNER--8091.jpg', 'uPVC-electric-cleaning-tools-365.pdf', '', 'Active', 4, 1, '2016-07-01 20:46:59', '2019-07-28 07:34:22'),
(53, 15, 19, 'uPVC Windows inner Corner cleaning tools - Electric', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows cleaning tools', 'uPVC Windows cleaning machines|electric cleaning tools', 'uPVC Windows inner Corner cleaning tools - Electric,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufac', 'uPVC Windows inner Corner cleaning tools - Electric', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'SP-TL-EL-06-INNER--809.jpg', 'SP-TL-EL-06-INNER--8091.jpg', 'SP-TL-EL-06-INNER--809-588.jpg', '', 'Active', 5, 1, '2016-07-01 20:49:37', '2017-04-12 10:19:45'),
(54, 15, 19, 'uPVC Windows outer Corner cleaning tools - Electric', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows cleaning tools', 'uPVC Windows cleaning machines|electric cleaning tools', 'uPVC Windows outer Corner cleaning tools - Electric,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufac', 'uPVC Windows outer Corner cleaning tools - Electric', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=qxyPAFNNNH0&amp;index=2&amp;list=PLnkxkhMPoKnM4eVOaz8tpUeiiHiWxRbOB', 'SP-TL-EL-07-OUTER--769.jpg', 'SP-TL-EL-07-OUTER--7691.jpg', 'SP-TL-EL-07-OUTER-849.jpg', '', 'Active', 6, 1, '2016-07-01 20:51:40', '2017-04-12 10:20:06'),
(55, 15, 20, '90 Degree water Slot - Electric', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows water slot tools', 'uPVC Windows water slotting machines|water slotting tools', '90 Degree water Slot - Electric SP TL 11,upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufacturing, uPV', '90 Degree water Slot - Electric', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=6SerEEaVSF4', 'SP-TL-EL-11-90-deg-Water-Slot-259.jpg', 'uPVC-electric-waterslot-tools-SP-TL-EL-11-143.jpg', 'uPVC-electric-waterslot-tools-313.pdf', '', 'Active', 1, 1, '2016-07-01 20:56:07', '2019-07-28 07:35:05'),
(56, 15, 20, '45 Degree Water Slot - Electric  SP TL EL 09', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows water slot tools', 'uPVC Windows water slotting machines|water slotting tools', 'upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufacturing, uPVC window manufacturing machines', 'uPVC Windows water slotting machines|water slotting tools', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=6SerEEaVSF4', 'SP-TL-EL-09-45-deg-Bevel-Water-Slot-317.jpg', 'uPVC-electric-waterslot-tools-SP-TL-EL-9-848.jpg', 'uPVC-electric-waterslot-tools-12.pdf', '', 'Active', 2, 1, '2016-07-01 20:59:28', '2019-07-28 07:35:33'),
(57, 15, 20, 'Plain Water Slot - Electric SP TL EL 10', '&lt;h3&gt;uPVC ( (&lt;strong&gt;unplasticized polyvinyl chloride )&amp;nbsp;&lt;/strong&gt;Windows and Doors are rapidly replacing the Aluminum Windows &amp;amp; Doors in the world market.&amp;nbsp;&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Commonly used &amp;nbsp;&lt;strong&gt;PVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;polyvinyl chloride&lt;/strong&gt;) &amp;nbsp;are&amp;nbsp;strong &amp;amp;&amp;nbsp;lightweight plastic used in construction. It is made softer and more flexible by the addition of plasticizers.&lt;/h3&gt;\r\n\r\n&lt;h3&gt;If no plasticizers are added, it is known as&amp;nbsp;&lt;strong&gt;uPVC&lt;/strong&gt;&amp;nbsp;(&lt;strong&gt;unplasticized polyvinyl chloride&lt;/strong&gt;),&amp;nbsp;&lt;strong&gt;rigid PVC&lt;/strong&gt;, or&amp;nbsp;&lt;strong&gt;vinyl siding&lt;/strong&gt;&amp;nbsp;in the US&lt;/h3&gt;\r\n\r\n&lt;h3&gt;&lt;strong&gt;Features&lt;/strong&gt; - &amp;nbsp;LOW MAINTENANCE *&amp;nbsp; TOUGH AND ROT RESISTANT * THERMAL COMFORT &amp;nbsp;* OPENABLE TILT AND TURN * ACOUSTIC INSULATION * RESISTANT TO SALT EROSION *&amp;nbsp; BUSHFIRE PERFORMANCE * HIGH SECURITY * RECYCLABLE&lt;/h3&gt;\r\n\r\n&lt;h3&gt;Manufacturing &lt;strong&gt;uPVC Windows &amp;amp; Doors&lt;/strong&gt; is a profitable business. &amp;nbsp;Normally it takes Rs 30 Lacs to buy uPVC Window Manufacturing machines&amp;nbsp; and 10000 Sq feet factory area. Whereas we can offer &lt;strong&gt;PORTABLE uPVC WINDOW Manufacturing machines&lt;/strong&gt; which cost Rs 1.9&amp;nbsp;LAC to setup factory and hardly 500 Sq Feet Factory Area, which is easy to start up and venture into a highly profitable emerging industry.&lt;/h3&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;There are Four&amp;nbsp;types of Machines &amp;amp; Tools needed -&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;1) portable Welding Machies&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;2) Corner Cleaning Machines (Electric or Pneumatic)&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;3) Water Slot Machines (ELectric)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;4) Mitter Saw Machines, Pneumatic Air Compressor, Normal Tools.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Smartpower provides all these machines with training at economy cost.&lt;/strong&gt;&lt;/p&gt;', 'uPVC Windows water slot tools', 'uPVC Windows water slotting machines|water slotting tools', 'upvc window cleaner,upvc window repair,how to fit a upvc window,portable welding machine,portable uPVC welding machines,portable cleaning machines,portable water slot tools, tools for uPVC window manufacturing, uPVC window manufacturing machines', 'uPVC Windows water slotting machines|water slotting tools', 0.00, 0.00, 0.00, 'https://www.facebook.com/UPVC-Doors-Windows-Mfg-Tools-1574266009568287/', 'https://www.youtube.com/watch?v=6SerEEaVSF4', 'SP-TL-EL-10-Plane-Electric-Waterslot-741.jpg', 'uPVC-electric-waterslot-tools-SP-TL-EL-10-983.jpg', 'uPVC-electric-waterslot-tools-734.pdf', '', 'Active', 3, 1, '2016-07-01 21:01:00', '2019-07-28 07:35:56'),
(60, 7, 24, 'Remote Door Lock', '&lt;p&gt;Remote controlled Door Lock systems are widely used in 2~5&amp;nbsp;stories housed and villa. People want to OPEN the door from home using remote and switch. It is a low cost solution for people who want to avoid video door phones.&amp;nbsp;&lt;/p&gt;', 'Remote-door-lock', 'Remote door lock|rf remote|rf lock|rim lock', 'Remote Door Lock', 'Smartpower Remote Door Locks uses RF (Radio Frequency) technology', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/watch?v=lao4ZVsa7mk', 'Remote-Door-Lock-3-866.jpg', 'Remote-Door-Lock-3-8661.jpg', 'Remote-Door-Lock-3-8661.pdf', 'Remote-Door-Lock-3-866.pdf', 'Active', 1, 1, '2016-08-07 16:26:19', '2017-12-28 18:26:42');
INSERT INTO `product` (`id`, `category_id`, `sub_category_id`, `name`, `description`, `slug`, `meta_title`, `meta_keyword`, `meta_description`, `oem_price`, `dealer_price`, `mrp`, `facebook`, `youtube`, `main_image`, `sub_image`, `e_catalouge`, `technical_manual`, `status`, `show_order`, `added_by`, `post_date`, `modified_date`) VALUES
(61, 7, 24, 'RIM Lock', '', 'rim-lock', 'remote door lock|rf remote|rf lock|rim lock', 'rim lock', 'Smartpower RIM locks are electric locks can be opened manually,with remote,switch etc', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://www.youtube.com/watch?v=lao4ZVsa7mk', 'Electric-Rim-Lock-1-522.jpg', '', '', '', 'Active', 2, 1, '2016-08-07 16:28:56', '2016-08-15 09:32:06'),
(62, 7, 24, 'Electro Magnetic Lock', '', 'electro-magnetic-lock', 'Electro Magnetic lock|EM Lock|Remote lock', 'EM locks, Electro Magnetic lock', 'EM locks are popular in offices as well as industry.  EM Lock and Remote lock is one of the very crucial security tool to protect.', 0.00, 0.00, 0.00, '', '', 'EM-LOCK-125.jpg', '', '', '', 'Active', 3, 1, '2016-08-07 16:30:31', '2016-11-29 21:24:02'),
(63, 3, 25, 'Vehicle Loop Detector', '&lt;p&gt;Vehicle Loop Detector are used in sensing the vehicle movement&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;&lt;strong&gt;Product Category?&lt;/strong&gt;&amp;nbsp;\r\n\r\n	&lt;p&gt;&lt;a href=&quot;http://www.tenetparking.com/VehicleLoopSensor.shtml&quot;&gt;Vehicle Loop Sensor&lt;/a&gt;&lt;/p&gt;\r\n	&lt;/li&gt;\r\n	&lt;li&gt;Product Details?&lt;br /&gt;\r\n	Power Supply: 220V AC&amp;plusmn;10%&lt;br /&gt;\r\n	Rated power: 4.5W&lt;br /&gt;\r\n	Operating Temperature: -30?to 70?&lt;br /&gt;\r\n	Operating Frequency:20KHz to 170KHz&lt;br /&gt;\r\n	Sensitivity: 0?9levels&lt;br /&gt;\r\n	Relay Output: DC24V/3A&lt;br /&gt;\r\n	Installation: DIN lead rail&lt;br /&gt;\r\n	Dimensions: 100*70*118mm&lt;br /&gt;\r\n	Reaction Time: 20ms&lt;/li&gt;\r\n&lt;/ul&gt;', 'vehicle-loop-detector', 'Vehicle Loop Detector | Vehicle detector', 'Vehicle Loop Detector', 'Vehicle Loop Detector are used in sensing the vehicle movement', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/user/smartpowerautogates', 'Loop-detector--901.jpg', 'Loop-detector--9011.jpg', 'Double-loop-detecor-users-guide-157.pdf', '', 'Active', 1, 1, '2016-08-07 16:50:01', '2019-07-25 13:20:13'),
(64, 3, 25, 'Card Dispenser', '&lt;p&gt;&lt;strong&gt;Card Dispensers&lt;/strong&gt; are used in Parking Entry Gate to issue card automatically to the visitor. When the vehicle / visitor arrives on the Loop detector, it greets the visitor with welcome sound prompt. On PRESSING button the PARKING CARD come out automatically. It can be interfaced with RFID sensor also. When the Card comes out, The Gate OPEN automatically. It also have LOW Card alarm. It can store 250 cards or more.&lt;/p&gt;', 'Card-dispenser', 'Card Dispenser|parking ticket issuer', 'Card Dispenser', 'Card dispenser are used to issue cards in Parking fee solutions', 0.00, 0.00, 0.00, '', 'https://youtu.be/R_246vEj7xg', 'auto-card-dispenser-219.png', '', 'smartpower-card-dispenser-61.pdf', 'smartpower-card-dispenser-6.pdf', 'Active', 2, 1, '2016-08-07 16:58:12', '2019-07-25 13:22:27'),
(65, 3, 25, 'Card Receiver', '&lt;p&gt;Smartpower Card Receiver are used in parking fee system to receive RFID or Mifare cards at EXIT Gates. They are also fitted with (OPTIONAL) RFID reader to read the card content.&lt;/p&gt;', 'Card-receiver', 'RFID Card Collector | Ticket Collector | Card Receiver', 'RFID card receiver', 'Smartpower RFID Card Receiver are used in parking fee system to receive RFID or Mifare cards at EXIT Gates.', 0.00, 0.00, 0.00, '', 'https://www.youtube.com/watch?v=EEV4TrXYIvY', 'card-receiver-984.jpg', 'turnstile-708.jpg', 'Card-Collector-191.pdf', '', 'Active', 3, 1, '2016-08-07 17:06:12', '2019-07-26 12:59:00'),
(66, 7, 10, 'RFID Access Control', '&lt;p&gt;Smartpower&amp;nbsp; &amp;nbsp;&lt;strong&gt;DOOR ACCESS CONTROL SYSTEM is allows selective Entry of people vide RFID Access Control Card or&amp;nbsp; Digital Keypad . It also allows Entry or Exit vide Remote Control . EXIT is allowed by a Manual PUSH Switch also.&amp;nbsp;For smooth operation of the system 24 hour power is needed.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;RFID ACCESS CONTROL (Picture 2) as shown below is a control system which &lt;/strong&gt;&lt;strong&gt;allows selective Entry of people vide RFID Access Control Card or Digital Keypad. It also have provision to connect Door Bell so that when the unknown visitor comes, the people inside can decides and can open the door from inside by Remote or EXIT Push switch.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;/ckfinder/userfiles/images/rfid%20reader(1).jpg&quot; style=&quot;height:198px; width:200px&quot; /&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'RFID-access-control', 'RFID Access Control|digital keypad', 'RFID Access Control', 'Smartpower RFID access control can use both RFID card and Password for access', 0.00, 0.00, 0.00, '', '', 'rfid-reader-423.jpg', '', 'rfid-reader-423.pdf', '', 'Active', 2, 1, '2016-08-09 07:21:01', '2016-08-15 09:29:15'),
(68, 3, 7, 'DC Servo Barriers SP BB 300 6 Meter 3~5 Sec Variable speed', '&lt;p&gt;DC Servo Barrier ,6 Meter, 3~5 sec variable speed&lt;/p&gt;', 'Boom Barrier high speed', 'High Speed Boom Barrier - Smartpower Automation', '', 'High Speed Boom Barrier, Wholesale Various High Quality High Speed Boom Barrier Products from leading automation Suppliers of India - Smartpower Automation', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://www.youtube.com/user/smartpowerautogates', 'SP-BB-100-6M4S-570.jpg', 'SP-BB-100-6M4S-570.jpeg', 'Barrier-gate-BB-300-64.pdf', 'BB-300-High-Speed-Barrier-651.pdf', 'Active', 4, 1, '2016-09-13 18:44:22', '2020-10-21 10:38:35'),
(69, 3, 25, 'Parking Mirror (Convex Mirror)', '&lt;p&gt;Parking Mirror are Convex Mirrors, used in Parking system to see vehicles approaching from 90 degree angles in opposite direction. Generally it is 100 CM deimenet or less. These are IP 55 and for 100% outdoor use.&amp;nbsp;&lt;/p&gt;', 'Parking Mirror', 'Convex Mirror | Parking Mirror for garage', 'parking mirror, convex mirror, parking convex mirror,', 'Traffic mirror, Parking Mirror are Convex Mirrors, used in Parking system to see vehicles approaching from 90 degree angles in opposite direction.', 0.00, 0.00, 0.00, '', '', 'parking-mirror-351.jpg', 'parking-mirror-3511.jpg', '', '', 'Active', 4, 1, '2016-09-23 17:20:02', '2019-07-26 13:09:37'),
(70, 3, 25, 'Speed Hump', '&lt;p&gt;Speed Hump are used in Parking system to control traffic flow, Vehicle entry. These are mainly made of rubber or PVC. The rubber speedhump are better quality.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Normal size 500 x 350 x 50 mm (L x W x H)&lt;/p&gt;', 'Speed Hump', 'Speed Hump | Road Speed Breaker', 'Speed Hump', 'Speed Hump are used in Parking system to control traffic flow, Vehicle entry. These are mainly made of rubber or PVC. The rubber speedhump are better quality.&nbsp;', 0.00, 0.00, 0.00, '', '', 'Traffic-Speed-bumper-372.jpg', '646f90cf5c8d42d47e7594bde809274d-875.jpg', '646f90cf5c8d42d47e7594bde809274d-807.pdf', '', 'Active', 5, 1, '2016-09-23 17:26:22', '2019-07-26 13:24:04'),
(71, 3, 7, 'Anti Crash Barrier', '&lt;p&gt;Anti Crash Barrier with Iron Heavy Duty Boom for High Security Area&lt;/p&gt;', 'Anti Crash Barrier', 'Anti Crash Barrier with Iron Heavy Duty Boom for High Security Area', 'Anti Crash Barrier,heavy duty barrier,metal boom barrier', 'Anti Crash Barrier with Iron Heavy Duty Boom for High Security Area', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'https://youtu.be/Xm6nftSNpps', 'Barrier-Gate-anti-crash-373.jpg', 'Barrier-Gate-anti-crash-3731.jpg', 'SP-BB-Anti-Crash-759.pdf', '', 'Active', 5, 1, '2016-11-02 19:16:26', '2019-08-04 08:14:23'),
(72, 3, 25, 'Token Dispenser', '&lt;p&gt;&lt;strong&gt;Token Dispenser&lt;/strong&gt; are used in Queue Management in Banks,Hospitals, Service centers and also Parking Management.&lt;/p&gt;\r\n\r\n&lt;p&gt;When customer enters a Bank or service centre, to manage the queue a Token is issued to the customer.&lt;/p&gt;\r\n\r\n&lt;p&gt;When the customer PRESS the button, A token printout comes out automatically with a serial number, date and time.&lt;/p&gt;\r\n\r\n&lt;p&gt;Company Name can also be displayed ( can be edited from a PC through USB Port and software)&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Token Dispenser', 'Token Dispenser are used in Queue Management in Banks,Hospitals, Service centers and also Parking Management', 'Token Dispenser are used in Queue Management in Banks,Hospitals, Service centers and also Parking Management', 'Token Dispenser are used in Queue Management in Banks,Hospitals, Service centers and also Parking Management', 0.00, 0.00, 12500.00, '', 'https://youtu.be/hK34_Mcphdw', 'Token-Dispenser-72.jpg', 'Token-Dispenser-721.jpg', '', '', 'Active', 6, 1, '2017-02-21 17:38:49', '2019-07-27 08:19:38'),
(73, 4, 0, 'Motorized Vertical Louvres', '&lt;p&gt;Smartpower Motorized Vertical Louvres are cuistomised in nature, multiple vertical louvers (say 6 nos) or each upto 2 feet wide and 10 feet height can be used to rotate 45 degree / 90 degree / 180 degree / or any arbitrary degree.&amp;nbsp;&lt;/p&gt;', 'Motorized Vertical Louvres', 'Motorized Vertical Louvres', 'Motorized Vertical Louvres,Louvres', 'Motorized Vertical Louvres', 0.00, 0.00, 0.00, '', 'https://youtu.be/h3bCn1MdKtc', 'IMG20170317162159-567.jpg', 'IMG20170317162159-5671.jpg', '', '', 'Active', 3, 1, '2017-03-17 19:04:57', '2019-07-29 11:43:04'),
(75, 3, 27, 'Highway Toll Management System', '&lt;p&gt;Highway Toll Management System is used to collect toll in highways. It uses latest&amp;nbsp;technology to STOP leakage in Toll collection. Its features are -&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Computerised Toll collection.&lt;/p&gt;\r\n\r\n&lt;p&gt;2) Vehicle Image Capture&lt;/p&gt;\r\n\r\n&lt;p&gt;3) Vehicle no capture&lt;/p&gt;\r\n\r\n&lt;p&gt;4) Automatic Vehicle classifier&lt;/p&gt;\r\n\r\n&lt;p&gt;5) Reports in Real time&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Highway Toll Management System', 'Highway Toll Management System is used to collect toll in highways', 'toll management,toll plaza,highway toll', 'Highway Toll Management System is used to collect toll in highways', 0.00, 0.00, 0.00, '', '', 'TOLL-813.jpg', '', 'Highway-Toll-management-system-55.pdf', 'Highway-Toll-management-syste-365.pdf', 'Active', 1, 1, '2017-11-19 07:11:16', '2019-07-27 08:15:07'),
(77, 3, 28, 'Parking Zone Display System', '&lt;p&gt;Parking Zone Display System is used to display availability of Parking slots in a&amp;nbsp;parking area also called parking zone.&lt;/p&gt;\r\n\r\n&lt;p&gt;In a shopping malls there are 5 floors, when the vehicle will enter, the parking slot guidance system will show the no of vacant slots avaibale in each floors.&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Parking Zone Display System', 'Parking Zone Display System', 'Parking Zone Display System,parking guidance,parking slot diaplay', 'Parking Zone Display System', 0.00, 0.00, 0.00, '', 'https://youtu.be/IFk_1oykQWE', 'Parking-Zone-Display-941.jpg', 'parking-zone-3-785.jpg', 'Parking-Zone-851.pdf', '', 'Active', 1, 1, '2017-11-19 07:32:29', '2022-04-07 13:01:10'),
(82, 4, 0, 'Awnings', '&lt;p&gt;Awnings are used as a temporary shade in outdoor. It is made of waterproof pvc type of cloth. It can be of many types-&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Retractable Awings&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;2) Window Awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;3) Drop Arm Awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;4) Bull nose awnings&lt;/p&gt;\r\n\r\n&lt;p&gt;It can be operated manually or motorized (can operate with electric switch or remote control)&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Motorized Awnings', 'Motorized Awnings| Awnings|Retractable Awnings|window awnings', 'Motorized Awnings', 'Motorized Awnings, Awnings,Retractable Awnings,window awnings', 0.00, 0.00, 0.00, '', 'https://youtu.be/ZQYe-JzbACg', 'SomfyAwningcontrol-238.jpg', 'folding-arm-awning180085180-8861.jpg', 'Awning-905.pdf', '', 'Active', 4, 1, '2017-12-31 12:00:39', '2019-07-29 12:38:35'),
(83, 1, 15, 'P Type Swing Gate', '&lt;p&gt;&lt;strong&gt;SP SWB Single/Double Flap&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;It is used for mainly Office,Hospitals &amp;amp; Commercial Purpose&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Application:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;Wider passage for Wheel Chair/Goods at Offices/Hospitals/Airports/Malls&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n	&lt;li&gt;Stainless Steel #304 body&lt;/li&gt;\r\n	&lt;li&gt;Bi Directional/Uni Directional&lt;/li&gt;\r\n	&lt;li&gt;For 600-1200 mm Wider Passage&lt;/li&gt;\r\n	&lt;li&gt;Stainless steel longer flap&lt;/li&gt;\r\n	&lt;li&gt;Passenger Counter(optiional)&lt;/li&gt;\r\n	&lt;li&gt;Direction and Lane LED Indicator&lt;/li&gt;\r\n	&lt;li&gt;Passenger count 20/min&lt;/li&gt;\r\n	&lt;li&gt;Protection grade IP 55&lt;/li&gt;\r\n	&lt;li&gt;230V/50 Hz/30 W power&lt;/li&gt;\r\n	&lt;li&gt;It can be integrated with RFID/Biometric/Face/QR code readers.&lt;/li&gt;\r\n&lt;/ul&gt;', 'P Type Swing Barrier', 'P type Swing Barrier|Pedestrian Gate|super market gate|wheel chair gate', 'P type Swing Barrier,wheel chair gate,pedestrian barrier', '', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/', 'ttps://www.youtube.com/user/smartpowerautogates', 'p-type-swing-barrier-32.jpg', 'p-type-swing-barrier-321.jpg', 'P-Type-Swing-Barrier-593.pdf', 'P-Type-Swing-barrier---J-1-332.pdf', 'Active', 5, 1, '2019-03-25 11:51:10', '2020-10-21 10:24:54'),
(84, 1, 1, 'Sliding Gate Motor SP SLG  2500B', '&lt;p&gt;&lt;strong&gt;Sliding Gate Operator&lt;/strong&gt; are specially designed Motors to operate Sliding Gates.It can be operated electrically and operated by switch, remote or any other access control system.&lt;/p&gt;\r\n\r\n&lt;p&gt;Its features are -&lt;/p&gt;\r\n\r\n&lt;p&gt;Gate weight 1500~1800 Kg&lt;/p&gt;\r\n\r\n&lt;p&gt;450 Watt / 45Nm&lt;/p&gt;\r\n\r\n&lt;p&gt;RF Remote controlled operated&lt;/p&gt;\r\n\r\n&lt;p&gt;Manual operation on power fail&lt;/p&gt;\r\n\r\n&lt;p&gt;Thermal Sensor protection&lt;/p&gt;\r\n\r\n&lt;p&gt;Safety Photo Sensor&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Anti rebound technology&lt;/p&gt;\r\n\r\n&lt;p&gt;15 meter / minute speed&lt;/p&gt;\r\n\r\n&lt;p&gt;Built in Gear Box&lt;/p&gt;\r\n\r\n&lt;p&gt;Magnetic&amp;nbsp; Limit Swith&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Sliding gate operator', 'Sliding Gate Operator | Motorized Gate | Sliding Gate Opener', 'sliding gate motor,sliding gate operator,auto sliding gates,automated sliding gates,gate automation,motor for sliding gate,motorized gates,manual sliding gate,motorized sliding gate,security gate manufacturers,automatic door and gate,automatic gate,automa', 'Sliding Gate Motors are used to operate sliding gates. It can be operated by remote, switch, access control systems and also manually during power fail.', 0.00, 0.00, 0.00, 'https://www.facebook.com/Smartpowerhome/?ref=aymt_homepage_panel', 'https://youtu.be/eN9FKr5Z5O0', '2500b-3-350.jpg', '2500b-3-3501.jpg', 'Sliding-Gate-SP-SLG-843.pdf', 'sliding-gate-operator-1800B-2500B-57.pdf', 'Active', 3, 1, '2019-07-20 16:28:26', '2022-04-07 12:06:27'),
(86, 3, 7, 'DC Servo Barriers SP BB 300 6 Meter 1~5 Sec Variable speed', '&lt;p&gt;DC Servo Barrier, 6 Meter , 1.5 ~ 5 sec Variable Speed, Left &amp;amp; Right Inter Changeable&lt;/p&gt;', 'DC Servo Barrier', 'Barrier Gate|DC Servo Barrier|Boom Barrier', 'Barrier Gate|DC Servo Barrier|Boom Barrier', 'Barrier Gate|DC Servo Barrier|Boom Barrier', 0.00, 0.00, 0.00, '', '', 'SP-BB-100-6M4S-5701.jpg', 'SP-BB-100-6M4S-5702.jpg', 'Barrier-gate-BB-300-290.pdf', '', 'Active', 8, 1, '2019-07-21 08:30:30', '2019-08-04 08:14:51'),
(87, 3, 16, 'Parking Fee Management System (Android POS)', '&lt;p&gt;Parking Fee Management System (Android POS)&lt;/p&gt;', 'Parking Fee Management System (Android POS)', 'Parking Fee Management System (Android POS)', 'Parking Fee Management System (Android POS), pos,android pos,wireless parking', 'Parking Fee Management System (Android POS), pos,android pos,wireless parking', 0.00, 0.00, 0.00, '', '', 'pos1-622.jpg', '', 'Wireleess-Parking-Android-POS-97.pdf', '', 'Active', 3, 1, '2019-08-04 08:24:07', '2019-08-04 08:25:11'),
(91, 3, 7, 'SP BB 400 LED 6M4S', '&lt;p&gt;Barrier Gate are used in Car Parking Solutions,Toll Plaza,Malls, Amusement Parks, Hospitals etc.&lt;/p&gt;\r\n\r\n&lt;p&gt;Model SP BB LED 400 Series has Builtin RED &amp;amp; GREEN LED in the Barrier Box&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Its Boom arm can be upto 6&amp;nbsp;meter wide and can Open and Close in 4 sec.&lt;/p&gt;\r\n\r\n&lt;p&gt;It is waterproof,IP 55 for outdoor use.&lt;/p&gt;\r\n\r\n&lt;p&gt;These Barrier gates are fully compatible with Access Control systems. It can be converted from Right to Left installed easily&lt;/p&gt;', 'Barrier Gate with LED', 'Barrier Gate with LED,Boom Barrier', 'Barrier Gate with LED', 'Barrier Gate with LED', 0.00, 0.00, 0.00, '', '', 'SP-BB-400-led-1-54.jpg', 'SP-BB-400-led-1-541.jpg', 'SP-BB-400-led-713.pdf', '', 'Active', 9, 1, '2020-11-21 10:52:39', '2020-11-23 12:27:32'),
(94, 1, 1, 'Sliding Gate Motor SP SLG  3500', '&lt;p&gt;&lt;strong&gt;Sliding Gate Operator&lt;/strong&gt; are specially designed Motors to operate Sliding Gates.It can be operated electrically and operated by switch, remote or any other access control system.&lt;/p&gt;\r\n\r\n&lt;p&gt;Its features are -&lt;/p&gt;\r\n\r\n&lt;p&gt;Gate weight&amp;nbsp; 3000&amp;nbsp;Kg&lt;/p&gt;\r\n\r\n&lt;p&gt;1200&amp;nbsp;Watt / 175 Nm&lt;/p&gt;\r\n\r\n&lt;p&gt;RF Remote controlled operated&lt;/p&gt;\r\n\r\n&lt;p&gt;Manual operation on power fail&lt;/p&gt;\r\n\r\n&lt;p&gt;Thermal Sensor protection&lt;/p&gt;\r\n\r\n&lt;p&gt;Safety Photo Sensor&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Anti rebound technology&lt;/p&gt;\r\n\r\n&lt;p&gt;13~ 15 meter / minute speed&lt;/p&gt;\r\n\r\n&lt;p&gt;Built in Gear Box&lt;/p&gt;\r\n\r\n&lt;p&gt;Magnetic&amp;nbsp; Limit Swith&lt;/p&gt;', 'Sliding Gate Operator', 'Sliding Gate Operator | Motorized Gate | Sliding Gate Opener', 'sliding gate motor,sliding gate operator,auto sliding gates,automated sliding gates,gate automation,motor for sliding gate,motorized gates,manual sliding gate,motorized sliding gate,security gate manufacturers,automatic door and gate,automatic gate,automa', 'Sliding Gate Motors are used to operate sliding gates. It can be operated by remote, switch, access control systems and also manually during power fail.', 0.00, 0.00, 0.00, '', 'https://youtu.be/jtVKBi16V_U', '3500-sp-634.jpg', '3500-sp-6341.jpg', '3500-sp-634.pdf', '', 'Active', 4, 1, '2022-04-07 12:17:13', NULL),
(95, 3, 32, 'Tyre Killer', '&lt;p&gt;Tyre Killer (spike barrier) are used to prevent unauthorized vehicles to enter, Electro Mechanical Tyre killers are wiidely used. It is normally 6 meter length.&lt;/p&gt;\r\n\r\n&lt;p&gt;It is avaliable in two types -&lt;/p&gt;\r\n\r\n&lt;p&gt;1) Flat Type&lt;/p&gt;\r\n\r\n&lt;p&gt;2) Hump Type&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Tyre Killer', 'Tyre Killer', 'Tyre Killer, Spike Barrier', 'Tyre Killer (spike barrier) are used to prevent unauthorized vehicles to enter', 0.00, 0.00, 0.00, '', '', 'Tyre-Killer-38.jpg', '', 'Tyre-killer-405.pdf', '', 'Active', 1, 1, '2022-04-07 12:55:12', '2022-04-09 07:58:12'),
(96, 3, 32, 'Bollards', '&lt;p&gt;Automatic Bollards are used&amp;nbsp; to prevent 4 Wheelers , Trucks entry without permission. It is mainly used in defence, Embassy, Military &amp;amp; sensitive Area.&lt;/p&gt;', 'Automatic Bollards', 'Automatic Bollards, Hydraulic bollards', 'Automatic Bollards, Hydraulic Bollards, Manual Bollards, Bollards, Road Blocker, Vehicle Blocker', 'Automatic Bollards, Hydraulic Bollards, Manual Bollards, Bollards, Road Blocker, Vehicle Blocker', 0.00, 0.00, 0.00, '', 'https://youtu.be/Ua7KxgJbLWs', 'p333-730.jpg', '', 'Automatic-Bollards-959.pdf', '', 'Active', 6, 1, '2022-04-09 07:28:41', '2022-04-09 07:55:58'),
(97, 3, 32, 'Bollards Semi Automatic', '&lt;p&gt;Semi Automatic Bollards are used to prevent 2 wheelers &amp;amp; 4 wheelers both. It doesnot require power. It can be operated by hand with hydraulic release system builtin&lt;/p&gt;', 'Semi Automatic Bollards', 'Semi Automatic Bollards, Manual Bolalrds', 'Semi Automatic Bollards, Manual Bolalrds', 'Semi Automatic Bollards, Manual Bolalrds', 0.00, 0.00, 0.00, '', 'https://youtu.be/UC8TBa_syk4', 'Bollard-Semi-Automatic-587.jpg', '', 'Bollard-Semi-Automatic-587.pdf', '', 'Active', 7, 1, '2022-04-09 07:38:46', '2022-04-09 07:56:14'),
(98, 2, 33, 'Door Frame Metal Detector', '&lt;p&gt;Door Frame Metal Detector are used at the entrance door of public places like Mall, Hospital, Cinema Hall, Offices etc. It gives audio alarm in case some one carrier metal objects. It also helps in count the no of visitors. Now a days temp detection, Face recognition etc features are also added.&lt;/p&gt;', 'Door Frame Metal Detector', 'Door Frame Metal Detector', 'Door Frame Metal Detector, DFMD Single zone, DFMD Multi zone', 'Door Frame Metal Detector', 0.00, 0.00, 0.00, '', '', 'DFMD-677.jpg', '', 'DFMD-677.pdf', '', 'Active', 1, 1, '2022-04-09 07:46:55', NULL);

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

--
-- Table structure for table `product_gallery`
--

CREATE TABLE `product_gallery` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `product_gallery`
--

INSERT INTO `product_gallery` (`id`, `product_id`, `title`, `image`) VALUES
(41, 16, 'Test1', 'product_main_image_3451.jpg'),
(45, 20, 'Auto Garage', 'product_main_image_364.png'),
(93, 12, 'Test1', 'gallery_image_820.jpg'),
(94, 12, 'Test2', 'gallery_image_280.jpg'),
(95, 12, 'Test3', 'gallery_image_2801.jpg'),
(96, 12, 'Test4', 'gallery_image_280.png'),
(97, 12, 'Test5', 'gallery_image_136.jpg'),
(98, 12, 'Test6', 'gallery_image_202.jpg'),
(99, 12, 'Test7', 'gallery_image_2021.jpg'),
(100, 12, 'Test8', 'gallery_image_2022.jpg'),
(101, 12, 'Test9', 'gallery_image_2023.jpg'),
(102, 12, 'Test10', 'gallery_image_2024.jpg'),
(171, 45, 'CCTV DVR system', '4-CHANNEL-DVR-374.pdf'),
(294, 58, 'test', 'Chrysanthemum-7012.jpg'),
(295, 58, 'test 2', 'Chrysanthemum-7013.jpg'),
(296, 59, 'testv', 'Desert-4072.jpg'),
(297, 59, 'test 4', 'Desert-4073.jpg'),
(454, 66, 'RFID Access Control', 'rfid-reader-4231.jpg'),
(460, 61, 'RIM lock', 'Electric-Rim-Lock-1-5221.jpg'),
(463, 47, 'uPVC Welding Machine', 'uPVC-welding-machines-left-2892.jpg'),
(464, 48, 'uPVC Windows Welding machines ', 'uPVC-welding-machines-right-6042.jpg'),
(517, 41, 'PIR Motion Sensor', 'HT1JGfqFTXaXXagOFbXO-5811.jpg'),
(518, 42, 'PIR Motion Sensor', 'PIR-Sensor-Detection-Area-431.jpg'),
(586, 43, 'Access Control System', 'x990-7361.jpg'),
(639, 46, 'CCTV DVR system', '16-CHANNEL-DVR-6101.jpg'),
(641, 62, 'Electro Magnetic Lock', 'EM-LOCK-1251.jpg'),
(651, 67, 'Universal RF Remote', 'remote-receiver-912.jpg'),
(669, 53, 'uPVC windows Cleaning Machines', 'Electric-inner-corner-cleaning--Tool-SP-TL-EL-06-242.jpg'),
(670, 54, 'uPVC windows Cleaning Machines', 'Electric-outer-corner-cleaning--Tool-SP-TL-EL-07-145.jpg'),
(677, 44, 'CCTV DVR System', 'camera-dome-489.jpg'),
(700, 74, 'parking guidance system', '-884'),
(702, 76, 'parking guidance system', 'QQ-Photo20161107112733-7141.jpg'),
(709, 79, 'hotel lock', 'Guest-room-lock-Management-706.jpg'),
(723, 60, 'Remote Door Lock', 'Remote-Door-Lock-3-8662.jpg'),
(724, 80, 'token dispenser', 'electronic-queue-management-s-38.pdf'),
(820, 18, 'Rolling Door - Tubulor Motors up to 75 Sq feet door', 'tubulor-motor-block-dia-6212.jpg'),
(823, 19, 'Auto Rolling Door High Speed PVC', 'p299-159.jpg'),
(832, 81, 'Advertisement Barrier', 'Barrier-Gate-Display-201.jpg'),
(841, 63, 'Vehicle loop Detector', 'Vehicle-Loop-Detector-for-Parking-Control-System-TLD-500-9671.jpg'),
(842, 64, 'Card Dispenser', 'auto-card-dispenser-2191.png'),
(863, 65, 'RFID Card Receiver', 'card-receiver-9841.jpg'),
(864, 37, 'Merlin Homeland 1', '2-3111-344.JPG'),
(865, 37, 'Merlin Homeland 2', '2-3111-3441.JPG'),
(866, 37, 'Merlin Homeland 3', '2-3111-3442.JPG'),
(867, 69, 'Parking Mirror', 'parking-mirror-3512.jpg'),
(869, 70, 'Speed Hump', 'Traffic-Speed-bumper-3721.jpg'),
(873, 75, 'Highway toll management system', 'TOLL-637.jpg'),
(874, 72, 'Token Dispenser', 'Token-Dispenser-3571.jpg'),
(889, 49, 'uPVC Windows cleaning machines', 'SP-TL-PN-03-V-Corner-7012.jpg'),
(890, 50, 'uPVC Windows Welding machines ', 'uPVC-Pheumatic-cleaning-tools-1-891.jpg'),
(891, 51, 'uPVC windows Cleaning Machines', 'uPVC-Pheumatic-cleaning-tools-1-633.jpg'),
(892, 52, 'uPVC windows Cleaning Machines', 'Electric-V-Corner-cleaning--Tool-SP-TL-EL-05-17.jpg'),
(893, 55, 'uPVC windows water Slot Tools', 'uPVC-electric-waterslot-tools-201.jpg'),
(894, 56, 'uPVC windows water Slot Tools', 'uPVC-electric-waterslot-tools-224.jpg'),
(895, 57, 'uPVC windows water Slot Tools', 'uPVC-electric-waterslot-tools-SP-TL-EL-10-6251.jpg'),
(896, 73, 'Motorized Vertical louvers', 'vertical-louvers-1-980.jpg'),
(898, 82, 'Awnings', 'folding-arm-awning180085180-8862.jpg'),
(900, 78, 'Home Automation', 'homeautomationsystems-11-5301.jpg'),
(903, 40, 'Video Door Phone for Apartments', 'Video-Door-Phones-Apartments-type-592.jpg'),
(918, 31, 'Turnstile /Waist height Turnstile/Tripod Turnstile/Access Control Turnstile', 'biometric-fixed-arm-tripod-turnstile-500x500-75.jpg'),
(920, 30, 'Turnstile / Flap Barrier / Bollards', 'product_main_image_707.jpg'),
(931, 9, 'Revolving Sensor Door', 'revolving-door-1-726.png'),
(932, 13, 'Hospital Sensor ', 'Hospital-door-6021.jpg'),
(933, 10, 'Rolling Shutter - Central Motor', 'Central-notor-706.jpg'),
(934, 15, 'Rolling Door - Side Motor up to 1000 Sq Feet Doors', '12248-975.jpg'),
(935, 17, 'Auto Rolling Door Transparent PVC', 'poly-carbonate-door-7241.jpg'),
(940, 71, 'Anti Crash Barrier', 'Barrier-Gate-anti-crash-3732.jpg'),
(941, 85, 'Barrier Gate', 'SP-BB-6m4S-A-LED-1-601.jpeg'),
(942, 86, 'DC Servo Barrier', 'z-guard-333.jpg'),
(943, 36, 'Eco Park', '2-3111-454.JPG'),
(944, 36, 'Eco Park', '-45.JPG'),
(946, 23, 'Motorised Curtains', 'product_main_image_9241.jpg'),
(947, 24, 'Motorised Blinds', 'product_main_image_752.png'),
(950, 87, 'Parking Fee Management System (Android POS)', 'pos1-6221.jpg'),
(951, 88, 'Stack Parking', '1-9942.jpg'),
(952, 89, 'Puzzle Pit Parking System', '11-5762.jpg'),
(953, 90, 'Puzzle Parking System', '33-3962.jpg'),
(954, 39, 'UHF RFIF ENTRANCE SYSTEM', 'uhf-reader-202.pdf'),
(960, 38, 'Video Door Phone', 'Video-Door-Phone-Color-8-sketch-9221.jpg'),
(964, 29, 'Motorized Swing Gate', 'product_main_image_386.jpg'),
(965, 33, 'Flap Barrier 1', 'ecopark-2-249.jpg'),
(966, 33, 'Flap Barrier 2', 'ecopark-2-2491.jpg'),
(967, 33, 'Flap Barrier 3', 'ecopark-2-249.jpeg'),
(968, 33, 'Flap Barrier 3', 'ecopark-2-2492.jpg'),
(969, 83, 'P Type Swing Barrier', 'P-Type-Swing-Barrier-898.jpg'),
(970, 83, 'Swing Barrier', 'P-Type-Swing-Barrier-8981.jpg'),
(971, 7, 'Auto Glass Sensor Door/Sensor Sliding Door', 'D3X1101-5173.jpg'),
(974, 21, 'Boom Barriers', 'SP-BB-100-6M4S-7341.jpg'),
(975, 34, 'Fencing Barrier', 'DSC0728-5881.jpeg'),
(976, 35, 'Barrier Folding', 'Boom-Barrier-180-deg-folding-688.jpeg'),
(977, 68, 'High Speed Boom Barrier ', 'DSC0681-611.jpeg'),
(982, 91, 'Barrier Gate with LED', 'SP-BB-400-led-1-542.jpg'),
(983, 92, 'Barrier Gate with LED', 'SP-BB-100-6M4S-LED-2-2782.jpg'),
(999, 25, 'Motorized Sliding Gate 1', 'product_main_image_9141.jpg'),
(1000, 25, 'Motorized Sliding Gate 2', '-254.JPG'),
(1001, 25, 'Motorized Sliding Gate 3', '-254.jpg'),
(1002, 25, 'Motorized Sliding Gate 4', '-2541.jpg'),
(1003, 25, 'Motorized Sliding Gate 5', '-2542.jpg'),
(1004, 25, 'Motorized Sliding Gate 6', '-2543.jpg'),
(1006, 26, 'Motorized Sliding Gate', 'product_main_image_258.jpg'),
(1007, 84, 'Motorized Sliding Gate 1', '2500b-3-6613.jpg'),
(1008, 94, 'Sliding Gate Operatpr', '3500-sp-6342.jpg'),
(1009, 27, 'Motorized Swing Gate', 'product_main_image_9911.jpg'),
(1011, 28, 'Motorized Swing Gate', 'Swing-gate-motor-SP-ACM-SD-500-Arm-4291.jpg'),
(1012, 22, 'Homeland Mall', 'gallery_image_57.jpg'),
(1013, 22, 'Avani Mall', 'gallery_image_571.jpg'),
(1016, 93, 'Tyre Killer', 'Tyre-Killer-7762.jpg'),
(1019, 77, 'parking guidance system', 'parking-zone-display-system-676.pdf'),
(1020, 8, 'Auto Swing Door', 'SWING-DOOR-SW200-606.jpg'),
(1021, 8, 'Auto Swing Door', '-444.jpg'),
(1022, 14, 'Telescopic Glass Sensor Door ', 'telescopic-door-1-175.jpg'),
(1023, 32, 'Turnstile / Access Control Turnstile / Bollards/Full Height Turnstile', 'Turnstile-Full-Height-1202.jpg'),
(1028, 98, 'Door Frame Metal Detector', 'DFMD-6771.jpg'),
(1029, 96, 'Bollards', 'p333-7301.jpg'),
(1030, 97, 'Bollards Semi Automatic', 'Bollard-Semi-Automatic-5871.jpg'),
(1031, 95, 'Tyre Killer', 'Tyre-Killer-381.jpg');

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

--
-- Table structure for table `product_youtube_links`
--

CREATE TABLE `product_youtube_links` (
  `id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `link` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `product_youtube_links`
--

INSERT INTO `product_youtube_links` (`id`, `product_id`, `link`) VALUES
(33, 58, 'www.google.com'),
(34, 58, 'www.google.com'),
(89, 41, 'smart switch pir sensors.swf'),
(90, 42, 'smart switch pir sensors.swf'),
(178, 60, 'remote door lock.swf'),
(250, 18, 'rolling door tubulor motor.swf'),
(253, 19, 'smartpower rapid pvc rolling door.swf'),
(277, 37, 'Parking Fee Management System at Merlin Homeland 1.swf'),
(289, 40, 'apartment video door phone.swf'),
(303, 9, 'Revolving Door vardhan.swf'),
(304, 13, 'auto sensor door - hospital.swf'),
(305, 15, 'rolling door side motors.swf'),
(306, 15, 'telcon 1.swf'),
(307, 17, 'transparent pvc rolling door.swf'),
(314, 85, 'Boom Barrier 406 installation .swf'),
(315, 36, 'wirelss pms eco park.swf'),
(316, 23, 'motorised curtain.swf'),
(317, 24, 'motorised blinds.swf'),
(318, 39, 'Gate Automation by CAR sticker - long Distance RFID solution.swf'),
(324, 38, 'color handsfree.swf'),
(330, 7, 'glass sensor door demo1.swf'),
(332, 21, 'Boom Barrier & PMS infinity Think Tank.swf'),
(333, 21, 'boom barrier demonstration.swf'),
(334, 21, 'Boom Barrier 406 installation .swf'),
(335, 34, 'boom barrier demonstration.swf'),
(336, 35, 'boom barrier demonstration.swf'),
(343, 25, 'Sliding Gate - South City Belairs.swf'),
(344, 25, 'sliding gate 3 tata chemicals.swf'),
(345, 25, 'Industrial Motorised sliding gate Texmaco.swf'),
(348, 26, 'Industrial Motorised sliding gate Texmaco.swf'),
(349, 84, 'Sliding Gate - South City Belairs.swf'),
(350, 84, 'Industrial Motorised sliding gate Texmaco.swf'),
(351, 27, 'swing door 300 kg.swf'),
(352, 27, 'Swing Gate Bunglow type Heavy Duty.swf'),
(354, 28, 'Swing Gate NALCO.swf'),
(355, 22, 'avani riverside.swf'),
(356, 22, 'Retractable Gate TEXMACO UGL RAIL.swf'),
(357, 8, 'Glass Sensor Door Swing type.swf'),
(358, 14, 'auto sensor door - telescopic.swf');

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

--
-- Table structure for table `sub_category`
--

CREATE TABLE `sub_category` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `youtube` text NOT NULL,
  `slug` varchar(255) NOT NULL,
  `pagetitle` varchar(255) NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_description` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_tags` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `show_order` int(11) NOT NULL,
  `added_by` int(11) NOT NULL,
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `sub_category`
--

INSERT INTO `sub_category` (`id`, `category_id`, `name`, `image`, `youtube`, `slug`, `pagetitle`, `meta_title`, `meta_description`, `meta_keywords`, `meta_tags`, `status`, `show_order`, `added_by`, `post_date`) VALUES
(1, 1, 'Sliding Gate Motor', 'sub_category_image_241.jpg', 'https://www.youtube.com/playlist?list=PLnkxkhMPoKnPOVagMtnAz_VVzeJZVWWEz', 'sliding-gate-motor', 'Sliding Gate Motor Manufacturers |Motorised Sliding Gates Manufacturers  | Sliding Gate Motor Price in India', 'Sliding Gate Motor Manufacturers |Motorised Sliding Gates Manufacturers  | Sliding Gate Motor Price in India', 'Smart Power is a leading motorised sliding gates manufacturers. Being a leading sliding gate motor manufacturers we offer affordable sliding gate motor price in India', 'Sliding gate operator, motorized sliding gate, automated sliding gates, security gate manufacturers, automatic door and gate', 'sliding-gate-motor', 'Active', 1, 1, '2016-06-04 10:06:44'),
(2, 1, 'Swing Gate Motor', 'sub_category_image_707.jpg', 'https://www.youtube.com/watch?v=KHKtSxSuZ5g', 'swing-gate-motor', 'Swing gate operator | Auto swing gate', 'Swing Gate Motor | Gate Operator | Auto Swing Gate', 'We offer best quality roller type Swing Gate Motor and arm type motor with an affordable cost. For auto swing gate you can trust us for quality.', 'Swing Gate Motor, Swing gate operator, auto swing gate, roller type motor, pillar type motor, arm type motor', '', 'Active', 2, 1, '2016-06-04 10:07:12'),
(3, 1, 'Motorised Retractable Gates', 'sub_category_image_810.jpg', 'https://www.youtube.com/playlist?list=PLnkxkhMPoKnPf-kthodtIdpn6wxbata0_', 'motorised-retractable-gates', 'Retractable Gates | Telescopic Gate | Motorized Gate', 'Retractable Gates | Telescopic Gate | Motorized Gate', 'We provide quality motorised retractable gates, retractable gates, telescopic gate, Motorized gate and folding gates at affordable rates.', 'Retractable gates, Telescopic gate, Motorised Retractable Gates, Motorized gate, folding gate', '', 'Active', 3, 1, '2016-06-04 10:07:26'),
(6, 2, 'Auto Glass Sensor Door', 'sub_category_image_27.png', '', 'auto-glass-sensor-door', 'Glass Sensor Door | Hermitically sealed hospital door', 'Automatic Glass Sensor Door | Hermetically Sealed Door', 'Looking for sensor operated sliding door dealers? We are offering wide range of Glass sensor door, Auto sensor door, Auto revolving door, Auto swing door.', 'Glass sensor door, Auto sensor door, Auto revolving door, Auto swing door, Hermitically sealed hospital door', '', 'Active', 1, 1, '2016-06-04 10:08:10'),
(7, 3, 'Boom Barriers', 'sub_category_image_805.jpg', 'https://www.youtube.com/playlist?list=PLnkxkhMPoKnNOzWP0FDYosJWx7ICpFJMd', 'boom-barriers', 'Boom Barrier Manufacturers India | Barrier Gate Dealer', 'Boom Barrier Manufacturers India | Barrier gate dealer', 'SmartPower Automation is a leading boom barrier manufacturers India. We deal with best quality products.', 'Boom barrier gate, Boom barrier manufacturers, Barrier gate dealer, Folding boom, Fencing Barrier', '', 'Active', 1, 1, '2016-06-04 10:08:24'),
(8, 3, 'UHF RFID ENTRANCE SOLUTION', 'sub_category_image_626.jpg', 'https://www.youtube.com/playlist?list=PLnkxkhMPoKnObmcVDqLYUdlSNFpgCMRlB', 'uhf-rfid-entrance-solution', 'RFID ENTRANCE SOLUTION | RFID Auto Gate Collector', 'RFID ENTRANCE SOLUTION | RFID Auto Gate Collector', 'RFID ENTRANCE SOLUTION | RFID Auto Gate Collector', '', '', 'Active', 2, 1, '2016-06-04 10:08:37'),
(10, 7, 'ACCESS CONTROL', 'p291-511.jpg', 'https://www.youtube.com/watch?v=jcSPHNdX4Hs', 'access-control', 'Access control system | Biometric system | RFID access control', 'Access Control System | Biometric System | RFID access control', 'We are the leading Face recognition system, Long Distance RFID Readers, Biometric system and Access control system suppliers in India. Contact now.', 'Biometric system, Access control system, RFID access control, Face recognition system, Long Distance RFID Readers', '', 'Active', 1, 1, '2016-06-04 10:09:25'),
(11, 7, 'CCTV CAMERA', 'WALL-MOUNTED-CAMERA-253.jpg', '', 'cctv-camera', 'Wall mounted camera | Infrared Security Camera | WiFi IP Camera', 'Wall mounted camera | Infrared Security Camera | WiFi IP Camera', 'We are the leading suppliers of high quality Ceiling mounted camera, Wall mounted camera, WiFi IP Camera and Infrared Security Camera in India.', 'Ceiling mounted camera, Wall mounted camera,  WiFi IP Camera, Infrared Security Camera', '', 'Active', 2, 1, '2016-06-04 10:09:37'),
(12, 7, 'DVR Systems', '8-CHANNEL-DVR-291.jpg', '', 'dvr-systems', 'Digital Video Recorder system | CCTV DVR system', 'Digital Video Recorder system | CCTV DVR system', 'We offer latest technologies Digital Video Recorder system and CCTV DVR system with an affordable cost. For more details Call us @ (+91) 9831021270', 'Digital Video Recorder system, CCTV DVR system', '', 'Active', 3, 1, '2016-06-04 10:09:50'),
(13, 7, 'Smart Switch (PIR Sensors)', 'p121-503.jpg', 'https://www.youtube.com/watch?v=w3L3KTQV1oY', 'smart-switch-pir-sensors', 'PIR sensors | PIR motion sensors | Smart switch', 'PIR sensors | PIR motion sensors | Smart switch', 'We are leading manufacturer, trader of PIR sensors, PIR motion sensors, and Smart switch in India. For trading call us @ (+91) 9831021270', 'PIR sensors, PIR motion sensors, Smart switch', '', 'Active', 4, 1, '2016-06-04 10:10:06'),
(14, 2, 'AUTO Rolling Door', 'sub_category_image_420.png', '', 'auto-rolling-door', 'Central motor | rolling shutter operator| Motorized shutter', 'Central motor | rolling shutter operator| Motorized shutter', 'We are offering a wide range of PVC Rolling Shutter, Motorized shutter and Remote rolling shutter. Our offered range is widely appreciated by our clients.', 'PVC Rolling Shutter, Motorized shutter, Remote rolling shutter, Central motor, rolling shutter operator', '', 'Active', 2, 1, '2016-06-04 11:35:46'),
(15, 1, 'Turnstile / Flap Barrier', 'sub_category_image_8.jpg', 'https://www.youtube.com/watch?v=wRLcyIIoFKU&amp;list=PLnkxkhMPoKnNwHPdj5tKArwWN7gj8A9Kw&amp;index=2', 'turnstile-flap-barrier', 'Tripod Turnstile Gate Manufacturers | Turnstile Gate Price in India', 'Tripod Turnstile Gate Manufacturers | Turnstile Gate Price in India', 'Get the latest Turnstile Gate Price in India by calling us on 9831629408. We are one of the leading Tripod Turnstile Gate Manufacturers in India.', 'Flap barrier, Automatic bollards, Spike Barrier, Tripod Turnstile, Half &amp; Full Height turnstile gate, Tripod Turnstile Gate manufacturers, Turnstile Gate Price in India', '', 'Active', 4, 1, '2016-06-04 11:37:26'),
(16, 3, 'Parking Fee Management System', 'sub_category_image_437.jpg', 'https://www.youtube.com/playlist?list=PLnkxkhMPoKnMwkVPn7__LMs3vx59SKAoa', 'parking-fee-management-system', 'Car sticker Entrance Solution | Toll Collection System', 'Parking Fee Management System | Car Sticker | Toll Collection', 'Smart Power is experienced in providing quality Parking fee management system, RFID parking management system, UHF, Car Sticker and Toll collection system in India.', 'Parking fee management system, Toll collection system, Car sticker entrance solution, RFID parking management system, uhf parking system', '', 'Active', 3, 1, '2016-06-18 20:21:13'),
(18, 15, 'uPVC Windows Welding machines', 'uPVC-general-tools-1-354.jpg', 'https://www.youtube.com/watch?v=qxyPAFNNNH0', 'upvc-windows-welding-machines', 'uPVC window repair | Portable welding machine', 'uPVC window repair | Portable Welding Machine', 'how to fit a uPVC window? Smart Power will help you to fit it properly. For Portable uPVC welding machines call us @ (+91) 9831021270', 'Portable uPVC welding machines, Portable welding machine, uPVC window repair, how to fit a uPVC window', '', 'Active', 1, 1, '2016-07-01 19:57:13'),
(19, 15, 'uPVC Windows cleaning tools', 'uPVC-Pheumatic-cleaning-tools-1-101.jpg', 'https://www.youtube.com/watch?v=qxyPAFNNNH0', 'upvc-windows-cleaning-tools', 'uPVC window cleaner | uPVC window cleaning tools', 'uPVC window cleaner | uPVC window cleaning tools', 'We offer wide range of portable cleaning machines in India. For high quality and affordable uPVC window cleaning tools, contact today!!', 'uPVC window cleaner, portable cleaning machines, uPVC window cleaning tools', '', 'Active', 2, 1, '2016-07-01 19:59:03'),
(20, 15, 'uPVC Windows water slot tools', 'uPVC-electric-waterslot-tools-1-35.jpg', 'https://www.youtube.com/watch?v=6SerEEaVSF4', 'upvc-windows-water-slot-tools', 'Portable water slot tools | uPVC window manufacturing machines', 'Portable water slot tools | uPVC window manufacturing machines', 'Searching tools for uPVC window manufacturing? We are the suppliers of uPVC window manufacturing machines in India.', 'Portable water slot tools, uPVC window manufacturing machines, tools for uPVC window manufacturing', '', 'Active', 3, 1, '2016-07-01 20:00:23'),
(24, 7, 'Locks &amp; Remote', 'Remote-Door-Lock-3-666.jpg', 'https://www.youtube.com/watch?v=lao4ZVsa7mk', 'remote-lock', 'Parking fee management system | RF Remote | Auto door lock', 'Parking fee management system | RF Remote | Auto door lock', 'Smart Power offers you high quality affordable Remote door lock, EM Lock, RIM lock and Auto door lock in India. Call us @ (+91) 9831021270', 'Remote door lock, EM Lock, RIM lock, RF Remote, Auto door lock, Parking fee management system', '', 'Active', 5, 1, '2016-08-07 16:12:17'),
(25, 3, 'Parking Solution Accessories', 'Vehicle-Loop-Detector-for-Parking-Control-System-TLD-500-30.jpg', '', 'parking-solution-accessories', 'Manufacturer of Parking Solution Accessories | Smartpower', 'Manufacturer of Parking Solution Accessories | Smartpower', 'Manufacturer of Parking Solution Accessories - Vehicle Loop Detector, Card Dispenser, Card Receiver, Parking Mirror (Convex Mirror), Speed Hump | SmartPower', '', '', 'Active', 4, 1, '2016-08-07 16:40:55'),
(27, 3, 'Highway Toll Management System', 'Highway-Toll-management-syste-35.jpg', '', 'highway-toll-management-system', 'Highway Toll Management System is used to collect toll in highways', 'Highway Toll Management System is used to collect toll in highways', 'Highway Toll Management System is used to collect toll in highways', 'toll managements,highway toll,toll payment,parking fee', '', 'Active', 6, 1, '2017-11-19 07:08:33'),
(28, 3, 'Parking Zone Display System', 'QQ-Photo20161107112739-227.jpg', '', 'parking-zone-display-system', 'Parking Zone Display System', 'Parking Zone Display System', 'Parking Zone Display System', 'Parking Zone Display System', 'parking slot display system', 'Active', 7, 1, '2017-11-19 07:26:44'),
(29, 7, 'Token Dispenser Queue management', 'electronic-queue-management-s-290.jpg', '', 'token-dispenser-queue-management', 'Token Dispenser Queue management', 'Token Dispenser Queue management', 'Token Dispenser Queue management', 'queue management,electronic queue,token dispenser system', 'Token Dispenser Queue management', 'Active', 6, 1, '2017-11-19 17:31:42'),
(30, 16, 'Home Automation', 'homeautomationsystems-11-724.jpg', '', 'home-automation', 'Home Automation|Home Automation System|Smart Home', 'Home Automation|Home Automation System|Smart Home', '', 'Home Automation System|Smart Home|WIFI Home Automation System|Alexa Voice Control Home Automation System', 'Home Automation System', 'Active', 1, 1, '2019-07-29 13:11:26'),
(31, 3, 'Multi Level Car Parking System (MLCP System)', '2-130.jpg', '', 'multi-level-car-parking-system', 'Multi Level Car Parking System', 'Multi Level Car Parking System', 'Multi Level Car Parking System', 'Multi Level Car Parking System,MLCP,Puzzle PArking,Stack Parking', 'Multi Level Car Parking System,MLCP,Puzzle PArking,Stack Parking', 'Active', 8, 1, '2019-10-21 16:30:27'),
(32, 3, 'Tyre Killer Bollards', 'Tyre-Killer-153.jpg', '', 'tyre-killer-spike-barrier-bollards', 'Hydraulic Bollards Manufacturers | Automatic Bollards Manufacturers India', 'Hydraulic Bollards Manufacturers | Automatic Bollards Manufacturers India', 'Smart Power is a leading automatic bollards manufacturers India. Being a leading hydraulic bollards manufacturers we deal with high quality products. To know more about our products call 8100400200.', 'Tyre Killer,spike barrier', 'Tyre Killer,spike barrier', 'Active', 9, 1, '2021-07-03 10:54:31'),
(33, 2, 'Door Frame Metal Detector', 'DFMD-991.jpg', '', 'dfmd', 'Door Frame Metal Detector', 'Door Frame Metal Detector', 'Door Frame Metal Detector', 'Door Frame Metal Detector, DFMD Multizone, DFMD Single zone', 'Door Frame Metal Detector', 'Active', 3, 1, '2022-04-09 07:42:28');

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

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` int(11) NOT NULL,
  `author` varchar(255) NOT NULL,
  `testimonial` text NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `post_date` datetime NOT NULL,
  `publish_date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `author`, `testimonial`, `status`, `post_date`, `publish_date`) VALUES
(1, 'Mr Saket SKumar, Vice President - TEXMACO', '&lt;p&gt;The 20 feet height x 40 feet wide Industrial Sliding Gate ( 2 pairs) installed by Smartpower are working fine, We are satisfied by Smartpower support.&lt;/p&gt;', 'Active', '2016-08-11 17:51:51', '0000-00-00 00:00:00'),
(2, 'Smartpower dedicated Motorozed Curtains to Garden Reach Shipbuilders', '&lt;p&gt;Congrats Smartpower for making a beautiful CMD chamber and Motivation hall of GRSE which is inaugurated today and your work is appriciated by everybody.- Dimensions Mrs USha Goswami&lt;/p&gt;', 'Active', '2020-12-17 05:39:04', '0000-00-00 00:00:00'),
(3, 'NHAI', '&lt;p&gt;Its a six lane Highway Toll Management System installed at Lamding Assam, which was duly inaugurated by Local MLA.&lt;/p&gt;', 'Active', '2022-04-09 08:30:42', '2021-09-01 13:28:00');

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

--
-- Table structure for table `user`
--

CREATE TABLE `user` (
  `id` int(11) NOT NULL,
  `firstname` varchar(255) DEFAULT NULL,
  `lastname` varchar(255) DEFAULT NULL,
  `email_id` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `gender` enum('Male','Female') DEFAULT NULL,
  `address` longtext DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `zip` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `landmark` varchar(255) DEFAULT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `post_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `user`
--

INSERT INTO `user` (`id`, `firstname`, `lastname`, `email_id`, `password`, `phone`, `gender`, `address`, `state`, `city`, `zip`, `country`, `landmark`, `status`, `post_date`) VALUES
(1, 'Test', '2333gg', 'priya@infosolz.com', 'e10adc3949ba59abbe56e057f20f883e', '', '', '', '', '', '', '', '', 'Active', '0000-00-00 00:00:00'),
(5, 'Sourav', 'De', 'sourav.de@infosolz.com', 'e10adc3949ba59abbe56e057f20f883e', '+919477470693', 'Male', '', '', 'Kolkata', '', '113', '', 'Active', '2015-02-04 06:17:35'),
(6, '', '', 'somnath@infosolz.com', 'e10adc3949ba59abbe56e057f20f883e', '', '', '', '', '', '', '113', '', 'Active', '2015-02-05 11:11:19'),
(7, NULL, NULL, 'argha@infosolz.com', 'e10adc3949ba59abbe56e057f20f883e', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '2015-02-05 11:12:55'),
(12, NULL, NULL, 'priya@infosolz.com', 'cc2a7c7b1151ecd43896b9f87e77b266', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(13, NULL, NULL, 'priya@infosolz.com', '489fadc5b7d07f59d58a71d16a12a78c', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(14, NULL, NULL, 'priya@infosolz.com', 'e6e4755a3520916ba64c4240ba0de5fa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(15, NULL, NULL, 'priya@infosolz.com', '0e4a3a7fca99885915dea7e46f2f2578', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(16, NULL, NULL, 'priya@infosolz.com', 'cc7bfcfc1c1b659b946106e8acf0f0d6', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(17, NULL, NULL, 'priya@infosolz.com', '8dc41cc12d06a1f583d2ff3b2b1799fb', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(18, NULL, NULL, 'priya@infosolz.com', '762018e76a42c2069a2bbb95b4a33852', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(19, NULL, NULL, 'priya@infosolz.com', '6175a3847d10d09fe70953ad32269654', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(20, NULL, NULL, 'priya@infosolz.com', 'd10ae63d5c65ed8adec28251a4ed7e5c', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(21, NULL, NULL, 'priya@infosolz.com', 'b7ab1bf22a8943f1c37713d1fc6e635d', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(22, NULL, NULL, 'priya@infosolz.com', '9a144ece7add480d292d284e61cd3417', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00'),
(23, NULL, NULL, '', '5a52d47df50fba009ecf8fe03a26330a', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Active', '0000-00-00 00:00:00');

--
-- Indexes for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `contents`
--
ALTER TABLE `contents`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

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

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

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

--
-- AUTO_INCREMENT for table `global_config`
--
ALTER TABLE `global_config`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

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

--
-- AUTO_INCREMENT for table `news`
--
ALTER TABLE `news`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

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

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

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

--
-- AUTO_INCREMENT for table `user`
--
ALTER TABLE `user`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
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 */;