? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/www/savoyglobal.net/sims/school/uploads/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/www/savoyglobal.net/sims/school/uploads/2012-02-20-05-27-31savoy_sibs.sql

-- phpMyAdmin SQL Dump
-- version 3.4.7.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 26, 2012 at 11:37 PM
-- Server version: 5.1.56
-- PHP Version: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;

--
-- Database: `savoy_sibs`
--

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

--
-- Table structure for table `account_types`
--

CREATE TABLE IF NOT EXISTS `account_types` (
  `id` tinyint(1) NOT NULL AUTO_INCREMENT,
  `type` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `account_types`
--

INSERT INTO `account_types` (`id`, `type`) VALUES
(1, 'Savings Account'),
(2, 'Current Account'),
(3, 'Credit Account'),
(4, 'Cash Account');

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

--
-- Table structure for table `activities`
--

CREATE TABLE IF NOT EXISTS `activities` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `policy_id` int(10) NOT NULL,
  `date` date NOT NULL,
  `beforedt` int(4) NOT NULL,
  `amount` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `policy_id` (`policy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `agent_allocate`
--

CREATE TABLE IF NOT EXISTS `agent_allocate` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `from` varchar(30) NOT NULL,
  `pid` int(11) NOT NULL,
  `amount` double NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

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

--
-- Table structure for table `agent_trans`
--

CREATE TABLE IF NOT EXISTS `agent_trans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type_no` int(11) NOT NULL,
  `tran_date` date NOT NULL,
  `account` varchar(30) NOT NULL,
  `memo` tinytext NOT NULL,
  `amount` double NOT NULL,
  `alloc` double NOT NULL DEFAULT '0',
  `pid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;

--
-- Dumping data for table `agent_trans`
--

INSERT INTO `agent_trans` (`id`, `type_no`, `tran_date`, `account`, `memo`, `amount`, `alloc`, `pid`) VALUES
(8, 149, '2011-07-03', 'EMP102', '', 0, 0, 84),
(3, 36, '2011-06-09', 'EMP105', '', -140.75, 0, 23),
(6, 69, '2011-06-16', 'EMP102', '', -1350, 0, 39),
(19, 175, '2011-07-07', 'EMP102', '', -500, 0, 40),
(24, 853, '2012-01-08', 'EMP102', '', 0, 0, 84),
(9, 151, '2011-07-04', 'EMP101', '', -20000, 0, 0),
(10, 152, '2011-07-04', 'EMP101', '', 20000, 0, 0),
(11, 153, '2011-07-04', 'EMP102', '', -3000, 0, 0),
(12, 154, '2011-07-04', 'EMP102', '', 3000, 0, 0),
(13, 155, '2011-07-04', 'EMP104', '', -3500, 0, 0),
(14, 156, '2011-07-04', 'EMP104', '', 3500, 0, 0),
(15, 157, '2011-07-04', 'EMP105', '', -8000, 0, 0),
(16, 158, '2011-07-04', 'EMP105', '', 8000, 0, 0),
(23, 511, '2011-09-19', 'EMP102', '', -481.25, 0, 42),
(18, 166, '2011-07-06', 'EMP105', '', -89, 0, 51),
(21, 235, '2011-07-22', 'EMP105', '', -3796.6, 0, 103),
(22, 237, '2011-07-22', 'EMP105', '', -333.75, 0, 113),
(25, 855, '2012-01-08', 'EMP102', '', 0, 0, 84),
(26, 859, '2012-01-10', 'EMP102', '', 0, 0, 84),
(27, 912, '2012-01-23', 'EMP102', '', 0, 0, 84),
(28, 914, '2012-01-23', 'EMP102', '', 0, 0, 84),
(29, 916, '2012-01-23', 'EMP102', '', 0, 0, 84);

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

--
-- Table structure for table `allowdeduc`
--

CREATE TABLE IF NOT EXISTS `allowdeduc` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `allowdeduccode` varchar(15) NOT NULL,
  `allowdeducname` varchar(100) NOT NULL,
  `allowdeductype` varchar(20) NOT NULL,
  `mode` tinyint(4) NOT NULL,
  `chartgroup_name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `allowdeduc`
--

INSERT INTO `allowdeduc` (`id`, `allowdeduccode`, `allowdeducname`, `allowdeductype`, `mode`, `chartgroup_name`) VALUES
(1, 'ALDE-101', 'Housing Allowance', 'Allowance', 1, '300001'),
(2, 'ALDE-102', 'Car Allowance', 'Allowance', 1, '300005'),
(3, 'ALDE-103', 'Fuel Expenses', 'Allowance', 1, '300006'),
(4, 'ALDE-104', 'TELEPHONE ALLOWANCE', 'Allowance', 1, '300007'),
(5, 'ALDE-105', 'LEAVE TRAVEL ALLOWANCE', 'Allowance', 1, '300009'),
(6, 'ALDE-106', 'Unpaid leave', 'Deduction', 1, '300090');

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

--
-- Table structure for table `assignleave`
--

CREATE TABLE IF NOT EXISTS `assignleave` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `fromdate` date NOT NULL,
  `todate` date NOT NULL,
  `type` int(11) NOT NULL,
  `leavestatus` varchar(10) NOT NULL,
  `remarks` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`),
  KEY `type` (`type`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `assignleave`
--

INSERT INTO `assignleave` (`id`, `staffid`, `fromdate`, `todate`, `type`, `leavestatus`, `remarks`) VALUES
(1, 5, '2011-06-08', '2011-06-08', 2, 'Approved', ''),
(2, 5, '2011-06-10', '2011-06-11', 2, 'Approved', ''),
(3, 6, '2011-08-06', '2011-08-13', 1, 'Approved', ''),
(4, 6, '2011-08-14', '2011-08-18', 1, 'Approved', 'Annual leave extn.'),
(6, 6, '2011-09-18', '2011-09-20', 2, 'Approved', 'Medical leave. Diagnosed with viral infection. Was hospitalized on 18/9/11.'),
(7, 6, '2011-10-01', '2011-10-09', 2, 'Approved', 'Travelled to India. Dad was not keeping well.'),
(8, 6, '2012-01-07', '2012-01-11', 2, 'Approved', 'Travelling to Mumbai for personal work.');

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

--
-- Table structure for table `audit_trail`
--

CREATE TABLE IF NOT EXISTS `audit_trail` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `trans_no` varchar(20) NOT NULL,
  `user` varchar(30) NOT NULL,
  `date_trans` date NOT NULL,
  `fiscal_year` int(11) NOT NULL,
  `gl_date` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=920 ;

--
-- Dumping data for table `audit_trail`
--

INSERT INTO `audit_trail` (`id`, `trans_no`, `user`, `date_trans`, `fiscal_year`, `gl_date`) VALUES
(25, '25', '4', '2011-06-08', 17, '2011-06-08'),
(48, '48', '3', '2011-06-11', 17, '2011-06-11'),
(9, '9', '3', '2011-06-07', 17, '2011-06-07'),
(8, '8', '3', '2011-06-07', 17, '2011-06-07'),
(7, '7', '3', '2011-06-07', 17, '2011-06-07'),
(11, '11', '3', '2011-06-07', 17, '2011-06-07'),
(50, '50', '3', '2011-06-11', 17, '2011-06-11'),
(53, '53', '3', '2011-06-11', 17, '2011-06-11'),
(15, '15', '1', '2011-06-07', 17, '2011-06-07'),
(16, '16', '1', '2011-06-07', 17, '2011-06-07'),
(17, '17', '3', '2011-06-07', 17, '2011-06-07'),
(18, '18', '3', '2011-06-07', 17, '2011-06-07'),
(19, '19', '3', '2011-06-07', 17, '2011-06-07'),
(309, '311', '4', '2011-08-08', 17, '2011-08-08'),
(23, '23', '3', '2011-06-07', 17, '2011-06-07'),
(61, '61', '3', '2011-06-13', 17, '2011-06-13'),
(29, '29', '3', '2011-06-08', 17, '2011-06-08'),
(55, '55', '3', '2011-06-11', 17, '2011-06-11'),
(30, '30', '3', '2011-06-09', 17, '2011-06-09'),
(33, '33', '3', '2011-06-09', 17, '2011-06-09'),
(57, '57', '3', '2011-06-11', 17, '2011-06-11'),
(34, '34', '3', '2011-06-09', 17, '2011-06-09'),
(35, '35', '3', '2011-06-09', 17, '2011-06-09'),
(36, '36', '3', '2011-06-09', 17, '2011-06-09'),
(37, '37', '3', '2011-06-09', 17, '2011-06-09'),
(39, '39', '3', '2011-06-09', 17, '2011-06-09'),
(40, '40', '3', '2011-06-09', 17, '2011-06-09'),
(41, '41', '4', '2011-06-09', 17, '2011-06-09'),
(42, '42', '3', '2011-06-09', 17, '2011-06-09'),
(119, '120', '3', '2011-06-30', 17, '2011-06-30'),
(386, '387', '3', '2011-08-16', 17, '2011-08-16'),
(385, '386', '3', '2011-08-16', 17, '2011-08-16'),
(47, '47', '3', '2011-06-11', 17, '2011-06-11'),
(54, '54', '4', '2011-06-11', 17, '2011-06-11'),
(56, '56', '3', '2011-06-11', 17, '2011-06-11'),
(58, '58', '3', '2011-06-12', 17, '2011-06-12'),
(59, '59', '3', '2011-06-13', 17, '2011-06-13'),
(60, '60', '3', '2011-06-13', 17, '2011-06-13'),
(62, '62', '3', '2011-06-13', 17, '2011-06-13'),
(63, '63', '4', '2011-06-13', 17, '2011-06-13'),
(169, '170', '3', '2011-07-06', 17, '2011-07-06'),
(70, '70', '4', '2011-06-16', 17, '2011-06-16'),
(69, '69', '4', '2011-06-16', 17, '2011-06-16'),
(175, '176', '3', '2011-07-07', 17, '2011-07-07'),
(174, '175', '3', '2011-07-07', 17, '2011-07-07'),
(113, '114', '3', '2011-06-29', 17, '2011-06-29'),
(511, '512', '3', '2011-09-19', 17, '2011-09-19'),
(510, '511', '3', '2011-09-19', 17, '2011-09-19'),
(74, '74', '4', '2011-06-16', 17, '2011-06-16'),
(75, '76', '3', '2011-06-16', 17, '2011-06-16'),
(76, '77', '4', '2011-06-16', 17, '2011-06-16'),
(78, '79', '4', '2011-06-20', 17, '2011-06-20'),
(177, '178', '3', '2011-07-07', 17, '2011-07-07'),
(888, '892', '3', '2012-01-16', 17, '2012-01-16'),
(81, '82', '3', '2011-06-20', 17, '2011-06-20'),
(82, '83', '3', '2011-06-21', 17, '2011-06-21'),
(83, '84', '3', '2011-06-21', 17, '2011-06-21'),
(163, '164', '4', '2011-07-06', 17, '2011-07-06'),
(165, '166', '4', '2011-07-06', 17, '2011-07-06'),
(86, '87', '3', '2011-06-22', 17, '2011-06-22'),
(87, '88', '3', '2011-06-22', 17, '2011-06-22'),
(88, '89', '3', '2011-06-25', 17, '2011-06-25'),
(89, '90', '3', '2011-06-25', 17, '2011-06-25'),
(90, '91', '3', '2011-06-25', 17, '2011-06-25'),
(106, '107', '4', '2011-06-28', 17, '2011-06-28'),
(103, '104', '1', '2011-06-27', 17, '2011-06-27'),
(93, '94', '4', '2011-06-26', 17, '2011-06-26'),
(94, '95', '4', '2011-06-26', 17, '2011-06-26'),
(95, '96', '3', '2011-06-26', 17, '2011-06-26'),
(126, '127', '3', '2011-07-02', 17, '2011-07-02'),
(97, '98', '3', '2011-06-27', 17, '2011-06-27'),
(105, '106', '3', '2011-06-28', 17, '2011-06-28'),
(104, '105', '1', '2011-06-27', 17, '2011-06-27'),
(100, '101', '3', '2011-06-27', 17, '2011-06-27'),
(102, '103', '4', '2011-06-27', 17, '2011-06-27'),
(107, '108', '4', '2011-06-28', 17, '2011-06-28'),
(108, '109', '3', '2011-06-28', 17, '2011-06-28'),
(109, '110', '3', '2011-06-28', 17, '2011-06-28'),
(110, '111', '3', '2011-06-28', 17, '2011-06-28'),
(111, '112', '3', '2011-06-28', 17, '2011-06-28'),
(112, '113', '3', '2011-06-29', 17, '2011-06-29'),
(114, '115', '3', '2011-06-29', 17, '2011-06-29'),
(598, '599', '3', '2011-10-27', 17, '2011-10-27'),
(133, '134', '4', '2011-07-02', 17, '2011-07-02'),
(117, '118', '4', '2011-06-30', 17, '2011-06-30'),
(120, '121', '4', '2011-06-30', 17, '2011-06-30'),
(132, '133', '4', '2011-07-02', 17, '2011-07-02'),
(134, '135', '4', '2011-07-02', 17, '2011-07-02'),
(128, '129', '3', '2011-07-02', 17, '2011-07-02'),
(131, '132', '4', '2011-07-02', 17, '2011-07-02'),
(135, '136', '3', '2011-07-02', 17, '2011-07-02'),
(293, '294', '4', '2011-08-04', 17, '2011-08-04'),
(138, '139', '3', '2011-07-03', 17, '2011-07-03'),
(139, '140', '3', '2011-07-03', 17, '2011-07-03'),
(597, '598', '3', '2011-10-27', 17, '2011-10-27'),
(143, '144', '3', '2011-07-03', 17, '2011-07-03'),
(142, '143', '3', '2011-07-03', 17, '2011-07-03'),
(144, '145', '3', '2011-07-03', 17, '2011-07-03'),
(145, '146', '3', '2011-07-03', 17, '2011-07-03'),
(489, '490', '3', '2011-09-12', 17, '2011-09-12'),
(148, '149', '3', '2011-07-03', 17, '2011-07-03'),
(149, '150', '3', '2011-07-03', 17, '2011-07-03'),
(150, '151', '4', '2011-07-04', 17, '2011-07-04'),
(151, '152', '4', '2011-07-04', 17, '2011-07-04'),
(152, '153', '4', '2011-07-04', 17, '2011-07-04'),
(153, '154', '4', '2011-07-04', 17, '2011-07-04'),
(154, '155', '4', '2011-07-04', 17, '2011-07-04'),
(155, '156', '4', '2011-07-04', 17, '2011-07-04'),
(156, '157', '4', '2011-07-04', 17, '2011-07-04'),
(157, '158', '4', '2011-07-04', 17, '2011-07-04'),
(261, '262', '3', '2011-07-28', 17, '2011-07-28'),
(295, '296', '4', '2011-08-04', 17, '2011-08-04'),
(161, '162', '3', '2011-07-05', 17, '2011-07-05'),
(162, '163', '3', '2011-07-05', 17, '2011-07-05'),
(164, '165', '4', '2011-07-06', 17, '2011-07-06'),
(166, '167', '4', '2011-07-06', 17, '2011-07-06'),
(170, '171', '3', '2011-07-06', 17, '2011-07-06'),
(171, '172', '4', '2011-07-06', 17, '2011-07-06'),
(172, '173', '4', '2011-07-06', 17, '2011-07-06'),
(173, '174', '4', '2011-07-06', 17, '2011-07-06'),
(176, '177', '3', '2011-07-07', 17, '2011-07-07'),
(178, '179', '4', '2011-07-09', 17, '2011-07-09'),
(179, '180', '3', '2011-07-10', 17, '2011-07-10'),
(180, '181', '3', '2011-07-10', 17, '2011-07-10'),
(181, '182', '4', '2011-07-10', 17, '2011-07-10'),
(203, '204', '3', '2011-07-13', 17, '2011-07-13'),
(195, '196', '3', '2011-07-11', 17, '2011-07-11'),
(186, '187', '3', '2011-07-11', 17, '2011-07-11'),
(202, '203', '3', '2011-07-13', 17, '2011-07-13'),
(193, '194', '3', '2011-07-11', 17, '2011-07-11'),
(201, '202', '3', '2011-07-13', 17, '2011-07-13'),
(199, '200', '3', '2011-07-13', 17, '2011-07-13'),
(196, '197', '3', '2011-07-12', 17, '2011-07-12'),
(197, '198', '3', '2011-07-12', 17, '2011-07-12'),
(204, '205', '4', '2011-07-13', 17, '2011-07-13'),
(205, '206', '3', '2011-07-13', 17, '2011-07-13'),
(206, '207', '4', '2011-07-13', 17, '2011-07-13'),
(516, '517', '3', '2011-09-20', 17, '2011-09-20'),
(208, '209', '4', '2011-07-13', 17, '2011-07-13'),
(235, '236', '4', '2011-07-22', 17, '2011-07-22'),
(252, '253', '3', '2011-07-26', 17, '2011-07-26'),
(251, '252', '3', '2011-07-26', 17, '2011-07-26'),
(213, '214', '3', '2011-07-18', 17, '2011-07-18'),
(267, '268', '3', '2011-08-01', 17, '2011-08-01'),
(250, '251', '3', '2011-07-26', 17, '2011-07-26'),
(231, '232', '4', '2011-07-22', 17, '2011-07-22'),
(230, '231', '4', '2011-07-22', 17, '2011-07-22'),
(229, '230', '4', '2011-07-22', 17, '2011-07-22'),
(224, '225', '3', '2011-07-19', 17, '2011-07-19'),
(236, '237', '4', '2011-07-22', 17, '2011-07-22'),
(227, '228', '3', '2011-07-21', 17, '2011-07-21'),
(254, '255', '3', '2011-07-27', 17, '2011-07-27'),
(234, '235', '4', '2011-07-22', 17, '2011-07-22'),
(237, '238', '4', '2011-07-22', 17, '2011-07-22'),
(243, '244', '4', '2011-07-25', 17, '2011-07-25'),
(240, '241', '4', '2011-07-25', 17, '2011-07-25'),
(747, '751', '3', '2011-12-10', 17, '2011-12-10'),
(253, '254', '3', '2011-07-27', 17, '2011-07-27'),
(255, '256', '3', '2011-07-27', 17, '2011-07-27'),
(533, '534', '3', '2011-09-27', 17, '2011-09-27'),
(258, '259', '4', '2011-07-27', 17, '2011-07-27'),
(259, '260', '3', '2011-07-28', 17, '2011-07-28'),
(263, '264', '3', '2011-07-31', 17, '2011-07-31'),
(264, '265', '4', '2011-07-31', 17, '2011-07-31'),
(265, '266', '3', '2011-08-01', 17, '2011-08-01'),
(283, '284', '3', '2011-08-03', 17, '2011-08-03'),
(280, '281', '3', '2011-08-03', 17, '2011-08-03'),
(279, '280', '3', '2011-08-03', 17, '2011-08-03'),
(278, '279', '3', '2011-08-03', 17, '2011-08-03'),
(277, '278', '3', '2011-08-03', 17, '2011-08-03'),
(276, '277', '3', '2011-08-03', 17, '2011-08-03'),
(483, '484', '3', '2011-09-11', 17, '2011-09-11'),
(282, '283', '3', '2011-08-03', 17, '2011-08-03'),
(284, '285', '3', '2011-08-04', 17, '2011-08-04'),
(285, '286', '3', '2011-08-04', 17, '2011-08-04'),
(286, '287', '3', '2011-08-04', 17, '2011-08-04'),
(287, '288', '4', '2011-08-04', 17, '2011-08-04'),
(288, '289', '4', '2011-08-04', 17, '2011-08-04'),
(289, '290', '4', '2011-08-04', 17, '2011-08-04'),
(291, '292', '4', '2011-08-04', 17, '2011-08-04'),
(487, '488', '3', '2011-09-12', 17, '2011-09-12'),
(294, '295', '4', '2011-08-04', 17, '2011-08-04'),
(488, '489', '3', '2011-09-12', 17, '2011-09-12'),
(374, '375', '3', '2011-08-13', 17, '2011-08-13'),
(360, '361', '3', '2011-08-11', 17, '2011-08-11'),
(301, '302', '3', '2011-08-06', 17, '2011-08-06'),
(302, '303', '4', '2011-08-06', 17, '2011-08-06'),
(306, '307', '3', '2011-08-07', 17, '2011-08-07'),
(304, '305', '4', '2011-08-06', 17, '2011-08-04'),
(316, '318', '3', '2011-08-08', 17, '2011-08-08'),
(317, '319', '3', '2011-08-08', 17, '2011-08-08'),
(310, '310', '4', '2011-08-08', 17, '2011-08-08'),
(311, '312', '4', '2011-08-08', 17, '2011-08-08'),
(312, '313', '4', '2011-08-08', 17, '2011-08-08'),
(313, '314', '4', '2011-08-08', 17, '2011-08-08'),
(314, '315', '4', '2011-08-08', 17, '2011-08-08'),
(315, '316', '4', '2011-08-08', 17, '2011-08-08'),
(318, '317', '4', '2011-08-08', 17, '2011-08-08'),
(319, '320', '4', '2011-08-08', 17, '2011-08-08'),
(611, '612', '3', '2011-10-31', 17, '2011-10-31'),
(321, '322', '4', '2011-08-08', 17, '2011-08-08'),
(323, '324', '4', '2011-08-08', 17, '2011-08-08'),
(540, '541', '3', '2011-09-27', 17, '2011-09-27'),
(332, '333', '3', '2011-08-09', 17, '2011-08-09'),
(344, '345', '3', '2011-08-10', 17, '2011-08-10'),
(345, '346', '3', '2011-08-10', 17, '2011-08-10'),
(343, '344', '3', '2011-08-10', 17, '2011-08-10'),
(342, '343', '3', '2011-08-10', 17, '2011-08-10'),
(336, '337', '3', '2011-08-09', 17, '2011-08-09'),
(369, '370', '3', '2011-08-13', 17, '2011-08-13'),
(348, '349', '4', '2011-08-10', 17, '2011-08-10'),
(347, '348', '4', '2011-08-10', 17, '2011-08-10'),
(346, '347', '4', '2011-08-10', 17, '2011-08-10'),
(341, '342', '3', '2011-08-10', 17, '2011-08-10'),
(349, '350', '4', '2011-08-10', 17, '2011-08-10'),
(353, '354', '3', '2011-08-11', 17, '2011-08-11'),
(354, '355', '3', '2011-08-11', 17, '2011-08-11'),
(357, '358', '3', '2011-08-11', 17, '2011-08-11'),
(358, '359', '3', '2011-08-11', 17, '2011-08-11'),
(568, '569', '3', '2011-10-11', 17, '2011-10-11'),
(361, '362', '3', '2011-08-11', 17, '2011-08-11'),
(362, '363', '4', '2011-08-11', 17, '2011-04-11'),
(384, '385', '3', '2011-08-16', 17, '2011-08-16'),
(393, '394', '3', '2011-08-17', 17, '2011-08-17'),
(379, '380', '3', '2011-08-14', 17, '2011-08-14'),
(368, '369', '4', '2011-08-12', 17, '2011-08-12'),
(373, '374', '3', '2011-08-13', 17, '2011-08-13'),
(372, '373', '3', '2011-08-13', 17, '2011-08-13'),
(389, '390', '3', '2011-08-16', 17, '2011-08-16'),
(378, '379', '4', '2011-08-14', 17, '2011-08-14'),
(561, '562', '3', '2011-10-09', 17, '2011-10-09'),
(541, '542', '3', '2011-09-27', 17, '2011-09-27'),
(542, '543', '3', '2011-09-27', 17, '2011-09-27'),
(387, '388', '4', '2011-08-16', 17, '2011-08-16'),
(388, '389', '4', '2011-08-16', 17, '2011-08-16'),
(390, '391', '4', '2011-08-16', 17, '2011-08-16'),
(391, '392', '4', '2011-08-16', 17, '2011-08-16'),
(392, '393', '4', '2011-08-16', 17, '2011-08-16'),
(450, '451', '3', '2011-09-04', 17, '2011-09-04'),
(405, '406', '3', '2011-08-17', 17, '2011-08-17'),
(404, '405', '3', '2011-08-17', 17, '2011-08-17'),
(408, '409', '3', '2011-08-17', 17, '2011-08-17'),
(409, '410', '3', '2011-08-17', 17, '2011-08-17'),
(410, '411', '3', '2011-08-17', 17, '2011-08-17'),
(411, '412', '3', '2011-08-17', 17, '2011-08-17'),
(412, '413', '3', '2011-08-20', 17, '2011-08-20'),
(514, '515', '3', '2011-09-20', 17, '2011-09-20'),
(414, '415', '3', '2011-08-22', 17, '2011-08-22'),
(585, '586', '3', '2011-10-23', 17, '2011-10-23'),
(417, '418', '3', '2011-08-23', 17, '2011-08-23'),
(427, '428', '3', '2011-08-24', 17, '2011-08-24'),
(419, '420', '3', '2011-08-23', 17, '2011-08-23'),
(430, '431', '3', '2011-08-25', 17, '2011-08-25'),
(424, '425', '3', '2011-08-23', 17, '2011-08-23'),
(451, '452', '3', '2011-09-04', 17, '2011-09-04'),
(431, '432', '3', '2011-08-25', 17, '2011-08-25'),
(446, '447', '3', '2011-09-03', 17, '2011-09-03'),
(477, '478', '3', '2011-09-08', 17, '2011-09-08'),
(435, '436', '3', '2011-08-25', 17, '2011-08-25'),
(436, '437', '3', '2011-08-25', 17, '2011-08-25'),
(439, '440', '3', '2011-08-29', 17, '2011-08-29'),
(534, '535', '3', '2011-09-27', 17, '2011-09-27'),
(441, '442', '3', '2011-08-29', 17, '2011-08-29'),
(442, '443', '3', '2011-08-29', 17, '2011-08-29'),
(443, '444', '3', '2011-08-29', 17, '2011-08-29'),
(444, '445', '3', '2011-08-29', 17, '2011-08-29'),
(452, '453', '3', '2011-09-04', 17, '2011-09-04'),
(455, '456', '3', '2011-09-05', 17, '2011-09-05'),
(454, '455', '3', '2011-09-05', 17, '2011-09-05'),
(459, '460', '3', '2011-09-05', 17, '2011-09-05'),
(458, '459', '3', '2011-09-05', 17, '2011-09-05'),
(473, '474', '3', '2011-09-07', 17, '2011-09-07'),
(462, '463', '3', '2011-09-06', 17, '2011-09-06'),
(545, '546', '3', '2011-09-29', 17, '2011-09-29'),
(465, '466', '3', '2011-09-06', 17, '2011-09-06'),
(466, '467', '3', '2011-09-06', 17, '2011-09-06'),
(467, '468', '3', '2011-09-06', 17, '2011-09-06'),
(468, '469', '3', '2011-09-06', 17, '2011-09-06'),
(469, '470', '3', '2011-09-06', 17, '2011-09-06'),
(470, '471', '3', '2011-09-06', 17, '2011-09-06'),
(544, '545', '3', '2011-09-29', 17, '2011-09-29'),
(476, '477', '3', '2011-09-08', 17, '2011-09-08'),
(478, '479', '4', '2011-09-11', 17, '2011-09-11'),
(479, '480', '4', '2011-09-11', 17, '2011-09-11'),
(480, '481', '4', '2011-09-11', 17, '2011-09-11'),
(481, '482', '3', '2011-09-11', 17, '2011-09-11'),
(482, '483', '3', '2011-09-11', 17, '2011-09-11'),
(485, '486', '3', '2011-09-12', 17, '2011-09-12'),
(490, '491', '4', '2011-09-12', 17, '2011-09-12'),
(491, '492', '3', '2011-09-13', 17, '2011-09-13'),
(493, '494', '3', '2011-09-14', 17, '2011-09-14'),
(494, '495', '4', '2011-09-18', 17, '2011-09-18'),
(495, '496', '4', '2011-09-18', 17, '2011-09-18'),
(496, '497', '3', '2011-09-18', 17, '2011-09-18'),
(497, '498', '4', '2011-09-18', 17, '2011-09-18'),
(498, '499', '3', '2011-09-18', 17, '2011-09-18'),
(504, '505', '3', '2011-09-19', 17, '2011-09-19'),
(503, '504', '3', '2011-09-19', 17, '2011-09-19'),
(501, '502', '3', '2011-09-18', 17, '2011-09-18'),
(502, '503', '3', '2011-09-18', 17, '2011-09-18'),
(505, '506', '4', '2011-09-19', 17, '2011-09-19'),
(506, '507', '4', '2011-09-19', 17, '2011-09-19'),
(507, '508', '4', '2011-09-19', 17, '2011-09-19'),
(508, '509', '4', '2011-09-19', 17, '2011-09-19'),
(509, '510', '4', '2011-09-19', 17, '2011-09-19'),
(512, '513', '3', '2011-09-19', 17, '2011-09-19'),
(513, '514', '4', '2011-09-20', 17, '2011-09-20'),
(515, '516', '3', '2011-09-20', 17, '2011-09-20'),
(517, '518', '3', '2011-09-20', 17, '2011-09-20'),
(518, '519', '3', '2011-09-20', 17, '2011-09-20'),
(519, '520', '4', '2011-09-21', 17, '2011-09-21'),
(520, '521', '4', '2011-09-21', 17, '2011-09-21'),
(521, '522', '4', '2011-09-21', 17, '2011-09-21'),
(537, '538', '3', '2011-09-27', 17, '2011-09-27'),
(526, '527', '3', '2011-09-25', 17, '2011-09-25'),
(539, '540', '3', '2011-09-27', 17, '2011-09-27'),
(538, '539', '3', '2011-09-27', 17, '2011-09-27'),
(529, '530', '4', '2011-09-26', 17, '2011-09-26'),
(530, '531', '4', '2011-09-26', 17, '2011-09-26'),
(531, '532', '4', '2011-09-26', 17, '2011-09-26'),
(532, '533', '3', '2011-09-27', 17, '2011-09-27'),
(535, '536', '4', '2011-09-27', 17, '2011-09-27'),
(536, '537', '4', '2011-09-27', 17, '2011-09-27'),
(546, '547', '4', '2011-10-01', 17, '2011-10-01'),
(548, '549', '3', '2011-10-02', 17, '2011-10-02'),
(549, '550', '3', '2011-10-02', 17, '2011-10-02'),
(550, '551', '3', '2011-10-02', 17, '2011-10-02'),
(639, '640', '3', '2011-11-12', 17, '2011-11-12'),
(552, '553', '3', '2011-10-03', 17, '2011-10-03'),
(553, '554', '3', '2011-10-04', 17, '2011-10-04'),
(554, '555', '3', '2011-10-04', 17, '2011-10-04'),
(555, '556', '3', '2011-10-04', 17, '2011-10-04'),
(556, '557', '3', '2011-10-06', 17, '2011-10-06'),
(579, '580', '3', '2011-10-16', 17, '2011-10-16'),
(559, '560', '4', '2011-10-09', 17, '2011-10-09'),
(562, '563', '3', '2011-10-09', 17, '2011-10-09'),
(567, '568', '3', '2011-10-11', 17, '2011-10-11'),
(564, '565', '3', '2011-10-10', 17, '2011-10-10'),
(566, '567', '3', '2011-10-10', 17, '2011-10-10'),
(569, '570', '3', '2011-10-11', 17, '2011-10-11'),
(570, '571', '4', '2011-10-12', 17, '2011-10-12'),
(571, '572', '4', '2011-10-12', 17, '2011-10-12'),
(572, '573', '4', '2011-10-12', 17, '2011-10-12'),
(573, '574', '3', '2011-10-12', 17, '2011-10-12'),
(574, '575', '3', '2011-10-12', 17, '2011-10-12'),
(575, '576', '3', '2011-10-13', 17, '2011-10-13'),
(576, '577', '3', '2011-10-13', 17, '2011-10-13'),
(589, '590', '4', '2011-10-23', 17, '2011-10-23'),
(578, '579', '4', '2011-10-16', 17, '2011-10-16'),
(580, '581', '3', '2011-10-16', 17, '2011-10-16'),
(581, '582', '3', '2011-10-17', 17, '2011-10-17'),
(619, '620', '3', '2011-11-02', 17, '2011-11-02'),
(583, '584', '4', '2011-10-19', 17, '2011-10-19'),
(584, '585', '4', '2011-10-19', 17, '2011-10-19'),
(587, '588', '3', '2011-10-23', 17, '2011-10-23'),
(588, '589', '3', '2011-10-23', 17, '2011-10-23'),
(590, '591', '3', '2011-10-24', 17, '2011-10-24'),
(591, '592', '3', '2011-10-24', 17, '2011-10-24'),
(592, '593', '3', '2011-10-25', 17, '2011-10-25'),
(593, '594', '3', '2011-10-25', 17, '2011-10-25'),
(594, '595', '3', '2011-10-25', 17, '2011-10-25'),
(595, '596', '3', '2011-10-26', 17, '2011-10-26'),
(596, '597', '3', '2011-10-26', 17, '2011-10-26'),
(600, '601', '3', '2011-10-27', 17, '2011-10-27'),
(607, '608', '4', '2011-10-29', 17, '2011-10-29'),
(602, '603', '3', '2011-10-27', 17, '2011-10-27'),
(605, '606', '3', '2011-10-29', 17, '2011-10-29'),
(608, '609', '4', '2011-10-29', 17, '2011-10-29'),
(609, '610', '3', '2011-10-30', 17, '2011-10-30'),
(610, '611', '3', '2011-10-30', 17, '2011-10-30'),
(614, '615', '3', '2011-10-31', 17, '2011-10-31'),
(615, '616', '3', '2011-11-01', 17, '2011-11-01'),
(616, '617', '3', '2011-11-01', 17, '2011-11-01'),
(617, '618', '3', '2011-11-01', 17, '2011-11-01'),
(618, '619', '3', '2011-11-01', 17, '2011-11-01'),
(620, '621', '3', '2011-11-02', 17, '2011-11-02'),
(641, '642', '3', '2011-11-12', 17, '2011-11-12'),
(757, '761', '3', '2011-12-13', 17, '2011-12-13'),
(624, '625', '3', '2011-11-02', 17, '2011-11-02'),
(628, '629', '3', '2011-11-02', 17, '2011-11-02'),
(629, '630', '3', '2011-11-03', 17, '2011-11-03'),
(630, '631', '3', '2011-11-09', 17, '2011-11-09'),
(631, '632', '3', '2011-11-10', 17, '2011-11-10'),
(833, '837', '3', '2012-01-02', 17, '2012-01-02'),
(727, '731', '4', '2011-12-04', 17, '2011-12-04'),
(635, '636', '3', '2011-11-11', 17, '2011-11-11'),
(637, '638', '3', '2011-11-12', 17, '2011-11-12'),
(640, '641', '3', '2011-11-12', 17, '2011-11-12'),
(642, '643', '3', '2011-11-12', 17, '2011-11-12'),
(643, '644', '3', '2011-11-13', 17, '2011-11-13'),
(644, '645', '4', '2011-11-13', 17, '2011-11-13'),
(645, '646', '4', '2011-11-13', 17, '2011-11-13'),
(646, '647', '4', '2011-11-13', 17, '2011-11-13'),
(648, '649', '3', '2011-11-14', 17, '2011-11-14'),
(649, '650', '4', '2011-11-15', 17, '2011-11-15'),
(650, '651', '4', '2011-11-15', 17, '2011-11-15'),
(651, '652', '1', '2011-11-15', 17, '2011-11-15'),
(654, '655', '3', '2011-11-16', 17, '2011-11-16'),
(659, '660', '3', '2011-11-17', 17, '2011-11-17'),
(658, '659', '3', '2011-11-16', 17, '2011-11-16'),
(657, '658', '3', '2011-11-16', 17, '2011-11-16'),
(660, '661', '4', '2011-11-17', 17, '2011-11-17'),
(662, '663', '4', '2011-11-17', 17, '2011-11-17'),
(663, '664', '3', '2011-11-21', 17, '2011-11-21'),
(664, '665', '3', '2011-11-21', 17, '2011-11-21'),
(665, '666', '3', '2011-11-22', 17, '2011-11-22'),
(666, '667', '3', '2011-11-22', 17, '2011-11-22'),
(667, '668', '3', '2011-11-22', 17, '2011-11-22'),
(668, '669', '3', '2011-11-22', 17, '2011-11-22'),
(669, '670', '3', '2011-11-22', 17, '2011-11-22'),
(686, '687', '3', '2011-11-23', 17, '2011-11-23'),
(685, '686', '3', '2011-11-23', 17, '2011-11-23'),
(683, '684', '3', '2011-11-22', 17, '2011-11-22'),
(682, '683', '3', '2011-11-22', 17, '2011-11-22'),
(681, '682', '3', '2011-11-22', 17, '2011-11-22'),
(680, '681', '3', '2011-11-22', 17, '2011-11-22'),
(679, '680', '3', '2011-11-22', 17, '2011-11-22'),
(677, '678', '3', '2011-11-22', 17, '2011-11-22'),
(678, '679', '3', '2011-11-22', 17, '2011-11-22'),
(684, '685', '4', '2011-11-23', 17, '2011-11-23'),
(687, '688', '4', '2011-11-23', 17, '2011-11-23'),
(688, '689', '4', '2011-11-23', 17, '2011-11-23'),
(689, '690', '3', '2011-11-26', 17, '2011-11-26'),
(690, '691', '4', '2011-11-27', 17, '2011-11-27'),
(691, '692', '3', '2011-11-28', 17, '2011-11-28'),
(692, '693', '3', '2011-11-28', 17, '2011-11-28'),
(694, '695', '3', '2011-11-28', 17, '2011-11-28'),
(695, '696', '3', '2011-11-28', 17, '2011-11-28'),
(696, '697', '4', '2011-11-28', 17, '2011-11-24'),
(697, '698', '4', '2011-11-28', 17, '2011-11-27'),
(698, '699', '3', '2011-11-28', 17, '2011-11-28'),
(699, '700', '3', '2011-11-30', 17, '2011-11-30'),
(700, '701', '3', '2011-12-01', 17, '2011-12-01'),
(701, '702', '3', '2011-12-01', 17, '2011-12-01'),
(702, '703', '4', '2011-12-01', 17, '2011-12-01'),
(703, '704', '3', '2011-12-01', 17, '2011-12-01'),
(826, '830', '3', '2011-12-28', 17, '2011-12-28'),
(706, '707', '3', '2011-12-01', 17, '2011-12-01'),
(709, '710', '3', '2011-12-03', 17, '2011-12-03'),
(708, '709', '3', '2011-12-03', 17, '2011-12-03'),
(710, '711', '3', '2011-12-03', 17, '2011-12-03'),
(711, '712', '4', '2011-12-04', 17, '2011-12-04'),
(712, '713', '3', '2011-12-04', 17, '2011-12-04'),
(713, '714', '3', '2011-12-04', 17, '2011-12-04'),
(714, '715', '4', '2011-12-04', 17, '2011-12-04'),
(715, '716', '4', '2011-12-04', 17, '2011-12-04'),
(716, '717', '4', '2011-12-04', 17, '2011-12-04'),
(717, '718', '4', '2011-12-04', 17, '2011-02-10'),
(718, '719', '4', '2011-12-04', 17, '2011-12-04'),
(719, '720', '4', '2011-12-04', 17, '2011-12-04'),
(720, '721', '4', '2011-12-04', 17, '2011-12-04'),
(721, '723', '4', '2011-12-04', 17, '2011-12-04'),
(722, '726', '4', '2011-12-04', 17, '2011-12-04'),
(723, '727', '4', '2011-12-04', 17, '2011-12-04'),
(724, '728', '4', '2011-12-04', 17, '2011-12-04'),
(725, '729', '4', '2011-12-04', 17, '2011-12-04'),
(726, '730', '4', '2011-12-04', 17, '2011-12-04'),
(728, '732', '4', '2011-12-04', 17, '2011-12-04'),
(729, '733', '4', '2011-12-04', 17, '2011-12-04'),
(730, '734', '4', '2011-12-04', 17, '2011-12-04'),
(731, '735', '4', '2011-12-04', 17, '2011-12-04'),
(732, '736', '4', '2011-12-04', 17, '2011-12-04'),
(733, '737', '3', '2011-12-04', 17, '2011-12-04'),
(734, '738', '3', '2011-12-04', 17, '2011-12-04'),
(735, '739', '3', '2011-12-04', 17, '2011-12-04'),
(737, '741', '3', '2011-12-05', 17, '2011-12-05'),
(738, '742', '3', '2011-12-05', 17, '2011-12-05'),
(739, '743', '3', '2011-12-05', 17, '2011-12-05'),
(740, '744', '4', '2011-12-05', 17, '2011-12-05'),
(741, '745', '3', '2011-12-05', 17, '2011-12-05'),
(742, '746', '4', '2011-12-05', 17, '2011-12-05'),
(743, '747', '4', '2011-12-07', 17, '2011-12-07'),
(744, '748', '3', '2011-12-08', 17, '2011-12-08'),
(746, '750', '3', '2011-12-08', 17, '2011-12-08'),
(748, '752', '3', '2011-12-11', 17, '2011-12-11'),
(749, '753', '3', '2011-12-11', 17, '2011-12-11'),
(750, '754', '3', '2011-12-12', 17, '2011-12-12'),
(824, '828', '3', '2011-12-28', 17, '2011-12-28'),
(752, '756', '3', '2011-12-13', 17, '2011-12-13'),
(754, '758', '3', '2011-12-13', 17, '2011-12-13'),
(755, '759', '4', '2011-12-13', 17, '2011-12-13'),
(758, '762', '3', '2011-12-13', 17, '2011-12-13'),
(759, '763', '3', '2011-12-14', 17, '2011-12-14'),
(760, '764', '3', '2011-12-14', 17, '2011-12-14'),
(763, '767', '3', '2011-12-14', 17, '2011-12-14'),
(767, '771', '3', '2011-12-19', 17, '2011-12-19'),
(765, '769', '4', '2011-12-15', 17, '2011-12-15'),
(766, '770', '4', '2011-12-15', 17, '2011-12-15'),
(768, '772', '3', '2011-12-19', 17, '2011-12-19'),
(770, '774', '3', '2011-12-19', 17, '2011-12-19'),
(771, '775', '3', '2011-12-19', 17, '2011-12-19'),
(772, '776', '3', '2011-12-19', 17, '2011-12-19'),
(773, '777', '3', '2011-12-19', 17, '2011-12-19'),
(774, '778', '3', '2011-12-19', 17, '2011-12-19'),
(775, '779', '3', '2011-12-19', 17, '2011-12-19'),
(776, '780', '3', '2011-12-19', 17, '2011-12-19'),
(777, '781', '3', '2011-12-19', 17, '2011-12-19'),
(897, '901', '6', '2012-01-18', 17, '2012-01-18'),
(779, '783', '3', '2011-12-19', 17, '2011-12-19'),
(825, '829', '3', '2011-12-28', 17, '2011-12-28'),
(781, '785', '3', '2011-12-21', 17, '2011-12-21'),
(782, '786', '3', '2011-12-22', 17, '2011-12-22'),
(783, '787', '3', '2011-12-22', 17, '2011-12-22'),
(786, '790', '3', '2011-12-24', 17, '2011-12-24'),
(787, '791', '4', '2011-12-24', 17, '2011-12-24'),
(788, '792', '3', '2011-12-24', 17, '2011-12-24'),
(794, '798', '3', '2011-12-26', 17, '2011-12-26'),
(790, '794', '4', '2011-12-26', 17, '2011-12-26'),
(791, '795', '4', '2011-12-26', 17, '2011-12-26'),
(792, '796', '3', '2011-12-26', 17, '2011-12-26'),
(799, '803', '3', '2011-12-26', 17, '2011-12-26'),
(796, '800', '4', '2011-12-26', 17, '2011-12-26'),
(797, '801', '3', '2011-12-26', 17, '2011-12-26'),
(800, '804', '3', '2011-12-26', 17, '2011-12-26'),
(801, '805', '3', '2011-12-26', 17, '2011-12-26'),
(802, '806', '3', '2011-12-26', 17, '2011-12-26'),
(803, '807', '3', '2011-12-26', 17, '2011-12-26'),
(804, '808', '3', '2011-12-26', 17, '2011-12-26'),
(805, '809', '3', '2011-12-26', 17, '2011-12-26'),
(806, '810', '3', '2011-12-26', 17, '2011-12-26'),
(807, '811', '3', '2011-12-26', 17, '2011-12-26'),
(808, '812', '4', '2011-12-27', 17, '2011-12-27'),
(809, '813', '3', '2011-12-27', 17, '2011-12-27'),
(810, '814', '3', '2011-12-27', 17, '2011-12-27'),
(811, '815', '3', '2011-12-27', 17, '2011-12-27'),
(812, '816', '4', '2011-12-27', 17, '2011-12-27'),
(813, '817', '4', '2011-12-27', 17, '2011-12-27'),
(814, '818', '4', '2011-12-27', 17, '2011-12-27'),
(815, '819', '4', '2011-12-27', 17, '2011-12-27'),
(816, '820', '4', '2011-12-27', 17, '2011-12-27'),
(817, '821', '4', '2011-12-27', 17, '2011-12-27'),
(818, '822', '3', '2011-12-27', 17, '2011-12-27'),
(819, '823', '4', '2011-12-27', 17, '2011-12-27'),
(820, '824', '3', '2011-12-27', 17, '2011-12-27'),
(821, '825', '4', '2011-12-27', 17, '2011-12-27'),
(822, '826', '3', '2011-12-27', 17, '2011-12-27'),
(827, '831', '4', '2011-12-29', 17, '2011-12-29'),
(828, '832', '3', '2011-12-29', 17, '2011-12-29'),
(829, '833', '4', '2011-12-30', 17, '2011-12-30'),
(830, '834', '3', '2012-01-01', 17, '2012-01-01'),
(831, '835', '3', '2012-01-01', 17, '2012-01-01'),
(880, '884', '4', '2012-01-15', 17, '2012-01-15'),
(834, '838', '3', '2012-01-03', 17, '2012-01-03'),
(835, '839', '3', '2012-01-03', 17, '2012-01-03'),
(837, '841', '3', '2012-01-03', 17, '2012-01-03'),
(838, '842', '3', '2012-01-03', 17, '2012-01-03'),
(839, '843', '3', '2012-01-03', 17, '2012-01-03'),
(840, '844', '6', '2012-01-05', 17, '2012-01-05'),
(841, '845', '3', '2012-01-05', 17, '2012-01-05'),
(843, '847', '3', '2012-01-07', 17, '2012-01-07'),
(844, '848', '3', '2012-01-08', 17, '2012-01-08'),
(845, '849', '3', '2012-01-08', 17, '2012-01-08'),
(848, '852', '3', '2012-01-08', 17, '2012-01-08'),
(849, '853', '3', '2012-01-08', 17, '2012-01-08'),
(850, '854', '3', '2012-01-08', 17, '2012-01-08'),
(856, '860', '3', '2012-01-10', 17, '2012-01-10'),
(855, '859', '3', '2012-01-10', 17, '2012-01-10'),
(853, '857', '3', '2012-01-09', 17, '2012-01-09'),
(854, '858', '3', '2012-01-09', 17, '2012-01-09'),
(857, '861', '4', '2012-01-10', 17, '2012-01-10'),
(858, '862', '4', '2012-01-10', 17, '2012-01-10'),
(859, '863', '4', '2012-01-10', 17, '2012-01-10'),
(860, '864', '4', '2012-01-10', 17, '2012-01-10'),
(861, '865', '3', '2012-01-10', 17, '2012-01-10'),
(862, '866', '3', '2012-01-10', 17, '2012-01-10'),
(863, '867', '3', '2012-01-10', 17, '2012-01-10'),
(864, '868', '4', '2012-01-11', 17, '2012-01-11'),
(865, '870', '3', '2012-01-11', 17, '2012-01-11'),
(866, '871', '4', '2012-01-11', 17, '2012-01-11'),
(867, '872', '3', '2012-01-11', 17, '2012-01-11'),
(868, '873', '3', '2012-01-11', 17, '2012-01-11'),
(869, '869', '4', '2012-01-12', 17, '2012-01-11'),
(870, '874', '3', '2012-01-12', 17, '2012-01-12'),
(871, '875', '4', '2012-01-12', 17, '2012-01-12'),
(872, '876', '4', '2012-01-12', 17, '2012-01-11'),
(873, '877', '4', '2012-01-12', 17, '2012-01-11'),
(874, '878', '6', '2012-01-12', 17, '2012-01-12'),
(893, '897', '6', '2012-01-18', 17, '2012-01-18'),
(889, '893', '3', '2012-01-16', 17, '2012-01-16'),
(877, '881', '4', '2012-01-15', 17, '2012-01-15'),
(878, '882', '4', '2012-01-15', 17, '2011-07-02'),
(879, '883', '4', '2012-01-15', 17, '2012-01-15'),
(881, '885', '4', '2012-01-15', 17, '2012-01-15'),
(882, '886', '4', '2012-01-15', 17, '2012-01-15'),
(883, '887', '4', '2012-01-15', 17, '2012-01-15'),
(884, '888', '4', '2012-01-15', 17, '2012-01-15'),
(885, '889', '4', '2012-01-15', 17, '2012-01-15'),
(886, '890', '4', '2012-01-15', 17, '2012-01-15'),
(887, '891', '3', '2012-01-16', 17, '2012-01-16'),
(891, '895', '3', '2012-01-18', 17, '2012-01-18'),
(892, '896', '3', '2012-01-18', 17, '2012-01-18'),
(894, '898', '4', '2012-01-18', 17, '2012-01-18'),
(895, '899', '3', '2012-01-18', 17, '2012-01-18'),
(898, '902', '3', '2012-01-19', 17, '2012-01-19'),
(901, '905', '3', '2012-01-21', 17, '2012-01-21'),
(900, '904', '3', '2012-01-19', 17, '2012-01-19'),
(902, '906', '3', '2012-01-21', 17, '2012-01-21'),
(903, '907', '4', '2012-01-21', 17, '2012-01-21'),
(904, '908', '4', '2012-01-21', 17, '2012-01-21'),
(905, '909', '4', '2012-01-22', 17, '2012-01-22'),
(906, '910', '4', '2012-01-22', 17, '2012-01-22'),
(907, '911', '4', '2012-01-22', 17, '2012-01-22'),
(912, '916', '3', '2012-01-23', 17, '2012-01-23'),
(913, '917', '3', '2012-01-23', 17, '2012-01-23'),
(914, '918', '3', '2012-01-24', 17, '2012-01-24'),
(915, '919', '4', '2012-01-25', 17, '2012-01-25'),
(916, '920', '4', '2012-01-25', 17, '2012-01-25'),
(917, '921', '8', '2012-01-26', 17, '2012-01-26'),
(918, '922', '3', '2012-01-26', 17, '2012-01-26'),
(919, '923', '4', '2012-01-26', 17, '2012-01-26');

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

--
-- Table structure for table `auto_journal`
--

CREATE TABLE IF NOT EXISTS `auto_journal` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` varchar(30) NOT NULL,
  `date` date NOT NULL,
  `title` varchar(100) NOT NULL,
  `account_code` varchar(30) NOT NULL,
  `account_id` int(11) NOT NULL,
  `amount` double NOT NULL,
  `memo` tinytext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `bank_accounts`
--

CREATE TABLE IF NOT EXISTS `bank_accounts` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `account_code` varchar(11) NOT NULL DEFAULT '',
  `bank_account_name` varchar(60) NOT NULL DEFAULT '',
  `acc_type` varchar(2) NOT NULL,
  `bank_account_number` varchar(100) NOT NULL DEFAULT '',
  `bank_name` varchar(60) NOT NULL DEFAULT '',
  `bank_address` tinytext,
  `bank_curr_code` char(3) NOT NULL DEFAULT '',
  `last_reconciled_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `ending_reconcile_balance` double NOT NULL,
  `inactive` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `bank_account_name` (`bank_account_name`),
  KEY `bank_account_number` (`bank_account_number`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `bank_accounts`
--

INSERT INTO `bank_accounts` (`id`, `account_code`, `bank_account_name`, `acc_type`, `bank_account_number`, `bank_name`, `bank_address`, `bank_curr_code`, `last_reconciled_date`, `ending_reconcile_balance`, `inactive`) VALUES
(1, '100010', 'Commercial Bank of Qatar', '2', '123456', 'Commercial Bank', '', '7', '0000-00-00 00:00:00', 0, 0),
(2, '100012', 'Cash in hand', '4', '500000', '', '', '7', '0000-00-00 00:00:00', 0, 0);

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

--
-- Table structure for table `bank_to_bank`
--

CREATE TABLE IF NOT EXISTS `bank_to_bank` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `from_b` varchar(30) NOT NULL,
  `to_b` varchar(30) NOT NULL,
  `amount` double NOT NULL,
  `trans_date` date NOT NULL,
  `ref` varchar(25) NOT NULL,
  `memo` tinytext NOT NULL,
  `type` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `bank_trans`
--

CREATE TABLE IF NOT EXISTS `bank_trans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `trans_no` int(11) DEFAULT NULL,
  `bank_act` varchar(11) DEFAULT NULL,
  `ref` varchar(40) DEFAULT NULL,
  `trans_date` date NOT NULL DEFAULT '0000-00-00',
  `amount` double DEFAULT '0',
  `reconciled` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `bank_act` (`bank_act`,`ref`),
  KEY `type` (`trans_no`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=159 ;

--
-- Dumping data for table `bank_trans`
--

INSERT INTO `bank_trans` (`id`, `trans_no`, `bank_act`, `ref`, `trans_date`, `amount`, `reconciled`) VALUES
(1, 41, '1', 'RV/2011/1', '2011-06-09', 2815, ''),
(2, 63, '1', 'RV/2011/2', '2011-06-13', 1600, ''),
(3, 74, '1', 'RV/2011/3', '2011-06-16', 46655, ''),
(4, 77, '1', 'RV/2011/4', '2011-06-16', 3675, ''),
(5, 94, '1', 'RV/2011/5', '2011-06-26', 6010, ''),
(6, 95, '1', 'RV/2011/6', '2011-06-26', 5010, ''),
(7, 107, '1', 'RV/2011/7', '2011-06-28', 5300, ''),
(8, 108, '1', 'RV/2011/8', '2011-06-28', 13002, ''),
(9, 121, '1', 'RV/2011/9', '2011-06-30', 26465, ''),
(10, 152, '1', 'PV/2011/1', '2011-07-04', -20000, ''),
(11, 154, '1', 'PV/2011/2', '2011-07-04', -3000, ''),
(12, 156, '1', 'PV/2011/3', '2011-07-04', -3500, ''),
(13, 158, '1', 'PV/2011/4', '2011-07-04', -8000, ''),
(14, 172, '1', 'RV/2011/10', '2011-07-06', 5900, ''),
(15, 173, '1', 'RV/2011/11', '2011-07-06', 3184, ''),
(16, 174, '1', 'RV/2011/12', '2011-07-06', 6283, ''),
(17, 179, '1', 'RV/2011/13', '2011-07-09', 1010, ''),
(18, 182, '1', 'RV/2011/14', '2011-07-10', 3425, ''),
(19, 205, '1', 'RV/2011/15', '2011-07-13', 22652, ''),
(20, 207, '1', 'RV/2011/16', '2011-07-13', 54900, ''),
(21, 209, '1', 'RV/2011/17', '2011-07-13', 14103, ''),
(22, 241, '1', 'RV/2011/18', '2011-07-25', 75932, ''),
(23, 259, '1', 'RV/2011/19', '2011-07-27', 2000, ''),
(24, 265, '1', 'RV/2011/20', '2011-07-31', 24446, ''),
(25, 288, '1', 'RV/2011/21', '2011-08-04', 121198, ''),
(26, 289, '1', 'RV/2011/22', '2011-08-04', 215970, ''),
(27, 290, '1', 'RV/2011/23', '2011-08-04', 2550, ''),
(28, 292, '1', 'RV/2011/24', '2011-08-04', 54900, ''),
(30, 295, '1', 'RV/2011/25', '2011-08-04', 400, ''),
(31, 296, '1', 'RV/2011/26', '2011-08-04', 24446, ''),
(32, 303, '1', 'RV/2011/27', '2011-08-06', 25920, ''),
(33, 305, '1', 'JV/2011/5', '2011-08-04', -54900, ''),
(34, 310, '1', 'RV/2011/28', '2011-08-08', 1113, ''),
(35, 312, '1', 'RV/2011/29', '2011-08-08', 1058, ''),
(36, 313, '1', 'RV/2011/30', '2011-08-08', 750, ''),
(37, 314, '1', 'RV/2011/31', '2011-08-08', 2334, ''),
(38, 315, '1', 'RV/2011/32', '2011-08-08', 400, ''),
(39, 316, '1', 'RV/2011/33', '2011-08-08', 1965, ''),
(40, 317, '1', 'RV/2011/34', '2011-08-08', 1525, ''),
(41, 320, '1', 'RV/2011/35', '2011-08-08', 2900, ''),
(42, 322, '1', 'RV/2011/36', '2011-08-08', 3180, ''),
(43, 324, '1', 'RV/2011/37', '2011-08-08', 22718, ''),
(44, 350, '1', 'RV/2011/38', '2011-08-10', 271947.88, ''),
(45, 363, '1', 'RV/2011/39', '2011-04-11', 45010, ''),
(46, 369, '1', 'RV/2011/40', '2011-08-12', 1108, ''),
(47, 379, '1', 'RV/2011/41', '2011-08-14', 2975, ''),
(48, 388, '1', 'RV/2011/42', '2011-08-16', 37027, ''),
(49, 389, '1', 'RV/2011/43', '2011-08-16', 18800, ''),
(50, 391, '1', 'RV/2011/44', '2011-08-16', 7720, ''),
(51, 392, '1', 'RV/2011/45', '2011-08-16', 5975, ''),
(52, 393, '1', 'RV/2011/46', '2011-08-16', 12516, ''),
(53, 479, '1', 'RV/2011/47', '2011-09-11', 2140, ''),
(54, 480, '1', 'RV/2011/48', '2011-09-11', 4613, ''),
(55, 481, '1', 'RV/2011/49', '2011-09-11', 3914, ''),
(56, 491, '1', 'RV/2011/50', '2011-09-12', 42150, ''),
(57, 495, '1', 'RV/2011/51', '2011-09-18', 24446, ''),
(58, 496, '1', 'RV/2011/52', '2011-09-18', 1895, ''),
(59, 498, '1', 'RV/2011/53', '2011-09-18', 27592, ''),
(60, 506, '1', 'RV/2011/54', '2011-09-19', 1478, ''),
(61, 507, '1', 'RV/2011/55', '2011-09-19', 1795, ''),
(62, 508, '1', 'RV/2011/56', '2011-09-19', 3826, ''),
(63, 509, '1', 'RV/2011/57', '2011-09-19', 2500, ''),
(64, 510, '1', 'RV/2011/58', '2011-09-19', 550, ''),
(65, 514, '1', 'RV/2011/59', '2011-09-20', 12290, ''),
(66, 520, '1', 'RV/2011/60', '2011-09-21', 16198, ''),
(67, 521, '1', 'RV/2011/61', '2011-09-21', 6295, ''),
(68, 522, '1', 'RV/2011/62', '2011-09-21', 1638, ''),
(69, 530, '1', 'RV/2011/63', '2011-09-26', 11485, ''),
(70, 531, '1', 'RV/2011/64', '2011-09-26', 7030, ''),
(71, 532, '1', 'RV/2011/65', '2011-09-26', 5757, ''),
(72, 536, '1', 'RV/2011/66', '2011-09-27', 9884, ''),
(73, 537, '1', 'RV/2011/67', '2011-09-27', 3775, ''),
(74, 547, '1', 'RV/2011/68', '2011-10-01', 8489, ''),
(75, 560, '1', 'RV/2011/69', '2011-10-09', 1370, ''),
(76, 571, '1', 'RV/2011/70', '2011-10-12', 9740, ''),
(77, 572, '1', 'RV/2011/71', '2011-10-12', 2010, ''),
(78, 573, '1', 'RV/2011/72', '2011-10-12', 24445, ''),
(79, 579, '1', 'RV/2011/73', '2011-10-16', 2050, ''),
(80, 584, '1', 'RV/2011/74', '2011-10-19', 9935, ''),
(81, 585, '1', 'RV/2011/75', '2011-10-19', 13253, ''),
(82, 609, '1', 'RV/2011/76', '2011-10-29', 6190, ''),
(83, 645, '1', 'RV/2011/77', '2011-11-13', 3299, ''),
(84, 646, '1', 'RV/2011/78', '2011-11-13', 13518, ''),
(85, 647, '1', 'RV/2011/79', '2011-11-13', 2500, ''),
(86, 661, '1', 'RV/2011/80', '2011-11-17', 1120, ''),
(87, 685, '1', 'RV/2011/81', '2011-11-23', 7161, ''),
(88, 688, '1', 'RV/2011/82', '2011-11-23', 1645, ''),
(89, 689, '1', 'RV/2011/83', '2011-11-23', 1645, ''),
(90, 691, '1', 'RV/2011/84', '2011-11-27', 63227, ''),
(91, 697, '1', 'RV/2011/85', '2011-11-24', 385, ''),
(92, 698, '1', 'RV/2011/86', '2011-11-27', 400, ''),
(93, 703, '1', 'RV/2011/87', '2011-12-01', 2025, ''),
(94, 715, '1', 'RV/2011/88', '2011-12-04', 2555, ''),
(95, 716, '1', 'RV/2011/89', '2011-12-04', 1337, ''),
(96, 717, '1', 'RV/2011/90', '2011-12-04', 3970, ''),
(97, 718, '1', 'RV/2011/91', '2011-02-10', 15885, ''),
(98, 719, '1', 'RV/2011/92', '2011-12-04', 85810, ''),
(99, 720, '1', 'RV/2011/93', '2011-12-04', 10, ''),
(100, 721, '1', 'RV/2011/94', '2011-12-04', 53, ''),
(101, 723, '1', 'RV/2011/95', '2011-12-04', 1650, ''),
(102, 726, '1', 'RV/2011/96', '2011-12-04', 13760, ''),
(103, 727, '1', 'RV/2011/97', '2011-12-04', 2968, ''),
(104, 728, '1', 'RV/2011/98', '2011-12-04', 1300, ''),
(105, 730, '1', 'RV/2011/99', '2011-12-04', 1890, ''),
(106, 732, '1', 'RV/2011/100', '2011-12-04', 3020, ''),
(107, 733, '1', 'RV/2011/101', '2011-12-04', 400, ''),
(108, 734, '1', 'RV/2011/102', '2011-12-04', 228, ''),
(109, 735, '1', 'RV/2011/103', '2011-12-04', 10, ''),
(110, 736, '1', 'RV/2011/104', '2011-12-04', 1599, ''),
(111, 744, '1', 'RV/2011/105', '2011-12-05', 1982, ''),
(112, 746, '1', 'RV/2011/106', '2011-12-05', 3230, ''),
(113, 747, '1', 'RV/2011/107', '2011-12-07', 250, ''),
(114, 759, '1', 'RV/2011/108', '2011-12-13', 36000, ''),
(115, 769, '1', 'RV/2011/109', '2011-12-15', 6095, ''),
(116, 770, '1', 'RV/2011/110', '2011-12-15', 4589, ''),
(117, 791, '1', 'RV/2011/111', '2011-12-24', 114690, ''),
(118, 794, '1', 'RV/2011/112', '2011-12-26', 14006, ''),
(119, 800, '1', 'RV/2011/113', '2011-12-26', 15299, ''),
(120, 812, '1', 'RV/2011/114', '2011-12-27', 2500, ''),
(121, 816, '1', 'RV/2011/115', '2011-12-27', 600, ''),
(122, 817, '1', 'RV/2011/116', '2011-12-27', 400, ''),
(123, 818, '1', 'RV/2011/117', '2011-12-27', 1710, ''),
(124, 819, '1', 'RV/2011/118', '2011-12-27', 659248, ''),
(125, 820, '1', 'RV/2011/119', '2011-12-27', 9010, ''),
(126, 821, '1', 'RV/2011/120', '2011-12-27', 47535, ''),
(127, 823, '1', 'RV/2011/121', '2011-12-27', 3488, ''),
(128, 825, '1', 'RV/2011/122', '2011-12-27', 3942, ''),
(129, 831, '1', 'RV/2011/123', '2011-12-29', 7030, ''),
(130, 833, '1', 'RV/2011/124', '2011-12-30', 75000, ''),
(131, 861, '1', 'RV/2012/125', '2012-01-10', 12000, ''),
(132, 862, '1', 'RV/2012/125', '2012-01-10', 1170, ''),
(133, 863, '1', 'RV/2012/126', '2012-01-10', 380, ''),
(134, 864, '1', 'RV/2012/127', '2012-01-10', 18288, ''),
(135, 868, '1', 'RV/2012/128', '2012-01-11', 14006, ''),
(136, 871, '1', 'RV/2012/129', '2012-01-11', 15501, ''),
(137, 869, '1', 'JV/2012/8', '2012-01-11', -14006, ''),
(138, 875, '1', 'RV/2012/130', '2012-01-12', 600, ''),
(139, 876, '1', 'RV/2012/131', '2012-01-11', 400, ''),
(140, 877, '1', 'RV/2012/132', '2012-01-11', 400, ''),
(141, 881, '1', 'RV/2012/133', '2012-01-15', 2730, ''),
(142, 882, '1', 'RV/2012/134', '2011-07-02', 5280, ''),
(143, 885, '1', 'RV/2012/135', '2012-01-15', 1780, ''),
(144, 886, '1', 'RV/2012/136', '2012-01-15', 3523, ''),
(145, 887, '1', 'RV/2012/137', '2012-01-15', 1365, ''),
(146, 888, '1', 'RV/2012/138', '2012-01-15', 6491, ''),
(147, 889, '1', 'RV/2012/139', '2012-01-15', 3130, ''),
(148, 890, '1', 'RV/2012/140', '2012-01-15', 2675, ''),
(149, 898, '1', 'RV/2012/141', '2012-01-18', 3718, ''),
(150, 907, '1', 'RV/2012/142', '2012-01-21', 20000, ''),
(151, 908, '1', 'RV/2012/143', '2012-01-21', 20000, ''),
(152, 909, '1', 'RV/2012/144', '2012-01-22', 950, ''),
(153, 910, '1', 'RV/2012/145', '2012-01-22', 2950, ''),
(154, 911, '1', 'RV/2012/146', '2012-01-22', 600, ''),
(155, 919, '1', 'RV/2012/147', '2012-01-25', 3718, ''),
(156, 920, '1', 'RV/2012/148', '2012-01-25', 4161, ''),
(157, 921, '1', 'RV/2012/149', '2012-01-26', 16768, ''),
(158, 923, '1', 'RV/2012/150', '2012-01-26', 83992, '');

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

--
-- Table structure for table `branchtarget`
--

CREATE TABLE IF NOT EXISTS `branchtarget` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `branch` int(11) NOT NULL,
  `startdate` date NOT NULL,
  `enddate` date NOT NULL,
  `target` varchar(20) NOT NULL,
  `curr_id` int(11) NOT NULL,
  `targettype` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `broking_slip`
--

CREATE TABLE IF NOT EXISTS `broking_slip` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `quotation_ref` varchar(25) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `template_header` varchar(200) NOT NULL,
  `quotation_date` date NOT NULL,
  `created_date` datetime NOT NULL,
  `currencytype` int(3) NOT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'Not Converted',
  `suminsured_desctitle` varchar(100) NOT NULL,
  `suminsured_sumtitle` varchar(100) NOT NULL,
  `total_sumtitle` varchar(100) NOT NULL,
  `total_sumtitle_amount` double NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `quotation_ref` (`quotation_ref`),
  KEY `customer_id` (`customer_id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=422 ;

--
-- Dumping data for table `broking_slip`
--

INSERT INTO `broking_slip` (`id`, `customer_id`, `quotation_ref`, `cover_id`, `template_header`, `quotation_date`, `created_date`, `currencytype`, `status`, `suminsured_desctitle`, `suminsured_sumtitle`, `total_sumtitle`, `total_sumtitle_amount`) VALUES
(1, 9, 'SAV/1/2011/1', 1, 'Header Of The Template', '2011-06-07', '2011-06-07 06:26:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(2, 9, 'SAV/1/2011/2', 1, 'Header Of The Template', '2011-06-07', '2011-06-07 06:41:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(3, 6, 'SAV/2/2011/1', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 06:55:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(4, 6, 'SAV/5/2011/1', 5, 'Header Of The Template', '2011-06-07', '2011-06-07 07:14:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(5, 12, 'SAV/2/2011/2', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 08:57:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(6, 11, 'SAV/2/2011/3', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 09:09:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(7, 9, 'SAV/1/2011/3', 1, 'Header Of The Template', '2011-06-07', '2011-06-07 09:28:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(8, 13, 'SAV/30/2011/1', 30, 'Header Of The Template', '2011-06-07', '2011-06-07 09:52:32', 1, 'Converted', 'Description', 'Sum Insured', 'Total Sum Insured', 3600000),
(9, 13, 'SAV/31/2011/1', 31, 'Header Of The Template', '2011-06-07', '2011-06-07 09:57:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(10, 10, 'SAV/2/2011/4', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 10:23:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(11, 14, 'SAV/2/2011/5', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 10:39:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(12, 2, 'SAV/5/2011/2', 5, 'Header Of The Template', '2011-06-07', '2011-06-07 10:53:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(13, 15, 'SAV/2/2011/6', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 11:08:06', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(14, 16, 'SAV/2/2011/7', 2, 'Header Of The Template', '2011-06-07', '2011-06-07 11:18:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(15, 32, 'SAV/2/2011/8', 2, 'Header Of The Template', '2011-06-08', '2011-06-08 07:07:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(16, 10, 'SAV/5/2011/3', 5, 'Header Of The Template', '2011-06-08', '2011-06-08 08:44:32', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(17, 30, 'SAV/4/2011/1', 4, 'Header Of The Template', '2011-06-08', '2011-06-08 09:01:36', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(18, 14, 'SAV/2/2011/9', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 01:04:56', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(19, 32, 'SAV/5/2011/4', 5, 'Header Of The Template', '2011-06-09', '2011-06-09 01:45:51', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(20, 14, 'SAV/2/2011/10', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 02:10:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(21, 14, 'SAV/2/2011/11', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 02:36:38', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(22, 14, 'SAV/2/2011/12', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 02:49:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(23, 2, 'SAV/31/2011/2', 31, 'Header Of The Template', '2011-06-09', '2011-06-09 03:08:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(24, 32, 'SAV/2/2011/13', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 03:22:26', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(25, 29, 'SAV/2/2011/14', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 04:00:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(26, 29, 'SAV/2/2011/15', 2, 'Header Of The Template', '2011-06-09', '2011-06-09 05:47:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(27, 32, 'SAV/5/2011/5', 5, 'Header Of The Template', '2011-06-09', '2011-06-09 06:03:17', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(28, 29, 'SAV/5/2011/6', 5, 'Header Of The Template', '2011-06-11', '2011-06-11 01:18:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(29, 29, 'SAV/5/2011/7', 5, 'Header Of The Template', '2011-06-11', '2011-06-11 01:45:51', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(30, 33, 'SAV/4/2011/2', 4, 'Header Of The Template', '2011-06-11', '2011-06-11 02:32:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(31, 11, 'SAV/2/2011/16', 2, 'Header Of The Template', '2011-06-11', '2011-06-11 02:35:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(32, 34, 'SAV/1/2011/4', 1, 'Header Of The Template', '2011-06-11', '2011-06-11 02:52:58', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(34, 35, 'SAV/1/2011/5', 1, 'Header Of The Template', '2011-06-12', '2011-06-12 04:29:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(35, 46, 'SAV/4/2011/3', 4, 'Header Of The Template', '2011-06-13', '2011-06-13 01:00:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(36, 46, 'SAV/4/2011/4', 4, 'Header Of The Template', '2011-06-13', '2011-06-13 01:14:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(37, 48, 'SAV/4/2011/5', 4, 'Header Of The Template', '2011-06-13', '2011-06-13 04:03:09', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(38, 49, 'SAV/31/2011/3', 31, 'Header Of The Template', '2011-06-13', '2011-06-13 08:47:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(39, 47, 'SAV/31/2011/4', 31, 'Header Of The Template', '2011-06-15', '2011-06-15 08:02:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(40, 25, 'SAV/31/2011/5', 31, 'Header Of The Template', '2011-06-16', '2011-06-16 04:19:56', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(41, 25, 'SAV/30/2011/2', 30, 'Header Of The Template', '2011-06-16', '2011-06-16 04:49:25', 1, 'Converted', 'Description', 'Sum Insured', 'Total Sum Insured', 2000000),
(42, 25, 'SAV/7/2011/1', 7, 'Header Of The Template', '2011-06-16', '2011-06-16 05:00:02', 1, 'Converted', 'Description', 'Sum Insured', 'Total Sum Insured', 5500000),
(43, 14, 'SAV/2/2011/17', 2, 'Header Of The Template', '2011-06-16', '2011-06-16 05:00:42', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(44, 53, 'SAV/2/2011/18', 2, 'Header Of The Template', '2011-06-16', '2011-06-16 06:35:19', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(45, 8, 'SAV/21/2011/1', 21, 'Header Of The Template', '2011-06-18', '2011-06-18 05:02:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(46, 21, 'SAV/31/2011/6', 31, 'Header Of The Template', '2011-06-20', '2011-06-20 05:01:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(47, 53, 'SAV/31/2011/7', 31, 'Header Of The Template', '2011-06-20', '2011-06-20 06:18:41', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(48, 59, 'SAV/2/2011/19', 2, 'Header Of The Template', '2011-06-20', '2011-06-20 09:22:35', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(49, 59, 'SAV/2/2011/20', 2, 'Header Of The Template', '2011-06-21', '2011-06-21 01:35:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(50, 6, 'SAV/5/2011/8', 5, 'Header Of The Template', '2011-06-21', '2011-06-21 04:26:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(51, 6, 'SAV/2/2011/21', 2, 'Header Of The Template', '2011-06-21', '2011-06-21 06:02:17', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(52, 6, 'SAV/2/2011/22', 2, 'Header Of The Template', '2011-06-21', '2011-06-21 06:14:19', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(53, 16, 'SAV/2/2011/23', 2, 'Header Of The Template', '2011-06-22', '2011-06-22 04:04:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(54, 14, 'SAV/2/2011/24', 2, 'Header Of The Template', '2011-06-22', '2011-06-22 04:26:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(55, 14, 'SAV/2/2011/25', 2, 'Header Of The Template', '2011-06-22', '2011-06-22 04:47:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(56, 61, 'SAV/1/2011/6', 1, 'Header Of The Template', '2011-06-25', '2011-06-25 01:14:42', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(57, 30, 'SAV/4/2011/6', 4, 'Header Of The Template', '2011-06-25', '2011-06-25 04:11:26', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(58, 30, 'SAV/4/2011/7', 4, 'Header Of The Template', '2011-06-25', '2011-06-25 04:22:52', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(59, 63, 'SAV/4/2011/8', 4, 'Header Of The Template', '2011-06-26', '2011-06-26 10:04:13', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(60, 54, 'SAV/7/2011/2', 7, 'Header Of The Template', '2011-06-27', '2011-06-27 02:28:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(61, 14, 'SAV/2/2011/26', 2, 'Header Of The Template', '2011-06-27', '2011-06-27 04:09:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(62, 30, 'SAV/4/2011/9', 4, 'Header Of The Template', '2011-06-27', '2011-06-27 05:41:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(63, 1, 'SAV/44/2011/1', 44, 'Header Of The Template', '2011-06-27', '2011-06-27 06:35:39', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(65, 64, 'SAV/1/2011/7', 1, 'Header Of The Template', '2011-06-28', '2011-06-28 02:16:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(66, 11, 'SAV/2/2011/27', 2, 'Header Of The Template', '2011-06-28', '2011-06-28 05:53:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(67, 11, 'SAV/2/2011/28', 2, 'Header Of The Template', '2011-06-28', '2011-06-28 06:11:06', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(68, 11, 'SAV/2/2011/29', 2, 'Header Of The Template', '2011-06-28', '2011-06-28 06:21:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(69, 11, 'SAV/2/2011/30', 2, 'Header Of The Template', '2011-06-28', '2011-06-28 06:30:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(71, 32, 'SAV/5/2011/9', 5, 'Header Of The Template', '2011-06-29', '2011-06-29 04:37:51', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(72, 1, 'SAV/18/2011/1', 18, 'Header Of The Template', '2011-06-29', '2011-06-29 08:24:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(73, 1, 'SAV/37/2011/1', 37, 'Header Of The Template', '2011-06-29', '2011-06-29 08:41:28', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(74, 1, 'SAV/42/2011/1', 42, 'Header Of The Template', '2011-06-29', '2011-06-29 08:57:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(75, 42, 'SAV/3/2011/1', 3, 'Header Of The Template', '2011-06-30', '2011-06-30 06:38:30', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(76, 66, 'SAV/19/2011/1', 19, 'Header Of The Template', '2011-06-30', '2011-06-30 09:22:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(77, 67, 'SAV/31/2011/8', 31, 'Header Of The Template', '2011-07-02', '2011-07-02 03:52:10', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(78, 6, 'SAV/5/2011/10', 5, 'Header Of The Template', '2011-07-02', '2011-07-02 06:19:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(79, 14, 'SAV/31/2011/9', 31, 'Header Of The Template', '2011-07-02', '2011-07-02 06:42:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(80, 68, 'SAV/3/2011/2', 3, 'Header Of The Template', '2011-07-02', '2011-07-02 08:26:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(81, 44, 'SAV/31/2011/10', 31, 'Header Of The Template', '2011-07-02', '2011-07-02 09:12:27', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(82, 43, 'SAV/19/2011/2', 19, 'Header Of The Template', '2011-07-03', '2011-07-03 04:20:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(83, 1, 'SAV/37/2011/2', 37, 'Header Of The Template', '2011-07-03', '2011-07-03 04:53:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(84, 69, 'SAV/2/2011/31', 2, 'Header Of The Template', '2011-07-03', '2011-07-03 05:12:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(85, 69, 'SAV/2/2011/32', 2, 'Header Of The Template', '2011-07-03', '2011-07-03 05:46:22', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(86, 69, 'SAV/2/2011/33', 2, 'Header Of The Template', '2011-07-03', '2011-07-03 06:56:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(87, 69, 'SAV/2/2011/34', 2, 'Header Of The Template', '2011-07-03', '2011-07-03 07:06:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(88, 40, 'SAV/31/2011/11', 31, 'Header Of The Template', '2011-07-03', '2011-07-03 07:31:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(89, 44, 'SAV/18/2011/2', 18, 'Header Of The Template', '2011-07-04', '2011-07-04 04:25:02', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(90, 37, 'SAV/31/2011/12', 31, 'Header Of The Template', '2011-07-04', '2011-07-04 08:32:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(91, 2, 'SAV/31/2011/13', 31, 'Header Of The Template', '2011-07-04', '2011-07-04 08:51:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(92, 70, 'SAV/18/2011/3', 18, 'Header Of The Template', '2011-07-05', '2011-07-05 03:30:21', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(93, 72, 'SAV/31/2011/14', 31, 'Header Of The Template', '2011-07-06', '2011-07-06 08:22:10', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(94, 39, 'SAV/30/2011/3', 30, 'Header Of The Template', '2011-07-07', '2011-07-07 03:57:38', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(95, 73, 'SAV/2/2011/35', 2, 'Header Of The Template', '2011-07-10', '2011-07-10 01:46:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(96, 73, 'SAV/2/2011/36', 2, 'Header Of The Template', '2011-07-10', '2011-07-10 02:00:20', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(98, 42, 'SAV/46/2011/2', 46, 'Header Of The Template', '2011-07-10', '2011-07-10 05:09:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(99, 71, 'SAV/2/2011/37', 2, 'Header Of The Template', '2011-07-11', '2011-07-11 03:01:27', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(100, 32, 'SAV/2/2011/38', 2, 'Header Of The Template', '2011-07-11', '2011-07-11 04:00:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(101, 9, 'SAV/7/2011/3', 7, 'Header Of The Template', '2011-07-11', '2011-07-11 05:40:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(102, 9, 'SAV/7/2011/4', 7, 'Header Of The Template', '2011-07-11', '2011-07-11 06:21:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(103, 9, 'SAV/7/2011/5', 7, 'Header Of The Template', '2011-07-11', '2011-07-11 06:29:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(104, 44, 'SAV/18/2011/4', 18, 'Header Of The Template', '2011-07-11', '2011-07-11 07:02:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(106, 9, 'SAV/1/2011/8', 1, 'Header Of The Template', '2011-07-12', '2011-07-12 02:18:27', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(107, 7, 'SAV/2/2011/39', 2, 'Header Of The Template', '2011-07-12', '2011-07-12 08:17:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(108, 29, 'SAV/5/2011/11', 5, 'Header Of The Template', '2011-07-13', '2011-07-13 06:32:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(109, 70, 'SAV/25/2011/1', 25, 'Header Of The Template', '2011-07-13', '2011-07-13 07:07:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(110, 65, 'SAV/42/2011/2', 42, 'Header Of The Template', '2011-07-13', '2011-07-13 07:30:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(111, 11, 'SAV/2/2011/40', 2, 'Header Of The Template', '2011-07-17', '2011-07-17 03:21:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(112, 11, 'SAV/2/2011/41', 2, 'Header Of The Template', '2011-07-17', '2011-07-17 03:26:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(113, 11, 'SAV/2/2011/42', 2, 'Header Of The Template', '2011-07-18', '2011-07-18 04:22:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(114, 9, 'SAV/4/2011/10', 4, 'Header Of The Template', '2011-07-18', '2011-07-18 05:08:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(115, 76, 'SAV/1/2011/9', 1, 'Header Of The Template', '2011-07-18', '2011-07-18 08:18:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(116, 55, 'SAV/14/2011/1', 14, 'Header Of The Template', '2011-07-18', '2011-07-18 08:38:35', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(117, 55, 'SAV/30/2011/4', 30, 'Header Of The Template', '2011-07-19', '2011-07-19 02:05:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(118, 55, 'SAV/31/2011/15', 31, 'Header Of The Template', '2011-07-19', '2011-07-19 02:23:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(119, 77, 'SAV/2/2011/43', 2, 'Header Of The Template', '2011-07-19', '2011-07-19 03:09:41', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(120, 6, 'SAV/31/2011/16', 31, 'Header Of The Template', '2011-07-19', '2011-07-19 07:46:19', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(121, 9, 'SAV/1/2011/10', 1, 'Header Of The Template', '2011-07-21', '2011-07-21 03:20:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(122, 11, 'SAV/2/2011/44', 2, 'Header Of The Template', '2011-07-21', '2011-07-21 03:58:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(123, 60, 'SAV/8/2011/1', 8, 'Header Of The Template', '2011-07-24', '2011-07-24 00:13:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(124, 79, 'SAV/31/2011/17', 31, 'Header Of The Template', '2011-07-26', '2011-07-26 04:52:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(125, 81, 'SAV/31/2011/18', 31, 'Header Of The Template', '2011-07-27', '2011-07-27 02:11:42', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(126, 81, 'SAV/30/2011/5', 30, 'Header Of The Template', '2011-07-27', '2011-07-27 02:19:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(127, 55, 'SAV/13/2011/1', 13, 'Header Of The Template', '2011-07-27', '2011-07-27 10:44:37', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(128, 65, 'SAV/31/2011/19', 31, 'Header Of The Template', '2011-07-28', '2011-07-28 01:20:30', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(129, 82, 'SAV/21/2011/2', 21, 'Header Of The Template', '2011-07-28', '2011-07-28 02:25:30', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(130, 83, 'SAV/31/2011/20', 31, 'Header Of The Template', '2011-07-28', '2011-07-28 04:04:16', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(131, 84, 'SAV/2/2011/45', 2, 'Header Of The Template', '2011-07-30', '2011-07-30 00:17:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(133, 5, 'SAV/31/2011/21', 31, 'Header Of The Template', '2011-07-30', '2011-07-30 01:12:32', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(134, 88, 'SAV/31/2011/22', 31, 'Header Of The Template', '2011-08-01', '2011-08-01 00:44:21', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(135, 98, 'SAV/4/2011/11', 4, 'Header Of The Template', '2011-08-01', '2011-08-01 04:26:08', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(136, 78, 'SAV/4/2011/12', 4, 'Header Of The Template', '2011-08-01', '2011-08-01 05:48:06', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(137, 82, 'SAV/31/2011/23', 31, 'Header Of The Template', '2011-08-02', '2011-08-02 02:30:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(138, 82, 'SAV/25/2011/2', 25, 'Header Of The Template', '2011-08-02', '2011-08-02 02:43:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(139, 82, 'SAV/13/2011/2', 13, 'Header Of The Template', '2011-08-02', '2011-08-02 02:57:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(140, 82, 'SAV/7/2011/6', 7, 'Header Of The Template', '2011-08-02', '2011-08-02 03:07:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(141, 82, 'SAV/11/2011/1', 11, 'Header Of The Template', '2011-08-02', '2011-08-02 03:36:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(143, 55, 'SAV/8/2011/3', 8, 'Header Of The Template', '2011-08-03', '2011-08-03 02:26:28', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(144, 9, 'SAV/7/2011/8', 7, 'Header Of The Template', '2011-08-03', '2011-08-03 04:39:48', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(145, 2, 'SAV/2/2011/46', 2, 'Header Of The Template', '2011-08-03', '2011-08-03 05:09:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(146, 82, 'SAV/6/2011/1', 6, 'Header Of The Template', '2011-08-04', '2011-08-04 01:39:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(147, 82, 'SAV/3/2011/3', 3, 'Header Of The Template', '2011-08-04', '2011-08-04 01:58:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(148, 11, 'SAV/2/2011/47', 2, 'Header Of The Template', '2011-08-04', '2011-08-04 06:19:06', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(150, 20, 'SAV/47/2011/1', 47, 'Header Of The Template', '2011-08-06', '2011-08-06 02:20:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(151, 43, 'SAV/7/2011/9', 7, 'Header Of The Template', '2011-08-06', '2011-08-06 03:28:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(152, 43, 'SAV/38/2011/1', 38, 'Header Of The Template', '2011-08-06', '2011-08-06 04:26:27', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(153, 102, 'SAV/38/2011/2', 38, 'Header Of The Template', '2011-08-07', '2011-08-07 00:11:36', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(154, 103, 'SAV/2/2011/48', 2, 'Header Of The Template', '2011-08-07', '2011-08-07 02:58:08', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(155, 20, 'SAV/31/2011/24', 31, 'Header Of The Template', '2011-08-08', '2011-08-08 08:32:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(156, 104, 'SAV/31/2011/25', 31, 'Header Of The Template', '2011-08-09', '2011-08-09 01:43:38', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(157, 104, 'SAV/25/2011/3', 25, 'Header Of The Template', '2011-08-09', '2011-08-09 01:45:32', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(161, 104, 'SAV/13/2011/3', 13, 'Header Of The Template', '2011-08-09', '2011-08-09 01:55:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(163, 105, 'SAV/5/2011/12', 5, 'Header Of The Template', '2011-08-09', '2011-08-09 02:04:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(165, 32, 'SAV/2/2011/49', 2, 'Header Of The Template', '2011-08-09', '2011-08-09 02:43:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(170, 104, 'SAV/7/2011/10', 7, 'Header Of The Template', '2011-08-09', '2011-08-09 03:38:42', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(171, 104, 'SAV/3/2011/4', 3, 'Header Of The Template', '2011-08-09', '2011-08-09 03:44:25', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(172, 104, 'SAV/6/2011/2', 6, 'Header Of The Template', '2011-08-09', '2011-08-09 03:44:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(174, 32, 'SAV/2/2011/50', 2, 'Header Of The Template', '2011-08-09', '2011-08-09 04:14:17', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(179, 101, 'SAV/31/2011/26', 31, 'Header Of The Template', '2011-08-11', '2011-08-11 02:10:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(180, 106, 'SAV/34/2011/1', 34, 'Header Of The Template', '2011-08-11', '2011-08-11 04:20:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(181, 106, 'SAV/31/2011/27', 31, 'Header Of The Template', '2011-08-11', '2011-08-11 05:05:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(182, 109, 'SAV/31/2011/28', 31, 'Header Of The Template', '2011-08-11', '2011-08-11 05:28:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(183, 5, 'SAV/38/2011/3', 38, 'Header Of The Template', '2011-08-13', '2011-08-13 05:04:44', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(190, 110, 'SAV/3/2011/5', 3, 'Header Of The Template', '2011-08-16', '2011-08-16 01:08:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(191, 112, 'SAV/1/2011/11', 1, 'Header Of The Template', '2011-08-16', '2011-08-16 01:14:39', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(192, 111, 'SAV/4/2011/13', 4, 'Header Of The Template', '2011-08-16', '2011-08-16 01:28:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(193, 67, 'SAV/47/2011/2', 47, 'Header Of The Template', '2011-08-17', '2011-08-17 00:24:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(194, 67, 'SAV/31/2011/29', 31, 'Header Of The Template', '2011-08-17', '2011-08-17 05:05:28', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(195, 113, 'SAV/4/2011/14', 4, 'Header Of The Template', '2011-08-17', '2011-08-17 07:42:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(196, 114, 'SAV/4/2011/15', 4, 'Header Of The Template', '2011-08-17', '2011-08-17 07:49:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(197, 60, 'SAV/6/2011/3', 6, 'Header Of The Template', '2011-08-17', '2011-08-17 08:01:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(198, 29, 'SAV/5/2011/13', 5, 'Header Of The Template', '2011-08-17', '2011-08-17 08:08:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(199, 7, 'SAV/2/2011/51', 2, 'Header Of The Template', '2011-08-20', '2011-08-20 01:14:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(200, 22, 'SAV/44/2011/2', 44, 'Header Of The Template', '2011-08-21', '2011-08-21 04:31:27', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(201, 115, 'SAV/2/2011/52', 2, 'Header Of The Template', '2011-08-22', '2011-08-22 02:51:38', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(202, 115, 'SAV/2/2011/53', 2, 'Header Of The Template', '2011-08-22', '2011-08-22 02:54:26', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(203, 75, 'SAV/46/2011/3', 46, 'Header Of The Template', '2011-08-23', '2011-08-23 05:44:35', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(204, 22, 'SAV/31/2011/30', 31, 'Header Of The Template', '2011-08-24', '2011-08-24 04:12:26', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(205, 55, 'SAV/38/2011/4', 38, 'Header Of The Template', '2011-08-25', '2011-08-25 04:06:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(206, 7, 'SAV/2/2011/54', 2, 'Header Of The Template', '2011-08-25', '2011-08-25 05:11:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(207, 32, 'SAV/5/2011/14', 5, 'Header Of The Template', '2011-08-25', '2011-08-25 05:24:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(208, 25, 'SAV/3/2011/6', 3, 'Header Of The Template', '2011-08-29', '2011-08-29 02:36:20', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(209, 104, 'SAV/3/2011/7', 3, 'Header Of The Template', '2011-08-29', '2011-08-29 07:18:36', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(210, 104, 'SAV/6/2011/4', 6, 'Header Of The Template', '2011-08-29', '2011-08-29 07:22:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(211, 104, 'SAV/13/2011/4', 13, 'Header Of The Template', '2011-08-29', '2011-08-29 07:30:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(212, 104, 'SAV/25/2011/4', 25, 'Header Of The Template', '2011-08-29', '2011-08-29 07:46:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(213, 104, 'SAV/31/2011/31', 31, 'Header Of The Template', '2011-08-29', '2011-08-29 07:58:51', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(214, 10, 'SAV/5/2011/15', 5, 'Header Of The Template', '2011-09-04', '2011-09-04 09:04:30', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(215, 10, 'SAV/5/2011/16', 5, 'Header Of The Template', '2011-09-04', '2011-09-04 09:06:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(216, 2, 'SAV/2/2011/55', 2, 'Header Of The Template', '2011-09-05', '2011-09-05 03:40:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(217, 116, 'SAV/7/2011/11', 7, 'Header Of The Template', '2011-09-05', '2011-09-05 08:11:08', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(218, 117, 'SAV/7/2011/12', 7, 'Header Of The Template', '2011-09-05', '2011-09-05 08:24:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(219, 39, 'SAV/31/2011/32', 31, 'Header Of The Template', '2011-09-06', '2011-09-06 03:07:35', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(220, 28, 'SAV/31/2011/33', 31, 'Header Of The Template', '2011-09-06', '2011-09-06 05:19:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(221, 10, 'SAV/5/2011/17', 5, 'Header Of The Template', '2011-09-06', '2011-09-06 08:41:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(222, 10, 'SAV/5/2011/18', 5, 'Header Of The Template', '2011-09-06', '2011-09-06 09:08:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(223, 10, 'SAV/5/2011/19', 5, 'Header Of The Template', '2011-09-06', '2011-09-06 09:13:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(224, 10, 'SAV/5/2011/20', 5, 'Header Of The Template', '2011-09-06', '2011-09-06 09:18:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(225, 10, 'SAV/5/2011/21', 5, 'Header Of The Template', '2011-09-06', '2011-09-06 09:21:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(226, 118, 'SAV/5/2011/22', 5, 'Header Of The Template', '2011-09-06', '2011-09-06 09:38:39', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(227, 82, 'SAV/21/2011/3', 21, 'Header Of The Template', '2011-09-07', '2011-09-07 07:38:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(228, 29, 'SAV/5/2011/23', 5, 'Header Of The Template', '2011-09-11', '2011-09-11 08:08:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(229, 9, 'SAV/1/2011/12', 1, 'Header Of The Template', '2011-09-11', '2011-09-11 08:39:28', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(230, 41, 'SAV/31/2011/34', 31, 'Header Of The Template', '2011-09-12', '2011-09-12 00:55:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(231, 54, 'SAV/30/2011/6', 30, 'Header Of The Template', '2011-09-13', '2011-09-13 05:36:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(232, 119, 'SAV/2/2011/56', 2, 'Header Of The Template', '2011-09-18', '2011-09-18 03:34:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(233, 11, 'SAV/2/2011/57', 2, 'Header Of The Template', '2011-09-18', '2011-09-18 05:45:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(234, 11, 'SAV/2/2011/58', 2, 'Header Of The Template', '2011-09-18', '2011-09-18 07:31:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(235, 71, 'SAV/5/2011/24', 5, 'Header Of The Template', '2011-09-18', '2011-09-18 07:49:27', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(236, 67, 'SAV/31/2011/35', 31, 'Header Of The Template', '2011-09-18', '2011-09-18 09:06:58', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(237, 32, 'SAV/18/2011/5', 18, 'Header Of The Template', '2011-09-19', '2011-09-19 08:46:04', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(238, 32, 'SAV/5/2011/25', 5, 'Header Of The Template', '2011-09-20', '2011-09-20 08:11:22', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(239, 9, 'SAV/1/2011/13', 1, 'Header Of The Template', '2011-09-20', '2011-09-20 09:20:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(240, 1, 'SAV/2/2011/59', 2, 'Header Of The Template', '2011-09-20', '2011-09-20 09:30:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(241, 14, 'SAV/31/2011/36', 31, 'Header Of The Template', '2011-09-24', '2011-09-24 09:24:16', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(242, 81, 'SAV/31/2011/37', 31, 'Header Of The Template', '2011-09-25', '2011-09-25 05:00:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(243, 69, 'SAV/31/2011/38', 31, 'Header Of The Template', '2011-09-25', '2011-09-25 08:28:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(244, 69, 'SAV/30/2011/7', 30, 'Header Of The Template', '2011-09-25', '2011-09-25 08:45:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(245, 29, 'SAV/5/2011/26', 5, 'Header Of The Template', '2011-09-26', '2011-09-26 08:33:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(246, 67, 'SAV/2/2011/60', 2, 'Header Of The Template', '2011-10-02', '2011-10-02 02:30:59', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(247, 88, 'SAV/25/2011/5', 25, 'Header Of The Template', '2011-10-02', '2011-10-02 06:45:36', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(248, 60, 'SAV/30/2011/8', 30, 'Header Of The Template', '2011-10-03', '2011-10-03 01:21:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(249, 110, 'SAV/2/2011/61', 2, 'Header Of The Template', '2011-10-03', '2011-10-03 03:30:13', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(250, 118, 'SAV/4/2011/16', 4, 'Header Of The Template', '2011-10-04', '2011-10-04 06:50:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(251, 71, 'SAV/2/2011/62', 2, 'Header Of The Template', '2011-10-04', '2011-10-04 08:58:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(252, 71, 'SAV/2/2011/63', 2, 'Header Of The Template', '2011-10-04', '2011-10-04 09:02:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(253, 120, 'SAV/1/2011/14', 1, 'Header Of The Template', '2011-10-06', '2011-10-06 02:57:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(254, 30, 'SAV/4/2011/17', 4, 'Header Of The Template', '2011-10-06', '2011-10-06 04:43:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(255, 36, 'SAV/7/2011/13', 7, 'Header Of The Template', '2011-10-09', '2011-10-09 05:53:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(256, 53, 'SAV/2/2011/64', 2, 'Header Of The Template', '2011-10-10', '2011-10-10 02:21:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(257, 32, 'SAV/5/2011/27', 5, 'Header Of The Template', '2011-10-10', '2011-10-10 02:32:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(258, 82, 'SAV/22/2011/1', 22, 'Header Of The Template', '2011-10-10', '2011-10-10 06:38:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(259, 14, 'SAV/31/2011/39', 31, 'Header Of The Template', '2011-10-11', '2011-10-11 07:35:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(260, 121, 'SAV/2/2011/65', 2, 'Header Of The Template', '2011-10-12', '2011-10-12 07:35:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(261, 122, 'SAV/5/2011/28', 5, 'Header Of The Template', '2011-10-13', '2011-10-13 02:45:20', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(262, 11, 'SAV/2/2011/66', 2, 'Header Of The Template', '2011-10-13', '2011-10-13 04:45:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(263, 123, 'SAV/31/2011/40', 31, 'Header Of The Template', '2011-10-15', '2011-10-15 02:23:45', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(264, 29, 'SAV/31/2011/41', 31, 'Header Of The Template', '2011-10-15', '2011-10-15 03:31:52', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(265, 14, 'SAV/19/2011/3', 19, 'Header Of The Template', '2011-10-16', '2011-10-16 08:13:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(266, 124, 'SAV/1/2011/15', 1, 'Header Of The Template', '2011-10-17', '2011-10-17 09:22:22', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(267, 82, 'SAV/30/2011/9', 30, 'Header Of The Template', '2011-10-23', '2011-10-23 02:45:17', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(268, 125, 'SAV/1/2011/16', 1, 'Header Of The Template', '2011-10-23', '2011-10-23 03:45:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(269, 6, 'SAV/5/2011/29', 5, 'Header Of The Template', '2011-10-24', '2011-10-24 00:33:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(270, 6, 'SAV/5/2011/30', 5, 'Header Of The Template', '2011-10-24', '2011-10-24 00:42:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(271, 126, 'SAV/31/2011/42', 31, 'Header Of The Template', '2011-10-24', '2011-10-24 03:02:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(272, 127, 'SAV/31/2011/43', 31, 'Header Of The Template', '2011-10-24', '2011-10-24 05:51:19', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(273, 128, 'SAV/1/2011/17', 1, 'Header Of The Template', '2011-10-25', '2011-10-25 04:46:58', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(274, 75, 'SAV/5/2011/31', 5, 'Header Of The Template', '2011-10-25', '2011-10-25 05:48:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(275, 49, 'SAV/2/2011/67', 2, 'Header Of The Template', '2011-10-26', '2011-10-26 05:15:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(276, 49, 'SAV/2/2011/68', 2, 'Header Of The Template', '2011-10-26', '2011-10-26 05:21:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(277, 1, 'SAV/38/2011/5', 38, 'Header Of The Template', '2011-10-27', '2011-10-27 04:02:20', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(278, 101, 'SAV/2/2011/69', 2, 'Header Of The Template', '2011-10-27', '2011-10-27 05:19:36', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(279, 130, 'SAV/1/2011/18', 1, 'Header Of The Template', '2011-10-27', '2011-10-27 05:40:51', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(280, 129, 'SAV/1/2011/19', 1, 'Header Of The Template', '2011-10-29', '2011-10-29 02:49:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(281, 131, 'SAV/4/2011/18', 4, 'Header Of The Template', '2011-10-30', '2011-10-30 06:46:46', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(282, 132, 'SAV/4/2011/19', 4, 'Header Of The Template', '2011-10-30', '2011-10-30 06:51:18', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(283, 8, 'SAV/33/2011/1', 33, 'Header Of The Template', '2011-10-31', '2011-10-31 06:25:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(284, 133, 'SAV/1/2011/20', 1, 'Header Of The Template', '2011-11-01', '2011-11-01 03:17:08', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(285, 134, 'SAV/1/2011/21', 1, 'Header Of The Template', '2011-11-01', '2011-11-01 03:29:38', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(286, 135, 'SAV/7/2011/14', 7, 'Header Of The Template', '2011-11-01', '2011-11-01 03:51:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(287, 136, 'SAV/1/2011/22', 1, 'Header Of The Template', '2011-11-02', '2011-11-02 02:55:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(288, 137, 'SAV/1/2011/23', 1, 'Header Of The Template', '2011-11-02', '2011-11-02 03:20:59', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(289, 1, 'SAV/42/2011/3', 42, 'Header Of The Template', '2011-11-02', '2011-11-02 03:32:32', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(290, 54, 'SAV/5/2011/32', 5, 'Header Of The Template', '2011-11-02', '2011-11-02 04:02:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(291, 25, 'SAV/13/2011/5', 13, 'Header Of The Template', '2011-11-02', '2011-11-02 06:03:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(292, 25, 'SAV/14/2011/2', 14, 'Header Of The Template', '2011-11-02', '2011-11-02 06:19:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(293, 138, 'SAV/4/2011/20', 4, 'Header Of The Template', '2011-11-09', '2011-11-09 02:30:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(294, 140, 'SAV/4/2011/21', 4, 'Header Of The Template', '2011-11-10', '2011-11-10 01:34:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(295, 29, 'SAV/5/2011/33', 5, 'Header Of The Template', '2011-11-10', '2011-11-10 02:34:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(296, 141, 'SAV/44/2011/3', 44, 'Header Of The Template', '2011-11-10', '2011-11-10 03:37:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(297, 29, 'SAV/2/2011/70', 2, 'Header Of The Template', '2011-11-11', '2011-11-11 23:47:26', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(298, 29, 'SAV/2/2011/71', 2, 'Header Of The Template', '2011-11-12', '2011-11-12 00:08:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(299, 142, 'SAV/1/2011/24', 1, 'Header Of The Template', '2011-11-12', '2011-11-12 05:52:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(300, 32, 'SAV/5/2011/34', 5, 'Header Of The Template', '2011-11-13', '2011-11-13 02:39:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(301, 143, 'SAV/1/2011/25', 1, 'Header Of The Template', '2011-11-13', '2011-11-13 06:11:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(302, 144, 'SAV/31/2011/44', 31, 'Header Of The Template', '2011-11-14', '2011-11-15 00:23:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(303, 145, 'SAV/2/2011/72', 2, 'Header Of The Template', '2011-11-16', '2011-11-16 00:14:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(304, 146, 'SAV/31/2011/45', 31, 'Header Of The Template', '2011-11-20', '2011-11-20 05:46:47', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(305, 147, 'SAV/38/2011/6', 38, 'Header Of The Template', '2011-11-21', '2011-11-21 01:01:59', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(306, 148, 'SAV/2/2011/73', 2, 'Header Of The Template', '2011-11-21', '2011-11-21 02:25:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(307, 11, 'SAV/2/2011/74', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 01:13:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(308, 11, 'SAV/2/2011/75', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 01:21:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(309, 11, 'SAV/2/2011/76', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 01:25:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(310, 11, 'SAV/2/2011/77', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 01:40:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(311, 11, 'SAV/2/2011/78', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 01:49:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(312, 42, 'SAV/2/2011/79', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 01:53:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(313, 42, 'SAV/2/2011/80', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 02:50:49', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(314, 42, 'SAV/2/2011/81', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 02:54:43', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(315, 42, 'SAV/2/2011/82', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 02:58:51', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(316, 42, 'SAV/2/2011/83', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 03:05:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(317, 42, 'SAV/2/2011/84', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 03:12:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(318, 42, 'SAV/2/2011/85', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 03:17:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(319, 14, 'SAV/2/2011/86', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 04:10:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(320, 14, 'SAV/2/2011/87', 2, 'Header Of The Template', '2011-11-22', '2011-11-22 04:32:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(321, 149, 'SAV/2/2011/88', 2, 'Header Of The Template', '2011-11-23', '2011-11-23 03:57:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(322, 14, 'SAV/2/2011/89', 2, 'Header Of The Template', '2011-11-28', '2011-11-28 02:34:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(323, 14, 'SAV/2/2011/90', 2, 'Header Of The Template', '2011-11-28', '2011-11-28 02:38:29', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(324, 150, 'SAV/1/2011/26', 1, 'Header Of The Template', '2011-11-28', '2011-11-28 03:27:09', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(325, 9, 'SAV/1/2011/27', 1, 'Header Of The Template', '2011-11-28', '2011-11-28 04:19:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(326, 151, 'SAV/19/2011/4', 19, 'Header Of The Template', '2011-11-28', '2011-11-28 05:48:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(327, 71, 'SAV/2/2011/91', 2, 'Header Of The Template', '2011-11-29', '2011-11-29 06:14:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(328, 6, 'SAV/5/2011/35', 5, 'Header Of The Template', '2011-12-01', '2011-12-01 00:31:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(329, 42, 'SAV/3/2011/8', 3, 'Header Of The Template', '2011-12-01', '2011-12-01 01:36:07', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(330, 54, 'SAV/2/2011/92', 2, 'Header Of The Template', '2011-12-01', '2011-12-01 03:03:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(331, 152, 'SAV/4/2011/22', 4, 'Header Of The Template', '2011-12-01', '2011-12-01 03:20:30', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(332, 32, 'SAV/2/2011/93', 2, 'Header Of The Template', '2011-12-01', '2011-12-01 04:17:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(333, 6, 'SAV/2/2011/94', 2, 'Header Of The Template', '2011-12-03', '2011-12-03 00:45:55', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(334, 6, 'SAV/2/2011/95', 2, 'Header Of The Template', '2011-12-03', '2011-12-03 01:40:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(335, 11, 'SAV/5/2011/36', 5, 'Header Of The Template', '2011-12-04', '2011-12-04 00:38:31', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(336, 11, 'SAV/2/2011/96', 2, 'Header Of The Template', '2011-12-04', '2011-12-04 03:23:25', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(337, 11, 'SAV/2/2011/97', 2, 'Header Of The Template', '2011-12-04', '2011-12-04 03:28:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(338, 153, 'SAV/44/2011/4', 44, 'Header Of The Template', '2011-12-04', '2011-12-04 05:17:55', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(339, 26, 'SAV/44/2011/5', 44, 'Header Of The Template', '2011-12-04', '2011-12-04 07:46:59', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(340, 49, 'SAV/2/2011/98', 2, 'Header Of The Template', '2011-12-04', '2011-12-04 07:55:47', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(341, 154, 'SAV/31/2011/46', 31, 'Header Of The Template', '2011-12-05', '2011-12-05 03:30:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(342, 155, 'SAV/7/2011/15', 7, 'Header Of The Template', '2011-12-05', '2011-12-05 04:53:21', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(343, 156, 'SAV/7/2011/16', 7, 'Header Of The Template', '2011-12-05', '2011-12-05 06:21:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(344, 157, 'SAV/31/2011/47', 31, 'Header Of The Template', '2011-12-05', '2011-12-05 06:51:19', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(345, 104, 'SAV/7/2011/17', 7, 'Header Of The Template', '2011-12-05', '2011-12-05 08:00:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(346, 158, 'SAV/2/2011/99', 2, 'Header Of The Template', '2011-12-07', '2011-12-07 01:31:52', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(347, 159, 'SAV/31/2011/48', 31, 'Header Of The Template', '2011-12-07', '2011-12-07 01:48:13', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(348, 160, 'SAV/1/2011/28', 1, 'Header Of The Template', '2011-12-08', '2011-12-08 01:09:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(349, 32, 'SAV/5/2011/37', 5, 'Header Of The Template', '2011-12-11', '2011-12-11 07:13:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(350, 32, 'SAV/5/2011/38', 5, 'Header Of The Template', '2011-12-11', '2011-12-11 07:19:28', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(351, 162, 'SAV/31/2011/49', 31, 'Header Of The Template', '2011-12-12', '2011-12-12 03:37:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(352, 163, 'SAV/1/2011/29', 1, 'Header Of The Template', '2011-12-13', '2011-12-13 03:26:20', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(353, 67, 'SAV/2/2011/100', 2, 'Header Of The Template', '2011-12-13', '2011-12-13 03:46:21', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(354, 67, 'SAV/2/2011/101', 2, 'Header Of The Template', '2011-12-13', '2011-12-13 04:14:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(355, 164, 'SAV/7/2011/18', 7, 'Header Of The Template', '2011-12-13', '2011-12-13 08:42:23', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(356, 29, 'SAV/2/2011/102', 2, 'Header Of The Template', '2011-12-14', '2011-12-14 00:51:58', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(357, 29, 'SAV/2/2011/103', 2, 'Header Of The Template', '2011-12-14', '2011-12-14 01:03:30', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(358, 165, 'SAV/31/2011/50', 31, 'Header Of The Template', '2011-12-14', '2011-12-14 07:09:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(359, 165, 'SAV/30/2011/10', 30, 'Header Of The Template', '2011-12-14', '2011-12-14 07:24:48', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(360, 166, 'SAV/31/2011/51', 31, 'Header Of The Template', '2011-12-14', '2011-12-14 07:35:01', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(361, 37, 'SAV/2/2011/104', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 03:30:35', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(362, 37, 'SAV/2/2011/105', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 03:41:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(363, 37, 'SAV/2/2011/106', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 04:23:54', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(364, 37, 'SAV/2/2011/107', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 04:28:35', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(365, 14, 'SAV/2/2011/108', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 04:49:42', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(366, 42, 'SAV/2/2011/109', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 06:57:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(367, 37, 'SAV/2/2011/110', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 08:30:57', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(368, 115, 'SAV/2/2011/111', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 08:36:07', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(369, 115, 'SAV/2/2011/112', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 08:43:33', 1, 'Converted', 'Description', 'Sum Insured', '', 0);
INSERT INTO `broking_slip` (`id`, `customer_id`, `quotation_ref`, `cover_id`, `template_header`, `quotation_date`, `created_date`, `currencytype`, `status`, `suminsured_desctitle`, `suminsured_sumtitle`, `total_sumtitle`, `total_sumtitle_amount`) VALUES
(370, 53, 'SAV/2/2011/113', 2, 'Header Of The Template', '2011-12-19', '2011-12-19 23:49:24', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(371, 167, 'SAV/44/2011/6', 44, 'Header Of The Template', '2011-12-20', '2011-12-20 02:51:38', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(372, 168, 'SAV/1/2011/30', 1, 'Header Of The Template', '2011-12-21', '2011-12-21 06:16:48', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(373, 1, 'SAV/38/2011/7', 38, 'Header Of The Template', '2011-12-21', '2011-12-21 07:05:12', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(374, 104, 'SAV/8/2011/4', 8, 'Header Of The Template', '2011-12-22', '2011-12-22 02:06:19', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(375, 11, 'SAV/5/2011/39', 5, 'Header Of The Template', '2011-12-22', '2011-12-22 04:37:08', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(376, 165, 'SAV/21/2011/4', 21, 'Header Of The Template', '2011-12-25', '2011-12-25 09:02:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(377, 82, 'SAV/25/2011/6', 25, 'Header Of The Template', '2011-12-26', '2011-12-26 04:42:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(378, 82, 'SAV/31/2011/52', 31, 'Header Of The Template', '2011-12-26', '2011-12-26 05:07:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(379, 82, 'SAV/11/2011/2', 11, 'Header Of The Template', '2011-12-26', '2011-12-26 05:26:59', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(380, 82, 'SAV/13/2011/6', 13, 'Header Of The Template', '2011-12-26', '2011-12-26 05:31:36', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(381, 82, 'SAV/7/2011/19', 7, 'Header Of The Template', '2011-12-26', '2011-12-26 05:35:34', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(382, 82, 'SAV/3/2011/9', 3, 'Header Of The Template', '2011-12-26', '2011-12-26 05:52:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(383, 82, 'SAV/6/2011/5', 6, 'Header Of The Template', '2011-12-26', '2011-12-26 05:56:07', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(384, 68, 'SAV/3/2011/10', 3, 'Header Of The Template', '2011-12-26', '2011-12-26 06:37:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(385, 29, 'SAV/2/2011/114', 2, 'Header Of The Template', '2011-12-26', '2011-12-26 07:35:14', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(386, 29, 'SAV/2/2011/115', 2, 'Header Of The Template', '2011-12-26', '2011-12-26 07:41:05', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(387, 169, 'SAV/2/2011/116', 2, 'Header Of The Template', '2011-12-27', '2011-12-27 05:07:30', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(388, 42, 'SAV/2/2011/117', 2, 'Header Of The Template', '2011-12-27', '2011-12-27 09:04:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(389, 42, 'SAV/2/2011/118', 2, 'Header Of The Template', '2011-12-27', '2011-12-27 09:08:02', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(390, 42, 'SAV/2/2011/119', 2, 'Header Of The Template', '2011-12-27', '2011-12-27 09:22:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(391, 22, 'SAV/30/2011/11', 30, 'Header Of The Template', '2011-12-28', '2011-12-28 06:52:32', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(392, 22, 'SAV/7/2011/20', 7, 'Header Of The Template', '2011-12-28', '2011-12-28 07:37:11', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(393, 170, 'SAV/2/2012/120', 2, 'Header Of The Template', '2012-01-01', '2012-01-01 07:25:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(394, 22, 'SAV/31/2012/53', 31, 'Header Of The Template', '2012-01-01', '2012-01-01 07:38:32', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(395, 78, 'SAV/4/2012/23', 4, 'Header Of The Template', '2012-01-03', '2012-01-03 00:16:16', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(396, 6, 'SAV/5/2012/40', 5, 'Header Of The Template', '2012-01-03', '2012-01-03 00:39:15', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(397, 149, 'SAV/2/2012/121', 2, 'Header Of The Template', '2012-01-03', '2012-01-03 03:47:39', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(398, 42, 'SAV/2/2012/122', 2, 'Header Of The Template', '2012-01-03', '2012-01-03 07:47:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(399, 42, 'SAV/2/2012/123', 2, 'Header Of The Template', '2012-01-03', '2012-01-03 07:57:32', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(400, 68, 'SAV/3/2012/11', 3, 'Header Of The Template', '2012-01-05', '2012-01-05 01:05:37', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(401, 171, 'SAV/1/2012/31', 1, 'Header Of The Template', '2012-01-05', '2012-01-05 04:16:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(402, 1, 'SAV/38/2012/8', 38, 'Header Of The Template', '2012-01-08', '2012-01-08 02:35:26', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(403, 11, 'SAV/2/2012/124', 2, 'Header Of The Template', '2012-01-08', '2012-01-08 03:40:07', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(404, 172, 'SAV/31/2012/54', 31, 'Header Of The Template', '2012-01-08', '2012-01-08 09:18:36', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(405, 173, 'SAV/4/2012/24', 4, 'Header Of The Template', '2012-01-09', '2012-01-09 04:16:44', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(406, 174, 'SAV/5/2012/41', 5, 'Header Of The Template', '2012-01-09', '2012-01-09 06:38:18', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(407, 11, 'SAV/2/2012/125', 2, 'Header Of The Template', '2012-01-10', '2012-01-10 07:24:00', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(408, 11, 'SAV/2/2012/126', 2, 'Header Of The Template', '2012-01-10', '2012-01-10 07:29:49', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(409, 11, 'SAV/2/2012/127', 2, 'Header Of The Template', '2012-01-10', '2012-01-10 07:32:25', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(410, 36, 'SAV/7/2012/21', 7, 'Header Of The Template', '2012-01-11', '2012-01-11 06:10:57', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(411, 176, 'SAV/4/2012/25', 4, 'Header Of The Template', '2012-01-12', '2012-01-12 00:53:45', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(412, 22, 'SAV/45/2012/1', 45, 'Header Of The Template', '2012-01-15', '2012-01-15 07:29:03', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(413, 22, 'SAV/45/2012/2', 45, 'Header Of The Template', '2012-01-15', '2012-01-15 07:36:40', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(414, 165, 'SAV/36/2012/1', 36, 'Header Of The Template', '2012-01-15', '2012-01-15 07:49:30', 1, 'Not Converted', 'Description', 'Sum Insured', '', 0),
(415, 70, 'SAV/2/2012/128', 2, 'Header Of The Template', '2012-01-15', '2012-01-15 09:53:04', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(416, 106, 'SAV/3/2012/12', 3, 'Header Of The Template', '2012-01-18', '2012-01-18 00:55:53', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(417, 101, 'SAV/3/2012/13', 3, 'Header Of The Template', '2012-01-18', '2012-01-18 01:26:08', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(418, 82, 'SAV/30/2012/12', 30, 'Header Of The Template', '2012-01-18', '2012-01-18 04:01:52', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(419, 32, 'SAV/5/2012/42', 5, 'Header Of The Template', '2012-01-19', '2012-01-19 00:57:50', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(420, 101, 'SAV/6/2012/6', 6, 'Header Of The Template', '2012-01-19', '2012-01-19 04:16:41', 1, 'Converted', 'Description', 'Sum Insured', '', 0),
(421, 165, 'SAV/38/2012/9', 38, 'Header Of The Template', '2012-01-26', '2012-01-26 02:04:57', 1, 'Converted', 'Description', 'Sum Insured', '', 0);

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

--
-- Table structure for table `broking_slip_files`
--

CREATE TABLE IF NOT EXISTS `broking_slip_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broking_slip_id` int(11) NOT NULL,
  `filename` varchar(250) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`broking_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=55 ;

--
-- Dumping data for table `broking_slip_files`
--

INSERT INTO `broking_slip_files` (`id`, `broking_slip_id`, `filename`, `fileid`) VALUES
(1, 87, 'group_security2.pdf', 79),
(2, 120, 'Offer_Letter_to_Rifaaz_Mohammed.doc', 122),
(5, 125, 'Quotation_WC.pdf', 134),
(6, 126, 'Quotation_TPL.pdf', 135),
(9, 129, 'Quotation.pdf', 143),
(13, 127, 'Broking_Slip.doc', 151),
(16, 133, 'Quotation_-_Paragon.pdf', 156),
(17, 128, 'Quotation_WC_EL_(2).doc', 158),
(18, 130, 'Qotation_Wc_Apple.doc', 161),
(19, 88, 'BS_WC.doc', 165),
(20, 143, 'Broking_SlipQuality.doc', 174),
(21, 144, 'Broking_Slip.doc', 175),
(23, 182, 'B_S_WC.doc', 216),
(24, 182, 'B_S_WC1.doc', 223),
(25, 180, 'certificate5.pdf', 242),
(26, 239, 'Certificate54.pdf', 335),
(27, 259, 'Broking_Slip1.doc', 382),
(28, 263, 'broking_slip_QGC.doc', 398),
(29, 271, 'Broking_slip.doc', 435),
(30, 272, 'rise_and_shine_-_broking_slip.doc', 437),
(31, 155, 'List_of_employees_-_Policy.pdf', 458),
(32, 289, 'Endt_-_policy_extension_28022012.pdf', 475),
(33, 288, 'Certificate_-_4821.pdf', 476),
(34, 286, 'Broking_Slip_Afiya.doc', 501),
(35, 300, 'Certificate_-1701.pdf', 510),
(36, 302, 'Dolphin_Broking_Slip.doc', 514),
(37, 304, 'Seven_Star_Broking_Slip.doc', 527),
(38, 63, 'Quotation4.pdf', 545),
(40, 338, 'Talal_Trad_-_Medical_Insurance_staff_list.xlsx', 585),
(41, 338, 'Talal_-_medical_insurance_broking_slip_(2).doc', 586),
(42, 339, 'oryx_-_medical_insurance_broking_slip.pdf', 587),
(43, 339, 'Oryx_-_Staff_List_(1).xlsx', 588),
(44, 344, 'WC_EL_broking_slip_-_gulf_star.pdf', 596),
(45, 347, 'zeal_wc_broking_slip.pdf', 602),
(46, 283, 'South_West_Architecture.pdf', 615),
(47, 283, 'South_West_Architecture1.pdf', 617),
(48, 351, 'chrysolite_wc_broking_slip.doc', 618),
(49, 272, 'rise_and_shine_-_broking_slip_12.12_.2011_.doc', 629),
(50, 362, 'Certificate_-_214382.pdf', 636),
(51, 366, 'Certificate_-_5861.pdf', 642),
(52, 371, 'sun_and_sand_-_medical_insurance_broking_slip.doc', 648),
(53, 396, 'Certificate_-_199.pdf', 683),
(54, 404, 'br_slip_wc-_exblowra1.doc', 710);

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

--
-- Table structure for table `broking_slip_form`
--

CREATE TABLE IF NOT EXISTS `broking_slip_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broking_slip_id` int(11) NOT NULL,
  `labelname` varchar(250) NOT NULL,
  `value` longtext NOT NULL,
  `fieldtype` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`broking_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2764 ;

--
-- Dumping data for table `broking_slip_form`
--

INSERT INTO `broking_slip_form` (`id`, `broking_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(1, 1, 'Insured', '', 'insured'),
(2, 2, 'Insured', '', 'insured'),
(10, 3, 'Insured', '', 'insured'),
(11, 3, 'Business', '', 'business'),
(12, 3, 'Year', '', 'text'),
(13, 3, 'Type of vehicle', '', 'text'),
(14, 3, 'Sum insured', '43800', 'text'),
(15, 4, 'Insured', '', 'insured'),
(16, 4, 'Business', '', 'business'),
(17, 5, 'Insured', '', 'insured'),
(18, 5, 'Business', '', 'business'),
(19, 6, 'Insured', '', 'insured'),
(20, 6, 'Business', '', 'business'),
(21, 7, 'Insured', '', 'insured'),
(22, 8, 'Insured', '', 'insured'),
(23, 8, 'Interest & Sum Insured', '', 'suminsured'),
(24, 8, 'Business', '', 'business'),
(25, 9, 'Insured', '', 'insured'),
(26, 9, 'Business', '', 'business'),
(27, 9, 'Estimated Annual Wages', '1200000', 'text'),
(28, 10, 'Insured', '', 'insured'),
(29, 10, 'Business', '', 'business'),
(32, 11, 'Insured', '', 'insured'),
(33, 11, 'Business', '', 'business'),
(34, 12, 'Insured', '', 'insured'),
(35, 12, 'Business', '', 'business'),
(36, 13, 'Insured', '', 'insured'),
(37, 13, 'Business', '', 'business'),
(38, 14, 'Insured', '', 'insured'),
(39, 14, 'Business', '', 'business'),
(40, 15, 'Insured', '', 'insured'),
(41, 15, 'Business', '', 'business'),
(42, 15, 'Type of vehicle', 'Bus', 'text'),
(43, 15, 'Year of Manufacture', '', 'text'),
(44, 15, 'Value of vehicle', '', 'text'),
(45, 15, 'Seating capacity', '67', 'text'),
(46, 15, 'Cc', '', 'text'),
(47, 16, 'Insured', '', 'insured'),
(48, 16, 'Business', '', 'business'),
(49, 16, 'Type of vehicle', '', 'text'),
(50, 16, 'Year of Manufacture', '', 'text'),
(51, 16, 'Seating Capacity', '', 'text'),
(52, 16, 'Cc', '', 'text'),
(53, 16, 'Ton', '', 'text'),
(54, 17, 'Insured', '', 'insured'),
(55, 17, 'Business', '', 'business'),
(56, 17, 'Type of vehicle', '', 'text'),
(57, 17, 'Year of manufacture', '', 'text'),
(58, 17, 'Cc', '', 'text'),
(59, 17, 'Ton', '', 'text'),
(60, 17, 'Seating capacity', '', 'text'),
(61, 18, 'Insured', '', 'insured'),
(62, 18, 'Business', '', 'business'),
(63, 18, 'Type of vehicle', 'Bus', 'text'),
(64, 18, 'Year of Manufacture', '', 'text'),
(65, 18, 'Value of vehicle', '', 'text'),
(66, 18, 'Seating capacity', '', 'text'),
(67, 18, 'Cc', '', 'text'),
(75, 20, 'Insured', '', 'insured'),
(76, 20, 'Business', '', 'business'),
(77, 20, 'Type of vehicle', 'Bus', 'text'),
(78, 20, 'Year of Manufacture', '2011', 'text'),
(79, 20, 'Value of vehicle', '', 'text'),
(80, 20, 'Seating capacity', '67', 'text'),
(81, 20, 'Cc', '', 'text'),
(82, 21, 'Insured', '', 'insured'),
(83, 21, 'Business', '', 'business'),
(84, 21, 'Type of vehicle', 'LEXUS LX570', 'text'),
(85, 21, 'Year of Manufacture', '2011', 'text'),
(86, 21, 'Value of vehicle', '', 'text'),
(87, 21, 'Seating capacity', '8', 'text'),
(88, 21, 'Cc', '8', 'text'),
(89, 22, 'Insured', '', 'insured'),
(90, 22, 'Business', '', 'business'),
(91, 22, 'Type of vehicle', 'Bus', 'text'),
(92, 22, 'Year of Manufacture', '2008', 'text'),
(93, 22, 'Value of vehicle', '121680', 'text'),
(94, 22, 'Seating capacity', '67', 'text'),
(95, 22, 'Cc', '6', 'text'),
(96, 23, 'Insured', '', 'insured'),
(97, 23, 'Business', '', 'business'),
(98, 23, 'Estimated Annual Wages', '469200', 'text'),
(99, 24, 'Insured', '', 'insured'),
(100, 24, 'Business', '', 'business'),
(101, 24, 'Type of vehicle', 'TOYOTA LAND CRUISER', 'text'),
(102, 24, 'Year of Manufacture', '2009', 'text'),
(103, 24, 'Value of vehicle', '170000', 'text'),
(104, 24, 'Seating capacity', '7', 'text'),
(105, 24, 'Cc', '8', 'text'),
(106, 25, 'Insured', '', 'insured'),
(107, 25, 'Business', '', 'business'),
(108, 25, 'Type of vehicle', 'NISSAN XTRAIL', 'text'),
(109, 25, 'Year of Manufacture', '2011', 'text'),
(110, 25, 'Value of vehicle', '79000', 'text'),
(111, 25, 'Seating capacity', '5', 'text'),
(112, 25, 'Cc', '', 'text'),
(113, 26, 'Insured', '', 'insured'),
(114, 26, 'Business', '', 'business'),
(115, 26, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(116, 26, 'Year of Manufacture', '2011', 'text'),
(117, 26, 'Value of vehicle', '50000', 'text'),
(118, 26, 'Seating capacity', '5', 'text'),
(119, 26, 'Cc', '', 'text'),
(120, 27, 'Insured', '', 'insured'),
(121, 27, 'Business', '', 'business'),
(122, 27, 'Type of vehicle', 'Bus', 'text'),
(123, 27, 'Year of Manufacture', '2007', 'text'),
(124, 27, 'Seating Capacity', '66', 'text'),
(125, 27, 'Cc', '6', 'text'),
(126, 27, 'Ton', '', 'text'),
(127, 19, 'Insured', '', 'insured'),
(128, 19, 'Business', '', 'business'),
(129, 19, 'Type of vehicle', 'Bus', 'text'),
(130, 19, 'Year of Manufacture', '2007', 'text'),
(131, 19, 'Seating Capacity', '67', 'text'),
(132, 19, 'Cc', '', 'text'),
(133, 19, 'Ton', '', 'text'),
(134, 28, 'Insured', '', 'insured'),
(135, 28, 'Business', '', 'business'),
(136, 28, 'Type of vehicle', 'Bus', 'text'),
(137, 28, 'Year of Manufacture', '2010', 'text'),
(138, 28, 'Seating Capacity', '67', 'text'),
(139, 28, 'Cc', '6', 'text'),
(140, 28, 'Ton', '', 'text'),
(141, 29, 'Insured', '', 'insured'),
(142, 29, 'Business', '', 'business'),
(143, 29, 'Type of vehicle', 'Bus', 'text'),
(144, 29, 'Year of Manufacture', '2010', 'text'),
(145, 29, 'Seating Capacity', '67', 'text'),
(146, 29, 'Cc', '6', 'text'),
(147, 29, 'Ton', '', 'text'),
(148, 30, 'Insured', '', 'insured'),
(149, 30, 'Business', '', 'business'),
(150, 30, 'Type of vehicle', '', 'text'),
(151, 30, 'Year of manufacture', '2000', 'text'),
(152, 30, 'Cc', '6', 'text'),
(153, 30, 'Ton', '', 'text'),
(154, 30, 'Seating capacity', '5', 'text'),
(162, 32, 'Insured', '', 'insured'),
(163, 32, 'Type of vehicle', 'Sedan', 'text'),
(164, 32, 'Value of vehicle', '28800', 'text'),
(165, 32, 'Year of manufacture', '2008', 'text'),
(166, 32, 'Cc', '4', 'text'),
(167, 32, 'Seating capacity', '5', 'text'),
(175, 31, 'Insured', '', 'insured'),
(176, 31, 'Business', '', 'business'),
(177, 31, 'Type of vehicle', 'Nissan Urvan', 'text'),
(178, 31, 'Year of Manufacture', '2011', 'text'),
(179, 31, 'Value of vehicle', '82000', 'text'),
(180, 31, 'Seating capacity', '3', 'text'),
(181, 31, 'Cc', '', 'text'),
(189, 34, 'Insured', '', 'insured'),
(190, 34, 'Type of vehicle', 'Sedan', 'text'),
(191, 34, 'Value of vehicle', '36000', 'text'),
(192, 34, 'Year of manufacture', '2010', 'text'),
(193, 34, 'Cc', '4', 'text'),
(194, 34, 'Seating capacity', '5', 'text'),
(195, 35, 'Insured', '', 'insured'),
(196, 35, 'Business', '', 'business'),
(197, 35, 'Type of vehicle', 'Double Cabin Pickup', 'text'),
(198, 35, 'Year of manufacture', '2008', 'text'),
(199, 35, 'Cc', '4', 'text'),
(200, 35, 'Ton', '', 'text'),
(201, 35, 'Seating capacity', '2', 'text'),
(202, 36, 'Insured', '', 'insured'),
(203, 36, 'Business', '', 'business'),
(204, 36, 'Type of vehicle', 'Pickup', 'text'),
(205, 36, 'Year of manufacture', '2008', 'text'),
(206, 36, 'Cc', '4', 'text'),
(207, 36, 'Ton', '', 'text'),
(208, 36, 'Seating capacity', '2', 'text'),
(209, 37, 'Insured', '', 'insured'),
(210, 37, 'Business', '', 'business'),
(211, 37, 'Type of vehicle', 'Sedan', 'text'),
(212, 37, 'Year of manufacture', '2004', 'text'),
(213, 37, 'Cc', '6', 'text'),
(214, 37, 'Ton', '', 'text'),
(215, 37, 'Seating capacity', '5', 'text'),
(216, 38, 'Insured', '', 'insured'),
(217, 38, 'Business', '', 'business'),
(218, 38, 'No of employees', '87', 'text'),
(219, 38, 'Estimated Annual Wages', '682,200', 'text'),
(220, 39, 'Insured', '', 'insured'),
(221, 39, 'Business', '', 'business'),
(222, 39, 'No of employees', '60', 'text'),
(223, 39, 'Estimated Annual Wages', '515,400', 'text'),
(224, 40, 'Insured', '', 'insured'),
(225, 40, 'Business', '', 'business'),
(226, 40, 'No of employees', '', 'text'),
(227, 40, 'Estimated Annual Wages', '6000000', 'text'),
(231, 41, 'Insured', '', 'insured'),
(232, 41, 'Business', '', 'business'),
(233, 41, 'Interest & Sum Insured', '', 'suminsured'),
(239, 43, 'Insured', '', 'insured'),
(240, 43, 'Business', '', 'business'),
(241, 43, 'Type of vehicle', 'Mitsubishi saloon', 'text'),
(242, 43, 'Year of Manufacture', '2010', 'text'),
(243, 43, 'Value of vehicle', '33784', 'text'),
(244, 43, 'Seating capacity', '5', 'text'),
(245, 43, 'Cc', '4', 'text'),
(251, 42, 'Insured', '', 'insured'),
(252, 42, 'Business', '', 'business'),
(253, 42, 'Period Of Insurance', '', 'periodofinsurance'),
(254, 42, 'Location of Risk', 'Industrial Area, Mesaieed, Souq Waqif and Mattar Qadeem', 'text'),
(255, 42, 'Interest & Sum Insured', '', 'suminsured'),
(256, 44, 'Insured', '', 'insured'),
(257, 44, 'Business', '', 'business'),
(258, 44, 'Type of vehicle', 'Bus', 'text'),
(259, 44, 'Year of Manufacture', '2011', 'text'),
(260, 44, 'Value of vehicle', '88000', 'text'),
(261, 44, 'Seating capacity', '15', 'text'),
(262, 44, 'Cc', '', 'text'),
(270, 45, 'Insured', '', 'insured'),
(271, 45, 'Business', '', 'business'),
(272, 45, 'Contract Title', ' Interior fit out for 42 nd Floor, Block B, Twin Palm Towers', 'text'),
(273, 45, 'Principal', 'Palm Tower', 'text'),
(274, 45, 'Location of Risk', 'New Doha', 'text'),
(275, 45, 'Scope of Work', 'Interior Fit Out', 'text'),
(276, 45, 'Contract Value', '1000000', 'text'),
(277, 45, 'Third Party Liability', '1000000', 'text'),
(278, 46, 'Insured', '', 'insured'),
(279, 46, 'Business', '', 'business'),
(280, 46, 'No of employees', '7', 'text'),
(281, 46, 'Estimated Annual Wages', '84000', 'text'),
(282, 47, 'Insured', '', 'insured'),
(283, 47, 'Business', '', 'business'),
(284, 47, 'No of employees', '34', 'text'),
(285, 47, 'Estimated Annual Wages', '315600', 'text'),
(286, 48, 'Insured', '', 'insured'),
(287, 48, 'Business', '', 'business'),
(288, 48, 'Type of vehicle', 'Sidan', 'text'),
(289, 48, 'Year of Manufacture', '2011', 'text'),
(290, 48, 'Value of vehicle', '40000', 'text'),
(291, 48, 'Seating capacity', '5', 'text'),
(292, 48, 'Cc', '', 'text'),
(293, 49, 'Insured', '', 'insured'),
(294, 49, 'Business', '', 'business'),
(295, 49, 'Type of vehicle', 'Sedan', 'text'),
(296, 49, 'Year of Manufacture', '2011', 'text'),
(297, 49, 'Value of vehicle', '40000', 'text'),
(298, 49, 'Seating capacity', '5', 'text'),
(299, 49, 'Cc', '', 'text'),
(300, 50, 'Insured', '', 'insured'),
(301, 50, 'Business', '', 'business'),
(302, 50, 'Type of vehicle', 'Suzuki', 'text'),
(303, 50, 'Year of Manufacture', '2008', 'text'),
(304, 50, 'Seating Capacity', '2', 'text'),
(305, 50, 'Cc', '4', 'text'),
(306, 50, 'Ton', '', 'text'),
(307, 51, 'Insured', '', 'insured'),
(308, 51, 'Business', '', 'business'),
(309, 51, 'Type of vehicle', 'Pick up', 'text'),
(310, 51, 'Year of Manufacture', '2010', 'text'),
(311, 51, 'Value of vehicle', '40800', 'text'),
(312, 51, 'Seating capacity', '5', 'text'),
(313, 51, 'Cc', '4', 'text'),
(314, 52, 'Insured', '', 'insured'),
(315, 52, 'Business', '', 'business'),
(316, 52, 'Type of vehicle', 'Pick up', 'text'),
(317, 52, 'Year of Manufacture', '2010', 'text'),
(318, 52, 'Value of vehicle', '40800', 'text'),
(319, 52, 'Seating capacity', '5', 'text'),
(320, 52, 'Cc', '4', 'text'),
(321, 53, 'Insured', '', 'insured'),
(322, 53, 'Business', '', 'business'),
(323, 53, 'Type of vehicle', 'Sedan', 'text'),
(324, 53, 'Year of Manufacture', '2011', 'text'),
(325, 53, 'Value of vehicle', '48000', 'text'),
(326, 53, 'Seating capacity', '5', 'text'),
(327, 53, 'Cc', '4', 'text'),
(328, 54, 'Insured', '', 'insured'),
(329, 54, 'Business', '', 'business'),
(330, 54, 'Type of vehicle', 'Pickup', 'text'),
(331, 54, 'Year of Manufacture', '2011', 'text'),
(332, 54, 'Value of vehicle', '53000', 'text'),
(333, 54, 'Seating capacity', '5', 'text'),
(334, 54, 'Cc', '', 'text'),
(335, 55, 'Insured', '', 'insured'),
(336, 55, 'Business', '', 'business'),
(337, 55, 'Type of vehicle', 'Pickup', 'text'),
(338, 55, 'Year of Manufacture', '2011', 'text'),
(339, 55, 'Value of vehicle', '53000', 'text'),
(340, 55, 'Seating capacity', '5', 'text'),
(341, 55, 'Cc', '', 'text'),
(342, 56, 'Insured', '', 'insured'),
(343, 56, 'Type of vehicle', 'Sedan', 'text'),
(344, 56, 'Value of vehicle', '59560', 'text'),
(345, 56, 'Year of manufacture', '2009', 'text'),
(346, 56, 'Cc', '4', 'text'),
(347, 56, 'Seating capacity', '5', 'text'),
(348, 57, 'Insured', '', 'insured'),
(349, 57, 'Business', '', 'business'),
(350, 57, 'Type of vehicle', 'Pickup', 'text'),
(351, 57, 'Year of manufacture', '2004', 'text'),
(352, 57, 'Reg no', '155473', 'text'),
(353, 57, 'Cc', '4', 'text'),
(354, 57, 'Ton', '', 'text'),
(355, 57, 'Seating capacity', '3', 'text'),
(356, 58, 'Insured', '', 'insured'),
(357, 58, 'Business', '', 'business'),
(358, 58, 'Type of vehicle', 'Pick up', 'text'),
(359, 58, 'Year of manufacture', '2004', 'text'),
(360, 58, 'Reg no', '155473', 'text'),
(361, 58, 'Cc', '4', 'text'),
(362, 58, 'Ton', '', 'text'),
(363, 58, 'Seating capacity', '3', 'text'),
(364, 59, 'Insured', '', 'insured'),
(365, 59, 'Business', '', 'business'),
(366, 59, 'Type of vehicle', 'Sedan', 'text'),
(367, 59, 'Year of manufacture', '2002', 'text'),
(368, 59, 'Reg no', '239140', 'text'),
(369, 59, 'Cc', '4', 'text'),
(370, 59, 'Ton', '', 'text'),
(371, 59, 'Seating capacity', '5', 'text'),
(377, 60, 'Insured', '', 'insured'),
(378, 60, 'Business', '', 'business'),
(379, 60, 'Period Of Insurance', '', 'periodofinsurance'),
(380, 60, 'Location of Risk', '1.Old Salata 2. Industrial Area 3.Rayaan', 'text'),
(381, 60, 'Sum Insured', '18800000', 'text'),
(382, 61, 'Insured', '', 'insured'),
(383, 61, 'Business', '', 'business'),
(384, 61, 'Type of vehicle', 'Bus', 'text'),
(385, 61, 'Year of Manufacture', '2011', 'text'),
(386, 61, 'Value of vehicle', '150000', 'text'),
(387, 61, 'Seating capacity', '67', 'text'),
(388, 61, 'Cc', '', 'text'),
(389, 62, 'Insured', '', 'insured'),
(390, 62, 'Business', '', 'business'),
(391, 62, 'Type of vehicle', 'Bus', 'text'),
(392, 62, 'Year of manufacture', '2006', 'text'),
(393, 62, 'Reg no', '132713', 'text'),
(394, 62, 'Cc', '6', 'text'),
(395, 62, 'Ton', '', 'text'),
(396, 62, 'Seating capacity', '58', 'text'),
(397, 63, 'Insured', '', 'insured'),
(398, 63, 'Business', '', 'business'),
(399, 63, 'No of employees', '19', 'text'),
(400, 63, 'No of dependants', '3', 'text'),
(406, 65, 'Insured', '', 'insured'),
(407, 65, 'Type of vehicle', '', 'text'),
(408, 65, 'Value of vehicle', '54000', 'text'),
(409, 65, 'Year of manufacture', '2007', 'text'),
(410, 65, 'Cc', '4', 'text'),
(411, 65, 'Seating capacity', '5', 'text'),
(412, 66, 'Insured', '', 'insured'),
(413, 66, 'Business', '', 'business'),
(414, 66, 'Type of vehicle', 'Sedan', 'text'),
(415, 66, 'Year of Manufacture', '2011', 'text'),
(416, 66, 'Value of vehicle', '48000', 'text'),
(417, 66, 'Seating capacity', '5', 'text'),
(418, 66, 'Cc', '4', 'text'),
(419, 67, 'Insured', '', 'insured'),
(420, 67, 'Business', '', 'business'),
(421, 67, 'Type of vehicle', 'Nissan Sunny', 'text'),
(422, 67, 'Year of Manufacture', '2011', 'text'),
(423, 67, 'Value of vehicle', '48000', 'text'),
(424, 67, 'Seating capacity', '5', 'text'),
(425, 67, 'Cc', '4', 'text'),
(426, 68, 'Insured', '', 'insured'),
(427, 68, 'Business', '', 'business'),
(428, 68, 'Type of vehicle', 'Nissan Sunny', 'text'),
(429, 68, 'Year of Manufacture', '2011', 'text'),
(430, 68, 'Value of vehicle', '48000', 'text'),
(431, 68, 'Seating capacity', '5', 'text'),
(432, 68, 'Cc', '4', 'text'),
(433, 69, 'Insured', '', 'insured'),
(434, 69, 'Business', '', 'business'),
(435, 69, 'Type of vehicle', 'Nissan Sunny', 'text'),
(436, 69, 'Year of Manufacture', '2011', 'text'),
(437, 69, 'Value of vehicle', '48000', 'text'),
(438, 69, 'Seating capacity', '5', 'text'),
(439, 69, 'Cc', '4', 'text'),
(449, 71, 'Insured', '', 'insured'),
(450, 71, 'Business', '', 'business'),
(451, 71, 'Type of vehicle', 'Bus', 'text'),
(452, 71, 'Year of Manufacture', '2006', 'text'),
(453, 71, 'Seating Capacity', '66', 'text'),
(454, 71, 'Cc', '6', 'text'),
(455, 71, 'Ton', '', 'text'),
(456, 71, 'Registration No', '137730', 'text'),
(457, 71, 'Chassis No', 'NDH098002', 'text'),
(458, 72, 'Insured', '', 'insured'),
(459, 72, 'Business', '', 'business'),
(460, 73, 'Insured', '', 'insured'),
(461, 73, 'Business', '', 'business'),
(462, 74, 'Insured', '', 'insured'),
(463, 74, 'Business', '', 'business'),
(474, 75, 'Insured', '', 'insured'),
(475, 75, 'Business', '', 'business'),
(476, 75, 'Regisration no', '187143 and 110298', 'text'),
(477, 75, 'Chassis no', '004523 and 100969', 'text'),
(478, 76, 'Insured', '', 'insured'),
(479, 76, 'Business', '', 'business'),
(480, 76, 'Location of Risk', '1) Al Khor  2) New Al Rayyan.', 'text'),
(481, 76, 'Sum Insured', '2,341,937', 'text'),
(482, 77, 'Insured', '', 'insured'),
(483, 77, 'Business', '', 'business'),
(484, 77, 'No of employees', '72', 'text'),
(485, 77, 'Estimated Annual Wages', '1,056,000', 'text'),
(486, 78, 'Insured', '', 'insured'),
(487, 78, 'Business', '', 'business'),
(488, 78, 'Type of vehicle', 'Pickup', 'text'),
(489, 78, 'Year of Manufacture', '2007', 'text'),
(490, 78, 'Seating Capacity', '5', 'text'),
(491, 78, 'Cc', '4', 'text'),
(492, 78, 'Ton', '', 'text'),
(493, 78, 'Registration No', '161118', 'text'),
(494, 78, 'Chassis No', '204511', 'text'),
(495, 79, 'Insured', '', 'insured'),
(496, 79, 'Business', '', 'business'),
(497, 79, 'No of employees', '1,409', 'text'),
(498, 79, 'Estimated Annual Wages', '12,993,900', 'text'),
(499, 80, 'Insured', '', 'insured'),
(500, 80, 'Business', '', 'business'),
(501, 81, 'Insured', '', 'insured'),
(502, 81, 'Business', '', 'business'),
(503, 81, 'No of employees', '133', 'text'),
(504, 81, 'Estimated Annual Wages', '2396400 ', 'text'),
(505, 82, 'Insured', '', 'insured'),
(506, 82, 'Business', '', 'business'),
(507, 82, 'Location of Risk', 'Show room cum store, Near Sana Round about', 'text'),
(508, 82, 'Sum Insured', '1500000', 'text'),
(509, 83, 'Insured', '', 'insured'),
(510, 83, 'Business', '', 'business'),
(511, 83, 'Sum Insured', '51595', 'text'),
(512, 84, 'Insured', '', 'insured'),
(513, 84, 'Business', '', 'business'),
(514, 84, 'Type of vehicle', 'Sedan', 'text'),
(515, 84, 'Year of Manufacture', '2012', 'text'),
(516, 84, 'Value of vehicle', '35000', 'text'),
(517, 84, 'Seating capacity', '5', 'text'),
(518, 84, 'Cc', '', 'text'),
(519, 84, 'Registration No', '', 'text'),
(520, 84, 'Chassis No', '050339', 'text'),
(521, 85, 'Insured', '', 'insured'),
(522, 85, 'Business', '', 'business'),
(523, 85, 'Type of vehicle', 'Sedan', 'text'),
(524, 85, 'Year of Manufacture', '2012', 'text'),
(525, 85, 'Value of vehicle', '35000 ', 'text'),
(526, 85, 'Seating capacity', '5', 'text'),
(527, 85, 'Cc', '', 'text'),
(528, 85, 'Registration No', '', 'text'),
(529, 85, 'Chassis No', '009763', 'text'),
(530, 86, 'Insured', '', 'insured'),
(531, 86, 'Business', '', 'business'),
(532, 86, 'Type of vehicle', 'Sedan', 'text'),
(533, 86, 'Year of Manufacture', '2012', 'text'),
(534, 86, 'Value of vehicle', '35000', 'text'),
(535, 86, 'Seating capacity', '5', 'text'),
(536, 86, 'Cc', '', 'text'),
(537, 86, 'Registration No', '', 'text'),
(538, 86, 'Chassis No', '038393', 'text'),
(539, 87, 'Insured', '', 'insured'),
(540, 87, 'Business', '', 'business'),
(541, 87, 'Type of vehicle', 'Sedan', 'text'),
(542, 87, 'Year of Manufacture', '2012', 'text'),
(543, 87, 'Value of vehicle', '35000', 'text'),
(544, 87, 'Seating capacity', '5', 'text'),
(545, 87, 'Cc', '', 'text'),
(546, 87, 'Registration No', '', 'text'),
(547, 87, 'Chassis No', '038395', 'text'),
(552, 88, 'Insured', '', 'insured'),
(553, 88, 'Business', '', 'business'),
(554, 88, 'No of employees', '49', 'text'),
(555, 88, 'Estimated Annual Wages', 'QR 897,600', 'text'),
(556, 89, 'Insured', '', 'insured'),
(557, 89, 'Business', '', 'business'),
(558, 90, 'Insured', '', 'insured'),
(559, 90, 'Business', '', 'business'),
(560, 90, 'No of employees', '203', 'text'),
(561, 90, 'Estimated Annual Wages', 'QR 2,002,800', 'text'),
(562, 91, 'Insured', '', 'insured'),
(563, 91, 'Business', '', 'business'),
(564, 91, 'No of employees', '12', 'text'),
(565, 91, 'Estimated Annual Wages', 'QR 469,200', 'text'),
(566, 92, 'Insured', '', 'insured'),
(567, 92, 'Business', '', 'business'),
(568, 93, 'Insured', '', 'insured'),
(569, 93, 'Business', '', 'business'),
(570, 93, 'No of employees', '30', 'text'),
(571, 93, 'Estimated Annual Wages', 'QR 290,400', 'text'),
(574, 94, 'Insured', '', 'insured'),
(575, 94, 'Business', '', 'business'),
(576, 95, 'Insured', '', 'insured'),
(577, 95, 'Business', '', 'business'),
(578, 95, 'Type of vehicle', 'Sedan', 'text'),
(579, 95, 'Year of Manufacture', '2011', 'text'),
(580, 95, 'Value of vehicle', '39000', 'text'),
(581, 95, 'Seating capacity', '5', 'text'),
(582, 95, 'Cc', '4', 'text'),
(583, 95, 'Registration No', '', 'text'),
(584, 95, 'Chassis No', '6848690', 'text'),
(585, 96, 'Insured', '', 'insured'),
(586, 96, 'Business', '', 'business'),
(587, 96, 'Type of vehicle', 'Sedan', 'text'),
(588, 96, 'Year of Manufacture', '2011', 'text'),
(589, 96, 'Value of vehicle', '39000', 'text'),
(590, 96, 'Seating capacity', '5', 'text'),
(591, 96, 'Cc', '4', 'text'),
(592, 96, 'Registration No', '', 'text'),
(593, 96, 'Chassis No', '6848676', 'text'),
(596, 98, 'Insured', '', 'insured'),
(597, 98, 'Business', '', 'business'),
(598, 98, 'Number of employees', '179', 'text'),
(599, 98, 'Estimated Annual Wages', '7022376', 'text'),
(600, 98, 'Group Life Contribution', '8950000', 'text'),
(601, 99, 'Insured', '', 'insured'),
(602, 99, 'Business', '', 'business'),
(603, 99, 'Type of vehicle', 'Pick up', 'text'),
(604, 99, 'Year of Manufacture', '2009', 'text'),
(605, 99, 'Value of vehicle', '44000', 'text'),
(606, 99, 'Seating capacity', '5', 'text'),
(607, 99, 'Cc', '4', 'text'),
(608, 99, 'Registration No', '47911', 'text'),
(609, 99, 'Chassis No', '250012', 'text'),
(610, 100, 'Insured', '', 'insured'),
(611, 100, 'Business', '', 'business'),
(612, 100, 'Type of vehicle', 'TOYOTA SALOON', 'text'),
(613, 100, 'Year of Manufacture', '2005', 'text'),
(614, 100, 'Value of vehicle', '25500', 'text'),
(615, 100, 'Seating capacity', '5', 'text'),
(616, 100, 'Cc', '4', 'text'),
(617, 100, 'Registration No', '293382', 'text'),
(618, 100, 'Chassis No', '502658', 'text'),
(624, 101, 'Insured', '', 'insured'),
(625, 101, 'Business', '', 'business'),
(626, 101, 'Period Of Insurance', '15.07.2011 To 14.07.2012', 'periodofinsurance'),
(627, 101, 'Location of Risk', 'Old Al - Merghab Area, No. 17, Doha', 'text'),
(628, 101, 'Sum Insured', 'QR 12,000,000', 'text'),
(629, 102, 'Insured', '', 'insured'),
(630, 102, 'Business', '', 'business'),
(631, 102, 'Period Of Insurance', '15.07.2011 To 14.07.2012', 'periodofinsurance'),
(632, 102, 'Location of Risk', 'North Khalifa Town, Al Shamal Road.', 'text'),
(633, 102, 'Sum Insured', 'QR 11,000,000', 'text'),
(634, 103, 'Insured', '', 'insured'),
(635, 103, 'Business', '', 'business'),
(636, 103, 'Period Of Insurance', '15.07.2011 To 14.07.2012', 'periodofinsurance'),
(637, 103, 'Location of Risk', 'Bin Mahmound Area', 'text'),
(638, 103, 'Sum Insured', 'QR 8000,000', 'text'),
(639, 104, 'Insured', '', 'insured'),
(640, 104, 'Business', '', 'business'),
(650, 106, 'Insured', '', 'insured'),
(651, 106, 'Type of vehicle', '', 'text'),
(652, 106, 'Value of vehicle', '40000', 'text'),
(653, 106, 'Year of manufacture', '2008', 'text'),
(654, 106, 'Cc', '4', 'text'),
(655, 106, 'Seating capacity', '5', 'text'),
(656, 106, 'Registration No', '392305', 'text'),
(657, 106, 'Chassis No', '684104552', 'text'),
(658, 107, 'Insured', '', 'insured'),
(659, 107, 'Business', '', 'business'),
(660, 107, 'Type of vehicle', 'Pick up', 'text'),
(661, 107, 'Year of Manufacture', '2008', 'text'),
(662, 107, 'Value of vehicle', '23000', 'text'),
(663, 107, 'Seating capacity', '5', 'text'),
(664, 107, 'Cc', '4', 'text'),
(665, 107, 'Registration No', '188103', 'text'),
(666, 107, 'Chassis No', '074346', 'text'),
(667, 108, 'Insured', '', 'insured'),
(668, 108, 'Business', '', 'business'),
(669, 108, 'Type of vehicle', 'Bus', 'text'),
(670, 108, 'Year of Manufacture', '2008', 'text'),
(671, 108, 'Seating Capacity', '29', 'text'),
(672, 108, 'Cc', '6', 'text'),
(673, 108, 'Ton', '', 'text'),
(674, 108, 'Registration No', '77020', 'text'),
(675, 108, 'Chassis No', '985156604', 'text'),
(676, 109, 'Business', '', 'business'),
(677, 109, 'Insured', '', 'insured'),
(678, 109, 'Sum Insured', '1,647,334.80', 'text'),
(679, 110, 'Insured', '', 'insured'),
(680, 110, 'Business', '', 'business'),
(681, 111, 'Insured', '', 'insured'),
(682, 111, 'Business', '', 'business'),
(683, 111, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(684, 111, 'Year of Manufacture', '2008', 'text'),
(685, 111, 'Value of vehicle', '30000', 'text'),
(686, 111, 'Seating capacity', '5', 'text'),
(687, 111, 'Cc', '4', 'text'),
(688, 111, 'Registration No', '357598', 'text'),
(689, 111, 'Chassis No', '016652', 'text'),
(690, 112, 'Insured', '', 'insured'),
(691, 112, 'Business', '', 'business'),
(692, 112, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(693, 112, 'Year of Manufacture', '2008', 'text'),
(694, 112, 'Value of vehicle', '30000', 'text'),
(695, 112, 'Seating capacity', '5', 'text'),
(696, 112, 'Cc', '4', 'text'),
(697, 112, 'Registration No', '357663', 'text'),
(698, 112, 'Chassis No', '016661', 'text'),
(699, 113, 'Insured', '', 'insured'),
(700, 113, 'Business', '', 'business'),
(701, 113, 'Type of vehicle', 'Van', 'text'),
(702, 113, 'Year of Manufacture', '2008', 'text'),
(703, 113, 'Value of vehicle', '40000', 'text'),
(704, 113, 'Seating capacity', '3', 'text'),
(705, 113, 'Cc', '4', 'text'),
(706, 113, 'Registration No', '189589', 'text'),
(707, 113, 'Chassis No', '180036050', 'text'),
(708, 114, 'Insured', '', 'insured'),
(709, 114, 'Business', '', 'business'),
(710, 114, 'Type of vehicle', 'Van', 'text'),
(711, 114, 'Year of manufacture', '2002', 'text'),
(712, 114, 'Reg no', '98145', 'text'),
(713, 114, 'Chasiss No', '007576', 'text'),
(714, 114, 'Cc', '4', 'text'),
(715, 114, 'Ton', '', 'text'),
(716, 114, 'Seating capacity', '3', 'text'),
(717, 115, 'Insured', '', 'insured'),
(718, 115, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(719, 115, 'Value of vehicle', '35100', 'text'),
(720, 115, 'Year of manufacture', '2009', 'text'),
(721, 115, 'Cc', '4', 'text'),
(722, 115, 'Seating capacity', '5', 'text'),
(723, 115, 'Registration No', '398505', 'text'),
(724, 115, 'Chassis No', '038596', 'text'),
(725, 116, 'Insured', '', 'insured'),
(726, 116, 'Business', '', 'business'),
(727, 117, 'Insured', '', 'insured'),
(728, 117, 'Business', '', 'business'),
(729, 118, 'Insured', '', 'insured'),
(730, 118, 'Business', '', 'business'),
(731, 118, 'No of employees', '', 'text'),
(732, 118, 'Estimated Annual Wages', '6,903,000', 'text'),
(733, 119, 'Insured', '', 'insured'),
(734, 119, 'Business', '', 'business'),
(735, 119, 'Type of vehicle', 'Kia', 'text'),
(736, 119, 'Year of Manufacture', '2012', 'text'),
(737, 119, 'Value of vehicle', '34000', 'text'),
(738, 119, 'Seating capacity', '5', 'text'),
(739, 119, 'Cc', '4', 'text'),
(740, 119, 'Registration No', '', 'text'),
(741, 119, 'Chassis No', '050301', 'text'),
(742, 120, 'Insured', '', 'insured'),
(743, 120, 'Business', '', 'business'),
(744, 120, 'No of employees', '81', 'text'),
(745, 120, 'Estimated Annual Wages', '1,335,000', 'text'),
(746, 121, 'Insured', '', 'insured'),
(747, 121, 'Type of vehicle', 'Pickup', 'text'),
(748, 121, 'Value of vehicle', '45000', 'text'),
(749, 121, 'Year of manufacture', '2009', 'text'),
(750, 121, 'Cc', '4', 'text'),
(751, 121, 'Seating capacity', '5', 'text'),
(752, 121, 'Registration No', '28141', 'text'),
(753, 121, 'Chassis No', '13437', 'text'),
(754, 122, 'Insured', '', 'insured'),
(755, 122, 'Business', '', 'business'),
(756, 122, 'Type of vehicle', 'Van', 'text'),
(757, 122, 'Year of Manufacture', '2007', 'text'),
(758, 122, 'Value of vehicle', '20000', 'text'),
(759, 122, 'Seating capacity', '2', 'text'),
(760, 122, 'Cc', '4', 'text'),
(761, 122, 'Registration No', '172382', 'text'),
(762, 122, 'Chassis No', '104070', 'text'),
(763, 123, 'Insured', '', 'insured'),
(764, 123, 'Business', '', 'business'),
(765, 124, 'Insured', '', 'insured'),
(766, 124, 'Business', '', 'business'),
(767, 124, 'No of employees', '7', 'text'),
(768, 124, 'Estimated Annual Wages', '67200', 'text'),
(775, 126, 'Insured', '', 'insured'),
(776, 126, 'Business', '', 'business'),
(777, 125, 'Insured', '', 'insured'),
(778, 125, 'Business', '', 'business'),
(779, 125, 'No of employees', '7', 'text'),
(780, 125, 'Estimated Annual Wages', '234000', 'text'),
(781, 127, 'Insured', '', 'insured'),
(782, 127, 'Business', '', 'business'),
(783, 127, 'Cash in Safe', '3000000', 'text'),
(784, 127, 'Single Carrying limit', '1000000', 'text'),
(785, 127, 'Estimated Annual Carrying Limit', '50000000', 'text'),
(786, 127, 'Cash in drawer', '100000', 'text'),
(787, 128, 'Insured', '', 'insured'),
(788, 128, 'Business', '', 'business'),
(789, 128, 'No of employees', '222', 'text'),
(790, 128, 'Estimated Annual Wages', '7108500', 'text'),
(791, 129, 'Insured', '', 'insured'),
(792, 129, 'Business', '', 'business'),
(793, 129, 'Contract Title', '', 'text'),
(794, 129, 'Principal', '', 'text'),
(795, 129, 'Location of Risk', '', 'text'),
(796, 129, 'Section 1 - Material Damage', '', 'text'),
(797, 129, 'Section 2 - Third Party Liability', '', 'text'),
(798, 129, 'Scope of Work', '', 'text'),
(799, 130, 'Insured', '', 'insured'),
(800, 130, 'Business', '', 'business'),
(801, 130, 'No of employees', '19', 'text'),
(802, 130, 'Estimated Annual Wages', '362,400', 'text'),
(803, 131, 'Insured', '', 'insured'),
(804, 131, 'Business', '', 'business'),
(805, 131, 'Type of vehicle', 'Sedan', 'text'),
(806, 131, 'Year of Manufacture', '2011', 'text'),
(807, 131, 'Value of vehicle', '47000', 'text'),
(808, 131, 'Seating capacity', '5', 'text'),
(809, 131, 'Cc', '4', 'text'),
(810, 131, 'Registration No', '', 'text'),
(811, 131, 'Chassis No', '5933708', 'text'),
(814, 133, 'Insured', '', 'insured'),
(815, 133, 'Business', '', 'business'),
(816, 133, 'No of employees', '200', 'text'),
(817, 133, 'Estimated Annual Wages', '2,200,000', 'text'),
(824, 134, 'Insured', '', 'insured'),
(825, 134, 'Business', '', 'business'),
(826, 134, 'No of employees', '305', 'text'),
(827, 134, 'Estimated Annual Wages', '5,268,120', 'text'),
(828, 135, 'Insured', '', 'insured'),
(829, 135, 'Business', '', 'business'),
(830, 135, 'Type of vehicle', 'Sedan', 'text'),
(831, 135, 'Year of manufacture', '1997', 'text'),
(832, 135, 'Reg no', '156172', 'text'),
(833, 135, 'Chasiss No', '0036620', 'text'),
(834, 135, 'Cc', '4', 'text'),
(835, 135, 'Ton', '', 'text'),
(836, 135, 'Seating capacity', '5', 'text'),
(837, 136, 'Insured', '', 'insured'),
(838, 136, 'Business', '', 'business'),
(839, 136, 'Type of vehicle', 'TOYOTA PRADO', 'text'),
(840, 136, 'Year of manufacture', '2005', 'text'),
(841, 136, 'Reg no', '305871', 'text'),
(842, 136, 'Chasiss No', '19282', 'text'),
(843, 136, 'Cc', '4', 'text'),
(844, 136, 'Ton', '', 'text'),
(845, 136, 'Seating capacity', '8', 'text'),
(846, 137, 'Insured', '', 'insured'),
(847, 137, 'Business', '', 'business'),
(848, 137, 'No of employees', '', 'text'),
(849, 137, 'Estimated Annual Wages', '2,625,000', 'text'),
(850, 138, 'Business', '', 'business'),
(851, 138, 'Insured', '', 'insured'),
(852, 138, 'Sum Insured', '18,661,831.54', 'text'),
(853, 139, 'Insured', '', 'insured'),
(854, 139, 'Business', '', 'business'),
(855, 139, 'Cash in Safe', '50,000', 'text'),
(856, 139, 'Estimated Annual Carrying Limit', '2,500,000', 'text'),
(857, 139, 'Single Carrying limit', '', 'text'),
(868, 140, 'Insured', '', 'insured'),
(869, 140, 'Business', '', 'business'),
(870, 140, 'Period Of Insurance', '01.01.2011 To 31.12.2011', 'periodofinsurance'),
(871, 140, 'Location of Risk', '1.55 Rawdat Hubaira Street 727, Abu Sidrah . 2. Muaither South Street 55 near Qatar National Plastic Factory. 3.Muaither South Street 55 near Qatar National Plastic Factory.', 'text'),
(872, 140, 'Sum Insured', '500,000', 'text'),
(873, 141, 'Insured', '', 'insured'),
(874, 141, 'Business', '', 'business'),
(880, 143, 'Insured', '', 'insured'),
(881, 143, 'Business', '', 'business'),
(882, 144, 'Insured', '', 'insured'),
(883, 144, 'Business', '', 'business'),
(884, 144, 'Period Of Insurance', '', 'periodofinsurance'),
(885, 144, 'Location of Risk', 'Gharafa, Near Lulu Hypermarket', 'text'),
(886, 144, 'Sum Insured', ' 200,000,000', 'text'),
(887, 145, 'Insured', '', 'insured'),
(888, 145, 'Business', '', 'business'),
(889, 145, 'Type of vehicle', 'Sedan', 'text'),
(890, 145, 'Year of Manufacture', '2010', 'text'),
(891, 145, 'Value of vehicle', '65700', 'text'),
(892, 145, 'Seating capacity', '5', 'text'),
(893, 145, 'Cc', '4', 'text'),
(894, 145, 'Registration No', '202065', 'text'),
(895, 145, 'Chassis No', '658571', 'text'),
(896, 146, 'Insured', '', 'insured'),
(897, 146, 'Business', '', 'business'),
(898, 146, 'No of  vehicles', '120', 'text'),
(899, 147, 'Insured', '', 'insured'),
(900, 147, 'Business', '', 'business'),
(901, 147, 'No of  vehicles', '', 'text'),
(902, 148, 'Insured', '', 'insured'),
(903, 148, 'Business', '', 'business'),
(904, 148, 'Type of vehicle', 'Nissan Urvan', 'text'),
(905, 148, 'Year of Manufacture', '2010', 'text'),
(906, 148, 'Value of vehicle', '83000', 'text'),
(907, 148, 'Seating capacity', '6', 'text'),
(908, 148, 'Cc', '', 'text'),
(909, 148, 'Registration No', '', 'text'),
(910, 148, 'Chassis No', '470200', 'text'),
(924, 151, 'Insured', '', 'insured'),
(925, 151, 'Business', '', 'business'),
(926, 151, 'Period Of Insurance', '27.04.2011 to 26.04.2012', 'periodofinsurance'),
(927, 151, 'Location of Risk', 'Saliya, Doha, State of Qatar ', 'text'),
(928, 151, 'Sum Insured', '10,600,000', 'text'),
(932, 152, 'Insured', '', 'insured'),
(933, 152, 'Business', '', 'business'),
(934, 152, 'Voyage ', ' China to Doha', 'text'),
(935, 152, 'Matter Insured', '16680 pcs Steel cement bare panels and 29550 pedestal 4 with gasket', 'text'),
(936, 153, 'Insured', '', 'insured'),
(937, 153, 'Business', '', 'business'),
(938, 153, 'Voyage', 'Spain to Qatar', 'text'),
(939, 153, 'Matter Insured', 'Electrical cables', 'text'),
(940, 154, 'Insured', '', 'insured'),
(941, 154, 'Business', '', 'business'),
(942, 154, 'Type of vehicle', 'Nissan Pickup', 'text'),
(943, 154, 'Year of Manufacture', '2010', 'text'),
(944, 154, 'Value of vehicle', '47000', 'text'),
(945, 154, 'Seating capacity', '3', 'text'),
(946, 154, 'Cc', '', 'text'),
(947, 154, 'Registration No', '', 'text'),
(948, 154, 'Chassis No', '6000915', 'text'),
(949, 150, 'Insured', '', 'insured'),
(950, 150, 'Business', '', 'business'),
(951, 150, 'Capital Sum Insured', '50,000 per person', 'text'),
(952, 150, 'No of employees', '378', 'text'),
(953, 155, 'Insured', '', 'insured'),
(954, 155, 'Business', '', 'business'),
(955, 155, 'No of employees', '378', 'text'),
(956, 155, 'Estimated Annual Wages', '7,800,000', 'text'),
(957, 156, 'Insured', '', 'insured'),
(958, 156, 'Business', '', 'business'),
(959, 156, 'No of employees', '0', 'text'),
(960, 156, 'Estimated Annual Wages', '0', 'text'),
(961, 157, 'Business', '', 'business'),
(962, 157, 'Insured', '', 'insured'),
(963, 157, 'Sum Insured', '0', 'text'),
(979, 161, 'Insured', '', 'insured'),
(980, 161, 'Business', '', 'business'),
(981, 161, 'Cash in Safe', '100000', 'text'),
(982, 161, 'Estimated Annual Carrying Limit', '600000', 'text'),
(983, 161, 'Single Carrying limit', '10000', 'text'),
(989, 163, 'Insured', '', 'insured'),
(990, 163, 'Business', '', 'business'),
(991, 163, 'Type of vehicle', '', 'text'),
(992, 163, 'Year of Manufacture', '2008', 'text'),
(993, 163, 'Seating Capacity', '5', 'text'),
(994, 163, 'Cc', '4', 'text'),
(995, 163, 'Ton', '', 'text'),
(996, 163, 'Registration No', '303710', 'text'),
(997, 163, 'Chassis No', '201435', 'text'),
(1003, 165, 'Insured', '', 'insured'),
(1004, 165, 'Business', '', 'business'),
(1005, 165, 'Type of vehicle', 'Bus', 'text'),
(1006, 165, 'Year of Manufacture', '2009', 'text'),
(1007, 165, 'Value of vehicle', '85600', 'text'),
(1008, 165, 'Seating capacity', '29', 'text'),
(1009, 165, 'Cc', '6', 'text'),
(1010, 165, 'Registration No', '147965', 'text'),
(1011, 165, 'Chassis No', '668833', 'text'),
(1032, 170, 'Insured', '', 'insured'),
(1033, 170, 'Business', '', 'business'),
(1034, 170, 'Period Of Insurance', '', 'periodofinsurance'),
(1035, 170, 'Location of Risk', '', 'text'),
(1036, 170, 'Sum Insured', '', 'text'),
(1037, 171, 'Insured', '', 'insured'),
(1038, 171, 'Business', '', 'business'),
(1039, 172, 'Insured', '', 'insured'),
(1040, 172, 'Business', '', 'business'),
(1045, 174, 'Insured', '', 'insured'),
(1046, 174, 'Business', '', 'business'),
(1047, 174, 'Type of vehicle', 'Bus', 'text'),
(1048, 174, 'Year of Manufacture', '2009', 'text'),
(1049, 174, 'Value of vehicle', '85600', 'text'),
(1050, 174, 'Seating capacity', '29', 'text'),
(1051, 174, 'Cc', '6', 'text'),
(1052, 174, 'Registration No', '147950', 'text'),
(1053, 174, 'Chassis No', '668992', 'text'),
(1070, 179, 'Insured', '', 'insured'),
(1071, 179, 'Business', '', 'business'),
(1072, 179, 'No of employees', '', 'text'),
(1073, 179, 'Estimated Annual Wages', '15,000,000', 'text'),
(1074, 180, 'Insured', '', 'insured'),
(1075, 180, 'Business', '', 'business'),
(1076, 180, 'Limit of Idemnity', 'QR 500,000 any one occurrence  QR 1,000,000 in the aggregate', 'text'),
(1077, 181, 'Insured', '', 'insured'),
(1078, 181, 'Business', '', 'business'),
(1079, 181, 'No of employees', '', 'text'),
(1080, 181, 'Estimated Annual Wages', '3,000,000', 'text'),
(1081, 182, 'Insured', '', 'insured'),
(1082, 182, 'Business', '', 'business'),
(1083, 182, 'No of employees', '198', 'text'),
(1084, 182, 'Estimated Annual Wages', '1,788,000', 'text'),
(1085, 183, 'Insured', '', 'insured'),
(1086, 183, 'Business', '', 'business'),
(1113, 190, 'Insured', '', 'insured'),
(1114, 190, 'Business', '', 'business'),
(1115, 191, 'Insured', '', 'insured'),
(1116, 191, 'Type of vehicle', '', 'text'),
(1117, 191, 'Value of vehicle', '98000', 'text'),
(1118, 191, 'Year of manufacture', '2008', 'text'),
(1119, 191, 'Cc', '6', 'text'),
(1120, 191, 'Seating capacity', '8', 'text'),
(1121, 191, 'Registration No', '45976', 'text'),
(1122, 191, 'Chassis No', '7679', 'text'),
(1123, 192, 'Insured', '', 'insured'),
(1124, 192, 'Business', '', 'business'),
(1125, 192, 'Type of vehicle', 'Sedan', 'text'),
(1126, 192, 'Year of manufacture', '1999', 'text'),
(1127, 192, 'Reg no', '195011', 'text'),
(1128, 192, 'Chasiss No', '407800', 'text'),
(1129, 192, 'Cc', '4', 'text'),
(1130, 192, 'Ton', '', 'text'),
(1131, 192, 'Seating capacity', '5', 'text'),
(1132, 193, 'Insured', '', 'insured'),
(1133, 193, 'Business', '', 'business'),
(1134, 193, 'Capital Sum Insured', '7,550,000', 'text'),
(1135, 193, 'No of employees', '151', 'text'),
(1136, 194, 'Insured', '', 'insured'),
(1137, 194, 'Business', '', 'business'),
(1138, 194, 'No of employees', '190', 'text'),
(1139, 194, 'Estimated Annual Wages', '2,876,400', 'text'),
(1140, 195, 'Insured', '', 'insured'),
(1141, 195, 'Business', '', 'business'),
(1142, 195, 'Type of vehicle', '', 'text'),
(1143, 195, 'Year of manufacture', '2009', 'text'),
(1144, 195, 'Reg no', '160326', 'text'),
(1145, 195, 'Chasiss No', '12953', 'text'),
(1146, 195, 'Cc', '6', 'text'),
(1147, 195, 'Ton', '', 'text'),
(1148, 195, 'Seating capacity', '7', 'text'),
(1158, 196, 'Insured', '', 'insured'),
(1159, 196, 'Business', '', 'business'),
(1160, 196, 'Type of vehicle', 'Sedan', 'text'),
(1161, 196, 'Year of manufacture', '2010', 'text'),
(1162, 196, 'Reg no', '432247', 'text'),
(1163, 196, 'Chasiss No', '55728', 'text'),
(1164, 196, 'Cc', '4', 'text'),
(1165, 196, 'Ton', '', 'text'),
(1166, 196, 'Seating capacity', '5', 'text'),
(1167, 197, 'Insured', '', 'insured'),
(1168, 197, 'Business', '', 'business'),
(1169, 198, 'Insured', '', 'insured'),
(1170, 198, 'Business', '', 'business'),
(1171, 198, 'Type of vehicle', 'Pick up', 'text'),
(1172, 198, 'Year of Manufacture', '2008', 'text'),
(1173, 198, 'Seating Capacity', '6', 'text'),
(1174, 198, 'Cc', '4', 'text'),
(1175, 198, 'Ton', '', 'text'),
(1176, 198, 'Registration No', '36955', 'text'),
(1177, 198, 'Chassis No', '30583', 'text'),
(1178, 199, 'Insured', '', 'insured'),
(1179, 199, 'Business', '', 'business'),
(1180, 199, 'Type of vehicle', 'Pick up', 'text'),
(1181, 199, 'Year of Manufacture', '2008', 'text'),
(1182, 199, 'Value of vehicle', '51000', 'text'),
(1183, 199, 'Seating capacity', '3', 'text'),
(1184, 199, 'Cc', '4', 'text'),
(1185, 199, 'Registration No', '187938', 'text'),
(1186, 199, 'Chassis No', '94412', 'text'),
(1187, 200, 'Insured', '', 'insured'),
(1188, 200, 'Business', '', 'business'),
(1189, 200, 'No of employees', '11', 'text'),
(1190, 200, 'No of dependants', '', 'text'),
(1191, 201, 'Insured', '', 'insured'),
(1192, 201, 'Business', '', 'business'),
(1193, 201, 'Type of vehicle', 'Sidan', 'text'),
(1194, 201, 'Year of Manufacture', '2007', 'text'),
(1195, 201, 'Value of vehicle', '19000', 'text'),
(1196, 201, 'Seating capacity', '5', 'text'),
(1197, 201, 'Cc', '4', 'text'),
(1198, 201, 'Registration No', '67038', 'text'),
(1199, 201, 'Chassis No', '642486', 'text'),
(1200, 202, 'Insured', '', 'insured'),
(1201, 202, 'Business', '', 'business'),
(1202, 202, 'Type of vehicle', 'Sedan', 'text'),
(1203, 202, 'Year of Manufacture', '2007', 'text'),
(1204, 202, 'Value of vehicle', '20000', 'text'),
(1205, 202, 'Seating capacity', '5', 'text'),
(1206, 202, 'Cc', '4', 'text'),
(1207, 202, 'Registration No', '67048', 'text'),
(1208, 202, 'Chassis No', '15112', 'text'),
(1209, 203, 'Insured', '', 'insured'),
(1210, 203, 'Business', '', 'business'),
(1211, 203, 'Number of employees', '15', 'text'),
(1212, 203, 'Estimated Annual Wages', '', 'text'),
(1213, 203, 'Group Life Contribution', '3100', 'text'),
(1214, 203, 'Sum insured ', '160,800', 'text'),
(1215, 204, 'Insured', '', 'insured'),
(1216, 204, 'Business', '', 'business'),
(1217, 204, 'No of employees', '294', 'text'),
(1218, 204, 'Estimated Annual Wages', '3,174,900', 'text'),
(1219, 205, 'Insured', '', 'insured'),
(1220, 205, 'Business', '', 'business'),
(1221, 206, 'Insured', '', 'insured'),
(1222, 206, 'Business', '', 'business'),
(1223, 206, 'Type of vehicle', 'Pick up', 'text'),
(1224, 206, 'Year of Manufacture', '2008', 'text'),
(1225, 206, 'Value of vehicle', '51000', 'text'),
(1226, 206, 'Seating capacity', '3', 'text'),
(1227, 206, 'Cc', '4', 'text'),
(1228, 206, 'Registration No', '187928', 'text'),
(1229, 206, 'Chassis No', '27201', 'text'),
(1230, 207, 'Insured', '', 'insured'),
(1231, 207, 'Business', '', 'business'),
(1232, 207, 'Type of vehicle', 'Pick up', 'text'),
(1233, 207, 'Year of Manufacture', '2006', 'text'),
(1234, 207, 'Seating Capacity', '6', 'text'),
(1235, 207, 'Cc', '4', 'text'),
(1236, 207, 'Ton', '', 'text'),
(1237, 207, 'Registration No', '142728', 'text'),
(1238, 207, 'Chassis No', '2005008', 'text'),
(1239, 208, 'Insured', '', 'insured'),
(1240, 208, 'Business', '', 'business'),
(1241, 209, 'Insured', '', 'insured'),
(1242, 209, 'Business', '', 'business'),
(1243, 210, 'Insured', '', 'insured'),
(1244, 210, 'Business', '', 'business'),
(1245, 211, 'Insured', '', 'insured'),
(1246, 211, 'Business', '', 'business'),
(1247, 211, 'Cash in Safe', '(Normal days) QR 100,000/-  (Salary days) QR 500,000', 'text'),
(1248, 211, 'Estimated Annual Carrying Limit', 'QR 6,000,000', 'text'),
(1249, 211, 'Single Carrying limit', '', 'text'),
(1250, 212, 'Business', '', 'business'),
(1251, 212, 'Insured', '', 'insured'),
(1252, 212, 'Sum Insured', 'QR 22,069,955.40', 'text'),
(1253, 213, 'Insured', '', 'insured'),
(1254, 213, 'Business', '', 'business'),
(1255, 213, 'No of employees', '614', 'text'),
(1256, 213, 'Estimated Annual Wages', 'Admin: QR 969,000/- Non Admin: QR 6,770,400/-', 'text'),
(1257, 214, 'Insured', '', 'insured'),
(1258, 214, 'Business', '', 'business'),
(1259, 214, 'Type of vehicle', 'Sedan', 'text'),
(1260, 214, 'Year of Manufacture', '2099', 'text'),
(1261, 214, 'Seating Capacity', '5', 'text'),
(1262, 214, 'Cc', '4', 'text'),
(1263, 214, 'Ton', '', 'text'),
(1264, 214, 'Registration No', '121469', 'text'),
(1265, 214, 'Chassis No', '103582', 'text'),
(1266, 215, 'Insured', '', 'insured'),
(1267, 215, 'Business', '', 'business'),
(1268, 215, 'Type of vehicle', 'Sedan', 'text'),
(1269, 215, 'Year of Manufacture', '2009', 'text'),
(1270, 215, 'Seating Capacity', '5', 'text'),
(1271, 215, 'Cc', '4', 'text'),
(1272, 215, 'Ton', '', 'text'),
(1273, 215, 'Registration No', '64865', 'text'),
(1274, 215, 'Chassis No', '102428', 'text'),
(1275, 216, 'Insured', '', 'insured'),
(1276, 216, 'Business', '', 'business'),
(1277, 216, 'Type of vehicle', 'Pick up', 'text'),
(1278, 216, 'Year of Manufacture', '2010', 'text'),
(1279, 216, 'Value of vehicle', '40000', 'text'),
(1280, 216, 'Seating capacity', '5', 'text'),
(1281, 216, 'Cc', '4', 'text'),
(1282, 216, 'Registration No', '211404', 'text'),
(1283, 216, 'Chassis No', '2025626', 'text'),
(1284, 217, 'Insured', '', 'insured'),
(1285, 217, 'Business', '', 'business'),
(1286, 217, 'Period Of Insurance', '18.08.2011 to 17.08.2012', 'periodofinsurance'),
(1287, 217, 'Location of Risk', 'Muaither, Furusiya Street Doha , Qatar', 'text'),
(1288, 217, 'Sum Insured', 'QR 700,000', 'text'),
(1289, 218, 'Insured', '', 'insured'),
(1290, 218, 'Business', '', 'business'),
(1291, 218, 'Period Of Insurance', '17.08.2011 to 16.08.2012', 'periodofinsurance'),
(1292, 218, 'Location of Risk', 'Al Khor Doha, Qatar', 'text'),
(1293, 218, 'Sum Insured', 'QR 600,000/-', 'text'),
(1294, 219, 'Insured', '', 'insured'),
(1295, 219, 'Business', '', 'business'),
(1296, 219, 'No of employees', '260', 'text'),
(1297, 219, 'Estimated Annual Wages', 'QR 6,567,420/-', 'text'),
(1298, 220, 'Insured', '', 'insured'),
(1299, 220, 'Business', '', 'business'),
(1300, 220, 'No of employees', '100', 'text'),
(1301, 220, 'Estimated Annual Wages', 'QR 1,414,800/-', 'text'),
(1311, 221, 'Insured', '', 'insured'),
(1312, 221, 'Business', '', 'business'),
(1313, 221, 'Type of vehicle', 'Bus', 'text'),
(1314, 221, 'Year of Manufacture', '2009', 'text'),
(1315, 221, 'Seating Capacity', '15', 'text'),
(1316, 221, 'Cc', '4', 'text'),
(1317, 221, 'Ton', '', 'text'),
(1318, 221, 'Registration No', '73821', 'text'),
(1319, 221, 'Chassis No', '19187', 'text'),
(1320, 222, 'Insured', '', 'insured'),
(1321, 222, 'Business', '', 'business'),
(1322, 222, 'Type of vehicle', 'Bus', 'text'),
(1323, 222, 'Year of Manufacture', '2009', 'text'),
(1324, 222, 'Seating Capacity', '15', 'text'),
(1325, 222, 'Cc', '4', 'text'),
(1326, 222, 'Ton', '', 'text'),
(1327, 222, 'Registration No', '73815', 'text'),
(1328, 222, 'Chassis No', '019466', 'text'),
(1329, 223, 'Insured', '', 'insured'),
(1330, 223, 'Business', '', 'business'),
(1331, 223, 'Type of vehicle', 'Pick up', 'text'),
(1332, 223, 'Year of Manufacture', '2009', 'text'),
(1333, 223, 'Seating Capacity', '5', 'text'),
(1334, 223, 'Cc', '4', 'text'),
(1335, 223, 'Ton', '', 'text'),
(1336, 223, 'Registration No', '73696', 'text'),
(1337, 223, 'Chassis No', '250657', 'text'),
(1338, 224, 'Insured', '', 'insured'),
(1339, 224, 'Business', '', 'business'),
(1340, 224, 'Type of vehicle', 'Pick up', 'text'),
(1341, 224, 'Year of Manufacture', '2009', 'text'),
(1342, 224, 'Seating Capacity', '5', 'text'),
(1343, 224, 'Cc', '4', 'text'),
(1344, 224, 'Ton', '', 'text'),
(1345, 224, 'Registration No', '73768', 'text'),
(1346, 224, 'Chassis No', '250620', 'text'),
(1347, 225, 'Insured', '', 'insured'),
(1348, 225, 'Business', '', 'business'),
(1349, 225, 'Type of vehicle', 'Sedan', 'text'),
(1350, 225, 'Year of Manufacture', '2009', 'text'),
(1351, 225, 'Seating Capacity', '5', 'text'),
(1352, 225, 'Cc', '4', 'text'),
(1353, 225, 'Ton', '', 'text'),
(1354, 225, 'Registration No', '65884', 'text'),
(1355, 225, 'Chassis No', '103615', 'text'),
(1356, 226, 'Insured', '', 'insured'),
(1357, 226, 'Business', '', 'business'),
(1358, 226, 'Type of vehicle', 'Bus', 'text'),
(1359, 226, 'Year of Manufacture', '2008', 'text'),
(1360, 226, 'Seating Capacity', '62', 'text'),
(1361, 226, 'Cc', '6', 'text'),
(1362, 226, 'Ton', '', 'text'),
(1363, 226, 'Registration No', '189233', 'text'),
(1364, 226, 'Chassis No', '02072', 'text'),
(1365, 227, 'Insured', '', 'insured'),
(1366, 227, 'Business', '', 'business'),
(1367, 227, 'Contract Title', 'Temporary Power Cable Installation & Commissioning from Transformer to Switch Board, Gas operation', 'text'),
(1368, 227, 'Principal', '', 'text'),
(1369, 227, 'Location of Risk', 'Inside QP Refinery, Mesaieed, State of Qatar', 'text'),
(1370, 227, 'Section 1 - Material Damage', '', 'text'),
(1371, 227, 'Section 2 - Third Party Liability', '', 'text'),
(1372, 227, 'Scope of Work', '', 'text'),
(1373, 228, 'Insured', '', 'insured'),
(1374, 228, 'Business', '', 'business'),
(1375, 228, 'Type of vehicle', 'Van', 'text'),
(1376, 228, 'Year of Manufacture', '2009', 'text'),
(1377, 228, 'Seating Capacity', '2', 'text'),
(1378, 228, 'Cc', '4', 'text'),
(1379, 228, 'Ton', '', 'text'),
(1380, 228, 'Registration No', '193040', 'text'),
(1381, 228, 'Chassis No', '301433', 'text'),
(1382, 229, 'Insured', '', 'insured'),
(1383, 229, 'Type of vehicle', 'Porsche Cayenne Turbo', 'text'),
(1384, 229, 'Value of vehicle', ' 344,000', 'text'),
(1385, 229, 'Year of manufacture', '2011', 'text'),
(1386, 229, 'Cc', '8', 'text'),
(1387, 229, 'Seating capacity', '5', 'text'),
(1388, 229, 'Registration No', '433720', 'text'),
(1389, 229, 'Chassis No', '82210', 'text'),
(1390, 230, 'Insured', '', 'insured'),
(1391, 230, 'Business', '', 'business'),
(1392, 230, 'No of employees', '205', 'text'),
(1393, 230, 'Estimated Annual Wages', 'QR 2,265,000/-', 'text'),
(1394, 231, 'Insured', '', 'insured'),
(1395, 231, 'Business', '', 'business'),
(1396, 232, 'Insured', '', 'insured'),
(1397, 232, 'Business', '', 'business'),
(1398, 232, 'Type of vehicle', 'Nissan Urvan', 'text'),
(1399, 232, 'Year of Manufacture', '2009', 'text'),
(1400, 232, 'Value of vehicle', '40000', 'text'),
(1401, 232, 'Seating capacity', '3', 'text'),
(1402, 232, 'Cc', '', 'text'),
(1403, 232, 'Registration No', '113755', 'text'),
(1404, 232, 'Chassis No', '113072', 'text'),
(1405, 233, 'Insured', '', 'insured'),
(1406, 233, 'Business', '', 'business'),
(1407, 233, 'Type of vehicle', 'Pick up', 'text'),
(1408, 233, 'Year of Manufacture', '2008', 'text'),
(1409, 233, 'Value of vehicle', '', 'text'),
(1410, 233, 'Seating capacity', '5', 'text'),
(1411, 233, 'Cc', '6', 'text'),
(1412, 233, 'Registration No', '194924', 'text'),
(1413, 233, 'Chassis No', '22593', 'text'),
(1414, 234, 'Insured', '', 'insured'),
(1415, 234, 'Business', '', 'business'),
(1416, 234, 'Type of vehicle', '', 'text'),
(1417, 234, 'Year of Manufacture', '2008', 'text'),
(1418, 234, 'Value of vehicle', '60000', 'text'),
(1419, 234, 'Seating capacity', '5', 'text'),
(1420, 234, 'Cc', '4', 'text'),
(1421, 234, 'Registration No', '326589', 'text'),
(1422, 234, 'Chassis No', '403419', 'text'),
(1423, 235, 'Insured', '', 'insured'),
(1424, 235, 'Business', '', 'business'),
(1425, 235, 'Type of vehicle', 'Sedan', 'text'),
(1426, 235, 'Year of Manufacture', '2005', 'text'),
(1427, 235, 'Seating Capacity', '5', 'text'),
(1428, 235, 'Cc', '4', 'text'),
(1429, 235, 'Ton', '', 'text'),
(1430, 235, 'Registration No', '288339', 'text'),
(1431, 235, 'Chassis No', '504292', 'text'),
(1432, 236, 'Insured', '', 'insured'),
(1433, 236, 'Business', '', 'business'),
(1434, 236, 'No of employees', '', 'text'),
(1435, 236, 'Estimated Annual Wages', '', 'text'),
(1436, 237, 'Insured', '', 'insured'),
(1437, 237, 'Business', '', 'business'),
(1438, 238, 'Insured', '', 'insured'),
(1439, 238, 'Business', '', 'business'),
(1440, 238, 'Type of vehicle', 'Bus', 'text'),
(1441, 238, 'Year of Manufacture', '2006', 'text'),
(1442, 238, 'Seating Capacity', '67', 'text'),
(1443, 238, 'Cc', '6', 'text'),
(1444, 238, 'Ton', '', 'text'),
(1445, 238, 'Registration No', '141149', 'text'),
(1446, 238, 'Chassis No', '101870', 'text'),
(1447, 239, 'Insured', '', 'insured'),
(1448, 239, 'Type of vehicle', 'Mercedes', 'text'),
(1449, 239, 'Value of vehicle', '243500', 'text'),
(1450, 239, 'Year of manufacture', '2009', 'text'),
(1451, 239, 'Cc', '8', 'text'),
(1452, 239, 'Seating capacity', '5', 'text');
INSERT INTO `broking_slip_form` (`id`, `broking_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(1453, 239, 'Registration No', '5150', 'text'),
(1454, 239, 'Chassis No', '6339', 'text'),
(1455, 240, 'Insured', '', 'insured'),
(1456, 240, 'Business', '', 'business'),
(1457, 240, 'Type of vehicle', 'Suzuki Hatch Back', 'text'),
(1458, 240, 'Year of Manufacture', '2009', 'text'),
(1459, 240, 'Value of vehicle', '20800', 'text'),
(1460, 240, 'Seating capacity', '4', 'text'),
(1461, 240, 'Cc', '4', 'text'),
(1462, 240, 'Registration No', '402166', 'text'),
(1463, 240, 'Chassis No', '22237', 'text'),
(1464, 241, 'Insured', '', 'insured'),
(1465, 241, 'Business', '', 'business'),
(1466, 241, 'No of employees', '', 'text'),
(1467, 241, 'Estimated Annual Wages', '18,000,000/-', 'text'),
(1468, 242, 'Insured', '', 'insured'),
(1469, 242, 'Business', '', 'business'),
(1470, 242, 'No of employees', '89', 'text'),
(1471, 242, 'Estimated Annual Wages', 'QR 2,457,840', 'text'),
(1472, 243, 'Insured', '', 'insured'),
(1473, 243, 'Business', '', 'business'),
(1474, 243, 'No of employees', '8', 'text'),
(1475, 243, 'Estimated Annual Wages', 'QR 90,000', 'text'),
(1476, 244, 'Insured', '', 'insured'),
(1477, 244, 'Business', '', 'business'),
(1478, 245, 'Insured', '', 'insured'),
(1479, 245, 'Business', '', 'business'),
(1480, 245, 'Type of vehicle', 'Suzuki Station Wagon', 'text'),
(1481, 245, 'Year of Manufacture', '2008', 'text'),
(1482, 245, 'Seating Capacity', '5', 'text'),
(1483, 245, 'Cc', '4', 'text'),
(1484, 245, 'Ton', '', 'text'),
(1485, 245, 'Registration No', '307897', 'text'),
(1486, 245, 'Chassis No', '31459', 'text'),
(1487, 246, 'Insured', '', 'insured'),
(1488, 246, 'Business', '', 'business'),
(1489, 246, 'Type of vehicle', 'Toyota Corolla', 'text'),
(1490, 246, 'Year of Manufacture', '2010', 'text'),
(1491, 246, 'Value of vehicle', '47088', 'text'),
(1492, 246, 'Seating capacity', '5', 'text'),
(1493, 246, 'Cc', '4', 'text'),
(1494, 246, 'Registration No', '', 'text'),
(1495, 246, 'Chassis No', '19208', 'text'),
(1496, 247, 'Business', '', 'business'),
(1497, 247, 'Insured', '', 'insured'),
(1498, 247, 'Sum Insured', 'QR 1,839,389', 'text'),
(1499, 248, 'Insured', '', 'insured'),
(1500, 248, 'Business', '', 'business'),
(1510, 249, 'Insured', '', 'insured'),
(1511, 249, 'Business', '', 'business'),
(1512, 249, 'Type of vehicle', 'Ashok Leyland Bus', 'text'),
(1513, 249, 'Year of Manufacture', '2010', 'text'),
(1514, 249, 'Value of vehicle', '121,6000', 'text'),
(1515, 249, 'Seating capacity', '67', 'text'),
(1516, 249, 'Cc', '6', 'text'),
(1517, 249, 'Registration No', '212085', 'text'),
(1518, 249, 'Chassis No', 'A9037', 'text'),
(1519, 250, 'Insured', '', 'insured'),
(1520, 250, 'Business', '', 'business'),
(1521, 250, 'Type of vehicle', 'Bus', 'text'),
(1522, 250, 'Year of manufacture', '2008', 'text'),
(1523, 250, 'Reg no', '189254', 'text'),
(1524, 250, 'Chasiss No', '02159', 'text'),
(1525, 250, 'Cc', '6', 'text'),
(1526, 250, 'Ton', '', 'text'),
(1527, 250, 'Seating capacity', '62', 'text'),
(1528, 251, 'Insured', '', 'insured'),
(1529, 251, 'Business', '', 'business'),
(1530, 251, 'Type of vehicle', 'Sedan', 'text'),
(1531, 251, 'Year of Manufacture', '2010', 'text'),
(1532, 251, 'Value of vehicle', '37500', 'text'),
(1533, 251, 'Seating capacity', '5', 'text'),
(1534, 251, 'Cc', '4', 'text'),
(1535, 251, 'Registration No', '437812', 'text'),
(1536, 251, 'Chassis No', '15397', 'text'),
(1537, 252, 'Insured', '', 'insured'),
(1538, 252, 'Business', '', 'business'),
(1539, 252, 'Type of vehicle', 'Sedan', 'text'),
(1540, 252, 'Year of Manufacture', '2010', 'text'),
(1541, 252, 'Value of vehicle', '37500', 'text'),
(1542, 252, 'Seating capacity', '5', 'text'),
(1543, 252, 'Cc', '4', 'text'),
(1544, 252, 'Registration No', '437813', 'text'),
(1545, 252, 'Chassis No', '5922', 'text'),
(1546, 253, 'Insured', '', 'insured'),
(1547, 253, 'Type of vehicle', 'Sedan', 'text'),
(1548, 253, 'Value of vehicle', '32000', 'text'),
(1549, 253, 'Year of manufacture', '2007', 'text'),
(1550, 253, 'Cc', '4', 'text'),
(1551, 253, 'Seating capacity', '5', 'text'),
(1552, 253, 'Registration No', '79565', 'text'),
(1553, 253, 'Chassis No', '12189', 'text'),
(1554, 254, 'Insured', '', 'insured'),
(1555, 254, 'Business', '', 'business'),
(1556, 254, 'Type of vehicle', 'Bus', 'text'),
(1557, 254, 'Year of manufacture', '2007', 'text'),
(1558, 254, 'Reg no', '163417', 'text'),
(1559, 254, 'Chasiss No', '01207', 'text'),
(1560, 254, 'Cc', '6', 'text'),
(1561, 254, 'Ton', '', 'text'),
(1562, 254, 'Seating capacity', '67', 'text'),
(1563, 255, 'Insured', '', 'insured'),
(1564, 255, 'Business', '', 'business'),
(1565, 255, 'Period Of Insurance', '28.09.2011 to 27.09.2012', 'periodofinsurance'),
(1566, 255, 'Location of Risk', 'Salwa road, Azizia Doha Qatar', 'text'),
(1567, 255, 'Sum Insured', 'QR 631,000', 'text'),
(1568, 256, 'Insured', '', 'insured'),
(1569, 256, 'Business', '', 'business'),
(1570, 256, 'Type of vehicle', 'Sedan', 'text'),
(1571, 256, 'Year of Manufacture', '2012', 'text'),
(1572, 256, 'Value of vehicle', '48000', 'text'),
(1573, 256, 'Seating capacity', '5', 'text'),
(1574, 256, 'Cc', '4', 'text'),
(1575, 256, 'Registration No', '', 'text'),
(1576, 256, 'Chassis No', '210493', 'text'),
(1577, 257, 'Insured', '', 'insured'),
(1578, 257, 'Business', '', 'business'),
(1579, 257, 'Type of vehicle', 'Bus', 'text'),
(1580, 257, 'Year of Manufacture', '2006', 'text'),
(1581, 257, 'Seating Capacity', '66', 'text'),
(1582, 257, 'Cc', '6', 'text'),
(1583, 257, 'Ton', '', 'text'),
(1584, 257, 'Registration No', '141150', 'text'),
(1585, 257, 'Chassis No', '01624', 'text'),
(1592, 258, 'Prinicipal', 'KAHRAMAA', 'text'),
(1593, 258, 'Insured', '', 'insured'),
(1594, 258, 'Business', '', 'business'),
(1595, 258, 'Contract Title', 'Call of contract for Electricity Distribution Network works Contract no - GTC/405/2011', 'text'),
(1596, 258, 'Period Of Insurance', '19.10.2011 to 18.10.2013  ( Plus 445 days Maintenance period)', 'periodofinsurance'),
(1597, 258, 'Location of Risk', 'Various locations in State of Qatar.', 'text'),
(1602, 259, 'Insured', '', 'insured'),
(1603, 259, 'Business', '', 'business'),
(1604, 259, 'No of employees', 'All employees Insured', 'text'),
(1605, 259, 'Estimated Annual Wages', 'QR 17,062,500', 'text'),
(1606, 260, 'Insured', '', 'insured'),
(1607, 260, 'Business', '', 'business'),
(1608, 260, 'Type of vehicle', 'Bus', 'text'),
(1609, 260, 'Year of Manufacture', '2009', 'text'),
(1610, 260, 'Value of vehicle', '50000', 'text'),
(1611, 260, 'Seating capacity', '12', 'text'),
(1612, 260, 'Cc', '4', 'text'),
(1613, 260, 'Registration No', '121237', 'text'),
(1614, 260, 'Chassis No', '702079', 'text'),
(1615, 261, 'Insured', '', 'insured'),
(1616, 261, 'Business', '', 'business'),
(1617, 261, 'Type of vehicle', 'TATA Bus', 'text'),
(1618, 261, 'Year of Manufacture', '2005', 'text'),
(1619, 261, 'Seating Capacity', '67', 'text'),
(1620, 261, 'Cc', '6', 'text'),
(1621, 261, 'Ton', '', 'text'),
(1622, 261, 'Registration No', '122911', 'text'),
(1623, 261, 'Chassis No', '01451', 'text'),
(1624, 262, 'Insured', '', 'insured'),
(1625, 262, 'Business', '', 'business'),
(1626, 262, 'Type of vehicle', 'Nissan Tida', 'text'),
(1627, 262, 'Year of Manufacture', '2008', 'text'),
(1628, 262, 'Value of vehicle', '31000', 'text'),
(1629, 262, 'Seating capacity', '5', 'text'),
(1630, 262, 'Cc', '4', 'text'),
(1631, 262, 'Registration No', '81586', 'text'),
(1632, 262, 'Chassis No', '9698', 'text'),
(1633, 263, 'Insured', '', 'insured'),
(1634, 263, 'Business', '', 'business'),
(1635, 263, 'No of employees', '5', 'text'),
(1636, 263, 'Estimated Annual Wages', 'QR 124,800', 'text'),
(1637, 264, 'Insured', '', 'insured'),
(1638, 264, 'Business', '', 'business'),
(1639, 264, 'No of employees', '', 'text'),
(1640, 264, 'Estimated Annual Wages', 'QR.3,300,600', 'text'),
(1641, 265, 'Insured', '', 'insured'),
(1642, 265, 'Business', '', 'business'),
(1643, 265, 'Location of Risk', 'Doha - Qatar', 'text'),
(1644, 265, 'Sum Insured', '', 'text'),
(1645, 266, 'Insured', '', 'insured'),
(1646, 266, 'Type of vehicle', 'GMC Pick up', 'text'),
(1647, 266, 'Value of vehicle', 'QR 93,500', 'text'),
(1648, 266, 'Year of manufacture', '2011', 'text'),
(1649, 266, 'Cc', '8', 'text'),
(1650, 266, 'Seating capacity', '5', 'text'),
(1651, 266, 'Registration No', '', 'text'),
(1652, 266, 'Chassis No', '9553', 'text'),
(1653, 267, 'Insured', '', 'insured'),
(1654, 267, 'Business', '', 'business'),
(1655, 268, 'Insured', '', 'insured'),
(1656, 268, 'Type of vehicle', '', 'text'),
(1657, 268, 'Value of vehicle', '30000', 'text'),
(1658, 268, 'Year of manufacture', '2006', 'text'),
(1659, 268, 'Cc', '6', 'text'),
(1660, 268, 'Seating capacity', '5', 'text'),
(1661, 268, 'Registration No', '441383', 'text'),
(1662, 268, 'Chassis No', '59098', 'text'),
(1663, 269, 'Insured', '', 'insured'),
(1664, 269, 'Business', '', 'business'),
(1665, 269, 'Type of vehicle', 'Bus', 'text'),
(1666, 269, 'Year of Manufacture', '2009', 'text'),
(1667, 269, 'Seating Capacity', '15', 'text'),
(1668, 269, 'Cc', '4', 'text'),
(1669, 269, 'Ton', '', 'text'),
(1670, 269, 'Registration No', '193563', 'text'),
(1671, 269, 'Chassis No', '6181', 'text'),
(1672, 270, 'Insured', '', 'insured'),
(1673, 270, 'Business', '', 'business'),
(1674, 270, 'Type of vehicle', 'Pick up', 'text'),
(1675, 270, 'Year of Manufacture', '2008', 'text'),
(1676, 270, 'Seating Capacity', '7', 'text'),
(1677, 270, 'Cc', '', 'text'),
(1678, 270, 'Ton', '', 'text'),
(1679, 270, 'Registration No', '193098', 'text'),
(1680, 270, 'Chassis No', '6997', 'text'),
(1681, 271, 'Insured', '', 'insured'),
(1682, 271, 'Business', '', 'business'),
(1683, 271, 'No of employees', '3', 'text'),
(1684, 271, 'Estimated Annual Wages', 'QR 32,400', 'text'),
(1685, 272, 'Insured', '', 'insured'),
(1686, 272, 'Business', '', 'business'),
(1687, 272, 'No of employees', '37', 'text'),
(1688, 272, 'Estimated Annual Wages', 'QAR 1,256,220/-', 'text'),
(1689, 273, 'Insured', '', 'insured'),
(1690, 273, 'Type of vehicle', 'Pajero', 'text'),
(1691, 273, 'Value of vehicle', '84800', 'text'),
(1692, 273, 'Year of manufacture', '2010', 'text'),
(1693, 273, 'Cc', '6', 'text'),
(1694, 273, 'Seating capacity', '7', 'text'),
(1695, 273, 'Registration No', '315548', 'text'),
(1696, 273, 'Chassis No', '6278', 'text'),
(1697, 274, 'Insured', '', 'insured'),
(1698, 274, 'Business', '', 'business'),
(1699, 274, 'Type of vehicle', '', 'text'),
(1700, 274, 'Year of Manufacture', '1998', 'text'),
(1701, 274, 'Seating Capacity', '5', 'text'),
(1702, 274, 'Cc', '6', 'text'),
(1703, 274, 'Ton', '', 'text'),
(1704, 274, 'Registration No', '170724', 'text'),
(1705, 274, 'Chassis No', '2571', 'text'),
(1706, 275, 'Insured', '', 'insured'),
(1707, 275, 'Business', '', 'business'),
(1708, 275, 'Type of vehicle', 'Sedan', 'text'),
(1709, 275, 'Year of Manufacture', '2009', 'text'),
(1710, 275, 'Value of vehicle', '40120', 'text'),
(1711, 275, 'Seating capacity', '5', 'text'),
(1712, 275, 'Cc', '4', 'text'),
(1713, 275, 'Registration No', '407415', 'text'),
(1714, 275, 'Chassis No', '30577', 'text'),
(1715, 276, 'Insured', '', 'insured'),
(1716, 276, 'Business', '', 'business'),
(1717, 276, 'Type of vehicle', 'Honda', 'text'),
(1718, 276, 'Year of Manufacture', '2010', 'text'),
(1719, 276, 'Value of vehicle', '90880', 'text'),
(1720, 276, 'Seating capacity', '7', 'text'),
(1721, 276, 'Cc', '6', 'text'),
(1722, 276, 'Registration No', '401729', 'text'),
(1723, 276, 'Chassis No', '01327', 'text'),
(1724, 277, 'Insured', '', 'insured'),
(1725, 277, 'Business', '', 'business'),
(1726, 278, 'Insured', '', 'insured'),
(1727, 278, 'Business', '', 'business'),
(1728, 278, 'Type of vehicle', '', 'text'),
(1729, 278, 'Year of Manufacture', '2012', 'text'),
(1730, 278, 'Value of vehicle', '341,000', 'text'),
(1731, 278, 'Seating capacity', '7', 'text'),
(1732, 278, 'Cc', '', 'text'),
(1733, 278, 'Registration No', '', 'text'),
(1734, 278, 'Chassis No', '62030', 'text'),
(1735, 279, 'Insured', '', 'insured'),
(1736, 279, 'Type of vehicle', '', 'text'),
(1737, 279, 'Value of vehicle', '73000', 'text'),
(1738, 279, 'Year of manufacture', '2009', 'text'),
(1739, 279, 'Cc', '4', 'text'),
(1740, 279, 'Seating capacity', '5', 'text'),
(1741, 279, 'Registration No', '403551', 'text'),
(1742, 279, 'Chassis No', '402803', 'text'),
(1743, 280, 'Insured', '', 'insured'),
(1744, 280, 'Type of vehicle', 'Sedan', 'text'),
(1745, 280, 'Value of vehicle', '31067', 'text'),
(1746, 280, 'Year of manufacture', '2007', 'text'),
(1747, 280, 'Cc', '4', 'text'),
(1748, 280, 'Seating capacity', '5', 'text'),
(1749, 280, 'Registration No', '94151', 'text'),
(1750, 280, 'Chassis No', '5320', 'text'),
(1751, 281, 'Insured', '', 'insured'),
(1752, 281, 'Business', '', 'business'),
(1753, 281, 'Type of vehicle', 'Sedan', 'text'),
(1754, 281, 'Year of manufacture', '2006', 'text'),
(1755, 281, 'Reg no', '343273', 'text'),
(1756, 281, 'Chasiss No', '14304', 'text'),
(1757, 281, 'Cc', '4', 'text'),
(1758, 281, 'Ton', '', 'text'),
(1759, 281, 'Seating capacity', '5', 'text'),
(1760, 282, 'Insured', '', 'insured'),
(1761, 282, 'Business', '', 'business'),
(1762, 282, 'Type of vehicle', '', 'text'),
(1763, 282, 'Year of manufacture', '2009', 'text'),
(1764, 282, 'Reg no', '301859', 'text'),
(1765, 282, 'Chasiss No', '6366', 'text'),
(1766, 282, 'Cc', '4', 'text'),
(1767, 282, 'Ton', '', 'text'),
(1768, 282, 'Seating capacity', '5', 'text'),
(1769, 283, 'Insured', '', 'insured'),
(1770, 283, 'Business', '', 'business'),
(1771, 284, 'Insured', '', 'insured'),
(1772, 284, 'Type of vehicle', 'Sedan', 'text'),
(1773, 284, 'Value of vehicle', '47000', 'text'),
(1774, 284, 'Year of manufacture', '2011', 'text'),
(1775, 284, 'Cc', '4', 'text'),
(1776, 284, 'Seating capacity', '5', 'text'),
(1777, 284, 'Registration No', '586410', 'text'),
(1778, 284, 'Chassis No', '3821', 'text'),
(1779, 285, 'Insured', '', 'insured'),
(1780, 285, 'Type of vehicle', 'Sedan', 'text'),
(1781, 285, 'Value of vehicle', '47000', 'text'),
(1782, 285, 'Year of manufacture', '2011', 'text'),
(1783, 285, 'Cc', '4', 'text'),
(1784, 285, 'Seating capacity', '5', 'text'),
(1785, 285, 'Registration No', '', 'text'),
(1786, 285, 'Chassis No', '5253', 'text'),
(1787, 286, 'Insured', '', 'insured'),
(1788, 286, 'Business', '', 'business'),
(1789, 286, 'Period Of Insurance', '16.10.2011 to 15.10.2011', 'periodofinsurance'),
(1790, 286, 'Location of Risk', 'Muaither, Um Al-Doom Street opposite Qatar Big Mart', 'text'),
(1791, 286, 'Sum Insured', '800,000', 'text'),
(1792, 287, 'Insured', '', 'insured'),
(1793, 287, 'Type of vehicle', 'Sedan', 'text'),
(1794, 287, 'Value of vehicle', '51000', 'text'),
(1795, 287, 'Year of manufacture', '2007', 'text'),
(1796, 287, 'Cc', '6', 'text'),
(1797, 287, 'Seating capacity', '5', 'text'),
(1798, 287, 'Registration No', '366851', 'text'),
(1799, 287, 'Chassis No', '5879', 'text'),
(1800, 288, 'Insured', '', 'insured'),
(1801, 288, 'Type of vehicle', '', 'text'),
(1802, 288, 'Value of vehicle', '124000', 'text'),
(1803, 288, 'Year of manufacture', '2011', 'text'),
(1804, 288, 'Cc', '6', 'text'),
(1805, 288, 'Seating capacity', '5', 'text'),
(1806, 288, 'Registration No', '332258', 'text'),
(1807, 288, 'Chassis No', '3600', 'text'),
(1808, 289, 'Insured', '', 'insured'),
(1809, 289, 'Business', '', 'business'),
(1810, 290, 'Insured', '', 'insured'),
(1811, 290, 'Business', '', 'business'),
(1812, 290, 'Type of vehicle', '', 'text'),
(1813, 290, 'Year of Manufacture', '2011', 'text'),
(1814, 290, 'Seating Capacity', '1', 'text'),
(1815, 290, 'Cc', '4', 'text'),
(1816, 290, 'Ton', '', 'text'),
(1817, 290, 'Registration No', '', 'text'),
(1818, 290, 'Chassis No', '0423', 'text'),
(1824, 291, 'Insured', '', 'insured'),
(1825, 291, 'Business', '', 'business'),
(1826, 291, 'Cash in Safe', '100,000', 'text'),
(1827, 291, 'Estimated Annual Carrying Limit', '2000,000', 'text'),
(1828, 291, 'Single Carrying limit', '700,000', 'text'),
(1831, 292, 'Insured', '', 'insured'),
(1832, 292, 'Business', '', 'business'),
(1833, 293, 'Insured', '', 'insured'),
(1834, 293, 'Business', '', 'business'),
(1835, 293, 'Type of vehicle', '', 'text'),
(1836, 293, 'Year of manufacture', '2008', 'text'),
(1837, 293, 'Reg no', '89577', 'text'),
(1838, 293, 'Chasiss No', '2994', 'text'),
(1839, 293, 'Cc', '8', 'text'),
(1840, 293, 'Ton', '', 'text'),
(1841, 293, 'Seating capacity', '8', 'text'),
(1842, 294, 'Insured', '', 'insured'),
(1843, 294, 'Business', '', 'business'),
(1844, 294, 'Type of vehicle', 'Sedan', 'text'),
(1845, 294, 'Year of manufacture', '2007', 'text'),
(1846, 294, 'Reg no', '98061', 'text'),
(1847, 294, 'Chasiss No', '3586', 'text'),
(1848, 294, 'Cc', '2149', 'text'),
(1849, 294, 'Ton', '', 'text'),
(1850, 294, 'Seating capacity', '5', 'text'),
(1851, 295, 'Insured', '', 'insured'),
(1852, 295, 'Business', '', 'business'),
(1853, 295, 'Type of vehicle', 'Sedan', 'text'),
(1854, 295, 'Year of Manufacture', '2008', 'text'),
(1855, 295, 'Seating Capacity', '5', 'text'),
(1856, 295, 'Cc', '4', 'text'),
(1857, 295, 'Ton', '', 'text'),
(1858, 295, 'Registration No', '318893', 'text'),
(1859, 295, 'Chassis No', '1484', 'text'),
(1860, 296, 'Insured', '', 'insured'),
(1861, 296, 'Business', '', 'business'),
(1862, 296, 'No of employees', '', 'text'),
(1863, 296, 'No of dependants', '', 'text'),
(1864, 297, 'Insured', '', 'insured'),
(1865, 297, 'Business', '', 'business'),
(1866, 297, 'Type of vehicle', 'Bus', 'text'),
(1867, 297, 'Year of Manufacture', '2012', 'text'),
(1868, 297, 'Value of vehicle', '150,000', 'text'),
(1869, 297, 'Seating capacity', '67', 'text'),
(1870, 297, 'Cc', '', 'text'),
(1871, 297, 'Registration No', '', 'text'),
(1872, 297, 'Chassis No', '4158', 'text'),
(1873, 298, 'Insured', '', 'insured'),
(1874, 298, 'Business', '', 'business'),
(1875, 298, 'Type of vehicle', 'Bus', 'text'),
(1876, 298, 'Year of Manufacture', '2012', 'text'),
(1877, 298, 'Value of vehicle', '150,000', 'text'),
(1878, 298, 'Seating capacity', '67', 'text'),
(1879, 298, 'Cc', '', 'text'),
(1880, 298, 'Registration No', '', 'text'),
(1881, 298, 'Chassis No', '5089', 'text'),
(1882, 299, 'Insured', '', 'insured'),
(1883, 299, 'Type of vehicle', '', 'text'),
(1884, 299, 'Value of vehicle', '344,000', 'text'),
(1885, 299, 'Year of manufacture', '2011', 'text'),
(1886, 299, 'Cc', '8', 'text'),
(1887, 299, 'Seating capacity', '5', 'text'),
(1888, 299, 'Registration No', '440383', 'text'),
(1889, 299, 'Chassis No', '', 'text'),
(1890, 300, 'Insured', '', 'insured'),
(1891, 300, 'Business', '', 'business'),
(1892, 300, 'Type of vehicle', 'Bus', 'text'),
(1893, 300, 'Year of Manufacture', '2007', 'text'),
(1894, 300, 'Seating Capacity', '67', 'text'),
(1895, 300, 'Cc', '6', 'text'),
(1896, 300, 'Ton', '', 'text'),
(1897, 300, 'Registration No', '176875', 'text'),
(1898, 300, 'Chassis No', '20810', 'text'),
(1899, 301, 'Insured', '', 'insured'),
(1900, 301, 'Type of vehicle', 'Honda CRV', 'text'),
(1901, 301, 'Value of vehicle', '32000', 'text'),
(1902, 301, 'Year of manufacture', '2007', 'text'),
(1903, 301, 'Cc', '', 'text'),
(1904, 301, 'Seating capacity', '5', 'text'),
(1905, 301, 'Registration No', '44838', 'text'),
(1906, 301, 'Chassis No', '1634', 'text'),
(1907, 302, 'Insured', '', 'insured'),
(1908, 302, 'Business', '', 'business'),
(1909, 302, 'No of employees', '16', 'text'),
(1910, 302, 'Estimated Annual Wages', 'QR 168,000/-', 'text'),
(1911, 303, 'Insured', '', 'insured'),
(1912, 303, 'Business', '', 'business'),
(1913, 303, 'Type of vehicle', 'Pick up', 'text'),
(1914, 303, 'Year of Manufacture', '2010', 'text'),
(1915, 303, 'Value of vehicle', '47000', 'text'),
(1916, 303, 'Seating capacity', '3', 'text'),
(1917, 303, 'Cc', '4', 'text'),
(1918, 303, 'Registration No', '', 'text'),
(1919, 303, 'Chassis No', '1399', 'text'),
(1920, 304, 'Insured', '', 'insured'),
(1921, 304, 'Business', '', 'business'),
(1922, 304, 'No of employees', '115', 'text'),
(1923, 304, 'Estimated Annual Wages', 'QR 2,481,600/-', 'text'),
(1924, 305, 'Insured', '', 'insured'),
(1925, 305, 'Business', '', 'business'),
(1926, 306, 'Insured', '', 'insured'),
(1927, 306, 'Business', '', 'business'),
(1928, 306, 'Type of vehicle', 'Pick up', 'text'),
(1929, 306, 'Year of Manufacture', '2012', 'text'),
(1930, 306, 'Value of vehicle', '55000', 'text'),
(1931, 306, 'Seating capacity', '5', 'text'),
(1932, 306, 'Cc', '', 'text'),
(1933, 306, 'Registration No', '', 'text'),
(1934, 306, 'Chassis No', '28357', 'text'),
(1935, 307, 'Insured', '', 'insured'),
(1936, 307, 'Business', '', 'business'),
(1937, 307, 'Type of vehicle', 'Sedan', 'text'),
(1938, 307, 'Year of Manufacture', '2012', 'text'),
(1939, 307, 'Value of vehicle', '51000', 'text'),
(1940, 307, 'Seating capacity', '5', 'text'),
(1941, 307, 'Cc', '4', 'text'),
(1942, 307, 'Registration No', '', 'text'),
(1943, 307, 'Chassis No', '194169', 'text'),
(1944, 308, 'Insured', '', 'insured'),
(1945, 308, 'Business', '', 'business'),
(1946, 308, 'Type of vehicle', 'Sedan', 'text'),
(1947, 308, 'Year of Manufacture', '2012', 'text'),
(1948, 308, 'Value of vehicle', '51000', 'text'),
(1949, 308, 'Seating capacity', '5', 'text'),
(1950, 308, 'Cc', '4', 'text'),
(1951, 308, 'Registration No', '', 'text'),
(1952, 308, 'Chassis No', '194753', 'text'),
(1953, 309, 'Insured', '', 'insured'),
(1954, 309, 'Business', '', 'business'),
(1955, 309, 'Type of vehicle', 'Sidan', 'text'),
(1956, 309, 'Year of Manufacture', '2012', 'text'),
(1957, 309, 'Value of vehicle', '51000', 'text'),
(1958, 309, 'Seating capacity', '5', 'text'),
(1959, 309, 'Cc', '4', 'text'),
(1960, 309, 'Registration No', '', 'text'),
(1961, 309, 'Chassis No', '784126', 'text'),
(1962, 310, 'Insured', '', 'insured'),
(1963, 310, 'Business', '', 'business'),
(1964, 310, 'Type of vehicle', 'Sidan', 'text'),
(1965, 310, 'Year of Manufacture', '2012', 'text'),
(1966, 310, 'Value of vehicle', '51000', 'text'),
(1967, 310, 'Seating capacity', '5', 'text'),
(1968, 310, 'Cc', '4', 'text'),
(1969, 310, 'Registration No', '', 'text'),
(1970, 310, 'Chassis No', '787312', 'text'),
(1971, 311, 'Insured', '', 'insured'),
(1972, 311, 'Business', '', 'business'),
(1973, 311, 'Type of vehicle', 'Sedan', 'text'),
(1974, 311, 'Year of Manufacture', '2012', 'text'),
(1975, 311, 'Value of vehicle', '51000', 'text'),
(1976, 311, 'Seating capacity', '5', 'text'),
(1977, 311, 'Cc', '4', 'text'),
(1978, 311, 'Registration No', '', 'text'),
(1979, 311, 'Chassis No', '787190', 'text'),
(1980, 312, 'Insured', '', 'insured'),
(1981, 312, 'Business', '', 'business'),
(1982, 312, 'Type of vehicle', 'Sedan', 'text'),
(1983, 312, 'Year of Manufacture', '2011', 'text'),
(1984, 312, 'Value of vehicle', '38000', 'text'),
(1985, 312, 'Seating capacity', '5', 'text'),
(1986, 312, 'Cc', '', 'text'),
(1987, 312, 'Registration No', '', 'text'),
(1988, 312, 'Chassis No', '6851853', 'text'),
(1989, 313, 'Insured', '', 'insured'),
(1990, 313, 'Business', '', 'business'),
(1991, 313, 'Type of vehicle', 'Sedan', 'text'),
(1992, 313, 'Year of Manufacture', '2011', 'text'),
(1993, 313, 'Value of vehicle', '38000', 'text'),
(1994, 313, 'Seating capacity', '5', 'text'),
(1995, 313, 'Cc', '4', 'text'),
(1996, 313, 'Registration No', '', 'text'),
(1997, 313, 'Chassis No', '6851845', 'text'),
(1998, 314, 'Insured', '', 'insured'),
(1999, 314, 'Business', '', 'business'),
(2000, 314, 'Type of vehicle', 'Sedan', 'text'),
(2001, 314, 'Year of Manufacture', '2011', 'text'),
(2002, 314, 'Value of vehicle', '38000', 'text'),
(2003, 314, 'Seating capacity', '5', 'text'),
(2004, 314, 'Cc', '4', 'text'),
(2005, 314, 'Registration No', '', 'text'),
(2006, 314, 'Chassis No', '6851846', 'text'),
(2007, 315, 'Insured', '', 'insured'),
(2008, 315, 'Business', '', 'business'),
(2009, 315, 'Type of vehicle', 'Sedan', 'text'),
(2010, 315, 'Year of Manufacture', '2011', 'text'),
(2011, 315, 'Value of vehicle', '38000', 'text'),
(2012, 315, 'Seating capacity', '5', 'text'),
(2013, 315, 'Cc', '4', 'text'),
(2014, 315, 'Registration No', '', 'text'),
(2015, 315, 'Chassis No', '6851850', 'text'),
(2016, 316, 'Insured', '', 'insured'),
(2017, 316, 'Business', '', 'business'),
(2018, 316, 'Type of vehicle', 'Sedan', 'text'),
(2019, 316, 'Year of Manufacture', '2011', 'text'),
(2020, 316, 'Value of vehicle', '38000', 'text'),
(2021, 316, 'Seating capacity', '5', 'text'),
(2022, 316, 'Cc', '4', 'text'),
(2023, 316, 'Registration No', '', 'text'),
(2024, 316, 'Chassis No', '6851848', 'text'),
(2025, 317, 'Insured', '', 'insured'),
(2026, 317, 'Business', '', 'business'),
(2027, 317, 'Type of vehicle', 'Sedan', 'text'),
(2028, 317, 'Year of Manufacture', '2011', 'text'),
(2029, 317, 'Value of vehicle', '38000', 'text'),
(2030, 317, 'Seating capacity', '5', 'text'),
(2031, 317, 'Cc', '4', 'text'),
(2032, 317, 'Registration No', '', 'text'),
(2033, 317, 'Chassis No', '6851861', 'text'),
(2034, 318, 'Insured', '', 'insured'),
(2035, 318, 'Business', '', 'business'),
(2036, 318, 'Type of vehicle', 'Sedan', 'text'),
(2037, 318, 'Year of Manufacture', '2011', 'text'),
(2038, 318, 'Value of vehicle', '38000', 'text'),
(2039, 318, 'Seating capacity', '5', 'text'),
(2040, 318, 'Cc', '4', 'text'),
(2041, 318, 'Registration No', '', 'text'),
(2042, 318, 'Chassis No', '6851858', 'text'),
(2043, 319, 'Insured', '', 'insured'),
(2044, 319, 'Business', '', 'business'),
(2045, 319, 'Type of vehicle', 'Sedan', 'text'),
(2046, 319, 'Year of Manufacture', '2012', 'text'),
(2047, 319, 'Value of vehicle', '52000', 'text'),
(2048, 319, 'Seating capacity', '5', 'text'),
(2049, 319, 'Cc', '4', 'text'),
(2050, 319, 'Registration No', '', 'text'),
(2051, 319, 'Chassis No', '195431', 'text'),
(2052, 320, 'Insured', '', 'insured'),
(2053, 320, 'Business', '', 'business'),
(2054, 320, 'Type of vehicle', 'Sedan', 'text'),
(2055, 320, 'Year of Manufacture', '2012', 'text'),
(2056, 320, 'Value of vehicle', '52000', 'text'),
(2057, 320, 'Seating capacity', '5', 'text'),
(2058, 320, 'Cc', '4', 'text'),
(2059, 320, 'Registration No', '', 'text'),
(2060, 320, 'Chassis No', '195410', 'text'),
(2061, 321, 'Insured', '', 'insured'),
(2062, 321, 'Business', '', 'business'),
(2063, 321, 'Type of vehicle', 'Nissan Xterra', 'text'),
(2064, 321, 'Year of Manufacture', '2012', 'text'),
(2065, 321, 'Value of vehicle', '115000', 'text'),
(2066, 321, 'Seating capacity', '5', 'text'),
(2067, 321, 'Cc', '', 'text'),
(2068, 321, 'Registration No', '', 'text'),
(2069, 321, 'Chassis No', '500364', 'text'),
(2070, 322, 'Insured', '', 'insured'),
(2071, 322, 'Business', '', 'business'),
(2072, 322, 'Type of vehicle', 'Bus', 'text'),
(2073, 322, 'Year of Manufacture', '2009', 'text'),
(2074, 322, 'Value of vehicle', '77350', 'text'),
(2075, 322, 'Seating capacity', '29', 'text'),
(2076, 322, 'Cc', '6', 'text'),
(2077, 322, 'Registration No', '214121', 'text'),
(2078, 322, 'Chassis No', '0505', 'text'),
(2088, 323, 'Insured', '', 'insured'),
(2089, 323, 'Business', '', 'business'),
(2090, 323, 'Type of vehicle', 'Bs', 'text'),
(2091, 323, 'Year of Manufacture', '2010', 'text'),
(2092, 323, 'Value of vehicle', '125800', 'text'),
(2093, 323, 'Seating capacity', '67', 'text'),
(2094, 323, 'Cc', '6', 'text'),
(2095, 323, 'Registration No', '214123', 'text'),
(2096, 323, 'Chassis No', '0722', 'text'),
(2097, 324, 'Insured', '', 'insured'),
(2098, 324, 'Type of vehicle', 'Sedan', 'text'),
(2099, 324, 'Value of vehicle', '60000', 'text'),
(2100, 324, 'Year of manufacture', '2010', 'text'),
(2101, 324, 'Cc', '4', 'text'),
(2102, 324, 'Seating capacity', '5', 'text'),
(2103, 324, 'Registration No', '128447', 'text'),
(2104, 324, 'Chassis No', '5937', 'text'),
(2105, 325, 'Insured', '', 'insured'),
(2106, 325, 'Type of vehicle', '', 'text'),
(2107, 325, 'Value of vehicle', '144500', 'text'),
(2108, 325, 'Year of manufacture', '2008', 'text'),
(2109, 325, 'Cc', '8', 'text'),
(2110, 325, 'Seating capacity', '7', 'text'),
(2111, 325, 'Registration No', '106887', 'text'),
(2112, 325, 'Chassis No', '2178', 'text'),
(2113, 326, 'Insured', '', 'insured'),
(2114, 326, 'Business', '', 'business'),
(2115, 326, 'Location of Risk', 'North Duhail, Doha Qatar', 'text'),
(2116, 326, 'Sum Insured', '2,902,000', 'text'),
(2117, 327, 'Insured', '', 'insured'),
(2118, 327, 'Business', '', 'business'),
(2119, 327, 'Type of vehicle', '', 'text'),
(2120, 327, 'Year of Manufacture', '2009', 'text'),
(2121, 327, 'Value of vehicle', '35000', 'text'),
(2122, 327, 'Seating capacity', '3', 'text'),
(2123, 327, 'Cc', '4', 'text'),
(2124, 327, 'Registration No', '47972', 'text'),
(2125, 327, 'Chassis No', '2780', 'text'),
(2126, 328, 'Insured', '', 'insured'),
(2127, 328, 'Business', '', 'business'),
(2128, 328, 'Type of vehicle', 'Pick up', 'text'),
(2129, 328, 'Year of Manufacture', '2007', 'text'),
(2130, 328, 'Seating Capacity', '2', 'text'),
(2131, 328, 'Cc', '4', 'text'),
(2132, 328, 'Ton', '', 'text'),
(2133, 328, 'Registration No', '163042', 'text'),
(2134, 328, 'Chassis No', '1111', 'text'),
(2135, 329, 'Insured', '', 'insured'),
(2136, 329, 'Business', '', 'business'),
(2137, 330, 'Insured', '', 'insured'),
(2138, 330, 'Business', '', 'business'),
(2139, 330, 'Type of vehicle', 'Pick up', 'text'),
(2140, 330, 'Year of Manufacture', '2011', 'text'),
(2141, 330, 'Value of vehicle', '72000', 'text'),
(2142, 330, 'Seating capacity', '5', 'text'),
(2143, 330, 'Cc', '', 'text'),
(2144, 330, 'Registration No', '', 'text'),
(2145, 330, 'Chassis No', '6821', 'text'),
(2146, 331, 'Insured', '', 'insured'),
(2147, 331, 'Business', '', 'business'),
(2148, 331, 'Type of vehicle', '', 'text'),
(2149, 331, 'Year of manufacture', '2004', 'text'),
(2150, 331, 'Reg no', '272750', 'text'),
(2151, 331, 'Chasiss No', '701421', 'text'),
(2152, 331, 'Cc', '', 'text'),
(2153, 331, 'Ton', '', 'text'),
(2154, 331, 'Seating capacity', '7', 'text'),
(2155, 332, 'Insured', '', 'insured'),
(2156, 332, 'Business', '', 'business'),
(2157, 332, 'Type of vehicle', '', 'text'),
(2158, 332, 'Year of Manufacture', '2006', 'text'),
(2159, 332, 'Value of vehicle', '68000', 'text'),
(2160, 332, 'Seating capacity', '7', 'text'),
(2161, 332, 'Cc', '', 'text'),
(2162, 332, 'Registration No', '347242', 'text'),
(2163, 332, 'Chassis No', '58508', 'text'),
(2173, 333, 'Insured', '', 'insured'),
(2174, 333, 'Business', '', 'business'),
(2175, 333, 'Type of vehicle', 'Land Cruiser', 'text'),
(2176, 333, 'Year of Manufacture', '', 'text'),
(2177, 333, 'Value of vehicle', '', 'text'),
(2178, 333, 'Seating capacity', '7', 'text'),
(2179, 333, 'Cc', '', 'text'),
(2180, 333, 'Registration No', '188386', 'text'),
(2181, 333, 'Chassis No', '4011702', 'text'),
(2182, 334, 'Insured', '', 'insured'),
(2183, 334, 'Business', '', 'business'),
(2184, 334, 'Type of vehicle', 'Land Cruiser', 'text'),
(2185, 334, 'Year of Manufacture', '', 'text'),
(2186, 334, 'Value of vehicle', '71934', 'text'),
(2187, 334, 'Seating capacity', '7', 'text'),
(2188, 334, 'Cc', '', 'text'),
(2189, 334, 'Registration No', '188386', 'text'),
(2190, 334, 'Chassis No', '4011702', 'text'),
(2191, 335, 'Insured', '', 'insured'),
(2192, 335, 'Business', '', 'business'),
(2193, 335, 'Type of vehicle', '', 'text'),
(2194, 335, 'Year of Manufacture', '2007', 'text'),
(2195, 335, 'Seating Capacity', '2', 'text'),
(2196, 335, 'Cc', '', 'text'),
(2197, 335, 'Ton', '', 'text'),
(2198, 335, 'Registration No', '107863', 'text'),
(2199, 335, 'Chassis No', '107311', 'text'),
(2200, 336, 'Insured', '', 'insured'),
(2201, 336, 'Business', '', 'business'),
(2202, 336, 'Type of vehicle', 'Sedan', 'text'),
(2203, 336, 'Year of Manufacture', '2010', 'text'),
(2204, 336, 'Value of vehicle', '40400', 'text'),
(2205, 336, 'Seating capacity', '5', 'text'),
(2206, 336, 'Cc', '4', 'text'),
(2207, 336, 'Registration No', '113281', 'text'),
(2208, 336, 'Chassis No', '3703', 'text'),
(2209, 337, 'Insured', '', 'insured'),
(2210, 337, 'Business', '', 'business'),
(2211, 337, 'Type of vehicle', 'Sedan', 'text'),
(2212, 337, 'Year of Manufacture', '2010', 'text'),
(2213, 337, 'Value of vehicle', '40400', 'text'),
(2214, 337, 'Seating capacity', '5', 'text'),
(2215, 337, 'Cc', '4', 'text'),
(2216, 337, 'Registration No', '146584', 'text'),
(2217, 337, 'Chassis No', '4318', 'text'),
(2218, 338, 'Insured', '', 'insured'),
(2219, 338, 'Business', '', 'business'),
(2220, 338, 'No of employees', '316', 'text'),
(2221, 338, 'No of dependants', '', 'text'),
(2222, 339, 'Insured', '', 'insured'),
(2223, 339, 'Business', '', 'business'),
(2224, 339, 'No of employees', '73', 'text'),
(2225, 339, 'No of dependants', '', 'text'),
(2226, 340, 'Insured', '', 'insured'),
(2227, 340, 'Business', '', 'business'),
(2228, 340, 'Type of vehicle', 'Sedan', 'text'),
(2229, 340, 'Year of Manufacture', '2009', 'text'),
(2230, 340, 'Value of vehicle', '52000', 'text'),
(2231, 340, 'Seating capacity', '5', 'text'),
(2232, 340, 'Cc', '4', 'text'),
(2233, 340, 'Registration No', '409605', 'text'),
(2234, 340, 'Chassis No', '18136', 'text'),
(2235, 341, 'Insured', '', 'insured'),
(2236, 341, 'Business', '', 'business'),
(2237, 341, 'No of employees', '83', 'text'),
(2238, 341, 'Estimated Annual Wages', '979,200', 'text'),
(2239, 342, 'Insured', '', 'insured'),
(2240, 342, 'Business', '', 'business'),
(2241, 342, 'Period Of Insurance', '30.11.2011 to 29.11.2012', 'periodofinsurance'),
(2242, 342, 'Location of Risk', 'Landmark Hyper market, Street No 46, Industrial Area Qatar  ', 'text'),
(2243, 342, 'Sum Insured', '600,000', 'text'),
(2244, 343, 'Insured', '', 'insured'),
(2245, 343, 'Business', '', 'business'),
(2246, 343, 'Period Of Insurance', '30.11.2011 to 29.11.2012', 'periodofinsurance'),
(2247, 343, 'Location of Risk', 'Regency Hypermarket, Abuhamour, Opposite Mes ', 'text'),
(2248, 343, 'Sum Insured', '600,000', 'text'),
(2249, 344, 'Insured', '', 'insured'),
(2250, 344, 'Business', '', 'business'),
(2251, 344, 'No of employees', '302', 'text'),
(2252, 344, 'Estimated Annual Wages', '2,646,300', 'text'),
(2253, 345, 'Insured', '', 'insured'),
(2254, 345, 'Business', '', 'business'),
(2255, 345, 'Period Of Insurance', '08.12.2011 to 07.12.2012', 'periodofinsurance'),
(2256, 345, 'Location of Risk', 'Property at Saliya Camp, Doha, Qatar.', 'text'),
(2257, 345, 'Sum Insured', '1,987,500', 'text'),
(2258, 346, 'Insured', '', 'insured'),
(2259, 346, 'Business', '', 'business'),
(2260, 346, 'Type of vehicle', 'Kia Cerato', 'text'),
(2261, 346, 'Year of Manufacture', '2012', 'text'),
(2262, 346, 'Value of vehicle', '48000', 'text'),
(2263, 346, 'Seating capacity', '5', 'text'),
(2264, 346, 'Cc', '', 'text'),
(2265, 346, 'Registration No', '', 'text'),
(2266, 346, 'Chassis No', '', 'text'),
(2267, 347, 'Insured', '', 'insured'),
(2268, 347, 'Business', '', 'business'),
(2269, 347, 'No of employees', '15', 'text'),
(2270, 347, 'Estimated Annual Wages', 'QR 176,400', 'text'),
(2271, 348, 'Insured', '', 'insured'),
(2272, 348, 'Type of vehicle', 'Sedan', 'text'),
(2273, 348, 'Value of vehicle', '41600', 'text'),
(2274, 348, 'Year of manufacture', '2011', 'text'),
(2275, 348, 'Cc', '4', 'text'),
(2276, 348, 'Seating capacity', '5', 'text'),
(2277, 348, 'Registration No', '', 'text'),
(2278, 348, 'Chassis No', '9924', 'text'),
(2279, 349, 'Insured', '', 'insured'),
(2280, 349, 'Business', '', 'business'),
(2281, 349, 'Type of vehicle', 'Sedan', 'text'),
(2282, 349, 'Year of Manufacture', '2007', 'text'),
(2283, 349, 'Seating Capacity', '5', 'text'),
(2284, 349, 'Cc', '4', 'text'),
(2285, 349, 'Ton', '', 'text'),
(2286, 349, 'Registration No', '80590', 'text'),
(2287, 349, 'Chassis No', '9554', 'text'),
(2288, 350, 'Insured', '', 'insured'),
(2289, 350, 'Business', '', 'business'),
(2290, 350, 'Type of vehicle', '', 'text'),
(2291, 350, 'Year of Manufacture', '2006', 'text'),
(2292, 350, 'Seating Capacity', '5', 'text'),
(2293, 350, 'Cc', '4', 'text'),
(2294, 350, 'Ton', '', 'text'),
(2295, 350, 'Registration No', '312583', 'text'),
(2296, 350, 'Chassis No', '8377', 'text'),
(2297, 351, 'Insured', '', 'insured'),
(2298, 351, 'Business', '', 'business'),
(2299, 351, 'No of employees', '111', 'text'),
(2300, 351, 'Estimated Annual Wages', 'QR 1,171,800', 'text'),
(2301, 352, 'Insured', '', 'insured'),
(2302, 352, 'Type of vehicle', 'Sedan', 'text'),
(2303, 352, 'Value of vehicle', '24000', 'text'),
(2304, 352, 'Year of manufacture', '2008', 'text'),
(2305, 352, 'Cc', '4', 'text'),
(2306, 352, 'Seating capacity', '5', 'text'),
(2307, 352, 'Registration No', '160995', 'text'),
(2308, 352, 'Chassis No', '0466', 'text'),
(2309, 353, 'Insured', '', 'insured'),
(2310, 353, 'Business', '', 'business'),
(2311, 353, 'Type of vehicle', 'Sedan', 'text'),
(2312, 353, 'Year of Manufacture', '2012', 'text'),
(2313, 353, 'Value of vehicle', '46000', 'text'),
(2314, 353, 'Seating capacity', '5', 'text'),
(2315, 353, 'Cc', '4', 'text'),
(2316, 353, 'Registration No', '', 'text'),
(2317, 353, 'Chassis No', '8683', 'text'),
(2318, 354, 'Insured', '', 'insured'),
(2319, 354, 'Business', '', 'business'),
(2320, 354, 'Type of vehicle', 'Pick up', 'text'),
(2321, 354, 'Year of Manufacture', '2011', 'text'),
(2322, 354, 'Value of vehicle', '53000', 'text'),
(2323, 354, 'Seating capacity', '5', 'text'),
(2324, 354, 'Cc', '', 'text'),
(2325, 354, 'Registration No', '', 'text'),
(2326, 354, 'Chassis No', '2259', 'text'),
(2327, 355, 'Insured', '', 'insured'),
(2328, 355, 'Business', '', 'business'),
(2329, 355, 'Period Of Insurance', '16.12.2011 to 15.12.2012', 'periodofinsurance'),
(2330, 355, 'Location of Risk', 'Warehouse at New industrial Area, Doha Qatar', 'text'),
(2331, 355, 'Sum Insured', '18,000,000/-', 'text'),
(2332, 356, 'Insured', '', 'insured'),
(2333, 356, 'Business', '', 'business'),
(2334, 356, 'Type of vehicle', 'Sedan', 'text'),
(2335, 356, 'Year of Manufacture', '2012', 'text'),
(2336, 356, 'Value of vehicle', '54500', 'text'),
(2337, 356, 'Seating capacity', '5', 'text'),
(2338, 356, 'Cc', '4', 'text'),
(2339, 356, 'Registration No', '', 'text'),
(2340, 356, 'Chassis No', '6852', 'text'),
(2341, 357, 'Insured', '', 'insured'),
(2342, 357, 'Business', '', 'business'),
(2343, 357, 'Type of vehicle', 'Sedan', 'text'),
(2344, 357, 'Year of Manufacture', '2012', 'text'),
(2345, 357, 'Value of vehicle', '54500', 'text'),
(2346, 357, 'Seating capacity', '5', 'text'),
(2347, 357, 'Cc', '4', 'text'),
(2348, 357, 'Registration No', '', 'text'),
(2349, 357, 'Chassis No', '8903', 'text'),
(2350, 358, 'Insured', '', 'insured'),
(2351, 358, 'Business', '', 'business'),
(2352, 358, 'No of employees', '', 'text'),
(2353, 358, 'Estimated Annual Wages', '1,000,000', 'text'),
(2354, 359, 'Insured', '', 'insured'),
(2355, 359, 'Business', '', 'business'),
(2356, 360, 'Insured', '', 'insured'),
(2357, 360, 'Business', '', 'business'),
(2358, 360, 'No of employees', '21', 'text'),
(2359, 360, 'Estimated Annual Wages', '', 'text'),
(2360, 361, 'Insured', '', 'insured'),
(2361, 361, 'Business', '', 'business'),
(2362, 361, 'Type of vehicle', 'Bus', 'text'),
(2363, 361, 'Year of Manufacture', '2011', 'text'),
(2364, 361, 'Value of vehicle', 'QR 130400', 'text'),
(2365, 361, 'Seating capacity', '26', 'text'),
(2366, 361, 'Cc', '4', 'text'),
(2367, 361, 'Registration No', '214381', 'text'),
(2368, 361, 'Chassis No', '1583', 'text'),
(2369, 362, 'Insured', '', 'insured'),
(2370, 362, 'Business', '', 'business'),
(2371, 362, 'Type of vehicle', 'Bus', 'text'),
(2372, 362, 'Year of Manufacture', '2011', 'text'),
(2373, 362, 'Value of vehicle', '72000', 'text'),
(2374, 362, 'Seating capacity', '15', 'text'),
(2375, 362, 'Cc', '', 'text'),
(2376, 362, 'Registration No', '214382', 'text'),
(2377, 362, 'Chassis No', '1189', 'text'),
(2378, 363, 'Insured', '', 'insured'),
(2379, 363, 'Business', '', 'business'),
(2380, 363, 'Type of vehicle', 'Bus', 'text'),
(2381, 363, 'Year of Manufacture', '2011', 'text'),
(2382, 363, 'Value of vehicle', 'QR 130400', 'text'),
(2383, 363, 'Seating capacity', '26', 'text'),
(2384, 363, 'Cc', '4', 'text'),
(2385, 363, 'Registration No', '214383', 'text'),
(2386, 363, 'Chassis No', '1582', 'text'),
(2387, 364, 'Insured', '', 'insured'),
(2388, 364, 'Business', '', 'business'),
(2389, 364, 'Type of vehicle', 'Bus', 'text'),
(2390, 364, 'Year of Manufacture', '2011', 'text'),
(2391, 364, 'Value of vehicle', '72000', 'text'),
(2392, 364, 'Seating capacity', '15', 'text'),
(2393, 364, 'Cc', '4', 'text'),
(2394, 364, 'Registration No', '214384', 'text'),
(2395, 364, 'Chassis No', '3726', 'text'),
(2396, 365, 'Insured', '', 'insured'),
(2397, 365, 'Business', '', 'business'),
(2398, 365, 'Type of vehicle', 'Bus', 'text'),
(2399, 365, 'Year of Manufacture', '2010', 'text'),
(2400, 365, 'Value of vehicle', '118400', 'text'),
(2401, 365, 'Seating capacity', '66', 'text'),
(2402, 365, 'Cc', '6', 'text'),
(2403, 365, 'Registration No', '214122', 'text'),
(2404, 365, 'Chassis No', '0894', 'text'),
(2405, 366, 'Insured', '', 'insured'),
(2406, 366, 'Business', '', 'business'),
(2407, 366, 'Type of vehicle', 'Sedan', 'text'),
(2408, 366, 'Year of Manufacture', '2012', 'text'),
(2409, 366, 'Value of vehicle', '56470', 'text'),
(2410, 366, 'Seating capacity', '5', 'text'),
(2411, 366, 'Cc', '4', 'text'),
(2412, 366, 'Registration No', '', 'text'),
(2413, 366, 'Chassis No', '4663', 'text'),
(2414, 367, 'Insured', '', 'insured'),
(2415, 367, 'Business', '', 'business'),
(2416, 367, 'Type of vehicle', 'Pick up', 'text'),
(2417, 367, 'Year of Manufacture', '2011', 'text'),
(2418, 367, 'Value of vehicle', '52000', 'text'),
(2419, 367, 'Seating capacity', '5', 'text'),
(2420, 367, 'Cc', '4', 'text'),
(2421, 367, 'Registration No', '214380', 'text'),
(2422, 367, 'Chassis No', '7432', 'text'),
(2423, 368, 'Insured', '', 'insured'),
(2424, 368, 'Business', '', 'business'),
(2425, 368, 'Type of vehicle', 'Pick up', 'text'),
(2426, 368, 'Year of Manufacture', '2006', 'text'),
(2427, 368, 'Value of vehicle', '14400', 'text'),
(2428, 368, 'Seating capacity', '3', 'text'),
(2429, 368, 'Cc', '4', 'text'),
(2430, 368, 'Registration No', '132747', 'text'),
(2431, 368, 'Chassis No', '9263', 'text'),
(2432, 369, 'Insured', '', 'insured'),
(2433, 369, 'Business', '', 'business'),
(2434, 369, 'Type of vehicle', 'Sedan', 'text'),
(2435, 369, 'Year of Manufacture', '2007', 'text'),
(2436, 369, 'Value of vehicle', '16200', 'text'),
(2437, 369, 'Seating capacity', '5', 'text'),
(2438, 369, 'Cc', '4', 'text'),
(2439, 369, 'Registration No', '369979', 'text'),
(2440, 369, 'Chassis No', '3443', 'text'),
(2441, 370, 'Insured', '', 'insured'),
(2442, 370, 'Business', '', 'business'),
(2443, 370, 'Type of vehicle', 'Sedan', 'text'),
(2444, 370, 'Year of Manufacture', '2009', 'text'),
(2445, 370, 'Value of vehicle', '51000', 'text'),
(2446, 370, 'Seating capacity', '5', 'text'),
(2447, 370, 'Cc', '4', 'text'),
(2448, 370, 'Registration No', '412688', 'text'),
(2449, 370, 'Chassis No', '6306', 'text'),
(2450, 371, 'Insured', '', 'insured'),
(2451, 371, 'Business', '', 'business'),
(2452, 371, 'No of employees', '26', 'text'),
(2453, 371, 'No of dependants', '', 'text'),
(2454, 372, 'Insured', '', 'insured'),
(2455, 372, 'Type of vehicle', '', 'text'),
(2456, 372, 'Value of vehicle', '74588', 'text'),
(2457, 372, 'Year of manufacture', '2009', 'text'),
(2458, 372, 'Cc', '4', 'text'),
(2459, 372, 'Seating capacity', '7', 'text'),
(2460, 372, 'Registration No', '411925', 'text'),
(2461, 372, 'Chassis No', '7648', 'text'),
(2462, 373, 'Insured', '', 'insured'),
(2463, 373, 'Business', '', 'business'),
(2464, 374, 'Insured', '', 'insured'),
(2465, 374, 'Business', '', 'business'),
(2466, 375, 'Insured', '', 'insured'),
(2467, 375, 'Business', '', 'business'),
(2468, 375, 'Type of vehicle', 'Suzuki, motor bike', 'text'),
(2469, 375, 'Year of Manufacture', '2009', 'text'),
(2470, 375, 'Seating Capacity', '2', 'text'),
(2471, 375, 'Cc', '1', 'text'),
(2472, 375, 'Ton', '', 'text'),
(2473, 375, 'Registration No', '7564', 'text'),
(2474, 375, 'Chassis No', '0546', 'text'),
(2475, 376, 'Insured', '', 'insured'),
(2476, 376, 'Business', '', 'business'),
(2477, 376, 'Contract Title', 'Design and Build Phase I, Structural Cabling and SMATV System for Type A, B, C and Utilities Buildings', 'text'),
(2478, 376, 'Principal', 'BARWA', 'text'),
(2479, 376, 'Location of Risk', 'Barwa City, Mesaimeer, Doha, State of Qatar', 'text'),
(2480, 376, 'Section 1 - Material Damage', 'QR 16,675,000', 'text'),
(2481, 376, 'Section 2 - Third Party Liability', 'QR 5,000,000/-', 'text'),
(2482, 376, 'Scope of Work', '', 'text'),
(2483, 377, 'Business', '', 'business'),
(2484, 377, 'Insured', '', 'insured'),
(2485, 377, 'Sum Insured', 'QR 21,289,316.32', 'text'),
(2486, 378, 'Insured', '', 'insured'),
(2487, 378, 'Business', '', 'business'),
(2488, 378, 'No of employees', '', 'text'),
(2489, 378, 'Estimated Annual Wages', 'QR 1,980,000/- (admin staff), QR 7,200,000/-', 'text'),
(2490, 379, 'Insured', '', 'insured'),
(2491, 379, 'Business', '', 'business'),
(2492, 380, 'Insured', '', 'insured'),
(2493, 380, 'Business', '', 'business'),
(2494, 380, 'Cash in Safe', '', 'text'),
(2495, 380, 'Estimated Annual Carrying Limit', 'QR 4,000,000/', 'text'),
(2496, 380, 'Single Carrying limit', '', 'text'),
(2497, 381, 'Insured', '', 'insured'),
(2498, 381, 'Business', '', 'business'),
(2499, 381, 'Period Of Insurance', '01.01.2012 to 31.12.2012', 'periodofinsurance'),
(2500, 381, 'Location of Risk', '', 'text'),
(2501, 381, 'Sum Insured', 'QR 5,150,000/-', 'text'),
(2502, 382, 'Insured', '', 'insured'),
(2503, 382, 'Business', '', 'business'),
(2504, 383, 'Insured', '', 'insured'),
(2505, 383, 'Business', '', 'business'),
(2506, 384, 'Insured', '', 'insured'),
(2507, 384, 'Business', '', 'business'),
(2508, 385, 'Insured', '', 'insured'),
(2509, 385, 'Business', '', 'business'),
(2510, 385, 'Type of vehicle', 'Nissan Tiida', 'text'),
(2511, 385, 'Year of Manufacture', '2011', 'text'),
(2512, 385, 'Value of vehicle', '50000', 'text'),
(2513, 385, 'Seating capacity', '5', 'text'),
(2514, 385, 'Cc', '', 'text'),
(2515, 385, 'Registration No', '', 'text'),
(2516, 385, 'Chassis No', '3411', 'text'),
(2517, 386, 'Insured', '', 'insured'),
(2518, 386, 'Business', '', 'business'),
(2519, 386, 'Type of vehicle', 'Nissan XTrail', 'text'),
(2520, 386, 'Year of Manufacture', '2011', 'text'),
(2521, 386, 'Value of vehicle', '79000', 'text'),
(2522, 386, 'Seating capacity', '5', 'text'),
(2523, 386, 'Cc', '', 'text'),
(2524, 386, 'Registration No', '', 'text'),
(2525, 386, 'Chassis No', '6151', 'text'),
(2526, 387, 'Insured', '', 'insured'),
(2527, 387, 'Business', '', 'business'),
(2528, 387, 'Type of vehicle', 'Sedan', 'text'),
(2529, 387, 'Year of Manufacture', '2011', 'text'),
(2530, 387, 'Value of vehicle', '32000', 'text'),
(2531, 387, 'Seating capacity', '5', 'text'),
(2532, 387, 'Cc', '4', 'text'),
(2533, 387, 'Registration No', '445420', 'text'),
(2534, 387, 'Chassis No', '9480', 'text'),
(2535, 388, 'Insured', '', 'insured'),
(2536, 388, 'Business', '', 'business'),
(2537, 388, 'Type of vehicle', 'Sedan', 'text'),
(2538, 388, 'Year of Manufacture', '2012', 'text'),
(2539, 388, 'Value of vehicle', '56470', 'text'),
(2540, 388, 'Seating capacity', '5', 'text'),
(2541, 388, 'Cc', '4', 'text'),
(2542, 388, 'Registration No', '', 'text'),
(2543, 388, 'Chassis No', '3475', 'text'),
(2544, 389, 'Insured', '', 'insured'),
(2545, 389, 'Business', '', 'business'),
(2546, 389, 'Type of vehicle', 'Sedan', 'text'),
(2547, 389, 'Year of Manufacture', '2012', 'text'),
(2548, 389, 'Value of vehicle', '56470', 'text'),
(2549, 389, 'Seating capacity', '5', 'text'),
(2550, 389, 'Cc', '4', 'text'),
(2551, 389, 'Registration No', '', 'text'),
(2552, 389, 'Chassis No', '3476', 'text'),
(2553, 390, 'Insured', '', 'insured'),
(2554, 390, 'Business', '', 'business'),
(2555, 390, 'Type of vehicle', 'Pick up', 'text'),
(2556, 390, 'Year of Manufacture', '2011', 'text'),
(2557, 390, 'Value of vehicle', '138000', 'text'),
(2558, 390, 'Seating capacity', '3', 'text'),
(2559, 390, 'Cc', '4', 'text'),
(2560, 390, 'Registration No', '', 'text'),
(2561, 390, 'Chassis No', '6128', 'text'),
(2562, 391, 'Insured', '', 'insured'),
(2563, 391, 'Business', '', 'business'),
(2569, 393, 'Insured', '', 'insured'),
(2570, 393, 'Business', '', 'business'),
(2571, 393, 'Type of vehicle', 'Sedan', 'text'),
(2572, 393, 'Year of Manufacture', '2012', 'text'),
(2573, 393, 'Value of vehicle', '320000', 'text'),
(2574, 393, 'Seating capacity', '5', 'text'),
(2575, 393, 'Cc', '6', 'text'),
(2576, 393, 'Registration No', '', 'text'),
(2577, 393, 'Chassis No', '2508', 'text'),
(2578, 394, 'Insured', '', 'insured'),
(2579, 394, 'Business', '', 'business'),
(2580, 394, 'No of employees', '', 'text'),
(2581, 394, 'Estimated Annual Wages', 'QAR 4,286,400/-', 'text'),
(2582, 392, 'Insured', '', 'insured'),
(2583, 392, 'Business', '', 'business'),
(2584, 392, 'Period Of Insurance', '', 'periodofinsurance'),
(2585, 392, 'Location of Risk', '1. Camp at Wakrah ? C Camp, Building No. 62, Street 328, Zone 90, Tariq Bin Ziyad Street, Wakrah, Qatar 2. Camp at Wakrah ? D Camp, Building No. 36, Street 740, Zone 90, Tariq Bin Ziyad Street, Wakrah, Qatar 3. Camp at Shahaniya, near to CDC Camp, Shahaniya 4. Office at Doha (address to be provided) 5. Camp at Wukair, Building Number B2 to B7', 'text'),
(2586, 392, 'Sum Insured', 'QR 651,988/-', 'text'),
(2587, 395, 'Insured', '', 'insured'),
(2588, 395, 'Business', '', 'business'),
(2589, 395, 'Type of vehicle', 'Nissan Maxima', 'text'),
(2590, 395, 'Year of manufacture', '2000', 'text'),
(2591, 395, 'Reg no', '230660', 'text'),
(2592, 395, 'Chasiss No', '0466', 'text'),
(2593, 395, 'Cc', '6', 'text'),
(2594, 395, 'Ton', '', 'text'),
(2595, 395, 'Seating capacity', '5', 'text'),
(2596, 396, 'Insured', '', 'insured'),
(2597, 396, 'Business', '', 'business'),
(2598, 396, 'Type of vehicle', 'Pick up', 'text'),
(2599, 396, 'Year of Manufacture', '2007', 'text'),
(2600, 396, 'Seating Capacity', '2', 'text'),
(2601, 396, 'Cc', '4', 'text'),
(2602, 396, 'Ton', '', 'text'),
(2603, 396, 'Registration No', '172947', 'text'),
(2604, 396, 'Chassis No', '', 'text'),
(2605, 397, 'Insured', '', 'insured'),
(2606, 397, 'Business', '', 'business'),
(2607, 397, 'Type of vehicle', 'Sedan', 'text'),
(2608, 397, 'Year of Manufacture', '2011', 'text'),
(2609, 397, 'Value of vehicle', '54500', 'text'),
(2610, 397, 'Seating capacity', '5', 'text'),
(2611, 397, 'Cc', '4', 'text'),
(2612, 397, 'Registration No', '', 'text'),
(2613, 397, 'Chassis No', '4430', 'text'),
(2614, 398, 'Insured', '', 'insured'),
(2615, 398, 'Business', '', 'business'),
(2616, 398, 'Type of vehicle', 'Sedan', 'text'),
(2617, 398, 'Year of Manufacture', '2012', 'text'),
(2618, 398, 'Value of vehicle', '56470', 'text'),
(2619, 398, 'Seating capacity', '5', 'text'),
(2620, 398, 'Cc', '4', 'text'),
(2621, 398, 'Registration No', '', 'text'),
(2622, 398, 'Chassis No', '3479', 'text'),
(2623, 399, 'Insured', '', 'insured'),
(2624, 399, 'Business', '', 'business'),
(2625, 399, 'Type of vehicle', 'Sedan', 'text'),
(2626, 399, 'Year of Manufacture', '2012', 'text'),
(2627, 399, 'Value of vehicle', '56470', 'text'),
(2628, 399, 'Seating capacity', '5', 'text'),
(2629, 399, 'Cc', '4', 'text'),
(2630, 399, 'Registration No', '', 'text'),
(2631, 399, 'Chassis No', '3478', 'text'),
(2632, 400, 'Insured', '', 'insured'),
(2633, 400, 'Business', '', 'business'),
(2634, 401, 'Insured', '', 'insured'),
(2635, 401, 'Type of vehicle', 'KIA CARENS', 'text'),
(2636, 401, 'Value of vehicle', '62000', 'text'),
(2637, 401, 'Year of manufacture', '2012', 'text'),
(2638, 401, 'Cc', '4', 'text'),
(2639, 401, 'Seating capacity', '5', 'text'),
(2640, 401, 'Registration No', '1551', 'text'),
(2641, 401, 'Chassis No', '7967', 'text'),
(2642, 402, 'Insured', '', 'insured'),
(2643, 402, 'Business', '', 'business'),
(2644, 403, 'Insured', '', 'insured'),
(2645, 403, 'Business', '', 'business'),
(2646, 403, 'Type of vehicle', 'Double Cabin Pick Up', 'text'),
(2647, 403, 'Year of Manufacture', '2008', 'text'),
(2648, 403, 'Value of vehicle', '34000', 'text'),
(2649, 403, 'Seating capacity', '5', 'text'),
(2650, 403, 'Cc', '4', 'text'),
(2651, 403, 'Registration No', '183502', 'text'),
(2652, 403, 'Chassis No', '5881', 'text');
INSERT INTO `broking_slip_form` (`id`, `broking_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(2653, 404, 'Insured', '', 'insured'),
(2654, 404, 'Business', '', 'business'),
(2655, 404, 'No of employees', '2,600', 'text'),
(2656, 404, 'Estimated Annual Wages', ' QR 14,040,000', 'text'),
(2657, 405, 'Insured', '', 'insured'),
(2658, 405, 'Business', '', 'business'),
(2659, 405, 'Type of vehicle', 'Sedan', 'text'),
(2660, 405, 'Year of manufacture', '2003', 'text'),
(2661, 405, 'Reg no', '268331', 'text'),
(2662, 405, 'Chasiss No', '0110', 'text'),
(2663, 405, 'Cc', '0120', 'text'),
(2664, 405, 'Ton', '', 'text'),
(2665, 405, 'Seating capacity', '5', 'text'),
(2666, 406, 'Insured', '', 'insured'),
(2667, 406, 'Business', '', 'business'),
(2668, 406, 'Type of vehicle', 'Sedan', 'text'),
(2669, 406, 'Year of Manufacture', '2003', 'text'),
(2670, 406, 'Seating Capacity', '5', 'text'),
(2671, 406, 'Cc', '', 'text'),
(2672, 406, 'Ton', '', 'text'),
(2673, 406, 'Registration No', '266895', 'text'),
(2674, 406, 'Chassis No', '8493', 'text'),
(2675, 407, 'Insured', '', 'insured'),
(2676, 407, 'Business', '', 'business'),
(2677, 407, 'Type of vehicle', 'Sedan', 'text'),
(2678, 407, 'Year of Manufacture', '2008', 'text'),
(2679, 407, 'Value of vehicle', '30000', 'text'),
(2680, 407, 'Seating capacity', '5', 'text'),
(2681, 407, 'Cc', '', 'text'),
(2682, 407, 'Registration No', '132474', 'text'),
(2683, 407, 'Chassis No', '9854', 'text'),
(2684, 408, 'Insured', '', 'insured'),
(2685, 408, 'Business', '', 'business'),
(2686, 408, 'Type of vehicle', 'Sedan', 'text'),
(2687, 408, 'Year of Manufacture', '2008', 'text'),
(2688, 408, 'Value of vehicle', '320000', 'text'),
(2689, 408, 'Seating capacity', '5', 'text'),
(2690, 408, 'Cc', '4', 'text'),
(2691, 408, 'Registration No', '130436', 'text'),
(2692, 408, 'Chassis No', '1444', 'text'),
(2693, 409, 'Insured', '', 'insured'),
(2694, 409, 'Business', '', 'business'),
(2695, 409, 'Type of vehicle', 'Sedan', 'text'),
(2696, 409, 'Year of Manufacture', '2008', 'text'),
(2697, 409, 'Value of vehicle', '320000', 'text'),
(2698, 409, 'Seating capacity', '5', 'text'),
(2699, 409, 'Cc', '4', 'text'),
(2700, 409, 'Registration No', '132400', 'text'),
(2701, 409, 'Chassis No', '0284', 'text'),
(2702, 410, 'Insured', '', 'insured'),
(2703, 410, 'Business', '', 'business'),
(2704, 410, 'Period Of Insurance', '01.01.2012 to 31.12.2012', 'periodofinsurance'),
(2705, 410, 'Location of Risk', 'Abu Hamur Petrol Station, Doha Qatar ', 'text'),
(2706, 410, 'Sum Insured', 'QR 850,000', 'text'),
(2707, 411, 'Insured', '', 'insured'),
(2708, 411, 'Business', '', 'business'),
(2709, 411, 'Type of vehicle', '', 'text'),
(2710, 411, 'Year of manufacture', '2004', 'text'),
(2711, 411, 'Reg no', '40289', 'text'),
(2712, 411, 'Chasiss No', '0025', 'text'),
(2713, 411, 'Cc', '6', 'text'),
(2714, 411, 'Ton', '', 'text'),
(2715, 411, 'Seating capacity', '5', 'text'),
(2716, 412, 'Insured', '', 'insured'),
(2717, 412, 'Business', '', 'business'),
(2718, 412, 'Capital Sum insured ', 'QR 24,765,000', 'text'),
(2719, 412, 'Number of employees', '381', 'text'),
(2720, 413, 'Insured', '', 'insured'),
(2721, 413, 'Business', '', 'business'),
(2722, 413, 'Capital Sum insured ', '3,750,000', 'text'),
(2723, 413, 'Number of employees', '28', 'text'),
(2724, 414, 'Insured', '', 'insured'),
(2725, 414, 'Business', '', 'business'),
(2726, 414, 'Voyage details  ', 'From : C l i p s al Middle East FZC, Sharjah, U.A.E. ? PO Box\n8181.\nTo : Qatar Boom Engineering, Doha, Qatar ? PO Box\n24845', 'textarea'),
(2736, 415, 'Insured', '', 'insured'),
(2737, 415, 'Business', '', 'business'),
(2738, 415, 'Type of vehicle', 'Chery A5', 'text'),
(2739, 415, 'Year of Manufacture', '2012', 'text'),
(2740, 415, 'Value of vehicle', '42000', 'text'),
(2741, 415, 'Seating capacity', '5', 'text'),
(2742, 415, 'Cc', '4', 'text'),
(2743, 415, 'Registration No', '', 'text'),
(2744, 415, 'Chassis No', '2849', 'text'),
(2745, 416, 'Insured', '', 'insured'),
(2746, 416, 'Business', '', 'business'),
(2747, 417, 'Insured', '', 'insured'),
(2748, 417, 'Business', '', 'business'),
(2749, 418, 'Insured', '', 'insured'),
(2750, 418, 'Business', '', 'business'),
(2751, 419, 'Insured', '', 'insured'),
(2752, 419, 'Business', '', 'business'),
(2753, 419, 'Type of vehicle', 'Bus', 'text'),
(2754, 419, 'Year of Manufacture', '2006', 'text'),
(2755, 419, 'Seating Capacity', '26', 'text'),
(2756, 419, 'Cc', '6', 'text'),
(2757, 419, 'Ton', '', 'text'),
(2758, 419, 'Registration No', '152083', 'text'),
(2759, 419, 'Chassis No', '0989', 'text'),
(2760, 420, 'Insured', '', 'insured'),
(2761, 420, 'Business', '', 'business'),
(2762, 421, 'Insured', '', 'insured'),
(2763, 421, 'Business', '', 'business');

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

--
-- Table structure for table `broking_slip_rate`
--

CREATE TABLE IF NOT EXISTS `broking_slip_rate` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broking_slip_id` int(11) NOT NULL,
  `ratesection` varchar(200) NOT NULL,
  `rate` varchar(25) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`broking_slip_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `broking_slip_section`
--

CREATE TABLE IF NOT EXISTS `broking_slip_section` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broking_slip_id` int(11) NOT NULL,
  `section` varchar(250) NOT NULL,
  `section_title` varchar(250) NOT NULL,
  `total_suminsured` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`broking_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `broking_slip_section`
--

INSERT INTO `broking_slip_section` (`id`, `broking_slip_id`, `section`, `section_title`, `total_suminsured`) VALUES
(2, 41, '--', '--', 0),
(3, 42, '--', '--', 0),
(4, 45, '--', '--', 0),
(5, 45, 'Section 1', 'Own Damage', 0);

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

--
-- Table structure for table `broking_slip_status`
--

CREATE TABLE IF NOT EXISTS `broking_slip_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broking_slip_id` int(11) NOT NULL,
  `statusdate` date NOT NULL,
  `statusmode` varchar(15) NOT NULL,
  `address` varchar(200) NOT NULL,
  `companyid` int(11) NOT NULL,
  `docstatus` varchar(20) NOT NULL,
  `statusresponse` varchar(15) NOT NULL,
  `statusremarks` varchar(25) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`broking_slip_id`),
  KEY `companyid` (`companyid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `broking_slip_status`
--

INSERT INTO `broking_slip_status` (`id`, `broking_slip_id`, `statusdate`, `statusmode`, `address`, `companyid`, `docstatus`, `statusresponse`, `statusremarks`) VALUES
(1, 14, '2011-06-08', 'email', '', 7, '', 'outgoing', ''),
(2, 17, '2011-06-08', 'email', '', 7, '', 'outgoing', ''),
(3, 17, '2011-06-08', 'email', '', 7, '', 'incoming', ''),
(4, 120, '2011-07-19', 'email', '', 1, '', 'outgoing', ''),
(5, 120, '2011-07-19', 'email', '', 1, '', 'incoming', 'RECE'),
(6, 120, '2011-07-19', 'email', '', 1, '', 'incoming', 'RECE'),
(7, 120, '2011-07-19', 'email', '', 1, '', 'incoming', 'RECE'),
(8, 120, '2011-07-19', 'email', '', 1, '', 'incoming', 'RECE'),
(9, 120, '2011-07-19', 'email', '', 1, '', 'incoming', 'RECE'),
(10, 120, '2011-07-19', 'email', '', 1, '', 'incoming', 'received terms'),
(11, 320, '2011-11-26', 'email', '', 1, '', 'outgoing', '');

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

--
-- Table structure for table `broking_slip_sum_insured`
--

CREATE TABLE IF NOT EXISTS `broking_slip_sum_insured` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broking_slip_id` int(11) NOT NULL,
  `description` varchar(250) NOT NULL,
  `amount` double NOT NULL,
  `section_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`broking_slip_id`),
  KEY `broking_slip_id_2` (`broking_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `broking_slip_sum_insured`
--

INSERT INTO `broking_slip_sum_insured` (`id`, `broking_slip_id`, `description`, `amount`, `section_id`) VALUES
(2, 41, 'Limit of Idemnity', 2000000, 2),
(3, 42, 'Furniture & Fixtures etc', 5500000, 3),
(4, 45, 'Contract Value', 1000000, 4),
(5, 45, 'Third Party Liability', 1000000, 5);

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

--
-- Table structure for table `cancellation`
--

CREATE TABLE IF NOT EXISTS `cancellation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `policyid` int(11) NOT NULL,
  `canpolicyno` varchar(25) NOT NULL,
  `date` date NOT NULL,
  `canrefno` varchar(35) NOT NULL,
  `remarks` text NOT NULL,
  `premiumchange` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `policyid` (`policyid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `cancellation`
--

INSERT INTO `cancellation` (`id`, `policyid`, `canpolicyno`, `date`, `canrefno`, `remarks`, `premiumchange`) VALUES
(2, 49, '', '2011-06-25', 'SAV/4/2011/7/CL1', 'Policies was issued for the same vehicle twice.', 561),
(3, 283, '', '2011-11-22', 'SAV/2/2011/94/CL1', 'It is hereby declared that the above policy No 75/VF/30199/0/1 is cancelled w.e.f 22.11.2011. ', 1566),
(4, 232, '', '2011-12-04', '/CL1', 'Client insured vehicle with Al Khaleej Insurance. To avoid double insurance, client requested to cancel policy.', 2035),
(5, 318, '', '2011-12-26', '/CL1', '', 5962),
(6, 170, '', '2011-05-03', '/CL1', '', 5280);

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

--
-- Table structure for table `cancellation_bank`
--

CREATE TABLE IF NOT EXISTS `cancellation_bank` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cancellation_id` int(11) NOT NULL,
  `dd_cheque_no` varchar(25) NOT NULL,
  `bank_name` varchar(35) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cancellation_creditmode`
--

CREATE TABLE IF NOT EXISTS `cancellation_creditmode` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cancellation_id` int(11) NOT NULL,
  `date` date NOT NULL,
  `amount` float NOT NULL,
  `description` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cancellation_files`
--

CREATE TABLE IF NOT EXISTS `cancellation_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cancellationid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cancellationid` (`cancellationid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `cancellation_files`
--

INSERT INTO `cancellation_files` (`id`, `cancellationid`, `filename`, `fileid`) VALUES
(1, 3, 'Motor_fleet_-_Best_group.pdf', 584);

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

--
-- Table structure for table `cancellation_netbank`
--

CREATE TABLE IF NOT EXISTS `cancellation_netbank` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cancellation_id` int(11) NOT NULL,
  `deposit_no` varchar(16) NOT NULL,
  `bank_name` varchar(50) NOT NULL,
  `account_number` varchar(30) NOT NULL,
  `account_holder` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `cancellation_refs`
--

CREATE TABLE IF NOT EXISTS `cancellation_refs` (
  `rid` int(11) NOT NULL,
  `can_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `chart_group`
--

CREATE TABLE IF NOT EXISTS `chart_group` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `chart_group` varchar(250) NOT NULL,
  `parent_group` int(11) NOT NULL DEFAULT '0',
  `chart_type` int(11) NOT NULL,
  `start` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `start` (`start`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `chart_master`
--

CREATE TABLE IF NOT EXISTS `chart_master` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `account_code` varchar(10) NOT NULL,
  `account_name` varchar(250) NOT NULL,
  `chart_type` int(11) NOT NULL,
  `parent` int(11) NOT NULL,
  `inactive` int(11) NOT NULL,
  PRIMARY KEY (`account_code`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=712 ;

--
-- Dumping data for table `chart_master`
--

INSERT INTO `chart_master` (`id`, `account_code`, `account_name`, `chart_type`, `parent`, `inactive`) VALUES
(324, '100000', 'CAPITAL                                           ', 1, 0, 0),
(325, '100001', 'STAFF LOAN A/C', 1, 0, 0),
(326, '100002', 'PREPAID EXPENSES                                  ', 1, 0, 0),
(327, '100003', 'COMPUTERS                                         ', 1, 0, 0),
(328, '100004', 'PARTITIONS & DECORATIONS                          ', 1, 0, 0),
(329, '100005', 'OFFICE FURNITURES                                 ', 1, 0, 0),
(330, '100006', 'OTHER EQUIPMENTS                                  ', 1, 0, 0),
(331, '100007', 'MOTOR VEHICLES                                    ', 1, 0, 0),
(332, '100008', 'FURNITURESFIXTURES & EQUIPMENT                ', 1, 0, 0),
(333, '100009', 'CREDIT CARD COLLECTION                            ', 1, 0, 0),
(334, '100010', 'COMMERCIAL BANK QATAR', 1, 0, 0),
(335, '100011', 'INVESTMENTS                                       ', 1, 0, 0),
(336, '100012', 'CASH ON HAND                                      ', 1, 0, 0),
(337, '100013', 'PETTY CASH ', 1, 0, 0),
(83, '150000', 'Savoys Account', 1, 0, 0),
(84, '150001', 'Cash Account', 1, 336, 0),
(86, '160000', 'Agent Account', 1, 0, 0),
(474, '200001', 'Motor Comprehensive Insurance - Individual', 4, 0, 0),
(475, '200002', 'Motor Comprehensive Insurance - Commercial', 4, 0, 0),
(476, '200003', 'Motor Comprehensive Insurance - Commercial Fleet', 4, 0, 0),
(477, '200004', 'Motor Third Party Liability - Individual', 4, 0, 0),
(478, '200005', 'Motor Third Party Liability - Commercial', 4, 0, 0),
(479, '200006', 'Motor Third Party Liability - Commercial Fleet', 4, 0, 0),
(480, '200007', 'Fire Insurance and Allied Perils', 4, 0, 0),
(481, '200008', 'Property All Risks Insurance', 4, 0, 0),
(482, '200009', 'Fire Consequential loss of Profit', 4, 0, 0),
(483, '200010', 'Property Consequential loss of Profit', 4, 0, 0),
(484, '200011', 'Home Insurance', 4, 0, 0),
(485, '200012', 'Burglary / Theft Insurance', 4, 0, 0),
(486, '200013', 'Money Insurance', 4, 0, 0),
(487, '200014', 'Fidelity Guarantee Insurance', 4, 0, 0),
(488, '200015', 'All Risks Personal Effects Insurance', 4, 0, 0),
(489, '200016', 'Personal Accident Insurance - Individual', 4, 0, 0),
(490, '200017', 'Travel Insurance', 4, 0, 0),
(491, '200018', 'Office Secure', 4, 0, 0),
(492, '200019', 'Business Secure', 4, 0, 0),
(493, '200020', 'Personal Accident Insurance - Group', 4, 0, 0),
(494, '200021', 'Contractors All Risks Insurance', 4, 0, 0),
(495, '200022', 'Erection All Risks Insurance', 4, 0, 0),
(496, '200023', 'CAR Advanced loss of profit', 4, 0, 0),
(497, '200024', 'EAR Advanced loss of profit', 4, 0, 0),
(498, '200025', 'Contracts Plant and Equipment/ Machinery Insurance', 4, 0, 0),
(499, '200026', 'Machinery Breakdown Insurance', 4, 0, 0),
(500, '200027', 'Loss of Profit due to Machinery Break down', 4, 0, 0),
(501, '200028', 'Deterioration of Stocks', 4, 0, 0),
(502, '200029', 'Electronic Data Equipment (EDP) Insurance', 4, 0, 0),
(503, '200030', 'General Third Party Liability Insurance', 4, 0, 0),
(504, '200031', 'Workmen''s Compensation Insurance', 4, 0, 0),
(505, '200032', 'Employer?s Liability Insurance', 4, 0, 0),
(506, '200033', 'Professional Indemnity Insurance', 4, 0, 0),
(507, '200034', 'Medical Malpractice Insurance', 4, 0, 0),
(508, '200035', 'Directors and Officer?s Liability Insurance', 4, 0, 0),
(509, '200036', 'Goods in transit Insurance', 4, 0, 0),
(510, '200037', 'Marine Cargo Insurance', 4, 0, 0),
(511, '200038', 'Marine Open Cargo Insurance', 4, 0, 0),
(512, '200039', 'Advanced Loss of Profit', 4, 0, 0),
(513, '200040', 'Marine Hull and Machinery Insurance', 4, 0, 0),
(514, '200041', 'Haulers Liability Insurance', 4, 0, 0),
(515, '200042', 'Logistics Secure Insurance', 4, 0, 0),
(516, '200043', 'Individual Medical Insurance', 4, 0, 0),
(517, '200044', 'Group Medical Insurance', 4, 0, 0),
(518, '200045', 'Group Life and Personal Accident Insurance', 4, 0, 0),
(519, '200046', 'Group Life and Workmen?s Compensation Accident Insurance', 4, 0, 0),
(632, '200047', 'Group Life', 4, 0, 0),
(5, '210000', 'Customer Account', 4, 0, 0),
(338, '220000', 'OTHER INCOME                                      ', 4, 0, 0),
(339, '220001', 'INCOME FROM LOANS                                 ', 4, 0, 0),
(340, '220002', 'INCOME FROM FIXED DEPOSITS                        ', 4, 0, 0),
(341, '220003', 'INCOME FROM INVESTMENTS                           ', 4, 0, 0),
(342, '220004', 'INCOME FROM ASSET MANAGEMENT                      ', 4, 0, 0),
(343, '220005', 'INCOME FROM MANAGEMENT FEES                       ', 4, 0, 0),
(344, '220006', 'PROFIT ON SALE OF F/ASSET                         ', 4, 0, 0),
(345, '220007', 'PROFIT/LOSS  ON FIXED ASSETS ', 4, 0, 0),
(346, '220008', 'REALIZED GAIN IN EXCHANGE RATE                    ', 4, 0, 0),
(347, '220009', 'GAIN / LOSS ON EXCHANGE                           ', 4, 0, 0),
(348, '220010', 'PRIOR YEAR ADJUSTMENT                             ', 4, 0, 0),
(349, '220011', 'OTHER EXCEPTIONAL INCOME                          ', 4, 0, 0),
(350, '300000', 'BASIC SALARY                                      ', 3, 0, 0),
(351, '300001', 'Housing Allowance', 3, 0, 0),
(352, '300002', ' UTILITY                                ', 3, 0, 0),
(353, '300003', 'RECREATION & CLUB FEES                            ', 3, 0, 0),
(354, '300004', 'STAFF HOUSING                                     ', 3, 0, 0),
(355, '300005', 'Car Allowance', 3, 0, 0),
(356, '300006', 'Fuel Expenses', 3, 0, 0),
(357, '300007', 'TELEPHONE ALLOWANCE                               ', 3, 0, 0),
(358, '300008', 'LEAVE TRAVEL AIR PASSAGE                          ', 3, 0, 0),
(359, '300009', 'LEAVE TRAVEL ALLOWANCE                            ', 3, 0, 0),
(360, '300010', 'STAFF MEDICAL INSURANCE                           ', 3, 0, 0),
(361, '300011', 'SCHOOL FEES MANAGEMENT                            ', 3, 0, 0),
(362, '300012', 'SOCIAL SECURITY NATIONALS (GOSI)                  ', 3, 0, 0),
(363, '300013', 'PASSPORT/ VISA/ IQAMA RENEWALS                    ', 3, 0, 0),
(364, '300014', 'VISA RENEWALS                                     ', 3, 0, 0),
(365, '300015', 'WORK PERMIT RENEWALS                              ', 3, 0, 0),
(366, '300016', 'MEDICAL FOR IQAMA RENEWAL                         ', 3, 0, 0),
(367, '300017', 'VISA FORM TYPING & OTHERS                         ', 3, 0, 0),
(368, '300018', 'RECRUITMENT EXPENSES                              ', 3, 0, 0),
(369, '300019', 'STAFF RELOCATION EXPENSES                         ', 3, 0, 0),
(370, '300020', 'INSURANCE EXAM EXPS                               ', 3, 0, 0),
(371, '300021', 'INSURANCE EXAM AWARDS                             ', 3, 0, 0),
(372, '300022', 'STAFF PROFIT BONUS                                ', 3, 0, 0),
(373, '300023', 'STAFF PERFORMANCE BONUS                           ', 3, 0, 0),
(374, '300024', 'STAFF TRAINING                                    ', 3, 0, 0),
(375, '300025', 'STAFF TRAINING OTHERS                             ', 3, 0, 0),
(376, '300026', 'CO CONTRIBUTION STAFF PENSION                     ', 3, 0, 0),
(377, '300027', 'OTHER STAFF RELATED EXPS                          ', 3, 0, 0),
(378, '300028', 'STAFF LEAVING INDEMINITY                          ', 3, 0, 0),
(379, '300029', 'OFFICE RENT                                       ', 3, 0, 0),
(380, '300030', 'OFFICE WATER / ELECTRICITY                        ', 3, 0, 0),
(381, '300031', 'OFFICE UPKEEP & MAINTENANCE                       ', 3, 0, 0),
(382, '300032', 'OFFICE EQUIPMENT MAINTENANCE                      ', 3, 0, 0),
(383, '300033', 'OFFICE RENOVATION                                 ', 3, 0, 0),
(384, '300034', 'OFFICE TELEPHONES                                 ', 3, 0, 0),
(385, '300035', 'OFFICE FAX CHARGES                                ', 3, 0, 0),
(386, '300036', 'OFFICE MOBILE CHARGES                             ', 3, 0, 0),
(387, '300037', 'ISDN/LEASE LINE COSTS                             ', 3, 0, 0),
(388, '300038', 'POSTAGE/ COURIER EXPENSES                         ', 3, 0, 0),
(389, '300039', 'IT EXPENSES', 3, 0, 0),
(390, '300040', 'DEPRECIATION - OTHERS                             ', 3, 0, 0),
(391, '300041', 'ADVERTISING                                       ', 3, 0, 0),
(392, '300042', 'SPONSORSHIP                                       ', 3, 0, 0),
(393, '300043', 'CHARITY / GIFTS                                   ', 3, 0, 0),
(394, '300044', 'BUSINESS PROMOTION                                ', 3, 0, 0),
(395, '300045', 'MARKETING                                         ', 3, 0, 0),
(396, '300046', 'LEGAL & CONSULTANCY                               ', 3, 0, 0),
(397, '300047', 'TAXATION FEES                                     ', 3, 0, 0),
(398, '300048', 'COMMERCIAL REGISTRATION                           ', 3, 0, 0),
(399, '300049', 'CHAMBER OF COMMERCE                               ', 3, 0, 0),
(400, '300050', 'OTHER FEES                                        ', 3, 0, 0),
(401, '300051', 'TRANSLATION CHARGES                               ', 3, 0, 0),
(402, '300052', 'BROKERAGE TAX                                       ', 3, 0, 0),
(403, '300053', 'GOVT FEE ON BROKERAGES                              ', 3, 0, 0),
(404, '300054', 'EXTERNAL AUDIT FEES                               ', 3, 0, 0),
(405, '300055', 'INTERNAL AUDIT FEES                               ', 3, 0, 0),
(406, '300056', 'BANK CHARGES                                      ', 3, 0, 0),
(407, '300057', 'CREDIT CARD CHARGES                               ', 3, 0, 0),
(408, '300058', 'PRINTING                                          ', 3, 0, 0),
(409, '300059', 'ENVELOPS                                          ', 3, 0, 0),
(410, '300060', 'STATIONERY                                        ', 3, 0, 0),
(411, '300061', 'GENERAL STATIONERY                                ', 3, 0, 0),
(412, '300062', 'BUSINESS CARDS                                    ', 3, 0, 0),
(413, '300063', 'NEWS PAPER & PERIODOCALS                          ', 3, 0, 0),
(414, '300064', 'CO. MEMBERSHIP SUBSCRIPTION                       ', 3, 0, 0),
(415, '300065', 'BUSINESS TRAVEL                                   ', 3, 0, 0),
(416, '300066', 'BUSINESS TRAVEL HOTEL                             ', 3, 0, 0),
(417, '300067', 'BUSINESS TRAVEL INCIDENTAL                        ', 3, 0, 0),
(418, '300068', 'OFFICE CAR PETROL EXPENSES                        ', 3, 0, 0),
(419, '300069', 'CAR MAINTENACE COSTS                              ', 3, 0, 0),
(420, '300070', 'CAR WASHING CHARGES                               ', 3, 0, 0),
(421, '300071', 'CAR PARKING CHARGES                               ', 3, 0, 0),
(422, '300072', 'CAR LEASING CHARGES                               ', 3, 0, 0),
(423, '300073', 'CAR INSURANCE EXPENSES                            ', 3, 0, 0),
(424, '300074', 'TAXI FARE EXPENSES                                ', 3, 0, 0),
(425, '300075', 'ENTERTAINMENT - BUSINESS                          ', 3, 0, 0),
(426, '300076', 'ENTERTAINMENT - STAFF                             ', 3, 0, 0),
(427, '300077', 'ENTERTAINMENT - VISITORS                          ', 3, 0, 0),
(428, '300078', 'CONFERENCE EXPENSES                               ', 3, 0, 0),
(429, '300079', 'TECHNICAL RISK SURVEY COSTS                       ', 3, 0, 0),
(430, '300080', 'DRINKING WATER                                    ', 3, 0, 0),
(431, '300081', 'OFFICE COFFEE TEA EXPENSES                        ', 3, 0, 0),
(432, '300082', 'MISCELLANEOUS EXPENSES                            ', 3, 0, 0),
(433, '300083', 'PROJECT EXPENSES                                  ', 3, 0, 0),
(434, '300084', 'OTHER EXPENSES                                    ', 3, 0, 0),
(435, '300085', 'TAXATION CHARGE FOR THE YEAR                      ', 3, 0, 0),
(436, '300086', 'WITHHOLDING TAX CHARGE                            ', 3, 0, 0),
(437, '300087', 'INVESTMENT EXPENSES                               ', 3, 0, 0),
(438, '300088', 'BAD DEBTS WRITTEN OFF / PROVISION                 ', 3, 0, 0),
(439, '300089', 'MANAGER''S  FEES                                    ', 3, 0, 0),
(466, '300090', 'Unpaid leave', 3, 0, 0),
(1, '310000', 'Employee Account', 3, 0, 0),
(440, '400000', 'STATUTORY RESERVE                                 ', 2, 0, 0),
(441, '400001', 'CAPITAL RESERVE                                   ', 2, 0, 0),
(442, '400002', 'LEGAL RESERVE                                     ', 2, 0, 0),
(443, '400003', 'GENERAL RESERVE                                   ', 2, 0, 0),
(444, '400004', 'PROFIT/LOSS    ', 2, 0, 0),
(445, '400005', 'LOSS FOR THE CURRENT YEAR                         ', 2, 0, 0),
(446, '400006', 'ACCRUED EXPENSES                                  ', 2, 0, 0),
(447, '400007', 'COMMISSION PAYABLE                                ', 2, 0, 0),
(448, '400008', 'DEPRECIATION ON FIXED ASSETS                      ', 2, 0, 0),
(449, '400009', 'DEPRECIATION - COMPUTERS                          ', 2, 0, 0),
(450, '400010', 'DEPRECIATION - FURNITURE & FIXTURES               ', 2, 0, 0),
(451, '400011', 'ACCM DEPN- COMP. HARDWARE & SOFTWRE               ', 2, 0, 0),
(452, '400012', 'ACCUM. DEPN- FURN. FIXTURES & EQPT.               ', 2, 0, 0),
(453, '400013', 'ACCUM. DEPN- MOTOR VEHICLES                       ', 2, 0, 0),
(454, '400014', 'DEPRECIATION - OTHERS                             ', 2, 0, 0),
(455, '400015', 'ACC. DEPN- COMPUTER HARDWARE-HO                   ', 2, 0, 0),
(456, '400016', 'ACC. DEPN- FURNS. FIXTRES. EQPT-HO                ', 2, 0, 0),
(457, '400017', 'ACCUM. DEPN- MOTOR VEHICLES- H.O.                 ', 2, 0, 0),
(458, '400018', 'CLOSING BALANCE ACCOUNT                           ', 2, 0, 0),
(2, '410000', 'Insurance Company ', 2, 0, 0),
(528, 'CRP0001', 'Intergroup Shipping W.L.L', 4, 5, 0),
(529, 'CRP0002', 'Essa Hightech Trad & Cont WLL', 4, 5, 0),
(530, 'CRP0003', 'Pantone', 4, 5, 0),
(532, 'CRP0005', 'Paragon Shipping and Logistics', 4, 5, 0),
(533, 'CRP0006', 'Best Group Of Company', 4, 5, 0),
(534, 'CRP0007', 'Lanouvelle', 4, 5, 0),
(535, 'CRP0008', 'South West Architecture', 4, 5, 0),
(537, 'CRP0009', 'Sea Gulf Trading and Contracting', 4, 5, 0),
(538, 'CRP0010', 'Corniche Pharmacy', 4, 5, 0),
(539, 'CRP0011', 'Hydrocare Trading', 4, 5, 0),
(540, 'CRP0012', 'Basco Qatar', 4, 5, 0),
(541, 'CRP0013', 'Horeitia Global W.L.L', 4, 5, 0),
(542, 'CRP0014', 'Datum Co W.L.L', 4, 5, 0),
(543, 'CRP0015', 'Prime Media', 4, 5, 0),
(545, 'CRP0017', 'Crompton International Trading and Contracting Co. W.L.L', 4, 5, 0),
(546, 'CRP0018', 'Gulf Arch Contracting W.L.L', 4, 5, 0),
(547, 'CRP0019', 'Well Care Group W.L.L', 4, 5, 0),
(548, 'CRP0020', 'Lapinsa Construction Company', 4, 5, 0),
(549, 'CRP0021', 'Dulsco Qatar W.L.L', 4, 5, 0),
(551, 'CRP0023', 'Pertroleum Mechanical Trading Co', 4, 5, 0),
(531, 'CRP0024', 'Project Development Company', 4, 5, 0),
(553, 'CRP0025', 'Oryx Engineering Solutions LLC', 4, 5, 0),
(554, 'CRP0026', 'Pulse Qatar', 4, 5, 0),
(555, 'CRP0027', 'Trans Global Trading and Contracting', 4, 5, 0),
(556, 'CRP0028', 'Global Mechanical Engineering Co. W.L.L', 4, 5, 0),
(558, 'CRP0029', 'National Contracting Co LTD', 4, 5, 0),
(559, 'CRP0030', 'Al Hamria Trading(Hamiton)', 4, 5, 0),
(563, 'CRP0031', 'Care n Cure', 4, 5, 0),
(564, 'CRP0032', 'Speetech International Co W.L.L', 4, 5, 0),
(565, 'CRP0033', 'Solar Qatar', 4, 5, 0),
(566, 'CRP0034', 'Al Able Trading & Contracting W.L.L', 4, 5, 0),
(567, 'CRP0035', 'Space Trading Co. W.L.L', 4, 5, 0),
(568, 'CRP0036', 'Al Ikhlas Trading & Contracting Co. W.L.L', 4, 5, 0),
(569, 'CRP0037', 'Argon Global', 4, 5, 0),
(570, 'CRP0038', 'Electra Al Shaghairi Trad & Cont CO W.L.L', 4, 5, 0),
(571, 'CRP0039', 'ALTECH Aluminium & Steel W.L.L', 4, 5, 0),
(572, 'CRP0040', 'Apollo Fleet W.L.L', 4, 5, 0),
(574, 'CRP0041', 'Abu Hail Group', 4, 5, 0),
(576, 'CRP0042', 'Innotech Trading W.L.L', 4, 5, 0),
(577, 'CRP0043', 'Exblora', 4, 5, 0),
(578, 'CRP0044', 'Real Estate Service Group', 4, 5, 0),
(579, 'CRP0045', 'Techmark Trading and Contracting', 4, 5, 0),
(581, 'CRP0046', 'Al Badi Trading and Contracting Company', 4, 5, 0),
(582, 'CRP0047', 'Quality Hypermarket W.L.L', 4, 5, 0),
(586, 'CRP0048', 'Bitmax Graphics', 4, 5, 0),
(587, 'CRP0049', 'Petrofac Qatar', 4, 5, 0),
(593, 'CRP0050', 'Aero Freight and Logistics WLL', 4, 5, 0),
(594, 'CRP0052', 'Techno Steel Trading and Contracting', 4, 5, 0),
(596, 'CRP0053', 'Al Ameen Rent a Car', 4, 5, 0),
(597, 'CRP0054', 'Group Securite System', 4, 5, 0),
(598, 'CRP0055', 'Al Hamad Engineering', 4, 5, 0),
(599, 'CRP0056', 'Al Ghalya Computer Systema W.L.L', 4, 5, 0),
(600, 'CRP0057', 'Lai Sun Development Contracting', 4, 5, 0),
(601, 'CRP0058', 'Entity', 4, 5, 0),
(603, 'CRP0059', 'True Line International ', 4, 5, 0),
(604, 'CRP0060', 'True Line International ', 4, 5, 0),
(606, 'CRP0061', 'Malzamat Qatar', 4, 5, 0),
(610, 'CRP0064', 'Shahjan Trading Company W.L.L', 4, 5, 0),
(611, 'CRP0065', 'Voltage Engineering Limited', 4, 5, 0),
(612, 'CRP0066', 'Apple Contracting and Transport W.L.L', 4, 5, 0),
(613, 'CRP0067', 'Innovative Trading and Marketing', 4, 5, 0),
(617, 'CRP0068', 'Advanced Technical Sevices Co. W.L.L', 4, 5, 0),
(629, 'CRP0069', 'SKYLARK Trading and Contracting Co W.L.L', 4, 5, 0),
(630, 'CRP0070', 'A and B Associates(Qatar)', 4, 5, 0),
(631, 'CRP0071', 'Shutdown Maintenance Services W.L.L ', 4, 5, 0),
(633, 'CRP0072', 'Sysnet Solutions and Services ', 4, 5, 0),
(634, 'CRP0073', 'Harp Middle East ', 4, 5, 0),
(635, 'CRP0074', 'Omega Engineering W.L.L', 4, 5, 0),
(637, 'CRP0075', 'Al Safa Polyclinic', 4, 5, 0),
(640, 'CRP0078', 'Seagull Trad and Cont Co W.L.L', 4, 5, 0),
(641, 'CRP0079', 'Roots Qatar W.L.L', 4, 5, 0),
(646, 'CRP0080', 'Bridgeway Technical Services Co. W.L.L', 4, 5, 0),
(647, 'CRP0081', 'Khaleej Pharmacy', 4, 5, 0),
(648, 'CRP0082', 'Al Khor Pharmacy', 4, 5, 0),
(650, 'CRP0083', 'Saeed Bin Saad Trading Group', 4, 5, 0),
(652, 'CRP0084', 'Options Trading & Contracting Co.', 4, 5, 0),
(653, 'CRP0085', 'Planet Fasion', 4, 5, 0),
(654, 'CRP0086', 'QGC Qatar', 4, 5, 0),
(657, 'CRP0087', ' India & Gulf Trading Contracting Co W.L.L', 4, 5, 0),
(658, 'CRP0088', 'Rise and Shine Trading and Contracting Co. W.L.L', 4, 5, 0),
(666, 'CRP0089', 'Afia Pharmacy', 4, 5, 0),
(672, 'CRP0090', ' Doha Golf Club', 4, 5, 0),
(675, 'CRP0091', 'Dolphin Construction Co. W.L.L', 4, 5, 0),
(676, 'CRP0092', 'Team Pro Qatar', 4, 5, 0),
(677, 'CRP0093', 'Seven Stars Trading & General Services ', 4, 5, 0),
(679, 'CRP0094', 'Buyers Solutions', 4, 5, 0),
(680, 'CRP0095', 'Savoy Insurance Services', 4, 5, 0),
(683, 'CRP0096', 'International British School Doha', 4, 5, 0),
(685, 'CRP0097', 'Talal Trad. & Contracting. Co. WLL', 4, 5, 0),
(687, 'CRP0098', 'Fine Decor WLL', 4, 5, 0),
(688, 'CRP0099', 'Shurook Pharmacy', 4, 5, 0),
(689, 'CRP0100', 'Mesaimeer Pharmacy', 4, 5, 0),
(690, 'CRP0101', 'Gulf Star Group', 4, 5, 0),
(691, 'CRP0102', 'Hyundai Engineering & Construction Co.', 4, 5, 0),
(692, 'CRP0103', 'Zeal Trading & Contracting Co.', 4, 5, 0),
(694, 'CRP0104', 'Brunel Oil and Gas Services WLL', 4, 5, 0),
(695, 'CRP0105', 'Chrysolite Services', 4, 5, 0),
(697, 'CRP0106', 'Petroleum Mechanical Trading', 4, 5, 0),
(698, 'CRP0107', 'QB Engineering ', 4, 5, 0),
(699, 'CRP0108', 'Banyan Qatar Engineering and Contracting Comany', 4, 5, 0),
(700, 'CRP0109', 'Sun and Sand Sports', 4, 5, 0),
(703, 'CRP0110', 'Lightcraft Trading L.L.C ', 4, 5, 0),
(704, 'CRP0111', 'Associated Technical Services Co ', 4, 5, 0),
(706, 'CRP0112', ' Exblowra Trading & Cont. Co. W.L.', 4, 5, 0),
(708, 'CRP0113', 'Ventura', 4, 5, 0),
(709, 'CRP0114', 'Galfar Al Misnad Engineering and  Contracting  WLL', 4, 5, 0),
(468, 'EMP101', 'Mohamed Basheer Kolathekkat', 3, 1, 0),
(470, 'EMP102', 'Jawad Mohamed', 3, 1, 0),
(471, 'EMP103', 'Swapna Ibrahim', 3, 1, 0),
(472, 'EMP104', 'Shiju Shankar', 3, 1, 0),
(473, 'EMP105', 'Shrijith Radhakrishnan', 3, 1, 0),
(681, 'EMP106', 'Shifa Moiduppa', 3, 1, 0),
(710, 'EMP107', 'Ashok Peter Eapen', 3, 1, 0),
(536, 'IDL0001', 'Sheihk Hamad Abdulla Th J Al Thani', 4, 5, 0),
(557, 'IDL0002', 'Sheihk Hamad Ahmed S J  Al Thani', 4, 5, 0),
(560, 'IDL0003', 'Zaheer Abdulrahman', 4, 5, 0),
(561, 'IDL0004', 'Komal Anil Lalwani', 4, 5, 0),
(562, 'IDL0005', 'Kurian Joseph Parumannil', 4, 5, 0),
(573, 'IDL0006', 'Arakka Vettil A Shaji', 4, 5, 0),
(575, 'IDL0007', 'Sami Accaoui', 4, 5, 0),
(588, 'IDL0008', 'Mr.Dinesh Babu', 4, 5, 0),
(590, 'IDL0010', 'Abdurahiman Srampikuni', 4, 5, 0),
(592, 'IDL0011', 'Sivakumar Kartha Chandrasekharan', 4, 5, 0),
(605, 'IDL0012', 'Liji Karakkunnummal', 4, 5, 0),
(627, 'IDL0013', 'Vimal Kumar', 4, 5, 0),
(628, 'IDL0014', 'Ramankutty', 4, 5, 0),
(636, 'IDL0015', 'Ritto Varghese', 4, 5, 0),
(642, 'IDL0016', 'Sreejith Thalappoyil', 4, 5, 0),
(643, 'IDL0017', 'Mohammed Abdurahiman E.Payanad', 4, 5, 0),
(644, 'IDL0018', 'Rajesh Kumar L.B.Ram', 4, 5, 0),
(645, 'IDL0019', 'Abhishek Ronald Gupta', 4, 5, 0),
(649, 'IDL0020', 'Sheikh Nasser Ahmed S.J. Al Thani', 4, 5, 0),
(651, 'IDL0021', 'Johny Kutty M Chacko', 4, 5, 0),
(655, 'IDL0022', 'Anas Abaza', 4, 5, 0),
(656, 'IDL0023', 'Asif Saleem K.M. Saleem', 4, 5, 0),
(659, 'IDL0024', 'Ramees Muhammed K Muhammed', 4, 5, 0),
(660, 'IDL0025', 'Divya S Nair', 4, 5, 0),
(661, 'IDL0026', 'Sheena Kunnel Thomas', 4, 5, 0),
(662, 'IDL0027', 'Abdul Lathief Peedika Kandi', 4, 5, 0),
(663, 'IDL0028', 'Ryan Steven Dsilva', 4, 5, 0),
(664, 'IDL0029', 'Vasudevan Namboothiri Divakaran Namboothiri ', 4, 5, 0),
(665, 'IDL0030', 'Koriyan Rappai George ', 4, 5, 0),
(667, 'IDL0031', 'Mohammed Mannil', 4, 5, 0),
(668, 'IDL0032', 'Fayas Mohamed Mukhthar', 4, 5, 0),
(669, 'IDL0033', 'Mohd Rashid J Sh Al Mohannadi', 4, 5, 0),
(671, 'IDL0035', 'Shabbir Mistry', 4, 5, 0),
(673, 'IDL0036', 'Mohamed Jassim Mohamed Al Badi Al Madeed', 4, 5, 0),
(674, 'IDL0037', 'Vadakke Mundayate Veetil Sudhakaran', 4, 5, 0),
(678, 'IDL0038', 'Arif Munir Khan', 4, 5, 0),
(682, 'IDL0039', 'Mohamed Sheriff Poolakundan', 4, 5, 0),
(684, 'IDL0040', 'Mohammed Shaheen', 4, 5, 0),
(693, 'IDL0041', 'Vipinan Chathan K Ayyappan', 4, 5, 0),
(696, 'IDL0042', 'Jaimon Jacob', 4, 5, 0),
(701, 'IDL0043', 'Deepa Mathew', 4, 5, 0),
(705, 'IDL0044', 'Magdy Mohamed ', 4, 5, 0),
(707, 'IDL0045', 'Badhusha Mammasra Yilath', 4, 5, 0),
(711, 'IDL0046', 'Bineshbalu Chekkaran Kodi', 4, 5, 0),
(520, 'INS100', 'AXA Insurance', 2, 2, 0),
(521, 'INS101', 'Doha Insurance Co.', 2, 2, 0),
(522, 'INS102', 'InterGlobal', 2, 2, 0),
(523, 'INS103', 'Allianz Takaful', 2, 2, 0),
(524, 'INS104', 'Chartis', 2, 2, 0),
(525, 'INS105', 'Qatar Insurance Company', 2, 2, 0),
(526, 'INS106', 'SEIB Insurance and Reinsurance', 2, 2, 0),
(527, 'INS107', 'Qatar Islamic Insurance Company', 2, 2, 0),
(591, 'INS108', 'Al Khaleej Takaful Insurance & Reinsurance', 2, 2, 0),
(595, 'INS109', 'Qatar General Insurance and Reinsurance Co', 2, 2, 0),
(602, 'INS110', 'Damaan Islamic Insurance Company', 2, 2, 0),
(686, 'INS111', 't\\''azur Company b.s.c(c) QFC Branch', 2, 2, 0),
(702, 'INS112', 'Q Life Medical Insurance Company LLC', 2, 2, 0);

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

--
-- Table structure for table `char_type`
--

CREATE TABLE IF NOT EXISTS `char_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `chart_types` varchar(25) NOT NULL,
  `sort` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `char_type`
--

INSERT INTO `char_type` (`id`, `chart_types`, `sort`) VALUES
(1, 'Assets', 1),
(2, 'Liabilities', 4),
(3, 'Expense', 3),
(4, 'Income', 2);

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

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

CREATE TABLE IF NOT EXISTS `city` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `country_id` int(11) NOT NULL,
  `cityname` varchar(50) NOT NULL,
  `citycode` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`),
  KEY `country_id` (`country_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

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

INSERT INTO `city` (`id`, `country_id`, `cityname`, `citycode`) VALUES
(1, 1, 'Doha', 'DH');

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

--
-- Table structure for table `city_files`
--

CREATE TABLE IF NOT EXISTS `city_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cityid` int(11) NOT NULL,
  `filename` varchar(30) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `claim`
--

CREATE TABLE IF NOT EXISTS `claim` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `policyid` int(11) NOT NULL,
  `dateofloss` date NOT NULL,
  `intimationdate` date NOT NULL,
  `claimsref` varchar(35) NOT NULL,
  `claimspolicyno` varchar(50) NOT NULL,
  `descofloss` text NOT NULL,
  `estimatedamt` varchar(50) NOT NULL,
  `status` varchar(30) NOT NULL,
  `currency` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `policyid` (`policyid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ;

--
-- Dumping data for table `claim`
--

INSERT INTO `claim` (`id`, `date`, `policyid`, `dateofloss`, `intimationdate`, `claimsref`, `claimspolicyno`, `descofloss`, `estimatedamt`, `status`, `currency`) VALUES
(1, '2011-08-24', 65, '2010-12-22', '2011-07-18', 'SAV/31/2011/9/CLAIM-101', '', 'Mr.Anil Kumar fallen from 6m height both legs fractured .', '', 'Pending', 1),
(2, '2011-08-25', 138, '2011-05-02', '2011-08-22', 'SAV/31/2011/30/CLAIM-102', 'C2/10/11-0202-000497', 'Mr. Rup Narayan Magar sustained injury to his Hip.', '', 'Pending', 1),
(3, '2011-08-25', 138, '2011-07-31', '2011-08-22', 'SAV/31/2011/30/CLAIM-103', 'C2/10/11-0202-000496', 'Mr.Khagendra Bahadur Balayar sustained injury to his right hand.', '', 'Pending', 1),
(4, '2011-08-25', 65, '2011-06-19', '2011-07-18', 'SAV/31/2011/9/CLAIM-104', '', 'Mr.Brij Lal sustained a dislocation in his right wrist due to a fall.', '', 'Pending', 1),
(5, '2011-08-28', 65, '2011-08-23', '2011-08-28', 'SAV/31/2011/9/CLAIM-105', ' 75/WC/54', 'Mr. Faruk Molla fractured radical head.', '', 'Pending', 1),
(6, '2011-09-08', 154, '2011-08-20', '2011-09-08', 'SAV/31/2011/28/CLAIM-106', 'C2/10/11-0202-000504', 'Mr. Narayan Kumar Puri, injured his head.', '', 'Pending', 1),
(7, '2011-09-10', 105, '2011-08-14', '2011-09-10', 'SAV/31/2011/23/CLAIM-107', 'C2/10/11-0202-000507', 'Mr.Jayapal Mariyappan injured his left foot while working in the Rig.', '', 'Pending', 1),
(8, '2011-09-10', 105, '2011-09-05', '2011-09-10', 'SAV/31/2011/23/CLAIM-108', 'C2/10/11-0202-000508', 'Mr.  Mohammed Sakil Leg injury while cable pulling work at Muaither.', '', 'Pending', 1),
(9, '2011-09-10', 105, '2011-09-07', '2011-09-10', 'SAV/31/2011/23/CLAIM-109', 'C2/10/11-0202-000506', 'Mr.Shilesh V Madhavan was injured when a Bus hit his Pick up. ', '', 'Pending', 1),
(10, '2011-10-08', 105, '2011-09-13', '2011-10-08', 'SAV/31/2011/23/CLAIM-1010', 'C2/10/11-0202-000515', 'Mr Velu Kannadurai,  was injured when he was engaged in Camp Cleaning work at Maither, Doha.', '', 'Pending', 1),
(11, '2011-10-11', 65, '2011-07-22', '2011-08-20', 'SAV/31/2011/9/CLAIM-1011', '75/WC/52', 'Mr.Murugan Arunachalam met with an accident while performing his work in the kitchen.', '', 'Pending', 1),
(12, '2011-10-20', 138, '2011-05-29', '2011-05-31', 'SAV/31/2011/30/CLAIM-1012', 'C2/10/11-0202-000466', 'Mr.Tej Bahadur Balayar met with an accident. ', '', 'Pending', 1),
(13, '2011-10-24', 138, '2011-05-21', '2011-05-24', 'SAV/31/2011/30/CLAIM-1013', 'C2/10/11-0202-000461', 'Mr. Niktion Lakandree met with an accident on 21.5.2011. ', '', 'Pending', 1),
(14, '2011-11-13', 138, '2011-05-04', '2011-05-09', 'SAV/31/2011/30/CLAIM-1014', 'C2/10/11-0202-000448', 'Surya Bahadur Rana met with an accident on 04.05.2011. ', '', 'Pending', 1),
(15, '2011-11-13', 105, '2011-03-12', '2011-03-26', 'SAV/31/2011/23/CLAIM-1015', 'C2/10/11-0202-000434', 'Mr.Mukesh Kumar on 12.03.2011.', 'QR 2432', 'Pending', 1),
(16, '2011-11-13', 33, '2011-06-23', '2011-11-01', 'SAV/31/2011/4/CLAIM-1016', 'C2/10/11-0202-000524', 'Mr. Mohammed Afroz met with an accident on 21.06.2011.', '', 'Pending', 1),
(17, '2011-11-13', 33, '2011-07-20', '2011-11-01', 'SAV/31/2011/4/CLAIM-1017', 'C2/10/11-0202-000525', 'Mr.Abdul Hameed met with an accident on 24.07.2011', '', 'Pending', 1),
(18, '2011-11-13', 33, '2011-07-20', '2011-11-01', 'SAV/31/2011/4/CLAIM-1018', 'C2/10/11-0202-000526', 'Mr. Jaspal  Singh met with an accident on 16.07.2011.', '', 'Pending', 1),
(19, '2011-11-13', 33, '2011-08-13', '2011-11-01', 'SAV/31/2011/4/CLAIM-1019', 'C2/10/11-0202-000527', 'Mr. Swami Guggila met with an accident on 18.08.2011.', '', 'Pending', 1),
(20, '2011-11-13', 33, '2011-09-04', '2011-11-01', 'SAV/31/2011/4/CLAIM-1020', 'C2/10/11-0202-000528', 'Mr. Utpal Gosh met with an accident on 30.08.2011.', '', 'Pending', 1),
(21, '2011-11-13', 33, '2011-09-13', '2011-11-01', 'SAV/31/2011/4/CLAIM-1021', 'C2/10/11-0202-000529', 'Mr. Tarak Mandal met with an accident on 15.09.2011', '', 'Pending', 1),
(22, '2011-11-30', 127, '2011-11-29', '2011-11-30', 'SAV/31/2011/26/CLAIM-1022', 'C2/10/11-0202-000551', ' Mr.Michael Falculan Selosa met with an accident  while working on site and injured his left finger.', '', 'Pending', 1),
(23, '2011-12-01', 111, '2011-11-24', '2011-11-29', 'SAV/47/2011/1/CLAIM-1023', '', 'Death claim of Mr. Kumar Nepali, cause of death is natural - cardiac Arrest.', '', 'Pending', 1),
(24, '2011-12-05', 127, '2011-11-28', '2011-12-05', 'SAV/31/2011/26/CLAIM-1024', 'C2/10/11-0202-000554', 'Mr.Alugula Kurma Rao, Emp# 183 had an accident on 28th Nov 2011 while on site at Fanar QAF, doctor advised for a tetanus injection, small dressing and 1day rest for him.\n', '', 'Pending', 1),
(25, '2011-12-05', 189, '2011-12-04', '2011-12-05', 'SAV/31/2011/33/CLAIM-1025', 'C2/10/11-0202-000555', 'One of the employee has met with an accident  at the work site.', '', 'Pending', 1),
(26, '2011-12-05', 278, '2011-11-26', '2011-12-04', 'SAV/31/2011/11/CLAIM-1026', '75/WC/59', 'Mr.Conrad Rachen D Souza met with an accident on 26.11.2011.', '', 'Pending', 1),
(27, '2011-12-07', 180, '2011-12-01', '2011-12-06', 'SAV/25/2011/4/CLAIM-1027', '', 'New Holland Wheel Loader registration no. 35163 has damaged the transmission unit while at work. The casing of the transmission unit is broken causing damages to the internal parts. The estimated repair cost is QAR 50,000/-.', '', 'Pending', 1),
(28, '2011-12-08', 127, '2011-12-07', '2011-12-08', 'SAV/31/2011/26/CLAIM-1028', 'C2/10/11-0202-000558', 'An employee, Mr.Suresh Kumar Sapkota, Emp# 534 had an accident on 7th DEC 2011 while on site at Energy Tech, A metal rod hit on his left hand index finger.\n', '', 'Pending', 1),
(29, '2011-12-12', 238, '2011-11-30', '2011-12-12', 'SAV/31/2011/39/CLAIM-1029', 'C2/10/11-0202-000562', 'One of an employee, Mr Binoy Mathew met with an \naccident on 30th Nov 2011 during his working hours. His right index finger was cut, and surgery was done.', '', 'Pending', 1),
(30, '2011-12-19', 127, '2011-12-14', '2011-12-17', 'SAV/31/2011/26/CLAIM-1030', 'C2/10/11-0202-000567', 'One of an employee, Mr.Jagdish Raj P, Emp# 274 had an accident on 14th December 2011 while on site at Abantia.', '', 'Pending', 1),
(31, '2011-12-26', 105, '2011-12-19', '2011-12-26', 'SAV/31/2011/23/CLAIM-1031', 'C2/10/11-0202-000575', 'An employee, Mr. Gangaram Sayyanna (EC 001) met with an accident on 19th December 2011 at Dukhan site.', '', 'Pending', 1),
(32, '2011-12-29', 127, '2011-12-26', '2011-12-28', 'SAV/31/2011/26/CLAIM-1032', 'C2/10/11-0202-000573', 'One of an employee, Mr. Marwin D Dela Cruz (Emp# 1170) met with an accident on 26th December 2011 while on site at VAI Tech.', '', 'Pending', 1),
(33, '2011-12-29', 127, '2011-12-26', '2011-12-28', 'SAV/31/2011/26/CLAIM-1033', 'C2/10/11-0202-000574', 'One of an employee, Mr. Gabriel Intong Dandoy (Emp# 960) met with an accident on 26th December 2011 while on site at VAI Tech.', '', 'Pending', 1),
(34, '2011-12-29', 127, '2011-12-29', '2011-12-29', 'SAV/31/2011/26/CLAIM-1034', 'C2/10/11-0202-000572', 'One of an employee, Mr. Region Delos Santos Magdararo (Emp# 1020) met  with an accident on 29th December 2011 while on site at Energy Tech.', '', 'Pending', 1),
(35, '2012-01-05', 138, '2011-12-27', '2012-01-05', 'SAV/31/2011/30/CLAIM-1035', 'C2/10/11-0202-000582', 'One of an employee, Mr. Chettra Bahadur Gurung, had an accident on 27th December 2011.', '', 'Pending', 1),
(36, '2012-01-05', 127, '2012-01-04', '2012-01-05', 'SAV/31/2011/26/CLAIM-1036', 'C2/10/12-0202-000583', 'One of an employee, Mr. Santhosh Mangattukunnath (Emp# 441), had an accident on 4th January 2012 while on site at Fanar.', '', 'Pending', 1),
(37, '2012-01-15', 138, '2012-01-13', '2012-01-15', 'SAV/31/2011/30/CLAIM-1037', 'C2/10/12-0202-000593', 'One of an employee, Mr. Yogendra Kumar Iyer met with an accident on 13th January 2012.', '', 'Pending', 1),
(38, '2012-01-17', 127, '2012-01-17', '2012-01-17', 'SAV/31/2011/26/CLAIM-1038', 'C2/10/12-0202-000592', 'One of an  employee, Mr. Suresh Kumar Sapkota (Emp# 534) met with an accident on 17th January 2012 while on site at Energy Tech.', '', 'Pending', 1);

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

--
-- Table structure for table `claimdetails`
--

CREATE TABLE IF NOT EXISTS `claimdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `claimid` int(11) NOT NULL,
  `date` varchar(50) NOT NULL,
  `description` varchar(250) NOT NULL,
  `remarks` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `claimid` (`claimid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=171 ;

--
-- Dumping data for table `claimdetails`
--

INSERT INTO `claimdetails` (`id`, `claimid`, `date`, `description`, `remarks`) VALUES
(11, 2, '22-08-2011', 'Mailed to Marina  QIC', ''),
(12, 2, '24-08-2011', 'Received Claim ref no.', '    The Claim  ref   no        C2/10/11-0202-000497 send to Rona.'),
(19, 4, '18-07-2011', 'Mailed to Vinod AXA', ''),
(20, 3, '22-08-2011', 'Mailed to Marina  QIC', ''),
(21, 3, '24-08-2011', 'Received Claim ref no.', '     The   Claim   ref   no            C2/10/11-0202-000496'),
(22, 1, '18-07-2011', 'Mailed to Vinod AXA', ''),
(23, 1, '16.08.2011', 'Loss of wages', 'Loss of  wages from 22nd 2010 Dec till 7th April 2011.\n'),
(24, 6, '08-09-2011', 'Informed Marina QIC', 'Received Claims ref no C2/10/11-0202-000504'),
(32, 9, '10-09-2011', 'Informed Marina QIC', ''),
(33, 9, '11-09-2011', 'Received claims reference no ', 'The claims reference no is C2/10/11-0202-000506'),
(39, 10, '08-10-2011', 'Informed Marina (QIC)', ''),
(40, 10, '09-10-2011', 'Received claim ref no', '       Claim reference no    C2/10/11-0202-000515'),
(43, 11, '20-08-2011', 'Informed Mosmi  (AXA)', ''),
(44, 11, '06.09.2011', 'Received claim ref no ', 'Received claim ref no -\n   75/WC/52\n'),
(45, 5, '28-08-2011', 'Informed Mosmi  AXA', ''),
(46, 5, '10.10.2011', 'Received Claim ref no.', 'Claim reference   no                   75/WC/54 '),
(47, 12, '31-05-2011', 'Informed Marina QIC', ''),
(48, 12, '01-06.2011', 'Received Claim ref no.', 'Claim ref no. C2/10/11-0202-000466'),
(49, 12, '19.10.2011', 'Fax from QIC', 'Have  processed  the   claim amount   payable    QR 150/-'),
(52, 13, '24-05-2011', 'Informed Marina QIC', ''),
(53, 13, '25-05.2011', 'Received Claim ref no.', '  Claim  ref  no.                       C2/10/11-0202-000461'),
(54, 13, '23.10.2011', 'Processed the claim ', 'Have processed the claim amount. Amount  payable  is QR 63 /-'),
(55, 14, '09-05-2011', 'Informed Marina QIC', ''),
(56, 14, '09-05-2011', 'Received Claim ref no.', 'QIC CLAIM NO:C2/10/11-0202-000448'),
(57, 14, '31.10.2011', 'Processed the claim ', 'Processed the claim,   amount payable  QR 2,037/- '),
(73, 22, '30-11-2011', 'Informed Marina QIC', ''),
(74, 22, '30-11-2011', 'Received Claim ref no.', 'Claim ref no.  C2/10/11-0202-000551'),
(81, 26, '04-12-2011', 'Claim intimation sent to AXA', ''),
(82, 26, '05-12-2011', 'Received Claim ref no.', 'Claim ref no. 75/WC/59'),
(83, 25, '05-12-2011', 'Sent the claim intimation to QIC', ''),
(84, 25, '06-12-2011', 'Received Claim Ref no. from QIC', 'C2/10/11-0202-000555'),
(88, 28, '08-12-2011', 'Claim intimation sent to QIC', ''),
(89, 28, '08-12-2011', 'Claim Ref. No received from QIC', 'C2/10/11-0202-000558'),
(92, 15, '27-03-2011', 'Informed Marina QIC', ''),
(93, 15, '27-03-2011', 'Received Claim ref no.', '   QIC   CLAIM   NO:                  C2/10/11-0202-000434'),
(94, 15, '03.11.2011', 'Processed the claim ', 'Processed the claim, amount payable QR 2,189/- '),
(98, 8, '10-09-2011', 'Informed Marina QIC', ''),
(99, 8, '11-09-2011', 'Received claims reference no ', 'The claims reference no is C2/10/11-0202-000508'),
(100, 8, '11-12-2011', 'Received Original Documents  for Mr. Mohammed Sakil ', '1. Claim form duly filled.\n2. Medical certificate.\n3. Accident report.\n4.Muster roll of workers.'),
(105, 27, '06-12-2011', 'Claim intimation sent to AXA', ''),
(106, 27, '06-12-2011', 'AXA sent wrong claim form', ''),
(107, 27, '12-12-2011', 'claim surveyor visited the site', ''),
(108, 29, '12-12-2011', 'Claim intimation sent to QIC', ''),
(109, 29, '12-12-2011', 'Claim ref no received from QIC', 'C2/10/11-0202-000562'),
(111, 30, '19-12-2011', 'Claim intimation sent to QIC', ''),
(112, 30, '19-12-2011', 'Claim Ref No. received from QIC', 'C2/10/11-0202-000567'),
(120, 7, '10-09-2011', 'Informed Marina QIC', ''),
(121, 7, '11-09-2011', 'Received Claim ref no.', 'Claim reference no C2/10/11-0202-000507'),
(122, 7, '11-12-2011', 'Received Original Documents  for Mr. Jayapal Mariyappan', '1. Claim form duly filled.\n2. Medical certificate.\n3. Accident report.\n4.Muster roll of workers for the month  ( July & Aug). '),
(123, 7, '26-12-2011', 'Claim has been processed.', 'Amount payable is QAR787/-.\n'),
(129, 31, '26-12-2011', 'Claim intimation sent to QIC', ''),
(130, 31, '01-01-2012', 'Claim ref no received from QIC', 'C2/10/11-0202-000575'),
(131, 32, '29-12-2011', 'Claim intimation sent to QIC', ''),
(132, 32, '01-01-2012', 'Claim ref no received from QIC', 'C2/10/11-0202-000573'),
(133, 33, '29-12-2011', 'Claim Intimation sent to QIC', ''),
(134, 33, '01-01-2012', 'Claim ref no received from QIC', 'C2/10/11-0202-000574'),
(135, 34, '29-12-2011', 'Claim intimation sent to QIC', ''),
(136, 34, '01-01-2012', 'Claim ref no received from QIC', 'C2/10/11-0202-000572'),
(139, 21, '01-11-2011', 'Informed Marina QIC', ''),
(140, 21, '01-11-2011', 'Received Claim ref no.', ' Claim ref no. C2/10/11-0202-000529'),
(141, 20, '01-11-2011', 'Informed Marina QIC', ''),
(142, 20, '01-11-2011', 'Received Claim ref no.', 'Claim ref no.                                  C2/10/11-0202-000528'),
(143, 19, '01-11-2011', 'Informed Marina QIC', ''),
(144, 19, '01-11-2011', 'Received Claim ref no.', 'Claim ref  no.                           C2/10/11-0202-000527'),
(145, 18, '01-11-2011', 'Informed Marina QIC', ''),
(146, 18, '01-11-2011', 'Received Claim ref no.', 'Claim Reference no         C2/10/11-0202-000526'),
(147, 17, '01-11-2011', 'Informed Marina QIC', ''),
(148, 17, '01-11-2011', 'Received Claim ref no.', 'Claim reference no                C2/10/11-0202-000524'),
(149, 16, '01-11-2011', 'Informed Marina QIC', ''),
(150, 16, '01-11-2011', 'Received Claim ref no.', 'Claim reference no C2/10/11-0202-000524'),
(151, 36, '05-01-2012', 'Claim intimation sent to QIC', ''),
(152, 36, '05-01-2012', 'Received Claim Ref no. from QIC', 'C2/10/12-0202-000583'),
(153, 36, '05-01-2012', 'Claim Ref no. informed to client', ''),
(154, 35, '05-01-2012', 'Claim intimation sent to QIC', ''),
(155, 35, '05-01-2012', 'Claim Ref No. received from QIC', 'C2/10/11-0202-000582'),
(156, 35, '05-01-2012', 'Informed client about claim ref no.', ''),
(157, 23, '30-11-2011', 'Claim intimation sent to AXA', ''),
(158, 23, '1-12-2011', 'Received claim form from AXA', ''),
(159, 23, '1-12-2011', 'Sent claim form and acknowlegement to AXA', ''),
(160, 23, '19-12-2011', 'Death claim documents recieved from AXA', ''),
(161, 23, '09-01-2012', 'TT has been processed on 5.1.2012', ''),
(163, 38, '17-01-2012', 'Claim intimation sent to QIC', ''),
(164, 38, '17-01-2012', 'Claim Ref No. received from QIC', 'C2/10/12-0202-000592'),
(165, 38, '18-01-2012', 'Informed client about claim ref no.', ''),
(166, 24, '05-12-2011', 'Sent the claim intimation to QIC', ''),
(167, 24, '05-12-2011', 'Received Claim ref no. from QIC', 'C2/10/11-0202-000554'),
(168, 37, '15-01-2012', 'Claim intimation sent to QIC', ''),
(169, 37, '19-01-2012', 'Claim Ref no. received from QIC', 'C2/10/12-0202-000593'),
(170, 37, '19-01-2012', 'Informed client about claim ref no.', '');

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

--
-- Table structure for table `claimforms`
--

CREATE TABLE IF NOT EXISTS `claimforms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `company_id` varchar(15) NOT NULL,
  `formname` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `claimforms`
--

INSERT INTO `claimforms` (`id`, `cover_id`, `company_id`, `formname`) VALUES
(2, 47, '1', 'Group Life - AXA Insurance');

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

--
-- Table structure for table `claimform_files`
--

CREATE TABLE IF NOT EXISTS `claimform_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `claimformid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `claimformid` (`claimformid`),
  KEY `claimformid_2` (`claimformid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `claimform_files`
--

INSERT INTO `claimform_files` (`id`, `claimformid`, `filename`, `fileid`) VALUES
(2, 2, 'Death_Claim_Form1.pdf', 564);

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

--
-- Table structure for table `claimsettlement`
--

CREATE TABLE IF NOT EXISTS `claimsettlement` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `claimid` int(11) NOT NULL,
  `description` varchar(250) NOT NULL,
  `amount` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `claimid` (`claimid`),
  KEY `claimid_2` (`claimid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=86 ;

--
-- Dumping data for table `claimsettlement`
--

INSERT INTO `claimsettlement` (`id`, `claimid`, `description`, `amount`) VALUES
(7, 2, '', 0),
(12, 4, '', 0),
(13, 3, '', 0),
(14, 1, 'Expenses towards wheel chair ', 0),
(15, 6, '', 0),
(21, 9, '', 0),
(25, 10, '', 0),
(27, 11, 'Claims Settlement Amount', 0),
(28, 5, '', 0),
(29, 12, '', 0),
(31, 13, '', 0),
(32, 14, '', 0),
(40, 22, '', 0),
(44, 26, '', 0),
(45, 25, '', 0),
(48, 28, '', 0),
(50, 15, 'settled the claim on 30-11-2011.', 0),
(52, 8, '', 0),
(55, 27, '', 0),
(56, 29, '', 0),
(58, 30, '', 0),
(61, 7, '', 0),
(67, 31, '', 0),
(68, 32, '', 0),
(69, 33, '', 0),
(70, 34, '', 0),
(73, 21, '', 0),
(74, 20, '', 0),
(75, 19, '', 0),
(76, 18, '', 0),
(77, 17, '', 0),
(78, 16, '', 0),
(79, 36, '', 0),
(80, 35, '', 0),
(81, 23, '', 0),
(83, 38, '', 0),
(84, 24, '', 0),
(85, 37, '', 0);

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

--
-- Table structure for table `claim_files`
--

CREATE TABLE IF NOT EXISTS `claim_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `claimid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `claimid` (`claimid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

--
-- Dumping data for table `claim_files`
--

INSERT INTO `claim_files` (`id`, `claimid`, `filename`, `fileid`) VALUES
(1, 1, 'AXA_FORM.jpg', 278),
(3, 1, 'Medical_cert.jpg', 280),
(4, 15, 'mukesh_kumar_claim.pdf', 506),
(5, 14, 'surya_bahadur_claim.pdf', 507),
(6, 12, 'Mr._Tej_Bahadur_.pdf', 511),
(7, 14, 'Mr._Surya_Bahadur_Rana_.pdf', 512),
(8, 13, 'Mr._Niktion_.pdf', 513),
(9, 15, 'Discharge_note_-_Mukesh_Kumar.pdf', 524),
(11, 27, 'Omega_-_Wheel_Loader.pdf', 609),
(12, 27, 'HSE_Incident_Notification.PDF', 610),
(13, 27, 'Quotation_-_Repair_of_Wheel_Loader_Transmission.pdf', 611),
(14, 23, 'Death_Claim_Documents.pdf', 649),
(15, 23, 'ID_and_Passport_copy.pdf', 661),
(16, 23, 'TT_05-01-2011.pdf', 707);

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

--
-- Table structure for table `combobox_value`
--

CREATE TABLE IF NOT EXISTS `combobox_value` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_form_id` int(11) NOT NULL,
  `value` varchar(200) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `template_form_id` (`template_form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `commissionpayment`
--

CREATE TABLE IF NOT EXISTS `commissionpayment` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `date` date NOT NULL,
  `premiumpayrec` float NOT NULL,
  `commission` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `commissionpaymentdetails`
--

CREATE TABLE IF NOT EXISTS `commissionpaymentdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `compaymentid` int(11) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `comperc` float NOT NULL,
  `comon` float NOT NULL,
  `comamt` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffsalaryid` (`compaymentid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `commissionsettings`
--

CREATE TABLE IF NOT EXISTS `commissionsettings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `cover_id` int(11) NOT NULL,
  `designationid` int(11) NOT NULL,
  `newpolicy` varchar(10) NOT NULL DEFAULT '0',
  `renewal` varchar(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`),
  KEY `designationid` (`designationid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `company_allocate`
--

CREATE TABLE IF NOT EXISTS `company_allocate` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `from` varchar(30) NOT NULL,
  `pid` int(11) NOT NULL,
  `amount` double NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `company_trans`
--

CREATE TABLE IF NOT EXISTS `company_trans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type_no` int(11) NOT NULL,
  `tran_date` date NOT NULL,
  `account` varchar(30) NOT NULL,
  `memo` tinytext NOT NULL,
  `amount` double NOT NULL,
  `alloc` double NOT NULL DEFAULT '0',
  `pid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=730 ;

--
-- Dumping data for table `company_trans`
--

INSERT INTO `company_trans` (`id`, `type_no`, `tran_date`, `account`, `memo`, `amount`, `alloc`, `pid`) VALUES
(88, 104, '2011-06-27', 'INS106', '', 532.95, 0, 57),
(44, 48, '2011-06-11', 'INS106', '', -1136.7, 0, 2),
(551, 664, '2011-11-21', 'INS106', '', -212.5, 0, 264),
(549, 662, '2011-11-17', 'INS101', '', -683.75, 0, 195),
(9, 11, '2011-06-07', 'INS106', '', -2677.5, 0, 5),
(160, 196, '2011-07-11', 'INS106', '', -1611, 0, 93),
(49, 53, '2011-06-11', 'INS106', '', -1485, 0, 7),
(410, 490, '2011-09-12', 'INS106', '', -55, 0, 6),
(608, 751, '2011-12-10', 'INS100', '', -2059.2, 0, 72),
(15, 17, '2011-06-07', 'INS106', '', -2756.7, 0, 10),
(408, 488, '2011-09-12', 'INS106', '', -194.75, 0, 29),
(407, 487, '2011-09-12', 'INS106', '', -19, 0, 28),
(285, 349, '2011-08-10', 'INS100', '', -5048.1, 0, 144),
(284, 348, '2011-08-10', 'INS100', '', -1514.59, 0, 144),
(283, 347, '2011-08-10', 'INS100', '', -916.2, 0, 144),
(27, 29, '2011-06-08', 'INS106', '', -1472.5, 0, 16),
(51, 55, '2011-06-11', 'INS106', '', -2541.25, 0, 17),
(28, 30, '2011-06-09', 'INS106', '', -6232.5, 0, 18),
(31, 33, '2011-06-09', 'INS106', '', -2541.25, 0, 19),
(293, 358, '2011-08-11', 'INS100', '', -2565.75, 0, 145),
(294, 359, '2011-08-11', 'INS100', '', -905.85, 0, 145),
(33, 35, '2011-06-09', 'INS106', '', -5340.6, 0, 22),
(34, 37, '2011-06-09', 'INS104', '', -2252, 0, 23),
(36, 39, '2011-06-09', 'INS100', '', -5670, 0, 24),
(312, 384, '2011-08-16', 'INS100', '', -2984.4, 0, 143),
(316, 390, '2011-08-16', 'INS106', '', -34120, 0, 153),
(102, 120, '2011-06-30', 'INS106', '', -2517.5, 0, 27),
(289, 354, '2011-08-11', 'INS105', '', -40510, 0, 149),
(290, 355, '2011-08-11', 'INS105', '', -5181.3, 0, 149),
(324, 401, '2011-08-17', 'INS105', '', -2220.2, 0, 132),
(323, 400, '2011-08-17', 'INS105', '', -1085.45, 0, 132),
(322, 399, '2011-08-17', 'INS105', '', -1875.1, 0, 132),
(330, 407, '2011-08-17', 'INS105', '', -1874.9, 0, 132),
(327, 404, '2011-08-17', 'INS105', '', -1086.95, 0, 132),
(325, 402, '2011-08-17', 'INS105', '', -2221.7, 0, 132),
(326, 403, '2011-08-17', 'INS105', '', -2221.7, 0, 132),
(329, 406, '2011-08-17', 'INS105', '', -2221.7, 0, 132),
(62, 70, '2011-06-16', 'INS105', '', -24310, 0, 39),
(142, 176, '2011-07-07', 'INS105', '', -9010, 0, 40),
(331, 408, '2011-08-17', 'INS105', '', -1876.6, 0, 132),
(332, 409, '2011-08-17', 'INS105', '', -1876.6, 0, 132),
(65, 76, '2011-06-16', 'INS106', '', -3307.5, 0, 43),
(341, 418, '2011-08-23', 'INS107', '', -1879.6, 0, 92),
(144, 178, '2011-07-07', 'INS105', '', -810, 0, 45),
(344, 421, '2011-08-23', 'INS107', '', 790.5, 0, 92),
(70, 82, '2011-06-20', 'INS106', '', -1305, 0, 47),
(345, 422, '2011-08-23', 'INS107', '', 790.5, 0, 92),
(346, 423, '2011-08-23', 'INS107', '', 790.5, 0, 92),
(351, 428, '2011-08-24', 'INS107', '', 790.5, 0, 92),
(137, 167, '2011-07-06', 'INS106', '', -1602, 0, 51),
(75, 87, '2011-06-22', 'INS106', '', -1557, 0, 52),
(446, 545, '2011-09-29', 'INS106', '', -266.4, 0, 146),
(409, 489, '2011-09-12', 'INS106', '', -194.75, 0, 28),
(78, 90, '2011-06-25', 'INS106', '', -997.5, 0, 56),
(79, 91, '2011-06-25', 'INS106', '', -712.5, 0, 57),
(80, 93, '2011-06-25', 'INS106', '', 532.95, 0, 57),
(81, 96, '2011-06-26', 'INS106', '', -427.5, 0, 58),
(413, 494, '2011-09-14', 'INS101', '', -1725, 0, 195),
(83, 98, '2011-06-27', 'INS106', '', -6232.5, 0, 60),
(84, 100, '2011-06-27', 'INS106', '', -95, 0, 16),
(85, 101, '2011-06-27', 'INS106', '', -2327.5, 0, 61),
(87, 103, '2011-06-27', 'INS108', '', -23818.5, 0, 62),
(89, 105, '2011-06-27', 'INS106', '', -80.75, 0, 16),
(439, 538, '2011-09-27', 'INS105', '', -2579, 0, 125),
(91, 109, '2011-06-28', 'INS106', '', -1737, 0, 64),
(447, 546, '2011-09-29', 'INS106', '', -20.9, 0, 171),
(93, 111, '2011-06-28', 'INS106', '', -1737, 0, 66),
(94, 112, '2011-06-28', 'INS106', '', -1737, 0, 67),
(95, 113, '2011-06-29', 'INS106', '', -2517.5, 0, 68),
(511, 620, '2011-11-02', 'INS105', '', -176.4, 0, 209),
(491, 599, '2011-10-27', 'INS100', '', -310, 0, 70),
(532, 641, '2011-11-12', 'INS100', '', -113.03, 0, 145),
(445, 544, '2011-09-29', 'INS106', '', -20.9, 0, 171),
(114, 133, '2011-07-02', 'INS100', '', -8679, 0, 72),
(547, 659, '2011-11-16', 'INS107', '', -684.5, 0, 92),
(546, 658, '2011-11-16', 'INS107', '', 354.7, 0, 92),
(117, 136, '2011-07-02', 'INS109', '', -4356, 0, 73),
(244, 294, '2011-08-04', 'INS105', '', -75784.08, 0, 76),
(120, 139, '2011-07-03', 'INS106', '', -807.5, 0, 77),
(550, 663, '2011-11-17', 'INS101', '', -683.75, 0, 195),
(490, 598, '2011-10-27', 'INS106', '', -240, 0, 79),
(125, 144, '2011-07-03', 'INS106', '', -1327.5, 0, 80),
(124, 143, '2011-07-03', 'INS106', '', -1327.5, 0, 81),
(607, 750, '2011-12-08', 'INS106', '', -6318.4, 0, 256),
(127, 146, '2011-07-03', 'INS106', '', -1327.5, 0, 83),
(149, 185, '2011-07-11', 'INS106', '', -55, 0, 6),
(130, 150, '2011-07-03', 'INS100', '', -5183.48, 0, 84),
(622, 766, '2011-12-14', 'INS100', '', -604.35, 0, 174),
(314, 386, '2011-08-16', 'INS106', '', -2541.25, 0, 29),
(134, 162, '2011-07-05', 'INS104', '', -886.4, 0, 87),
(135, 163, '2011-07-05', 'INS100', '', -4966.5, 0, 72),
(643, 789, '2011-12-24', 'INS100', '', -264.3, 0, 134),
(644, 790, '2011-12-24', 'INS100', '', -264.3, 0, 134),
(145, 180, '2011-07-10', 'INS106', '', -1540.8, 0, 90),
(146, 181, '2011-07-10', 'INS106', '', -1541.7, 0, 91),
(168, 204, '2011-07-13', 'INS107', '', -40419.75, 0, 92),
(151, 187, '2011-07-11', 'INS100', '', -971.1, 0, 94),
(687, 847, '2012-01-07', 'INS106', '', -12316.41, 0, 256),
(158, 194, '2011-07-11', 'INS105', '', -4410, 0, 96),
(166, 202, '2011-07-13', 'INS105', '', -3210, 0, 97),
(697, 860, '2012-01-10', 'INS100', '', 40.9, 0, 84),
(161, 197, '2011-07-12', 'INS106', '', -1485, 0, 99),
(162, 198, '2011-07-12', 'INS106', '', -1001.7, 0, 100),
(169, 206, '2011-07-13', 'INS106', '', -1586.5, 0, 101),
(426, 517, '2011-09-20', 'INS106', '', -5728.8, 0, 102),
(195, 236, '2011-07-22', 'INS100', '', -60745.6, 0, 103),
(210, 253, '2011-07-26', 'INS106', '', -1237.5, 0, 104),
(726, 915, '2012-01-23', 'INS100', '', -119.63, 0, 84),
(727, 917, '2012-01-23', 'INS100', '', -119.63, 0, 84),
(223, 268, '2011-08-01', 'INS106', '', -712.5, 0, 107),
(208, 251, '2011-07-26', 'INS106', '', -1330.2, 0, 108),
(193, 232, '2011-07-22', 'INS105', '', -7659.6, 0, 109),
(192, 231, '2011-07-22', 'INS105', '', -4010, 0, 110),
(191, 230, '2011-07-22', 'INS105', '', -17958, 0, 111),
(186, 225, '2011-07-19', 'INS106', '', -1372.5, 0, 112),
(196, 238, '2011-07-22', 'INS105', '', -5350, 0, 113),
(189, 228, '2011-07-21', 'INS106', '', -1687.5, 0, 114),
(212, 255, '2011-07-27', 'INS106', '', -990, 0, 115),
(201, 244, '2011-07-25', 'INS100', '', -1378.58, 0, 116),
(203, 246, '2011-07-25', 'INS100', '', -2059.2, 0, 72),
(211, 254, '2011-07-27', 'INS105', '', -710, 0, 117),
(213, 256, '2011-07-27', 'INS105', '', -7030, 0, 118),
(437, 534, '2011-09-27', 'INS105', '', -9198, 0, 119),
(216, 260, '2011-07-28', 'INS105', '', -1710, 0, 120),
(220, 264, '2011-07-31', 'INS106', '', -1705.5, 0, 121),
(221, 266, '2011-08-01', 'INS106', '', -400, 0, 122),
(239, 284, '2011-08-03', 'INS106', '', -522.5, 0, 123),
(236, 281, '2011-08-03', 'INS105', '', -45055, 0, 124),
(235, 280, '2011-08-03', 'INS105', '', -102210, 0, 125),
(234, 279, '2011-08-03', 'INS105', '', -1135, 0, 126),
(233, 278, '2011-08-03', 'INS105', '', -5160, 0, 127),
(232, 277, '2011-08-03', 'INS105', '', -1638, 0, 128),
(404, 484, '2011-09-11', 'INS105', '', -20746, 0, 129),
(238, 283, '2011-08-03', 'INS106', '', -2295, 0, 130),
(240, 285, '2011-08-04', 'INS105', '', -113760, 0, 131),
(241, 286, '2011-08-04', 'INS105', '', -64721.55, 0, 132),
(242, 287, '2011-08-04', 'INS105', '', -8280.5, 0, 132),
(313, 385, '2011-08-16', 'INS100', '', -2984.4, 0, 143),
(304, 375, '2011-08-13', 'INS106', '', -2659.5, 0, 133),
(296, 361, '2011-08-11', 'INS100', '', -18850, 0, 134),
(250, 302, '2011-08-06', 'INS100', '', -10931.25, 0, 135),
(253, 307, '2011-08-07', 'INS106', '', -893.6, 0, 136),
(257, 318, '2011-08-08', 'INS106', '', -304, 0, 137),
(258, 319, '2011-08-08', 'INS106', '', -1615.5, 0, 138),
(503, 612, '2011-10-31', 'INS100', '', -29700, 0, 139),
(442, 541, '2011-09-27', 'INS106', '', -475, 0, 140),
(269, 333, '2011-08-09', 'INS100', '', -1056, 0, 141),
(281, 345, '2011-08-10', 'INS100', '', -62955, 0, 143),
(282, 346, '2011-08-10', 'INS100', '', -78690.15, 0, 142),
(279, 343, '2011-08-10', 'INS100', '', -43015.5, 0, 145),
(273, 337, '2011-08-09', 'INS106', '', -3348.9, 0, 146),
(303, 370, '2011-08-13', 'INS106', '', -3348.9, 0, 147),
(292, 357, '2011-08-11', 'INS100', '', -905.85, 0, 145),
(291, 356, '2011-08-11', 'INS100', '', -2565.75, 0, 145),
(280, 344, '2011-08-10', 'INS100', '', -37936.8, 0, 144),
(278, 342, '2011-08-10', 'INS100', '', -2255.55, 0, 148),
(467, 569, '2011-10-11', 'INS105', '', -34010, 0, 150),
(297, 362, '2011-08-11', 'INS100', '', -318.6, 0, 144),
(298, 364, '2011-08-11', 'INS100', '', -2984.4, 0, 143),
(317, 394, '2011-08-17', 'INS105', '', -7660, 0, 151),
(308, 380, '2011-08-14', 'INS105', '', -10022.8, 0, 152),
(460, 562, '2011-10-09', 'INS100', '', -14252.8, 0, 154),
(443, 542, '2011-09-27', 'INS106', '', -380, 0, 156),
(444, 543, '2011-09-27', 'INS106', '', -3447, 0, 155),
(315, 387, '2011-08-16', 'INS106', '', -2541.25, 0, 28),
(374, 451, '2011-09-04', 'INS105', '', -7762, 0, 158),
(319, 396, '2011-08-17', 'INS105', '', -2220.2, 0, 132),
(320, 397, '2011-08-17', 'INS105', '', -1085.45, 0, 132),
(321, 398, '2011-08-17', 'INS105', '', -1875.1, 0, 132),
(328, 405, '2011-08-17', 'INS105', '', -1086.95, 0, 132),
(333, 410, '2011-08-17', 'INS106', '', -570, 0, 159),
(334, 411, '2011-08-17', 'INS106', '', -380, 0, 160),
(335, 412, '2011-08-17', 'INS106', '', -855, 0, 161),
(336, 413, '2011-08-20', 'INS106', '', -1721.7, 0, 162),
(424, 515, '2011-09-20', 'INS100', '', -750, 0, 163),
(338, 415, '2011-08-22', 'INS106', '', -1125, 0, 164),
(478, 586, '2011-10-23', 'INS106', '', -1125, 0, 165),
(340, 417, '2011-08-23', 'INS107', '', -1879.6, 0, 92),
(342, 419, '2011-08-23', 'INS107', '', 790.5, 0, 92),
(343, 420, '2011-08-23', 'INS107', '', -1017.7, 0, 92),
(370, 447, '2011-09-03', 'INS106', '', -2639.2, 0, 168),
(354, 431, '2011-08-25', 'INS107', '', -2635, 0, 166),
(375, 452, '2011-09-04', 'INS105', '', -11515.6, 0, 157),
(355, 432, '2011-08-25', 'INS105', '', -12708, 0, 167),
(401, 478, '2011-09-08', 'INS106', '', -53742.95, 0, 169),
(359, 436, '2011-08-25', 'INS106', '', -1721.7, 0, 170),
(360, 437, '2011-08-25', 'INS106', '', -807.5, 0, 171),
(363, 440, '2011-08-29', 'INS105', '', -107809.2, 0, 172),
(438, 535, '2011-09-27', 'INS100', '', -48133.8, 0, 173),
(365, 442, '2011-08-29', 'INS100', '', -118311.5, 0, 174),
(366, 443, '2011-08-29', 'INS100', '', -1750.4, 0, 175),
(367, 444, '2011-08-29', 'INS100', '', -88280, 0, 176),
(368, 445, '2011-08-29', 'INS100', '', -47330.4, 0, 177),
(376, 453, '2011-09-04', 'INS106', '', -380, 0, 178),
(379, 456, '2011-09-05', 'INS106', '', -380, 0, 179),
(378, 455, '2011-09-05', 'INS106', '', -1485, 0, 180),
(383, 460, '2011-09-05', 'INS106', '', -637.5, 0, 181),
(382, 459, '2011-09-05', 'INS106', '', -637.5, 0, 182),
(397, 474, '2011-09-07', 'INS105', '', -28906, 0, 183),
(386, 463, '2011-09-06', 'INS105', '', -6793.2, 0, 184),
(387, 464, '2011-09-06', 'INS106', '', -20.9, 0, 171),
(389, 466, '2011-09-06', 'INS106', '', -926.25, 0, 185),
(390, 467, '2011-09-06', 'INS106', '', -926.25, 0, 186),
(391, 468, '2011-09-06', 'INS106', '', -807.5, 0, 187),
(392, 469, '2011-09-06', 'INS106', '', -807.5, 0, 188),
(393, 470, '2011-09-06', 'INS106', '', -380, 0, 189),
(394, 471, '2011-09-06', 'INS106', '', -2422.5, 0, 190),
(395, 472, '2011-09-07', 'INS106', '', -266.4, 0, 146),
(400, 477, '2011-09-08', 'INS105', '', -2010, 0, 191),
(402, 482, '2011-09-11', 'INS106', '', -665, 0, 192),
(403, 483, '2011-09-11', 'INS106', '', -11061, 0, 193),
(406, 486, '2011-09-12', 'INS105', '', -12241.2, 0, 194),
(411, 492, '2011-09-13', 'INS101', '', -3212.5, 0, 195),
(412, 493, '2011-09-14', 'INS101', '', -1725, 0, 195),
(414, 497, '2011-09-18', 'INS106', '', -1395, 0, 196),
(415, 499, '2011-09-18', 'INS106', '', -1800, 0, 197),
(421, 505, '2011-09-19', 'INS106', '', -2115, 0, 198),
(420, 504, '2011-09-19', 'INS106', '', -380, 0, 199),
(418, 502, '2011-09-18', 'INS109', '', -4488, 0, 200),
(419, 503, '2011-09-18', 'INS109', '', -2975, 0, 200),
(422, 512, '2011-09-19', 'INS105', '', -8672.5, 0, 42),
(423, 513, '2011-09-19', 'INS105', '', -220, 0, 167),
(425, 516, '2011-09-20', 'INS106', '', -2541.25, 0, 201),
(427, 518, '2011-09-20', 'INS106', '', -7347.6, 0, 202),
(428, 519, '2011-09-20', 'INS100', '', -928.8, 0, 203),
(431, 525, '2011-09-25', 'INS105', '', 0, 0, 125),
(433, 527, '2011-09-25', 'INS100', '', -13518, 0, 204),
(441, 540, '2011-09-27', 'INS105', '', -810, 0, 205),
(440, 539, '2011-09-27', 'INS105', '', -1610, 0, 206),
(436, 533, '2011-09-27', 'INS106', '', -475, 0, 207),
(449, 549, '2011-10-02', 'INS100', '', -1602, 0, 208),
(450, 550, '2011-10-02', 'INS105', '', -10604.4, 0, 209),
(531, 640, '2011-11-12', 'INS105', '', -1610, 0, 210),
(452, 553, '2011-10-03', 'INS100', '', -5365.8, 0, 211),
(453, 554, '2011-10-04', 'INS106', '', -2422.5, 0, 212),
(454, 555, '2011-10-04', 'INS106', '', -1406.7, 0, 213),
(455, 556, '2011-10-04', 'INS106', '', -1406.7, 0, 214),
(456, 557, '2011-10-06', 'INS106', '', -1233, 0, 215),
(474, 580, '2011-10-16', 'INS106', '', -2541.25, 0, 216),
(461, 563, '2011-10-09', 'INS106', '', -637.5, 0, 217),
(466, 568, '2011-10-11', 'INS106', '', -1737, 0, 218),
(463, 565, '2011-10-10', 'INS106', '', -2517.5, 0, 219),
(465, 567, '2011-10-10', 'INS105', '', -67195.6, 0, 220),
(468, 570, '2011-10-11', 'INS105', '', -72526.05, 0, 221),
(469, 574, '2011-10-12', 'INS105', '', -2467.6, 0, 76),
(470, 575, '2011-10-12', 'INS106', '', -1845, 0, 222),
(471, 576, '2011-10-13', 'INS106', '', -2541.25, 0, 223),
(472, 577, '2011-10-13', 'INS106', '', -1201.5, 0, 224),
(482, 590, '2011-10-23', 'INS105', '', -14037.55, 0, 225),
(475, 581, '2011-10-16', 'INS105', '', -6382, 0, 226),
(476, 582, '2011-10-17', 'INS106', '', -3170.7, 0, 227),
(477, 583, '2011-10-18', 'INS105', '', -166.4, 0, 209),
(480, 588, '2011-10-23', 'INS105', '', -1810, 0, 228),
(481, 589, '2011-10-23', 'INS106', '', -1170, 0, 229),
(483, 591, '2011-10-24', 'INS106', '', -926.25, 0, 230),
(484, 592, '2011-10-24', 'INS106', '', -997.5, 0, 231),
(485, 593, '2011-10-25', 'INS106', '', -2671.2, 0, 232),
(486, 594, '2011-10-25', 'INS105', '', -310, 0, 233),
(487, 595, '2011-10-25', 'INS106', '', -617.5, 0, 234),
(488, 596, '2011-10-26', 'INS106', '', -1489.5, 0, 235),
(489, 597, '2011-10-26', 'INS106', '', -3177, 0, 236),
(493, 601, '2011-10-27', 'INS106', '', -2745.5, 0, 237),
(500, 608, '2011-10-29', 'INS106', '', -10580, 0, 238),
(495, 603, '2011-10-27', 'INS106', '', -2299.5, 0, 239),
(498, 606, '2011-10-29', 'INS106', '', -1203.3, 0, 240),
(501, 610, '2011-10-30', 'INS106', '', -380, 0, 241),
(502, 611, '2011-10-30', 'INS106', '', -380, 0, 242),
(506, 615, '2011-10-31', 'INS105', '', -72940, 0, 243),
(507, 616, '2011-11-01', 'INS105', '', -3308.4, 0, 38),
(508, 617, '2011-11-01', 'INS106', '', -1480.5, 0, 244),
(509, 618, '2011-11-01', 'INS106', '', -1480.5, 0, 245),
(510, 619, '2011-11-01', 'INS106', '', -750, 0, 246),
(512, 621, '2011-11-02', 'INS106', '', -1831.5, 0, 247),
(533, 642, '2011-11-12', 'INS106', '', -3970, 0, 248),
(617, 761, '2011-12-13', 'INS100', '', -14927.55, 0, 249),
(516, 625, '2011-11-02', 'INS106', '', -902.5, 0, 250),
(520, 629, '2011-11-02', 'INS105', '', -910, 0, 251),
(521, 630, '2011-11-03', 'INS105', '', -2410, 0, 252),
(522, 631, '2011-11-09', 'INS106', '', -760, 0, 253),
(523, 632, '2011-11-10', 'INS106', '', -380, 0, 254),
(677, 837, '2012-01-02', 'INS106', '', -380, 0, 255),
(596, 731, '2011-12-04', 'INS106', '', -576842, 0, 256),
(527, 636, '2011-11-11', 'INS106', '', -5895, 0, 257),
(529, 638, '2011-11-12', 'INS106', '', -5895, 0, 258),
(530, 639, '2011-11-12', 'INS100', '', -113.03, 0, 145),
(534, 643, '2011-11-12', 'INS107', '', -13072, 0, 259),
(535, 644, '2011-11-13', 'INS106', '', -2541.25, 0, 260),
(537, 649, '2011-11-14', 'INS106', '', -1008, 0, 261),
(538, 650, '2011-11-15', 'INS100', '', 2488.8, 0, 173),
(539, 651, '2011-11-15', 'INS100', '', 2488.8, 0, 173),
(540, 652, '2011-11-15', 'INS100', '', 2488.8, 0, 173),
(543, 655, '2011-11-16', 'INS106', '', -1439.1, 0, 262),
(548, 660, '2011-11-17', 'INS105', '', -950.8, 0, 263),
(544, 656, '2011-11-16', 'INS107', '', -684.5, 0, 92),
(545, 657, '2011-11-16', 'INS107', '', 354.7, 0, 92),
(552, 665, '2011-11-21', 'INS106', '', -1982, 0, 265),
(553, 666, '2011-11-22', 'INS106', '', -1717.2, 0, 266),
(554, 667, '2011-11-22', 'INS106', '', -1717.2, 0, 267),
(555, 668, '2011-11-22', 'INS106', '', -1717.2, 0, 268),
(556, 669, '2011-11-22', 'INS106', '', -1717.2, 0, 269),
(557, 670, '2011-11-22', 'INS106', '', -1717.2, 0, 270),
(573, 687, '2011-11-23', 'INS106', '', -1532.7, 0, 271),
(572, 686, '2011-11-23', 'INS106', '', -1532.7, 0, 272),
(571, 684, '2011-11-22', 'INS106', '', -1532.7, 0, 273),
(570, 683, '2011-11-22', 'INS106', '', -1532.7, 0, 274),
(569, 682, '2011-11-22', 'INS106', '', -1532.7, 0, 275),
(568, 681, '2011-11-22', 'INS106', '', -1532.7, 0, 276),
(567, 680, '2011-11-22', 'INS106', '', -1532.7, 0, 277),
(565, 678, '2011-11-22', 'INS106', '', -1746, 0, 278),
(566, 679, '2011-11-22', 'INS106', '', -1746, 0, 279),
(574, 690, '2011-11-26', 'INS106', '', -3450, 0, 280),
(575, 692, '2011-11-28', 'INS106', '', -3088.8, 0, 281),
(576, 693, '2011-11-28', 'INS106', '', -5470.2, 0, 282),
(578, 695, '2011-11-28', 'INS106', '', -1890, 0, 283),
(579, 696, '2011-11-28', 'INS106', '', -5841.9, 0, 284),
(580, 699, '2011-11-28', 'INS105', '', -7683.6, 0, 285),
(581, 700, '2011-11-30', 'INS106', '', -1237.5, 0, 286),
(582, 701, '2011-12-01', 'INS106', '', -665, 0, 287),
(583, 702, '2011-12-01', 'INS100', '', -16427.1, 0, 288),
(584, 704, '2011-12-01', 'INS106', '', -2655, 0, 289),
(672, 830, '2011-12-28', 'INS106', '', -570, 0, 290),
(587, 707, '2011-12-01', 'INS106', '', -2304, 0, 291),
(591, 711, '2011-12-03', 'INS100', '', -2581.2, 0, 293),
(590, 710, '2011-12-03', 'INS100', '', -2835, 0, 292),
(592, 712, '2011-12-04', 'INS106', '', -665, 0, 294),
(593, 713, '2011-12-04', 'INS106', '', -1497.6, 0, 295),
(594, 714, '2011-12-04', 'INS106', '', -1497.6, 0, 296),
(595, 729, '2011-12-04', 'INS106', '', 1831.5, 0, 247),
(597, 737, '2011-12-04', 'INS106', '', -1660.5, 0, 297),
(598, 738, '2011-12-04', 'INS105', '', -766.5, 0, 132),
(599, 739, '2011-12-04', 'INS105', '', -193.6, 0, 132),
(601, 741, '2011-12-05', 'INS100', '', -3916.8, 0, 298),
(602, 742, '2011-12-05', 'INS106', '', -637.5, 0, 299),
(603, 743, '2011-12-05', 'INS106', '', -637.5, 0, 300),
(604, 745, '2011-12-05', 'INS100', '', -2187.2, 0, 301),
(605, 748, '2011-12-08', 'INS106', '', -1539, 0, 302),
(606, 749, '2011-12-08', 'INS106', '', -6318, 0, 256),
(609, 752, '2011-12-11', 'INS106', '', -617.5, 0, 303),
(610, 753, '2011-12-11', 'INS106', '', -617.5, 0, 304),
(611, 754, '2011-12-12', 'INS105', '', -4697.2, 0, 305),
(670, 828, '2011-12-28', 'INS106', '', -1228.5, 0, 306),
(613, 756, '2011-12-13', 'INS106', '', -1570.5, 0, 307),
(615, 758, '2011-12-13', 'INS106', '', -1775.7, 0, 308),
(618, 762, '2011-12-13', 'INS100', '', -28800, 0, 309),
(619, 763, '2011-12-14', 'INS106', '', -1818.9, 0, 310),
(620, 764, '2011-12-14', 'INS106', '', -1818.9, 0, 311),
(621, 765, '2011-12-14', 'INS100', '', -604.35, 0, 174),
(623, 767, '2011-12-14', 'INS100', '', -604.35, 0, 174),
(625, 771, '2011-12-19', 'INS105', '', -4161, 0, 312),
(626, 772, '2011-12-19', 'INS106', '', -4692.6, 0, 313),
(628, 774, '2011-12-19', 'INS106', '', -2605.5, 0, 314),
(629, 775, '2011-12-19', 'INS106', '', -4692.6, 0, 315),
(630, 776, '2011-12-19', 'INS106', '', -2605.5, 0, 316),
(631, 777, '2011-12-19', 'INS106', '', -5214.6, 0, 317),
(632, 778, '2011-12-19', 'INS106', '', -1876.5, 0, 318),
(633, 779, '2011-12-19', 'INS106', '', -1863, 0, 319),
(634, 780, '2011-12-19', 'INS106', '', -1125, 0, 320),
(635, 781, '2011-12-19', 'INS106', '', -1125, 0, 321),
(719, 901, '2012-01-18', 'INS105', '', -1637.2, 0, 322),
(637, 783, '2011-12-19', 'INS106', '', -1651.5, 0, 323),
(671, 829, '2011-12-28', 'INS106', '', -2652, 0, 324),
(639, 785, '2011-12-21', 'INS106', '', -255, 0, 325),
(640, 786, '2011-12-22', 'INS100', '', -13493.75, 0, 326),
(641, 787, '2011-12-22', 'INS106', '', -360, 0, 327),
(642, 788, '2011-12-24', 'INS100', '', -264.3, 0, 134),
(645, 792, '2011-12-24', 'INS100', '', 317, 0, 134),
(650, 798, '2011-12-26', 'INS105', '', -13350, 0, 328),
(647, 795, '2011-12-26', 'INS100', '', 5365.8, 0, 211),
(648, 796, '2011-12-26', 'INS105', '', -4010, 0, 329),
(654, 803, '2011-12-26', 'INS105', '', -80483.6, 0, 330),
(652, 801, '2011-12-26', 'INS105', '', -32442, 0, 331),
(655, 804, '2011-12-26', 'INS105', '', -1154, 0, 332),
(656, 805, '2011-12-26', 'INS105', '', -820.4, 0, 333),
(657, 806, '2011-12-26', 'INS105', '', -3718, 0, 334),
(658, 807, '2011-12-26', 'INS105', '', -49638.95, 0, 335),
(659, 808, '2011-12-26', 'INS105', '', -122450, 0, 336),
(660, 809, '2011-12-26', 'INS105', '', -18012.5, 0, 337),
(661, 810, '2011-12-26', 'INS100', '', -1875, 0, 338),
(662, 811, '2011-12-26', 'INS100', '', -2818, 0, 339),
(663, 813, '2011-12-27', 'INS100', '', -600.05, 0, 72),
(664, 814, '2011-12-27', 'INS106', '', -1053, 0, 340),
(665, 815, '2011-12-27', 'INS106', '', -551, 0, 212),
(666, 822, '2011-12-27', 'INS106', '', -1876.5, 0, 341),
(667, 824, '2011-12-27', 'INS106', '', -1876.5, 0, 342),
(668, 826, '2011-12-27', 'INS106', '', -4171.5, 0, 343),
(673, 832, '2011-12-29', 'INS106', '', 3640.22, 0, 256),
(674, 834, '2012-01-01', 'INS106', '', -10400, 0, 344),
(675, 835, '2012-01-01', 'INS105', '', -19727, 0, 345),
(709, 884, '2012-01-15', 'INS105', '', -4000, 0, 346),
(678, 838, '2012-01-03', 'INS105', '', -475, 0, 347),
(679, 839, '2012-01-03', 'INS106', '', -665, 0, 348),
(681, 841, '2012-01-03', 'INS106', '', -1635, 0, 349),
(682, 842, '2012-01-03', 'INS106', '', -1876.5, 0, 350),
(683, 843, '2012-01-03', 'INS106', '', -1876.5, 0, 351),
(684, 844, '2012-01-05', 'INS105', '', -65252, 0, 352),
(685, 845, '2012-01-05', 'INS106', '', -1953, 0, 353),
(686, 846, '2012-01-07', 'INS106', '', -12316.41, 0, 256),
(688, 848, '2012-01-08', 'INS104', '', -800, 0, 354),
(689, 849, '2012-01-08', 'INS105', '', -1296, 0, 355),
(692, 852, '2012-01-08', 'INS105', '', -5210, 0, 356),
(693, 854, '2012-01-08', 'INS100', '', -102.3, 0, 84),
(694, 856, '2012-01-08', 'INS100', '', 40.9, 0, 84),
(695, 857, '2012-01-09', 'INS106', '', -380, 0, 357),
(696, 858, '2012-01-09', 'INS106', '', -380, 0, 358),
(698, 865, '2012-01-10', 'INS106', '', -1125, 0, 359),
(699, 866, '2012-01-10', 'INS106', '', -1125, 0, 360),
(700, 867, '2012-01-10', 'INS106', '', -1125, 0, 361),
(701, 870, '2012-01-11', 'INS106', '', 1124.69, 0, 256),
(702, 872, '2012-01-11', 'INS106', '', -750, 0, 362),
(703, 873, '2012-01-11', 'INS104', '', 0, 0, 98),
(704, 874, '2012-01-12', 'INS106', '', -570, 0, 363),
(705, 878, '2012-01-12', 'INS106', '', -5440.72, 0, 169),
(716, 897, '2012-01-18', 'INS112', '', -9997.25, 0, 364),
(712, 893, '2012-01-16', 'INS112', '', -6545, 0, 365),
(708, 883, '2012-01-15', 'INS109', '', 4488, 0, 200),
(710, 891, '2012-01-16', 'INS106', '', -1228.5, 0, 366),
(711, 892, '2012-01-16', 'INS105', '', -2146.4, 0, 46),
(714, 895, '2012-01-18', 'INS100', '', -8617.5, 0, 367),
(715, 896, '2012-01-18', 'INS100', '', -20471.4, 0, 368),
(717, 899, '2012-01-18', 'INS105', '', -3968, 0, 369),
(720, 902, '2012-01-19', 'INS106', '', -1448.75, 0, 370),
(723, 905, '2012-01-21', 'INS100', '', -585, 0, 371),
(722, 904, '2012-01-19', 'INS100', '', 201.6, 0, 367),
(724, 906, '2012-01-21', 'INS100', '', -428.4, 0, 368),
(725, 913, '2012-01-23', 'INS100', '', -119.63, 0, 84),
(728, 918, '2012-01-24', 'INS106', '', -59.4, 0, 224),
(729, 922, '2012-01-26', 'INS105', '', -6716.5, 0, 372);

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

--
-- Table structure for table `conditions`
--

CREATE TABLE IF NOT EXISTS `conditions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `conditions` varchar(200) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

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

CREATE TABLE IF NOT EXISTS `country` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `countryname` varchar(50) NOT NULL,
  `countrycode` varchar(10) NOT NULL,
  `countryisd` varchar(10) NOT NULL,
  `currencyname` varchar(50) NOT NULL,
  `currencycode` varchar(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

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

INSERT INTO `country` (`id`, `countryname`, `countrycode`, `countryisd`, `currencyname`, `currencycode`) VALUES
(1, 'Qatar', 'QR', '011', 'Qatar Riyals', 'QR');

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

--
-- Table structure for table `covers`
--

CREATE TABLE IF NOT EXISTS `covers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `segment_id` int(11) NOT NULL,
  `cover` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `segment_id` (`segment_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=48 ;

--
-- Dumping data for table `covers`
--

INSERT INTO `covers` (`id`, `segment_id`, `cover`) VALUES
(1, 1, 'Motor Comprehensive Insurance - Individual'),
(2, 1, 'Motor Comprehensive Insurance - Commercial'),
(3, 1, 'Motor Comprehensive Insurance - Commercial Fleet'),
(4, 1, 'Motor Third Party Liability - Individual'),
(5, 1, 'Motor Third Party Liability - Commercial'),
(6, 1, 'Motor Third Party Liability - Commercial Fleet'),
(7, 2, 'Fire and Allied Perils Insurance'),
(8, 2, 'Property All Risks Insurance'),
(9, 2, 'Fire Consequential loss of Profit'),
(10, 2, 'Property Consequential loss of Profit'),
(11, 2, 'Home Insurance'),
(12, 2, 'Burglary / Theft Insurance'),
(13, 2, 'Money Insurance'),
(14, 2, 'Fidelity Guarantee Insurance'),
(15, 2, 'All Risks Personal Effects Insurance'),
(16, 2, 'Personal Accident Insurance - Individual'),
(17, 2, 'Travel Insurance'),
(18, 2, 'Office Secure'),
(19, 2, 'Business Secure'),
(20, 2, 'Personal Accident Insurance - Group'),
(21, 3, 'Contractors All Risks Insurance'),
(22, 3, 'Erection All Risks Insurance'),
(23, 3, 'CAR Advanced loss of profit'),
(24, 3, 'EAR Advanced loss of profit'),
(25, 3, 'Contractor''s Plant and Equipment/ Machinery Insurance'),
(26, 3, 'Machinery Breakdown Insurance'),
(27, 3, 'Loss of Profit due to Machinery Break down'),
(28, 3, 'Deterioration of Stocks'),
(29, 3, 'Electronic Data Equipment (EDP) Insurance'),
(30, 4, 'General Third Party Liability Insurance'),
(31, 4, 'Workmen''s Compensation Insurance'),
(32, 4, 'Employers Liability Insurance'),
(33, 4, 'Professional Indemnity Insurance'),
(34, 4, 'Medical Malpractice Insurance'),
(35, 4, 'Directors and Officer''s Liability Insurance'),
(36, 5, 'Goods in transit Insurance'),
(37, 5, 'Marine Open Cargo Insurance'),
(38, 5, 'Marine Cargo Insurance'),
(39, 5, 'Advanced Loss of Profit'),
(40, 5, 'Marine Hull and Machinery Insurance'),
(41, 5, 'Haulers Liability Insurance'),
(42, 5, 'Logistics Secure Insurance'),
(43, 6, 'Individual Medical Insurance'),
(44, 6, 'Group Medical Insurance'),
(45, 7, 'Group Life and Personal Accident Insurance'),
(46, 7, 'Group Life and Workmen''s Compensation Insurance'),
(47, 7, 'Group Life');

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

--
-- Table structure for table `customers`
--

CREATE TABLE IF NOT EXISTS `customers` (
  `id` int(20) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `type` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=177 ;

--
-- Dumping data for table `customers`
--

INSERT INTO `customers` (`id`, `code`, `type`) VALUES
(1, 'CRP0001', 'Corporate'),
(2, 'CRP0002', 'Corporate'),
(3, 'CRP0003', 'Corporate'),
(5, 'CRP0005', 'Corporate'),
(6, 'CRP0006', 'Corporate'),
(7, 'CRP0007', 'Corporate'),
(8, 'CRP0008', 'Corporate'),
(9, 'IDL0001', 'Individual'),
(10, 'CRP0009', 'Corporate'),
(11, 'CRP0010', 'Corporate'),
(12, 'CRP0011', 'Corporate'),
(13, 'CRP0012', 'Corporate'),
(14, 'CRP0013', 'Corporate'),
(15, 'CRP0014', 'Corporate'),
(16, 'CRP0015', 'Corporate'),
(18, 'CRP0017', 'Corporate'),
(19, 'CRP0018', 'Corporate'),
(20, 'CRP0019', 'Corporate'),
(21, 'CRP0020', 'Corporate'),
(22, 'CRP0021', 'Corporate'),
(24, 'CRP0023', 'Corporate'),
(25, 'CRP0024', 'Corporate'),
(26, 'CRP0025', 'Corporate'),
(27, 'CRP0026', 'Corporate'),
(28, 'CRP0027', 'Corporate'),
(29, 'CRP0028', 'Corporate'),
(30, 'IDL0002', 'Individual'),
(31, 'CRP0029', 'Corporate'),
(32, 'CRP0030', 'Corporate'),
(33, 'IDL0003', 'Individual'),
(34, 'IDL0004', 'Individual'),
(35, 'IDL0005', 'Individual'),
(36, 'CRP0031', 'Corporate'),
(37, 'CRP0032', 'Corporate'),
(38, 'CRP0033', 'Corporate'),
(39, 'CRP0034', 'Corporate'),
(40, 'CRP0035', 'Corporate'),
(41, 'CRP0036', 'Corporate'),
(42, 'CRP0037', 'Corporate'),
(43, 'CRP0038', 'Corporate'),
(44, 'CRP0039', 'Corporate'),
(45, 'CRP0040', 'Corporate'),
(46, 'IDL0006', 'Individual'),
(47, 'CRP0041', 'Corporate'),
(48, 'IDL0007', 'Individual'),
(49, 'CRP0042', 'Corporate'),
(50, 'CRP0043', 'Corporate'),
(51, 'CRP0044', 'Corporate'),
(53, 'CRP0045', 'Corporate'),
(54, 'CRP0046', 'Corporate'),
(55, 'CRP0047', 'Corporate'),
(59, 'CRP0048', 'Corporate'),
(60, 'CRP0049', 'Corporate'),
(61, 'IDL0008', 'Individual'),
(63, 'IDL0010', 'Individual'),
(64, 'IDL0011', 'Individual'),
(65, 'CRP0050', 'Corporate'),
(66, 'CRP0051', 'Corporate'),
(67, 'CRP0052', 'Corporate'),
(68, 'CRP0053', 'Corporate'),
(69, 'CRP0054', 'Corporate'),
(70, 'CRP0055', 'Corporate'),
(71, 'CRP0056', 'Corporate'),
(72, 'CRP0057', 'Corporate'),
(73, 'CRP0058', 'Corporate'),
(74, 'CRP0059', 'Corporate'),
(75, 'CRP0060', 'Corporate'),
(76, 'IDL0012', 'Individual'),
(77, 'CRP0061', 'Corporate'),
(78, 'IDL0013', 'Individual'),
(79, 'CRP0062', 'Corporate'),
(80, 'CRP0063', 'Corporate'),
(81, 'CRP0064', 'Corporate'),
(82, 'CRP0065', 'Corporate'),
(83, 'CRP0066', 'Corporate'),
(84, 'CRP0067', 'Corporate'),
(88, 'CRP0068', 'Corporate'),
(98, 'IDL0014', 'Individual'),
(99, 'CRP0069', 'Corporate'),
(100, 'CRP0070', 'Corporate'),
(101, 'CRP0071', 'Corporate'),
(102, 'CRP0072', 'Corporate'),
(103, 'CRP0073', 'Corporate'),
(104, 'CRP0074', 'Corporate'),
(105, 'IDL0015', 'Individual'),
(106, 'CRP0075', 'Corporate'),
(109, 'CRP0078', 'Corporate'),
(110, 'CRP0079', 'Corporate'),
(111, 'IDL0016', 'Individual'),
(112, 'IDL0017', 'Individual'),
(113, 'IDL0018', 'Individual'),
(114, 'IDL0019', 'Individual'),
(115, 'CRP0080', 'Corporate'),
(116, 'CRP0081', 'Corporate'),
(117, 'CRP0082', 'Corporate'),
(118, 'IDL0020', 'Individual'),
(119, 'CRP0083', 'Corporate'),
(120, 'IDL0021', 'Individual'),
(121, 'CRP0084', 'Corporate'),
(122, 'CRP0085', 'Corporate'),
(123, 'CRP0086', 'Corporate'),
(124, 'IDL0022', 'Individual'),
(125, 'IDL0023', 'Individual'),
(126, 'CRP0087', 'Corporate'),
(127, 'CRP0088', 'Corporate'),
(128, 'IDL0024', 'Individual'),
(129, 'IDL0025', 'Individual'),
(130, 'IDL0026', 'Individual'),
(131, 'IDL0027', 'Individual'),
(132, 'IDL0028', 'Individual'),
(133, 'IDL0029', 'Individual'),
(134, 'IDL0030', 'Individual'),
(135, 'CRP0089', 'Corporate'),
(136, 'IDL0031', 'Individual'),
(137, 'IDL0032', 'Individual'),
(138, 'IDL0033', 'Individual'),
(139, 'IDL0034', 'Individual'),
(140, 'IDL0035', 'Individual'),
(141, 'CRP0090', 'Corporate'),
(142, 'IDL0036', 'Individual'),
(143, 'IDL0037', 'Individual'),
(144, 'CRP0091', 'Corporate'),
(145, 'CRP0092', 'Corporate'),
(146, 'CRP0093', 'Corporate'),
(147, 'IDL0038', 'Individual'),
(148, 'CRP0094', 'Corporate'),
(149, 'CRP0095', 'Corporate'),
(150, 'IDL0039', 'Individual'),
(151, 'CRP0096', 'Corporate'),
(152, 'IDL0040', 'Individual'),
(153, 'CRP0097', 'Corporate'),
(154, 'CRP0098', 'Corporate'),
(155, 'CRP0099', 'Corporate'),
(156, 'CRP0100', 'Corporate'),
(157, 'CRP0101', 'Corporate'),
(158, 'CRP0102', 'Corporate'),
(159, 'CRP0103', 'Corporate'),
(160, 'IDL0041', 'Individual'),
(161, 'CRP0104', 'Corporate'),
(162, 'CRP0105', 'Corporate'),
(163, 'IDL0042', 'Individual'),
(164, 'CRP0106', 'Corporate'),
(165, 'CRP0107', 'Corporate'),
(166, 'CRP0108', 'Corporate'),
(167, 'CRP0109', 'Corporate'),
(168, 'IDL0043', 'Individual'),
(169, 'CRP0110', 'Corporate'),
(170, 'CRP0111', 'Corporate'),
(171, 'IDL0044', 'Individual'),
(172, 'CRP0112', 'Corporate'),
(173, 'IDL0045', 'Individual'),
(174, 'CRP0113', 'Corporate'),
(175, 'CRP0114', 'Corporate'),
(176, 'IDL0046', 'Individual');

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

--
-- Table structure for table `customer_account`
--

CREATE TABLE IF NOT EXISTS `customer_account` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `customer_id` int(10) NOT NULL,
  `account` varchar(50) NOT NULL,
  `branch_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`),
  KEY `customer_id_2` (`customer_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=176 ;

--
-- Dumping data for table `customer_account`
--

INSERT INTO `customer_account` (`id`, `customer_id`, `account`, `branch_id`) VALUES
(1, 1, 'prospective', 1),
(2, 2, 'Active', 1),
(3, 3, 'prospective', 1),
(5, 5, 'prospective', 1),
(6, 6, 'Active', 1),
(7, 7, 'Active', 1),
(8, 8, 'Active', 1),
(9, 9, 'Active', 1),
(10, 10, 'Active', 1),
(11, 11, 'Active', 1),
(12, 12, 'Active', 1),
(13, 13, 'Active', 1),
(14, 14, 'Active', 1),
(15, 15, 'Active', 1),
(16, 16, 'Active', 1),
(18, 18, 'prospective', 1),
(19, 19, 'Active', 1),
(20, 20, 'Active', 1),
(21, 21, 'Active', 1),
(22, 22, 'Active', 1),
(24, 24, 'Active', 1),
(25, 25, 'Active', 1),
(26, 26, 'prospective', 1),
(27, 27, 'Active', 1),
(28, 28, 'Active', 1),
(29, 29, 'Active', 1),
(30, 30, 'Active', 1),
(31, 31, 'prospective', 1),
(32, 32, 'Active', 1),
(33, 33, 'Active', 1),
(34, 34, 'Active', 1),
(35, 35, 'Active', 1),
(36, 36, 'Active', 1),
(37, 37, 'Active', 1),
(38, 38, 'Active', 1),
(39, 39, 'Active', 1),
(40, 40, 'prospective', 1),
(41, 41, 'prospective', 1),
(42, 42, 'Active', 1),
(43, 43, 'Active', 1),
(44, 44, 'Active', 1),
(45, 45, 'prospective', 1),
(46, 46, 'Active', 1),
(47, 47, 'Active', 1),
(48, 48, 'Active', 1),
(49, 49, 'Active', 1),
(50, 50, 'prospective', 1),
(51, 51, 'prospective', 1),
(53, 53, 'Active', 1),
(54, 54, 'Active', 1),
(55, 55, 'prospective', 1),
(59, 59, 'Active', 1),
(60, 60, 'Active', 1),
(61, 61, 'Active', 1),
(63, 63, 'Active', 1),
(64, 64, 'Active', 1),
(65, 65, 'Active', 1),
(66, 66, 'Active', 1),
(67, 67, 'prospective', 1),
(68, 68, 'Active', 1),
(69, 69, 'Active', 1),
(70, 70, 'Active', 1),
(71, 71, 'Active', 1),
(72, 72, 'Active', 1),
(73, 73, 'Active', 1),
(74, 74, 'Prospective', 1),
(75, 75, 'Active', 1),
(76, 76, 'Active', 1),
(77, 77, 'Active', 1),
(78, 78, 'Active', 1),
(79, 79, 'Active', 1),
(80, 80, 'Active', 1),
(81, 81, 'Active', 1),
(82, 82, 'Active', 1),
(83, 83, 'Active', 1),
(84, 84, 'Active', 1),
(88, 88, 'Active', 1),
(97, 98, 'Active', 1),
(98, 99, 'prospective', 1),
(99, 100, 'Prospective', 1),
(100, 101, 'Active', 1),
(101, 102, 'Active', 1),
(102, 103, 'Active', 1),
(103, 104, 'Active', 1),
(104, 105, 'Active', 1),
(105, 106, 'Active', 1),
(108, 109, 'Active', 1),
(109, 110, 'Active', 1),
(110, 111, 'Active', 1),
(111, 112, 'Active', 1),
(112, 113, 'Active', 1),
(113, 114, 'Active', 1),
(114, 115, 'Active', 1),
(115, 116, 'Active', 1),
(116, 117, 'Active', 1),
(117, 118, 'Active', 1),
(118, 119, 'Active', 1),
(119, 120, 'Active', 1),
(120, 121, 'Active', 1),
(121, 122, 'Active', 1),
(122, 123, 'Prospective', 1),
(123, 124, 'Active', 1),
(124, 125, 'Active', 1),
(125, 126, 'Active', 1),
(126, 127, 'prospective', 1),
(127, 128, 'Active', 1),
(128, 129, 'Active', 1),
(129, 130, 'Active', 1),
(130, 131, 'Active', 1),
(131, 132, 'Active', 1),
(132, 133, 'Active', 1),
(133, 134, 'Active', 1),
(134, 135, 'Active', 1),
(135, 136, 'Active', 1),
(136, 137, 'Active', 1),
(137, 138, 'Active', 1),
(138, 139, 'Active', 1),
(139, 140, 'Active', 1),
(140, 141, 'Active', 1),
(141, 142, 'Active', 1),
(142, 143, 'Active', 1),
(143, 144, 'prospective', 1),
(144, 145, 'Active', 1),
(145, 146, 'Active', 1),
(146, 147, 'Active', 1),
(147, 148, 'Active', 1),
(148, 149, 'Active', 1),
(149, 150, 'Active', 1),
(150, 151, 'Active', 1),
(151, 152, 'Active', 1),
(152, 153, 'Prospective', 1),
(153, 154, 'Active', 1),
(154, 155, 'Active', 1),
(155, 156, 'Active', 1),
(156, 157, 'prospective', 1),
(157, 158, 'Prospective', 1),
(158, 159, 'Prospective', 1),
(159, 160, 'Active', 1),
(160, 161, 'Prospective', 1),
(161, 162, 'Active', 1),
(162, 163, 'Active', 1),
(163, 164, 'Active', 1),
(164, 165, 'Prospective', 1),
(165, 166, 'Active', 1),
(166, 167, 'Prospective', 1),
(167, 168, 'Active', 1),
(168, 169, 'Active', 1),
(169, 170, 'Active', 1),
(170, 171, 'Active', 1),
(171, 172, 'Prospective', 1),
(172, 173, 'Active', 1),
(173, 174, 'Active', 1),
(174, 175, 'prospective', 1),
(175, 176, 'Active', 1);

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

--
-- Table structure for table `customer_contact`
--

CREATE TABLE IF NOT EXISTS `customer_contact` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `customer_id` int(10) NOT NULL,
  `address` varchar(100) NOT NULL,
  `postbox` varchar(50) NOT NULL,
  `country` varchar(5) NOT NULL,
  `city` varchar(15) NOT NULL,
  `phone_office` varchar(25) NOT NULL,
  `phone_res` varchar(25) NOT NULL,
  `email` varchar(35) NOT NULL,
  `mobile` varchar(25) NOT NULL,
  `fax` varchar(25) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=176 ;

--
-- Dumping data for table `customer_contact`
--

INSERT INTO `customer_contact` (`id`, `customer_id`, `address`, `postbox`, `country`, `city`, `phone_office`, `phone_res`, `email`, `mobile`, `fax`) VALUES
(1, 1, 'Doha - Qatar', '3288', '1', '1', ' 44131152, 44131156', '0', '', '', ' 44131153'),
(2, 2, '', '13690', '1', '1', '44850075', '0', 'essahightechqatar@yahoo.com', ' 44368206', ' 44368206'),
(3, 3, 'Doha - Qatar', '31914', '1', '1', ' 44357903', '0', 'pantone.advt@gmail.com', '55858913', ' 44357941'),
(5, 5, 'Doha - Qatar', '32062', '1', '1', ' 44644051,44652926', '0', 'praveen@pslme.com', ' 55893238', '44644016'),
(6, 6, '', '16239', '1', '1', ' 44356007', '0', 'dreamdohaqatar@yahoo.com', '55575466,55862965,7723951', '44436532'),
(7, 7, 'Doha - Qatar', '', '1', '1', '44626070/44626090', '0', 'info@lanouvelle.com.qa ', '', ''),
(8, 8, 'Doha, Qatar ', '7052', '1', '1', '44661100/44663330 ', '0', 'm.omar@swaqatar.com', ' 55773112', ' 44661180'),
(9, 9, '', '2677', '1', '1', '', '', 'hbagroup@live.com', '', ''),
(10, 10, '', '92714', '1', '1', ' 44582487', '0', 'seagulfqatar@gmail.com', '', ' 44582528'),
(11, 11, '', '23094', '1', '1', ' 44507442', '0', '', '', ' 44507445'),
(12, 12, '', '23094', '1', '1', '', '0', '	 accounts@cncqatar.com', '', ''),
(13, 13, '', '30565', '1', '1', ' 44693348', '0', 'm.moloo@basco-group.com', ' 55037360', ' 44692664'),
(14, 14, '', '31450', '1', '1', '44674442', '0', 'info@horeitiaglobal.com', '', '44673111'),
(15, 15, '', '24662', '1', '1', ' 12312345', '0', '', '', ''),
(16, 16, '', '', '1', '1', '', '0', '', '', ''),
(18, 18, '', '37491', '1', '1', ' 44691414', '0', 'samkurian@cromptonqatar.com', '66003589', '44681819'),
(19, 19, '', '31906', '1', '1', ' 44654199', '0', 'amjed.innotechtrading@gmail.com', ' 66282549', ''),
(20, 20, '', '18310', '1', '1', '44620901/44626006', '0', 'info@wellcaregroup.com', '', ' 44621749'),
(21, 21, '', '3969', '1', '1', ' 44514111 ', '0', 'jborrajo@lapinsa.com', ' 44514222', ' 44514222'),
(22, 22, '', '200377', '1', '1', ' 44342942', '0', '', '', ' 44353633'),
(24, 24, '', '882', '1', '1', ' 44020100', '0', 'imran_khan@qatar.net.qa', ' 55508803', ''),
(25, 25, '', '23609', '1', '1', ' 44270786', '0', 'info@pdctamween.com', '', ' 44210366'),
(26, 26, '', '23912', '1', '1', '44378888', '0', '', '', ' 44378899'),
(27, 27, '', '31799', '1', '1', ' 44353741', '0', 'info@pulseqatar.com', '', '44353741'),
(28, 28, '', '37426', '1', '1', ' 44505847', '0', 'transglobalqatar@gmail.com', '', ' 44506132'),
(29, 29, '', '38340', '1', '1', ' 44117209', '0', 'info@globalmechqatar.com', '', ' 44117105'),
(30, 30, '', '92714', '1', '1', '', '', 'seagulfqatar@gmail.com', '', ''),
(31, 31, '', '23949', '1', '1', ' 44667154 /44667165', '0', 'nccqatar@qatar.net.qa', ' 6006340', '44667069'),
(32, 32, '', '37716', '1', '1', '44674442', '0', 'info@horeitiaglobal.com', '', '44673111'),
(33, 33, '', '', '1', '1', ' 44507442', '', ' Jaffer c/o Corniche Pharmacy', '', ''),
(34, 34, '', '', '1', '1', ' 44020120', '', 'itp_stp@yahoo.com', '', ' 44327022'),
(35, 35, '', '24450', '1', '1', '44440499', '', 'kurian.joseph@dmhealthcare.com', '66780204', ''),
(36, 36, '', '23094', '1', '1', '44507442/44507443', '0', '', '', ' 44507445'),
(37, 37, '', '23396', '1', '1', ' 44760222 /4476 0333', '0', 'qatar@speetech.net', '', ' 44760111'),
(38, 38, '', '32388', '1', '1', ' 44324445', '0', 'pro@solarqatar.com', '', ' 44324446'),
(39, 39, '', '35166', '1', '1', ' 44506814', '0', 'contact@alable.net', '', '44506271'),
(40, 40, '', '92353', '1', '1', ' 44607397', '0', 'spacetrad@gmail.com', '', ' 44602542'),
(41, 41, '', '23905', '1', '1', '44311355', '0', 'info@aitcco.com', '', '4431366'),
(42, 42, '', '55582', '1', '1', ' 44313039/44318750', '0', 'sureshn@argonglobal.net', '66009103', ' 44372950'),
(43, 43, '', '31841', '1', '1', ' 44431834 / 44368617', '0', '', '', ' 44416511'),
(44, 44, '', '40155', '1', '1', '44606836', '0', 'altech@qatar.net.qa', '', ' 44602534'),
(45, 45, '', '15913', '1', '1', ' 44684575', '0', 'apollofleet25@yahoo.com', '', ' 44684585'),
(46, 46, '', '', '1', '1', ' 444356007', '', 'dreamdohaqatar@yahoo.com', '55575466,55862965,7723951', ' 44436532'),
(47, 47, '', '', '1', '1', ' 44772271', '0', 'abuhailgroup@gmail.com', '', ''),
(48, 48, '', '', '1', '1', ' 446260', '', '', '', ''),
(49, 49, '', '31906', '1', '1', ' 44654199', '0', 'abdur.empower@gmail.com, amjed.inno', '', ' 4465590'),
(50, 50, '', '12147', '1', '1', '44418945, 44327091', '0', '', '55840613', ' 44434276'),
(51, 51, '', '22821', '1', '1', ' 44583388', '0', 'ram@rsgqatar.com', '33427732', ' 4583377'),
(53, 53, '', '24600', '1', '1', '44362818, 44377263', '0', 'techmarkqa@gmail.com', '', '44361397'),
(54, 54, '', '3915', '1', '1', '', '0', '', '', ''),
(55, 55, '', '9130', '1', '1', ' 44604242', '0', 'hrmanger@qualityhyper.com', ' 33019919', ' 44683561'),
(59, 59, '', '31021', '1', '1', ' 44360600', '0', 'bitmax@qatar.net', '55505674', ' 44360700'),
(60, 60, '', '4404', '1', '1', ' 4427 0268', '0', '', '', ' 4427 0468'),
(61, 61, '', '', '1', '1', '', '', '', '', ''),
(63, 63, '', '', '1', '1', '', '', '', '', ''),
(64, 64, '', '', '1', '1', '', '', 'seagulfqatar@gmail.com', '', ''),
(65, 65, '', '8681', '1', '1', ' 44431678', '0', 'finance@aerofrt.com', '', ' 44442385'),
(66, 66, '', '24450', '1', '1', '44440499', '0', 'ravi.s@dmhealthcare.com', '66479983', '444214305'),
(67, 67, '', '200145', '1', '1', '44764409', '0', 'jayaraj@technosteel.com.qa', '55565437', '44663963'),
(68, 68, '', '', '1', '1', '', '0', 'rahees@aarac.com', '55713183', ''),
(69, 69, '', '4728', '1', '1', '44365654', '0', '', '33170070', '44448433'),
(70, 70, '', '', '1', '1', '', '0', '', '', '44369944'),
(71, 71, '', '', '1', '1', '', '0', '	 accounts@cncqatar.com', '', ''),
(72, 72, '', '02228', '1', '1', '', '0', '', '', ''),
(73, 73, '', '45444', '1', '1', '44119117, 44119118', '0', '', '66824149', '44119116'),
(74, 74, '', '30578', '1', '0', '44275247', '0', 'alrusselqatar@gmail.com', '66196567', '44982136'),
(75, 75, '', '', '1', '1', '44275247', '0', 'alrusselqatar@gmail.com', '66196567', '44982136'),
(76, 76, '', '', '1', '1', '4431 3039/ 4437 6397', '', 'sureshn@argonglobal.net', '', '4437 2950'),
(77, 77, '', '30272', '1', '1', '44504266', '0', 'malzamat@gmail.com', '33860337', '44502489'),
(78, 78, '', '', '1', '1', '', '', 'vkkaratt@rasgas.com.qa', '66837885', ''),
(79, 79, '', '37358', '1', '1', '', '0', '', '', ''),
(80, 80, '', '37358', '1', '1', '', '0', '', '', ''),
(81, 81, '', '8689', '1', '1', '44310652', '0', 'stany@shahjan.com', '55128397', ''),
(82, 82, '', '6743', '1', '1', '44691646, 44694210', '0', 'voltagedoha@gmail.com', '55508297', '44683746'),
(83, 83, '', '60251', '1', '1', '44179240', '0', 'applecont.qa@gmail.com', '66879947', '44179240'),
(84, 84, '', '', '1', '1', '44601088', '0', '', '55780784', ''),
(88, 88, '', '55284', '1', '1', '44622283', '0', '', '', '44622783'),
(97, 98, '', '', '1', '1', '', '', 'accounts@cncqatar.com', '', ''),
(98, 99, '', '82590', '1', '1', '44630897', '0', 'skylark@qatar.net.qa', '66628742, 66145310', '44630897'),
(99, 100, '', '', '1', '1', '', '0', '', '', ''),
(100, 101, '', '55151', '1', '1', '44510588, 44581177', '0', 'safeer.tp@sms-qatar.com', '66112004', '44583311'),
(101, 102, '', '32568', '1', '1', '44164222', '0', 'rahees@aarac.com', '55713183', '44164333'),
(102, 103, '', '', '1', '1', '', '0', 'sales@harpqatar.com.qa', '66753605', ''),
(103, 104, '', '37951', '1', '1', '44905535, 44270268, 44436', '0', 'antonyomega@gmail.com ', '33190129', '44901180'),
(104, 105, '', '', '1', '1', '', '', 'alnakheel@cncqatar.com', '', ''),
(105, 106, '', '30253', '1', '1', '44322448', '0', 'safeer.tp@alsafahospital.com', '66112004', '44360572'),
(108, 109, '', '37280', '1', '1', '44313173', '0', 'sandheepseagull_qa@yahoo.com', '66463829', '44141176'),
(109, 110, '', '47308', '1', '1', '44372361', '0', 'biju@rootsqatar.com', '66930577', ''),
(110, 111, '', '', '1', '1', '', '', '	 alnakheel@cncqatar.com', '', ''),
(111, 112, '', '', '1', '1', '', '', '	 alnakheel@cncqatar.com', '', ''),
(112, 113, '', '', '1', '1', '', '', '	 radical.tradg.abhi@gmail.com', '', ''),
(113, 114, '', '', '1', '1', '', '', '	 radical.tradg.abhi@gmail.com', '', ''),
(114, 115, '', '35397', '1', '1', '44436443', '0', 'sales.qatar@bridgeway.ae', '55491075, 55016424', '44426707'),
(115, 116, '', '', '1', '1', '', '0', 'usama@cncqatar.com', '', ''),
(116, 117, '', '', '1', '1', '', '0', 'usama@cncqatar.com', '', ''),
(117, 118, '', '', '1', '1', '', '', 'seagulfqatar@gmail.com', '', ''),
(118, 119, '', '', '1', '1', '', '0', '', '', ''),
(119, 120, '', '22352', '1', '1', '44626070, 44626090', '', 'acc@lanouvelle.com.qa', '', '44621884'),
(120, 121, '', '24602', '1', '1', '44 600 802', '0', 'optionscontracting.acc@hotmail.com', '', ' 44 583 612'),
(121, 122, '', '8359', '1', '1', '', '0', 'sanjumundackal@gmail.com', '66138140', ''),
(122, 123, '', '', '1', '1', '', '0', 'qgc2022@gmail.com', ' 44271144', '44365664'),
(123, 124, '', '', '1', '1', '44981778', '', 'sales@harpqatar.com.qa', '66753605', '44981778'),
(124, 125, '', '', '1', '1', '44436443, 44361950', '', 'sales.qatar@bridgeway.ae', '', '44 42 67 07'),
(125, 126, '', '31623', '1', '1', '44313703', '0', 'lan.indgulf@yahoo.com , lancysus@ya', '66963577', ''),
(126, 127, '', '', '1', '1', '', '0', '', '', ''),
(127, 128, '', '', '1', '1', '', '', '', '', ''),
(128, 129, '', '', '1', '1', '', '', '', '', ''),
(129, 130, '', '', '1', '1', '', '', '', '', ''),
(130, 131, '', '', '1', '1', '', '', '', '', ''),
(131, 132, '', '', '1', '1', '', '', '', '', ''),
(132, 133, '', '', '1', '1', '44431678', '', 'finance@aerofrt.com ;vasudevan@aero', '33807552', '44442385'),
(133, 134, '', '', '1', '1', '', '', '', '', ''),
(134, 135, '', '16772', '1', '1', '', '0', '', '', ''),
(135, 136, '', '', '1', '1', '', '', '', '', ''),
(136, 137, '', '', '1', '1', '', '', '', '', ''),
(137, 138, '', '', '1', '1', '', '', '', '', ''),
(138, 139, '', '', '1', '1', '', '', '', '', ''),
(139, 140, '', '', '1', '1', '4431 3039', '', 'sureshn@argonglobal.net', '6600 9103', '4437 2950'),
(140, 141, '', '13530', '1', '1', '44960777', '0', 'info@dohagolfclub.com', '', '44834790'),
(141, 142, '', '', '1', '1', '', '', '', '', ''),
(142, 143, '', '', '1', '1', '', '', '', '', ''),
(143, 144, '', '23396', '1', '1', '44761777, 44761888', '0', 'mailtodolphin@gmail.com', '66893007, 77893007', '44673575'),
(144, 145, '', '', '1', '1', '', '0', '', '', ''),
(145, 146, '', '80608', '1', '1', '44319990', '0', 'maelisa@7starqatar.com', '', '44850846'),
(146, 147, '', '', '1', '1', '', '', '', '', ''),
(147, 148, '', '23693', '1', '1', '444 78 200', '0', 'info@buyer-solutions.net', '', '444 78 300'),
(148, 149, '', '200203', '1', '1', '44323006', '0', 'jerry.babu@savoysinsurance.com', '55196752, 77625456', '44322142'),
(149, 150, '', '', '1', '1', '', '', '', '', ''),
(150, 151, '', '16239', '1', '1', '44786837', '0', 'best.doha@yahoo.com', '55599851', '44786833'),
(151, 152, '', '', '1', '1', '', '', '', '', ''),
(152, 153, '', '9551', '1', '1', '44515309', '0', 'sachin@talalcontracting.com', '66212200', '44515306'),
(153, 154, '', '31450', '1', '1', '44626355', '0', 'finedecorwll@gmail.com', '', ''),
(154, 155, '', '23094', '1', '1', '', '0', 'usama@cncqatar.com', '55570390', ''),
(155, 156, '', '23094', '1', '1', '', '0', 'usama@cncqatar.com', '55570390', ''),
(156, 157, '', '19177', '1', '1', '44621702, 44621416, 44621', '0', 'career@gulfstardoha.com', '55862123', '44621703, 44621118'),
(157, 158, '', '93808', '1', '1', '', '0', '', '', ''),
(158, 159, '', '', '1', '1', '', '0', '', '', ''),
(159, 160, '', '', '1', '1', '', '', '', '', ''),
(160, 161, 'Office no 3108, building 3 Al Waab Commercial Dt  Salwa Road', '', '1', '1', '44666275', '0', 'd.ephrem@brunel.net', '55042597', '44666375'),
(161, 162, '', '31450', '1', '1', '', '0', '', '', ''),
(162, 163, '', '', '1', '1', '', '', '', '', ''),
(163, 164, '', '828', '1', '1', '44508508, 44508519', '0', '', '', ''),
(164, 165, '', '24845', '1', '1', '44327665', '0', 'shameem@qb-engineering.com', '66110311', '44320590'),
(165, 166, '', '200235', '1', '1', '44647195', '0', 'banyanqatar@gmail.com', '', '44678840'),
(166, 167, '', '', '1', '1', '', '0', '', '', ''),
(167, 168, '', '', '1', '1', '', '', '', '', ''),
(168, 169, '', '30726', '1', '1', '44430911', '0', 'harish@light-craft.net', '', '44430870'),
(169, 170, '', '', '1', '1', '', '0', 'mrs@atsqatar.com', '', ''),
(170, 171, '', '', '1', '1', '', '', '', '', ''),
(171, 172, '', '', '1', '1', '', '0', '', '', ''),
(172, 173, '', '', '1', '1', '', '', '', '66437322', ''),
(173, 174, '', '', '1', '1', '', '0', '', '', ''),
(174, 175, '', '22170', '1', '1', '44677518', '0', '', '70200046, 55540856', '44651437, 44677519'),
(175, 176, '', '', '1', '1', '44581177', '', 'binesh.balu@sms-qatar.com', '5582 9576', '44583311');

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

--
-- Table structure for table `customer_contactpersons`
--

CREATE TABLE IF NOT EXISTS `customer_contactpersons` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `Name` varchar(100) NOT NULL,
  `Mobile` varchar(25) NOT NULL,
  `Email` varchar(50) NOT NULL,
  `Phone` varchar(25) NOT NULL,
  `Desig` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=410 ;

--
-- Dumping data for table `customer_contactpersons`
--

INSERT INTO `customer_contactpersons` (`id`, `customer_id`, `Name`, `Mobile`, `Email`, `Phone`, `Desig`) VALUES
(103, 59, 'Mr.Jahangir ', '55505674', 'pkjahangeer@yahoo.com', '', 'Managing Director'),
(110, 45, 'Mohamed Issa Haji Ahmed', ' 55519802', 'issaqatar@yahoo.com', '', 'General Manager'),
(111, 45, 'hamed Abdi', '', '', '', ''),
(124, 40, 'Mr. Jerald D Mello', '55872780', 'jdmello30@gmail.com', ' 44607397', 'Managing Director'),
(126, 38, 'Thahir', ' 66517484', '', '', 'Managing Director'),
(127, 38, 'Binzy', '', '', '', ''),
(137, 36, 'Abdul Rahman E.P', '55526332', 'md@cncqatar.com', '', 'Managing Director'),
(138, 36, 'Usama Payanatt', ' 55570390', '', 'usama@cncqatar.com', ''),
(139, 32, '', '', '', '', ''),
(140, 31, 'Mr.T K Unny', ' 6006340', 'nccqatar@qatar.net.qa', ' 44667154 /44667165', 'Manager - Accounts & Admin'),
(144, 27, 'Dileef Ali', ' 55793019', '', '', 'Business Development Manager'),
(145, 26, 'Sebi P.K', ' 66875231', 'sebi.pk@oryx.com.qa', ' 44378811', 'Financial Controller'),
(148, 24, 'Mr. Imran Khan', ' 55508803', 'imran_khan@qatar.net.qa', ' 44020100', ''),
(151, 22, 'Mr. C.A. Dinesh Babu', ' 33591085', 'dinesh.babu@dulsco.ae', '44342717', 'Assistant Manager Accounts and Admin'),
(152, 22, 'Mr. Joseph Mathew', ' 55889672', 'joseph.mathew@dulsco.ae', ' 44341988', ''),
(153, 21, 'Jesus Jose Martinez', ' 77675936', 'jborrajo@lapinsa.com', ' 44514111 ', 'Technical Manager '),
(155, 19, 'Amjed', ' 66282549', 'amjed.innotechtrading@gmail.com', ' 44654199', ''),
(157, 18, 'Sam K Kurian', '66003589', 'samkurian@cromptonqatar.com', '44691414', 'Finance manager'),
(159, 16, 'Mr.Jahangir', '55505674', '', '', ''),
(160, 15, 'Mr.Anil', '66002710', '', '', 'Accountant'),
(161, 15, 'Mr.Fernandes', '55881254', '', '', ''),
(164, 13, 'Mr.Mohamed Moloo', ' 55037360', 'm.moloo@basco-group.com', ' 44693348', 'Finamcial Controller'),
(168, 1, 'Mr.Mohammed Vakeel Baig', '', '', '44131152, 44131156', 'Senior Accountant'),
(169, 1, 'Sharzmina Sddeek', '', 'sharzmina@intergroup-shi', '44131152, 44131156', ''),
(170, 1, 'Mr.Jigar', '', 'jigar@intergroup-shipping', '55852930', ''),
(180, 5, 'Mr.Praveen Sathyan', ' 55893238', 'praveen@pslme.com', ' 44644051,44652926', 'C.O.O'),
(181, 3, 'Mr.Arun', '55858913', 'pantone.advt@gmail.com', ' 44357903', 'Managing Director'),
(182, 2, 'Mr.Haridas.P', ' 55038275 / 55322737', 'essahightechqatar@yahoo.com', ' 44850075', 'General Manager'),
(188, 68, 'Rahees', '55713183', 'rahees@aarac.com', '', ''),
(190, 44, 'Shiju Thomas K', ' 55450840', 'stk@altechgulf.com', '44606836', 'Manager Operations'),
(191, 44, 'Reji George', '55744284', 'reji@altechgulf.com', '44602534', ''),
(200, 72, '', '', '', '', ''),
(205, 73, 'Mohamed Saleh Attar', '66824149', 'hr-manager@alattiyagroup.com', '44119117, 44119118', 'HR manager'),
(206, 74, 'Shareef Abdulrahiman', '66196567', 'alrusselqatar@gmail.com', '44275247', 'Managing Director'),
(209, 43, 'C.K. Yahia', ' 55846346 ', 'yahia@electraqatar.com', ' 44431834', 'Adminstration Manager'),
(210, 43, 'Madhu', '', '', '', 'Finance Manager'),
(218, 47, 'Mr.Baiju', '', 'abuhailgroup@gmail.com', '', ''),
(219, 47, 'Blesson', '', '', '974 44772271', ''),
(220, 47, 'Blesson', '', '', '974 44772271', ''),
(221, 47, 'Johnson', '33139266', '', '', ''),
(226, 39, 'Mr. Jassim Mohammed', ' 55856514', 'jassim@alable.net', ' 44691187', 'Human Resource Manager'),
(227, 39, 'Thesneem', '', 'thesneem@alable.net', '', 'Finance Manager'),
(231, 79, '', '', '', '', ''),
(233, 80, '', '', '', '', ''),
(238, 83, 'Refas Abdul Kader', '66879947', 'applecont.qa@gmail.com', '44179240', 'Business development Manager'),
(242, 88, '', '', '', '', ''),
(244, 99, 'Suresh Kumar', '66628742, 66145310', 'skylark@qatar.net.qa', '44630897', 'Project Coordinator'),
(245, 100, '', '', '', '', ''),
(251, 20, 'Asharaf.K.P', '', 'info@wellcaregroup.com', ' 44620901', 'Managing Director'),
(253, 102, 'Rahees', '55713183', 'rahees@aarac.com', '44164222', 'General Manager'),
(254, 103, 'Anas Abaza', '66753605', 'sales@harpqatar.com.qa', '', ''),
(255, 65, 'Mr. D Vasudevan  Namoothiri', '33807552', 'finance@aerofrt.com ;vasudevan@aerofrt.com', ' 44431678', 'Finance Manager'),
(256, 65, 'Mr.VM Sudhakaran Nambiar', ' 66424678', 'hr.dept@aerofrt.com', '44702212', 'HR Manager'),
(257, 104, 'Antony', '55549658', 'antonyomega@gmail.com ', '44436075', ''),
(258, 104, 'Clint George', '55579075', 'clint@omegaengineeringwll.com, clintgeorgep@gmail.', '44905535', 'Plant Engineer'),
(259, 51, 'R Venkat Raman', '33427732', 'ram@rsgqatar.com', ' 44583388', 'Chief Financial officer Officer'),
(260, 51, 'Walid Abbas', '33626344', '', '', 'H R Manager'),
(268, 75, 'Shareef Abdulrahiman', '66196567', 'alrusselqatar@gmail.com', '44275247', 'Managing Director'),
(271, 11, 'Abdul Rahman E.P', '  55526332', 'md@cncqatar.com', '', 'Managing Director'),
(272, 11, 'Usama Payanatt', '', '', 'usama@cncqatar.com', '+974 55570390'),
(273, 11, 'Jafar', '55711607', '', '', ''),
(276, 71, '', '', '	 accounts@cncqatar.com', '', ''),
(277, 12, '', '', '	 accounts@cncqatar.com', '', ''),
(278, 109, 'Sandheep C S', '66463829', 'sandheepseagull_qa@yahoo.com', '44313173', 'Operations manager'),
(280, 77, 'Shyam lal', '33860337', 'malzamat@gmail.com', '44504266', 'Marketing Executive'),
(282, 7, 'Jezvin', '', 'info@lanouvelle.com.qa ', '44626070', ''),
(286, 115, 'Madhu', '55491075', 'sales.qatar@bridgeway.ae', '44436443', 'Sales Admin Co- ordinator'),
(287, 115, 'Asif Saleem', '55016424', 'sales.qatar@bridgeway.ae', '44436443', 'Commercial Mnager'),
(288, 66, 'Ashraf', '', '', '', 'Managing Director'),
(289, 66, 'Sinniah Raveendran', '66479983', 'ravi.s@dmhealthcare.com', '44440499', 'Asst. Manager finance'),
(290, 66, 'Shani', '', '', '', 'Admin'),
(291, 25, 'Mr. Philip D. Devendra', '55500427', 'philip@pdctamween.com', ' 44432562', 'GM'),
(292, 25, 'Mr. Chinthana Makelwala', ' 55513754', 'chinthana@pdctamween.com', '', 'Finance Manager'),
(293, 25, 'Alexandra Bolonne', '', 'alexandra@pdctamween.com', '', 'Administrative officer'),
(294, 10, 'Fahad', '33191868', 'kmfahadd@gmail.com', '', ''),
(295, 116, 'Usama', '', 'usama@cncqatar.com', '', ''),
(296, 117, 'Usama', '', 'usama@cncqatar.com', '', ''),
(297, 82, 'A.K Basu', '55508297', 'voltagedoha@gmail.com', '44500996', 'General Manager'),
(298, 28, 'Mr. Hareesh Kumar', ' 55874706', '', ' 44509187', 'Sales Co-ordinator'),
(303, 29, 'Jiji Sam', '', 'jiji@globalmechqatar.com', ' 44117209', 'Accountant'),
(304, 29, 'Subin', ' 33513812', 'subin.palakkattu@gmail.co', ' 44117209', ''),
(305, 41, 'Mr. Shihas P.A', '55849455', 'shihas@aitcco.com', ' 44311355', 'Executive Director'),
(306, 41, 'Mr. Ashiq Ali Mohamed', ' 55804121', '', 'ashiq@aitcco.com', ' 44311355'),
(307, 54, 'Mukhtar', '', '', '', 'General Manager'),
(308, 54, ' Aravindan', '', '', '44424310', 'Accounts'),
(310, 84, 'Hussein', '55780784', '', '44600212', ''),
(311, 119, '', '', '', '', ''),
(312, 55, 'Shahid V', '974 33019919', 'hrmanger@qualityhyper.com', '974 44604242', 'Manager'),
(313, 55, 'Accounts Dept', '', 'qhmaccounts@gmail.com', '', ''),
(314, 60, 'Mr Rony Paul', '', '', '', 'CEO'),
(315, 60, 'Mr. R.Srinivasan', '+974 55812767', 'srinivasan@petrofac-qatar.com', '', ''),
(316, 70, 'Chris', '', '', '', 'Quality Surveyor'),
(317, 70, 'Kritian', '', '', '', 'Business Development Manager'),
(318, 70, 'Godwyn', '', '', '', 'Accounts'),
(319, 37, 'Rajan Moses', ' 6689 3007', 'moses@speetech.net', '', 'Operations Manager'),
(320, 37, 'Annie', '', '', '', ''),
(321, 37, 'Sudheesh', '', '', '', ''),
(322, 81, 'Stany', '55128397', 'stany@shahjan.com', '44310652', ''),
(323, 69, 'Dejan', '33170070', '', '44365654', 'Sales Manager'),
(324, 8, 'Mohammed O.Omar ', ' 55773112', 'omerelb@yahoo.com', ' 44661100 / 4466333', 'Finance Manager'),
(325, 8, 'Ghassan Al Yacoub', ' 55884976', 'swa1212@hotmail.com', ' 44661100', 'Deputy General Manager'),
(327, 67, 'K.R.Jayaraj ', '55565437', 'jayaraj@technosteel.com.qa', '44764409', 'Regional Manager '),
(328, 67, 'Sheeja Thomas', '', 'sheeja.technosteel@gmail.com', '44764409', 'H.R. Coordinator'),
(329, 110, 'Biju Lal', '66930577', 'biju@rootsqatar.com', '44372361', 'Accountant'),
(334, 42, 'Abdul Gafoor', '', '', '', 'CEO'),
(335, 42, 'Shobin Thomas', ' 55598385', 'thomas@argonglobal.net', '', ''),
(336, 42, 'Suresh Nair', '66009103', 'sureshn@argonglobal.net', '44313039, 44372950', 'Project Cordinator'),
(337, 42, 'Noushad', '5581 6321', 'noushadnalakath8@gmail.com', '4431 3039, 44372950', 'Admin.Assistant'),
(339, 53, 'Faraz', '', 'techmarkqa@gmail.com', '44362818, 44377263', ''),
(340, 14, 'Swapna Thomas', '33067404', 'swapna@horeitiaglobal.net', '', 'H R Incharge'),
(341, 14, 'Anu Prasad', '44674442', 'anujacobt@gmail.com, anujacobt@hotmail.com', '', ''),
(343, 121, 'Hanane Sebaaly', '', 'optionscontracting.acc@hotmail.com', '44 600 802', 'Accounts Dept'),
(346, 123, 'Nishant', '', 'qgc2022@gmail.com', ' 44271144', ''),
(347, 122, 'Sanju Philip', '66138140', 'sanjumundackal@gmail.com', '', ''),
(354, 127, '', '', '', '', ''),
(357, 106, 'Safeer', '66112004', 'safeer.tp@alsafahospital.com', '44322448', 'General Manager'),
(358, 106, 'Allen  ', ' 55660811 ', 'allen.Paul@sms-qatar.com', '', ''),
(359, 101, 'Safeer', '66112004', 'safeer.tp@sms-qatar.com', '44510588, 44581177', 'Contract Mnager'),
(360, 101, 'Allen', ' 55660811 ', 'allen.Paul@sms-qatar.com', '', ''),
(361, 6, 'Mr.Shaji A A', '55575466,55862965,7723951', '+974 444356007', ' 444356007', 'Managing Director'),
(362, 126, 'Lancy Rodrigues', '66963577', 'lan.indgulf@yahoo.com, lancysus@yahoo.co.in', '44313703', 'Manager'),
(363, 135, '', '', '', '', ''),
(367, 144, 'Rajan Moses', '66893007, 77893007', 'mailtodolphin@gmail.com', '', 'Managing Director'),
(368, 145, '', '', '', '', ''),
(371, 146, 'Ma elisa', '', 'maelisa@7starqatar.com', '44319990', 'Secretary'),
(372, 148, 'Fahad Mukthar', '', 'info@buyer-solutions.net', '444 78 200', ''),
(373, 149, 'Jerry Babu Basheer', '55196752, 77625456', 'jerry.babu@savoysinsurance.com', '44322432', 'General Manager'),
(375, 153, 'Sachin Sharma', '66212200', 'sachin@talalcontracting.com', '44515309', 'Human Resource Management'),
(376, 154, 'Biju', '', 'finedecorwll@gmail.com', '44626355', ''),
(377, 154, 'Joseph', '66893307', 'finedecorwll@gmail.com', '44626355', ''),
(379, 156, 'Usama', '55570390', 'usama@cncqatar.com', '', 'Manager Admin / Finance'),
(380, 155, 'Usama', '55570390', 'usama@cncqatar.com', '', 'Manager Admin / Finance'),
(383, 157, 'Anjali', '77240101', 'career@gulfstardoha.com', '', 'Human Resource'),
(384, 49, 'Mr.Mohammed Amjed', '', 'amjed.innotechtrading@gmail.com', ' 44654199', 'Operations Manager'),
(385, 158, '', '', '', '', ''),
(386, 159, '', '', '', '', ''),
(387, 141, '', '', '', '', ''),
(388, 161, 'Ephrem D''Sa', '55042597', 'd.ephrem@brunel.net', '44666275', 'Finance Manager'),
(389, 162, '', '', '', '', ''),
(392, 165, 'Shameem Tanveer', '66110311', 'shameem@qb-engineering.com', '44327665', 'Manager - Fin & Admin'),
(393, 164, 'Mohammed Wasim Raza', '', 'Wasim.Raza@gulfwarehousing.com', '44508508', 'Sales Executive'),
(397, 167, '', '', '', '', ''),
(398, 166, '', '', '', '', ''),
(399, 151, 'Shamila Ahamad', '55599851', 'best.doha@yahoo.com', '44786837', 'Principal'),
(400, 169, 'Harish Thapa', '', 'harish@light-craft.net', '', 'Admin Assistant'),
(401, 170, 'Sathyanarayan Hegde', '', 'snh@atsqatar.com', '', ''),
(402, 172, '', '', '', '', ''),
(403, 174, '', '', '', '', ''),
(406, 50, 'Shelton Cyral', '55840613', '', ' 44418945, 44327091', 'Business Development Manager'),
(407, 50, 'Anto Dious Valan', '5732343', '', '4418945', 'Accounts Manager '),
(408, 175, 'Vinesh George ', '70200046', 'vinesh@galfarqatar.com.qa', '44677518 (318)', 'Executive Trainer and Development'),
(409, 175, 'Anupam', '55540856', 'anupam@galfarqatar.com.qa', '44677518 (230) ', 'Deputy General Manager');

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

--
-- Table structure for table `customer_corp_info`
--

CREATE TABLE IF NOT EXISTS `customer_corp_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `GroupName` varchar(100) NOT NULL,
  `insured` varchar(200) NOT NULL,
  `Business_activity` varchar(150) NOT NULL,
  `Anual_turnouver` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=119 ;

--
-- Dumping data for table `customer_corp_info`
--

INSERT INTO `customer_corp_info` (`id`, `customer_id`, `GroupName`, `insured`, `Business_activity`, `Anual_turnouver`) VALUES
(1, 1, '', 'Intergroup Shipping W.L.L', 'Logistics', ''),
(2, 2, '', 'Essa Hightech Trad & Cont WLL', 'Trading an Contracting', ''),
(3, 3, '', 'Pantone', 'Advertising and Printing', ''),
(5, 5, '', 'Paragon Shipping and Logistics', 'Logistics', ''),
(6, 6, 'Best Group Of Company', 'Best Group Of Company', 'Education, Catering,Real Estate', ''),
(7, 7, '', 'Lanouvelle', 'Trading and Contracting', ''),
(8, 8, '', 'South West Architecture', '', ''),
(9, 10, '', 'Sea Gulf Trading and Contracting', 'Trading an Contracting', ''),
(10, 11, 'Care n Cure', 'Corniche Pharmacy', 'Pharmacy', ''),
(11, 12, '', 'Hydrocare Trading', 'Trading', ''),
(12, 13, '', 'Basco Qatar', '', ''),
(13, 14, '', 'Horeitia Global W.L.L', 'Trading and Contracting Services', ''),
(14, 15, '', 'Datum Co W.L.L', '', ''),
(15, 16, '', 'Prime Media', '', ''),
(17, 18, '', 'Crompton International Trading and Contracting Co. W.L.L', 'Trading and Contracting', ''),
(18, 19, '', 'Gulf Arch Contracting W.L.L', 'Contracting and Trading ', ''),
(19, 20, '', 'Well Care Group W.L.L', 'Trading an Contracting', ''),
(20, 21, '', 'Lapinsa Construction Company', 'Construction', ''),
(21, 22, '', 'Dulsco Qatar W.L.L', 'Manpower Service & Waste Management', ''),
(23, 24, '', 'Pertroleum Mechanical Trading Co', '', ''),
(24, 25, 'Tamween', 'Project Development Company', 'Catering', ''),
(25, 26, '', 'Oryx Engineering Solutions LLC', 'ngineering Solutions & Contracting', ''),
(26, 27, '', 'Pulse Qatar', 'Trading & Contracting', ''),
(27, 28, '', 'Trans Global Trading and Contracting Co. W.L.L', 'Trading & Contracting', ''),
(28, 29, '', 'Global Mechanical Engineering Co. W.L.L', ' Engineering ', ''),
(29, 31, '', 'National Contracting Co LTD', 'Contracting', ''),
(30, 32, '', 'Al Hamriya Trading(Hamilton)', 'Trading an Contracting', ''),
(31, 36, 'Corniche Parmacy', 'Care n Cure', 'Pharmacy', ''),
(32, 37, '', 'Speetech International Co W.L.L', 'Trading and Contracting', ''),
(33, 38, '', 'Solar Qatar', 'Trading and Contracting', ''),
(34, 39, '', 'Al Able Trading & Contracting W.L.L', 'Trading and Contractiong', ''),
(35, 40, '', 'Space Trading Co. W.L.L', 'Trading and Transport Services', ''),
(36, 41, '', 'Al Ikhlas Intl. Trading & Contracting Co. W.L.L', 'Trading and Contracting', ''),
(37, 42, '', 'Argon Global', 'Trading and Contracting', ''),
(38, 43, '', 'Al Shaghairi Trad & Cont CO W.L.L (Electra)', 'Trading and Contracting', ''),
(39, 44, '', 'ALTech Aluminium & Steel W.L.L', 'Trading and Contracting', ''),
(40, 45, '', 'Apollo Fleet W.L.L', 'Trading and Contracting', ''),
(41, 47, '', 'Abu Hail Group', ' Contracting', ''),
(42, 49, '', 'Innotech Trading W.L.L', 'Trading', ''),
(43, 50, '', 'Exblora', 'Contracting', ''),
(44, 51, '', 'Real Estate Service Group', 'Real estate', ''),
(46, 53, '', 'Techmark Trading and Contracting', 'Trading and Contracting', ''),
(47, 54, '', 'Al Badi Trading and Contracting Company', 'Trading and Contracting', ''),
(48, 55, 'Quality Group', 'Quality Hypermarket W.L.L', 'Hpermarket', ''),
(52, 59, 'Prime Media', 'Bitmax Graphics', '', ''),
(53, 60, '', 'Petrofac Qatar', 'Trading', ''),
(54, 65, '', 'Aero Freight & Logistics WLL', 'Logistics', ''),
(55, 66, 'Aster Medical Centre', 'Wellcare Polyclinic W.L.L', 'Polyclinic', ''),
(56, 67, '', 'Techno Steel Trading and Contracting', 'Trading an Contracting', ''),
(57, 68, '', 'Al Ameen Rent a Car', 'Rent a car', ''),
(58, 69, '', 'Group Securite System', 'Security Guard Services', ''),
(59, 70, '', 'Al Hamad Engineering', '', ''),
(60, 71, '', 'Al Ghaliya Computer Systems W.L.L', '', ''),
(61, 72, '', 'Lai Sun Development Contracting', 'Contracting ', ''),
(62, 73, '', 'Entity', '', ''),
(63, 74, 'Al Russel Trad & Cont Co', 'True Line International ', '', ''),
(64, 75, 'Al Russel Trad & Cont Co', 'Al Russel Trad. and Cont Co. / True Line International ', 'Trading and Contracting', ''),
(65, 77, '', 'Malzamat Qatar', '', ''),
(66, 79, '', 'Al Khaleej Energy W.L.L', 'Contracting and Trading', ''),
(67, 80, '', '', 'Contracting and Trading', ''),
(68, 81, '', 'Shahjan Trading Company W.L.L', 'Trading and Contracting', ''),
(69, 82, '', 'Voltage Engineering Ltd', 'Engineering', ''),
(70, 83, '', 'Apple Contracting and Transport W.L.L', 'Contracting and Transport', ''),
(71, 84, '', 'Innovative Trading and Marketing', 'Trading an Marketing', ''),
(72, 88, '', 'Advanced Technical Sevices Co. W.L.L', 'MEP Contractors', ''),
(73, 99, '', 'SKYLARK Trading and Contracting Co W.L.L', 'Trading an Contracting', ''),
(74, 100, '', 'A and B Associates(Qatar)', 'Surveyors and Loss Abjusters', ''),
(75, 101, '', 'Shutdown Maintenance Services W.L.L ', 'Contracting ', ''),
(76, 102, '', 'Sysnet Solutions and Services ', '', ''),
(77, 103, '', 'Harp Middle East ', '', ''),
(78, 104, '', 'Omega Engineering W.L.L', 'Engineering', ''),
(79, 106, '', 'Al Safa Polyclinic', 'Polyclinic', ''),
(82, 109, '', 'Seagull Trad and Cont Co W.L.L', 'Trading and Contracting', ''),
(83, 110, '', 'Roots Qatar W.L.L', 'Contracting', ''),
(84, 115, '', 'Bridgeway Technical Services Co. W.L.L', 'Technical Services', ''),
(85, 116, 'Corniche Pharmacy', 'Khaleej Pharmacy', 'Pharmacy', ''),
(86, 117, 'Corniche Pharmacy', 'Al Khor Pharmacy', 'Pharmacy', ''),
(87, 119, 'Al Able Trading & Contracting W.L.L', 'Saeed Bin Saad Trading Group', '', ''),
(88, 121, '', 'Options Trading & Contracting Co.', ' Trading & Contracting ', ''),
(89, 122, 'Al Hamriya (Hamilton)', 'Planet Fashion', '', ''),
(90, 123, '', 'QGC Qatar', '', ''),
(91, 126, '', ' India & Gulf Trading Contracting Co W.L.L', 'Trading and Contracting', ''),
(92, 127, 'TECHMARK QATAR', 'Rise and Shine Trading and Contracting Co. W.L.L', 'Trading & Contracting', ''),
(93, 135, 'Corniche Pharmacy', 'Afia Pharmacy', 'Pharmacy', ''),
(94, 141, '', 'Doha Golf Club', 'Golf Club', ''),
(95, 144, '', 'Dolphin Construction Co. W.L.L', 'Contracting', ''),
(96, 145, '', 'Team Pro Qatar', '', ''),
(97, 146, '', 'Seven Stars Trading & General Services ', 'General Services & Trading', ''),
(98, 148, '', 'Buyers Solutions', 'Projects & Supplies Division', ''),
(99, 149, '', 'Savoy Insurance Services', 'Insurance Services', ''),
(100, 151, 'Best Group of Companies', 'International British School Doha', 'Education institution', ''),
(101, 153, '', 'Talal Trad. & Contracting. Co. WLL', 'Trading & Contracting', ''),
(102, 154, '', 'Fine Decor WLL', 'Home Decoration Service  Provider', ''),
(103, 155, 'Corniche pharmacy', 'Shurook Pharmacy', 'Pharmacy', ''),
(104, 156, 'Corniche Pharmacy', 'Mesaimeer Pharmacy', 'Pharmacy', ''),
(105, 157, '', 'Gulf Star Group', 'Contracting', ''),
(106, 158, '', 'Hyundai Engineering & Construction Co.', 'Engineering & Construction', ''),
(107, 159, '', 'Zeal Trading & Contracting Co.', 'Trading & Contracting', ''),
(108, 161, '', 'Brunel Oil and Gas Services WLL', '', ''),
(109, 162, '', 'Chrysolite Services', 'Trading and Contracting Services', ''),
(110, 164, '', 'Petroleum Mechanical Trading', 'Trading and Oilfield Equipment Suppliers', ''),
(111, 165, '', 'QB Engineering ', 'Trading and Contracting', ''),
(112, 166, '', 'Banyan Qatar Engineering and Contracting Company', 'Engineering and Contracting ', ''),
(113, 167, '', 'Sun and Sand Sports', '', ''),
(114, 169, '', 'Lightcraft Trading L.L.C ', 'Trading', ''),
(115, 170, '', 'Associated Technical Services Co ', 'Technical service', ''),
(116, 172, '', ' Exblowra Trading & Cont. Co. W.L.', 'Trading and Contracting ', ''),
(117, 174, '', 'Ventura', '', ''),
(118, 175, '', 'Galfar Al Misnad Engineering and  Contracting  WLL', 'Engineering and Contracting ', '');

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

--
-- Table structure for table `customer_documents`
--

CREATE TABLE IF NOT EXISTS `customer_documents` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `filename` varchar(255) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=71 ;

--
-- Dumping data for table `customer_documents`
--

INSERT INTO `customer_documents` (`id`, `customer_id`, `filename`, `fileid`) VALUES
(3, 33, 'ID.doc', 41),
(5, 44, 'CR_Copy.pdf', 82),
(6, 73, 'C_._card_.pdf', 98),
(7, 11, 'computer_card.pdf', 117),
(8, 42, 'CR_2012.pdf', 164),
(12, 102, '2011CR_COPY.pdf', 193),
(13, 102, '2011CR_COPY1.pdf', 194),
(14, 102, '2011_C_CARD.pdf', 195),
(18, 103, 'CR_2011_pg1.jpg', 200),
(20, 103, 'CR_2011_pg2.jpg', 202),
(21, 11, 'CR1.jpg', 234),
(22, 11, 'CR2.jpg', 235),
(23, 71, 'CR.pdf', 240),
(24, 29, 'CR_1.jpg', 251),
(26, 29, 'CR_2.jpg', 254),
(27, 29, 'CR_11.jpg', 255),
(28, 29, 'CR_12.jpg', 256),
(29, 29, 'CR_21.jpg', 257),
(31, 36, 'CARE_N_CURE_CR_0011.jpg', 386),
(32, 36, 'CARE_N_CURE_CR.jpg', 387),
(34, 121, 'CR_page_1_(1)1.jpg', 389),
(35, 121, 'CR_page_2.jpg', 390),
(36, 121, 'CR_page_1_(1).jpg', 392),
(37, 121, 'CR_page_21.jpg', 393),
(38, 122, 'CR_13.jpg', 396),
(39, 122, 'CR_14.jpg', 397),
(40, 122, 'CR_15.jpg', 400),
(42, 122, 'CR_22.jpg', 402),
(45, 122, 'Computer._Card_copy_.jpg', 405),
(46, 122, 'Computer._Card_copy_1.jpg', 406),
(48, 122, 'CR_16.jpg', 408),
(49, 122, 'CR_23.jpg', 409),
(50, 106, 'CR_Copy1.pdf', 432),
(51, 106, 'CR_Copy2.pdf', 433),
(52, 101, 'CR_copy_-_SMS.pdf', 434),
(53, 49, 'Innotech_Cont_Trad_CR_Copy.pdf', 442),
(54, 75, 'CR_and_Comp_Card_copy_-Al_Russel_Trad_Cont.pdf', 443),
(56, 135, 'AFIYA_CR.jpg', 466),
(57, 135, 'COMPUTER_CARD.jpg', 468),
(58, 135, 'COMPUTER_CARD1.jpg', 469),
(59, 135, 'AFIYA_CR2.jpg', 470),
(60, 135, 'AFIYA_CR3.jpg', 471),
(61, 141, 'C_R_copy.JPG', 488),
(62, 106, 'Al_Safa_Polyclinic_C_R_(2012).pdf', 540),
(63, 70, 'Broker_appointment_letter_-_Al_Hamad_Engineering.pdf', 572),
(64, 1, 'Broker_appointment_letter_-_Intergroup_Shipping.pdf', 573),
(65, 101, 'Insurance_Broker.jpg', 593),
(66, 26, 'Oryx_-_Brokers_Appointment_letter.pdf', 604),
(67, 167, 'Broker_appoint_letter.pdf', 650),
(68, 171, 'MAGDY_MOHAMED010.pdf', 688),
(69, 11, 'QID_NEW.pdf', 703),
(70, 70, 'Al_Hamed_Commercial_Registration_2013.pdf', 726);

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

--
-- Table structure for table `customer_personal_ind`
--

CREATE TABLE IF NOT EXISTS `customer_personal_ind` (
  `id` int(20) NOT NULL AUTO_INCREMENT,
  `customer_id` int(20) NOT NULL,
  `insured` varchar(50) NOT NULL,
  `dob` date NOT NULL,
  `marital_status` varchar(20) NOT NULL,
  `gender` varchar(10) NOT NULL,
  `lphone` varchar(15) NOT NULL,
  `lmobile` varchar(15) NOT NULL,
  `laddress` varchar(100) NOT NULL,
  `lpobox` varchar(15) NOT NULL,
  `lcountry` varchar(25) NOT NULL,
  `lcity` varchar(25) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=58 ;

--
-- Dumping data for table `customer_personal_ind`
--

INSERT INTO `customer_personal_ind` (`id`, `customer_id`, `insured`, `dob`, `marital_status`, `gender`, `lphone`, `lmobile`, `laddress`, `lpobox`, `lcountry`, `lcity`) VALUES
(1, 9, 'Sheikh Hamad Abdulla Thani       J Al Thani', '1960-10-11', '', 'MALE', '', '', '', '', '', ''),
(2, 30, 'Sheikh Hamad Ahmed S J  Al Thani', '2011-06-08', '', 'MALE', '', '', '', '', '', ''),
(3, 33, 'Zaheer Abdulrahman', '1986-03-30', '', 'MALE', '', '', '', '', '', ''),
(4, 34, 'Komal Anil Lalwani', '2011-06-11', '', 'FEMALE', '', '', '', '', '', ''),
(5, 35, 'Kurian Joseph Parumannil', '2011-06-12', '', 'MALE', '', '', '', '', '', ''),
(6, 46, 'Arakka Vettil A Shaji', '2011-06-12', '', 'MALE', '', '', '', '', '', ''),
(7, 48, 'Sami Accaoui', '1966-12-02', '', 'MALE', '', '', '', '', '', ''),
(8, 61, 'Dinesh Babu Elimban', '1974-04-07', '', 'MALE', '', '', '', '', '', ''),
(10, 63, 'Abdurahiman Srampikuni', '1958-01-01', '', 'MALE', '', '', '', '', '', ''),
(11, 64, 'Sivakumar Kartha Chandrasekharan', '2011-06-28', '', 'MALE', '', '', '', '', '', ''),
(12, 76, 'Liji Karakkunnummal', '2011-07-18', '', 'MALE', '', '', '', '', '', ''),
(13, 78, 'Vimal Kumar', '2011-07-24', 'Married', 'MALE', '', '', '', '', '', ''),
(25, 98, 'Rakesh Ramankutty S.R.Poyil', '2011-08-01', '', 'MALE', '', '', '', '', '', ''),
(26, 105, 'Ritto Varghese', '2011-08-09', '', 'MALE', '', '', '', '', '', ''),
(27, 111, 'Sreejith Thalappoyil', '2011-08-14', '', 'MALE', '', '', '', '', '', ''),
(28, 112, 'Mohammed Abdurahiman E.Payanad', '2011-08-15', '', 'MALE', '', '', '', '', '', ''),
(29, 113, 'Rajesh Kumar L.B.Ram', '2011-08-17', '', 'MALE', '', '', '', '', '', ''),
(30, 114, 'Abhishek Ronald Gupta', '2011-08-17', '', 'MALE', '', '', '', '', '', ''),
(31, 118, 'Sheikh Nasser Ahmed S.J. Al Thani', '2011-09-06', '', 'MALE', '', '', '', '', '', ''),
(32, 120, 'Johny Kutty M Chacko', '2011-10-06', '', 'MALE', '', '', '', '', '', ''),
(33, 124, 'Anas Abaza', '2011-10-17', '', 'MALE', '44981778', '66753605', '', '', '', ''),
(34, 125, 'Asif Saleem K.M. Saleem', '2011-10-23', '', 'MALE', '', '', '', '', '', ''),
(35, 128, 'Ramees Muhammed K Muhammed', '2011-10-25', '', 'MALE', '', '', '', '', '', ''),
(36, 129, 'Divya S Nair', '2011-10-27', '', 'FEMALE', '', '', '', '', '', ''),
(37, 130, 'Sheena Kunnel Thomas', '2011-10-27', '', 'FEMALE', '', '', '', '', '', ''),
(38, 131, 'Abdul Lathief Peedika Kandi', '2011-10-30', '', 'MALE', '', '', '', '', '', ''),
(39, 132, 'Ryan Steven Dsilva', '2011-10-30', '', 'MALE', '', '', '', '', '', ''),
(40, 133, 'Vasudevan Namboothiri Divakaran Namboothiri ', '2011-11-01', '', 'MALE', '', '', '', '', '', ''),
(41, 134, 'Koriyan Rappai George ', '2011-11-01', '', 'MALE', '', '', '', '', '', ''),
(42, 136, 'Mohammed Mannil', '2011-11-02', '', 'MALE', '', '', '', '', '', ''),
(43, 137, 'Fayas Mohamed Mukhthar', '2011-11-02', '', 'MALE', '', '', '', '', '', ''),
(44, 138, 'Mohd Rashid J Sh Al Mohannadi', '2011-11-09', '', 'MALE', '', '', '', '', '', ''),
(45, 139, 'Mohd Rashid J Sh Al Mohannadi', '2011-11-09', '', 'MALE', '', '', '', '', '', ''),
(46, 140, 'Shabbir Mistry', '2011-11-10', '', 'MALE', '', '', '', '', '', ''),
(47, 142, 'Mohamed Jassim Mohamed Al Badi Al Madeed', '2011-11-12', '', 'MALE', '', '', '', '', '', ''),
(48, 143, 'Vadakke Mundayate Veetil Sudhakaran ', '2011-11-13', '', 'MALE', '', '', '', '', '', ''),
(49, 147, 'Arif Munir Khan', '2011-11-21', '', 'MALE', '', '', '', '', '', ''),
(50, 150, 'Mohamed Sheriff Poolakundan', '2011-11-28', '', 'MALE', '', '', '', '', '', ''),
(51, 152, 'Mohammed Shaheen', '2011-12-01', '', 'MALE', '', '', '', '', '', ''),
(52, 160, 'Vipinan Chathan K Ayyappan', '2011-12-08', '', 'MALE', '', '', '', '', '', ''),
(53, 163, 'Jaimon Jacob', '2011-12-13', '', 'MALE', '', '', '', '', '', ''),
(54, 168, 'Deepa Mathew', '2011-12-21', '', 'MALE', '', '', '', '', '', ''),
(55, 171, 'Magdy Mohamed ', '2012-01-05', '', 'MALE', '', '', '', '', '', ''),
(56, 173, 'Badhusha Mammasra Yilath', '2012-01-09', '', 'MALE', '', '66437322', '', '', '', ''),
(57, 176, 'Bineshbalu Chekkaran Kodi', '2012-01-12', '', 'MALE', '', '5582 9576', '', '', '', '');

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

--
-- Table structure for table `customer_tracking`
--

CREATE TABLE IF NOT EXISTS `customer_tracking` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `search_value` varchar(200) NOT NULL,
  `search_field` varchar(200) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `search_value` (`search_value`,`search_field`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `customer_tracking`
--

INSERT INTO `customer_tracking` (`id`, `search_value`, `search_field`) VALUES
(1, 'customer_personal_ind~insured~customer_corp_info', 'Customer Name'),
(2, 'customers~code', 'customers Code'),
(3, 'customer_account~account', 'Customer Account'),
(4, ' customer_contact~postbox', 'Post Box'),
(5, 'customer_contact~country', 'Country'),
(6, 'customer_contact~city', 'City'),
(7, 'customer_contact~phone_office', 'Office Phone'),
(8, 'customer_contact~phone_res', 'Resident Phone'),
(9, 'customer_contact~mobile', 'mobile'),
(10, 'customer_contact~fax', 'Fax'),
(11, 'customer_referance~emp_no', 'Reffered Emp No'),
(12, 'customer_referance~emp_name', 'reffered Emp Name');

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

--
-- Table structure for table `customer_tracking_condition`
--

CREATE TABLE IF NOT EXISTS `customer_tracking_condition` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cond_value` varchar(20) NOT NULL,
  `cond_text` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cond_value` (`cond_value`,`cond_text`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `customer_tracking_condition`
--

INSERT INTO `customer_tracking_condition` (`id`, `cond_value`, `cond_text`) VALUES
(1, '=', 'equals'),
(2, '<>', 'not equal '),
(3, 'like', 'starts with'),
(4, 'like', 'ends with'),
(5, 'not like', 'does not contains'),
(6, 'like', 'contains');

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

--
-- Table structure for table `customer_trans`
--

CREATE TABLE IF NOT EXISTS `customer_trans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type_no` int(11) NOT NULL,
  `tran_date` date NOT NULL,
  `account` varchar(20) NOT NULL,
  `memo` mediumtext NOT NULL,
  `amount` double NOT NULL,
  `alloc` double NOT NULL,
  `pid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=895 ;

--
-- Dumping data for table `customer_trans`
--

INSERT INTO `customer_trans` (`id`, `type_no`, `tran_date`, `account`, `memo`, `amount`, `alloc`, `pid`) VALUES
(94, 104, '2011-06-27', 'IDL0002', '', -561, 0, 57),
(45, 48, '2011-06-11', 'IDL0001', '', 1263, 0, 2),
(639, 662, '2011-11-17', 'CRP0046', '', 800, 0, 195),
(638, 661, '2011-11-17', 'IDL0037', '', -1120, 0, 0),
(9, 11, '2011-06-07', 'CRP0011', '', 2975, 0, 5),
(174, 196, '2011-07-11', 'CRP0056', '', 1790, 0, 93),
(50, 53, '2011-06-11', 'IDL0001', '', 1650, 0, 7),
(466, 490, '2011-09-12', 'CRP0010', '', 55, 0, 6),
(725, 751, '2011-12-10', '', '', 2496, 0, 72),
(15, 17, '2011-06-07', 'CRP0009', '', 3063, 0, 10),
(464, 488, '2011-09-12', 'CRP0028', '', 205, 0, 29),
(463, 487, '2011-09-12', 'CRP0028', '', 20, 0, 28),
(324, 349, '2011-08-10', 'CRP0074', '', 5609, 0, 144),
(323, 348, '2011-08-10', 'CRP0074', '', 1682.88, 0, 144),
(322, 347, '2011-08-10', 'CRP0074', '', 1018, 0, 144),
(27, 29, '2011-06-08', 'CRP0009', '', 1550, 0, 16),
(52, 55, '2011-06-11', 'IDL0002', '', 2675, 0, 17),
(28, 30, '2011-06-09', 'CRP0013', '', 6925, 0, 18),
(31, 33, '2011-06-09', 'CRP0030', '', 2675, 0, 19),
(333, 358, '2011-08-11', 'CRP0074', '', 3110, 0, 145),
(334, 359, '2011-08-11', 'CRP0074', '', 1098, 0, 145),
(33, 35, '2011-06-09', 'CRP0013', '', 5934, 0, 22),
(34, 37, '2011-06-09', 'CRP0002', '', 2815, 2815, 23),
(36, 39, '2011-06-09', 'CRP0030', '', 6300, 0, 24),
(355, 384, '2011-08-16', 'CRP0074', '', 3316, 0, 143),
(38, 41, '2011-06-09', 'CRP0002', '', -2815, 2815, 0),
(361, 390, '2011-08-16', 'CRP0047', '', 42650, 0, 153),
(110, 120, '2011-06-30', 'CRP0030', '', 2650, 0, 27),
(329, 354, '2011-08-11', 'CRP0071', '', 45010, 0, 149),
(372, 401, '2011-08-17', 'CRP0065', '', 2612, 0, 132),
(371, 400, '2011-08-17', 'CRP0065', '', 1277, 0, 132),
(370, 399, '2011-08-17', 'CRP0065', '', 2206, 0, 132),
(375, 404, '2011-08-17', 'CRP0065', '', 1277, 0, 132),
(373, 402, '2011-08-17', 'CRP0065', '', 2612, 0, 132),
(374, 403, '2011-08-17', 'CRP0065', '', 2612, 0, 132),
(60, 63, '2011-06-13', 'IDL0005', '', -1600, 1600, 0),
(378, 407, '2011-08-17', 'CRP0065', '', 2204, 0, 132),
(377, 406, '2011-08-17', 'CRP0065', '', 2612, 0, 132),
(64, 70, '2011-06-16', 'CRP0024', '', 27010, 0, 39),
(379, 408, '2011-08-17', 'CRP0065', '', 2206, 0, 132),
(154, 176, '2011-07-07', 'CRP0024', '', 10010, 0, 40),
(380, 409, '2011-08-17', 'CRP0065', '', 2206, 0, 132),
(67, 74, '2011-06-16', 'CRP0024', '', -46655, 0, 0),
(68, 76, '2011-06-16', 'CRP0045', '', 3675, 0, 43),
(69, 77, '2011-06-16', 'CRP0045', '', -3675, 0, 0),
(394, 418, '2011-08-23', 'CRP0037', '', 2206, 0, 92),
(156, 178, '2011-07-07', 'CRP0020', '', 1010, 0, 45),
(397, 421, '2011-08-23', 'CRP0037', '', -930, 0, 92),
(74, 82, '2011-06-20', 'CRP0048', '', 1450, 0, 47),
(398, 422, '2011-08-23', 'CRP0037', '', -930, 0, 92),
(399, 423, '2011-08-23', 'CRP0037', '', -930, 0, 92),
(404, 428, '2011-08-24', 'CRP0037', '', -930, 0, 92),
(146, 167, '2011-07-06', 'CRP0006', '', 1780, 0, 51),
(79, 87, '2011-06-22', 'CRP0015', '', 1730, 0, 52),
(521, 545, '2011-09-29', 'CRP0030', '', 296, 0, 146),
(465, 489, '2011-09-12', 'CRP0028', '', 205, 0, 28),
(82, 90, '2011-06-25', 'IDL0002', '', 1050, 0, 56),
(83, 91, '2011-06-25', 'IDL0002', '', 750, 0, 57),
(84, 93, '2011-06-25', 'IDL0002', '', -561, 0, 57),
(85, 94, '2011-06-26', 'CRP0012', '', -6010, 0, 0),
(86, 95, '2011-06-26', 'CRP0012', '', -5010, 0, 0),
(87, 96, '2011-06-26', 'IDL0010', '', 450, 0, 58),
(470, 494, '2011-09-14', 'CRP0046', '', 2025, 0, 195),
(89, 98, '2011-06-27', 'CRP0013', '', 6925, 0, 60),
(90, 100, '2011-06-27', 'CRP0009', '', 100, 0, 16),
(91, 101, '2011-06-27', 'IDL0002', '', 2450, 0, 61),
(93, 103, '2011-06-27', 'CRP0001', '', 26465, 0, 62),
(95, 105, '2011-06-27', 'CRP0009', '', 85, 0, 16),
(514, 538, '2011-09-27', 'CRP0065', '', 2579, 0, 125),
(97, 107, '2011-06-28', 'CRP0028', '', -5300, 0, 0),
(98, 108, '2011-06-28', 'CRP0001', '', -13002, 0, 0),
(99, 109, '2011-06-28', 'CRP0010', '', 1930, 0, 64),
(522, 546, '2011-09-29', 'CRP0030', '', 22, 0, 171),
(101, 111, '2011-06-28', 'CRP0010', '', 1930, 0, 66),
(102, 112, '2011-06-28', 'CRP0010', '', 1930, 0, 67),
(103, 113, '2011-06-29', 'CRP0030', '', 2650, 0, 68),
(597, 620, '2011-11-02', 'CRP0068', '', 218, 0, 209),
(576, 599, '2011-10-27', 'CRP0001', '', 310, 0, 70),
(618, 641, '2011-11-12', 'CRP0074', '', 137, 0, 145),
(520, 544, '2011-09-29', 'CRP0030', '', 22, 0, 171),
(111, 121, '2011-06-30', 'CRP0001', '', -26465, 0, 0),
(123, 133, '2011-07-02', '', '', 10520, 0, 72),
(636, 659, '2011-11-16', 'CRP0037', '', 800, 0, 92),
(635, 658, '2011-11-16', 'CRP0037', '', -412, 0, 92),
(126, 136, '2011-07-02', 'CRP0052', '', 5280, 0, 73),
(269, 294, '2011-08-04', 'CRP0053', '', 97783, 0, 76),
(129, 139, '2011-07-03', 'CRP0006', '', 850, 0, 77),
(640, 663, '2011-11-17', 'CRP0046', '', 800, 0, 195),
(575, 598, '2011-10-27', 'CRP0001', '', 300, 0, 79),
(134, 144, '2011-07-03', 'CRP0054', '', 1475, 0, 80),
(133, 143, '2011-07-03', 'CRP0054', '', 1475, 0, 81),
(724, 750, '2011-12-08', 'CRP0090', '', 7188.46, 0, 256),
(136, 146, '2011-07-03', 'CRP0054', '', 1475, 0, 83),
(163, 185, '2011-07-11', 'CRP0010', '', 55, 0, 6),
(139, 150, '2011-07-03', 'CRP0035', '', 6283, 0, 84),
(740, 766, '2011-12-14', 'CRP0074', '', 711, 0, 174),
(271, 296, '2011-08-04', 'CRP0053', '', -24446, 0, 0),
(143, 162, '2011-07-05', 'CRP0055', '', 1108, 0, 87),
(144, 163, '2011-07-05', '', '', 6020, 0, 72),
(763, 789, '2011-12-24', 'CRP0019', '', 264.3, 0, 134),
(151, 172, '2011-07-06', 'CRP0054', '', -5900, 0, 0),
(152, 173, '2011-07-06', 'CRP0053', '', -3184, 0, 0),
(153, 174, '2011-07-06', 'CRP0035', '', -6283, 0, 0),
(764, 790, '2011-12-24', 'CRP0019', '', 264.3, 0, 134),
(157, 179, '2011-07-09', 'CRP0020', '', -1010, 0, 0),
(158, 180, '2011-07-10', 'CRP0058', '', 1712, 0, 90),
(159, 181, '2011-07-10', 'CRP0058', '', 1713, 0, 91),
(160, 182, '2011-07-10', 'CRP0058', '', -3425, 0, 0),
(182, 204, '2011-07-13', 'CRP0037', '', 47535, 0, 92),
(165, 187, '2011-07-11', 'CRP0030', '', 1079, 0, 94),
(822, 847, '2012-01-07', 'CRP0090', '', 14075.9, 0, 256),
(172, 194, '2011-07-11', 'IDL0001', '', 5510, 0, 96),
(180, 202, '2011-07-13', 'IDL0001', '', 4010, 0, 97),
(832, 860, '2012-01-10', 'CRP0035', '', -49.57, 0, 84),
(175, 197, '2011-07-12', 'IDL0001', '', 1650, 0, 99),
(176, 198, '2011-07-12', 'CRP0007', '', 1113, 0, 100),
(183, 205, '2011-07-13', 'CRP0038', '', -22652, 0, 0),
(184, 206, '2011-07-13', 'CRP0028', '', 1670, 0, 101),
(185, 207, '2011-07-13', 'CRP0019', '', -54900, 0, 0),
(492, 517, '2011-09-20', 'CRP0055', '', 7161, 0, 102),
(187, 209, '2011-07-13', 'CRP0039', '', -14103, 0, 0),
(212, 236, '2011-07-22', 'CRP0050', '', 75932, 0, 103),
(228, 253, '2011-07-26', 'CRP0010', '', 1375, 0, 104),
(887, 915, '2012-01-23', 'CRP0035', '', 145, 0, 84),
(888, 917, '2012-01-23', 'CRP0035', '', 145, 0, 84),
(243, 268, '2011-08-01', 'IDL0001', '', 750, 0, 107),
(226, 251, '2011-07-26', 'IDL0012', '', 1478, 0, 108),
(210, 232, '2011-07-22', 'CRP0047', '', 9572, 0, 109),
(209, 231, '2011-07-22', 'CRP0047', '', 5010, 0, 110),
(208, 230, '2011-07-22', 'CRP0047', '', 22445, 0, 111),
(203, 225, '2011-07-19', 'CRP0061', '', 1525, 0, 112),
(213, 238, '2011-07-22', 'CRP0006', '', 6685, 0, 113),
(206, 228, '2011-07-21', 'IDL0001', '', 1875, 0, 114),
(230, 255, '2011-07-27', 'CRP0010', '', 1100, 0, 115),
(219, 244, '2011-07-25', 'CRP0049', '', 1671, 0, 116),
(216, 241, '2011-07-25', 'CRP0050', '', -75932, 0, 0),
(221, 246, '2011-07-25', '', '', 2496, 0, 72),
(229, 254, '2011-07-27', '', '', 710, 0, 117),
(231, 256, '2011-07-27', 'CRP0064', '', 7030, 0, 118),
(510, 534, '2011-09-27', 'CRP0064', '', 11495, 0, 119),
(234, 259, '2011-07-27', 'CRP0008', '', -2000, 0, 0),
(235, 260, '2011-07-28', 'CRP0065', '', 2010, 0, 120),
(239, 264, '2011-07-31', 'CRP0067', '', 1895, 0, 121),
(240, 265, '2011-07-31', 'CRP0053', '', -24446, 0, 0),
(241, 266, '2011-08-01', 'IDL0014', '', 400, 0, 122),
(259, 284, '2011-08-03', 'IDL0013', '', 550, 0, 123),
(256, 281, '2011-08-03', 'CRP0065', '', 45055, 0, 124),
(255, 280, '2011-08-03', 'CRP0065', '', 102210, 0, 125),
(254, 279, '2011-08-03', 'CRP0065', '', 1135, 0, 126),
(253, 278, '2011-08-03', 'CRP0065', '', 5160, 0, 127),
(252, 277, '2011-08-03', 'CRP0065', '', 1638, 0, 128),
(460, 484, '2011-09-11', 'CRP0068', '', 25930, 0, 129),
(258, 283, '2011-08-03', 'CRP0002', '', 2550, 0, 130),
(260, 285, '2011-08-04', 'CRP0065', '', 113760, 0, 131),
(261, 286, '2011-08-04', 'CRP0065', '', 76143, 0, 132),
(262, 287, '2011-08-04', 'CRP0065', '', 9740, 0, 132),
(263, 288, '2011-08-04', 'CRP0065', '', -121198, 0, 0),
(264, 289, '2011-08-04', 'CRP0065', '', -215970, 0, 0),
(265, 290, '2011-08-04', 'CRP0002', '', -2550, 0, 0),
(267, 292, '2011-08-04', 'CRP0019', '', -54900, 0, 0),
(357, 386, '2011-08-16', 'CRP0028', '', 2675, 0, 29),
(270, 295, '2011-08-04', 'CRP0002', '', -400, 0, 0),
(356, 385, '2011-08-16', 'CRP0074', '', 3316, 0, 143),
(346, 375, '2011-08-13', 'CRP0010', '', 2955, 0, 133),
(336, 361, '2011-08-11', 'CRP0019', '', 18850, 0, 134),
(277, 302, '2011-08-06', 'CRP0038', '', 13250, 0, 135),
(278, 303, '2011-08-06', 'CRP0068', '', -25920, 0, 0),
(282, 307, '2011-08-07', 'CRP0038', '', 1117, 0, 136),
(280, 305, '2011-08-04', 'CRP0019', '', 54900, 0, 0),
(292, 318, '2011-08-08', 'CRP0072', '', 380, 0, 137),
(293, 319, '2011-08-08', 'CRP0073', '', 1795, 0, 138),
(286, 310, '2011-08-08', 'CRP0007', '', -1113, 0, 0),
(287, 312, '2011-08-08', 'IDL0004', '', -1058, 0, 0),
(288, 313, '2011-08-08', 'IDL0007', '', -750, 0, 0),
(289, 314, '2011-08-08', 'IDL0008', '', -2334, 0, 0),
(290, 315, '2011-08-08', 'IDL0014', '', -400, 0, 0),
(291, 316, '2011-08-08', 'CRP0014', '', -1965, 0, 0),
(294, 317, '2011-08-08', 'CRP0061', '', -1525, 0, 0),
(295, 320, '2011-08-08', 'CRP0048', '', -2900, 0, 0),
(589, 612, '2011-10-31', 'CRP0019', '', 36000, 0, 139),
(297, 322, '2011-08-08', 'CRP0015', '', -3180, 0, 0),
(299, 324, '2011-08-08', 'IDL0001', '', -22718, 0, 0),
(517, 541, '2011-09-27', 'IDL0015', '', 500, 0, 140),
(308, 333, '2011-08-09', 'CRP0074', '', 1280, 0, 141),
(320, 345, '2011-08-10', 'CRP0074', '', 69950, 0, 143),
(321, 346, '2011-08-10', 'CRP0074', '', 95382, 0, 142),
(318, 343, '2011-08-10', 'CRP0074', '', 52140, 0, 145),
(312, 337, '2011-08-09', 'CRP0030', '', 3721, 0, 146),
(345, 370, '2011-08-13', 'CRP0030', '', 3721, 0, 147),
(330, 355, '2011-08-11', 'CRP0071', '', 5757, 0, 149),
(325, 350, '2011-08-10', 'CRP0074', '', -271947.88, 0, 0),
(319, 344, '2011-08-10', 'CRP0074', '', 42152, 0, 144),
(317, 342, '2011-08-10', 'CRP0074', '', 2734, 0, 148),
(331, 356, '2011-08-11', 'CRP0074', '', 3110, 0, 145),
(332, 357, '2011-08-11', 'CRP0074', '', 1098, 0, 145),
(544, 569, '2011-10-11', 'CRP0075', '', 40010, 0, 150),
(337, 362, '2011-08-11', 'CRP0074', '', 354, 0, 144),
(338, 363, '2011-04-11', 'CRP0071', '', -45010, 0, 0),
(339, 364, '2011-08-11', 'CRP0074', '', 3316, 0, 143),
(365, 394, '2011-08-17', 'CRP0075', '', 9010, 0, 151),
(351, 380, '2011-08-14', 'CRP0078', '', 12526, 0, 152),
(344, 369, '2011-08-12', 'CRP0055', '', -1108, 0, 0),
(350, 379, '2011-08-14', 'CRP0011', '', -2975, 0, 0),
(537, 562, '2011-10-09', 'CRP0079', '', 16768, 0, 154),
(518, 542, '2011-09-27', 'IDL0016', '', 400, 0, 156),
(519, 543, '2011-09-27', 'IDL0017', '', 3830, 0, 155),
(358, 387, '2011-08-16', 'CRP0028', '', 2675, 0, 28),
(359, 388, '2011-08-16', 'CRP0047', '', -37027, 0, 0),
(360, 389, '2011-08-16', 'CRP0046', '', -18800, 0, 0),
(362, 391, '2011-08-16', 'CRP0010', '', -7720, 0, 0),
(363, 392, '2011-08-16', 'CRP0010', '', -5975, 0, 0),
(364, 393, '2011-08-16', 'CRP0078', '', -12516, 0, 0),
(427, 451, '2011-09-04', 'CRP0052', '', 9700, 0, 158),
(367, 396, '2011-08-17', 'CRP0065', '', 2612, 0, 132),
(368, 397, '2011-08-17', 'CRP0065', '', 1277, 0, 132),
(369, 398, '2011-08-17', 'CRP0065', '', 2206, 0, 132),
(376, 405, '2011-08-17', 'CRP0065', '', 1277, 0, 132),
(381, 410, '2011-08-17', 'IDL0018', '', 600, 0, 159),
(382, 411, '2011-08-17', 'IDL0019', '', 400, 0, 160),
(383, 412, '2011-08-17', 'CRP0028', '', 900, 0, 161),
(384, 40, '2011-06-09', 'CRP0028', '', 2818, 0, 25),
(386, 42, '2011-06-09', 'CRP0028', '', 1875, 0, 26),
(387, 297, '2011-08-04', 'CRP0028', '', 205, 0, 29),
(388, 298, '2011-08-04', 'CRP0028', '', 205, 0, 28),
(389, 413, '2011-08-20', 'CRP0007', '', 1913, 0, 162),
(490, 515, '2011-09-20', 'CRP0049', '', 750, 0, 163),
(391, 415, '2011-08-22', 'CRP0080', '', 1250, 0, 164),
(563, 586, '2011-10-23', 'CRP0080', '', 1250, 0, 165),
(393, 417, '2011-08-23', 'CRP0037', '', 2206, 0, 92),
(395, 419, '2011-08-23', 'CRP0037', '', -930, 0, 92),
(396, 420, '2011-08-23', 'CRP0037', '', 1192, 0, 92),
(423, 447, '2011-09-03', 'CRP0047', '', 3299, 0, 168),
(407, 431, '2011-08-25', 'CRP0060', '', 3100, 0, 166),
(428, 452, '2011-09-04', 'CRP0052', '', 14392, 0, 157),
(408, 432, '2011-08-25', 'CRP0021', '', 15885, 0, 167),
(454, 478, '2011-09-08', 'CRP0021', '', 63227, 0, 169),
(412, 436, '2011-08-25', 'CRP0007', '', 1913, 0, 170),
(413, 437, '2011-08-25', 'CRP0030', '', 850, 0, 171),
(416, 440, '2011-08-29', 'CRP0024', '', 114690, 0, 172),
(511, 535, '2011-09-27', 'CRP0074', '', 56628, 0, 173),
(418, 442, '2011-08-29', 'CRP0074', '', 139190, 0, 174),
(419, 443, '2011-08-29', 'CRP0074', '', 2188, 0, 175),
(420, 444, '2011-08-29', 'CRP0074', '', 110350, 0, 176),
(421, 445, '2011-08-29', 'CRP0074', '', 59163, 0, 177),
(429, 453, '2011-09-04', 'CRP0009', '', 400, 0, 178),
(432, 456, '2011-09-05', 'CRP0009', '', 400, 0, 179),
(431, 455, '2011-09-05', 'CRP0002', '', 1650, 0, 180),
(436, 460, '2011-09-05', 'CRP0081', '', 750, 0, 181),
(435, 459, '2011-09-05', 'CRP0082', '', 750, 0, 182),
(450, 474, '2011-09-07', 'CRP0034', '', 36130, 0, 183),
(439, 463, '2011-09-06', 'CRP0027', '', 8489, 0, 184),
(440, 464, '2011-09-06', 'CRP0030', '', 22, 0, 171),
(442, 466, '2011-09-06', 'CRP0009', '', 975, 0, 185),
(443, 467, '2011-09-06', 'CRP0009', '', 975, 0, 186),
(444, 468, '2011-09-06', 'CRP0009', '', 850, 0, 187),
(445, 469, '2011-09-06', 'CRP0009', '', 850, 0, 188),
(446, 470, '2011-09-06', 'CRP0009', '', 400, 0, 189),
(447, 471, '2011-09-06', 'IDL0020', '', 2550, 0, 190),
(448, 472, '2011-09-07', 'CRP0030', '', 296, 0, 146),
(453, 477, '2011-09-08', 'CRP0065', '', 2010, 0, 191),
(455, 479, '2011-09-11', 'IDL0011', '', -2140, 0, 0),
(456, 480, '2011-09-11', 'CRP0009', '', -4613, 0, 0),
(457, 481, '2011-09-11', 'IDL0002', '', -3914, 0, 0),
(458, 482, '2011-09-11', 'CRP0028', '', 700, 0, 192),
(459, 483, '2011-09-11', 'IDL0001', '', 12290, 0, 193),
(462, 486, '2011-09-12', 'CRP0036', '', 15299, 0, 194),
(467, 491, '2011-09-12', 'CRP0047', '', -42150, 0, 0),
(468, 492, '2011-09-13', 'CRP0046', '', 3775, 0, 195),
(469, 493, '2011-09-14', 'CRP0046', '', 2025, 0, 195),
(471, 495, '2011-09-18', 'CRP0053', '', -24446, 0, 0),
(472, 496, '2011-09-18', 'CRP0067', '', -1895, 0, 0),
(473, 497, '2011-09-18', 'CRP0083', '', 1550, 0, 196),
(474, 498, '2011-09-18', 'CRP0052', '', -27592, 0, 0),
(475, 499, '2011-09-18', 'CRP0010', '', 2000, 0, 197),
(481, 505, '2011-09-19', 'CRP0010', '', 2350, 0, 198),
(480, 504, '2011-09-19', 'CRP0056', '', 400, 0, 199),
(478, 502, '2011-09-18', 'CRP0052', '', 5280, 0, 200),
(479, 503, '2011-09-18', 'CRP0052', '', 3500, 0, 200),
(482, 506, '2011-09-19', 'IDL0012', '', -1478, 0, 0),
(483, 507, '2011-09-19', 'CRP0073', '', -1795, 0, 0),
(484, 508, '2011-09-19', 'CRP0007', '', -3826, 0, 0),
(485, 509, '2011-09-19', 'CRP0080', '', -2500, 0, 0),
(486, 510, '2011-09-19', 'IDL0013', '', -550, 0, 0),
(487, 512, '2011-09-19', 'CRP0024', '', 9635, 0, 42),
(488, 513, '2011-09-19', 'CRP0021', '', 275, 0, 167),
(489, 514, '2011-09-20', 'IDL0001', '', -12290, 0, 0),
(491, 516, '2011-09-20', 'CRP0030', '', 2675, 0, 201),
(493, 518, '2011-09-20', 'IDL0001', '', 8164, 0, 202),
(494, 519, '2011-09-20', 'CRP0001', '', 1032, 0, 203),
(495, 520, '2011-09-21', 'CRP0032', '', -14020, 0, 0),
(496, 520, '2011-09-21', 'CRP0057', '', -2178, 0, 0),
(497, 521, '2011-09-21', 'CRP0065', '', -6295, 0, 0),
(498, 522, '2011-09-21', 'CRP0065', '', -1638, 0, 0),
(501, 525, '2011-09-25', 'CRP0065', '', 0, 0, 125),
(503, 527, '2011-09-25', 'CRP0064', '', 13518, 0, 204),
(516, 540, '2011-09-27', 'CRP0054', '', 1010, 0, 205),
(515, 539, '2011-09-27', 'CRP0054', '', 2010, 0, 206),
(506, 530, '2011-09-26', 'CRP0064', '', -11485, 0, 0),
(507, 531, '2011-09-26', 'CRP0064', '', -7030, 0, 0),
(508, 532, '2011-09-26', 'CRP0071', '', -5757, 0, 0),
(509, 533, '2011-09-27', 'CRP0028', '', 500, 0, 207),
(512, 536, '2011-09-27', 'IDL0001', '', -9884, 0, 0),
(513, 537, '2011-09-27', 'CRP0046', '', -3775, 0, 0),
(523, 547, '2011-10-01', 'CRP0027', '', -8489, 0, 0),
(525, 549, '2011-10-02', 'CRP0052', '', 1780, 0, 208),
(526, 550, '2011-10-02', 'CRP0068', '', 13253, 0, 209),
(617, 640, '2011-11-12', 'CRP0049', '', 2010, 0, 210),
(528, 553, '2011-10-03', 'CRP0079', '', 5962, 0, 211),
(529, 554, '2011-10-04', 'IDL0020', '', 2550, 0, 212),
(530, 555, '2011-10-04', 'CRP0056', '', 1563, 0, 213),
(531, 556, '2011-10-04', 'CRP0056', '', 1563, 0, 214),
(532, 557, '2011-10-06', 'IDL0021', '', 1370, 0, 215),
(555, 580, '2011-10-16', 'IDL0002', '', 2675, 0, 216),
(535, 560, '2011-10-09', 'IDL0021', '', -1370, 0, 0),
(538, 563, '2011-10-09', 'CRP0031', '', 750, 0, 217),
(543, 568, '2011-10-11', 'CRP0045', '', 1930, 0, 218),
(540, 565, '2011-10-10', 'CRP0030', '', 2650, 0, 219),
(542, 567, '2011-10-10', 'CRP0065', '', 83992, 0, 220),
(545, 570, '2011-10-11', 'CRP0013', '', 85323, 0, 221),
(546, 571, '2011-10-12', 'CRP0065', '', -9740, 0, 0),
(547, 572, '2011-10-12', 'CRP0065', '', -2010, 0, 0),
(548, 573, '2011-10-12', 'CRP0053', '', -24445, 0, 0),
(549, 574, '2011-10-12', 'CRP0053', '', 3184, 0, 76),
(550, 575, '2011-10-12', 'CRP0084', '', 2050, 0, 222),
(551, 576, '2011-10-13', 'CRP0085', '', 2675, 0, 223),
(552, 577, '2011-10-13', 'CRP0010', '', 1335, 0, 224),
(567, 590, '2011-10-23', 'CRP0028', '', 16513, 0, 225),
(554, 579, '2011-10-16', 'CRP0084', '', -2050, 0, 0),
(556, 581, '2011-10-16', 'CRP0013', '', 7975, 0, 226),
(557, 582, '2011-10-17', 'IDL0022', '', 3523, 0, 227),
(558, 583, '2011-10-18', 'CRP0068', '', 208, 0, 209),
(559, 584, '2011-10-19', 'IDL0002', '', -2450, 0, 0),
(560, 584, '2011-10-19', 'IDL0020', '', -2550, 0, 0),
(561, 584, '2011-10-19', 'CRP0009', '', -4935, 0, 0),
(562, 585, '2011-10-19', 'CRP0068', '', -13253, 0, 0),
(565, 588, '2011-10-23', 'CRP0065', '', 2260, 0, 228),
(566, 589, '2011-10-23', 'IDL0023', '', 1300, 0, 229),
(568, 591, '2011-10-24', 'CRP0006', '', 975, 0, 230),
(569, 592, '2011-10-24', 'CRP0006', '', 1050, 0, 231),
(570, 593, '2011-10-25', 'IDL0024', '', 2968, 0, 232),
(571, 594, '2011-10-25', 'CRP0087', '', 385, 0, 233),
(572, 595, '2011-10-25', 'CRP0060', '', 650, 0, 234),
(573, 596, '2011-10-26', 'CRP0042', '', 1655, 0, 235),
(574, 597, '2011-10-26', 'CRP0042', '', 3530, 0, 236),
(578, 601, '2011-10-27', 'CRP0001', '', 3230, 0, 237),
(585, 608, '2011-10-29', 'CRP0071', '', 10580, 0, 238),
(580, 603, '2011-10-27', 'IDL0026', '', 2555, 0, 239),
(583, 606, '2011-10-29', 'IDL0025', '', 1337, 0, 240),
(586, 609, '2011-10-29', 'CRP0010', '', -6190, 0, 0),
(587, 610, '2011-10-30', 'IDL0027', '', 400, 0, 241),
(588, 611, '2011-10-30', 'IDL0028', '', 400, 0, 242),
(592, 615, '2011-10-31', 'CRP0008', '', 85810, 0, 243),
(593, 616, '2011-11-01', 'CRP0041', '', 4133, 0, 38),
(594, 617, '2011-11-01', 'IDL0029', '', 1645, 0, 244),
(595, 618, '2011-11-01', 'IDL0030', '', 1645, 0, 245),
(596, 619, '2011-11-01', 'CRP0089', '', 750, 0, 246),
(598, 621, '2011-11-02', 'IDL0031', '', 2035, 0, 247),
(619, 642, '2011-11-12', 'IDL0032', '', 3970, 0, 248),
(735, 761, '2011-12-13', 'CRP0001', '', 18094, 0, 249),
(602, 625, '2011-11-02', 'CRP0046', '', 950, 0, 250),
(606, 629, '2011-11-02', 'CRP0024', '', 910, 0, 251),
(607, 630, '2011-11-03', 'CRP0024', '', 2410, 0, 252),
(608, 631, '2011-11-09', 'IDL0033', '', 800, 0, 253),
(609, 632, '2011-11-10', 'IDL0035', '', 400, 0, 254),
(812, 837, '2012-01-02', 'CRP0028', '', 400, 0, 255),
(705, 731, '2011-12-04', 'CRP0090', '', 659248, 0, 256),
(613, 636, '2011-11-11', 'CRP0028', '', 6550, 0, 257),
(615, 638, '2011-11-12', 'CRP0028', '', 6550, 0, 258),
(616, 639, '2011-11-12', 'CRP0074', '', 137, 0, 145),
(620, 643, '2011-11-12', 'IDL0036', '', 13760, 0, 259),
(621, 644, '2011-11-13', 'CRP0030', '', 2675, 0, 260),
(622, 645, '2011-11-13', 'CRP0047', '', -3299, 0, 0),
(623, 646, '2011-11-13', 'CRP0064', '', -13518, 0, 0),
(624, 647, '2011-11-13', 'CRP0034', '', -2500, 0, 0),
(626, 649, '2011-11-14', 'IDL0037', '', 1120, 0, 261),
(627, 650, '2011-11-15', 'CRP0074', '', -2928, 0, 173),
(628, 651, '2011-11-15', 'CRP0074', '', -2928, 0, 173),
(629, 652, '2011-11-15', 'CRP0074', '', -2928, 0, 173),
(632, 655, '2011-11-16', 'CRP0092', '', 1599, 0, 262),
(637, 660, '2011-11-17', 'CRP0091', '', 1186, 0, 263),
(633, 656, '2011-11-16', 'CRP0037', '', 800, 0, 92),
(634, 657, '2011-11-16', 'CRP0037', '', -412, 0, 92),
(641, 664, '2011-11-21', 'IDL0038', '', 250, 0, 264),
(642, 665, '2011-11-21', 'CRP0094', '', 1982, 0, 265),
(643, 666, '2011-11-22', 'CRP0010', '', 1908, 0, 266),
(644, 667, '2011-11-22', 'CRP0010', '', 1908, 0, 267),
(645, 668, '2011-11-22', 'CRP0010', '', 1908, 0, 268),
(646, 669, '2011-11-22', 'CRP0010', '', 1908, 0, 269),
(647, 670, '2011-11-22', 'CRP0010', '', 1908, 0, 270),
(664, 687, '2011-11-23', 'CRP0037', '', 1703, 0, 271),
(663, 686, '2011-11-23', 'CRP0037', '', 1703, 0, 272),
(661, 684, '2011-11-22', 'CRP0037', '', 1703, 0, 273),
(660, 683, '2011-11-22', 'CRP0037', '', 1703, 0, 274),
(659, 682, '2011-11-22', 'CRP0037', '', 1703, 0, 275),
(658, 681, '2011-11-22', 'CRP0037', '', 1703, 0, 276),
(657, 680, '2011-11-22', 'CRP0037', '', 1703, 0, 277),
(655, 678, '2011-11-22', 'CRP0013', '', 1940, 0, 278),
(656, 679, '2011-11-22', 'CRP0013', '', 1940, 0, 279),
(662, 685, '2011-11-23', 'CRP0055', '', -7161, 0, 0),
(665, 688, '2011-11-23', 'IDL0029', '', -1645, 0, 0),
(666, 689, '2011-11-23', 'IDL0030', '', -1645, 0, 0),
(667, 690, '2011-11-26', 'CRP0095', '', 3450, 0, 280),
(668, 691, '2011-11-27', 'CRP0021', '', -63227, 0, 0),
(669, 692, '2011-11-28', 'CRP0013', '', 3432, 0, 281),
(670, 693, '2011-11-28', 'CRP0013', '', 6078, 0, 282),
(672, 695, '2011-11-28', 'IDL0039', '', 1890, 0, 283),
(673, 696, '2011-11-28', 'IDL0001', '', 6491, 0, 284),
(674, 697, '2011-11-24', 'CRP0087', '', -385, 0, 0),
(675, 698, '2011-11-27', 'IDL0035', '', -400, 0, 0),
(676, 699, '2011-11-28', 'CRP0096', '', 9602, 0, 285),
(677, 700, '2011-11-30', 'CRP0056', '', 1375, 0, 286),
(678, 701, '2011-12-01', 'CRP0006', '', 700, 0, 287),
(679, 702, '2011-12-01', 'CRP0037', '', 19326, 0, 288),
(680, 703, '2011-12-01', 'CRP0006', '', -2025, 0, 0),
(681, 704, '2011-12-01', 'CRP0046', '', 2950, 0, 289),
(805, 830, '2011-12-28', 'IDL0040', '', 600, 0, 290),
(684, 707, '2011-12-01', 'CRP0030', '', 2560, 0, 291),
(688, 711, '2011-12-03', 'CRP0006', '', 2868, 0, 293),
(687, 710, '2011-12-03', 'CRP0006', '', 3150, 0, 292),
(689, 712, '2011-12-04', 'CRP0010', '', 700, 0, 294),
(690, 713, '2011-12-04', 'CRP0010', '', 1664, 0, 295),
(691, 714, '2011-12-04', 'CRP0010', '', 1664, 0, 296),
(692, 715, '2011-12-04', 'IDL0026', '', -2555, 0, 0),
(693, 716, '2011-12-04', 'IDL0025', '', -1337, 0, 0),
(694, 717, '2011-12-04', 'IDL0032', '', -3970, 0, 0),
(695, 718, '2011-02-10', 'crp0021', '', -15885, 0, 0),
(696, 719, '2011-12-04', 'CRP0008', '', -85810, 0, 0),
(697, 720, '2011-12-04', 'CRP0032', '', -10, 0, 0),
(698, 721, '2011-12-04', 'CRP0039', '', -53, 0, 0),
(699, 723, '2011-12-04', 'CRP0002', '', -1650, 0, 0),
(700, 726, '2011-12-04', 'IDL0036', '', -13760, 0, 0),
(701, 727, '2011-12-04', 'IDL0024', '', -2968, 0, 0),
(702, 728, '2011-12-04', 'IDL0023', '', -1300, 0, 0),
(703, 729, '2011-12-04', 'IDL0031', '', -2035, 0, 247),
(704, 730, '2011-12-04', 'IDL0039', '', -1890, 0, 0),
(706, 732, '2011-12-04', 'CRP0054', '', -3020, 0, 0),
(707, 733, '2011-12-04', 'IDL0028', '', -400, 0, 0),
(708, 734, '2011-12-04', 'CRP0068', '', -228, 0, 0),
(709, 735, '2011-12-04', 'CRP0064', '', -10, 0, 0),
(710, 736, '2011-12-04', 'CRP0092', '', -1599, 0, 0),
(711, 737, '2011-12-04', 'CRP0042', '', 1845, 0, 297),
(712, 738, '2011-12-04', 'CRP0065', '', 900, 0, 132),
(713, 739, '2011-12-04', 'CRP0065', '', 226, 0, 132),
(715, 741, '2011-12-05', 'CRP0098', '', 4896, 0, 298),
(716, 742, '2011-12-05', 'CRP0099', '', 750, 0, 299),
(717, 743, '2011-12-05', 'CRP0100', '', 750, 0, 300),
(718, 744, '2011-12-05', 'CRP0094', '', -1982, 0, 0),
(719, 745, '2011-12-05', 'CRP0074', '', 2734, 0, 301),
(720, 746, '2011-12-05', 'CRP0001', '', -3230, 0, 0),
(721, 747, '2011-12-07', 'IDL0038', '', -250, 0, 0),
(722, 748, '2011-12-08', 'IDL0041', '', 1710, 0, 302),
(723, 749, '2011-12-08', 'CRP0090', '', 7188, 0, 256),
(726, 752, '2011-12-11', 'CRP0030', '', 650, 0, 303),
(727, 753, '2011-12-11', 'CRP0030', '', 650, 0, 304),
(728, 754, '2011-12-12', 'CRP0105', '', 5869, 0, 305),
(803, 828, '2011-12-28', 'IDL0042', '', 1365, 0, 306),
(730, 756, '2011-12-13', 'CRP0052', '', 1745, 0, 307),
(732, 758, '2011-12-13', 'CRP0052', '', 1973, 0, 308),
(733, 759, '2011-12-13', 'CRP0106', '', -36000, 0, 0),
(736, 762, '2011-12-13', 'CRP0106', '', 36000, 0, 309),
(737, 763, '2011-12-14', 'CRP0028', '', 2021, 0, 310),
(738, 764, '2011-12-14', 'CRP0028', '', 2021, 0, 311),
(739, 765, '2011-12-14', 'CRP0074', '', 711, 0, 174),
(741, 767, '2011-12-14', 'CRP0074', '', 711, 0, 174),
(745, 771, '2011-12-19', 'CRP0088', '', 4161, 0, 312),
(743, 769, '2011-12-15', 'CRP0065', '', -6095, 0, 0),
(744, 770, '2011-12-15', 'CRP0065', '', -4589, 0, 0),
(746, 772, '2011-12-19', 'CRP0032', '', 5214, 0, 313),
(748, 774, '2011-12-19', 'CRP0032', '', 2895, 0, 314),
(749, 775, '2011-12-19', 'CRP0032', '', 5214, 0, 315),
(750, 776, '2011-12-19', 'CRP0032', '', 2895, 0, 316),
(751, 777, '2011-12-19', 'CRP0013', '', 5794, 0, 317),
(752, 778, '2011-12-19', 'CRP0037', '', 2085, 0, 318),
(753, 779, '2011-12-19', 'CRP0032', '', 2070, 0, 319),
(754, 780, '2011-12-19', 'CRP0080', '', 1250, 0, 320),
(755, 781, '2011-12-19', 'CRP0080', '', 1250, 0, 321),
(875, 901, '2012-01-18', 'CRP0108', '', 2044, 0, 322),
(757, 783, '2011-12-19', 'CRP0045', '', 1835, 0, 323),
(804, 829, '2011-12-28', 'IDL0043', '', 2652, 0, 324),
(759, 785, '2011-12-21', 'CRP0001', '', 300, 0, 325),
(760, 786, '2011-12-22', 'CRP0074', '', 15875, 0, 326),
(761, 787, '2011-12-22', 'CRP0010', '', 400, 0, 327),
(762, 788, '2011-12-24', 'CRP0019', '', 264.3, 0, 134),
(765, 791, '2011-12-24', 'CRP0024', '', -114690, 0, 0),
(766, 792, '2011-12-24', 'CRP0019', '', -317, 0, 134),
(772, 798, '2011-12-26', 'CRP0107', '', 16685, 0, 328),
(768, 794, '2011-12-26', 'CRP0037', '', -14006, 0, 0),
(769, 795, '2011-12-26', 'CRP0079', '', -5962, 0, 211),
(770, 796, '2011-12-26', 'CRP0107', '', 5010, 0, 329),
(777, 803, '2011-12-26', 'CRP0065', '', 100602, 0, 330),
(774, 800, '2011-12-26', 'CRP0036', '', -15299, 0, 0),
(775, 801, '2011-12-26', 'CRP0065', '', 40550, 0, 331),
(778, 804, '2011-12-26', 'CRP0065', '', 1440, 0, 332),
(779, 805, '2011-12-26', 'CRP0065', '', 1023, 0, 333),
(780, 806, '2011-12-26', 'CRP0065', '', 4645, 0, 334),
(781, 807, '2011-12-26', 'CRP0065', '', 58397, 0, 335),
(782, 808, '2011-12-26', 'CRP0065', '', 122450, 0, 336),
(783, 809, '2011-12-26', 'CRP0053', '', 25010, 0, 337),
(784, 810, '2011-12-26', 'CRP0028', '', 1875, 0, 338),
(785, 811, '2011-12-26', 'CRP0028', '', 2818, 0, 339),
(786, 812, '2011-12-27', 'CRP0080', '', -2500, 0, 0),
(787, 813, '2011-12-27', '', '', 727.33, 0, 72),
(788, 814, '2011-12-27', 'CRP0110', '', 1170, 0, 340),
(789, 815, '2011-12-27', 'IDL0020', '', 580, 0, 212),
(790, 816, '2011-12-27', 'IDL0018', '', -600, 0, 0),
(791, 817, '2011-12-27', 'IDL0019', '', -400, 0, 0),
(792, 818, '2011-12-27', 'IDL0041', '', -1710, 0, 0),
(793, 819, '2011-12-27', 'CRP0090', '', -329624, 0, 0),
(794, 819, '2011-12-27', 'CRP0090', '', -329624, 0, 0),
(795, 820, '2011-12-27', 'CRP0075', '', -9010, 0, 0),
(796, 821, '2011-12-27', 'CRP0037', '', -47535, 0, 0),
(797, 822, '2011-12-27', 'CRP0037', '', 2085, 0, 341),
(798, 823, '2011-12-27', 'CRP0037', '', -3488, 0, 0),
(799, 824, '2011-12-27', 'CRP0037', '', 2085, 0, 342),
(800, 825, '2011-12-27', 'CRP0037', '', -3942, 0, 0),
(801, 826, '2011-12-27', 'CRP0037', '', 4635, 0, 343),
(806, 831, '2011-12-29', 'CRP0042', '', -7030, 0, 0),
(807, 832, '2011-12-29', 'CRP0090', '', -4160.25, 0, 256),
(808, 833, '2011-12-30', 'CRP0074', '', -75000, 0, 0),
(809, 834, '2012-01-01', 'CRP0111', '', 10400, 0, 344),
(810, 835, '2012-01-01', 'CRP0021', '', 19727, 0, 345),
(857, 884, '2012-01-15', 'CRP0021', '', 5000, 0, 346),
(813, 838, '2012-01-03', 'IDL0013', '', 500, 0, 347),
(814, 839, '2012-01-03', 'CRP0006', '', 700, 0, 348),
(816, 841, '2012-01-03', 'CRP0095', '', 1635, 0, 349),
(817, 842, '2012-01-03', 'CRP0037', '', 2085, 0, 350),
(818, 843, '2012-01-03', 'CRP0037', '', 2085, 0, 351),
(819, 844, '2012-01-05', 'CRP0053', '', 65252, 0, 352),
(820, 845, '2012-01-05', 'IDL0044', '', 2170, 0, 353),
(821, 846, '2012-01-07', 'CRP0090', '', 14075.9, 0, 256),
(823, 848, '2012-01-08', 'CRP0001', '', 1000, 0, 354),
(824, 849, '2012-01-08', 'CRP0010', '', 1440, 0, 355),
(827, 852, '2012-01-08', 'CRP0021', '', 6510, 0, 356),
(828, 854, '2012-01-08', 'CRP0035', '', 124, 0, 84),
(829, 856, '2012-01-08', 'CRP0035', '', -49.57, 0, 84),
(830, 857, '2012-01-09', 'IDL0045', '', 400, 0, 357),
(831, 858, '2012-01-09', 'CRP0113', '', 400, 0, 358),
(833, 861, '2012-01-10', 'CRP0053', '', -12000, 0, 0),
(834, 862, '2012-01-10', 'CRP0110', '', -1170, 0, 0),
(835, 863, '2012-01-10', 'CRP0072', '', -380, 0, 0),
(836, 864, '2012-01-10', 'CRP0032', '', -18288, 0, 0),
(837, 865, '2012-01-10', 'CRP0010', '', 1250, 0, 359),
(838, 866, '2012-01-10', 'CRP0010', '', 1250, 0, 360),
(839, 867, '2012-01-10', 'CRP0010', '', 1250, 0, 361),
(840, 868, '2012-01-11', 'CRP0037', '', -14006, 0, 0),
(841, 870, '2012-01-11', 'CRP0090', '', -1285.36, 0, 256),
(842, 871, '2012-01-11', 'CRP0010', '', -5961, 0, 0),
(843, 871, '2012-01-11', 'CRP0010', '', -9540, 0, 0),
(844, 872, '2012-01-11', 'CRP0031', '', 750, 0, 362),
(845, 873, '2012-01-11', 'CRP0039', '', 0, 0, 98),
(846, 869, '2012-01-11', 'CRP0037', '', 14006, 0, 0),
(847, 874, '2012-01-12', 'IDL0046', '', 600, 0, 363),
(848, 875, '2012-01-12', 'IDL0046', '', -600, 0, 0),
(849, 876, '2012-01-11', 'CRP0113', '', -400, 0, 0),
(850, 877, '2012-01-11', 'IDL0045', '', -400, 0, 0),
(851, 878, '2012-01-12', 'CRP0021', '', 6400.85, 0, 169),
(871, 897, '2012-01-18', 'CRP0021', '', 11761.47, 0, 364),
(867, 893, '2012-01-16', 'CRP0021', '', 7700, 0, 365),
(854, 881, '2012-01-15', 'CRP0045', '', -2730, 0, 0),
(855, 882, '2011-07-02', 'CRP0052', '', -5280, 0, 0),
(856, 883, '2012-01-15', 'CRP0052', '', -5280, 0, 200),
(858, 885, '2012-01-15', 'CRP0052', '', -1780, 0, 0),
(859, 886, '2012-01-15', 'IDL0022', '', -3523, 0, 0),
(860, 887, '2012-01-15', 'IDL0042', '', -1365, 0, 0),
(861, 888, '2012-01-15', 'IDL0001', '', -6491, 0, 0),
(862, 889, '2012-01-15', 'IDL0020', '', -2550, 0, 0),
(863, 889, '2012-01-15', 'IDL0020', '', -580, 0, 0),
(864, 890, '2012-01-15', 'IDL0002', '', -2675, 0, 0),
(865, 891, '2012-01-16', 'CRP0055', '', 1365, 0, 366),
(866, 892, '2012-01-16', 'CRP0045', '', 2683, 0, 46),
(869, 895, '2012-01-18', 'CRP0075', '', 9575, 0, 367),
(870, 896, '2012-01-18', 'CRP0071', '', 22746, 0, 368),
(872, 898, '2012-01-18', 'CRP0045', '', -3718, 0, 0),
(873, 899, '2012-01-18', 'CRP0065', '', 4960, 0, 369),
(876, 902, '2012-01-19', 'CRP0030', '', 1525, 0, 370),
(879, 905, '2012-01-21', 'CRP0071', '', 650, 0, 371),
(878, 904, '2012-01-19', 'CRP0075', '', -224, 0, 367),
(880, 906, '2012-01-21', 'CRP0071', '', 476, 0, 368),
(881, 907, '2012-01-21', 'CRP0075', '', -20000, 0, 0),
(882, 908, '2012-01-21', 'CRP0075', '', -20000, 0, 0),
(883, 909, '2012-01-22', 'CRP0046', '', -950, 0, 0),
(884, 910, '2012-01-22', 'CRP0046', '', -2950, 0, 0),
(885, 911, '2012-01-22', 'IDL0040', '', -600, 0, 0),
(886, 913, '2012-01-23', 'CRP0035', '', 145, 0, 84),
(889, 918, '2012-01-24', 'CRP0010', '', 66, 0, 224),
(890, 919, '2012-01-25', 'CRP0052', '', -3718, 0, 0),
(891, 920, '2012-01-25', 'CRP0088', '', -4161, 0, 0),
(892, 921, '2012-01-26', 'CRP0079', '', -16768, 0, 0),
(893, 922, '2012-01-26', 'CRP0107', '', 7900, 0, 372),
(894, 923, '2012-01-26', 'CRP0065', '', -83992, 0, 0);

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

--
-- Table structure for table `customer_type`
--

CREATE TABLE IF NOT EXISTS `customer_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ctype` varchar(20) NOT NULL,
  `prefix` varchar(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `customer_type`
--

INSERT INTO `customer_type` (`id`, `ctype`, `prefix`) VALUES
(1, 'individual', 'IDL'),
(2, 'corporate', 'CRP');

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

--
-- Table structure for table `cust_allocate`
--

CREATE TABLE IF NOT EXISTS `cust_allocate` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `from` int(11) NOT NULL,
  `pid` int(11) NOT NULL,
  `amount` double NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `cust_allocate`
--

INSERT INTO `cust_allocate` (`id`, `from`, `pid`, `amount`) VALUES
(4, 60, 33, 1600),
(5, 38, 23, 2815);

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

--
-- Table structure for table `dailyactivity`
--

CREATE TABLE IF NOT EXISTS `dailyactivity` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `staffid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=43 ;

--
-- Dumping data for table `dailyactivity`
--

INSERT INTO `dailyactivity` (`id`, `date`, `staffid`) VALUES
(1, '2010-06-19', 6),
(2, '2010-06-19', 6),
(3, '2010-06-19', 6),
(4, '2011-06-20', 6),
(5, '2011-06-20', 6),
(6, '2011-06-20', 6),
(7, '2011-06-21', 6),
(8, '2011-06-22', 6),
(9, '2011-06-25', 6),
(10, '2010-01-23', 6),
(11, '2011-06-25', 6),
(12, '2011-06-25', 6),
(13, '2011-06-25', 6),
(14, '2011-06-28', 6),
(15, '2011-07-05', 6),
(16, '2011-07-09', 6),
(17, '2011-07-10', 6),
(18, '2011-07-19', 6),
(19, '2011-07-20', 6),
(20, '2011-08-01', 6),
(21, '2011-08-01', 6),
(22, '2011-08-26', 6),
(24, '2011-08-29', 6),
(25, '2011-09-04', 6),
(26, '2011-09-08', 6),
(27, '2011-09-11', 6),
(28, '2011-09-12', 6),
(29, '2011-10-11', 6),
(30, '2011-10-13', 6),
(31, '2011-10-18', 6),
(32, '2010-10-20', 6),
(33, '2010-10-23', 6),
(34, '2010-10-24', 6),
(35, '2011-10-31', 6),
(36, '2011-11-28', 6),
(37, '2011-12-04', 6),
(38, '2011-11-16', 6),
(39, '2011-12-07', 6),
(40, '2011-12-01', 6),
(41, '2011-11-28', 6),
(42, '2011-12-10', 6);

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

--
-- Table structure for table `dailyactivitydetails`
--

CREATE TABLE IF NOT EXISTS `dailyactivitydetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `activityid` int(11) NOT NULL,
  `time` varchar(50) NOT NULL,
  `name` varchar(100) NOT NULL,
  `contact_person` varchar(100) NOT NULL,
  `designation` varchar(100) NOT NULL,
  `tel_no` varchar(30) NOT NULL,
  `remarks` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `activityid` (`activityid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=148 ;

--
-- Dumping data for table `dailyactivitydetails`
--

INSERT INTO `dailyactivitydetails` (`id`, `activityid`, `time`, `name`, `contact_person`, `designation`, `tel_no`, `remarks`) VALUES
(14, 1, '7.30', 'Chandraprakash Kulkarni', '', 'Head- MIS', '55225013', 'Medicals Completed'),
(16, 2, '7.30', 'Atul Kulkarni', '', 'Accounts', '55225046', 'Medicals Completed'),
(18, 3, '11.30', 'Karatt', '', 'Sr Analyst', '', 'Medicals Completed'),
(19, 4, '12.30', 'Narendra Dutta', '', 'CFO', '55669021', 'Medicals Completed'),
(21, 5, '9.00am', 'Hairdas', 'Essa Trading', 'GM', '55038275', 'Final Meeting on 21/6/11'),
(23, 6, '10.30', 'Pravin Jape', '', 'Director-Finance', '55366924', 'Meeting fixed on 25/6/11'),
(48, 8, '11.00', 'Subir Pal', '', '', '55207658 ', 'Call next week.'),
(49, 8, '11.10', 'Sanjay Kosla ', '', '', '55569172 ', 'Travelling to India, Call on last week of July'),
(50, 8, '11.15', 'Babu ', '', '', '55224072 ', 'Call after 2011-7-10'),
(51, 8, '12.30', 'Dr Prakash Joseph ', '', '', '55498303 ', 'Call on Sunday after 4pm'),
(52, 7, '10.30', 'Naidu', '', '', '', 'Meeting next wednesday'),
(53, 9, '10.30', 'Pravin Jape', '', 'Director- Nakilat', '', 'Call on 05-07-2011'),
(56, 12, '12.30', 'A D Sharma ', '', '', '55470734 ', 'Email to be sent.sarma.anupindi@gmail.com\n'),
(57, 11, '12.30', 'Prakash Dsouza', '', '', '55283941 ', 'Call and confirm the Meeting on Sunday'),
(58, 13, '12.45', 'Gurupreet', '', '', '33251417 ', 'Call after 1 hr '),
(59, 10, '5.30', 'Javed Khan', '', 'Engineer-QP', '', 'Call after 15-07-2011'),
(71, 15, '10.30', 'Thomas M ', '', 'Marketing Manager ', '55175007 ', 'Sent details on E mail\n'),
(72, 15, '10.45', 'Qatar Logistics ', 'Balachandran ', 'Manager ', '55844835 ', 'Call later. 5/7/11\n'),
(73, 15, '11.30', 'Abdullah Trading ', 'Surendran ', 'Manager ', '55873905 ', 'Call after 10th August\n'),
(74, 15, '6.30', 'Gold line Printing', 'Joy George', 'MD', '55230629', 'Follow up'),
(75, 14, '9.30', 'P K Jahangeer ', '', '', '55505674 ', 'Call after 1 week.\n'),
(76, 14, '9.30', 'Mr Tarun/Shibu ', '', '', '66576578 ', 'Met. Follow up\n'),
(77, 14, '9.45', 'M V Sithra Vel ', '', '', '55835902 ', 'Apt Fixed 5/7/11\n'),
(78, 14, '10.00', 'Binu David ', '', '', '77560375 ', 'Will Call back\n'),
(79, 14, '10.30', 'Joy George  ', '', '', '55230629 ', 'Met. Follow up\n'),
(80, 14, '10.30', 'Lakshmi Narayanan ', '', '', '55898103 ', 'Call on 5/7/.11\n'),
(81, 14, '10.30', 'Fareek Thikkodi ', '', '', '55534934 ', 'Not Reachable\n'),
(82, 14, '10.30', 'S Rajan ', '', '', '55886012 ', 'Call after 1 week ie 5/7/11\n'),
(83, 14, '11.00', 'Suneej Sudhakaran ', '', '', '55863727 ', 'Met. Follow up\n'),
(84, 14, '11.30', 'Ramesh Babu ', '', '', '55347732 ', 'Busy/Call on 5/7/11\n'),
(85, 14, '11.45', 'Sajeevan ', '', '', '55547573 ', 'Call after 10/8/11\n'),
(86, 16, '10.30', 'Vipin', '', 'Engineer', '55703126', 'Closed Vision'),
(90, 17, '10.30', 'John Mathew ', '', 'Head of LDPE3 ', '55871493 ', 'Contact her daughter in Mumbai.'),
(91, 17, '12.30', 'Khan Zada Imitiaz', '', 'Specialist', '55893265 ', 'Closed 10 lacs Adv pay Foresight'),
(92, 17, '4.30', 'Jacob Mathew', '', 'DCS Senior Specialist - Olefins Support ', '55432809 ', 'Think and revert. Call on Aug last week'),
(95, 18, '5-30', 'Narayanan', '', 'CA', '66090495', 'Closed'),
(96, 19, '6.30', 'Dhanshekar', '', 'Engineer', '66910851', 'Closed'),
(97, 20, '10.30', 'Jaishankar ', '', 'Head- Projects Accounts ', '33937880 ', 'Closed'),
(98, 21, '12.30', 'Prasad ', '', 'Auditor', '66551261 ', 'Closed'),
(105, 22, '11.30', 'Seema Nair ', '', 'Accountant', '5549493 ', 'will invest on 1st week of sep'),
(106, 22, '11.30', 'Sushma Kulkarni', '', 'Nakilat', '55225046', 'Closed'),
(107, 22, '12.30', 'Krishnendu', '', 'BDM-Petrofac', '33184850', 'Closed'),
(108, 22, '1.00', 'Fariz', '', '', '55357438', 'Will meet on saturday.'),
(109, 22, '1.30', 'Ravi Joshi', '', 'Head- Cr Commercial Bank', '33691296', ''),
(113, 24, '9.30a', 'Nikhil Karan', '', 'Head- Accounts Ras Gas', '55357446', 'Closed P;latinum'),
(114, 24, '10.30', 'Karunakran Nair', '', 'Doha Trading and Contracting', '55598982`', 'Think and revert'),
(115, 24, '11.45', 'Cherian Verghese', '', 'Al Aba traders', '30126751', 'Need comparison with ICICI. Already Sent'),
(116, 25, '11.30', 'Gopal Subramanium', '', 'Partner', '55841765', 'Medicals fixed. Also pitched platinum for his wife.'),
(117, 25, '3.30', 'Khanzada', '', 'Lab tech/ QP', '5589326', 'Pitched plat adv premium'),
(123, 26, '9.00', 'Joseph ', '', 'Dept Head- Doha Bank', '66748152', 'closed 1 lac'),
(124, 26, '', '', '', '', '', 'P'),
(125, 27, '11.30', 'Mr Mehta', '', 'Dept Head- Ahli banl', '55844738', 'Pitched 1 lav foresight'),
(126, 28, '9.30', 'Mr Fariz', '', 'Officer - Qatar Airways', '55357438', 'Pitched foresight. Will decide and let us know next week.'),
(127, 28, '3.30', 'Amit Kumar', '', 'Manager- Doha bank', '66736425', 'Pitched vision and foresight.. Looking for pure MF '),
(128, 29, '3.30', 'Ramdas', '55839795', 'GM Deco tech', '55839795', 'Pitched pension 2 lacs. '),
(129, 30, '12.30', 'Mr Mehra', '', 'Manager', '55844738', 'Closed 1 lac foresight.'),
(130, 31, '1-30', 'Joseph', '', 'Director- Al Naad trad', '55527605', 'Pitched Bachat Money back for his son. Asked to come on Friday for documentation'),
(133, 34, '1.00', 'Kanazada and team', '', 'QAPCO- Lab', '5583265', 'Presentation on pension product'),
(134, 32, '2.30', 'Binu', '', 'MD- Al Shal Cont', '55527605', 'Pitched 1 lac foresight for himself for short term investment and 50k vision for his son.'),
(136, 33, '9.30', 'Tarun Kumat', '', 'Manager- Arctic ', '66576578', 'Closed 50k vision'),
(137, 35, '3.30', 'Stany', '', 'Shah Jahan Trading', '', 'Pitched 1 lac foresight. Will think and revert.'),
(138, 36, '3.30', 'Al Sajaya Trading & Cont', 'Mr Salam', 'GM', '55012375', 'Will send the details to us.'),
(139, 36, '', '', '', '', '', ''),
(141, 37, '9.30', 'Ultraline Logistics', 'Mr Sabu Sukumaran', 'MD', '55829017', 'Final meeting on 15/12/11.'),
(142, 38, '7.30', 'Al Aflak Trading & Cont', 'Mr Unnikrishnan', 'GM', '55824316', 'Will send the details of employees for WC.'),
(143, 39, '3.00', 'Brunel Enerrgy', 'Mt Ephrem Dzousa/ Vishwanath', 'FM', '44666275/55501536', 'Waiting for the details.'),
(145, 40, '4.30', 'Build inn', 'Sreenivasan', 'MD', '55576275', 'Closed platinum 1.25lsc qtrly.'),
(146, 41, '1.30', 'Sun & Sand sports', 'Mr Vasant', 'Area Manager', '33172728', 'Quotation sent. Waiting for confirmation.'),
(147, 42, '9.00', 'Mr Kulkarni', '', 'FM', '55225046', 'Closed 1 lac foresight with 30 times SA');

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

--
-- Table structure for table `datasheet`
--

CREATE TABLE IF NOT EXISTS `datasheet` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `coverid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `datasheet`
--

INSERT INTO `datasheet` (`id`, `coverid`) VALUES
(1, 1);

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

--
-- Table structure for table `datasheet_files`
--

CREATE TABLE IF NOT EXISTS `datasheet_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `datasheet_id` int(11) NOT NULL,
  `filename` varchar(30) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `datasheet_id` (`datasheet_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration`
--

CREATE TABLE IF NOT EXISTS `declaration` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_header` varchar(250) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `quotation_ref` varchar(30) NOT NULL,
  `est_suminsured` double DEFAULT NULL,
  `certificate_refno` varchar(50) NOT NULL,
  `certificate_no` varchar(50) NOT NULL,
  `policyid` int(11) NOT NULL,
  `currencytype` int(5) NOT NULL,
  `declarationdate` date NOT NULL,
  `createddate` datetime NOT NULL,
  `suminsured_desctitle` varchar(100) NOT NULL,
  `suminsured_sumtitle` varchar(100) NOT NULL,
  `total_sumtitle` varchar(100) NOT NULL,
  `total_sumtitle_amount` double NOT NULL,
  `status` varchar(100) NOT NULL DEFAULT 'Created',
  PRIMARY KEY (`id`),
  UNIQUE KEY `certificate_refno` (`certificate_refno`),
  KEY `cover_id` (`cover_id`),
  KEY `customer_id` (`customer_id`),
  KEY `policyid` (`policyid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_files`
--

CREATE TABLE IF NOT EXISTS `declaration_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `filename` varchar(250) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_form`
--

CREATE TABLE IF NOT EXISTS `declaration_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `labelname` varchar(250) NOT NULL,
  `value` longtext NOT NULL,
  `fieldtype` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_mofconveyance`
--

CREATE TABLE IF NOT EXISTS `declaration_mofconveyance` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_premiumdetails`
--

CREATE TABLE IF NOT EXISTS `declaration_premiumdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `premium` double NOT NULL,
  `insurance_company_id` int(11) NOT NULL DEFAULT '0',
  `brokerage` int(11) NOT NULL,
  `payment_method` varchar(10) NOT NULL DEFAULT 'credit',
  `policy_fees` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`declaration_id`),
  KEY `insurance_company_id` (`insurance_company_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_project_period`
--

CREATE TABLE IF NOT EXISTS `declaration_project_period` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `fromdate` date NOT NULL,
  `todate` date NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_rate`
--

CREATE TABLE IF NOT EXISTS `declaration_rate` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `ratesection` varchar(200) NOT NULL,
  `rate` varchar(25) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_section`
--

CREATE TABLE IF NOT EXISTS `declaration_section` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `section` varchar(250) NOT NULL,
  `section_title` varchar(250) NOT NULL,
  `total_suminsured` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_stakeholders`
--

CREATE TABLE IF NOT EXISTS `declaration_stakeholders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `percentage` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`declaration_id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_status`
--

CREATE TABLE IF NOT EXISTS `declaration_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `statusdate` date NOT NULL,
  `statusmode` varchar(250) NOT NULL,
  `address` varchar(250) NOT NULL,
  `docstatus` varchar(250) NOT NULL,
  `statusresponse` varchar(250) NOT NULL,
  `statusremarks` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_sum_insured`
--

CREATE TABLE IF NOT EXISTS `declaration_sum_insured` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `description` varchar(250) NOT NULL,
  `amount` double NOT NULL,
  `section_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `declaration_voyage`
--

CREATE TABLE IF NOT EXISTS `declaration_voyage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `declaration_id` int(11) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `declaration_id` (`declaration_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `deductible`
--

CREATE TABLE IF NOT EXISTS `deductible` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `deductible` varchar(200) NOT NULL,
  `description` varchar(200) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `default_currency`
--

CREATE TABLE IF NOT EXISTS `default_currency` (
  `currency_id` int(10) NOT NULL,
  KEY `currency_id` (`currency_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `default_currency`
--

INSERT INTO `default_currency` (`currency_id`) VALUES
(1);

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

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

CREATE TABLE IF NOT EXISTS `department` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `departmentcode` varchar(20) DEFAULT NULL,
  `departmentname` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

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

INSERT INTO `department` (`id`, `departmentcode`, `departmentname`) VALUES
(1, 'DEPT-101', 'Administration'),
(2, 'DEPT-102', 'Marketing Department');

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

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

CREATE TABLE IF NOT EXISTS `designation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `designationcode` varchar(20) NOT NULL,
  `designation` varchar(100) NOT NULL,
  `reportingtoid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

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

INSERT INTO `designation` (`id`, `designationcode`, `designation`, `reportingtoid`) VALUES
(1, 'DESG-101', 'Managing Director', 1),
(2, 'DESG-102', 'General Manager', 1),
(3, 'DESG-103', 'Relationship Manager', 2),
(4, 'DESG-104', 'Sr.Business Development Manager', 2),
(5, 'DESG-105', 'Business Development Executive', 2),
(6, 'DESG-106', 'Administration Executive', 2),
(7, 'DESG-107', 'Asst.Vice President', 2);

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

--
-- Table structure for table `directory`
--

CREATE TABLE IF NOT EXISTS `directory` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `dirname` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `emp_salary_slip`
--

CREATE TABLE IF NOT EXISTS `emp_salary_slip` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `employee_id` int(11) NOT NULL,
  `salary_date` date NOT NULL,
  `pay_date` date NOT NULL,
  `basic_salary` double NOT NULL,
  `allowance` double NOT NULL,
  `deduction` double NOT NULL,
  `netpayment` double NOT NULL,
  `currencytype` int(11) NOT NULL,
  `paidamount` double NOT NULL,
  `unpost` tinyint(4) NOT NULL DEFAULT '1',
  `commission` double NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `emp_salary_slip`
--

INSERT INTO `emp_salary_slip` (`id`, `employee_id`, `salary_date`, `pay_date`, `basic_salary`, `allowance`, `deduction`, `netpayment`, `currencytype`, `paidamount`, `unpost`, `commission`) VALUES
(1, 2, '2011-07-04', '2011-07-04', 20000, 0, 0, 20000, 1, 20000, 0, 0),
(2, 3, '2011-07-04', '2011-07-04', 3000, 0, 0, 3000, 1, 3000, 0, 0),
(3, 5, '2011-07-04', '2011-07-04', 3000, 500, 0, 3500, 1, 3500, 0, 0),
(4, 6, '2011-07-04', '2011-07-04', 4000, 4000, 0, 8000, 1, 8000, 0, 0);

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

--
-- Table structure for table `endorsement`
--

CREATE TABLE IF NOT EXISTS `endorsement` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `policyid` int(11) NOT NULL,
  `endpolicyno` varchar(25) NOT NULL,
  `date` date NOT NULL,
  `endrefno` varchar(30) NOT NULL,
  `mode` varchar(50) NOT NULL,
  `actype` varchar(100) NOT NULL,
  `premiumchange` double NOT NULL,
  `policyfeeschange` double NOT NULL,
  `remarks` text NOT NULL,
  `paymentoptions` varchar(30) NOT NULL,
  `enddate` date NOT NULL,
  PRIMARY KEY (`id`),
  KEY `policyid` (`policyid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=109 ;

--
-- Dumping data for table `endorsement`
--

INSERT INTO `endorsement` (`id`, `policyid`, `endpolicyno`, `date`, `endrefno`, `mode`, `actype`, `premiumchange`, `policyfeeschange`, `remarks`, `paymentoptions`, `enddate`) VALUES
(2, 14, '01-MTP-2011-000', '2011-06-27', 'SAV/5/2011/3/E1', 'Addition', '', 85, 0, 'Change of policy commencement date. 27.6.2011 TO 26.6.2012', 'credit', '2011-06-27'),
(5, 65, '75/WC/30056/0/1', '2011-07-02', 'SAV/31/2011/9/E1', 'Addition', '', 3429, 0, 'Addition of new employees', 'credit', '2011-06-15'),
(7, 63, '75/FS/30006/0/1', '2011-07-05', 'SAV/19/2011/1/E1', 'Addition', '', 6020, 0, 'Addition of location. - Al Hilal East ', 'credit', '2011-07-05'),
(10, 108, 'E/10/11-0110-05', '2011-08-04', 'SAV/3/2011/3/E1', 'Addition', '', 9730, 10, '', 'credit', '2011-08-04'),
(16, 121, '75/VF/30096/0/4', '2011-08-10', 'SAV/3/2011/4/E4', 'Addition', '', 1018, 0, '', 'credit', '2010-10-11'),
(17, 121, '75/VF/30096/0/3', '2011-08-10', 'SAV/3/2011/4/E5', 'Addition', '', 1682.88, 0, '', 'credit', '2010-12-05'),
(18, 121, '75/VF/30096/0/2', '2011-08-10', 'SAV/3/2011/4/E6', 'Addition', '', 5609, 0, '', 'credit', '2010-10-11'),
(19, 127, 'E/10/09-0201-00', '2011-08-11', 'SAV/31/2011/26/E2', 'Addition', '', 5757, 0, 'Adjustment in the premium for the period 2010 and 2011.', 'credit', '2011-04-01'),
(22, 120, '75/WC/30049/0/2', '2011-08-11', 'SAV/31/2011/25/E4', 'Addition', '', 3110, 0, '', 'credit', '2011-02-19'),
(23, 120, '75/WC/30049/0/3', '2011-08-11', 'SAV/31/2011/25/E5', 'Addition', '', 1098, 0, '', 'credit', '2011-07-27'),
(24, 121, '75/VF/30096/0/5', '2011-08-11', 'SAV/3/2011/4/E7', 'Addition', '', 354, 0, '', 'credit', '2011-08-11'),
(27, 52, '01-FAP-2011-000', '2011-08-13', 'SAV/7/2011/2/E1', 'No Change in Premium', '', 0, 0, 'Addition of  Bank ( Commercial Bank of Qatar) clause.', 'credit', '2011-08-10'),
(29, 122, '75/VF/30095/0/2', '2011-08-11', 'SAV/6/2011/2/E1', 'Addition', '', 3316, 0, '', 'credit', '2011-08-09'),
(39, 108, 'E/10/11-0110-060135', '2011-08-17', 'SAV/3/2011/3/E8', 'Addition', '', 1267, 10, '', 'credit', '2011-07-20'),
(40, 108, 'E/10/11-0110-056196', '2011-08-17', 'SAV/3/2011/3/E9', 'Addition', '', 2602, 10, '', 'credit', '2011-05-16'),
(43, 108, 'E/10/11-0110-062942', '2011-08-17', 'SAV/3/2011/3/E10', 'Addition', '', 2196, 10, '', 'credit', '2011-07-13'),
(45, 81, 'ADD/2011/03718', '2011-08-23', 'SAV/46/2011/2/E1', 'Addition', '', 2176, 30, 'Addition of 9 employees.', 'credit', '2011-08-08'),
(47, 81, 'ADD/2011/03732', '2011-08-23', 'SAV/46/2011/2/E3', 'Addition', '', 1162, 30, 'Addition of 5 employees.', 'credit', '2011-08-21'),
(51, 137, 'ADD/2011/03726', '2011-08-23', 'SAV/46/2011/3/E1', 'Addition', '', 706, 30, 'Addition of 4 employees.', 'credit', '2011-08-14'),
(52, 81, 'DELEMP/2011/1346', '2011-08-23', 'SAV/46/2011/2/E4', 'Deduction', '', 930, 0, 'Deletion of 4 employees\n .Policy fee QR 30', 'credit', '2011-08-08'),
(56, 24, '01-MTP-2011-00080/E001', '2011-08-04', 'SAV/5/2011/7/E1', 'Addition', '', 205, 0, 'Change in policy period', 'credit', '2011-08-04'),
(57, 23, '01-MTP-2011-00081/E001', '2011-08-04', 'SAV/5/2011/6/E1', 'Addition', '', 205, 0, 'Change in policy date', 'credit', '2011-08-04'),
(58, 6, '01-MVA-2011-00265/E002', '2011-07-03', 'SAV/2/2011/3/E1', 'Addition', '', 0, 55, 'Insured name changed as JGC. Policy date 04.07.2011. ', 'credit', '2011-07-03'),
(60, 163, '01/PL/2011/0134', '2011-09-14', 'SAV/30/2011/6/E1', 'Addition', '', 2000, 25, 'Amendment in the policy period.\nEndorsement period  -  24.10.2011 to  23.10.2012.', 'credit', '2011-09-08'),
(61, 170, '', '2011-09-18', 'SAV/31/2011/35/E1', 'Addition', '', 3500, 0, '', 'credit', '2011-09-18'),
(62, 138, 'E/10/11-0202-02250', '2011-09-19', 'SAV/31/2011/30/E1', 'Addition', '', 275, 0, '', 'credit', '2011-09-19'),
(64, 104, 'E/10/11-0503-004148', '2011-09-25', 'SAV/25/2011/2/E1', 'Addition', '', 2579, 0, 'Addition of new  JT4020 All Terrain HDD machine.', 'credit', '2011-09-25'),
(66, 118, '01-MVA-2011-00358/E001', '2011-09-07', 'SAV/2/2011/49/E1', 'Addition', '', 296, 0, '     Change    in   policy    commencement        date     from   09.08.2011        to 06.09.2012.', 'credit', '2011-09-07'),
(67, 141, '01-MTP-2011-00116/E001', '2011-09-06', 'SAV/5/2011/14/E1', 'Addition', '', 22, 0, 'Amendment  in  the   policy   commencement   date  as  06.09.2011 to 05.09.2012', 'credit', '2011-09-06'),
(68, 67, '', '2011-10-12', 'SAV/3/2011/2/E1', 'Addition', '', 3184, 0, 'Increase in Deductible. Hence Client paid additional premium', 'credit', '2011-10-12'),
(70, 208, 'E/10/11-0503-004293', '2011-10-18', 'SAV/25/2011/5/E1', 'Addition', '', 208, 10, 'Inclusion of new Kala Drilling Rig under the Plant & Machinery insurance policy.', 'credit', '2011-10-18'),
(72, 120, '75/WC/30049/0/5', '2011-11-12', 'SAV/31/2011/25/E6', 'Addition', '', 137, 0, 'Addition of  three employees and one deletion ', 'credit', '2011-11-12'),
(73, 164, '75/VF/30096/0/9', '2011-11-15', 'SAV/3/2011/7/E1', 'Deduction', '', 2928, 0, '', 'credit', '2011-11-15'),
(76, 81, 'DELEMP/2011/1395', '2011-11-16', 'SAV/46/2011/2/E6', 'Deduction', '', 382, 30, 'Deletion of two employees.', 'credit', '2011-10-15'),
(77, 81, 'ADD/2011/03778', '2011-11-16', 'SAV/46/2011/2/E7', 'Addition', '', 770, 30, 'Addition of 4 employees. ', 'credit', '2011-10-15'),
(79, 163, '01/PLP/E/2011/000149', '2011-11-17', 'SAV/30/2011/6/E2', 'Addition', '', 775, 25, 'Period of insurance extended from 24/10/2012 to 30/11/2012.', 'credit', '2011-10-20'),
(80, 108, 'E/10/11-0110-077150', '2011-12-04', 'SAV/3/2011/3/E11', 'Addition', '', 890, 10, 'Addition of 2 Mitsubishi Canter Truck Chassis no 004526 and 004451', 'credit', '2011-12-04'),
(81, 108, 'E/10/11-0110-076610', '2011-12-04', 'SAV/3/2011/3/E12', 'Addition', '', 216, 10, 'Addition of 1 Nissan D/C Pick up.', 'credit', '2011-12-04'),
(83, 268, 'MG-2011-01-96/E1', '2011-12-08', 'SAV/44/2011/3/E1', 'Addition', '', 6960.46, 228, 'Mona Al Afifi (Executive Employee)  is added to the medical insurance  policy premium QR 3,877. Gharam Mohammed Al Hamed (Dependent)  is added to the medical insurance  policy premium QR 3,083', 'credit', '2011-12-08'),
(84, 63, '75/FS/30006/0/2', '2011-07-25', 'SAV/19/2011/1/E2', 'Addition', '', 2496, 0, 'Street no1,Opposite BMW Service Centre, Ain Khalid  Street, Doha, Qatar.   ', 'credit', '2011-07-25'),
(87, 165, '75/VF/30095/0/11', '2011-12-14', 'SAV/6/2011/4/E1', 'Addition', '', 711, 0, 'Addition of Trailer / water tanker  vehicle reg no  29864 under the motor  third party fleet t insurance w.e.f 14/12/2011.', 'credit', '2011-12-14'),
(90, 111, '6200012/2/0', '2011-12-24', 'SAV/47/2011/1/E1', 'Addition', '', 264.3, 0, 'It is hereby agreed that the 15 members have been added to the plan w.e.f 01/11/2011. ', 'credit', '2011-12-24'),
(91, 111, '6200012/1/0', '2011-12-24', 'SAV/47/2011/1/E2', 'Deduction', '', 317, 0, 'This is hereby agreed that 18 members have been deleted from the plan w.e.f 01.11.2011.  ', 'credit', '2011-12-24'),
(92, 63, '75/FS/30006/0/2', '2011-12-27', 'SAV/19/2011/1/E3', 'Addition', '', 727.33, 0, 'Location Added : Aster Medical centre, Musherib Street, Doha Qatar. ', 'credit', '2011-12-27'),
(93, 185, '01-MTP-2011-00139/1', '2011-12-27', 'SAV/4/2011/16/E1', 'Addition', '', 580, 0, 'Amended the policy commencement date as 27.12.2011 to 26.12.2012', 'credit', '2011-12-27'),
(94, 268, 'MG-2011-01-96/E2', '2011-12-29', 'SAV/44/2011/3/E2', 'Deduction', '', 4160.25, 0, 'It is agreed as per the request to delete the following employees from the policy schedule - Member ID( 14599, 14638 and 14644). non Executive employee.', 'credit', '2011-12-29'),
(96, 268, 'MG-2011-01-96/E3', '2012-01-07', 'SAV/44/2011/3/E3', 'Addition', '', 14075.9, 0, 'The following Non executive  employees are included  in the schedule :-  Member no ( 18040, 18041, 18042, 18043, 18044, 18045, 18046, 1847, 1848 and 1849)', 'credit', '2012-01-07'),
(97, 278, '75/WC/30089/0/1', '2012-01-08', 'SAV/31/2011/11/E1', 'Addition', '', 124, 0, 'Addition of employees with effect from 01-01-2012. (Jagat Bahadur and Shiv Kumar)', 'credit', '2012-01-08'),
(99, 278, '75/WC/30089/0/2', '2012-01-08', 'SAV/31/2011/11/E2', 'Deduction', '', 49.57, 0, 'Deletion of employee with effect from 02-01-2012. ( Chhoy Dorje )', 'credit', '2012-01-08'),
(100, 268, 'MG-2011-01-96/E4', '2012-01-11', 'SAV/44/2011/3/E4', 'Deduction', '', 1285.36, 0, 'It is agreed  to delete Mr. Malinda K from the schedule of this policy. ', 'credit', '2012-01-11'),
(101, 87, 'QA/01/2299/193', '2012-01-11', 'SAV/18/2011/4/E1', 'Addition', '', 0, 0, 'Forming part of the policy.four employees (Employee code 113, 273, 274 and 275)', 'credit', '2012-01-11'),
(102, 162, 'MG-2011-01-78/E6', '2012-01-12', 'SAV/44/2011/2/E1', 'Addition', '', 6400.85, 0, 'Addition of five employees under the policy schedule Member no  ( 18220, 18221, 18222,18223 and 18224 )', 'credit', '2012-01-12'),
(103, 351, '75/VF/30203/0/1', '2012-01-19', 'SAV/3/2012/12/E1', 'Deduction', '', 224, 0, 'Endorsement is issued to reflect the correct premium.(correct value of the vehicle QR 25,600) ', 'credit', '2012-01-19'),
(104, 352, '75/VF/30204/0/2', '2012-01-21', 'SAV/3/2012/13/E1', 'Addition', '', 476, 0, 'It is hereby declared that the vehicle reg no 190376 has been added to the Motor fleet comprehensive policy. effective date 17.01.2012.', 'credit', '2012-01-21'),
(107, 278, '75/WC/30089/0/3', '2012-01-23', 'SAV/31/2011/11/E3', 'Addition', '', 145, 0, 'It is hear by declared that employees as per the list attached are added to the policy with effect from 21.01.2012.', 'credit', '2012-01-23'),
(108, 205, '01-MVA-2011-00449/E001', '2012-01-24', 'SAV/2/2011/66/E1', 'Addition', '', 66, 0, 'As requested the validity of the policy is extended up to  16 November 2012.   ', 'credit', '2012-01-24');

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

--
-- Table structure for table `endorsement_bank`
--

CREATE TABLE IF NOT EXISTS `endorsement_bank` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `endorsment_id` int(10) NOT NULL,
  `dd_cheque_no` varchar(50) NOT NULL,
  `bank_name` varchar(75) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `endorsment_id` (`endorsment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `endorsement_creditmode`
--

CREATE TABLE IF NOT EXISTS `endorsement_creditmode` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `endorsment_id` int(10) NOT NULL,
  `date` date NOT NULL,
  `amount` double NOT NULL,
  `description` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `endorsment_id` (`endorsment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `endorsement_files`
--

CREATE TABLE IF NOT EXISTS `endorsement_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `endorsementid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `endorsementid` (`endorsementid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=51 ;

--
-- Dumping data for table `endorsement_files`
--

INSERT INTO `endorsement_files` (`id`, `endorsementid`, `filename`, `fileid`) VALUES
(1, 7, 'Wellcare_Polyclinic_-_Endst_for_Addtn_of_location.pdf', 90),
(3, 23, 'Endo2.pdf', 210),
(6, 24, 'ENDO_COMP.pdf', 214),
(9, 27, 'Endo4.pdf', 226),
(10, 24, 'Endorsement.pdf', 248),
(11, 29, 'Endorsement1.pdf', 249),
(13, 45, 'Add-_Endo.pdf', 271),
(14, 47, 'Endo_-Argon_Global.pdf', 272),
(17, 51, 'Endorsement2.pdf', 276),
(19, 64, 'Endorsement4.pdf', 349),
(20, 60, 'Endorsement5.pdf', 355),
(23, 22, 'WC_List_83_employees_-_75-WC-30049-0-2.pdf', 427),
(24, 22, 'Omega_Engg_-_Endst_75-WC-30049-0-2.pdf', 428),
(26, 72, 'Roots_Qatar_(Omega_)_WC_Endst_-_51.pdf', 500),
(27, 23, 'List_-_Petrofac-Techknowledge_Solutions_Qatar_-_Endst_3.pdf', 502),
(28, 23, 'List_-_Roots_Qatar_(Paint_Division)_-_Endst_3_(1).pdf', 503),
(29, 23, '27-7-2011_List_-_Roots_Qatar_-_Endst_3.pdf', 504),
(31, 77, 'Deletion_Argon_Global_-_Endo_1395.pdf', 518),
(32, 79, 'Endorsement_-_149.pdf', 525),
(33, 80, 'Certificate_Voltage_2_CN_for_New_Mit._Canter_23_.11_.2011_.pdf', 590),
(34, 80, 'Inclusion_of_2_Mitsubishi_Canter_Truck.pdf', 591),
(35, 81, 'Addition_of_1_Nisan_D-C_Pick_up.pdf', 592),
(36, 83, 'Doha_Golf_Club_-_Endo1.pdf', 607),
(37, 87, 'Certificate_-_29864.pdf', 628),
(38, 87, 'Omega_-_Motor_fleet_TPL-_Endo_11.pdf', 631),
(39, 91, 'Endorsement_-_6200012-1-0.pdf', 655),
(40, 90, 'Endorsement_-_6200012-2-0.pdf', 656),
(41, 94, 'Doha_Golf_Club_-Endorsement_.pdf', 680),
(42, 96, 'Doha_Golf_Club_-_Endo2.pdf', 690),
(43, 96, 'debit_note_Endo_96-E3.pdf', 691),
(45, 97, 'Space_Trad_Co_WLL_-_Endorsement1.pdf', 698),
(46, 100, 'Endo_Doha_Golf_Club.pdf', 704),
(47, 101, 'Altech_-_Endo.pdf', 706),
(48, 102, 'Dulsco_-_Endo_12.01_.2012_.pdf', 709),
(50, 108, 'corniche_-_endo.pdf', 730);

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

--
-- Table structure for table `endorsement_netbank`
--

CREATE TABLE IF NOT EXISTS `endorsement_netbank` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `endorsment_id` int(10) NOT NULL,
  `deposit_no` varchar(50) NOT NULL,
  `bank_name` varchar(75) NOT NULL,
  `account_number` varchar(25) NOT NULL,
  `account_holder` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `endorsment_id` (`endorsment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `events`
--

CREATE TABLE IF NOT EXISTS `events` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `eventname` varchar(50) NOT NULL,
  `description` mediumtext NOT NULL,
  `location` varchar(100) NOT NULL,
  `status` varchar(20) NOT NULL,
  `userid` tinyint(3) NOT NULL,
  `priority` varchar(10) NOT NULL,
  `startdate` datetime NOT NULL,
  `enddate` datetime NOT NULL,
  `alert` int(4) NOT NULL,
  `remark` tinytext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`id`, `eventname`, `description`, `location`, `status`, `userid`, `priority`, `startdate`, `enddate`, `alert`, `remark`) VALUES
(2, 'Presentation - Fawaz', '', 'Al Khaleej Office', 'Pending', 4, 'high', '2011-06-21 10:00:00', '2011-06-21 11:00:00', 2, '');

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

--
-- Table structure for table `excess`
--

CREATE TABLE IF NOT EXISTS `excess` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `excess` varchar(200) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `exclusion`
--

CREATE TABLE IF NOT EXISTS `exclusion` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `exclusion` varchar(200) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `extension`
--

CREATE TABLE IF NOT EXISTS `extension` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `extension` varchar(200) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `fiscal_year`
--

CREATE TABLE IF NOT EXISTS `fiscal_year` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `begin` date DEFAULT '0000-00-00',
  `end` date DEFAULT '0000-00-00',
  `closed` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;

--
-- Dumping data for table `fiscal_year`
--

INSERT INTO `fiscal_year` (`id`, `begin`, `end`, `closed`) VALUES
(17, '2011-01-01', '2011-12-31', 0);

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

--
-- Table structure for table `gl_trans`
--

CREATE TABLE IF NOT EXISTS `gl_trans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type_no` bigint(16) NOT NULL DEFAULT '1',
  `tran_date` date NOT NULL DEFAULT '0000-00-00',
  `account` varchar(11) NOT NULL DEFAULT '',
  `memo` tinytext NOT NULL,
  `amount` double NOT NULL DEFAULT '0',
  `method` varchar(6) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `Type_and_Number` (`type_no`),
  KEY `account` (`account`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2584 ;

--
-- Dumping data for table `gl_trans`
--

INSERT INTO `gl_trans` (`id`, `type_no`, `tran_date`, `account`, `memo`, `amount`, `method`) VALUES
(18, 7, '2011-06-07', 'CRP0006', '', 850, ''),
(19, 7, '2011-06-07', '200005', '', -42.5, ''),
(20, 7, '2011-06-07', 'INS106', '', -807.5, ''),
(21, 8, '2011-06-07', 'EMP105', '', -94.65, ''),
(22, 8, '2011-06-07', '400007', '', 94.65, ''),
(23, 9, '2011-06-07', 'CRP0006', '', 1893, ''),
(24, 9, '2011-06-07', '200002', '', -189.3, ''),
(25, 9, '2011-06-07', 'INS106', '', -1703.7, ''),
(29, 11, '2011-06-07', 'CRP0011', '', 2975, ''),
(30, 11, '2011-06-07', '200002', '', -297.5, ''),
(31, 11, '2011-06-07', 'INS106', '', -2677.5, ''),
(41, 15, '2011-06-07', 'CRP0012', '', 5010, ''),
(42, 15, '2011-06-07', '200030', '', -1000, ''),
(43, 15, '2011-06-07', 'INS105', '', -4010, ''),
(44, 16, '2011-06-07', 'CRP0012', '', 6010, ''),
(45, 16, '2011-06-07', '200031', '', -1200, ''),
(46, 16, '2011-06-07', 'INS105', '', -4810, ''),
(47, 17, '2011-06-07', 'CRP0009', '', 3063, ''),
(48, 17, '2011-06-07', '200002', '', -306.3, ''),
(49, 17, '2011-06-07', 'INS106', '', -2756.7, ''),
(50, 18, '2011-06-07', 'CRP0013', '', 6925, ''),
(51, 18, '2011-06-07', '200002', '', -692.5, ''),
(52, 18, '2011-06-07', 'INS106', '', -6232.5, ''),
(53, 19, '2011-06-07', 'CRP0002', '', 400, ''),
(54, 19, '2011-06-07', '200005', '', -20, ''),
(55, 19, '2011-06-07', 'INS106', '', -380, ''),
(65, 23, '2011-06-07', 'CRP0015', '', 1450, ''),
(66, 23, '2011-06-07', '200002', '', -145, ''),
(67, 23, '2011-06-07', 'INS106', '', -1305, ''),
(71, 25, '2011-06-08', 'IDL0001', '', 1720, ''),
(72, 25, '2011-06-08', '200001', '', -172, ''),
(73, 25, '2011-06-08', 'INS106', '', -1548, ''),
(83, 29, '2011-06-08', 'CRP0009', '', 1550, ''),
(84, 29, '2011-06-08', '200005', '', -77.5, ''),
(85, 29, '2011-06-08', 'INS106', '', -1472.5, ''),
(86, 30, '2011-06-09', 'CRP0013', '', 6925, ''),
(87, 30, '2011-06-09', '200002', '', -692.5, ''),
(88, 30, '2011-06-09', 'INS106', '', -6232.5, ''),
(95, 33, '2011-06-09', 'CRP0030', '', 2675, ''),
(96, 33, '2011-06-09', '200005', '', -133.75, ''),
(97, 33, '2011-06-09', 'INS106', '', -2541.25, ''),
(98, 34, '2011-06-09', 'CRP0013', '', 13455, ''),
(99, 34, '2011-06-09', '200002', '', -1345.5, ''),
(100, 34, '2011-06-09', 'INS100', '', -12109.5, ''),
(101, 35, '2011-06-09', 'CRP0013', '', 5934, ''),
(102, 35, '2011-06-09', '200002', '', -593.4, ''),
(103, 35, '2011-06-09', 'INS106', '', -5340.6, ''),
(104, 36, '2011-06-09', 'EMP105', '', -140.75, ''),
(105, 36, '2011-06-09', '400007', '', 140.75, ''),
(106, 37, '2011-06-09', 'CRP0002', '', 2815, ''),
(107, 37, '2011-06-09', '200031', '', -563, ''),
(108, 37, '2011-06-09', 'INS104', '', -2252, ''),
(112, 39, '2011-06-09', 'CRP0030', '', 6300, ''),
(113, 39, '2011-06-09', '200002', '', -630, ''),
(114, 39, '2011-06-09', 'INS100', '', -5670, ''),
(115, 40, '2011-06-09', 'CRP0028', '', 2818, ''),
(116, 40, '2011-06-09', '200002', '', -281.8, ''),
(117, 40, '2011-06-09', 'INS100', '', -2536.2, ''),
(118, 41, '2011-06-09', 'CRP0002', '', -2815, 'cheque'),
(119, 41, '2011-06-09', '100010', '', 2815, 'cheque'),
(120, 42, '2011-06-09', 'CRP0028', '', 1875, ''),
(121, 42, '2011-06-09', '200002', '', -187.5, ''),
(122, 42, '2011-06-09', 'INS100', '', -1687.5, ''),
(135, 47, '2011-06-11', 'IDL0004', '', 1058, ''),
(136, 47, '2011-06-11', '200001', '', -105.8, ''),
(137, 47, '2011-06-11', 'INS106', '', -952.2, ''),
(138, 48, '2011-06-11', 'IDL0001', '', 1263, ''),
(139, 48, '2011-06-11', '200001', '', -126.3, ''),
(140, 48, '2011-06-11', 'INS106', '', -1136.7, ''),
(144, 50, '2011-06-11', 'CRP0010', '', 2955, ''),
(145, 50, '2011-06-11', '200002', '', -295.5, ''),
(146, 50, '2011-06-11', 'INS106', '', -2659.5, ''),
(153, 53, '2011-06-11', 'IDL0001', '', 1650, ''),
(154, 53, '2011-06-11', '200001', '', -165, ''),
(155, 53, '2011-06-11', 'INS106', '', -1485, ''),
(156, 54, '2011-06-11', 'CRP0010', '', 3020, ''),
(157, 54, '2011-06-11', '200002', '', -302, ''),
(158, 54, '2011-06-11', 'INS106', '', -2718, ''),
(159, 55, '2011-06-11', 'IDL0002', '', 2675, ''),
(160, 55, '2011-06-11', '200004', '', -133.75, ''),
(161, 55, '2011-06-11', 'INS106', '', -2541.25, ''),
(162, 56, '2011-06-11', 'IDL0003', '', 500, ''),
(163, 56, '2011-06-11', '200004', '', -25, ''),
(164, 56, '2011-06-11', 'INS106', '', -475, ''),
(165, 57, '2011-06-11', 'CRP0013', '', 5934, ''),
(166, 57, '2011-06-11', '200002', '', -593.4, ''),
(167, 57, '2011-06-11', 'INS106', '', -5340.6, ''),
(168, 58, '2011-06-12', 'IDL0005', '', 1600, ''),
(169, 58, '2011-06-12', '200001', '', -160, ''),
(170, 58, '2011-06-12', 'INS106', '', -1440, ''),
(171, 59, '2011-06-13', 'IDL0006', '', 700, ''),
(172, 59, '2011-06-13', '200004', '', -35, ''),
(173, 59, '2011-06-13', 'INS106', '', -665, ''),
(174, 60, '2011-06-13', 'IDL0006', '', 700, ''),
(175, 60, '2011-06-13', '200004', '', -35, ''),
(176, 60, '2011-06-13', 'INS106', '', -665, ''),
(177, 61, '2011-06-13', 'CRP0030', '', 2650, ''),
(178, 61, '2011-06-13', '200002', '', -265, ''),
(179, 61, '2011-06-13', 'INS106', '', -2385, ''),
(180, 62, '2011-06-13', 'IDL0007', '', 750, ''),
(181, 62, '2011-06-13', '200004', '', -37.5, ''),
(182, 62, '2011-06-13', 'INS106', '', -712.5, ''),
(183, 63, '2011-06-13', 'IDL0005', '', -1600, 'cash'),
(184, 63, '2011-06-13', '100010', '', 1600, 'cash'),
(198, 69, '2011-06-16', 'EMP102', '', -1350, ''),
(199, 69, '2011-06-16', '400007', '', 1350, ''),
(200, 70, '2011-06-16', 'CRP0024', '', 27010, ''),
(201, 70, '2011-06-16', '200031', '', -2700, ''),
(202, 70, '2011-06-16', 'INS105', '', -24310, ''),
(211, 74, '2011-06-16', 'CRP0024', '', -46655, 'cheque'),
(212, 74, '2011-06-16', '100010', '', 46655, 'cheque'),
(213, 76, '2011-06-16', 'CRP0045', '', 3675, ''),
(214, 76, '2011-06-16', '200002', '', -367.5, ''),
(215, 76, '2011-06-16', 'INS106', '', -3307.5, ''),
(216, 77, '2011-06-16', 'CRP0045', '', -3675, 'cheque'),
(217, 77, '2011-06-16', '100010', '', 3675, 'cheque'),
(221, 79, '2011-06-20', 'CRP0008', '', 2000, ''),
(222, 79, '2011-06-20', '200021', '', -400, ''),
(223, 79, '2011-06-20', 'INS105', '', -1600, ''),
(230, 82, '2011-06-20', 'CRP0048', '', 1450, ''),
(231, 82, '2011-06-20', '200002', '', -145, ''),
(232, 82, '2011-06-20', 'INS106', '', -1305, ''),
(233, 83, '2011-06-21', 'CRP0048', '', 1450, ''),
(234, 83, '2011-06-21', '200002', '', -145, ''),
(235, 83, '2011-06-21', 'INS106', '', -1305, ''),
(236, 84, '2011-06-21', 'CRP0006', '', 700, ''),
(237, 84, '2011-06-21', '200005', '', -35, ''),
(238, 84, '2011-06-21', 'INS106', '', -665, ''),
(245, 87, '2011-06-22', 'CRP0015', '', 1730, ''),
(246, 87, '2011-06-22', '200002', '', -173, ''),
(247, 87, '2011-06-22', 'INS106', '', -1557, ''),
(248, 88, '2011-06-22', 'CRP0013', '', 2105, ''),
(249, 88, '2011-06-22', '200002', '', -210.5, ''),
(250, 88, '2011-06-22', 'INS106', '', -1894.5, ''),
(251, 89, '2011-06-25', 'IDL0008', '', 2334, ''),
(252, 89, '2011-06-25', '200001', '', -233.4, ''),
(253, 89, '2011-06-25', 'INS106', '', -2100.6, ''),
(254, 90, '2011-06-25', 'IDL0002', '', 1050, ''),
(255, 90, '2011-06-25', '200004', '', -52.5, ''),
(256, 90, '2011-06-25', 'INS106', '', -997.5, ''),
(257, 91, '2011-06-25', 'IDL0002', '', 750, ''),
(258, 91, '2011-06-25', '200004', '', -37.5, ''),
(259, 91, '2011-06-25', 'INS106', '', -712.5, ''),
(263, 94, '2011-06-26', 'CRP0012', '', -6010, 'cheque'),
(264, 94, '2011-06-26', '100010', '', 6010, 'cheque'),
(265, 95, '2011-06-26', 'CRP0012', '', -5010, 'cheque'),
(266, 95, '2011-06-26', '100010', '', 5010, 'cheque'),
(267, 96, '2011-06-26', 'IDL0010', '', 450, ''),
(268, 96, '2011-06-26', '200004', '', -22.5, ''),
(269, 96, '2011-06-26', 'INS106', '', -427.5, ''),
(273, 98, '2011-06-27', 'CRP0013', '', 6925, ''),
(274, 98, '2011-06-27', '200002', '', -692.5, ''),
(275, 98, '2011-06-27', 'INS106', '', -6232.5, ''),
(279, 101, '2011-06-27', 'IDL0002', '', 2450, ''),
(280, 101, '2011-06-27', '200004', '', -122.5, ''),
(281, 101, '2011-06-27', 'INS106', '', -2327.5, ''),
(285, 103, '2011-06-27', 'CRP0001', '', 26465, ''),
(286, 103, '2011-06-27', '200044', '', -2646.5, ''),
(287, 103, '2011-06-27', 'INS108', '', -23818.5, ''),
(288, 104, '2011-06-27', 'IDL0002', '', -561, ''),
(289, 104, '2011-06-27', '200004', '', 28.05, ''),
(290, 104, '2011-06-27', 'INS106', '', 532.95, ''),
(291, 105, '2011-06-27', 'CRP0009', '', 85, ''),
(292, 105, '2011-06-27', '200005', '', -4.25, ''),
(293, 105, '2011-06-27', 'INS106', '', -80.75, ''),
(294, 106, '2011-06-28', 'IDL0011', '', 2140, ''),
(295, 106, '2011-06-28', '200001', '', -214, ''),
(296, 106, '2011-06-28', 'INS106', '', -1926, ''),
(297, 107, '2011-06-28', 'CRP0028', '', -5300, 'cheque'),
(298, 107, '2011-06-28', '100010', '', 5300, 'cheque'),
(299, 108, '2011-06-28', 'CRP0001', '', -13002, 'cheque'),
(300, 108, '2011-06-28', '100010', '', 13002, 'cheque'),
(301, 109, '2011-06-28', 'CRP0010', '', 1930, ''),
(302, 109, '2011-06-28', '200002', '', -193, ''),
(303, 109, '2011-06-28', 'INS106', '', -1737, ''),
(304, 110, '2011-06-28', 'CRP0010', '', 1930, ''),
(305, 110, '2011-06-28', '200002', '', -193, ''),
(306, 110, '2011-06-28', 'INS106', '', -1737, ''),
(307, 111, '2011-06-28', 'CRP0010', '', 1930, ''),
(308, 111, '2011-06-28', '200002', '', -193, ''),
(309, 111, '2011-06-28', 'INS106', '', -1737, ''),
(310, 112, '2011-06-28', 'CRP0010', '', 1930, ''),
(311, 112, '2011-06-28', '200002', '', -193, ''),
(312, 112, '2011-06-28', 'INS106', '', -1737, ''),
(313, 113, '2011-06-29', 'CRP0030', '', 2650, ''),
(314, 113, '2011-06-29', '200005', '', -132.5, ''),
(315, 113, '2011-06-29', 'INS106', '', -2517.5, ''),
(316, 114, '2011-06-29', 'CRP0013', '', 1350, ''),
(317, 114, '2011-06-29', '200002', '', -135, ''),
(318, 114, '2011-06-29', 'INS100', '', -1215, ''),
(319, 115, '2011-06-29', 'CRP0001', '', 5412, ''),
(320, 115, '2011-06-29', '200018', '', -974.16, ''),
(321, 115, '2011-06-29', 'INS100', '', -4437.84, ''),
(328, 118, '2011-06-30', 'CRP0013', '', 2105, ''),
(329, 118, '2011-06-30', '200002', '', -210.5, ''),
(330, 118, '2011-06-30', 'INS106', '', -1894.5, ''),
(334, 120, '2011-06-30', 'CRP0030', '', 2650, ''),
(335, 120, '2011-06-30', '200005', '', -132.5, ''),
(336, 120, '2011-06-30', 'INS106', '', -2517.5, ''),
(337, 121, '2011-06-30', 'CRP0001', '', -26465, 'cheque'),
(338, 121, '2011-06-30', '100010', '', 26465, 'cheque'),
(354, 127, '2011-07-02', 'CRP0046', '', 18800, ''),
(355, 127, '2011-07-02', '200007', '', -3760, ''),
(356, 127, '2011-07-02', 'INS106', '', -15040, ''),
(360, 129, '2011-07-02', 'CRP0013', '', 84, ''),
(361, 129, '2011-07-02', '200031', '', -16.8, ''),
(362, 129, '2011-07-02', 'INS100', '', -67.2, ''),
(369, 132, '2011-07-02', 'CRP0013', '', 3429, ''),
(370, 132, '2011-07-02', '200031', '', -685.8, ''),
(371, 132, '2011-07-02', 'INS100', '', -2743.2, ''),
(372, 133, '2011-07-02', '', '', 10520, ''),
(373, 133, '2011-07-02', '200019', '', -1841, ''),
(374, 133, '2011-07-02', 'INS100', '', -8679, ''),
(375, 134, '2011-07-02', 'CRP0001', '', 7280, ''),
(376, 134, '2011-07-02', '200042', '', -1274, ''),
(377, 134, '2011-07-02', 'INS100', '', -6006, ''),
(378, 135, '2011-07-02', 'CRP0037', '', 3488, ''),
(379, 135, '2011-07-02', '200003', '', -610.4, ''),
(380, 135, '2011-07-02', 'INS100', '', -2877.6, ''),
(381, 136, '2011-07-02', 'CRP0052', '', 5280, ''),
(382, 136, '2011-07-02', '200031', '', -924, ''),
(383, 136, '2011-07-02', 'INS109', '', -4356, ''),
(390, 139, '2011-07-03', 'CRP0006', '', 850, ''),
(391, 139, '2011-07-03', '200005', '', -42.5, ''),
(392, 139, '2011-07-03', 'INS106', '', -807.5, ''),
(393, 140, '2011-07-03', 'CRP0038', '', 8285, ''),
(394, 140, '2011-07-03', '200019', '', -1449.88, ''),
(395, 140, '2011-07-03', 'INS100', '', -6835.13, ''),
(402, 143, '2011-07-03', 'CRP0054', '', 1475, ''),
(403, 143, '2011-07-03', '200002', '', -147.5, ''),
(404, 143, '2011-07-03', 'INS106', '', -1327.5, ''),
(405, 144, '2011-07-03', 'CRP0054', '', 1475, ''),
(406, 144, '2011-07-03', '200002', '', -147.5, ''),
(407, 144, '2011-07-03', 'INS106', '', -1327.5, ''),
(408, 145, '2011-07-03', 'CRP0054', '', 1475, ''),
(409, 145, '2011-07-03', '200002', '', -147.5, ''),
(410, 145, '2011-07-03', 'INS106', '', -1327.5, ''),
(411, 146, '2011-07-03', 'CRP0054', '', 1475, ''),
(412, 146, '2011-07-03', '200002', '', -147.5, ''),
(413, 146, '2011-07-03', 'INS106', '', -1327.5, ''),
(420, 149, '2011-07-03', 'EMP102', '', 0, ''),
(421, 149, '2011-07-03', '400007', '', 0, ''),
(422, 150, '2011-07-03', 'CRP0035', '', 6283, ''),
(423, 150, '2011-07-03', '200031', '', -1099.52, ''),
(424, 150, '2011-07-03', 'INS100', '', -5183.48, ''),
(425, 151, '2011-07-04', 'EMP101', '', -20000, ''),
(426, 152, '2011-07-04', 'EMP101', '', 20000, ''),
(427, 153, '2011-07-04', '300001', '', 0, ''),
(428, 153, '2011-07-04', '300005', '', 0, ''),
(429, 153, '2011-07-04', '300006', '', 0, ''),
(430, 153, '2011-07-04', '300007', '', 0, ''),
(431, 153, '2011-07-04', '300009', '', 0, ''),
(432, 153, '2011-07-04', '300090', '', 0, ''),
(433, 153, '2011-07-04', 'EMP102', '', -3000, ''),
(434, 153, '2011-07-04', '300000', '', 3000, ''),
(435, 154, '2011-07-04', 'EMP102', '', 3000, ''),
(436, 154, '2011-07-04', '100010', '', -3000, ''),
(437, 155, '2011-07-04', '300001', '', 500, ''),
(438, 155, '2011-07-04', '300005', '', 0, ''),
(439, 155, '2011-07-04', '300006', '', 0, ''),
(440, 155, '2011-07-04', '300007', '', 0, ''),
(441, 155, '2011-07-04', '300009', '', 0, ''),
(442, 155, '2011-07-04', '300090', '', 0, ''),
(443, 155, '2011-07-04', 'EMP104', '', -3500, ''),
(444, 155, '2011-07-04', '300000', '', 3000, ''),
(445, 156, '2011-07-04', 'EMP104', '', 3500, ''),
(446, 156, '2011-07-04', '100010', '', -3500, ''),
(447, 157, '2011-07-04', '300001', '', 2500, ''),
(448, 157, '2011-07-04', '300005', '', 1000, ''),
(449, 157, '2011-07-04', '300006', '', 0, ''),
(450, 157, '2011-07-04', '300007', '', 500, ''),
(451, 157, '2011-07-04', '300009', '', 0, ''),
(452, 157, '2011-07-04', '300090', '', 0, ''),
(453, 157, '2011-07-04', 'EMP105', '', -8000, ''),
(454, 157, '2011-07-04', '300000', '', 4000, ''),
(455, 158, '2011-07-04', 'EMP105', '', 8000, ''),
(456, 158, '2011-07-04', '100010', '', -8000, ''),
(457, 151, '2011-07-04', '300000', '', 20000, ''),
(458, 152, '2011-07-04', '100010', '', -20000, ''),
(459, 151, '2011-07-04', '300001', '', 0, ''),
(460, 151, '2011-07-04', '300005', '', 0, ''),
(461, 151, '2011-07-04', '300006', '', 0, ''),
(462, 151, '2011-07-04', '300007', '', 0, ''),
(463, 151, '2011-07-04', '300009', '', 0, ''),
(464, 151, '2011-07-04', '300090', '', 0, ''),
(474, 162, '2011-07-05', 'CRP0055', '', 1108, ''),
(475, 162, '2011-07-05', '200018', '', -221.6, ''),
(476, 162, '2011-07-05', 'INS104', '', -886.4, ''),
(477, 163, '2011-07-05', '', '', 6020, ''),
(478, 163, '2011-07-05', '200019', '', -1053.5, ''),
(479, 163, '2011-07-05', 'INS100', '', -4966.5, ''),
(480, 164, '2011-07-06', 'EMP105', '', -89, ''),
(481, 164, '2011-07-06', '400007', '', 89, ''),
(482, 165, '2011-07-06', 'CRP0006', '', 1780, ''),
(483, 165, '2011-07-06', '200002', '', -178, ''),
(484, 165, '2011-07-06', 'INS106', '', -1602, ''),
(485, 166, '2011-07-06', 'EMP105', '', -89, ''),
(486, 166, '2011-07-06', '400007', '', 89, ''),
(487, 167, '2011-07-06', 'CRP0006', '', 1780, ''),
(488, 167, '2011-07-06', '200002', '', -178, ''),
(489, 167, '2011-07-06', 'INS106', '', -1602, ''),
(496, 170, '2011-07-06', 'CRP0042', '', 5809, ''),
(497, 170, '2011-07-06', '200031', '', -1159.8, ''),
(498, 170, '2011-07-06', 'INS105', '', -4649.2, ''),
(499, 171, '2011-07-06', 'CRP0057', '', 2178, ''),
(500, 171, '2011-07-06', '200031', '', -435.6, ''),
(501, 171, '2011-07-06', 'INS104', '', -1742.4, ''),
(502, 172, '2011-07-06', 'CRP0054', '', -5900, 'cash'),
(503, 172, '2011-07-06', '100010', '', 5900, 'cash'),
(504, 173, '2011-07-06', 'CRP0053', '', -3184, 'cheque'),
(505, 173, '2011-07-06', '100010', '', 3184, 'cheque'),
(506, 174, '2011-07-06', 'CRP0035', '', -6283, 'cheque'),
(507, 174, '2011-07-06', '100010', '', 6283, 'cheque'),
(508, 175, '2011-07-07', 'EMP102', '', -500, ''),
(509, 175, '2011-07-07', '400007', '', 500, ''),
(510, 176, '2011-07-07', 'CRP0024', '', 10010, ''),
(511, 176, '2011-07-07', '200030', '', -1000, ''),
(512, 176, '2011-07-07', 'INS105', '', -9010, ''),
(513, 177, '2011-07-07', 'CRP0034', '', 2500, ''),
(514, 177, '2011-07-07', '200030', '', -500, ''),
(515, 177, '2011-07-07', 'INS105', '', -2000, ''),
(516, 178, '2011-07-07', 'CRP0020', '', 1010, ''),
(517, 178, '2011-07-07', '200031', '', -200, ''),
(518, 178, '2011-07-07', 'INS105', '', -810, ''),
(519, 179, '2011-07-09', 'CRP0020', '', -1010, 'cash'),
(520, 179, '2011-07-09', '100010', '', 1010, 'cash'),
(521, 180, '2011-07-10', 'CRP0058', '', 1712, ''),
(522, 180, '2011-07-10', '200002', '', -171.2, ''),
(523, 180, '2011-07-10', 'INS106', '', -1540.8, ''),
(524, 181, '2011-07-10', 'CRP0058', '', 1713, ''),
(525, 181, '2011-07-10', '200002', '', -171.3, ''),
(526, 181, '2011-07-10', 'INS106', '', -1541.7, ''),
(527, 182, '2011-07-10', 'CRP0058', '', -3425, 'cheque'),
(528, 182, '2011-07-10', '100010', '', 3425, 'cheque'),
(541, 187, '2011-07-11', 'CRP0030', '', 1079, ''),
(542, 187, '2011-07-11', '200002', '', -107.9, ''),
(543, 187, '2011-07-11', 'INS100', '', -971.1, ''),
(562, 194, '2011-07-11', 'IDL0001', '', 5510, ''),
(563, 194, '2011-07-11', '200007', '', -1100, ''),
(564, 194, '2011-07-11', 'INS105', '', -4410, ''),
(568, 196, '2011-07-11', 'CRP0056', '', 1790, ''),
(569, 196, '2011-07-11', '200002', '', -179, ''),
(570, 196, '2011-07-11', 'INS106', '', -1611, ''),
(571, 197, '2011-07-12', 'IDL0001', '', 1650, ''),
(572, 197, '2011-07-12', '200001', '', -165, ''),
(573, 197, '2011-07-12', 'INS106', '', -1485, ''),
(574, 198, '2011-07-12', 'CRP0007', '', 1113, ''),
(575, 198, '2011-07-12', '200002', '', -111.3, ''),
(576, 198, '2011-07-12', 'INS106', '', -1001.7, ''),
(580, 200, '2011-07-13', 'CRP0039', '', 14050, ''),
(581, 200, '2011-07-13', '200018', '', -2810, ''),
(582, 200, '2011-07-13', 'INS104', '', -11240, ''),
(586, 202, '2011-07-13', 'IDL0001', '', 4010, ''),
(587, 202, '2011-07-13', '200007', '', -800, ''),
(588, 202, '2011-07-13', 'INS105', '', -3210, ''),
(589, 203, '2011-07-13', 'IDL0001', '', 6010, ''),
(590, 203, '2011-07-13', '200007', '', -1200, ''),
(591, 203, '2011-07-13', 'INS105', '', -4810, ''),
(592, 204, '2011-07-13', 'CRP0037', '', 47535, ''),
(593, 204, '2011-07-13', '200046', '', -7115.25, ''),
(594, 204, '2011-07-13', 'INS107', '', -40419.75, ''),
(595, 205, '2011-07-13', 'CRP0038', '', -22652, 'cheque'),
(596, 205, '2011-07-13', '100010', '', 22652, 'cheque'),
(597, 206, '2011-07-13', 'CRP0028', '', 1670, ''),
(598, 206, '2011-07-13', '200005', '', -83.5, ''),
(599, 206, '2011-07-13', 'INS106', '', -1586.5, ''),
(600, 207, '2011-07-13', 'CRP0019', '', -54900, 'cheque'),
(601, 207, '2011-07-13', '100010', '', 54900, 'cheque'),
(605, 209, '2011-07-13', 'CRP0039', '', -14103, 'cheque'),
(606, 209, '2011-07-13', '100010', '', 14103, 'cheque'),
(619, 214, '2011-07-18', 'CRP0010', '', 1650, ''),
(620, 214, '2011-07-18', '200002', '', -165, ''),
(621, 214, '2011-07-18', 'INS106', '', -1485, ''),
(652, 225, '2011-07-19', 'CRP0061', '', 1525, ''),
(653, 225, '2011-07-19', '200002', '', -152.5, ''),
(654, 225, '2011-07-19', 'INS106', '', -1372.5, ''),
(661, 228, '2011-07-21', 'IDL0001', '', 1875, ''),
(662, 228, '2011-07-21', '200001', '', -187.5, ''),
(663, 228, '2011-07-21', 'INS106', '', -1687.5, ''),
(667, 230, '2011-07-22', 'CRP0047', '', 22445, ''),
(668, 230, '2011-07-22', '200031', '', -4487, ''),
(669, 230, '2011-07-22', 'INS105', '', -17958, ''),
(670, 231, '2011-07-22', 'CRP0047', '', 5010, ''),
(671, 231, '2011-07-22', '200030', '', -1000, ''),
(672, 231, '2011-07-22', 'INS105', '', -4010, ''),
(673, 232, '2011-07-22', 'CRP0047', '', 9572, ''),
(674, 232, '2011-07-22', '200014', '', -1912.4, ''),
(675, 232, '2011-07-22', 'INS105', '', -7659.6, ''),
(681, 235, '2011-07-22', 'EMP105', '', -3796.6, ''),
(682, 235, '2011-07-22', '400007', '', 3796.6, ''),
(683, 236, '2011-07-22', 'CRP0050', '', 75932, ''),
(684, 236, '2011-07-22', '200042', '', -15186.4, ''),
(685, 236, '2011-07-22', 'INS100', '', -60745.6, ''),
(686, 237, '2011-07-22', 'EMP105', '', -333.75, ''),
(687, 237, '2011-07-22', '400007', '', 333.75, ''),
(688, 238, '2011-07-22', 'CRP0006', '', 6685, ''),
(689, 238, '2011-07-22', '200031', '', -1335, ''),
(690, 238, '2011-07-22', 'INS105', '', -5350, ''),
(697, 241, '2011-07-25', 'CRP0050', '', -75932, 'cheque'),
(698, 241, '2011-07-25', '100010', '', 75932, 'cheque'),
(705, 244, '2011-07-25', 'CRP0049', '', 1671, ''),
(706, 244, '2011-07-25', '200008', '', -292.43, ''),
(707, 244, '2011-07-25', 'INS100', '', -1378.58, ''),
(726, 251, '2011-07-26', 'IDL0012', '', 1478, ''),
(727, 251, '2011-07-26', '200001', '', -147.8, ''),
(728, 251, '2011-07-26', 'INS106', '', -1330.2, ''),
(729, 252, '2011-07-26', 'CRP0010', '', 1375, ''),
(730, 252, '2011-07-26', '200002', '', -137.5, ''),
(731, 252, '2011-07-26', 'INS106', '', -1237.5, ''),
(732, 253, '2011-07-26', 'CRP0010', '', 1375, ''),
(733, 253, '2011-07-26', '200002', '', -137.5, ''),
(734, 253, '2011-07-26', 'INS106', '', -1237.5, ''),
(735, 254, '2011-07-27', '', '', 710, ''),
(736, 254, '2011-07-27', '200031', '', 0, ''),
(737, 254, '2011-07-27', 'INS105', '', -710, ''),
(738, 255, '2011-07-27', 'CRP0010', '', 1100, ''),
(739, 255, '2011-07-27', '200002', '', -110, ''),
(740, 255, '2011-07-27', 'INS106', '', -990, ''),
(741, 256, '2011-07-27', 'CRP0064', '', 7030, ''),
(742, 256, '2011-07-27', '200031', '', 0, ''),
(743, 256, '2011-07-27', 'INS105', '', -7030, ''),
(750, 259, '2011-07-27', 'CRP0008', '', -2000, 'cheque'),
(751, 259, '2011-07-27', '100010', '', 2000, 'cheque'),
(752, 260, '2011-07-28', 'CRP0065', '', 2010, ''),
(753, 260, '2011-07-28', '200021', '', -300, ''),
(754, 260, '2011-07-28', 'INS105', '', -1710, ''),
(758, 262, '2011-07-28', 'CRP0032', '', 14030, ''),
(759, 262, '2011-07-28', '200031', '', -2804, ''),
(760, 262, '2011-07-28', 'INS105', '', -11226, ''),
(764, 264, '2011-07-31', 'CRP0067', '', 1895, ''),
(765, 264, '2011-07-31', '200002', '', -189.5, ''),
(766, 264, '2011-07-31', 'INS106', '', -1705.5, ''),
(767, 265, '2011-07-31', 'CRP0053', '', -24446, 'cheque'),
(768, 265, '2011-07-31', '100010', '', 24446, 'cheque'),
(769, 266, '2011-08-01', 'IDL0014', '', 400, ''),
(770, 266, '2011-08-01', '200004', '', 0, ''),
(771, 266, '2011-08-01', 'INS106', '', -400, ''),
(775, 268, '2011-08-01', 'IDL0001', '', 750, ''),
(776, 268, '2011-08-01', '200004', '', -37.5, ''),
(777, 268, '2011-08-01', 'INS106', '', -712.5, ''),
(802, 277, '2011-08-03', 'CRP0065', '', 1638, ''),
(803, 277, '2011-08-03', '200011', '', 0, ''),
(804, 277, '2011-08-03', 'INS105', '', -1638, ''),
(805, 278, '2011-08-03', 'CRP0065', '', 5160, ''),
(806, 278, '2011-08-03', '200007', '', 0, ''),
(807, 278, '2011-08-03', 'INS105', '', -5160, ''),
(808, 279, '2011-08-03', 'CRP0065', '', 1135, ''),
(809, 279, '2011-08-03', '200013', '', 0, ''),
(810, 279, '2011-08-03', 'INS105', '', -1135, ''),
(811, 280, '2011-08-03', 'CRP0065', '', 102210, ''),
(812, 280, '2011-08-03', '200025', '', 0, ''),
(813, 280, '2011-08-03', 'INS105', '', -102210, ''),
(814, 281, '2011-08-03', 'CRP0065', '', 45055, ''),
(815, 281, '2011-08-03', '200031', '', 0, ''),
(816, 281, '2011-08-03', 'INS105', '', -45055, ''),
(820, 283, '2011-08-03', 'CRP0002', '', 2550, ''),
(821, 283, '2011-08-03', '200002', '', -255, ''),
(822, 283, '2011-08-03', 'INS106', '', -2295, ''),
(823, 284, '2011-08-03', 'IDL0013', '', 550, ''),
(824, 284, '2011-08-03', '200004', '', -27.5, ''),
(825, 284, '2011-08-03', 'INS106', '', -522.5, ''),
(826, 285, '2011-08-04', 'CRP0065', '', 113760, ''),
(827, 285, '2011-08-04', '200006', '', 0, ''),
(828, 285, '2011-08-04', 'INS105', '', -113760, ''),
(829, 286, '2011-08-04', 'CRP0065', '', 76143, ''),
(830, 286, '2011-08-04', '200003', '', -11421.45, ''),
(831, 286, '2011-08-04', 'INS105', '', -64721.55, ''),
(832, 287, '2011-08-04', 'CRP0065', '', 9740, ''),
(833, 287, '2011-08-04', '200003', '', -1459.5, ''),
(834, 287, '2011-08-04', 'INS105', '', -8280.5, ''),
(835, 288, '2011-08-04', 'CRP0065', '', -121198, 'cheque'),
(836, 288, '2011-08-04', '100010', '', 121198, 'cheque'),
(837, 289, '2011-08-04', 'CRP0065', '', -215970, 'cheque'),
(838, 289, '2011-08-04', '100010', '', 215970, 'cheque'),
(839, 290, '2011-08-04', 'CRP0002', '', -2550, 'cheque'),
(840, 290, '2011-08-04', '100010', '', 2550, 'cheque'),
(844, 292, '2011-08-04', 'CRP0019', '', -54900, 'cheque'),
(845, 292, '2011-08-04', '100010', '', 54900, 'cheque'),
(848, 294, '2011-08-04', 'CRP0053', '', 97783, ''),
(849, 294, '2011-08-04', '200003', '', -21998.93, ''),
(850, 294, '2011-08-04', 'INS105', '', -75784.08, ''),
(851, 295, '2011-08-04', 'CRP0002', '', -400, 'cash'),
(852, 295, '2011-08-04', '100010', '', 400, 'cash'),
(853, 296, '2011-08-04', 'CRP0053', '', -24446, 'cheque'),
(854, 296, '2011-08-04', '100010', '', 24446, 'cheque'),
(870, 302, '2011-08-06', 'CRP0038', '', 13250, ''),
(871, 302, '2011-08-06', '200007', '', -2318.75, ''),
(872, 302, '2011-08-06', 'INS100', '', -10931.25, ''),
(873, 303, '2011-08-06', 'CRP0068', '', -25920, 'cheque'),
(874, 303, '2011-08-06', '100010', '', 25920, 'cheque'),
(878, 305, '2011-08-04', 'CRP0019', '', 54900, ''),
(879, 305, '2011-08-04', '100010', '', -54900, ''),
(883, 307, '2011-08-07', 'CRP0038', '', 1117, ''),
(884, 307, '2011-08-07', '200038', '', -223.4, ''),
(885, 307, '2011-08-07', 'INS106', '', -893.6, ''),
(892, 311, '2011-08-08', 'CRP0014', '', 1965, ''),
(893, 311, '2011-08-08', '200002', '', -196.5, ''),
(894, 311, '2011-08-08', 'INS106', '', -1768.5, ''),
(895, 310, '2011-08-08', 'CRP0007', '', -1113, 'cash'),
(896, 310, '2011-08-08', '100010', '', 1113, 'cash'),
(897, 312, '2011-08-08', 'IDL0004', '', -1058, 'cash'),
(898, 312, '2011-08-08', '100010', '', 1058, 'cash'),
(899, 313, '2011-08-08', 'IDL0007', '', -750, 'cash'),
(900, 313, '2011-08-08', '100010', '', 750, 'cash'),
(901, 314, '2011-08-08', 'IDL0008', '', -2334, 'cash'),
(902, 314, '2011-08-08', '100010', '', 2334, 'cash'),
(903, 315, '2011-08-08', 'IDL0014', '', -400, 'cash'),
(904, 315, '2011-08-08', '100010', '', 400, 'cash'),
(905, 316, '2011-08-08', 'CRP0014', '', -1965, 'cheque'),
(906, 316, '2011-08-08', '100010', '', 1965, 'cheque'),
(907, 318, '2011-08-08', 'CRP0072', '', 380, ''),
(908, 318, '2011-08-08', '200038', '', -76, ''),
(909, 318, '2011-08-08', 'INS106', '', -304, ''),
(910, 319, '2011-08-08', 'CRP0073', '', 1795, ''),
(911, 319, '2011-08-08', '200002', '', -179.5, ''),
(912, 319, '2011-08-08', 'INS106', '', -1615.5, ''),
(913, 317, '2011-08-08', 'CRP0061', '', -1525, 'cheque'),
(914, 317, '2011-08-08', '100010', '', 1525, 'cheque'),
(915, 320, '2011-08-08', 'CRP0048', '', -2900, 'cheque'),
(916, 320, '2011-08-08', '100010', '', 2900, 'cheque'),
(920, 322, '2011-08-08', 'CRP0015', '', -3180, 'cash'),
(921, 322, '2011-08-08', '100010', '', 3180, 'cash'),
(925, 324, '2011-08-08', 'IDL0001', '', -22718, 'cash'),
(926, 324, '2011-08-08', '100010', '', 22718, 'cash'),
(951, 333, '2011-08-09', 'CRP0074', '', 1280, ''),
(952, 333, '2011-08-09', '200013', '', -224, ''),
(953, 333, '2011-08-09', 'INS100', '', -1056, ''),
(963, 337, '2011-08-09', 'CRP0030', '', 3721, ''),
(964, 337, '2011-08-09', '200002', '', -372.1, ''),
(965, 337, '2011-08-09', 'INS106', '', -3348.9, ''),
(978, 342, '2011-08-10', 'CRP0074', '', 2734, ''),
(979, 342, '2011-08-10', '200007', '', -478.45, ''),
(980, 342, '2011-08-10', 'INS100', '', -2255.55, ''),
(981, 343, '2011-08-10', 'CRP0074', '', 52140, ''),
(982, 343, '2011-08-10', '200031', '', -9124.5, ''),
(983, 343, '2011-08-10', 'INS100', '', -43015.5, ''),
(984, 344, '2011-08-10', 'CRP0074', '', 42152, ''),
(985, 344, '2011-08-10', '200003', '', -4215.2, ''),
(986, 344, '2011-08-10', 'INS100', '', -37936.8, ''),
(987, 345, '2011-08-10', 'CRP0074', '', 69950, ''),
(988, 345, '2011-08-10', '200006', '', -6995, ''),
(989, 345, '2011-08-10', 'INS100', '', -62955, ''),
(990, 346, '2011-08-10', 'CRP0074', '', 95382, ''),
(991, 346, '2011-08-10', '200025', '', -16691.85, ''),
(992, 346, '2011-08-10', 'INS100', '', -78690.15, ''),
(993, 347, '2011-08-10', 'CRP0074', '', 1018, ''),
(994, 347, '2011-08-10', '200003', '', -101.8, ''),
(995, 347, '2011-08-10', 'INS100', '', -916.2, ''),
(996, 348, '2011-08-10', 'CRP0074', '', 1682.88, ''),
(997, 348, '2011-08-10', '200003', '', -168.29, ''),
(998, 348, '2011-08-10', 'INS100', '', -1514.59, ''),
(999, 349, '2011-08-10', 'CRP0074', '', 5609, ''),
(1000, 349, '2011-08-10', '200003', '', -560.9, ''),
(1001, 349, '2011-08-10', 'INS100', '', -5048.1, ''),
(1002, 350, '2011-08-10', 'CRP0074', '', -271947.88, 'cash'),
(1003, 350, '2011-08-10', '100010', '', 271947.88, 'cash'),
(1013, 354, '2011-08-11', 'CRP0071', '', 45010, ''),
(1014, 354, '2011-08-11', '200031', '', -4500, ''),
(1015, 354, '2011-08-11', 'INS105', '', -40510, ''),
(1016, 355, '2011-08-11', 'CRP0071', '', 5757, ''),
(1017, 355, '2011-08-11', '200031', '', -575.7, ''),
(1018, 355, '2011-08-11', 'INS105', '', -5181.3, ''),
(1025, 358, '2011-08-11', 'CRP0074', '', 3110, ''),
(1026, 358, '2011-08-11', '200031', '', -544.25, ''),
(1027, 358, '2011-08-11', 'INS100', '', -2565.75, ''),
(1028, 359, '2011-08-11', 'CRP0074', '', 1098, ''),
(1029, 359, '2011-08-11', '200031', '', -192.15, ''),
(1030, 359, '2011-08-11', 'INS100', '', -905.85, ''),
(1034, 361, '2011-08-11', 'CRP0019', '', 18850, ''),
(1035, 361, '2011-08-11', '200047', '', 0, ''),
(1036, 361, '2011-08-11', 'INS100', '', -18850, ''),
(1037, 362, '2011-08-11', 'CRP0074', '', 354, ''),
(1038, 362, '2011-08-11', '200003', '', -35.4, ''),
(1039, 362, '2011-08-11', 'INS100', '', -318.6, ''),
(1040, 363, '2011-04-11', 'CRP0071', '', -45010, 'cash'),
(1041, 363, '2011-04-11', '100010', '', 45010, 'cash'),
(1057, 369, '2011-08-12', 'CRP0055', '', -1108, 'cheque'),
(1058, 369, '2011-08-12', '100010', '', 1108, 'cheque'),
(1059, 370, '2011-08-13', 'CRP0030', '', 3721, ''),
(1060, 370, '2011-08-13', '200002', '', -372.1, ''),
(1061, 370, '2011-08-13', 'INS106', '', -3348.9, ''),
(1062, 375, '2011-08-13', 'CRP0010', '', 2955, ''),
(1063, 375, '2011-08-13', '200002', '', -295.5, ''),
(1064, 375, '2011-08-13', 'INS106', '', -2659.5, ''),
(1074, 379, '2011-08-14', 'CRP0011', '', -2975, 'cheque'),
(1075, 379, '2011-08-14', '100010', '', 2975, 'cheque'),
(1076, 380, '2011-08-14', 'CRP0078', '', 12526, ''),
(1077, 380, '2011-08-14', '200031', '', -2503.2, ''),
(1078, 380, '2011-08-14', 'INS105', '', -10022.8, ''),
(1091, 385, '2011-08-16', 'CRP0074', '', 3316, ''),
(1092, 385, '2011-08-16', '200006', '', -331.6, ''),
(1093, 385, '2011-08-16', 'INS100', '', -2984.4, ''),
(1094, 386, '2011-08-16', 'CRP0028', '', 2675, ''),
(1095, 386, '2011-08-16', '200005', '', -133.75, ''),
(1096, 386, '2011-08-16', 'INS106', '', -2541.25, ''),
(1097, 387, '2011-08-16', 'CRP0028', '', 2675, ''),
(1098, 387, '2011-08-16', '200005', '', -133.75, ''),
(1099, 387, '2011-08-16', 'INS106', '', -2541.25, ''),
(1100, 388, '2011-08-16', 'CRP0047', '', -37027, 'cheque'),
(1101, 388, '2011-08-16', '100010', '', 37027, 'cheque'),
(1102, 389, '2011-08-16', 'CRP0046', '', -18800, 'cheque'),
(1103, 389, '2011-08-16', '100010', '', 18800, 'cheque'),
(1104, 390, '2011-08-16', 'CRP0047', '', 42650, ''),
(1105, 390, '2011-08-16', '200008', '', -8530, ''),
(1106, 390, '2011-08-16', 'INS106', '', -34120, ''),
(1107, 391, '2011-08-16', 'CRP0010', '', -7720, 'cheque'),
(1108, 391, '2011-08-16', '100010', '', 7720, 'cheque'),
(1109, 392, '2011-08-16', 'CRP0010', '', -5975, 'cheque'),
(1110, 392, '2011-08-16', '100010', '', 5975, 'cheque'),
(1111, 393, '2011-08-16', 'CRP0078', '', -12516, 'cheque'),
(1112, 393, '2011-08-16', '100010', '', 12516, 'cheque'),
(1113, 394, '2011-08-17', 'CRP0075', '', 9010, ''),
(1114, 394, '2011-08-17', '200031', '', -1350, ''),
(1115, 394, '2011-08-17', 'INS105', '', -7660, ''),
(1146, 405, '2011-08-17', 'CRP0065', '', 1277, ''),
(1147, 405, '2011-08-17', '200003', '', -190.05, ''),
(1148, 405, '2011-08-17', 'INS105', '', -1086.95, ''),
(1149, 406, '2011-08-17', 'CRP0065', '', 2612, ''),
(1150, 406, '2011-08-17', '200003', '', -390.3, ''),
(1151, 406, '2011-08-17', 'INS105', '', -2221.7, ''),
(1158, 409, '2011-08-17', 'CRP0065', '', 2206, ''),
(1159, 409, '2011-08-17', '200003', '', -329.4, ''),
(1160, 409, '2011-08-17', 'INS105', '', -1876.6, ''),
(1161, 410, '2011-08-17', 'IDL0018', '', 600, ''),
(1162, 410, '2011-08-17', '200004', '', -30, ''),
(1163, 410, '2011-08-17', 'INS106', '', -570, ''),
(1164, 411, '2011-08-17', 'IDL0019', '', 400, ''),
(1165, 411, '2011-08-17', '200004', '', -20, ''),
(1166, 411, '2011-08-17', 'INS106', '', -380, ''),
(1167, 412, '2011-08-17', 'CRP0028', '', 900, ''),
(1168, 412, '2011-08-17', '200005', '', -45, ''),
(1169, 412, '2011-08-17', 'INS106', '', -855, ''),
(1170, 413, '2011-08-20', 'CRP0007', '', 1913, ''),
(1171, 413, '2011-08-20', '200002', '', -191.3, ''),
(1172, 413, '2011-08-20', 'INS106', '', -1721.7, ''),
(1176, 415, '2011-08-22', 'CRP0080', '', 1250, ''),
(1177, 415, '2011-08-22', '200002', '', -125, ''),
(1178, 415, '2011-08-22', 'INS106', '', -1125, ''),
(1185, 418, '2011-08-23', 'CRP0037', '', 2206, ''),
(1186, 418, '2011-08-23', '200046', '', -326.4, ''),
(1187, 418, '2011-08-23', 'INS107', '', -1879.6, ''),
(1191, 420, '2011-08-23', 'CRP0037', '', 1192, ''),
(1192, 420, '2011-08-23', '200046', '', -174.3, ''),
(1193, 420, '2011-08-23', 'INS107', '', -1017.7, ''),
(1206, 425, '2011-08-23', 'CRP0060', '', 736, ''),
(1207, 425, '2011-08-23', '200046', '', 0, ''),
(1208, 425, '2011-08-23', 'INS107', '', -736, ''),
(1215, 428, '2011-08-24', 'CRP0037', '', -930, ''),
(1216, 428, '2011-08-24', '200046', '', 139.5, ''),
(1217, 428, '2011-08-24', 'INS107', '', 790.5, ''),
(1224, 431, '2011-08-25', 'CRP0060', '', 3100, ''),
(1225, 431, '2011-08-25', '200046', '', -465, ''),
(1226, 431, '2011-08-25', 'INS107', '', -2635, ''),
(1227, 432, '2011-08-25', 'CRP0021', '', 15885, ''),
(1228, 432, '2011-08-25', '200031', '', -3177, ''),
(1229, 432, '2011-08-25', 'INS105', '', -12708, ''),
(1239, 436, '2011-08-25', 'CRP0007', '', 1913, ''),
(1240, 436, '2011-08-25', '200002', '', -191.3, ''),
(1241, 436, '2011-08-25', 'INS106', '', -1721.7, ''),
(1242, 437, '2011-08-25', 'CRP0030', '', 850, ''),
(1243, 437, '2011-08-25', '200005', '', -42.5, ''),
(1244, 437, '2011-08-25', 'INS106', '', -807.5, ''),
(1251, 440, '2011-08-29', 'CRP0024', '', 114690, ''),
(1252, 440, '2011-08-29', '200003', '', -6880.8, ''),
(1253, 440, '2011-08-29', 'INS105', '', -107809.2, ''),
(1257, 442, '2011-08-29', 'CRP0074', '', 139190, ''),
(1258, 442, '2011-08-29', '200006', '', -20878.5, ''),
(1259, 442, '2011-08-29', 'INS100', '', -118311.5, ''),
(1260, 443, '2011-08-29', 'CRP0074', '', 2188, ''),
(1261, 443, '2011-08-29', '200013', '', -437.6, ''),
(1262, 443, '2011-08-29', 'INS100', '', -1750.4, ''),
(1263, 444, '2011-08-29', 'CRP0074', '', 110350, ''),
(1264, 444, '2011-08-29', '200025', '', -22070, ''),
(1265, 444, '2011-08-29', 'INS100', '', -88280, ''),
(1266, 445, '2011-08-29', 'CRP0074', '', 59163, ''),
(1267, 445, '2011-08-29', '200031', '', -11832.6, ''),
(1268, 445, '2011-08-29', 'INS100', '', -47330.4, ''),
(1272, 447, '2011-09-03', 'CRP0047', '', 3299, ''),
(1273, 447, '2011-09-03', '200038', '', -659.8, ''),
(1274, 447, '2011-09-03', 'INS106', '', -2639.2, ''),
(1284, 451, '2011-09-04', 'CRP0052', '', 9700, ''),
(1285, 451, '2011-09-04', '200047', '', -1938, ''),
(1286, 451, '2011-09-04', 'INS105', '', -7762, ''),
(1287, 452, '2011-09-04', 'CRP0052', '', 14392, ''),
(1288, 452, '2011-09-04', '200031', '', -2876.4, ''),
(1289, 452, '2011-09-04', 'INS105', '', -11515.6, ''),
(1290, 453, '2011-09-04', 'CRP0009', '', 400, ''),
(1291, 453, '2011-09-04', '200005', '', -20, ''),
(1292, 453, '2011-09-04', 'INS106', '', -380, ''),
(1296, 455, '2011-09-05', 'CRP0002', '', 1650, ''),
(1297, 455, '2011-09-05', '200002', '', -165, ''),
(1298, 455, '2011-09-05', 'INS106', '', -1485, ''),
(1299, 456, '2011-09-05', 'CRP0009', '', 400, ''),
(1300, 456, '2011-09-05', '200005', '', -20, ''),
(1301, 456, '2011-09-05', 'INS106', '', -380, ''),
(1308, 459, '2011-09-05', 'CRP0082', '', 750, ''),
(1309, 459, '2011-09-05', '200007', '', -112.5, ''),
(1310, 459, '2011-09-05', 'INS106', '', -637.5, ''),
(1311, 460, '2011-09-05', 'CRP0081', '', 750, ''),
(1312, 460, '2011-09-05', '200007', '', -112.5, ''),
(1313, 460, '2011-09-05', 'INS106', '', -637.5, ''),
(1320, 463, '2011-09-06', 'CRP0027', '', 8489, ''),
(1321, 463, '2011-09-06', '200031', '', -1695.8, ''),
(1322, 463, '2011-09-06', 'INS105', '', -6793.2, ''),
(1329, 466, '2011-09-06', 'CRP0009', '', 975, ''),
(1330, 466, '2011-09-06', '200005', '', -48.75, ''),
(1331, 466, '2011-09-06', 'INS106', '', -926.25, ''),
(1332, 467, '2011-09-06', 'CRP0009', '', 975, ''),
(1333, 467, '2011-09-06', '200005', '', -48.75, ''),
(1334, 467, '2011-09-06', 'INS106', '', -926.25, ''),
(1335, 468, '2011-09-06', 'CRP0009', '', 850, ''),
(1336, 468, '2011-09-06', '200005', '', -42.5, ''),
(1337, 468, '2011-09-06', 'INS106', '', -807.5, ''),
(1338, 469, '2011-09-06', 'CRP0009', '', 850, ''),
(1339, 469, '2011-09-06', '200005', '', -42.5, ''),
(1340, 469, '2011-09-06', 'INS106', '', -807.5, ''),
(1341, 470, '2011-09-06', 'CRP0009', '', 400, ''),
(1342, 470, '2011-09-06', '200005', '', -20, ''),
(1343, 470, '2011-09-06', 'INS106', '', -380, ''),
(1344, 471, '2011-09-06', 'IDL0020', '', 2550, ''),
(1345, 471, '2011-09-06', '200005', '', -127.5, ''),
(1346, 471, '2011-09-06', 'INS106', '', -2422.5, ''),
(1353, 474, '2011-09-07', 'CRP0034', '', 36130, ''),
(1354, 474, '2011-09-07', '200031', '', -7224, ''),
(1355, 474, '2011-09-07', 'INS105', '', -28906, ''),
(1362, 477, '2011-09-08', 'CRP0065', '', 2010, ''),
(1363, 477, '2011-09-08', '200021', '', 0, ''),
(1364, 477, '2011-09-08', 'INS105', '', -2010, ''),
(1365, 478, '2011-09-08', 'CRP0021', '', 63227, ''),
(1366, 478, '2011-09-08', '200044', '', -9484.05, ''),
(1367, 478, '2011-09-08', 'INS106', '', -53742.95, ''),
(1368, 479, '2011-09-11', 'IDL0011', '', -2140, 'cheque'),
(1369, 479, '2011-09-11', '100010', '', 2140, 'cheque'),
(1370, 480, '2011-09-11', 'CRP0009', '', -4613, 'cash'),
(1371, 480, '2011-09-11', '100010', '', 4613, 'cash'),
(1372, 481, '2011-09-11', 'IDL0002', '', -3914, 'cash'),
(1373, 481, '2011-09-11', '100010', '', 3914, 'cash'),
(1374, 482, '2011-09-11', 'CRP0028', '', 700, ''),
(1375, 482, '2011-09-11', '200005', '', -35, ''),
(1376, 482, '2011-09-11', 'INS106', '', -665, ''),
(1377, 483, '2011-09-11', 'IDL0001', '', 12290, ''),
(1378, 483, '2011-09-11', '200001', '', -1229, ''),
(1379, 483, '2011-09-11', 'INS106', '', -11061, ''),
(1380, 484, '2011-09-11', 'CRP0068', '', 25930, ''),
(1381, 484, '2011-09-11', '200031', '', -5184, ''),
(1382, 484, '2011-09-11', 'INS105', '', -20746, ''),
(1386, 486, '2011-09-12', 'CRP0036', '', 15299, ''),
(1387, 486, '2011-09-12', '200031', '', -3057.8, ''),
(1388, 486, '2011-09-12', 'INS105', '', -12241.2, ''),
(1392, 488, '2011-09-12', 'CRP0028', '', 205, ''),
(1393, 488, '2011-09-12', '200005', '', -10.25, ''),
(1394, 488, '2011-09-12', 'INS106', '', -194.75, ''),
(1395, 489, '2011-09-12', 'CRP0028', '', 205, ''),
(1396, 489, '2011-09-12', '200005', '', -10.25, ''),
(1397, 489, '2011-09-12', 'INS106', '', -194.75, ''),
(1398, 490, '2011-09-12', 'CRP0010', '', 55, ''),
(1399, 490, '2011-09-12', '200002', '', 0, ''),
(1400, 490, '2011-09-12', 'INS106', '', -55, ''),
(1401, 491, '2011-09-12', 'CRP0047', '', -42150, 'cheque'),
(1402, 491, '2011-09-12', '100010', '', 42150, 'cheque'),
(1403, 492, '2011-09-13', 'CRP0046', '', 3775, ''),
(1404, 492, '2011-09-13', '200030', '', -562.5, ''),
(1405, 492, '2011-09-13', 'INS101', '', -3212.5, ''),
(1409, 494, '2011-09-14', 'CRP0046', '', 2025, ''),
(1410, 494, '2011-09-14', '200030', '', -300, ''),
(1411, 494, '2011-09-14', 'INS101', '', -1725, ''),
(1412, 495, '2011-09-18', 'CRP0053', '', -24446, 'cheque'),
(1413, 495, '2011-09-18', '100010', '', 24446, 'cheque'),
(1414, 496, '2011-09-18', 'CRP0067', '', -1895, 'cheque'),
(1415, 496, '2011-09-18', '100010', '', 1895, 'cheque'),
(1416, 497, '2011-09-18', 'CRP0083', '', 1550, ''),
(1417, 497, '2011-09-18', '200002', '', -155, ''),
(1418, 497, '2011-09-18', 'INS106', '', -1395, ''),
(1419, 498, '2011-09-18', 'CRP0052', '', -27592, 'cheque'),
(1420, 498, '2011-09-18', '100010', '', 27592, 'cheque'),
(1421, 499, '2011-09-18', 'CRP0010', '', 2000, ''),
(1422, 499, '2011-09-18', '200002', '', -200, ''),
(1423, 499, '2011-09-18', 'INS106', '', -1800, ''),
(1430, 502, '2011-09-18', 'CRP0052', '', 5280, ''),
(1431, 502, '2011-09-18', '200031', '', -792, ''),
(1432, 502, '2011-09-18', 'INS109', '', -4488, ''),
(1433, 503, '2011-09-18', 'CRP0052', '', 3500, ''),
(1434, 503, '2011-09-18', '200031', '', -525, ''),
(1435, 503, '2011-09-18', 'INS109', '', -2975, ''),
(1436, 504, '2011-09-19', 'CRP0056', '', 400, ''),
(1437, 504, '2011-09-19', '200005', '', -20, ''),
(1438, 504, '2011-09-19', 'INS106', '', -380, ''),
(1439, 505, '2011-09-19', 'CRP0010', '', 2350, ''),
(1440, 505, '2011-09-19', '200002', '', -235, ''),
(1441, 505, '2011-09-19', 'INS106', '', -2115, ''),
(1442, 506, '2011-09-19', 'IDL0012', '', -1478, 'cash'),
(1443, 506, '2011-09-19', '100010', '', 1478, 'cash'),
(1444, 507, '2011-09-19', 'CRP0073', '', -1795, 'cash'),
(1445, 507, '2011-09-19', '100010', '', 1795, 'cash'),
(1446, 508, '2011-09-19', 'CRP0007', '', -3826, 'cash'),
(1447, 508, '2011-09-19', '100010', '', 3826, 'cash'),
(1448, 509, '2011-09-19', 'CRP0080', '', -2500, 'cash'),
(1449, 509, '2011-09-19', '100010', '', 2500, 'cash'),
(1450, 510, '2011-09-19', 'IDL0013', '', -550, 'cash'),
(1451, 510, '2011-09-19', '100010', '', 550, 'cash'),
(1452, 511, '2011-09-19', 'EMP102', '', -481.25, ''),
(1453, 511, '2011-09-19', '400007', '', 481.25, ''),
(1454, 512, '2011-09-19', 'CRP0024', '', 9635, ''),
(1455, 512, '2011-09-19', '200007', '', -962.5, ''),
(1456, 512, '2011-09-19', 'INS105', '', -8672.5, ''),
(1457, 513, '2011-09-19', 'CRP0021', '', 275, ''),
(1458, 513, '2011-09-19', '200031', '', -55, ''),
(1459, 513, '2011-09-19', 'INS105', '', -220, ''),
(1460, 514, '2011-09-20', 'IDL0001', '', -12290, 'cash'),
(1461, 514, '2011-09-20', '100010', '', 12290, 'cash'),
(1462, 515, '2011-09-20', 'CRP0049', '', 750, ''),
(1463, 515, '2011-09-20', '200006', '', 0, ''),
(1464, 515, '2011-09-20', 'INS100', '', -750, ''),
(1465, 516, '2011-09-20', 'CRP0030', '', 2675, ''),
(1466, 516, '2011-09-20', '200005', '', -133.75, ''),
(1467, 516, '2011-09-20', 'INS106', '', -2541.25, ''),
(1468, 517, '2011-09-20', 'CRP0055', '', 7161, ''),
(1469, 517, '2011-09-20', '200025', '', -1432.2, ''),
(1470, 517, '2011-09-20', 'INS106', '', -5728.8, ''),
(1471, 518, '2011-09-20', 'IDL0001', '', 8164, ''),
(1472, 518, '2011-09-20', '200001', '', -816.4, ''),
(1473, 518, '2011-09-20', 'INS106', '', -7347.6, ''),
(1474, 519, '2011-09-20', 'CRP0001', '', 1032, ''),
(1475, 519, '2011-09-20', '200002', '', -103.2, ''),
(1476, 519, '2011-09-20', 'INS100', '', -928.8, ''),
(1477, 520, '2011-09-21', 'CRP0032', '', -14020, 'cheque'),
(1478, 520, '2011-09-21', 'CRP0057', '', -2178, 'cheque'),
(1479, 520, '2011-09-21', '100010', '', 16198, 'cheque'),
(1480, 521, '2011-09-21', 'CRP0065', '', -6295, 'cheque'),
(1481, 521, '2011-09-21', '100010', '', 6295, 'cheque'),
(1482, 522, '2011-09-21', 'CRP0065', '', -1638, 'cheque'),
(1483, 522, '2011-09-21', '100010', '', 1638, 'cheque'),
(1496, 527, '2011-09-25', 'CRP0064', '', 13518, ''),
(1497, 527, '2011-09-25', '200031', '', 0, ''),
(1498, 527, '2011-09-25', 'INS100', '', -13518, ''),
(1505, 530, '2011-09-26', 'CRP0064', '', -11485, 'cheque'),
(1506, 530, '2011-09-26', '100010', '', 11485, 'cheque'),
(1507, 531, '2011-09-26', 'CRP0064', '', -7030, 'cheque'),
(1508, 531, '2011-09-26', '100010', '', 7030, 'cheque'),
(1509, 532, '2011-09-26', 'CRP0071', '', -5757, 'cheque'),
(1510, 532, '2011-09-26', '100010', '', 5757, 'cheque'),
(1511, 533, '2011-09-27', 'CRP0028', '', 500, ''),
(1512, 533, '2011-09-27', '200005', '', -25, ''),
(1513, 533, '2011-09-27', 'INS106', '', -475, ''),
(1514, 534, '2011-09-27', 'CRP0064', '', 11495, ''),
(1515, 534, '2011-09-27', '200030', '', -2297, ''),
(1516, 534, '2011-09-27', 'INS105', '', -9198, ''),
(1517, 535, '2011-09-27', 'CRP0074', '', 56628, ''),
(1518, 535, '2011-09-27', '200003', '', -8494.2, ''),
(1519, 535, '2011-09-27', 'INS100', '', -48133.8, ''),
(1520, 536, '2011-09-27', 'IDL0001', '', -9884, 'cash'),
(1521, 536, '2011-09-27', '100010', '', 9884, 'cash'),
(1522, 537, '2011-09-27', 'CRP0046', '', -3775, 'cash'),
(1523, 537, '2011-09-27', '100010', '', 3775, 'cash'),
(1524, 538, '2011-09-27', 'CRP0065', '', 2579, ''),
(1525, 538, '2011-09-27', '200025', '', 0, ''),
(1526, 538, '2011-09-27', 'INS105', '', -2579, ''),
(1527, 539, '2011-09-27', 'CRP0054', '', 2010, ''),
(1528, 539, '2011-09-27', '200030', '', -400, ''),
(1529, 539, '2011-09-27', 'INS105', '', -1610, ''),
(1530, 540, '2011-09-27', 'CRP0054', '', 1010, ''),
(1531, 540, '2011-09-27', '200031', '', -200, ''),
(1532, 540, '2011-09-27', 'INS105', '', -810, ''),
(1533, 541, '2011-09-27', 'IDL0015', '', 500, ''),
(1534, 541, '2011-09-27', '200005', '', -25, ''),
(1535, 541, '2011-09-27', 'INS106', '', -475, ''),
(1536, 542, '2011-09-27', 'IDL0016', '', 400, ''),
(1537, 542, '2011-09-27', '200004', '', -20, ''),
(1538, 542, '2011-09-27', 'INS106', '', -380, ''),
(1539, 543, '2011-09-27', 'IDL0017', '', 3830, ''),
(1540, 543, '2011-09-27', '200001', '', -383, ''),
(1541, 543, '2011-09-27', 'INS106', '', -3447, ''),
(1545, 545, '2011-09-29', 'CRP0030', '', 296, ''),
(1546, 545, '2011-09-29', '200002', '', -29.6, ''),
(1547, 545, '2011-09-29', 'INS106', '', -266.4, ''),
(1548, 546, '2011-09-29', 'CRP0030', '', 22, ''),
(1549, 546, '2011-09-29', '200005', '', -1.1, ''),
(1550, 546, '2011-09-29', 'INS106', '', -20.9, ''),
(1551, 547, '2011-10-01', 'CRP0027', '', -8489, 'cheque'),
(1552, 547, '2011-10-01', '100010', '', 8489, 'cheque'),
(1556, 549, '2011-10-02', 'CRP0052', '', 1780, ''),
(1557, 549, '2011-10-02', '200002', '', -178, ''),
(1558, 549, '2011-10-02', 'INS100', '', -1602, ''),
(1559, 550, '2011-10-02', 'CRP0068', '', 13253, ''),
(1560, 550, '2011-10-02', '200025', '', -2648.6, ''),
(1561, 550, '2011-10-02', 'INS105', '', -10604.4, ''),
(1565, 553, '2011-10-03', 'CRP0079', '', 5962, ''),
(1566, 553, '2011-10-03', '200002', '', -596.2, ''),
(1567, 553, '2011-10-03', 'INS100', '', -5365.8, ''),
(1568, 554, '2011-10-04', 'IDL0020', '', 2550, ''),
(1569, 554, '2011-10-04', '200004', '', -127.5, ''),
(1570, 554, '2011-10-04', 'INS106', '', -2422.5, ''),
(1571, 555, '2011-10-04', 'CRP0056', '', 1563, ''),
(1572, 555, '2011-10-04', '200002', '', -156.3, ''),
(1573, 555, '2011-10-04', 'INS106', '', -1406.7, ''),
(1574, 556, '2011-10-04', 'CRP0056', '', 1563, ''),
(1575, 556, '2011-10-04', '200002', '', -156.3, ''),
(1576, 556, '2011-10-04', 'INS106', '', -1406.7, ''),
(1577, 557, '2011-10-06', 'IDL0021', '', 1370, ''),
(1578, 557, '2011-10-06', '200001', '', -137, ''),
(1579, 557, '2011-10-06', 'INS106', '', -1233, ''),
(1586, 560, '2011-10-09', 'IDL0021', '', -1370, 'cash'),
(1587, 560, '2011-10-09', '100010', '', 1370, 'cash'),
(1591, 562, '2011-10-09', 'CRP0079', '', 16768, ''),
(1592, 562, '2011-10-09', '200003', '', -2515.2, ''),
(1593, 562, '2011-10-09', 'INS100', '', -14252.8, ''),
(1594, 563, '2011-10-09', 'CRP0031', '', 750, ''),
(1595, 563, '2011-10-09', '200007', '', -112.5, ''),
(1596, 563, '2011-10-09', 'INS106', '', -637.5, ''),
(1600, 565, '2011-10-10', 'CRP0030', '', 2650, ''),
(1601, 565, '2011-10-10', '200005', '', -132.5, ''),
(1602, 565, '2011-10-10', 'INS106', '', -2517.5, ''),
(1606, 567, '2011-10-10', 'CRP0065', '', 83992, ''),
(1607, 567, '2011-10-10', '200022', '', -16796.4, ''),
(1608, 567, '2011-10-10', 'INS105', '', -67195.6, ''),
(1609, 568, '2011-10-11', 'CRP0045', '', 1930, ''),
(1610, 568, '2011-10-11', '200002', '', -193, ''),
(1611, 568, '2011-10-11', 'INS106', '', -1737, ''),
(1612, 569, '2011-10-11', 'CRP0075', '', 40010, ''),
(1613, 569, '2011-10-11', '200034', '', -6000, ''),
(1614, 569, '2011-10-11', 'INS105', '', -34010, ''),
(1615, 570, '2011-10-11', 'CRP0013', '', 85323, ''),
(1616, 570, '2011-10-11', '200031', '', -12796.95, ''),
(1617, 570, '2011-10-11', 'INS105', '', -72526.05, ''),
(1618, 571, '2011-10-12', 'CRP0065', '', -9740, 'cheque'),
(1619, 571, '2011-10-12', '100010', '', 9740, 'cheque'),
(1620, 572, '2011-10-12', 'CRP0065', '', -2010, 'cheque'),
(1621, 572, '2011-10-12', '100010', '', 2010, 'cheque'),
(1622, 573, '2011-10-12', 'CRP0053', '', -24445, 'cheque'),
(1623, 573, '2011-10-12', '100010', '', 24445, 'cheque'),
(1624, 574, '2011-10-12', 'CRP0053', '', 3184, ''),
(1625, 574, '2011-10-12', '200003', '', -716.4, ''),
(1626, 574, '2011-10-12', 'INS105', '', -2467.6, ''),
(1627, 575, '2011-10-12', 'CRP0084', '', 2050, ''),
(1628, 575, '2011-10-12', '200002', '', -205, ''),
(1629, 575, '2011-10-12', 'INS106', '', -1845, ''),
(1630, 576, '2011-10-13', 'CRP0085', '', 2675, ''),
(1631, 576, '2011-10-13', '200005', '', -133.75, ''),
(1632, 576, '2011-10-13', 'INS106', '', -2541.25, ''),
(1633, 577, '2011-10-13', 'CRP0010', '', 1335, ''),
(1634, 577, '2011-10-13', '200002', '', -133.5, ''),
(1635, 577, '2011-10-13', 'INS106', '', -1201.5, ''),
(1639, 579, '2011-10-16', 'CRP0084', '', -2050, 'cheque'),
(1640, 579, '2011-10-16', '100010', '', 2050, 'cheque'),
(1641, 580, '2011-10-16', 'IDL0002', '', 2675, ''),
(1642, 580, '2011-10-16', '200004', '', -133.75, ''),
(1643, 580, '2011-10-16', 'INS106', '', -2541.25, ''),
(1644, 581, '2011-10-16', 'CRP0013', '', 7975, ''),
(1645, 581, '2011-10-16', '200019', '', -1593, ''),
(1646, 581, '2011-10-16', 'INS105', '', -6382, ''),
(1647, 582, '2011-10-17', 'IDL0022', '', 3523, ''),
(1648, 582, '2011-10-17', '200001', '', -352.3, ''),
(1649, 582, '2011-10-17', 'INS106', '', -3170.7, ''),
(1653, 584, '2011-10-19', 'IDL0002', '', -2450, 'cheque'),
(1654, 584, '2011-10-19', 'IDL0020', '', -2550, 'cheque'),
(1655, 584, '2011-10-19', 'CRP0009', '', -4935, 'cheque'),
(1656, 584, '2011-10-19', '100010', '', 9935, 'cheque'),
(1657, 585, '2011-10-19', 'CRP0068', '', -13253, 'cheque'),
(1658, 585, '2011-10-19', '100010', '', 13253, 'cheque'),
(1659, 586, '2011-10-23', 'CRP0080', '', 1250, ''),
(1660, 586, '2011-10-23', '200002', '', -125, ''),
(1661, 586, '2011-10-23', 'INS106', '', -1125, ''),
(1665, 588, '2011-10-23', 'CRP0065', '', 2260, ''),
(1666, 588, '2011-10-23', '200030', '', -450, ''),
(1667, 588, '2011-10-23', 'INS105', '', -1810, ''),
(1668, 589, '2011-10-23', 'IDL0023', '', 1300, ''),
(1669, 589, '2011-10-23', '200001', '', -130, ''),
(1670, 589, '2011-10-23', 'INS106', '', -1170, ''),
(1671, 590, '2011-10-23', 'CRP0028', '', 16513, ''),
(1672, 590, '2011-10-23', '200031', '', -2475.45, ''),
(1673, 590, '2011-10-23', 'INS105', '', -14037.55, ''),
(1674, 591, '2011-10-24', 'CRP0006', '', 975, ''),
(1675, 591, '2011-10-24', '200005', '', -48.75, ''),
(1676, 591, '2011-10-24', 'INS106', '', -926.25, ''),
(1677, 592, '2011-10-24', 'CRP0006', '', 1050, ''),
(1678, 592, '2011-10-24', '200005', '', -52.5, ''),
(1679, 592, '2011-10-24', 'INS106', '', -997.5, ''),
(1680, 593, '2011-10-25', 'IDL0024', '', 2968, ''),
(1681, 593, '2011-10-25', '200001', '', -296.8, ''),
(1682, 593, '2011-10-25', 'INS106', '', -2671.2, ''),
(1683, 594, '2011-10-25', 'CRP0087', '', 385, ''),
(1684, 594, '2011-10-25', '200031', '', -75, ''),
(1685, 594, '2011-10-25', 'INS105', '', -310, ''),
(1686, 595, '2011-10-25', 'CRP0060', '', 650, ''),
(1687, 595, '2011-10-25', '200005', '', -32.5, ''),
(1688, 595, '2011-10-25', 'INS106', '', -617.5, ''),
(1689, 596, '2011-10-26', 'CRP0042', '', 1655, ''),
(1690, 596, '2011-10-26', '200002', '', -165.5, ''),
(1691, 596, '2011-10-26', 'INS106', '', -1489.5, ''),
(1692, 597, '2011-10-26', 'CRP0042', '', 3530, ''),
(1693, 597, '2011-10-26', '200002', '', -353, '');
INSERT INTO `gl_trans` (`id`, `type_no`, `tran_date`, `account`, `memo`, `amount`, `method`) VALUES
(1694, 597, '2011-10-26', 'INS106', '', -3177, ''),
(1695, 598, '2011-10-27', 'CRP0001', '', 300, ''),
(1696, 598, '2011-10-27', '200037', '', -60, ''),
(1697, 598, '2011-10-27', 'INS106', '', -240, ''),
(1698, 599, '2011-10-27', 'CRP0001', '', 310, ''),
(1699, 599, '2011-10-27', '200037', '', 0, ''),
(1700, 599, '2011-10-27', 'INS100', '', -310, ''),
(1704, 601, '2011-10-27', 'CRP0001', '', 3230, ''),
(1705, 601, '2011-10-27', '200038', '', -484.5, ''),
(1706, 601, '2011-10-27', 'INS106', '', -2745.5, ''),
(1710, 603, '2011-10-27', 'IDL0026', '', 2555, ''),
(1711, 603, '2011-10-27', '200001', '', -255.5, ''),
(1712, 603, '2011-10-27', 'INS106', '', -2299.5, ''),
(1719, 606, '2011-10-29', 'IDL0025', '', 1337, ''),
(1720, 606, '2011-10-29', '200001', '', -133.7, ''),
(1721, 606, '2011-10-29', 'INS106', '', -1203.3, ''),
(1725, 608, '2011-10-29', 'CRP0071', '', 10580, ''),
(1726, 608, '2011-10-29', '200002', '', 0, ''),
(1727, 608, '2011-10-29', 'INS106', '', -10580, ''),
(1728, 609, '2011-10-29', 'CRP0010', '', -6190, 'cheque'),
(1729, 609, '2011-10-29', '100010', '', 6190, 'cheque'),
(1730, 610, '2011-10-30', 'IDL0027', '', 400, ''),
(1731, 610, '2011-10-30', '200004', '', -20, ''),
(1732, 610, '2011-10-30', 'INS106', '', -380, ''),
(1733, 611, '2011-10-30', 'IDL0028', '', 400, ''),
(1734, 611, '2011-10-30', '200004', '', -20, ''),
(1735, 611, '2011-10-30', 'INS106', '', -380, ''),
(1736, 612, '2011-10-31', 'CRP0019', '', 36000, ''),
(1737, 612, '2011-10-31', '200031', '', -6300, ''),
(1738, 612, '2011-10-31', 'INS100', '', -29700, ''),
(1745, 615, '2011-10-31', 'CRP0008', '', 85810, ''),
(1746, 615, '2011-10-31', '200033', '', -12870, ''),
(1747, 615, '2011-10-31', 'INS105', '', -72940, ''),
(1748, 616, '2011-11-01', 'CRP0041', '', 4133, ''),
(1749, 616, '2011-11-01', '200031', '', -824.6, ''),
(1750, 616, '2011-11-01', 'INS105', '', -3308.4, ''),
(1751, 617, '2011-11-01', 'IDL0029', '', 1645, ''),
(1752, 617, '2011-11-01', '200001', '', -164.5, ''),
(1753, 617, '2011-11-01', 'INS106', '', -1480.5, ''),
(1754, 618, '2011-11-01', 'IDL0030', '', 1645, ''),
(1755, 618, '2011-11-01', '200001', '', -164.5, ''),
(1756, 618, '2011-11-01', 'INS106', '', -1480.5, ''),
(1757, 619, '2011-11-01', 'CRP0089', '', 750, ''),
(1758, 619, '2011-11-01', '200007', '', 0, ''),
(1759, 619, '2011-11-01', 'INS106', '', -750, ''),
(1760, 620, '2011-11-02', 'CRP0068', '', 218, ''),
(1761, 620, '2011-11-02', '200025', '', -41.6, ''),
(1762, 620, '2011-11-02', 'INS105', '', -176.4, ''),
(1763, 621, '2011-11-02', 'IDL0031', '', 2035, ''),
(1764, 621, '2011-11-02', '200001', '', -203.5, ''),
(1765, 621, '2011-11-02', 'INS106', '', -1831.5, ''),
(1775, 625, '2011-11-02', 'CRP0046', '', 950, ''),
(1776, 625, '2011-11-02', '200005', '', -47.5, ''),
(1777, 625, '2011-11-02', 'INS106', '', -902.5, ''),
(1787, 629, '2011-11-02', 'CRP0024', '', 910, ''),
(1788, 629, '2011-11-02', '200013', '', 0, ''),
(1789, 629, '2011-11-02', 'INS105', '', -910, ''),
(1790, 630, '2011-11-03', 'CRP0024', '', 2410, ''),
(1791, 630, '2011-11-03', '200014', '', 0, ''),
(1792, 630, '2011-11-03', 'INS105', '', -2410, ''),
(1793, 631, '2011-11-09', 'IDL0033', '', 800, ''),
(1794, 631, '2011-11-09', '200004', '', -40, ''),
(1795, 631, '2011-11-09', 'INS106', '', -760, ''),
(1796, 632, '2011-11-10', 'IDL0035', '', 400, ''),
(1797, 632, '2011-11-10', '200004', '', -20, ''),
(1798, 632, '2011-11-10', 'INS106', '', -380, ''),
(1808, 636, '2011-11-11', 'CRP0028', '', 6550, ''),
(1809, 636, '2011-11-11', '200002', '', -655, ''),
(1810, 636, '2011-11-11', 'INS106', '', -5895, ''),
(1814, 638, '2011-11-12', 'CRP0028', '', 6550, ''),
(1815, 638, '2011-11-12', '200002', '', -655, ''),
(1816, 638, '2011-11-12', 'INS106', '', -5895, ''),
(1820, 640, '2011-11-12', 'CRP0049', '', 2010, ''),
(1821, 640, '2011-11-12', '200030', '', -400, ''),
(1822, 640, '2011-11-12', 'INS105', '', -1610, ''),
(1823, 641, '2011-11-12', 'CRP0074', '', 137, ''),
(1824, 641, '2011-11-12', '200031', '', -23.98, ''),
(1825, 641, '2011-11-12', 'INS100', '', -113.03, ''),
(1826, 642, '2011-11-12', 'IDL0032', '', 3970, ''),
(1827, 642, '2011-11-12', '200001', '', 0, ''),
(1828, 642, '2011-11-12', 'INS106', '', -3970, ''),
(1829, 643, '2011-11-12', 'IDL0036', '', 13760, ''),
(1830, 643, '2011-11-12', '200001', '', -688, ''),
(1831, 643, '2011-11-12', 'INS107', '', -13072, ''),
(1832, 644, '2011-11-13', 'CRP0030', '', 2675, ''),
(1833, 644, '2011-11-13', '200005', '', -133.75, ''),
(1834, 644, '2011-11-13', 'INS106', '', -2541.25, ''),
(1835, 645, '2011-11-13', 'CRP0047', '', -3299, 'cheque'),
(1836, 645, '2011-11-13', '100010', '', 3299, 'cheque'),
(1837, 646, '2011-11-13', 'CRP0064', '', -13518, 'cheque'),
(1838, 646, '2011-11-13', '100010', '', 13518, 'cheque'),
(1839, 647, '2011-11-13', 'CRP0034', '', -2500, 'cheque'),
(1840, 647, '2011-11-13', '100010', '', 2500, 'cheque'),
(1844, 649, '2011-11-14', 'IDL0037', '', 1120, ''),
(1845, 649, '2011-11-14', '200001', '', -112, ''),
(1846, 649, '2011-11-14', 'INS106', '', -1008, ''),
(1853, 652, '2011-11-15', 'CRP0074', '', -2928, ''),
(1854, 652, '2011-11-15', '200003', '', 439.2, ''),
(1855, 652, '2011-11-15', 'INS100', '', 2488.8, ''),
(1862, 655, '2011-11-16', 'CRP0092', '', 1599, ''),
(1863, 655, '2011-11-16', '200002', '', -159.9, ''),
(1864, 655, '2011-11-16', 'INS106', '', -1439.1, ''),
(1871, 658, '2011-11-16', 'CRP0037', '', -412, ''),
(1872, 658, '2011-11-16', '200046', '', 57.3, ''),
(1873, 658, '2011-11-16', 'INS107', '', 354.7, ''),
(1874, 659, '2011-11-16', 'CRP0037', '', 800, ''),
(1875, 659, '2011-11-16', '200046', '', -115.5, ''),
(1876, 659, '2011-11-16', 'INS107', '', -684.5, ''),
(1877, 660, '2011-11-17', 'CRP0091', '', 1186, ''),
(1878, 660, '2011-11-17', '200031', '', -235.2, ''),
(1879, 660, '2011-11-17', 'INS105', '', -950.8, ''),
(1880, 661, '2011-11-17', 'IDL0037', '', -1120, 'cash'),
(1881, 661, '2011-11-17', '100010', '', 1120, 'cash'),
(1885, 663, '2011-11-17', 'CRP0046', '', 800, ''),
(1886, 663, '2011-11-17', '200030', '', -116.25, ''),
(1887, 663, '2011-11-17', 'INS101', '', -683.75, ''),
(1888, 664, '2011-11-21', 'IDL0038', '', 250, ''),
(1889, 664, '2011-11-21', '200038', '', -37.5, ''),
(1890, 664, '2011-11-21', 'INS106', '', -212.5, ''),
(1891, 665, '2011-11-21', 'CRP0094', '', 1982, ''),
(1892, 665, '2011-11-21', '200002', '', 0, ''),
(1893, 665, '2011-11-21', 'INS106', '', -1982, ''),
(1894, 666, '2011-11-22', 'CRP0010', '', 1908, ''),
(1895, 666, '2011-11-22', '200002', '', -190.8, ''),
(1896, 666, '2011-11-22', 'INS106', '', -1717.2, ''),
(1897, 667, '2011-11-22', 'CRP0010', '', 1908, ''),
(1898, 667, '2011-11-22', '200002', '', -190.8, ''),
(1899, 667, '2011-11-22', 'INS106', '', -1717.2, ''),
(1900, 668, '2011-11-22', 'CRP0010', '', 1908, ''),
(1901, 668, '2011-11-22', '200002', '', -190.8, ''),
(1902, 668, '2011-11-22', 'INS106', '', -1717.2, ''),
(1903, 669, '2011-11-22', 'CRP0010', '', 1908, ''),
(1904, 669, '2011-11-22', '200002', '', -190.8, ''),
(1905, 669, '2011-11-22', 'INS106', '', -1717.2, ''),
(1906, 670, '2011-11-22', 'CRP0010', '', 1908, ''),
(1907, 670, '2011-11-22', '200002', '', -190.8, ''),
(1908, 670, '2011-11-22', 'INS106', '', -1717.2, ''),
(1930, 678, '2011-11-22', 'CRP0013', '', 1940, ''),
(1931, 678, '2011-11-22', '200002', '', -194, ''),
(1932, 678, '2011-11-22', 'INS106', '', -1746, ''),
(1933, 679, '2011-11-22', 'CRP0013', '', 1940, ''),
(1934, 679, '2011-11-22', '200002', '', -194, ''),
(1935, 679, '2011-11-22', 'INS106', '', -1746, ''),
(1936, 680, '2011-11-22', 'CRP0037', '', 1703, ''),
(1937, 680, '2011-11-22', '200002', '', -170.3, ''),
(1938, 680, '2011-11-22', 'INS106', '', -1532.7, ''),
(1939, 681, '2011-11-22', 'CRP0037', '', 1703, ''),
(1940, 681, '2011-11-22', '200002', '', -170.3, ''),
(1941, 681, '2011-11-22', 'INS106', '', -1532.7, ''),
(1942, 682, '2011-11-22', 'CRP0037', '', 1703, ''),
(1943, 682, '2011-11-22', '200002', '', -170.3, ''),
(1944, 682, '2011-11-22', 'INS106', '', -1532.7, ''),
(1945, 683, '2011-11-22', 'CRP0037', '', 1703, ''),
(1946, 683, '2011-11-22', '200002', '', -170.3, ''),
(1947, 683, '2011-11-22', 'INS106', '', -1532.7, ''),
(1948, 684, '2011-11-22', 'CRP0037', '', 1703, ''),
(1949, 684, '2011-11-22', '200002', '', -170.3, ''),
(1950, 684, '2011-11-22', 'INS106', '', -1532.7, ''),
(1951, 685, '2011-11-23', 'CRP0055', '', -7161, 'cheque'),
(1952, 685, '2011-11-23', '100010', '', 7161, 'cheque'),
(1953, 686, '2011-11-23', 'CRP0037', '', 1703, ''),
(1954, 686, '2011-11-23', '200002', '', -170.3, ''),
(1955, 686, '2011-11-23', 'INS106', '', -1532.7, ''),
(1956, 687, '2011-11-23', 'CRP0037', '', 1703, ''),
(1957, 687, '2011-11-23', '200002', '', -170.3, ''),
(1958, 687, '2011-11-23', 'INS106', '', -1532.7, ''),
(1959, 688, '2011-11-23', 'IDL0029', '', -1645, 'cash'),
(1960, 688, '2011-11-23', '100010', '', 1645, 'cash'),
(1961, 689, '2011-11-23', 'IDL0030', '', -1645, 'cash'),
(1962, 689, '2011-11-23', '100010', '', 1645, 'cash'),
(1963, 690, '2011-11-26', 'CRP0095', '', 3450, ''),
(1964, 690, '2011-11-26', '200002', '', 0, ''),
(1965, 690, '2011-11-26', 'INS106', '', -3450, ''),
(1966, 691, '2011-11-27', 'CRP0021', '', -63227, 'cheque'),
(1967, 691, '2011-11-27', '100010', '', 63227, 'cheque'),
(1968, 692, '2011-11-28', 'CRP0013', '', 3432, ''),
(1969, 692, '2011-11-28', '200002', '', -343.2, ''),
(1970, 692, '2011-11-28', 'INS106', '', -3088.8, ''),
(1971, 693, '2011-11-28', 'CRP0013', '', 6078, ''),
(1972, 693, '2011-11-28', '200002', '', -607.8, ''),
(1973, 693, '2011-11-28', 'INS106', '', -5470.2, ''),
(1977, 695, '2011-11-28', 'IDL0039', '', 1890, ''),
(1978, 695, '2011-11-28', '200001', '', 0, ''),
(1979, 695, '2011-11-28', 'INS106', '', -1890, ''),
(1980, 696, '2011-11-28', 'IDL0001', '', 6491, ''),
(1981, 696, '2011-11-28', '200001', '', -649.1, ''),
(1982, 696, '2011-11-28', 'INS106', '', -5841.9, ''),
(1983, 697, '2011-11-24', 'CRP0087', '', -385, 'cash'),
(1984, 697, '2011-11-24', '100010', '', 385, 'cash'),
(1985, 698, '2011-11-27', 'IDL0035', '', -400, 'cash'),
(1986, 698, '2011-11-27', '100010', '', 400, 'cash'),
(1987, 699, '2011-11-28', 'CRP0096', '', 9602, ''),
(1988, 699, '2011-11-28', '200019', '', -1918.4, ''),
(1989, 699, '2011-11-28', 'INS105', '', -7683.6, ''),
(1990, 700, '2011-11-30', 'CRP0056', '', 1375, ''),
(1991, 700, '2011-11-30', '200002', '', -137.5, ''),
(1992, 700, '2011-11-30', 'INS106', '', -1237.5, ''),
(1993, 701, '2011-12-01', 'CRP0006', '', 700, ''),
(1994, 701, '2011-12-01', '200005', '', -35, ''),
(1995, 701, '2011-12-01', 'INS106', '', -665, ''),
(1996, 702, '2011-12-01', 'CRP0037', '', 19326, ''),
(1997, 702, '2011-12-01', '200003', '', -2898.9, ''),
(1998, 702, '2011-12-01', 'INS100', '', -16427.1, ''),
(1999, 703, '2011-12-01', 'CRP0006', '', -2025, 'cheque'),
(2000, 703, '2011-12-01', '100010', '', 2025, 'cheque'),
(2001, 704, '2011-12-01', 'CRP0046', '', 2950, ''),
(2002, 704, '2011-12-01', '200002', '', -295, ''),
(2003, 704, '2011-12-01', 'INS106', '', -2655, ''),
(2010, 707, '2011-12-01', 'CRP0030', '', 2560, ''),
(2011, 707, '2011-12-01', '200002', '', -256, ''),
(2012, 707, '2011-12-01', 'INS106', '', -2304, ''),
(2016, 709, '2011-12-03', 'CRP0006', '', -1566, ''),
(2017, 709, '2011-12-03', '200002', '', 156.6, ''),
(2018, 709, '2011-12-03', 'INS100', '', 1409.4, ''),
(2019, 710, '2011-12-03', 'CRP0006', '', 3150, ''),
(2020, 710, '2011-12-03', '200002', '', -315, ''),
(2021, 710, '2011-12-03', 'INS100', '', -2835, ''),
(2022, 711, '2011-12-03', 'CRP0006', '', 2868, ''),
(2023, 711, '2011-12-03', '200002', '', -286.8, ''),
(2024, 711, '2011-12-03', 'INS100', '', -2581.2, ''),
(2025, 712, '2011-12-04', 'CRP0010', '', 700, ''),
(2026, 712, '2011-12-04', '200005', '', -35, ''),
(2027, 712, '2011-12-04', 'INS106', '', -665, ''),
(2028, 713, '2011-12-04', 'CRP0010', '', 1664, ''),
(2029, 713, '2011-12-04', '200002', '', -166.4, ''),
(2030, 713, '2011-12-04', 'INS106', '', -1497.6, ''),
(2031, 714, '2011-12-04', 'CRP0010', '', 1664, ''),
(2032, 714, '2011-12-04', '200002', '', -166.4, ''),
(2033, 714, '2011-12-04', 'INS106', '', -1497.6, ''),
(2034, 715, '2011-12-04', 'IDL0026', '', -2555, 'cash'),
(2035, 715, '2011-12-04', '100010', '', 2555, 'cash'),
(2036, 716, '2011-12-04', 'IDL0025', '', -1337, 'cash'),
(2037, 716, '2011-12-04', '100010', '', 1337, 'cash'),
(2038, 717, '2011-12-04', 'IDL0032', '', -3970, 'cash'),
(2039, 717, '2011-12-04', '100010', '', 3970, 'cash'),
(2040, 718, '2011-02-10', 'crp0021', '', -15885, 'cash'),
(2041, 718, '2011-02-10', '100010', '', 15885, 'cash'),
(2042, 719, '2011-12-04', 'CRP0008', '', -85810, 'cash'),
(2043, 719, '2011-12-04', '100010', '', 85810, 'cash'),
(2044, 720, '2011-12-04', 'CRP0032', '', -10, 'cash'),
(2045, 720, '2011-12-04', '100010', '', 10, 'cash'),
(2046, 721, '2011-12-04', 'CRP0039', '', -53, 'cash'),
(2047, 721, '2011-12-04', '100010', '', 53, 'cash'),
(2048, 723, '2011-12-04', 'CRP0002', '', -1650, 'cash'),
(2049, 723, '2011-12-04', '100010', '', 1650, 'cash'),
(2050, 726, '2011-12-04', 'IDL0036', '', -13760, 'cash'),
(2051, 726, '2011-12-04', '100010', '', 13760, 'cash'),
(2052, 727, '2011-12-04', 'IDL0024', '', -2968, 'cash'),
(2053, 727, '2011-12-04', '100010', '', 2968, 'cash'),
(2054, 728, '2011-12-04', 'IDL0023', '', -1300, 'cash'),
(2055, 728, '2011-12-04', '100010', '', 1300, 'cash'),
(2056, 729, '2011-12-04', 'IDL0031', '', -2035, ''),
(2057, 729, '2011-12-04', '200001', '', 203.5, ''),
(2058, 729, '2011-12-04', 'INS106', '', 1831.5, ''),
(2059, 730, '2011-12-04', 'IDL0039', '', -1890, 'cash'),
(2060, 730, '2011-12-04', '100010', '', 1890, 'cash'),
(2061, 731, '2011-12-04', 'CRP0090', '', 659248, ''),
(2062, 731, '2011-12-04', '200044', '', -82406, ''),
(2063, 731, '2011-12-04', 'INS106', '', -576842, ''),
(2064, 732, '2011-12-04', 'CRP0054', '', -3020, 'cash'),
(2065, 732, '2011-12-04', '100010', '', 3020, 'cash'),
(2066, 733, '2011-12-04', 'IDL0028', '', -400, 'cash'),
(2067, 733, '2011-12-04', '100010', '', 400, 'cash'),
(2068, 734, '2011-12-04', 'CRP0068', '', -228, 'cash'),
(2069, 734, '2011-12-04', '100010', '', 228, 'cash'),
(2070, 735, '2011-12-04', 'CRP0064', '', -10, 'cash'),
(2071, 735, '2011-12-04', '100010', '', 10, 'cash'),
(2072, 736, '2011-12-04', 'CRP0092', '', -1599, 'cash'),
(2073, 736, '2011-12-04', '100010', '', 1599, 'cash'),
(2074, 737, '2011-12-04', 'CRP0042', '', 1845, ''),
(2075, 737, '2011-12-04', '200002', '', -184.5, ''),
(2076, 737, '2011-12-04', 'INS106', '', -1660.5, ''),
(2077, 738, '2011-12-04', 'CRP0065', '', 900, ''),
(2078, 738, '2011-12-04', '200003', '', -133.5, ''),
(2079, 738, '2011-12-04', 'INS105', '', -766.5, ''),
(2080, 739, '2011-12-04', 'CRP0065', '', 226, ''),
(2081, 739, '2011-12-04', '200003', '', -32.4, ''),
(2082, 739, '2011-12-04', 'INS105', '', -193.6, ''),
(2086, 741, '2011-12-05', 'CRP0098', '', 4896, ''),
(2087, 741, '2011-12-05', '200031', '', -979.2, ''),
(2088, 741, '2011-12-05', 'INS100', '', -3916.8, ''),
(2089, 742, '2011-12-05', 'CRP0099', '', 750, ''),
(2090, 742, '2011-12-05', '200007', '', -112.5, ''),
(2091, 742, '2011-12-05', 'INS106', '', -637.5, ''),
(2092, 743, '2011-12-05', 'CRP0100', '', 750, ''),
(2093, 743, '2011-12-05', '200007', '', -112.5, ''),
(2094, 743, '2011-12-05', 'INS106', '', -637.5, ''),
(2095, 744, '2011-12-05', 'CRP0094', '', -1982, 'cheque'),
(2096, 744, '2011-12-05', '100010', '', 1982, 'cheque'),
(2097, 745, '2011-12-05', 'CRP0074', '', 2734, ''),
(2098, 745, '2011-12-05', '200007', '', -546.8, ''),
(2099, 745, '2011-12-05', 'INS100', '', -2187.2, ''),
(2100, 746, '2011-12-05', 'CRP0001', '', -3230, 'cheque'),
(2101, 746, '2011-12-05', '100010', '', 3230, 'cheque'),
(2102, 747, '2011-12-07', 'IDL0038', '', -250, 'cash'),
(2103, 747, '2011-12-07', '100010', '', 250, 'cash'),
(2104, 748, '2011-12-08', 'IDL0041', '', 1710, ''),
(2105, 748, '2011-12-08', '200001', '', -171, ''),
(2106, 748, '2011-12-08', 'INS106', '', -1539, ''),
(2110, 750, '2011-12-08', 'CRP0090', '', 7188.46, ''),
(2111, 750, '2011-12-08', '200044', '', -870.06, ''),
(2112, 750, '2011-12-08', 'INS106', '', -6318.4, ''),
(2113, 751, '2011-12-10', '', '', 2496, ''),
(2114, 751, '2011-12-10', '200019', '', -436.8, ''),
(2115, 751, '2011-12-10', 'INS100', '', -2059.2, ''),
(2116, 752, '2011-12-11', 'CRP0030', '', 650, ''),
(2117, 752, '2011-12-11', '200005', '', -32.5, ''),
(2118, 752, '2011-12-11', 'INS106', '', -617.5, ''),
(2119, 753, '2011-12-11', 'CRP0030', '', 650, ''),
(2120, 753, '2011-12-11', '200005', '', -32.5, ''),
(2121, 753, '2011-12-11', 'INS106', '', -617.5, ''),
(2122, 754, '2011-12-12', 'CRP0105', '', 5869, ''),
(2123, 754, '2011-12-12', '200031', '', -1171.8, ''),
(2124, 754, '2011-12-12', 'INS105', '', -4697.2, ''),
(2128, 756, '2011-12-13', 'CRP0052', '', 1745, ''),
(2129, 756, '2011-12-13', '200002', '', -174.5, ''),
(2130, 756, '2011-12-13', 'INS106', '', -1570.5, ''),
(2134, 758, '2011-12-13', 'CRP0052', '', 1973, ''),
(2135, 758, '2011-12-13', '200002', '', -197.3, ''),
(2136, 758, '2011-12-13', 'INS106', '', -1775.7, ''),
(2137, 759, '2011-12-13', 'CRP0106', '', -36000, 'cheque'),
(2138, 759, '2011-12-13', '100010', '', 36000, 'cheque'),
(2142, 761, '2011-12-13', 'CRP0001', '', 18094, ''),
(2143, 761, '2011-12-13', '200042', '', -3166.45, ''),
(2144, 761, '2011-12-13', 'INS100', '', -14927.55, ''),
(2145, 762, '2011-12-13', 'CRP0106', '', 36000, ''),
(2146, 762, '2011-12-13', '200007', '', -7200, ''),
(2147, 762, '2011-12-13', 'INS100', '', -28800, ''),
(2148, 763, '2011-12-14', 'CRP0028', '', 2021, ''),
(2149, 763, '2011-12-14', '200002', '', -202.1, ''),
(2150, 763, '2011-12-14', 'INS106', '', -1818.9, ''),
(2151, 764, '2011-12-14', 'CRP0028', '', 2021, ''),
(2152, 764, '2011-12-14', '200002', '', -202.1, ''),
(2153, 764, '2011-12-14', 'INS106', '', -1818.9, ''),
(2160, 767, '2011-12-14', 'CRP0074', '', 711, ''),
(2161, 767, '2011-12-14', '200006', '', -106.65, ''),
(2162, 767, '2011-12-14', 'INS100', '', -604.35, ''),
(2166, 769, '2011-12-15', 'CRP0065', '', -6095, 'cheque'),
(2167, 769, '2011-12-15', '100010', '', 6095, 'cheque'),
(2168, 770, '2011-12-15', 'CRP0065', '', -4589, 'cheque'),
(2169, 770, '2011-12-15', '100010', '', 4589, 'cheque'),
(2170, 771, '2011-12-19', 'CRP0088', '', 4161, ''),
(2171, 771, '2011-12-19', '200031', '', 0, ''),
(2172, 771, '2011-12-19', 'INS105', '', -4161, ''),
(2173, 772, '2011-12-19', 'CRP0032', '', 5214, ''),
(2174, 772, '2011-12-19', '200002', '', -521.4, ''),
(2175, 772, '2011-12-19', 'INS106', '', -4692.6, ''),
(2179, 774, '2011-12-19', 'CRP0032', '', 2895, ''),
(2180, 774, '2011-12-19', '200002', '', -289.5, ''),
(2181, 774, '2011-12-19', 'INS106', '', -2605.5, ''),
(2182, 775, '2011-12-19', 'CRP0032', '', 5214, ''),
(2183, 775, '2011-12-19', '200002', '', -521.4, ''),
(2184, 775, '2011-12-19', 'INS106', '', -4692.6, ''),
(2185, 776, '2011-12-19', 'CRP0032', '', 2895, ''),
(2186, 776, '2011-12-19', '200002', '', -289.5, ''),
(2187, 776, '2011-12-19', 'INS106', '', -2605.5, ''),
(2188, 777, '2011-12-19', 'CRP0013', '', 5794, ''),
(2189, 777, '2011-12-19', '200002', '', -579.4, ''),
(2190, 777, '2011-12-19', 'INS106', '', -5214.6, ''),
(2191, 778, '2011-12-19', 'CRP0037', '', 2085, ''),
(2192, 778, '2011-12-19', '200002', '', -208.5, ''),
(2193, 778, '2011-12-19', 'INS106', '', -1876.5, ''),
(2194, 779, '2011-12-19', 'CRP0032', '', 2070, ''),
(2195, 779, '2011-12-19', '200002', '', -207, ''),
(2196, 779, '2011-12-19', 'INS106', '', -1863, ''),
(2197, 780, '2011-12-19', 'CRP0080', '', 1250, ''),
(2198, 780, '2011-12-19', '200002', '', -125, ''),
(2199, 780, '2011-12-19', 'INS106', '', -1125, ''),
(2200, 781, '2011-12-19', 'CRP0080', '', 1250, ''),
(2201, 781, '2011-12-19', '200002', '', -125, ''),
(2202, 781, '2011-12-19', 'INS106', '', -1125, ''),
(2206, 783, '2011-12-19', 'CRP0045', '', 1835, ''),
(2207, 783, '2011-12-19', '200002', '', -183.5, ''),
(2208, 783, '2011-12-19', 'INS106', '', -1651.5, ''),
(2212, 785, '2011-12-21', 'CRP0001', '', 300, ''),
(2213, 785, '2011-12-21', '200038', '', -45, ''),
(2214, 785, '2011-12-21', 'INS106', '', -255, ''),
(2215, 786, '2011-12-22', 'CRP0074', '', 15875, ''),
(2216, 786, '2011-12-22', '200008', '', -2381.25, ''),
(2217, 786, '2011-12-22', 'INS100', '', -13493.75, ''),
(2218, 787, '2011-12-22', 'CRP0010', '', 400, ''),
(2219, 787, '2011-12-22', '200005', '', -40, ''),
(2220, 787, '2011-12-22', 'INS106', '', -360, ''),
(2227, 790, '2011-12-24', 'CRP0019', '', 264.3, ''),
(2228, 790, '2011-12-24', '200047', '', 0, ''),
(2229, 790, '2011-12-24', 'INS100', '', -264.3, ''),
(2230, 791, '2011-12-24', 'CRP0024', '', -114690, 'cheque'),
(2231, 791, '2011-12-24', '100010', '', 114690, 'cheque'),
(2232, 792, '2011-12-24', 'CRP0019', '', -317, ''),
(2233, 792, '2011-12-24', '200047', '', 0, ''),
(2234, 792, '2011-12-24', 'INS100', '', 317, ''),
(2238, 794, '2011-12-26', 'CRP0037', '', -14006, 'cheque'),
(2239, 794, '2011-12-26', '100010', '', 14006, 'cheque'),
(2240, 795, '2011-12-26', 'CRP0079', '', -5962, ''),
(2241, 795, '2011-12-26', '200002', '', 596.2, ''),
(2242, 795, '2011-12-26', 'INS100', '', 5365.8, ''),
(2243, 796, '2011-12-26', 'CRP0107', '', 5010, ''),
(2244, 796, '2011-12-26', '200031', '', -1000, ''),
(2245, 796, '2011-12-26', 'INS105', '', -4010, ''),
(2249, 798, '2011-12-26', 'CRP0107', '', 16685, ''),
(2250, 798, '2011-12-26', '200021', '', -3335, ''),
(2251, 798, '2011-12-26', 'INS105', '', -13350, ''),
(2255, 800, '2011-12-26', 'CRP0036', '', -15299, 'cheque'),
(2256, 800, '2011-12-26', '100010', '', 15299, 'cheque'),
(2257, 801, '2011-12-26', 'CRP0065', '', 40550, ''),
(2258, 801, '2011-12-26', '200031', '', -8108, ''),
(2259, 801, '2011-12-26', 'INS105', '', -32442, ''),
(2263, 803, '2011-12-26', 'CRP0065', '', 100602, ''),
(2264, 803, '2011-12-26', '200025', '', -20118.4, ''),
(2265, 803, '2011-12-26', 'INS105', '', -80483.6, ''),
(2266, 804, '2011-12-26', 'CRP0065', '', 1440, ''),
(2267, 804, '2011-12-26', '200011', '', -286, ''),
(2268, 804, '2011-12-26', 'INS105', '', -1154, ''),
(2269, 805, '2011-12-26', 'CRP0065', '', 1023, ''),
(2270, 805, '2011-12-26', '200013', '', -202.6, ''),
(2271, 805, '2011-12-26', 'INS105', '', -820.4, ''),
(2272, 806, '2011-12-26', 'CRP0065', '', 4645, ''),
(2273, 806, '2011-12-26', '200007', '', -927, ''),
(2274, 806, '2011-12-26', 'INS105', '', -3718, ''),
(2275, 807, '2011-12-26', 'CRP0065', '', 58397, ''),
(2276, 807, '2011-12-26', '200003', '', -8758.05, ''),
(2277, 807, '2011-12-26', 'INS105', '', -49638.95, ''),
(2278, 808, '2011-12-26', 'CRP0065', '', 122450, ''),
(2279, 808, '2011-12-26', '200006', '', 0, ''),
(2280, 808, '2011-12-26', 'INS105', '', -122450, ''),
(2281, 809, '2011-12-26', 'CRP0053', '', 25010, ''),
(2282, 809, '2011-12-26', '200003', '', -6997.5, ''),
(2283, 809, '2011-12-26', 'INS105', '', -18012.5, ''),
(2284, 810, '2011-12-26', 'CRP0028', '', 1875, ''),
(2285, 810, '2011-12-26', '200002', '', 0, ''),
(2286, 810, '2011-12-26', 'INS100', '', -1875, ''),
(2287, 811, '2011-12-26', 'CRP0028', '', 2818, ''),
(2288, 811, '2011-12-26', '200002', '', 0, ''),
(2289, 811, '2011-12-26', 'INS100', '', -2818, ''),
(2290, 812, '2011-12-27', 'CRP0080', '', -2500, 'cash'),
(2291, 812, '2011-12-27', '100010', '', 2500, 'cash'),
(2292, 813, '2011-12-27', '', '', 727.33, ''),
(2293, 813, '2011-12-27', '200019', '', -127.28, ''),
(2294, 813, '2011-12-27', 'INS100', '', -600.05, ''),
(2295, 814, '2011-12-27', 'CRP0110', '', 1170, ''),
(2296, 814, '2011-12-27', '200002', '', -117, ''),
(2297, 814, '2011-12-27', 'INS106', '', -1053, ''),
(2298, 815, '2011-12-27', 'IDL0020', '', 580, ''),
(2299, 815, '2011-12-27', '200004', '', -29, ''),
(2300, 815, '2011-12-27', 'INS106', '', -551, ''),
(2301, 816, '2011-12-27', 'IDL0018', '', -600, 'cash'),
(2302, 816, '2011-12-27', '100010', '', 600, 'cash'),
(2303, 817, '2011-12-27', 'IDL0019', '', -400, 'cash'),
(2304, 817, '2011-12-27', '100010', '', 400, 'cash'),
(2305, 818, '2011-12-27', 'IDL0041', '', -1710, 'cash'),
(2306, 818, '2011-12-27', '100010', '', 1710, 'cash'),
(2307, 819, '2011-12-27', 'CRP0090', '', -329624, 'cheque'),
(2308, 819, '2011-12-27', 'CRP0090', '', -329624, 'cheque'),
(2309, 819, '2011-12-27', '100010', '', 659248, 'cheque'),
(2310, 820, '2011-12-27', 'CRP0075', '', -9010, 'cash'),
(2311, 820, '2011-12-27', '100010', '', 9010, 'cash'),
(2312, 821, '2011-12-27', 'CRP0037', '', -47535, 'cash'),
(2313, 821, '2011-12-27', '100010', '', 47535, 'cash'),
(2314, 822, '2011-12-27', 'CRP0037', '', 2085, ''),
(2315, 822, '2011-12-27', '200002', '', -208.5, ''),
(2316, 822, '2011-12-27', 'INS106', '', -1876.5, ''),
(2317, 823, '2011-12-27', 'CRP0037', '', -3488, 'cash'),
(2318, 823, '2011-12-27', '100010', '', 3488, 'cash'),
(2319, 824, '2011-12-27', 'CRP0037', '', 2085, ''),
(2320, 824, '2011-12-27', '200002', '', -208.5, ''),
(2321, 824, '2011-12-27', 'INS106', '', -1876.5, ''),
(2322, 825, '2011-12-27', 'CRP0037', '', -3942, 'cash'),
(2323, 825, '2011-12-27', '100010', '', 3942, 'cash'),
(2324, 826, '2011-12-27', 'CRP0037', '', 4635, ''),
(2325, 826, '2011-12-27', '200002', '', -463.5, ''),
(2326, 826, '2011-12-27', 'INS106', '', -4171.5, ''),
(2330, 828, '2011-12-28', 'IDL0042', '', 1365, ''),
(2331, 828, '2011-12-28', '200001', '', -136.5, ''),
(2332, 828, '2011-12-28', 'INS106', '', -1228.5, ''),
(2333, 829, '2011-12-28', 'IDL0043', '', 2652, ''),
(2334, 829, '2011-12-28', '200001', '', 0, ''),
(2335, 829, '2011-12-28', 'INS106', '', -2652, ''),
(2336, 830, '2011-12-28', 'IDL0040', '', 600, ''),
(2337, 830, '2011-12-28', '200004', '', -30, ''),
(2338, 830, '2011-12-28', 'INS106', '', -570, ''),
(2339, 831, '2011-12-29', 'CRP0042', '', -7030, 'cheque'),
(2340, 831, '2011-12-29', '100010', '', 7030, 'cheque'),
(2341, 832, '2011-12-29', 'CRP0090', '', -4160.25, ''),
(2342, 832, '2011-12-29', '200044', '', 520.03, ''),
(2343, 832, '2011-12-29', 'INS106', '', 3640.22, ''),
(2344, 833, '2011-12-30', 'CRP0074', '', -75000, 'cheque'),
(2345, 833, '2011-12-30', '100010', '', 75000, 'cheque'),
(2346, 834, '2012-01-01', 'CRP0111', '', 10400, ''),
(2347, 834, '2012-01-01', '200002', '', 0, ''),
(2348, 834, '2012-01-01', 'INS106', '', -10400, ''),
(2349, 835, '2012-01-01', 'CRP0021', '', 19727, ''),
(2350, 835, '2012-01-01', '200031', '', 0, ''),
(2351, 835, '2012-01-01', 'INS105', '', -19727, ''),
(2355, 837, '2012-01-02', 'CRP0028', '', 400, ''),
(2356, 837, '2012-01-02', '200005', '', -20, ''),
(2357, 837, '2012-01-02', 'INS106', '', -380, ''),
(2358, 838, '2012-01-03', 'IDL0013', '', 500, ''),
(2359, 838, '2012-01-03', '200004', '', -25, ''),
(2360, 838, '2012-01-03', 'INS105', '', -475, ''),
(2361, 839, '2012-01-03', 'CRP0006', '', 700, ''),
(2362, 839, '2012-01-03', '200005', '', -35, ''),
(2363, 839, '2012-01-03', 'INS106', '', -665, ''),
(2367, 841, '2012-01-03', 'CRP0095', '', 1635, ''),
(2368, 841, '2012-01-03', '200002', '', 0, ''),
(2369, 841, '2012-01-03', 'INS106', '', -1635, ''),
(2370, 842, '2012-01-03', 'CRP0037', '', 2085, ''),
(2371, 842, '2012-01-03', '200002', '', -208.5, ''),
(2372, 842, '2012-01-03', 'INS106', '', -1876.5, ''),
(2373, 843, '2012-01-03', 'CRP0037', '', 2085, ''),
(2374, 843, '2012-01-03', '200002', '', -208.5, ''),
(2375, 843, '2012-01-03', 'INS106', '', -1876.5, ''),
(2376, 844, '2012-01-05', 'CRP0053', '', 65252, ''),
(2377, 844, '2012-01-05', '200003', '', 0, ''),
(2378, 844, '2012-01-05', 'INS105', '', -65252, ''),
(2379, 845, '2012-01-05', 'IDL0044', '', 2170, ''),
(2380, 845, '2012-01-05', '200001', '', -217, ''),
(2381, 845, '2012-01-05', 'INS106', '', -1953, ''),
(2385, 847, '2012-01-07', 'CRP0090', '', 14075.9, ''),
(2386, 847, '2012-01-07', '200044', '', -1759.49, ''),
(2387, 847, '2012-01-07', 'INS106', '', -12316.41, ''),
(2388, 848, '2012-01-08', 'CRP0001', '', 1000, ''),
(2389, 848, '2012-01-08', '200038', '', -200, ''),
(2390, 848, '2012-01-08', 'INS104', '', -800, ''),
(2391, 849, '2012-01-08', 'CRP0010', '', 1440, ''),
(2392, 849, '2012-01-08', '200002', '', -144, ''),
(2393, 849, '2012-01-08', 'INS105', '', -1296, ''),
(2400, 852, '2012-01-08', 'CRP0021', '', 6510, ''),
(2401, 852, '2012-01-08', '200030', '', -1300, ''),
(2402, 852, '2012-01-08', 'INS105', '', -5210, ''),
(2403, 853, '2012-01-08', 'EMP102', '', 0, ''),
(2404, 853, '2012-01-08', '400007', '', 0, ''),
(2405, 854, '2012-01-08', 'CRP0035', '', 124, ''),
(2406, 854, '2012-01-08', '200031', '', -21.7, ''),
(2407, 854, '2012-01-08', 'INS100', '', -102.3, ''),
(2413, 857, '2012-01-09', 'IDL0045', '', 400, ''),
(2414, 857, '2012-01-09', '200004', '', -20, ''),
(2415, 857, '2012-01-09', 'INS106', '', -380, ''),
(2416, 858, '2012-01-09', 'CRP0113', '', 400, ''),
(2417, 858, '2012-01-09', '200005', '', -20, ''),
(2418, 858, '2012-01-09', 'INS106', '', -380, ''),
(2419, 859, '2012-01-10', 'EMP102', '', 0, ''),
(2420, 859, '2012-01-10', '400007', '', 0, ''),
(2421, 860, '2012-01-10', 'CRP0035', '', -49.57, ''),
(2422, 860, '2012-01-10', '200031', '', 8.67, ''),
(2423, 860, '2012-01-10', 'INS100', '', 40.9, ''),
(2424, 861, '2012-01-10', 'CRP0053', '', -12000, 'cheque'),
(2425, 861, '2012-01-10', '100010', '', 12000, 'cheque'),
(2426, 862, '2012-01-10', 'CRP0110', '', -1170, 'cheque'),
(2427, 862, '2012-01-10', '100010', '', 1170, 'cheque'),
(2428, 863, '2012-01-10', 'CRP0072', '', -380, 'cash'),
(2429, 863, '2012-01-10', '100010', '', 380, 'cash'),
(2430, 864, '2012-01-10', 'CRP0032', '', -18288, 'cheque'),
(2431, 864, '2012-01-10', '100010', '', 18288, 'cheque'),
(2432, 865, '2012-01-10', 'CRP0010', '', 1250, ''),
(2433, 865, '2012-01-10', '200002', '', -125, ''),
(2434, 865, '2012-01-10', 'INS106', '', -1125, ''),
(2435, 866, '2012-01-10', 'CRP0010', '', 1250, ''),
(2436, 866, '2012-01-10', '200002', '', -125, ''),
(2437, 866, '2012-01-10', 'INS106', '', -1125, ''),
(2438, 867, '2012-01-10', 'CRP0010', '', 1250, ''),
(2439, 867, '2012-01-10', '200002', '', -125, ''),
(2440, 867, '2012-01-10', 'INS106', '', -1125, ''),
(2441, 868, '2012-01-11', 'CRP0037', '', -14006, 'cheque'),
(2442, 868, '2012-01-11', '100010', '', 14006, 'cheque'),
(2443, 870, '2012-01-11', 'CRP0090', '', -1285.36, ''),
(2444, 870, '2012-01-11', '200044', '', 160.67, ''),
(2445, 870, '2012-01-11', 'INS106', '', 1124.69, ''),
(2446, 871, '2012-01-11', 'CRP0010', '', -5961, 'cheque'),
(2447, 871, '2012-01-11', 'CRP0010', '', -9540, 'cheque'),
(2448, 871, '2012-01-11', '100010', '', 15501, 'cheque'),
(2449, 872, '2012-01-11', 'CRP0031', '', 750, ''),
(2450, 872, '2012-01-11', '200007', '', 0, ''),
(2451, 872, '2012-01-11', 'INS106', '', -750, ''),
(2452, 873, '2012-01-11', 'CRP0039', '', 0, ''),
(2453, 873, '2012-01-11', '200018', '', 0, ''),
(2454, 873, '2012-01-11', 'INS104', '', 0, ''),
(2455, 869, '2012-01-11', 'CRP0037', '', 14006, ''),
(2456, 869, '2012-01-11', '100010', '', -14006, ''),
(2457, 874, '2012-01-12', 'IDL0046', '', 600, ''),
(2458, 874, '2012-01-12', '200004', '', -30, ''),
(2459, 874, '2012-01-12', 'INS106', '', -570, ''),
(2460, 875, '2012-01-12', 'IDL0046', '', -600, 'cash'),
(2461, 875, '2012-01-12', '100010', '', 600, 'cash'),
(2462, 876, '2012-01-11', 'CRP0113', '', -400, 'cash'),
(2463, 876, '2012-01-11', '100010', '', 400, 'cash'),
(2464, 877, '2012-01-11', 'IDL0045', '', -400, 'cash'),
(2465, 877, '2012-01-11', '100010', '', 400, 'cash'),
(2466, 878, '2012-01-12', 'CRP0021', '', 6400.85, ''),
(2467, 878, '2012-01-12', '200044', '', -960.13, ''),
(2468, 878, '2012-01-12', 'INS106', '', -5440.72, ''),
(2475, 881, '2012-01-15', 'CRP0045', '', -2730, 'cheque'),
(2476, 881, '2012-01-15', '100010', '', 2730, 'cheque'),
(2477, 882, '2011-07-02', 'CRP0052', '', -5280, 'cash'),
(2478, 882, '2011-07-02', '100010', '', 5280, 'cash'),
(2479, 883, '2012-01-15', 'CRP0052', '', -5280, ''),
(2480, 883, '2012-01-15', '200031', '', 792, ''),
(2481, 883, '2012-01-15', 'INS109', '', 4488, ''),
(2482, 884, '2012-01-15', 'CRP0021', '', 5000, ''),
(2483, 884, '2012-01-15', '200007', '', -1000, ''),
(2484, 884, '2012-01-15', 'INS105', '', -4000, ''),
(2485, 885, '2012-01-15', 'CRP0052', '', -1780, 'cash'),
(2486, 885, '2012-01-15', '100010', '', 1780, 'cash'),
(2487, 886, '2012-01-15', 'IDL0022', '', -3523, 'cash'),
(2488, 886, '2012-01-15', '100010', '', 3523, 'cash'),
(2489, 887, '2012-01-15', 'IDL0042', '', -1365, 'cash'),
(2490, 887, '2012-01-15', '100010', '', 1365, 'cash'),
(2491, 888, '2012-01-15', 'IDL0001', '', -6491, 'cash'),
(2492, 888, '2012-01-15', '100010', '', 6491, 'cash'),
(2493, 889, '2012-01-15', 'IDL0020', '', -2550, 'cash'),
(2494, 889, '2012-01-15', 'IDL0020', '', -580, 'cash'),
(2495, 889, '2012-01-15', '100010', '', 3130, 'cash'),
(2496, 890, '2012-01-15', 'IDL0002', '', -2675, 'cash'),
(2497, 890, '2012-01-15', '100010', '', 2675, 'cash'),
(2498, 891, '2012-01-16', 'CRP0055', '', 1365, ''),
(2499, 891, '2012-01-16', '200002', '', -136.5, ''),
(2500, 891, '2012-01-16', 'INS106', '', -1228.5, ''),
(2501, 892, '2012-01-16', 'CRP0045', '', 2683, ''),
(2502, 892, '2012-01-16', '200031', '', -536.6, ''),
(2503, 892, '2012-01-16', 'INS105', '', -2146.4, ''),
(2504, 893, '2012-01-16', 'CRP0021', '', 7700, ''),
(2505, 893, '2012-01-16', '200045', '', -1155, ''),
(2506, 893, '2012-01-16', 'INS112', '', -6545, ''),
(2510, 895, '2012-01-18', 'CRP0075', '', 9575, ''),
(2511, 895, '2012-01-18', '200003', '', -957.5, ''),
(2512, 895, '2012-01-18', 'INS100', '', -8617.5, ''),
(2513, 896, '2012-01-18', 'CRP0071', '', 22746, ''),
(2514, 896, '2012-01-18', '200003', '', -2274.6, ''),
(2515, 896, '2012-01-18', 'INS100', '', -20471.4, ''),
(2516, 897, '2012-01-18', 'CRP0021', '', 11761.47, ''),
(2517, 897, '2012-01-18', '200045', '', -1764.22, ''),
(2518, 897, '2012-01-18', 'INS112', '', -9997.25, ''),
(2519, 898, '2012-01-18', 'CRP0045', '', -3718, 'cheque'),
(2520, 898, '2012-01-18', '100010', '', 3718, 'cheque'),
(2521, 899, '2012-01-18', 'CRP0065', '', 4960, ''),
(2522, 899, '2012-01-18', '200030', '', -992, ''),
(2523, 899, '2012-01-18', 'INS105', '', -3968, ''),
(2527, 901, '2012-01-18', 'CRP0108', '', 2044, ''),
(2528, 901, '2012-01-18', '200031', '', -406.8, ''),
(2529, 901, '2012-01-18', 'INS105', '', -1637.2, ''),
(2530, 902, '2012-01-19', 'CRP0030', '', 1525, ''),
(2531, 902, '2012-01-19', '200005', '', -76.25, ''),
(2532, 902, '2012-01-19', 'INS106', '', -1448.75, ''),
(2536, 904, '2012-01-19', 'CRP0075', '', -224, ''),
(2537, 904, '2012-01-19', '200003', '', 22.4, ''),
(2538, 904, '2012-01-19', 'INS100', '', 201.6, ''),
(2539, 905, '2012-01-21', 'CRP0071', '', 650, ''),
(2540, 905, '2012-01-21', '200006', '', -65, ''),
(2541, 905, '2012-01-21', 'INS100', '', -585, ''),
(2542, 906, '2012-01-21', 'CRP0071', '', 476, ''),
(2543, 906, '2012-01-21', '200003', '', -47.6, ''),
(2544, 906, '2012-01-21', 'INS100', '', -428.4, ''),
(2545, 907, '2012-01-21', 'CRP0075', '', -20000, 'cheque'),
(2546, 907, '2012-01-21', '100010', '', 20000, 'cheque'),
(2547, 908, '2012-01-21', 'CRP0075', '', -20000, 'cheque'),
(2548, 908, '2012-01-21', '100010', '', 20000, 'cheque'),
(2549, 909, '2012-01-22', 'CRP0046', '', -950, 'cash'),
(2550, 909, '2012-01-22', '100010', '', 950, 'cash'),
(2551, 910, '2012-01-22', 'CRP0046', '', -2950, 'cash'),
(2552, 910, '2012-01-22', '100010', '', 2950, 'cash'),
(2553, 911, '2012-01-22', 'IDL0040', '', -600, 'cash'),
(2554, 911, '2012-01-22', '100010', '', 600, 'cash'),
(2565, 916, '2012-01-23', 'EMP102', '', 0, ''),
(2566, 916, '2012-01-23', '400007', '', 0, ''),
(2567, 917, '2012-01-23', 'CRP0035', '', 145, ''),
(2568, 917, '2012-01-23', '200031', '', -25.38, ''),
(2569, 917, '2012-01-23', 'INS100', '', -119.63, ''),
(2570, 918, '2012-01-24', 'CRP0010', '', 66, ''),
(2571, 918, '2012-01-24', '200002', '', -6.6, ''),
(2572, 918, '2012-01-24', 'INS106', '', -59.4, ''),
(2573, 919, '2012-01-25', 'CRP0052', '', -3718, 'cheque'),
(2574, 919, '2012-01-25', '100010', '', 3718, 'cheque'),
(2575, 920, '2012-01-25', 'CRP0088', '', -4161, 'cheque'),
(2576, 920, '2012-01-25', '100010', '', 4161, 'cheque'),
(2577, 921, '2012-01-26', 'CRP0079', '', -16768, 'cheque'),
(2578, 921, '2012-01-26', '100010', '', 16768, 'cheque'),
(2579, 922, '2012-01-26', 'CRP0107', '', 7900, ''),
(2580, 922, '2012-01-26', '200038', '', -1183.5, ''),
(2581, 922, '2012-01-26', 'INS105', '', -6716.5, ''),
(2582, 923, '2012-01-26', 'CRP0065', '', -83992, 'cheque'),
(2583, 923, '2012-01-26', '100010', '', 83992, 'cheque');

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

--
-- Table structure for table `grade`
--

CREATE TABLE IF NOT EXISTS `grade` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `gradecode` varchar(25) NOT NULL,
  `gradename` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `grade`
--

INSERT INTO `grade` (`id`, `gradecode`, `gradename`) VALUES
(1, 'GRAD-101', '6'),
(2, 'GRAD-102', '5'),
(3, 'GRAD-103', '4'),
(4, 'GRAD-104', '3'),
(5, 'GRAD-105', '2'),
(6, 'GRAD-106', '1');

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

--
-- Table structure for table `holidays`
--

CREATE TABLE IF NOT EXISTS `holidays` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `occasion` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `insurance_commission`
--

CREATE TABLE IF NOT EXISTS `insurance_commission` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_id` int(11) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `new` double NOT NULL,
  `renewal` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_id` (`company_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=637 ;

--
-- Dumping data for table `insurance_commission`
--

INSERT INTO `insurance_commission` (`id`, `company_id`, `cover_id`, `new`, `renewal`) VALUES
(37, 1, 1, 0, 0),
(38, 1, 2, 0, 0),
(39, 1, 3, 0, 0),
(40, 1, 4, 0, 0),
(41, 1, 5, 0, 0),
(42, 1, 6, 0, 0),
(43, 1, 7, 0, 0),
(44, 1, 8, 0, 0),
(45, 1, 9, 0, 0),
(46, 1, 10, 0, 0),
(47, 1, 11, 0, 0),
(48, 1, 12, 0, 0),
(49, 1, 13, 0, 0),
(50, 1, 14, 0, 0),
(51, 1, 15, 0, 0),
(52, 1, 16, 0, 0),
(53, 1, 17, 0, 0),
(54, 1, 18, 0, 0),
(55, 1, 19, 0, 0),
(56, 1, 20, 0, 0),
(57, 1, 21, 0, 0),
(58, 1, 22, 0, 0),
(59, 1, 23, 0, 0),
(60, 1, 24, 0, 0),
(61, 1, 25, 0, 0),
(62, 1, 26, 0, 0),
(63, 1, 27, 0, 0),
(64, 1, 28, 0, 0),
(65, 1, 29, 0, 0),
(66, 1, 30, 0, 0),
(67, 1, 31, 0, 0),
(68, 1, 32, 0, 0),
(69, 1, 33, 0, 0),
(70, 1, 34, 0, 0),
(71, 1, 35, 0, 0),
(72, 1, 36, 0, 0),
(73, 1, 37, 0, 0),
(74, 1, 38, 0, 0),
(75, 1, 39, 0, 0),
(76, 1, 40, 0, 0),
(77, 1, 41, 0, 0),
(78, 1, 42, 0, 0),
(79, 1, 43, 0, 0),
(80, 1, 44, 0, 0),
(81, 1, 45, 0, 0),
(82, 1, 46, 0, 0),
(83, 2, 1, 0, 0),
(84, 2, 2, 0, 0),
(85, 2, 3, 0, 0),
(86, 2, 4, 0, 0),
(87, 2, 5, 0, 0),
(88, 2, 6, 0, 0),
(89, 2, 7, 0, 0),
(90, 2, 8, 0, 0),
(91, 2, 9, 0, 0),
(92, 2, 10, 0, 0),
(93, 2, 11, 0, 0),
(94, 2, 12, 0, 0),
(95, 2, 13, 0, 0),
(96, 2, 14, 0, 0),
(97, 2, 15, 0, 0),
(98, 2, 16, 0, 0),
(99, 2, 17, 0, 0),
(100, 2, 18, 0, 0),
(101, 2, 19, 0, 0),
(102, 2, 20, 0, 0),
(103, 2, 21, 0, 0),
(104, 2, 22, 0, 0),
(105, 2, 23, 0, 0),
(106, 2, 24, 0, 0),
(107, 2, 25, 0, 0),
(108, 2, 26, 0, 0),
(109, 2, 27, 0, 0),
(110, 2, 28, 0, 0),
(111, 2, 29, 0, 0),
(112, 2, 30, 0, 0),
(113, 2, 31, 0, 0),
(114, 2, 32, 0, 0),
(115, 2, 33, 0, 0),
(116, 2, 34, 0, 0),
(117, 2, 35, 0, 0),
(118, 2, 36, 0, 0),
(119, 2, 37, 0, 0),
(120, 2, 38, 0, 0),
(121, 2, 39, 0, 0),
(122, 2, 40, 0, 0),
(123, 2, 41, 0, 0),
(124, 2, 42, 0, 0),
(125, 2, 43, 0, 0),
(126, 2, 44, 0, 0),
(127, 2, 45, 0, 0),
(128, 2, 46, 0, 0),
(129, 3, 1, 0, 0),
(130, 3, 2, 0, 0),
(131, 3, 3, 0, 0),
(132, 3, 4, 0, 0),
(133, 3, 5, 0, 0),
(134, 3, 6, 0, 0),
(135, 3, 7, 0, 0),
(136, 3, 8, 0, 0),
(137, 3, 9, 0, 0),
(138, 3, 10, 0, 0),
(139, 3, 11, 0, 0),
(140, 3, 12, 0, 0),
(141, 3, 13, 0, 0),
(142, 3, 14, 0, 0),
(143, 3, 15, 0, 0),
(144, 3, 16, 0, 0),
(145, 3, 17, 0, 0),
(146, 3, 18, 0, 0),
(147, 3, 19, 0, 0),
(148, 3, 20, 0, 0),
(149, 3, 21, 0, 0),
(150, 3, 22, 0, 0),
(151, 3, 23, 0, 0),
(152, 3, 24, 0, 0),
(153, 3, 25, 0, 0),
(154, 3, 26, 0, 0),
(155, 3, 27, 0, 0),
(156, 3, 28, 0, 0),
(157, 3, 29, 0, 0),
(158, 3, 30, 0, 0),
(159, 3, 31, 0, 0),
(160, 3, 32, 0, 0),
(161, 3, 33, 0, 0),
(162, 3, 34, 0, 0),
(163, 3, 35, 0, 0),
(164, 3, 36, 0, 0),
(165, 3, 37, 0, 0),
(166, 3, 38, 0, 0),
(167, 3, 39, 0, 0),
(168, 3, 40, 0, 0),
(169, 3, 41, 0, 0),
(170, 3, 42, 0, 0),
(171, 3, 43, 0, 0),
(172, 3, 44, 0, 0),
(173, 3, 45, 0, 0),
(174, 3, 46, 0, 0),
(175, 4, 1, 0, 0),
(176, 4, 2, 0, 0),
(177, 4, 3, 0, 0),
(178, 4, 4, 0, 0),
(179, 4, 5, 0, 0),
(180, 4, 6, 0, 0),
(181, 4, 7, 0, 0),
(182, 4, 8, 0, 0),
(183, 4, 9, 0, 0),
(184, 4, 10, 0, 0),
(185, 4, 11, 0, 0),
(186, 4, 12, 0, 0),
(187, 4, 13, 0, 0),
(188, 4, 14, 0, 0),
(189, 4, 15, 0, 0),
(190, 4, 16, 0, 0),
(191, 4, 17, 0, 0),
(192, 4, 18, 0, 0),
(193, 4, 19, 0, 0),
(194, 4, 20, 0, 0),
(195, 4, 21, 0, 0),
(196, 4, 22, 0, 0),
(197, 4, 23, 0, 0),
(198, 4, 24, 0, 0),
(199, 4, 25, 0, 0),
(200, 4, 26, 0, 0),
(201, 4, 27, 0, 0),
(202, 4, 28, 0, 0),
(203, 4, 29, 0, 0),
(204, 4, 30, 0, 0),
(205, 4, 31, 0, 0),
(206, 4, 32, 0, 0),
(207, 4, 33, 0, 0),
(208, 4, 34, 0, 0),
(209, 4, 35, 0, 0),
(210, 4, 36, 0, 0),
(211, 4, 37, 0, 0),
(212, 4, 38, 0, 0),
(213, 4, 39, 0, 0),
(214, 4, 40, 0, 0),
(215, 4, 41, 0, 0),
(216, 4, 42, 0, 0),
(217, 4, 43, 0, 0),
(218, 4, 44, 0, 0),
(219, 4, 45, 0, 0),
(220, 4, 46, 0, 0),
(221, 5, 1, 0, 0),
(222, 5, 2, 0, 0),
(223, 5, 3, 0, 0),
(224, 5, 4, 0, 0),
(225, 5, 5, 0, 0),
(226, 5, 6, 0, 0),
(227, 5, 7, 0, 0),
(228, 5, 8, 0, 0),
(229, 5, 9, 0, 0),
(230, 5, 10, 0, 0),
(231, 5, 11, 0, 0),
(232, 5, 12, 0, 0),
(233, 5, 13, 0, 0),
(234, 5, 14, 0, 0),
(235, 5, 15, 0, 0),
(236, 5, 16, 0, 0),
(237, 5, 17, 0, 0),
(238, 5, 18, 0, 0),
(239, 5, 19, 0, 0),
(240, 5, 20, 0, 0),
(241, 5, 21, 0, 0),
(242, 5, 22, 0, 0),
(243, 5, 23, 0, 0),
(244, 5, 24, 0, 0),
(245, 5, 25, 0, 0),
(246, 5, 26, 0, 0),
(247, 5, 27, 0, 0),
(248, 5, 28, 0, 0),
(249, 5, 29, 0, 0),
(250, 5, 30, 0, 0),
(251, 5, 31, 0, 0),
(252, 5, 32, 0, 0),
(253, 5, 33, 0, 0),
(254, 5, 34, 0, 0),
(255, 5, 35, 0, 0),
(256, 5, 36, 0, 0),
(257, 5, 37, 0, 0),
(258, 5, 38, 0, 0),
(259, 5, 39, 0, 0),
(260, 5, 40, 0, 0),
(261, 5, 41, 0, 0),
(262, 5, 42, 0, 0),
(263, 5, 43, 0, 0),
(264, 5, 44, 0, 0),
(265, 5, 45, 0, 0),
(266, 5, 46, 0, 0),
(267, 6, 1, 0, 0),
(268, 6, 2, 0, 0),
(269, 6, 3, 0, 0),
(270, 6, 4, 0, 0),
(271, 6, 5, 0, 0),
(272, 6, 6, 0, 0),
(273, 6, 7, 0, 0),
(274, 6, 8, 0, 0),
(275, 6, 9, 0, 0),
(276, 6, 10, 0, 0),
(277, 6, 11, 0, 0),
(278, 6, 12, 0, 0),
(279, 6, 13, 0, 0),
(280, 6, 14, 0, 0),
(281, 6, 15, 0, 0),
(282, 6, 16, 0, 0),
(283, 6, 17, 0, 0),
(284, 6, 18, 0, 0),
(285, 6, 19, 0, 0),
(286, 6, 20, 0, 0),
(287, 6, 21, 0, 0),
(288, 6, 22, 0, 0),
(289, 6, 23, 0, 0),
(290, 6, 24, 0, 0),
(291, 6, 25, 0, 0),
(292, 6, 26, 0, 0),
(293, 6, 27, 0, 0),
(294, 6, 28, 0, 0),
(295, 6, 29, 0, 0),
(296, 6, 30, 0, 0),
(297, 6, 31, 0, 0),
(298, 6, 32, 0, 0),
(299, 6, 33, 0, 0),
(300, 6, 34, 0, 0),
(301, 6, 35, 0, 0),
(302, 6, 36, 0, 0),
(303, 6, 37, 0, 0),
(304, 6, 38, 0, 0),
(305, 6, 39, 0, 0),
(306, 6, 40, 0, 0),
(307, 6, 41, 0, 0),
(308, 6, 42, 0, 0),
(309, 6, 43, 0, 0),
(310, 6, 44, 0, 0),
(311, 6, 45, 0, 0),
(312, 6, 46, 0, 0),
(313, 7, 1, 0, 0),
(314, 7, 2, 0, 0),
(315, 7, 3, 0, 0),
(316, 7, 4, 0, 0),
(317, 7, 5, 0, 0),
(318, 7, 6, 0, 0),
(319, 7, 7, 0, 0),
(320, 7, 8, 0, 0),
(321, 7, 9, 0, 0),
(322, 7, 10, 0, 0),
(323, 7, 11, 0, 0),
(324, 7, 12, 0, 0),
(325, 7, 13, 0, 0),
(326, 7, 14, 0, 0),
(327, 7, 15, 0, 0),
(328, 7, 16, 0, 0),
(329, 7, 17, 0, 0),
(330, 7, 18, 0, 0),
(331, 7, 19, 0, 0),
(332, 7, 20, 0, 0),
(333, 7, 21, 0, 0),
(334, 7, 22, 0, 0),
(335, 7, 23, 0, 0),
(336, 7, 24, 0, 0),
(337, 7, 25, 0, 0),
(338, 7, 26, 0, 0),
(339, 7, 27, 0, 0),
(340, 7, 28, 0, 0),
(341, 7, 29, 0, 0),
(342, 7, 30, 0, 0),
(343, 7, 31, 0, 0),
(344, 7, 32, 0, 0),
(345, 7, 33, 0, 0),
(346, 7, 34, 0, 0),
(347, 7, 35, 0, 0),
(348, 7, 36, 0, 0),
(349, 7, 37, 0, 0),
(350, 7, 38, 0, 0),
(351, 7, 39, 0, 0),
(352, 7, 40, 0, 0),
(353, 7, 41, 0, 0),
(354, 7, 42, 0, 0),
(355, 7, 43, 0, 0),
(356, 7, 44, 0, 0),
(357, 7, 45, 0, 0),
(358, 7, 46, 0, 0),
(359, 8, 1, 0, 0),
(360, 8, 2, 0, 0),
(361, 8, 3, 0, 0),
(362, 8, 4, 0, 0),
(363, 8, 5, 0, 0),
(364, 8, 6, 0, 0),
(365, 8, 7, 0, 0),
(366, 8, 8, 0, 0),
(367, 8, 9, 0, 0),
(368, 8, 10, 0, 0),
(369, 8, 11, 0, 0),
(370, 8, 12, 0, 0),
(371, 8, 13, 0, 0),
(372, 8, 14, 0, 0),
(373, 8, 15, 0, 0),
(374, 8, 16, 0, 0),
(375, 8, 17, 0, 0),
(376, 8, 18, 0, 0),
(377, 8, 19, 0, 0),
(378, 8, 20, 0, 0),
(379, 8, 21, 0, 0),
(380, 8, 22, 0, 0),
(381, 8, 23, 0, 0),
(382, 8, 24, 0, 0),
(383, 8, 25, 0, 0),
(384, 8, 26, 0, 0),
(385, 8, 27, 0, 0),
(386, 8, 28, 0, 0),
(387, 8, 29, 0, 0),
(388, 8, 30, 0, 0),
(389, 8, 31, 0, 0),
(390, 8, 32, 0, 0),
(391, 8, 33, 0, 0),
(392, 8, 34, 0, 0),
(393, 8, 35, 0, 0),
(394, 8, 36, 0, 0),
(395, 8, 37, 0, 0),
(396, 8, 38, 0, 0),
(397, 8, 39, 0, 0),
(398, 8, 40, 0, 0),
(399, 8, 41, 0, 0),
(400, 8, 42, 0, 0),
(401, 8, 43, 0, 0),
(402, 8, 44, 0, 0),
(403, 8, 45, 0, 0),
(404, 8, 46, 0, 0),
(405, 9, 1, 0, 0),
(406, 9, 2, 0, 0),
(407, 9, 3, 0, 0),
(408, 9, 4, 0, 0),
(409, 9, 5, 0, 0),
(410, 9, 6, 0, 0),
(411, 9, 7, 0, 0),
(412, 9, 8, 0, 0),
(413, 9, 9, 0, 0),
(414, 9, 10, 0, 0),
(415, 9, 11, 0, 0),
(416, 9, 12, 0, 0),
(417, 9, 13, 0, 0),
(418, 9, 14, 0, 0),
(419, 9, 15, 0, 0),
(420, 9, 16, 0, 0),
(421, 9, 17, 0, 0),
(422, 9, 18, 0, 0),
(423, 9, 19, 0, 0),
(424, 9, 20, 0, 0),
(425, 9, 21, 0, 0),
(426, 9, 22, 0, 0),
(427, 9, 23, 0, 0),
(428, 9, 24, 0, 0),
(429, 9, 25, 0, 0),
(430, 9, 26, 0, 0),
(431, 9, 27, 0, 0),
(432, 9, 28, 0, 0),
(433, 9, 29, 0, 0),
(434, 9, 30, 0, 0),
(435, 9, 31, 0, 0),
(436, 9, 32, 0, 0),
(437, 9, 33, 0, 0),
(438, 9, 34, 0, 0),
(439, 9, 35, 0, 0),
(440, 9, 36, 0, 0),
(441, 9, 37, 0, 0),
(442, 9, 38, 0, 0),
(443, 9, 39, 0, 0),
(444, 9, 40, 0, 0),
(445, 9, 41, 0, 0),
(446, 9, 42, 0, 0),
(447, 9, 43, 0, 0),
(448, 9, 44, 0, 0),
(449, 9, 45, 0, 0),
(450, 9, 46, 0, 0),
(451, 10, 1, 0, 0),
(452, 10, 2, 0, 0),
(453, 10, 3, 0, 0),
(454, 10, 4, 0, 0),
(455, 10, 5, 0, 0),
(456, 10, 6, 0, 0),
(457, 10, 7, 0, 0),
(458, 10, 8, 0, 0),
(459, 10, 9, 0, 0),
(460, 10, 10, 0, 0),
(461, 10, 11, 0, 0),
(462, 10, 12, 0, 0),
(463, 10, 13, 0, 0),
(464, 10, 14, 0, 0),
(465, 10, 15, 0, 0),
(466, 10, 16, 0, 0),
(467, 10, 17, 0, 0),
(468, 10, 18, 0, 0),
(469, 10, 19, 0, 0),
(470, 10, 20, 0, 0),
(471, 10, 21, 0, 0),
(472, 10, 22, 0, 0),
(473, 10, 23, 0, 0),
(474, 10, 24, 0, 0),
(475, 10, 25, 0, 0),
(476, 10, 26, 0, 0),
(477, 10, 27, 0, 0),
(478, 10, 28, 0, 0),
(479, 10, 29, 0, 0),
(480, 10, 30, 0, 0),
(481, 10, 31, 0, 0),
(482, 10, 32, 0, 0),
(483, 10, 33, 0, 0),
(484, 10, 34, 0, 0),
(485, 10, 35, 0, 0),
(486, 10, 36, 0, 0),
(487, 10, 37, 0, 0),
(488, 10, 38, 0, 0),
(489, 10, 39, 0, 0),
(490, 10, 40, 0, 0),
(491, 10, 41, 0, 0),
(492, 10, 42, 0, 0),
(493, 10, 43, 0, 0),
(494, 10, 44, 0, 0),
(495, 10, 45, 0, 0),
(496, 10, 46, 0, 0),
(497, 11, 1, 0, 0),
(498, 11, 2, 0, 0),
(499, 11, 3, 0, 0),
(500, 11, 4, 0, 0),
(501, 11, 5, 0, 0),
(502, 11, 6, 0, 0),
(503, 11, 7, 0, 0),
(504, 11, 8, 0, 0),
(505, 11, 9, 0, 0),
(506, 11, 10, 0, 0),
(507, 11, 11, 0, 0),
(508, 11, 12, 0, 0),
(509, 11, 13, 0, 0),
(510, 11, 14, 0, 0),
(511, 11, 15, 0, 0),
(512, 11, 16, 0, 0),
(513, 11, 17, 0, 0),
(514, 11, 18, 0, 0),
(515, 11, 19, 0, 0),
(516, 11, 20, 0, 0),
(517, 11, 21, 0, 0),
(518, 11, 22, 0, 0),
(519, 11, 23, 0, 0),
(520, 11, 24, 0, 0),
(521, 11, 25, 0, 0),
(522, 11, 26, 0, 0),
(523, 11, 27, 0, 0),
(524, 11, 28, 0, 0),
(525, 11, 29, 0, 0),
(526, 11, 30, 0, 0),
(527, 11, 31, 0, 0),
(528, 11, 32, 0, 0),
(529, 11, 33, 0, 0),
(530, 11, 34, 0, 0),
(531, 11, 35, 0, 0),
(532, 11, 36, 0, 0),
(533, 11, 37, 0, 0),
(534, 11, 38, 0, 0),
(535, 11, 39, 0, 0),
(536, 11, 40, 0, 0),
(537, 11, 41, 0, 0),
(538, 11, 42, 0, 0),
(539, 11, 43, 0, 0),
(540, 11, 44, 0, 0),
(541, 11, 45, 0, 0),
(542, 11, 46, 0, 0),
(543, 12, 1, 0, 0),
(544, 12, 2, 0, 0),
(545, 12, 3, 0, 0),
(546, 12, 4, 0, 0),
(547, 12, 5, 0, 0),
(548, 12, 6, 0, 0),
(549, 12, 7, 0, 0),
(550, 12, 8, 0, 0),
(551, 12, 9, 0, 0),
(552, 12, 10, 0, 0),
(553, 12, 11, 0, 0),
(554, 12, 12, 0, 0),
(555, 12, 13, 0, 0),
(556, 12, 14, 0, 0),
(557, 12, 15, 0, 0),
(558, 12, 16, 0, 0),
(559, 12, 17, 0, 0),
(560, 12, 18, 0, 0),
(561, 12, 19, 0, 0),
(562, 12, 20, 0, 0),
(563, 12, 21, 0, 0),
(564, 12, 22, 0, 0),
(565, 12, 23, 0, 0),
(566, 12, 24, 0, 0),
(567, 12, 25, 0, 0),
(568, 12, 26, 0, 0),
(569, 12, 27, 0, 0),
(570, 12, 28, 0, 0),
(571, 12, 29, 0, 0),
(572, 12, 30, 0, 0),
(573, 12, 31, 0, 0),
(574, 12, 32, 0, 0),
(575, 12, 33, 0, 0),
(576, 12, 34, 0, 0),
(577, 12, 35, 0, 0),
(578, 12, 36, 0, 0),
(579, 12, 37, 0, 0),
(580, 12, 38, 0, 0),
(581, 12, 39, 0, 0),
(582, 12, 40, 0, 0),
(583, 12, 41, 0, 0),
(584, 12, 42, 0, 0),
(585, 12, 43, 0, 0),
(586, 12, 44, 0, 0),
(587, 12, 45, 0, 0),
(588, 12, 46, 0, 0),
(589, 12, 47, 0, 0),
(590, 13, 1, 0, 0),
(591, 13, 2, 0, 0),
(592, 13, 3, 0, 0),
(593, 13, 4, 0, 0),
(594, 13, 5, 0, 0),
(595, 13, 6, 0, 0),
(596, 13, 7, 0, 0),
(597, 13, 8, 0, 0),
(598, 13, 9, 0, 0),
(599, 13, 10, 0, 0),
(600, 13, 11, 0, 0),
(601, 13, 12, 0, 0),
(602, 13, 13, 0, 0),
(603, 13, 14, 0, 0),
(604, 13, 15, 0, 0),
(605, 13, 16, 0, 0),
(606, 13, 17, 0, 0),
(607, 13, 18, 0, 0),
(608, 13, 19, 0, 0),
(609, 13, 20, 0, 0),
(610, 13, 21, 0, 0),
(611, 13, 22, 0, 0),
(612, 13, 23, 0, 0),
(613, 13, 24, 0, 0),
(614, 13, 25, 0, 0),
(615, 13, 26, 0, 0),
(616, 13, 27, 0, 0),
(617, 13, 28, 0, 0),
(618, 13, 29, 0, 0),
(619, 13, 30, 0, 0),
(620, 13, 31, 0, 0),
(621, 13, 32, 0, 0),
(622, 13, 33, 0, 0),
(623, 13, 34, 0, 0),
(624, 13, 35, 0, 0),
(625, 13, 36, 0, 0),
(626, 13, 37, 0, 0),
(627, 13, 38, 0, 0),
(628, 13, 39, 0, 0),
(629, 13, 40, 0, 0),
(630, 13, 41, 0, 0),
(631, 13, 42, 0, 0),
(632, 13, 43, 0, 0),
(633, 13, 44, 0, 0),
(634, 13, 45, 0, 0),
(635, 13, 46, 0, 0),
(636, 13, 47, 0, 0);

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

--
-- Table structure for table `insurance_company`
--

CREATE TABLE IF NOT EXISTS `insurance_company` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_name` varchar(200) NOT NULL,
  `company_code` varchar(200) NOT NULL,
  `po_box` varchar(20) NOT NULL,
  `country_id` int(11) NOT NULL,
  `city_id` int(11) NOT NULL,
  `office_phone` varchar(25) NOT NULL,
  `office_email` varchar(50) NOT NULL,
  `office_fax` varchar(20) NOT NULL,
  `address` varchar(250) NOT NULL,
  `credential` varchar(50) NOT NULL,
  `commission` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `country_id` (`country_id`),
  KEY `city_id` (`city_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `insurance_company`
--

INSERT INTO `insurance_company` (`id`, `company_name`, `company_code`, `po_box`, `country_id`, `city_id`, `office_phone`, `office_email`, `office_fax`, `address`, `credential`, `commission`) VALUES
(1, 'AXA Insurance (Gulf)B.S.C.(C)', 'INS100', '5858', 1, 1, '+974 44967379', 'info@axa-gulf.com', '+974 44967377', 'Qatar Financial Centre', '', 0),
(2, 'Doha Insurance Co.', 'INS101', '7171', 1, 1, '+974 44335000', 'dohainsco@qatar.net.qa ', '', 'Doha - Qatar', '', 0),
(3, 'InterGlobal', 'INS102', '7171', 1, 1, '+974 44335000', ' adriana.botha@interglobalpmi.com', '+974 44664882', 'Doha,Qatar', '', 0),
(4, 'Allianz Takaful', 'INS103', '200193', 1, 1, '+974 44039706', 'swajeet.raj@allianz.com.qa', '+974 44039799', 'Doha,Qatar', '', 0),
(5, 'CHARTIS MEMSA Insurance Company Limited', 'INS104', '23043', 1, 1, '+974 44967409', 'magesh.dwarakanathan@chartisinsurance.com', '+974 44967411', 'Doha,Qatar', '', 0),
(6, 'Qatar Insurance Company', 'INS105', '666', 1, 1, '+974 44962222', 'ismail.kamel@qic.com.qa', '+974 44831569', 'Doha,Qatar', '', 0),
(7, 'SEIB Insurance and Reinsurance', 'INS106', '10973', 1, 1, '+974 44026809', 'msadique@seibinsurance.com', '+974 44026800', 'Doha,Qatar', '', 0),
(8, 'Qatar Islamic Insurance Company', 'INS107', '145', 1, 1, ' 44658888 ', 'qiic@qatar.net.qa , takaful@qiic.net.qa', '', 'Doha - Qatar', '', 0),
(9, 'Al Khaleej Takaful Insurance & Reinsurance', 'INS108', '4555', 1, 1, ' 44414151', 'ron@alkhaleej.com', '974 4430530', 'Grand Hamad Avenue', '', 0),
(10, 'Qatar General Insurance and Reinsurance Co', 'INS109', '4500', 1, 1, '44282216', 'mabuzenad@qgirco.com', '44421961/ 44437302 ', '', '', 0),
(11, 'Damaan Islamic Insurance Company', 'INS110', '11068', 1, 1, '44050555, 44050521, 44050', 'oneeza.fareen@beema.com.qa', '44050524', '', '', 0),
(12, 't''azur Company b.s.c(c) QFC Branch', 'INS111', '24716', 1, 1, '44913444', 'Ashok.Narayanan@tazur.com', '44913445', 'P.O.Box 24716 Office No.4, 2nd Floor, Al Reem Tower West Bay Doha Qatar', '', 0),
(13, 'Q Life Medical Insurance Company LLC', 'INS112', '201233', 1, 1, '4404600,44040611', 'srinivasa.vedula@qlm.com.qa', '44040666', 'Incorporated at Qatar Financial Centre - License No. 141, Authorised by the QFC Regulatory Authority', '', 0);

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

--
-- Table structure for table `insurance_contact`
--

CREATE TABLE IF NOT EXISTS `insurance_contact` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `department` varchar(100) NOT NULL,
  `mobile` varchar(25) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `email` varchar(50) NOT NULL,
  `designation` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`),
  KEY `company_id` (`company_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=316 ;

--
-- Dumping data for table `insurance_contact`
--

INSERT INTO `insurance_contact` (`id`, `company_id`, `name`, `department`, `mobile`, `phone`, `email`, `designation`) VALUES
(23, 3, 'Adriana Botha', '', '+974 55873450', '+974 44335057', 'driana.botha@interglobalpmi.com', ' BDM Manager'),
(24, 3, 'Farah Haikal', '', '+974 66998289', '+974 44335004', 'Farah.Haikal@interglobal.ae', 'Sales Administrator'),
(25, 4, 'Swajeet rai', '', '+974 44039706', '+974 44039706', 'swajeet.raj@allianz.com.qa', 'Head of Direct sale'),
(49, 10, 'Mohammed B .Abu-Zenand', '', '55894549', '44282216', 'mabuzenad@qgirco.com', 'Asst. Manager'),
(53, 11, 'Oneeza Fareen', 'Family Takaful & Medical', '33232652', '44050521', 'oneeza.fareen@beema.com.qa', 'Vice President'),
(54, 11, 'Zain Al Abdin A .G.Dalvi', 'Technical', '44050523', '66933038', 'zain.dalvi@beema.com.qa', 'Asst. Vice President'),
(55, 11, 'Abdul Samad K.K', 'Underwriting', '44050555', '33228848', 'abdul.samad@beema.com.qa', 'Senior Underwriting Officer'),
(156, 2, 'Mr. Mahmoud Al Nasir', '', '+974 55862642', ' 44335040', 'mahmoud.nasir@dicqatar.com', 'Asst. GM (Technical)'),
(157, 2, 'Mr. Tariq Abu Zahra', '', '', ' 44335035', 'tariq.abuzahra@dicqatar.com', 'Manager - Motor Dept.'),
(158, 2, 'Mr.Rony Daniel', '', '66289500', '44335062', 'rony.daniel@dicqatar.com', 'Manager (Engineering Dept)'),
(160, 8, 'Adnan', '', '', '44658825', 'takaful@qiic.net.qa', ''),
(161, 8, 'Maher', 'Takaful', '', '', '', 'Takaful Manager'),
(196, 9, 'Ron R', '', '44414151', '55385702', 'ron@alkhaleej.com', 'Head Medical department'),
(197, 9, 'Medical Insurance ', 'Medical Insurance - Endorsement/Reimbursement', '', '', 'medical@alkhaleej.com', ''),
(237, 12, 'Ashok Narayanan', '', '66546708', '44913444', 'Ashok.Narayanan@tazur.com', 'Distribution Manager'),
(258, 13, 'Srinivasa Vedula', '', '', '44040611', 'srinivasa.vedula@qlm.com.qa', 'Assistant Vice President'),
(275, 5, 'Magesh Dwarakanathan', '', '+974 66551135', '+974 44967440', 'magesh.dwarakanathan@chartisinsurance.com', 'Business.Development.Manager'),
(276, 5, 'Kavitha', '', '', '', 'mageskavitha.nair@chartisinsurance.com', 'Adminstrator'),
(286, 7, 'Elias R. Chedid', '', '44026818, 44026888', '33855730', 'echedid@seibinsurance.com', 'Chief Operation Officer'),
(287, 7, 'shinaj', 'Medical Insurance', '', '44026810', 'Srahiman@seibinsurance.com', ''),
(288, 7, 'Customer care - Approval', 'Medical Insurance Dept', '', '', 'csr@seibinsurance.com', ''),
(289, 7, 'Addition / deletion', 'Medical Insurance Dept', '', '', 'membership@seibinsurance.com', ''),
(290, 7, 'Ramzi Eid', 'Medical Insurance Dept', '66671524', '44026888, 44026819', 'reid@seibinsurance.com ', 'Customer Care Manager'),
(291, 7, 'Mohammed Sadique K', 'Motor', '+974 66928584', ' 44026809', 'msadique@seibinsurance.com', 'Processing Supervisor'),
(292, 7, 'Hallena', 'Motor', '', '44026813', 'hbautista@seibinsurance.com', 'Motor Underwriting'),
(293, 7, 'George Antony', 'Property and General Accident', '+974 30128555', ' 44026802', 'gantony@seibinsurance.com', 'Chief Underwriting Officer'),
(294, 7, 'Nabil Al Gossaini', '', '44026821', '30051264', '', 'Motor Claims Supervisor'),
(295, 6, 'Mr. Dilip Mathew', ' Claims Dept', '', '44962387', 'dilip.mathew@qic.com.qa', ''),
(296, 6, 'Marina Prasad', ' Claims Dept', '', '44962383', 'marina.prasad@qic.com.qa', 'Sr. Customer Service Associate'),
(297, 6, 'Dr. Galal El-Din Rashwan', 'Medical Insurance Dept', ' 55864383', ' 44962340', 'galal.rashwan@qic.com.qa', 'Senior Vice President - Medical Insurance'),
(298, 6, 'Habeeb Abdul Khader', 'Medical Insurance Dept', ' 66763879', ' 44962353', 'habeeb.khader@qic.com.qa', 'Vice Precident - MedicalInsurance'),
(299, 6, 'Maria elsa', 'Motor', '', ' 44962307', 'maria.elsa@qic.com.qa', 'Underwriting Motor Fleet'),
(300, 6, 'Gretel Busttil', 'Motor Insurance', '33004655', '44962350', 'gretel.busuttil@qic.com.qa', 'Vice president'),
(301, 6, 'Ismail Kamel M. Al -Otoum', 'Motor Insurance ', '', '44962222, 44962305', 'ismail.kamel@qic.com.qa', 'Underwriting Officer'),
(302, 6, 'Raghu Menon', 'Non Motor', '55826992', '44962418', 'raghu.menon@qic.com.qa', 'Asst. Vice President'),
(303, 6, 'C.M.Unnikrishnan', 'Non Motor', '55846890', '44962402', 'unni.cm@qic.com.qa', 'Senior Vice President'),
(304, 6, 'P.C Harindran Nair', 'Non Motor', '', '44962408', 'hari.nair@qic.com.qa', 'Underwriting Officer'),
(305, 6, 'Devadas K', '', '44962431', '33004665', 'deva.das@qic.com.qa', 'Underwriting Officer'),
(306, 1, 'Mahdi .Attya', '', '', '', 'mahdi.attya@axa-gulf.com', 'Country Manager'),
(307, 1, 'Motor Claim (Toll free)', '', '', '8002924', '', ''),
(308, 1, 'Ravindran Kurumala Shekharath', '', '', '44967379', 'ravindran.kurumala@axa-gulf.com', 'Senior Underwriting Manager'),
(309, 1, 'Mr. Madhavan', '', '44967381', '', 'madhavan.thiruvengadam@axa-gulf.com', 'Commercial Underwriting Executive'),
(310, 1, 'Raecel R Yap', 'Medical', '', '', 'raecel.yap@axa-gulf.com', ''),
(311, 1, 'Ashik', 'Motor Claims (Dubai office)', '', '', 'Ashik.Kassim@axa-gulf.com', ''),
(312, 1, 'Jose', 'Senior Manager Finance', '55816148', ' 44967380', 'silva.jose@axa-gulf.com', ''),
(313, 1, 'Shirley', 'Underwriting', '', ' 44967384', 'shirley.recayo@axa-gulf.com', 'Commercial Underwriting Executive'),
(314, 1, 'Mousmi Sreejeev', 'Underwriting', '', ' 44967873', 'mousmi.sreejeev@axa-gulf.com', 'Commercial Underwriting Executive'),
(315, 1, 'Yassir Ali Salih  ', '', '4496 7872', '55136120', 'yassir.ali@axa-gulf.com', 'Motor Claims Surveyor');

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

--
-- Table structure for table `insurance_files`
--

CREATE TABLE IF NOT EXISTS `insurance_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_id` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_id` (`company_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `insurance_files`
--

INSERT INTO `insurance_files` (`id`, `company_id`, `filename`, `fileid`) VALUES
(1, 1, 'AXA_Commission.pdf', 178);

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

--
-- Table structure for table `insurance_grosspremium`
--

CREATE TABLE IF NOT EXISTS `insurance_grosspremium` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_id` int(11) NOT NULL,
  `year` year(4) NOT NULL,
  `premium` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `company_id` (`company_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;

--
-- Dumping data for table `insurance_grosspremium`
--

INSERT INTO `insurance_grosspremium` (`id`, `company_id`, `year`, `premium`) VALUES
(14, 1, 0000, ''),
(15, 2, 0000, ''),
(16, 3, 0000, ''),
(17, 4, 0000, ''),
(18, 5, 0000, ''),
(19, 6, 0000, ''),
(20, 7, 0000, ''),
(21, 8, 0000, ''),
(22, 9, 0000, ''),
(23, 10, 0000, ''),
(24, 11, 0000, ''),
(25, 12, 0000, ''),
(26, 13, 0000, '');

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

--
-- Table structure for table `leaveallocation`
--

CREATE TABLE IF NOT EXISTS `leaveallocation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `year` year(4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `leaveallocation`
--

INSERT INTO `leaveallocation` (`id`, `staffid`, `year`) VALUES
(1, 6, 2012),
(2, 5, 2012),
(3, 6, 2012),
(4, 8, 2012),
(5, 3, 2012),
(6, 7, 2012);

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

--
-- Table structure for table `leaveallocationdetails`
--

CREATE TABLE IF NOT EXISTS `leaveallocationdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `leaveallocationid` int(11) NOT NULL,
  `leavetypeid` int(11) NOT NULL,
  `noofdays` int(5) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `activityid` (`leaveallocationid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;

--
-- Dumping data for table `leaveallocationdetails`
--

INSERT INTO `leaveallocationdetails` (`id`, `leaveallocationid`, `leavetypeid`, `noofdays`) VALUES
(5, 2, 1, 30),
(6, 2, 2, 7),
(7, 2, 3, 7),
(8, 3, 1, 30),
(9, 3, 2, 7),
(10, 3, 3, 7),
(11, 4, 1, 30),
(12, 4, 2, 7),
(13, 4, 3, 7),
(14, 5, 1, 30),
(15, 5, 2, 7),
(16, 5, 3, 7),
(17, 6, 1, 30),
(18, 6, 2, 7),
(19, 6, 3, 7),
(23, 1, 1, 17),
(24, 1, 2, 7);

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

--
-- Table structure for table `leavetype`
--

CREATE TABLE IF NOT EXISTS `leavetype` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `leavecode` varchar(11) NOT NULL,
  `leavename` varchar(100) NOT NULL,
  `gender` varchar(11) NOT NULL,
  `carryforward` varchar(11) NOT NULL,
  `salaryrefund` varchar(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `leavetype`
--

INSERT INTO `leavetype` (`id`, `leavecode`, `leavename`, `gender`, `carryforward`, `salaryrefund`) VALUES
(1, 'LEAV-101', 'Annual Leave', 'Male', 'Yes', 'No'),
(2, 'LEAV-102', 'Emergency Leave', 'Male', 'Yes', 'No'),
(3, 'LEAV-103', 'Sick Leave', 'Both', 'No', 'No');

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

--
-- Table structure for table `login_details`
--

CREATE TABLE IF NOT EXISTS `login_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `profile` varchar(30) DEFAULT NULL,
  `username` varchar(30) DEFAULT NULL,
  `password` varchar(32) DEFAULT NULL,
  `login_time` datetime NOT NULL,
  `faillog_count` varchar(11) DEFAULT NULL,
  `userid` varchar(11) DEFAULT NULL,
  `failing_time` datetime NOT NULL,
  `ip_address` varchar(16) NOT NULL,
  `status` varchar(8) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1659 ;

--
-- Dumping data for table `login_details`
--

INSERT INTO `login_details` (`id`, `profile`, `username`, `password`, `login_time`, `faillog_count`, `userid`, `failing_time`, `ip_address`, `status`) VALUES
(1, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-04 02:55:45', NULL, '1', '0000-00-00 00:00:00', '122.172.130.36', 'Success'),
(2, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-04 06:17:50', NULL, '1', '0000-00-00 00:00:00', '178.152.16.94', 'Success'),
(3, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-04 07:18:32', NULL, '1', '0000-00-00 00:00:00', '122.172.130.36', 'Success'),
(4, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-04 07:44:31', NULL, '2', '0000-00-00 00:00:00', '178.152.30.104', 'Success'),
(5, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-04 07:45:00', NULL, '1', '0000-00-00 00:00:00', '178.152.30.104', 'Success'),
(6, 'NULL', '', '', '2011-06-04 07:45:06', NULL, 'NULL', '2011-06-04 07:45:06', '0', 'failed'),
(7, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-04 07:46:23', NULL, '2', '0000-00-00 00:00:00', '178.152.30.104', 'Success'),
(8, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-04 07:46:48', NULL, '1', '0000-00-00 00:00:00', '178.152.30.104', 'Success'),
(9, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-04 08:30:27', NULL, '1', '0000-00-00 00:00:00', '178.152.30.104', 'Success'),
(10, '21', 'emp104', '419da026ff6c311eeaffbd506e69a888', '2011-06-04 08:31:36', NULL, '3', '0000-00-00 00:00:00', '178.152.30.104', 'Success'),
(11, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-05 23:44:42', NULL, '1', '0000-00-00 00:00:00', '122.172.120.157', 'Success'),
(12, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-06 04:35:55', NULL, '1', '0000-00-00 00:00:00', '122.172.120.157', 'Success'),
(13, '21', 'emp104', 'jaigurudev', '2011-06-06 04:47:36', NULL, '3', '2011-06-06 04:47:36', '178.152.22.157', 'failed'),
(14, '21', 'emp104', 'jaigurudev', '2011-06-06 04:47:51', NULL, '3', '2011-06-06 04:47:51', '178.152.22.157', 'failed'),
(15, '21', 'emp104', '419da026ff6c311eeaffbd506e69a888', '2011-06-06 04:48:23', NULL, '3', '0000-00-00 00:00:00', '178.152.22.157', 'Success'),
(16, '21', 'Emp104', '419da026ff6c311eeaffbd506e69a888', '2011-06-06 04:57:55', NULL, '3', '0000-00-00 00:00:00', '178.152.22.157', 'Success'),
(17, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-06 06:39:48', NULL, '1', '0000-00-00 00:00:00', '122.172.120.157', 'Success'),
(18, '21', 'Emp104', 'jaigurude', '2011-06-06 08:43:08', NULL, '3', '2011-06-06 08:43:08', '178.152.30.219', 'failed'),
(19, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-06 08:43:28', NULL, '3', '0000-00-00 00:00:00', '178.152.30.219', 'Success'),
(20, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 00:01:00', NULL, '3', '0000-00-00 00:00:00', '178.152.50.48', 'Success'),
(21, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 00:14:32', NULL, '3', '0000-00-00 00:00:00', '178.152.50.48', 'Success'),
(22, 'NULL', 'emp101', 'rehaanjerry', '2011-06-07 00:18:50', NULL, 'NULL', '2011-06-07 00:18:50', '78.101.140.178', 'failed'),
(23, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-07 00:19:00', NULL, '1', '0000-00-00 00:00:00', '78.101.140.178', 'Success'),
(24, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-07 03:34:37', NULL, '1', '0000-00-00 00:00:00', '178.152.59.100', 'Success'),
(25, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 03:38:34', NULL, '4', '0000-00-00 00:00:00', '178.152.59.100', 'Success'),
(26, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 03:41:40', NULL, '3', '0000-00-00 00:00:00', '178.152.59.100', 'Success'),
(27, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 06:22:48', NULL, '3', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(28, '21', 'EMP104', 'gaigurubev', '2011-06-07 06:49:37', NULL, '3', '2011-06-07 06:49:37', '122.172.218.98', 'failed'),
(29, '21', 'EMP104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 06:50:08', NULL, '3', '0000-00-00 00:00:00', '122.172.218.98', 'Success'),
(30, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 06:52:31', NULL, '3', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(31, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 07:32:19', NULL, '4', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(32, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 07:51:33', NULL, '3', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(33, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 08:08:56', NULL, '4', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(34, '24', 'emp102', 'jaoh', '2011-06-07 08:23:24', NULL, '5', '2011-06-07 08:23:24', '178.152.53.250', 'failed'),
(35, '24', 'emp102', 'jaoh', '2011-06-07 08:23:40', NULL, '5', '2011-06-07 08:23:40', '178.152.53.250', 'failed'),
(36, '24', 'emp102', 'jaoh', '2011-06-07 08:29:06', NULL, '5', '2011-06-07 08:29:06', '178.152.53.250', 'failed'),
(37, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-07 08:29:16', NULL, '1', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(38, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-07 08:39:22', NULL, '5', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(39, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-07 08:50:13', NULL, '3', '0000-00-00 00:00:00', '178.152.53.250', 'Success'),
(40, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 09:44:24', NULL, '4', '0000-00-00 00:00:00', '178.152.58.169', 'Success'),
(41, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-07 09:48:18', NULL, '1', '0000-00-00 00:00:00', '178.152.58.169', 'Success'),
(42, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 13:49:23', NULL, '4', '0000-00-00 00:00:00', '89.211.166.95', 'Success'),
(43, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 23:04:29', NULL, '4', '0000-00-00 00:00:00', '78.100.214.162', 'Success'),
(44, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-07 23:30:15', NULL, '4', '0000-00-00 00:00:00', '178.152.75.63', 'Success'),
(45, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-07 23:57:52', NULL, '1', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(46, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 00:58:34', NULL, '3', '0000-00-00 00:00:00', '178.152.49.203', 'Success'),
(47, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-08 01:33:25', NULL, '4', '0000-00-00 00:00:00', '78.101.204.39', 'Success'),
(48, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-08 01:48:11', NULL, '1', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(49, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-08 03:48:22', NULL, '4', '0000-00-00 00:00:00', '178.152.32.152', 'Success'),
(50, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-08 04:24:21', NULL, '1', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(51, 'NULL', '', '', '2011-06-08 05:32:00', NULL, 'NULL', '2011-06-08 05:32:00', '0', 'failed'),
(52, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 05:32:12', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(53, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 06:57:32', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(54, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-08 07:11:26', NULL, '4', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(55, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-08 07:29:32', NULL, '1', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(56, '21', 'EMP104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 07:59:34', NULL, '3', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(57, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-08 08:44:39', NULL, '1', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(58, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 08:56:32', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(59, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 09:11:54', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(60, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-08 09:21:25', NULL, '1', '0000-00-00 00:00:00', '122.172.131.181', 'Success'),
(61, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-08 10:09:30', NULL, '4', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(62, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 10:10:25', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(63, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 10:10:26', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(64, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-08 10:16:19', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(65, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-09 00:33:05', NULL, '3', '0000-00-00 00:00:00', '178.152.11.154', 'Success'),
(66, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-09 03:40:00', NULL, '3', '0000-00-00 00:00:00', '178.152.22.80', 'Success'),
(67, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-09 04:21:15', NULL, '1', '0000-00-00 00:00:00', '122.172.128.28', 'Success'),
(68, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-09 04:54:56', NULL, '4', '0000-00-00 00:00:00', '178.152.22.80', 'Success'),
(69, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-09 04:56:43', NULL, '1', '0000-00-00 00:00:00', '122.172.128.28', 'Success'),
(70, '23', 'EMP101', 'SWAPNAJERRY', '2011-06-09 04:57:24', NULL, '4', '2011-06-09 04:57:24', '122.172.128.28', 'failed'),
(71, '23', 'EMP101', 'SWPNAJERRY', '2011-06-09 04:57:45', NULL, '4', '2011-06-09 04:57:45', '122.172.128.28', 'failed'),
(72, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-09 04:58:20', NULL, '4', '0000-00-00 00:00:00', '122.172.128.28', 'Success'),
(73, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-09 04:59:08', NULL, '1', '0000-00-00 00:00:00', '122.172.128.28', 'Success'),
(74, 'NULL', '', '', '2011-06-09 05:36:22', NULL, 'NULL', '2011-06-09 05:36:22', '0', 'failed'),
(75, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-09 05:36:32', NULL, '3', '0000-00-00 00:00:00', '178.152.57.62', 'Success'),
(76, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-09 05:41:54', NULL, '3', '0000-00-00 00:00:00', '178.152.57.62', 'Success'),
(77, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-09 06:55:05', NULL, '4', '0000-00-00 00:00:00', '178.152.57.62', 'Success'),
(78, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-09 08:10:51', NULL, '1', '0000-00-00 00:00:00', '122.172.128.28', 'Success'),
(79, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-09 08:31:21', NULL, '4', '0000-00-00 00:00:00', '78.101.236.230', 'Success'),
(80, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-10 03:54:08', NULL, '1', '0000-00-00 00:00:00', '122.172.131.245', 'Success'),
(81, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-10 08:08:59', NULL, '1', '0000-00-00 00:00:00', '122.172.131.245', 'Success'),
(82, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-10 08:10:40', NULL, '4', '0000-00-00 00:00:00', '78.101.236.230', 'Success'),
(83, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-10 08:27:56', NULL, '1', '0000-00-00 00:00:00', '122.172.131.245', 'Success'),
(84, '23', 'emp101', 'SWAPNAJERRY', '2011-06-10 08:40:54', NULL, '4', '2011-06-10 08:40:54', '78.101.236.230', 'failed'),
(85, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-10 08:41:05', NULL, '4', '0000-00-00 00:00:00', '78.101.236.230', 'Success'),
(86, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-10 08:48:15', NULL, '1', '0000-00-00 00:00:00', '122.172.131.245', 'Success'),
(87, 'NULL', 'cib@qatar.com', 'cib123', '2011-06-10 09:06:00', NULL, 'NULL', '2011-06-10 09:06:00', '78.101.236.230', 'failed'),
(88, 'NULL', 'cib@qatar.com', 'cib123', '2011-06-10 09:06:14', NULL, 'NULL', '2011-06-10 09:06:14', '78.101.236.230', 'failed'),
(89, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-10 09:09:11', NULL, '4', '0000-00-00 00:00:00', '78.101.236.230', 'Success'),
(90, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-10 09:35:33', NULL, '1', '0000-00-00 00:00:00', '122.172.131.245', 'Success'),
(91, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-10 10:02:21', NULL, '1', '0000-00-00 00:00:00', '122.172.131.245', 'Success'),
(92, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-10 13:42:14', NULL, '4', '0000-00-00 00:00:00', '78.101.236.230', 'Success'),
(93, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-11 00:40:08', NULL, '3', '0000-00-00 00:00:00', '178.152.36.2', 'Success'),
(94, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-11 02:05:07', NULL, '3', '0000-00-00 00:00:00', '178.152.36.2', 'Success'),
(95, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-11 07:14:15', NULL, '1', '0000-00-00 00:00:00', '122.171.9.218', 'Success'),
(96, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 07:35:47', NULL, '4', '0000-00-00 00:00:00', '178.152.44.248', 'Success'),
(97, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-11 07:37:44', NULL, '3', '0000-00-00 00:00:00', '178.152.44.248', 'Success'),
(98, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 08:06:09', NULL, '4', '0000-00-00 00:00:00', '178.152.44.248', 'Success'),
(99, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 08:25:58', NULL, '4', '0000-00-00 00:00:00', '178.152.44.248', 'Success'),
(100, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 09:24:09', NULL, '4', '0000-00-00 00:00:00', '178.152.44.248', 'Success'),
(101, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 09:34:04', NULL, '4', '0000-00-00 00:00:00', '178.152.44.248', 'Success'),
(102, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 10:03:12', NULL, '4', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(103, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 10:04:16', NULL, '4', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(104, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-11 10:16:26', NULL, '4', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(105, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-11 10:18:18', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(106, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-12 01:52:25', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(107, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-12 09:20:38', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(108, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-12 12:14:46', NULL, '4', '0000-00-00 00:00:00', '78.100.164.87', 'Success'),
(109, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-12 12:20:02', NULL, '4', '0000-00-00 00:00:00', '78.100.164.87', 'Success'),
(110, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-13 00:36:31', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(111, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-13 04:58:17', NULL, '4', '0000-00-00 00:00:00', '178.152.21.17', 'Success'),
(112, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-13 05:38:08', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(113, 'NULL', '', '', '2011-06-13 07:02:27', NULL, 'NULL', '2011-06-13 07:02:27', '0', 'failed'),
(114, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-13 07:02:45', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(115, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-13 07:11:59', NULL, '4', '0000-00-00 00:00:00', '78.100.124.57', 'Success'),
(116, '23', 'emp101', 'swapna10', '2011-06-13 07:22:54', NULL, '4', '2011-06-13 07:22:54', '78.100.124.57', 'failed'),
(117, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-13 07:23:08', NULL, '4', '0000-00-00 00:00:00', '78.100.124.57', 'Success'),
(118, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-13 07:28:20', NULL, '4', '0000-00-00 00:00:00', '78.100.124.57', 'Success'),
(119, '1', 'admin@ibs.com', 'ibssbio', '2011-06-13 07:30:28', NULL, '1', '2011-06-13 07:30:28', '122.172.121.67', 'failed'),
(120, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-13 07:30:36', NULL, '1', '0000-00-00 00:00:00', '122.172.121.67', 'Success'),
(121, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-13 07:38:20', NULL, '4', '0000-00-00 00:00:00', '78.100.99.86', 'Success'),
(122, 'NULL', '', '', '2011-06-13 07:53:56', NULL, 'NULL', '2011-06-13 07:53:56', '0', 'failed'),
(123, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-13 07:54:09', NULL, '5', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(124, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-13 07:55:11', NULL, '3', '0000-00-00 00:00:00', '178.152.60.192', 'Success'),
(125, 'NULL', '', '', '2011-06-13 10:13:39', NULL, 'NULL', '2011-06-13 10:13:39', '0', 'failed'),
(126, '21', 'emp104', 'jaigurudevshiju', '2011-06-13 10:13:56', NULL, '3', '2011-06-13 10:13:56', '178.152.23.50', 'failed'),
(127, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-13 10:14:07', NULL, '3', '0000-00-00 00:00:00', '178.152.23.50', 'Success'),
(128, '23', 'emp101', 'rehaanjerry', '2011-06-13 23:50:28', NULL, '4', '2011-06-13 23:50:28', '89.211.88.134', 'failed'),
(129, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-13 23:50:44', NULL, '4', '0000-00-00 00:00:00', '89.211.88.134', 'Success'),
(130, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-14 01:57:56', NULL, '1', '0000-00-00 00:00:00', '122.172.117.155', 'Success'),
(131, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-14 02:34:10', NULL, '3', '0000-00-00 00:00:00', '178.152.53.46', 'Success'),
(132, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-14 04:45:46', NULL, '4', '0000-00-00 00:00:00', '78.100.166.97', 'Success'),
(133, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-14 06:10:30', NULL, '3', '0000-00-00 00:00:00', '178.152.53.46', 'Success'),
(134, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-14 06:19:35', NULL, '4', '0000-00-00 00:00:00', '178.152.53.46', 'Success'),
(135, 'NULL', '', '', '2011-06-14 07:49:35', NULL, 'NULL', '2011-06-14 07:49:35', '0', 'failed'),
(136, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-14 07:51:20', NULL, '5', '0000-00-00 00:00:00', '178.152.53.46', 'Success'),
(137, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-14 10:02:56', NULL, '2', '0000-00-00 00:00:00', '178.152.61.77', 'Success'),
(138, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-14 13:30:19', NULL, '4', '0000-00-00 00:00:00', '89.211.88.134', 'Success'),
(139, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-15 04:57:43', NULL, '1', '0000-00-00 00:00:00', '122.172.121.218', 'Success'),
(140, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-15 07:39:35', NULL, '3', '0000-00-00 00:00:00', '178.152.61.77', 'Success'),
(141, '21', 'Emp104', 'jagurudev', '2011-06-15 07:49:24', NULL, '3', '2011-06-15 07:49:24', '178.152.61.77', 'failed'),
(142, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-15 07:49:34', NULL, '3', '0000-00-00 00:00:00', '178.152.61.77', 'Success'),
(143, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-15 08:32:40', NULL, '3', '0000-00-00 00:00:00', '178.152.61.77', 'Success'),
(144, '23', 'emp101', 'swapnajerry4', '2011-06-15 11:47:30', NULL, '4', '2011-06-15 11:47:30', '78.101.131.50', 'failed'),
(145, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-15 11:47:46', NULL, '4', '0000-00-00 00:00:00', '78.101.131.50', 'Success'),
(146, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-16 01:01:30', NULL, '3', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(147, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-16 02:08:21', NULL, '3', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(148, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-16 04:13:00', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(149, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-16 04:24:53', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(150, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-16 05:34:55', NULL, '1', '0000-00-00 00:00:00', '122.172.129.5', 'Success'),
(151, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-16 06:14:31', NULL, '1', '0000-00-00 00:00:00', '122.172.129.5', 'Success'),
(152, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-16 06:29:53', NULL, '3', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(153, '21', 'Emp104', 'JAIGURUDEV', '2011-06-16 06:43:26', NULL, '3', '2011-06-16 06:43:26', '178.152.58.180', 'failed'),
(154, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-16 06:43:36', NULL, '3', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(155, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-16 07:06:20', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(156, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-16 07:55:25', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(157, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-16 08:18:39', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(158, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-17 03:47:17', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(159, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-17 03:47:18', NULL, '4', '0000-00-00 00:00:00', '178.152.58.180', 'Success'),
(160, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-17 14:27:37', NULL, '4', '0000-00-00 00:00:00', '78.101.131.50', 'Success'),
(161, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-18 02:05:08', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(162, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-18 02:36:54', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(163, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-18 04:38:50', NULL, '4', '0000-00-00 00:00:00', '78.100.104.188', 'Success'),
(164, '21', 'Emp104', 'jaigrudev', '2011-06-18 05:22:08', NULL, '3', '2011-06-18 05:22:08', '178.152.53.246', 'failed'),
(165, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-18 05:22:17', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(166, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-18 05:26:11', NULL, '1', '0000-00-00 00:00:00', '122.172.123.92', 'Success'),
(167, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-18 05:27:57', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(168, 'NULL', 'enp101', 'swapnajerry', '2011-06-18 07:11:15', NULL, 'NULL', '2011-06-18 07:11:15', '80.76.160.18', 'failed'),
(169, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-18 07:11:41', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(170, 'NULL', 'enp101', 'swapnajerry', '2011-06-18 07:16:09', NULL, 'NULL', '2011-06-18 07:16:09', '80.76.160.18', 'failed'),
(171, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-18 07:16:34', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(172, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-19 01:56:59', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(173, 'NULL', '', '', '2011-06-19 02:36:55', NULL, 'NULL', '2011-06-19 02:36:55', '0', 'failed'),
(174, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-19 02:37:07', NULL, '5', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(175, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-19 07:27:43', NULL, '2', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(176, 'NULL', '', '', '2011-06-19 08:11:28', NULL, 'NULL', '2011-06-19 08:11:28', '0', 'failed'),
(177, '21', 'emp104', 'jaigurudevshiju', '2011-06-19 08:11:49', NULL, '3', '2011-06-19 08:11:49', '178.152.53.246', 'failed'),
(178, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-19 08:12:05', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(179, '23', 'emp101', 'SWAPNAJERRY', '2011-06-19 08:39:04', NULL, '4', '2011-06-19 08:39:04', '178.152.53.246', 'failed'),
(180, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-19 08:39:34', NULL, '4', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(181, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-19 08:44:36', NULL, '4', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(182, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-19 09:05:28', NULL, '3', '0000-00-00 00:00:00', '178.152.53.246', 'Success'),
(183, '24', 'emp102', 'jawad', '2011-06-19 15:25:43', NULL, '5', '2011-06-19 15:25:43', '78.101.134.23', 'failed'),
(184, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-19 15:25:55', NULL, '5', '0000-00-00 00:00:00', '78.101.134.23', 'Success'),
(185, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-19 15:26:48', NULL, '2', '0000-00-00 00:00:00', '78.101.134.23', 'Success'),
(186, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-19 15:27:42', NULL, '4', '0000-00-00 00:00:00', '78.101.134.23', 'Success'),
(187, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-19 23:41:02', NULL, '1', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(188, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-20 00:04:55', NULL, '1', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(189, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-20 00:45:04', NULL, '1', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(190, '21', 'EMP104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 00:45:46', NULL, '3', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(191, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-20 02:07:46', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(192, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-20 02:38:05', NULL, '1', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(193, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 03:06:02', NULL, '3', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(194, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 03:09:48', NULL, '3', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(195, '21', 'Emp104', 'jaiguruev', '2011-06-20 03:13:18', NULL, '3', '2011-06-20 03:13:18', '178.152.50.182', 'failed'),
(196, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 03:13:28', NULL, '3', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(197, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 03:24:38', NULL, '3', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(198, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-20 04:42:11', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(199, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 06:01:44', NULL, '2', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(200, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 06:07:57', NULL, '3', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(201, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-20 06:29:38', NULL, '4', '0000-00-00 00:00:00', '78.101.134.23', 'Success'),
(202, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-20 07:05:09', NULL, '1', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(203, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 07:24:54', NULL, '2', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(204, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-20 08:44:18', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(205, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 08:49:20', NULL, '2', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(206, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 08:53:33', NULL, '2', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(207, '22', 'EMP105', 'SHRIJITH', '2011-06-20 08:59:13', NULL, '2', '2011-06-20 08:59:13', '122.172.132.48', 'failed'),
(208, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-20 09:00:26', NULL, '1', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(209, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 09:07:37', NULL, '2', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(210, '22', 'EMP105', 'shrihith', '2011-06-20 09:18:42', NULL, '2', '2011-06-20 09:18:42', '122.172.132.48', 'failed'),
(211, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 09:18:51', NULL, '2', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(212, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 09:20:29', NULL, '2', '0000-00-00 00:00:00', '122.172.132.48', 'Success'),
(213, 'NULL', '', '', '2011-06-20 09:45:13', NULL, 'NULL', '2011-06-20 09:45:13', '0', 'failed'),
(214, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-20 09:46:27', NULL, '3', '0000-00-00 00:00:00', '178.152.50.182', 'Success'),
(215, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-20 10:32:52', NULL, '2', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(216, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-20 11:30:30', NULL, '4', '0000-00-00 00:00:00', '78.100.189.221', 'Success'),
(217, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-21 00:37:54', NULL, '4', '0000-00-00 00:00:00', '78.101.25.183', 'Success'),
(218, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-21 01:14:24', NULL, '3', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(219, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 01:16:40', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(220, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-21 01:21:05', NULL, '3', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(221, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-21 04:22:30', NULL, '3', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(222, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-21 04:36:00', NULL, '4', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(223, 'NULL', '', '', '2011-06-21 04:37:15', NULL, 'NULL', '2011-06-21 04:37:15', '0', 'failed'),
(224, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-21 04:38:19', NULL, '5', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(225, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 04:50:55', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(226, '23', 'emp101', 'SWAPNAJERRY', '2011-06-21 06:12:04', NULL, '4', '2011-06-21 06:12:04', '178.152.55.185', 'failed'),
(227, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-21 06:12:16', NULL, '4', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(228, 'NULL', '', '', '2011-06-21 06:12:56', NULL, 'NULL', '2011-06-21 06:12:56', '0', 'failed'),
(229, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 06:16:41', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(230, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 06:19:02', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(231, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-21 06:19:50', NULL, '3', '0000-00-00 00:00:00', '178.152.55.185', 'Success'),
(232, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 06:28:25', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(233, '1', 'admin@ibs.com', 'ibddbi', '2011-06-21 06:59:52', NULL, '1', '2011-06-21 06:59:52', '122.172.129.80', 'failed'),
(234, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 06:59:57', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(235, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-21 07:12:37', NULL, '4', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(236, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-21 07:17:10', NULL, '4', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(237, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-21 07:36:18', NULL, '1', '0000-00-00 00:00:00', '122.172.129.80', 'Success'),
(238, '22', 'EMP105', 'jaigurudev', '2011-06-21 20:38:04', NULL, '2', '2011-06-21 20:38:04', '111.92.112.77', 'failed'),
(239, '21', 'EMP104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-21 20:38:19', NULL, '3', '0000-00-00 00:00:00', '111.92.112.77', 'Success'),
(240, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-22 00:50:47', NULL, '4', '0000-00-00 00:00:00', '89.211.144.222', 'Success'),
(241, '23', 'emp101', 'SWAPNAJERRY', '2011-06-22 00:53:37', NULL, '4', '2011-06-22 00:53:37', '89.211.144.222', 'failed'),
(242, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-22 00:53:52', NULL, '4', '0000-00-00 00:00:00', '89.211.144.222', 'Success'),
(243, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-22 03:11:49', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(244, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-22 04:36:57', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(245, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-22 04:36:58', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(246, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-22 04:56:53', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(247, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-22 07:16:20', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(248, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-22 08:36:20', NULL, '2', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(249, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-23 01:08:08', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(250, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-23 01:57:34', NULL, '4', '0000-00-00 00:00:00', '78.101.29.72', 'Success'),
(251, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-23 01:58:42', NULL, '2', '0000-00-00 00:00:00', '78.101.29.72', 'Success'),
(252, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-23 02:03:50', NULL, '2', '0000-00-00 00:00:00', '122.172.134.141', 'Success'),
(253, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-23 05:15:33', NULL, '4', '0000-00-00 00:00:00', '78.101.29.72', 'Success'),
(254, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-23 06:22:11', NULL, '4', '0000-00-00 00:00:00', '78.101.29.72', 'Success'),
(255, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-23 06:27:11', NULL, '2', '0000-00-00 00:00:00', '122.172.134.141', 'Success'),
(256, '22', 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-23 06:51:30', NULL, '2', '0000-00-00 00:00:00', '122.172.134.141', 'Success'),
(257, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-23 07:13:57', NULL, '1', '0000-00-00 00:00:00', '122.172.134.141', 'Success'),
(258, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-23 07:21:56', NULL, '1', '0000-00-00 00:00:00', '122.172.134.141', 'Success'),
(259, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-23 09:52:52', NULL, '1', '0000-00-00 00:00:00', '122.172.134.141', 'Success'),
(260, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-24 03:20:31', NULL, '4', '0000-00-00 00:00:00', '78.101.29.72', 'Success'),
(261, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-25 01:11:39', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(262, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-25 01:30:14', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(263, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-25 03:10:56', NULL, '4', '0000-00-00 00:00:00', '78.101.194.255', 'Success'),
(264, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-25 03:31:35', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(265, '23', 'emp101', 'SWAPNAJERRY', '2011-06-25 04:04:57', NULL, '4', '2011-06-25 04:04:57', '78.101.194.255', 'failed'),
(266, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-25 04:05:08', NULL, '4', '0000-00-00 00:00:00', '78.101.194.255', 'Success'),
(267, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-25 04:08:08', NULL, '2', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(268, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-25 04:13:16', NULL, '2', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(269, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-25 04:24:18', NULL, '4', '0000-00-00 00:00:00', '78.101.194.255', 'Success'),
(270, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-25 04:56:05', NULL, '1', '0000-00-00 00:00:00', '122.172.115.86', 'Success'),
(271, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-26 03:30:55', NULL, '4', '0000-00-00 00:00:00', '78.101.194.255', 'Success'),
(272, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-26 03:57:04', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(273, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-26 04:19:33', NULL, '4', '0000-00-00 00:00:00', '78.101.194.255', 'Success'),
(274, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-26 09:58:33', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(275, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-27 01:47:14', NULL, '4', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(276, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-27 02:01:12', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(277, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-27 02:44:38', NULL, '1', '0000-00-00 00:00:00', '122.172.123.237', 'Success'),
(278, 'NULL', '', '', '2011-06-27 04:25:30', NULL, 'NULL', '2011-06-27 04:25:30', '0', 'failed'),
(279, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-27 04:26:55', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(280, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-27 05:04:05', NULL, '1', '0000-00-00 00:00:00', '122.172.123.237', 'Success'),
(281, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-27 05:16:43', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(282, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-27 05:49:01', NULL, '4', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(283, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-27 09:33:50', NULL, '1', '0000-00-00 00:00:00', '122.172.123.237', 'Success'),
(284, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-27 10:49:30', NULL, '4', '0000-00-00 00:00:00', '78.100.190.186', 'Success'),
(285, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 01:22:51', NULL, '4', '0000-00-00 00:00:00', '78.101.212.227', 'Success'),
(286, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 01:23:00', NULL, '4', '0000-00-00 00:00:00', '78.101.212.227', 'Success'),
(287, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 01:27:04', NULL, '4', '0000-00-00 00:00:00', '78.101.212.227', 'Success'),
(288, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-28 01:46:36', NULL, '1', '0000-00-00 00:00:00', '122.172.115.117', 'Success'),
(289, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-28 02:06:58', NULL, '3', '0000-00-00 00:00:00', '178.152.63.66', 'Success'),
(290, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 04:33:55', NULL, '4', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(291, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-28 04:36:30', NULL, '1', '0000-00-00 00:00:00', '122.172.115.117', 'Success'),
(292, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-28 05:55:37', NULL, '1', '0000-00-00 00:00:00', '122.172.115.117', 'Success'),
(293, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-28 06:29:15', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(294, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-28 06:29:32', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(295, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-28 06:36:54', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(296, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 08:19:12', NULL, '4', '0000-00-00 00:00:00', '178.152.16.20', 'Success'),
(297, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-28 08:22:10', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(298, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 09:35:59', NULL, '4', '0000-00-00 00:00:00', '178.152.16.20', 'Success'),
(299, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-28 13:56:02', NULL, '4', '0000-00-00 00:00:00', '78.101.212.227', 'Success'),
(300, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-06-28 15:45:40', NULL, '2', '0000-00-00 00:00:00', '78.100.241.79', 'Success'),
(301, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-29 00:55:03', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(302, 'NULL', '', '', '2011-06-29 02:09:33', NULL, 'NULL', '2011-06-29 02:09:33', '0', 'failed'),
(303, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-29 02:17:40', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(304, 'NULL', 'Emp 104', 'jaigurudev', '2011-06-29 02:55:28', NULL, 'NULL', '2011-06-29 02:55:28', '178.152.57.63', 'failed'),
(305, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-29 02:55:41', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(306, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-29 03:05:29', NULL, '3', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(307, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-29 04:10:01', NULL, '4', '0000-00-00 00:00:00', '178.152.57.63', 'Success'),
(308, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-29 04:20:58', NULL, '1', '0000-00-00 00:00:00', '122.172.135.224', 'Success'),
(309, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-29 04:23:53', NULL, '1', '0000-00-00 00:00:00', '122.172.135.224', 'Success'),
(310, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-29 05:37:50', NULL, '3', '0000-00-00 00:00:00', '178.152.62.195', 'Success'),
(311, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-29 06:28:24', NULL, '5', '0000-00-00 00:00:00', '178.152.62.195', 'Success'),
(312, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-06-29 07:53:28', NULL, '5', '0000-00-00 00:00:00', '178.152.62.195', 'Success'),
(313, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-29 23:43:55', NULL, '1', '0000-00-00 00:00:00', '122.172.127.221', 'Success'),
(314, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-30 00:44:05', NULL, '3', '0000-00-00 00:00:00', '178.152.53.122', 'Success'),
(315, 'NULL', '', '', '2011-06-30 01:19:10', NULL, 'NULL', '2011-06-30 01:19:10', '0', 'failed'),
(316, 'NULL', '', '', '2011-06-30 01:24:25', NULL, 'NULL', '2011-06-30 01:24:25', '0', 'failed'),
(317, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-30 01:24:37', NULL, '3', '0000-00-00 00:00:00', '178.152.53.122', 'Success'),
(318, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-30 01:41:39', NULL, '1', '0000-00-00 00:00:00', '122.172.127.221', 'Success'),
(319, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-30 02:20:55', NULL, '4', '0000-00-00 00:00:00', '178.152.53.122', 'Success'),
(320, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-30 02:35:29', NULL, '4', '0000-00-00 00:00:00', '178.152.53.122', 'Success'),
(321, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-30 03:44:35', NULL, '3', '0000-00-00 00:00:00', '178.152.56.105', 'Success'),
(322, '23', 'emp101', 'rib12345', '2011-06-30 08:11:51', NULL, '4', '2011-06-30 08:11:51', '178.152.62.207', 'failed'),
(323, '23', 'emp101', 'rib12345', '2011-06-30 08:11:57', NULL, '4', '2011-06-30 08:11:57', '178.152.62.207', 'failed'),
(324, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-30 08:12:17', NULL, '4', '0000-00-00 00:00:00', '178.152.62.207', 'Success'),
(325, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-30 08:52:34', NULL, '1', '0000-00-00 00:00:00', '122.172.127.221', 'Success'),
(326, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-30 08:54:20', NULL, '1', '0000-00-00 00:00:00', '122.172.127.221', 'Success'),
(327, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-06-30 09:51:31', NULL, '1', '0000-00-00 00:00:00', '122.172.127.221', 'Success'),
(328, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-30 10:02:14', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(329, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-06-30 10:17:32', NULL, '3', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(330, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-30 18:01:34', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(331, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-06-30 18:04:57', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(332, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-01 00:02:58', NULL, '1', '0000-00-00 00:00:00', '122.172.120.120', 'Success'),
(333, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-01 01:01:48', NULL, '1', '0000-00-00 00:00:00', '122.172.120.120', 'Success'),
(334, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-01 01:43:22', NULL, '1', '0000-00-00 00:00:00', '122.172.120.120', 'Success'),
(335, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-01 05:15:58', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(336, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-01 06:31:25', NULL, '1', '0000-00-00 00:00:00', '122.172.120.120', 'Success'),
(337, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-02 00:23:07', NULL, '3', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(338, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-02 02:18:42', NULL, '3', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(339, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-02 02:23:21', NULL, '1', '0000-00-00 00:00:00', '122.172.123.246', 'Success'),
(340, 'NULL', '', '', '2011-07-02 04:32:12', NULL, 'NULL', '2011-07-02 04:32:12', '0', 'failed'),
(341, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-02 04:32:43', NULL, '3', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(342, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-02 04:36:13', NULL, '3', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(343, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-02 04:57:03', NULL, '3', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(344, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-02 06:04:03', NULL, '1', '0000-00-00 00:00:00', '122.172.123.246', 'Success'),
(345, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-02 06:13:45', NULL, '4', '0000-00-00 00:00:00', '178.152.49.100', 'Success'),
(346, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-02 06:18:45', NULL, '1', '0000-00-00 00:00:00', '122.172.123.246', 'Success'),
(347, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-02 07:10:55', NULL, '1', '0000-00-00 00:00:00', '122.172.123.246', 'Success'),
(348, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-02 07:50:05', NULL, '3', '0000-00-00 00:00:00', '178.152.57.188', 'Success'),
(349, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-02 08:20:19', NULL, '4', '0000-00-00 00:00:00', '178.152.57.188', 'Success'),
(350, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-02 08:35:08', NULL, '4', '0000-00-00 00:00:00', '178.152.57.188', 'Success'),
(351, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-02 09:11:19', NULL, '4', '0000-00-00 00:00:00', '178.152.56.86', 'Success'),
(352, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-02 10:51:09', NULL, '1', '0000-00-00 00:00:00', '111.92.112.82', 'Success'),
(353, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-02 10:56:04', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(354, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-03 00:28:55', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(355, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-03 00:54:12', NULL, '3', '0000-00-00 00:00:00', '178.152.56.86', 'Success'),
(356, '23', 'emp101', 'rib12345', '2011-07-03 04:36:24', NULL, '4', '2011-07-03 04:36:24', '178.152.56.86', 'failed'),
(357, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-03 04:36:34', NULL, '4', '0000-00-00 00:00:00', '178.152.56.86', 'Success'),
(358, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-03 05:38:42', NULL, '4', '0000-00-00 00:00:00', '178.152.56.86', 'Success');
INSERT INTO `login_details` (`id`, `profile`, `username`, `password`, `login_time`, `faillog_count`, `userid`, `failing_time`, `ip_address`, `status`) VALUES
(359, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-03 23:40:52', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(360, 'NULL', 'admin@sibs', 'ibssbi', '2011-07-03 23:45:19', NULL, 'NULL', '2011-07-03 23:45:19', '80.76.160.18', 'failed'),
(361, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-03 23:45:40', NULL, '1', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(362, 'NULL', 'admin@sibs.com', 'ibssbi', '2011-07-03 23:47:02', NULL, 'NULL', '2011-07-03 23:47:02', '80.76.160.18', 'failed'),
(363, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-03 23:48:04', NULL, '1', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(364, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-03 23:48:53', NULL, '4', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(365, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 01:03:09', NULL, '3', '0000-00-00 00:00:00', '178.152.56.86', 'Success'),
(366, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 01:27:44', NULL, '3', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(367, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 01:43:27', NULL, '4', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(368, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-04 02:00:45', NULL, '1', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(369, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 02:03:52', NULL, '4', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(370, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-04 02:11:41', NULL, '5', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(371, 'NULL', '', '', '2011-07-04 03:40:37', NULL, 'NULL', '2011-07-04 03:40:37', '0', 'failed'),
(372, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 03:40:52', NULL, '4', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(373, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-04 03:41:16', NULL, '1', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(374, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 03:43:44', NULL, '4', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(375, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 04:17:19', NULL, '3', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(376, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 05:16:20', NULL, '4', '0000-00-00 00:00:00', '178.152.49.169', 'Success'),
(377, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-04 07:11:53', NULL, '1', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(378, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 08:18:15', NULL, '3', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(379, 'NULL', '', '', '2011-07-04 08:25:59', NULL, 'NULL', '2011-07-04 08:25:59', '0', 'failed'),
(380, 'NULL', '', '', '2011-07-04 08:25:59', NULL, 'NULL', '2011-07-04 08:25:59', '0', 'failed'),
(381, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 08:27:16', NULL, '3', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(382, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 08:38:55', NULL, '4', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(383, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-04 08:51:54', NULL, '1', '0000-00-00 00:00:00', '122.172.122.35', 'Success'),
(384, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 08:52:51', NULL, '3', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(385, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 08:53:47', NULL, '3', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(386, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 09:01:59', NULL, '4', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(387, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-04 09:08:29', NULL, '3', '0000-00-00 00:00:00', '178.152.59.92', 'Success'),
(388, '23', 'emp101', 'swapnajerry4', '2011-07-04 12:57:11', NULL, '4', '2011-07-04 12:57:11', '78.101.222.176', 'failed'),
(389, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-04 12:57:22', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(390, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-05 02:08:38', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(391, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-07-05 03:00:19', NULL, '2', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(392, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-05 04:05:28', NULL, '5', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(393, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-05 04:34:44', NULL, '1', '0000-00-00 00:00:00', '122.172.126.103', 'Success'),
(394, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-05 06:26:21', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(395, '21', 'Emp104', 'jaigrudev', '2011-07-05 06:42:42', NULL, '3', '2011-07-05 06:42:42', '178.152.54.119', 'failed'),
(396, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-05 06:42:50', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(397, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-05 06:50:24', NULL, '1', '0000-00-00 00:00:00', '122.172.126.103', 'Success'),
(398, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-05 07:32:34', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(399, 'NULL', '', '', '2011-07-05 07:36:22', NULL, 'NULL', '2011-07-05 07:36:22', '0', 'failed'),
(400, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-05 07:36:42', NULL, '5', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(401, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 01:13:29', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(402, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-06 01:49:23', NULL, '5', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(403, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 01:50:38', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(404, 'NULL', '', '', '2011-07-06 01:58:46', NULL, 'NULL', '2011-07-06 01:58:46', '0', 'failed'),
(405, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 01:59:38', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(406, '23', 'emp101', 'rib12345', '2011-07-06 02:51:27', NULL, '4', '2011-07-06 02:51:27', '78.101.222.176', 'failed'),
(407, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-06 02:51:37', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(408, 'NULL', '', '', '2011-07-06 02:51:38', NULL, 'NULL', '2011-07-06 02:51:38', '0', 'failed'),
(409, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 03:19:13', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(410, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-06 03:48:14', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(411, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 04:41:24', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(412, 'NULL', '', '', '2011-07-06 04:58:42', NULL, 'NULL', '2011-07-06 04:58:42', '0', 'failed'),
(413, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 04:59:00', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(414, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 05:48:45', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(415, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-06 06:47:44', NULL, '1', '0000-00-00 00:00:00', '122.172.125.128', 'Success'),
(416, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 06:54:29', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(417, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-06 06:58:02', NULL, '4', '0000-00-00 00:00:00', '78.101.222.176', 'Success'),
(418, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 07:05:12', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(419, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-06 08:34:02', NULL, '4', '0000-00-00 00:00:00', '89.211.20.208', 'Success'),
(420, 'NULL', '', '', '2011-07-06 08:39:31', NULL, 'NULL', '2011-07-06 08:39:31', '0', 'failed'),
(421, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 08:39:47', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(422, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-06 08:45:25', NULL, '4', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(423, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 08:54:39', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(424, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 09:17:43', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(425, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 09:24:55', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(426, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-06 09:44:57', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(427, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-07 00:44:01', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(428, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-07 02:06:10', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(429, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-07 02:25:28', NULL, '4', '0000-00-00 00:00:00', '78.100.115.131', 'Success'),
(430, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-07 03:34:53', NULL, '4', '0000-00-00 00:00:00', '78.100.115.131', 'Success'),
(431, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-07 03:38:35', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(432, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-07 04:04:26', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(433, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-07 04:18:28', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(434, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-07 04:55:54', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(435, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-07 04:59:03', NULL, '1', '0000-00-00 00:00:00', '122.172.117.225', 'Success'),
(436, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-07 07:35:04', NULL, '4', '0000-00-00 00:00:00', '78.100.115.131', 'Success'),
(437, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-09 03:00:20', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(438, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-09 05:42:40', NULL, '4', '0000-00-00 00:00:00', '178.152.160.211', 'Success'),
(439, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-09 07:48:53', NULL, '4', '0000-00-00 00:00:00', '178.152.160.211', 'Success'),
(440, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-10 01:40:33', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(441, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-10 02:20:25', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(442, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-10 02:22:43', NULL, '4', '0000-00-00 00:00:00', '78.100.123.29', 'Success'),
(443, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-10 03:27:58', NULL, '5', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(444, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-10 03:54:25', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(445, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-10 05:00:27', NULL, '4', '0000-00-00 00:00:00', '78.100.123.29', 'Success'),
(446, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-10 05:32:35', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(447, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-10 06:04:04', NULL, '4', '0000-00-00 00:00:00', '78.100.123.29', 'Success'),
(448, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-10 07:37:32', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(449, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-07-10 15:08:10', NULL, '2', '0000-00-00 00:00:00', '78.101.61.0', 'Success'),
(450, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-11 00:27:19', NULL, '4', '0000-00-00 00:00:00', '78.101.142.143', 'Success'),
(451, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-11 02:26:34', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(452, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-11 03:55:26', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(453, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-11 05:05:30', NULL, '4', '0000-00-00 00:00:00', '78.100.28.33', 'Success'),
(454, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-11 05:17:00', NULL, '4', '0000-00-00 00:00:00', '78.100.28.33', 'Success'),
(455, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-11 06:43:51', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(456, '21', 'Emp104', 'jaigrudev', '2011-07-11 07:00:34', NULL, '3', '2011-07-11 07:00:34', '178.152.54.119', 'failed'),
(457, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-11 07:00:43', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(458, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-11 09:08:39', NULL, '4', '0000-00-00 00:00:00', '78.100.28.33', 'Success'),
(459, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-11 09:11:44', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(460, '21', 'Emp104', 'jaugurudevshiju', '2011-07-11 09:52:12', NULL, '3', '2011-07-11 09:52:12', '178.152.54.119', 'failed'),
(461, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-11 09:52:20', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(462, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 00:49:07', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(463, 'NULL', 'e', '', '2011-07-12 02:02:23', NULL, 'NULL', '2011-07-12 02:02:23', '178.152.54.119', 'failed'),
(464, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 02:02:32', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(465, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 02:58:57', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(466, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 03:37:57', NULL, '3', '0000-00-00 00:00:00', '178.152.54.119', 'Success'),
(467, '21', 'Emp104', 'jaigrudev', '2011-07-12 06:08:52', NULL, '3', '2011-07-12 06:08:52', '178.152.62.5', 'failed'),
(468, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 06:09:08', NULL, '3', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(469, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 08:15:47', NULL, '3', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(470, '23', 'emp101', 'rib1e2345', '2011-07-12 10:21:48', NULL, '4', '2011-07-12 10:21:48', '80.76.160.18', 'failed'),
(471, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-12 10:24:03', NULL, '3', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(472, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-12 16:05:00', NULL, '4', '0000-00-00 00:00:00', '78.101.142.143', 'Success'),
(473, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-12 23:55:07', NULL, '4', '0000-00-00 00:00:00', '78.100.208.143', 'Success'),
(474, '22', 'EMP105', 'jaigurudev', '2011-07-13 00:29:27', NULL, '2', '2011-07-13 00:29:27', '111.92.112.220', 'failed'),
(475, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-13 00:29:42', NULL, '1', '0000-00-00 00:00:00', '111.92.112.220', 'Success'),
(476, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-13 00:31:33', NULL, '3', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(477, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-13 00:46:47', NULL, '3', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(478, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-13 00:57:30', NULL, '3', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(479, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-13 01:10:16', NULL, '1', '0000-00-00 00:00:00', '111.92.112.220', 'Success'),
(480, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-13 03:53:54', NULL, '5', '0000-00-00 00:00:00', '178.152.62.5', 'Success'),
(481, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-13 05:07:20', NULL, '3', '0000-00-00 00:00:00', '178.152.58.234', 'Success'),
(482, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-13 05:34:42', NULL, '4', '0000-00-00 00:00:00', '178.152.58.234', 'Success'),
(483, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-13 08:35:56', NULL, '3', '0000-00-00 00:00:00', '178.152.53.64', 'Success'),
(484, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-13 09:35:31', NULL, '3', '0000-00-00 00:00:00', '178.152.52.3', 'Success'),
(485, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-14 01:59:20', NULL, '3', '0000-00-00 00:00:00', '178.152.52.3', 'Success'),
(486, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-14 01:59:35', NULL, '3', '0000-00-00 00:00:00', '178.152.52.3', 'Success'),
(487, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-15 23:28:24', NULL, '1', '0000-00-00 00:00:00', '122.172.124.80', 'Success'),
(488, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-07-16 07:42:30', NULL, '5', '0000-00-00 00:00:00', '89.211.194.171', 'Success'),
(489, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-17 01:10:40', NULL, '3', '0000-00-00 00:00:00', '178.152.59.209', 'Success'),
(490, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-17 23:54:01', NULL, '3', '0000-00-00 00:00:00', '178.152.59.209', 'Success'),
(491, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-19 00:49:10', NULL, '3', '0000-00-00 00:00:00', '178.152.50.160', 'Success'),
(492, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-19 11:04:37', NULL, '4', '0000-00-00 00:00:00', '59.93.12.121', 'Success'),
(493, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-20 01:33:30', NULL, '3', '0000-00-00 00:00:00', '178.152.55.120', 'Success'),
(494, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-20 01:40:51', NULL, '1', '0000-00-00 00:00:00', '122.172.135.13', 'Success'),
(495, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-07-20 07:44:52', NULL, '2', '0000-00-00 00:00:00', '178.152.61.83', 'Success'),
(496, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-21 03:12:06', NULL, '3', '0000-00-00 00:00:00', '178.152.61.83', 'Success'),
(497, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-22 02:36:19', NULL, '4', '0000-00-00 00:00:00', '59.93.11.46', 'Success'),
(498, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-22 02:59:13', NULL, '4', '0000-00-00 00:00:00', '59.93.11.46', 'Success'),
(499, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-23 03:27:19', NULL, '3', '0000-00-00 00:00:00', '178.152.63.102', 'Success'),
(500, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-24 00:00:42', NULL, '3', '0000-00-00 00:00:00', '178.152.63.35', 'Success'),
(501, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-24 09:03:32', NULL, '3', '0000-00-00 00:00:00', '178.152.58.200', 'Success'),
(502, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-25 00:35:34', NULL, '3', '0000-00-00 00:00:00', '178.152.55.136', 'Success'),
(503, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-25 02:25:14', NULL, '1', '0000-00-00 00:00:00', '122.172.118.165', 'Success'),
(504, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-25 02:55:28', NULL, '3', '0000-00-00 00:00:00', '178.152.52.61', 'Success'),
(505, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-25 03:52:24', NULL, '4', '0000-00-00 00:00:00', '178.152.52.61', 'Success'),
(506, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-25 04:06:50', NULL, '1', '0000-00-00 00:00:00', '122.172.118.165', 'Success'),
(507, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-25 04:52:50', NULL, '3', '0000-00-00 00:00:00', '178.152.55.202', 'Success'),
(508, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-25 07:41:47', NULL, '4', '0000-00-00 00:00:00', '78.100.16.87', 'Success'),
(509, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-25 09:17:56', NULL, '3', '0000-00-00 00:00:00', '178.152.48.218', 'Success'),
(510, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-26 01:54:46', NULL, '3', '0000-00-00 00:00:00', '178.152.51.18', 'Success'),
(511, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-26 02:21:00', NULL, '3', '0000-00-00 00:00:00', '178.152.51.18', 'Success'),
(512, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-26 04:27:15', NULL, '3', '0000-00-00 00:00:00', '178.152.51.18', 'Success'),
(513, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-26 04:48:12', NULL, '3', '0000-00-00 00:00:00', '178.152.51.18', 'Success'),
(514, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-26 05:43:19', NULL, '3', '0000-00-00 00:00:00', '178.152.51.18', 'Success'),
(515, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-26 05:49:58', NULL, '3', '0000-00-00 00:00:00', '178.152.51.18', 'Success'),
(516, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 00:31:16', NULL, '3', '0000-00-00 00:00:00', '178.152.55.54', 'Success'),
(517, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 01:50:26', NULL, '3', '0000-00-00 00:00:00', '178.152.51.188', 'Success'),
(518, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 02:11:11', NULL, '3', '0000-00-00 00:00:00', '178.152.51.188', 'Success'),
(519, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-27 02:38:38', NULL, '4', '0000-00-00 00:00:00', '78.101.213.123', 'Success'),
(520, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 06:43:52', NULL, '3', '0000-00-00 00:00:00', '178.152.52.31', 'Success'),
(521, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-27 06:59:12', NULL, '4', '0000-00-00 00:00:00', '78.101.213.123', 'Success'),
(522, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-27 07:25:37', NULL, '1', '0000-00-00 00:00:00', '122.172.129.203', 'Success'),
(523, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-27 07:25:51', NULL, '1', '0000-00-00 00:00:00', '122.172.129.203', 'Success'),
(524, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 07:34:52', NULL, '3', '0000-00-00 00:00:00', '178.152.52.31', 'Success'),
(525, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-27 07:38:53', NULL, '1', '0000-00-00 00:00:00', '122.172.129.203', 'Success'),
(526, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-27 07:41:21', NULL, '1', '0000-00-00 00:00:00', '122.172.129.203', 'Success'),
(527, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-27 07:43:16', NULL, '1', '0000-00-00 00:00:00', '122.172.129.203', 'Success'),
(528, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 08:31:17', NULL, '3', '0000-00-00 00:00:00', '178.152.52.31', 'Success'),
(529, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 10:36:29', NULL, '3', '0000-00-00 00:00:00', '178.152.53.194', 'Success'),
(530, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-27 10:49:02', NULL, '3', '0000-00-00 00:00:00', '178.152.53.194', 'Success'),
(531, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-27 15:12:19', NULL, '4', '0000-00-00 00:00:00', '78.101.213.123', 'Success'),
(532, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-28 00:00:06', NULL, '3', '0000-00-00 00:00:00', '178.152.53.194', 'Success'),
(533, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-28 02:09:37', NULL, '4', '0000-00-00 00:00:00', '89.211.188.107', 'Success'),
(534, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-28 02:29:33', NULL, '1', '0000-00-00 00:00:00', '122.172.112.180', 'Success'),
(535, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-28 02:42:43', NULL, '3', '0000-00-00 00:00:00', '178.152.53.194', 'Success'),
(536, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-28 03:07:42', NULL, '3', '0000-00-00 00:00:00', '178.152.33.253', 'Success'),
(537, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-07-28 06:42:04', NULL, '1', '0000-00-00 00:00:00', '122.172.112.180', 'Success'),
(538, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-30 00:01:45', NULL, '3', '0000-00-00 00:00:00', '178.152.63.54', 'Success'),
(539, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-30 23:56:08', NULL, '3', '0000-00-00 00:00:00', '178.152.63.54', 'Success'),
(540, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-31 02:37:44', NULL, '3', '0000-00-00 00:00:00', '178.152.63.54', 'Success'),
(541, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-31 03:52:04', NULL, '3', '0000-00-00 00:00:00', '178.152.33.17', 'Success'),
(542, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-07-31 06:47:46', NULL, '3', '0000-00-00 00:00:00', '178.152.51.121', 'Success'),
(543, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-07-31 07:04:36', NULL, '4', '0000-00-00 00:00:00', '178.152.183.192', 'Success'),
(544, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-01 00:18:54', NULL, '3', '0000-00-00 00:00:00', '178.152.51.121', 'Success'),
(545, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-01 01:14:26', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(546, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-01 01:16:59', NULL, '3', '0000-00-00 00:00:00', '178.152.51.121', 'Success'),
(547, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-01 01:17:04', NULL, '1', '0000-00-00 00:00:00', '122.172.115.96', 'Success'),
(548, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-01 01:23:18', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(549, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-01 02:06:18', NULL, '2', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(550, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-08-01 04:21:15', NULL, '5', '0000-00-00 00:00:00', '178.152.32.18', 'Success'),
(551, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-01 04:57:04', NULL, '4', '0000-00-00 00:00:00', '178.152.32.18', 'Success'),
(552, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-01 05:01:09', NULL, '2', '0000-00-00 00:00:00', '178.152.32.18', 'Success'),
(553, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-01 05:10:47', NULL, '4', '0000-00-00 00:00:00', '178.152.32.18', 'Success'),
(554, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-01 05:11:49', NULL, '2', '0000-00-00 00:00:00', '178.152.32.18', 'Success'),
(555, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-01 05:54:59', NULL, '3', '0000-00-00 00:00:00', '178.152.39.151', 'Success'),
(556, '22', 'emp105', 'kousalia', '2011-08-01 16:26:13', NULL, '2', '2011-08-01 16:26:13', '78.101.32.67', 'failed'),
(557, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-01 16:26:26', NULL, '2', '0000-00-00 00:00:00', '78.101.32.67', 'Success'),
(558, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-02 00:05:27', NULL, '3', '0000-00-00 00:00:00', '178.152.34.113', 'Success'),
(559, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-02 00:54:33', NULL, '3', '0000-00-00 00:00:00', '178.152.34.113', 'Success'),
(560, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-02 02:12:47', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(561, '21', 'Emp104', 'jagurudev', '2011-08-02 02:18:43', NULL, '3', '2011-08-02 02:18:43', '178.152.34.113', 'failed'),
(562, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-02 02:26:09', NULL, '3', '0000-00-00 00:00:00', '178.152.34.113', 'Success'),
(563, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-02 05:05:41', NULL, '1', '0000-00-00 00:00:00', '122.172.91.68', 'Success'),
(564, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-02 05:15:42', NULL, '4', '0000-00-00 00:00:00', '178.152.61.187', 'Success'),
(565, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-02 08:52:23', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(566, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-02 14:13:19', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(567, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-03 01:00:50', NULL, '1', '0000-00-00 00:00:00', '122.171.10.41', 'Success'),
(568, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-03 01:16:48', NULL, '3', '0000-00-00 00:00:00', '178.152.33.1', 'Success'),
(569, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-03 02:12:17', NULL, '4', '0000-00-00 00:00:00', '178.152.33.1', 'Success'),
(570, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-03 06:01:17', NULL, '3', '0000-00-00 00:00:00', '178.152.37.7', 'Success'),
(571, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-04 01:15:01', NULL, '3', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(572, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-04 01:39:58', NULL, '4', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(573, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-04 03:56:21', NULL, '3', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(574, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-04 04:09:00', NULL, '1', '0000-00-00 00:00:00', '122.171.9.103', 'Success'),
(575, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-04 04:42:49', NULL, '3', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(576, '21', 'emp104', 'jaigurudevshiju', '2011-08-04 05:33:16', NULL, '3', '2011-08-04 05:33:16', '178.152.38.158', 'failed'),
(577, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-04 05:33:39', NULL, '3', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(578, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-04 06:03:06', NULL, '1', '0000-00-00 00:00:00', '122.171.9.103', 'Success'),
(579, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-04 06:20:28', NULL, '4', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(580, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-04 16:00:57', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(581, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-05 03:12:49', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(582, 'NULL', '', '', '2011-08-05 03:12:49', NULL, 'NULL', '2011-08-05 03:12:49', '0', 'failed'),
(583, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-05 04:06:25', NULL, '1', '0000-00-00 00:00:00', '122.172.101.60', 'Success'),
(584, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-05 04:29:41', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(585, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-05 17:34:54', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(586, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-06 00:06:57', NULL, '3', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(587, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-06 01:31:39', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(588, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-06 01:32:19', NULL, '1', '0000-00-00 00:00:00', '122.171.9.165', 'Success'),
(589, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-06 01:49:15', NULL, '3', '0000-00-00 00:00:00', '178.152.38.158', 'Success'),
(590, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-06 03:45:02', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(591, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-06 03:59:44', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(592, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-06 03:59:58', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(593, '23', 'emp101', 'rib12345', '2011-08-06 05:45:08', NULL, '4', '2011-08-06 05:45:08', '80.76.160.18', 'failed'),
(594, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-06 05:45:34', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(595, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-06 08:00:43', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(596, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-07 00:00:04', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(597, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-07 06:15:41', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(598, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 00:03:57', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(599, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 01:47:09', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(600, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 01:57:37', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(601, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 02:27:51', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(602, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 02:51:21', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(603, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 02:59:57', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(604, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 03:35:40', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(605, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 06:10:04', NULL, '4', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(606, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 06:58:11', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(607, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 06:58:22', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(608, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 07:10:01', NULL, '3', '0000-00-00 00:00:00', '178.152.41.22', 'Success'),
(609, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-08 08:43:00', NULL, '3', '0000-00-00 00:00:00', '178.152.46.244', 'Success'),
(610, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 08:52:10', NULL, '4', '0000-00-00 00:00:00', '178.152.46.244', 'Success'),
(611, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 09:24:29', NULL, '4', '0000-00-00 00:00:00', '178.152.46.244', 'Success'),
(612, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-08 15:31:20', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(613, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-09 00:42:51', NULL, '3', '0000-00-00 00:00:00', '178.152.46.244', 'Success'),
(614, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-09 01:28:31', NULL, '3', '0000-00-00 00:00:00', '178.152.46.244', 'Success'),
(615, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-09 01:50:48', NULL, '3', '0000-00-00 00:00:00', '178.152.46.244', 'Success'),
(616, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-09 02:57:43', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(617, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-09 03:03:01', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(618, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-09 03:10:27', NULL, '1', '0000-00-00 00:00:00', '122.171.8.248', 'Success'),
(619, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-09 04:16:17', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(620, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-09 08:56:08', NULL, '4', '0000-00-00 00:00:00', '78.101.45.162', 'Success'),
(621, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-10 01:49:14', NULL, '3', '0000-00-00 00:00:00', '178.152.61.91', 'Success'),
(622, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-10 04:50:45', NULL, '3', '0000-00-00 00:00:00', '178.152.53.38', 'Success'),
(623, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-10 06:43:23', NULL, '4', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(624, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-10 07:01:56', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(625, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-10 08:44:44', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(626, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-10 09:12:30', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(627, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-10 09:30:45', NULL, '4', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(628, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-10 13:58:48', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(629, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-10 23:17:04', NULL, '1', '0000-00-00 00:00:00', '122.172.130.171', 'Success'),
(630, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-10 23:55:22', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(631, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-11 01:06:39', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(632, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-11 01:42:17', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(633, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-11 02:00:01', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(634, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-11 02:02:39', NULL, '1', '0000-00-00 00:00:00', '122.172.130.171', 'Success'),
(635, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-11 02:12:04', NULL, '1', '0000-00-00 00:00:00', '122.172.130.171', 'Success'),
(636, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-11 02:53:07', NULL, '3', '0000-00-00 00:00:00', '178.152.38.194', 'Success'),
(637, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-11 06:00:12', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(638, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-11 06:18:14', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(639, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-12 06:28:10', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(640, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-12 18:01:40', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(641, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-12 22:35:02', NULL, '1', '0000-00-00 00:00:00', '122.172.113.186', 'Success'),
(642, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-13 00:00:53', NULL, '3', '0000-00-00 00:00:00', '178.152.58.205', 'Success'),
(643, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-13 00:01:03', NULL, '3', '0000-00-00 00:00:00', '178.152.58.205', 'Success'),
(644, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-13 00:35:56', NULL, '3', '0000-00-00 00:00:00', '178.152.58.205', 'Success'),
(645, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-13 03:03:38', NULL, '3', '0000-00-00 00:00:00', '178.152.58.205', 'Success'),
(646, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-13 04:02:45', NULL, '4', '0000-00-00 00:00:00', '178.152.186.239', 'Success'),
(647, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-14 01:07:08', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(648, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-14 01:22:23', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(649, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-14 02:13:12', NULL, '3', '0000-00-00 00:00:00', '178.152.62.176', 'Success'),
(650, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-14 03:36:19', NULL, '4', '0000-00-00 00:00:00', '178.152.62.176', 'Success'),
(651, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-14 05:20:09', NULL, '3', '0000-00-00 00:00:00', '178.152.62.176', 'Success'),
(652, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-15 00:27:31', NULL, '3', '0000-00-00 00:00:00', '178.152.44.171', 'Success'),
(653, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-15 04:23:41', NULL, '3', '0000-00-00 00:00:00', '178.152.44.171', 'Success'),
(654, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-15 04:26:12', NULL, '4', '0000-00-00 00:00:00', '89.211.148.75', 'Success'),
(655, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-15 04:28:58', NULL, '1', '0000-00-00 00:00:00', '122.172.123.179', 'Success'),
(656, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-16 00:30:40', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(657, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-16 05:34:11', NULL, '4', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(658, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-16 05:58:18', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(659, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-16 07:18:25', NULL, '1', '0000-00-00 00:00:00', '122.172.126.59', 'Success'),
(660, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 00:16:29', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(661, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 00:17:13', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(662, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 04:29:14', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(663, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-17 04:36:56', NULL, '4', '0000-00-00 00:00:00', '178.152.190.52', 'Success'),
(664, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-17 04:37:15', NULL, '4', '0000-00-00 00:00:00', '178.152.190.52', 'Success'),
(665, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-17 04:38:01', NULL, '4', '0000-00-00 00:00:00', '178.152.190.52', 'Success'),
(666, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 04:43:10', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(667, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 04:43:55', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(668, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 05:36:52', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(669, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 05:38:00', NULL, '3', '0000-00-00 00:00:00', '178.152.37.151', 'Success'),
(670, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-17 05:58:30', NULL, '1', '0000-00-00 00:00:00', '122.172.129.42', 'Success'),
(671, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-08-17 06:44:05', NULL, '5', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(672, 'NULL', '0', '0', '2011-08-17 07:10:02', NULL, 'NULL', '2011-08-17 07:10:02', '178.152.44.95', 'failed'),
(673, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 07:13:43', NULL, '3', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(674, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 07:15:17', NULL, '3', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(675, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-17 07:17:49', NULL, '4', '0000-00-00 00:00:00', '78.100.102.121', 'Success'),
(676, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 08:11:19', NULL, '3', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(677, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-17 08:17:10', NULL, '3', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(678, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-17 09:02:53', NULL, '4', '0000-00-00 00:00:00', '78.100.102.121', 'Success'),
(679, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-17 09:14:24', NULL, '4', '0000-00-00 00:00:00', '78.100.102.121', 'Success'),
(680, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-18 00:48:37', NULL, '3', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(681, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-18 01:22:31', NULL, '1', '0000-00-00 00:00:00', '122.172.129.237', 'Success'),
(682, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-18 02:13:13', NULL, '3', '0000-00-00 00:00:00', '178.152.44.95', 'Success'),
(683, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-20 00:33:11', NULL, '3', '0000-00-00 00:00:00', '178.152.35.100', 'Success'),
(684, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-21 01:13:46', NULL, '3', '0000-00-00 00:00:00', '178.152.35.100', 'Success'),
(685, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-21 01:28:01', NULL, '3', '0000-00-00 00:00:00', '178.152.35.100', 'Success'),
(686, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-21 01:36:15', NULL, '3', '0000-00-00 00:00:00', '178.152.43.88', 'Success'),
(687, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-21 03:24:01', NULL, '3', '0000-00-00 00:00:00', '178.152.43.88', 'Success'),
(688, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-21 03:24:03', NULL, '3', '0000-00-00 00:00:00', '178.152.43.88', 'Success'),
(689, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-22 01:46:04', NULL, '3', '0000-00-00 00:00:00', '178.152.43.88', 'Success'),
(690, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-22 06:13:23', NULL, '1', '0000-00-00 00:00:00', '122.172.91.24', 'Success'),
(691, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-22 13:08:18', NULL, '4', '0000-00-00 00:00:00', '59.90.101.174', 'Success'),
(692, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-22 13:12:51', NULL, '4', '0000-00-00 00:00:00', '59.90.101.174', 'Success'),
(693, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-23 00:53:44', NULL, '3', '0000-00-00 00:00:00', '178.152.43.88', 'Success'),
(694, '21', 'emp104', 'Jaigurudev', '2011-08-24 00:55:22', NULL, '3', '2011-08-24 00:55:22', '178.152.38.128', 'failed'),
(695, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-24 00:55:31', NULL, '3', '0000-00-00 00:00:00', '178.152.38.128', 'Success'),
(696, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-24 02:34:28', NULL, '3', '0000-00-00 00:00:00', '178.152.38.128', 'Success'),
(697, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-24 04:09:24', NULL, '3', '0000-00-00 00:00:00', '178.152.38.128', 'Success'),
(698, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-24 09:44:54', NULL, '1', '0000-00-00 00:00:00', '122.172.118.59', 'Success'),
(699, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-25 00:57:58', NULL, '4', '0000-00-00 00:00:00', '59.93.39.6', 'Success'),
(700, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-25 01:01:25', NULL, '3', '0000-00-00 00:00:00', '178.152.42.72', 'Success'),
(701, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-25 05:47:22', NULL, '3', '0000-00-00 00:00:00', '178.152.42.72', 'Success'),
(702, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-25 05:55:19', NULL, '3', '0000-00-00 00:00:00', '178.152.42.72', 'Success'),
(703, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-25 07:33:51', NULL, '4', '0000-00-00 00:00:00', '59.93.39.6', 'Success'),
(704, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-26 01:05:18', NULL, '1', '0000-00-00 00:00:00', '122.172.122.28', 'Success'),
(705, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-26 04:44:23', NULL, '2', '0000-00-00 00:00:00', '78.101.13.161', 'Success'),
(706, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-26 07:13:52', NULL, '1', '0000-00-00 00:00:00', '122.172.122.28', 'Success'),
(707, '23', 'emp101', 'rib12345', '2011-08-26 13:41:16', NULL, '4', '2011-08-26 13:41:16', '59.93.33.225', 'failed'),
(708, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-26 13:41:40', NULL, '4', '0000-00-00 00:00:00', '59.93.33.225', 'Success'),
(709, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-26 23:16:34', NULL, '1', '0000-00-00 00:00:00', '122.172.118.77', 'Success'),
(710, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-26 23:36:53', NULL, '1', '0000-00-00 00:00:00', '122.172.118.77', 'Success'),
(711, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-27 01:27:13', NULL, '3', '0000-00-00 00:00:00', '178.152.42.72', 'Success');
INSERT INTO `login_details` (`id`, `profile`, `username`, `password`, `login_time`, `faillog_count`, `userid`, `failing_time`, `ip_address`, `status`) VALUES
(712, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-28 01:23:31', NULL, '3', '0000-00-00 00:00:00', '178.152.36.28', 'Success'),
(713, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-28 01:47:56', NULL, '3', '0000-00-00 00:00:00', '178.152.36.28', 'Success'),
(714, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-28 02:11:10', NULL, '3', '0000-00-00 00:00:00', '178.152.44.216', 'Success'),
(715, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-28 05:18:38', NULL, '3', '0000-00-00 00:00:00', '178.152.43.36', 'Success'),
(716, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-28 06:11:46', NULL, '3', '0000-00-00 00:00:00', '178.152.43.36', 'Success'),
(717, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-28 09:14:18', NULL, '3', '0000-00-00 00:00:00', '178.152.43.36', 'Success'),
(718, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-28 23:05:50', NULL, '4', '0000-00-00 00:00:00', '93.186.31.80', 'Success'),
(719, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-29 01:59:34', NULL, '3', '0000-00-00 00:00:00', '178.152.43.36', 'Success'),
(720, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-29 02:51:20', NULL, '3', '0000-00-00 00:00:00', '178.152.43.36', 'Success'),
(721, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-08-29 07:17:15', NULL, '3', '0000-00-00 00:00:00', '178.152.44.52', 'Success'),
(722, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-08-29 07:38:11', NULL, '5', '0000-00-00 00:00:00', '178.152.99.3', 'Success'),
(723, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-29 20:50:27', NULL, '2', '0000-00-00 00:00:00', '178.152.100.236', 'Success'),
(724, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-08-29 20:50:30', NULL, '2', '0000-00-00 00:00:00', '178.152.100.236', 'Success'),
(725, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-29 23:14:19', NULL, '4', '0000-00-00 00:00:00', '59.93.42.24', 'Success'),
(726, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-30 03:21:19', NULL, '4', '0000-00-00 00:00:00', '59.93.42.24', 'Success'),
(727, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-30 06:37:09', NULL, '1', '0000-00-00 00:00:00', '122.172.125.200', 'Success'),
(728, '23', 'emp101', 'swapnajerry\\\\', '2011-08-30 06:40:32', NULL, '4', '2011-08-30 06:40:32', '59.93.32.76', 'failed'),
(729, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-08-30 06:40:44', NULL, '4', '0000-00-00 00:00:00', '59.93.32.76', 'Success'),
(730, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-08-30 06:45:35', NULL, '1', '0000-00-00 00:00:00', '122.172.125.200', 'Success'),
(731, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-02 08:52:44', NULL, '4', '0000-00-00 00:00:00', '59.93.8.41', 'Success'),
(732, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-03 00:37:52', NULL, '3', '0000-00-00 00:00:00', '178.152.37.42', 'Success'),
(733, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-03 04:28:25', NULL, '1', '0000-00-00 00:00:00', '122.166.152.192', 'Success'),
(734, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-03 06:08:29', NULL, '3', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(735, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-03 08:18:09', NULL, '4', '0000-00-00 00:00:00', '59.93.6.170', 'Success'),
(736, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-04 00:44:38', NULL, '3', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(737, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-09-04 01:52:21', NULL, '5', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(738, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-04 07:17:44', NULL, '4', '0000-00-00 00:00:00', '59.93.34.83', 'Success'),
(739, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-04 09:07:38', NULL, '2', '0000-00-00 00:00:00', '178.152.99.142', 'Success'),
(740, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-05 01:25:20', NULL, '1', '0000-00-00 00:00:00', '122.166.154.211', 'Success'),
(741, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-05 01:48:48', NULL, '4', '0000-00-00 00:00:00', '93.186.31.80', 'Success'),
(742, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-05 01:52:09', NULL, '3', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(743, '23', 'emp101', 'rib12345', '2011-09-05 02:03:24', NULL, '4', '2011-09-05 02:03:24', '93.186.23.80', 'failed'),
(744, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-05 04:47:54', NULL, '4', '0000-00-00 00:00:00', '59.93.15.169', 'Success'),
(745, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-05 05:09:56', NULL, '4', '0000-00-00 00:00:00', '59.93.15.169', 'Success'),
(746, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-05 06:19:34', NULL, '2', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(747, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-05 07:23:14', NULL, '3', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(748, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-05 07:23:23', NULL, '3', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(749, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-05 07:30:32', NULL, '4', '0000-00-00 00:00:00', '59.93.4.158', 'Success'),
(750, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-05 07:37:59', NULL, '4', '0000-00-00 00:00:00', '59.93.4.158', 'Success'),
(751, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-05 07:45:32', NULL, '1', '0000-00-00 00:00:00', '122.166.154.211', 'Success'),
(752, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-05 07:51:56', NULL, '3', '0000-00-00 00:00:00', '178.152.59.165', 'Success'),
(753, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-05 11:54:16', NULL, '4', '0000-00-00 00:00:00', '59.93.4.158', 'Success'),
(754, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-06 01:03:17', NULL, '3', '0000-00-00 00:00:00', '178.152.42.63', 'Success'),
(755, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-06 02:26:37', NULL, '3', '0000-00-00 00:00:00', '178.152.42.63', 'Success'),
(756, '23', 'emp101', 'jerryrehaan', '2011-09-06 03:26:10', NULL, '4', '2011-09-06 03:26:10', '59.93.4.158', 'failed'),
(757, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-06 03:26:25', NULL, '4', '0000-00-00 00:00:00', '59.93.4.158', 'Success'),
(758, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-06 05:18:17', NULL, '3', '0000-00-00 00:00:00', '178.152.42.63', 'Success'),
(759, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-06 09:07:27', NULL, '2', '0000-00-00 00:00:00', '178.152.42.63', 'Success'),
(760, '23', 'emp101', 'SWAPNAJERRY', '2011-09-06 09:41:26', NULL, '4', '2011-09-06 09:41:26', '59.93.2.77', 'failed'),
(761, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-06 09:41:42', NULL, '4', '0000-00-00 00:00:00', '59.93.2.77', 'Success'),
(762, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-06 09:45:06', NULL, '3', '0000-00-00 00:00:00', '178.152.42.63', 'Success'),
(763, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-07 01:05:36', NULL, '3', '0000-00-00 00:00:00', '178.152.42.63', 'Success'),
(764, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-07 01:37:08', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(765, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-07 02:13:27', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(766, '21', 'emp104', 'jaigurude', '2011-09-07 02:16:32', NULL, '3', '2011-09-07 02:16:32', '178.152.36.235', 'failed'),
(767, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-07 03:30:03', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(768, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-07 04:58:31', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(769, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-07 04:58:36', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(770, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-07 07:28:37', NULL, '4', '0000-00-00 00:00:00', '59.93.9.226', 'Success'),
(771, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-07 23:57:39', NULL, '4', '0000-00-00 00:00:00', '59.93.4.120', 'Success'),
(772, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-08 00:40:31', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(773, '23', 'emp101', 'SWAPNAJERRY', '2011-09-08 02:50:06', NULL, '4', '2011-09-08 02:50:06', '59.93.4.120', 'failed'),
(774, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-08 02:50:22', NULL, '4', '0000-00-00 00:00:00', '59.93.4.120', 'Success'),
(775, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-08 02:50:50', NULL, '4', '0000-00-00 00:00:00', '59.93.4.120', 'Success'),
(776, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-08 03:22:38', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(777, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-08 04:32:59', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(778, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-08 04:33:13', NULL, '4', '0000-00-00 00:00:00', '59.93.4.120', 'Success'),
(779, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-08 05:45:29', NULL, '4', '0000-00-00 00:00:00', '59.93.4.120', 'Success'),
(780, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-08 05:51:51', NULL, '3', '0000-00-00 00:00:00', '178.152.36.235', 'Success'),
(781, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-08 06:20:22', NULL, '1', '0000-00-00 00:00:00', '122.172.112.228', 'Success'),
(782, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-08 06:54:14', NULL, '3', '0000-00-00 00:00:00', '178.152.32.225', 'Success'),
(783, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-08 06:54:25', NULL, '3', '0000-00-00 00:00:00', '178.152.32.225', 'Success'),
(784, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-09 07:12:39', NULL, '1', '0000-00-00 00:00:00', '122.172.120.72', 'Success'),
(785, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-09 08:07:30', NULL, '4', '0000-00-00 00:00:00', '93.186.23.80', 'Success'),
(786, '23', 'EMP101', '', '2011-09-09 08:42:21', NULL, '4', '2011-09-09 08:42:21', '59.93.6.10', 'failed'),
(787, '23', 'EMP101', 'SWAPNAJERRY', '2011-09-09 08:42:26', NULL, '4', '2011-09-09 08:42:26', '59.93.6.10', 'failed'),
(788, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-09 08:42:45', NULL, '4', '0000-00-00 00:00:00', '59.93.6.10', 'Success'),
(789, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-09 12:38:34', NULL, '4', '0000-00-00 00:00:00', '59.93.0.183', 'Success'),
(790, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-10 02:44:12', NULL, '4', '0000-00-00 00:00:00', '59.93.0.183', 'Success'),
(791, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-10 03:10:04', NULL, '3', '0000-00-00 00:00:00', '178.152.52.14', 'Success'),
(792, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-10 04:51:31', NULL, '1', '0000-00-00 00:00:00', '122.172.122.198', 'Success'),
(793, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-10 04:51:32', NULL, '1', '0000-00-00 00:00:00', '122.172.122.198', 'Success'),
(794, '23', 'emp101', 'rib12345', '2011-09-10 07:18:43', NULL, '4', '2011-09-10 07:18:43', '93.186.23.80', 'failed'),
(795, '23', 'emp101', 'rib12345', '2011-09-10 07:19:32', NULL, '4', '2011-09-10 07:19:32', '93.186.23.81', 'failed'),
(796, '23', 'emp101', 'rib12345', '2011-09-10 07:20:44', NULL, '4', '2011-09-10 07:20:44', '93.186.23.80', 'failed'),
(797, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-10 09:37:53', NULL, '4', '0000-00-00 00:00:00', '59.93.33.80', 'Success'),
(798, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-10 15:12:36', NULL, '4', '0000-00-00 00:00:00', '93.186.23.80', 'Success'),
(799, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-10 23:46:19', NULL, '4', '0000-00-00 00:00:00', '59.93.34.7', 'Success'),
(800, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-11 01:33:29', NULL, '4', '0000-00-00 00:00:00', '59.93.34.7', 'Success'),
(801, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-11 02:29:59', NULL, '3', '0000-00-00 00:00:00', '178.152.52.14', 'Success'),
(802, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-11 03:02:04', NULL, '3', '0000-00-00 00:00:00', '178.152.52.14', 'Success'),
(803, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-11 03:53:07', NULL, '4', '0000-00-00 00:00:00', '59.93.35.224', 'Success'),
(804, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-11 04:22:51', NULL, '4', '0000-00-00 00:00:00', '59.93.35.224', 'Success'),
(805, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-11 04:27:06', NULL, '2', '0000-00-00 00:00:00', '178.152.52.14', 'Success'),
(806, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-11 05:09:16', NULL, '4', '0000-00-00 00:00:00', '59.93.35.224', 'Success'),
(807, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-11 06:15:54', NULL, '4', '0000-00-00 00:00:00', '59.93.35.224', 'Success'),
(808, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-11 07:04:40', NULL, '3', '0000-00-00 00:00:00', '178.152.52.14', 'Success'),
(809, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-11 08:26:03', NULL, '4', '0000-00-00 00:00:00', '59.93.35.224', 'Success'),
(810, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-11 09:13:10', NULL, '3', '0000-00-00 00:00:00', '178.152.34.221', 'Success'),
(811, '21', 'emp104', 'jaigrudev', '2011-09-12 00:07:18', NULL, '3', '2011-09-12 00:07:18', '178.152.34.221', 'failed'),
(812, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-12 00:07:27', NULL, '3', '0000-00-00 00:00:00', '178.152.34.221', 'Success'),
(813, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-12 00:31:16', NULL, '1', '0000-00-00 00:00:00', '122.172.118.3', 'Success'),
(814, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-12 08:34:47', NULL, '4', '0000-00-00 00:00:00', '59.93.7.1', 'Success'),
(815, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-12 08:58:31', NULL, '3', '0000-00-00 00:00:00', '178.152.34.221', 'Success'),
(816, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-12 09:00:45', NULL, '4', '0000-00-00 00:00:00', '59.93.7.1', 'Success'),
(817, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-12 14:47:53', NULL, '2', '0000-00-00 00:00:00', '178.152.111.50', 'Success'),
(818, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-13 02:02:08', NULL, '3', '0000-00-00 00:00:00', '178.152.34.221', 'Success'),
(819, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-13 04:57:26', NULL, '4', '0000-00-00 00:00:00', '59.93.16.44', 'Success'),
(820, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-13 05:04:13', NULL, '3', '0000-00-00 00:00:00', '178.152.34.221', 'Success'),
(821, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-13 06:27:45', NULL, '1', '0000-00-00 00:00:00', '122.166.168.179', 'Success'),
(822, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-13 09:06:31', NULL, '3', '0000-00-00 00:00:00', '178.152.44.30', 'Success'),
(823, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-14 01:11:04', NULL, '3', '0000-00-00 00:00:00', '178.152.44.30', 'Success'),
(824, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-15 02:21:14', NULL, '3', '0000-00-00 00:00:00', '178.152.38.133', 'Success'),
(825, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-17 00:12:54', NULL, '1', '0000-00-00 00:00:00', '122.166.153.149', 'Success'),
(826, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-17 00:26:49', NULL, '1', '0000-00-00 00:00:00', '122.166.153.149', 'Success'),
(827, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-17 00:50:14', NULL, '3', '0000-00-00 00:00:00', '178.152.38.133', 'Success'),
(828, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-17 03:42:55', NULL, '4', '0000-00-00 00:00:00', '78.100.187.135', 'Success'),
(829, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-17 08:49:13', NULL, '3', '0000-00-00 00:00:00', '178.152.37.174', 'Success'),
(830, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-18 02:00:53', NULL, '3', '0000-00-00 00:00:00', '178.152.45.50', 'Success'),
(831, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-18 04:11:21', NULL, '4', '0000-00-00 00:00:00', '178.152.42.97', 'Success'),
(832, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-18 04:19:01', NULL, '4', '0000-00-00 00:00:00', '178.152.42.97', 'Success'),
(833, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-18 05:33:39', NULL, '4', '0000-00-00 00:00:00', '178.152.33.215', 'Success'),
(834, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-18 07:16:19', NULL, '3', '0000-00-00 00:00:00', '178.152.43.214', 'Success'),
(835, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-18 07:28:25', NULL, '4', '0000-00-00 00:00:00', '78.101.53.177', 'Success'),
(836, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-19 01:05:45', NULL, '3', '0000-00-00 00:00:00', '178.152.41.167', 'Success'),
(837, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-19 02:56:58', NULL, '4', '0000-00-00 00:00:00', '178.152.38.37', 'Success'),
(838, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-19 04:34:36', NULL, '3', '0000-00-00 00:00:00', '178.152.36.201', 'Success'),
(839, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-19 05:46:56', NULL, '1', '0000-00-00 00:00:00', '111.92.112.180', 'Success'),
(840, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-19 05:54:42', NULL, '1', '0000-00-00 00:00:00', '111.92.112.180', 'Success'),
(841, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-19 08:30:54', NULL, '3', '0000-00-00 00:00:00', '178.152.33.43', 'Success'),
(842, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-19 08:41:56', NULL, '3', '0000-00-00 00:00:00', '178.152.33.43', 'Success'),
(843, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-20 00:49:40', NULL, '4', '0000-00-00 00:00:00', '89.211.213.32', 'Success'),
(844, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-20 00:53:53', NULL, '4', '0000-00-00 00:00:00', '89.211.213.32', 'Success'),
(845, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-20 02:08:11', NULL, '4', '0000-00-00 00:00:00', '89.211.213.32', 'Success'),
(846, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-20 04:19:25', NULL, '3', '0000-00-00 00:00:00', '178.152.45.37', 'Success'),
(847, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-20 04:48:31', NULL, '4', '0000-00-00 00:00:00', '178.152.45.37', 'Success'),
(848, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-20 08:01:25', NULL, '4', '0000-00-00 00:00:00', '178.152.45.37', 'Success'),
(849, '21', 'emp104', 'jaigurudevshiju', '2011-09-21 01:40:52', NULL, '3', '2011-09-21 01:40:52', '178.152.33.79', 'failed'),
(850, '21', 'emp104', 'jaigurudevshiju', '2011-09-21 01:40:53', NULL, '3', '2011-09-21 01:40:53', '178.152.33.79', 'failed'),
(851, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-21 01:41:00', NULL, '3', '0000-00-00 00:00:00', '178.152.33.79', 'Success'),
(852, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-21 01:47:19', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(853, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-21 07:31:39', NULL, '3', '0000-00-00 00:00:00', '178.152.33.79', 'Success'),
(854, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-22 00:43:01', NULL, '1', '0000-00-00 00:00:00', '122.166.152.196', 'Success'),
(855, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-22 02:31:02', NULL, '1', '0000-00-00 00:00:00', '122.166.152.196', 'Success'),
(856, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-22 02:36:38', NULL, '3', '0000-00-00 00:00:00', '178.152.33.79', 'Success'),
(857, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-22 02:41:48', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(858, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-22 03:18:23', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(859, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-22 05:23:19', NULL, '1', '0000-00-00 00:00:00', '122.166.152.196', 'Success'),
(860, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-23 17:14:53', NULL, '2', '0000-00-00 00:00:00', '78.101.8.226', 'Success'),
(861, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-23 17:29:05', NULL, '2', '0000-00-00 00:00:00', '78.101.8.226', 'Success'),
(862, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-24 01:14:56', NULL, '2', '0000-00-00 00:00:00', '78.101.8.226', 'Success'),
(863, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-24 02:07:50', NULL, '2', '0000-00-00 00:00:00', '78.101.8.226', 'Success'),
(864, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-24 05:35:03', NULL, '3', '0000-00-00 00:00:00', '178.152.34.216', 'Success'),
(865, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-24 06:45:25', NULL, '2', '0000-00-00 00:00:00', '78.101.8.226', 'Success'),
(866, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-24 09:20:48', NULL, '3', '0000-00-00 00:00:00', '178.152.34.216', 'Success'),
(867, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-24 09:30:52', NULL, '3', '0000-00-00 00:00:00', '178.152.34.216', 'Success'),
(868, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-24 09:35:38', NULL, '2', '0000-00-00 00:00:00', '78.101.8.226', 'Success'),
(869, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-25 01:50:22', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(870, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-25 02:56:59', NULL, '3', '0000-00-00 00:00:00', '178.152.34.216', 'Success'),
(871, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-25 04:18:30', NULL, '2', '0000-00-00 00:00:00', '78.101.42.194', 'Success'),
(872, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-25 09:23:50', NULL, '3', '0000-00-00 00:00:00', '178.152.34.216', 'Success'),
(873, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 00:08:38', NULL, '4', '0000-00-00 00:00:00', '80.76.160.18', 'Success'),
(874, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-26 00:39:37', NULL, '3', '0000-00-00 00:00:00', '178.152.34.211', 'Success'),
(875, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-26 03:13:35', NULL, '3', '0000-00-00 00:00:00', '178.152.34.211', 'Success'),
(876, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-09-26 03:40:53', NULL, '2', '0000-00-00 00:00:00', '178.152.34.211', 'Success'),
(877, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 05:36:41', NULL, '4', '0000-00-00 00:00:00', '78.100.22.10', 'Success'),
(878, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-26 06:02:58', NULL, '3', '0000-00-00 00:00:00', '178.152.39.67', 'Success'),
(879, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-26 07:41:11', NULL, '3', '0000-00-00 00:00:00', '178.152.39.67', 'Success'),
(880, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-26 07:41:39', NULL, '3', '0000-00-00 00:00:00', '178.152.39.67', 'Success'),
(881, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 07:59:51', NULL, '4', '0000-00-00 00:00:00', '78.100.22.10', 'Success'),
(882, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 08:14:44', NULL, '4', '0000-00-00 00:00:00', '78.100.22.10', 'Success'),
(883, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 08:15:29', NULL, '4', '0000-00-00 00:00:00', '78.100.22.10', 'Success'),
(884, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-26 08:25:20', NULL, '1', '0000-00-00 00:00:00', '122.166.145.177', 'Success'),
(885, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-26 08:28:53', NULL, '3', '0000-00-00 00:00:00', '178.152.39.67', 'Success'),
(886, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-26 09:07:00', NULL, '1', '0000-00-00 00:00:00', '122.166.145.177', 'Success'),
(887, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 09:48:23', NULL, '4', '0000-00-00 00:00:00', '178.152.11.165', 'Success'),
(888, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-26 23:42:16', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(889, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-27 00:14:48', NULL, '3', '0000-00-00 00:00:00', '178.152.45.75', 'Success'),
(890, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 03:48:05', NULL, '4', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(891, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 04:02:06', NULL, '4', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(892, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-27 05:27:58', NULL, '3', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(893, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-27 05:40:02', NULL, '3', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(894, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 05:50:23', NULL, '4', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(895, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 05:51:33', NULL, '4', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(896, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-09-27 06:08:02', NULL, '1', '0000-00-00 00:00:00', '122.166.171.173', 'Success'),
(897, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 06:08:09', NULL, '4', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(898, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 07:39:53', NULL, '4', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(899, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-27 09:29:56', NULL, '3', '0000-00-00 00:00:00', '178.152.40.76', 'Success'),
(900, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 12:48:19', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(901, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-09-27 13:53:09', NULL, '4', '0000-00-00 00:00:00', '78.101.183.122', 'Success'),
(902, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-28 01:51:56', NULL, '3', '0000-00-00 00:00:00', '178.152.47.76', 'Success'),
(903, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-28 03:52:40', NULL, '3', '0000-00-00 00:00:00', '178.152.47.76', 'Success'),
(904, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-09-29 02:15:32', NULL, '3', '0000-00-00 00:00:00', '178.152.40.129', 'Success'),
(905, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-01 00:48:28', NULL, '3', '0000-00-00 00:00:00', '178.152.38.196', 'Success'),
(906, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-01 06:18:41', NULL, '4', '0000-00-00 00:00:00', '59.93.33.143', 'Success'),
(907, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-01 06:43:55', NULL, '4', '0000-00-00 00:00:00', '59.93.33.143', 'Success'),
(908, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-01 09:29:24', NULL, '4', '0000-00-00 00:00:00', '59.93.9.132', 'Success'),
(909, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-02 02:21:54', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(910, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-02 23:58:59', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(911, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-03 00:10:25', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(912, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-03 00:33:42', NULL, '4', '0000-00-00 00:00:00', '59.93.34.92', 'Success'),
(913, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-03 00:42:24', NULL, '4', '0000-00-00 00:00:00', '59.93.34.92', 'Success'),
(914, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-03 06:52:00', NULL, '4', '0000-00-00 00:00:00', '59.93.13.27', 'Success'),
(915, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-04 01:30:03', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(916, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-04 02:27:03', NULL, '4', '0000-00-00 00:00:00', '59.93.13.27', 'Success'),
(917, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-04 03:22:19', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(918, 'NULL', 'Emp 104', 'jaigurudev', '2011-10-04 07:09:29', NULL, 'NULL', '2011-10-04 07:09:29', '178.152.48.149', 'failed'),
(919, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-04 07:09:45', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(920, 'NULL', 'Emp 104', 'jaigurudev', '2011-10-04 09:26:57', NULL, 'NULL', '2011-10-04 09:26:57', '178.152.48.149', 'failed'),
(921, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-04 09:27:05', NULL, '3', '0000-00-00 00:00:00', '178.152.48.149', 'Success'),
(922, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-05 01:37:07', NULL, '3', '0000-00-00 00:00:00', '178.152.46.225', 'Success'),
(923, 'NULL', '', '', '2011-10-05 01:37:07', NULL, 'NULL', '2011-10-05 01:37:07', '0', 'failed'),
(924, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-05 08:37:30', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(925, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-06 01:25:29', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(926, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-06 01:25:40', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(927, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-06 03:05:05', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(928, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-06 03:05:58', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(929, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-10-06 03:07:59', NULL, '5', '0000-00-00 00:00:00', '178.152.176.92', 'Success'),
(930, 'NULL', 'Emp 104', 'jaigurudev', '2011-10-06 03:18:37', NULL, 'NULL', '2011-10-06 03:18:37', '178.152.38.123', 'failed'),
(931, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-06 03:18:53', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(932, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-06 05:19:08', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(933, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-07 02:04:18', NULL, '1', '0000-00-00 00:00:00', '122.166.165.43', 'Success'),
(934, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-07 04:11:02', NULL, '1', '0000-00-00 00:00:00', '122.172.204.249', 'Success'),
(935, 'NULL', 'Emp 104', 'jaigurudev', '2011-10-07 23:53:04', NULL, 'NULL', '2011-10-07 23:53:04', '178.152.38.123', 'failed'),
(936, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-07 23:53:13', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(937, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-08 02:11:13', NULL, '1', '0000-00-00 00:00:00', '122.166.153.79', 'Success'),
(938, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-08 04:05:17', NULL, '3', '0000-00-00 00:00:00', '178.152.38.123', 'Success'),
(939, '21', 'emp104', 'jaigrudev', '2011-10-08 05:49:25', NULL, '3', '2011-10-08 05:49:25', '178.152.45.5', 'failed'),
(940, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-08 05:49:50', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(941, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-08 09:03:38', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(942, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-09 00:53:59', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(943, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-09 02:17:05', NULL, '4', '0000-00-00 00:00:00', '89.211.239.151', 'Success'),
(944, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-09 03:04:02', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(945, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-09 03:49:35', NULL, '4', '0000-00-00 00:00:00', '89.211.239.151', 'Success'),
(946, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-09 05:27:45', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(947, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-09 05:27:59', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(948, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-09 06:36:48', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(949, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-10 00:26:19', NULL, '1', '0000-00-00 00:00:00', '122.172.205.229', 'Success'),
(950, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-10 00:38:39', NULL, '4', '0000-00-00 00:00:00', '78.101.243.95', 'Success'),
(951, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-10 00:46:50', NULL, '4', '0000-00-00 00:00:00', '78.101.243.95', 'Success'),
(952, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-10 01:20:10', NULL, '3', '0000-00-00 00:00:00', '178.152.45.5', 'Success'),
(953, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-10 06:18:43', NULL, '4', '0000-00-00 00:00:00', '78.101.243.95', 'Success'),
(954, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-10 08:03:25', NULL, '4', '0000-00-00 00:00:00', '78.101.243.95', 'Success'),
(955, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-10 08:55:27', NULL, '1', '0000-00-00 00:00:00', '122.172.205.229', 'Success'),
(956, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-10-11 00:00:35', NULL, '2', '0000-00-00 00:00:00', '178.152.107.88', 'Success'),
(957, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-11 00:33:43', NULL, '4', '0000-00-00 00:00:00', '78.101.226.155', 'Success'),
(958, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-11 01:26:31', NULL, '3', '0000-00-00 00:00:00', '178.152.43.70', 'Success'),
(959, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-11 01:54:18', NULL, '4', '0000-00-00 00:00:00', '78.101.226.155', 'Success'),
(960, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-11 02:09:25', NULL, '4', '0000-00-00 00:00:00', '78.101.226.155', 'Success'),
(961, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-10-11 02:38:50', NULL, '2', '0000-00-00 00:00:00', '178.152.43.70', 'Success'),
(962, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-11 02:44:40', NULL, '3', '0000-00-00 00:00:00', '178.152.43.70', 'Success'),
(963, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-11 02:53:32', NULL, '3', '0000-00-00 00:00:00', '178.152.43.70', 'Success'),
(964, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-11 04:54:52', NULL, '1', '0000-00-00 00:00:00', '122.166.150.29', 'Success'),
(965, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-11 06:39:42', NULL, '3', '0000-00-00 00:00:00', '178.152.43.70', 'Success'),
(966, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-10-11 12:51:29', NULL, '5', '0000-00-00 00:00:00', '78.101.60.14', 'Success'),
(967, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-12 00:24:30', NULL, '3', '0000-00-00 00:00:00', '178.152.58.228', 'Success'),
(968, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-12 01:31:17', NULL, '4', '0000-00-00 00:00:00', '78.101.226.155', 'Success'),
(969, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-10-12 01:39:57', NULL, '2', '0000-00-00 00:00:00', '78.100.253.41', 'Success'),
(970, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-12 01:59:59', NULL, '3', '0000-00-00 00:00:00', '178.152.58.228', 'Success'),
(971, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-12 02:59:24', NULL, '1', '0000-00-00 00:00:00', '122.166.151.123', 'Success'),
(972, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-12 04:39:34', NULL, '3', '0000-00-00 00:00:00', '178.152.58.228', 'Success'),
(973, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-12 05:19:32', NULL, '4', '0000-00-00 00:00:00', '78.101.226.155', 'Success'),
(974, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-12 05:19:45', NULL, '1', '0000-00-00 00:00:00', '122.166.151.123', 'Success'),
(975, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-12 05:52:23', NULL, '4', '0000-00-00 00:00:00', '78.101.226.155', 'Success'),
(976, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-12 05:57:00', NULL, '3', '0000-00-00 00:00:00', '178.152.58.228', 'Success'),
(977, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-12 07:15:33', NULL, '3', '0000-00-00 00:00:00', '178.152.58.228', 'Success'),
(978, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-12 07:17:33', NULL, '3', '0000-00-00 00:00:00', '178.152.58.228', 'Success'),
(979, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-12 07:59:12', NULL, '1', '0000-00-00 00:00:00', '122.166.151.123', 'Success'),
(980, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-13 00:33:19', NULL, '1', '0000-00-00 00:00:00', '122.166.155.130', 'Success'),
(981, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-13 00:48:21', NULL, '3', '0000-00-00 00:00:00', '178.152.38.108', 'Success'),
(982, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-13 04:54:18', NULL, '3', '0000-00-00 00:00:00', '178.152.38.108', 'Success'),
(983, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-10-13 06:25:31', NULL, '2', '0000-00-00 00:00:00', '78.100.252.128', 'Success'),
(984, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-13 22:57:09', NULL, '1', '0000-00-00 00:00:00', '122.166.146.144', 'Success'),
(985, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-14 00:31:18', NULL, '4', '0000-00-00 00:00:00', '89.211.198.187', 'Success'),
(986, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-14 13:21:09', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(987, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-14 14:21:47', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(988, '21', 'emp104', 'jaiguruev', '2011-10-15 00:55:15', NULL, '3', '2011-10-15 00:55:15', '178.152.39.4', 'failed'),
(989, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 00:55:22', NULL, '3', '0000-00-00 00:00:00', '178.152.39.4', 'Success'),
(990, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 01:29:13', NULL, '3', '0000-00-00 00:00:00', '178.152.39.4', 'Success'),
(991, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 02:28:40', NULL, '3', '0000-00-00 00:00:00', '178.152.39.4', 'Success'),
(992, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 03:03:44', NULL, '3', '0000-00-00 00:00:00', '178.152.32.41', 'Success'),
(993, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 03:04:22', NULL, '3', '0000-00-00 00:00:00', '178.152.32.41', 'Success'),
(994, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 03:04:34', NULL, '3', '0000-00-00 00:00:00', '178.152.32.41', 'Success'),
(995, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-15 04:06:53', NULL, '1', '0000-00-00 00:00:00', '122.166.155.166', 'Success'),
(996, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-15 04:07:40', NULL, '1', '0000-00-00 00:00:00', '122.166.155.166', 'Success'),
(997, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-15 05:47:15', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(998, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-15 06:52:36', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(999, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 07:16:37', NULL, '3', '0000-00-00 00:00:00', '178.152.40.127', 'Success'),
(1000, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-15 07:31:19', NULL, '3', '0000-00-00 00:00:00', '178.152.40.127', 'Success'),
(1001, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-16 00:50:48', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(1002, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-16 01:09:09', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(1003, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-16 02:36:43', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(1004, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-16 04:31:38', NULL, '3', '0000-00-00 00:00:00', '178.152.40.127', 'Success'),
(1005, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-16 05:08:35', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(1006, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-16 05:14:02', NULL, '3', '0000-00-00 00:00:00', '178.152.40.127', 'Success'),
(1007, '21', 'emp104', 'jaigurude', '2011-10-16 05:18:47', NULL, '3', '2011-10-16 05:18:47', '89.211.203.179', 'failed'),
(1008, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-16 05:19:10', NULL, '3', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(1009, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-16 05:27:32', NULL, '4', '0000-00-00 00:00:00', '89.211.203.179', 'Success'),
(1010, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-16 05:36:23', NULL, '3', '0000-00-00 00:00:00', '178.152.46.19', 'Success'),
(1011, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-16 05:46:32', NULL, '3', '0000-00-00 00:00:00', '178.152.46.19', 'Success'),
(1012, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-17 00:46:01', NULL, '3', '0000-00-00 00:00:00', '178.152.46.19', 'Success'),
(1013, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-17 02:56:30', NULL, '3', '0000-00-00 00:00:00', '178.152.46.19', 'Success'),
(1014, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-17 03:03:47', NULL, '3', '0000-00-00 00:00:00', '178.152.46.19', 'Success'),
(1015, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-17 09:52:44', NULL, '3', '0000-00-00 00:00:00', '178.152.33.103', 'Success'),
(1016, '21', 'emp104', 'jaigurudev786', '2011-10-18 00:46:47', NULL, '3', '2011-10-18 00:46:47', '178.152.33.103', 'failed'),
(1017, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-18 00:47:08', NULL, '3', '0000-00-00 00:00:00', '178.152.33.103', 'Success'),
(1018, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-18 03:27:00', NULL, '3', '0000-00-00 00:00:00', '178.152.33.103', 'Success'),
(1019, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-18 04:54:37', NULL, '3', '0000-00-00 00:00:00', '178.152.33.103', 'Success'),
(1020, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-10-18 08:42:38', NULL, '2', '0000-00-00 00:00:00', '178.152.33.103', 'Success'),
(1021, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-19 01:31:05', NULL, '3', '0000-00-00 00:00:00', '178.152.62.30', 'Success'),
(1022, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-19 02:42:23', NULL, '3', '0000-00-00 00:00:00', '178.152.62.30', 'Success'),
(1023, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-19 04:17:17', NULL, '3', '0000-00-00 00:00:00', '178.152.62.30', 'Success'),
(1024, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-19 06:12:58', NULL, '4', '0000-00-00 00:00:00', '178.152.62.30', 'Success'),
(1025, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-19 06:58:22', NULL, '4', '0000-00-00 00:00:00', '178.152.38.51', 'Success'),
(1026, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-19 07:09:36', NULL, '3', '0000-00-00 00:00:00', '178.152.38.51', 'Success'),
(1027, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-20 00:34:09', NULL, '3', '0000-00-00 00:00:00', '178.152.38.51', 'Success'),
(1028, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-20 01:42:06', NULL, '4', '0000-00-00 00:00:00', '78.101.232.85', 'Success'),
(1029, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-20 06:28:23', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(1030, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-20 14:37:17', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(1031, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-20 15:34:41', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(1032, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-21 16:07:07', NULL, '4', '0000-00-00 00:00:00', '78.101.55.14', 'Success'),
(1033, '21', 'emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-22 00:45:11', NULL, '3', '0000-00-00 00:00:00', '178.152.38.51', 'Success'),
(1034, '21', 'Emp104', '2dff9e70c9516e5aa0e91480748b4167', '2011-10-22 01:09:22', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1035, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-22 01:11:06', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1036, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-22 01:12:10', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1037, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-22 03:02:14', NULL, '4', '0000-00-00 00:00:00', '78.101.248.1', 'Success'),
(1038, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-22 04:47:24', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1039, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-22 05:11:19', NULL, '4', '0000-00-00 00:00:00', '78.101.248.1', 'Success'),
(1040, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-23 00:21:00', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1041, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-23 02:25:49', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1042, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-23 03:48:09', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1043, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-23 04:02:29', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1044, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-23 04:59:40', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1045, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-23 23:05:39', NULL, '1', '0000-00-00 00:00:00', '122.166.154.191', 'Success'),
(1046, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-24 00:24:12', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1047, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-24 00:56:17', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1048, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-24 02:05:00', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1049, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-24 03:23:00', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1050, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-24 13:37:52', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1051, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-24 13:40:25', NULL, '4', '0000-00-00 00:00:00', '78.101.161.197', 'Success'),
(1052, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-25 00:22:54', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1053, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-25 00:31:49', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1054, '21', 'emp104', 'shiju76', '2011-10-25 04:23:06', NULL, '3', '2011-10-25 04:23:06', '178.152.42.22', 'failed'),
(1055, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-25 04:23:14', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1056, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-25 04:58:21', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1057, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-25 23:55:21', NULL, '4', '0000-00-00 00:00:00', '78.100.176.2', 'Success'),
(1058, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-25 23:55:49', NULL, '1', '0000-00-00 00:00:00', '122.166.148.182', 'Success'),
(1059, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-26 00:22:03', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1060, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-26 01:13:37', NULL, '1', '0000-00-00 00:00:00', '122.166.148.182', 'Success'),
(1061, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-26 05:24:11', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1062, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-26 06:24:15', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1063, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-26 23:59:21', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success');
INSERT INTO `login_details` (`id`, `profile`, `username`, `password`, `login_time`, `faillog_count`, `userid`, `failing_time`, `ip_address`, `status`) VALUES
(1064, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-27 00:44:58', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1065, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-27 01:00:21', NULL, '1', '0000-00-00 00:00:00', '122.166.153.64', 'Success'),
(1066, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-27 01:16:19', NULL, '4', '0000-00-00 00:00:00', '178.152.83.167', 'Success'),
(1067, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-27 02:03:23', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1068, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-27 03:55:18', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1069, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-10-27 04:56:25', NULL, '2', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1070, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-27 09:46:26', NULL, '4', '0000-00-00 00:00:00', '178.152.83.167', 'Success'),
(1071, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-27 23:15:40', NULL, '1', '0000-00-00 00:00:00', '122.166.144.168', 'Success'),
(1072, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-29 00:23:37', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1073, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-29 02:55:41', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1074, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-29 04:11:57', NULL, '4', '0000-00-00 00:00:00', '178.152.196.172', 'Success'),
(1075, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-29 04:19:11', NULL, '1', '0000-00-00 00:00:00', '122.166.150.62', 'Success'),
(1076, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-29 04:28:27', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1077, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-30 00:39:02', NULL, '3', '0000-00-00 00:00:00', '178.152.42.22', 'Success'),
(1078, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-30 04:35:32', NULL, '3', '0000-00-00 00:00:00', '178.152.41.57', 'Success'),
(1079, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-30 04:35:48', NULL, '3', '0000-00-00 00:00:00', '178.152.41.57', 'Success'),
(1080, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-30 05:54:41', NULL, '3', '0000-00-00 00:00:00', '178.152.41.57', 'Success'),
(1081, '21', 'Emp104', 'shiju7886', '2011-10-30 06:54:28', NULL, '3', '2011-10-30 06:54:28', '178.152.41.57', 'failed'),
(1082, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-30 06:54:37', NULL, '3', '0000-00-00 00:00:00', '178.152.41.57', 'Success'),
(1083, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-10-31 01:04:57', NULL, '1', '0000-00-00 00:00:00', '122.172.205.201', 'Success'),
(1084, '21', 'emp104', 'shju786', '2011-10-31 02:01:12', NULL, '3', '2011-10-31 02:01:12', '178.152.41.57', 'failed'),
(1085, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-31 02:01:22', NULL, '3', '0000-00-00 00:00:00', '178.152.41.57', 'Success'),
(1086, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-31 05:16:25', NULL, '3', '0000-00-00 00:00:00', '178.152.41.57', 'Success'),
(1087, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-31 06:10:31', NULL, '3', '0000-00-00 00:00:00', '178.152.33.71', 'Success'),
(1088, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-31 06:10:50', NULL, '3', '0000-00-00 00:00:00', '178.152.33.71', 'Success'),
(1089, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-10-31 06:34:48', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(1090, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-10-31 06:42:31', NULL, '3', '0000-00-00 00:00:00', '178.152.33.71', 'Success'),
(1091, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-01 00:53:39', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1092, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-01 01:01:58', NULL, '4', '0000-00-00 00:00:00', '78.101.188.132', 'Success'),
(1093, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-11-01 02:34:36', NULL, '2', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1094, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-01 06:28:41', NULL, '4', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1095, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-01 06:42:12', NULL, '4', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1096, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-01 06:44:03', NULL, '4', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1097, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-01 23:32:56', NULL, '4', '0000-00-00 00:00:00', '78.101.188.132', 'Success'),
(1098, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-02 00:26:07', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1099, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-02 00:45:40', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1100, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-02 02:21:22', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1101, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-02 03:52:42', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1102, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-02 05:49:16', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1103, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-02 06:01:51', NULL, '3', '0000-00-00 00:00:00', '178.152.40.227', 'Success'),
(1104, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-02 10:19:49', NULL, '4', '0000-00-00 00:00:00', '178.152.205.139', 'Success'),
(1105, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-03 01:50:59', NULL, '3', '0000-00-00 00:00:00', '178.152.37.215', 'Success'),
(1106, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-03 02:24:08', NULL, '3', '0000-00-00 00:00:00', '178.152.37.215', 'Success'),
(1107, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-03 03:16:45', NULL, '3', '0000-00-00 00:00:00', '178.152.37.215', 'Success'),
(1108, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-03 14:30:17', NULL, '4', '0000-00-00 00:00:00', '78.101.170.228', 'Success'),
(1109, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-04 01:42:12', NULL, '1', '0000-00-00 00:00:00', '111.92.112.62', 'Success'),
(1110, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-04 10:43:42', NULL, '1', '0000-00-00 00:00:00', '111.92.112.62', 'Success'),
(1111, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-04 10:46:34', NULL, '1', '0000-00-00 00:00:00', '122.166.150.92', 'Success'),
(1112, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-04 11:15:32', NULL, '4', '0000-00-00 00:00:00', '78.101.170.228', 'Success'),
(1113, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-04 23:19:48', NULL, '1', '0000-00-00 00:00:00', '122.172.204.83', 'Success'),
(1114, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-04 23:53:05', NULL, '1', '0000-00-00 00:00:00', '122.172.204.83', 'Success'),
(1115, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-08 23:35:46', NULL, '3', '0000-00-00 00:00:00', '178.152.38.148', 'Success'),
(1116, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-09 02:01:41', NULL, '3', '0000-00-00 00:00:00', '178.152.38.148', 'Success'),
(1117, '21', 'emp104', 'shij786', '2011-11-09 23:20:14', NULL, '3', '2011-11-09 23:20:14', '178.152.38.148', 'failed'),
(1118, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-09 23:20:21', NULL, '3', '0000-00-00 00:00:00', '178.152.38.148', 'Success'),
(1119, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-10 01:48:41', NULL, '3', '0000-00-00 00:00:00', '178.152.38.148', 'Success'),
(1120, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-10 03:37:44', NULL, '4', '0000-00-00 00:00:00', '89.211.193.175', 'Success'),
(1121, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-10 05:24:57', NULL, '4', '0000-00-00 00:00:00', '89.211.193.175', 'Success'),
(1122, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-11 23:39:31', NULL, '3', '0000-00-00 00:00:00', '178.152.38.170', 'Success'),
(1123, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-12 00:13:18', NULL, '3', '0000-00-00 00:00:00', '178.152.35.223', 'Success'),
(1124, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-12 03:14:03', NULL, '3', '0000-00-00 00:00:00', '178.152.35.223', 'Success'),
(1125, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-12 03:32:33', NULL, '4', '0000-00-00 00:00:00', '178.152.35.223', 'Success'),
(1126, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-12 07:24:16', NULL, '4', '0000-00-00 00:00:00', '178.152.35.223', 'Success'),
(1127, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-12 22:50:50', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1128, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-12 23:52:34', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1129, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 01:53:05', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1130, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 02:41:20', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1131, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 02:41:36', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1132, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 02:41:47', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1133, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 02:42:05', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1134, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 02:42:12', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1135, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 02:45:04', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1136, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-13 05:10:17', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1137, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 06:15:29', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1138, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-13 12:02:17', NULL, '4', '0000-00-00 00:00:00', '78.101.190.208', 'Success'),
(1139, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-13 23:25:58', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1140, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-14 01:03:26', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1141, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-14 03:41:22', NULL, '4', '0000-00-00 00:00:00', '178.152.177.97', 'Success'),
(1142, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-14 03:50:11', NULL, '4', '0000-00-00 00:00:00', '178.152.177.97', 'Success'),
(1143, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-14 05:42:23', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1144, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-14 11:49:48', NULL, '4', '0000-00-00 00:00:00', '78.101.190.208', 'Success'),
(1145, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-14 23:25:40', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1146, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 02:07:07', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1147, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-15 02:32:33', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1148, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-15 02:40:37', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1149, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-15 02:40:37', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1150, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-15 03:25:40', NULL, '1', '0000-00-00 00:00:00', '122.166.150.213', 'Success'),
(1151, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-15 03:36:21', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1152, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 23:36:27', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1153, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 23:56:45', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1154, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 23:56:59', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1155, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 23:57:10', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1156, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 23:57:15', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1157, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-15 23:57:22', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1158, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-16 00:40:07', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1159, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-16 02:45:24', NULL, '4', '0000-00-00 00:00:00', '78.100.109.201', 'Success'),
(1160, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-16 03:09:59', NULL, '1', '0000-00-00 00:00:00', '122.166.153.67', 'Success'),
(1161, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-16 03:19:55', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1162, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-16 23:04:20', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1163, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-16 23:10:59', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1164, '23', 'emp101', 'swapnajrry', '2011-11-17 03:03:20', NULL, '4', '2011-11-17 03:03:20', '178.152.39.180', 'failed'),
(1165, '23', 'emp101', 'rib12345', '2011-11-17 03:03:31', NULL, '4', '2011-11-17 03:03:31', '178.152.39.180', 'failed'),
(1166, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-17 03:03:53', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1167, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-17 03:23:48', NULL, '4', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1168, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-17 03:32:14', NULL, '4', '0000-00-00 00:00:00', '178.152.196.139', 'Success'),
(1169, 'NULL', 'admin', 'admin', '2011-11-17 04:20:53', NULL, 'NULL', '2011-11-17 04:20:53', '122.172.207.72', 'failed'),
(1170, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-17 04:21:18', NULL, '1', '0000-00-00 00:00:00', '122.172.207.72', 'Success'),
(1171, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-17 23:42:09', NULL, '1', '0000-00-00 00:00:00', '122.166.152.195', 'Success'),
(1172, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-18 23:00:57', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1173, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-18 23:42:18', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1174, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-18 23:42:28', NULL, '3', '0000-00-00 00:00:00', '178.152.39.180', 'Success'),
(1175, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-19 23:40:28', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1176, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-20 02:07:05', NULL, '4', '0000-00-00 00:00:00', '78.101.177.221', 'Success'),
(1177, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-11-20 02:33:44', NULL, '5', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1178, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-20 23:25:17', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1179, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-21 01:55:51', NULL, '4', '0000-00-00 00:00:00', '78.101.177.221', 'Success'),
(1180, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-21 02:33:02', NULL, '4', '0000-00-00 00:00:00', '78.101.177.221', 'Success'),
(1181, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-21 02:49:58', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1182, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-21 05:01:28', NULL, '4', '0000-00-00 00:00:00', '78.101.177.221', 'Success'),
(1183, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-21 06:00:34', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1184, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-21 06:00:37', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1185, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-21 06:11:14', NULL, '1', '0000-00-00 00:00:00', '122.166.145.15', 'Success'),
(1186, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-21 23:35:26', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1187, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 01:42:09', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1188, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 01:42:16', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1189, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 01:42:25', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1190, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 01:42:31', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1191, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 01:42:46', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1192, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 01:57:17', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1193, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 04:35:58', NULL, '3', '0000-00-00 00:00:00', '178.152.37.124', 'Success'),
(1194, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-22 04:53:22', NULL, '4', '0000-00-00 00:00:00', '178.152.207.87', 'Success'),
(1195, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-22 06:04:52', NULL, '4', '0000-00-00 00:00:00', '178.152.207.87', 'Success'),
(1196, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-22 23:16:14', NULL, '3', '0000-00-00 00:00:00', '178.152.41.112', 'Success'),
(1197, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-23 01:34:57', NULL, '4', '0000-00-00 00:00:00', '178.152.198.125', 'Success'),
(1198, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-23 02:14:57', NULL, '4', '0000-00-00 00:00:00', '178.152.41.112', 'Success'),
(1199, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-23 02:16:43', NULL, '3', '0000-00-00 00:00:00', '178.152.41.112', 'Success'),
(1200, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-23 05:52:49', NULL, '4', '0000-00-00 00:00:00', '178.152.41.112', 'Success'),
(1201, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-23 22:39:29', NULL, '4', '0000-00-00 00:00:00', '78.101.133.244', 'Success'),
(1202, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-23 22:49:34', NULL, '1', '0000-00-00 00:00:00', '122.167.202.166', 'Success'),
(1203, '21', 'emp104', 'shiju', '2011-11-23 23:33:09', NULL, '3', '2011-11-23 23:33:09', '178.152.46.169', 'failed'),
(1204, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-23 23:33:18', NULL, '3', '0000-00-00 00:00:00', '178.152.46.169', 'Success'),
(1205, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-23 23:40:01', NULL, '1', '0000-00-00 00:00:00', '122.167.202.166', 'Success'),
(1206, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-24 03:33:53', NULL, '3', '0000-00-00 00:00:00', '178.152.46.169', 'Success'),
(1207, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-26 00:05:48', NULL, '3', '0000-00-00 00:00:00', '178.152.46.169', 'Success'),
(1208, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-26 02:44:01', NULL, '4', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1209, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-26 02:49:34', NULL, '4', '0000-00-00 00:00:00', '178.152.190.34', 'Success'),
(1210, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-26 03:08:35', NULL, '3', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1211, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-26 03:13:46', NULL, '4', '0000-00-00 00:00:00', '178.152.182.5', 'Success'),
(1212, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-26 05:22:25', NULL, '4', '0000-00-00 00:00:00', '178.152.182.5', 'Success'),
(1213, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-26 05:28:34', NULL, '4', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1214, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-26 05:52:32', NULL, '3', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1215, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-27 01:08:37', NULL, '4', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1216, '25', 'EMP106', '6475528daf8a89830d309d73e5f5e167', '2011-11-27 01:25:35', NULL, '6', '0000-00-00 00:00:00', '78.101.176.203', 'Success'),
(1217, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-11-27 01:30:21', NULL, '5', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1218, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-27 04:05:47', NULL, '3', '0000-00-00 00:00:00', '178.152.59.245', 'Success'),
(1219, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-27 04:37:10', NULL, '3', '0000-00-00 00:00:00', '178.152.34.14', 'Success'),
(1220, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-27 22:50:51', NULL, '3', '0000-00-00 00:00:00', '178.152.34.14', 'Success'),
(1221, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-28 02:08:17', NULL, '3', '0000-00-00 00:00:00', '178.152.34.14', 'Success'),
(1222, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-28 02:28:41', NULL, '1', '0000-00-00 00:00:00', '122.172.205.171', 'Success'),
(1223, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-28 02:48:09', NULL, '1', '0000-00-00 00:00:00', '122.172.205.171', 'Success'),
(1224, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-28 03:22:48', NULL, '3', '0000-00-00 00:00:00', '178.152.34.14', 'Success'),
(1225, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-28 04:09:02', NULL, '3', '0000-00-00 00:00:00', '178.152.34.14', 'Success'),
(1226, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-28 04:26:04', NULL, '4', '0000-00-00 00:00:00', '178.152.34.14', 'Success'),
(1227, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-28 06:01:57', NULL, '3', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1228, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-28 13:00:53', NULL, '4', '0000-00-00 00:00:00', '89.211.212.9', 'Success'),
(1229, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-11-28 23:12:33', NULL, '5', '0000-00-00 00:00:00', '178.152.80.216', 'Success'),
(1230, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-28 23:17:40', NULL, '4', '0000-00-00 00:00:00', '78.101.236.31', 'Success'),
(1231, '21', 'emp104', 'shij786', '2011-11-28 23:21:51', NULL, '3', '2011-11-28 23:21:51', '178.152.38.154', 'failed'),
(1232, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-28 23:22:02', NULL, '3', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1233, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-29 04:10:22', NULL, '4', '0000-00-00 00:00:00', '78.101.236.31', 'Success'),
(1234, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-29 07:53:38', NULL, '4', '0000-00-00 00:00:00', '78.101.236.31', 'Success'),
(1235, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-29 07:53:53', NULL, '4', '0000-00-00 00:00:00', '78.101.236.31', 'Success'),
(1236, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-29 09:16:42', NULL, '4', '0000-00-00 00:00:00', '78.101.236.31', 'Success'),
(1237, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-11-29 22:19:43', NULL, '1', '0000-00-00 00:00:00', '122.172.204.113', 'Success'),
(1238, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-30 00:30:55', NULL, '4', '0000-00-00 00:00:00', '89.211.192.127', 'Success'),
(1239, 'NULL', 'EMP', '', '2011-11-30 00:39:44', NULL, 'NULL', '2011-11-30 00:39:44', '78.101.174.253', 'failed'),
(1240, '25', 'EMP106', '6475528daf8a89830d309d73e5f5e167', '2011-11-30 00:39:55', NULL, '6', '0000-00-00 00:00:00', '78.101.174.253', 'Success'),
(1241, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-30 00:50:38', NULL, '3', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1242, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-30 01:32:51', NULL, '3', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1243, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-11-30 03:39:08', NULL, '5', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1244, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-11-30 07:03:50', NULL, '4', '0000-00-00 00:00:00', '178.152.217.102', 'Success'),
(1245, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-30 08:46:39', NULL, '3', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1246, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-11-30 08:46:46', NULL, '3', '0000-00-00 00:00:00', '178.152.38.154', 'Success'),
(1247, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 00:24:20', NULL, '3', '0000-00-00 00:00:00', '178.152.34.94', 'Success'),
(1248, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 01:48:49', NULL, '3', '0000-00-00 00:00:00', '178.152.34.94', 'Success'),
(1249, '23', 'EMP101', 'SWAPNAJERRY', '2011-12-01 02:33:37', NULL, '4', '2011-12-01 02:33:37', '178.152.34.94', 'failed'),
(1250, '23', 'EMP101', 'RIB12345', '2011-12-01 02:33:46', NULL, '4', '2011-12-01 02:33:46', '178.152.34.94', 'failed'),
(1251, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-01 02:36:34', NULL, '4', '0000-00-00 00:00:00', '178.152.34.94', 'Success'),
(1252, '21', 'Emp104', 'SHIJU786', '2011-12-01 02:41:19', NULL, '3', '2011-12-01 02:41:19', '178.152.34.94', 'failed'),
(1253, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 02:41:30', NULL, '3', '0000-00-00 00:00:00', '178.152.34.94', 'Success'),
(1254, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 03:43:08', NULL, '3', '0000-00-00 00:00:00', '178.152.59.137', 'Success'),
(1255, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 03:43:15', NULL, '3', '0000-00-00 00:00:00', '178.152.59.137', 'Success'),
(1256, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 03:43:23', NULL, '3', '0000-00-00 00:00:00', '178.152.59.137', 'Success'),
(1257, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-01 03:43:38', NULL, '3', '0000-00-00 00:00:00', '178.152.59.137', 'Success'),
(1258, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-01 04:02:25', NULL, '1', '0000-00-00 00:00:00', '122.166.153.154', 'Success'),
(1259, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-01 04:35:04', NULL, '1', '0000-00-00 00:00:00', '122.166.153.154', 'Success'),
(1260, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-01 05:12:46', NULL, '4', '0000-00-00 00:00:00', '178.152.38.7', 'Success'),
(1261, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 00:23:15', NULL, '3', '0000-00-00 00:00:00', '178.152.38.7', 'Success'),
(1262, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-03 01:40:58', NULL, '6', '0000-00-00 00:00:00', '178.152.38.7', 'Success'),
(1263, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 03:23:19', NULL, '3', '0000-00-00 00:00:00', '178.152.38.7', 'Success'),
(1264, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-03 04:49:03', NULL, '4', '0000-00-00 00:00:00', '89.211.23.60', 'Success'),
(1265, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-03 04:50:03', NULL, '1', '0000-00-00 00:00:00', '89.211.23.60', 'Success'),
(1266, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 04:58:27', NULL, '3', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1267, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 05:40:18', NULL, '3', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1268, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-03 06:06:10', NULL, '4', '0000-00-00 00:00:00', '89.211.23.60', 'Success'),
(1269, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 06:30:35', NULL, '3', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1270, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 07:32:46', NULL, '3', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1271, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-03 23:34:12', NULL, '3', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1272, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-04 00:31:43', NULL, '3', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1273, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-04 01:05:20', NULL, '6', '0000-00-00 00:00:00', '178.152.32.220', 'Success'),
(1274, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-04 01:42:22', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1275, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-04 01:46:01', NULL, '6', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1276, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-04 02:56:59', NULL, '4', '0000-00-00 00:00:00', '89.211.28.11', 'Success'),
(1277, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-04 04:20:27', NULL, '6', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1278, '21', 'Emp104', 'shiiju786', '2011-12-04 04:22:01', NULL, '3', '2011-12-04 04:22:01', '178.152.44.108', 'failed'),
(1279, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-04 04:22:09', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1280, 'NULL', '', '', '2011-12-04 04:25:22', NULL, 'NULL', '2011-12-04 04:25:22', '0', 'failed'),
(1281, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-04 04:27:07', NULL, '6', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1282, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-04 04:53:56', NULL, '4', '0000-00-00 00:00:00', '89.211.28.11', 'Success'),
(1283, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-04 06:07:19', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1284, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-04 07:59:53', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1285, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-04 23:53:49', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1286, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 00:34:09', NULL, '4', '0000-00-00 00:00:00', '178.152.162.225', 'Success'),
(1287, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 01:01:41', NULL, '6', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1288, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 01:26:43', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1289, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-05 03:15:42', NULL, '1', '0000-00-00 00:00:00', '122.172.207.59', 'Success'),
(1290, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 03:36:20', NULL, '6', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1291, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 03:43:11', NULL, '6', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1292, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 04:13:50', NULL, '3', '0000-00-00 00:00:00', '178.152.44.108', 'Success'),
(1293, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-05 04:20:45', NULL, '1', '0000-00-00 00:00:00', '122.172.207.59', 'Success'),
(1294, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 04:33:26', NULL, '6', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1295, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 04:39:29', NULL, '6', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1296, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 05:22:34', NULL, '6', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1297, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 05:30:31', NULL, '4', '0000-00-00 00:00:00', '178.152.162.225', 'Success'),
(1298, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 05:51:22', NULL, '4', '0000-00-00 00:00:00', '178.152.162.225', 'Success'),
(1299, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 06:13:00', NULL, '3', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1300, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 07:11:16', NULL, '4', '0000-00-00 00:00:00', '178.152.162.225', 'Success'),
(1301, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 07:23:44', NULL, '4', '0000-00-00 00:00:00', '178.152.162.225', 'Success'),
(1302, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 07:52:33', NULL, '3', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1303, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 08:23:03', NULL, '4', '0000-00-00 00:00:00', '178.152.217.17', 'Success'),
(1304, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 08:27:02', NULL, '3', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1305, '23', 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 08:27:52', NULL, '4', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1306, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 08:33:31', NULL, '4', '0000-00-00 00:00:00', '178.152.217.17', 'Success'),
(1307, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 08:50:50', NULL, '3', '0000-00-00 00:00:00', '178.152.41.103', 'Success'),
(1308, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-05 09:31:17', NULL, '4', '0000-00-00 00:00:00', '178.152.165.195', 'Success'),
(1309, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-05 23:14:56', NULL, '3', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1310, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-05 23:44:47', NULL, '6', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1311, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-06 00:38:58', NULL, '3', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1312, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-06 01:28:50', NULL, '6', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1313, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-06 02:36:22', NULL, '3', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1314, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-06 03:12:55', NULL, '3', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1315, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-06 04:25:02', NULL, '3', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1316, '21', 'emp104', 'shiju76', '2011-12-06 04:56:59', NULL, '3', '2011-12-06 04:56:59', '178.152.35.172', 'failed'),
(1317, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-06 04:57:20', NULL, '3', '0000-00-00 00:00:00', '178.152.35.172', 'Success'),
(1318, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-06 05:19:57', NULL, '4', '0000-00-00 00:00:00', '178.152.219.8', 'Success'),
(1319, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-06 06:19:47', NULL, '4', '0000-00-00 00:00:00', '178.152.219.8', 'Success'),
(1320, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-06 06:28:33', NULL, '1', '0000-00-00 00:00:00', '122.166.149.128', 'Success'),
(1321, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-06 07:47:28', NULL, '3', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1322, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-06 23:10:25', NULL, '4', '0000-00-00 00:00:00', '78.101.238.157', 'Success'),
(1323, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-06 23:35:48', NULL, '6', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1324, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-06 23:46:40', NULL, '6', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1325, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-06 23:52:55', NULL, '6', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1326, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-07 00:01:39', NULL, '3', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1327, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-07 03:57:19', NULL, '4', '0000-00-00 00:00:00', '178.152.183.150', 'Success'),
(1328, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-07 04:32:50', NULL, '3', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1329, '21', 'emp104', 'shiju78', '2011-12-07 07:21:48', NULL, '3', '2011-12-07 07:21:48', '178.152.46.150', 'failed'),
(1330, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-07 07:21:55', NULL, '3', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1331, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-07 23:43:17', NULL, '6', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1332, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-07 23:43:19', NULL, '6', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1333, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-08 00:18:37', NULL, '3', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1334, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-08 02:40:22', NULL, '4', '0000-00-00 00:00:00', '78.100.104.37', 'Success'),
(1335, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-08 03:34:36', NULL, '3', '0000-00-00 00:00:00', '178.152.46.150', 'Success'),
(1336, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-08 22:38:00', NULL, '1', '0000-00-00 00:00:00', '122.166.153.205', 'Success'),
(1337, 'NULL', '', '', '2011-12-10 01:52:29', NULL, 'NULL', '2011-12-10 01:52:29', '0', 'failed'),
(1338, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-10 01:52:29', NULL, '6', '0000-00-00 00:00:00', '178.152.35.24', 'Success'),
(1339, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-10 01:52:40', NULL, '3', '0000-00-00 00:00:00', '178.152.35.24', 'Success'),
(1340, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-10 02:24:53', NULL, '3', '0000-00-00 00:00:00', '178.152.35.24', 'Success'),
(1341, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-10 03:05:57', NULL, '1', '0000-00-00 00:00:00', '122.166.153.79', 'Success'),
(1342, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-10 03:10:38', NULL, '4', '0000-00-00 00:00:00', '178.152.189.107', 'Success'),
(1343, '25', 'emp106', '', '2011-12-10 05:25:27', NULL, '6', '2011-12-10 05:25:27', '178.152.35.24', 'failed'),
(1344, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-10 05:25:30', NULL, '6', '0000-00-00 00:00:00', '178.152.35.24', 'Success'),
(1345, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-10 05:30:38', NULL, '1', '0000-00-00 00:00:00', '122.166.153.79', 'Success'),
(1346, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-10 07:39:36', NULL, '3', '0000-00-00 00:00:00', '178.152.32.232', 'Success'),
(1347, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-10 23:33:17', NULL, '6', '0000-00-00 00:00:00', '178.152.32.232', 'Success'),
(1348, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-11 00:44:36', NULL, '3', '0000-00-00 00:00:00', '178.152.32.232', 'Success'),
(1349, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-11 02:29:25', NULL, '6', '0000-00-00 00:00:00', '178.152.32.232', 'Success'),
(1350, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-11 04:00:28', NULL, '6', '0000-00-00 00:00:00', '178.152.32.232', 'Success'),
(1351, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-11 07:10:04', NULL, '3', '0000-00-00 00:00:00', '178.152.34.182', 'Success'),
(1352, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-11 07:25:05', NULL, '3', '0000-00-00 00:00:00', '178.152.34.182', 'Success'),
(1353, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-11 07:56:28', NULL, '3', '0000-00-00 00:00:00', '178.152.34.182', 'Success'),
(1354, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-11 09:23:51', NULL, '4', '0000-00-00 00:00:00', '178.152.85.27', 'Success'),
(1355, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-11 23:07:51', NULL, '3', '0000-00-00 00:00:00', '178.152.46.44', 'Success'),
(1356, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-11 23:55:43', NULL, '6', '0000-00-00 00:00:00', '178.152.46.44', 'Success'),
(1357, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-12-12 02:24:27', NULL, '5', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1358, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-12 02:55:48', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1359, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-12 04:01:40', NULL, '4', '0000-00-00 00:00:00', '78.100.31.241', 'Success'),
(1360, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-12 04:22:07', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1361, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-12 04:31:42', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1362, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-12 06:15:22', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1363, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-12 23:29:40', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1364, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-12 23:49:44', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1365, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 00:10:36', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1366, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-13 02:29:16', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1367, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-13 02:31:28', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1368, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 02:59:07', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1369, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-12-13 04:01:32', NULL, '5', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1370, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-13 04:08:11', NULL, '6', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1371, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 04:20:27', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1372, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-13 05:45:13', NULL, '4', '0000-00-00 00:00:00', '78.100.30.97', 'Success'),
(1373, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 06:11:51', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1374, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 06:58:57', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1375, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-13 07:02:17', NULL, '4', '0000-00-00 00:00:00', '78.100.30.97', 'Success'),
(1376, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-12-13 07:16:08', NULL, '2', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1377, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-12-13 07:26:35', NULL, '2', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1378, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2011-12-13 07:30:58', NULL, '2', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1379, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 08:39:58', NULL, '3', '0000-00-00 00:00:00', '178.152.47.28', 'Success'),
(1380, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-13 23:39:55', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1381, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-14 00:03:10', NULL, '4', '0000-00-00 00:00:00', '78.101.240.209', 'Success'),
(1382, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-14 00:21:49', NULL, '6', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1383, 'NULL', '', '', '2011-12-14 00:23:25', NULL, 'NULL', '2011-12-14 00:23:25', '0', 'failed'),
(1384, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-14 01:49:42', NULL, '6', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1385, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-14 01:53:19', NULL, '6', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1386, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-12-14 02:26:59', NULL, '5', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1387, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 03:22:57', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1388, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 03:43:06', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1389, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 03:43:41', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1390, '21', 'emp104', 'shiju', '2011-12-14 03:43:47', NULL, '3', '2011-12-14 03:43:47', '178.152.42.138', 'failed'),
(1391, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 03:43:54', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1392, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-14 04:04:08', NULL, '6', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1393, '21', 'Emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 04:37:00', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1394, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 04:45:53', NULL, '3', '0000-00-00 00:00:00', '178.152.42.138', 'Success'),
(1395, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-14 23:08:05', NULL, '3', '0000-00-00 00:00:00', '178.152.37.160', 'Success'),
(1396, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-15 01:26:11', NULL, '4', '0000-00-00 00:00:00', '78.100.19.167', 'Success'),
(1397, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-15 01:37:08', NULL, '4', '0000-00-00 00:00:00', '78.100.19.167', 'Success'),
(1398, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-15 01:47:12', NULL, '4', '0000-00-00 00:00:00', '78.100.19.167', 'Success'),
(1399, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-15 02:05:45', NULL, '3', '0000-00-00 00:00:00', '178.152.37.160', 'Success'),
(1400, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-18 23:54:07', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1401, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-19 00:12:44', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1402, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-19 00:33:11', NULL, '3', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1403, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-19 01:21:51', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1404, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-19 07:46:20', NULL, '3', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1405, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-19 08:46:26', NULL, '3', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1406, '25', 'EMP106', '6475528daf8a89830d309d73e5f5e167', '2011-12-19 11:09:36', NULL, '6', '0000-00-00 00:00:00', '78.101.140.144', 'Success'),
(1407, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-19 23:01:21', NULL, '3', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1408, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-20 01:35:56', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1409, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-20 03:14:09', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1410, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-20 23:41:26', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1411, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-21 00:22:35', NULL, '3', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1412, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-21 00:32:22', NULL, '6', '0000-00-00 00:00:00', '178.152.37.34', 'Success');
INSERT INTO `login_details` (`id`, `profile`, `username`, `password`, `login_time`, `faillog_count`, `userid`, `failing_time`, `ip_address`, `status`) VALUES
(1413, '21', 'emp104', 'hiju786', '2011-12-21 02:58:14', NULL, '3', '2011-12-21 02:58:14', '178.152.37.34', 'failed'),
(1414, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-21 02:58:21', NULL, '3', '0000-00-00 00:00:00', '178.152.37.34', 'Success'),
(1415, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-21 23:58:40', NULL, '3', '0000-00-00 00:00:00', '178.152.41.211', 'Success'),
(1416, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-12-22 00:25:13', NULL, '5', '0000-00-00 00:00:00', '178.152.41.211', 'Success'),
(1417, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-23 22:45:25', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1418, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-24 04:01:24', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1419, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-24 04:17:53', NULL, '6', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1420, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-24 06:11:25', NULL, '4', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1421, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-24 06:20:43', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1422, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-24 06:25:03', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1423, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-24 10:56:17', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(1424, '21', 'emp104', 'shij786', '2011-12-24 23:48:37', NULL, '3', '2011-12-24 23:48:37', '178.152.36.85', 'failed'),
(1425, '21', 'emp104', 'shiju', '2011-12-24 23:48:45', NULL, '3', '2011-12-24 23:48:45', '178.152.36.85', 'failed'),
(1426, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-24 23:48:55', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1427, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-25 07:56:10', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1428, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-25 08:36:59', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1429, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-25 23:23:06', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1430, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-25 23:58:25', NULL, '6', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1431, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 00:12:57', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1432, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 00:14:22', NULL, '3', '0000-00-00 00:00:00', '178.152.36.85', 'Success'),
(1433, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-26 01:45:52', NULL, '4', '0000-00-00 00:00:00', '178.152.180.45', 'Success'),
(1434, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-26 03:42:26', NULL, '4', '0000-00-00 00:00:00', '80.76.162.14', 'Success'),
(1435, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 03:45:31', NULL, '3', '0000-00-00 00:00:00', '178.152.35.242', 'Success'),
(1436, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 04:18:38', NULL, '3', '0000-00-00 00:00:00', '178.152.35.242', 'Success'),
(1437, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-26 04:42:24', NULL, '4', '0000-00-00 00:00:00', '178.152.180.45', 'Success'),
(1438, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-26 05:46:26', NULL, '4', '0000-00-00 00:00:00', '178.152.180.45', 'Success'),
(1439, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 06:10:21', NULL, '3', '0000-00-00 00:00:00', '178.152.35.242', 'Success'),
(1440, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 06:15:10', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1441, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-26 07:12:27', NULL, '4', '0000-00-00 00:00:00', '178.152.180.45', 'Success'),
(1442, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 08:42:39', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1443, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 08:42:46', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1444, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 08:56:56', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1445, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-26 22:53:01', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1446, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-26 22:57:33', NULL, '4', '0000-00-00 00:00:00', '89.211.219.71', 'Success'),
(1447, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-26 23:37:29', NULL, '6', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1448, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-27 00:27:25', NULL, '6', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1449, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-27 03:52:06', NULL, '6', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1450, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-27 04:37:52', NULL, '4', '0000-00-00 00:00:00', '78.100.28.209', 'Success'),
(1451, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-27 04:46:51', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1452, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-27 05:51:15', NULL, '6', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1453, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-27 06:04:58', NULL, '4', '0000-00-00 00:00:00', '78.100.28.209', 'Success'),
(1454, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-27 07:10:09', NULL, '4', '0000-00-00 00:00:00', '78.100.28.209', 'Success'),
(1455, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2011-12-27 08:20:46', NULL, '5', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1456, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-27 08:33:10', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1457, '21', 'emp104', 'siju786', '2011-12-27 09:01:04', NULL, '3', '2011-12-27 09:01:04', '178.152.46.237', 'failed'),
(1458, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-27 09:01:14', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1459, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-27 09:24:17', NULL, '3', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1460, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-27 23:42:31', NULL, '6', '0000-00-00 00:00:00', '178.152.46.237', 'Success'),
(1461, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-28 00:55:21', NULL, '3', '0000-00-00 00:00:00', '178.152.43.224', 'Success'),
(1462, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-28 03:13:47', NULL, '4', '0000-00-00 00:00:00', '178.152.202.218', 'Success'),
(1463, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-28 03:19:21', NULL, '6', '0000-00-00 00:00:00', '178.152.43.224', 'Success'),
(1464, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-28 04:44:12', NULL, '6', '0000-00-00 00:00:00', '178.152.43.224', 'Success'),
(1465, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-28 08:57:28', NULL, '3', '0000-00-00 00:00:00', '178.152.43.224', 'Success'),
(1466, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2011-12-29 00:08:19', NULL, '1', '0000-00-00 00:00:00', '122.172.204.42', 'Success'),
(1467, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-29 00:29:37', NULL, '3', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1468, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-29 00:42:46', NULL, '6', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1469, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-29 02:58:20', NULL, '3', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1470, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-29 03:23:04', NULL, '3', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1471, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-29 04:04:23', NULL, '6', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1472, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-29 04:16:31', NULL, '6', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1473, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-29 04:29:33', NULL, '4', '0000-00-00 00:00:00', '78.100.25.171', 'Success'),
(1474, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-29 04:58:21', NULL, '6', '0000-00-00 00:00:00', '178.152.38.204', 'Success'),
(1475, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-29 05:05:31', NULL, '4', '0000-00-00 00:00:00', '78.100.25.171', 'Success'),
(1476, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-29 07:27:46', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1477, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2011-12-30 10:12:36', NULL, '4', '0000-00-00 00:00:00', '59.93.32.47', 'Success'),
(1478, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-31 01:01:55', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1479, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-31 03:29:01', NULL, '6', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1480, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-31 07:09:15', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1481, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2011-12-31 23:03:59', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1482, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2011-12-31 23:33:22', NULL, '6', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1483, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-01 01:31:15', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1484, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-01 06:55:32', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1485, '25', 'EMP106', '6475528daf8a89830d309d73e5f5e167', '2012-01-01 12:11:37', NULL, '6', '0000-00-00 00:00:00', '78.101.132.133', 'Success'),
(1486, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-01 23:07:21', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1487, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-02 03:43:10', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1488, '24', 'emp102', 'e30e9e8336c00789358d46b78a1a3a21', '2012-01-02 03:52:40', NULL, '5', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1489, 'NULL', 'emp', 'shifa', '2012-01-02 12:25:02', NULL, 'NULL', '2012-01-02 12:25:02', '89.211.211.129', 'failed'),
(1490, '25', 'EMP106', '6475528daf8a89830d309d73e5f5e167', '2012-01-02 12:25:13', NULL, '6', '0000-00-00 00:00:00', '89.211.211.129', 'Success'),
(1491, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-02 23:40:58', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1492, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-03 02:18:33', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1493, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-03 06:46:47', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1494, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-03 06:51:44', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1495, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-03 06:53:28', NULL, '3', '0000-00-00 00:00:00', '178.152.45.9', 'Success'),
(1496, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-03 23:01:31', NULL, '3', '0000-00-00 00:00:00', '178.152.32.114', 'Success'),
(1497, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-03 23:27:56', NULL, '3', '0000-00-00 00:00:00', '178.152.43.41', 'Success'),
(1498, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-04 00:27:44', NULL, '6', '0000-00-00 00:00:00', '178.152.43.41', 'Success'),
(1499, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-04 01:24:04', NULL, '3', '0000-00-00 00:00:00', '178.152.43.41', 'Success'),
(1500, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-04 01:24:14', NULL, '3', '0000-00-00 00:00:00', '178.152.43.41', 'Success'),
(1501, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-04 01:24:20', NULL, '3', '0000-00-00 00:00:00', '178.152.43.41', 'Success'),
(1502, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-04 03:27:56', NULL, '6', '0000-00-00 00:00:00', '178.152.43.41', 'Success'),
(1503, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-04 22:56:35', NULL, '4', '0000-00-00 00:00:00', '178.152.93.28', 'Success'),
(1504, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-05 00:31:45', NULL, '6', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1505, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-05 00:53:28', NULL, '6', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1506, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-05 01:05:25', NULL, '6', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1507, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2012-01-05 01:27:30', NULL, '2', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1508, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2012-01-05 02:06:49', NULL, '2', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1509, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2012-01-05 02:29:07', NULL, '2', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1510, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-05 03:16:58', NULL, '6', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1511, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-05 03:49:14', NULL, '3', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1512, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-05 05:01:48', NULL, '3', '0000-00-00 00:00:00', '178.152.42.28', 'Success'),
(1513, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-07 00:14:44', NULL, '6', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1514, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-07 00:18:43', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1515, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-07 01:49:42', NULL, '4', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1516, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-07 02:17:37', NULL, '4', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1517, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-07 04:36:43', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1518, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-07 05:30:30', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1519, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-07 05:34:21', NULL, '4', '0000-00-00 00:00:00', '78.100.101.116', 'Success'),
(1520, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-07 05:59:43', NULL, '4', '0000-00-00 00:00:00', '78.100.101.116', 'Success'),
(1521, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-07 06:21:12', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1522, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-07 07:43:43', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1523, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-07 23:54:40', NULL, '6', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1524, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-08 00:58:55', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1525, '21', 'emp104', 'shiju', '2012-01-08 02:47:52', NULL, '3', '2012-01-08 02:47:52', '178.152.40.19', 'failed'),
(1526, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-08 02:48:03', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1527, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-08 03:33:49', NULL, '6', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1528, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-08 03:37:51', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1529, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-08 04:27:56', NULL, '3', '0000-00-00 00:00:00', '178.152.40.19', 'Success'),
(1530, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-08 08:13:48', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1531, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-09 00:53:47', NULL, '6', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1532, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-09 02:06:48', NULL, '6', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1533, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-09 02:27:26', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1534, 'NULL', '', '', '2012-01-09 02:27:27', NULL, 'NULL', '2012-01-09 02:27:27', '0', 'failed'),
(1535, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-09 03:22:13', NULL, '6', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1536, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-10 00:17:53', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1537, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-10 00:57:29', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1538, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-10 01:42:33', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1539, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-10 03:19:10', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1540, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-10 03:43:15', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1541, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-10 03:44:51', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1542, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-10 05:37:31', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1543, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-10 06:15:00', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1544, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-10 06:17:00', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1545, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-10 07:36:20', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1546, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-11 01:49:51', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1547, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-11 02:30:35', NULL, '6', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1548, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-11 03:32:33', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1549, 'NULL', '', '', '2012-01-11 03:54:58', NULL, 'NULL', '2012-01-11 03:54:58', '0', 'failed'),
(1550, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-11 08:13:30', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1551, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-12 00:12:50', NULL, '3', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1552, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-12 00:18:07', NULL, '4', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1553, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2012-01-12 00:18:51', NULL, '1', '0000-00-00 00:00:00', '122.167.202.16', 'Success'),
(1554, 'NULL', '', '', '2012-01-12 00:20:46', NULL, 'NULL', '2012-01-12 00:20:46', '0', 'failed'),
(1555, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-12 00:40:13', NULL, '6', '0000-00-00 00:00:00', '178.152.38.53', 'Success'),
(1556, '26', 'emp107', 'ashoksavoy', '2012-01-12 00:55:51', NULL, '7', '2012-01-12 00:55:51', '178.152.36.108', 'failed'),
(1557, '26', 'emp107', 'ashoksavoy', '2012-01-12 00:56:31', NULL, '7', '2012-01-12 00:56:31', '178.152.36.108', 'failed'),
(1558, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-12 00:56:44', NULL, '4', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1559, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-12 00:58:29', NULL, '6', '0000-00-00 00:00:00', '89.211.24.20', 'Success'),
(1560, '26', 'emp107', '1f03c3865371e86acb4a09e92b569969', '2012-01-12 00:58:58', NULL, '7', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1561, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-12 01:01:27', NULL, '4', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1562, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-12 01:02:36', NULL, '6', '0000-00-00 00:00:00', '89.211.24.20', 'Success'),
(1563, '26', 'emp107', '1f03c3865371e86acb4a09e92b569969', '2012-01-12 01:03:14', NULL, '7', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1564, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-12 01:05:09', NULL, '4', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1565, '25', 'EMP106', '6475528daf8a89830d309d73e5f5e167', '2012-01-12 01:38:50', NULL, '6', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1566, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-12 01:51:22', NULL, '6', '0000-00-00 00:00:00', '178.152.36.108', 'Success'),
(1567, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-12 04:49:02', NULL, '6', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1568, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-14 00:48:11', NULL, '3', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1569, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-14 00:48:11', NULL, '3', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1570, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-14 02:43:01', NULL, '3', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1571, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-14 23:07:14', NULL, '3', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1572, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-15 01:03:10', NULL, '6', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1573, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 03:01:55', NULL, '3', '0000-00-00 00:00:00', '178.152.36.231', 'Success'),
(1574, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 05:06:30', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1575, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 05:06:39', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1576, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 05:57:00', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1577, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 05:57:15', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1578, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 05:59:59', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1579, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-15 06:55:18', NULL, '4', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1580, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 08:01:26', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1581, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 08:33:16', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1582, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 09:45:51', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1583, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-15 23:50:44', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1584, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-16 01:13:49', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1585, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-16 01:53:52', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1586, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-16 05:14:02', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1587, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-16 05:25:17', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1588, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-16 05:37:50', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1589, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-16 07:19:57', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1590, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-17 00:38:01', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1591, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-17 03:27:40', NULL, '6', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1592, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-17 07:13:16', NULL, '3', '0000-00-00 00:00:00', '178.152.42.125', 'Success'),
(1593, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-18 00:07:18', NULL, '6', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1594, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-18 00:19:42', NULL, '6', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1595, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-18 00:51:29', NULL, '3', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1596, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-18 01:29:29', NULL, '4', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1597, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-18 02:06:48', NULL, '6', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1598, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2012-01-18 03:06:48', NULL, '2', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1599, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-18 03:31:43', NULL, '6', '0000-00-00 00:00:00', '178.152.47.85', 'Success'),
(1600, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-18 05:33:57', NULL, '6', '0000-00-00 00:00:00', '178.152.37.11', 'Success'),
(1601, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-18 05:39:41', NULL, '3', '0000-00-00 00:00:00', '178.152.37.11', 'Success'),
(1602, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-18 06:49:46', NULL, '4', '0000-00-00 00:00:00', '178.152.37.11', 'Success'),
(1603, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2012-01-18 08:04:26', NULL, '2', '0000-00-00 00:00:00', '178.152.37.11', 'Success'),
(1604, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-18 23:27:34', NULL, '3', '0000-00-00 00:00:00', '178.152.37.11', 'Success'),
(1605, '23', 'emp101', 'swapnajerrry', '2012-01-18 23:51:11', NULL, '4', '2012-01-18 23:51:11', '178.152.33.111', 'failed'),
(1606, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-18 23:51:22', NULL, '4', '0000-00-00 00:00:00', '178.152.33.111', 'Success'),
(1607, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-19 00:02:34', NULL, '6', '0000-00-00 00:00:00', '178.152.33.111', 'Success'),
(1608, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-19 00:12:54', NULL, '3', '0000-00-00 00:00:00', '178.152.33.111', 'Success'),
(1609, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-19 01:26:15', NULL, '6', '0000-00-00 00:00:00', '178.152.33.111', 'Success'),
(1610, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-19 02:23:25', NULL, '3', '0000-00-00 00:00:00', '178.152.33.111', 'Success'),
(1611, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-19 02:52:22', NULL, '4', '0000-00-00 00:00:00', '89.211.30.119', 'Success'),
(1612, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-19 03:41:23', NULL, '3', '0000-00-00 00:00:00', '178.152.33.111', 'Success'),
(1613, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-19 04:20:32', NULL, '4', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1614, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-20 23:50:04', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1615, '21', 'emp104', 'hij786', '2012-01-21 00:55:17', NULL, '3', '2012-01-21 00:55:17', '178.152.46.202', 'failed'),
(1616, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-21 00:56:00', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1617, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-21 01:01:48', NULL, '6', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1618, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-21 04:04:43', NULL, '6', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1619, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-21 04:11:52', NULL, '4', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1620, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-21 07:46:42', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1621, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-21 23:12:12', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1622, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-22 00:25:18', NULL, '4', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1623, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-22 00:38:33', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1624, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-22 01:53:11', NULL, '6', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1625, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-22 02:11:38', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1626, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-22 03:45:52', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1627, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-22 23:32:47', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1628, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-22 23:32:49', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1629, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-23 01:37:06', NULL, '3', '0000-00-00 00:00:00', '178.152.46.202', 'Success'),
(1630, '22', 'emp105', 'b65ffdeb52f7fe742c7d091bcc3aba69', '2012-01-23 03:29:30', NULL, '2', '0000-00-00 00:00:00', '178.152.36.169', 'Success'),
(1631, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2012-01-23 09:06:39', NULL, '1', '0000-00-00 00:00:00', '122.166.155.209', 'Success'),
(1632, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-23 22:34:52', NULL, '4', '0000-00-00 00:00:00', '178.152.81.189', 'Success'),
(1633, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-24 00:03:55', NULL, '3', '0000-00-00 00:00:00', '178.152.36.169', 'Success'),
(1634, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-24 01:28:18', NULL, '6', '0000-00-00 00:00:00', '178.152.36.169', 'Success'),
(1635, '25', 'emp106', '6475528daf8a89830d309d73e5f5e167', '2012-01-25 00:08:43', NULL, '6', '0000-00-00 00:00:00', '178.152.36.169', 'Success'),
(1636, '21', 'emp104', 'shiiju786', '2012-01-25 00:21:14', NULL, '3', '2012-01-25 00:21:14', '178.152.36.169', 'failed'),
(1637, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-25 00:21:38', NULL, '3', '0000-00-00 00:00:00', '178.152.36.169', 'Success'),
(1638, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-25 01:20:20', NULL, '3', '0000-00-00 00:00:00', '178.152.36.169', 'Success'),
(1639, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-25 03:36:35', NULL, '3', '0000-00-00 00:00:00', '178.152.39.72', 'Success'),
(1640, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-25 03:42:24', NULL, '4', '0000-00-00 00:00:00', '178.152.39.72', 'Success'),
(1641, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-25 05:06:02', NULL, '3', '0000-00-00 00:00:00', '178.152.39.72', 'Success'),
(1642, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-25 06:06:43', NULL, '4', '0000-00-00 00:00:00', '178.152.36.30', 'Success'),
(1643, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-25 22:18:20', NULL, '4', '0000-00-00 00:00:00', '178.152.87.30', 'Success'),
(1644, '24', 'emp103', '5a1f8f8001b6325b4ba8c4633ba1d7a8', '2012-01-25 22:20:42', NULL, '8', '0000-00-00 00:00:00', '178.152.87.30', 'Success'),
(1645, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-25 22:21:08', NULL, '4', '0000-00-00 00:00:00', '178.152.87.30', 'Success'),
(1646, '24', 'emp103', '5a1f8f8001b6325b4ba8c4633ba1d7a8', '2012-01-25 22:23:15', NULL, '8', '0000-00-00 00:00:00', '178.152.87.30', 'Success'),
(1647, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-25 22:54:55', NULL, '3', '0000-00-00 00:00:00', '178.152.36.30', 'Success'),
(1648, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-25 23:54:31', NULL, '4', '0000-00-00 00:00:00', '178.152.36.30', 'Success'),
(1649, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-26 00:05:23', NULL, '4', '0000-00-00 00:00:00', '178.152.36.30', 'Success'),
(1650, '1', 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', '2012-01-26 00:19:20', NULL, '1', '0000-00-00 00:00:00', '122.172.205.18', 'Success'),
(1651, '24', 'emp103', 'REHAANJERRY', '2012-01-26 00:25:13', NULL, '8', '2012-01-26 00:25:13', '78.100.196.30', 'failed'),
(1652, '23', 'emp101', 'REHAANZAARA', '2012-01-26 00:25:25', NULL, '4', '2012-01-26 00:25:25', '78.100.196.30', 'failed'),
(1653, '24', 'emp103', 'REHAANZAARA', '2012-01-26 00:25:40', NULL, '8', '2012-01-26 00:25:40', '78.100.196.30', 'failed'),
(1654, '24', 'emp103', '5a1f8f8001b6325b4ba8c4633ba1d7a8', '2012-01-26 00:26:02', NULL, '8', '0000-00-00 00:00:00', '78.100.196.30', 'Success'),
(1655, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-26 02:00:14', NULL, '3', '0000-00-00 00:00:00', '178.152.39.65', 'Success'),
(1656, '21', 'emp104', 'f1b664d030b253468bcb47c3dc0a1d37', '2012-01-26 02:02:24', NULL, '3', '0000-00-00 00:00:00', '178.152.33.235', 'Success'),
(1657, '23', 'emp101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', '2012-01-26 04:04:59', NULL, '4', '0000-00-00 00:00:00', '178.152.44.132', 'Success'),
(1658, '24', 'emp103', '5a1f8f8001b6325b4ba8c4633ba1d7a8', '2012-01-26 07:19:10', NULL, '8', '0000-00-00 00:00:00', '78.100.196.30', 'Success');

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

--
-- Table structure for table `mainacc_setting`
--

CREATE TABLE IF NOT EXISTS `mainacc_setting` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `commission_pay_acc` int(11) NOT NULL,
  `cover_start` double NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mainacc_setting`
--

INSERT INTO `mainacc_setting` (`id`, `commission_pay_acc`, `cover_start`) VALUES
(1, 447, 200000);

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

--
-- Table structure for table `master`
--

CREATE TABLE IF NOT EXISTS `master` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(20) NOT NULL,
  `created_date` date DEFAULT NULL,
  `modified_date` date DEFAULT NULL,
  `deleted` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

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

CREATE TABLE IF NOT EXISTS `menu` (
  `menu_id` bigint(10) NOT NULL AUTO_INCREMENT,
  `module_id` bigint(10) NOT NULL,
  `caption` varchar(50) NOT NULL,
  `target` varchar(250) NOT NULL,
  `sort` int(11) NOT NULL,
  `imagepath` varchar(100) NOT NULL,
  PRIMARY KEY (`menu_id`),
  KEY `Module_id` (`module_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=111 ;

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

INSERT INTO `menu` (`menu_id`, `module_id`, `caption`, `target`, `sort`, `imagepath`) VALUES
(1, 3, 'Insurance Classification', 'insurancetypes', 1, 'address.png'),
(2, 3, 'Address', 'country', 3, 'address.png'),
(3, 3, 'Insurance Company', 'insurancecompany', 2, 'insurance-company.png'),
(5, 3, 'Warranty', 'warranty', 12, 'warranty.png'),
(6, 3, 'Conditions', 'condition', 6, 'customers.png'),
(7, 3, 'Exclusion', 'exclusion', 9, 'address.png'),
(8, 3, 'Extension', 'extension', 8, 'address.png'),
(9, 3, 'Excess', 'excess', 11, 'address.png'),
(10, 3, 'Deductible', 'deductible', 10, 'address.png'),
(12, 3, 'Templates', 'templates', 4, 'address.png'),
(13, 3, 'Special Conditions', 'specialcondition', 7, 'address.png'),
(14, 1, 'Customers', 'index', 1, 'customers.png'),
(16, 2, 'Staff-Customer', 'staffcustomer', 1, 'staff customer.png'),
(17, 2, 'Tele-Calling', 'telecalling', 2, 'tele-calling.png'),
(18, 2, 'Daily Activity', 'dailyactivity', 3, 'Daily Activity.png'),
(19, 2, 'Set target', 'settarget', 4, 'settarget.gif'),
(21, 4, 'Broking Slip', 'brokingslip', 1, 'brokingSlip.png'),
(23, 5, 'Placing Slip', 'placingslip', 1, 'address.png'),
(24, 5, 'Renewal', 'renewal', 3, 'Renewal.png'),
(25, 5, 'Endorsement', 'endorsement', 4, 'insurance-company.png'),
(26, 5, 'Cancellation', 'cancellation', 5, 'cancelation.png'),
(27, 5, 'Declaration', 'declaration', 6, 'Declaration1.png'),
(28, 5, 'Policy Note', 'policynote', 2, 'Policy Note1.png'),
(29, 6, 'Claim Forms', 'claimforms', 1, 'Claim note.png'),
(30, 6, 'Claim', 'claim', 2, 'Claim.png'),
(31, 11, 'Designation', 'designation', 6, 'address.png'),
(32, 11, 'Department', 'department', 7, 'address.png'),
(33, 11, 'Grade', 'grade', 8, 'address.png'),
(34, 11, 'Status', 'status', 9, 'address.png'),
(37, 11, 'Allowance & Deduction', 'allowdeduc', 10, 'address.png'),
(38, 11, 'Leave Type', 'leavetype', 11, 'address.png'),
(39, 11, 'Holidays', 'holidays', 12, 'address.png'),
(40, 11, 'Staff', 'staff', 1, 'STAFF.png'),
(42, 1, 'Track Customer', 'trackcustomer', 3, 'cust-search.png'),
(43, 2, 'Sales Leads', 'salesleads', 5, 'Sales Leads.png'),
(44, 11, 'Resume Management', 'resumemanagement', 4, 'address.png'),
(45, 11, 'Staff-Salary Settings', 'staffsalary', 13, 'STAFF SALARY.png'),
(47, 11, 'Salary Payment', 'salarypayment', 15, 'salary payment.png'),
(48, 11, 'Leave Application', 'assignleave', 3, 'leave application.png'),
(49, 11, 'Leave Allocation', 'leaveallocation', 2, 'leave allocation.png'),
(51, 11, 'Offer Letter', 'offerletter', 5, 'address.png'),
(52, 8, 'Users', 'index', 1, 'user settings.png'),
(54, 8, 'Profiles', 'role_index', 2, 'profile settings.png'),
(55, 8, 'Activities', 'activities', 3, 'activity.png'),
(56, 8, 'Reminders', 'reminder', 4, 'reminder.png'),
(57, 8, 'Payment Schedule', 'payment_schedule', 5, 'payment shedule.png'),
(58, 8, 'Currency', 'currency', 6, 'CURRENCY settings.png'),
(59, 7, 'Production', 'production', 1, 'Claim.png'),
(60, 7, 'Claims', 'claims', 2, 'Claim.png'),
(61, 7, 'Quotation', 'quotation', 3, 'brokingSlip.png'),
(62, 7, 'Sales', 'sales', 4, 'settarget.gif'),
(63, 7, 'Renewal', 'renewal', 5, 'Renewal.png'),
(65, 12, 'Customer Payments', 'customerpayment', 3, 'customer_payment.png'),
(67, 12, 'Receipt Voucher', 'bankdeposits', 5, 'receipt.jpg'),
(68, 12, 'Bank Journal', 'bank_account_transfers', 6, 'banktransfer.png'),
(69, 12, 'Journal Voucher', 'journal_entry', 7, 'add.png'),
(79, 12, 'Bank Accounts', 'bank_accounts', 23, 'bankaccount.png'),
(81, 12, 'Sub Accounts', 'gl_accounts', 24, 'add.png'),
(84, 4, 'Data Sheet', 'datasheet', 3, 'datasheet.png'),
(85, 4, 'Quotation', 'quotation', 2, 'quotation.png'),
(86, 3, 'Company', 'mycompany', 12, 'add.png'),
(87, 3, 'Branch', 'ourbranch', 13, 'add.png'),
(88, 2, 'Branch Target', 'branchtarget', 5, 'address.png'),
(89, 12, 'Payment Voucher', 'bankpayment', 4, 'bankpayment.png'),
(90, 8, 'Fiscal Year', 'fiscalyear', 7, 'fiscalyear.png'),
(91, 12, 'Auto Journal', 'autojournal', 8, 'add.png'),
(92, 8, 'Sub A/c Settings', 'subacc_settings', 8, 'sub_acc_setting.jpg'),
(93, 12, 'Transaction Code', 'transaction_code', 22, 'add.png'),
(94, 12, 'Trial Balance report', 'trial_balance_report', 13, 'add.png'),
(95, 12, 'Sub A/c Trial Balance', 'sub_account_trial_balance', 14, 'add.png'),
(97, 12, 'Sub A/c Ledger', 'sub_account_ledger', 16, 'add.png'),
(98, 12, 'Statement of Account', 'statement_account', 17, 'add.png'),
(100, 12, 'Aging Summary', 'aegingsummary_report', 19, 'add.png'),
(101, 12, 'Aging report', 'ageing_report', 20, 'add.png'),
(103, 12, 'Main Accounts', 'chart_group', 25, 'add.png'),
(104, 12, 'Credit Note', 'creditnote', 2, 'credit_note.jpg'),
(105, 12, 'Debit Note', 'debitnote', 1, 'debit_note.jpg'),
(106, 12, 'Allocation', 'allocations', 9, 'allocate.png'),
(107, 8, 'Main Account Setting', 'mainacc_setting', 9, 'sub_acc_setting.jpg'),
(108, 12, 'General Ledger', 'general_ledger', 15, 'add.png'),
(109, 11, 'Pay Slip', 'payslip', 15, ''),
(110, 7, 'HR', 'hr', 6, 'STAFF.png');

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

--
-- Table structure for table `modules`
--

CREATE TABLE IF NOT EXISTS `modules` (
  `module_id` bigint(10) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(11) NOT NULL,
  `sort` int(11) NOT NULL,
  PRIMARY KEY (`module_id`),
  UNIQUE KEY `module_name` (`module_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `modules`
--

INSERT INTO `modules` (`module_id`, `module_name`, `sort`) VALUES
(1, 'Customer', 3),
(2, 'Sales', 4),
(3, 'Master', 2),
(4, 'Documents', 5),
(5, 'Policies', 6),
(6, 'Claims', 7),
(7, 'Report', 9),
(8, 'Settings', 11),
(10, 'Home', 1),
(11, 'HR', 8),
(12, 'Accounting', 10);

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

--
-- Table structure for table `mycompany`
--

CREATE TABLE IF NOT EXISTS `mycompany` (
  `id` int(3) NOT NULL AUTO_INCREMENT,
  `company` varchar(30) NOT NULL,
  `address` mediumtext NOT NULL,
  `phone` varchar(25) NOT NULL,
  `website` varchar(30) NOT NULL,
  `email` varchar(30) NOT NULL,
  `fax` varchar(25) NOT NULL,
  `fyear` int(11) NOT NULL,
  `filename` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mycompany`
--

INSERT INTO `mycompany` (`id`, `company`, `address`, `phone`, `website`, `email`, `fax`, `fyear`, `filename`) VALUES
(1, 'Savoy Insurance Services', 'Po Box 200203\nDoha, Qatar', '+974 44323006', 'http://www.savoysinsurance.com', 'info@savoysinsurance.com', '+974 44322142', 17, '66.jpg');

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

--
-- Table structure for table `mycompany_contact`
--

CREATE TABLE IF NOT EXISTS `mycompany_contact` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mycompany_id` int(11) NOT NULL,
  `name` varchar(30) NOT NULL,
  `mobile` varchar(25) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `email` varchar(30) NOT NULL,
  `designation` varchar(30) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mycompany_id` (`mycompany_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mycompany_contact`
--

INSERT INTO `mycompany_contact` (`id`, `mycompany_id`, `name`, `mobile`, `phone`, `email`, `designation`) VALUES
(2, 1, '', '', '&', '&', '');

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

--
-- Table structure for table `offerletter`
--

CREATE TABLE IF NOT EXISTS `offerletter` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `email` varchar(30) NOT NULL,
  `subdate` date NOT NULL,
  `contactno` varchar(15) NOT NULL,
  `designationid` int(11) NOT NULL,
  `joindate` date NOT NULL,
  `filename` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `designationid` (`designationid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `ourbranch`
--

CREATE TABLE IF NOT EXISTS `ourbranch` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `branchname` varchar(30) NOT NULL,
  `address` mediumtext NOT NULL,
  `country` int(11) NOT NULL,
  `city` int(11) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `website` varchar(30) NOT NULL,
  `email` varchar(30) NOT NULL,
  `fax` varchar(25) NOT NULL,
  `code` varchar(10) NOT NULL,
  `footer` tinytext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ourbranch`
--

INSERT INTO `ourbranch` (`id`, `branchname`, `address`, `country`, `city`, `phone`, `website`, `email`, `fax`, `code`, `footer`) VALUES
(1, 'Doha', 'Doha, Qatar', 1, 0, '', '', '', '', 'Dh', ' Tel: + 974 44323006   |   Fax: +974 44322142  | P.O Box 200203 |  Email: info@savoysinsurance.com  |   Website: www.savoysinsurance.com');

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

--
-- Table structure for table `payment_methods`
--

CREATE TABLE IF NOT EXISTS `payment_methods` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `method` varchar(15) NOT NULL,
  `methods` varchar(50) NOT NULL,
  `sort` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `payment_methods`
--

INSERT INTO `payment_methods` (`id`, `method`, `methods`, `sort`) VALUES
(1, 'cash', 'Cash', 1),
(3, 'bank', 'Bank Transfer', 4),
(2, 'cheque', 'Cheque', 2),
(4, 'credit', 'Credit', 3);

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

--
-- Table structure for table `placing_slip`
--

CREATE TABLE IF NOT EXISTS `placing_slip` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL,
  `quotation_ref` varchar(30) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `template_header` varchar(250) NOT NULL,
  `typeof_policy` varchar(100) NOT NULL,
  `quotation_date` date NOT NULL,
  `created_date` datetime NOT NULL,
  `currencytype` int(11) NOT NULL,
  `suminsured_desctitle` varchar(100) NOT NULL,
  `suminsured_sumtitle` varchar(100) NOT NULL,
  `total_sumtitle` varchar(100) NOT NULL,
  `total_sumtitle_amount` double NOT NULL,
  `status` varchar(250) NOT NULL DEFAULT 'Created',
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`),
  KEY `cover_id` (`cover_id`),
  KEY `quotation_ref` (`quotation_ref`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=373 ;

--
-- Dumping data for table `placing_slip`
--

INSERT INTO `placing_slip` (`id`, `customer_id`, `quotation_ref`, `cover_id`, `template_header`, `typeof_policy`, `quotation_date`, `created_date`, `currencytype`, `suminsured_desctitle`, `suminsured_sumtitle`, `total_sumtitle`, `total_sumtitle_amount`, `status`) VALUES
(1, 9, 'SAV/1/2011/1', 1, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 06:35:20', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(2, 9, 'SAV/1/2011/2', 1, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 06:44:12', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(3, 6, 'SAV/2/2011/1', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 07:02:12', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(4, 6, 'SAV/5/2011/1', 5, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 07:19:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(5, 12, 'SAV/2/2011/2', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 09:02:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(6, 11, 'SAV/2/2011/3', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 09:18:05', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(7, 9, 'SAV/1/2011/3', 1, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 09:31:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(8, 13, 'SAV/30/2011/1', 30, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 09:53:49', 1, 'Description', 'Sum Insured', 'Total Sum Insured', 3600000, 'Created'),
(9, 13, 'SAV/31/2011/1', 31, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 09:58:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(10, 10, 'SAV/2/2011/4', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 10:25:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(11, 14, 'SAV/2/2011/5', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 10:43:07', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(12, 2, 'SAV/5/2011/2', 5, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 10:57:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(13, 15, 'SAV/2/2011/6', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 11:09:59', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(14, 16, 'SAV/2/2011/7', 2, 'Header Of The Template', 'New', '2011-06-07', '2011-06-07 11:21:18', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(15, 32, 'SAV/2/2011/8', 2, 'Header Of The Template', 'New', '2011-06-08', '2011-06-08 07:08:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(16, 10, 'SAV/5/2011/3', 5, 'Header Of The Template', 'New', '2011-06-08', '2011-06-08 08:47:01', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(17, 30, 'SAV/4/2011/1', 4, 'Header Of The Template', 'New', '2011-06-08', '2011-06-08 09:06:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(18, 14, 'SAV/2/2011/9', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 01:27:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(19, 32, 'SAV/5/2011/4', 5, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 01:52:03', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(20, 14, 'SAV/2/2011/10', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 02:16:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(21, 14, 'SAV/2/2011/11', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 02:41:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(22, 14, 'SAV/2/2011/12', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 02:53:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(23, 2, 'SAV/31/2011/2', 31, 'Placing Slip', 'New', '2011-06-09', '2011-06-09 03:10:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(24, 32, 'SAV/2/2011/13', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 03:26:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(25, 29, 'SAV/2/2011/14', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 04:02:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(26, 29, 'SAV/2/2011/15', 2, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 05:49:20', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(27, 32, 'SAV/5/2011/5', 5, 'Header Of The Template', 'New', '2011-06-09', '2011-06-09 06:08:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(28, 29, 'SAV/5/2011/6', 5, 'Header Of The Template', 'New', '2011-06-11', '2011-06-11 01:20:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(29, 29, 'SAV/5/2011/7', 5, 'Header Of The Template', 'New', '2011-06-11', '2011-06-11 02:16:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(30, 34, 'SAV/1/2011/4', 1, 'Header Of The Template', 'New', '2011-06-11', '2011-06-11 02:54:57', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(31, 11, 'SAV/2/2011/16', 2, 'Header Of The Template', 'New', '2011-06-11', '2011-06-11 08:00:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(32, 33, 'SAV/4/2011/2', 4, 'Header Of The Template', 'New', '2011-06-11', '2011-06-11 10:05:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(33, 35, 'SAV/1/2011/5', 1, 'Header Of The Template', 'New', '2011-06-12', '2011-06-12 04:40:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(34, 46, 'SAV/4/2011/3', 4, 'Header Of The Template', 'New', '2011-06-13', '2011-06-13 01:03:49', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(35, 46, 'SAV/4/2011/4', 4, 'Header Of The Template', 'New', '2011-06-13', '2011-06-13 01:15:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(36, 48, 'SAV/4/2011/5', 4, 'Header Of The Template', 'New', '2011-06-13', '2011-06-13 04:04:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(37, 49, 'SAV/31/2011/3', 31, 'Header Of The Template', 'New', '2011-06-13', '2011-06-13 08:51:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(38, 47, 'SAV/31/2011/4', 31, 'Header Of The Template', 'New', '2011-06-15', '2011-06-15 08:18:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(39, 25, 'SAV/31/2011/5', 31, 'Placing Slip - WC', 'New', '2011-06-16', '2011-06-16 04:27:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(40, 25, 'SAV/30/2011/2', 30, 'Header Of The Template', 'New', '2011-06-16', '2011-06-16 04:53:42', 1, 'Description', 'Sum Insured', 'Total Sum Insured', 2000000, 'Created'),
(41, 14, 'SAV/2/2011/17', 2, 'Header Of The Template', 'New', '2011-06-16', '2011-06-16 05:08:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(42, 25, 'SAV/7/2011/1', 7, 'Header Of The Template', 'New', '2011-06-16', '2011-06-16 05:15:28', 1, 'Description', 'Sum Insured', 'Total Sum Insured', 5500000, 'Created'),
(43, 53, 'SAV/2/2011/18', 2, 'Header Of The Template', 'New', '2011-06-16', '2011-06-16 06:39:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(44, 8, 'SAV/21/2011/1', 21, 'Header Of The Template', 'New', '2011-06-18', '2011-06-18 05:09:25', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(45, 21, 'SAV/31/2011/6', 31, 'Header Of The Template', 'New', '2011-06-20', '2011-06-20 05:48:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(46, 53, 'SAV/31/2011/7', 31, 'Header Of The Template', 'New', '2011-06-20', '2011-06-20 06:22:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(47, 59, 'SAV/2/2011/19', 2, 'Header Of The Template', 'New', '2011-06-20', '2011-06-20 09:25:11', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(48, 59, 'SAV/2/2011/20', 2, 'Header Of The Template', 'New', '2011-06-21', '2011-06-21 01:42:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(49, 6, 'SAV/5/2011/8', 5, 'Header Of The Template', 'New', '2011-06-21', '2011-06-21 04:38:03', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(50, 6, 'SAV/2/2011/21', 2, 'Header Of The Template', 'New', '2011-06-21', '2011-06-21 06:03:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(51, 6, 'SAV/2/2011/22', 2, 'Header Of The Template', 'New', '2011-06-21', '2011-06-21 06:18:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(52, 16, 'SAV/2/2011/23', 2, 'Header Of The Template', 'New', '2011-06-22', '2011-06-22 04:15:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(53, 14, 'SAV/2/2011/24', 2, 'Header Of The Template', 'New', '2011-06-22', '2011-06-22 04:33:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(54, 14, 'SAV/2/2011/25', 2, 'Header Of The Template', 'New', '2011-06-22', '2011-06-22 04:49:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(55, 61, 'SAV/1/2011/6', 1, 'Header Of The Template', 'New', '2011-06-25', '2011-06-25 01:20:51', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(56, 30, 'SAV/4/2011/6', 4, 'Header Of The Template', 'New', '2011-06-25', '2011-06-25 04:18:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(57, 30, 'SAV/4/2011/7', 4, 'Header Of The Template', 'New', '2011-06-25', '2011-06-25 04:29:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(58, 63, 'SAV/4/2011/8', 4, 'Header Of The Template', 'New', '2011-06-26', '2011-06-26 10:07:41', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(59, 54, 'SAV/7/2011/2', 7, 'Header Of The Template', 'New', '2011-06-27', '2011-06-27 02:30:10', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(60, 14, 'SAV/2/2011/26', 2, 'Header Of The Template', 'New', '2011-06-27', '2011-06-27 04:52:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(61, 30, 'SAV/4/2011/9', 4, 'Header Of The Template', 'New', '2011-06-27', '2011-06-27 05:44:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(62, 1, 'SAV/44/2011/1', 44, 'Header Of The Template', 'New', '2011-06-27', '2011-06-27 06:55:51', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(63, 64, 'SAV/1/2011/7', 1, 'Header Of The Template', 'New', '2011-06-28', '2011-06-28 02:48:07', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(64, 11, 'SAV/2/2011/27', 2, 'Header Of The Template', 'New', '2011-06-28', '2011-06-28 06:00:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(65, 11, 'SAV/2/2011/28', 2, 'Header Of The Template', 'New', '2011-06-28', '2011-06-28 06:14:50', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(66, 11, 'SAV/2/2011/29', 2, 'Header Of The Template', 'New', '2011-06-28', '2011-06-28 06:23:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(67, 11, 'SAV/2/2011/30', 2, 'Header Of The Template', 'New', '2011-06-28', '2011-06-28 06:33:27', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(68, 32, 'SAV/5/2011/9', 5, 'Header Of The Template', 'New', '2011-06-29', '2011-06-29 04:39:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(69, 1, 'SAV/18/2011/1', 18, 'Header Of The Template', 'New', '2011-06-29', '2011-06-29 08:29:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(70, 1, 'SAV/37/2011/1', 37, 'Header Of The Template', 'New', '2011-06-29', '2011-06-29 08:45:57', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(71, 1, 'SAV/42/2011/1', 42, 'Header Of The Template', 'New', '2011-06-29', '2011-06-29 09:02:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(72, 66, 'SAV/19/2011/1', 19, 'Header Of The Template', 'New', '2011-06-30', '2011-06-30 09:27:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(73, 67, 'SAV/31/2011/8', 31, 'Header Of The Template', 'New', '2011-07-02', '2011-07-02 03:55:25', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(74, 42, 'SAV/3/2011/1', 3, 'Header Of The Template', 'New', '2011-06-30', '2011-07-02 04:03:31', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(75, 14, 'SAV/31/2011/9', 31, 'Header Of The Template', 'New', '2011-07-02', '2011-07-02 06:47:13', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(76, 68, 'SAV/3/2011/2', 3, 'Header Of The Template', 'New', '2011-07-02', '2011-07-02 08:32:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(77, 6, 'SAV/5/2011/10', 5, 'Header Of The Template', 'New', '2011-07-02', '2011-07-03 01:14:43', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(78, 43, 'SAV/19/2011/2', 19, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 04:24:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(79, 1, 'SAV/37/2011/2', 37, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 04:55:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(80, 69, 'SAV/2/2011/31', 2, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 05:14:43', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(81, 69, 'SAV/2/2011/32', 2, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 05:49:50', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(82, 69, 'SAV/2/2011/33', 2, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 06:57:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(83, 69, 'SAV/2/2011/34', 2, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 07:11:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(84, 40, 'SAV/31/2011/11', 31, 'Header Of The Template', 'New', '2011-07-03', '2011-07-03 07:34:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(85, 37, 'SAV/31/2011/12', 31, 'Header Of The Template', 'New', '2011-07-04', '2011-07-04 08:37:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(87, 70, 'SAV/18/2011/3', 18, 'Header Of The Template', 'New', '2011-07-05', '2011-07-05 03:39:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(88, 72, 'SAV/31/2011/14', 31, 'Header Of The Template', 'New', '2011-07-06', '2011-07-06 08:33:01', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(89, 39, 'SAV/30/2011/3', 30, 'Header Of The Template', 'New', '2011-07-07', '2011-07-07 04:00:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(90, 73, 'SAV/2/2011/35', 2, 'Header Of The Template', 'New', '2011-07-10', '2011-07-10 01:49:54', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(91, 73, 'SAV/2/2011/36', 2, 'Header Of The Template', 'New', '2011-07-10', '2011-07-10 02:05:42', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(92, 42, 'SAV/46/2011/2', 46, 'Header Of The Template', 'New', '2011-07-10', '2011-07-10 05:16:47', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(93, 71, 'SAV/2/2011/37', 2, 'Header Of The Template', 'New', '2011-07-11', '2011-07-11 03:04:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(94, 32, 'SAV/2/2011/38', 2, 'Header Of The Template', 'New', '2011-07-11', '2011-07-11 04:02:59', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(95, 9, 'SAV/7/2011/3', 7, 'Header Of The Template', 'New', '2011-07-11', '2011-07-11 05:41:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(96, 9, 'SAV/7/2011/4', 7, 'Header Of The Template', 'New', '2011-07-11', '2011-07-11 06:23:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(97, 9, 'SAV/7/2011/5', 7, 'Header Of The Template', 'New', '2011-07-11', '2011-07-11 06:31:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(98, 44, 'SAV/18/2011/4', 18, 'Header Of The Template', 'New', '2011-07-11', '2011-07-11 07:20:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(99, 9, 'SAV/1/2011/8', 1, 'Header Of The Template', 'New', '2011-07-12', '2011-07-12 02:41:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(100, 7, 'SAV/2/2011/39', 2, 'Header Of The Template', 'New', '2011-07-12', '2011-07-12 08:19:34', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(101, 29, 'SAV/5/2011/11', 5, 'Header Of The Template', 'New', '2011-07-13', '2011-07-13 06:35:11', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(102, 70, 'SAV/25/2011/1', 25, 'Header Of The Template', 'New', '2011-07-13', '2011-07-13 07:11:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(103, 65, 'SAV/42/2011/2', 42, 'Header Of The Template', 'New', '2011-07-13', '2011-07-13 07:31:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(104, 11, 'SAV/2/2011/40', 2, 'Header Of The Template', 'New', '2011-07-17', '2011-07-17 03:22:49', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(105, 11, 'SAV/2/2011/41', 2, 'Header Of The Template', 'New', '2011-07-17', '2011-07-17 03:28:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(106, 11, 'SAV/2/2011/42', 2, 'Header Of The Template', 'New', '2011-07-18', '2011-07-18 04:24:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(107, 9, 'SAV/4/2011/10', 4, 'Header Of The Template', 'New', '2011-07-18', '2011-07-18 05:38:30', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(108, 76, 'SAV/1/2011/9', 1, 'Header Of The Template', 'New', '2011-07-18', '2011-07-18 08:19:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(109, 55, 'SAV/14/2011/1', 14, 'Header Of The Template', 'New', '2011-07-18', '2011-07-18 08:40:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(110, 55, 'SAV/30/2011/4', 30, 'Header Of The Template', 'New', '2011-07-19', '2011-07-19 02:08:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(111, 55, 'SAV/31/2011/15', 31, 'Header Of The Template', 'New', '2011-07-19', '2011-07-19 02:33:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(112, 77, 'SAV/2/2011/43', 2, 'Header Of The Template', 'New', '2011-07-19', '2011-07-19 03:14:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(113, 6, 'SAV/31/2011/16', 31, 'Header Of The Template', 'New', '2011-07-19', '2011-07-20 01:39:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(114, 9, 'SAV/1/2011/10', 1, 'Header Of The Template', 'New', '2011-07-21', '2011-07-21 03:24:31', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(115, 11, 'SAV/2/2011/44', 2, 'Header Of The Template', 'New', '2011-07-21', '2011-07-21 04:19:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(116, 60, 'SAV/8/2011/1', 8, 'Header Of The Template', 'New', '2011-07-24', '2011-07-24 00:15:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(117, 79, 'SAV/31/2011/17', 31, 'Header Of The Template', 'New', '2011-07-26', '2011-07-26 04:54:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(118, 81, 'SAV/31/2011/18', 31, 'Header Of The Template', 'New', '2011-07-27', '2011-07-27 02:17:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(119, 81, 'SAV/30/2011/5', 30, 'Header Of The Template', 'New', '2011-07-27', '2011-07-27 02:21:27', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(120, 82, 'SAV/21/2011/2', 21, 'Header Of The Template', 'New', '2011-07-28', '2011-07-28 02:34:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(121, 84, 'SAV/2/2011/45', 2, 'Header Of The Template', 'New', '2011-07-30', '2011-07-30 00:20:51', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(122, 98, 'SAV/4/2011/11', 4, 'Header Of The Template', 'New', '2011-08-01', '2011-08-01 04:34:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(123, 78, 'SAV/4/2011/12', 4, 'Header Of The Template', 'New', '2011-08-01', '2011-08-01 05:49:59', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(124, 82, 'SAV/31/2011/23', 31, 'Header Of The Template', 'New', '2011-08-02', '2011-08-02 02:36:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(125, 82, 'SAV/25/2011/2', 25, 'Header Of The Template', 'New', '2011-08-02', '2011-08-02 02:47:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(126, 82, 'SAV/13/2011/2', 13, 'Header Of The Template', 'New', '2011-08-02', '2011-08-02 03:02:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(127, 82, 'SAV/7/2011/6', 7, 'Header Of The Template', 'New', '2011-08-02', '2011-08-02 03:23:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(128, 82, 'SAV/11/2011/1', 11, 'Header Of The Template', 'New', '2011-08-02', '2011-08-02 03:58:57', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(129, 88, 'SAV/31/2011/22', 31, 'Header Of The Template', 'New', '2011-08-01', '2011-08-03 02:06:20', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(130, 2, 'SAV/2/2011/46', 2, 'Header Of The Template', 'New', '2011-08-03', '2011-08-03 05:13:41', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(131, 82, 'SAV/6/2011/1', 6, 'Header Of The Template', 'New', '2011-08-04', '2011-08-04 01:50:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(132, 82, 'SAV/3/2011/3', 3, 'Header Of The Template', 'New', '2011-08-04', '2011-08-04 02:00:02', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(133, 11, 'SAV/2/2011/47', 2, 'Header Of The Template', 'New', '2011-08-04', '2011-08-04 06:21:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(134, 20, 'SAV/47/2011/1', 47, 'Header Of The Template', 'New', '2011-08-06', '2011-08-06 02:23:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(135, 43, 'SAV/7/2011/9', 7, 'Header Of The Template', 'New', '2011-08-06', '2011-08-06 03:39:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(136, 43, 'SAV/38/2011/1', 38, 'Header Of The Template', 'New', '2011-08-06', '2011-08-06 06:18:27', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(137, 102, 'SAV/38/2011/2', 38, 'Header Of The Template', 'New', '2011-08-07', '2011-08-07 00:15:01', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(138, 103, 'SAV/2/2011/48', 2, 'Header Of The Template', 'New', '2011-08-07', '2011-08-07 03:00:59', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(139, 20, 'SAV/31/2011/24', 31, 'Header Of The Template', 'New', '2011-08-08', '2011-08-08 08:34:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(140, 105, 'SAV/5/2011/12', 5, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 02:27:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(141, 104, 'SAV/13/2011/3', 13, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 03:13:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(142, 104, 'SAV/25/2011/3', 25, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 03:41:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(143, 104, 'SAV/6/2011/2', 6, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 03:47:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(144, 104, 'SAV/3/2011/4', 3, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 03:50:08', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(145, 104, 'SAV/31/2011/25', 31, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 03:59:08', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(146, 32, 'SAV/2/2011/49', 2, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 04:22:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(147, 32, 'SAV/2/2011/50', 2, 'Header Of The Template', 'New', '2011-08-09', '2011-08-09 04:32:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(148, 104, 'SAV/7/2011/10', 7, 'Header Of The Template', 'New', '2011-08-09', '2011-08-10 06:25:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(149, 101, 'SAV/31/2011/26', 31, 'Header Of The Template', 'New', '2011-08-11', '2011-08-11 03:15:44', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(150, 106, 'SAV/34/2011/1', 34, 'Header Of The Template', 'New', '2011-08-11', '2011-08-11 04:23:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(151, 106, 'SAV/31/2011/27', 31, 'Header Of The Template', 'New', '2011-08-11', '2011-08-11 05:13:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(152, 109, 'SAV/31/2011/28', 31, 'Header Of The Template', 'New', '2011-08-11', '2011-08-11 05:32:50', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(153, 55, 'SAV/8/2011/3', 8, 'Header Of The Template', 'New', '2011-08-03', '2011-08-13 04:26:47', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(154, 110, 'SAV/3/2011/5', 3, 'Header Of The Template', 'New', '2011-08-16', '2011-08-16 01:18:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(155, 112, 'SAV/1/2011/11', 1, 'Header Of The Template', 'New', '2011-08-16', '2011-08-16 01:24:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(156, 111, 'SAV/4/2011/13', 4, 'Header Of The Template', 'New', '2011-08-16', '2011-08-16 01:30:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(157, 67, 'SAV/31/2011/29', 31, 'Header Of The Template', 'New', '2011-08-17', '2011-08-17 05:10:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(158, 67, 'SAV/47/2011/2', 47, 'Header Of The Template', 'New', '2011-08-17', '2011-08-17 05:11:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(159, 113, 'SAV/4/2011/14', 4, 'Header Of The Template', 'New', '2011-08-17', '2011-08-17 07:43:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(160, 114, 'SAV/4/2011/15', 4, 'Header Of The Template', 'New', '2011-08-17', '2011-08-17 07:51:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(161, 29, 'SAV/5/2011/13', 5, 'Header Of The Template', 'New', '2011-08-17', '2011-08-17 08:12:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(162, 7, 'SAV/2/2011/51', 2, 'Header Of The Template', 'New', '2011-08-20', '2011-08-20 01:16:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(163, 60, 'SAV/6/2011/3', 6, 'Header Of The Template', 'New', '2011-08-17', '2011-08-21 01:38:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(164, 115, 'SAV/2/2011/52', 2, 'Header Of The Template', 'New', '2011-08-22', '2011-08-22 02:57:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(165, 115, 'SAV/2/2011/53', 2, 'Header Of The Template', 'New', '2011-08-22', '2011-08-22 03:03:25', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(166, 75, 'SAV/46/2011/3', 46, 'Header Of The Template', 'New', '2011-08-23', '2011-08-23 05:47:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(167, 22, 'SAV/31/2011/30', 31, 'Header Of The Template', 'New', '2011-08-24', '2011-08-24 04:20:54', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(168, 55, 'SAV/38/2011/4', 38, 'Header Of The Template', 'New', '2011-08-25', '2011-08-25 04:15:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(169, 22, 'SAV/44/2011/2', 44, 'Header Of The Template', 'New', '2011-08-21', '2011-08-25 04:54:42', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(170, 7, 'SAV/2/2011/54', 2, 'Header Of The Template', 'New', '2011-08-25', '2011-08-25 05:13:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(171, 32, 'SAV/5/2011/14', 5, 'Header Of The Template', 'New', '2011-08-25', '2011-08-25 05:27:13', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(172, 25, 'SAV/3/2011/6', 3, 'Header Of The Template', 'New', '2011-08-29', '2011-08-29 02:37:43', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(173, 104, 'SAV/3/2011/7', 3, 'Header Of The Template', 'New', '2011-08-29', '2011-08-29 07:20:07', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(174, 104, 'SAV/6/2011/4', 6, 'Header Of The Template', 'New', '2011-08-29', '2011-08-29 07:23:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(175, 104, 'SAV/13/2011/4', 13, 'Header Of The Template', 'New', '2011-08-29', '2011-08-29 07:34:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(176, 104, 'SAV/25/2011/4', 25, 'Header Of The Template', 'New', '2011-08-29', '2011-08-29 07:50:05', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(177, 104, 'SAV/31/2011/31', 31, 'Header Of The Template', 'New', '2011-08-29', '2011-08-29 08:02:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(178, 10, 'SAV/5/2011/15', 5, 'Header Of The Template', 'New', '2011-09-04', '2011-09-04 09:10:02', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(179, 10, 'SAV/5/2011/16', 5, 'Header Of The Template', 'New', '2011-09-04', '2011-09-04 09:13:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(180, 2, 'SAV/2/2011/55', 2, 'Header Of The Template', 'New', '2011-09-05', '2011-09-05 03:43:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(181, 116, 'SAV/7/2011/11', 7, 'Header Of The Template', 'New', '2011-09-05', '2011-09-05 08:13:02', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(182, 117, 'SAV/7/2011/12', 7, 'Header Of The Template', 'New', '2011-09-05', '2011-09-05 08:25:59', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(183, 39, 'SAV/31/2011/32', 31, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 04:42:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(184, 28, 'SAV/31/2011/33', 31, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 05:21:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(185, 10, 'SAV/5/2011/17', 5, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 08:45:18', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(186, 10, 'SAV/5/2011/18', 5, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 09:09:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(187, 10, 'SAV/5/2011/19', 5, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 09:15:11', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(188, 10, 'SAV/5/2011/20', 5, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 09:19:57', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(189, 10, 'SAV/5/2011/21', 5, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 09:23:29', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(190, 118, 'SAV/5/2011/22', 5, 'Header Of The Template', 'New', '2011-09-06', '2011-09-06 09:40:08', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(191, 82, 'SAV/21/2011/3', 21, 'Header Of The Template', 'New', '2011-09-07', '2011-09-07 07:42:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(192, 29, 'SAV/5/2011/23', 5, 'Header Of The Template', 'New', '2011-09-11', '2011-09-11 08:10:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(193, 9, 'SAV/1/2011/12', 1, 'Header Of The Template', 'New', '2011-09-11', '2011-09-11 08:41:03', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(194, 41, 'SAV/31/2011/34', 31, 'Header Of The Template', 'New', '2011-09-12', '2011-09-12 00:57:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(195, 54, 'SAV/30/2011/6', 30, 'Header Of The Template', 'New', '2011-09-13', '2011-09-13 05:40:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(196, 119, 'SAV/2/2011/56', 2, 'Header Of The Template', 'New', '2011-09-18', '2011-09-18 05:12:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(197, 11, 'SAV/2/2011/57', 2, 'Header Of The Template', 'New', '2011-09-18', '2011-09-18 07:20:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(198, 11, 'SAV/2/2011/58', 2, 'Header Of The Template', 'New', '2011-09-18', '2011-09-18 07:33:50', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(199, 71, 'SAV/5/2011/24', 5, 'Header Of The Template', 'New', '2011-09-18', '2011-09-18 07:52:05', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(200, 67, 'SAV/31/2011/35', 31, 'Header Of The Template', 'New', '2011-09-18', '2011-09-18 09:11:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(201, 32, 'SAV/5/2011/25', 5, 'Header Of The Template', 'New', '2011-09-20', '2011-09-20 08:13:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(202, 9, 'SAV/1/2011/13', 1, 'Header Of The Template', 'New', '2011-09-20', '2011-09-20 09:23:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(203, 1, 'SAV/2/2011/59', 2, 'Header Of The Template', 'New', '2011-09-20', '2011-09-20 09:37:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(204, 81, 'SAV/31/2011/37', 31, 'Header Of The Template', 'New', '2011-09-25', '2011-09-25 05:03:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(205, 69, 'SAV/31/2011/38', 31, 'Header Of The Template', 'New', '2011-09-25', '2011-09-25 08:36:10', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(206, 69, 'SAV/30/2011/7', 30, 'Header Of The Template', 'New', '2011-09-25', '2011-09-25 08:47:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(207, 29, 'SAV/5/2011/26', 5, 'Header Of The Template', 'New', '2011-09-26', '2011-09-27 02:16:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(208, 67, 'SAV/2/2011/60', 2, 'Header Of The Template', 'New', '2011-10-02', '2011-10-02 03:23:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(209, 88, 'SAV/25/2011/5', 25, 'Header Of The Template', 'New', '2011-10-02', '2011-10-02 07:20:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(210, 60, 'SAV/30/2011/8', 30, 'Header Of The Template', 'New', '2011-10-03', '2011-10-03 04:31:17', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(211, 110, 'SAV/2/2011/61', 2, 'Header Of The Template', 'New', '2011-10-03', '2011-10-03 09:12:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(212, 118, 'SAV/4/2011/16', 4, 'Header Of The Template', 'New', '2011-10-04', '2011-10-04 06:55:25', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(213, 71, 'SAV/2/2011/62', 2, 'Header Of The Template', 'New', '2011-10-04', '2011-10-04 09:11:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(214, 71, 'SAV/2/2011/63', 2, 'Header Of The Template', 'New', '2011-10-04', '2011-10-04 09:22:49', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(215, 120, 'SAV/1/2011/14', 1, 'Header Of The Template', 'New', '2011-10-06', '2011-10-06 03:01:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(216, 30, 'SAV/4/2011/17', 4, 'Header Of The Template', 'New', '2011-10-06', '2011-10-06 04:45:05', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(217, 36, 'SAV/7/2011/13', 7, 'Header Of The Template', 'New', '2011-10-09', '2011-10-09 05:55:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(218, 53, 'SAV/2/2011/64', 2, 'Header Of The Template', 'New', '2011-10-10', '2011-10-10 02:22:29', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(219, 32, 'SAV/5/2011/27', 5, 'Header Of The Template', 'New', '2011-10-10', '2011-10-10 02:33:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(220, 82, 'SAV/22/2011/1', 22, 'Header Of The Template', 'New', '2011-10-10', '2011-10-10 06:54:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(221, 14, 'SAV/31/2011/39', 31, 'Header Of The Template', 'New', '2011-10-11', '2011-10-11 07:50:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(222, 121, 'SAV/2/2011/65', 2, 'Header Of The Template', 'New', '2011-10-12', '2011-10-12 07:37:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(223, 122, 'SAV/5/2011/28', 5, 'Header Of The Template', 'New', '2011-10-13', '2011-10-13 03:13:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(224, 11, 'SAV/2/2011/66', 2, 'Header Of The Template', 'New', '2011-10-13', '2011-10-13 04:49:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(225, 29, 'SAV/31/2011/41', 31, 'Header Of The Template', 'New', '2011-10-15', '2011-10-15 03:36:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(226, 14, 'SAV/19/2011/3', 19, 'Header Of The Template', 'New', '2011-10-16', '2011-10-16 08:16:12', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(227, 124, 'SAV/1/2011/15', 1, 'Header Of The Template', 'New', '2011-10-17', '2011-10-17 09:24:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(228, 82, 'SAV/30/2011/9', 30, 'Header Of The Template', 'New', '2011-10-23', '2011-10-23 02:47:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(229, 125, 'SAV/1/2011/16', 1, 'Header Of The Template', 'New', '2011-10-23', '2011-10-23 03:47:12', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(230, 6, 'SAV/5/2011/29', 5, 'Header Of The Template', 'New', '2011-10-24', '2011-10-24 00:35:10', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(231, 6, 'SAV/5/2011/30', 5, 'Header Of The Template', 'New', '2011-10-24', '2011-10-24 00:43:51', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(232, 128, 'SAV/1/2011/17', 1, 'Header Of The Template', 'New', '2011-10-25', '2011-10-25 04:49:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(233, 126, 'SAV/31/2011/42', 31, 'Header Of The Template', 'New', '2011-10-24', '2011-10-25 04:55:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(234, 75, 'SAV/5/2011/31', 5, 'Header Of The Template', 'New', '2011-10-25', '2011-10-25 06:04:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(235, 49, 'SAV/2/2011/67', 2, 'Header Of The Template', 'New', '2011-10-26', '2011-10-26 05:17:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(236, 49, 'SAV/2/2011/68', 2, 'Header Of The Template', 'New', '2011-10-26', '2011-10-26 05:22:47', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(237, 1, 'SAV/38/2011/5', 38, 'Header Of The Template', 'New', '2011-10-27', '2011-10-27 04:08:11', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(238, 101, 'SAV/2/2011/69', 2, 'Header Of The Template', 'New', '2011-10-27', '2011-10-27 05:26:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(239, 130, 'SAV/1/2011/18', 1, 'Header Of The Template', 'New', '2011-10-27', '2011-10-27 05:44:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(240, 129, 'SAV/1/2011/19', 1, 'Header Of The Template', 'New', '2011-10-29', '2011-10-29 02:56:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(241, 131, 'SAV/4/2011/18', 4, 'Header Of The Template', 'New', '2011-10-30', '2011-10-30 06:47:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(242, 132, 'SAV/4/2011/19', 4, 'Header Of The Template', 'New', '2011-10-30', '2011-10-30 06:52:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(243, 8, 'SAV/33/2011/1', 33, 'Header Of The Template', 'New', '2011-10-31', '2011-10-31 06:35:07', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(244, 133, 'SAV/1/2011/20', 1, 'Header Of The Template', 'New', '2011-11-01', '2011-11-01 03:18:59', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(245, 134, 'SAV/1/2011/21', 1, 'Header Of The Template', 'New', '2011-11-01', '2011-11-01 03:31:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(246, 135, 'SAV/7/2011/14', 7, 'Header Of The Template', 'New', '2011-11-01', '2011-11-01 03:54:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(247, 136, 'SAV/1/2011/22', 1, 'Header Of The Template', 'New', '2011-11-02', '2011-11-02 03:03:02', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(248, 137, 'SAV/1/2011/23', 1, 'Header Of The Template', 'New', '2011-11-02', '2011-11-02 03:25:29', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(249, 1, 'SAV/42/2011/3', 42, 'Header Of The Template', 'New', '2011-11-02', '2011-11-02 03:39:15', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(250, 54, 'SAV/5/2011/32', 5, 'Header Of The Template', 'New', '2011-11-02', '2011-11-02 04:03:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(251, 25, 'SAV/13/2011/5', 13, 'Header Of The Template', 'New', '2011-11-02', '2011-11-02 06:05:13', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(252, 25, 'SAV/14/2011/2', 14, 'Header Of The Template', 'New', '2011-11-02', '2011-11-03 05:06:37', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(253, 138, 'SAV/4/2011/20', 4, 'Header Of The Template', 'New', '2011-11-09', '2011-11-09 03:18:41', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(254, 140, 'SAV/4/2011/21', 4, 'Header Of The Template', 'New', '2011-11-10', '2011-11-10 01:36:50', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(255, 29, 'SAV/5/2011/33', 5, 'Header Of The Template', 'New', '2011-11-10', '2011-11-10 02:35:27', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(256, 141, 'SAV/44/2011/3', 44, 'Header Of The Template', 'New', '2011-11-10', '2011-11-10 03:40:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(257, 29, 'SAV/2/2011/70', 2, 'Header Of The Template', 'New', '2011-11-11', '2011-11-11 23:49:04', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(258, 29, 'SAV/2/2011/71', 2, 'Header Of The Template', 'New', '2011-11-12', '2011-11-12 00:10:13', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(259, 142, 'SAV/1/2011/24', 1, 'Header Of The Template', 'New', '2011-11-12', '2011-11-12 05:53:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(260, 32, 'SAV/5/2011/34', 5, 'Header Of The Template', 'New', '2011-11-13', '2011-11-13 02:40:10', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(261, 143, 'SAV/1/2011/25', 1, 'Header Of The Template', 'New', '2011-11-13', '2011-11-13 06:12:57', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(262, 145, 'SAV/2/2011/72', 2, 'Header Of The Template', 'New', '2011-11-16', '2011-11-16 00:16:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(263, 144, 'SAV/31/2011/44', 31, 'Header Of The Template', 'New', '2011-11-14', '2011-11-16 00:53:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(264, 147, 'SAV/38/2011/6', 38, 'Header Of The Template', 'New', '2011-11-21', '2011-11-21 01:08:44', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(265, 148, 'SAV/2/2011/73', 2, 'Header Of The Template', 'New', '2011-11-21', '2011-11-21 02:32:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(266, 11, 'SAV/2/2011/74', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 01:17:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(267, 11, 'SAV/2/2011/75', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 01:22:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(268, 11, 'SAV/2/2011/76', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 01:37:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(269, 11, 'SAV/2/2011/77', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 01:46:03', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(270, 11, 'SAV/2/2011/78', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 01:49:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(271, 42, 'SAV/2/2011/79', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 02:48:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(272, 42, 'SAV/2/2011/80', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 02:52:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(273, 42, 'SAV/2/2011/81', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 02:55:41', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(274, 42, 'SAV/2/2011/82', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 03:00:02', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(275, 42, 'SAV/2/2011/83', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 03:08:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(276, 42, 'SAV/2/2011/84', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 03:13:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(277, 42, 'SAV/2/2011/85', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 03:18:56', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(278, 14, 'SAV/2/2011/86', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 04:28:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(279, 14, 'SAV/2/2011/87', 2, 'Header Of The Template', 'New', '2011-11-22', '2011-11-22 04:33:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(280, 149, 'SAV/2/2011/88', 2, 'Header Of The Template', 'New', '2011-11-23', '2011-11-26 04:27:15', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(281, 14, 'SAV/2/2011/89', 2, 'Header Of The Template', 'New', '2011-11-28', '2011-11-28 02:36:37', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(282, 14, 'SAV/2/2011/90', 2, 'Header Of The Template', 'New', '2011-11-28', '2011-11-28 02:42:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(283, 150, 'SAV/1/2011/26', 1, 'Header Of The Template', 'New', '2011-11-28', '2011-11-28 03:28:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(284, 9, 'SAV/1/2011/27', 1, 'Header Of The Template', 'New', '2011-11-28', '2011-11-28 04:20:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(285, 151, 'SAV/19/2011/4', 19, 'Header Of The Template', 'New', '2011-11-28', '2011-11-28 05:51:44', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(286, 71, 'SAV/2/2011/91', 2, 'Header Of The Template', 'New', '2011-11-29', '2011-11-30 01:07:28', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(287, 6, 'SAV/5/2011/35', 5, 'Header Of The Template', 'New', '2011-12-01', '2011-12-01 00:32:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(288, 42, 'SAV/3/2011/8', 3, 'Header Of The Template', 'New', '2011-12-01', '2011-12-01 01:38:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(289, 54, 'SAV/2/2011/92', 2, 'Header Of The Template', 'New', '2011-12-01', '2011-12-01 03:14:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(290, 152, 'SAV/4/2011/22', 4, 'Header Of The Template', 'New', '2011-12-01', '2011-12-01 03:21:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(291, 32, 'SAV/2/2011/93', 2, 'Header Of The Template', 'New', '2011-12-01', '2011-12-01 04:19:50', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(292, 6, 'SAV/2/2011/94', 2, 'Header Of The Template', 'New', '2011-12-03', '2011-12-03 01:05:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(293, 6, 'SAV/2/2011/95', 2, 'Header Of The Template', 'New', '2011-12-03', '2011-12-03 01:42:37', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(294, 11, 'SAV/5/2011/36', 5, 'Header Of The Template', 'New', '2011-12-04', '2011-12-04 02:58:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(295, 11, 'SAV/2/2011/96', 2, 'Header Of The Template', 'New', '2011-12-04', '2011-12-04 03:25:01', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(296, 11, 'SAV/2/2011/97', 2, 'Header Of The Template', 'New', '2011-12-04', '2011-12-04 03:29:28', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(297, 49, 'SAV/2/2011/98', 2, 'Header Of The Template', 'New', '2011-12-04', '2011-12-04 07:56:54', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(298, 154, 'SAV/31/2011/46', 31, 'Header Of The Template', 'New', '2011-12-05', '2011-12-05 03:32:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(299, 155, 'SAV/7/2011/15', 7, 'Header Of The Template', 'New', '2011-12-05', '2011-12-05 06:15:47', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(300, 156, 'SAV/7/2011/16', 7, 'Header Of The Template', 'New', '2011-12-05', '2011-12-05 06:24:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(301, 104, 'SAV/7/2011/17', 7, 'Header Of The Template', 'New', '2011-12-05', '2011-12-05 08:15:37', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(302, 160, 'SAV/1/2011/28', 1, 'Header Of The Template', 'New', '2011-12-08', '2011-12-08 01:20:18', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(303, 32, 'SAV/5/2011/37', 5, 'Header Of The Template', 'New', '2011-12-11', '2011-12-11 07:15:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(304, 32, 'SAV/5/2011/38', 5, 'Header Of The Template', 'New', '2011-12-11', '2011-12-11 07:21:07', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(305, 162, 'SAV/31/2011/49', 31, 'Header Of The Template', 'New', '2011-12-12', '2011-12-12 04:22:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(306, 163, 'SAV/1/2011/29', 1, 'Header Of The Template', 'New', '2011-12-13', '2011-12-13 03:28:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(307, 67, 'SAV/2/2011/100', 2, 'Header Of The Template', 'New', '2011-12-13', '2011-12-13 04:09:02', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(308, 67, 'SAV/2/2011/101', 2, 'Header Of The Template', 'New', '2011-12-13', '2011-12-13 04:18:42', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(309, 164, 'SAV/7/2011/18', 7, 'Header Of The Template', 'New', '2011-12-13', '2011-12-13 08:45:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(310, 29, 'SAV/2/2011/102', 2, 'Header Of The Template', 'New', '2011-12-14', '2011-12-14 00:57:13', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(311, 29, 'SAV/2/2011/103', 2, 'Header Of The Template', 'New', '2011-12-14', '2011-12-14 01:05:52', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(312, 127, 'SAV/31/2011/43', 31, 'Header Of The Template', 'New', '2011-10-24', '2011-12-14 06:08:06', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(313, 37, 'SAV/2/2011/104', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 03:33:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(314, 37, 'SAV/2/2011/105', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 03:48:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(315, 37, 'SAV/2/2011/106', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 04:25:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(316, 37, 'SAV/2/2011/107', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 04:30:18', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(317, 14, 'SAV/2/2011/108', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 04:57:28', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(318, 42, 'SAV/2/2011/109', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 07:24:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(319, 37, 'SAV/2/2011/110', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 08:32:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(320, 115, 'SAV/2/2011/111', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 08:40:27', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(321, 115, 'SAV/2/2011/112', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 08:44:42', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(322, 166, 'SAV/31/2011/51', 31, 'Header Of The Template', 'New', '2011-12-14', '2011-12-19 23:07:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(323, 53, 'SAV/2/2011/113', 2, 'Header Of The Template', 'New', '2011-12-19', '2011-12-19 23:56:01', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(324, 168, 'SAV/1/2011/30', 1, 'Header Of The Template', 'New', '2011-12-21', '2011-12-21 06:45:54', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(325, 1, 'SAV/38/2011/7', 38, 'Header Of The Template', 'New', '2011-12-21', '2011-12-21 07:06:48', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(326, 104, 'SAV/8/2011/4', 8, 'Header Of The Template', 'New', '2011-12-22', '2011-12-22 04:24:26', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(327, 11, 'SAV/5/2011/39', 5, 'Header Of The Template', 'New', '2011-12-22', '2011-12-22 04:46:41', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(328, 165, 'SAV/21/2011/4', 21, 'Header Of The Template', 'New', '2011-12-25', '2011-12-26 00:51:51', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(329, 165, 'SAV/31/2011/50', 31, 'Header Of The Template', 'New', '2011-12-14', '2011-12-26 03:56:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(330, 82, 'SAV/25/2011/6', 25, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 04:50:19', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(331, 82, 'SAV/31/2011/52', 31, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 05:09:40', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(332, 82, 'SAV/11/2011/2', 11, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 05:29:35', 1, 'Description', 'Sum Insured', '', 0, 'Created');
INSERT INTO `placing_slip` (`id`, `customer_id`, `quotation_ref`, `cover_id`, `template_header`, `typeof_policy`, `quotation_date`, `created_date`, `currencytype`, `suminsured_desctitle`, `suminsured_sumtitle`, `total_sumtitle`, `total_sumtitle_amount`, `status`) VALUES
(333, 82, 'SAV/13/2011/6', 13, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 05:33:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(334, 82, 'SAV/7/2011/19', 7, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 05:36:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(335, 82, 'SAV/3/2011/9', 3, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 05:54:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(336, 82, 'SAV/6/2011/5', 6, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 05:59:12', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(337, 68, 'SAV/3/2011/10', 3, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 06:43:09', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(338, 29, 'SAV/2/2011/114', 2, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 07:38:14', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(339, 29, 'SAV/2/2011/115', 2, 'Header Of The Template', 'New', '2011-12-26', '2011-12-26 07:44:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(340, 169, 'SAV/2/2011/116', 2, 'Header Of The Template', 'New', '2011-12-27', '2011-12-27 05:09:35', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(341, 42, 'SAV/2/2011/117', 2, 'Header Of The Template', 'New', '2011-12-27', '2011-12-27 09:07:07', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(342, 42, 'SAV/2/2011/118', 2, 'Header Of The Template', 'New', '2011-12-27', '2011-12-27 09:10:34', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(343, 42, 'SAV/2/2011/119', 2, 'Header Of The Template', 'New', '2011-12-27', '2011-12-27 09:23:36', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(344, 170, 'SAV/2/2012/120', 2, 'Header Of The Template', 'New', '2012-01-01', '2012-01-01 07:29:58', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(345, 22, 'SAV/31/2012/53', 31, 'Header Of The Template', 'New', '2012-01-01', '2012-01-01 07:47:29', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(346, 22, 'SAV/7/2011/20', 7, 'Header Of The Template', 'New', '2011-12-28', '2012-01-01 08:01:31', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(347, 78, 'SAV/4/2012/23', 4, 'Header Of The Template', 'New', '2012-01-03', '2012-01-03 00:18:08', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(348, 6, 'SAV/5/2012/40', 5, 'Header Of The Template', 'New', '2012-01-03', '2012-01-03 00:48:46', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(349, 149, 'SAV/2/2012/121', 2, 'Header Of The Template', 'New', '2012-01-03', '2012-01-03 03:54:16', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(350, 42, 'SAV/2/2012/122', 2, 'Header Of The Template', 'New', '2012-01-03', '2012-01-03 07:52:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(351, 42, 'SAV/2/2012/123', 2, 'Header Of The Template', 'New', '2012-01-03', '2012-01-03 07:59:11', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(352, 68, 'SAV/3/2012/11', 3, 'Header Of The Template', 'New', '2012-01-05', '2012-01-05 01:13:00', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(353, 171, 'SAV/1/2012/31', 1, 'Header Of The Template', 'New', '2012-01-05', '2012-01-05 04:18:21', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(354, 1, 'SAV/38/2012/8', 38, 'Header Of The Template', 'New', '2012-01-08', '2012-01-08 02:37:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(355, 11, 'SAV/2/2012/124', 2, 'Header Of The Template', 'New', '2012-01-08', '2012-01-08 04:08:08', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(356, 22, 'SAV/30/2011/11', 30, 'Header Of The Template', 'New', '2011-12-28', '2012-01-08 04:55:32', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(357, 173, 'SAV/4/2012/24', 4, 'Header Of The Template', 'New', '2012-01-09', '2012-01-09 06:02:55', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(358, 174, 'SAV/5/2012/41', 5, 'Header Of The Template', 'New', '2012-01-09', '2012-01-09 06:39:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(359, 11, 'SAV/2/2012/125', 2, 'Header Of The Template', 'New', '2012-01-10', '2012-01-10 07:25:38', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(360, 11, 'SAV/2/2012/126', 2, 'Header Of The Template', 'New', '2012-01-10', '2012-01-10 07:30:22', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(361, 11, 'SAV/2/2012/127', 2, 'Header Of The Template', 'New', '2012-01-10', '2012-01-10 07:32:49', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(362, 36, 'SAV/7/2012/21', 7, 'Header Of The Template', 'New', '2012-01-11', '2012-01-11 06:11:24', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(363, 176, 'SAV/4/2012/25', 4, 'Header Of The Template', 'New', '2012-01-12', '2012-01-12 00:54:49', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(364, 22, 'SAV/45/2012/1', 45, 'Header Of The Template', 'New', '2012-01-15', '2012-01-15 07:34:53', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(365, 22, 'SAV/45/2012/2', 45, 'Header Of The Template', 'New', '2012-01-15', '2012-01-15 07:39:23', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(366, 70, 'SAV/2/2012/128', 2, 'Header Of The Template', 'New', '2012-01-15', '2012-01-16 00:02:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(367, 106, 'SAV/3/2012/12', 3, 'Header Of The Template', 'New', '2012-01-18', '2012-01-18 01:10:39', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(368, 101, 'SAV/3/2012/13', 3, 'Header Of The Template', 'New', '2012-01-18', '2012-01-18 01:27:44', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(369, 82, 'SAV/30/2012/12', 30, 'Header Of The Template', 'New', '2012-01-18', '2012-01-18 04:13:45', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(370, 32, 'SAV/5/2012/42', 5, 'Header Of The Template', 'New', '2012-01-19', '2012-01-19 01:03:51', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(371, 101, 'SAV/6/2012/6', 6, 'Header Of The Template', 'New', '2012-01-19', '2012-01-19 04:40:33', 1, 'Description', 'Sum Insured', '', 0, 'Created'),
(372, 165, 'SAV/38/2012/9', 38, 'Header Of The Template', 'New', '2012-01-26', '2012-01-26 02:14:04', 1, 'Description', 'Sum Insured', '', 0, 'Created');

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

--
-- Table structure for table `placing_slip_bank`
--

CREATE TABLE IF NOT EXISTS `placing_slip_bank` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `payment_id` varchar(10) NOT NULL,
  `dd_cheque_no` varchar(50) NOT NULL,
  `bank_name` varchar(75) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `placing_slip_files`
--

CREATE TABLE IF NOT EXISTS `placing_slip_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `filename` varchar(250) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=431 ;

--
-- Dumping data for table `placing_slip_files`
--

INSERT INTO `placing_slip_files` (`id`, `placing_slip_id`, `filename`, `fileid`) VALUES
(1, 1, 'MVA-271.pdf', 4),
(2, 13, 'Datum_Co._W_.L_.L_(1)_.PDF', 5),
(3, 14, 'mva-270.pdf', 6),
(4, 19, 'HAMRIYA_CERT.pdf', 7),
(5, 21, 'KMBT35020110510144410.pdf', 8),
(6, 22, 'HOREITIA_GLOBAL_MVA226_MOTOR_CERT_ASHOK_LEYLAND92739.pdf', 9),
(7, 23, 'Essa_Hitech_Binder_WC-EL_-_Qatar.pdf', 10),
(8, 24, 'Hamilton_-_08-05-2011_(1).pdf', 11),
(9, 25, 'Cert_2.pdf', 12),
(10, 26, 'Global_Mechanical_Certificates.pdf', 13),
(11, 30, 'mva274-komal_anil.pdf', 14),
(12, 29, 'Global_Mechanical_Engineering_Co._.pdf', 15),
(13, 28, 'Global_Mechanical_Engineering_Co._1.pdf', 16),
(14, 2, 'MVA-269.pdf', 17),
(15, 3, 'Best_Maintenance_eg_Co._.pdf', 18),
(16, 3, 'Best_Maintenance_eg_Co._1.pdf', 19),
(17, 4, 'Best_Maintenance_eg_Co.(MTP)_.pdf', 20),
(18, 31, 'Corniche_Pharmacy-273.pdf', 21),
(19, 6, 'Corniche_Pharmacy-MVA265_06.06_.2011_.pdf', 22),
(20, 7, 'SHEIKH_HAMAD_ABDULLAH_T.J_._ALTHANI_.PDF', 23),
(21, 27, 'AL_HAMRIYA-MTP_75_(1).pdf', 24),
(22, 18, 'Horeitia_Global-MVA240-Amended_(1).pdf', 25),
(23, 17, 'SCAN1.pdf', 26),
(24, 32, 'CERTIFICATE_-MTP-78.pdf', 27),
(25, 20, 'horetia_global.pdf', 28),
(26, 16, 'SCAN11.pdf', 29),
(27, 12, 'ESSA_HIGHTECH_TRAD.PDF', 30),
(28, 10, 'MATHILAKATH_SABITH.pdf', 31),
(29, 5, 'Hydrocare_trading_Motor_Cert.pdf', 32),
(30, 33, 'KURIAN_JOSEPH-MVA256.pdf', 33),
(31, 3, 'Best_Maintenance_eg_Co._(1)_.pdf', 34),
(32, 34, 'Arakka_Vettil_A._Shaji_05_.06_.2011_.pdf', 35),
(33, 35, 'ARAKKA_12.06_.2011VETTIL_SHAJI_.pdf', 36),
(34, 11, 'Horeitia_Global_WLL-MVA-260.pdf', 37),
(35, 36, 'MTP84-SAMI_ACCAOUI.pdf', 38),
(36, 38, 'Abu_Hail_Wc_certificate.pdf', 42),
(37, 41, '420130.pdf', 43),
(38, 43, 'TECHMARK.pdf', 44),
(39, 47, 'BITMAX.pdf', 45),
(40, 48, 'BITMAX1.pdf', 46),
(41, 49, 'MOTOR_CERT-BEST_MAINTENANCE-MTP87-SUZUKI45881.pdf', 47),
(42, 50, 'MVA_290.pdf', 51),
(43, 51, 'MVA_291.pdf', 52),
(44, 52, 'PRIME_MEDIA_(2).pdf', 53),
(45, 54, 'HORETIA.pdf', 54),
(46, 55, 'THE_CERTIFICATE_(MVA-299).pdf', 55),
(47, 56, 'SHEIKH_SULTAN_AHMED-MTP_66.pdf', 56),
(48, 58, 'MPT-90.pdf', 57),
(49, 59, 'fire_insurance.pdf', 58),
(50, 60, 'HORETIA_CERT.PDF', 59),
(51, 61, 'Shk_Sultan_Ahmad_Al-Thani_MTP_Certificate.pdf', 61),
(53, 63, 'MVA306._.pdf', 63),
(54, 64, 'MVA-308.pdf', 64),
(55, 64, 'MVA-3081.pdf', 65),
(56, 65, 'MVA-309.pdf', 66),
(57, 66, 'MVA-310.pdf', 67),
(58, 67, 'MVA-311.pdf', 68),
(59, 41, 'Comprehensive.pdf', 69),
(60, 68, 'MTP-95.pdf', 70),
(61, 40, 'TPL_PDC.pdf', 71),
(62, 39, 'PDC_WC_certificate.pdf', 72),
(63, 72, 'Wellcare_Polyclinic_Business_secure.pdf', 73),
(64, 42, 'P_D_C_Fire_Insurance.pdf', 74),
(65, 77, 'BEST_MAINTENANCE.pdf', 75),
(66, 80, 'group_security.pdf', 76),
(67, 82, 'group_security1.pdf', 77),
(68, 81, 'group_security3.pdf', 80),
(69, 79, 'Intergroup_Marine_insurance.pdf', 81),
(71, 87, 'Al_Hamad.pdf', 89),
(72, 84, 'certificate.pdf', 91),
(73, 37, 'Certificate_wc.pdf', 92),
(74, 88, 'Certificate.pdf', 93),
(75, 85, 'certificate1.pdf', 94),
(76, 89, 'Cover_note.pdf', 95),
(77, 78, 'Cover_note1.pdf', 96),
(78, 45, 'Cover_note2.pdf', 97),
(81, 90, 'Certificate1.pdf', 101),
(82, 91, 'Certificate2.pdf', 102),
(83, 91, 'Certificate3.pdf', 103),
(84, 93, 'Certificate4.pdf', 104),
(85, 99, 'Certificate5.pdf', 105),
(86, 100, 'Certificate6.pdf', 106),
(87, 97, 'Certificate7.pdf', 107),
(88, 96, 'Certificate8.pdf', 108),
(89, 95, 'Certificate9.pdf', 109),
(90, 101, 'Certificate10.pdf', 110),
(91, 102, 'Certificate11.pdf', 111),
(92, 103, 'Certificate12.pdf', 112),
(93, 103, 'Certificate13.pdf', 113),
(94, 98, 'Certificate14.pdf', 114),
(95, 104, 'certificate_00333.pdf', 115),
(96, 105, 'certificate_00334.pdf', 116),
(97, 106, 'Certificate15.pdf', 118),
(98, 107, 'Certificate16.pdf', 119),
(100, 112, 'Certificate17.pdf', 121),
(101, 113, 'Cover_Note.pdf', 123),
(102, 111, 'Certificate18.pdf', 124),
(103, 110, 'Certificate19.pdf', 125),
(104, 109, 'Certificate20.pdf', 126),
(105, 108, 'Certificate21.pdf', 127),
(106, 114, 'Certificate22.pdf', 128),
(107, 115, 'Certificate23.pdf', 129),
(108, 103, 'Policy.pdf', 131),
(109, 119, 'Certificate_TPL.pdf', 138),
(110, 118, 'Certificate_Wc.pdf', 139),
(111, 44, 'certificate2.pdf', 140),
(112, 120, 'Cover_note3.pdf', 145),
(113, 121, 'Certificate25.pdf', 146),
(114, 122, 'Certificate26.pdf', 162),
(115, 123, 'Certificate27.pdf', 163),
(116, 129, 'Certificate28.pdf', 171),
(117, 130, 'Certificate29.pdf', 177),
(118, 129, 'Cover_note4.pdf', 179),
(119, 133, 'certificate3.pdf', 180),
(120, 135, 'Cover_note5.pdf', 181),
(121, 135, 'Binder.doc', 182),
(123, 135, 'Certificate30.pdf', 184),
(124, 134, 'Policy_shedule.pdf', 187),
(125, 136, 'Certificate31.pdf', 189),
(126, 37, 'Policy1.pdf', 196),
(127, 134, 'Certificate32.pdf', 203),
(128, 139, 'Binder1.doc', 204),
(129, 138, 'Certificate_Harp.pdf', 205),
(130, 140, 'Certificate_RITTO_VARGHESE.pdf', 206),
(131, 146, 'Certificate_Al_Ham_1.pdf', 207),
(132, 147, 'Certificate_Al_ham_2.pdf', 208),
(133, 150, 'Cover_note6.pdf', 209),
(134, 151, 'Cover_note_WC.pdf', 212),
(135, 153, 'Certificate33.pdf', 227),
(136, 153, 'Placing_Slip.doc', 228),
(137, 153, 'Certificate34.pdf', 230),
(138, 152, 'Certificate35.pdf', 236),
(139, 152, 'Amended_certificate.tif', 237),
(140, 151, 'Cover_note_WC1.pdf', 238),
(141, 151, 'Cover_note_WC2.pdf', 239),
(142, 150, 'certificate4.pdf', 241),
(143, 152, 'Cover_Note_Seagulf.pdf', 243),
(144, 152, 'amended.tif', 244),
(145, 154, 'certificate6.pdf', 245),
(146, 155, 'Certificate36.pdf', 246),
(147, 156, 'Certificate37.pdf', 247),
(148, 153, 'Policy_Schedule.pdf', 250),
(149, 151, 'Amended.pdf', 261),
(150, 159, 'Certificate38.pdf', 262),
(151, 160, 'Certificate39.pdf', 263),
(152, 162, 'Certificate40.pdf', 264),
(153, 102, 'Policy_Schedule1.pdf', 265),
(154, 164, 'certificate7.pdf', 268),
(155, 165, 'Crtificate2.pdf', 269),
(156, 166, 'Policy_Shedule.pdf', 273),
(157, 157, 'Placing_Slip1.doc', 277),
(158, 158, 'Cover_Note1.pdf', 281),
(159, 157, 'Cover_Note2.pdf', 282),
(160, 170, 'Certificate41.pdf', 284),
(161, 171, 'Certificate42.pdf', 285),
(162, 173, 'Certificate43.pdf', 286),
(163, 174, 'Certificate44.pdf', 287),
(164, 175, 'Certificate45.pdf', 288),
(165, 176, 'Certificate46.pdf', 289),
(166, 177, 'Certificate47.pdf', 290),
(169, 168, 'certificate8.pdf', 293),
(170, 175, 'certificate9.pdf', 294),
(171, 174, 'certifcate.pdf', 295),
(172, 173, 'certificate10.pdf', 296),
(173, 176, 'Insurance_Certificate__Plant_Machinery_-_Omega_Engineering_2011_(1).pdf', 297),
(174, 177, 'certificate11.pdf', 298),
(175, 179, 'Certificate-117.pdf', 300),
(176, 178, 'certificate-118.pdf', 301),
(177, 179, 'Certificate-1171.pdf', 302),
(178, 178, 'certificate-1181.pdf', 303),
(179, 180, 'certificate12.pdf', 304),
(180, 181, 'certificate13.pdf', 305),
(181, 182, 'Certificate210.pdf', 306),
(182, 183, 'certificate14.pdf', 309),
(183, 184, 'Placing.pdf', 311),
(184, 183, 'Placing_slip.pdf', 312),
(185, 184, 'certificate15.pdf', 313),
(186, 185, 'certificate16.pdf', 314),
(187, 186, 'certificate17.pdf', 315),
(188, 187, 'certificate18.pdf', 316),
(189, 188, 'certificate19.pdf', 317),
(190, 189, 'certificate20.pdf', 318),
(191, 190, 'certificate21.pdf', 319),
(192, 191, 'Cover_note7.pdf', 320),
(193, 193, 'Certificate48.pdf', 321),
(194, 192, 'Certificate49.pdf', 322),
(195, 173, 'Certificate50.pdf', 323),
(196, 174, 'Certificate51.pdf', 324),
(197, 195, 'Certificate_Al_Badi.pdf', 325),
(198, 194, 'Al_Ikhlas_-_Placing_Slip.doc', 326),
(199, 194, 'WC_Certificate.pdf', 327),
(200, 196, 'certificate22.pdf', 328),
(201, 197, 'certificate23.pdf', 329),
(202, 198, 'Certificate52.pdf', 331),
(203, 199, 'certificate24.pdf', 332),
(204, 201, 'Certificate53.pdf', 334),
(205, 203, 'certificate_Intergroup.pdf', 337),
(206, 202, 'certificate25.pdf', 339),
(207, 203, 'certificate(1).pdf', 340),
(208, 204, 'Certificate55.pdf', 342),
(209, 204, 'WC_placing_slip.doc', 343),
(210, 206, 'TPL_Cover_note.pdf', 346),
(211, 205, 'WC_Cover_note.pdf', 347),
(212, 207, 'certificate26.pdf', 348),
(213, 173, 'Motor_comprehensive_fleet.pdf', 350),
(214, 177, 'Wc_Certificate.pdf', 351),
(215, 176, 'Certificate_Plant.pdf', 352),
(216, 175, 'Certificate_Money.pdf', 353),
(217, 174, 'Certificate_tpl.pdf', 354),
(218, 208, 'Certificate56.pdf', 356),
(219, 209, 'cover_note.pdf', 360),
(220, 210, 'Cover_Note3.pdf', 363),
(221, 211, 'certificate_212085.pdf', 364),
(222, 212, 'Certificate-139.pdf', 365),
(223, 213, 'Certificate_-_434.pdf', 366),
(224, 214, 'Certificate_-435.pdf', 367),
(225, 215, 'Certificate_-438.pdf', 368),
(226, 184, 'certificate27.pdf', 369),
(227, 206, 'certificate28.pdf', 370),
(228, 205, 'certificate29.pdf', 371),
(229, 217, 'Certificate57.pdf', 372),
(230, 154, 'Certificate_Motor_Comp_Fleet.pdf', 373),
(231, 218, 'Certificate_-_441.pdf', 374),
(232, 219, 'Certificate_-144.pdf', 375),
(233, 220, 'Cover_note_Voltage_Engineering.pdf', 377),
(234, 151, 'Shedule_Al_safa_wc.pdf', 378),
(235, 150, 'Shedule_Al_safa_medical_malpractice.pdf', 379),
(236, 194, 'al_ikhlas_wc.pdf', 380),
(237, 120, 'Voltage_CAR_Shedule.pdf', 381),
(238, 221, 'Cover_note_Horeitia_Global_WC.pdf', 383),
(239, 221, 'Placing_Slip_WC_EL_Quote,_Horeitia_2011.doc', 384),
(240, 222, 'Certificate_Options_Trad_Cont-447.pdf', 391),
(241, 223, 'Certificate_-148.pdf', 394),
(242, 224, 'Certificate_-_449.pdf', 395),
(243, 225, 'Certificate_Global_Mechanical_Engineering_WC_13.10_.2011_.pdf', 411),
(244, 226, 'Certificate_Horeitia_Business_shield.pdf', 412),
(245, 137, 'Certificate58.pdf', 416),
(246, 227, 'Certificate_-454.pdf', 417),
(247, 228, 'Voltage_Engineering_Cover_Note_TPL.pdf', 419),
(248, 228, 'Voltage_Engineering_Cover_Note_TPL1.pdf', 420),
(249, 229, 'Certificate_-_460.pdf', 421),
(250, 157, 'Shedule.pdf', 424),
(251, 158, 'certificate_Group_Life.pdf', 425),
(252, 183, 'Al_Able_WC_Shedule.pdf', 426),
(254, 230, 'Certificate_-150.pdf', 430),
(255, 231, 'Certificate_-151.pdf', 431),
(256, 232, 'Certificate_-_463.pdf', 439),
(257, 233, 'Cover_note_India_Gulf_Contracting_Co_WC.pdf', 440),
(258, 234, 'Certificate_-_152.pdf', 441),
(259, 236, 'Certificate_-_469.pdf', 444),
(260, 235, 'Certificate_-_468.pdf', 445),
(261, 237, 'Intergroup_Shipping_-_Shedule.pdf', 446),
(263, 239, 'Certificate_-_472.pdf', 448),
(264, 240, 'Certificate_-_474.pdf', 450),
(266, 238, 'Certificate_-_473.pdf', 452),
(267, 242, 'Certificate_-154.pdf', 453),
(268, 241, 'Certificate_-155.pdf', 454),
(269, 139, 'Insurance_Certificate_Wellcare_group.pdf', 455),
(271, 139, 'Wellcare_Group_WLL_-_WC_policy_2011.pdf', 457),
(272, 243, 'Certificate_-_Professional_Indemnity.pdf', 463),
(273, 244, 'Certificate_-_477.pdf', 464),
(274, 245, 'Certificate_-_478.pdf', 465),
(275, 246, 'Afia_Pharmacy_Fire_Insurance.pdf', 472),
(276, 247, 'Certificate_485.pdf', 473),
(277, 248, 'Certificate_-_482.pdf', 474),
(278, 228, 'Certificate59.pdf', 477),
(279, 209, 'Schedule_and_Equipment_list.pdf', 478),
(281, 220, 'Schedule_1.pdf', 480),
(283, 220, 'Schedule_2.pdf', 482),
(284, 253, 'Certificate_-_164.pdf', 483),
(285, 254, 'Certificate_-167.pdf', 484),
(286, 256, 'Confirmation.pdf', 487),
(287, 257, 'Certificate_493.pdf', 489),
(288, 258, 'Certificate_494.pdf', 490),
(289, 252, 'Certificate_-_Project_Development_Company_Fidelity_Guarantee.pdf', 495),
(290, 251, 'Certificate_-_Project_Development_Company_-_Money.pdf', 496),
(291, 210, 'Schedule.pdf', 498),
(292, 259, 'certificate30.pdf', 499),
(293, 260, 'Certificate_-170.pdf', 505),
(295, 261, 'Certificate_-495.pdf', 509),
(296, 263, 'Dolphin_WC_Cover_Note.pdf', 516),
(297, 262, 'Certificate_-10-R1.pdf', 519),
(298, 225, 'Schedule_-_349.pdf', 520),
(299, 256, 'Doha_Golf_Club_-_Policy_Schedule.pdf', 521),
(300, 226, 'Policy_Schedule_-_247.pdf', 522),
(301, 221, 'schedule_-_348.pdf', 523),
(302, 149, 'Shutdown_Maintenance_Services_WCI.pdf', 526),
(303, 264, 'Arif_Munir_Khan_-_Marine_Insurance.pdf', 528),
(304, 265, 'Certificate_-519.pdf', 529),
(305, 266, 'Certificate_-_520.pdf', 530),
(306, 267, 'Certificate_-_521.pdf', 531),
(307, 268, 'Certificate_-_522.pdf', 532),
(308, 269, 'Certificate_-_523.pdf', 533),
(309, 270, 'Certificate_-_524.pdf', 534),
(310, 248, 'Certificate_-_482-E001.pdf', 535),
(311, 271, 'Certificate_-_525-1.pdf', 536),
(312, 278, 'Certificate_-_526.pdf', 538),
(313, 279, 'Certificate_-_527.pdf', 539),
(314, 233, 'Policy_Schedule_-_000350.pdf', 541),
(315, 252, 'Policy_Schedule_-_000130.pdf', 542),
(316, 251, 'Policy_Schedule_-000129.pdf', 543),
(317, 252, 'Project_Development_Company_FG_Cover_Note.pdf', 544),
(318, 280, 'Certificate_-531.pdf', 546),
(319, 277, 'Certificate_525_-7.pdf', 547),
(320, 276, 'Certificate_525_-_6.pdf', 548),
(321, 275, 'Certificate_525_-_5.pdf', 549),
(322, 271, 'Certificate_525_-_1.pdf', 550),
(323, 272, 'Certificate_525_-_2.pdf', 551),
(324, 274, 'Certificate_525_-_4.pdf', 552),
(325, 273, 'Certificate_525_-_3.pdf', 553),
(326, 282, 'Certificate_-538.pdf', 554),
(327, 281, 'Certificate_-537.pdf', 555),
(328, 283, 'Certificate_-539.pdf', 556),
(329, 284, 'Certificate_-14-R1.pdf', 557),
(330, 285, 'Business_Shield_-_Cover_Note.pdf', 558),
(331, 286, 'Certifcate_-_544.pdf', 560),
(332, 287, 'Crtificate_-_179.pdf', 561),
(333, 288, 'Argon_Global_-_Motor_Comp_Fleet_.pdf', 563),
(334, 243, 'Professional_Indemnity_-_South_West_Architecture.pdf', 565),
(335, 290, 'Mohammed_Shaheen_-_00036.pdf', 566),
(336, 289, 'Al_Badi_-_00123.pdf', 567),
(337, 291, 'Certificate_-550.pdf', 568),
(338, 293, 'Crtificate_-30201.pdf', 569),
(340, 263, 'WC-000352_Dolphin_Constructions_Co._.pdf', 571),
(341, 256, 'Doha_Golf_Club,_Premium,_Calculation.pdf', 574),
(342, 256, ',_Credit_Note_-_15.11_.2011_and_15_.12_.2011_.pdf', 575),
(343, 256, 'MEDICAL_INSURACNE_STAFF_LIST_9.11_.2011_.xls', 576),
(344, 45, 'Lapinsa_WC_Schedule.pdf', 577),
(345, 9, 'WC_Certificate_Basco_Qatar.pdf', 578),
(346, 8, 'Basco_Qatar_-_General_TPL.pdf', 579),
(347, 294, 'Certificate_-180.pdf', 580),
(348, 295, 'Certificate_-23-R1.pdf', 581),
(349, 296, 'Certificate_-24-R1.pdf', 583),
(350, 297, 'Certificate_-_553.pdf', 589),
(351, 298, 'Fine_Decor_-_WC_Policy_2011.pdf', 594),
(352, 298, 'Fine_decor_-_Employees_List_(Insurance).xls', 595),
(353, 300, 'Policy_Schedule_-_01-FAP-2010-00002-R1.pdf', 598),
(354, 299, 'POlicy_Schedule_-_01-FAP-2010-00003-R1.pdf', 599),
(355, 84, 'Space_Trad_-_Policy_Schedule.pdf', 600),
(356, 302, 'Certificate_-_26-R1.pdf', 603),
(357, 74, 'Policy_schedule_-_75-VF-30179-0-0.pdf', 606),
(358, 304, 'Certificate_-183.pdf', 613),
(359, 303, 'Certificate_-184.pdf', 614),
(361, 305, 'Chrysolite_WCI_certificate.pdf', 619),
(362, 306, 'Jaimon_Jacob-568.pdf', 620),
(363, 306, 'Jaimon_Jacob-5681.pdf', 621),
(364, 308, 'Certificate_-572.pdf', 622),
(365, 307, 'Certificate_-_571.pdf', 623),
(366, 249, 'intergroup_endo.pdf', 624),
(367, 309, 'Petroleum_Mechanical_75FX3001001.pdf', 625),
(368, 310, 'Certificate_-574.pdf', 626),
(369, 311, 'Certificate_-575.pdf', 627),
(370, 312, 'Rise_and_Shine_WCI_Certificate.pdf', 632),
(371, 313, 'Certificate_-_214381.pdf', 635),
(372, 314, 'Certificate_-_2143821.pdf', 637),
(373, 315, 'Certificate_-_214383.pdf', 638),
(374, 316, 'Certificate_-_214384.pdf', 639),
(375, 317, 'Horeitia_Global_-017.pdf', 640),
(376, 318, 'Certificate_-_586.pdf', 641),
(377, 319, 'Certificate_-_589.pdf', 643),
(378, 320, 'Certificate_-_581.pdf', 644),
(379, 321, 'Certificate_-_588.pdf', 645),
(380, 322, 'Banyan_Qatar.pdf', 646),
(381, 323, 'Certificte_-_590.pdf', 647),
(382, 311, 'Certificate_575.pdf', 651),
(383, 325, 'intergroup_marine_policy.pdf', 652),
(384, 327, 'Certificate_-_bike_187.pdf', 653),
(385, 329, 'QB_Engineering_WC_Certificate.pdf', 659),
(386, 328, 'QB_Engineering_-_CAR_Quotation1.pdf', 660),
(387, 326, 'Omema_Eng_-PAR_Policy.pdf', 662),
(388, 337, 'AL_AMEEN_RENT_A_CAR_+_SALEH_AL_HAMAD_AL_MANA_POLICY_DOCUMENTS.pdf', 663),
(389, 330, 'Voltage_Engineering_Plant_and_equipment_List.pdf', 664),
(390, 340, 'Certificate_613.pdf', 665),
(391, 336, 'VOLTAGE_TPL_FLEET_RENEWAL_DOCUMENTS.pdf', 666),
(392, 335, 'VOLTAGE_COMPREHENSIVE_FLEET_RENEWAL_DOCUMENTS_(1).pdf', 667),
(393, 341, 'Certificate_605.pdf', 668),
(394, 342, 'Certificate_606.pdf', 669),
(395, 341, 'Certificate_amended.pdf', 673),
(396, 285, 'IB_School_-_Business_Shield_-_pg_1.pdf', 674),
(397, 285, 'IB_School_-_Business_Shield_-_pg_3.pdf', 675),
(398, 285, 'IB_School_-_Business_Shield_-_pg_4.pdf', 676),
(399, 133, 'JGC-MVA_265.pdf', 677),
(400, 42, 'Project_Development_Company_Fire_Insurance_Certificate.pdf', 678),
(401, 344, 'Certificate_-_621.pdf', 679),
(402, 255, 'scan-169_(1).pdf', 681),
(403, 347, 'Certificate_-_198.pdf', 682),
(404, 348, 'Certificate_-_1991.pdf', 684),
(405, 349, 'Certificate_624.pdf', 685),
(406, 352, 'Certificate_-_AL_AMEEN_URVAN_04_01_2012.pdf', 686),
(407, 352, 'Certificate_AL_AMEEN_TIIDA_04_01_2012.pdf', 687),
(408, 353, 'Certificate_-631.pdf', 689),
(409, 354, 'Inter_group_Marine_Insurance.pdf', 692),
(410, 355, 'Certificate_-_632.pdf', 693),
(411, 346, 'Dulsco_Qatar_-_Fire_Insurance1.pdf', 694),
(412, 345, 'Dulsco_TPL,_FSP_WCI_Certificates.pdf', 695),
(413, 356, 'Dulsco_-_TPL.pdf', 696),
(414, 357, 'Certificate_204.pdf', 699),
(415, 359, 'Certificate_-_38-39-40.pdf', 700),
(416, 360, 'Certificate_-_38-39-401.pdf', 701),
(417, 361, 'Certificate_-_38-39-402.pdf', 702),
(418, 362, 'Care_and_Cure_pharmacy_policy.pdf', 705),
(419, 366, 'Certificate_-_648.pdf', 715),
(420, 46, 'Techmark_Trad_and_Cont_WLL_WC_Policy.pdf', 716),
(421, 368, 'SMS_-_Comprehensive_Motor_Policy_2011_(1)_(1).pdf', 717),
(422, 364, 'glp_dulsco_workers.pdf', 718),
(423, 365, 'glp_dulsco_staff.pdf', 719),
(424, 305, 'Chrysolite_-_WC_Policy_Schedule.pdf', 720),
(425, 369, 'Voltage_Engineering_TPL_Certificate.pdf', 723),
(426, 370, 'Certifictae_-214.pdf', 724),
(427, 371, 'Shut_Down_Maintenance_-_TPL_Policy_2011.pdf', 725),
(428, 365, 'Dulsco_-_gl_-_staff_details.pdf', 727),
(429, 364, 'Dulsco_-_glp_-_workers_details.pdf', 728),
(430, 372, 'QB_Engineering_Marine_Cargo_Insurance.pdf', 732);

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

--
-- Table structure for table `placing_slip_form`
--

CREATE TABLE IF NOT EXISTS `placing_slip_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `labelname` varchar(250) NOT NULL,
  `value` longtext NOT NULL,
  `fieldtype` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`placing_slip_id`),
  KEY `placing_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7186 ;

--
-- Dumping data for table `placing_slip_form`
--

INSERT INTO `placing_slip_form` (`id`, `placing_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(41, 4, 'Insured', '', 'insured'),
(42, 4, 'Business', '', 'business'),
(43, 4, 'Rate', '', 'rate'),
(44, 4, 'Policy Fees', '', 'policyfees'),
(45, 4, 'Period Of Insurance', '', 'periodofinsurance'),
(46, 4, 'Premium', '', 'premium'),
(47, 4, 'Brokerage', '', 'brokerage'),
(48, 3, 'Insured', '', 'insured'),
(49, 3, 'Business', '', 'business'),
(50, 3, 'Period Of Insurance', '', 'periodofinsurance'),
(51, 3, 'Year', '', 'text'),
(52, 3, 'Type of vehicle', '', 'text'),
(53, 3, 'Sum insured', '43800', 'text'),
(54, 3, 'Rate', '', 'rate'),
(55, 3, 'Policy Fees', '', 'policyfees'),
(56, 3, 'Premium', '', 'premium'),
(57, 3, 'Brokerage', '', 'brokerage'),
(81, 5, 'Insured', '', 'insured'),
(82, 5, 'Business', '', 'business'),
(83, 5, 'Rate', '', 'rate'),
(84, 5, 'Policy Fees', '', 'policyfees'),
(85, 5, 'Period Of Insurance', '', 'periodofinsurance'),
(86, 5, 'Premium', '', 'premium'),
(87, 5, 'Brokerage', '', 'brokerage'),
(109, 8, 'Insured', '', 'insured'),
(110, 8, 'Interest & Sum Insured', '', 'suminsured'),
(111, 8, 'Business', '', 'business'),
(112, 8, 'Period Of Insurance', '', 'periodofinsurance'),
(113, 8, 'Rate', '', 'rate'),
(114, 8, 'Policy Fees', '', 'policyfees'),
(115, 8, 'Premium', '', 'premium'),
(116, 8, 'Brokerage', '', 'brokerage'),
(117, 9, 'Insured', '', 'insured'),
(118, 9, 'Business', '', 'business'),
(119, 9, 'Estimated Annual Wages', '1200000', 'text'),
(120, 9, 'Rate', '', 'rate'),
(121, 9, 'Policy Fees', '', 'policyfees'),
(122, 9, 'Period Of Insurance', '', 'periodofinsurance'),
(123, 9, 'Premium', '', 'premium'),
(124, 9, 'Brokerage', '', 'brokerage'),
(125, 10, 'Insured', '', 'insured'),
(126, 10, 'Business', '', 'business'),
(127, 10, 'Rate', '', 'rate'),
(128, 10, 'Policy Fees', '', 'policyfees'),
(129, 10, 'Period Of Insurance', '', 'periodofinsurance'),
(130, 10, 'Premium', '', 'premium'),
(131, 10, 'Brokerage', '', 'brokerage'),
(132, 11, 'Insured', '', 'insured'),
(133, 11, 'Business', '', 'business'),
(134, 11, 'Rate', '', 'rate'),
(135, 11, 'Policy Fees', '', 'policyfees'),
(136, 11, 'Period Of Insurance', '', 'periodofinsurance'),
(137, 11, 'Premium', '', 'premium'),
(138, 11, 'Brokerage', '', 'brokerage'),
(139, 12, 'Insured', '', 'insured'),
(140, 12, 'Business', '', 'business'),
(141, 12, 'Rate', '', 'rate'),
(142, 12, 'Policy Fees', '', 'policyfees'),
(143, 12, 'Period Of Insurance', '', 'periodofinsurance'),
(144, 12, 'Premium', '', 'premium'),
(145, 12, 'Brokerage', '', 'brokerage'),
(174, 14, 'Insured', '', 'insured'),
(175, 14, 'Business', '', 'business'),
(176, 14, 'Rate', '', 'rate'),
(177, 14, 'Policy Fees', '', 'policyfees'),
(178, 14, 'Period Of Insurance', '', 'periodofinsurance'),
(179, 14, 'Premium', '', 'premium'),
(180, 14, 'Brokerage', '', 'brokerage'),
(203, 1, 'Insured', '', 'insured'),
(204, 1, 'Policy Fees', '', 'policyfees'),
(205, 1, 'Period Of Insurance', '', 'periodofinsurance'),
(206, 1, 'Premium', '', 'premium'),
(207, 1, 'Brokerage', '', 'brokerage'),
(208, 1, 'Year of Manufacture', '2010', 'text'),
(209, 1, 'Sum Insured', '39200', 'text'),
(246, 16, 'Insured', '', 'insured'),
(247, 16, 'Business', '', 'business'),
(248, 16, 'Type of vehicle', 'Bus', 'text'),
(249, 16, 'Year of Manufacture', '', 'text'),
(250, 16, 'Seating Capacity', '30', 'text'),
(251, 16, 'Cc', '', 'text'),
(252, 16, 'Ton', '', 'text'),
(253, 16, 'Rate', '', 'rate'),
(254, 16, 'Policy Fees', '', 'policyfees'),
(255, 16, 'Period Of Insurance', '', 'periodofinsurance'),
(256, 16, 'Premium', '', 'premium'),
(257, 16, 'Brokerage', '', 'brokerage'),
(258, 18, 'Insured', '', 'insured'),
(259, 18, 'Business', '', 'business'),
(260, 18, 'Type of vehicle', 'Bus', 'text'),
(261, 18, 'Year of Manufacture', '2011', 'text'),
(262, 18, 'Value of vehicle', '', 'text'),
(263, 18, 'Seating capacity', '67', 'text'),
(264, 18, 'Cc', '', 'text'),
(265, 18, 'Rate', '', 'rate'),
(266, 18, 'Policy Fees', '', 'policyfees'),
(267, 18, 'Period Of Insurance', '', 'periodofinsurance'),
(268, 18, 'Premium', '', 'premium'),
(269, 18, 'Brokerage', '', 'brokerage'),
(306, 19, 'Insured', '', 'insured'),
(307, 19, 'Business', '', 'business'),
(308, 19, 'Type of vehicle', 'Bus', 'text'),
(309, 19, 'Year of Manufacture', '2007', 'text'),
(310, 19, 'Seating Capacity', '67', 'text'),
(311, 19, 'Cc', '', 'text'),
(312, 19, 'Ton', '', 'text'),
(313, 19, 'Rate', '', 'rate'),
(314, 19, 'Policy Fees', '', 'policyfees'),
(315, 19, 'Period Of Insurance', '', 'periodofinsurance'),
(316, 19, 'Premium', '', 'premium'),
(317, 19, 'Brokerage', '', 'brokerage'),
(318, 21, 'Insured', '', 'insured'),
(319, 21, 'Business', '', 'business'),
(320, 21, 'Type of vehicle', 'LEXUS LX570', 'text'),
(321, 21, 'Year of Manufacture', '2011', 'text'),
(322, 21, 'Value of vehicle', '373000', 'text'),
(323, 21, 'Seating capacity', '8', 'text'),
(324, 21, 'Cc', '8', 'text'),
(325, 21, 'Rate', '', 'rate'),
(326, 21, 'Policy Fees', '', 'policyfees'),
(327, 21, 'Period Of Insurance', '', 'periodofinsurance'),
(328, 21, 'Premium', '', 'premium'),
(329, 21, 'Brokerage', '', 'brokerage'),
(330, 22, 'Insured', '', 'insured'),
(331, 22, 'Business', '', 'business'),
(332, 22, 'Type of vehicle', 'Bus', 'text'),
(333, 22, 'Year of Manufacture', '2008', 'text'),
(334, 22, 'Value of vehicle', '121680', 'text'),
(335, 22, 'Seating capacity', '67', 'text'),
(336, 22, 'Cc', '6', 'text'),
(337, 22, 'Rate', '', 'rate'),
(338, 22, 'Policy Fees', '', 'policyfees'),
(339, 22, 'Period Of Insurance', '', 'periodofinsurance'),
(340, 22, 'Premium', '', 'premium'),
(341, 22, 'Brokerage', '', 'brokerage'),
(342, 23, 'Insured', '', 'insured'),
(343, 23, 'Business', '', 'business'),
(344, 23, 'Estimated Annual Wages', '469200', 'text'),
(345, 23, 'Rate', '', 'rate'),
(346, 23, 'Policy Fees', '', 'policyfees'),
(347, 23, 'Period Of Insurance', '', 'periodofinsurance'),
(348, 23, 'Premium', '', 'premium'),
(349, 23, 'Brokerage', '', 'brokerage'),
(362, 24, 'Insured', '', 'insured'),
(363, 24, 'Business', '', 'business'),
(364, 24, 'Type of vehicle', 'TOYOTA LAND CRUISER', 'text'),
(365, 24, 'Year of Manufacture', '2009', 'text'),
(366, 24, 'Value of vehicle', '170000', 'text'),
(367, 24, 'Seating capacity', '7', 'text'),
(368, 24, 'Cc', '8', 'text'),
(369, 24, 'Rate', '', 'rate'),
(370, 24, 'Policy Fees', '', 'policyfees'),
(371, 24, 'Period Of Insurance', '', 'periodofinsurance'),
(372, 24, 'Premium', '', 'premium'),
(373, 24, 'Brokerage', '', 'brokerage'),
(374, 25, 'Insured', '', 'insured'),
(375, 25, 'Business', '', 'business'),
(376, 25, 'Type of vehicle', 'NISSAN XTRAIL', 'text'),
(377, 25, 'Year of Manufacture', '2011', 'text'),
(378, 25, 'Value of vehicle', '79000', 'text'),
(379, 25, 'Seating capacity', '5', 'text'),
(380, 25, 'Cc', '', 'text'),
(381, 25, 'Rate', '', 'rate'),
(382, 25, 'Policy Fees', '', 'policyfees'),
(383, 25, 'Period Of Insurance', '', 'periodofinsurance'),
(384, 25, 'Premium', '', 'premium'),
(385, 25, 'Brokerage', '', 'brokerage'),
(386, 26, 'Insured', '', 'insured'),
(387, 26, 'Business', '', 'business'),
(388, 26, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(389, 26, 'Year of Manufacture', '2011', 'text'),
(390, 26, 'Value of vehicle', '50000', 'text'),
(391, 26, 'Seating capacity', '5', 'text'),
(392, 26, 'Cc', '', 'text'),
(393, 26, 'Rate', '', 'rate'),
(394, 26, 'Policy Fees', '', 'policyfees'),
(395, 26, 'Period Of Insurance', '', 'periodofinsurance'),
(396, 26, 'Premium', '', 'premium'),
(397, 26, 'Brokerage', '', 'brokerage'),
(458, 30, 'Insured', '', 'insured'),
(459, 30, 'Type of vehicle', 'Sedan', 'text'),
(460, 30, 'Value of vehicle', '28800', 'text'),
(461, 30, 'Year of manufacture', '2008', 'text'),
(462, 30, 'Cc', '4', 'text'),
(463, 30, 'Seating capacity', '5', 'text'),
(464, 30, 'Rate', '', 'rate'),
(465, 30, 'Policy Fees', '', 'policyfees'),
(466, 30, 'Period Of Insurance', '', 'periodofinsurance'),
(467, 30, 'Premium', '', 'premium'),
(468, 30, 'Brokerage', '', 'brokerage'),
(469, 2, 'Insured', '', 'insured'),
(470, 2, 'Rate', '', 'rate'),
(471, 2, 'Policy Fees', '', 'policyfees'),
(472, 2, 'Period Of Insurance', '', 'periodofinsurance'),
(473, 2, 'Premium', '', 'premium'),
(474, 2, 'Brokerage', '', 'brokerage'),
(475, 2, 'Year ', '2008', 'text'),
(476, 2, 'Sum Insured', '27000', 'text'),
(501, 6, 'Insured', '', 'insured'),
(502, 6, 'Business', '', 'business'),
(503, 6, 'Rate', '', 'rate'),
(504, 6, 'Policy Fees', '', 'policyfees'),
(505, 6, 'Period Of Insurance', '', 'periodofinsurance'),
(506, 6, 'Premium', '', 'premium'),
(507, 6, 'Brokerage', '', 'brokerage'),
(526, 7, 'Insured', '', 'insured'),
(527, 7, 'Rate', '', 'rate'),
(528, 7, 'Policy Fees', '', 'policyfees'),
(529, 7, 'Period Of Insurance', '', 'periodofinsurance'),
(530, 7, 'Premium', '', 'premium'),
(531, 7, 'Brokerage', '', 'brokerage'),
(532, 31, 'Insured', '', 'insured'),
(533, 31, 'Business', '', 'business'),
(534, 31, 'Type of vehicle', 'Nissan Urvan', 'text'),
(535, 31, 'Year of Manufacture', '2011', 'text'),
(536, 31, 'Value of vehicle', '82000', 'text'),
(537, 31, 'Seating capacity', '3', 'text'),
(538, 31, 'Cc', '', 'text'),
(539, 31, 'Rate', '', 'rate'),
(540, 31, 'Policy Fees', '', 'policyfees'),
(541, 31, 'Period Of Insurance', '', 'periodofinsurance'),
(542, 31, 'Premium', '', 'premium'),
(543, 31, 'Brokerage', '', 'brokerage'),
(544, 17, 'Insured', '', 'insured'),
(545, 17, 'Business', '', 'business'),
(546, 17, 'Type of vehicle', 'Bus', 'text'),
(547, 17, 'Year of manufacture', '', 'text'),
(548, 17, 'Cc', '6', 'text'),
(549, 17, 'Ton', '', 'text'),
(550, 17, 'Seating capacity', '67', 'text'),
(551, 17, 'Rate', '', 'rate'),
(552, 17, 'Policy Fees', '', 'policyfees'),
(553, 17, 'Period Of Insurance', '', 'periodofinsurance'),
(554, 17, 'Premium', '', 'premium'),
(555, 17, 'Brokerage', '', 'brokerage'),
(556, 32, 'Insured', '', 'insured'),
(557, 32, 'Business', '', 'business'),
(558, 32, 'Type of vehicle', '', 'text'),
(559, 32, 'Year of manufacture', '2000', 'text'),
(560, 32, 'Cc', '6', 'text'),
(561, 32, 'Ton', '', 'text'),
(562, 32, 'Seating capacity', '5', 'text'),
(563, 32, 'Rate', '', 'rate'),
(564, 32, 'Policy Fees', '', 'policyfees'),
(565, 32, 'Period Of Insurance', '', 'periodofinsurance'),
(566, 32, 'Premium', '', 'premium'),
(567, 32, 'Brokerage', '', 'brokerage'),
(568, 20, 'Insured', '', 'insured'),
(569, 20, 'Business', '', 'business'),
(570, 20, 'Type of vehicle', 'Bus', 'text'),
(571, 20, 'Year of Manufacture', '2008', 'text'),
(572, 20, 'Value of vehicle', '121680', 'text'),
(573, 20, 'Seating capacity', '6', 'text'),
(574, 20, 'Cc', '', 'text'),
(575, 20, 'Rate', '', 'rate'),
(576, 20, 'Policy Fees', '', 'policyfees'),
(577, 20, 'Period Of Insurance', '', 'periodofinsurance'),
(578, 20, 'Premium', '', 'premium'),
(579, 20, 'Brokerage', '', 'brokerage'),
(580, 33, 'Insured', '', 'insured'),
(581, 33, 'Type of vehicle', 'Sedan', 'text'),
(582, 33, 'Value of vehicle', '36000', 'text'),
(583, 33, 'Year of manufacture', '2010', 'text'),
(584, 33, 'Cc', '4', 'text'),
(585, 33, 'Seating capacity', '5', 'text'),
(586, 33, 'Rate', '', 'rate'),
(587, 33, 'Policy Fees', '', 'policyfees'),
(588, 33, 'Period Of Insurance', '', 'periodofinsurance'),
(589, 33, 'Premium', '', 'premium'),
(590, 33, 'Brokerage', '', 'brokerage'),
(591, 34, 'Insured', '', 'insured'),
(592, 34, 'Business', '', 'business'),
(593, 34, 'Type of vehicle', 'Double Cabin Pickup', 'text'),
(594, 34, 'Year of manufacture', '2008', 'text'),
(595, 34, 'Cc', '4', 'text'),
(596, 34, 'Ton', '', 'text'),
(597, 34, 'Seating capacity', '2', 'text'),
(598, 34, 'Rate', '', 'rate'),
(599, 34, 'Policy Fees', '', 'policyfees'),
(600, 34, 'Period Of Insurance', '', 'periodofinsurance'),
(601, 34, 'Premium', '', 'premium'),
(602, 34, 'Brokerage', '', 'brokerage'),
(603, 35, 'Insured', '', 'insured'),
(604, 35, 'Business', '', 'business'),
(605, 35, 'Type of vehicle', 'Pickup', 'text'),
(606, 35, 'Year of manufacture', '2008', 'text'),
(607, 35, 'Cc', '4', 'text'),
(608, 35, 'Ton', '', 'text'),
(609, 35, 'Seating capacity', '2', 'text'),
(610, 35, 'Rate', '', 'rate'),
(611, 35, 'Policy Fees', '', 'policyfees'),
(612, 35, 'Period Of Insurance', '', 'periodofinsurance'),
(613, 35, 'Premium', '', 'premium'),
(614, 35, 'Brokerage', '', 'brokerage'),
(615, 15, 'Insured', '', 'insured'),
(616, 15, 'Business', '', 'business'),
(617, 15, 'Type of vehicle', 'Bus', 'text'),
(618, 15, 'Year of Manufacture', '', 'text'),
(619, 15, 'Value of vehicle', '', 'text'),
(620, 15, 'Seating capacity', '67', 'text'),
(621, 15, 'Cc', '', 'text'),
(622, 15, 'Rate', '', 'rate'),
(623, 15, 'Policy Fees', '', 'policyfees'),
(624, 15, 'Period Of Insurance', '', 'periodofinsurance'),
(625, 15, 'Premium', '', 'premium'),
(626, 15, 'Brokerage', '', 'brokerage'),
(627, 36, 'Insured', '', 'insured'),
(628, 36, 'Business', '', 'business'),
(629, 36, 'Type of vehicle', 'Sedan', 'text'),
(630, 36, 'Year of manufacture', '2004', 'text'),
(631, 36, 'Cc', '6', 'text'),
(632, 36, 'Ton', '', 'text'),
(633, 36, 'Seating capacity', '5', 'text'),
(634, 36, 'Rate', '', 'rate'),
(635, 36, 'Policy Fees', '', 'policyfees'),
(636, 36, 'Period Of Insurance', '', 'periodofinsurance'),
(637, 36, 'Premium', '', 'premium'),
(638, 36, 'Brokerage', '', 'brokerage'),
(695, 39, 'Insured', '', 'insured'),
(697, 39, 'Business', '', 'business'),
(699, 39, 'No of employees', '', 'text'),
(702, 39, 'Estimated Annual Wages', '6000000', 'text'),
(704, 39, 'Rate', '', 'rate'),
(705, 39, 'Policy Fees', '', 'policyfees'),
(707, 39, 'Period Of Insurance', '', 'periodofinsurance'),
(708, 39, 'Premium', '', 'premium'),
(709, 39, 'Brokerage', '', 'brokerage'),
(722, 43, 'Insured', '', 'insured'),
(723, 43, 'Business', '', 'business'),
(724, 43, 'Type of vehicle', 'Bus', 'text'),
(725, 43, 'Year of Manufacture', '2011', 'text'),
(726, 43, 'Value of vehicle', '88000', 'text'),
(727, 43, 'Seating capacity', '15', 'text'),
(728, 43, 'Cc', '', 'text'),
(729, 43, 'Rate', '', 'rate'),
(730, 43, 'Policy Fees', '', 'policyfees'),
(731, 43, 'Period Of Insurance', '', 'periodofinsurance'),
(732, 43, 'Premium', '', 'premium'),
(733, 43, 'Brokerage', '', 'brokerage'),
(748, 44, 'Insured', '', 'insured'),
(749, 44, 'Business', '', 'business'),
(750, 44, 'Contract Title', ' Interior fit out for 42 nd Floor, Block B, Twin Palm Towers', 'text'),
(751, 44, 'Principal', 'Palm Tower', 'text'),
(752, 44, 'Location of Risk', 'New Doha', 'text'),
(753, 44, 'Scope of Work', 'Interior Fit Out', 'text'),
(754, 44, 'Contract Value', '1000000', 'text'),
(755, 44, 'Third Party Liability', '1000000', 'text'),
(756, 44, 'Rate', '', 'rate'),
(757, 44, 'Policy Fees', '', 'policyfees'),
(758, 44, 'Period Of Insurance', '', 'periodofinsurance'),
(759, 44, 'Premium', '', 'premium'),
(760, 44, 'Brokerage', '', 'brokerage'),
(761, 44, 'Maintenance Period', '365 days', 'text'),
(780, 47, 'Insured', '', 'insured'),
(781, 47, 'Business', '', 'business'),
(782, 47, 'Type of vehicle', 'Sidan', 'text'),
(783, 47, 'Year of Manufacture', '2011', 'text'),
(784, 47, 'Value of vehicle', '40000', 'text'),
(785, 47, 'Seating capacity', '5', 'text'),
(786, 47, 'Cc', '', 'text'),
(787, 47, 'Rate', '', 'rate'),
(788, 47, 'Policy Fees', '', 'policyfees'),
(789, 47, 'Period Of Insurance', '', 'periodofinsurance'),
(790, 47, 'Premium', '', 'premium'),
(791, 47, 'Brokerage', '', 'brokerage'),
(792, 48, 'Insured', '', 'insured'),
(793, 48, 'Business', '', 'business'),
(794, 48, 'Type of vehicle', 'Sedan', 'text'),
(795, 48, 'Year of Manufacture', '2011', 'text'),
(796, 48, 'Value of vehicle', '40000', 'text'),
(797, 48, 'Seating capacity', '5', 'text'),
(798, 48, 'Cc', '', 'text'),
(799, 48, 'Rate', '', 'rate'),
(800, 48, 'Policy Fees', '', 'policyfees'),
(801, 48, 'Period Of Insurance', '', 'periodofinsurance'),
(802, 48, 'Premium', '', 'premium'),
(803, 48, 'Brokerage', '', 'brokerage'),
(804, 49, 'Insured', '', 'insured'),
(805, 49, 'Business', '', 'business'),
(806, 49, 'Type of vehicle', 'Suzuki', 'text'),
(807, 49, 'Year of Manufacture', '2008', 'text'),
(808, 49, 'Seating Capacity', '2', 'text'),
(809, 49, 'Cc', '4', 'text'),
(810, 49, 'Ton', '', 'text'),
(811, 49, 'Rate', '', 'rate'),
(812, 49, 'Policy Fees', '', 'policyfees'),
(813, 49, 'Period Of Insurance', '', 'periodofinsurance'),
(814, 49, 'Premium', '', 'premium'),
(815, 49, 'Brokerage', '', 'brokerage'),
(816, 50, 'Insured', '', 'insured'),
(817, 50, 'Business', '', 'business'),
(818, 50, 'Type of vehicle', 'Pick up', 'text'),
(819, 50, 'Year of Manufacture', '2010', 'text'),
(820, 50, 'Value of vehicle', '40800', 'text'),
(821, 50, 'Seating capacity', '5', 'text'),
(822, 50, 'Cc', '4', 'text'),
(823, 50, 'Rate', '', 'rate'),
(824, 50, 'Policy Fees', '', 'policyfees'),
(825, 50, 'Period Of Insurance', '', 'periodofinsurance'),
(826, 50, 'Premium', '', 'premium'),
(827, 50, 'Brokerage', '', 'brokerage'),
(828, 51, 'Insured', '', 'insured'),
(829, 51, 'Business', '', 'business'),
(830, 51, 'Type of vehicle', 'Pick up', 'text'),
(831, 51, 'Year of Manufacture', '2010', 'text'),
(832, 51, 'Value of vehicle', '40800', 'text'),
(833, 51, 'Seating capacity', '5', 'text'),
(834, 51, 'Cc', '4', 'text'),
(835, 51, 'Rate', '', 'rate'),
(836, 51, 'Policy Fees', '', 'policyfees'),
(837, 51, 'Period Of Insurance', '', 'periodofinsurance'),
(838, 51, 'Premium', '', 'premium'),
(839, 51, 'Brokerage', '', 'brokerage'),
(840, 52, 'Insured', '', 'insured'),
(841, 52, 'Business', '', 'business'),
(842, 52, 'Type of vehicle', 'Sedan', 'text'),
(843, 52, 'Year of Manufacture', '2011', 'text'),
(844, 52, 'Value of vehicle', '48000', 'text'),
(845, 52, 'Seating capacity', '5', 'text'),
(846, 52, 'Cc', '4', 'text'),
(847, 52, 'Rate', '', 'rate'),
(848, 52, 'Policy Fees', '', 'policyfees'),
(849, 52, 'Period Of Insurance', '', 'periodofinsurance'),
(850, 52, 'Premium', '', 'premium'),
(851, 52, 'Brokerage', '', 'brokerage'),
(852, 53, 'Insured', '', 'insured'),
(853, 53, 'Business', '', 'business'),
(854, 53, 'Type of vehicle', 'Pickup', 'text'),
(855, 53, 'Year of Manufacture', '2011', 'text'),
(856, 53, 'Value of vehicle', '53000', 'text'),
(857, 53, 'Seating capacity', '5', 'text'),
(858, 53, 'Cc', '', 'text'),
(859, 53, 'Rate', '', 'rate'),
(860, 53, 'Policy Fees', '', 'policyfees'),
(861, 53, 'Period Of Insurance', '', 'periodofinsurance'),
(862, 53, 'Premium', '', 'premium'),
(863, 53, 'Brokerage', '', 'brokerage'),
(864, 54, 'Insured', '', 'insured'),
(865, 54, 'Business', '', 'business'),
(866, 54, 'Type of vehicle', 'Pickup', 'text'),
(867, 54, 'Year of Manufacture', '2011', 'text'),
(868, 54, 'Value of vehicle', '53000', 'text'),
(869, 54, 'Seating capacity', '5', 'text'),
(870, 54, 'Cc', '', 'text'),
(871, 54, 'Rate', '', 'rate'),
(872, 54, 'Policy Fees', '', 'policyfees'),
(873, 54, 'Period Of Insurance', '', 'periodofinsurance'),
(874, 54, 'Premium', '', 'premium'),
(875, 54, 'Brokerage', '', 'brokerage'),
(876, 55, 'Insured', '', 'insured'),
(877, 55, 'Type of vehicle', 'Sedan', 'text'),
(878, 55, 'Value of vehicle', '59560', 'text'),
(879, 55, 'Year of manufacture', '2009', 'text'),
(880, 55, 'Cc', '4', 'text'),
(881, 55, 'Seating capacity', '5', 'text'),
(882, 55, 'Rate', '', 'rate'),
(883, 55, 'Policy Fees', '', 'policyfees'),
(884, 55, 'Period Of Insurance', '', 'periodofinsurance'),
(885, 55, 'Premium', '', 'premium'),
(886, 55, 'Brokerage', '', 'brokerage'),
(887, 56, 'Insured', '', 'insured'),
(888, 56, 'Business', '', 'business'),
(889, 56, 'Type of vehicle', 'Pickup', 'text'),
(890, 56, 'Year of manufacture', '2004', 'text'),
(891, 56, 'Reg no', '155473', 'text'),
(892, 56, 'Cc', '4', 'text'),
(893, 56, 'Ton', '', 'text'),
(894, 56, 'Seating capacity', '3', 'text'),
(895, 56, 'Rate', '', 'rate'),
(896, 56, 'Policy Fees', '', 'policyfees'),
(897, 56, 'Period Of Insurance', '', 'periodofinsurance'),
(898, 56, 'Premium', '', 'premium'),
(899, 56, 'Brokerage', '', 'brokerage'),
(900, 57, 'Insured', '', 'insured'),
(901, 57, 'Business', '', 'business'),
(902, 57, 'Type of vehicle', 'Pick up', 'text'),
(903, 57, 'Year of manufacture', '2004', 'text'),
(904, 57, 'Reg no', '155473', 'text'),
(905, 57, 'Cc', '4', 'text'),
(906, 57, 'Ton', '', 'text'),
(907, 57, 'Seating capacity', '3', 'text'),
(908, 57, 'Rate', '', 'rate'),
(909, 57, 'Policy Fees', '', 'policyfees'),
(910, 57, 'Period Of Insurance', '', 'periodofinsurance'),
(911, 57, 'Premium', '', 'premium'),
(912, 57, 'Brokerage', '', 'brokerage'),
(913, 58, 'Insured', '', 'insured'),
(914, 58, 'Business', '', 'business'),
(915, 58, 'Type of vehicle', 'Sedan', 'text'),
(916, 58, 'Year of manufacture', '2002', 'text'),
(917, 58, 'Reg no', '239140', 'text'),
(918, 58, 'Cc', '4', 'text'),
(919, 58, 'Ton', '', 'text'),
(920, 58, 'Seating capacity', '5', 'text'),
(921, 58, 'Rate', '', 'rate'),
(922, 58, 'Policy Fees', '', 'policyfees'),
(923, 58, 'Period Of Insurance', '', 'periodofinsurance'),
(924, 58, 'Premium', '', 'premium'),
(925, 58, 'Brokerage', '', 'brokerage'),
(944, 60, 'Insured', '', 'insured'),
(945, 60, 'Business', '', 'business'),
(946, 60, 'Type of vehicle', 'Bus', 'text'),
(947, 60, 'Year of Manufacture', '2011', 'text'),
(948, 60, 'Value of vehicle', '150000', 'text'),
(949, 60, 'Seating capacity', '67', 'text'),
(950, 60, 'Cc', '', 'text'),
(951, 60, 'Rate', '', 'rate'),
(952, 60, 'Policy Fees', '', 'policyfees'),
(953, 60, 'Period Of Insurance', '', 'periodofinsurance'),
(954, 60, 'Premium', '', 'premium'),
(955, 60, 'Brokerage', '', 'brokerage'),
(956, 61, 'Insured', '', 'insured'),
(957, 61, 'Business', '', 'business'),
(958, 61, 'Type of vehicle', 'Bus', 'text'),
(959, 61, 'Year of manufacture', '2006', 'text'),
(960, 61, 'Reg no', '132713', 'text'),
(961, 61, 'Cc', '6', 'text'),
(962, 61, 'Ton', '', 'text'),
(963, 61, 'Seating capacity', '58', 'text'),
(964, 61, 'Rate', '', 'rate'),
(965, 61, 'Policy Fees', '', 'policyfees'),
(966, 61, 'Period Of Insurance', '', 'periodofinsurance'),
(967, 61, 'Premium', '', 'premium'),
(968, 61, 'Brokerage', '', 'brokerage'),
(969, 62, 'Insured', '', 'insured'),
(970, 62, 'Business', '', 'business'),
(971, 62, 'No of employees', '19', 'text'),
(972, 62, 'No of dependants', '3', 'text'),
(973, 62, 'Rate', '', 'rate'),
(974, 62, 'Policy Fees', '', 'policyfees'),
(975, 62, 'Period Of Insurance', '', 'periodofinsurance'),
(976, 62, 'Premium', '', 'premium'),
(977, 62, 'Brokerage', '', 'brokerage'),
(978, 63, 'Insured', '', 'insured'),
(979, 63, 'Type of vehicle', '', 'text'),
(980, 63, 'Value of vehicle', '54000', 'text'),
(981, 63, 'Year of manufacture', '2007', 'text'),
(982, 63, 'Cc', '4', 'text'),
(983, 63, 'Seating capacity', '5', 'text'),
(984, 63, 'Rate', '', 'rate'),
(985, 63, 'Policy Fees', '', 'policyfees'),
(986, 63, 'Period Of Insurance', '', 'periodofinsurance'),
(987, 63, 'Premium', '', 'premium'),
(988, 63, 'Brokerage', '', 'brokerage'),
(989, 64, 'Insured', '', 'insured'),
(990, 64, 'Business', '', 'business'),
(991, 64, 'Type of vehicle', 'Nissan Sunny', 'text'),
(992, 64, 'Year of Manufacture', '2011', 'text'),
(993, 64, 'Value of vehicle', '48000', 'text'),
(994, 64, 'Seating capacity', '5', 'text'),
(995, 64, 'Cc', '4', 'text'),
(996, 64, 'Rate', '', 'rate'),
(997, 64, 'Policy Fees', '', 'policyfees'),
(998, 64, 'Period Of Insurance', '', 'periodofinsurance'),
(999, 64, 'Premium', '', 'premium'),
(1000, 64, 'Brokerage', '', 'brokerage'),
(1001, 65, 'Insured', '', 'insured'),
(1002, 65, 'Business', '', 'business'),
(1003, 65, 'Type of vehicle', 'Nissan Sunny', 'text'),
(1004, 65, 'Year of Manufacture', '2011', 'text'),
(1005, 65, 'Value of vehicle', '48000', 'text'),
(1006, 65, 'Seating capacity', '5', 'text'),
(1007, 65, 'Cc', '4', 'text'),
(1008, 65, 'Rate', '', 'rate'),
(1009, 65, 'Policy Fees', '', 'policyfees'),
(1010, 65, 'Period Of Insurance', '', 'periodofinsurance'),
(1011, 65, 'Premium', '', 'premium'),
(1012, 65, 'Brokerage', '', 'brokerage'),
(1013, 66, 'Insured', '', 'insured'),
(1014, 66, 'Business', '', 'business'),
(1015, 66, 'Type of vehicle', 'Nissan Sunny', 'text'),
(1016, 66, 'Year of Manufacture', '2011', 'text'),
(1017, 66, 'Value of vehicle', '48000', 'text'),
(1018, 66, 'Seating capacity', '5', 'text'),
(1019, 66, 'Cc', '4', 'text'),
(1020, 66, 'Rate', '', 'rate'),
(1021, 66, 'Policy Fees', '', 'policyfees'),
(1022, 66, 'Period Of Insurance', '', 'periodofinsurance'),
(1023, 66, 'Premium', '', 'premium'),
(1024, 66, 'Brokerage', '', 'brokerage'),
(1025, 67, 'Insured', '', 'insured'),
(1026, 67, 'Business', '', 'business'),
(1027, 67, 'Type of vehicle', 'Nissan Sunny', 'text'),
(1028, 67, 'Year of Manufacture', '2011', 'text'),
(1029, 67, 'Value of vehicle', '48000', 'text'),
(1030, 67, 'Seating capacity', '5', 'text'),
(1031, 67, 'Cc', '4', 'text'),
(1032, 67, 'Rate', '', 'rate'),
(1033, 67, 'Policy Fees', '', 'policyfees'),
(1034, 67, 'Period Of Insurance', '', 'periodofinsurance'),
(1035, 67, 'Premium', '', 'premium'),
(1036, 67, 'Brokerage', '', 'brokerage'),
(1050, 68, 'Insured', '', 'insured'),
(1051, 68, 'Business', '', 'business'),
(1052, 68, 'Type of vehicle', 'Bus', 'text'),
(1053, 68, 'Year of Manufacture', '2006', 'text'),
(1054, 68, 'Seating Capacity', '66', 'text'),
(1055, 68, 'Cc', '6', 'text'),
(1056, 68, 'Ton', '', 'text'),
(1057, 68, 'Registration No', '137730', 'text'),
(1058, 68, 'Chassis No', 'NDH098002', 'text'),
(1059, 68, 'Rate', '', 'rate'),
(1060, 68, 'Policy Fees', '', 'policyfees'),
(1061, 68, 'Period Of Insurance', '', 'periodofinsurance'),
(1062, 68, 'Premium', '', 'premium'),
(1063, 68, 'Brokerage', '', 'brokerage'),
(1064, 41, 'Insured', '', 'insured'),
(1065, 41, 'Business', '', 'business'),
(1066, 41, 'Type of vehicle', 'Mitsubishi saloon', 'text'),
(1067, 41, 'Year of Manufacture', '2010', 'text'),
(1068, 41, 'Value of vehicle', '33784', 'text'),
(1069, 41, 'Seating capacity', '5', 'text'),
(1070, 41, 'Cc', '4', 'text'),
(1071, 41, 'Rate', '', 'rate'),
(1072, 41, 'Policy Fees', '', 'policyfees'),
(1073, 41, 'Period Of Insurance', '', 'periodofinsurance'),
(1074, 41, 'Premium', '', 'premium'),
(1075, 41, 'Brokerage', '', 'brokerage'),
(1076, 41, 'Registration No', '420130', 'text'),
(1077, 69, 'Insured', '', 'insured'),
(1078, 69, 'Business', '', 'business'),
(1079, 69, 'Rate', '', 'rate'),
(1080, 69, 'Policy Fees', '', 'policyfees'),
(1081, 69, 'Period Of Insurance', '', 'periodofinsurance'),
(1082, 69, 'Premium', '', 'premium'),
(1083, 69, 'Brokerage', '', 'brokerage'),
(1105, 27, 'Insured', '', 'insured'),
(1106, 27, 'Business', '', 'business'),
(1107, 27, 'Type of vehicle', 'Bus', 'text'),
(1108, 27, 'Year of Manufacture', '2007', 'text'),
(1109, 27, 'Seating Capacity', '66', 'text'),
(1110, 27, 'Cc', '6', 'text'),
(1111, 27, 'Ton', '', 'text'),
(1112, 27, 'Rate', '', 'rate'),
(1113, 27, 'Policy Fees', '', 'policyfees'),
(1114, 27, 'Period Of Insurance', '', 'periodofinsurance'),
(1115, 27, 'Premium', '', 'premium'),
(1116, 27, 'Brokerage', '', 'brokerage'),
(1180, 59, 'Insured', '', 'insured'),
(1181, 59, 'Business', '', 'business'),
(1182, 59, 'Period Of Insurance', '', 'periodofinsurance'),
(1183, 59, 'Location of Risk', '1.Old Salata 2. Industrial Area 3.Rayaan Municipality', 'text'),
(1184, 59, 'Sum Insured', '18800000', 'text'),
(1185, 59, 'Rate', '', 'rate'),
(1186, 59, 'Policy Fees', '', 'policyfees'),
(1187, 59, 'Premium', '', 'premium'),
(1188, 59, 'Brokerage', '', 'brokerage'),
(1198, 75, 'Insured', '', 'insured'),
(1199, 75, 'Business', '', 'business'),
(1200, 75, 'No of employees', '1,409', 'text'),
(1201, 75, 'Estimated Annual Wages', '12,993,900', 'text'),
(1202, 75, 'Rate', '', 'rate'),
(1203, 75, 'Policy Fees', '', 'policyfees'),
(1204, 75, 'Period Of Insurance', '', 'periodofinsurance'),
(1205, 75, 'Premium', '', 'premium'),
(1206, 75, 'Brokerage', '', 'brokerage'),
(1207, 72, 'Insured', '', 'insured'),
(1208, 72, 'Business', '', 'business'),
(1209, 72, 'Location of Risk', '1) Al Khor  2) New Al Rayyan.', 'text'),
(1210, 72, 'Sum Insured', '2,341,937', 'text'),
(1211, 72, 'Rate', '', 'rate'),
(1212, 72, 'Policy Fees', '', 'policyfees'),
(1213, 72, 'Period Of Insurance', '', 'periodofinsurance'),
(1214, 72, 'Premium', '', 'premium'),
(1215, 72, 'Brokerage', '', 'brokerage'),
(1216, 71, 'Insured', '', 'insured'),
(1217, 71, 'Business', '', 'business'),
(1218, 71, 'Rate', '', 'rate'),
(1219, 71, 'Policy Fees', '', 'policyfees'),
(1220, 71, 'Period Of Insurance', '', 'periodofinsurance'),
(1221, 71, 'Premium', '', 'premium'),
(1222, 71, 'Brokerage', '', 'brokerage'),
(1223, 74, 'Insured', '', 'insured'),
(1224, 74, 'Business', '', 'business'),
(1225, 74, 'Regisration no', '187143 and 110298', 'text'),
(1226, 74, 'Chassis no', '004523 and 100969', 'text'),
(1227, 74, 'Rate', '', 'rate'),
(1228, 74, 'Policy Fees', '', 'policyfees'),
(1229, 74, 'Period Of Insurance', '', 'periodofinsurance'),
(1230, 74, 'Premium', '', 'premium'),
(1231, 74, 'Brokerage', '', 'brokerage'),
(1232, 73, 'Insured', '', 'insured'),
(1233, 73, 'Business', '', 'business'),
(1234, 73, 'No of employees', '72', 'text'),
(1235, 73, 'Estimated Annual Wages', '1,056,000', 'text'),
(1236, 73, 'Rate', '', 'rate'),
(1237, 73, 'Policy Fees', '', 'policyfees'),
(1238, 73, 'Period Of Insurance', '', 'periodofinsurance'),
(1239, 73, 'Premium', '', 'premium'),
(1240, 73, 'Brokerage', '', 'brokerage'),
(1255, 77, 'Insured', '', 'insured'),
(1256, 77, 'Business', '', 'business'),
(1257, 77, 'Type of vehicle', 'Pickup', 'text'),
(1258, 77, 'Year of Manufacture', '2007', 'text'),
(1259, 77, 'Seating Capacity', '5', 'text'),
(1260, 77, 'Cc', '4', 'text'),
(1261, 77, 'Ton', '', 'text'),
(1262, 77, 'Registration No', '161118', 'text'),
(1263, 77, 'Chassis No', '204511', 'text'),
(1264, 77, 'Rate', '', 'rate'),
(1265, 77, 'Policy Fees', '', 'policyfees'),
(1266, 77, 'Period Of Insurance', '', 'periodofinsurance'),
(1267, 77, 'Premium', '', 'premium'),
(1268, 77, 'Brokerage', '', 'brokerage'),
(1269, 78, 'Insured', '', 'insured'),
(1270, 78, 'Business', '', 'business'),
(1271, 78, 'Location of Risk', 'Show room cum store, Near Sana Round about', 'text'),
(1272, 78, 'Sum Insured', '1500000', 'text'),
(1273, 78, 'Rate', '', 'rate'),
(1274, 78, 'Policy Fees', '', 'policyfees'),
(1275, 78, 'Period Of Insurance', '', 'periodofinsurance'),
(1276, 78, 'Premium', '', 'premium'),
(1277, 78, 'Brokerage', '', 'brokerage'),
(1300, 81, 'Insured', '', 'insured'),
(1301, 81, 'Business', '', 'business'),
(1302, 81, 'Type of vehicle', 'Sedan', 'text'),
(1303, 81, 'Year of Manufacture', '2012', 'text'),
(1304, 81, 'Value of vehicle', '35000 ', 'text'),
(1305, 81, 'Seating capacity', '5', 'text'),
(1306, 81, 'Cc', '', 'text'),
(1307, 81, 'Registration No', '', 'text'),
(1308, 81, 'Chassis No', '009763', 'text'),
(1309, 81, 'Rate', '', 'rate'),
(1310, 81, 'Policy Fees', '', 'policyfees'),
(1311, 81, 'Period Of Insurance', '', 'periodofinsurance'),
(1312, 81, 'Premium', '', 'premium'),
(1313, 81, 'Brokerage', '', 'brokerage'),
(1314, 80, 'Insured', '', 'insured'),
(1315, 80, 'Business', '', 'business'),
(1316, 80, 'Type of vehicle', 'Sedan', 'text'),
(1317, 80, 'Year of Manufacture', '2012', 'text'),
(1318, 80, 'Value of vehicle', '35000', 'text'),
(1319, 80, 'Seating capacity', '5', 'text'),
(1320, 80, 'Cc', '', 'text'),
(1321, 80, 'Registration No', '', 'text'),
(1322, 80, 'Chassis No', '050339', 'text'),
(1323, 80, 'Rate', '', 'rate'),
(1324, 80, 'Policy Fees', '', 'policyfees'),
(1325, 80, 'Period Of Insurance', '', 'periodofinsurance'),
(1326, 80, 'Premium', '', 'premium'),
(1327, 80, 'Brokerage', '', 'brokerage'),
(1328, 82, 'Insured', '', 'insured'),
(1329, 82, 'Business', '', 'business'),
(1330, 82, 'Type of vehicle', 'Sedan', 'text'),
(1331, 82, 'Year of Manufacture', '2012', 'text'),
(1332, 82, 'Value of vehicle', '35000', 'text'),
(1333, 82, 'Seating capacity', '5', 'text'),
(1334, 82, 'Cc', '', 'text'),
(1335, 82, 'Registration No', '', 'text'),
(1336, 82, 'Chassis No', '038393', 'text'),
(1337, 82, 'Rate', '', 'rate'),
(1338, 82, 'Policy Fees', '', 'policyfees'),
(1339, 82, 'Period Of Insurance', '', 'periodofinsurance'),
(1340, 82, 'Premium', '', 'premium'),
(1341, 82, 'Brokerage', '', 'brokerage'),
(1342, 83, 'Insured', '', 'insured'),
(1343, 83, 'Business', '', 'business'),
(1344, 83, 'Type of vehicle', 'Sedan', 'text'),
(1345, 83, 'Year of Manufacture', '2012', 'text'),
(1346, 83, 'Value of vehicle', '35000', 'text'),
(1347, 83, 'Seating capacity', '5', 'text'),
(1348, 83, 'Cc', '', 'text'),
(1349, 83, 'Registration No', '', 'text'),
(1350, 83, 'Chassis No', '038395', 'text'),
(1351, 83, 'Rate', '', 'rate'),
(1352, 83, 'Policy Fees', '', 'policyfees'),
(1353, 83, 'Period Of Insurance', '', 'periodofinsurance'),
(1354, 83, 'Premium', '', 'premium'),
(1355, 83, 'Brokerage', '', 'brokerage'),
(1365, 84, 'Insured', '', 'insured'),
(1366, 84, 'Business', '', 'business'),
(1367, 84, 'No of employees', '49', 'text'),
(1368, 84, 'Estimated Annual Wages', 'QR 897,600', 'text'),
(1369, 84, 'Rate', '', 'rate'),
(1370, 84, 'Policy Fees', '', 'policyfees'),
(1371, 84, 'Period Of Insurance', '', 'periodofinsurance'),
(1372, 84, 'Premium', '', 'premium'),
(1373, 84, 'Brokerage', '', 'brokerage'),
(1401, 87, 'Insured', '', 'insured'),
(1402, 87, 'Business', '', 'business'),
(1403, 87, 'Rate', '', 'rate'),
(1404, 87, 'Policy Fees', '', 'policyfees'),
(1405, 87, 'Period Of Insurance', '', 'periodofinsurance'),
(1406, 87, 'Premium', '', 'premium'),
(1407, 87, 'Brokerage', '', 'brokerage'),
(1438, 37, 'Insured', '', 'insured'),
(1439, 37, 'Business', '', 'business'),
(1440, 37, 'No of employees', '87', 'text'),
(1441, 37, 'Estimated Annual Wages', '682,200', 'text'),
(1442, 37, 'Rate', '', 'rate'),
(1443, 37, 'Policy Fees', '', 'policyfees'),
(1444, 37, 'Period Of Insurance', '', 'periodofinsurance'),
(1445, 37, 'Premium', '', 'premium'),
(1446, 37, 'Brokerage', '', 'brokerage'),
(1447, 88, 'Insured', '', 'insured'),
(1448, 88, 'Business', '', 'business'),
(1449, 88, 'No of employees', '30', 'text'),
(1450, 88, 'Estimated Annual Wages', 'QR 290,400', 'text'),
(1451, 88, 'Rate', '', 'rate'),
(1452, 88, 'Policy Fees', '', 'policyfees'),
(1453, 88, 'Period Of Insurance', '', 'periodofinsurance'),
(1454, 88, 'Premium', '', 'premium'),
(1455, 88, 'Brokerage', '', 'brokerage'),
(1456, 40, 'Insured', '', 'insured'),
(1457, 40, 'Business', '', 'business'),
(1458, 40, 'Interest & Sum Insured', '', 'suminsured'),
(1459, 40, 'Rate', '', 'rate'),
(1460, 40, 'Policy Fees', '', 'policyfees'),
(1461, 40, 'Period Of Insurance', '', 'periodofinsurance'),
(1462, 40, 'Premium', '', 'premium'),
(1463, 40, 'Brokerage', '', 'brokerage'),
(1464, 89, 'Insured', '', 'insured'),
(1465, 89, 'Business', '', 'business'),
(1466, 89, 'Rate', '', 'rate'),
(1467, 89, 'Policy Fees', '', 'policyfees'),
(1468, 89, 'Period Of Insurance', '', 'periodofinsurance'),
(1469, 89, 'Premium', '', 'premium'),
(1470, 89, 'Brokerage', '', 'brokerage'),
(1471, 45, 'Insured', '', 'insured'),
(1472, 45, 'Business', '', 'business'),
(1473, 45, 'No of employees', '7', 'text'),
(1474, 45, 'Estimated Annual Wages', '84000', 'text'),
(1475, 45, 'Rate', '', 'rate'),
(1476, 45, 'Policy Fees', '', 'policyfees'),
(1477, 45, 'Period Of Insurance', '', 'periodofinsurance'),
(1478, 45, 'Premium', '', 'premium'),
(1479, 45, 'Brokerage', '', 'brokerage'),
(1494, 90, 'Insured', '', 'insured'),
(1495, 90, 'Business', '', 'business'),
(1496, 90, 'Type of vehicle', 'Sedan', 'text'),
(1497, 90, 'Year of Manufacture', '2011', 'text'),
(1498, 90, 'Value of vehicle', '39000', 'text'),
(1499, 90, 'Seating capacity', '5', 'text'),
(1500, 90, 'Cc', '4', 'text'),
(1501, 90, 'Registration No', '', 'text'),
(1502, 90, 'Chassis No', '6848690', 'text'),
(1503, 90, 'Rate', '', 'rate'),
(1504, 90, 'Policy Fees', '', 'policyfees'),
(1505, 90, 'Period Of Insurance', '', 'periodofinsurance'),
(1506, 90, 'Premium', '', 'premium'),
(1507, 90, 'Brokerage', '', 'brokerage'),
(1522, 91, 'Insured', '', 'insured'),
(1523, 91, 'Business', '', 'business'),
(1524, 91, 'Type of vehicle', 'Sedan', 'text'),
(1525, 91, 'Year of Manufacture', '2011', 'text'),
(1526, 91, 'Value of vehicle', '39000', 'text'),
(1527, 91, 'Seating capacity', '5', 'text'),
(1528, 91, 'Cc', '4', 'text'),
(1529, 91, 'Registration No', '', 'text'),
(1530, 91, 'Chassis No', '6848676', 'text'),
(1531, 91, 'Rate', '', 'rate'),
(1532, 91, 'Policy Fees', '', 'policyfees'),
(1533, 91, 'Period Of Insurance', '', 'periodofinsurance'),
(1534, 91, 'Premium', '', 'premium'),
(1535, 91, 'Brokerage', '', 'brokerage'),
(1580, 94, 'Insured', '', 'insured'),
(1581, 94, 'Business', '', 'business'),
(1582, 94, 'Type of vehicle', 'TOYOTA SALOON', 'text'),
(1583, 94, 'Year of Manufacture', '2005', 'text'),
(1584, 94, 'Value of vehicle', '25500', 'text'),
(1585, 94, 'Seating capacity', '5', 'text'),
(1586, 94, 'Cc', '4', 'text'),
(1587, 94, 'Registration No', '293382', 'text'),
(1588, 94, 'Chassis No', '502658', 'text'),
(1589, 94, 'Rate', '', 'rate'),
(1590, 94, 'Policy Fees', '', 'policyfees'),
(1591, 94, 'Period Of Insurance', '', 'periodofinsurance'),
(1592, 94, 'Premium', '', 'premium'),
(1593, 94, 'Brokerage', '', 'brokerage'),
(1673, 96, 'Insured', '', 'insured'),
(1674, 96, 'Business', '', 'business'),
(1675, 96, 'Period Of Insurance', '', 'periodofinsurance'),
(1676, 96, 'Location of Risk', 'North Khalifa Town, Al Shamal Road.', 'text'),
(1677, 96, 'Sum Insured', 'QR 11,000,000', 'text'),
(1678, 96, 'Rate', '', 'rate'),
(1679, 96, 'Policy Fees', '', 'policyfees'),
(1680, 96, 'Premium', '', 'premium'),
(1681, 96, 'Brokerage', '', 'brokerage'),
(1689, 93, 'Insured', '', 'insured'),
(1690, 93, 'Business', '', 'business'),
(1691, 93, 'Type of vehicle', 'Pick up', 'text'),
(1692, 93, 'Year of Manufacture', '2009', 'text'),
(1693, 93, 'Value of vehicle', '44000', 'text'),
(1694, 93, 'Seating capacity', '5', 'text'),
(1695, 93, 'Cc', '4', 'text'),
(1696, 93, 'Registration No', '47911', 'text'),
(1697, 93, 'Chassis No', '250012', 'text'),
(1698, 93, 'Rate', '', 'rate'),
(1699, 93, 'Policy Fees', '', 'policyfees'),
(1700, 93, 'Period Of Insurance', '', 'periodofinsurance'),
(1701, 93, 'Premium', '', 'premium'),
(1702, 93, 'Brokerage', '', 'brokerage'),
(1716, 100, 'Insured', '', 'insured'),
(1717, 100, 'Business', '', 'business'),
(1718, 100, 'Type of vehicle', 'Pick up', 'text'),
(1719, 100, 'Year of Manufacture', '2008', 'text'),
(1720, 100, 'Value of vehicle', '23000', 'text'),
(1721, 100, 'Seating capacity', '5', 'text'),
(1722, 100, 'Cc', '4', 'text'),
(1723, 100, 'Registration No', '188103', 'text'),
(1724, 100, 'Chassis No', '074346', 'text'),
(1725, 100, 'Rate', '', 'rate'),
(1726, 100, 'Policy Fees', '', 'policyfees'),
(1727, 100, 'Period Of Insurance', '', 'periodofinsurance'),
(1728, 100, 'Premium', '', 'premium'),
(1729, 100, 'Brokerage', '', 'brokerage'),
(1737, 98, 'Insured', '', 'insured'),
(1738, 98, 'Business', '', 'business'),
(1739, 98, 'Rate', '', 'rate'),
(1740, 98, 'Policy Fees', '', 'policyfees'),
(1741, 98, 'Period Of Insurance', '', 'periodofinsurance'),
(1742, 98, 'Premium', '', 'premium'),
(1743, 98, 'Brokerage', '', 'brokerage'),
(1753, 97, 'Insured', '', 'insured'),
(1754, 97, 'Business', '', 'business'),
(1755, 97, 'Period Of Insurance', '', 'periodofinsurance'),
(1756, 97, 'Location of Risk', 'Bin Mahmound Area', 'text'),
(1757, 97, 'Sum Insured', 'QR 8000,000', 'text'),
(1758, 97, 'Rate', '', 'rate'),
(1759, 97, 'Policy Fees', '', 'policyfees'),
(1760, 97, 'Premium', '', 'premium'),
(1761, 97, 'Brokerage', '', 'brokerage'),
(1762, 95, 'Insured', '', 'insured'),
(1763, 95, 'Business', '', 'business'),
(1764, 95, 'Period Of Insurance', '', 'periodofinsurance'),
(1765, 95, 'Location of Risk', 'Old Al - Merghab Area, No. 17, Doha', 'text'),
(1766, 95, 'Sum Insured', 'QR 12,000,000', 'text'),
(1767, 95, 'Rate', '', 'rate'),
(1768, 95, 'Policy Fees', '', 'policyfees'),
(1769, 95, 'Premium', '', 'premium'),
(1770, 95, 'Brokerage', '', 'brokerage'),
(1771, 92, 'Insured', '', 'insured'),
(1772, 92, 'Business', '', 'business'),
(1773, 92, 'Number of employees', '179', 'text'),
(1774, 92, 'Estimated Annual Wages', '7022376', 'text'),
(1775, 92, 'Group Life Contribution', '8950000', 'text'),
(1776, 92, 'Rate', '', 'rate'),
(1777, 92, 'Policy Fees', '', 'policyfees'),
(1778, 92, 'Period Of Insurance', '', 'periodofinsurance'),
(1779, 92, 'Premium', '', 'premium'),
(1780, 92, 'Brokerage', '', 'brokerage'),
(1781, 101, 'Insured', '', 'insured'),
(1782, 101, 'Business', '', 'business'),
(1783, 101, 'Type of vehicle', 'Bus', 'text'),
(1784, 101, 'Year of Manufacture', '2008', 'text'),
(1785, 101, 'Seating Capacity', '29', 'text'),
(1786, 101, 'Cc', '6', 'text'),
(1787, 101, 'Ton', '', 'text'),
(1788, 101, 'Registration No', '77020', 'text'),
(1789, 101, 'Chassis No', '985156604', 'text'),
(1790, 101, 'Rate', '', 'rate'),
(1791, 101, 'Policy Fees', '', 'policyfees'),
(1792, 101, 'Period Of Insurance', '', 'periodofinsurance'),
(1793, 101, 'Premium', '', 'premium'),
(1794, 101, 'Brokerage', '', 'brokerage'),
(1810, 103, 'Insured', '', 'insured'),
(1811, 103, 'Business', '', 'business'),
(1812, 103, 'Rate', '', 'rate'),
(1813, 103, 'Policy Fees', '', 'policyfees'),
(1814, 103, 'Period Of Insurance', '', 'periodofinsurance'),
(1815, 103, 'Premium', '', 'premium'),
(1816, 103, 'Brokerage', '', 'brokerage'),
(1953, 106, 'Insured', '', 'insured'),
(1954, 106, 'Business', '', 'business'),
(1955, 106, 'Type of vehicle', 'Van', 'text'),
(1956, 106, 'Year of Manufacture', '2008', 'text'),
(1957, 106, 'Value of vehicle', '40000', 'text'),
(1958, 106, 'Seating capacity', '3', 'text'),
(1959, 106, 'Cc', '4', 'text'),
(1960, 106, 'Registration No', '189589', 'text'),
(1961, 106, 'Chassis No', '180036050', 'text'),
(1962, 106, 'Rate', '', 'rate'),
(1963, 106, 'Policy Fees', '', 'policyfees'),
(1964, 106, 'Period Of Insurance', '', 'periodofinsurance'),
(1965, 106, 'Premium', '', 'premium'),
(1966, 106, 'Brokerage', '', 'brokerage'),
(2013, 112, 'Insured', '', 'insured'),
(2014, 112, 'Business', '', 'business'),
(2015, 112, 'Type of vehicle', 'Kia', 'text'),
(2016, 112, 'Year of Manufacture', '2012', 'text'),
(2017, 112, 'Value of vehicle', '34000', 'text'),
(2018, 112, 'Seating capacity', '5', 'text'),
(2019, 112, 'Cc', '4', 'text'),
(2020, 112, 'Registration No', '', 'text'),
(2021, 112, 'Chassis No', '050301', 'text'),
(2022, 112, 'Rate', '', 'rate'),
(2023, 112, 'Policy Fees', '', 'policyfees'),
(2024, 112, 'Period Of Insurance', '', 'periodofinsurance'),
(2025, 112, 'Premium', '', 'premium'),
(2026, 112, 'Brokerage', '', 'brokerage'),
(2058, 114, 'Insured', '', 'insured'),
(2059, 114, 'Type of vehicle', 'Pickup', 'text'),
(2060, 114, 'Value of vehicle', '45000', 'text'),
(2061, 114, 'Year of manufacture', '2009', 'text'),
(2062, 114, 'Cc', '4', 'text'),
(2063, 114, 'Seating capacity', '5', 'text'),
(2064, 114, 'Registration No', '28141', 'text'),
(2065, 114, 'Chassis No', '13437', 'text'),
(2066, 114, 'Rate', '', 'rate'),
(2067, 114, 'Policy Fees', '', 'policyfees'),
(2068, 114, 'Period Of Insurance', '', 'periodofinsurance'),
(2069, 114, 'Premium', '', 'premium'),
(2070, 114, 'Brokerage', '', 'brokerage'),
(2085, 111, 'Insured', '', 'insured'),
(2086, 111, 'Business', '', 'business'),
(2087, 111, 'No of employees', '', 'text'),
(2088, 111, 'Estimated Annual Wages', '6,903,000', 'text'),
(2089, 111, 'Rate', '', 'rate'),
(2090, 111, 'Policy Fees', '', 'policyfees'),
(2091, 111, 'Period Of Insurance', '', 'periodofinsurance'),
(2092, 111, 'Premium', '', 'premium'),
(2093, 111, 'Brokerage', '', 'brokerage'),
(2094, 110, 'Insured', '', 'insured'),
(2095, 110, 'Business', '', 'business'),
(2096, 110, 'Rate', '', 'rate'),
(2097, 110, 'Policy Fees', '', 'policyfees'),
(2098, 110, 'Period Of Insurance', '', 'periodofinsurance'),
(2099, 110, 'Premium', '', 'premium'),
(2100, 110, 'Brokerage', '', 'brokerage'),
(2101, 109, 'Insured', '', 'insured'),
(2102, 109, 'Business', '', 'business'),
(2103, 109, 'Rate', '', 'rate'),
(2104, 109, 'Policy Fees', '', 'policyfees'),
(2105, 109, 'Period Of Insurance', '', 'periodofinsurance'),
(2106, 109, 'Premium', '', 'premium'),
(2107, 109, 'Brokerage', '', 'brokerage'),
(2108, 113, 'Insured', '', 'insured'),
(2109, 113, 'Business', '', 'business'),
(2110, 113, 'No of employees', '81', 'text'),
(2111, 113, 'Estimated Annual Wages', '1,335,000', 'text'),
(2112, 113, 'Rate', '', 'rate'),
(2113, 113, 'Policy Fees', '', 'policyfees'),
(2114, 113, 'Period Of Insurance', '', 'periodofinsurance'),
(2115, 113, 'Premium', '', 'premium'),
(2116, 113, 'Brokerage', '', 'brokerage'),
(2145, 116, 'Insured', '', 'insured'),
(2146, 116, 'Business', '', 'business'),
(2147, 116, 'Rate', '', 'rate'),
(2148, 116, 'Policy Fees', '', 'policyfees'),
(2149, 116, 'Period Of Insurance', '', 'periodofinsurance'),
(2150, 116, 'Premium', '', 'premium'),
(2151, 116, 'Brokerage', '', 'brokerage'),
(2221, 99, 'Insured', '', 'insured'),
(2222, 99, 'Type of vehicle', '', 'text'),
(2223, 99, 'Value of vehicle', '40000', 'text'),
(2224, 99, 'Year of manufacture', '2008', 'text'),
(2225, 99, 'Cc', '4', 'text'),
(2226, 99, 'Seating capacity', '5', 'text'),
(2227, 99, 'Registration No', '392305', 'text'),
(2228, 99, 'Chassis No', '684104552', 'text'),
(2229, 99, 'Rate', '', 'rate'),
(2230, 99, 'Policy Fees', '', 'policyfees'),
(2231, 99, 'Period Of Insurance', '', 'periodofinsurance'),
(2232, 99, 'Premium', '', 'premium'),
(2233, 99, 'Brokerage', '', 'brokerage'),
(2234, 108, 'Insured', '', 'insured'),
(2235, 108, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(2236, 108, 'Value of vehicle', '35100', 'text'),
(2237, 108, 'Year of manufacture', '2009', 'text'),
(2238, 108, 'Cc', '4', 'text'),
(2239, 108, 'Seating capacity', '5', 'text'),
(2240, 108, 'Registration No', '398505', 'text'),
(2241, 108, 'Chassis No', '038596', 'text'),
(2242, 108, 'Rate', '', 'rate'),
(2243, 108, 'Policy Fees', '', 'policyfees'),
(2244, 108, 'Period Of Insurance', '', 'periodofinsurance'),
(2245, 108, 'Premium', '', 'premium'),
(2246, 108, 'Brokerage', '', 'brokerage'),
(2247, 105, 'Insured', '', 'insured'),
(2248, 105, 'Business', '', 'business'),
(2249, 105, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(2250, 105, 'Year of Manufacture', '2008', 'text'),
(2251, 105, 'Value of vehicle', '30000', 'text'),
(2252, 105, 'Seating capacity', '5', 'text'),
(2253, 105, 'Cc', '4', 'text'),
(2254, 105, 'Registration No', '357663', 'text'),
(2255, 105, 'Chassis No', '016661', 'text'),
(2256, 105, 'Rate', '', 'rate'),
(2257, 105, 'Policy Fees', '', 'policyfees'),
(2258, 105, 'Period Of Insurance', '', 'periodofinsurance'),
(2259, 105, 'Premium', '', 'premium'),
(2260, 105, 'Brokerage', '', 'brokerage'),
(2261, 104, 'Insured', '', 'insured'),
(2262, 104, 'Business', '', 'business'),
(2263, 104, 'Type of vehicle', 'NISSAN TIDA', 'text'),
(2264, 104, 'Year of Manufacture', '2008', 'text'),
(2265, 104, 'Value of vehicle', '30000', 'text'),
(2266, 104, 'Seating capacity', '5', 'text'),
(2267, 104, 'Cc', '4', 'text'),
(2268, 104, 'Registration No', '357598', 'text'),
(2269, 104, 'Chassis No', '016652', 'text'),
(2270, 104, 'Rate', '', 'rate'),
(2271, 104, 'Policy Fees', '', 'policyfees'),
(2272, 104, 'Period Of Insurance', '', 'periodofinsurance'),
(2273, 104, 'Premium', '', 'premium'),
(2274, 104, 'Brokerage', '', 'brokerage'),
(2275, 117, 'Insured', '', 'insured'),
(2276, 117, 'Business', '', 'business'),
(2277, 117, 'No of employees', '7', 'text'),
(2278, 117, 'Estimated Annual Wages', '67200', 'text'),
(2279, 117, 'Rate', '', 'rate'),
(2280, 117, 'Policy Fees', '', 'policyfees'),
(2281, 117, 'Period Of Insurance', '', 'periodofinsurance'),
(2282, 117, 'Premium', '', 'premium'),
(2283, 117, 'Brokerage', '', 'brokerage'),
(2284, 115, 'Insured', '', 'insured'),
(2285, 115, 'Business', '', 'business'),
(2286, 115, 'Type of vehicle', 'Van', 'text'),
(2287, 115, 'Year of Manufacture', '2007', 'text'),
(2288, 115, 'Value of vehicle', '20000', 'text'),
(2289, 115, 'Seating capacity', '2', 'text'),
(2290, 115, 'Cc', '4', 'text'),
(2291, 115, 'Registration No', '172382', 'text'),
(2292, 115, 'Chassis No', '104070', 'text'),
(2293, 115, 'Rate', '', 'rate'),
(2294, 115, 'Policy Fees', '', 'policyfees'),
(2295, 115, 'Period Of Insurance', '', 'periodofinsurance'),
(2296, 115, 'Premium', '', 'premium'),
(2297, 115, 'Brokerage', '', 'brokerage'),
(2298, 118, 'Insured', '', 'insured'),
(2299, 118, 'Business', '', 'business'),
(2300, 118, 'No of employees', '7', 'text'),
(2301, 118, 'Estimated Annual Wages', '234000', 'text'),
(2302, 118, 'Rate', '', 'rate'),
(2303, 118, 'Policy Fees', '', 'policyfees'),
(2304, 118, 'Period Of Insurance', '', 'periodofinsurance'),
(2305, 118, 'Premium', '', 'premium'),
(2306, 118, 'Brokerage', '', 'brokerage'),
(2321, 120, 'Insured', '', 'insured'),
(2322, 120, 'Business', '', 'business'),
(2323, 120, 'Contract Title', '', 'text'),
(2324, 120, 'Principal', '', 'text'),
(2325, 120, 'Location of Risk', '', 'text'),
(2326, 120, 'Section 1 - Material Damage', '', 'text'),
(2327, 120, 'Section 2 - Third Party Liability', '', 'text'),
(2328, 120, 'Scope of Work', '', 'text'),
(2329, 120, 'Rate', '', 'rate'),
(2330, 120, 'Policy Fees', '', 'policyfees'),
(2331, 120, 'Period Of Insurance', '', 'periodofinsurance'),
(2332, 120, 'Premium', '', 'premium'),
(2333, 120, 'Brokerage', '', 'brokerage'),
(2352, 85, 'Insured', '', 'insured'),
(2353, 85, 'Business', '', 'business'),
(2354, 85, 'No of employees', '203', 'text'),
(2355, 85, 'Estimated Annual Wages', 'QR 2,002,800', 'text'),
(2356, 85, 'Rate', '', 'rate'),
(2357, 85, 'Policy Fees', '', 'policyfees'),
(2358, 85, 'Period Of Insurance', '', 'periodofinsurance'),
(2359, 85, 'Premium', '', 'premium'),
(2360, 85, 'Brokerage', '', 'brokerage'),
(2375, 121, 'Insured', '', 'insured'),
(2376, 121, 'Business', '', 'business'),
(2377, 121, 'Type of vehicle', 'Sedan', 'text'),
(2378, 121, 'Year of Manufacture', '2011', 'text'),
(2379, 121, 'Value of vehicle', '47000', 'text'),
(2380, 121, 'Seating capacity', '5', 'text'),
(2381, 121, 'Cc', '4', 'text'),
(2382, 121, 'Registration No', '', 'text'),
(2383, 121, 'Chassis No', '5933708', 'text'),
(2384, 121, 'Rate', '', 'rate'),
(2385, 121, 'Policy Fees', '', 'policyfees'),
(2386, 121, 'Period Of Insurance', '', 'periodofinsurance'),
(2387, 121, 'Premium', '', 'premium'),
(2388, 121, 'Brokerage', '', 'brokerage'),
(2389, 122, 'Insured', '', 'insured'),
(2390, 122, 'Business', '', 'business'),
(2391, 122, 'Type of vehicle', 'Sedan', 'text'),
(2392, 122, 'Year of manufacture', '1997', 'text'),
(2393, 122, 'Reg no', '156172', 'text'),
(2394, 122, 'Chasiss No', '0036620', 'text'),
(2395, 122, 'Cc', '4', 'text'),
(2396, 122, 'Ton', '', 'text'),
(2397, 122, 'Seating capacity', '5', 'text'),
(2398, 122, 'Rate', '', 'rate'),
(2399, 122, 'Policy Fees', '', 'policyfees'),
(2400, 122, 'Period Of Insurance', '', 'periodofinsurance'),
(2401, 122, 'Premium', '', 'premium'),
(2402, 122, 'Brokerage', '', 'brokerage'),
(2417, 107, 'Insured', '', 'insured'),
(2418, 107, 'Business', '', 'business'),
(2419, 107, 'Type of vehicle', 'Van', 'text'),
(2420, 107, 'Year of manufacture', '2002', 'text'),
(2421, 107, 'Reg no', '98145', 'text'),
(2422, 107, 'Chasiss No', '007576', 'text'),
(2423, 107, 'Cc', '4', 'text'),
(2424, 107, 'Ton', '', 'text'),
(2425, 107, 'Seating capacity', '3', 'text'),
(2426, 107, 'Rate', '', 'rate'),
(2427, 107, 'Policy Fees', '', 'policyfees'),
(2428, 107, 'Period Of Insurance', '', 'periodofinsurance'),
(2429, 107, 'Premium', '', 'premium'),
(2430, 107, 'Brokerage', '', 'brokerage'),
(2516, 128, 'Insured', '', 'insured'),
(2517, 128, 'Business', '', 'business'),
(2518, 128, 'Rate', '', 'rate'),
(2519, 128, 'Policy Fees', '', 'policyfees'),
(2520, 128, 'Period Of Insurance', '', 'periodofinsurance'),
(2521, 128, 'Premium', '', 'premium'),
(2522, 128, 'Brokerage', '', 'brokerage'),
(2523, 127, 'Insured', '', 'insured'),
(2524, 127, 'Business', '', 'business'),
(2525, 127, 'Period Of Insurance', '', 'periodofinsurance'),
(2526, 127, 'Location of Risk', '1.55 Rawdat Hubaira Street 727, Abu Sidrah . 2. Muaither South Street 55 near Qatar National Plastic Factory. 3.Muaither South Street 55 near Qatar National Plastic Factory.', 'text'),
(2527, 127, 'Sum Insured', '5,150,000 ', 'text'),
(2528, 127, 'Rate', '', 'rate'),
(2529, 127, 'Policy Fees', '', 'policyfees'),
(2530, 127, 'Premium', '', 'premium'),
(2531, 127, 'Brokerage', '', 'brokerage'),
(2532, 126, 'Insured', '', 'insured'),
(2533, 126, 'Business', '', 'business');
INSERT INTO `placing_slip_form` (`id`, `placing_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(2534, 126, 'Cash in Safe', '50,000', 'text'),
(2535, 126, 'Estimated Annual Carrying Limit', '4,000,000', 'text'),
(2536, 126, 'Single Carrying limit', '', 'text'),
(2537, 126, 'Rate', '', 'rate'),
(2538, 126, 'Policy Fees', '', 'policyfees'),
(2539, 126, 'Period Of Insurance', '', 'periodofinsurance'),
(2540, 126, 'Premium', '', 'premium'),
(2541, 126, 'Brokerage', '', 'brokerage'),
(2542, 125, 'Business', '', 'business'),
(2543, 125, 'Insured', '', 'insured'),
(2544, 125, 'Sum Insured', '19,466,816.32', 'text'),
(2545, 125, 'Rate', '', 'rate'),
(2546, 125, 'Policy Fees', '', 'policyfees'),
(2547, 125, 'Period Of Insurance', '', 'periodofinsurance'),
(2548, 125, 'Premium', '', 'premium'),
(2549, 125, 'Brokerage', '', 'brokerage'),
(2559, 124, 'Insured', '', 'insured'),
(2560, 124, 'Business', '', 'business'),
(2561, 124, 'No of employees', '', 'text'),
(2562, 124, 'Estimated Annual Wages', '9,180,000', 'text'),
(2563, 124, 'Rate', '', 'rate'),
(2564, 124, 'Policy Fees', '', 'policyfees'),
(2565, 124, 'Period Of Insurance', '', 'periodofinsurance'),
(2566, 124, 'Premium', '', 'premium'),
(2567, 124, 'Brokerage', '', 'brokerage'),
(2577, 130, 'Insured', '', 'insured'),
(2578, 130, 'Business', '', 'business'),
(2579, 130, 'Type of vehicle', 'Sedan', 'text'),
(2580, 130, 'Year of Manufacture', '2010', 'text'),
(2581, 130, 'Value of vehicle', '65700', 'text'),
(2582, 130, 'Seating capacity', '5', 'text'),
(2583, 130, 'Cc', '4', 'text'),
(2584, 130, 'Registration No', '202065', 'text'),
(2585, 130, 'Chassis No', '658571', 'text'),
(2586, 130, 'Rate', '', 'rate'),
(2587, 130, 'Policy Fees', '', 'policyfees'),
(2588, 130, 'Period Of Insurance', '', 'periodofinsurance'),
(2589, 130, 'Premium', '', 'premium'),
(2590, 130, 'Brokerage', '', 'brokerage'),
(2591, 123, 'Insured', '', 'insured'),
(2592, 123, 'Business', '', 'business'),
(2593, 123, 'Type of vehicle', 'TOYOTA PRADO', 'text'),
(2594, 123, 'Year of manufacture', '2005', 'text'),
(2595, 123, 'Reg no', '305871', 'text'),
(2596, 123, 'Chasiss No', '19282', 'text'),
(2597, 123, 'Cc', '4', 'text'),
(2598, 123, 'Ton', '', 'text'),
(2599, 123, 'Seating capacity', '8', 'text'),
(2600, 123, 'Rate', '', 'rate'),
(2601, 123, 'Policy Fees', '', 'policyfees'),
(2602, 123, 'Period Of Insurance', '', 'periodofinsurance'),
(2603, 123, 'Premium', '', 'premium'),
(2604, 123, 'Brokerage', '', 'brokerage'),
(2605, 131, 'Insured', '', 'insured'),
(2606, 131, 'Business', '', 'business'),
(2607, 131, 'No of  vehicles', '120', 'text'),
(2608, 131, 'Rate', '', 'rate'),
(2609, 131, 'Policy Fees', '', 'policyfees'),
(2610, 131, 'Period Of Insurance', '', 'periodofinsurance'),
(2611, 131, 'Premium', '', 'premium'),
(2612, 131, 'Brokerage', '', 'brokerage'),
(2621, 132, 'Insured', '', 'insured'),
(2622, 132, 'Business', '', 'business'),
(2623, 132, 'No of  vehicles', '', 'text'),
(2624, 132, 'Rate', '', 'rate'),
(2625, 132, 'Policy Fees', '', 'policyfees'),
(2626, 132, 'Period Of Insurance', '', 'periodofinsurance'),
(2627, 132, 'Premium', '', 'premium'),
(2628, 132, 'Brokerage', '', 'brokerage'),
(2654, 76, 'Insured', '', 'insured'),
(2655, 76, 'Business', '', 'business'),
(2656, 76, 'Rate', '', 'rate'),
(2657, 76, 'Policy Fees', '', 'policyfees'),
(2658, 76, 'Period Of Insurance', '', 'periodofinsurance'),
(2659, 76, 'Premium', '', 'premium'),
(2660, 76, 'Brokerage', '', 'brokerage'),
(2705, 135, 'Insured', '', 'insured'),
(2706, 135, 'Business', '', 'business'),
(2707, 135, 'Period Of Insurance', '', 'periodofinsurance'),
(2708, 135, 'Location of Risk', 'Saliya, Doha, State of Qatar ', 'text'),
(2709, 135, 'Sum Insured', '10,600,000', 'text'),
(2710, 135, 'Rate', '', 'rate'),
(2711, 135, 'Policy Fees', '', 'policyfees'),
(2712, 135, 'Premium', '', 'premium'),
(2713, 135, 'Brokerage', '', 'brokerage'),
(2741, 136, 'Insured', '', 'insured'),
(2742, 136, 'Business', '', 'business'),
(2743, 136, 'Voyage ', ' China to Doha', 'text'),
(2744, 136, 'Matter Insured', '16680 pcs Steel cement bare panels and 29550 pedestal 4 with gasket', 'text'),
(2745, 136, 'Rate', '', 'rate'),
(2746, 136, 'Policy Fees', '', 'policyfees'),
(2747, 136, 'Period Of Insurance', '', 'periodofinsurance'),
(2748, 136, 'Premium', '', 'premium'),
(2749, 136, 'Brokerage', '', 'brokerage'),
(2782, 13, 'Insured', '', 'insured'),
(2783, 13, 'Business', '', 'business'),
(2784, 13, 'Rate', '', 'rate'),
(2785, 13, 'Policy Fees', '', 'policyfees'),
(2786, 13, 'Period Of Insurance', '', 'periodofinsurance'),
(2787, 13, 'Premium', '', 'premium'),
(2788, 13, 'Brokerage', '', 'brokerage'),
(2803, 137, 'Insured', '', 'insured'),
(2804, 137, 'Business', '', 'business'),
(2805, 137, 'Voyage', 'Spain to Qatar', 'text'),
(2806, 137, 'Matter Insured', 'Electrical cables', 'text'),
(2807, 137, 'Rate', '', 'rate'),
(2808, 137, 'Policy Fees', '', 'policyfees'),
(2809, 137, 'Period Of Insurance', '', 'periodofinsurance'),
(2810, 137, 'Premium', '', 'premium'),
(2811, 137, 'Brokerage', '', 'brokerage'),
(2812, 138, 'Insured', '', 'insured'),
(2813, 138, 'Business', '', 'business'),
(2814, 138, 'Type of vehicle', 'Nissan Pickup', 'text'),
(2815, 138, 'Year of Manufacture', '2010', 'text'),
(2816, 138, 'Value of vehicle', '47000', 'text'),
(2817, 138, 'Seating capacity', '3', 'text'),
(2818, 138, 'Cc', '', 'text'),
(2819, 138, 'Registration No', '', 'text'),
(2820, 138, 'Chassis No', '6000915', 'text'),
(2821, 138, 'Rate', '', 'rate'),
(2822, 138, 'Policy Fees', '', 'policyfees'),
(2823, 138, 'Period Of Insurance', '', 'periodofinsurance'),
(2824, 138, 'Premium', '', 'premium'),
(2825, 138, 'Brokerage', '', 'brokerage'),
(2954, 141, 'Insured', '', 'insured'),
(2955, 141, 'Business', '', 'business'),
(2956, 141, 'Cash in Safe', '100', 'text'),
(2957, 141, 'Estimated Annual Carrying Limit', '6000', 'text'),
(2958, 141, 'Single Carrying limit', '10000', 'text'),
(2959, 141, 'Rate', '', 'rate'),
(2960, 141, 'Policy Fees', '', 'policyfees'),
(2961, 141, 'Period Of Insurance', '', 'periodofinsurance'),
(2962, 141, 'Premium', '', 'premium'),
(2963, 141, 'Brokerage', '', 'brokerage'),
(3001, 146, 'Insured', '', 'insured'),
(3002, 146, 'Business', '', 'business'),
(3003, 146, 'Type of vehicle', 'Bus', 'text'),
(3004, 146, 'Year of Manufacture', '2009', 'text'),
(3005, 146, 'Value of vehicle', '85600', 'text'),
(3006, 146, 'Seating capacity', '29', 'text'),
(3007, 146, 'Cc', '6', 'text'),
(3008, 146, 'Registration No', '147965', 'text'),
(3009, 146, 'Chassis No', '668833', 'text'),
(3010, 146, 'Rate', '', 'rate'),
(3011, 146, 'Policy Fees', '', 'policyfees'),
(3012, 146, 'Period Of Insurance', '', 'periodofinsurance'),
(3013, 146, 'Premium', '', 'premium'),
(3014, 146, 'Brokerage', '', 'brokerage'),
(3029, 148, 'Insured', '', 'insured'),
(3030, 148, 'Business', '', 'business'),
(3031, 148, 'Period Of Insurance', '', 'periodofinsurance'),
(3032, 148, 'Location of Risk', '', 'text'),
(3033, 148, 'Sum Insured', '', 'text'),
(3034, 148, 'Rate', '', 'rate'),
(3035, 148, 'Policy Fees', '', 'policyfees'),
(3036, 148, 'Premium', '', 'premium'),
(3037, 148, 'Brokerage', '', 'brokerage'),
(3038, 145, 'Insured', '', 'insured'),
(3039, 145, 'Business', '', 'business'),
(3040, 145, 'No of employees', '0', 'text'),
(3041, 145, 'Estimated Annual Wages', '0', 'text'),
(3042, 145, 'Rate', '', 'rate'),
(3043, 145, 'Policy Fees', '', 'policyfees'),
(3044, 145, 'Period Of Insurance', '', 'periodofinsurance'),
(3045, 145, 'Premium', '', 'premium'),
(3046, 145, 'Brokerage', '', 'brokerage'),
(3047, 144, 'Insured', '', 'insured'),
(3048, 144, 'Business', '', 'business'),
(3049, 144, 'Rate', '', 'rate'),
(3050, 144, 'Policy Fees', '', 'policyfees'),
(3051, 144, 'Period Of Insurance', '', 'periodofinsurance'),
(3052, 144, 'Premium', '', 'premium'),
(3053, 144, 'Brokerage', '', 'brokerage'),
(3054, 143, 'Insured', '', 'insured'),
(3055, 143, 'Business', '', 'business'),
(3056, 143, 'Rate', '', 'rate'),
(3057, 143, 'Policy Fees', '', 'policyfees'),
(3058, 143, 'Period Of Insurance', '', 'periodofinsurance'),
(3059, 143, 'Premium', '', 'premium'),
(3060, 143, 'Brokerage', '', 'brokerage'),
(3061, 142, 'Business', '', 'business'),
(3062, 142, 'Insured', '', 'insured'),
(3063, 142, 'Sum Insured', '', 'text'),
(3064, 142, 'Rate', '', 'rate'),
(3065, 142, 'Policy Fees', '', 'policyfees'),
(3066, 142, 'Period Of Insurance', '', 'periodofinsurance'),
(3067, 142, 'Premium', '', 'premium'),
(3068, 142, 'Brokerage', '', 'brokerage'),
(3119, 134, 'Insured', '', 'insured'),
(3120, 134, 'Business', '', 'business'),
(3121, 134, 'Capital Sum Insured', '50,000 per person', 'text'),
(3122, 134, 'No of employees', '378', 'text'),
(3123, 134, 'Rate', '', 'rate'),
(3124, 134, 'Policy Fees', '', 'policyfees'),
(3125, 134, 'Period Of Insurance', '', 'periodofinsurance'),
(3126, 134, 'Premium', '', 'premium'),
(3127, 134, 'Brokerage', '', 'brokerage'),
(3164, 147, 'Insured', '', 'insured'),
(3165, 147, 'Business', '', 'business'),
(3166, 147, 'Type of vehicle', 'Bus', 'text'),
(3167, 147, 'Year of Manufacture', '2009', 'text'),
(3168, 147, 'Value of vehicle', '85600', 'text'),
(3169, 147, 'Seating capacity', '29', 'text'),
(3170, 147, 'Cc', '6', 'text'),
(3171, 147, 'Registration No', '147950', 'text'),
(3172, 147, 'Chassis No', '668992', 'text'),
(3173, 147, 'Rate', '', 'rate'),
(3174, 147, 'Policy Fees', '', 'policyfees'),
(3175, 147, 'Period Of Insurance', '', 'periodofinsurance'),
(3176, 147, 'Premium', '', 'premium'),
(3177, 147, 'Brokerage', '', 'brokerage'),
(3178, 133, 'Insured', '', 'insured'),
(3179, 133, 'Business', '', 'business'),
(3180, 133, 'Type of vehicle', 'Nissan Urvan', 'text'),
(3181, 133, 'Year of Manufacture', '2010', 'text'),
(3182, 133, 'Value of vehicle', '83000', 'text'),
(3183, 133, 'Seating capacity', '6', 'text'),
(3184, 133, 'Cc', '', 'text'),
(3185, 133, 'Registration No', '', 'text'),
(3186, 133, 'Chassis No', '470200', 'text'),
(3187, 133, 'Rate', '', 'rate'),
(3188, 133, 'Policy Fees', '', 'policyfees'),
(3189, 133, 'Period Of Insurance', '', 'periodofinsurance'),
(3190, 133, 'Premium', '', 'premium'),
(3191, 133, 'Brokerage', '', 'brokerage'),
(3207, 152, 'Insured', '', 'insured'),
(3208, 152, 'Business', '', 'business'),
(3209, 152, 'No of employees', '198', 'text'),
(3210, 152, 'Estimated Annual Wages', '1,788,000', 'text'),
(3211, 152, 'Rate', '', 'rate'),
(3212, 152, 'Policy Fees', '', 'policyfees'),
(3213, 152, 'Period Of Insurance', '', 'periodofinsurance'),
(3214, 152, 'Premium', '', 'premium'),
(3215, 152, 'Brokerage', '', 'brokerage'),
(3263, 29, 'Insured', '', 'insured'),
(3264, 29, 'Business', '', 'business'),
(3265, 29, 'Type of vehicle', 'Bus', 'text'),
(3266, 29, 'Year of Manufacture', '2010', 'text'),
(3267, 29, 'Seating Capacity', '67', 'text'),
(3268, 29, 'Cc', '6', 'text'),
(3269, 29, 'Ton', '', 'text'),
(3270, 29, 'Rate', '', 'rate'),
(3271, 29, 'Policy Fees', '', 'policyfees'),
(3272, 29, 'Period Of Insurance', '', 'periodofinsurance'),
(3273, 29, 'Premium', '', 'premium'),
(3274, 29, 'Brokerage', '', 'brokerage'),
(3275, 28, 'Insured', '', 'insured'),
(3276, 28, 'Business', '', 'business'),
(3277, 28, 'Type of vehicle', 'Bus', 'text'),
(3278, 28, 'Year of Manufacture', '2010', 'text'),
(3279, 28, 'Seating Capacity', '67', 'text'),
(3280, 28, 'Cc', '6', 'text'),
(3281, 28, 'Ton', '', 'text'),
(3282, 28, 'Rate', '', 'rate'),
(3283, 28, 'Policy Fees', '', 'policyfees'),
(3284, 28, 'Period Of Insurance', '', 'periodofinsurance'),
(3285, 28, 'Premium', '', 'premium'),
(3286, 28, 'Brokerage', '', 'brokerage'),
(3287, 153, 'Insured', '', 'insured'),
(3288, 153, 'Business', '', 'business'),
(3289, 153, 'Rate', '', 'rate'),
(3290, 153, 'Policy Fees', '', 'policyfees'),
(3291, 153, 'Period Of Insurance', '', 'periodofinsurance'),
(3292, 153, 'Premium', '', 'premium'),
(3293, 153, 'Brokerage', '', 'brokerage'),
(3294, 153, 'Sum Insured', '85,300,000', 'text'),
(3304, 151, 'Insured', '', 'insured'),
(3305, 151, 'Business', '', 'business'),
(3306, 151, 'No of employees', '', 'text'),
(3307, 151, 'Estimated Annual Wages', '3,000,000', 'text'),
(3308, 151, 'Rate', '', 'rate'),
(3309, 151, 'Policy Fees', '', 'policyfees'),
(3310, 151, 'Period Of Insurance', '', 'periodofinsurance'),
(3311, 151, 'Premium', '', 'premium'),
(3312, 151, 'Brokerage', '', 'brokerage'),
(3313, 149, 'Insured', '', 'insured'),
(3314, 149, 'Business', '', 'business'),
(3315, 149, 'No of employees', '', 'text'),
(3316, 149, 'Estimated Annual Wages', '15,000,000', 'text'),
(3317, 149, 'Rate', '', 'rate'),
(3318, 149, 'Policy Fees', '', 'policyfees'),
(3319, 149, 'Period Of Insurance', '', 'periodofinsurance'),
(3320, 149, 'Premium', '', 'premium'),
(3321, 149, 'Brokerage', '', 'brokerage'),
(3349, 159, 'Insured', '', 'insured'),
(3350, 159, 'Business', '', 'business'),
(3351, 159, 'Type of vehicle', '', 'text'),
(3352, 159, 'Year of manufacture', '2009', 'text'),
(3353, 159, 'Reg no', '160326', 'text'),
(3354, 159, 'Chasiss No', '12953', 'text'),
(3355, 159, 'Cc', '6', 'text'),
(3356, 159, 'Ton', '', 'text'),
(3357, 159, 'Seating capacity', '7', 'text'),
(3358, 159, 'Rate', '', 'rate'),
(3359, 159, 'Policy Fees', '', 'policyfees'),
(3360, 159, 'Period Of Insurance', '', 'periodofinsurance'),
(3361, 159, 'Premium', '', 'premium'),
(3362, 159, 'Brokerage', '', 'brokerage'),
(3363, 160, 'Insured', '', 'insured'),
(3364, 160, 'Business', '', 'business'),
(3365, 160, 'Type of vehicle', 'Sedan', 'text'),
(3366, 160, 'Year of manufacture', '2010', 'text'),
(3367, 160, 'Reg no', '432247', 'text'),
(3368, 160, 'Chasiss No', '55728', 'text'),
(3369, 160, 'Cc', '4', 'text'),
(3370, 160, 'Ton', '', 'text'),
(3371, 160, 'Seating capacity', '5', 'text'),
(3372, 160, 'Rate', '', 'rate'),
(3373, 160, 'Policy Fees', '', 'policyfees'),
(3374, 160, 'Period Of Insurance', '', 'periodofinsurance'),
(3375, 160, 'Premium', '', 'premium'),
(3376, 160, 'Brokerage', '', 'brokerage'),
(3377, 161, 'Insured', '', 'insured'),
(3378, 161, 'Business', '', 'business'),
(3379, 161, 'Type of vehicle', 'Pick up', 'text'),
(3380, 161, 'Year of Manufacture', '2008', 'text'),
(3381, 161, 'Seating Capacity', '6', 'text'),
(3382, 161, 'Cc', '4', 'text'),
(3383, 161, 'Ton', '', 'text'),
(3384, 161, 'Registration No', '36955', 'text'),
(3385, 161, 'Chassis No', '30583', 'text'),
(3386, 161, 'Rate', '', 'rate'),
(3387, 161, 'Policy Fees', '', 'policyfees'),
(3388, 161, 'Period Of Insurance', '', 'periodofinsurance'),
(3389, 161, 'Premium', '', 'premium'),
(3390, 161, 'Brokerage', '', 'brokerage'),
(3391, 162, 'Insured', '', 'insured'),
(3392, 162, 'Business', '', 'business'),
(3393, 162, 'Type of vehicle', 'Pick up', 'text'),
(3394, 162, 'Year of Manufacture', '2008', 'text'),
(3395, 162, 'Value of vehicle', '51000', 'text'),
(3396, 162, 'Seating capacity', '3', 'text'),
(3397, 162, 'Cc', '4', 'text'),
(3398, 162, 'Registration No', '187938', 'text'),
(3399, 162, 'Chassis No', '94412', 'text'),
(3400, 162, 'Rate', '', 'rate'),
(3401, 162, 'Policy Fees', '', 'policyfees'),
(3402, 162, 'Period Of Insurance', '', 'periodofinsurance'),
(3403, 162, 'Premium', '', 'premium'),
(3404, 162, 'Brokerage', '', 'brokerage'),
(3412, 164, 'Insured', '', 'insured'),
(3413, 164, 'Business', '', 'business'),
(3414, 164, 'Type of vehicle', 'Sidan', 'text'),
(3415, 164, 'Year of Manufacture', '2007', 'text'),
(3416, 164, 'Value of vehicle', '19000', 'text'),
(3417, 164, 'Seating capacity', '5', 'text'),
(3418, 164, 'Cc', '4', 'text'),
(3419, 164, 'Registration No', '67038', 'text'),
(3420, 164, 'Chassis No', '642486', 'text'),
(3421, 164, 'Rate', '', 'rate'),
(3422, 164, 'Policy Fees', '', 'policyfees'),
(3423, 164, 'Period Of Insurance', '', 'periodofinsurance'),
(3424, 164, 'Premium', '', 'premium'),
(3425, 164, 'Brokerage', '', 'brokerage'),
(3487, 166, 'Insured', '', 'insured'),
(3488, 166, 'Business', '', 'business'),
(3489, 166, 'Number of employees', '15', 'text'),
(3490, 166, 'Estimated Annual Wages', '', 'text'),
(3491, 166, 'Group Life Contribution', '3100', 'text'),
(3492, 166, 'Sum insured ', '160,800', 'text'),
(3493, 166, 'Rate', '', 'rate'),
(3494, 166, 'Policy Fees', '', 'policyfees'),
(3495, 166, 'Period Of Insurance', '', 'periodofinsurance'),
(3496, 166, 'Premium', '', 'premium'),
(3497, 166, 'Brokerage', '', 'brokerage'),
(3498, 167, 'Insured', '', 'insured'),
(3499, 167, 'Business', '', 'business'),
(3500, 167, 'No of employees', '294', 'text'),
(3501, 167, 'Estimated Annual Wages', '3,174,900', 'text'),
(3502, 167, 'Rate', '', 'rate'),
(3503, 167, 'Policy Fees', '', 'policyfees'),
(3504, 167, 'Period Of Insurance', '', 'periodofinsurance'),
(3505, 167, 'Premium', '', 'premium'),
(3506, 167, 'Brokerage', '', 'brokerage'),
(3532, 170, 'Insured', '', 'insured'),
(3533, 170, 'Business', '', 'business'),
(3534, 170, 'Type of vehicle', 'Pick up', 'text'),
(3535, 170, 'Year of Manufacture', '2008', 'text'),
(3536, 170, 'Value of vehicle', '51000', 'text'),
(3537, 170, 'Seating capacity', '3', 'text'),
(3538, 170, 'Cc', '4', 'text'),
(3539, 170, 'Registration No', '187928', 'text'),
(3540, 170, 'Chassis No', '27201', 'text'),
(3541, 170, 'Rate', '', 'rate'),
(3542, 170, 'Policy Fees', '', 'policyfees'),
(3543, 170, 'Period Of Insurance', '', 'periodofinsurance'),
(3544, 170, 'Premium', '', 'premium'),
(3545, 170, 'Brokerage', '', 'brokerage'),
(3546, 171, 'Insured', '', 'insured'),
(3547, 171, 'Business', '', 'business'),
(3548, 171, 'Type of vehicle', 'Pick up', 'text'),
(3549, 171, 'Year of Manufacture', '2006', 'text'),
(3550, 171, 'Seating Capacity', '6', 'text'),
(3551, 171, 'Cc', '4', 'text'),
(3552, 171, 'Ton', '', 'text'),
(3553, 171, 'Registration No', '142728', 'text'),
(3554, 171, 'Chassis No', '2005008', 'text'),
(3555, 171, 'Rate', '', 'rate'),
(3556, 171, 'Policy Fees', '', 'policyfees'),
(3557, 171, 'Period Of Insurance', '', 'periodofinsurance'),
(3558, 171, 'Premium', '', 'premium'),
(3559, 171, 'Brokerage', '', 'brokerage'),
(3576, 172, 'Insured', '', 'insured'),
(3577, 172, 'Business', '', 'business'),
(3578, 172, 'Rate', '', 'rate'),
(3579, 172, 'Policy Fees', '', 'policyfees'),
(3580, 172, 'Period Of Insurance', '', 'periodofinsurance'),
(3581, 172, 'Premium', '', 'premium'),
(3582, 172, 'Brokerage', '', 'brokerage'),
(3590, 174, 'Insured', '', 'insured'),
(3591, 174, 'Business', '', 'business'),
(3592, 174, 'Rate', '', 'rate'),
(3593, 174, 'Policy Fees', '', 'policyfees'),
(3594, 174, 'Period Of Insurance', '', 'periodofinsurance'),
(3595, 174, 'Premium', '', 'premium'),
(3596, 174, 'Brokerage', '', 'brokerage'),
(3597, 175, 'Insured', '', 'insured'),
(3598, 175, 'Business', '', 'business'),
(3599, 175, 'Cash in Safe', '(Normal days) QR 100,000/-  (Salary days) QR 500,000', 'text'),
(3600, 175, 'Estimated Annual Carrying Limit', 'QR 6,000,000', 'text'),
(3601, 175, 'Single Carrying limit', '', 'text'),
(3602, 175, 'Rate', '', 'rate'),
(3603, 175, 'Policy Fees', '', 'policyfees'),
(3604, 175, 'Period Of Insurance', '', 'periodofinsurance'),
(3605, 175, 'Premium', '', 'premium'),
(3606, 175, 'Brokerage', '', 'brokerage'),
(3607, 176, 'Business', '', 'business'),
(3608, 176, 'Insured', '', 'insured'),
(3609, 176, 'Sum Insured', 'QR 22,069,955.40', 'text'),
(3610, 176, 'Rate', '', 'rate'),
(3611, 176, 'Policy Fees', '', 'policyfees'),
(3612, 176, 'Period Of Insurance', '', 'periodofinsurance'),
(3613, 176, 'Premium', '', 'premium'),
(3614, 176, 'Brokerage', '', 'brokerage'),
(3615, 177, 'Insured', '', 'insured'),
(3616, 177, 'Business', '', 'business'),
(3617, 177, 'No of employees', '614', 'text'),
(3618, 177, 'Estimated Annual Wages', 'QR 14,605,800', 'text'),
(3619, 177, 'Rate', '', 'rate'),
(3620, 177, 'Policy Fees', '', 'policyfees'),
(3621, 177, 'Period Of Insurance', '', 'periodofinsurance'),
(3622, 177, 'Premium', '', 'premium'),
(3623, 177, 'Brokerage', '', 'brokerage'),
(3632, 168, 'Insured', '', 'insured'),
(3633, 168, 'Business', '', 'business'),
(3634, 168, 'Rate', '', 'rate'),
(3635, 168, 'Policy Fees', '', 'policyfees'),
(3636, 168, 'Period Of Insurance', '', 'periodofinsurance'),
(3637, 168, 'Premium', '', 'premium'),
(3638, 168, 'Brokerage', '', 'brokerage'),
(3639, 168, 'Voyage ', 'From: China   To: Qatar', 'text'),
(3676, 158, 'Insured', '', 'insured'),
(3677, 158, 'Business', '', 'business'),
(3678, 158, 'Capital Sum Insured', '7,550,000', 'text'),
(3679, 158, 'No of employees', '190', 'text'),
(3680, 158, 'Rate', '', 'rate'),
(3681, 158, 'Policy Fees', '', 'policyfees'),
(3682, 158, 'Period Of Insurance', '', 'periodofinsurance'),
(3683, 158, 'Premium', '', 'premium'),
(3684, 158, 'Brokerage', '', 'brokerage'),
(3685, 157, 'Insured', '', 'insured'),
(3686, 157, 'Business', '', 'business'),
(3687, 157, 'No of employees', '190', 'text'),
(3688, 157, 'Estimated Annual Wages', '2,876,400', 'text'),
(3689, 157, 'Rate', '', 'rate'),
(3690, 157, 'Policy Fees', '', 'policyfees'),
(3691, 157, 'Period Of Insurance', '', 'periodofinsurance'),
(3692, 157, 'Premium', '', 'premium'),
(3693, 157, 'Brokerage', '', 'brokerage'),
(3694, 178, 'Insured', '', 'insured'),
(3695, 178, 'Business', '', 'business'),
(3696, 178, 'Type of vehicle', 'Sedan', 'text'),
(3697, 178, 'Year of Manufacture', '2099', 'text'),
(3698, 178, 'Seating Capacity', '5', 'text'),
(3699, 178, 'Cc', '4', 'text'),
(3700, 178, 'Ton', '', 'text'),
(3701, 178, 'Registration No', '121469', 'text'),
(3702, 178, 'Chassis No', '103582', 'text'),
(3703, 178, 'Rate', '', 'rate'),
(3704, 178, 'Policy Fees', '', 'policyfees'),
(3705, 178, 'Period Of Insurance', '', 'periodofinsurance'),
(3706, 178, 'Premium', '', 'premium'),
(3707, 178, 'Brokerage', '', 'brokerage'),
(3722, 180, 'Insured', '', 'insured'),
(3723, 180, 'Business', '', 'business'),
(3724, 180, 'Type of vehicle', 'Pick up', 'text'),
(3725, 180, 'Year of Manufacture', '2010', 'text'),
(3726, 180, 'Value of vehicle', '40000', 'text'),
(3727, 180, 'Seating capacity', '5', 'text'),
(3728, 180, 'Cc', '4', 'text'),
(3729, 180, 'Registration No', '211404', 'text'),
(3730, 180, 'Chassis No', '2025626', 'text'),
(3731, 180, 'Rate', '', 'rate'),
(3732, 180, 'Policy Fees', '', 'policyfees'),
(3733, 180, 'Period Of Insurance', '', 'periodofinsurance'),
(3734, 180, 'Premium', '', 'premium'),
(3735, 180, 'Brokerage', '', 'brokerage'),
(3736, 179, 'Insured', '', 'insured'),
(3737, 179, 'Business', '', 'business'),
(3738, 179, 'Type of vehicle', 'Sedan', 'text'),
(3739, 179, 'Year of Manufacture', '2009', 'text'),
(3740, 179, 'Seating Capacity', '5', 'text'),
(3741, 179, 'Cc', '4', 'text'),
(3742, 179, 'Ton', '', 'text'),
(3743, 179, 'Registration No', '64865', 'text'),
(3744, 179, 'Chassis No', '102428', 'text'),
(3745, 179, 'Rate', '', 'rate'),
(3746, 179, 'Policy Fees', '', 'policyfees'),
(3747, 179, 'Period Of Insurance', '', 'periodofinsurance'),
(3748, 179, 'Premium', '', 'premium'),
(3749, 179, 'Brokerage', '', 'brokerage'),
(3768, 182, 'Insured', '', 'insured'),
(3769, 182, 'Business', '', 'business'),
(3770, 182, 'Period Of Insurance', '', 'periodofinsurance'),
(3771, 182, 'Location of Risk', 'Al Khor Doha, Qatar', 'text'),
(3772, 182, 'Sum Insured', 'QR 600,000/-', 'text'),
(3773, 182, 'Rate', '', 'rate'),
(3774, 182, 'Policy Fees', '', 'policyfees'),
(3775, 182, 'Premium', '', 'premium'),
(3776, 182, 'Brokerage', '', 'brokerage'),
(3786, 181, 'Insured', '', 'insured'),
(3787, 181, 'Business', '', 'business'),
(3788, 181, 'Period Of Insurance', '', 'periodofinsurance'),
(3789, 181, 'Location of Risk', 'Muaither, Furusiya Street Doha , Qatar', 'text'),
(3790, 181, 'Sum Insured', 'QR 700,000', 'text'),
(3791, 181, 'Rate', '', 'rate'),
(3792, 181, 'Policy Fees', '', 'policyfees'),
(3793, 181, 'Premium', '', 'premium'),
(3794, 181, 'Brokerage', '', 'brokerage'),
(3822, 184, 'Insured', '', 'insured'),
(3823, 184, 'Business', '', 'business'),
(3824, 184, 'No of employees', '100', 'text'),
(3825, 184, 'Estimated Annual Wages', 'QR 1,414,800/-', 'text'),
(3826, 184, 'Rate', '', 'rate'),
(3827, 184, 'Policy Fees', '', 'policyfees'),
(3828, 184, 'Period Of Insurance', '', 'periodofinsurance'),
(3829, 184, 'Premium', '', 'premium'),
(3830, 184, 'Brokerage', '', 'brokerage'),
(3845, 185, 'Insured', '', 'insured'),
(3846, 185, 'Business', '', 'business'),
(3847, 185, 'Type of vehicle', 'Bus', 'text'),
(3848, 185, 'Year of Manufacture', '2009', 'text'),
(3849, 185, 'Seating Capacity', '15', 'text'),
(3850, 185, 'Cc', '4', 'text'),
(3851, 185, 'Ton', '', 'text'),
(3852, 185, 'Registration No', '73821', 'text'),
(3853, 185, 'Chassis No', '19187', 'text'),
(3854, 185, 'Rate', '', 'rate'),
(3855, 185, 'Policy Fees', '', 'policyfees'),
(3856, 185, 'Period Of Insurance', '', 'periodofinsurance'),
(3857, 185, 'Premium', '', 'premium'),
(3858, 185, 'Brokerage', '', 'brokerage'),
(3873, 186, 'Insured', '', 'insured'),
(3874, 186, 'Business', '', 'business'),
(3875, 186, 'Type of vehicle', 'Bus', 'text'),
(3876, 186, 'Year of Manufacture', '2009', 'text'),
(3877, 186, 'Seating Capacity', '15', 'text'),
(3878, 186, 'Cc', '4', 'text'),
(3879, 186, 'Ton', '', 'text'),
(3880, 186, 'Registration No', '73815', 'text'),
(3881, 186, 'Chassis No', '019466', 'text'),
(3882, 186, 'Rate', '', 'rate'),
(3883, 186, 'Policy Fees', '', 'policyfees'),
(3884, 186, 'Period Of Insurance', '', 'periodofinsurance'),
(3885, 186, 'Premium', '', 'premium'),
(3886, 186, 'Brokerage', '', 'brokerage'),
(3887, 187, 'Insured', '', 'insured'),
(3888, 187, 'Business', '', 'business'),
(3889, 187, 'Type of vehicle', 'Pick up', 'text'),
(3890, 187, 'Year of Manufacture', '2009', 'text'),
(3891, 187, 'Seating Capacity', '5', 'text'),
(3892, 187, 'Cc', '4', 'text'),
(3893, 187, 'Ton', '', 'text'),
(3894, 187, 'Registration No', '73696', 'text'),
(3895, 187, 'Chassis No', '250657', 'text'),
(3896, 187, 'Rate', '', 'rate'),
(3897, 187, 'Policy Fees', '', 'policyfees'),
(3898, 187, 'Period Of Insurance', '', 'periodofinsurance'),
(3899, 187, 'Premium', '', 'premium'),
(3900, 187, 'Brokerage', '', 'brokerage'),
(3901, 188, 'Insured', '', 'insured'),
(3902, 188, 'Business', '', 'business'),
(3903, 188, 'Type of vehicle', 'Pick up', 'text'),
(3904, 188, 'Year of Manufacture', '2009', 'text'),
(3905, 188, 'Seating Capacity', '5', 'text'),
(3906, 188, 'Cc', '4', 'text'),
(3907, 188, 'Ton', '', 'text'),
(3908, 188, 'Registration No', '73768', 'text'),
(3909, 188, 'Chassis No', '250620', 'text'),
(3910, 188, 'Rate', '', 'rate'),
(3911, 188, 'Policy Fees', '', 'policyfees'),
(3912, 188, 'Period Of Insurance', '', 'periodofinsurance'),
(3913, 188, 'Premium', '', 'premium'),
(3914, 188, 'Brokerage', '', 'brokerage'),
(3915, 189, 'Insured', '', 'insured'),
(3916, 189, 'Business', '', 'business'),
(3917, 189, 'Type of vehicle', 'Sedan', 'text'),
(3918, 189, 'Year of Manufacture', '2009', 'text'),
(3919, 189, 'Seating Capacity', '5', 'text'),
(3920, 189, 'Cc', '4', 'text'),
(3921, 189, 'Ton', '', 'text'),
(3922, 189, 'Registration No', '65884', 'text'),
(3923, 189, 'Chassis No', '103615', 'text'),
(3924, 189, 'Rate', '', 'rate'),
(3925, 189, 'Policy Fees', '', 'policyfees'),
(3926, 189, 'Period Of Insurance', '', 'periodofinsurance'),
(3927, 189, 'Premium', '', 'premium'),
(3928, 189, 'Brokerage', '', 'brokerage'),
(3929, 190, 'Insured', '', 'insured'),
(3930, 190, 'Business', '', 'business'),
(3931, 190, 'Type of vehicle', 'Bus', 'text'),
(3932, 190, 'Year of Manufacture', '2008', 'text'),
(3933, 190, 'Seating Capacity', '62', 'text'),
(3934, 190, 'Cc', '6', 'text'),
(3935, 190, 'Ton', '', 'text'),
(3936, 190, 'Registration No', '189233', 'text'),
(3937, 190, 'Chassis No', '02072', 'text'),
(3938, 190, 'Rate', '', 'rate'),
(3939, 190, 'Policy Fees', '', 'policyfees'),
(3940, 190, 'Period Of Insurance', '', 'periodofinsurance'),
(3941, 190, 'Premium', '', 'premium'),
(3942, 190, 'Brokerage', '', 'brokerage'),
(3952, 183, 'Insured', '', 'insured'),
(3953, 183, 'Business', '', 'business'),
(3954, 183, 'No of employees', '260', 'text'),
(3955, 183, 'Estimated Annual Wages', 'QR 6,567,420/-', 'text'),
(3956, 183, 'Rate', '', 'rate'),
(3957, 183, 'Policy Fees', '', 'policyfees'),
(3958, 183, 'Period Of Insurance', '', 'periodofinsurance'),
(3959, 183, 'Premium', '', 'premium'),
(3960, 183, 'Brokerage', '', 'brokerage'),
(3987, 191, 'Insured', '', 'insured'),
(3988, 191, 'Business', '', 'business'),
(3989, 191, 'Contract Title', 'Temporary Power Cable Installation & Commissioning from Transformer to Switch Board, Gas operation', 'text'),
(3990, 191, 'Principal', '', 'text'),
(3991, 191, 'Location of Risk', 'Inside QP Refinery, Mesaieed, State of Qatar', 'text'),
(3992, 191, 'Section 1 - Material Damage', 'QR 25,000/- other perils QR 10,000/-', 'text'),
(3993, 191, 'Section 2 - Third Party Liability', 'QR 7,500/-', 'text'),
(3994, 191, 'Scope of Work', 'State of Qatar', 'text'),
(3995, 191, 'Rate', '', 'rate'),
(3996, 191, 'Policy Fees', '', 'policyfees'),
(3997, 191, 'Period Of Insurance', '', 'periodofinsurance'),
(3998, 191, 'Premium', '', 'premium'),
(3999, 191, 'Brokerage', '', 'brokerage'),
(4000, 169, 'Insured', '', 'insured'),
(4001, 169, 'Business', '', 'business'),
(4002, 169, 'No of employees', '11', 'text'),
(4003, 169, 'No of dependants', '', 'text'),
(4004, 169, 'Rate', '', 'rate'),
(4005, 169, 'Policy Fees', '', 'policyfees'),
(4006, 169, 'Period Of Insurance', '', 'periodofinsurance'),
(4007, 169, 'Premium', '', 'premium'),
(4008, 169, 'Brokerage', '', 'brokerage'),
(4009, 192, 'Insured', '', 'insured'),
(4010, 192, 'Business', '', 'business'),
(4011, 192, 'Type of vehicle', 'Van', 'text'),
(4012, 192, 'Year of Manufacture', '2009', 'text'),
(4013, 192, 'Seating Capacity', '2', 'text'),
(4014, 192, 'Cc', '4', 'text'),
(4015, 192, 'Ton', '', 'text'),
(4016, 192, 'Registration No', '193040', 'text'),
(4017, 192, 'Chassis No', '301433', 'text'),
(4018, 192, 'Rate', '', 'rate'),
(4019, 192, 'Policy Fees', '', 'policyfees'),
(4020, 192, 'Period Of Insurance', '', 'periodofinsurance'),
(4021, 192, 'Premium', '', 'premium'),
(4022, 192, 'Brokerage', '', 'brokerage'),
(4023, 193, 'Insured', '', 'insured'),
(4024, 193, 'Type of vehicle', 'Porsche Cayenne Turbo', 'text'),
(4025, 193, 'Value of vehicle', ' 344,000', 'text'),
(4026, 193, 'Year of manufacture', '2011', 'text'),
(4027, 193, 'Cc', '8', 'text'),
(4028, 193, 'Seating capacity', '5', 'text'),
(4029, 193, 'Registration No', '433720', 'text'),
(4030, 193, 'Chassis No', '82210', 'text'),
(4031, 193, 'Rate', '', 'rate'),
(4032, 193, 'Policy Fees', '', 'policyfees'),
(4033, 193, 'Period Of Insurance', '', 'periodofinsurance'),
(4034, 193, 'Premium', '', 'premium'),
(4035, 193, 'Brokerage', '', 'brokerage'),
(4036, 129, 'Insured', '', 'insured'),
(4037, 129, 'Business', '', 'business'),
(4038, 129, 'No of employees', '305', 'text'),
(4039, 129, 'Estimated Annual Wages', '5,268,120', 'text'),
(4040, 129, 'Rate', '', 'rate'),
(4041, 129, 'Policy Fees', '', 'policyfees'),
(4042, 129, 'Period Of Insurance', '', 'periodofinsurance'),
(4043, 129, 'Premium', '', 'premium'),
(4044, 129, 'Brokerage', '', 'brokerage'),
(4054, 194, 'Insured', '', 'insured'),
(4055, 194, 'Business', '', 'business'),
(4056, 194, 'No of employees', '205', 'text'),
(4057, 194, 'Estimated Annual Wages', 'QR 2,265,000/-', 'text'),
(4058, 194, 'Rate', '', 'rate'),
(4059, 194, 'Policy Fees', '', 'policyfees'),
(4060, 194, 'Period Of Insurance', '', 'periodofinsurance'),
(4061, 194, 'Premium', '', 'premium'),
(4062, 194, 'Brokerage', '', 'brokerage'),
(4063, 195, 'Insured', '', 'insured'),
(4064, 195, 'Business', '', 'business'),
(4065, 195, 'Rate', '', 'rate'),
(4066, 195, 'Policy Fees', '', 'policyfees'),
(4067, 195, 'Period Of Insurance', '', 'periodofinsurance'),
(4068, 195, 'Premium', '', 'premium'),
(4069, 195, 'Brokerage', '', 'brokerage'),
(4070, 196, 'Insured', '', 'insured'),
(4071, 196, 'Business', '', 'business'),
(4072, 196, 'Type of vehicle', 'Nissan Urvan', 'text'),
(4073, 196, 'Year of Manufacture', '2009', 'text'),
(4074, 196, 'Value of vehicle', '40000', 'text'),
(4075, 196, 'Seating capacity', '3', 'text'),
(4076, 196, 'Cc', '', 'text'),
(4077, 196, 'Registration No', '113755', 'text'),
(4078, 196, 'Chassis No', '113072', 'text'),
(4079, 196, 'Rate', '', 'rate'),
(4080, 196, 'Policy Fees', '', 'policyfees'),
(4081, 196, 'Period Of Insurance', '', 'periodofinsurance'),
(4082, 196, 'Premium', '', 'premium'),
(4083, 196, 'Brokerage', '', 'brokerage'),
(4084, 197, 'Insured', '', 'insured'),
(4085, 197, 'Business', '', 'business'),
(4086, 197, 'Type of vehicle', 'Pick up', 'text'),
(4087, 197, 'Year of Manufacture', '2008', 'text'),
(4088, 197, 'Value of vehicle', '', 'text'),
(4089, 197, 'Seating capacity', '5', 'text'),
(4090, 197, 'Cc', '6', 'text'),
(4091, 197, 'Registration No', '194924', 'text'),
(4092, 197, 'Chassis No', '22593', 'text'),
(4093, 197, 'Rate', '', 'rate'),
(4094, 197, 'Policy Fees', '', 'policyfees'),
(4095, 197, 'Period Of Insurance', '', 'periodofinsurance'),
(4096, 197, 'Premium', '', 'premium'),
(4097, 197, 'Brokerage', '', 'brokerage'),
(4126, 200, 'Insured', '', 'insured'),
(4127, 200, 'Business', '', 'business'),
(4128, 200, 'No of employees', '', 'text'),
(4129, 200, 'Estimated Annual Wages', '', 'text'),
(4130, 200, 'Rate', '', 'rate'),
(4131, 200, 'Policy Fees', '', 'policyfees'),
(4132, 200, 'Period Of Insurance', '', 'periodofinsurance'),
(4133, 200, 'Premium', '', 'premium'),
(4134, 200, 'Brokerage', '', 'brokerage'),
(4135, 199, 'Insured', '', 'insured'),
(4136, 199, 'Business', '', 'business'),
(4137, 199, 'Type of vehicle', 'Sedan', 'text'),
(4138, 199, 'Year of Manufacture', '2005', 'text'),
(4139, 199, 'Seating Capacity', '5', 'text'),
(4140, 199, 'Cc', '4', 'text'),
(4141, 199, 'Ton', '', 'text'),
(4142, 199, 'Registration No', '288339', 'text'),
(4143, 199, 'Chassis No', '504292', 'text'),
(4144, 199, 'Rate', '', 'rate'),
(4145, 199, 'Policy Fees', '', 'policyfees'),
(4146, 199, 'Period Of Insurance', '', 'periodofinsurance'),
(4147, 199, 'Premium', '', 'premium'),
(4148, 199, 'Brokerage', '', 'brokerage'),
(4149, 198, 'Insured', '', 'insured'),
(4150, 198, 'Business', '', 'business'),
(4151, 198, 'Type of vehicle', '', 'text'),
(4152, 198, 'Year of Manufacture', '2008', 'text'),
(4153, 198, 'Value of vehicle', '60000', 'text'),
(4154, 198, 'Seating capacity', '5', 'text'),
(4155, 198, 'Cc', '4', 'text'),
(4156, 198, 'Registration No', '326589', 'text'),
(4157, 198, 'Chassis No', '403419', 'text'),
(4158, 198, 'Rate', '', 'rate'),
(4159, 198, 'Policy Fees', '', 'policyfees'),
(4160, 198, 'Period Of Insurance', '', 'periodofinsurance'),
(4161, 198, 'Premium', '', 'premium'),
(4162, 198, 'Brokerage', '', 'brokerage'),
(4163, 42, 'Insured', '', 'insured'),
(4164, 42, 'Business', '', 'business'),
(4165, 42, 'Period Of Insurance', '', 'periodofinsurance'),
(4166, 42, 'Location of Risk', 'Industrial Area, Mesaieed, Souq Waqif and Mattar Qadeem', 'text'),
(4167, 42, 'Interest & Sum Insured', '', 'suminsured'),
(4168, 42, 'Rate', '', 'rate'),
(4169, 42, 'Policy Fees', '', 'policyfees'),
(4170, 42, 'Premium', '', 'premium'),
(4171, 42, 'Brokerage', '', 'brokerage'),
(4172, 163, 'Insured', '', 'insured'),
(4173, 163, 'Business', '', 'business'),
(4174, 163, 'Rate', '', 'rate'),
(4175, 163, 'Policy Fees', '', 'policyfees'),
(4176, 163, 'Period Of Insurance', '', 'periodofinsurance'),
(4177, 163, 'Premium', '', 'premium'),
(4178, 163, 'Brokerage', '', 'brokerage'),
(4179, 201, 'Insured', '', 'insured'),
(4180, 201, 'Business', '', 'business'),
(4181, 201, 'Type of vehicle', 'Bus', 'text'),
(4182, 201, 'Year of Manufacture', '2006', 'text'),
(4183, 201, 'Seating Capacity', '67', 'text'),
(4184, 201, 'Cc', '6', 'text'),
(4185, 201, 'Ton', '', 'text'),
(4186, 201, 'Registration No', '141149', 'text'),
(4187, 201, 'Chassis No', '101870', 'text'),
(4188, 201, 'Rate', '', 'rate'),
(4189, 201, 'Policy Fees', '', 'policyfees'),
(4190, 201, 'Period Of Insurance', '', 'periodofinsurance'),
(4191, 201, 'Premium', '', 'premium'),
(4192, 201, 'Brokerage', '', 'brokerage'),
(4193, 102, 'Business', '', 'business'),
(4194, 102, 'Insured', '', 'insured'),
(4195, 102, 'Sum Insured', '1,647,334.80', 'text'),
(4196, 102, 'Rate', '', 'rate'),
(4197, 102, 'Policy Fees', '', 'policyfees'),
(4198, 102, 'Period Of Insurance', '', 'periodofinsurance'),
(4199, 102, 'Premium', '', 'premium'),
(4200, 102, 'Brokerage', '', 'brokerage'),
(4201, 202, 'Insured', '', 'insured'),
(4202, 202, 'Type of vehicle', 'Mercedes', 'text'),
(4203, 202, 'Value of vehicle', '243500', 'text'),
(4204, 202, 'Year of manufacture', '2009', 'text'),
(4205, 202, 'Cc', '8', 'text'),
(4206, 202, 'Seating capacity', '5', 'text'),
(4207, 202, 'Registration No', '5150', 'text'),
(4208, 202, 'Chassis No', '6339', 'text'),
(4209, 202, 'Rate', '', 'rate'),
(4210, 202, 'Policy Fees', '', 'policyfees'),
(4211, 202, 'Period Of Insurance', '', 'periodofinsurance'),
(4212, 202, 'Premium', '', 'premium'),
(4213, 202, 'Brokerage', '', 'brokerage'),
(4214, 203, 'Insured', '', 'insured'),
(4215, 203, 'Business', '', 'business'),
(4216, 203, 'Type of vehicle', 'Suzuki Hatch Back', 'text'),
(4217, 203, 'Year of Manufacture', '2009', 'text'),
(4218, 203, 'Value of vehicle', '20800', 'text'),
(4219, 203, 'Seating capacity', '4', 'text'),
(4220, 203, 'Cc', '4', 'text'),
(4221, 203, 'Registration No', '402166', 'text'),
(4222, 203, 'Chassis No', '22237', 'text'),
(4223, 203, 'Rate', '', 'rate'),
(4224, 203, 'Policy Fees', '', 'policyfees'),
(4225, 203, 'Period Of Insurance', '', 'periodofinsurance'),
(4226, 203, 'Premium', '', 'premium'),
(4227, 203, 'Brokerage', '', 'brokerage'),
(4251, 204, 'Insured', '', 'insured'),
(4252, 204, 'Business', '', 'business'),
(4253, 204, 'No of employees', '89', 'text'),
(4254, 204, 'Estimated Annual Wages', 'QR 2,457,840', 'text'),
(4255, 204, 'Rate', '', 'rate'),
(4256, 204, 'Policy Fees', '', 'policyfees'),
(4257, 204, 'Period Of Insurance', '', 'periodofinsurance'),
(4258, 204, 'Premium', '', 'premium'),
(4259, 204, 'Brokerage', '', 'brokerage'),
(4276, 207, 'Insured', '', 'insured'),
(4277, 207, 'Business', '', 'business'),
(4278, 207, 'Type of vehicle', 'Suzuki Station Wagon', 'text'),
(4279, 207, 'Year of Manufacture', '2008', 'text'),
(4280, 207, 'Seating Capacity', '5', 'text'),
(4281, 207, 'Cc', '4', 'text'),
(4282, 207, 'Ton', '', 'text'),
(4283, 207, 'Registration No', '307897', 'text'),
(4284, 207, 'Chassis No', '31459', 'text'),
(4285, 207, 'Rate', '', 'rate'),
(4286, 207, 'Policy Fees', '', 'policyfees'),
(4287, 207, 'Period Of Insurance', '', 'periodofinsurance'),
(4288, 207, 'Premium', '', 'premium'),
(4289, 207, 'Brokerage', '', 'brokerage'),
(4290, 119, 'Insured', '', 'insured'),
(4291, 119, 'Business', '', 'business'),
(4292, 119, 'Rate', '', 'rate'),
(4293, 119, 'Policy Fees', '', 'policyfees'),
(4294, 119, 'Period Of Insurance', '', 'periodofinsurance'),
(4295, 119, 'Premium', '', 'premium'),
(4296, 119, 'Brokerage', '', 'brokerage'),
(4297, 173, 'Insured', '', 'insured'),
(4298, 173, 'Business', '', 'business'),
(4299, 173, 'Rate', '', 'rate'),
(4300, 173, 'Policy Fees', '', 'policyfees'),
(4301, 173, 'Period Of Insurance', '', 'periodofinsurance'),
(4302, 173, 'Premium', '', 'premium'),
(4303, 173, 'Brokerage', '', 'brokerage'),
(4311, 206, 'Insured', '', 'insured'),
(4312, 206, 'Business', '', 'business'),
(4313, 206, 'Rate', '', 'rate'),
(4314, 206, 'Policy Fees', '', 'policyfees'),
(4315, 206, 'Period Of Insurance', '', 'periodofinsurance'),
(4316, 206, 'Premium', '', 'premium'),
(4317, 206, 'Brokerage', '', 'brokerage'),
(4318, 205, 'Insured', '', 'insured'),
(4319, 205, 'Business', '', 'business'),
(4320, 205, 'No of employees', '8', 'text'),
(4321, 205, 'Estimated Annual Wages', 'QR 90,000', 'text'),
(4322, 205, 'Rate', '', 'rate'),
(4323, 205, 'Policy Fees', '', 'policyfees'),
(4324, 205, 'Period Of Insurance', '', 'periodofinsurance'),
(4325, 205, 'Premium', '', 'premium'),
(4326, 205, 'Brokerage', '', 'brokerage'),
(4327, 140, 'Insured', '', 'insured'),
(4328, 140, 'Business', '', 'business'),
(4329, 140, 'Type of vehicle', '', 'text'),
(4330, 140, 'Year of Manufacture', '2008', 'text'),
(4331, 140, 'Seating Capacity', '5', 'text'),
(4332, 140, 'Cc', '4', 'text'),
(4333, 140, 'Ton', '', 'text'),
(4334, 140, 'Registration No', '303710', 'text'),
(4335, 140, 'Chassis No', '201435', 'text'),
(4336, 140, 'Rate', '', 'rate'),
(4337, 140, 'Policy Fees', '', 'policyfees'),
(4338, 140, 'Period Of Insurance', '', 'periodofinsurance'),
(4339, 140, 'Premium', '', 'premium'),
(4340, 140, 'Brokerage', '', 'brokerage'),
(4341, 156, 'Insured', '', 'insured'),
(4342, 156, 'Business', '', 'business'),
(4343, 156, 'Type of vehicle', 'Sedan', 'text'),
(4344, 156, 'Year of manufacture', '1999', 'text'),
(4345, 156, 'Reg no', '195011', 'text'),
(4346, 156, 'Chasiss No', '407800', 'text'),
(4347, 156, 'Cc', '4', 'text'),
(4348, 156, 'Ton', '', 'text'),
(4349, 156, 'Seating capacity', '5', 'text'),
(4350, 156, 'Rate', '', 'rate'),
(4351, 156, 'Policy Fees', '', 'policyfees'),
(4352, 156, 'Period Of Insurance', '', 'periodofinsurance'),
(4353, 156, 'Premium', '', 'premium'),
(4354, 156, 'Brokerage', '', 'brokerage'),
(4355, 155, 'Insured', '', 'insured'),
(4356, 155, 'Type of vehicle', '', 'text'),
(4357, 155, 'Value of vehicle', '98000', 'text'),
(4358, 155, 'Year of manufacture', '2008', 'text'),
(4359, 155, 'Cc', '6', 'text'),
(4360, 155, 'Seating capacity', '8', 'text'),
(4361, 155, 'Registration No', '45976', 'text'),
(4362, 155, 'Chassis No', '7679', 'text'),
(4363, 155, 'Rate', '', 'rate'),
(4364, 155, 'Policy Fees', '', 'policyfees'),
(4365, 155, 'Period Of Insurance', '', 'periodofinsurance'),
(4366, 155, 'Premium', '', 'premium'),
(4367, 155, 'Brokerage', '', 'brokerage'),
(4382, 208, 'Insured', '', 'insured'),
(4383, 208, 'Business', '', 'business'),
(4384, 208, 'Type of vehicle', 'Toyota Corolla', 'text'),
(4385, 208, 'Year of Manufacture', '2010', 'text'),
(4386, 208, 'Value of vehicle', '47088', 'text'),
(4387, 208, 'Seating capacity', '5', 'text'),
(4388, 208, 'Cc', '4', 'text'),
(4389, 208, 'Registration No', '', 'text'),
(4390, 208, 'Chassis No', '19208', 'text'),
(4391, 208, 'Rate', '', 'rate'),
(4392, 208, 'Policy Fees', '', 'policyfees'),
(4393, 208, 'Period Of Insurance', '', 'periodofinsurance'),
(4394, 208, 'Premium', '', 'premium'),
(4395, 208, 'Brokerage', '', 'brokerage'),
(4404, 209, 'Business', '', 'business'),
(4405, 209, 'Insured', '', 'insured'),
(4406, 209, 'Sum Insured', 'QR 1,839,389', 'text'),
(4407, 209, 'Rate', '', 'rate'),
(4408, 209, 'Policy Fees', '', 'policyfees'),
(4409, 209, 'Period Of Insurance', '', 'periodofinsurance'),
(4410, 209, 'Premium', '', 'premium'),
(4411, 209, 'Brokerage', '', 'brokerage'),
(4419, 211, 'Insured', '', 'insured'),
(4420, 211, 'Business', '', 'business'),
(4421, 211, 'Type of vehicle', 'Ashok Leyland Bus', 'text'),
(4422, 211, 'Year of Manufacture', '2010', 'text'),
(4423, 211, 'Value of vehicle', '121,6000', 'text'),
(4424, 211, 'Seating capacity', '67', 'text'),
(4425, 211, 'Cc', '6', 'text'),
(4426, 211, 'Registration No', '212085', 'text'),
(4427, 211, 'Chassis No', 'A9037', 'text'),
(4428, 211, 'Rate', '', 'rate'),
(4429, 211, 'Policy Fees', '', 'policyfees'),
(4430, 211, 'Period Of Insurance', '', 'periodofinsurance'),
(4431, 211, 'Premium', '', 'premium'),
(4432, 211, 'Brokerage', '', 'brokerage'),
(4433, 212, 'Insured', '', 'insured'),
(4434, 212, 'Business', '', 'business'),
(4435, 212, 'Type of vehicle', 'Bus', 'text'),
(4436, 212, 'Year of manufacture', '2008', 'text'),
(4437, 212, 'Reg no', '189254', 'text'),
(4438, 212, 'Chasiss No', '02159', 'text'),
(4439, 212, 'Cc', '6', 'text'),
(4440, 212, 'Ton', '', 'text'),
(4441, 212, 'Seating capacity', '62', 'text'),
(4442, 212, 'Rate', '', 'rate'),
(4443, 212, 'Policy Fees', '', 'policyfees'),
(4444, 212, 'Period Of Insurance', '', 'periodofinsurance'),
(4445, 212, 'Premium', '', 'premium'),
(4446, 212, 'Brokerage', '', 'brokerage'),
(4447, 213, 'Insured', '', 'insured'),
(4448, 213, 'Business', '', 'business'),
(4449, 213, 'Type of vehicle', 'Sedan', 'text'),
(4450, 213, 'Year of Manufacture', '2010', 'text'),
(4451, 213, 'Value of vehicle', '37500', 'text'),
(4452, 213, 'Seating capacity', '5', 'text'),
(4453, 213, 'Cc', '4', 'text'),
(4454, 213, 'Registration No', '437812', 'text'),
(4455, 213, 'Chassis No', '15397', 'text'),
(4456, 213, 'Rate', '', 'rate'),
(4457, 213, 'Policy Fees', '', 'policyfees'),
(4458, 213, 'Period Of Insurance', '', 'periodofinsurance'),
(4459, 213, 'Premium', '', 'premium'),
(4460, 213, 'Brokerage', '', 'brokerage'),
(4461, 214, 'Insured', '', 'insured'),
(4462, 214, 'Business', '', 'business'),
(4463, 214, 'Type of vehicle', 'Sedan', 'text'),
(4464, 214, 'Year of Manufacture', '2010', 'text'),
(4465, 214, 'Value of vehicle', '37500', 'text'),
(4466, 214, 'Seating capacity', '5', 'text'),
(4467, 214, 'Cc', '4', 'text'),
(4468, 214, 'Registration No', '437813', 'text'),
(4469, 214, 'Chassis No', '5922', 'text'),
(4470, 214, 'Rate', '', 'rate'),
(4471, 214, 'Policy Fees', '', 'policyfees'),
(4472, 214, 'Period Of Insurance', '', 'periodofinsurance'),
(4473, 214, 'Premium', '', 'premium'),
(4474, 214, 'Brokerage', '', 'brokerage'),
(4475, 215, 'Insured', '', 'insured'),
(4476, 215, 'Type of vehicle', 'Sedan', 'text'),
(4477, 215, 'Value of vehicle', '32000', 'text'),
(4478, 215, 'Year of manufacture', '2007', 'text'),
(4479, 215, 'Cc', '4', 'text'),
(4480, 215, 'Seating capacity', '5', 'text'),
(4481, 215, 'Registration No', '79565', 'text'),
(4482, 215, 'Chassis No', '12189', 'text'),
(4483, 215, 'Rate', '', 'rate'),
(4484, 215, 'Policy Fees', '', 'policyfees'),
(4485, 215, 'Period Of Insurance', '', 'periodofinsurance'),
(4486, 215, 'Premium', '', 'premium'),
(4487, 215, 'Brokerage', '', 'brokerage'),
(4523, 154, 'Insured', '', 'insured'),
(4524, 154, 'Business', '', 'business'),
(4525, 154, 'Rate', '', 'rate'),
(4526, 154, 'Policy Fees', '', 'policyfees'),
(4527, 154, 'Period Of Insurance', '', 'periodofinsurance'),
(4528, 154, 'Premium', '', 'premium'),
(4529, 154, 'Brokerage', '', 'brokerage'),
(4530, 217, 'Insured', '', 'insured'),
(4531, 217, 'Business', '', 'business'),
(4532, 217, 'Period Of Insurance', '', 'periodofinsurance'),
(4533, 217, 'Location of Risk', 'Salwa road, Azizia Doha Qatar', 'text'),
(4534, 217, 'Sum Insured', 'QR 631,000', 'text'),
(4535, 217, 'Rate', '', 'rate'),
(4536, 217, 'Policy Fees', '', 'policyfees'),
(4537, 217, 'Premium', '', 'premium'),
(4538, 217, 'Brokerage', '', 'brokerage'),
(4553, 219, 'Insured', '', 'insured'),
(4554, 219, 'Business', '', 'business'),
(4555, 219, 'Type of vehicle', 'Bus', 'text'),
(4556, 219, 'Year of Manufacture', '2006', 'text'),
(4557, 219, 'Seating Capacity', '66', 'text'),
(4558, 219, 'Cc', '6', 'text'),
(4559, 219, 'Ton', '', 'text'),
(4560, 219, 'Registration No', '141150', 'text'),
(4561, 219, 'Chassis No', '01624', 'text'),
(4562, 219, 'Rate', '', 'rate'),
(4563, 219, 'Policy Fees', '', 'policyfees'),
(4564, 219, 'Period Of Insurance', '', 'periodofinsurance'),
(4565, 219, 'Premium', '', 'premium'),
(4566, 219, 'Brokerage', '', 'brokerage'),
(4577, 220, 'Prinicipal', 'KAHRAMAA', 'text'),
(4578, 220, 'Insured', '', 'insured'),
(4579, 220, 'Business', '', 'business'),
(4580, 220, 'Contract Title', 'Call of contract for Electricity Distribution Network works Contract no - GTC/405/2011', 'text'),
(4581, 220, 'Period Of Insurance', '', 'periodofinsurance'),
(4582, 220, 'Location of Risk', 'Various locations in State of Qatar.', 'text'),
(4583, 220, 'Rate', '', 'rate'),
(4584, 220, 'Policy Fees', '', 'policyfees'),
(4585, 220, 'Premium', '', 'premium'),
(4586, 220, 'Brokerage', '', 'brokerage'),
(4587, 218, 'Insured', '', 'insured'),
(4588, 218, 'Business', '', 'business'),
(4589, 218, 'Type of vehicle', 'Sedan', 'text'),
(4590, 218, 'Year of Manufacture', '2012', 'text'),
(4591, 218, 'Value of vehicle', '48000', 'text'),
(4592, 218, 'Seating capacity', '5', 'text'),
(4593, 218, 'Cc', '4', 'text'),
(4594, 218, 'Registration No', '', 'text'),
(4595, 218, 'Chassis No', '210493', 'text'),
(4596, 218, 'Rate', '', 'rate'),
(4597, 218, 'Policy Fees', '', 'policyfees'),
(4598, 218, 'Period Of Insurance', '', 'periodofinsurance'),
(4599, 218, 'Premium', '', 'premium'),
(4600, 218, 'Brokerage', '', 'brokerage'),
(4601, 150, 'Insured', '', 'insured'),
(4602, 150, 'Business', '', 'business'),
(4603, 150, 'Limit of Idemnity', 'QR 500,000 any one occurrence  QR 1,000,000 in the aggregate', 'text'),
(4604, 150, 'Rate', '', 'rate'),
(4605, 150, 'Policy Fees', '', 'policyfees'),
(4606, 150, 'Period Of Insurance', '', 'periodofinsurance'),
(4607, 150, 'Premium', '', 'premium'),
(4608, 150, 'Brokerage', '', 'brokerage'),
(4609, 221, 'Insured', '', 'insured'),
(4610, 221, 'Business', '', 'business'),
(4611, 221, 'No of employees', 'All employees Insured', 'text'),
(4612, 221, 'Estimated Annual Wages', 'QR 17,062,500', 'text'),
(4613, 221, 'Rate', '', 'rate'),
(4614, 221, 'Policy Fees', '', 'policyfees'),
(4615, 221, 'Period Of Insurance', '', 'periodofinsurance'),
(4616, 221, 'Premium', '', 'premium'),
(4617, 221, 'Brokerage', '', 'brokerage'),
(4618, 222, 'Insured', '', 'insured'),
(4619, 222, 'Business', '', 'business'),
(4620, 222, 'Type of vehicle', 'Bus', 'text'),
(4621, 222, 'Year of Manufacture', '2009', 'text'),
(4622, 222, 'Value of vehicle', '50000', 'text'),
(4623, 222, 'Seating capacity', '12', 'text'),
(4624, 222, 'Cc', '4', 'text'),
(4625, 222, 'Registration No', '121237', 'text'),
(4626, 222, 'Chassis No', '702079', 'text'),
(4627, 222, 'Rate', '', 'rate'),
(4628, 222, 'Policy Fees', '', 'policyfees'),
(4629, 222, 'Period Of Insurance', '', 'periodofinsurance'),
(4630, 222, 'Premium', '', 'premium'),
(4631, 222, 'Brokerage', '', 'brokerage'),
(4632, 223, 'Insured', '', 'insured'),
(4633, 223, 'Business', '', 'business'),
(4634, 223, 'Type of vehicle', 'TATA Bus', 'text'),
(4635, 223, 'Year of Manufacture', '2005', 'text'),
(4636, 223, 'Seating Capacity', '67', 'text'),
(4637, 223, 'Cc', '6', 'text'),
(4638, 223, 'Ton', '', 'text'),
(4639, 223, 'Registration No', '122911', 'text'),
(4640, 223, 'Chassis No', '01451', 'text'),
(4641, 223, 'Rate', '', 'rate'),
(4642, 223, 'Policy Fees', '', 'policyfees'),
(4643, 223, 'Period Of Insurance', '', 'periodofinsurance'),
(4644, 223, 'Premium', '', 'premium'),
(4645, 223, 'Brokerage', '', 'brokerage'),
(4646, 224, 'Insured', '', 'insured'),
(4647, 224, 'Business', '', 'business'),
(4648, 224, 'Type of vehicle', 'Nissan Tida', 'text'),
(4649, 224, 'Year of Manufacture', '2008', 'text'),
(4650, 224, 'Value of vehicle', '31000', 'text'),
(4651, 224, 'Seating capacity', '5', 'text'),
(4652, 224, 'Cc', '4', 'text'),
(4653, 224, 'Registration No', '81586', 'text'),
(4654, 224, 'Chassis No', '9698', 'text'),
(4655, 224, 'Rate', '', 'rate'),
(4656, 224, 'Policy Fees', '', 'policyfees'),
(4657, 224, 'Period Of Insurance', '', 'periodofinsurance'),
(4658, 224, 'Premium', '', 'premium'),
(4659, 224, 'Brokerage', '', 'brokerage'),
(4669, 216, 'Insured', '', 'insured'),
(4670, 216, 'Business', '', 'business'),
(4671, 216, 'Type of vehicle', 'Bus', 'text'),
(4672, 216, 'Year of manufacture', '2007', 'text'),
(4673, 216, 'Reg no', '163417', 'text'),
(4674, 216, 'Chasiss No', '01207', 'text'),
(4675, 216, 'Cc', '6', 'text'),
(4676, 216, 'Ton', '', 'text'),
(4677, 216, 'Seating capacity', '67', 'text'),
(4678, 216, 'Rate', '', 'rate'),
(4679, 216, 'Policy Fees', '', 'policyfees'),
(4680, 216, 'Period Of Insurance', '', 'periodofinsurance'),
(4681, 216, 'Premium', '', 'premium'),
(4682, 216, 'Brokerage', '', 'brokerage'),
(4683, 226, 'Insured', '', 'insured'),
(4684, 226, 'Business', '', 'business'),
(4685, 226, 'Location of Risk', 'Doha - Qatar', 'text'),
(4686, 226, 'Sum Insured', '', 'text'),
(4687, 226, 'Rate', '', 'rate'),
(4688, 226, 'Policy Fees', '', 'policyfees'),
(4689, 226, 'Period Of Insurance', '', 'periodofinsurance'),
(4690, 226, 'Premium', '', 'premium'),
(4691, 226, 'Brokerage', '', 'brokerage'),
(4692, 227, 'Insured', '', 'insured'),
(4693, 227, 'Type of vehicle', 'GMC Pick up', 'text'),
(4694, 227, 'Value of vehicle', 'QR 93,500', 'text'),
(4695, 227, 'Year of manufacture', '2011', 'text'),
(4696, 227, 'Cc', '8', 'text'),
(4697, 227, 'Seating capacity', '5', 'text'),
(4698, 227, 'Registration No', '', 'text'),
(4699, 227, 'Chassis No', '9553', 'text'),
(4700, 227, 'Rate', '', 'rate');
INSERT INTO `placing_slip_form` (`id`, `placing_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(4701, 227, 'Policy Fees', '', 'policyfees'),
(4702, 227, 'Period Of Insurance', '', 'periodofinsurance'),
(4703, 227, 'Premium', '', 'premium'),
(4704, 227, 'Brokerage', '', 'brokerage'),
(4705, 165, 'Insured', '', 'insured'),
(4706, 165, 'Business', '', 'business'),
(4707, 165, 'Type of vehicle', 'Sedan', 'text'),
(4708, 165, 'Year of Manufacture', '2007', 'text'),
(4709, 165, 'Value of vehicle', '20000', 'text'),
(4710, 165, 'Seating capacity', '5', 'text'),
(4711, 165, 'Cc', '4', 'text'),
(4712, 165, 'Registration No', '67048', 'text'),
(4713, 165, 'Chassis No', '15112', 'text'),
(4714, 165, 'Rate', '', 'rate'),
(4715, 165, 'Policy Fees', '', 'policyfees'),
(4716, 165, 'Period Of Insurance', '', 'periodofinsurance'),
(4717, 165, 'Premium', '', 'premium'),
(4718, 165, 'Brokerage', '', 'brokerage'),
(4726, 228, 'Insured', '', 'insured'),
(4727, 228, 'Business', '', 'business'),
(4728, 228, 'Rate', '', 'rate'),
(4729, 228, 'Policy Fees', '', 'policyfees'),
(4730, 228, 'Period Of Insurance', '', 'periodofinsurance'),
(4731, 228, 'Premium', '', 'premium'),
(4732, 228, 'Brokerage', '', 'brokerage'),
(4733, 229, 'Insured', '', 'insured'),
(4734, 229, 'Type of vehicle', '', 'text'),
(4735, 229, 'Value of vehicle', '30000', 'text'),
(4736, 229, 'Year of manufacture', '2006', 'text'),
(4737, 229, 'Cc', '6', 'text'),
(4738, 229, 'Seating capacity', '5', 'text'),
(4739, 229, 'Registration No', '441383', 'text'),
(4740, 229, 'Chassis No', '59098', 'text'),
(4741, 229, 'Rate', '', 'rate'),
(4742, 229, 'Policy Fees', '', 'policyfees'),
(4743, 229, 'Period Of Insurance', '', 'periodofinsurance'),
(4744, 229, 'Premium', '', 'premium'),
(4745, 229, 'Brokerage', '', 'brokerage'),
(4746, 225, 'Insured', '', 'insured'),
(4747, 225, 'Business', '', 'business'),
(4748, 225, 'No of employees', '', 'text'),
(4749, 225, 'Estimated Annual Wages', 'QR.3,300,600', 'text'),
(4750, 225, 'Rate', '', 'rate'),
(4751, 225, 'Policy Fees', '', 'policyfees'),
(4752, 225, 'Period Of Insurance', '', 'periodofinsurance'),
(4753, 225, 'Premium', '', 'premium'),
(4754, 225, 'Brokerage', '', 'brokerage'),
(4755, 230, 'Insured', '', 'insured'),
(4756, 230, 'Business', '', 'business'),
(4757, 230, 'Type of vehicle', 'Bus', 'text'),
(4758, 230, 'Year of Manufacture', '2009', 'text'),
(4759, 230, 'Seating Capacity', '15', 'text'),
(4760, 230, 'Cc', '4', 'text'),
(4761, 230, 'Ton', '', 'text'),
(4762, 230, 'Registration No', '193563', 'text'),
(4763, 230, 'Chassis No', '6181', 'text'),
(4764, 230, 'Rate', '', 'rate'),
(4765, 230, 'Policy Fees', '', 'policyfees'),
(4766, 230, 'Period Of Insurance', '', 'periodofinsurance'),
(4767, 230, 'Premium', '', 'premium'),
(4768, 230, 'Brokerage', '', 'brokerage'),
(4769, 231, 'Insured', '', 'insured'),
(4770, 231, 'Business', '', 'business'),
(4771, 231, 'Type of vehicle', 'Pick up', 'text'),
(4772, 231, 'Year of Manufacture', '2008', 'text'),
(4773, 231, 'Seating Capacity', '7', 'text'),
(4774, 231, 'Cc', '', 'text'),
(4775, 231, 'Ton', '', 'text'),
(4776, 231, 'Registration No', '193098', 'text'),
(4777, 231, 'Chassis No', '6997', 'text'),
(4778, 231, 'Rate', '', 'rate'),
(4779, 231, 'Policy Fees', '', 'policyfees'),
(4780, 231, 'Period Of Insurance', '', 'periodofinsurance'),
(4781, 231, 'Premium', '', 'premium'),
(4782, 231, 'Brokerage', '', 'brokerage'),
(4783, 232, 'Insured', '', 'insured'),
(4784, 232, 'Type of vehicle', 'Pajero', 'text'),
(4785, 232, 'Value of vehicle', '84800', 'text'),
(4786, 232, 'Year of manufacture', '2010', 'text'),
(4787, 232, 'Cc', '6', 'text'),
(4788, 232, 'Seating capacity', '7', 'text'),
(4789, 232, 'Registration No', '315548', 'text'),
(4790, 232, 'Chassis No', '6278', 'text'),
(4791, 232, 'Rate', '', 'rate'),
(4792, 232, 'Policy Fees', '', 'policyfees'),
(4793, 232, 'Period Of Insurance', '', 'periodofinsurance'),
(4794, 232, 'Premium', '', 'premium'),
(4795, 232, 'Brokerage', '', 'brokerage'),
(4796, 233, 'Insured', '', 'insured'),
(4797, 233, 'Business', '', 'business'),
(4798, 233, 'No of employees', '3', 'text'),
(4799, 233, 'Estimated Annual Wages', 'QR 32,400', 'text'),
(4800, 233, 'Rate', '', 'rate'),
(4801, 233, 'Policy Fees', '', 'policyfees'),
(4802, 233, 'Period Of Insurance', '', 'periodofinsurance'),
(4803, 233, 'Premium', '', 'premium'),
(4804, 233, 'Brokerage', '', 'brokerage'),
(4805, 234, 'Insured', '', 'insured'),
(4806, 234, 'Business', '', 'business'),
(4807, 234, 'Type of vehicle', '', 'text'),
(4808, 234, 'Year of Manufacture', '1998', 'text'),
(4809, 234, 'Seating Capacity', '5', 'text'),
(4810, 234, 'Cc', '6', 'text'),
(4811, 234, 'Ton', '', 'text'),
(4812, 234, 'Registration No', '170724', 'text'),
(4813, 234, 'Chassis No', '2571', 'text'),
(4814, 234, 'Rate', '', 'rate'),
(4815, 234, 'Policy Fees', '', 'policyfees'),
(4816, 234, 'Period Of Insurance', '', 'periodofinsurance'),
(4817, 234, 'Premium', '', 'premium'),
(4818, 234, 'Brokerage', '', 'brokerage'),
(4819, 235, 'Insured', '', 'insured'),
(4820, 235, 'Business', '', 'business'),
(4821, 235, 'Type of vehicle', 'Sedan', 'text'),
(4822, 235, 'Year of Manufacture', '2009', 'text'),
(4823, 235, 'Value of vehicle', '40120', 'text'),
(4824, 235, 'Seating capacity', '5', 'text'),
(4825, 235, 'Cc', '4', 'text'),
(4826, 235, 'Registration No', '407415', 'text'),
(4827, 235, 'Chassis No', '30577', 'text'),
(4828, 235, 'Rate', '', 'rate'),
(4829, 235, 'Policy Fees', '', 'policyfees'),
(4830, 235, 'Period Of Insurance', '', 'periodofinsurance'),
(4831, 235, 'Premium', '', 'premium'),
(4832, 235, 'Brokerage', '', 'brokerage'),
(4833, 236, 'Insured', '', 'insured'),
(4834, 236, 'Business', '', 'business'),
(4835, 236, 'Type of vehicle', 'Honda', 'text'),
(4836, 236, 'Year of Manufacture', '2010', 'text'),
(4837, 236, 'Value of vehicle', '90880', 'text'),
(4838, 236, 'Seating capacity', '7', 'text'),
(4839, 236, 'Cc', '6', 'text'),
(4840, 236, 'Registration No', '401729', 'text'),
(4841, 236, 'Chassis No', '01327', 'text'),
(4842, 236, 'Rate', '', 'rate'),
(4843, 236, 'Policy Fees', '', 'policyfees'),
(4844, 236, 'Period Of Insurance', '', 'periodofinsurance'),
(4845, 236, 'Premium', '', 'premium'),
(4846, 236, 'Brokerage', '', 'brokerage'),
(4847, 79, 'Insured', '', 'insured'),
(4848, 79, 'Business', '', 'business'),
(4849, 79, 'Sum Insured', '51595', 'text'),
(4850, 79, 'Rate', '', 'rate'),
(4851, 79, 'Policy Fees', '', 'policyfees'),
(4852, 79, 'Premium', '', 'premium'),
(4853, 79, 'Brokerage', '', 'brokerage'),
(4854, 70, 'Insured', '', 'insured'),
(4855, 70, 'Business', '', 'business'),
(4856, 70, 'Rate', '', 'rate'),
(4857, 70, 'Policy Fees', '', 'policyfees'),
(4858, 70, 'Premium', '', 'premium'),
(4859, 70, 'Brokerage', '', 'brokerage'),
(4866, 237, 'Insured', '', 'insured'),
(4867, 237, 'Business', '', 'business'),
(4868, 237, 'Rate', '', 'rate'),
(4869, 237, 'Policy Fees', '', 'policyfees'),
(4870, 237, 'Premium', '', 'premium'),
(4871, 237, 'Brokerage', '', 'brokerage'),
(4887, 239, 'Insured', '', 'insured'),
(4888, 239, 'Type of vehicle', '', 'text'),
(4889, 239, 'Value of vehicle', '73000', 'text'),
(4890, 239, 'Year of manufacture', '2009', 'text'),
(4891, 239, 'Cc', '4', 'text'),
(4892, 239, 'Seating capacity', '5', 'text'),
(4893, 239, 'Registration No', '403551', 'text'),
(4894, 239, 'Chassis No', '402803', 'text'),
(4895, 239, 'Rate', '', 'rate'),
(4896, 239, 'Policy Fees', '', 'policyfees'),
(4897, 239, 'Period Of Insurance', '', 'periodofinsurance'),
(4898, 239, 'Premium', '', 'premium'),
(4899, 239, 'Brokerage', '', 'brokerage'),
(4927, 240, 'Insured', '', 'insured'),
(4928, 240, 'Type of vehicle', 'Sedan', 'text'),
(4929, 240, 'Value of vehicle', '31067', 'text'),
(4930, 240, 'Year of manufacture', '2007', 'text'),
(4931, 240, 'Cc', '4', 'text'),
(4932, 240, 'Seating capacity', '5', 'text'),
(4933, 240, 'Registration No', '94151', 'text'),
(4934, 240, 'Chassis No', '5320', 'text'),
(4935, 240, 'Rate', '', 'rate'),
(4936, 240, 'Policy Fees', '', 'policyfees'),
(4937, 240, 'Period Of Insurance', '', 'periodofinsurance'),
(4938, 240, 'Premium', '', 'premium'),
(4939, 240, 'Brokerage', '', 'brokerage'),
(4955, 238, 'Insured', '', 'insured'),
(4956, 238, 'Business', '', 'business'),
(4957, 238, 'Type of vehicle', '', 'text'),
(4958, 238, 'Year of Manufacture', '2012', 'text'),
(4959, 238, 'Value of vehicle', '341,000', 'text'),
(4960, 238, 'Seating capacity', '7', 'text'),
(4961, 238, 'Cc', '', 'text'),
(4962, 238, 'Registration No', '', 'text'),
(4963, 238, 'Chassis No', '62030', 'text'),
(4964, 238, 'Rate', '', 'rate'),
(4965, 238, 'Policy Fees', '', 'policyfees'),
(4966, 238, 'Premium', '', 'premium'),
(4967, 238, 'Brokerage', '', 'brokerage'),
(4968, 238, 'Remarks', 'Special discount Premium at 3%.', 'textarea'),
(4969, 238, 'Period Of Insurance', '', 'periodofinsurance'),
(4970, 241, 'Insured', '', 'insured'),
(4971, 241, 'Business', '', 'business'),
(4972, 241, 'Type of vehicle', 'Sedan', 'text'),
(4973, 241, 'Year of manufacture', '2006', 'text'),
(4974, 241, 'Reg no', '343273', 'text'),
(4975, 241, 'Chasiss No', '14304', 'text'),
(4976, 241, 'Cc', '4', 'text'),
(4977, 241, 'Ton', '', 'text'),
(4978, 241, 'Seating capacity', '5', 'text'),
(4979, 241, 'Rate', '', 'rate'),
(4980, 241, 'Policy Fees', '', 'policyfees'),
(4981, 241, 'Period Of Insurance', '', 'periodofinsurance'),
(4982, 241, 'Premium', '', 'premium'),
(4983, 241, 'Brokerage', '', 'brokerage'),
(4984, 242, 'Insured', '', 'insured'),
(4985, 242, 'Business', '', 'business'),
(4986, 242, 'Type of vehicle', '', 'text'),
(4987, 242, 'Year of manufacture', '2009', 'text'),
(4988, 242, 'Reg no', '301859', 'text'),
(4989, 242, 'Chasiss No', '6366', 'text'),
(4990, 242, 'Cc', '4', 'text'),
(4991, 242, 'Ton', '', 'text'),
(4992, 242, 'Seating capacity', '5', 'text'),
(4993, 242, 'Rate', '', 'rate'),
(4994, 242, 'Policy Fees', '', 'policyfees'),
(4995, 242, 'Period Of Insurance', '', 'periodofinsurance'),
(4996, 242, 'Premium', '', 'premium'),
(4997, 242, 'Brokerage', '', 'brokerage'),
(4998, 139, 'Insured', '', 'insured'),
(4999, 139, 'Business', '', 'business'),
(5000, 139, 'No of employees', '378', 'text'),
(5001, 139, 'Estimated Annual Wages', 'Admin 4,200,000 and Non Admin 3,600,000 ', 'text'),
(5002, 139, 'Rate', '', 'rate'),
(5003, 139, 'Policy Fees', '', 'policyfees'),
(5004, 139, 'Period Of Insurance', '', 'periodofinsurance'),
(5005, 139, 'Premium', '', 'premium'),
(5006, 139, 'Brokerage', '', 'brokerage'),
(5028, 243, 'Insured', '', 'insured'),
(5029, 243, 'Business', '', 'business'),
(5030, 243, 'Rate', '', 'rate'),
(5031, 243, 'Policy Fees', '', 'policyfees'),
(5032, 243, 'Period Of Insurance', '', 'periodofinsurance'),
(5033, 243, 'Premium', '', 'premium'),
(5034, 243, 'Brokerage', '', 'brokerage'),
(5035, 38, 'Insured', '', 'insured'),
(5036, 38, 'Business', '', 'business'),
(5037, 38, 'No of employees', '60', 'text'),
(5038, 38, 'Estimated Annual Wages', '515,400', 'text'),
(5039, 38, 'Rate', '', 'rate'),
(5040, 38, 'Policy Fees', '', 'policyfees'),
(5041, 38, 'Period Of Insurance', '', 'periodofinsurance'),
(5042, 38, 'Premium', '', 'premium'),
(5043, 38, 'Brokerage', '', 'brokerage'),
(5044, 244, 'Insured', '', 'insured'),
(5045, 244, 'Type of vehicle', 'Sedan', 'text'),
(5046, 244, 'Value of vehicle', '47000', 'text'),
(5047, 244, 'Year of manufacture', '2011', 'text'),
(5048, 244, 'Cc', '4', 'text'),
(5049, 244, 'Seating capacity', '5', 'text'),
(5050, 244, 'Registration No', '586410', 'text'),
(5051, 244, 'Chassis No', '3821', 'text'),
(5052, 244, 'Rate', '', 'rate'),
(5053, 244, 'Policy Fees', '', 'policyfees'),
(5054, 244, 'Period Of Insurance', '', 'periodofinsurance'),
(5055, 244, 'Premium', '', 'premium'),
(5056, 244, 'Brokerage', '', 'brokerage'),
(5057, 245, 'Insured', '', 'insured'),
(5058, 245, 'Type of vehicle', 'Sedan', 'text'),
(5059, 245, 'Value of vehicle', '47000', 'text'),
(5060, 245, 'Year of manufacture', '2011', 'text'),
(5061, 245, 'Cc', '4', 'text'),
(5062, 245, 'Seating capacity', '5', 'text'),
(5063, 245, 'Registration No', '', 'text'),
(5064, 245, 'Chassis No', '5253', 'text'),
(5065, 245, 'Rate', '', 'rate'),
(5066, 245, 'Policy Fees', '', 'policyfees'),
(5067, 245, 'Period Of Insurance', '', 'periodofinsurance'),
(5068, 245, 'Premium', '', 'premium'),
(5069, 245, 'Brokerage', '', 'brokerage'),
(5070, 246, 'Insured', '', 'insured'),
(5071, 246, 'Business', '', 'business'),
(5072, 246, 'Period Of Insurance', '', 'periodofinsurance'),
(5073, 246, 'Location of Risk', 'Muaither, Um Al-Doom Street opposite Qatar Big Mart', 'text'),
(5074, 246, 'Sum Insured', '800,000', 'text'),
(5075, 246, 'Rate', '', 'rate'),
(5076, 246, 'Policy Fees', '', 'policyfees'),
(5077, 246, 'Premium', '', 'premium'),
(5078, 246, 'Brokerage', '', 'brokerage'),
(5079, 247, 'Insured', '', 'insured'),
(5080, 247, 'Type of vehicle', 'Sedan', 'text'),
(5081, 247, 'Value of vehicle', '51000', 'text'),
(5082, 247, 'Year of manufacture', '2007', 'text'),
(5083, 247, 'Cc', '6', 'text'),
(5084, 247, 'Seating capacity', '5', 'text'),
(5085, 247, 'Registration No', '366851', 'text'),
(5086, 247, 'Chassis No', '5879', 'text'),
(5087, 247, 'Rate', '', 'rate'),
(5088, 247, 'Policy Fees', '', 'policyfees'),
(5089, 247, 'Period Of Insurance', '', 'periodofinsurance'),
(5090, 247, 'Premium', '', 'premium'),
(5091, 247, 'Brokerage', '', 'brokerage'),
(5119, 250, 'Insured', '', 'insured'),
(5120, 250, 'Business', '', 'business'),
(5121, 250, 'Type of vehicle', '', 'text'),
(5122, 250, 'Year of Manufacture', '2011', 'text'),
(5123, 250, 'Seating Capacity', '1', 'text'),
(5124, 250, 'Cc', '4', 'text'),
(5125, 250, 'Ton', '', 'text'),
(5126, 250, 'Registration No', '', 'text'),
(5127, 250, 'Chassis No', '0423', 'text'),
(5128, 250, 'Rate', '', 'rate'),
(5129, 250, 'Policy Fees', '', 'policyfees'),
(5130, 250, 'Period Of Insurance', '', 'periodofinsurance'),
(5131, 250, 'Premium', '', 'premium'),
(5132, 250, 'Brokerage', '', 'brokerage'),
(5163, 251, 'Insured', '', 'insured'),
(5164, 251, 'Business', '', 'business'),
(5165, 251, 'Cash in Safe', '100,000', 'text'),
(5166, 251, 'Estimated Annual Carrying Limit', '2000,000', 'text'),
(5167, 251, 'Single Carrying limit', '700,000', 'text'),
(5168, 251, 'Rate', '', 'rate'),
(5169, 251, 'Policy Fees', '', 'policyfees'),
(5170, 251, 'Period Of Insurance', '', 'periodofinsurance'),
(5171, 251, 'Premium', '', 'premium'),
(5172, 251, 'Brokerage', '', 'brokerage'),
(5173, 252, 'Insured', '', 'insured'),
(5174, 252, 'Business', '', 'business'),
(5175, 252, 'Rate', '', 'rate'),
(5176, 252, 'Policy Fees', '', 'policyfees'),
(5177, 252, 'Period Of Insurance', '', 'periodofinsurance'),
(5178, 252, 'Premium', '', 'premium'),
(5179, 252, 'Brokerage', '', 'brokerage'),
(5180, 253, 'Insured', '', 'insured'),
(5181, 253, 'Business', '', 'business'),
(5182, 253, 'Type of vehicle', '', 'text'),
(5183, 253, 'Year of manufacture', '2008', 'text'),
(5184, 253, 'Reg no', '89577', 'text'),
(5185, 253, 'Chasiss No', '2994', 'text'),
(5186, 253, 'Cc', '8', 'text'),
(5187, 253, 'Ton', '', 'text'),
(5188, 253, 'Seating capacity', '8', 'text'),
(5189, 253, 'Rate', '', 'rate'),
(5190, 253, 'Policy Fees', '', 'policyfees'),
(5191, 253, 'Period Of Insurance', '', 'periodofinsurance'),
(5192, 253, 'Premium', '', 'premium'),
(5193, 253, 'Brokerage', '', 'brokerage'),
(5194, 254, 'Insured', '', 'insured'),
(5195, 254, 'Business', '', 'business'),
(5196, 254, 'Type of vehicle', 'Sedan', 'text'),
(5197, 254, 'Year of manufacture', '2007', 'text'),
(5198, 254, 'Reg no', '98061', 'text'),
(5199, 254, 'Chasiss No', '3586', 'text'),
(5200, 254, 'Cc', '2149', 'text'),
(5201, 254, 'Ton', '', 'text'),
(5202, 254, 'Seating capacity', '5', 'text'),
(5203, 254, 'Rate', '', 'rate'),
(5204, 254, 'Policy Fees', '', 'policyfees'),
(5205, 254, 'Period Of Insurance', '', 'periodofinsurance'),
(5206, 254, 'Premium', '', 'premium'),
(5207, 254, 'Brokerage', '', 'brokerage'),
(5240, 257, 'Insured', '', 'insured'),
(5241, 257, 'Business', '', 'business'),
(5242, 257, 'Type of vehicle', 'Bus', 'text'),
(5243, 257, 'Year of Manufacture', '2012', 'text'),
(5244, 257, 'Value of vehicle', '150,000', 'text'),
(5245, 257, 'Seating capacity', '67', 'text'),
(5246, 257, 'Cc', '', 'text'),
(5247, 257, 'Registration No', '', 'text'),
(5248, 257, 'Chassis No', '4158', 'text'),
(5249, 257, 'Rate', '', 'rate'),
(5250, 257, 'Policy Fees', '', 'policyfees'),
(5251, 257, 'Period Of Insurance', '', 'periodofinsurance'),
(5252, 257, 'Premium', '', 'premium'),
(5253, 257, 'Brokerage', '', 'brokerage'),
(5263, 258, 'Insured', '', 'insured'),
(5264, 258, 'Business', '', 'business'),
(5265, 258, 'Type of vehicle', 'Bus', 'text'),
(5266, 258, 'Year of Manufacture', '2012', 'text'),
(5267, 258, 'Value of vehicle', '150,000', 'text'),
(5268, 258, 'Seating capacity', '67', 'text'),
(5269, 258, 'Cc', '', 'text'),
(5270, 258, 'Registration No', '', 'text'),
(5271, 258, 'Chassis No', '5089', 'text'),
(5272, 258, 'Rate', '', 'rate'),
(5273, 258, 'Policy Fees', '', 'policyfees'),
(5274, 258, 'Period Of Insurance', '', 'periodofinsurance'),
(5275, 258, 'Premium', '', 'premium'),
(5276, 258, 'Brokerage', '', 'brokerage'),
(5284, 210, 'Insured', '', 'insured'),
(5285, 210, 'Business', '', 'business'),
(5286, 210, 'Rate', '', 'rate'),
(5287, 210, 'Policy Fees', '', 'policyfees'),
(5288, 210, 'Period Of Insurance', '', 'periodofinsurance'),
(5289, 210, 'Premium', '', 'premium'),
(5290, 210, 'Brokerage', '', 'brokerage'),
(5305, 248, 'Insured', '', 'insured'),
(5306, 248, 'Type of vehicle', '', 'text'),
(5307, 248, 'Value of vehicle', '124000', 'text'),
(5308, 248, 'Year of manufacture', '2011', 'text'),
(5309, 248, 'Cc', '6', 'text'),
(5310, 248, 'Seating capacity', '5', 'text'),
(5311, 248, 'Registration No', '332258', 'text'),
(5312, 248, 'Chassis No', '3600', 'text'),
(5313, 248, 'Rate', '', 'rate'),
(5314, 248, 'Policy Fees', '', 'policyfees'),
(5315, 248, 'Period Of Insurance', '', 'periodofinsurance'),
(5316, 248, 'Premium', '', 'premium'),
(5317, 248, 'Brokerage', '', 'brokerage'),
(5318, 248, 'Remarks', 'Special discount rate 3% ', 'text'),
(5319, 259, 'Insured', '', 'insured'),
(5320, 259, 'Type of vehicle', '', 'text'),
(5321, 259, 'Value of vehicle', '344,000', 'text'),
(5322, 259, 'Year of manufacture', '2011', 'text'),
(5323, 259, 'Cc', '8', 'text'),
(5324, 259, 'Seating capacity', '5', 'text'),
(5325, 259, 'Registration No', '440383', 'text'),
(5326, 259, 'Chassis No', '', 'text'),
(5327, 259, 'Rate', '', 'rate'),
(5328, 259, 'Policy Fees', '', 'policyfees'),
(5329, 259, 'Period Of Insurance', '', 'periodofinsurance'),
(5330, 259, 'Premium', '', 'premium'),
(5331, 259, 'Brokerage', '', 'brokerage'),
(5332, 260, 'Insured', '', 'insured'),
(5333, 260, 'Business', '', 'business'),
(5334, 260, 'Type of vehicle', 'Bus', 'text'),
(5335, 260, 'Year of Manufacture', '2007', 'text'),
(5336, 260, 'Seating Capacity', '67', 'text'),
(5337, 260, 'Cc', '6', 'text'),
(5338, 260, 'Ton', '', 'text'),
(5339, 260, 'Registration No', '176875', 'text'),
(5340, 260, 'Chassis No', '20810', 'text'),
(5341, 260, 'Rate', '', 'rate'),
(5342, 260, 'Policy Fees', '', 'policyfees'),
(5343, 260, 'Period Of Insurance', '', 'periodofinsurance'),
(5344, 260, 'Premium', '', 'premium'),
(5345, 260, 'Brokerage', '', 'brokerage'),
(5359, 261, 'Insured', '', 'insured'),
(5360, 261, 'Type of vehicle', 'Honda CRV', 'text'),
(5361, 261, 'Value of vehicle', '32000', 'text'),
(5362, 261, 'Year of manufacture', '2007', 'text'),
(5363, 261, 'Cc', '', 'text'),
(5364, 261, 'Seating capacity', '5', 'text'),
(5365, 261, 'Registration No', '44838', 'text'),
(5366, 261, 'Chassis No', '1634', 'text'),
(5367, 261, 'Rate', '', 'rate'),
(5368, 261, 'Policy Fees', '', 'policyfees'),
(5369, 261, 'Period Of Insurance', '', 'periodofinsurance'),
(5370, 261, 'Premium', '', 'premium'),
(5371, 261, 'Brokerage', '', 'brokerage'),
(5395, 262, 'Insured', '', 'insured'),
(5396, 262, 'Business', '', 'business'),
(5397, 262, 'Type of vehicle', 'Pick up', 'text'),
(5398, 262, 'Year of Manufacture', '2010', 'text'),
(5399, 262, 'Value of vehicle', '47000', 'text'),
(5400, 262, 'Seating capacity', '3', 'text'),
(5401, 262, 'Cc', '4', 'text'),
(5402, 262, 'Registration No', '', 'text'),
(5403, 262, 'Chassis No', '1399', 'text'),
(5404, 262, 'Rate', '', 'rate'),
(5405, 262, 'Policy Fees', '', 'policyfees'),
(5406, 262, 'Period Of Insurance', '', 'periodofinsurance'),
(5407, 262, 'Premium', '', 'premium'),
(5408, 262, 'Brokerage', '', 'brokerage'),
(5409, 263, 'Insured', '', 'insured'),
(5410, 263, 'Business', '', 'business'),
(5411, 263, 'No of employees', '16', 'text'),
(5412, 263, 'Estimated Annual Wages', 'QR 168,000/-', 'text'),
(5413, 263, 'Rate', '', 'rate'),
(5414, 263, 'Policy Fees', '', 'policyfees'),
(5415, 263, 'Period Of Insurance', '', 'periodofinsurance'),
(5416, 263, 'Premium', '', 'premium'),
(5417, 263, 'Brokerage', '', 'brokerage'),
(5418, 264, 'Insured', '', 'insured'),
(5419, 264, 'Business', '', 'business'),
(5420, 264, 'Rate', '', 'rate'),
(5421, 264, 'Policy Fees', '', 'policyfees'),
(5422, 264, 'Premium', '', 'premium'),
(5423, 264, 'Brokerage', '', 'brokerage'),
(5424, 265, 'Insured', '', 'insured'),
(5425, 265, 'Business', '', 'business'),
(5426, 265, 'Type of vehicle', 'Pick up', 'text'),
(5427, 265, 'Year of Manufacture', '2012', 'text'),
(5428, 265, 'Value of vehicle', '55000', 'text'),
(5429, 265, 'Seating capacity', '5', 'text'),
(5430, 265, 'Cc', '', 'text'),
(5431, 265, 'Registration No', '', 'text'),
(5432, 265, 'Chassis No', '28357', 'text'),
(5433, 265, 'Rate', '', 'rate'),
(5434, 265, 'Policy Fees', '', 'policyfees'),
(5435, 265, 'Period Of Insurance', '', 'periodofinsurance'),
(5436, 265, 'Premium', '', 'premium'),
(5437, 265, 'Brokerage', '', 'brokerage'),
(5438, 265, 'Remarks', 'Special discount rate at 3.15%', 'text'),
(5439, 266, 'Insured', '', 'insured'),
(5440, 266, 'Business', '', 'business'),
(5441, 266, 'Type of vehicle', 'Sedan', 'text'),
(5442, 266, 'Year of Manufacture', '2012', 'text'),
(5443, 266, 'Value of vehicle', '51000', 'text'),
(5444, 266, 'Seating capacity', '5', 'text'),
(5445, 266, 'Cc', '4', 'text'),
(5446, 266, 'Registration No', '', 'text'),
(5447, 266, 'Chassis No', '194169', 'text'),
(5448, 266, 'Rate', '', 'rate'),
(5449, 266, 'Policy Fees', '', 'policyfees'),
(5450, 266, 'Period Of Insurance', '', 'periodofinsurance'),
(5451, 266, 'Premium', '', 'premium'),
(5452, 266, 'Brokerage', '', 'brokerage'),
(5453, 267, 'Insured', '', 'insured'),
(5454, 267, 'Business', '', 'business'),
(5455, 267, 'Type of vehicle', 'Sedan', 'text'),
(5456, 267, 'Year of Manufacture', '2012', 'text'),
(5457, 267, 'Value of vehicle', '51000', 'text'),
(5458, 267, 'Seating capacity', '5', 'text'),
(5459, 267, 'Cc', '4', 'text'),
(5460, 267, 'Registration No', '', 'text'),
(5461, 267, 'Chassis No', '194753', 'text'),
(5462, 267, 'Rate', '', 'rate'),
(5463, 267, 'Policy Fees', '', 'policyfees'),
(5464, 267, 'Period Of Insurance', '', 'periodofinsurance'),
(5465, 267, 'Premium', '', 'premium'),
(5466, 267, 'Brokerage', '', 'brokerage'),
(5467, 268, 'Insured', '', 'insured'),
(5468, 268, 'Business', '', 'business'),
(5469, 268, 'Type of vehicle', 'Sidan', 'text'),
(5470, 268, 'Year of Manufacture', '2012', 'text'),
(5471, 268, 'Value of vehicle', '51000', 'text'),
(5472, 268, 'Seating capacity', '5', 'text'),
(5473, 268, 'Cc', '4', 'text'),
(5474, 268, 'Registration No', '', 'text'),
(5475, 268, 'Chassis No', '784126', 'text'),
(5476, 268, 'Rate', '', 'rate'),
(5477, 268, 'Policy Fees', '', 'policyfees'),
(5478, 268, 'Period Of Insurance', '', 'periodofinsurance'),
(5479, 268, 'Premium', '', 'premium'),
(5480, 268, 'Brokerage', '', 'brokerage'),
(5481, 269, 'Insured', '', 'insured'),
(5482, 269, 'Business', '', 'business'),
(5483, 269, 'Type of vehicle', 'Sidan', 'text'),
(5484, 269, 'Year of Manufacture', '2012', 'text'),
(5485, 269, 'Value of vehicle', '51000', 'text'),
(5486, 269, 'Seating capacity', '5', 'text'),
(5487, 269, 'Cc', '4', 'text'),
(5488, 269, 'Registration No', '', 'text'),
(5489, 269, 'Chassis No', '787312', 'text'),
(5490, 269, 'Rate', '', 'rate'),
(5491, 269, 'Policy Fees', '', 'policyfees'),
(5492, 269, 'Period Of Insurance', '', 'periodofinsurance'),
(5493, 269, 'Premium', '', 'premium'),
(5494, 269, 'Brokerage', '', 'brokerage'),
(5495, 270, 'Insured', '', 'insured'),
(5496, 270, 'Business', '', 'business'),
(5497, 270, 'Type of vehicle', 'Sedan', 'text'),
(5498, 270, 'Year of Manufacture', '2012', 'text'),
(5499, 270, 'Value of vehicle', '51000', 'text'),
(5500, 270, 'Seating capacity', '5', 'text'),
(5501, 270, 'Cc', '4', 'text'),
(5502, 270, 'Registration No', '', 'text'),
(5503, 270, 'Chassis No', '787190', 'text'),
(5504, 270, 'Rate', '', 'rate'),
(5505, 270, 'Policy Fees', '', 'policyfees'),
(5506, 270, 'Period Of Insurance', '', 'periodofinsurance'),
(5507, 270, 'Premium', '', 'premium'),
(5508, 270, 'Brokerage', '', 'brokerage'),
(5607, 278, 'Insured', '', 'insured'),
(5608, 278, 'Business', '', 'business'),
(5609, 278, 'Type of vehicle', 'Sedan', 'text'),
(5610, 278, 'Year of Manufacture', '2012', 'text'),
(5611, 278, 'Value of vehicle', '52000', 'text'),
(5612, 278, 'Seating capacity', '5', 'text'),
(5613, 278, 'Cc', '4', 'text'),
(5614, 278, 'Registration No', '', 'text'),
(5615, 278, 'Chassis No', '195431', 'text'),
(5616, 278, 'Rate', '', 'rate'),
(5617, 278, 'Policy Fees', '', 'policyfees'),
(5618, 278, 'Period Of Insurance', '', 'periodofinsurance'),
(5619, 278, 'Premium', '', 'premium'),
(5620, 278, 'Brokerage', '', 'brokerage'),
(5621, 279, 'Insured', '', 'insured'),
(5622, 279, 'Business', '', 'business'),
(5623, 279, 'Type of vehicle', 'Sedan', 'text'),
(5624, 279, 'Year of Manufacture', '2012', 'text'),
(5625, 279, 'Value of vehicle', '52000', 'text'),
(5626, 279, 'Seating capacity', '5', 'text'),
(5627, 279, 'Cc', '4', 'text'),
(5628, 279, 'Registration No', '', 'text'),
(5629, 279, 'Chassis No', '195410', 'text'),
(5630, 279, 'Rate', '', 'rate'),
(5631, 279, 'Policy Fees', '', 'policyfees'),
(5632, 279, 'Period Of Insurance', '', 'periodofinsurance'),
(5633, 279, 'Premium', '', 'premium'),
(5634, 279, 'Brokerage', '', 'brokerage'),
(5635, 277, 'Insured', '', 'insured'),
(5636, 277, 'Business', '', 'business'),
(5637, 277, 'Type of vehicle', 'Sedan', 'text'),
(5638, 277, 'Year of Manufacture', '2011', 'text'),
(5639, 277, 'Value of vehicle', '44700', 'text'),
(5640, 277, 'Seating capacity', '5', 'text'),
(5641, 277, 'Cc', '4', 'text'),
(5642, 277, 'Registration No', '', 'text'),
(5643, 277, 'Chassis No', '6851858', 'text'),
(5644, 277, 'Rate', '', 'rate'),
(5645, 277, 'Policy Fees', '', 'policyfees'),
(5646, 277, 'Period Of Insurance', '', 'periodofinsurance'),
(5647, 277, 'Premium', '', 'premium'),
(5648, 277, 'Brokerage', '', 'brokerage'),
(5649, 276, 'Insured', '', 'insured'),
(5650, 276, 'Business', '', 'business'),
(5651, 276, 'Type of vehicle', 'Sedan', 'text'),
(5652, 276, 'Year of Manufacture', '2011', 'text'),
(5653, 276, 'Value of vehicle', '44700', 'text'),
(5654, 276, 'Seating capacity', '5', 'text'),
(5655, 276, 'Cc', '4', 'text'),
(5656, 276, 'Registration No', '', 'text'),
(5657, 276, 'Chassis No', '6851861', 'text'),
(5658, 276, 'Rate', '', 'rate'),
(5659, 276, 'Policy Fees', '', 'policyfees'),
(5660, 276, 'Period Of Insurance', '', 'periodofinsurance'),
(5661, 276, 'Premium', '', 'premium'),
(5662, 276, 'Brokerage', '', 'brokerage'),
(5663, 275, 'Insured', '', 'insured'),
(5664, 275, 'Business', '', 'business'),
(5665, 275, 'Type of vehicle', 'Sedan', 'text'),
(5666, 275, 'Year of Manufacture', '2011', 'text'),
(5667, 275, 'Value of vehicle', '44700', 'text'),
(5668, 275, 'Seating capacity', '5', 'text'),
(5669, 275, 'Cc', '4', 'text'),
(5670, 275, 'Registration No', '', 'text'),
(5671, 275, 'Chassis No', '6851848', 'text'),
(5672, 275, 'Rate', '', 'rate'),
(5673, 275, 'Policy Fees', '', 'policyfees'),
(5674, 275, 'Period Of Insurance', '', 'periodofinsurance'),
(5675, 275, 'Premium', '', 'premium'),
(5676, 275, 'Brokerage', '', 'brokerage'),
(5677, 274, 'Insured', '', 'insured'),
(5678, 274, 'Business', '', 'business'),
(5679, 274, 'Type of vehicle', 'Sedan', 'text'),
(5680, 274, 'Year of Manufacture', '2011', 'text'),
(5681, 274, 'Value of vehicle', '44700', 'text'),
(5682, 274, 'Seating capacity', '5', 'text'),
(5683, 274, 'Cc', '4', 'text'),
(5684, 274, 'Registration No', '', 'text'),
(5685, 274, 'Chassis No', '6851850', 'text'),
(5686, 274, 'Rate', '', 'rate'),
(5687, 274, 'Policy Fees', '', 'policyfees'),
(5688, 274, 'Period Of Insurance', '', 'periodofinsurance'),
(5689, 274, 'Premium', '', 'premium'),
(5690, 274, 'Brokerage', '', 'brokerage'),
(5691, 273, 'Insured', '', 'insured'),
(5692, 273, 'Business', '', 'business'),
(5693, 273, 'Type of vehicle', 'Sedan', 'text'),
(5694, 273, 'Year of Manufacture', '2011', 'text'),
(5695, 273, 'Value of vehicle', '44700', 'text'),
(5696, 273, 'Seating capacity', '5', 'text'),
(5697, 273, 'Cc', '4', 'text'),
(5698, 273, 'Registration No', '', 'text'),
(5699, 273, 'Chassis No', '6851846', 'text'),
(5700, 273, 'Rate', '', 'rate'),
(5701, 273, 'Policy Fees', '', 'policyfees'),
(5702, 273, 'Period Of Insurance', '', 'periodofinsurance'),
(5703, 273, 'Premium', '', 'premium'),
(5704, 273, 'Brokerage', '', 'brokerage'),
(5705, 272, 'Insured', '', 'insured'),
(5706, 272, 'Business', '', 'business'),
(5707, 272, 'Type of vehicle', 'Sedan', 'text'),
(5708, 272, 'Year of Manufacture', '2011', 'text'),
(5709, 272, 'Value of vehicle', '44700', 'text'),
(5710, 272, 'Seating capacity', '5', 'text'),
(5711, 272, 'Cc', '4', 'text'),
(5712, 272, 'Registration No', '', 'text'),
(5713, 272, 'Chassis No', '6851845', 'text'),
(5714, 272, 'Rate', '', 'rate'),
(5715, 272, 'Policy Fees', '', 'policyfees'),
(5716, 272, 'Period Of Insurance', '', 'periodofinsurance'),
(5717, 272, 'Premium', '', 'premium'),
(5718, 272, 'Brokerage', '', 'brokerage'),
(5719, 271, 'Insured', '', 'insured'),
(5720, 271, 'Business', '', 'business'),
(5721, 271, 'Type of vehicle', 'Sedan', 'text'),
(5722, 271, 'Year of Manufacture', '2011', 'text'),
(5723, 271, 'Value of vehicle', '44700', 'text'),
(5724, 271, 'Seating capacity', '5', 'text'),
(5725, 271, 'Cc', '', 'text'),
(5726, 271, 'Registration No', '', 'text'),
(5727, 271, 'Chassis No', '6851853', 'text'),
(5728, 271, 'Rate', '', 'rate'),
(5729, 271, 'Policy Fees', '', 'policyfees'),
(5730, 271, 'Period Of Insurance', '', 'periodofinsurance'),
(5731, 271, 'Premium', '', 'premium'),
(5732, 271, 'Brokerage', '', 'brokerage'),
(5733, 280, 'Insured', '', 'insured'),
(5734, 280, 'Business', '', 'business'),
(5735, 280, 'Type of vehicle', 'Nissan Xterra', 'text'),
(5736, 280, 'Year of Manufacture', '2012', 'text'),
(5737, 280, 'Value of vehicle', '115000', 'text'),
(5738, 280, 'Seating capacity', '5', 'text'),
(5739, 280, 'Cc', '', 'text'),
(5740, 280, 'Registration No', '', 'text'),
(5741, 280, 'Chassis No', '500364', 'text'),
(5742, 280, 'Rate', '', 'rate'),
(5743, 280, 'Policy Fees', '', 'policyfees'),
(5744, 280, 'Period Of Insurance', '', 'periodofinsurance'),
(5745, 280, 'Premium', '', 'premium'),
(5746, 280, 'Brokerage', '', 'brokerage'),
(5747, 281, 'Insured', '', 'insured'),
(5748, 281, 'Business', '', 'business'),
(5749, 281, 'Type of vehicle', 'Bus', 'text'),
(5750, 281, 'Year of Manufacture', '2009', 'text'),
(5751, 281, 'Value of vehicle', '77350', 'text'),
(5752, 281, 'Seating capacity', '29', 'text'),
(5753, 281, 'Cc', '6', 'text'),
(5754, 281, 'Registration No', '214121', 'text'),
(5755, 281, 'Chassis No', '0505', 'text'),
(5756, 281, 'Rate', '', 'rate'),
(5757, 281, 'Policy Fees', '', 'policyfees'),
(5758, 281, 'Period Of Insurance', '', 'periodofinsurance'),
(5759, 281, 'Premium', '', 'premium'),
(5760, 281, 'Brokerage', '', 'brokerage'),
(5761, 282, 'Insured', '', 'insured'),
(5762, 282, 'Business', '', 'business'),
(5763, 282, 'Type of vehicle', 'Bs', 'text'),
(5764, 282, 'Year of Manufacture', '2010', 'text'),
(5765, 282, 'Value of vehicle', '125800', 'text'),
(5766, 282, 'Seating capacity', '67', 'text'),
(5767, 282, 'Cc', '6', 'text'),
(5768, 282, 'Registration No', '214123', 'text'),
(5769, 282, 'Chassis No', '0722', 'text'),
(5770, 282, 'Rate', '', 'rate'),
(5771, 282, 'Policy Fees', '', 'policyfees'),
(5772, 282, 'Period Of Insurance', '', 'periodofinsurance'),
(5773, 282, 'Premium', '', 'premium'),
(5774, 282, 'Brokerage', '', 'brokerage'),
(5788, 283, 'Insured', '', 'insured'),
(5789, 283, 'Type of vehicle', 'Sedan', 'text'),
(5790, 283, 'Value of vehicle', '60000', 'text'),
(5791, 283, 'Year of manufacture', '2010', 'text'),
(5792, 283, 'Cc', '4', 'text'),
(5793, 283, 'Seating capacity', '5', 'text'),
(5794, 283, 'Registration No', '128447', 'text'),
(5795, 283, 'Chassis No', '5937', 'text'),
(5796, 283, 'Rate', '', 'rate'),
(5797, 283, 'Policy Fees', '', 'policyfees'),
(5798, 283, 'Period Of Insurance', '', 'periodofinsurance'),
(5799, 283, 'Premium', '', 'premium'),
(5800, 283, 'Brokerage', '', 'brokerage'),
(5801, 283, 'Remark ', 'Special discount rate of 3.15%', 'text'),
(5802, 284, 'Insured', '', 'insured'),
(5803, 284, 'Type of vehicle', '', 'text'),
(5804, 284, 'Value of vehicle', '144500', 'text'),
(5805, 284, 'Year of manufacture', '2008', 'text'),
(5806, 284, 'Cc', '8', 'text'),
(5807, 284, 'Seating capacity', '7', 'text'),
(5808, 284, 'Registration No', '106887', 'text'),
(5809, 284, 'Chassis No', '2178', 'text'),
(5810, 284, 'Rate', '', 'rate'),
(5811, 284, 'Policy Fees', '', 'policyfees'),
(5812, 284, 'Period Of Insurance', '', 'periodofinsurance'),
(5813, 284, 'Premium', '', 'premium'),
(5814, 284, 'Brokerage', '', 'brokerage'),
(5815, 285, 'Insured', '', 'insured'),
(5816, 285, 'Business', '', 'business'),
(5817, 285, 'Location of Risk', 'North Duhail, Doha Qatar', 'text'),
(5818, 285, 'Sum Insured', '2,902,000', 'text'),
(5819, 285, 'Rate', '', 'rate'),
(5820, 285, 'Policy Fees', '', 'policyfees'),
(5821, 285, 'Period Of Insurance', '', 'periodofinsurance'),
(5822, 285, 'Premium', '', 'premium'),
(5823, 285, 'Brokerage', '', 'brokerage'),
(5824, 286, 'Insured', '', 'insured'),
(5825, 286, 'Business', '', 'business'),
(5826, 286, 'Type of vehicle', '', 'text'),
(5827, 286, 'Year of Manufacture', '2009', 'text'),
(5828, 286, 'Value of vehicle', '35000', 'text'),
(5829, 286, 'Seating capacity', '3', 'text'),
(5830, 286, 'Cc', '4', 'text'),
(5831, 286, 'Registration No', '47972', 'text'),
(5832, 286, 'Chassis No', '2780', 'text'),
(5833, 286, 'Rate', '', 'rate'),
(5834, 286, 'Policy Fees', '', 'policyfees'),
(5835, 286, 'Period Of Insurance', '', 'periodofinsurance'),
(5836, 286, 'Premium', '', 'premium'),
(5837, 286, 'Brokerage', '', 'brokerage'),
(5838, 287, 'Insured', '', 'insured'),
(5839, 287, 'Business', '', 'business'),
(5840, 287, 'Type of vehicle', 'Pick up', 'text'),
(5841, 287, 'Year of Manufacture', '2007', 'text'),
(5842, 287, 'Seating Capacity', '2', 'text'),
(5843, 287, 'Cc', '4', 'text'),
(5844, 287, 'Ton', '', 'text'),
(5845, 287, 'Registration No', '163042', 'text'),
(5846, 287, 'Chassis No', '1111', 'text'),
(5847, 287, 'Rate', '', 'rate'),
(5848, 287, 'Policy Fees', '', 'policyfees'),
(5849, 287, 'Period Of Insurance', '', 'periodofinsurance'),
(5850, 287, 'Premium', '', 'premium'),
(5851, 287, 'Brokerage', '', 'brokerage'),
(5852, 288, 'Insured', '', 'insured'),
(5853, 288, 'Business', '', 'business'),
(5854, 288, 'Rate', '', 'rate'),
(5855, 288, 'Policy Fees', '', 'policyfees'),
(5856, 288, 'Period Of Insurance', '', 'periodofinsurance'),
(5857, 288, 'Premium', '', 'premium'),
(5858, 288, 'Brokerage', '', 'brokerage'),
(5859, 289, 'Insured', '', 'insured'),
(5860, 289, 'Business', '', 'business'),
(5861, 289, 'Type of vehicle', 'Pick up', 'text'),
(5862, 289, 'Year of Manufacture', '2011', 'text'),
(5863, 289, 'Value of vehicle', '72000', 'text'),
(5864, 289, 'Seating capacity', '5', 'text'),
(5865, 289, 'Cc', '', 'text'),
(5866, 289, 'Registration No', '', 'text'),
(5867, 289, 'Chassis No', '6821', 'text'),
(5868, 289, 'Rate', '', 'rate'),
(5869, 289, 'Policy Fees', '', 'policyfees'),
(5870, 289, 'Period Of Insurance', '', 'periodofinsurance'),
(5871, 289, 'Premium', '', 'premium'),
(5872, 289, 'Brokerage', '', 'brokerage'),
(5901, 291, 'Insured', '', 'insured'),
(5902, 291, 'Business', '', 'business'),
(5903, 291, 'Type of vehicle', '', 'text'),
(5904, 291, 'Year of Manufacture', '2006', 'text'),
(5905, 291, 'Value of vehicle', '68000', 'text'),
(5906, 291, 'Seating capacity', '7', 'text'),
(5907, 291, 'Cc', '', 'text'),
(5908, 291, 'Registration No', '347242', 'text'),
(5909, 291, 'Chassis No', '58508', 'text'),
(5910, 291, 'Rate', '', 'rate'),
(5911, 291, 'Policy Fees', '', 'policyfees'),
(5912, 291, 'Period Of Insurance', '', 'periodofinsurance'),
(5913, 291, 'Premium', '', 'premium'),
(5914, 291, 'Brokerage', '', 'brokerage'),
(5929, 292, 'Insured', '', 'insured'),
(5930, 292, 'Business', '', 'business'),
(5931, 292, 'Type of vehicle', 'Land Cruiser', 'text'),
(5932, 292, 'Year of Manufacture', '', 'text'),
(5933, 292, 'Value of vehicle', '80000', 'text'),
(5934, 292, 'Seating capacity', '7', 'text'),
(5935, 292, 'Cc', '', 'text'),
(5936, 292, 'Registration No', '188386', 'text'),
(5937, 292, 'Chassis No', '4011702', 'text'),
(5938, 292, 'Rate', '', 'rate'),
(5939, 292, 'Policy Fees', '', 'policyfees'),
(5940, 292, 'Period Of Insurance', '', 'periodofinsurance'),
(5941, 292, 'Premium', '', 'premium'),
(5942, 292, 'Brokerage', '', 'brokerage'),
(5943, 293, 'Insured', '', 'insured'),
(5944, 293, 'Business', '', 'business'),
(5945, 293, 'Type of vehicle', 'Land Cruiser', 'text'),
(5946, 293, 'Year of Manufacture', '', 'text'),
(5947, 293, 'Value of vehicle', '71934', 'text'),
(5948, 293, 'Seating capacity', '7', 'text'),
(5949, 293, 'Cc', '', 'text'),
(5950, 293, 'Registration No', '188386', 'text'),
(5951, 293, 'Chassis No', '4011702', 'text'),
(5952, 293, 'Rate', '', 'rate'),
(5953, 293, 'Policy Fees', '', 'policyfees'),
(5954, 293, 'Period Of Insurance', '', 'periodofinsurance'),
(5955, 293, 'Premium', '', 'premium'),
(5956, 293, 'Brokerage', '', 'brokerage'),
(5957, 294, 'Insured', '', 'insured'),
(5958, 294, 'Business', '', 'business'),
(5959, 294, 'Type of vehicle', '', 'text'),
(5960, 294, 'Year of Manufacture', '2007', 'text'),
(5961, 294, 'Seating Capacity', '2', 'text'),
(5962, 294, 'Cc', '', 'text'),
(5963, 294, 'Ton', '', 'text'),
(5964, 294, 'Registration No', '107863', 'text'),
(5965, 294, 'Chassis No', '107311', 'text'),
(5966, 294, 'Rate', '', 'rate'),
(5967, 294, 'Policy Fees', '', 'policyfees'),
(5968, 294, 'Period Of Insurance', '', 'periodofinsurance'),
(5969, 294, 'Premium', '', 'premium'),
(5970, 294, 'Brokerage', '', 'brokerage'),
(5971, 295, 'Insured', '', 'insured'),
(5972, 295, 'Business', '', 'business'),
(5973, 295, 'Type of vehicle', 'Sedan', 'text'),
(5974, 295, 'Year of Manufacture', '2010', 'text'),
(5975, 295, 'Value of vehicle', '40400', 'text'),
(5976, 295, 'Seating capacity', '5', 'text'),
(5977, 295, 'Cc', '4', 'text'),
(5978, 295, 'Registration No', '113281', 'text'),
(5979, 295, 'Chassis No', '3703', 'text'),
(5980, 295, 'Rate', '', 'rate'),
(5981, 295, 'Policy Fees', '', 'policyfees'),
(5982, 295, 'Period Of Insurance', '', 'periodofinsurance'),
(5983, 295, 'Premium', '', 'premium'),
(5984, 295, 'Brokerage', '', 'brokerage'),
(5985, 296, 'Insured', '', 'insured'),
(5986, 296, 'Business', '', 'business'),
(5987, 296, 'Type of vehicle', 'Sedan', 'text'),
(5988, 296, 'Year of Manufacture', '2010', 'text'),
(5989, 296, 'Value of vehicle', '40400', 'text'),
(5990, 296, 'Seating capacity', '5', 'text'),
(5991, 296, 'Cc', '4', 'text'),
(5992, 296, 'Registration No', '146584', 'text'),
(5993, 296, 'Chassis No', '4318', 'text'),
(5994, 296, 'Rate', '', 'rate'),
(5995, 296, 'Policy Fees', '', 'policyfees'),
(5996, 296, 'Period Of Insurance', '', 'periodofinsurance'),
(5997, 296, 'Premium', '', 'premium'),
(5998, 296, 'Brokerage', '', 'brokerage'),
(5999, 256, 'Insured', '', 'insured'),
(6000, 256, 'Business', '', 'business'),
(6001, 256, 'No of employees', 'Executive employee   ; Non Executive employee ', 'text'),
(6002, 256, 'No of dependants', 'Executive employee dependents   ; Non Executive employee dependent ', 'text'),
(6003, 256, 'Rate', '', 'rate'),
(6004, 256, 'Policy Fees', '', 'policyfees'),
(6005, 256, 'Period Of Insurance', '', 'periodofinsurance'),
(6006, 256, 'Premium', '', 'premium'),
(6007, 256, 'Brokerage', '', 'brokerage'),
(6008, 297, 'Insured', '', 'insured'),
(6009, 297, 'Business', '', 'business'),
(6010, 297, 'Type of vehicle', 'Sedan', 'text'),
(6011, 297, 'Year of Manufacture', '2009', 'text'),
(6012, 297, 'Value of vehicle', '52000', 'text'),
(6013, 297, 'Seating capacity', '5', 'text'),
(6014, 297, 'Cc', '4', 'text'),
(6015, 297, 'Registration No', '409605', 'text'),
(6016, 297, 'Chassis No', '18136', 'text'),
(6017, 297, 'Rate', '', 'rate'),
(6018, 297, 'Policy Fees', '', 'policyfees'),
(6019, 297, 'Period Of Insurance', '', 'periodofinsurance'),
(6020, 297, 'Premium', '', 'premium'),
(6021, 297, 'Brokerage', '', 'brokerage'),
(6031, 298, 'Insured', '', 'insured'),
(6032, 298, 'Business', '', 'business'),
(6033, 298, 'No of employees', '83', 'text'),
(6034, 298, 'Estimated Annual Wages', '979,200', 'text'),
(6035, 298, 'Rate', '', 'rate'),
(6036, 298, 'Policy Fees', '', 'policyfees'),
(6037, 298, 'Period Of Insurance', '', 'periodofinsurance'),
(6038, 298, 'Premium', '', 'premium'),
(6039, 298, 'Brokerage', '', 'brokerage'),
(6040, 299, 'Insured', '', 'insured'),
(6041, 299, 'Business', '', 'business'),
(6042, 299, 'Period Of Insurance', '', 'periodofinsurance'),
(6043, 299, 'Location of Risk', 'Landmark Hyper market, Street No 46, Industrial Area Qatar  ', 'text'),
(6044, 299, 'Sum Insured', '600,000', 'text'),
(6045, 299, 'Rate', '', 'rate'),
(6046, 299, 'Policy Fees', '', 'policyfees'),
(6047, 299, 'Premium', '', 'premium'),
(6048, 299, 'Brokerage', '', 'brokerage'),
(6049, 300, 'Insured', '', 'insured'),
(6050, 300, 'Business', '', 'business'),
(6051, 300, 'Period Of Insurance', '', 'periodofinsurance'),
(6052, 300, 'Location of Risk', 'Regency Hypermarket, Abuhamour, Opposite Mes ', 'text'),
(6053, 300, 'Sum Insured', '600,000', 'text'),
(6054, 300, 'Rate', '', 'rate'),
(6055, 300, 'Policy Fees', '', 'policyfees'),
(6056, 300, 'Premium', '', 'premium'),
(6057, 300, 'Brokerage', '', 'brokerage'),
(6058, 301, 'Insured', '', 'insured'),
(6059, 301, 'Business', '', 'business'),
(6060, 301, 'Period Of Insurance', '', 'periodofinsurance'),
(6061, 301, 'Location of Risk', 'Property at Saliya Camp, Doha, Qatar.', 'text'),
(6062, 301, 'Sum Insured', '1,987,500', 'text'),
(6063, 301, 'Rate', '', 'rate'),
(6064, 301, 'Policy Fees', '', 'policyfees'),
(6065, 301, 'Premium', '', 'premium'),
(6066, 301, 'Brokerage', '', 'brokerage'),
(6067, 302, 'Insured', '', 'insured'),
(6068, 302, 'Type of vehicle', 'Sedan', 'text'),
(6069, 302, 'Value of vehicle', '41600', 'text'),
(6070, 302, 'Year of manufacture', '2011', 'text'),
(6071, 302, 'Cc', '4', 'text'),
(6072, 302, 'Seating capacity', '5', 'text'),
(6073, 302, 'Registration No', '', 'text'),
(6074, 302, 'Chassis No', '9924', 'text'),
(6075, 302, 'Rate', '', 'rate'),
(6076, 302, 'Policy Fees', '', 'policyfees'),
(6077, 302, 'Period Of Insurance', '', 'periodofinsurance'),
(6078, 302, 'Premium', '', 'premium'),
(6079, 302, 'Brokerage', '', 'brokerage'),
(6080, 303, 'Insured', '', 'insured'),
(6081, 303, 'Business', '', 'business'),
(6082, 303, 'Type of vehicle', 'Sedan', 'text'),
(6083, 303, 'Year of Manufacture', '2007', 'text'),
(6084, 303, 'Seating Capacity', '5', 'text'),
(6085, 303, 'Cc', '4', 'text'),
(6086, 303, 'Ton', '', 'text'),
(6087, 303, 'Registration No', '80590', 'text'),
(6088, 303, 'Chassis No', '9554', 'text'),
(6089, 303, 'Rate', '', 'rate'),
(6090, 303, 'Policy Fees', '', 'policyfees'),
(6091, 303, 'Period Of Insurance', '', 'periodofinsurance'),
(6092, 303, 'Premium', '', 'premium'),
(6093, 303, 'Brokerage', '', 'brokerage'),
(6094, 304, 'Insured', '', 'insured'),
(6095, 304, 'Business', '', 'business'),
(6096, 304, 'Type of vehicle', '', 'text'),
(6097, 304, 'Year of Manufacture', '2006', 'text'),
(6098, 304, 'Seating Capacity', '5', 'text'),
(6099, 304, 'Cc', '4', 'text'),
(6100, 304, 'Ton', '', 'text'),
(6101, 304, 'Registration No', '312583', 'text'),
(6102, 304, 'Chassis No', '8377', 'text'),
(6103, 304, 'Rate', '', 'rate'),
(6104, 304, 'Policy Fees', '', 'policyfees'),
(6105, 304, 'Period Of Insurance', '', 'periodofinsurance'),
(6106, 304, 'Premium', '', 'premium'),
(6107, 304, 'Brokerage', '', 'brokerage'),
(6108, 305, 'Insured', '', 'insured'),
(6109, 305, 'Business', '', 'business'),
(6110, 305, 'No of employees', '111', 'text'),
(6111, 305, 'Estimated Annual Wages', 'QR 1,171,800', 'text'),
(6112, 305, 'Rate', '', 'rate'),
(6113, 305, 'Policy Fees', '', 'policyfees'),
(6114, 305, 'Period Of Insurance', '', 'periodofinsurance'),
(6115, 305, 'Premium', '', 'premium'),
(6116, 305, 'Brokerage', '', 'brokerage'),
(6130, 307, 'Insured', '', 'insured'),
(6131, 307, 'Business', '', 'business'),
(6132, 307, 'Type of vehicle', 'Sedan', 'text'),
(6133, 307, 'Year of Manufacture', '2012', 'text'),
(6134, 307, 'Value of vehicle', '46000', 'text'),
(6135, 307, 'Seating capacity', '5', 'text'),
(6136, 307, 'Cc', '4', 'text'),
(6137, 307, 'Registration No', '', 'text'),
(6138, 307, 'Chassis No', '8683', 'text'),
(6139, 307, 'Rate', '', 'rate'),
(6140, 307, 'Policy Fees', '', 'policyfees'),
(6141, 307, 'Period Of Insurance', '', 'periodofinsurance'),
(6142, 307, 'Premium', '', 'premium'),
(6143, 307, 'Brokerage', '', 'brokerage'),
(6158, 308, 'Insured', '', 'insured'),
(6159, 308, 'Business', '', 'business'),
(6160, 308, 'Type of vehicle', 'Pick up', 'text'),
(6161, 308, 'Year of Manufacture', '2011', 'text'),
(6162, 308, 'Value of vehicle', '53000', 'text'),
(6163, 308, 'Seating capacity', '5', 'text'),
(6164, 308, 'Cc', '', 'text'),
(6165, 308, 'Registration No', '', 'text'),
(6166, 308, 'Chassis No', '2259', 'text'),
(6167, 308, 'Rate', '', 'rate'),
(6168, 308, 'Policy Fees', '', 'policyfees'),
(6169, 308, 'Period Of Insurance', '', 'periodofinsurance'),
(6170, 308, 'Premium', '', 'premium'),
(6171, 308, 'Brokerage', '', 'brokerage'),
(6186, 249, 'Insured', '', 'insured'),
(6187, 249, 'Business', '', 'business'),
(6188, 249, 'Rate', '', 'rate'),
(6189, 249, 'Policy Fees', '', 'policyfees'),
(6190, 249, 'Period Of Insurance', '', 'periodofinsurance'),
(6191, 249, 'Premium', '', 'premium'),
(6192, 249, 'Brokerage', '', 'brokerage'),
(6193, 309, 'Insured', '', 'insured'),
(6194, 309, 'Business', '', 'business'),
(6195, 309, 'Period Of Insurance', '', 'periodofinsurance'),
(6196, 309, 'Location of Risk', 'Warehouse at New industrial Area, Doha Qatar', 'text'),
(6197, 309, 'Sum Insured', '18,000,000/-', 'text'),
(6198, 309, 'Rate', '', 'rate'),
(6199, 309, 'Policy Fees', '', 'policyfees'),
(6200, 309, 'Premium', '', 'premium'),
(6201, 309, 'Brokerage', '', 'brokerage'),
(6202, 310, 'Insured', '', 'insured'),
(6203, 310, 'Business', '', 'business'),
(6204, 310, 'Type of vehicle', 'Sedan', 'text'),
(6205, 310, 'Year of Manufacture', '2012', 'text'),
(6206, 310, 'Value of vehicle', '54500', 'text'),
(6207, 310, 'Seating capacity', '5', 'text'),
(6208, 310, 'Cc', '4', 'text'),
(6209, 310, 'Registration No', '', 'text'),
(6210, 310, 'Chassis No', '6852', 'text'),
(6211, 310, 'Rate', '', 'rate'),
(6212, 310, 'Policy Fees', '', 'policyfees'),
(6213, 310, 'Period Of Insurance', '', 'periodofinsurance'),
(6214, 310, 'Premium', '', 'premium'),
(6215, 310, 'Brokerage', '', 'brokerage'),
(6216, 311, 'Insured', '', 'insured'),
(6217, 311, 'Business', '', 'business'),
(6218, 311, 'Type of vehicle', 'Sedan', 'text'),
(6219, 311, 'Year of Manufacture', '2012', 'text'),
(6220, 311, 'Value of vehicle', '54500', 'text'),
(6221, 311, 'Seating capacity', '5', 'text'),
(6222, 311, 'Cc', '4', 'text'),
(6223, 311, 'Registration No', '', 'text'),
(6224, 311, 'Chassis No', '8903', 'text'),
(6225, 311, 'Rate', '', 'rate'),
(6226, 311, 'Policy Fees', '', 'policyfees'),
(6227, 311, 'Period Of Insurance', '', 'periodofinsurance'),
(6228, 311, 'Premium', '', 'premium'),
(6229, 311, 'Brokerage', '', 'brokerage'),
(6239, 312, 'Insured', '', 'insured'),
(6240, 312, 'Business', '', 'business'),
(6241, 312, 'No of employees', '45', 'text'),
(6242, 312, 'Estimated Annual Wages', 'QAR 1,256,220/-', 'text'),
(6243, 312, 'Rate', '', 'rate'),
(6244, 312, 'Policy Fees', '', 'policyfees'),
(6245, 312, 'Period Of Insurance', '', 'periodofinsurance'),
(6246, 312, 'Premium', '', 'premium'),
(6247, 312, 'Brokerage', '', 'brokerage'),
(6248, 313, 'Insured', '', 'insured'),
(6249, 313, 'Business', '', 'business'),
(6250, 313, 'Type of vehicle', 'Bus', 'text'),
(6251, 313, 'Year of Manufacture', '2011', 'text'),
(6252, 313, 'Value of vehicle', 'QR 130400', 'text'),
(6253, 313, 'Seating capacity', '26', 'text'),
(6254, 313, 'Cc', '4', 'text'),
(6255, 313, 'Registration No', '214381', 'text'),
(6256, 313, 'Chassis No', '1583', 'text'),
(6257, 313, 'Rate', '', 'rate'),
(6258, 313, 'Policy Fees', '', 'policyfees'),
(6259, 313, 'Period Of Insurance', '', 'periodofinsurance'),
(6260, 313, 'Premium', '', 'premium'),
(6261, 313, 'Brokerage', '', 'brokerage'),
(6276, 314, 'Insured', '', 'insured'),
(6277, 314, 'Business', '', 'business'),
(6278, 314, 'Type of vehicle', 'Bus', 'text'),
(6279, 314, 'Year of Manufacture', '2011', 'text'),
(6280, 314, 'Value of vehicle', '72000', 'text'),
(6281, 314, 'Seating capacity', '15', 'text'),
(6282, 314, 'Cc', '', 'text'),
(6283, 314, 'Registration No', '214382', 'text'),
(6284, 314, 'Chassis No', '1189', 'text'),
(6285, 314, 'Rate', '', 'rate'),
(6286, 314, 'Policy Fees', '', 'policyfees'),
(6287, 314, 'Period Of Insurance', '', 'periodofinsurance'),
(6288, 314, 'Premium', '', 'premium'),
(6289, 314, 'Brokerage', '', 'brokerage'),
(6290, 315, 'Insured', '', 'insured'),
(6291, 315, 'Business', '', 'business'),
(6292, 315, 'Type of vehicle', 'Bus', 'text'),
(6293, 315, 'Year of Manufacture', '2011', 'text'),
(6294, 315, 'Value of vehicle', 'QR 130400', 'text'),
(6295, 315, 'Seating capacity', '26', 'text'),
(6296, 315, 'Cc', '4', 'text'),
(6297, 315, 'Registration No', '214383', 'text'),
(6298, 315, 'Chassis No', '1582', 'text'),
(6299, 315, 'Rate', '', 'rate'),
(6300, 315, 'Policy Fees', '', 'policyfees'),
(6301, 315, 'Period Of Insurance', '', 'periodofinsurance'),
(6302, 315, 'Premium', '', 'premium'),
(6303, 315, 'Brokerage', '', 'brokerage'),
(6304, 316, 'Insured', '', 'insured'),
(6305, 316, 'Business', '', 'business'),
(6306, 316, 'Type of vehicle', 'Bus', 'text'),
(6307, 316, 'Year of Manufacture', '2011', 'text'),
(6308, 316, 'Value of vehicle', '72000', 'text'),
(6309, 316, 'Seating capacity', '15', 'text'),
(6310, 316, 'Cc', '4', 'text'),
(6311, 316, 'Registration No', '214384', 'text'),
(6312, 316, 'Chassis No', '3726', 'text'),
(6313, 316, 'Rate', '', 'rate'),
(6314, 316, 'Policy Fees', '', 'policyfees'),
(6315, 316, 'Period Of Insurance', '', 'periodofinsurance'),
(6316, 316, 'Premium', '', 'premium'),
(6317, 316, 'Brokerage', '', 'brokerage'),
(6318, 317, 'Insured', '', 'insured'),
(6319, 317, 'Business', '', 'business'),
(6320, 317, 'Type of vehicle', 'Bus', 'text'),
(6321, 317, 'Year of Manufacture', '2010', 'text'),
(6322, 317, 'Value of vehicle', '118400', 'text'),
(6323, 317, 'Seating capacity', '66', 'text'),
(6324, 317, 'Cc', '6', 'text'),
(6325, 317, 'Registration No', '214122', 'text'),
(6326, 317, 'Chassis No', '0894', 'text'),
(6327, 317, 'Rate', '', 'rate'),
(6328, 317, 'Policy Fees', '', 'policyfees'),
(6329, 317, 'Period Of Insurance', '', 'periodofinsurance'),
(6330, 317, 'Premium', '', 'premium'),
(6331, 317, 'Brokerage', '', 'brokerage'),
(6332, 318, 'Insured', '', 'insured'),
(6333, 318, 'Business', '', 'business'),
(6334, 318, 'Type of vehicle', 'Sedan', 'text'),
(6335, 318, 'Year of Manufacture', '2012', 'text'),
(6336, 318, 'Value of vehicle', '56470', 'text'),
(6337, 318, 'Seating capacity', '5', 'text'),
(6338, 318, 'Cc', '4', 'text'),
(6339, 318, 'Registration No', '', 'text'),
(6340, 318, 'Chassis No', '4663', 'text'),
(6341, 318, 'Rate', '', 'rate'),
(6342, 318, 'Policy Fees', '', 'policyfees'),
(6343, 318, 'Period Of Insurance', '', 'periodofinsurance'),
(6344, 318, 'Premium', '', 'premium');
INSERT INTO `placing_slip_form` (`id`, `placing_slip_id`, `labelname`, `value`, `fieldtype`) VALUES
(6345, 318, 'Brokerage', '', 'brokerage'),
(6346, 319, 'Insured', '', 'insured'),
(6347, 319, 'Business', '', 'business'),
(6348, 319, 'Type of vehicle', 'Pick up', 'text'),
(6349, 319, 'Year of Manufacture', '2011', 'text'),
(6350, 319, 'Value of vehicle', '52000', 'text'),
(6351, 319, 'Seating capacity', '5', 'text'),
(6352, 319, 'Cc', '4', 'text'),
(6353, 319, 'Registration No', '214380', 'text'),
(6354, 319, 'Chassis No', '7432', 'text'),
(6355, 319, 'Rate', '', 'rate'),
(6356, 319, 'Policy Fees', '', 'policyfees'),
(6357, 319, 'Period Of Insurance', '', 'periodofinsurance'),
(6358, 319, 'Premium', '', 'premium'),
(6359, 319, 'Brokerage', '', 'brokerage'),
(6360, 320, 'Insured', '', 'insured'),
(6361, 320, 'Business', '', 'business'),
(6362, 320, 'Type of vehicle', 'Pick up', 'text'),
(6363, 320, 'Year of Manufacture', '2006', 'text'),
(6364, 320, 'Value of vehicle', '14400', 'text'),
(6365, 320, 'Seating capacity', '3', 'text'),
(6366, 320, 'Cc', '4', 'text'),
(6367, 320, 'Registration No', '132747', 'text'),
(6368, 320, 'Chassis No', '9263', 'text'),
(6369, 320, 'Rate', '', 'rate'),
(6370, 320, 'Policy Fees', '', 'policyfees'),
(6371, 320, 'Period Of Insurance', '', 'periodofinsurance'),
(6372, 320, 'Premium', '', 'premium'),
(6373, 320, 'Brokerage', '', 'brokerage'),
(6374, 321, 'Insured', '', 'insured'),
(6375, 321, 'Business', '', 'business'),
(6376, 321, 'Type of vehicle', 'Sedan', 'text'),
(6377, 321, 'Year of Manufacture', '2007', 'text'),
(6378, 321, 'Value of vehicle', '16200', 'text'),
(6379, 321, 'Seating capacity', '5', 'text'),
(6380, 321, 'Cc', '4', 'text'),
(6381, 321, 'Registration No', '369979', 'text'),
(6382, 321, 'Chassis No', '3443', 'text'),
(6383, 321, 'Rate', '', 'rate'),
(6384, 321, 'Policy Fees', '', 'policyfees'),
(6385, 321, 'Period Of Insurance', '', 'periodofinsurance'),
(6386, 321, 'Premium', '', 'premium'),
(6387, 321, 'Brokerage', '', 'brokerage'),
(6397, 323, 'Insured', '', 'insured'),
(6398, 323, 'Business', '', 'business'),
(6399, 323, 'Type of vehicle', 'Sedan', 'text'),
(6400, 323, 'Year of Manufacture', '2009', 'text'),
(6401, 323, 'Value of vehicle', '51000', 'text'),
(6402, 323, 'Seating capacity', '5', 'text'),
(6403, 323, 'Cc', '4', 'text'),
(6404, 323, 'Registration No', '412688', 'text'),
(6405, 323, 'Chassis No', '6306', 'text'),
(6406, 323, 'Rate', '', 'rate'),
(6407, 323, 'Policy Fees', '', 'policyfees'),
(6408, 323, 'Period Of Insurance', '', 'periodofinsurance'),
(6409, 323, 'Premium', '', 'premium'),
(6410, 323, 'Brokerage', '', 'brokerage'),
(6425, 325, 'Insured', '', 'insured'),
(6426, 325, 'Business', '', 'business'),
(6427, 325, 'Rate', '', 'rate'),
(6428, 325, 'Policy Fees', '', 'policyfees'),
(6429, 325, 'Premium', '', 'premium'),
(6430, 325, 'Brokerage', '', 'brokerage'),
(6431, 326, 'Insured', '', 'insured'),
(6432, 326, 'Business', '', 'business'),
(6433, 326, 'Rate', '', 'rate'),
(6434, 326, 'Policy Fees', '', 'policyfees'),
(6435, 326, 'Period Of Insurance', '', 'periodofinsurance'),
(6436, 326, 'Premium', '', 'premium'),
(6437, 326, 'Brokerage', '', 'brokerage'),
(6438, 327, 'Insured', '', 'insured'),
(6439, 327, 'Business', '', 'business'),
(6440, 327, 'Type of vehicle', 'Suzuki, motor bike', 'text'),
(6441, 327, 'Year of Manufacture', '2009', 'text'),
(6442, 327, 'Seating Capacity', '2', 'text'),
(6443, 327, 'Cc', '1', 'text'),
(6444, 327, 'Ton', '', 'text'),
(6445, 327, 'Registration No', '7564', 'text'),
(6446, 327, 'Chassis No', '0546', 'text'),
(6447, 327, 'Rate', '', 'rate'),
(6448, 327, 'Policy Fees', '', 'policyfees'),
(6449, 327, 'Period Of Insurance', '', 'periodofinsurance'),
(6450, 327, 'Premium', '', 'premium'),
(6451, 327, 'Brokerage', '', 'brokerage'),
(6465, 329, 'Insured', '', 'insured'),
(6466, 329, 'Business', '', 'business'),
(6467, 329, 'No of employees', '', 'text'),
(6468, 329, 'Estimated Annual Wages', '1,000,000', 'text'),
(6469, 329, 'Rate', '', 'rate'),
(6470, 329, 'Policy Fees', '', 'policyfees'),
(6471, 329, 'Period Of Insurance', '', 'periodofinsurance'),
(6472, 329, 'Premium', '', 'premium'),
(6473, 329, 'Brokerage', '', 'brokerage'),
(6487, 328, 'Insured', '', 'insured'),
(6488, 328, 'Business', '', 'business'),
(6489, 328, 'Contract Title', 'Design and Build Phase I, Structural Cabling and SMATV System for Type A, B, C and Utilities Buildings', 'text'),
(6490, 328, 'Principal', 'BARWA', 'text'),
(6491, 328, 'Location of Risk', 'Barwa City, Mesaimeer, Doha, State of Qatar', 'text'),
(6492, 328, 'Section 1 - Material Damage', 'QR 16,675,000', 'text'),
(6493, 328, 'Section 2 - Third Party Liability', 'QR 5,000,000/-', 'text'),
(6494, 328, 'Scope of Work', '', 'text'),
(6495, 328, 'Rate', '', 'rate'),
(6496, 328, 'Policy Fees', '', 'policyfees'),
(6497, 328, 'Period Of Insurance', '', 'periodofinsurance'),
(6498, 328, 'Premium', '', 'premium'),
(6499, 328, 'Brokerage', '', 'brokerage'),
(6508, 331, 'Insured', '', 'insured'),
(6509, 331, 'Business', '', 'business'),
(6510, 331, 'No of employees', '', 'text'),
(6511, 331, 'Estimated Annual Wages', 'QR 1,980,000/- (admin staff), QR 7,200,000/-', 'text'),
(6512, 331, 'Rate', '', 'rate'),
(6513, 331, 'Policy Fees', '', 'policyfees'),
(6514, 331, 'Period Of Insurance', '', 'periodofinsurance'),
(6515, 331, 'Premium', '', 'premium'),
(6516, 331, 'Brokerage', '', 'brokerage'),
(6525, 330, 'Business', '', 'business'),
(6526, 330, 'Insured', '', 'insured'),
(6527, 330, 'Sum Insured', 'QR 21,289,316.32', 'text'),
(6528, 330, 'Rate', '', 'rate'),
(6529, 330, 'Policy Fees', '', 'policyfees'),
(6530, 330, 'Period Of Insurance', '', 'periodofinsurance'),
(6531, 330, 'Premium', '', 'premium'),
(6532, 330, 'Brokerage', '', 'brokerage'),
(6533, 332, 'Insured', '', 'insured'),
(6534, 332, 'Business', '', 'business'),
(6535, 332, 'Rate', '', 'rate'),
(6536, 332, 'Policy Fees', '', 'policyfees'),
(6537, 332, 'Period Of Insurance', '', 'periodofinsurance'),
(6538, 332, 'Premium', '', 'premium'),
(6539, 332, 'Brokerage', '', 'brokerage'),
(6540, 333, 'Insured', '', 'insured'),
(6541, 333, 'Business', '', 'business'),
(6542, 333, 'Cash in Safe', '', 'text'),
(6543, 333, 'Estimated Annual Carrying Limit', 'QR 4,000,000/', 'text'),
(6544, 333, 'Single Carrying limit', '', 'text'),
(6545, 333, 'Rate', '', 'rate'),
(6546, 333, 'Policy Fees', '', 'policyfees'),
(6547, 333, 'Period Of Insurance', '', 'periodofinsurance'),
(6548, 333, 'Premium', '', 'premium'),
(6549, 333, 'Brokerage', '', 'brokerage'),
(6550, 334, 'Insured', '', 'insured'),
(6551, 334, 'Business', '', 'business'),
(6552, 334, 'Period Of Insurance', '', 'periodofinsurance'),
(6553, 334, 'Location of Risk', '', 'text'),
(6554, 334, 'Sum Insured', 'QR 5,150,000/-', 'text'),
(6555, 334, 'Rate', '', 'rate'),
(6556, 334, 'Policy Fees', '', 'policyfees'),
(6557, 334, 'Premium', '', 'premium'),
(6558, 334, 'Brokerage', '', 'brokerage'),
(6559, 335, 'Insured', '', 'insured'),
(6560, 335, 'Business', '', 'business'),
(6561, 335, 'Rate', '', 'rate'),
(6562, 335, 'Policy Fees', '', 'policyfees'),
(6563, 335, 'Period Of Insurance', '', 'periodofinsurance'),
(6564, 335, 'Premium', '', 'premium'),
(6565, 335, 'Brokerage', '', 'brokerage'),
(6566, 336, 'Insured', '', 'insured'),
(6567, 336, 'Business', '', 'business'),
(6568, 336, 'Rate', '', 'rate'),
(6569, 336, 'Policy Fees', '', 'policyfees'),
(6570, 336, 'Period Of Insurance', '', 'periodofinsurance'),
(6571, 336, 'Premium', '', 'premium'),
(6572, 336, 'Brokerage', '', 'brokerage'),
(6573, 337, 'Insured', '', 'insured'),
(6574, 337, 'Business', '', 'business'),
(6575, 337, 'Rate', '', 'rate'),
(6576, 337, 'Policy Fees', '', 'policyfees'),
(6577, 337, 'Period Of Insurance', '', 'periodofinsurance'),
(6578, 337, 'Premium', '', 'premium'),
(6579, 337, 'Brokerage', '', 'brokerage'),
(6580, 338, 'Insured', '', 'insured'),
(6581, 338, 'Business', '', 'business'),
(6582, 338, 'Type of vehicle', 'Nissan Tiida', 'text'),
(6583, 338, 'Year of Manufacture', '2011', 'text'),
(6584, 338, 'Value of vehicle', '50000', 'text'),
(6585, 338, 'Seating capacity', '5', 'text'),
(6586, 338, 'Cc', '', 'text'),
(6587, 338, 'Registration No', '', 'text'),
(6588, 338, 'Chassis No', '3411', 'text'),
(6589, 338, 'Rate', '', 'rate'),
(6590, 338, 'Policy Fees', '', 'policyfees'),
(6591, 338, 'Period Of Insurance', '', 'periodofinsurance'),
(6592, 338, 'Premium', '', 'premium'),
(6593, 338, 'Brokerage', '', 'brokerage'),
(6594, 339, 'Insured', '', 'insured'),
(6595, 339, 'Business', '', 'business'),
(6596, 339, 'Type of vehicle', 'Nissan XTrail', 'text'),
(6597, 339, 'Year of Manufacture', '2011', 'text'),
(6598, 339, 'Value of vehicle', '79000', 'text'),
(6599, 339, 'Seating capacity', '5', 'text'),
(6600, 339, 'Cc', '', 'text'),
(6601, 339, 'Registration No', '', 'text'),
(6602, 339, 'Chassis No', '6151', 'text'),
(6603, 339, 'Rate', '', 'rate'),
(6604, 339, 'Policy Fees', '', 'policyfees'),
(6605, 339, 'Period Of Insurance', '', 'periodofinsurance'),
(6606, 339, 'Premium', '', 'premium'),
(6607, 339, 'Brokerage', '', 'brokerage'),
(6608, 340, 'Insured', '', 'insured'),
(6609, 340, 'Business', '', 'business'),
(6610, 340, 'Type of vehicle', 'Sedan', 'text'),
(6611, 340, 'Year of Manufacture', '2011', 'text'),
(6612, 340, 'Value of vehicle', '32000', 'text'),
(6613, 340, 'Seating capacity', '5', 'text'),
(6614, 340, 'Cc', '4', 'text'),
(6615, 340, 'Registration No', '445420', 'text'),
(6616, 340, 'Chassis No', '9480', 'text'),
(6617, 340, 'Rate', '', 'rate'),
(6618, 340, 'Policy Fees', '', 'policyfees'),
(6619, 340, 'Period Of Insurance', '', 'periodofinsurance'),
(6620, 340, 'Premium', '', 'premium'),
(6621, 340, 'Brokerage', '', 'brokerage'),
(6622, 341, 'Insured', '', 'insured'),
(6623, 341, 'Business', '', 'business'),
(6624, 341, 'Type of vehicle', 'Sedan', 'text'),
(6625, 341, 'Year of Manufacture', '2012', 'text'),
(6626, 341, 'Value of vehicle', '56470', 'text'),
(6627, 341, 'Seating capacity', '5', 'text'),
(6628, 341, 'Cc', '4', 'text'),
(6629, 341, 'Registration No', '', 'text'),
(6630, 341, 'Chassis No', '3475', 'text'),
(6631, 341, 'Rate', '', 'rate'),
(6632, 341, 'Policy Fees', '', 'policyfees'),
(6633, 341, 'Period Of Insurance', '', 'periodofinsurance'),
(6634, 341, 'Premium', '', 'premium'),
(6635, 341, 'Brokerage', '', 'brokerage'),
(6636, 342, 'Insured', '', 'insured'),
(6637, 342, 'Business', '', 'business'),
(6638, 342, 'Type of vehicle', 'Sedan', 'text'),
(6639, 342, 'Year of Manufacture', '2012', 'text'),
(6640, 342, 'Value of vehicle', '56470', 'text'),
(6641, 342, 'Seating capacity', '5', 'text'),
(6642, 342, 'Cc', '4', 'text'),
(6643, 342, 'Registration No', '', 'text'),
(6644, 342, 'Chassis No', '3476', 'text'),
(6645, 342, 'Rate', '', 'rate'),
(6646, 342, 'Policy Fees', '', 'policyfees'),
(6647, 342, 'Period Of Insurance', '', 'periodofinsurance'),
(6648, 342, 'Premium', '', 'premium'),
(6649, 342, 'Brokerage', '', 'brokerage'),
(6650, 343, 'Insured', '', 'insured'),
(6651, 343, 'Business', '', 'business'),
(6652, 343, 'Type of vehicle', 'Pick up', 'text'),
(6653, 343, 'Year of Manufacture', '2011', 'text'),
(6654, 343, 'Value of vehicle', '138000', 'text'),
(6655, 343, 'Seating capacity', '3', 'text'),
(6656, 343, 'Cc', '4', 'text'),
(6657, 343, 'Registration No', '', 'text'),
(6658, 343, 'Chassis No', '6128', 'text'),
(6659, 343, 'Rate', '', 'rate'),
(6660, 343, 'Policy Fees', '', 'policyfees'),
(6661, 343, 'Period Of Insurance', '', 'periodofinsurance'),
(6662, 343, 'Premium', '', 'premium'),
(6663, 343, 'Brokerage', '', 'brokerage'),
(6679, 306, 'Insured', '', 'insured'),
(6680, 306, 'Type of vehicle', 'Sedan', 'text'),
(6681, 306, 'Value of vehicle', '42000', 'text'),
(6682, 306, 'Year of manufacture', '2008', 'text'),
(6683, 306, 'Cc', '4', 'text'),
(6684, 306, 'Seating capacity', '5', 'text'),
(6685, 306, 'Registration No', '160995', 'text'),
(6686, 306, 'Chassis No', '0466', 'text'),
(6687, 306, 'Rate', '', 'rate'),
(6688, 306, 'Policy Fees', '', 'policyfees'),
(6689, 306, 'Period Of Insurance', '', 'periodofinsurance'),
(6690, 306, 'Premium', '', 'premium'),
(6691, 306, 'Brokerage', '', 'brokerage'),
(6692, 306, 'Referred by  ', 'Jayaraj  (Techno steels)', 'text'),
(6693, 324, 'Insured', '', 'insured'),
(6694, 324, 'Type of vehicle', '', 'text'),
(6695, 324, 'Value of vehicle', 'QR 74588/-', 'text'),
(6696, 324, 'Year of manufacture', '2009', 'text'),
(6697, 324, 'Cc', '4', 'text'),
(6698, 324, 'Seating capacity', '7', 'text'),
(6699, 324, 'Registration No', '411925', 'text'),
(6700, 324, 'Chassis No', '7648', 'text'),
(6701, 324, 'Rate', '', 'rate'),
(6702, 324, 'Policy Fees', '', 'policyfees'),
(6703, 324, 'Period Of Insurance', '', 'periodofinsurance'),
(6704, 324, 'Premium', '', 'premium'),
(6705, 324, 'Brokerage', '', 'brokerage'),
(6706, 324, 'Special Discount rate', 'less 5% discount on 3.25%', 'text'),
(6707, 324, 'Referred by ', 'Shobin Thomas (Argon Global)', 'text'),
(6708, 290, 'Insured', '', 'insured'),
(6709, 290, 'Business', '', 'business'),
(6710, 290, 'Type of vehicle', '', 'text'),
(6711, 290, 'Year of manufacture', '2004', 'text'),
(6712, 290, 'Reg no', '272750', 'text'),
(6713, 290, 'Chasiss No', '701421', 'text'),
(6714, 290, 'Cc', '', 'text'),
(6715, 290, 'Ton', '', 'text'),
(6716, 290, 'Seating capacity', '7', 'text'),
(6717, 290, 'Rate', '', 'rate'),
(6718, 290, 'Policy Fees', '', 'policyfees'),
(6719, 290, 'Period Of Insurance', '', 'periodofinsurance'),
(6720, 290, 'Premium', '', 'premium'),
(6721, 290, 'Brokerage', '', 'brokerage'),
(6722, 290, 'Referred by', 'Ali (Al Badi group)', 'text'),
(6723, 344, 'Insured', '', 'insured'),
(6724, 344, 'Business', '', 'business'),
(6725, 344, 'Type of vehicle', 'Sedan', 'text'),
(6726, 344, 'Year of Manufacture', '2012', 'text'),
(6727, 344, 'Value of vehicle', '320000', 'text'),
(6728, 344, 'Seating capacity', '5', 'text'),
(6729, 344, 'Cc', '6', 'text'),
(6730, 344, 'Registration No', '', 'text'),
(6731, 344, 'Chassis No', '2508', 'text'),
(6732, 344, 'Rate', '', 'rate'),
(6733, 344, 'Policy Fees', '', 'policyfees'),
(6734, 344, 'Period Of Insurance', '', 'periodofinsurance'),
(6735, 344, 'Premium', '', 'premium'),
(6736, 344, 'Brokerage', '', 'brokerage'),
(6746, 345, 'Insured', '', 'insured'),
(6747, 345, 'Business', '', 'business'),
(6748, 345, 'No of employees', '', 'text'),
(6749, 345, 'Estimated Annual Wages', 'QAR 4,286,400/-', 'text'),
(6750, 345, 'Rate', '', 'rate'),
(6751, 345, 'Policy Fees', '', 'policyfees'),
(6752, 345, 'Period Of Insurance', '', 'periodofinsurance'),
(6753, 345, 'Premium', '', 'premium'),
(6754, 345, 'Brokerage', '', 'brokerage'),
(6764, 255, 'Insured', '', 'insured'),
(6765, 255, 'Business', '', 'business'),
(6766, 255, 'Type of vehicle', 'Sedan', 'text'),
(6767, 255, 'Year of Manufacture', '2008', 'text'),
(6768, 255, 'Seating Capacity', '5', 'text'),
(6769, 255, 'Cc', '4', 'text'),
(6770, 255, 'Ton', '', 'text'),
(6771, 255, 'Registration No', '318893', 'text'),
(6772, 255, 'Chassis No', '1484', 'text'),
(6773, 255, 'Rate', '', 'rate'),
(6774, 255, 'Policy Fees', '', 'policyfees'),
(6775, 255, 'Period Of Insurance', '', 'periodofinsurance'),
(6776, 255, 'Premium', '', 'premium'),
(6777, 255, 'Brokerage', '', 'brokerage'),
(6778, 347, 'Insured', '', 'insured'),
(6779, 347, 'Business', '', 'business'),
(6780, 347, 'Type of vehicle', 'Nissan Maxima', 'text'),
(6781, 347, 'Year of manufacture', '2000', 'text'),
(6782, 347, 'Reg no', '230660', 'text'),
(6783, 347, 'Chasiss No', '0466', 'text'),
(6784, 347, 'Cc', '6', 'text'),
(6785, 347, 'Ton', '', 'text'),
(6786, 347, 'Seating capacity', '5', 'text'),
(6787, 347, 'Rate', '', 'rate'),
(6788, 347, 'Policy Fees', '', 'policyfees'),
(6789, 347, 'Period Of Insurance', '', 'periodofinsurance'),
(6790, 347, 'Premium', '', 'premium'),
(6791, 347, 'Brokerage', '', 'brokerage'),
(6792, 348, 'Insured', '', 'insured'),
(6793, 348, 'Business', '', 'business'),
(6794, 348, 'Type of vehicle', 'Pick up', 'text'),
(6795, 348, 'Year of Manufacture', '2007', 'text'),
(6796, 348, 'Seating Capacity', '2', 'text'),
(6797, 348, 'Cc', '4', 'text'),
(6798, 348, 'Ton', '', 'text'),
(6799, 348, 'Registration No', '172947', 'text'),
(6800, 348, 'Chassis No', '', 'text'),
(6801, 348, 'Rate', '', 'rate'),
(6802, 348, 'Policy Fees', '', 'policyfees'),
(6803, 348, 'Period Of Insurance', '', 'periodofinsurance'),
(6804, 348, 'Premium', '', 'premium'),
(6805, 348, 'Brokerage', '', 'brokerage'),
(6820, 349, 'Insured', '', 'insured'),
(6821, 349, 'Business', '', 'business'),
(6822, 349, 'Type of vehicle', 'Sedan', 'text'),
(6823, 349, 'Year of Manufacture', '2011', 'text'),
(6824, 349, 'Value of vehicle', '54500', 'text'),
(6825, 349, 'Seating capacity', '5', 'text'),
(6826, 349, 'Cc', '4', 'text'),
(6827, 349, 'Registration No', '', 'text'),
(6828, 349, 'Chassis No', '4430', 'text'),
(6829, 349, 'Rate', '', 'rate'),
(6830, 349, 'Policy Fees', '', 'policyfees'),
(6831, 349, 'Period Of Insurance', '', 'periodofinsurance'),
(6832, 349, 'Premium', '', 'premium'),
(6833, 349, 'Brokerage', '', 'brokerage'),
(6834, 350, 'Insured', '', 'insured'),
(6835, 350, 'Business', '', 'business'),
(6836, 350, 'Type of vehicle', 'Sedan', 'text'),
(6837, 350, 'Year of Manufacture', '2012', 'text'),
(6838, 350, 'Value of vehicle', '56470', 'text'),
(6839, 350, 'Seating capacity', '5', 'text'),
(6840, 350, 'Cc', '4', 'text'),
(6841, 350, 'Registration No', '', 'text'),
(6842, 350, 'Chassis No', '3479', 'text'),
(6843, 350, 'Rate', '', 'rate'),
(6844, 350, 'Policy Fees', '', 'policyfees'),
(6845, 350, 'Period Of Insurance', '', 'periodofinsurance'),
(6846, 350, 'Premium', '', 'premium'),
(6847, 350, 'Brokerage', '', 'brokerage'),
(6848, 351, 'Insured', '', 'insured'),
(6849, 351, 'Business', '', 'business'),
(6850, 351, 'Type of vehicle', 'Sedan', 'text'),
(6851, 351, 'Year of Manufacture', '2012', 'text'),
(6852, 351, 'Value of vehicle', '56470', 'text'),
(6853, 351, 'Seating capacity', '5', 'text'),
(6854, 351, 'Cc', '4', 'text'),
(6855, 351, 'Registration No', '', 'text'),
(6856, 351, 'Chassis No', '3478', 'text'),
(6857, 351, 'Rate', '', 'rate'),
(6858, 351, 'Policy Fees', '', 'policyfees'),
(6859, 351, 'Period Of Insurance', '', 'periodofinsurance'),
(6860, 351, 'Premium', '', 'premium'),
(6861, 351, 'Brokerage', '', 'brokerage'),
(6862, 352, 'Insured', '', 'insured'),
(6863, 352, 'Business', '', 'business'),
(6864, 352, 'Rate', '', 'rate'),
(6865, 352, 'Policy Fees', '', 'policyfees'),
(6866, 352, 'Period Of Insurance', '', 'periodofinsurance'),
(6867, 352, 'Premium', '', 'premium'),
(6868, 352, 'Brokerage', '', 'brokerage'),
(6869, 353, 'Insured', '', 'insured'),
(6870, 353, 'Type of vehicle', 'KIA CARENS', 'text'),
(6871, 353, 'Value of vehicle', '62000', 'text'),
(6872, 353, 'Year of manufacture', '2012', 'text'),
(6873, 353, 'Cc', '4', 'text'),
(6874, 353, 'Seating capacity', '5', 'text'),
(6875, 353, 'Registration No', '1551', 'text'),
(6876, 353, 'Chassis No', '7967', 'text'),
(6877, 353, 'Rate', '', 'rate'),
(6878, 353, 'Policy Fees', '', 'policyfees'),
(6879, 353, 'Period Of Insurance', '', 'periodofinsurance'),
(6880, 353, 'Premium', '', 'premium'),
(6881, 353, 'Brokerage', '', 'brokerage'),
(6882, 354, 'Insured', '', 'insured'),
(6883, 354, 'Business', '', 'business'),
(6884, 354, 'Rate', '', 'rate'),
(6885, 354, 'Policy Fees', '', 'policyfees'),
(6886, 354, 'Period Of Insurance', '', 'periodofinsurance'),
(6887, 354, 'Premium', '', 'premium'),
(6888, 354, 'Brokerage', '', 'brokerage'),
(6889, 355, 'Insured', '', 'insured'),
(6890, 355, 'Business', '', 'business'),
(6891, 355, 'Type of vehicle', 'Double Cabin Pick Up', 'text'),
(6892, 355, 'Year of Manufacture', '2008', 'text'),
(6893, 355, 'Value of vehicle', '34000', 'text'),
(6894, 355, 'Seating capacity', '5', 'text'),
(6895, 355, 'Cc', '4', 'text'),
(6896, 355, 'Registration No', '183502', 'text'),
(6897, 355, 'Chassis No', '5881', 'text'),
(6898, 355, 'Rate', '', 'rate'),
(6899, 355, 'Policy Fees', '', 'policyfees'),
(6900, 355, 'Period Of Insurance', '', 'periodofinsurance'),
(6901, 355, 'Premium', '', 'premium'),
(6902, 355, 'Brokerage', '', 'brokerage'),
(6926, 357, 'Insured', '', 'insured'),
(6927, 357, 'Business', '', 'business'),
(6928, 357, 'Type of vehicle', 'Sedan', 'text'),
(6929, 357, 'Year of manufacture', '2003', 'text'),
(6930, 357, 'Reg no', '268331', 'text'),
(6931, 357, 'Chasiss No', '0110', 'text'),
(6932, 357, 'Cc', '0120', 'text'),
(6933, 357, 'Ton', '', 'text'),
(6934, 357, 'Seating capacity', '5', 'text'),
(6935, 357, 'Rate', '', 'rate'),
(6936, 357, 'Policy Fees', '', 'policyfees'),
(6937, 357, 'Period Of Insurance', '', 'periodofinsurance'),
(6938, 357, 'Premium', '', 'premium'),
(6939, 357, 'Brokerage', '', 'brokerage'),
(6940, 358, 'Insured', '', 'insured'),
(6941, 358, 'Business', '', 'business'),
(6942, 358, 'Type of vehicle', 'Sedan', 'text'),
(6943, 358, 'Year of Manufacture', '2003', 'text'),
(6944, 358, 'Seating Capacity', '5', 'text'),
(6945, 358, 'Cc', '', 'text'),
(6946, 358, 'Ton', '', 'text'),
(6947, 358, 'Registration No', '266895', 'text'),
(6948, 358, 'Chassis No', '8493', 'text'),
(6949, 358, 'Rate', '', 'rate'),
(6950, 358, 'Policy Fees', '', 'policyfees'),
(6951, 358, 'Period Of Insurance', '', 'periodofinsurance'),
(6952, 358, 'Premium', '', 'premium'),
(6953, 358, 'Brokerage', '', 'brokerage'),
(6954, 359, 'Insured', '', 'insured'),
(6955, 359, 'Business', '', 'business'),
(6956, 359, 'Type of vehicle', 'Sedan', 'text'),
(6957, 359, 'Year of Manufacture', '2008', 'text'),
(6958, 359, 'Value of vehicle', '30000', 'text'),
(6959, 359, 'Seating capacity', '5', 'text'),
(6960, 359, 'Cc', '', 'text'),
(6961, 359, 'Registration No', '132474', 'text'),
(6962, 359, 'Chassis No', '9854', 'text'),
(6963, 359, 'Rate', '', 'rate'),
(6964, 359, 'Policy Fees', '', 'policyfees'),
(6965, 359, 'Period Of Insurance', '', 'periodofinsurance'),
(6966, 359, 'Premium', '', 'premium'),
(6967, 359, 'Brokerage', '', 'brokerage'),
(6968, 360, 'Insured', '', 'insured'),
(6969, 360, 'Business', '', 'business'),
(6970, 360, 'Type of vehicle', 'Sedan', 'text'),
(6971, 360, 'Year of Manufacture', '2008', 'text'),
(6972, 360, 'Value of vehicle', '320000', 'text'),
(6973, 360, 'Seating capacity', '5', 'text'),
(6974, 360, 'Cc', '4', 'text'),
(6975, 360, 'Registration No', '130436', 'text'),
(6976, 360, 'Chassis No', '1444', 'text'),
(6977, 360, 'Rate', '', 'rate'),
(6978, 360, 'Policy Fees', '', 'policyfees'),
(6979, 360, 'Period Of Insurance', '', 'periodofinsurance'),
(6980, 360, 'Premium', '', 'premium'),
(6981, 360, 'Brokerage', '', 'brokerage'),
(6982, 361, 'Insured', '', 'insured'),
(6983, 361, 'Business', '', 'business'),
(6984, 361, 'Type of vehicle', 'Sedan', 'text'),
(6985, 361, 'Year of Manufacture', '2008', 'text'),
(6986, 361, 'Value of vehicle', '320000', 'text'),
(6987, 361, 'Seating capacity', '5', 'text'),
(6988, 361, 'Cc', '4', 'text'),
(6989, 361, 'Registration No', '132400', 'text'),
(6990, 361, 'Chassis No', '0284', 'text'),
(6991, 361, 'Rate', '', 'rate'),
(6992, 361, 'Policy Fees', '', 'policyfees'),
(6993, 361, 'Period Of Insurance', '', 'periodofinsurance'),
(6994, 361, 'Premium', '', 'premium'),
(6995, 361, 'Brokerage', '', 'brokerage'),
(6996, 362, 'Insured', '', 'insured'),
(6997, 362, 'Business', '', 'business'),
(6998, 362, 'Period Of Insurance', '', 'periodofinsurance'),
(6999, 362, 'Location of Risk', 'Abu Hamur Petrol Station, Doha Qatar ', 'text'),
(7000, 362, 'Sum Insured', 'QR 850,000', 'text'),
(7001, 362, 'Rate', '', 'rate'),
(7002, 362, 'Policy Fees', '', 'policyfees'),
(7003, 362, 'Premium', '', 'premium'),
(7004, 362, 'Brokerage', '', 'brokerage'),
(7005, 363, 'Insured', '', 'insured'),
(7006, 363, 'Business', '', 'business'),
(7007, 363, 'Type of vehicle', '', 'text'),
(7008, 363, 'Year of manufacture', '2004', 'text'),
(7009, 363, 'Reg no', '40289', 'text'),
(7010, 363, 'Chasiss No', '0025', 'text'),
(7011, 363, 'Cc', '6', 'text'),
(7012, 363, 'Ton', '', 'text'),
(7013, 363, 'Seating capacity', '5', 'text'),
(7014, 363, 'Rate', '', 'rate'),
(7015, 363, 'Policy Fees', '', 'policyfees'),
(7016, 363, 'Period Of Insurance', '', 'periodofinsurance'),
(7017, 363, 'Premium', '', 'premium'),
(7018, 363, 'Brokerage', '', 'brokerage'),
(7037, 356, 'Insured', '', 'insured'),
(7038, 356, 'Business', '', 'business'),
(7039, 356, 'Rate', '', 'rate'),
(7040, 356, 'Policy Fees', '', 'policyfees'),
(7041, 356, 'Period Of Insurance', '', 'periodofinsurance'),
(7042, 356, 'Premium', '', 'premium'),
(7043, 356, 'Brokerage', '', 'brokerage'),
(7044, 346, 'Insured', '', 'insured'),
(7045, 346, 'Business', '', 'business'),
(7046, 346, 'Period Of Insurance', '', 'periodofinsurance'),
(7047, 346, 'Location of Risk', '1. Camp at Wakrah - C Camp, Building No. 62, Street 328, Zone 90, Tariq Bin Ziyad Street, Wakrah, Qatar 2. Camp at Wakrah  D Camp, Building No. 36, Street 740, Zone 90, Tariq Bin Ziyad Street, Wakrah, Qatar 3. Camp at Shahaniya, near to CDC Camp, Shahaniya 4. Office at Doha (address to be provided) 5. Camp at Wukair, Building Number B2 to B7', 'text'),
(7048, 346, 'Sum Insured', 'QR 651,988/-', 'text'),
(7049, 346, 'Rate', '', 'rate'),
(7050, 346, 'Policy Fees', '', 'policyfees'),
(7051, 346, 'Premium', '', 'premium'),
(7052, 346, 'Brokerage', '', 'brokerage'),
(7053, 366, 'Insured', '', 'insured'),
(7054, 366, 'Business', '', 'business'),
(7055, 366, 'Type of vehicle', 'Chery A5', 'text'),
(7056, 366, 'Year of Manufacture', '2012', 'text'),
(7057, 366, 'Value of vehicle', '42000', 'text'),
(7058, 366, 'Seating capacity', '5', 'text'),
(7059, 366, 'Cc', '4', 'text'),
(7060, 366, 'Registration No', '', 'text'),
(7061, 366, 'Chassis No', '2849', 'text'),
(7062, 366, 'Rate', '', 'rate'),
(7063, 366, 'Policy Fees', '', 'policyfees'),
(7064, 366, 'Period Of Insurance', '', 'periodofinsurance'),
(7065, 366, 'Premium', '', 'premium'),
(7066, 366, 'Brokerage', '', 'brokerage'),
(7067, 46, 'Insured', '', 'insured'),
(7068, 46, 'Business', '', 'business'),
(7069, 46, 'No of employees', '34', 'text'),
(7070, 46, 'Estimated Annual Wages', '315600', 'text'),
(7071, 46, 'Rate', '', 'rate'),
(7072, 46, 'Policy Fees', '', 'policyfees'),
(7073, 46, 'Period Of Insurance', '', 'periodofinsurance'),
(7074, 46, 'Premium', '', 'premium'),
(7075, 46, 'Brokerage', '', 'brokerage'),
(7076, 365, 'Insured', '', 'insured'),
(7077, 365, 'Business', '', 'business'),
(7078, 365, 'Capital Sum insured ', '3,750,000', 'text'),
(7079, 365, 'Number of employees', '28 ( Management Staff )', 'text'),
(7080, 365, 'Rate', '', 'rate'),
(7081, 365, 'Policy Fees', '', 'policyfees'),
(7082, 365, 'Period Of Insurance', '', 'periodofinsurance'),
(7083, 365, 'Premium', '', 'premium'),
(7084, 365, 'Brokerage', '', 'brokerage'),
(7092, 367, 'Insured', '', 'insured'),
(7093, 367, 'Business', '', 'business'),
(7094, 367, 'Rate', '', 'rate'),
(7095, 367, 'Policy Fees', '', 'policyfees'),
(7096, 367, 'Period Of Insurance', '', 'periodofinsurance'),
(7097, 367, 'Premium', '', 'premium'),
(7098, 367, 'Brokerage', '', 'brokerage'),
(7099, 368, 'Insured', '', 'insured'),
(7100, 368, 'Business', '', 'business'),
(7101, 368, 'Rate', '', 'rate'),
(7102, 368, 'Policy Fees', '', 'policyfees'),
(7103, 368, 'Period Of Insurance', '', 'periodofinsurance'),
(7104, 368, 'Premium', '', 'premium'),
(7105, 368, 'Brokerage', '', 'brokerage'),
(7106, 364, 'Insured', '', 'insured'),
(7107, 364, 'Business', '', 'business'),
(7108, 364, 'Capital Sum insured ', 'QR 24,765,000', 'text'),
(7109, 364, 'Number of employees', '381 (Labour category )', 'text'),
(7110, 364, 'Rate', '', 'rate'),
(7111, 364, 'Policy Fees', '', 'policyfees'),
(7112, 364, 'Period Of Insurance', '', 'periodofinsurance'),
(7113, 364, 'Premium', '', 'premium'),
(7114, 364, 'Brokerage', '', 'brokerage'),
(7115, 369, 'Insured', '', 'insured'),
(7116, 369, 'Business', '', 'business'),
(7117, 369, 'Rate', '', 'rate'),
(7118, 369, 'Policy Fees', '', 'policyfees'),
(7119, 369, 'Period Of Insurance', '', 'periodofinsurance'),
(7120, 369, 'Premium', '', 'premium'),
(7121, 369, 'Brokerage', '', 'brokerage'),
(7140, 322, 'Insured', '', 'insured'),
(7141, 322, 'Business', '', 'business'),
(7142, 322, 'No of employees', '21', 'text'),
(7143, 322, 'Estimated Annual Wages', '', 'text'),
(7144, 322, 'Rate', '', 'rate'),
(7145, 322, 'Policy Fees', '', 'policyfees'),
(7146, 322, 'Period Of Insurance', '', 'periodofinsurance'),
(7147, 322, 'Premium', '', 'premium'),
(7148, 322, 'Brokerage', '', 'brokerage'),
(7149, 370, 'Insured', '', 'insured'),
(7150, 370, 'Business', '', 'business'),
(7151, 370, 'Type of vehicle', 'Bus', 'text'),
(7152, 370, 'Year of Manufacture', '2006', 'text'),
(7153, 370, 'Seating Capacity', '26', 'text'),
(7154, 370, 'Cc', '6', 'text'),
(7155, 370, 'Ton', '', 'text'),
(7156, 370, 'Registration No', '152083', 'text'),
(7157, 370, 'Chassis No', '0989', 'text'),
(7158, 370, 'Rate', '', 'rate'),
(7159, 370, 'Policy Fees', '', 'policyfees'),
(7160, 370, 'Period Of Insurance', '', 'periodofinsurance'),
(7161, 370, 'Premium', '', 'premium'),
(7162, 370, 'Brokerage', '', 'brokerage'),
(7170, 371, 'Insured', '', 'insured'),
(7171, 371, 'Business', '', 'business'),
(7172, 371, 'Rate', '', 'rate'),
(7173, 371, 'Policy Fees', '', 'policyfees'),
(7174, 371, 'Period Of Insurance', '', 'periodofinsurance'),
(7175, 371, 'Premium', '', 'premium'),
(7176, 371, 'Brokerage', '', 'brokerage'),
(7177, 371, 'Amendment ', '  Vehicle reg  No 309145.    Insurance   Period amended         24.11.2011 to 23.11.2012..', 'textarea'),
(7178, 372, 'Insured', '', 'insured'),
(7179, 372, 'Business', '', 'business'),
(7180, 372, 'Rate', '', 'rate'),
(7181, 372, 'Policy Fees', '', 'policyfees'),
(7182, 372, 'Premium', '', 'premium'),
(7183, 372, 'Brokerage', '', 'brokerage'),
(7184, 372, 'Voyage From ', 'Dubai / UAE', 'text'),
(7185, 372, 'Voyage to', 'Doha, Qatar', 'text');

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

--
-- Table structure for table `placing_slip_netbankdetails`
--

CREATE TABLE IF NOT EXISTS `placing_slip_netbankdetails` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `payment_id` int(10) NOT NULL,
  `deposit_no` varchar(50) NOT NULL,
  `bank_name` varchar(75) NOT NULL,
  `account_number` varchar(25) NOT NULL,
  `account_holder` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `placing_slip_payamount`
--

CREATE TABLE IF NOT EXISTS `placing_slip_payamount` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `paydate` date NOT NULL,
  `amount` double NOT NULL,
  `paymethod` tinytext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `placing_slip_payamount`
--

INSERT INTO `placing_slip_payamount` (`id`, `placing_slip_id`, `paydate`, `amount`, `paymethod`) VALUES
(1, 33, '2011-06-13', 1600, ''),
(2, 23, '2011-06-09', 2815, '');

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

--
-- Table structure for table `placing_slip_paymentdesc`
--

CREATE TABLE IF NOT EXISTS `placing_slip_paymentdesc` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `amount` double NOT NULL,
  `description` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `placing_slip_paymentdetails`
--

CREATE TABLE IF NOT EXISTS `placing_slip_paymentdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `date` date NOT NULL,
  `amount` double NOT NULL,
  `description` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `placing_slip_premiumdetails`
--

CREATE TABLE IF NOT EXISTS `placing_slip_premiumdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `premium` double NOT NULL,
  `fromdate` date NOT NULL,
  `todate` date NOT NULL,
  `insurance_company_id` int(11) NOT NULL DEFAULT '0',
  `brokerage` double NOT NULL,
  `payment_method` varchar(10) NOT NULL DEFAULT 'credit',
  `policy_fees` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`placing_slip_id`),
  KEY `insurance_company_id` (`insurance_company_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=373 ;

--
-- Dumping data for table `placing_slip_premiumdetails`
--

INSERT INTO `placing_slip_premiumdetails` (`id`, `placing_slip_id`, `premium`, `fromdate`, `todate`, `insurance_company_id`, `brokerage`, `payment_method`, `policy_fees`) VALUES
(1, 1, 1720, '2011-06-08', '2012-06-07', 7, 10, 'credit', 0),
(2, 2, 1263, '2011-06-07', '2012-06-06', 7, 10, 'credit', 0),
(3, 3, 1893, '2011-06-05', '2012-06-04', 7, 10, 'credit', 0),
(4, 4, 850, '2011-06-05', '2012-06-04', 7, 5, 'credit', 0),
(5, 5, 2975, '2011-06-05', '2012-06-04', 7, 10, 'credit', 0),
(6, 6, 2955, '2011-06-06', '2012-06-05', 7, 10, 'credit', 0),
(7, 7, 1650, '2011-06-05', '2012-06-04', 7, 10, 'credit', 0),
(8, 8, 5000, '2011-05-31', '2012-05-30', 6, 20, 'credit', 10),
(9, 9, 6000, '2011-05-31', '2012-06-30', 6, 20, 'credit', 10),
(10, 10, 3063, '2011-06-02', '2012-06-01', 7, 10, 'credit', 0),
(11, 11, 6925, '2011-06-05', '2012-06-04', 7, 10, 'credit', 0),
(12, 12, 400, '2011-06-01', '2010-05-31', 7, 5, 'credit', 0),
(13, 13, 1965, '2011-06-07', '2012-06-06', 7, 10, 'credit', 0),
(14, 14, 1450, '2011-06-07', '2012-06-06', 7, 10, 'credit', 0),
(15, 15, 2650, '2011-06-08', '2012-06-07', 7, 10, 'credit', 0),
(16, 16, 1550, '2011-06-08', '2012-06-07', 7, 5, 'credit', 0),
(17, 17, 2675, '2011-06-08', '2012-06-07', 7, 5, 'credit', 0),
(18, 18, 6925, '2011-05-22', '2012-05-21', 7, 10, 'credit', 0),
(19, 19, 2675, '2011-05-19', '2012-05-18', 7, 5, 'credit', 0),
(20, 20, 5934, '2011-05-19', '2012-05-18', 7, 10, 'credit', 0),
(21, 21, 13455, '2011-05-11', '2012-05-10', 1, 10, 'credit', 0),
(22, 22, 5934, '2011-05-08', '2012-05-07', 7, 10, 'credit', 0),
(23, 23, 2815, '2011-05-31', '2012-05-30', 5, 20, 'credit', 0),
(24, 24, 6300, '2011-05-08', '2012-05-07', 1, 10, 'credit', 0),
(25, 25, 2818, '2011-05-05', '2012-05-04', 1, 10, 'credit', 0),
(26, 26, 1875, '2011-05-05', '2012-05-04', 1, 10, 'credit', 0),
(27, 27, 2650, '2011-06-08', '2012-06-07', 7, 5, 'credit', 0),
(28, 28, 2675, '2011-06-09', '2012-06-08', 7, 5, 'credit', 0),
(29, 29, 2675, '2011-06-09', '2012-06-08', 7, 5, 'credit', 0),
(30, 30, 1058, '2011-06-13', '2012-06-12', 7, 10, 'credit', 0),
(31, 31, 3020, '2011-06-12', '2012-06-11', 7, 10, 'credit', 0),
(32, 32, 500, '2011-06-11', '2012-06-10', 7, 5, 'credit', 0),
(33, 33, 1600, '2011-06-09', '2012-06-08', 7, 10, 'credit', 0),
(34, 34, 700, '2011-06-05', '2012-06-04', 7, 5, 'credit', 0),
(35, 35, 700, '2011-06-12', '2012-06-11', 7, 5, 'credit', 0),
(36, 36, 750, '2011-06-13', '2012-06-12', 7, 5, 'credit', 0),
(37, 37, 5799, '2011-06-13', '2012-06-12', 6, 20, 'credit', 10),
(38, 38, 4123, '2011-04-30', '2012-04-29', 6, 20, 'credit', 10),
(39, 39, 27000, '2011-03-16', '2012-03-15', 6, 10, 'credit', 10),
(40, 40, 10000, '2011-03-16', '2012-03-15', 6, 10, 'credit', 10),
(41, 41, 1350, '2011-06-15', '2011-06-14', 1, 10, 'credit', 0),
(42, 42, 9625, '2011-03-16', '2012-03-15', 6, 10, 'credit', 10),
(43, 43, 3675, '2011-05-19', '2012-05-18', 7, 10, 'credit', 0),
(44, 44, 2000, '2011-06-15', '2012-06-14', 6, 20, 'credit', 0),
(45, 45, 1000, '2011-04-07', '2012-04-06', 6, 20, 'credit', 10),
(46, 46, 2683, '2011-04-11', '2012-04-10', 6, 20, 'credit', 0),
(47, 47, 1450, '2011-06-20', '2012-06-19', 7, 10, 'credit', 0),
(48, 48, 1450, '2011-06-20', '2012-06-19', 7, 10, 'credit', 0),
(49, 49, 700, '2011-06-21', '2012-06-20', 7, 5, 'credit', 0),
(50, 50, 1780, '2011-06-21', '2012-06-20', 7, 10, 'credit', 0),
(51, 51, 1780, '2011-06-21', '2012-06-20', 7, 10, 'credit', 0),
(52, 52, 1730, '2011-06-22', '2012-06-21', 7, 10, 'credit', 0),
(53, 53, 2105, '2011-06-22', '2012-06-21', 7, 10, 'credit', 0),
(54, 54, 2105, '2011-06-22', '2012-06-21', 7, 10, 'credit', 0),
(55, 55, 2334, '2011-06-26', '2011-06-25', 7, 10, 'credit', 0),
(56, 56, 1050, '2011-05-31', '2012-05-30', 7, 5, 'credit', 0),
(57, 57, 750, '2011-03-01', '2012-02-29', 7, 5, 'credit', 0),
(58, 58, 450, '2011-06-26', '2012-06-25', 7, 5, 'credit', 0),
(59, 59, 18800, '2011-06-09', '2012-06-08', 7, 20, 'credit', 0),
(60, 60, 6925, '2011-06-27', '2012-06-26', 7, 10, 'credit', 0),
(61, 61, 2450, '2011-06-27', '2012-06-26', 7, 5, 'credit', 0),
(62, 62, 26465, '2011-06-09', '2011-06-08', 9, 10, 'credit', 0),
(63, 63, 2140, '2011-06-28', '2012-06-27', 7, 10, 'credit', 0),
(64, 64, 1930, '2011-06-30', '2012-06-29', 7, 10, 'credit', 0),
(65, 65, 1930, '2011-06-30', '2012-06-29', 7, 10, 'credit', 0),
(66, 66, 1930, '2011-06-30', '2012-06-29', 7, 10, 'credit', 0),
(67, 67, 1930, '2011-06-30', '2012-06-29', 7, 10, 'credit', 0),
(68, 68, 2650, '2011-06-29', '2012-06-28', 7, 5, 'credit', 0),
(69, 69, 5412, '2011-06-01', '2012-05-31', 1, 18, 'credit', 0),
(70, 70, 310, '0000-00-00', '0000-00-00', 1, 0, 'credit', 0),
(71, 71, 7280, '2011-06-01', '2012-05-31', 1, 17.5, 'credit', 0),
(72, 72, 10520, '2011-01-06', '2012-01-05', 1, 17.5, 'credit', 0),
(73, 73, 5280, '2010-08-25', '2011-08-24', 10, 17.5, 'credit', 0),
(74, 74, 3488, '2011-04-25', '2012-04-24', 1, 17.5, 'credit', 0),
(75, 75, 84, '2010-10-12', '2011-10-11', 1, 20, 'credit', 0),
(76, 76, 97773, '2011-05-23', '2012-05-22', 6, 22.5, 'credit', 10),
(77, 77, 850, '2011-06-30', '2012-06-29', 7, 5, 'credit', 0),
(78, 78, 8285, '2011-04-27', '2012-04-26', 1, 17.5, 'credit', 0),
(79, 79, 300, '0000-00-00', '0000-00-00', 7, 20, 'credit', 0),
(80, 80, 1475, '2011-07-03', '2012-07-02', 7, 10, 'credit', 0),
(81, 81, 1475, '2011-07-03', '2012-07-02', 7, 10, 'credit', 0),
(82, 82, 1475, '2011-07-03', '2012-07-02', 7, 10, 'credit', 0),
(83, 83, 1475, '2011-07-03', '2012-07-02', 7, 10, 'credit', 0),
(84, 84, 6283, '2011-06-30', '2012-06-29', 1, 17.5, 'credit', 0),
(85, 85, 14020, '2011-07-04', '2012-07-03', 6, 20, 'credit', 10),
(87, 87, 1108, '2011-06-16', '2012-06-15', 5, 20, 'credit', 0),
(88, 88, 2178, '2011-05-05', '2012-05-04', 5, 20, 'credit', 0),
(89, 89, 2500, '2011-04-01', '2012-03-31', 6, 20, 'credit', 0),
(90, 90, 1712, '2011-07-10', '2012-07-09', 7, 10, 'credit', 0),
(91, 91, 1713, '2011-07-10', '2012-07-09', 7, 10, 'credit', 0),
(92, 92, 47435, '2011-07-10', '2012-07-09', 8, 15, 'credit', 100),
(93, 93, 1790, '2011-07-06', '2012-07-05', 7, 10, 'credit', 0),
(94, 94, 1079, '2011-07-11', '2012-07-10', 1, 10, 'credit', 0),
(95, 95, 6000, '2011-07-15', '2012-07-14', 6, 20, 'credit', 10),
(96, 96, 5500, '2011-07-15', '2012-07-14', 6, 20, 'credit', 10),
(97, 97, 4000, '2011-07-15', '2012-07-14', 6, 20, 'credit', 10),
(98, 98, 14050, '2011-07-05', '2012-07-04', 5, 20, 'credit', 0),
(99, 99, 1650, '2011-07-12', '2012-07-11', 7, 10, 'credit', 0),
(100, 100, 1113, '2011-07-13', '2012-07-12', 7, 10, 'credit', 0),
(101, 101, 1670, '2011-07-13', '2012-07-12', 7, 5, 'credit', 0),
(102, 102, 7161, '2011-07-13', '2012-07-12', 7, 20, 'credit', 0),
(103, 103, 75932, '2011-07-13', '2012-07-12', 1, 20, 'credit', 0),
(104, 104, 1375, '2011-07-17', '2012-07-16', 7, 10, 'credit', 0),
(105, 105, 1375, '2011-07-17', '2012-07-16', 7, 10, 'credit', 0),
(106, 106, 1650, '2011-07-18', '2012-07-17', 7, 10, 'credit', 0),
(107, 107, 750, '2011-07-18', '2012-07-17', 7, 5, 'credit', 0),
(108, 108, 1478, '2011-07-28', '2012-07-27', 7, 10, 'credit', 0),
(109, 109, 9562, '2011-07-17', '2012-07-16', 6, 20, 'credit', 10),
(110, 110, 5000, '2011-07-17', '2012-07-16', 6, 20, 'credit', 10),
(111, 111, 22435, '2011-07-17', '2012-07-16', 6, 20, 'credit', 10),
(112, 112, 1525, '2011-07-19', '2012-07-18', 7, 10, 'credit', 0),
(113, 113, 6675, '2011-07-19', '2012-07-18', 6, 20, 'credit', 10),
(114, 114, 1875, '2011-07-21', '2012-07-20', 7, 10, 'credit', 0),
(115, 115, 1100, '2011-07-21', '2012-07-20', 7, 10, 'credit', 0),
(116, 116, 1671, '2011-07-24', '2012-07-23', 1, 17.5, 'credit', 0),
(117, 117, 700, '2011-07-25', '2012-07-24', 6, 0, 'credit', 10),
(118, 118, 7020, '2011-07-27', '2012-07-26', 6, 0, 'credit', 10),
(119, 119, 11485, '2011-07-27', '2016-06-30', 6, 20, 'credit', 10),
(120, 120, 2000, '2011-07-06', '2011-12-31', 6, 15, 'credit', 10),
(121, 121, 1895, '2011-07-30', '2012-07-29', 7, 10, 'credit', 0),
(122, 122, 400, '2011-07-31', '2012-07-30', 7, 0, 'credit', 0),
(123, 123, 550, '2011-07-24', '2012-07-23', 7, 5, 'credit', 0),
(124, 124, 45045, '2011-01-01', '2011-12-31', 6, 0, 'credit', 10),
(125, 125, 102200, '2011-01-01', '2011-12-31', 6, 0, 'credit', 10),
(126, 126, 1125, '2011-01-01', '2011-12-31', 6, 0, 'credit', 10),
(127, 127, 5150, '2011-01-01', '2011-12-31', 6, 0, 'credit', 10),
(128, 128, 1628, '2011-01-01', '2011-12-31', 6, 0, 'credit', 10),
(129, 129, 25920, '2011-08-03', '2012-08-02', 6, 20, 'credit', 10),
(130, 130, 2550, '2011-08-07', '2012-08-06', 7, 10, 'credit', 0),
(131, 131, 113760, '2011-01-01', '2011-12-31', 6, 0, 'credit', 0),
(132, 132, 76143, '2011-01-01', '2011-12-31', 6, 15, 'credit', 0),
(133, 133, 2955, '2011-06-06', '2012-06-05', 7, 10, 'credit', 0),
(134, 134, 18850, '2011-03-09', '2012-03-08', 1, 0, 'credit', 0),
(135, 135, 13250, '2011-04-27', '2012-04-26', 1, 17.5, 'credit', 0),
(136, 136, 1117, '2011-05-12', '2012-08-05', 7, 20, 'credit', 0),
(137, 137, 380, '2011-08-04', '2012-08-06', 7, 20, 'credit', 0),
(138, 138, 1795, '2011-08-08', '2012-08-07', 7, 10, 'credit', 0),
(139, 139, 36000, '2011-03-09', '2012-03-08', 1, 17.5, 'credit', 0),
(140, 140, 500, '2011-08-08', '2012-08-07', 7, 5, 'credit', 0),
(141, 141, 1280, '2010-08-30', '2011-08-29', 1, 17.5, 'credit', 0),
(142, 142, 95382, '2010-08-30', '2011-08-29', 1, 17.5, 'credit', 0),
(143, 143, 69950, '2010-08-30', '2011-08-29', 1, 10, 'credit', 0),
(144, 144, 42152, '2010-08-30', '2011-08-29', 1, 10, 'credit', 0),
(145, 145, 52140, '2010-08-30', '2011-08-29', 1, 17.5, 'credit', 0),
(146, 146, 3721, '2011-08-09', '2012-08-08', 7, 10, 'credit', 0),
(147, 147, 3721, '2011-08-09', '2012-08-08', 7, 10, 'credit', 0),
(148, 148, 2734, '2011-08-30', '2012-08-29', 1, 17.5, 'credit', 0),
(149, 149, 45000, '2011-08-17', '2012-08-16', 6, 10, 'credit', 10),
(150, 150, 40000, '2011-08-11', '2012-08-10', 6, 15, 'credit', 10),
(151, 151, 9000, '2011-08-17', '2012-08-16', 6, 15, 'credit', 10),
(152, 152, 12516, '2011-08-12', '2012-08-11', 6, 20, 'credit', 10),
(153, 153, 42650, '2011-08-08', '2012-08-07', 7, 20, 'credit', 0),
(154, 154, 16768, '2011-08-15', '2012-08-14', 1, 15, 'credit', 0),
(155, 155, 3830, '2011-08-15', '2012-08-14', 7, 10, 'credit', 0),
(156, 156, 400, '2011-08-14', '2012-08-13', 7, 5, 'credit', 0),
(157, 157, 14382, '2011-08-25', '2012-08-24', 6, 20, 'credit', 10),
(158, 158, 9690, '2011-08-25', '2012-08-24', 6, 20, 'credit', 10),
(159, 159, 600, '2011-08-17', '2012-08-16', 7, 5, 'credit', 0),
(160, 160, 400, '2011-08-17', '2012-08-16', 7, 5, 'credit', 0),
(161, 161, 900, '2011-08-17', '2012-08-16', 7, 5, 'credit', 0),
(162, 162, 1913, '2011-08-20', '2012-08-19', 7, 10, 'credit', 0),
(163, 163, 750, '2011-08-23', '2012-08-22', 1, 0, 'credit', 0),
(164, 164, 1250, '2011-08-22', '2012-08-21', 7, 10, 'credit', 0),
(165, 165, 1250, '2011-08-22', '2012-08-21', 7, 10, 'credit', 0),
(166, 166, 3100, '2011-07-01', '2012-06-30', 8, 15, 'credit', 0),
(167, 167, 15885, '2011-01-01', '2011-12-31', 6, 20, 'credit', 0),
(168, 168, 3299, '2011-08-25', '2012-08-24', 7, 20, 'credit', 0),
(169, 169, 63227, '2011-09-01', '2012-08-31', 7, 15, 'credit', 0),
(170, 170, 1913, '2011-09-04', '2012-09-03', 7, 10, 'credit', 0),
(171, 171, 850, '2011-08-28', '2011-08-27', 7, 5, 'credit', 0),
(172, 172, 114680, '2011-09-01', '2012-08-31', 6, 6, 'credit', 10),
(173, 173, 56628, '2011-08-28', '2012-08-27', 1, 15, 'credit', 0),
(174, 174, 139190, '2011-08-28', '2012-08-27', 1, 15, 'credit', 0),
(175, 175, 2188, '2011-08-31', '2012-08-30', 1, 20, 'credit', 0),
(176, 176, 110350, '2011-08-31', '2012-08-30', 1, 20, 'credit', 0),
(177, 177, 59163, '2011-08-31', '2012-08-30', 1, 20, 'credit', 0),
(178, 178, 400, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(179, 179, 400, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(180, 180, 1650, '2011-09-15', '2012-09-14', 7, 10, 'credit', 0),
(181, 181, 750, '2011-08-18', '2012-08-17', 7, 15, 'credit', 0),
(182, 182, 750, '2011-08-17', '2012-08-16', 7, 15, 'credit', 0),
(183, 183, 36120, '2011-09-07', '2012-09-06', 6, 20, 'credit', 10),
(184, 184, 8479, '2011-09-06', '2012-09-05', 6, 20, 'credit', 10),
(185, 185, 975, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(186, 186, 975, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(187, 187, 850, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(188, 188, 850, '2011-09-05', '2012-05-04', 7, 5, 'credit', 0),
(189, 189, 400, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(190, 190, 2550, '2011-09-05', '2012-09-04', 7, 5, 'credit', 0),
(191, 191, 2000, '2011-09-06', '2011-10-05', 6, 0, 'credit', 10),
(192, 192, 700, '2011-09-11', '2012-09-10', 7, 5, 'credit', 0),
(193, 193, 12290, '2011-09-11', '2012-09-10', 7, 10, 'credit', 0),
(194, 194, 15289, '2011-09-11', '2012-09-10', 6, 20, 'credit', 10),
(195, 195, 3750, '2011-03-24', '2011-09-23', 2, 15, 'credit', 25),
(196, 196, 1550, '2011-09-18', '2012-09-17', 7, 10, 'credit', 0),
(197, 197, 2000, '2011-09-18', '2012-09-17', 7, 10, 'credit', 0),
(198, 198, 2350, '2011-09-18', '2012-09-17', 7, 10, 'credit', 0),
(199, 199, 400, '2011-09-18', '2012-09-17', 7, 5, 'credit', 0),
(200, 200, 5280, '2010-08-25', '2011-08-24', 10, 15, 'credit', 0),
(201, 201, 2675, '2011-09-20', '2012-09-19', 7, 5, 'credit', 0),
(202, 202, 8164, '2011-09-20', '2012-09-19', 7, 10, 'credit', 0),
(203, 203, 1032, '2011-09-20', '2012-09-19', 1, 10, 'credit', 0),
(204, 204, 13518, '2011-09-07', '2012-09-06', 1, 0, 'credit', 0),
(205, 205, 1000, '2011-06-01', '2012-06-10', 6, 20, 'credit', 10),
(206, 206, 2000, '2011-06-01', '2012-06-10', 6, 20, 'credit', 10),
(207, 207, 500, '2011-09-26', '2012-10-25', 7, 5, 'credit', 0),
(208, 208, 1780, '2011-10-02', '2012-10-01', 1, 10, 'credit', 0),
(209, 209, 13243, '2011-10-02', '2012-10-01', 6, 20, 'credit', 10),
(210, 210, 2000, '2011-10-02', '2013-03-31', 6, 20, 'credit', 10),
(211, 211, 5962, '2011-10-03', '2012-10-02', 1, 10, 'credit', 0),
(212, 212, 2550, '2011-10-04', '2012-10-03', 7, 5, 'credit', 0),
(213, 213, 1563, '2011-10-05', '2012-10-04', 7, 10, 'credit', 0),
(214, 214, 1563, '2011-10-05', '2012-10-04', 7, 10, 'credit', 0),
(215, 215, 1370, '2011-10-06', '2012-10-05', 7, 10, 'credit', 0),
(216, 216, 2675, '2011-10-06', '2012-10-05', 7, 5, 'credit', 0),
(217, 217, 750, '2011-10-09', '2012-10-08', 7, 15, 'credit', 0),
(218, 218, 1930, '2011-10-11', '2012-10-10', 7, 10, 'credit', 0),
(219, 219, 2650, '2011-10-10', '2012-10-09', 7, 5, 'credit', 0),
(220, 220, 83982, '2011-10-19', '2013-10-18', 6, 20, 'credit', 10),
(221, 221, 85313, '2011-10-12', '2012-10-11', 6, 15, 'credit', 10),
(222, 222, 2050, '2011-10-12', '2012-10-11', 7, 10, 'credit', 0),
(223, 223, 2675, '2011-10-13', '2012-10-12', 7, 5, 'credit', 0),
(224, 224, 1335, '2011-10-13', '2012-10-12', 7, 10, 'credit', 0),
(225, 225, 16503, '2011-10-12', '2012-10-11', 6, 15, 'credit', 10),
(226, 226, 7965, '2011-10-12', '2012-10-11', 6, 20, 'credit', 10),
(227, 227, 3523, '2011-10-18', '2012-10-17', 7, 10, 'credit', 0),
(228, 228, 2250, '2011-11-02', '2012-05-30', 6, 20, 'credit', 10),
(229, 229, 1300, '2011-10-24', '2012-10-23', 7, 10, 'credit', 0),
(230, 230, 975, '2011-10-23', '2012-10-22', 7, 5, 'credit', 0),
(231, 231, 1050, '2011-10-23', '2012-10-22', 7, 5, 'credit', 0),
(232, 232, 2968, '2011-10-30', '2012-10-29', 7, 10, 'credit', 0),
(233, 233, 375, '2011-10-25', '2012-10-24', 6, 20, 'credit', 10),
(234, 234, 650, '2011-10-25', '2012-10-24', 7, 5, 'credit', 0),
(235, 235, 1655, '2011-10-27', '2012-10-26', 7, 10, 'credit', 0),
(236, 236, 3530, '2011-10-27', '2012-10-26', 7, 10, 'credit', 0),
(237, 237, 3230, '0000-00-00', '0000-00-00', 7, 15, 'credit', 0),
(238, 238, 10580, '2011-10-29', '2012-10-28', 7, 0, 'credit', 0),
(239, 239, 2555, '2011-10-27', '2012-10-26', 7, 10, 'credit', 0),
(240, 240, 1337, '2010-10-27', '2012-10-26', 7, 10, 'credit', 0),
(241, 241, 400, '2011-10-31', '2012-10-30', 7, 5, 'credit', 0),
(242, 242, 400, '2010-10-30', '2012-10-29', 7, 5, 'credit', 0),
(243, 243, 85800, '2011-10-31', '2012-10-30', 6, 15, 'credit', 10),
(244, 244, 1645, '2011-11-23', '2012-11-22', 7, 10, 'credit', 0),
(245, 245, 1645, '2011-11-24', '2012-11-23', 7, 10, 'credit', 0),
(246, 246, 750, '2011-10-16', '2012-10-15', 7, 0, 'credit', 0),
(247, 247, 2035, '2011-11-10', '2012-11-09', 7, 10, 'credit', 0),
(248, 248, 3970, '2011-11-01', '2012-10-31', 7, 0, 'credit', 0),
(249, 249, 18094, '2011-10-24', '2012-02-28', 1, 17.5, 'credit', 0),
(250, 250, 950, '2011-11-02', '2012-11-01', 7, 5, 'credit', 0),
(251, 251, 900, '2011-11-02', '2012-11-01', 6, 0, 'credit', 10),
(252, 252, 2400, '2011-11-02', '2012-11-01', 6, 0, 'credit', 10),
(253, 253, 800, '2011-11-03', '2012-11-02', 7, 5, 'credit', 0),
(254, 254, 400, '2011-11-10', '2012-11-09', 7, 5, 'credit', 0),
(255, 255, 400, '2011-11-30', '2012-11-29', 7, 5, 'credit', 0),
(256, 256, 659248, '2011-11-15', '2012-11-14', 7, 12.5, 'credit', 0),
(257, 257, 6550, '2011-11-13', '2012-11-12', 7, 10, 'credit', 0),
(258, 258, 6550, '2011-11-13', '2012-11-12', 7, 10, 'credit', 0),
(259, 259, 13760, '2011-11-06', '2012-11-05', 8, 5, 'credit', 0),
(260, 260, 2675, '2011-11-13', '2012-11-12', 7, 5, 'credit', 0),
(261, 261, 1120, '2011-11-24', '2012-11-23', 7, 10, 'credit', 0),
(262, 262, 1599, '2011-11-15', '2012-11-14', 7, 10, 'credit', 0),
(263, 263, 1176, '2011-11-15', '2012-11-14', 6, 20, 'credit', 10),
(264, 264, 250, '0000-00-00', '0000-00-00', 7, 15, 'credit', 0),
(265, 265, 1982, '2011-11-21', '2012-11-20', 7, 0, 'credit', 0),
(266, 266, 1908, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(267, 267, 1908, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(268, 268, 1908, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(269, 269, 1908, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(270, 270, 1908, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(271, 271, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(272, 272, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(273, 273, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(274, 274, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(275, 275, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(276, 276, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(277, 277, 1703, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(278, 278, 1940, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(279, 279, 1940, '2011-11-22', '2012-11-21', 7, 10, 'credit', 0),
(280, 280, 3450, '2011-11-24', '2012-11-23', 7, 0, 'credit', 0),
(281, 281, 3432, '2011-11-28', '2012-11-27', 7, 10, 'credit', 0),
(282, 282, 6078, '2011-11-28', '2012-11-27', 7, 10, 'credit', 0),
(283, 283, 1890, '2011-11-29', '2012-11-28', 7, 0, 'credit', 0),
(284, 284, 6491, '2011-11-29', '2012-11-28', 7, 10, 'credit', 0),
(285, 285, 9592, '2011-11-28', '2012-11-27', 6, 20, 'credit', 10),
(286, 286, 1375, '2011-11-29', '2012-11-28', 7, 10, 'credit', 0),
(287, 287, 700, '2011-12-01', '2012-11-30', 7, 5, 'credit', 0),
(288, 288, 19326, '2011-11-02', '2012-11-01', 1, 15, 'credit', 0),
(289, 289, 2950, '2011-03-23', '2012-03-22', 7, 10, 'credit', 0),
(290, 290, 600, '2011-03-24', '2012-03-23', 7, 5, 'credit', 0),
(291, 291, 2560, '2011-11-30', '2012-11-29', 7, 10, 'credit', 0),
(292, 292, 3150, '2011-05-22', '2012-05-21', 1, 10, 'credit', 0),
(293, 293, 2868, '2011-11-22', '2012-11-21', 1, 10, 'credit', 0),
(294, 294, 700, '2011-11-30', '2012-11-29', 7, 5, 'credit', 0),
(295, 295, 1664, '2011-11-30', '2012-11-29', 7, 10, 'credit', 0),
(296, 296, 1664, '2011-11-30', '2012-11-29', 7, 10, 'credit', 0),
(297, 297, 1845, '2011-12-04', '2012-12-03', 7, 10, 'credit', 0),
(298, 298, 4896, '2011-11-02', '2012-11-01', 1, 20, 'credit', 0),
(299, 299, 750, '2011-11-30', '2012-11-29', 7, 15, 'credit', 0),
(300, 300, 750, '2011-11-30', '2012-11-29', 7, 15, 'credit', 0),
(301, 301, 2734, '2011-12-05', '2012-12-04', 1, 20, 'credit', 0),
(302, 302, 1710, '2011-12-06', '2012-12-05', 7, 10, 'credit', 0),
(303, 303, 650, '2011-12-11', '2012-12-10', 7, 5, 'credit', 0),
(304, 304, 650, '2011-12-11', '2012-12-10', 7, 5, 'credit', 0),
(305, 305, 5859, '2011-12-11', '2012-12-10', 6, 20, 'credit', 10),
(306, 306, 1365, '2011-12-12', '2012-12-11', 7, 10, 'credit', 0),
(307, 307, 1745, '2011-12-13', '2012-12-12', 7, 10, 'credit', 0),
(308, 308, 1973, '2011-12-13', '2012-12-12', 7, 10, 'credit', 0),
(309, 309, 36000, '2011-12-13', '2012-12-12', 1, 20, 'credit', 0),
(310, 310, 2021, '2011-12-17', '2012-12-16', 7, 10, 'credit', 0),
(311, 311, 2021, '2011-12-17', '2012-12-16', 7, 10, 'credit', 0),
(312, 312, 4151, '2011-12-14', '2012-12-13', 6, 0, 'credit', 10),
(313, 313, 5214, '2011-12-14', '2012-12-13', 7, 10, 'credit', 0),
(314, 314, 2895, '2011-12-14', '2012-12-13', 7, 10, 'credit', 0),
(315, 315, 5214, '2011-12-14', '2012-12-13', 7, 10, 'credit', 0),
(316, 316, 2895, '2011-12-14', '2012-12-13', 7, 10, 'credit', 0),
(317, 317, 5794, '2011-12-19', '2012-12-18', 7, 10, 'credit', 0),
(318, 318, 2085, '2011-12-15', '2012-12-14', 7, 10, 'credit', 0),
(319, 319, 2070, '2011-12-19', '2012-12-18', 7, 10, 'credit', 0),
(320, 320, 1250, '2011-12-18', '2012-12-17', 7, 10, 'credit', 0),
(321, 321, 1250, '2011-12-19', '2012-12-18', 7, 10, 'credit', 0),
(322, 322, 2034, '2011-12-12', '2012-12-11', 6, 20, 'credit', 10),
(323, 323, 1835, '2012-01-03', '2013-01-02', 7, 10, 'credit', 0),
(324, 324, 2652, '2011-12-21', '2012-12-20', 7, 0, 'credit', 0),
(325, 325, 300, '0000-00-00', '0000-00-00', 7, 15, 'credit', 0),
(326, 326, 15875, '2011-12-21', '2012-12-20', 1, 15, 'credit', 0),
(327, 327, 400, '2011-12-22', '2012-12-21', 7, 10, 'credit', 0),
(328, 328, 16675, '2011-12-04', '2012-12-03', 6, 20, 'credit', 10),
(329, 329, 5000, '2011-12-04', '2012-12-03', 6, 20, 'credit', 10),
(330, 330, 100592, '2012-01-01', '2012-12-31', 6, 20, 'credit', 10),
(331, 331, 40540, '2012-01-01', '2012-12-31', 6, 20, 'credit', 10),
(332, 332, 1430, '2012-01-01', '2012-12-31', 6, 20, 'credit', 10),
(333, 333, 1013, '2012-01-01', '2012-12-31', 6, 20, 'credit', 10),
(334, 334, 4635, '2011-12-26', '2012-12-25', 6, 20, 'credit', 10),
(335, 335, 58387, '2012-01-01', '2012-12-31', 6, 15, 'credit', 10),
(336, 336, 122450, '2012-01-01', '2012-12-31', 6, 0, 'credit', 0),
(337, 337, 25000, '2011-12-13', '2012-12-12', 6, 27.99, 'credit', 10),
(338, 338, 1875, '2011-05-05', '2012-05-04', 1, 0, 'credit', 0),
(339, 339, 2818, '2011-05-05', '2012-05-04', 1, 0, 'credit', 0),
(340, 340, 1170, '2011-12-27', '2012-12-26', 7, 10, 'credit', 0),
(341, 341, 2085, '2012-01-01', '2012-12-31', 7, 10, 'credit', 0),
(342, 342, 2085, '2012-01-01', '2012-12-31', 7, 10, 'credit', 0),
(343, 343, 4635, '2011-12-26', '2012-12-25', 7, 10, 'credit', 0),
(344, 344, 10400, '2011-12-31', '2012-12-30', 7, 0, 'credit', 0),
(345, 345, 19717, '2012-01-01', '2012-12-31', 6, 0, 'credit', 10),
(346, 346, 5000, '2012-01-01', '2012-12-31', 6, 20, 'credit', 0),
(347, 347, 500, '2012-01-02', '2013-01-01', 6, 5, 'credit', 0),
(348, 348, 700, '2012-01-02', '2013-01-01', 7, 5, 'credit', 0),
(349, 349, 1635, '2012-01-05', '2013-01-04', 7, 0, 'credit', 0),
(350, 350, 2085, '2012-01-04', '2013-01-03', 7, 10, 'credit', 0),
(351, 351, 2085, '2012-01-04', '2013-01-03', 7, 10, 'credit', 0),
(352, 352, 65252, '2012-01-04', '2013-01-03', 6, 0, 'credit', 0),
(353, 353, 2170, '2012-01-07', '2013-01-06', 7, 10, 'credit', 0),
(354, 354, 1000, '2011-11-17', '2012-11-16', 5, 20, 'credit', 0),
(355, 355, 1440, '2012-01-08', '2013-01-07', 6, 10, 'credit', 0),
(356, 356, 6500, '2012-01-01', '2012-12-31', 6, 20, 'credit', 10),
(357, 357, 400, '2012-01-10', '2013-01-09', 7, 5, 'credit', 0),
(358, 358, 400, '2012-01-09', '2013-01-08', 7, 5, 'credit', 0),
(359, 359, 1250, '2012-01-10', '2013-01-09', 7, 10, 'credit', 0),
(360, 360, 1250, '2012-01-10', '2013-01-09', 7, 10, 'credit', 0),
(361, 361, 1250, '2012-01-10', '2013-01-09', 7, 10, 'credit', 0),
(362, 362, 750, '2012-01-11', '2013-01-10', 7, 0, 'credit', 0),
(363, 363, 600, '2012-01-12', '2013-01-11', 7, 5, 'credit', 0),
(364, 364, 11761.47, '2012-01-01', '2012-12-31', 13, 15, 'credit', 0),
(365, 365, 7700, '2012-01-01', '2012-12-31', 13, 15, 'credit', 0),
(366, 366, 1365, '2012-01-16', '2013-01-15', 7, 10, 'credit', 0),
(367, 367, 9575, '2011-04-21', '2012-04-20', 1, 10, 'credit', 0),
(368, 368, 22746, '2011-05-11', '2012-05-10', 1, 10, 'credit', 0),
(369, 369, 4960, '2012-01-07', '2012-09-06', 6, 20, 'credit', 0),
(370, 370, 1525, '2012-01-17', '2013-01-18', 7, 5, 'credit', 0),
(371, 371, 650, '2011-11-02', '2012-11-01', 1, 10, 'credit', 0),
(372, 372, 7890, '0000-00-00', '0000-00-00', 6, 15, 'credit', 10);

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

--
-- Table structure for table `placing_slip_rate`
--

CREATE TABLE IF NOT EXISTS `placing_slip_rate` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `ratesection` varchar(200) NOT NULL,
  `rate` varchar(25) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=251 ;

--
-- Dumping data for table `placing_slip_rate`
--

INSERT INTO `placing_slip_rate` (`id`, `placing_slip_id`, `ratesection`, `rate`) VALUES
(1, 116, 'Basic Rate', '0.055%'),
(3, 108, 'Basic rate', '3.25%'),
(4, 105, 'Basic rate', '3.75%'),
(5, 104, 'Basic rate', '3.75%'),
(6, 115, 'Basic Rate', 'Minimum premium'),
(7, 118, 'Basic rate', '0.60%'),
(8, 120, 'Basic rate', ''),
(10, 121, 'basic rate', '3.5%'),
(15, 127, 'Basic rate', '0.10%'),
(16, 125, 'Basic rate', '0.525%'),
(18, 130, 'Basic rate', '3.5%'),
(23, 135, 'Basic rate', '1.25% per mille'),
(27, 136, 'Basic rate ', ''),
(32, 137, 'Basic rate', '0.20%'),
(33, 138, 'Basic rate', '3.50%'),
(40, 146, 'Basic rate', '3.50%'),
(48, 147, 'Basic rate', '3.50%'),
(49, 133, 'basic rate', '3.50%'),
(52, 152, 'Basic rate', '0.70%'),
(55, 153, 'Basic rate', '0.05%'),
(57, 151, 'Basic rate', '0.30%'),
(58, 149, 'Basic rate', '0.30%'),
(62, 162, 'Basic rate', '3.75%'),
(63, 164, 'Minimum Premium ', ''),
(68, 167, 'Basic rate', '0.50%'),
(71, 170, 'Basic rate', '3.75%'),
(73, 172, 'Basic rate', '4%'),
(74, 175, 'Money in Safe', '0.25%'),
(75, 175, 'Money in Transit', '0.025%'),
(76, 176, 'Basic rate', '0.50%'),
(77, 177, 'Admin', '0.25%'),
(78, 177, 'Non Admin', '0.50%'),
(80, 168, 'Basic rate', '0.225%'),
(85, 158, 'Basic rate', '0.170%'),
(86, 157, 'Basic rate', '0.50%'),
(87, 180, 'Basic rate', '3.50%'),
(91, 184, 'Basic rate', '0.60%'),
(93, 185, 'referred from ', 'Seagulf Trad & Cont'),
(95, 186, 'Referred by', 'Seagulf'),
(96, 187, 'Referred by', 'Seagulf'),
(97, 188, 'Referred by', 'Seagulf'),
(98, 189, 'Referred by', 'Seagulf'),
(99, 190, 'Referred by', 'Seagulf'),
(101, 183, 'Basic rate', '0.50%'),
(102, 193, 'Basic rate', '3.5%'),
(103, 129, 'Basic rate', '0.50%'),
(105, 194, 'Basic rate', '0.675%'),
(106, 196, 'Basic rate', '3.5%'),
(108, 198, 'Basic rate', '3.5%'),
(109, 202, 'Basic rate ', '3.25%'),
(110, 203, 'Basic rate', '4%'),
(112, 204, 'Basic rate', '0.55%'),
(114, 205, 'Basic Rate', '0.90%'),
(115, 140, 'Ref Corniche', 'Jafar'),
(116, 156, 'Ref Corniche', 'Jafar'),
(117, 155, 'Basic rate', '3.5%'),
(119, 208, 'Basic rate', '3.25%'),
(120, 209, '10% discount from the premium mentioned in the (QIC) Quotation', ''),
(121, 211, 'Basic rate', '3.25%'),
(122, 212, 'Reference ', 'Sea Gulf W.L.L'),
(123, 213, 'Basic rate', '3.5%'),
(124, 215, 'Basic rate ', '3.5%'),
(127, 220, 'Basic rate', '0.10%'),
(128, 218, 'Basic Rate', '3.50%'),
(129, 227, 'Basic rate', '3.5%'),
(130, 232, 'Basic rate', '3.5%'),
(131, 235, 'Basic rate', '3.5%'),
(132, 236, 'Basic rate', '3.5%'),
(133, 237, 'Basic rate', '0.25%'),
(135, 239, 'Basic rate', '3.5%'),
(138, 240, 'basic rate', '3.5%'),
(140, 238, 'Basic rate ', '3%'),
(141, 139, 'Admin', '0.30%'),
(142, 139, 'Non Admin ', '0.65%'),
(143, 244, 'Basic rate', '3.5%'),
(144, 245, 'Basic rate', '3.5%'),
(145, 247, 'Basic rate', '3.5%'),
(148, 251, 'Rate -  Money in safe', '0.30% on money in safe'),
(149, 251, 'Rate -  Annual carrying', '0.03% on Annual carrying'),
(150, 257, 'Basic rate', '3.25%'),
(151, 258, 'Basic rate ', '3.25%'),
(153, 248, 'Basic rate', '3%'),
(155, 261, 'Basic rate', '3.50%'),
(158, 262, 'Basic Rate', '3.50%'),
(159, 263, 'Basic rate', '0.70%'),
(160, 265, 'Basic rate', '3.15%'),
(161, 266, 'Basic rate', '3.25%'),
(162, 267, 'Basic rate', '3.25%'),
(163, 268, 'Basic Rate', '3.25%'),
(164, 269, 'Basic rate', '3.25%'),
(165, 270, 'Basic rate', '3.25%'),
(173, 278, 'Basic Rate', '3.25%'),
(174, 279, 'Basic rate', '3.25%'),
(175, 277, 'Basic rate', '3.25%'),
(176, 276, 'Basic Rate', '3.25%'),
(177, 275, 'Basic rate', '3.25%'),
(178, 274, 'Basic Rate', '3.25%'),
(179, 273, 'Basic Rate', '3.25%'),
(180, 272, 'Basic Rate', '3.25%'),
(181, 271, 'Basic rate', '3.25%'),
(182, 280, 'Basic rate', '3%'),
(183, 281, 'Basic rate', '3.50%'),
(184, 282, 'Basic rate', '3.50%'),
(186, 283, 'Basic rate', '3.15%'),
(187, 284, 'Basic rate', '4.25%'),
(188, 286, 'Basic rate ', '3.50%'),
(189, 289, 'basic rate ', ''),
(190, 291, 'Basic Rate', '3.25%'),
(191, 293, 'Basic rate', '3.5%'),
(192, 295, 'Basic rate', '3.5%'),
(193, 296, 'Basic Rate', '3.5%'),
(194, 297, 'Basic rate', '3.50%'),
(195, 301, 'Basic rate', '1.25% per Mille'),
(196, 302, 'Basic rate', '3.51%'),
(197, 305, 'Basic rate', '0.50%'),
(199, 307, 'Basic rate', '3.25%'),
(201, 308, 'Basic rate', '3.25%'),
(202, 310, 'Basic rate', '3.25%'),
(203, 311, 'Basic rate', '3.25%'),
(205, 312, 'Basic rate', '0.50%'),
(206, 313, 'Basic rate', '3.5%'),
(208, 314, 'Basic rate', '3.5%'),
(209, 315, 'Basic rate', '3.5%'),
(210, 316, 'Basic rate', '3.5%'),
(211, 317, 'Basic rate', '3.5%'),
(212, 318, 'Basic Rate ', '3.25%'),
(213, 319, 'Basic rate', '3.5%'),
(214, 323, 'Basic Rate', '3.5%'),
(216, 326, 'Basic rate ', '0.125%'),
(218, 331, 'Basic rate', '0.2475% (admin staff) & 0'),
(220, 330, 'Basic rate', '0.4725%'),
(221, 332, 'Basic rate', '0.275%'),
(222, 333, 'Basic rate', '0.0225% on annual carryin'),
(223, 334, 'Basic rate', '0.09%'),
(224, 337, 'Basic rate', '5.25%'),
(225, 338, 'Basic rate', '3.25%'),
(226, 339, 'Basic rate', '3.25%'),
(227, 340, 'Basic rate', '3.5%'),
(228, 341, 'Basic rate', '3.25%'),
(229, 342, 'Basic rate', '3.25%'),
(230, 343, 'Basic rate', '3.25%'),
(232, 306, 'Basic rate', '3.25%'),
(233, 324, 'Basic rate', '3.25%'),
(234, 344, 'Basic rate', '3.25%'),
(236, 345, 'Basic rate ', '0.46%'),
(238, 349, 'Basic rate', '3%'),
(239, 350, 'Basic rate ', '3.25%'),
(240, 351, 'Basic rate', '3.25%'),
(241, 352, ' rate (Client)', 'Nissan Urvan 5.50%, Nissa'),
(242, 353, 'Basic rate ', '3.5%'),
(243, 355, 'Basic rate', '3.5%'),
(244, 359, '', ''),
(247, 366, 'Basic rate', '3.25%'),
(248, 365, 'Basic rate', '0.2%'),
(249, 364, 'Basic rate ', '0.475%'),
(250, 372, 'Basic rate', '0.09%');

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

--
-- Table structure for table `placing_slip_refs`
--

CREATE TABLE IF NOT EXISTS `placing_slip_refs` (
  `id` int(11) NOT NULL,
  `pslip_id` int(11) NOT NULL,
  `type` varchar(20) NOT NULL,
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `placing_slip_refs`
--

INSERT INTO `placing_slip_refs` (`id`, `pslip_id`, `type`) VALUES
(1, 1, 'issue'),
(2, 2, 'issue'),
(3, 2, 'issue'),
(4, 3, 'issue'),
(5, 3, 'issue'),
(6, 3, 'issue'),
(7, 4, 'issue'),
(8, 3, 'issue'),
(9, 3, 'issue'),
(10, 2, 'issue'),
(11, 5, 'issue'),
(12, 6, 'issue'),
(13, 7, 'issue'),
(14, 8, 'issue'),
(15, 8, 'issue'),
(16, 9, 'issue'),
(17, 10, 'issue'),
(18, 11, 'issue'),
(19, 12, 'issue'),
(20, 13, 'issue'),
(21, 14, 'issue'),
(22, 13, 'issue'),
(23, 14, 'issue'),
(24, 2, 'issue'),
(25, 1, 'issue'),
(26, 15, 'issue'),
(27, 16, 'issue'),
(28, 17, 'issue'),
(29, 16, 'issue'),
(30, 18, 'issue'),
(31, 19, 'issue'),
(32, 20, 'issue'),
(33, 19, 'issue'),
(34, 21, 'issue'),
(35, 22, 'issue'),
(36, 23, 'issue'),
(37, 23, 'issue'),
(38, 24, 'issue'),
(39, 24, 'issue'),
(40, 25, 'issue'),
(42, 26, 'issue'),
(43, 27, 'issue'),
(44, 28, 'issue'),
(45, 29, 'issue'),
(46, 28, 'issue'),
(47, 30, 'issue'),
(48, 2, 'issue'),
(49, 31, 'issue'),
(50, 6, 'issue'),
(51, 31, 'issue'),
(52, 7, 'issue'),
(53, 7, 'issue'),
(54, 31, 'issue'),
(55, 17, 'issue'),
(56, 32, 'issue'),
(57, 20, 'issue'),
(58, 33, 'issue'),
(59, 34, 'issue'),
(60, 35, 'issue'),
(61, 15, 'issue'),
(62, 36, 'issue'),
(64, 37, 'issue'),
(65, 39, 'issue'),
(66, 39, 'issue'),
(67, 40, 'issue'),
(68, 40, 'issue'),
(69, 39, 'issue'),
(70, 39, 'issue'),
(71, 41, 'issue'),
(72, 42, 'issue'),
(73, 42, 'issue'),
(76, 43, 'issue'),
(78, 44, 'issue'),
(79, 44, 'issue'),
(80, 45, 'issue'),
(81, 46, 'issue'),
(82, 47, 'issue'),
(83, 48, 'issue'),
(84, 49, 'issue'),
(85, 50, 'issue'),
(86, 51, 'issue'),
(87, 52, 'issue'),
(88, 54, 'issue'),
(89, 55, 'issue'),
(90, 56, 'issue'),
(91, 57, 'issue'),
(92, 1, 'cancellation'),
(93, 1, 'cancellation'),
(96, 58, 'issue'),
(97, 59, 'issue'),
(98, 60, 'issue'),
(99, 1, 'endorsement'),
(100, 1, 'endorsement'),
(101, 61, 'issue'),
(102, 62, 'issue'),
(103, 62, 'issue'),
(104, 2, 'cancellation'),
(105, 2, 'endorsement'),
(106, 63, 'issue'),
(109, 64, 'issue'),
(110, 65, 'issue'),
(111, 66, 'issue'),
(112, 67, 'issue'),
(113, 68, 'issue'),
(114, 41, 'issue'),
(115, 69, 'issue'),
(116, 70, 'issue'),
(117, 71, 'issue'),
(118, 53, 'issue'),
(119, 70, 'issue'),
(120, 27, 'issue'),
(122, 72, 'issue'),
(123, 72, 'issue'),
(124, 45, 'issue'),
(125, 74, 'issue'),
(126, 74, 'issue'),
(127, 59, 'issue'),
(128, 72, 'issue'),
(129, 75, 'issue'),
(130, 3, 'endorsement'),
(131, 4, 'endorsement'),
(132, 5, 'endorsement'),
(133, 72, 'issue'),
(134, 71, 'issue'),
(135, 74, 'issue'),
(136, 73, 'issue'),
(137, 76, 'issue'),
(138, 76, 'issue'),
(139, 77, 'issue'),
(140, 78, 'issue'),
(141, 79, 'issue'),
(142, 80, 'issue'),
(143, 81, 'issue'),
(144, 80, 'issue'),
(145, 82, 'issue'),
(146, 83, 'issue'),
(147, 6, 'endorsement'),
(148, 84, 'issue'),
(149, 84, 'issue'),
(150, 84, 'issue'),
(159, 85, 'issue'),
(160, 85, 'issue'),
(297, 11, 'endorsement'),
(162, 87, 'issue'),
(163, 7, 'endorsement'),
(164, 50, 'issue'),
(165, 50, 'issue'),
(166, 51, 'issue'),
(167, 51, 'issue'),
(168, 76, 'issue'),
(169, 76, 'issue'),
(170, 37, 'issue'),
(171, 88, 'issue'),
(175, 40, 'issue'),
(176, 40, 'issue'),
(177, 89, 'issue'),
(178, 45, 'issue'),
(180, 90, 'issue'),
(181, 91, 'issue'),
(183, 92, 'issue'),
(184, 92, 'issue'),
(185, 8, 'endorsement'),
(186, 93, 'issue'),
(187, 94, 'issue'),
(188, 95, 'issue'),
(189, 95, 'issue'),
(190, 96, 'issue'),
(191, 97, 'issue'),
(192, 97, 'issue'),
(193, 95, 'issue'),
(194, 96, 'issue'),
(195, 98, 'issue'),
(196, 93, 'issue'),
(197, 99, 'issue'),
(198, 100, 'issue'),
(199, 98, 'issue'),
(200, 98, 'issue'),
(201, 95, 'issue'),
(202, 97, 'issue'),
(203, 95, 'issue'),
(204, 92, 'issue'),
(206, 101, 'issue'),
(208, 102, 'issue'),
(210, 103, 'issue'),
(211, 103, 'issue'),
(212, 104, 'issue'),
(213, 105, 'issue'),
(214, 106, 'issue'),
(215, 107, 'issue'),
(216, 108, 'issue'),
(217, 108, 'issue'),
(218, 108, 'issue'),
(219, 108, 'issue'),
(220, 107, 'issue'),
(221, 109, 'issue'),
(222, 110, 'issue'),
(223, 109, 'issue'),
(224, 111, 'issue'),
(225, 112, 'issue'),
(226, 113, 'issue'),
(227, 108, 'issue'),
(228, 114, 'issue'),
(229, 115, 'issue'),
(230, 111, 'issue'),
(231, 110, 'issue'),
(232, 109, 'issue'),
(233, 103, 'issue'),
(234, 103, 'issue'),
(235, 103, 'issue'),
(236, 103, 'issue'),
(237, 113, 'issue'),
(238, 113, 'issue'),
(239, 116, 'issue'),
(240, 116, 'issue'),
(242, 116, 'issue'),
(243, 116, 'issue'),
(244, 116, 'issue'),
(245, 115, 'issue'),
(246, 9, 'endorsement'),
(247, 117, 'issue'),
(248, 117, 'issue'),
(249, 105, 'issue'),
(250, 104, 'issue'),
(251, 108, 'issue'),
(252, 105, 'issue'),
(253, 104, 'issue'),
(254, 117, 'issue'),
(255, 115, 'issue'),
(256, 118, 'issue'),
(257, 119, 'issue'),
(258, 119, 'issue'),
(260, 120, 'issue'),
(261, 85, 'issue'),
(262, 85, 'issue'),
(263, 121, 'issue'),
(264, 121, 'issue'),
(266, 122, 'issue'),
(267, 123, 'issue'),
(268, 107, 'issue'),
(269, 124, 'issue'),
(270, 125, 'issue'),
(271, 124, 'issue'),
(272, 125, 'issue'),
(273, 126, 'issue'),
(274, 127, 'issue'),
(275, 128, 'issue'),
(276, 127, 'issue'),
(277, 128, 'issue'),
(278, 127, 'issue'),
(279, 126, 'issue'),
(280, 125, 'issue'),
(281, 124, 'issue'),
(282, 129, 'issue'),
(283, 130, 'issue'),
(284, 123, 'issue'),
(285, 131, 'issue'),
(286, 132, 'issue'),
(287, 10, 'endorsement'),
(291, 129, 'issue'),
(294, 76, 'issue'),
(298, 12, 'endorsement'),
(299, 133, 'issue'),
(300, 134, 'issue'),
(301, 135, 'issue'),
(302, 135, 'issue'),
(304, 136, 'issue'),
(306, 137, 'issue'),
(307, 136, 'issue'),
(308, 138, 'issue'),
(309, 137, 'issue'),
(311, 13, 'issue'),
(318, 137, 'issue'),
(319, 138, 'issue'),
(321, 139, 'issue'),
(323, 139, 'issue'),
(325, 140, 'issue'),
(326, 140, 'issue'),
(327, 141, 'issue'),
(328, 143, 'issue'),
(329, 142, 'issue'),
(330, 144, 'issue'),
(331, 143, 'issue'),
(332, 142, 'issue'),
(333, 141, 'issue'),
(334, 145, 'issue'),
(335, 146, 'issue'),
(336, 147, 'issue'),
(337, 146, 'issue'),
(338, 133, 'issue'),
(339, 13, 'endorsement'),
(340, 14, 'endorsement'),
(341, 15, 'endorsement'),
(342, 148, 'issue'),
(343, 145, 'issue'),
(344, 144, 'issue'),
(345, 143, 'issue'),
(346, 142, 'issue'),
(347, 16, 'endorsement'),
(348, 17, 'endorsement'),
(349, 18, 'endorsement'),
(351, 29, 'issue'),
(352, 28, 'issue'),
(353, 149, 'issue'),
(354, 149, 'issue'),
(355, 19, 'endorsement'),
(356, 20, 'endorsement'),
(357, 21, 'endorsement'),
(358, 22, 'endorsement'),
(359, 23, 'endorsement'),
(360, 150, 'issue'),
(361, 134, 'issue'),
(362, 24, 'endorsement'),
(364, 25, 'endorsement'),
(365, 151, 'issue'),
(366, 152, 'issue'),
(367, 152, 'issue'),
(368, 151, 'issue'),
(370, 147, 'issue'),
(371, 26, 'endorsement'),
(372, 26, 'endorsement'),
(373, 27, 'endorsement'),
(374, 27, 'endorsement'),
(375, 133, 'issue'),
(376, 153, 'issue'),
(377, 153, 'issue'),
(378, 153, 'issue'),
(380, 152, 'issue'),
(381, 154, 'issue'),
(382, 156, 'issue'),
(383, 155, 'issue'),
(384, 28, 'endorsement'),
(385, 29, 'endorsement'),
(386, 29, 'issue'),
(387, 28, 'issue'),
(390, 153, 'issue'),
(394, 151, 'issue'),
(395, 158, 'issue'),
(396, 30, 'endorsement'),
(397, 31, 'endorsement'),
(398, 32, 'endorsement'),
(399, 33, 'endorsement'),
(400, 34, 'endorsement'),
(401, 35, 'endorsement'),
(402, 36, 'endorsement'),
(403, 37, 'endorsement'),
(404, 38, 'endorsement'),
(405, 39, 'endorsement'),
(406, 40, 'endorsement'),
(407, 41, 'endorsement'),
(408, 42, 'endorsement'),
(409, 43, 'endorsement'),
(410, 159, 'issue'),
(411, 160, 'issue'),
(412, 161, 'issue'),
(413, 162, 'issue'),
(414, 163, 'issue'),
(415, 164, 'issue'),
(416, 165, 'issue'),
(417, 44, 'endorsement'),
(418, 45, 'endorsement'),
(419, 46, 'endorsement'),
(420, 47, 'endorsement'),
(421, 48, 'endorsement'),
(422, 49, 'endorsement'),
(423, 50, 'endorsement'),
(424, 166, 'issue'),
(425, 51, 'endorsement'),
(426, 158, 'issue'),
(427, 157, 'issue'),
(428, 52, 'endorsement'),
(429, 167, 'issue'),
(430, 158, 'issue'),
(431, 166, 'issue'),
(432, 167, 'issue'),
(433, 168, 'issue'),
(434, 168, 'issue'),
(435, 169, 'issue'),
(436, 170, 'issue'),
(437, 171, 'issue'),
(438, 169, 'issue'),
(439, 172, 'issue'),
(440, 172, 'issue'),
(441, 173, 'issue'),
(442, 174, 'issue'),
(443, 175, 'issue'),
(444, 176, 'issue'),
(445, 177, 'issue'),
(446, 168, 'issue'),
(447, 168, 'issue'),
(448, 158, 'issue'),
(449, 157, 'issue'),
(450, 158, 'issue'),
(451, 158, 'issue'),
(452, 157, 'issue'),
(453, 178, 'issue'),
(454, 179, 'issue'),
(455, 180, 'issue'),
(456, 179, 'issue'),
(457, 181, 'issue'),
(458, 182, 'issue'),
(459, 182, 'issue'),
(460, 181, 'issue'),
(461, 183, 'issue'),
(462, 184, 'issue'),
(463, 184, 'issue'),
(464, 53, 'endorsement'),
(465, 185, 'issue'),
(466, 185, 'issue'),
(467, 186, 'issue'),
(468, 187, 'issue'),
(469, 188, 'issue'),
(470, 189, 'issue'),
(471, 190, 'issue'),
(472, 54, 'endorsement'),
(473, 183, 'issue'),
(474, 183, 'issue'),
(475, 191, 'issue'),
(476, 191, 'issue'),
(477, 191, 'issue'),
(478, 169, 'issue'),
(482, 192, 'issue'),
(483, 193, 'issue'),
(484, 129, 'issue'),
(485, 194, 'issue'),
(486, 194, 'issue'),
(487, 55, 'endorsement'),
(488, 56, 'endorsement'),
(489, 57, 'endorsement'),
(490, 58, 'endorsement'),
(492, 195, 'issue'),
(493, 59, 'endorsement'),
(494, 60, 'endorsement'),
(497, 196, 'issue'),
(499, 197, 'issue'),
(500, 198, 'issue'),
(501, 199, 'issue'),
(502, 200, 'issue'),
(503, 61, 'endorsement'),
(504, 199, 'issue'),
(505, 198, 'issue'),
(511, 42, 'issue'),
(512, 42, 'issue'),
(513, 62, 'endorsement'),
(515, 163, 'issue'),
(516, 201, 'issue'),
(517, 102, 'issue'),
(518, 202, 'issue'),
(519, 203, 'issue'),
(523, 119, 'issue'),
(524, 119, 'issue'),
(525, 63, 'endorsement'),
(526, 204, 'issue'),
(527, 204, 'issue'),
(528, 205, 'issue'),
(529, 206, 'issue'),
(533, 207, 'issue'),
(534, 119, 'issue'),
(535, 173, 'issue'),
(538, 64, 'endorsement'),
(539, 206, 'issue'),
(540, 205, 'issue'),
(541, 140, 'issue'),
(542, 156, 'issue'),
(543, 155, 'issue'),
(544, 65, 'endorsement'),
(545, 66, 'endorsement'),
(546, 67, 'endorsement'),
(548, 208, 'issue'),
(549, 208, 'issue'),
(550, 209, 'issue'),
(552, 210, 'issue'),
(553, 211, 'issue'),
(554, 212, 'issue'),
(555, 213, 'issue'),
(556, 214, 'issue'),
(557, 215, 'issue'),
(558, 216, 'issue'),
(559, 216, 'issue'),
(561, 154, 'issue'),
(562, 154, 'issue'),
(563, 217, 'issue'),
(564, 218, 'issue'),
(565, 219, 'issue'),
(566, 220, 'issue'),
(567, 220, 'issue'),
(568, 218, 'issue'),
(569, 150, 'issue'),
(570, 221, 'issue'),
(574, 68, 'endorsement'),
(575, 222, 'issue'),
(576, 223, 'issue'),
(577, 224, 'issue'),
(578, 225, 'issue'),
(580, 216, 'issue'),
(581, 226, 'issue'),
(582, 227, 'issue'),
(583, 69, 'endorsement'),
(586, 165, 'issue'),
(587, 228, 'issue'),
(588, 228, 'issue'),
(589, 229, 'issue'),
(590, 225, 'issue'),
(591, 230, 'issue'),
(592, 231, 'issue'),
(593, 232, 'issue'),
(594, 233, 'issue'),
(595, 234, 'issue'),
(596, 235, 'issue'),
(597, 236, 'issue'),
(598, 79, 'issue'),
(599, 70, 'issue'),
(600, 237, 'issue'),
(601, 237, 'issue'),
(602, 238, 'issue'),
(603, 239, 'issue'),
(604, 240, 'issue'),
(605, 238, 'issue'),
(606, 240, 'issue'),
(607, 238, 'issue'),
(608, 238, 'issue'),
(610, 241, 'issue'),
(611, 242, 'issue'),
(612, 139, 'issue'),
(613, 243, 'issue'),
(614, 243, 'issue'),
(615, 243, 'issue'),
(616, 38, 'issue'),
(617, 244, 'issue'),
(618, 245, 'issue'),
(619, 246, 'issue'),
(620, 70, 'endorsement'),
(621, 247, 'issue'),
(622, 248, 'issue'),
(623, 249, 'issue'),
(624, 249, 'issue'),
(625, 250, 'issue'),
(626, 251, 'issue'),
(627, 251, 'issue'),
(628, 251, 'issue'),
(629, 251, 'issue'),
(630, 252, 'issue'),
(631, 253, 'issue'),
(632, 254, 'issue'),
(633, 255, 'issue'),
(634, 256, 'issue'),
(635, 256, 'issue'),
(636, 257, 'issue'),
(637, 256, 'issue'),
(638, 258, 'issue'),
(639, 71, 'endorsement'),
(640, 210, 'issue'),
(641, 72, 'endorsement'),
(642, 248, 'issue'),
(643, 259, 'issue'),
(644, 260, 'issue'),
(648, 261, 'issue'),
(649, 261, 'issue'),
(650, 0, 'endorsement'),
(651, 0, 'endorsement'),
(652, 73, 'endorsement'),
(653, 262, 'issue'),
(654, 263, 'issue'),
(655, 262, 'issue'),
(656, 74, 'endorsement'),
(657, 75, 'endorsement'),
(658, 76, 'endorsement'),
(659, 77, 'endorsement'),
(660, 263, 'issue'),
(662, 78, 'endorsement'),
(663, 79, 'endorsement'),
(664, 264, 'issue'),
(665, 265, 'issue'),
(666, 266, 'issue'),
(667, 267, 'issue'),
(668, 268, 'issue'),
(669, 269, 'issue'),
(670, 270, 'issue'),
(671, 271, 'issue'),
(672, 272, 'issue'),
(673, 273, 'issue'),
(674, 274, 'issue'),
(675, 275, 'issue'),
(676, 276, 'issue'),
(677, 277, 'issue'),
(678, 278, 'issue'),
(679, 279, 'issue'),
(680, 277, 'issue'),
(681, 276, 'issue'),
(682, 275, 'issue'),
(683, 274, 'issue'),
(684, 273, 'issue'),
(686, 272, 'issue'),
(687, 271, 'issue'),
(690, 280, 'issue'),
(692, 281, 'issue'),
(693, 282, 'issue'),
(694, 283, 'issue'),
(695, 283, 'issue'),
(696, 284, 'issue'),
(699, 285, 'issue'),
(700, 286, 'issue'),
(701, 287, 'issue'),
(702, 288, 'issue'),
(704, 289, 'issue'),
(705, 290, 'issue'),
(706, 290, 'issue'),
(707, 291, 'issue'),
(708, 292, 'issue'),
(709, 3, 'cancellation'),
(710, 292, 'issue'),
(711, 293, 'issue'),
(712, 294, 'issue'),
(713, 295, 'issue'),
(714, 296, 'issue'),
(729, 4, 'cancellation'),
(731, 256, 'issue'),
(737, 297, 'issue'),
(738, 80, 'endorsement'),
(739, 81, 'endorsement'),
(740, 298, 'issue'),
(741, 298, 'issue'),
(742, 299, 'issue'),
(743, 300, 'issue'),
(745, 301, 'issue'),
(748, 302, 'issue'),
(749, 82, 'endorsement'),
(750, 83, 'endorsement'),
(751, 84, 'endorsement'),
(752, 303, 'issue'),
(753, 304, 'issue'),
(754, 305, 'issue'),
(755, 306, 'issue'),
(756, 307, 'issue'),
(757, 308, 'issue'),
(758, 308, 'issue'),
(760, 249, 'issue'),
(761, 249, 'issue'),
(762, 309, 'issue'),
(763, 310, 'issue'),
(764, 311, 'issue'),
(765, 85, 'endorsement'),
(766, 86, 'endorsement'),
(767, 87, 'endorsement'),
(768, 312, 'issue'),
(771, 312, 'issue'),
(772, 313, 'issue'),
(773, 314, 'issue'),
(774, 314, 'issue'),
(775, 315, 'issue'),
(776, 316, 'issue'),
(777, 317, 'issue'),
(778, 318, 'issue'),
(779, 319, 'issue'),
(780, 320, 'issue'),
(781, 321, 'issue'),
(782, 322, 'issue'),
(783, 323, 'issue'),
(784, 324, 'issue'),
(785, 325, 'issue'),
(786, 326, 'issue'),
(787, 327, 'issue'),
(788, 88, 'endorsement'),
(789, 89, 'endorsement'),
(790, 90, 'endorsement'),
(792, 91, 'endorsement'),
(793, 328, 'issue'),
(795, 5, 'cancellation'),
(796, 329, 'issue'),
(797, 328, 'issue'),
(798, 328, 'issue'),
(799, 330, 'issue'),
(801, 331, 'issue'),
(802, 330, 'issue'),
(803, 330, 'issue'),
(804, 332, 'issue'),
(805, 333, 'issue'),
(806, 334, 'issue'),
(807, 335, 'issue'),
(808, 336, 'issue'),
(809, 337, 'issue'),
(810, 338, 'issue'),
(811, 339, 'issue'),
(813, 92, 'endorsement'),
(814, 340, 'issue'),
(815, 93, 'endorsement'),
(822, 341, 'issue'),
(824, 342, 'issue'),
(826, 343, 'issue'),
(827, 324, 'issue'),
(828, 306, 'issue'),
(829, 324, 'issue'),
(830, 290, 'issue'),
(832, 94, 'endorsement'),
(834, 344, 'issue'),
(835, 345, 'issue'),
(836, 346, 'issue'),
(837, 255, 'issue'),
(838, 347, 'issue'),
(839, 348, 'issue'),
(840, 349, 'issue'),
(841, 349, 'issue'),
(842, 350, 'issue'),
(843, 351, 'issue'),
(844, 352, 'issue'),
(845, 353, 'issue'),
(846, 95, 'endorsement'),
(847, 96, 'endorsement'),
(848, 354, 'issue'),
(849, 355, 'issue'),
(850, 346, 'issue'),
(851, 356, 'issue'),
(852, 356, 'issue'),
(853, 97, 'endorsement'),
(854, 97, 'endorsement'),
(855, 98, 'endorsement'),
(856, 98, 'endorsement'),
(857, 357, 'issue'),
(858, 358, 'issue'),
(859, 99, 'endorsement'),
(860, 99, 'endorsement'),
(865, 359, 'issue'),
(866, 360, 'issue'),
(867, 361, 'issue'),
(870, 100, 'endorsement'),
(872, 362, 'issue'),
(873, 101, 'endorsement'),
(874, 363, 'issue'),
(878, 102, 'endorsement'),
(879, 364, 'issue'),
(880, 365, 'issue'),
(883, 6, 'cancellation'),
(884, 346, 'issue'),
(891, 366, 'issue'),
(892, 46, 'issue'),
(893, 365, 'issue'),
(894, 367, 'issue'),
(895, 367, 'issue'),
(896, 368, 'issue'),
(897, 364, 'issue'),
(899, 369, 'issue'),
(900, 322, 'issue'),
(901, 322, 'issue'),
(902, 370, 'issue'),
(903, 371, 'issue'),
(904, 103, 'endorsement'),
(905, 371, 'issue'),
(906, 104, 'endorsement'),
(912, 105, 'endorsement'),
(913, 105, 'endorsement'),
(914, 106, 'endorsement'),
(915, 106, 'endorsement'),
(916, 107, 'endorsement'),
(917, 107, 'endorsement'),
(918, 108, 'endorsement'),
(922, 372, 'issue');

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

--
-- Table structure for table `placing_slip_section`
--

CREATE TABLE IF NOT EXISTS `placing_slip_section` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `section` varchar(250) NOT NULL,
  `section_title` varchar(250) NOT NULL,
  `total_suminsured` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`placing_slip_id`),
  KEY `placing_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `placing_slip_section`
--

INSERT INTO `placing_slip_section` (`id`, `placing_slip_id`, `section`, `section_title`, `total_suminsured`) VALUES
(3, 40, '--', '--', 0),
(4, 42, '--', '--', 0);

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

--
-- Table structure for table `placing_slip_stakeholders`
--

CREATE TABLE IF NOT EXISTS `placing_slip_stakeholders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `percentage` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`placing_slip_id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `placing_slip_stakeholders`
--

INSERT INTO `placing_slip_stakeholders` (`id`, `placing_slip_id`, `staffid`, `percentage`) VALUES
(2, 3, 6, 5),
(3, 23, 6, 5),
(6, 39, 3, 5),
(8, 84, 3, 0),
(9, 50, 6, 5),
(10, 51, 6, 5),
(11, 40, 3, 5),
(13, 103, 6, 5),
(14, 113, 6, 5),
(15, 42, 3, 5);

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

--
-- Table structure for table `placing_slip_status`
--

CREATE TABLE IF NOT EXISTS `placing_slip_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `statusdate` date NOT NULL,
  `statusmode` varchar(250) NOT NULL,
  `address` varchar(250) NOT NULL,
  `docstatus` varchar(250) NOT NULL,
  `statusresponse` varchar(250) NOT NULL,
  `statusremarks` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `placing_slip_id` (`placing_slip_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `placing_slip_status`
--

INSERT INTO `placing_slip_status` (`id`, `placing_slip_id`, `statusdate`, `statusmode`, `address`, `docstatus`, `statusresponse`, `statusremarks`) VALUES
(2, 294, '0000-00-00', 'handdelivery', '', '', 'outgoing', 'Documents received by Mr.Suresh'),
(4, 296, '0000-00-00', 'courier', '', '', 'outgoing', 'DHL. Sent on 4.12.2011'),
(5, 353, '0000-00-00', 'handdelivery', '', '', 'incoming', 'Delivered to Savoy Office');

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

--
-- Table structure for table `placing_slip_sum_insured`
--

CREATE TABLE IF NOT EXISTS `placing_slip_sum_insured` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placing_slip_id` int(11) NOT NULL,
  `description` varchar(250) NOT NULL,
  `amount` double NOT NULL,
  `section_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `broking_slip_id` (`placing_slip_id`),
  KEY `placing_slip_id` (`placing_slip_id`),
  KEY `section_id` (`section_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `placing_slip_sum_insured`
--

INSERT INTO `placing_slip_sum_insured` (`id`, `placing_slip_id`, `description`, `amount`, `section_id`) VALUES
(3, 40, 'Limit of Idemnity', 2000000, 3),
(4, 42, 'Furniture & Fixtures etc', 5500000, 4);

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

--
-- Table structure for table `policynote`
--

CREATE TABLE IF NOT EXISTS `policynote` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `quotation_ref` varchar(30) NOT NULL,
  `policyno` varchar(50) NOT NULL,
  `recdate` date NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `quotation_ref` (`quotation_ref`),
  KEY `policyno` (`policyno`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=362 ;

--
-- Dumping data for table `policynote`
--

INSERT INTO `policynote` (`id`, `date`, `quotation_ref`, `policyno`, `recdate`) VALUES
(1, '2011-06-07', 'SAV/1/2011/1', '01-MVA-2011-00271', '2011-06-07'),
(2, '2011-06-07', 'SAV/2/2011/1', '01-MVA-2011-00261', '2011-06-07'),
(3, '2011-06-07', 'SAV/5/2011/1', '01-MTP-2011-00073', '2011-06-07'),
(4, '2011-06-07', 'SAV/1/2011/2', '01-MVA-201100269', '2011-06-07'),
(5, '2011-06-07', 'SAV/2/2011/2', '01-MVA-2011-00259', '2011-06-07'),
(6, '2011-06-07', 'SAV/2/2011/3', '01-MVA-2011-00265', '2011-06-07'),
(7, '2011-06-07', 'SAV/1/2011/3', '01-MVA-2011-00263', '2011-06-07'),
(8, '2011-06-07', 'SAV/2/2011/4', '01-MVA-2011-00257', '2011-06-07'),
(9, '2011-06-07', 'SAV/2/2011/5', '01-MVA-2011-00260', '2011-06-07'),
(10, '2011-06-07', 'SAV/5/2011/2', '01-MTP-2011-00070', '2011-06-07'),
(11, '2011-06-07', 'SAV/2/2011/6', '01-MVA-2011-00268', '2011-06-07'),
(12, '2011-06-07', 'SAV/2/2011/7', '01-MVA-2011-00270', '2011-06-07'),
(13, '2011-06-08', 'SAV/4/2011/1', '01-MTP-2011-00077', '2011-06-08'),
(14, '2011-06-08', 'SAV/5/2011/3', '01-MTP-2011-00076', '2011-06-08'),
(15, '2011-06-09', 'SAV/2/2011/9', '01-MVA-2011-00240', '2011-06-09'),
(16, '2011-06-09', 'SAV/5/2011/4', '01-MTP-2011-00062', '2011-06-09'),
(17, '2011-06-09', 'SAV/2/2011/11', '75/VF/2011/0/0', '2011-06-09'),
(18, '2011-06-09', 'SAV/2/2011/12', '01-MVA-2011-00226', '2011-06-09'),
(19, '2011-06-09', 'SAV/2/2011/13', '75/VF/2011/0/0', '2011-06-09'),
(20, '2011-06-09', 'SAV/2/2011/14', '75/VF/2011/0/0', '2011-06-09'),
(21, '2011-06-09', 'SAV/2/2011/15', '75/VF/2011/0/0', '2011-06-09'),
(22, '2011-06-09', 'SAV/5/2011/5', '01-MTP-2011-00075', '2011-06-08'),
(23, '2011-06-11', 'SAV/5/2011/6', '01-MTP-2011-00081', '2011-06-09'),
(24, '2011-06-11', 'SAV/5/2011/7', '01-MTP-2011-00080', '2011-06-11'),
(25, '2011-06-11', 'SAV/1/2011/4', '01-MVA-2011-00274', '2011-06-11'),
(26, '2011-06-12', 'SAV/2/2011/16', '01-MVA-2011-00273', '2011-06-12'),
(27, '2011-06-11', 'SAV/4/2011/2', '01-MTP-2011-00078', '2011-06-11'),
(28, '2011-06-11', 'SAV/2/2011/10', '01-MVA-2011-00244', '2011-06-11'),
(29, '2011-06-12', 'SAV/1/2011/5', '01-MVA-2011-00256', '2011-06-09'),
(30, '2011-06-13', 'SAV/4/2011/3', '01-MTP-2011-00072', '2011-06-05'),
(31, '2011-06-13', 'SAV/4/2011/4', '01-MTP-2011-00083', '2011-06-12'),
(32, '2011-06-13', 'SAV/4/2011/5', '01-MTP-2011-00084', '2011-06-13'),
(33, '2011-06-15', 'SAV/31/2011/4', 'P2/10/11-0202-000283', '2011-06-14'),
(34, '2011-06-16', 'SAV/31/2011/5', 'P1/10/09-0201-000490', '2011-06-14'),
(35, '2011-06-16', 'SAV/30/2011/2', 'P1/10/09-704-000435', '2011-06-14'),
(36, '2011-06-16', 'SAV/7/2011/1', 'P1/10/09-0401-000735', '2011-06-14'),
(37, '2011-06-16', 'SAV/2/2011/18', '01-MVA-2011-00241', '2011-05-16'),
(38, '2011-06-20', 'SAV/31/2011/6', 'P2/10/11-0202-000284', '2011-06-20'),
(39, '2011-06-20', 'SAV/31/2011/7', 'P2/10/11-0202-000282', '2011-06-20'),
(40, '2011-06-20', 'SAV/2/2011/19', '01-MVA-2011-00285', '2011-06-20'),
(41, '2011-06-21', 'SAV/2/2011/20', '01-MVA-2011-00284', '2011-06-20'),
(42, '2011-06-21', 'SAV/5/2011/8', '01-MTP-2011-00087', '2011-06-21'),
(43, '2011-06-21', 'SAV/2/2011/21', '01-MVA-2011-00290', '2011-06-21'),
(44, '2011-06-21', 'SAV/2/2011/22', '01-MVA-2011-00291', '2011-06-21'),
(45, '2011-06-22', 'SAV/2/2011/23', '01-MVA-2011-00297', '2011-06-22'),
(46, '2011-06-22', 'SAV/2/2011/24', '01-MVA-2011-00295', '2011-06-22'),
(47, '2011-06-22', 'SAV/2/2011/25', '01-MVA-2011-00296', '2011-06-22'),
(48, '2011-06-26', 'SAV/1/2011/6', '01-MVA-2011-00299', '2011-06-26'),
(49, '2011-06-25', 'SAV/4/2011/7', '01-MTP-2011-00066', '2011-06-25'),
(50, '2011-06-25', 'SAV/4/2011/6', '01-MTP-2011-00066', '2011-06-25'),
(51, '2011-06-26', 'SAV/4/2011/8', '01-MTP-2011-00090', '2011-06-26'),
(52, '2011-06-27', 'SAV/7/2011/2', '01-FAP-2011-00023', '2011-06-27'),
(53, '2011-06-27', 'SAV/2/2011/26', '01-MVA-2011-00305', '2011-06-27'),
(54, '2011-06-27', 'SAV/4/2011/9', '01-MTP-2011-00092', '2011-06-27'),
(55, '2011-06-28', 'SAV/1/2011/7', '01-MVA-2011-00306', '2011-06-28'),
(57, '2011-06-28', 'SAV/2/2011/27', '01-MVA-2011-00308', '2011-06-28'),
(58, '2011-06-28', 'SAV/2/2011/28', '01-MVA-2011-00309', '2011-06-28'),
(59, '2011-06-28', 'SAV/2/2011/29', '01-MVA-2011-00310', '2011-06-28'),
(60, '2011-06-28', 'SAV/2/2011/30', '01-MVA-2011-00311', '2011-06-28'),
(61, '2011-06-29', 'SAV/5/2011/9', '01-MTP-2011-00095', '2011-06-29'),
(62, '2011-06-29', 'SAV/42/2011/1', '75/MG/30000/0/0', '2011-06-29'),
(63, '2011-06-30', 'SAV/19/2011/1', '75/FS/30006/0/0', '2011-06-30'),
(64, '2011-07-02', 'SAV/3/2011/1', '75/VF/30179/0/0', '2011-07-02'),
(65, '2011-07-02', 'SAV/31/2011/9', '75/WC/30056/0/0', '2011-07-02'),
(66, '2011-07-02', 'SAV/31/2011/8', ' I BO1 2010 00408', '2011-07-02'),
(67, '2011-07-02', 'SAV/3/2011/2', 'P11/10/11-0112-09091', '2011-05-23'),
(68, '2011-07-03', 'SAV/5/2011/10', '01-MTP-2011-00096', '2011-07-03'),
(69, '2011-07-03', 'SAV/37/2011/2', '01-MCC-2011-00003', '2011-07-03'),
(70, '2011-07-03', 'SAV/2/2011/31', '01-MVA-2011-00314', '2011-07-03'),
(71, '2011-07-03', 'SAV/2/2011/32', '01-MVA-2011-00315', '2011-07-03'),
(72, '2011-07-03', 'SAV/2/2011/33', '01-MVA-2011-00316', '2011-07-03'),
(73, '2011-07-03', 'SAV/2/2011/34', '01-MVA-2011-00317', '2011-07-03'),
(74, '2011-07-04', 'SAV/31/2011/13', 'QA/01/030/167', '2011-07-04'),
(75, '2011-07-05', 'SAV/18/2011/3', 'QA/01/220/128', '2011-07-05'),
(76, '2011-07-06', 'SAV/31/2011/3', 'P2/10/11-0202-000296', '2011-07-06'),
(77, '2011-07-06', 'SAV/31/2011/14', 'QA/01/030/158', '2011-07-06'),
(78, '2011-07-07', 'SAV/30/2011/3', 'P2/10/11-0704-000305', '2011-07-07'),
(79, '2011-07-10', 'SAV/2/2011/35', '01-MVA-2011-00326', '2011-07-10'),
(80, '2011-07-10', 'SAV/2/2011/36', '01-MVA-2011-00325', '2011-07-10'),
(81, '2011-07-10', 'SAV/46/2011/2', 'LPOL/221/2011/1001', '2011-07-10'),
(82, '2011-07-11', 'SAV/2/2011/37', '01-MVA-2011-00323', '2011-07-11'),
(83, '2011-07-12', 'SAV/1/2011/8', '01-MVA-2011-00329', '2011-07-12'),
(84, '2011-07-12', 'SAV/2/2011/39', '01-MVA-2011-00331', '2011-07-12'),
(85, '2011-07-13', 'SAV/5/2011/11', '01-MTP-2011-00100', '2011-07-13'),
(86, '2011-07-13', 'SAV/25/2011/1', '01-CPM-2011-00009', '2011-07-13'),
(87, '2011-07-13', 'SAV/18/2011/4', 'QA/01/220/129', '2011-07-13'),
(88, '2011-07-17', 'SAV/2/2011/40', '01-MVA-2011-00333', '2011-07-17'),
(89, '2011-07-17', 'SAV/2/2011/41', '01-MVA-2011-00334', '2011-07-17'),
(90, '2011-07-18', 'SAV/2/2011/42', '01-MVA-2011-00335', '2011-07-18'),
(91, '2011-07-18', 'SAV/4/2011/10', '01-MTP-2011-00102', '2011-07-18'),
(92, '2011-07-18', 'SAV/1/2011/9', '01-MVA-2011-00336', '2011-07-18'),
(93, '2011-07-19', 'SAV/2/2011/43', '01-MVA-2011-00338', '2011-07-19'),
(94, '2011-07-21', 'SAV/1/2011/10', '01-MVA-2011-00340', '2011-07-21'),
(95, '2011-07-21', 'SAV/2/2011/44', '01-MVA-2011-00341', '2011-07-21'),
(96, '2011-07-27', 'SAV/21/2011/1', 'P2/10/11-0501-000474', '2011-07-27'),
(97, '2011-07-28', 'SAV/31/2011/12', 'P2/10/11-0202-000304', '2011-07-28'),
(98, '2011-07-30', 'SAV/2/2011/45', '01-MVA-2011-00350', '2011-07-30'),
(99, '2011-08-01', 'SAV/4/2011/11', '01-MTP-2011-00106', '2011-08-01'),
(100, '2011-08-01', 'SAV/4/2011/12', '01-MTP-2011-00104', '2011-08-01'),
(101, '2011-08-02', 'SAV/7/2011/6', 'P2/10/11-0401-000139', '2011-08-02'),
(102, '2011-08-02', 'SAV/11/2011/1', 'P2/10/11-0402-000140', '2011-08-02'),
(103, '2011-08-03', 'SAV/13/2011/2', 'P2/10/11-0806-000094', '2011-08-03'),
(104, '2011-08-03', 'SAV/25/2011/2', 'P2/10/11-0503-000349', '2011-08-03'),
(105, '2011-08-03', 'SAV/31/2011/23', 'P2/10/11-0202-000234', '2011-08-03'),
(106, '2011-08-03', 'SAV/2/2011/46', '01-MVA-2011-00353', '2011-08-03'),
(107, '2011-08-04', 'SAV/6/2011/1', 'P11/10/11-0100-08366', '2011-08-04'),
(108, '2011-08-04', 'SAV/3/2011/3', 'P2/10/11-0110-000143', '2011-08-04'),
(109, '2011-08-04', 'SAV/2/2011/47', '01-MVA-2011-00265', '2011-08-04'),
(111, '2011-08-06', 'SAV/47/2011/1', '6200012/0/0', '2011-08-06'),
(112, '2011-08-06', 'SAV/2/2011/8', '01-MTP-2011-00075', '2011-08-06'),
(113, '2011-08-07', 'SAV/38/2011/1', '01-MCC-2011-00002', '2011-08-07'),
(114, '2011-08-08', 'SAV/2/2011/48', '01-MVA-2011-00356', '2011-08-08'),
(115, '2011-08-08', 'SAV/38/2011/2', '01-MCC-2011-00004', '2011-08-08'),
(116, '2011-08-09', 'SAV/5/2011/12', '01-MTP-2011-00107', '2011-08-09'),
(118, '2011-08-09', 'SAV/2/2011/49', '01-MVA-2011-00358', '2011-08-09'),
(119, '2011-08-09', 'SAV/2/2011/50', '01-MVA-2011-00357', '2011-08-09'),
(120, '2011-08-10', 'SAV/31/2011/25', '75/WC/30049/0/0', '2011-08-10'),
(121, '2011-08-10', 'SAV/3/2011/4', '75/VF/30096/0/0', '2011-08-10'),
(122, '2011-08-10', 'SAV/6/2011/2', '75/VF/30095/0/0', '2011-08-10'),
(123, '2011-08-10', 'SAV/25/2011/3', '75/EP/30007/0/0', '2011-08-10'),
(125, '2011-08-10', 'SAV/13/2011/3', '75/ZM/30034/0/0', '2011-08-10'),
(126, '2011-08-10', 'SAV/7/2011/10', '75/FX/30096/0/0', '2011-08-10'),
(127, '2011-08-11', 'SAV/31/2011/26', 'P2/10/11-0202-000278', '2011-08-11'),
(128, '2011-08-13', 'SAV/8/2011/3', '01-PAR-2011-00023', '2011-08-13'),
(129, '2011-08-16', 'SAV/1/2011/11', '01-MVA-2011-00360', '2011-08-16'),
(130, '2011-08-16', 'SAV/4/2011/13', '01-MTP-2011-00108', '2011-08-16'),
(131, '2011-08-17', 'SAV/4/2011/14', '01-MTP-2011-00113', '2011-08-17'),
(132, '2011-08-17', 'SAV/4/2011/15', '01-MTP-2011-00112', '2011-08-17'),
(133, '2011-08-17', 'SAV/5/2011/13', '01-MTP-2011-00111', '2011-08-17'),
(134, '2011-08-20', 'SAV/2/2011/51', '01-MVA-2011-00369', '2011-08-20'),
(135, '2011-08-22', 'SAV/2/2011/52', '01-MVA-2011-00374', '2011-08-22'),
(136, '2011-08-22', 'SAV/2/2011/53', '01-MVA-2011-00375', '2011-08-22'),
(137, '2011-08-23', 'SAV/46/2011/3', 'LPOL/221/2011/1000', '2011-08-23'),
(138, '2011-08-24', 'SAV/31/2011/30', 'P2/10/11-0202-000233', '2011-08-24'),
(139, '2011-08-25', 'SAV/38/2011/4', '01-MCC-2011-00005', '2011-08-25'),
(140, '2011-08-25', 'SAV/2/2011/54', '01-MVA-2011-00382', '2011-08-25'),
(141, '2011-08-25', 'SAV/5/2011/14', '01-MTP-2011-00116', '2011-08-25'),
(142, '2011-08-29', 'SAV/3/2011/6', 'P2/10/11-0100-000444', '2011-08-29'),
(143, '2011-09-04', 'SAV/5/2011/15', '01-MTP-2011-00118', '2011-09-04'),
(144, '2011-09-04', 'SAV/5/2011/16', '01-MTP-2011-00117', '2011-09-04'),
(145, '2011-09-05', 'SAV/2/2011/55', '01-MVA-2011-00395', '2011-09-05'),
(146, '2011-09-05', 'SAV/7/2011/12', '01-FAP-2011-00031', '2011-09-05'),
(147, '2011-09-05', 'SAV/7/2011/11', '01-FAP-2011-00032', '2011-09-05'),
(148, '2011-09-06', 'SAV/5/2011/17', '01-MTP-2011-00120', '2011-09-06'),
(149, '2011-09-06', 'SAV/5/2011/18', '01-MTP-2011-00121', '2011-09-06'),
(150, '2011-09-06', 'SAV/5/2011/19', '01-MTP-2011-00122', '2011-09-06'),
(151, '2011-09-06', 'SAV/5/2011/20', '01-MTP-2011-00123', '2011-09-06'),
(152, '2011-09-06', 'SAV/5/2011/21', '01-MTP-2011-00124', '2011-09-06'),
(153, '2011-09-06', 'SAV/5/2011/22', '01-MTP-2011-00119', '2011-09-06'),
(154, '2011-09-08', 'SAV/31/2011/28', 'P2/10/11-0202-000316', '2011-09-08'),
(155, '2011-09-11', 'SAV/14/2011/1', 'P2/10/11-0803-000121', '2011-09-11'),
(156, '2011-09-11', 'SAV/31/2011/15', 'P2/10/11-0202-000318', '2011-09-11'),
(157, '2011-09-11', 'SAV/30/2011/4', 'P2/10/11-0704-000376', '2011-09-11'),
(158, '2011-09-11', 'SAV/5/2011/23', '01-MTP-2011-00126', '2011-09-11'),
(159, '2011-09-11', 'SAV/1/2011/12', '01-MVA-2011-00403', '2011-09-11'),
(160, '2011-09-11', 'SAV/31/2011/22', 'P2/10/11-0202-000317', '2011-09-11'),
(161, '2011-09-11', 'SAV/31/2011/16', 'P2/10/11-0202-000315', '2011-09-11'),
(162, '2011-09-11', 'SAV/44/2011/2', 'MG-2011-01-78', '2011-09-11'),
(163, '2011-09-13', 'SAV/30/2011/6', '01/PLP/2011/0051', '2011-09-13'),
(164, '2011-09-13', 'SAV/3/2011/7', '75/VF/30096/0/7', '2011-09-13'),
(165, '2011-09-13', 'SAV/6/2011/4', '75/VF/30095/0/3', '2011-09-13'),
(166, '2011-09-18', 'SAV/2/2011/56', '01-MVA-2011-00410', '2011-09-18'),
(167, '2011-09-18', 'SAV/2/2011/57', '01-MVA-2011-00411', '2011-09-18'),
(168, '2011-09-18', 'SAV/2/2011/58', '01-MVA-2011-00412', '2011-09-18'),
(169, '2011-09-18', 'SAV/5/2011/24', '01-MTP-2011-00129', '2011-09-18'),
(170, '2011-09-18', 'SAV/31/2011/35', 'IB01201000408', '2011-09-18'),
(171, '2011-09-20', 'SAV/5/2011/25', '01-MTP-2011-00131', '2011-09-20'),
(172, '2011-09-20', 'SAV/1/2011/13', '01-MVA-2011-00417', '2011-09-20'),
(173, '2011-09-25', 'SAV/31/2011/18', 'P2/10/11-0201-000327', '2011-09-25'),
(174, '2011-09-25', 'SAV/30/2011/5', 'P2/10/11-0704-000380', '2011-09-25'),
(175, '2011-09-25', 'SAV/7/2011/5', 'P2/10/11-0401-000224', '2011-09-25'),
(176, '2011-09-25', 'SAV/7/2011/4', 'P2/10/11-0401-000226', '2011-09-25'),
(177, '2011-09-25', 'SAV/7/2011/3', 'P2/10/11-0401-000225', '2011-09-25'),
(178, '2011-09-25', 'SAV/13/2011/4', '75/ZM/30034/0/3', '2011-09-25'),
(179, '2011-09-25', 'SAV/31/2011/31', '75/WC/30049/0/4', '2011-09-25'),
(180, '2011-09-25', 'SAV/25/2011/4', '75/EP/30007/0/1', '2011-09-25'),
(181, '2011-09-27', 'SAV/21/2011/3', 'P2/10/11-0501-000499', '2011-09-27'),
(183, '2011-09-27', 'SAV/5/2011/26', '01-MTP-2011-00136', '2011-09-27'),
(184, '2011-10-04', 'SAV/31/2011/17', 'P2/10/11-0202-00314', '2011-10-04'),
(185, '2011-10-04', 'SAV/4/2011/16', '01-MTP-2011-00139', '2011-10-04'),
(186, '2011-10-04', 'SAV/2/2011/62', '01-MVA-2011-00434', '2011-10-04'),
(187, '2011-10-04', 'SAV/2/2011/63', '01-MVA-2011-00435', '2011-10-04'),
(188, '2011-10-06', 'SAV/1/2011/14', '01-MVA-2011-00438', '2011-10-06'),
(189, '2011-10-06', 'SAV/31/2011/33', 'P2/10/11-0202-000330', '2011-10-06'),
(190, '2011-10-06', 'SAV/30/2011/7', 'P2/10/11-0704-000400', '2011-10-06'),
(191, '2011-10-06', 'SAV/31/2011/38', 'P2/10/11-0201-000338', '2011-10-06'),
(194, '2011-10-07', 'SAV/4/2011/17', '01-MTP-2011-00141', '2011-10-07'),
(195, '2011-10-09', 'SAV/3/2011/5', '75/VF/30121/0/6', '2011-10-09'),
(196, '2011-10-09', 'SAV/7/2011/13', '01-FAP-2011-00038', '2011-10-09'),
(197, '2011-10-10', 'SAV/2/2011/64', '01-MVA-2011-00441', '2011-10-10'),
(198, '2011-10-10', 'SAV/5/2011/27', '01-MTP-2011-00144', '2011-10-10'),
(199, '2011-10-11', 'SAV/34/2011/1', 'P2/10/11-0707-000387', '2011-10-11'),
(200, '2011-10-11', 'SAV/31/2011/27', 'P2/10/11-0202-000309', '2011-10-11'),
(201, '2011-10-11', 'SAV/21/2011/2', 'P2/10/11-0501-000508', '2011-10-11'),
(202, '2011-10-11', 'SAV/31/2011/34', 'P2/10/11-0202-000337', '2011-10-11'),
(203, '2011-10-12', 'SAV/2/2011/65', '01-MVA-2011-00447', '2011-10-12'),
(204, '2011-10-13', 'SAV/5/2011/28', '01-MTP-2011-00148', '2011-10-13'),
(205, '2011-10-13', 'SAV/2/2011/66', '01-MVA-2011-00449', '2011-10-13'),
(206, '2011-10-16', 'SAV/42/2011/2', '76/MG/30000/0/0', '2011-10-16'),
(207, '2011-10-17', 'SAV/1/2011/15', '01-MVA-2011-00454', '2011-10-17'),
(208, '2011-10-18', 'SAV/25/2011/5', 'P2/10/11-0503-000514', '2011-10-18'),
(209, '2011-10-23', 'SAV/31/2011/32', 'P2/10/11-0202-000331', '2011-10-23'),
(210, '2011-10-23', 'SAV/1/2011/16', '01-MVA-2011-00460', '2011-10-23'),
(211, '2011-10-23', 'SAV/31/2011/29', 'P2/10/11-0201-000336', '2011-10-23'),
(212, '2011-10-23', 'SAV/47/2011/2', 'P2/10/11-1201-000034', '2011-10-23'),
(214, '2011-10-24', 'SAV/5/2011/29', '01-MTP-2011-00150', '2011-10-24'),
(215, '2011-10-24', 'SAV/5/2011/30', '01-MTP-2011-00151', '2011-10-24'),
(216, '2011-10-25', 'SAV/1/2011/17', '01-MVA-2011-00463', '2011-10-25'),
(217, '2011-10-25', 'SAV/5/2011/31', '01-MTP-2011-00152', '2011-10-25'),
(218, '2011-10-26', 'SAV/2/2011/67', '01-MVA-2011-00468', '2011-10-26'),
(219, '2011-10-26', 'SAV/2/2011/68', '01-MVA-2011-00469', '2011-10-26'),
(220, '2011-10-27', 'SAV/38/2011/5', '01-TRT-2011-00009', '2011-10-27'),
(221, '2011-10-27', 'SAV/2/2011/69', '01-MVA-2011-00473', '2011-10-27'),
(222, '2011-10-27', 'SAV/1/2011/18', '01-MVA-2011-00472', '2011-10-27'),
(223, '2011-10-29', 'SAV/1/2011/19', '01-MVA-2011-00474', '2011-10-29'),
(224, '2011-10-30', 'SAV/4/2011/18', '01-MTP-2011-00155', '2011-10-30'),
(225, '2011-10-30', 'SAV/4/2011/19', '01-MTP-2011-00154', '2011-10-30'),
(226, '2011-10-31', 'SAV/31/2011/24', '75/WC/30087/0/0', '2011-10-31'),
(227, '2011-11-01', 'SAV/1/2011/20', '01-MVA-2011-00477', '2011-11-01'),
(228, '2011-11-01', 'SAV/1/2011/21', '01-MVA-2011-00478', '2011-11-01'),
(229, '2011-11-01', 'SAV/7/2011/14', '01-FAP-2011-00039', '2011-11-01'),
(230, '2011-11-02', 'SAV/30/2011/9', 'P2/10/11-0704-000422', '2011-11-02'),
(231, '2011-11-02', 'SAV/22/2011/1', 'P2/10/11-0502-000530', '2011-11-02'),
(232, '2011-11-02', 'SAV/1/2011/22', '01-MVA-2011-00485', '2011-11-02'),
(233, '2011-11-02', 'SAV/1/2011/23', '01-MVA-2011-00482', '2011-11-02'),
(234, '2011-11-02', 'SAV/42/2011/3', '76/MG/30001/0/3', '2011-11-02'),
(235, '2011-11-02', 'SAV/5/2011/32', '01-MTP-2011-00162', '2011-11-02'),
(236, '2011-11-09', 'SAV/4/2011/20', '01-MTP-2011-00164', '2011-11-09'),
(237, '2011-11-10', 'SAV/4/2011/21', '01-MTP-2011-00167', '2011-11-10'),
(238, '2011-11-10', 'SAV/31/2011/39', 'P2/10/11-0202-000348', '2011-11-10'),
(239, '2011-11-10', 'SAV/5/2011/33', '01-MTP-2011-00169', '2011-11-10'),
(240, '2011-11-11', 'SAV/2/2011/70', '01-MVA-2011-00493', '2011-11-11'),
(241, '2011-11-12', 'SAV/2/2011/71', '01-MVA-2011-00494', '2011-11-12'),
(242, '2011-11-12', 'SAV/30/2011/8', 'P2/10/11-0704-000420', '2011-11-12'),
(243, '2011-11-12', 'SAV/1/2011/24', 'PD/01/110/12/11/0703', '2011-11-12'),
(244, '2011-11-13', 'SAV/5/2011/34', '01-MTP-2011-00170', '2011-11-13'),
(245, '2011-11-13', 'SAV/1/2011/25', '01-MVA-2011-00495', '2011-11-13'),
(246, '2011-11-16', 'SAV/2/2011/72', '01-MVA-2010-00010/R1', '2011-11-16'),
(247, '2011-11-17', 'SAV/31/2011/41', 'P2/10/11-0202-000349', '2011-11-17'),
(248, '2011-11-17', 'SAV/19/2011/3', 'P2/10/11-0409-000247', '2011-11-17'),
(249, '2011-11-21', 'SAV/38/2011/6', '01-MCC-2011-00007', '2011-11-21'),
(250, '2011-11-21', 'SAV/2/2011/73', '01-MVA-2011-00519', '2011-11-21'),
(251, '2011-11-22', 'SAV/2/2011/74', '01-MVA-2011-00520', '2011-11-22'),
(252, '2011-11-22', 'SAV/2/2011/75', '01-MVA-2011-00521', '2011-11-22'),
(253, '2011-11-22', 'SAV/2/2011/76', '01-MVA-2011-00522', '2011-11-22'),
(254, '2011-11-22', 'SAV/2/2011/77', '01-MVA-2011-00523', '2011-11-22'),
(255, '2011-11-22', 'SAV/2/2011/78', '01-MVA-2011-00524', '2011-11-22'),
(256, '2011-11-22', 'SAV/2/2011/79', '01-MVA-2011-00525/1', '2011-11-22'),
(257, '2011-11-22', 'SAV/2/2011/80', '01-MVA-2011-00525/2', '2011-11-22'),
(258, '2011-11-22', 'SAV/2/2011/81', '01-MVA-2011-00525/3', '2011-11-22'),
(259, '2011-11-22', 'SAV/2/2011/82', '01-MVA-2011-00525/4', '2011-11-22'),
(260, '2011-11-22', 'SAV/2/2011/83', '01-MVA-2011-00525/5', '2011-11-22'),
(261, '2011-11-22', 'SAV/2/2011/84', '01-MVA-2011-00525/6', '2011-11-22'),
(262, '2011-11-22', 'SAV/2/2011/85', '01-MVA-2011-00525/7', '2011-11-22'),
(263, '2011-11-22', 'SAV/2/2011/86', '01-MVA-2011-00526', '2011-11-22'),
(264, '2011-11-22', 'SAV/2/2011/87', '01-MVA-2010-00527', '2011-11-22'),
(265, '2011-11-24', 'SAV/31/2011/42', 'P2/10/11-0202-000350', '2011-11-24'),
(266, '2011-11-24', 'SAV/14/2011/2', 'P2/10/11-0803-000130', '2011-11-24'),
(267, '2011-11-24', 'SAV/13/2011/5', 'P2/10/11-0806-000129', '2011-11-24'),
(268, '2011-11-26', 'SAV/44/2011/3', 'MG-2011-01-96', '2011-11-26'),
(269, '2011-11-26', 'SAV/2/2011/88', '01-MVA-2011-00531', '2011-11-26'),
(270, '2011-11-27', 'SAV/44/2011/1', '153/2011', '2011-11-27'),
(271, '2011-11-28', 'SAV/2/2011/89', '01-MVA-2011-00537', '2011-11-28'),
(272, '2011-11-28', 'SAV/2/2011/90', '01-MVA-2011-00538', '2011-11-28'),
(273, '2011-11-28', 'SAV/1/2011/26', '01-MVA-2011-00539', '2011-11-28'),
(274, '2011-11-28', 'SAV/1/2011/27', '01-MVA-2010-00014/R1', '2011-11-28'),
(275, '2011-11-30', 'SAV/2/2011/91', '01-MVA-2011-00544', '2011-11-30'),
(276, '2011-12-01', 'SAV/5/2011/35', '01-MTP-2011-00179', '2011-12-01'),
(277, '2011-12-01', 'SAV/33/2011/1', 'P2/10/11-0703-000430', '2011-12-01'),
(278, '2011-12-01', 'SAV/31/2011/11', '75/WC/30089/0/0', '2011-12-01'),
(279, '2011-12-01', 'SAV/3/2011/8', '75/VF/30196/0/0', '2011-12-01'),
(280, '2011-12-01', 'SAV/2/2011/92', '01-MVA-2011-00123', '2011-12-01'),
(281, '2011-12-01', 'SAV/4/2011/22', '01-MTP-2011-00036', '2011-12-01'),
(282, '2011-12-01', 'SAV/2/2011/93', '01-MVA-2011-00550', '2011-12-01'),
(283, '2011-12-03', 'SAV/2/2011/94', '75/VF/30199/0/1', '2011-12-03'),
(284, '2011-12-03', 'SAV/2/2011/95', '75/VF/30201/0/0', '2011-12-03'),
(285, '2011-12-03', 'SAV/31/2011/44', 'P2/10/11-0202-000352', '2011-12-03'),
(286, '2011-12-04', 'SAV/5/2011/36', '01-MTP-2011-00180', '2011-12-04'),
(287, '2011-12-04', 'SAV/2/2011/96', '01-MVA-2010-00023/R1', '2011-12-04'),
(288, '2011-12-04', 'SAV/2/2011/97', '01-MVA-2010-00024/R1', '2011-12-04'),
(289, '2011-12-04', 'SAV/2/2011/98', '01-MVA-2011-00553', '2011-12-04'),
(290, '2011-12-05', 'SAV/31/2011/46', '75/WC/30053/0/1', '2011-12-05'),
(291, '2011-12-05', 'SAV/7/2011/15', '01-FAP-2010-00003/R1', '2011-12-05'),
(292, '2011-12-05', 'SAV/7/2011/16', '01-FAP-2010-00002/R1', '2011-12-05'),
(293, '2011-12-07', 'SAV/7/2011/17', '75/FX/3009/0/1', '2011-12-07'),
(294, '2011-12-08', 'SAV/1/2011/28', '01-MVA-2010-00026/R1', '2011-12-08'),
(295, '2011-12-11', 'SAV/5/2011/37', '01-MTP-2011-00184', '2011-12-11'),
(296, '2011-12-11', 'SAV/5/2011/38', '01-MTP-2011-00183', '2011-12-11'),
(297, '2011-12-13', 'SAV/1/2011/29', '01-MVA-2011-00568', '2011-12-13'),
(298, '2011-12-13', 'SAV/2/2011/100', '01-MVA-2011-00571', '2011-12-13'),
(299, '2011-12-13', 'SAV/2/2011/101', '01-MVA-2011-00572', '2011-12-13'),
(300, '2011-12-13', 'SAV/7/2011/18', '75/FX/30010/0/1', '2011-12-13'),
(301, '2011-12-14', 'SAV/2/2011/102', '01-MVA-2011-00574', '2011-12-14'),
(302, '2011-12-14', 'SAV/2/2011/103', '01-MVA-2011-00575', '2011-12-14'),
(303, '2011-12-19', 'SAV/2/2011/104', '01-MVA-2010-00032/R1', '2011-12-19'),
(304, '2011-12-19', 'SAV/2/2011/105', '01-MVA-2010-00032/R1', '2011-12-19'),
(305, '2011-12-19', 'SAV/2/2011/106', '01-MVA-2010-00032/R1', '2011-12-19'),
(306, '2011-12-19', 'SAV/2/2011/107', '01-MVA-2010-00032/R1', '2011-12-19'),
(307, '2011-12-19', 'SAV/2/2011/108', '01-MVA-2010-00017/R1', '2011-12-19'),
(308, '2011-12-19', 'SAV/2/2011/109', '01-MVA-2011-00586', '2011-12-19'),
(309, '2011-12-19', 'SAV/2/2011/110', '01-MVA-2011-00589', '2011-12-19'),
(310, '2011-12-19', 'SAV/2/2011/111', '01-MVA-2011-00581', '2011-12-19'),
(311, '2011-12-19', 'SAV/2/2011/112', '01-MVA-2011-00588', '2011-12-19'),
(312, '2011-12-19', 'SAV/31/2011/51', 'P2/10/11-0202-000226', '2011-12-19'),
(313, '2011-12-19', 'SAV/2/2011/113', '01-MVA-2011-00590', '2011-12-19'),
(314, '2011-12-21', 'SAV/1/2011/30', '01-MVA-2011-00598', '2011-12-21'),
(315, '2011-12-21', 'SAV/38/2011/7', '01-MCC-2011-00009', '2011-12-21'),
(316, '2011-12-22', 'SAV/5/2011/39', '01-MTP-2011-00187', '2011-12-22'),
(318, '2011-12-26', 'SAV/2/2011/61', '75/VF/2011/0/100', '2011-12-26'),
(319, '2011-12-26', 'SAV/7/2011/19', 'P2/10/11-0401-000139', '2011-12-26'),
(320, '2011-12-26', 'SAV/31/2011/52', 'P2/10/11-0202-000234', '2011-12-26'),
(321, '2011-12-26', 'SAV/13/2011/6', 'P2/10/11-0806-000094', '2011-12-26'),
(322, '2011-12-26', 'SAV/25/2011/6', 'P2/10/11-0503-000349', '2011-12-26'),
(323, '2011-12-26', 'SAV/11/2011/2', 'P2/10/11-0402-000140', '2011-12-26'),
(324, '2011-12-26', 'SAV/3/2011/9', 'P2/10/11-0110-000572', '2011-12-26'),
(325, '2011-12-26', 'SAV/6/2011/5', 'P11/10/11-0100-101031', '2011-12-26'),
(326, '2011-12-26', 'SAV/3/2011/10', 'P11/10/11-0110-100675', '2011-12-26'),
(327, '2011-12-26', 'SAV/19/2011/4', 'P2/10/11-0409-000263', '2011-12-26'),
(328, '2011-12-27', 'SAV/8/2011/4', '75/FA/30093/0/0', '2011-12-27'),
(329, '2011-12-27', 'SAV/2/2011/116', '01-MVA-2011-00613', '2011-12-27'),
(330, '2011-12-27', 'SAV/2/2011/117', '01-MVA-2011-00605', '2011-12-27'),
(331, '2011-12-27', 'SAV/2/2011/118', '01-MVA-2011-00606', '2011-12-27'),
(332, '2011-12-27', 'SAV/2/2011/119', '01-MVA-2011-00608', '2011-12-27'),
(333, '2012-01-01', 'SAV/2/2012/120', '01-MVA-2011-00621', '2012-01-01'),
(334, '2012-01-03', 'SAV/4/2012/23', '01-MTP-2012-00198', '2012-01-03'),
(335, '2012-01-03', 'SAV/5/2012/40', '01-MTP-2012-00199', '2012-01-03'),
(336, '2012-01-03', 'SAV/2/2012/121', '01-MVA-2012-00624', '2012-01-03'),
(337, '2012-01-03', 'SAV/2/2012/122', '01-MVA-2012-00626', '2012-01-03'),
(338, '2012-01-03', 'SAV/2/2012/123', '01-MVA-2012-00625', '2012-01-03'),
(339, '2012-01-05', 'SAV/3/2012/11', 'P11/10/12-0112-101528', '2012-01-05'),
(340, '2012-01-05', 'SAV/1/2012/31', '01-MVA-2012-00631', '2012-01-05'),
(341, '2012-01-08', 'SAV/38/2012/8', 'QA/01/280/16', '2012-01-08'),
(342, '2012-01-08', 'SAV/2/2012/124', '01-MVA-2012-00632', '2012-01-08'),
(343, '2012-01-09', 'SAV/4/2012/24', '01-MTP-2012-00204', '2012-01-09'),
(344, '2012-01-09', 'SAV/5/2012/41', '01-MTP-2012-00205', '2012-01-09'),
(345, '2012-01-10', 'SAV/2/2012/125', '01-MVA-2012-00638', '2012-01-10'),
(346, '2012-01-10', 'SAV/2/2012/126', '01-MVA-2012-00639', '2012-01-10'),
(347, '2012-01-10', 'SAV/2/2012/127', '01-MVA-2012-00640', '2012-01-10'),
(348, '2012-01-11', 'SAV/7/2012/21', '01-FAP-2012-00054', '2012-01-11'),
(349, '2012-01-12', 'SAV/4/2012/25', '01-MTP-2011-00188', '2012-01-12'),
(350, '2012-01-16', 'SAV/2/2012/128', '01-MVA-2012-00648', '2012-01-16'),
(351, '2012-01-18', 'SAV/3/2012/12', '75/VF/30203/0/0', '2012-01-18'),
(352, '2012-01-18', 'SAV/3/2012/13', '75/VF/30204/0/0', '2012-01-18'),
(353, '2012-01-18', 'SAV/45/2012/2', 'P-90-12-12000032', '2012-01-18'),
(354, '2012-01-18', 'SAV/45/2012/1', 'P-90-12-12-000033', '2012-01-18'),
(355, '2012-01-18', 'SAV/31/2011/43', 'P2/10/12/-0202-000382', '2012-01-18'),
(356, '2012-01-18', 'SAV/31/2011/49', 'P2/10/12-0202-000380', '2012-01-18'),
(357, '2012-01-19', 'SAV/5/2012/42', '01-MTP-2012-00214', '2012-01-19'),
(358, '2012-01-19', 'SAV/6/2012/6', '75/VX/30001/0/0', '2012-01-19'),
(359, '2012-01-25', 'SAV/31/2011/50', 'P2/10/12-0202-000384', '2012-01-25'),
(360, '2012-01-25', 'SAV/21/2011/4', 'P2/10/12-0501-000556', '2012-01-25'),
(361, '2012-01-26', 'SAV/38/2012/9', 'P12/10/12-0303-001612', '2012-01-26');

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

--
-- Table structure for table `policynote_files`
--

CREATE TABLE IF NOT EXISTS `policynote_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `policynoteid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `policynoteid` (`policynoteid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `quick_entry`
--

CREATE TABLE IF NOT EXISTS `quick_entry` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `description` text NOT NULL,
  `entry_type` varchar(50) NOT NULL,
  `base_desc` varchar(200) NOT NULL,
  `base_amount` double NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `quotation`
--

CREATE TABLE IF NOT EXISTS `quotation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `brokingslip` varchar(200) NOT NULL,
  `date` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=359 ;

--
-- Dumping data for table `quotation`
--

INSERT INTO `quotation` (`id`, `brokingslip`, `date`) VALUES
(2, '65', '2011-06-28'),
(3, '66', '2011-06-28'),
(4, '67', '2011-06-28'),
(5, '68', '2011-06-28'),
(6, '69', '2011-06-28'),
(7, '70', '2011-06-29'),
(8, '71', '2011-06-29'),
(9, '72', '2011-06-29'),
(10, '73', '2011-06-29'),
(11, '74', '2011-06-29'),
(12, '75', '2011-06-30'),
(13, '76', '2011-06-30'),
(14, '77', '2011-07-02'),
(15, '78', '2011-07-02'),
(16, '79', '2011-07-02'),
(17, '80', '2011-07-02'),
(18, '81', '2011-07-02'),
(19, '82', '2011-07-03'),
(20, '83', '2011-07-03'),
(21, '84', '2011-07-03'),
(22, '85', '2011-07-03'),
(23, '86', '2011-07-03'),
(24, '87', '2011-07-03'),
(25, '88', '2011-07-03'),
(26, '89', '2011-07-04'),
(27, '90', '2011-07-04'),
(28, '91', '2011-07-04'),
(29, '92', '2011-07-05'),
(30, '93', '2011-07-06'),
(31, '94', '2011-07-07'),
(32, '95', '2011-07-10'),
(33, '96', '2011-07-10'),
(34, '97', '2011-07-10'),
(35, '98', '2011-07-10'),
(36, '99', '2011-07-11'),
(37, '100', '2011-07-11'),
(38, '101', '2011-07-11'),
(39, '102', '2011-07-11'),
(40, '103', '2011-07-11'),
(41, '104', '2011-07-11'),
(42, '105', '2011-07-12'),
(43, '106', '2011-07-12'),
(44, '107', '2011-07-12'),
(45, '108', '2011-07-13'),
(46, '109', '2011-07-13'),
(47, '110', '2011-07-13'),
(48, '111', '2011-07-17'),
(49, '112', '2011-07-17'),
(50, '113', '2011-07-18'),
(51, '114', '2011-07-18'),
(52, '115', '2011-07-18'),
(53, '116', '2011-07-18'),
(54, '117', '2011-07-19'),
(55, '118', '2011-07-19'),
(56, '119', '2011-07-19'),
(57, '120', '2011-07-19'),
(58, '121', '2011-07-21'),
(59, '122', '2011-07-21'),
(60, '123', '2011-07-24'),
(61, '124', '2011-07-26'),
(62, '125', '2011-07-27'),
(63, '126', '2011-07-27'),
(64, '127', '2011-07-27'),
(65, '128', '2011-07-28'),
(66, '129', '2011-07-28'),
(67, '130', '2011-07-28'),
(68, '131', '2011-07-30'),
(69, '132', '2011-07-30'),
(70, '133', '2011-07-30'),
(71, '134', '2011-08-01'),
(72, '135', '2011-08-01'),
(73, '136', '2011-08-01'),
(74, '137', '2011-08-02'),
(75, '138', '2011-08-02'),
(76, '139', '2011-08-02'),
(77, '140', '2011-08-02'),
(78, '141', '2011-08-02'),
(79, '142', '2011-08-03'),
(80, '143', '2011-08-03'),
(81, '144', '2011-08-03'),
(82, '145', '2011-08-03'),
(83, '146', '2011-08-04'),
(84, '147', '2011-08-04'),
(85, '148', '2011-08-04'),
(86, '0', '2011-08-06'),
(87, '150', '2011-08-06'),
(88, '151', '2011-08-06'),
(89, '152', '2011-08-06'),
(90, '153', '2011-08-07'),
(91, '154', '2011-08-07'),
(92, '155', '2011-08-08'),
(93, '156', '2011-08-09'),
(94, '157', '2011-08-09'),
(95, '0', '2011-08-09'),
(96, '0', '2011-08-09'),
(97, '0', '2011-08-09'),
(98, '161', '2011-08-09'),
(99, '0', '2011-08-09'),
(100, '163', '2011-08-09'),
(101, '0', '2011-08-09'),
(102, '165', '2011-08-09'),
(103, '0', '2011-08-09'),
(104, '0', '2011-08-09'),
(105, '0', '2011-08-09'),
(106, '0', '2011-08-09'),
(107, '170', '2011-08-09'),
(108, '171', '2011-08-09'),
(109, '172', '2011-08-09'),
(110, '0', '2011-08-09'),
(111, '174', '2011-08-09'),
(112, '0', '2011-08-11'),
(113, '0', '2011-08-11'),
(114, '0', '2011-08-11'),
(115, '0', '2011-08-11'),
(116, '179', '2011-08-11'),
(117, '180', '2011-08-11'),
(118, '181', '2011-08-11'),
(119, '182', '2011-08-11'),
(120, '183', '2011-08-13'),
(121, '0', '2011-08-14'),
(122, '0', '2011-08-14'),
(123, '0', '2011-08-14'),
(124, '0', '2011-08-15'),
(125, '0', '2011-08-15'),
(126, '0', '2011-08-15'),
(127, '190', '2011-08-16'),
(128, '191', '2011-08-16'),
(129, '192', '2011-08-16'),
(130, '193', '2011-08-17'),
(131, '194', '2011-08-17'),
(132, '195', '2011-08-17'),
(133, '196', '2011-08-17'),
(134, '197', '2011-08-17'),
(135, '198', '2011-08-17'),
(136, '199', '2011-08-20'),
(137, '200', '2011-08-21'),
(138, '201', '2011-08-22'),
(139, '202', '2011-08-22'),
(140, '203', '2011-08-23'),
(141, '204', '2011-08-24'),
(142, '205', '2011-08-25'),
(143, '206', '2011-08-25'),
(144, '207', '2011-08-25'),
(145, '208', '2011-08-29'),
(146, '209', '2011-08-29'),
(147, '210', '2011-08-29'),
(148, '211', '2011-08-29'),
(149, '212', '2011-08-29'),
(150, '213', '2011-08-29'),
(151, '214', '2011-09-04'),
(152, '215', '2011-09-04'),
(153, '216', '2011-09-05'),
(154, '217', '2011-09-05'),
(155, '218', '2011-09-05'),
(156, '219', '2011-09-06'),
(157, '220', '2011-09-06'),
(158, '221', '2011-09-06'),
(159, '222', '2011-09-06'),
(160, '223', '2011-09-06'),
(161, '224', '2011-09-06'),
(162, '225', '2011-09-06'),
(163, '226', '2011-09-06'),
(164, '227', '2011-09-07'),
(165, '228', '2011-09-11'),
(166, '229', '2011-09-11'),
(167, '230', '2011-09-12'),
(168, '231', '2011-09-13'),
(169, '232', '2011-09-18'),
(170, '233', '2011-09-18'),
(171, '234', '2011-09-18'),
(172, '235', '2011-09-18'),
(173, '236', '2011-09-18'),
(174, '237', '2011-09-19'),
(175, '238', '2011-09-20'),
(176, '239', '2011-09-20'),
(177, '240', '2011-09-20'),
(178, '241', '2011-09-24'),
(179, '242', '2011-09-25'),
(180, '243', '2011-09-25'),
(181, '244', '2011-09-25'),
(182, '245', '2011-09-26'),
(183, '246', '2011-10-02'),
(184, '247', '2011-10-02'),
(185, '248', '2011-10-03'),
(186, '249', '2011-10-03'),
(187, '250', '2011-10-04'),
(188, '251', '2011-10-04'),
(189, '252', '2011-10-04'),
(190, '253', '2011-10-06'),
(191, '254', '2011-10-06'),
(192, '255', '2011-10-09'),
(193, '256', '2011-10-10'),
(194, '257', '2011-10-10'),
(195, '258', '2011-10-10'),
(196, '259', '2011-10-11'),
(197, '260', '2011-10-12'),
(198, '261', '2011-10-13'),
(199, '262', '2011-10-13'),
(200, '263', '2011-10-15'),
(201, '264', '2011-10-15'),
(202, '265', '2011-10-16'),
(203, '266', '2011-10-17'),
(204, '267', '2011-10-23'),
(205, '268', '2011-10-23'),
(206, '269', '2011-10-24'),
(207, '270', '2011-10-24'),
(208, '271', '2011-10-24'),
(209, '272', '2011-10-24'),
(210, '273', '2011-10-25'),
(211, '274', '2011-10-25'),
(212, '275', '2011-10-26'),
(213, '276', '2011-10-26'),
(214, '277', '2011-10-27'),
(215, '278', '2011-10-27'),
(216, '279', '2011-10-27'),
(217, '280', '2011-10-29'),
(218, '281', '2011-10-30'),
(219, '282', '2011-10-30'),
(220, '283', '2011-10-31'),
(221, '284', '2011-11-01'),
(222, '285', '2011-11-01'),
(223, '286', '2011-11-01'),
(224, '287', '2011-11-02'),
(225, '288', '2011-11-02'),
(226, '289', '2011-11-02'),
(227, '290', '2011-11-02'),
(228, '291', '2011-11-02'),
(229, '292', '2011-11-02'),
(230, '293', '2011-11-09'),
(231, '294', '2011-11-10'),
(232, '295', '2011-11-10'),
(233, '296', '2011-11-10'),
(234, '297', '2011-11-11'),
(235, '298', '2011-11-12'),
(236, '299', '2011-11-12'),
(237, '300', '2011-11-13'),
(238, '301', '2011-11-13'),
(239, '302', '2011-11-14'),
(240, '303', '2011-11-16'),
(241, '304', '2011-11-20'),
(242, '305', '2011-11-21'),
(243, '306', '2011-11-21'),
(244, '307', '2011-11-22'),
(245, '308', '2011-11-22'),
(246, '309', '2011-11-22'),
(247, '310', '2011-11-22'),
(248, '311', '2011-11-22'),
(249, '312', '2011-11-22'),
(250, '313', '2011-11-22'),
(251, '314', '2011-11-22'),
(252, '315', '2011-11-22'),
(253, '316', '2011-11-22'),
(254, '317', '2011-11-22'),
(255, '318', '2011-11-22'),
(256, '319', '2011-11-22'),
(257, '320', '2011-11-22'),
(258, '321', '2011-11-23'),
(259, '322', '2011-11-28'),
(260, '323', '2011-11-28'),
(261, '324', '2011-11-28'),
(262, '325', '2011-11-28'),
(263, '326', '2011-11-28'),
(264, '327', '2011-11-29'),
(265, '328', '2011-12-01'),
(266, '329', '2011-12-01'),
(267, '330', '2011-12-01'),
(268, '331', '2011-12-01'),
(269, '332', '2011-12-01'),
(270, '333', '2011-12-03'),
(271, '334', '2011-12-03'),
(272, '335', '2011-12-04'),
(273, '336', '2011-12-04'),
(274, '337', '2011-12-04'),
(275, '338', '2011-12-04'),
(276, '339', '2011-12-04'),
(277, '340', '2011-12-04'),
(278, '341', '2011-12-05'),
(279, '342', '2011-12-05'),
(280, '343', '2011-12-05'),
(281, '344', '2011-12-05'),
(282, '345', '2011-12-05'),
(283, '346', '2011-12-07'),
(284, '347', '2011-12-07'),
(285, '348', '2011-12-08'),
(286, '349', '2011-12-11'),
(287, '350', '2011-12-11'),
(288, '351', '2011-12-12'),
(289, '352', '2011-12-13'),
(290, '353', '2011-12-13'),
(291, '354', '2011-12-13'),
(292, '355', '2011-12-13'),
(293, '356', '2011-12-14'),
(294, '357', '2011-12-14'),
(295, '358', '2011-12-14'),
(296, '359', '2011-12-14'),
(297, '360', '2011-12-14'),
(298, '361', '2011-12-19'),
(299, '362', '2011-12-19'),
(300, '363', '2011-12-19'),
(301, '364', '2011-12-19'),
(302, '365', '2011-12-19'),
(303, '366', '2011-12-19'),
(304, '367', '2011-12-19'),
(305, '368', '2011-12-19'),
(306, '369', '2011-12-19'),
(307, '370', '2011-12-19'),
(308, '371', '2011-12-20'),
(309, '372', '2011-12-21'),
(310, '373', '2011-12-21'),
(311, '374', '2011-12-22'),
(312, '375', '2011-12-22'),
(313, '376', '2011-12-25'),
(314, '377', '2011-12-26'),
(315, '378', '2011-12-26'),
(316, '379', '2011-12-26'),
(317, '380', '2011-12-26'),
(318, '381', '2011-12-26'),
(319, '382', '2011-12-26'),
(320, '383', '2011-12-26'),
(321, '384', '2011-12-26'),
(322, '385', '2011-12-26'),
(323, '386', '2011-12-26'),
(324, '387', '2011-12-27'),
(325, '388', '2011-12-27'),
(326, '389', '2011-12-27'),
(327, '390', '2011-12-27'),
(328, '391', '2011-12-28'),
(329, '392', '2011-12-28'),
(330, '393', '2012-01-01'),
(331, '394', '2012-01-01'),
(332, '395', '2012-01-03'),
(333, '396', '2012-01-03'),
(334, '397', '2012-01-03'),
(335, '398', '2012-01-03'),
(336, '399', '2012-01-03'),
(337, '400', '2012-01-05'),
(338, '401', '2012-01-05'),
(339, '402', '2012-01-08'),
(340, '403', '2012-01-08'),
(341, '404', '2012-01-08'),
(342, '405', '2012-01-09'),
(343, '406', '2012-01-09'),
(344, '407', '2012-01-10'),
(345, '408', '2012-01-10'),
(346, '409', '2012-01-10'),
(347, '410', '2012-01-11'),
(348, '411', '2012-01-12'),
(349, '412', '2012-01-15'),
(350, '413', '2012-01-15'),
(351, '414', '2012-01-15'),
(352, '415', '2012-01-15'),
(353, '416', '2012-01-18'),
(354, '417', '2012-01-18'),
(355, '418', '2012-01-18'),
(356, '419', '2012-01-19'),
(357, '420', '2012-01-19'),
(358, '421', '2012-01-26');

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

--
-- Table structure for table `quotation_files`
--

CREATE TABLE IF NOT EXISTS `quotation_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quotationid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=88 ;

--
-- Dumping data for table `quotation_files`
--

INSERT INTO `quotation_files` (`id`, `quotationid`, `filename`, `fileid`) VALUES
(1, 26, 'CHARTIS.pdf', 83),
(2, 26, 'Chartis.pdf', 84),
(3, 26, 'Chartis1.pdf', 85),
(4, 26, 'Chartis2.pdf', 86),
(5, 27, 'WC_Qt_Speetech.doc', 87),
(6, 63, 'Quotation_TPL1.pdf', 136),
(7, 62, 'Quotation_WC1.pdf', 137),
(8, 77, 'Quotation_Fire.pdf', 166),
(9, 78, 'Quotation_house.pdf', 167),
(10, 75, 'Quotation_plant.pdf', 168),
(11, 74, 'Qotation_wc.pdf', 169),
(12, 76, 'Quotation_money.pdf', 170),
(15, 81, 'Quotation_Sheikh.doc', 176),
(16, 80, 'PAR_comparison.xls', 186),
(17, 90, 'Quotation1.pdf', 188),
(18, 119, 'Quote_WC.doc', 215),
(20, 117, 'Q1.pdf', 218),
(21, 117, 'Q2.pdf', 219),
(24, 119, 'Quote_WC1.doc', 222),
(23, 117, 'Q3.pdf', 221),
(25, 80, 'Quotation.doc', 229),
(26, 120, 'Quote_1.doc', 231),
(29, 130, 'Quotation_GL.pdf', 252),
(28, 120, 'Quote_2.doc', 233),
(30, 130, 'Quotation_GL1.pdf', 258),
(31, 131, 'Employee_list.xls', 259),
(32, 131, 'Quotation1.doc', 260),
(34, 137, 'QT_-Seib.pdf', 267),
(35, 142, 'Quotation2.doc', 283),
(36, 130, 'Employee_list1.xls', 299),
(37, 156, 'Quotation3.doc', 307),
(38, 156, 'Quotation4.doc', 308),
(39, 157, 'Employee_list2.xls', 310),
(40, 174, 'Quotation_Office_Secure_Terms_-_Al_Hamriya_(Hamilton)_2011.pdf', 333),
(41, 177, 'Quotation5.doc', 336),
(42, 178, 'WC_Comparison.xls', 338),
(43, 181, 'TPL_-_Quotation.pdf', 344),
(44, 180, 'WC_Quotation.pdf', 345),
(45, 184, 'Quotation2.pdf', 357),
(46, 184, 'Quotation3.pdf', 358),
(47, 184, 'Equipment_list.xls', 359),
(48, 185, 'Qotation_TPL.pdf', 361),
(49, 186, 'Isthimara_212085.pdf', 362),
(50, 195, 'Quotation_-Voltage_Engineering.pdf', 376),
(51, 200, 'QGC-_Workers_Details._.xls', 399),
(52, 201, 'Quotation_Global_Mechanical_Engineering.pdf', 410),
(53, 202, 'Quotations_Horeitia_Global_-_Business_Shield.pdf', 413),
(54, 204, 'Quotation_-Voltage_Engineering_-_TPL_-_QP_Land_Lease.pdf', 418),
(55, 208, 'Quotation6.doc', 436),
(56, 209, 'RSTC_employee_details.xls', 438),
(57, 92, 'List_of_employees_-_Policy1.pdf', 459),
(58, 92, 'List_of_employees_-_Policy2.pdf', 460),
(59, 220, 'Quotaion_South_West_P._Indemnity_.pdf', 461),
(60, 92, 'List_of_employees_-_Policy3.pdf', 462),
(62, 233, 'Quote_Doha_Golf_Club.pdf', 486),
(63, 229, 'Quotation_Fidelity_guaranty.pdf', 491),
(66, 228, 'Quotation_Money.pdf', 494),
(67, 239, 'Dolphin_Quotation.pdf', 515),
(68, 241, 'Seven_Star_Quotation.pdf', 537),
(69, 263, 'I_B_School_-_Business_Shield_-_Quotation.pdf', 559),
(70, 281, 'WC_EL_Quote_-_gulf_star.pdf', 597),
(71, 283, 'Hyundai_Eng_and_Trad_Motor_Quotation.pdf', 601),
(72, 276, 'Group_Medical_Quotation_-_Qatar_-_Oryx_energy.pdf', 612),
(73, 209, 'RISE_SHINE_employee_list.xls', 630),
(74, 295, 'QB_Engineering_-_WC_-_Quotation.pdf', 633),
(75, 296, 'QB_Engineering_-_Third_Party_Liability_Quotation.pdf', 634),
(76, 308, 'SEIB_Quote_sun_and_sand.pdf', 654),
(77, 313, 'QB_Engineering_-_CAR_Quotation.pdf', 657),
(79, 329, 'Dulsco_Qatar_-_Fire_Insurance.pdf', 671),
(80, 328, 'Dulsco_-_TPL_-_Savoy_Qatar_271211.pdf', 672),
(81, 284, 'Zeal_Trading_wc_quotation.pdf', 708),
(82, 341, 'Exblowra_WC-_Savoy_Insurance_Brokers_08.01_.2012_.pdf', 711),
(83, 341, 'Exblowra_WC_Quotation_12.01_.2012_.pdf', 712),
(84, 351, 'Quotation_-_Goods_in_Transit_(QB_Engineering).pdf', 713),
(85, 351, 'Quotation_Inland_Transit_Insurance_(QIC)_QB_Engineering.docx', 714),
(86, 355, 'Voltage_-_Alstom_Grid_-_Quotation_1.pdf', 721),
(87, 355, 'Voltage_-_Alstom_Grid_-_TPL_Quotation_2.pdf', 722);

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

--
-- Table structure for table `quotation_reference`
--

CREATE TABLE IF NOT EXISTS `quotation_reference` (
  `qref` varchar(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `quotation_reference`
--

INSERT INTO `quotation_reference` (`qref`) VALUES
('SAV');

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

--
-- Table structure for table `receipt_cheque`
--

CREATE TABLE IF NOT EXISTS `receipt_cheque` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` int(11) NOT NULL,
  `ch_date` date NOT NULL,
  `bank_name` varchar(50) NOT NULL,
  `cheque_no` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=88 ;

--
-- Dumping data for table `receipt_cheque`
--

INSERT INTO `receipt_cheque` (`id`, `reference`, `ch_date`, `bank_name`, `cheque_no`) VALUES
(1, 41, '2011-06-09', 'QIB', '247794'),
(2, 74, '2011-05-26', 'QNB', '001937'),
(3, 75, '2011-05-26', 'QNB', '001937'),
(4, 77, '2011-06-15', 'Commercial Bank of Qatar', '01000251'),
(5, 94, '2011-06-11', 'HSBC Bank', '86645'),
(6, 95, '2011-06-11', 'HSBC Bank', '86646'),
(7, 107, '2011-06-20', 'Commercial Bank of Qatar', '01000832'),
(8, 108, '2011-06-20', 'HSBC', '145616'),
(11, 121, '2011-06-28', 'HSBC Bank', '145627'),
(12, 173, '2011-07-05', 'QIB Bank', '001-452055'),
(13, 174, '2011-07-06', 'Commercial Bank Of Qatar', '01002432'),
(14, 182, '2011-07-05', 'Commercial Bank Of Qatar', '01001971'),
(15, 205, '2011-07-13', 'Commercial Bank of Qatar', '1974'),
(16, 207, '2011-07-13', 'Doha Bank', '673598'),
(17, 209, '2011-07-14', 'Doha Bank', '630479'),
(19, 241, '2011-07-14', 'Doha Bank', '726232'),
(20, 259, '2011-06-26', 'Doha Bank', '526327'),
(21, 265, '2011-08-03', 'QIB', '015-556616'),
(22, 288, '2011-03-03', 'IBQ', '643562'),
(23, 289, '2011-08-04', 'IBQ', '643561'),
(24, 290, '2011-08-04', 'QIB', '007-271615'),
(25, 292, '2011-08-04', 'Doha Bank', '673598'),
(26, 293, '2011-07-13', 'Commercial Bank Of Qatar', '01001974'),
(27, 296, '2011-05-23', 'QIB', '001-452042'),
(28, 303, '2011-08-06', 'Doha Bank', '123161'),
(29, 316, '2011-06-06', 'QNB', '651036'),
(30, 317, '2011-07-18', 'Doha Bank', '379942'),
(31, 320, '2011-07-28', 'Commercial Bank', '01004007'),
(32, 369, '2011-07-12', 'HSBC Bank', '194549'),
(33, 379, '2011-07-28', 'Commercial Bank of Qatar', '01000493'),
(34, 388, '2011-08-13', 'QNB Bank', '005125'),
(35, 389, '2011-08-06', 'Commercial Bank of Qatar', '01001643'),
(36, 391, '2011-08-01', 'Commercial Bank of Qatar', '01008974'),
(37, 392, '2011-08-01', 'Commercial Bank of Qatar', '01008973'),
(38, 393, '2011-08-26', 'Commercial Bank of Qatar', '01002246'),
(39, 479, '2011-08-24', 'QIB', '006-604234'),
(40, 491, '2011-09-18', 'QNB Bank', '005199'),
(41, 495, '2011-08-23', 'QIB', '001-452043'),
(42, 496, '2011-09-13', 'International Islamic Bank', '00956239'),
(43, 498, '2011-09-19', 'Commercial Bank of Qatar', '01000248'),
(44, 520, '2011-09-21', 'Mashreq Bank', '001706'),
(45, 521, '2011-09-25', 'IBQ Bank', '756680'),
(46, 522, '2011-09-25', 'IBQ Bank', '756679'),
(47, 530, '2011-10-10', 'Doha Bank', '955870'),
(48, 531, '2011-10-10', 'Doha Bank', '955871'),
(49, 532, '2011-08-09', 'Commercial Bank of Qatar', '01001901'),
(50, 547, '2011-09-20', 'Doha Bank', '589000'),
(51, 571, '2011-10-13', 'IBQ Bank', '756731'),
(52, 572, '2011-10-13', 'IBQ Bank', '764126'),
(53, 573, '2011-10-05', 'QIB', '015-556632'),
(54, 579, '2011-10-10', 'Commercial Bank of Qatar', '01000938 '),
(55, 584, '2011-10-11', 'IBQ Bank', '001952306 '),
(56, 585, '2011-10-17', 'Doha Bank', '130699'),
(57, 609, '2011-10-15', 'Doha Bank', '388806'),
(58, 645, '2011-11-03', 'QNB Bank', '005773'),
(59, 646, '2011-11-07', 'Doha Bank', '975276'),
(60, 647, '2011-09-20', 'Doha Bank', '991960'),
(61, 685, '2011-10-10', 'HSBC Bank', '227290'),
(62, 691, '2011-11-10', 'HSBC Bank Middle East limited', '391'),
(63, 703, '2011-11-28', 'Mashreq Bank', '000715'),
(64, 744, '2011-12-05', 'Doha Bank', '005218'),
(65, 746, '2011-11-13', 'HSBC Bank', '332985'),
(66, 759, '2011-12-13', 'QNB Bank', '001790'),
(67, 769, '2011-12-15', 'IBQ Bank', '794360'),
(68, 770, '2011-12-15', 'IBQ Bank', '794371'),
(69, 791, '2011-11-26', 'Standard Charted Bank', '007041'),
(70, 794, '2012-01-11', 'Doha Bank', '794394'),
(71, 800, '2011-10-09', 'Commercial Bank', '01004300'),
(72, 819, '2011-12-31', 'Commercial Bank of Qatar', '01000948'),
(73, 831, '2011-12-29', 'Mashreq Bank', '000066'),
(74, 833, '2011-12-13', 'QIB Bank', '875127'),
(75, 861, '2011-12-31', 'QIB Bank', '015556675'),
(76, 862, '2012-01-10', 'Doha Bank', '694594'),
(77, 864, '2012-01-10', 'Mashreq Bank', '002015'),
(78, 868, '2012-01-11', 'Doha Bank', '794394'),
(79, 871, '2011-12-28', 'Doha Bank', '403993'),
(80, 881, '2011-04-11', 'HSBC Bank', '42118'),
(81, 898, '2012-01-15', 'Commercial Bank of Qatar', '01000292'),
(82, 907, '2012-01-15', 'Commercial Bank of Qatar', '01001215'),
(83, 908, '2012-01-31', 'Commercial Bank of Qatar', '01001216'),
(84, 919, '2012-01-21', 'Commercial Bank of Qatar', '01000380'),
(85, 920, '2011-12-20', 'Commercial Bank of Qatar', '1000281'),
(86, 921, '2012-01-25', 'Al Khaliji', '11000700'),
(87, 923, '2012-02-01', 'International Bank of Qatar', '824467');

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

--
-- Table structure for table `refs`
--

CREATE TABLE IF NOT EXISTS `refs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(11) NOT NULL DEFAULT '0',
  `reference` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=924 ;

--
-- Dumping data for table `refs`
--

INSERT INTO `refs` (`id`, `type`, `reference`) VALUES
(7, '6', 'DN/2011/4'),
(8, '5', 'CN/2011/1'),
(9, '6', 'DN/2011/5'),
(11, '6', 'DN/2011/7'),
(15, '6', 'DN/2011/10'),
(16, '6', 'DN/2011/11'),
(17, '6', 'DN/2011/12'),
(18, '6', 'DN/2011/13'),
(19, '6', 'DN/2011/14'),
(23, '6', 'DN/2011/18'),
(25, '6', 'DN/2011/20'),
(29, '6', 'DN/2011/24'),
(30, '6', 'DN/2011/25'),
(33, '6', 'DN/2011/28'),
(34, '6', 'DN/2011/29'),
(35, '6', 'DN/2011/30'),
(36, '5', 'CN/2011/2'),
(37, '6', 'DN/2011/31'),
(39, '6', 'DN/2011/32'),
(40, '6', 'DN/2011/33'),
(41, '2', 'RV/2011/1'),
(42, '6', 'DN/2011/34'),
(47, '6', 'DN/2011/39'),
(48, '6', 'DN/2011/40'),
(50, '6', 'DN/2011/42'),
(53, '6', 'DN/2011/44'),
(54, '6', 'DN/2011/45'),
(55, '6', 'DN/2011/46'),
(56, '6', 'DN/2011/47'),
(57, '6', 'DN/2011/48'),
(58, '6', 'DN/2011/49'),
(59, '6', 'DN/2011/50'),
(60, '6', 'DN/2011/51'),
(61, '6', 'DN/2011/52'),
(62, '6', 'DN/2011/53'),
(63, '2', 'RV/2011/2'),
(69, '5', 'CN/2011/5'),
(70, '6', 'DN/2011/57'),
(74, '2', 'RV/2011/3'),
(76, '6', 'DN/2011/60'),
(77, '2', 'RV/2011/4'),
(79, '6', 'DN/2011/61'),
(82, '6', 'DN/2011/64'),
(83, '6', 'DN/2011/65'),
(84, '6', 'DN/2011/66'),
(87, '6', 'DN/2011/69'),
(88, '6', 'DN/2011/70'),
(89, '6', 'DN/2011/71'),
(90, '6', 'DN/2011/72'),
(91, '6', 'DN/2011/73'),
(94, '2', 'RV/2011/5'),
(95, '2', 'RV/2011/6'),
(96, '6', 'DN/2011/75'),
(98, '6', 'DN/2011/77'),
(101, '6', 'DN/2011/79'),
(103, '6', 'DN/2011/80'),
(104, '5', 'CN/2011/9'),
(105, '6', 'DN/2011/81'),
(106, '6', 'DN/2011/82'),
(107, '2', 'RV/2011/7'),
(108, '2', 'RV/2011/8'),
(109, '6', 'DN/2011/83'),
(110, '6', 'DN/2011/84'),
(111, '6', 'DN/2011/85'),
(112, '6', 'DN/2011/86'),
(113, '6', 'DN/2011/87'),
(114, '6', 'DN/2011/88'),
(115, '6', 'DN/2011/89'),
(118, '6', 'DN/2011/92'),
(120, '6', 'DN/2011/94'),
(121, '2', 'RV/2011/9'),
(127, '6', 'DN/2011/98'),
(129, '6', 'DN/2011/100'),
(132, '6', 'DN/2011/101'),
(133, '6', 'DN/2011/102'),
(134, '6', 'DN/2011/103'),
(135, '6', 'DN/2011/104'),
(136, '6', 'DN/2011/105'),
(139, '6', 'DN/2011/107'),
(140, '6', 'DN/2011/108'),
(143, '6', 'DN/2011/111'),
(144, '6', 'DN/2011/112'),
(145, '6', 'DN/2011/113'),
(146, '6', 'DN/2011/114'),
(149, '5', 'CN/2011/10'),
(150, '6', 'DN/2011/116'),
(151, '3', 'JV/2011/1'),
(152, '1', 'PV/2011/1'),
(153, '3', 'JV/2011/2'),
(154, '1', 'PV/2011/2'),
(155, '3', 'JV/2011/3'),
(156, '1', 'PV/2011/3'),
(157, '3', 'JV/2011/4'),
(158, '1', 'PV/2011/4'),
(162, '6', 'DN/2011/119'),
(163, '6', 'DN/2011/120'),
(164, '5', 'CN/2011/11'),
(165, '6', 'DN/2011/121'),
(166, '5', 'CN/2011/12'),
(167, '6', 'DN/2011/122'),
(170, '6', 'DN/2011/124'),
(171, '6', 'DN/2011/125'),
(172, '2', 'RV/2011/10'),
(173, '2', 'RV/2011/11'),
(174, '2', 'RV/2011/12'),
(175, '5', 'CN/2011/13'),
(176, '6', 'DN/2011/126'),
(177, '6', 'DN/2011/127'),
(178, '6', 'DN/2011/128'),
(179, '2', 'RV/2011/13'),
(180, '6', 'DN/2011/129'),
(181, '6', 'DN/2011/130'),
(182, '2', 'RV/2011/14'),
(187, '6', 'DN/2011/134'),
(194, '6', 'DN/2011/139'),
(196, '6', 'DN/2011/141'),
(197, '6', 'DN/2011/142'),
(198, '6', 'DN/2011/143'),
(200, '6', 'DN/2011/144'),
(202, '6', 'DN/2011/146'),
(203, '6', 'DN/2011/147'),
(204, '6', 'DN/2011/148'),
(205, '2', 'RV/2011/15'),
(206, '6', 'DN/2011/149'),
(207, '2', 'RV/2011/16'),
(209, '2', 'RV/2011/17'),
(214, '6', 'DN/2011/154'),
(225, '6', 'DN/2011/162'),
(228, '6', 'DN/2011/165'),
(230, '6', 'DN/2011/167'),
(231, '6', 'DN/2011/168'),
(232, '6', 'DN/2011/169'),
(235, '5', 'CN/2011/14'),
(236, '6', 'DN/2011/170'),
(237, '5', 'CN/2011/15'),
(238, '6', 'DN/2011/171'),
(241, '2', 'RV/2011/18'),
(244, '6', 'DN/2011/172'),
(251, '6', 'DN/2011/178'),
(252, '6', 'DN/2011/179'),
(253, '6', 'DN/2011/180'),
(254, '6', 'DN/2011/181'),
(255, '6', 'DN/2011/182'),
(256, '6', 'DN/2011/183'),
(259, '2', 'RV/2011/19'),
(260, '6', 'DN/2011/185'),
(262, '6', 'DN/2011/186'),
(264, '6', 'DN/2011/187'),
(265, '2', 'RV/2011/20'),
(266, '6', 'DN/2011/188'),
(268, '6', 'DN/2011/190'),
(277, '6', 'DN/2011/199'),
(278, '6', 'DN/2011/200'),
(279, '6', 'DN/2011/201'),
(280, '6', 'DN/2011/202'),
(281, '6', 'DN/2011/203'),
(283, '6', 'DN/2011/205'),
(284, '6', 'DN/2011/206'),
(285, '6', 'DN/2011/207'),
(286, '6', 'DN/2011/208'),
(287, '6', 'DN/2011/209'),
(288, '2', 'RV/2011/21'),
(289, '2', 'RV/2011/22'),
(290, '2', 'RV/2011/23'),
(292, '2', 'RV/2011/24'),
(294, '6', 'DN/2011/211'),
(295, '2', 'RV/2011/25'),
(296, '2', 'RV/2011/26'),
(302, '6', 'DN/2011/216'),
(303, '2', 'RV/2011/27'),
(305, '3', 'JV/2011/5'),
(307, '6', 'DN/2011/219'),
(310, '2', 'RV/2011/28'),
(311, '6', 'DN/2011/222'),
(312, '2', 'RV/2011/29'),
(313, '2', 'RV/2011/30'),
(314, '2', 'RV/2011/31'),
(315, '2', 'RV/2011/32'),
(316, '2', 'RV/2011/33'),
(317, '2', 'RV/2011/34'),
(318, '6', 'DN/2011/223'),
(319, '6', 'DN/2011/224'),
(320, '2', 'RV/2011/35'),
(322, '2', 'RV/2011/36'),
(324, '2', 'RV/2011/37'),
(333, '6', 'DN/2011/233'),
(337, '6', 'DN/2011/237'),
(342, '6', 'DN/2011/242'),
(343, '6', 'DN/2011/243'),
(344, '6', 'DN/2011/244'),
(345, '6', 'DN/2011/245'),
(346, '6', 'DN/2011/246'),
(347, '6', 'DN/2011/247'),
(348, '6', 'DN/2011/248'),
(349, '6', 'DN/2011/249'),
(350, '2', 'RV/2011/38'),
(354, '6', 'DN/2011/252'),
(355, '6', 'DN/2011/253'),
(358, '6', 'DN/2011/256'),
(359, '6', 'DN/2011/257'),
(361, '6', 'DN/2011/259'),
(362, '6', 'DN/2011/260'),
(363, '2', 'RV/2011/39'),
(369, '2', 'RV/2011/40'),
(370, '6', 'DN/2011/265'),
(373, '5', 'CN/2011/16'),
(374, '6', 'DN/2011/266'),
(375, '6', 'DN/2011/267'),
(379, '2', 'RV/2011/41'),
(380, '6', 'DN/2011/269'),
(385, '6', 'DN/2011/273'),
(386, '6', 'DN/2011/274'),
(387, '6', 'DN/2011/275'),
(388, '2', 'RV/2011/42'),
(389, '2', 'RV/2011/43'),
(390, '6', 'DN/2011/276'),
(391, '2', 'RV/2011/44'),
(392, '2', 'RV/2011/45'),
(393, '2', 'RV/2011/46'),
(394, '6', 'DN/2011/277'),
(405, '6', 'DN/2011/284'),
(406, '6', 'DN/2011/285'),
(409, '6', 'DN/2011/286'),
(410, '6', 'DN/2011/287'),
(411, '6', 'DN/2011/288'),
(412, '6', 'DN/2011/289'),
(413, '6', 'DN/2011/290'),
(415, '6', 'DN/2011/292'),
(418, '6', 'DN/2011/294'),
(420, '6', 'DN/2011/295'),
(425, '6', 'DN/2011/297'),
(428, '5', 'CN/2011/17'),
(431, '6', 'DN/2011/302'),
(432, '6', 'DN/2011/303'),
(436, '6', 'DN/2011/306'),
(437, '6', 'DN/2011/307'),
(440, '6', 'DN/2011/309'),
(442, '6', 'DN/2011/311'),
(443, '6', 'DN/2011/312'),
(444, '6', 'DN/2011/313'),
(445, '6', 'DN/2011/314'),
(447, '6', 'DN/2011/315'),
(451, '6', 'DN/2011/318'),
(452, '6', 'DN/2011/319'),
(453, '6', 'DN/2011/320'),
(455, '6', 'DN/2011/322'),
(456, '6', 'DN/2011/323'),
(459, '6', 'DN/2011/325'),
(460, '6', 'DN/2011/326'),
(463, '6', 'DN/2011/328'),
(466, '6', 'DN/2011/330'),
(467, '6', 'DN/2011/331'),
(468, '6', 'DN/2011/332'),
(469, '6', 'DN/2011/333'),
(470, '6', 'DN/2011/334'),
(471, '6', 'DN/2011/335'),
(474, '6', 'DN/2011/337'),
(477, '6', 'DN/2011/338'),
(478, '6', 'DN/2011/339'),
(479, '2', 'RV/2011/47'),
(480, '2', 'RV/2011/48'),
(481, '2', 'RV/2011/49'),
(482, '6', 'DN/2011/340'),
(483, '6', 'DN/2011/341'),
(484, '6', 'DN/2011/342'),
(486, '6', 'DN/2011/343'),
(488, '6', 'DN/2011/345'),
(489, '6', 'DN/2011/346'),
(490, '6', 'DN/2011/347'),
(491, '2', 'RV/2011/50'),
(492, '6', 'DN/2011/348'),
(494, '6', 'DN/2011/349'),
(495, '2', 'RV/2011/51'),
(496, '2', 'RV/2011/52'),
(497, '6', 'DN/2011/350'),
(498, '2', 'RV/2011/53'),
(499, '6', 'DN/2011/351'),
(502, '6', 'DN/2011/354'),
(503, '6', 'DN/2011/355'),
(504, '6', 'DN/2011/356'),
(505, '6', 'DN/2011/357'),
(506, '2', 'RV/2011/54'),
(507, '2', 'RV/2011/55'),
(508, '2', 'RV/2011/56'),
(509, '2', 'RV/2011/57'),
(510, '2', 'RV/2011/58'),
(511, '5', 'CN/2011/18'),
(512, '6', 'DN/2011/358'),
(513, '6', 'DN/2011/359'),
(514, '2', 'RV/2011/59'),
(515, '6', 'DN/2011/360'),
(516, '6', 'DN/2011/361'),
(517, '6', 'DN/2011/362'),
(518, '6', 'DN/2011/363'),
(519, '6', 'DN/2011/364'),
(520, '2', 'RV/2011/60'),
(521, '2', 'RV/2011/61'),
(522, '2', 'RV/2011/62'),
(527, '6', 'DN/2011/367'),
(530, '2', 'RV/2011/63'),
(531, '2', 'RV/2011/64'),
(532, '2', 'RV/2011/65'),
(533, '6', 'DN/2011/370'),
(534, '6', 'DN/2011/371'),
(535, '6', 'DN/2011/372'),
(536, '2', 'RV/2011/66'),
(537, '2', 'RV/2011/67'),
(538, '6', 'DN/2011/373'),
(539, '6', 'DN/2011/374'),
(540, '6', 'DN/2011/375'),
(541, '6', 'DN/2011/376'),
(542, '6', 'DN/2011/377'),
(543, '6', 'DN/2011/378'),
(545, '6', 'DN/2011/380'),
(546, '6', 'DN/2011/381'),
(547, '2', 'RV/2011/68'),
(549, '6', 'DN/2011/382'),
(550, '6', 'DN/2011/383'),
(553, '6', 'DN/2011/385'),
(554, '6', 'DN/2011/386'),
(555, '6', 'DN/2011/387'),
(556, '6', 'DN/2011/388'),
(557, '6', 'DN/2011/389'),
(560, '2', 'RV/2011/69'),
(562, '6', 'DN/2011/391'),
(563, '6', 'DN/2011/392'),
(565, '6', 'DN/2011/394'),
(567, '6', 'DN/2011/395'),
(568, '6', 'DN/2011/396'),
(569, '6', 'DN/2011/397'),
(570, '6', 'DN/2011/398'),
(571, '2', 'RV/2011/70'),
(572, '2', 'RV/2011/71'),
(573, '2', 'RV/2011/72'),
(574, '6', 'DN/2011/399'),
(575, '6', 'DN/2011/400'),
(576, '6', 'DN/2011/401'),
(577, '6', 'DN/2011/402'),
(579, '2', 'RV/2011/73'),
(580, '6', 'DN/2011/404'),
(581, '6', 'DN/2011/405'),
(582, '6', 'DN/2011/406'),
(584, '2', 'RV/2011/74'),
(585, '2', 'RV/2011/75'),
(586, '6', 'DN/2011/408'),
(588, '6', 'DN/2011/409'),
(589, '6', 'DN/2011/410'),
(590, '6', 'DN/2011/411'),
(591, '6', 'DN/2011/412'),
(592, '6', 'DN/2011/413'),
(593, '6', 'DN/2011/414'),
(594, '6', 'DN/2011/415'),
(595, '6', 'DN/2011/416'),
(596, '6', 'DN/2011/417'),
(597, '6', 'DN/2011/418'),
(598, '6', 'DN/2011/419'),
(599, '6', 'DN/2011/420'),
(601, '6', 'DN/2011/421'),
(603, '6', 'DN/2011/423'),
(606, '6', 'DN/2011/426'),
(608, '6', 'DN/2011/427'),
(609, '2', 'RV/2011/76'),
(610, '6', 'DN/2011/428'),
(611, '6', 'DN/2011/429'),
(612, '6', 'DN/2011/430'),
(615, '6', 'DN/2011/431'),
(616, '6', 'DN/2011/432'),
(617, '6', 'DN/2011/433'),
(618, '6', 'DN/2011/434'),
(619, '6', 'DN/2011/435'),
(620, '6', 'DN/2011/436'),
(621, '6', 'DN/2011/437'),
(625, '6', 'DN/2011/440'),
(629, '6', 'DN/2011/441'),
(630, '6', 'DN/2011/442'),
(631, '6', 'DN/2011/443'),
(632, '6', 'DN/2011/444'),
(636, '6', 'DN/2011/447'),
(638, '6', 'DN/2011/449'),
(640, '6', 'DN/2011/451'),
(641, '6', 'DN/2011/452'),
(642, '6', 'DN/2011/453'),
(643, '6', 'DN/2011/454'),
(644, '6', 'DN/2011/455'),
(645, '2', 'RV/2011/77'),
(646, '2', 'RV/2011/78'),
(647, '2', 'RV/2011/79'),
(649, '6', 'DN/2011/456'),
(652, '5', 'CN/2011/19'),
(655, '6', 'DN/2011/459'),
(658, '5', 'CN/2011/20'),
(659, '6', 'DN/2011/460'),
(660, '6', 'DN/2011/461'),
(661, '2', 'RV/2011/80'),
(663, '6', 'DN/2011/462'),
(664, '6', 'DN/2011/463'),
(665, '6', 'DN/2011/464'),
(666, '6', 'DN/2011/465'),
(667, '6', 'DN/2011/466'),
(668, '6', 'DN/2011/467'),
(669, '6', 'DN/2011/468'),
(670, '6', 'DN/2011/469'),
(678, '6', 'DN/2011/477'),
(679, '6', 'DN/2011/478'),
(680, '6', 'DN/2011/479'),
(681, '6', 'DN/2011/480'),
(682, '6', 'DN/2011/481'),
(683, '6', 'DN/2011/482'),
(684, '6', 'DN/2011/483'),
(685, '2', 'RV/2011/81'),
(686, '6', 'DN/2011/484'),
(687, '6', 'DN/2011/485'),
(688, '2', 'RV/2011/82'),
(689, '2', 'RV/2011/83'),
(690, '6', 'DN/2011/486'),
(691, '2', 'RV/2011/84'),
(692, '6', 'DN/2011/487'),
(693, '6', 'DN/2011/488'),
(695, '6', 'DN/2011/489'),
(696, '6', 'DN/2011/490'),
(697, '2', 'RV/2011/85'),
(698, '2', 'RV/2011/86'),
(699, '6', 'DN/2011/491'),
(700, '6', 'DN/2011/492'),
(701, '6', 'DN/2011/493'),
(702, '6', 'DN/2011/494'),
(703, '2', 'RV/2011/87'),
(704, '6', 'DN/2011/495'),
(707, '6', 'DN/2011/497'),
(709, '5', 'CN/2011/21'),
(710, '6', 'DN/2011/498'),
(711, '6', 'DN/2011/499'),
(712, '6', 'DN/2011/500'),
(713, '6', 'DN/2011/501'),
(714, '6', 'DN/2011/502'),
(715, '2', 'RV/2011/88'),
(716, '2', 'RV/2011/89'),
(717, '2', 'RV/2011/90'),
(718, '2', 'RV/2011/91'),
(719, '2', 'RV/2011/92'),
(720, '2', 'RV/2011/93'),
(721, '2', 'RV/2011/94'),
(722, '3', 'JV/2011/6'),
(723, '2', 'RV/2011/95'),
(724, '3', 'JV/2011/6'),
(725, '3', 'JV/2011/7'),
(726, '2', 'RV/2011/96'),
(727, '2', 'RV/2011/97'),
(728, '2', 'RV/2011/98'),
(729, '5', 'CN/2011/22'),
(730, '2', 'RV/2011/99'),
(731, '6', 'DN/2011/503'),
(732, '2', 'RV/2011/100'),
(733, '2', 'RV/2011/101'),
(734, '2', 'RV/2011/102'),
(735, '2', 'RV/2011/103'),
(736, '2', 'RV/2011/104'),
(737, '6', 'DN/2011/504'),
(738, '6', 'DN/2011/505'),
(739, '6', 'DN/2011/506'),
(741, '6', 'DN/2011/507'),
(742, '6', 'DN/2011/508'),
(743, '6', 'DN/2011/509'),
(744, '2', 'RV/2011/105'),
(745, '6', 'DN/2011/510'),
(746, '2', 'RV/2011/106'),
(747, '2', 'RV/2011/107'),
(748, '6', 'DN/2011/511'),
(750, '6', 'DN/2011/512'),
(751, '6', 'DN/2011/513'),
(752, '6', 'DN/2011/514'),
(753, '6', 'DN/2011/515'),
(754, '6', 'DN/2011/516'),
(756, '6', 'DN/2011/518'),
(758, '6', 'DN/2011/519'),
(759, '2', 'RV/2011/108'),
(761, '6', 'DN/2011/520'),
(762, '6', 'DN/2011/521'),
(763, '6', 'DN/2011/522'),
(764, '6', 'DN/2011/523'),
(767, '6', 'DN/2011/524'),
(769, '2', 'RV/2011/109'),
(770, '2', 'RV/2011/110'),
(771, '6', 'DN/2011/525'),
(772, '6', 'DN/2011/526'),
(774, '6', 'DN/2011/527'),
(775, '6', 'DN/2011/528'),
(776, '6', 'DN/2011/529'),
(777, '6', 'DN/2011/530'),
(778, '6', 'DN/2011/531'),
(779, '6', 'DN/2011/532'),
(780, '6', 'DN/2011/533'),
(781, '6', 'DN/2011/534'),
(783, '6', 'DN/2011/536'),
(785, '6', 'DN/2011/538'),
(786, '6', 'DN/2011/539'),
(787, '6', 'DN/2011/540'),
(790, '6', 'DN/2011/541'),
(791, '2', 'RV/2011/111'),
(792, '5', 'CN/2011/23'),
(794, '2', 'RV/2011/112'),
(795, '5', 'CN/2011/24'),
(796, '6', 'DN/2011/543'),
(798, '6', 'DN/2011/544'),
(800, '2', 'RV/2011/113'),
(801, '6', 'DN/2011/546'),
(803, '6', 'DN/2011/547'),
(804, '6', 'DN/2011/548'),
(805, '6', 'DN/2011/549'),
(806, '6', 'DN/2011/550'),
(807, '6', 'DN/2011/551'),
(808, '6', 'DN/2011/552'),
(809, '6', 'DN/2011/553'),
(810, '6', 'DN/2011/554'),
(811, '6', 'DN/2011/555'),
(812, '2', 'RV/2011/114'),
(813, '6', 'DN/2011/556'),
(814, '6', 'DN/2011/557'),
(815, '6', 'DN/2011/558'),
(816, '2', 'RV/2011/115'),
(817, '2', 'RV/2011/116'),
(818, '2', 'RV/2011/117'),
(819, '2', 'RV/2011/118'),
(820, '2', 'RV/2011/119'),
(821, '2', 'RV/2011/120'),
(822, '6', 'DN/2011/559'),
(823, '2', 'RV/2011/121'),
(824, '6', 'DN/2011/560'),
(825, '2', 'RV/2011/122'),
(826, '6', 'DN/2011/561'),
(828, '6', 'DN/2011/563'),
(829, '6', 'DN/2011/564'),
(830, '6', 'DN/2011/565'),
(831, '2', 'RV/2011/123'),
(832, '5', 'CN/2011/25'),
(833, '2', 'RV/2011/124'),
(834, '6', 'DN/2012/566'),
(835, '6', 'DN/2012/567'),
(837, '6', 'DN/2012/569'),
(838, '6', 'DN/2012/570'),
(839, '6', 'DN/2012/571'),
(841, '6', 'DN/2012/572'),
(842, '6', 'DN/2012/573'),
(843, '6', 'DN/2012/574'),
(844, '6', 'DN/2012/575'),
(845, '6', 'DN/2012/576'),
(847, '6', 'DN/2012/577'),
(848, '6', 'DN/2012/578'),
(849, '6', 'DN/2012/579'),
(852, '6', 'DN/2012/581'),
(853, '5', 'CN/2012/26'),
(854, '6', 'DN/2012/582'),
(857, '6', 'DN/2012/584'),
(858, '6', 'DN/2012/585'),
(859, '6', 'DN/2012/586'),
(860, '5', 'CN/2012/27'),
(861, '2', 'RV/2012/125'),
(862, '2', 'RV/2012/125'),
(863, '2', 'RV/2012/126'),
(864, '2', 'RV/2012/127'),
(865, '6', 'DN/2012/587'),
(866, '6', 'DN/2012/588'),
(867, '6', 'DN/2012/589'),
(868, '2', 'RV/2012/128'),
(869, '3', 'JV/2012/8'),
(870, '5', 'CN/2012/28'),
(871, '2', 'RV/2012/129'),
(872, '6', 'DN/2012/590'),
(873, '6', 'DN/2012/591'),
(874, '6', 'DN/2012/592'),
(875, '2', 'RV/2012/130'),
(876, '2', 'RV/2012/131'),
(877, '2', 'RV/2012/132'),
(878, '6', 'DN/2012/593'),
(881, '2', 'RV/2012/133'),
(882, '2', 'RV/2012/134'),
(883, '5', 'CN/2012/29'),
(884, '6', 'DN/2012/596'),
(885, '2', 'RV/2012/135'),
(886, '2', 'RV/2012/136'),
(887, '2', 'RV/2012/137'),
(888, '2', 'RV/2012/138'),
(889, '2', 'RV/2012/139'),
(890, '2', 'RV/2012/140'),
(891, '6', 'DN/2012/597'),
(892, '6', 'DN/2012/598'),
(893, '6', 'DN/2012/599'),
(895, '6', 'DN/2012/600'),
(896, '6', 'DN/2012/601'),
(897, '6', 'DN/2012/602'),
(898, '2', 'RV/2012/141'),
(899, '6', 'DN/2012/603'),
(901, '6', 'DN/2012/604'),
(902, '6', 'DN/2012/605'),
(904, '5', 'CN/2012/30'),
(905, '6', 'DN/2012/606'),
(906, '6', 'DN/2012/607'),
(907, '2', 'RV/2012/142'),
(908, '2', 'RV/2012/143'),
(909, '2', 'RV/2012/144'),
(910, '2', 'RV/2012/145'),
(911, '2', 'RV/2012/146'),
(916, '5', 'CN/2012/31'),
(917, '6', 'DN/2012/608'),
(918, '6', 'DN/2012/609'),
(919, '2', 'RV/2012/147'),
(920, '2', 'RV/2012/148'),
(921, '2', 'RV/2012/149'),
(922, '6', 'DN/2012/610'),
(923, '2', 'RV/2012/150');

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

--
-- Table structure for table `reminder`
--

CREATE TABLE IF NOT EXISTS `reminder` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `remind_name` varchar(100) NOT NULL,
  `remind_date` date NOT NULL,
  `beforedt` int(4) NOT NULL,
  `description` mediumtext NOT NULL,
  `userid` tinyint(3) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;

--
-- Dumping data for table `reminder`
--

INSERT INTO `reminder` (`id`, `remind_name`, `remind_date`, `beforedt`, `description`, `userid`) VALUES
(1, 'Meeting - Al Khaleej Insurance Co', '2011-06-13', 5, 'Meeting with Mr.Emad at 12 pm', 4),
(2, 'Meeting - Anil', '2011-06-12', 1, 'Meeting with Anil - Petromech', 4),
(3, 'Call - Habeeb', '0000-00-00', 3, 'Call Habeeb at 5 pm to confirm meeting - FFC', 4),
(4, 'Call - Mousmi', '2011-06-12', 1, 'Follow up on Al Safa polyclinic - premium calculation', 3),
(5, 'Meeting - Somia', '0000-00-00', 1, 'Venue ALKHALE', 4),
(6, 'Meeting - Somia', '2011-06-14', 1, 'Venue ALKHALE', 4),
(7, 'call Pravin Jape', '2010-06-24', 1, 'Call Pravin to confirm the appointment', 2),
(8, 'Call Pravin', '2010-06-24', 5, 'Call Pravin Jape to confirm the appointment', 2),
(11, 'Call Praveen', '2011-06-23', 5, 'Call n confirm meeting time for friday', 2),
(12, 'Mousmi - AXA', '2011-07-03', 1, 'Follow up on Business secure endorsement - Wellcare', 4),
(13, 'Lenouvelle Motor insurance', '2011-07-03', 1, 'Ask Sadique the minimum Premium for Motor comprehensive insurance.', 3),
(14, 'Lai son ', '2011-07-03', 1, 'Ask Magesh for the original policy.', 3),
(21, 'Speetech', '2011-07-06', 1, 'Upload certificate for Speetech. ', 3),
(22, 'Al Able group', '2011-07-06', 1, 'Add Al Able to the sibs,upload the cover note in Placing slip', 3),
(16, 'Al Ameen rent a car', '2011-06-03', 1, 'Brokerage of the Motor fleet policy. ', 3),
(17, 'AXA - Mousmi', '2011-06-03', 1, 'Addition of employees Wellcare Polyclinic. ', 3),
(20, 'Space Trading', '2011-07-06', 2, 'Upload Certificate. ', 3),
(19, 'Space Trading, ', '2011-03-05', 2, 'Upload the certificate in the Sibs.', 3),
(23, 'Call Shaji', '2011-07-22', 4, 'Discuss about soft3wqre\n\n\n', 4),
(24, 'Meeting', '2011-09-18', 0, 'Meeting with Mr.Anu', 4),
(25, 'hu', '2011-09-30', 5, 'to my gf', 4),
(26, 'Roots Qatar', '2011-10-10', 3, 'Discuss about Issuance of Motor Comprehensive Fleet Insurance policy', 3),
(27, 'Corniche Pharmacy', '2011-09-28', 2, 'Send statement of account to the client', 3),
(28, 'Corniche Pharmacy', '0000-00-00', 2, 'Send statement of account to the client', 3),
(29, 'audi', '2011-10-21', 1, 'visit audi with babu', 4),
(30, 'Shut Down maintenance Motor Insurance', '2011-11-20', 1, 'Shut Down maintenance Motor Insurance Vehicle reg no 346811 and 101394. Mousmi.', 3),
(31, 'Meeting - Mr.Yahia, Electra', '2011-11-16', 3, 'To discuss about the cheque priniting software', 4),
(32, 'Meeting - Shifa', '2011-12-07', 8, 'To discuss about medical insurance and claim procedure', 4),
(33, 'Presentation', '2011-12-07', 3, 'Software for insurance brokers', 4),
(34, 'Meeting - Alico', '2011-12-15', 2, 'Call on thursday morning to fix appointment for afternoon', 4),
(35, 'Bank Account', '2012-01-15', 4, 'Follow up with CBQ regarding debit card', 4),
(36, 'HRM ', '2012-01-28', 10, 'Presentation', 4);

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

--
-- Table structure for table `renewal`
--

CREATE TABLE IF NOT EXISTS `renewal` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `policyid` int(11) NOT NULL,
  `renrefno` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `policyid` (`policyid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `renewal_files`
--

CREATE TABLE IF NOT EXISTS `renewal_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `renewalid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `renewalid` (`renewalid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `reports_claims`
--

CREATE TABLE IF NOT EXISTS `reports_claims` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `clarepname` varchar(200) NOT NULL,
  `target` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `reports_claims`
--

INSERT INTO `reports_claims` (`id`, `clarepname`, `target`) VALUES
(1, 'Claim details client wise', 'claimsclientwise'),
(2, 'Claims cover wise', 'claimscoverwise'),
(3, 'Claims branch wise', 'claimsbranchwise'),
(6, 'Claims Insurer wise', 'claimsinscompwise');

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

--
-- Table structure for table `reports_hr`
--

CREATE TABLE IF NOT EXISTS `reports_hr` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hrrepname` varchar(250) NOT NULL,
  `target` varchar(250) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `reports_hr`
--

INSERT INTO `reports_hr` (`id`, `hrrepname`, `target`) VALUES
(1, 'Leave Report Employee wise', 'leaveempreport'),
(2, 'Leave Report Branch wise', 'leavebranchreport'),
(3, 'Commission Report Employee wise', 'commissionempreport'),
(4, 'Commission Report Branch wise', 'commissionbranchreport'),
(5, 'Salary Report Employee wise', 'salaryreportemp'),
(6, 'Salary Report Branch Wise', 'salaryreportbranch');

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

--
-- Table structure for table `reports_payment`
--

CREATE TABLE IF NOT EXISTS `reports_payment` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `prorepname` varchar(200) NOT NULL,
  `target` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `reports_payment`
--

INSERT INTO `reports_payment` (`id`, `prorepname`, `target`) VALUES
(1, 'Payment made client wise', 'paymentclientwise'),
(2, 'Payment made cover wise', 'paymentcoverwise'),
(3, 'Payment made employee wise', 'paymentemployeewise'),
(4, 'Payment made agent wise', 'paymentagentwise'),
(5, 'Payment made to Insurance Comapnies', 'paymentinscompwise'),
(6, 'Outstanding payment client wise', 'outstandingclientwise'),
(7, 'Outstanding payment cover wise', 'outstandingcoverwise'),
(8, 'Outstanding payment employee wise', 'outstandingemployeewise'),
(9, 'Outstanding payment agent wise', 'outstandingagentwise'),
(10, 'Outstanding payment insurance company wise', 'outstandinginscompwise');

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

--
-- Table structure for table `reports_production`
--

CREATE TABLE IF NOT EXISTS `reports_production` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `prorepname` varchar(200) NOT NULL,
  `target` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `reports_production`
--

INSERT INTO `reports_production` (`id`, `prorepname`, `target`) VALUES
(1, 'Sales branch wise', 'salesbranchwise'),
(2, 'Sales cover wise', 'salescoverwise'),
(3, 'Sales Agent wise', 'salesagentwise'),
(4, 'Sales employee wise', 'salesemployeewise'),
(5, 'Sales Insurance company wise', 'salesinscompwise'),
(6, 'Sales Client Wise', 'salesclientwise');

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

--
-- Table structure for table `reports_quotation`
--

CREATE TABLE IF NOT EXISTS `reports_quotation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quorepname` varchar(200) NOT NULL,
  `target` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `reports_quotation`
--

INSERT INTO `reports_quotation` (`id`, `quorepname`, `target`) VALUES
(1, 'Broking slip submitted to Insurance companies', 'broinscompwise'),
(2, 'Broking slip submitted agent wise', 'broagentwise'),
(3, 'Broking slip submitted employee wise', 'broempwise'),
(7, 'Broking Slip Branch wise', 'brobranchwise');

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

--
-- Table structure for table `reports_renewal`
--

CREATE TABLE IF NOT EXISTS `reports_renewal` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `renrepname` varchar(200) NOT NULL,
  `target` varchar(25) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `reports_renewal`
--

INSERT INTO `reports_renewal` (`id`, `renrepname`, `target`) VALUES
(1, 'Client wise', 'renewclientwise'),
(2, 'Agent wise', 'renewagentwise'),
(3, 'Employee wise', 'renewemployeewise'),
(4, 'Insurance company wise', 'renewinscompwise'),
(5, 'Cover wise', 'renewcoverwise'),
(7, 'Branchwise', 'renewbranchwise');

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

--
-- Table structure for table `reports_sales`
--

CREATE TABLE IF NOT EXISTS `reports_sales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `salrepname` varchar(200) NOT NULL,
  `target` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `reports_sales`
--

INSERT INTO `reports_sales` (`id`, `salrepname`, `target`) VALUES
(1, 'Leads Agent wise', 'leadsagent'),
(2, 'Leads Employee wise', 'leadsemployee'),
(3, 'Leads Branch wise', 'leadsbranchwise'),
(4, 'Daily Activity Report Employee wise', 'dailyactivity'),
(9, 'Daily Activity Report Branch wise', 'dailyactivitybranchwise'),
(10, 'Target Employee wise', 'targetemployee'),
(11, 'Target Branch wise', 'targetbranchwise');

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

--
-- Table structure for table `response_type`
--

CREATE TABLE IF NOT EXISTS `response_type` (
  `responsetype` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `response_type`
--

INSERT INTO `response_type` (`responsetype`) VALUES
('incoming'),
('outgoing');

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

--
-- Table structure for table `resumemanagement`
--

CREATE TABLE IF NOT EXISTS `resumemanagement` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `department` varchar(50) NOT NULL,
  `qualification` varchar(50) NOT NULL,
  `email` varchar(30) NOT NULL,
  `subdate` date NOT NULL,
  `expectedsalary` varchar(50) NOT NULL,
  `experience` varchar(50) NOT NULL,
  `contactno` varchar(15) NOT NULL,
  `filename` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `resumemanagement`
--

INSERT INTO `resumemanagement` (`id`, `name`, `department`, `qualification`, `email`, `subdate`, `expectedsalary`, `experience`, `contactno`, `filename`) VALUES
(2, 'Mohammed Shabeer', '', '', '', '2011-09-02', '', '', '', 'Mohammed Shabeer.doc');

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

--
-- Table structure for table `salarybank`
--

CREATE TABLE IF NOT EXISTS `salarybank` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sal_id` int(11) NOT NULL,
  `ch_dep_no` varchar(30) NOT NULL,
  `bank_name` varchar(50) NOT NULL,
  `acc_no` varchar(20) NOT NULL,
  `branch_name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sal_id` (`sal_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `salarypayment`
--

CREATE TABLE IF NOT EXISTS `salarypayment` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `date` date NOT NULL,
  `basicsalary` double NOT NULL,
  `premiumtarget` float NOT NULL,
  `premiumgenerated` float NOT NULL,
  `premiumpayrec` float NOT NULL,
  `comenton` float NOT NULL,
  `currencytype` int(11) NOT NULL,
  `remarks` tinytext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `salarypaymentallowdeduc`
--

CREATE TABLE IF NOT EXISTS `salarypaymentallowdeduc` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `salarypaymentid` int(11) NOT NULL,
  `allowdeducid` int(11) NOT NULL,
  `amount` double NOT NULL,
  `allowdeductype` smallint(2) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffsalaryid` (`salarypaymentid`),
  KEY `allowdeducid` (`allowdeducid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;

--
-- Dumping data for table `salarypaymentallowdeduc`
--

INSERT INTO `salarypaymentallowdeduc` (`id`, `salarypaymentid`, `allowdeducid`, `amount`, `allowdeductype`) VALUES
(1, 1, 1, 0, 1),
(2, 1, 2, 0, 1),
(3, 1, 3, 0, 1),
(4, 1, 4, 0, 1),
(5, 1, 5, 0, 1),
(6, 1, 6, 0, 0),
(7, 2, 1, 0, 1),
(8, 2, 2, 0, 1),
(9, 2, 3, 0, 1),
(10, 2, 4, 0, 1),
(11, 2, 5, 0, 1),
(12, 2, 6, 0, 0),
(13, 3, 1, 500, 1),
(14, 3, 2, 0, 1),
(15, 3, 3, 0, 1),
(16, 3, 4, 0, 1),
(17, 3, 5, 0, 1),
(18, 3, 6, 0, 0),
(19, 4, 1, 2500, 1),
(20, 4, 2, 1000, 1),
(21, 4, 3, 0, 1),
(22, 4, 4, 500, 1),
(23, 4, 5, 0, 1),
(24, 4, 6, 0, 0);

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

--
-- Table structure for table `salarypaymentcomdetails`
--

CREATE TABLE IF NOT EXISTS `salarypaymentcomdetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `salarypaymentid` int(11) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `comperc` float NOT NULL,
  `amtrec` float NOT NULL,
  `comon` float NOT NULL,
  `comamt` float NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffsalaryid` (`salarypaymentid`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `salesleads`
--

CREATE TABLE IF NOT EXISTS `salesleads` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `leadname` varchar(70) NOT NULL,
  `email` varchar(50) NOT NULL,
  `officeno` varchar(25) NOT NULL,
  `rendate` date NOT NULL,
  `remarks` text NOT NULL,
  `cover_id` int(11) NOT NULL,
  `contactperson` varchar(100) NOT NULL,
  `business` varchar(200) NOT NULL,
  `date` date NOT NULL,
  `status` varchar(20) NOT NULL,
  `mobile` varchar(25) DEFAULT NULL,
  `fax` varchar(25) DEFAULT NULL,
  `designation` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `salesleads`
--

INSERT INTO `salesleads` (`id`, `staffid`, `leadname`, `email`, `officeno`, `rendate`, `remarks`, `cover_id`, `contactperson`, `business`, `date`, `status`, `mobile`, `fax`, `designation`) VALUES
(1, 3, 'PDC', 'info@pdctamween.com', '+974 44270786', '2011-08-01', 'Contact the finance dept by July 1st week', 3, 'Mr. Chithana', 'Contact the finance dept by July 1st week', '2011-06-07', 'Active Customer', '+974 55513754', '', 'Chief Accountant'),
(2, 3, 'Exblowra Co.', '', '44418945', '2012-01-01', 'Renewal in Jan mid contact by end of  December.', 31, 'Valan / Shelton', 'Contracting', '2011-06-14', 'Potential Customer', '55840613', '', 'Business Development Manager'),
(3, 6, 'Brunel Energy', '', '44666275', '2012-12-31', '', 31, 'Mr Ephrem Dsouza', '', '2012-01-05', 'Potential Customer', '', '', 'FM'),
(4, 6, 'Galfar', '', '44677518', '2012-12-31', '', 3, 'Anupam Kar', 'Contracting', '2012-01-05', 'Potential Customer', '70200400', '', 'Dy GM Finance'),
(5, 6, 'Ultraline Logistics', '', '', '2012-03-15', '', 31, 'Sabu Sukumaran', 'Logistics', '2012-01-05', 'Potential Customer', '55824316', '', 'GM'),
(6, 6, 'AL Badah Trading', '', '', '2012-04-30', '', 31, 'Rohan', 'Trading', '2012-01-05', 'Potential Customer', '', '', 'GM'),
(7, 6, 'Al Sajaya Trading', '', '', '0000-00-00', '', 31, 'Salam', 'Trading & Cont', '2012-01-05', 'Potential Customer', '55012375', '', 'GM'),
(8, 6, 'Build in', '', '', '2012-04-01', '', 1, 'Sreenivasan Subramanian', 'Trading & Cont', '2012-01-05', 'Potential Customer', '55576275', '', 'MD'),
(9, 2, 'Al Able', '', '', '2012-06-13', '', 1, '', 'Trading and Contracting', '2012-01-07', 'Potential Customer', '', '', ''),
(10, 6, 'Ultra Line Logistics', '', '', '0000-00-00', '', 42, 'Sabu Sukumaran', 'Freight forwarding', '2012-01-18', 'Potential Customer', '55824316', '', 'GM'),
(11, 6, 'High Land Trading', '', '', '0000-00-00', '', 31, 'Mr Ramesh', 'Trading & Cont', '2012-01-18', 'Potential Customer', '55815312', '', 'FM');

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

--
-- Table structure for table `sales_files`
--

CREATE TABLE IF NOT EXISTS `sales_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_leads_id` int(11) NOT NULL,
  `filename` varchar(30) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

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

--
-- Table structure for table `segment_insurances`
--

CREATE TABLE IF NOT EXISTS `segment_insurances` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `segment` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `segment_insurances`
--

INSERT INTO `segment_insurances` (`id`, `segment`) VALUES
(1, 'Motor Insurance'),
(2, 'Fire and General Accident Insurance'),
(3, 'Engineering Insurance'),
(4, 'Liability Insurance'),
(5, 'Marine Insurance'),
(6, 'Medical insurance'),
(7, 'Life Insurance');

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

--
-- Table structure for table `settarget`
--

CREATE TABLE IF NOT EXISTS `settarget` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `startdate` date NOT NULL,
  `enddate` date NOT NULL,
  `target` varchar(200) NOT NULL,
  `curr_id` int(11) NOT NULL,
  `targettype` varchar(30) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `settings`
--

CREATE TABLE IF NOT EXISTS `settings` (
  `custprefix` varchar(5) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `specialconditions`
--

CREATE TABLE IF NOT EXISTS `specialconditions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `specialcondition` varchar(200) NOT NULL,
  `description` varchar(250) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `staffaddcert`
--

CREATE TABLE IF NOT EXISTS `staffaddcert` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `course` varchar(100) NOT NULL,
  `institute` varchar(100) NOT NULL,
  `yearofpassing` year(4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `staffaddcert`
--

INSERT INTO `staffaddcert` (`id`, `staffid`, `course`, `institute`, `yearofpassing`) VALUES
(1, 1, '', '', 0000),
(2, 2, '', '', 0000),
(3, 3, '', '', 0000),
(4, 4, '', '', 0000),
(5, 5, '', '', 0000),
(6, 6, '', '', 0000),
(7, 7, '', '', 0000),
(8, 8, '', '', 0000);

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

--
-- Table structure for table `staffcommissionsettings`
--

CREATE TABLE IF NOT EXISTS `staffcommissionsettings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `cover_id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `newpolicy` tinyint(4) NOT NULL DEFAULT '0',
  `renewal` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `staffcustomer`
--

CREATE TABLE IF NOT EXISTS `staffcustomer` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entrydate` date NOT NULL,
  `customerid` int(11) NOT NULL,
  `description` text NOT NULL,
  `staffid` int(11) NOT NULL,
  `date` date NOT NULL,
  KEY `customerid` (`customerid`),
  KEY `id` (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=177 ;

--
-- Dumping data for table `staffcustomer`
--

INSERT INTO `staffcustomer` (`id`, `entrydate`, `customerid`, `description`, `staffid`, `date`) VALUES
(1, '2011-06-07', 1, '', 2, '2011-06-07'),
(2, '2011-06-07', 2, '', 6, '2011-06-07'),
(3, '2011-06-07', 3, '', 6, '2011-06-07'),
(5, '2011-06-07', 5, '', 2, '2011-06-07'),
(6, '2011-06-07', 6, '', 6, '2011-06-07'),
(7, '2011-06-07', 7, '', 2, '2011-06-07'),
(8, '2011-06-07', 8, '', 3, '2011-06-07'),
(9, '2011-06-07', 9, 'Real Estate Company', 2, '2011-06-07'),
(10, '2011-06-07', 10, '', 2, '2011-06-07'),
(11, '2011-06-07', 11, '', 2, '2011-06-07'),
(12, '2011-06-07', 12, '', 2, '2011-06-07'),
(13, '2011-06-07', 13, '', 2, '2011-06-07'),
(14, '2011-06-07', 14, '', 2, '2011-06-07'),
(15, '2011-06-07', 15, '', 2, '2011-06-07'),
(16, '2011-06-07', 16, '', 3, '2011-06-07'),
(18, '2011-06-08', 18, '', 2, '2011-06-08'),
(19, '2011-06-08', 19, '', 2, '2011-06-08'),
(20, '2011-06-08', 20, '', 2, '2011-06-08'),
(21, '2011-06-08', 21, '', 2, '2011-06-08'),
(22, '2011-06-08', 22, '', 2, '2011-06-08'),
(24, '2011-06-08', 24, '', 2, '2011-06-08'),
(25, '2011-06-08', 25, '', 3, '2011-06-08'),
(26, '2011-06-08', 26, '', 3, '2011-06-08'),
(27, '2011-06-08', 27, '', 3, '2011-06-08'),
(28, '2011-06-08', 28, '', 2, '2011-06-08'),
(29, '2011-06-08', 29, '', 2, '2011-06-08'),
(30, '2011-06-08', 30, 'Seagulf Trading and Contracting', 2, '2011-06-08'),
(31, '2011-06-09', 31, '', 2, '2011-06-09'),
(32, '2011-06-09', 32, '', 2, '2011-06-09'),
(33, '2011-06-11', 33, '', 2, '2011-06-11'),
(34, '2011-06-11', 34, '', 2, '2011-06-11'),
(35, '2011-06-12', 35, '', 3, '2011-06-12'),
(36, '2011-06-12', 36, '', 2, '2011-06-12'),
(37, '2011-06-12', 37, '', 2, '2011-06-12'),
(38, '2011-06-12', 38, '', 3, '2011-06-12'),
(39, '2011-06-12', 39, '', 3, '2011-06-12'),
(40, '2011-06-12', 40, '', 3, '2011-06-12'),
(41, '2011-06-12', 41, '', 3, '2011-06-12'),
(42, '2011-06-12', 42, '', 2, '2011-06-12'),
(43, '2011-06-12', 43, '', 2, '2011-06-12'),
(44, '2011-06-12', 44, '', 2, '2011-06-12'),
(45, '2011-06-12', 45, '', 2, '2011-06-12'),
(46, '2011-06-12', 46, '', 6, '2011-06-12'),
(47, '2011-06-13', 47, '', 2, '2011-06-13'),
(48, '2011-06-13', 48, '', 2, '2011-06-13'),
(49, '2011-06-13', 49, '', 2, '2011-06-13'),
(50, '2011-06-14', 50, '', 3, '2011-06-14'),
(51, '2011-06-14', 51, '', 3, '2011-06-14'),
(53, '2011-06-16', 53, '', 2, '2011-06-16'),
(54, '2011-06-18', 54, '', 2, '2011-06-18'),
(55, '2011-06-19', 55, '', 2, '2011-06-19'),
(59, '2011-06-20', 59, '', 3, '2011-06-20'),
(60, '2011-06-21', 60, '', 2, '2011-06-21'),
(61, '2011-06-23', 61, '', 2, '2011-06-23'),
(63, '2011-06-26', 63, '', 5, '2011-06-26'),
(64, '2011-06-28', 64, 'Seagulf Trading and Contracting', 2, '2011-06-28'),
(65, '2011-06-30', 65, '', 6, '2011-06-30'),
(66, '2011-06-30', 66, '', 2, '2011-06-30'),
(67, '2011-07-02', 67, '', 2, '2011-07-02'),
(68, '2011-07-02', 68, '', 3, '2011-07-02'),
(69, '2011-07-03', 69, '', 3, '2011-07-03'),
(70, '2011-07-04', 70, '', 2, '2011-07-04'),
(71, '2011-07-06', 71, '', 2, '2011-07-06'),
(72, '2011-07-06', 72, '', 2, '2011-07-06'),
(73, '2011-07-10', 73, '', 3, '2011-07-10'),
(74, '2011-07-13', 74, '', 2, '2011-07-13'),
(75, '2011-07-13', 75, '', 2, '2011-07-13'),
(76, '2011-07-18', 76, '', 2, '2011-07-18'),
(77, '2011-07-19', 77, '', 3, '2011-07-19'),
(78, '2011-07-24', 78, '', 6, '2011-07-24'),
(79, '2011-07-26', 79, '', 2, '2011-07-26'),
(80, '2011-07-26', 80, '', 2, '2011-07-26'),
(81, '2011-07-27', 81, '', 2, '2011-07-27'),
(82, '2011-07-28', 82, '', 2, '2011-07-28'),
(83, '2011-07-28', 82, '', 3, '2011-07-28'),
(84, '2011-07-28', 83, '', 3, '2011-07-28'),
(85, '2011-07-30', 84, '', 3, '2011-07-30'),
(89, '2011-08-01', 88, '', 2, '2011-08-01'),
(98, '2011-08-01', 98, '', 2, '2011-08-01'),
(99, '2011-08-02', 99, '', 2, '2011-08-02'),
(100, '2011-08-02', 100, '', 2, '2011-08-02'),
(101, '2011-08-04', 101, '', 3, '2011-08-04'),
(102, '2011-08-07', 102, '', 3, '2011-08-07'),
(103, '2011-08-07', 103, '', 2, '2011-08-07'),
(104, '2011-08-09', 104, '', 2, '2011-08-09'),
(105, '2011-08-09', 105, 'Corniche Pharmacy', 2, '2011-08-09'),
(106, '2011-08-11', 106, '', 3, '2011-08-11'),
(109, '2011-08-11', 109, '', 3, '2011-08-11'),
(110, '2011-08-14', 110, '', 2, '2011-08-14'),
(111, '2011-08-14', 111, 'Ref Corniche Pharmacy', 2, '2011-08-14'),
(112, '2011-08-15', 112, 'Ref Corniche', 2, '2011-08-15'),
(113, '2011-08-17', 113, 'Ref by Radical Trading Co', 2, '2011-08-17'),
(114, '2011-08-17', 114, 'Ref by Radical Trading Co', 2, '2011-08-17'),
(115, '2011-08-22', 115, '', 5, '2011-08-22'),
(116, '2011-09-05', 116, 'Corniche Pharmacy', 2, '2011-09-05'),
(117, '2011-09-05', 117, '', 2, '2011-09-05'),
(118, '2011-09-06', 118, 'Referred by Seagulf', 2, '2011-09-06'),
(119, '2011-09-17', 119, '', 2, '2011-09-17'),
(120, '2011-10-06', 120, 'La Nouvelle', 2, '2011-10-06'),
(121, '2011-10-12', 121, '  Ref  by Shamshad         La  Nouvelle', 2, '2011-10-12'),
(122, '2011-10-13', 122, 'Sister  concern company of  Al  Hamriya  (Hamilton)', 2, '2011-10-13'),
(123, '2011-10-15', 123, '', 2, '2011-10-15'),
(124, '2011-10-17', 124, 'Ref by Harp Middle East', 2, '2011-10-17'),
(125, '2011-10-23', 125, '', 5, '2011-10-23'),
(126, '2011-10-24', 126, '', 2, '2011-10-24'),
(127, '2011-10-24', 127, '', 2, '2011-10-24'),
(128, '2011-10-25', 128, '', 2, '2011-10-25'),
(129, '2011-10-27', 129, 'Ref Techno Steels -  Sheja', 2, '2011-10-27'),
(130, '2011-10-27', 130, 'Ref by Anu -  Horeitia', 2, '2011-10-27'),
(131, '2011-10-30', 131, '  Ref    by     Jafar                          Corniche   Pharmacy ', 2, '2011-10-30'),
(132, '2011-10-30', 132, '', 3, '2011-10-30'),
(133, '2011-11-01', 133, 'Ref by -  Aero Freight & Logistics WLL', 2, '2011-11-01'),
(134, '2011-11-01', 134, 'Ref by Aero Freight & Logistics WLL ', 2, '2011-11-01'),
(135, '2011-11-01', 135, '', 2, '2011-11-01'),
(136, '2011-11-02', 136, '', 2, '2011-11-02'),
(137, '2011-11-02', 137, '', 2, '2011-11-02'),
(138, '2011-11-09', 138, '', 2, '2011-11-09'),
(139, '2011-11-09', 139, '', 2, '2011-11-09'),
(140, '2011-11-10', 140, 'Ref by Suresh Nair               ( Argon Global )', 2, '2011-11-10'),
(141, '2011-11-10', 141, '', 2, '2011-11-10'),
(142, '2011-11-12', 142, '', 2, '2011-11-12'),
(143, '2011-11-13', 143, 'Ref by Aero Freight & Logistics WLL', 2, '2011-11-13'),
(144, '2011-11-14', 144, '', 2, '2011-11-14'),
(145, '2011-11-16', 145, '', 3, '2011-11-16'),
(146, '2011-11-20', 146, '', 2, '2011-11-20'),
(147, '2011-11-21', 147, '', 2, '2011-11-21'),
(148, '2011-11-21', 148, '', 2, '2011-11-21'),
(149, '2011-11-23', 149, '', 2, '2011-11-23'),
(150, '2011-11-28', 150, '', 2, '2011-11-28'),
(151, '2011-11-28', 151, '', 6, '2011-11-28'),
(152, '2011-12-01', 152, '', 2, '2011-12-01'),
(153, '2011-12-04', 153, '', 3, '2011-12-04'),
(154, '2011-12-05', 154, '', 2, '2011-12-05'),
(155, '2011-12-05', 155, '', 2, '2011-12-05'),
(156, '2011-12-05', 156, '', 2, '2011-12-05'),
(157, '2011-12-05', 157, '', 3, '2011-12-05'),
(158, '2011-12-07', 158, '', 3, '2011-12-07'),
(159, '2011-12-07', 159, '', 2, '2011-12-07'),
(160, '2011-12-08', 160, 'Renewal', 2, '2011-12-08'),
(161, '2011-12-10', 161, '', 6, '2011-12-10'),
(162, '2011-12-12', 162, '', 2, '2011-12-12'),
(163, '2011-12-13', 163, 'Ref by Jayraj Techno steel.', 2, '2011-12-13'),
(164, '2011-12-13', 164, '', 2, '2011-12-13'),
(165, '2011-12-14', 165, '', 2, '2011-12-14'),
(166, '2011-12-14', 166, '', 2, '2011-12-14'),
(167, '2011-12-20', 167, '', 6, '2011-12-20'),
(168, '2011-12-21', 168, 'Ref by Shobin Thomas Argon Global ', 2, '2011-12-21'),
(169, '2011-12-27', 169, '', 3, '2011-12-27'),
(170, '2011-12-31', 170, '', 2, '2011-12-31'),
(171, '2012-01-05', 171, '', 3, '2012-01-05'),
(172, '2012-01-08', 172, '', 3, '2012-01-08'),
(173, '2012-01-09', 173, '', 2, '2012-01-09'),
(174, '2012-01-09', 174, '', 2, '2012-01-09'),
(175, '2012-01-10', 175, '', 6, '2012-01-10'),
(176, '2012-01-12', 176, 'Manager - Business Development - Shutdown Maintenance Services W L L', 3, '2012-01-12');

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

--
-- Table structure for table `staffdocuments`
--

CREATE TABLE IF NOT EXISTS `staffdocuments` (
  `id` int(11) NOT NULL DEFAULT '0',
  `staffid` int(11) NOT NULL,
  `docname` varchar(100) NOT NULL,
  `doclocation` varchar(100) NOT NULL,
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `staffeduquali`
--

CREATE TABLE IF NOT EXISTS `staffeduquali` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `course` varchar(100) NOT NULL,
  `university` varchar(50) NOT NULL,
  `yearofpassing` year(4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `staffeduquali`
--

INSERT INTO `staffeduquali` (`id`, `staffid`, `course`, `university`, `yearofpassing`) VALUES
(1, 1, '', '', 0000),
(2, 2, '', '', 0000),
(3, 3, '', '', 0000),
(4, 4, '', '', 0000),
(5, 5, '', '', 0000),
(6, 6, '', '', 0000),
(7, 7, '', '', 0000),
(8, 8, '', '', 0000);

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

--
-- Table structure for table `staffemployeedetails`
--

CREATE TABLE IF NOT EXISTS `staffemployeedetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `designationid` int(11) NOT NULL,
  `deptid` int(11) NOT NULL,
  `gradeid` int(11) NOT NULL,
  `statusid` int(11) NOT NULL,
  `joiningdate` date NOT NULL,
  `reportingtostaffid` int(11) NOT NULL,
  `branchid` int(11) NOT NULL,
  `labourcardno` varchar(50) NOT NULL,
  `labourcardexpiry` date NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`),
  KEY `staffid_2` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `staffemployeedetails`
--

INSERT INTO `staffemployeedetails` (`id`, `staffid`, `designationid`, `deptid`, `gradeid`, `statusid`, `joiningdate`, `reportingtostaffid`, `branchid`, `labourcardno`, `labourcardexpiry`) VALUES
(1, 1, 1, 1, 1, 12, '2011-04-04', 0, 1, '', '2011-06-04'),
(2, 2, 2, 1, 1, 11, '2011-06-04', 1, 1, '', '2011-06-04'),
(3, 3, 3, 2, 6, 11, '2010-05-15', 2, 1, '', '2011-06-04'),
(4, 4, 3, 1, 3, 11, '2011-06-04', 2, 1, '', '2011-06-04'),
(5, 5, 5, 1, 6, 11, '2011-06-04', 2, 1, '', '2011-06-04'),
(6, 6, 4, 2, 1, 12, '2011-06-04', 2, 1, '', '2011-06-04'),
(7, 7, 6, 1, 6, 12, '2011-11-01', 2, 1, '', '2011-11-26'),
(8, 8, 7, 2, 3, 12, '2012-01-07', 2, 1, '', '2012-01-12');

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

--
-- Table structure for table `stafflocaladdress`
--

CREATE TABLE IF NOT EXISTS `stafflocaladdress` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `mobile` varchar(25) NOT NULL,
  `address` text NOT NULL,
  `pobox` varchar(10) NOT NULL,
  `country` varchar(50) NOT NULL,
  `city` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `stafflocaladdress`
--

INSERT INTO `stafflocaladdress` (`id`, `staffid`, `phone`, `mobile`, `address`, `pobox`, `country`, `city`) VALUES
(1, 1, '', '', '', '', '', ''),
(2, 2, '', '', '', '', '', ''),
(3, 3, '', '', '', '', '', ''),
(4, 4, '', '', '', '', '', ''),
(5, 5, '', '', '', '', '', ''),
(6, 6, '', '', '', '', '', ''),
(7, 7, '', '', '', '', '', ''),
(8, 8, '', '', '', '', '', '');

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

--
-- Table structure for table `staffpermaddress`
--

CREATE TABLE IF NOT EXISTS `staffpermaddress` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `emailid` varchar(30) NOT NULL,
  `phone` varchar(25) NOT NULL,
  `mobile` varchar(25) NOT NULL,
  `address` text NOT NULL,
  `pobox` varchar(10) NOT NULL,
  `country` varchar(50) NOT NULL,
  `city` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=45 ;

--
-- Dumping data for table `staffpermaddress`
--

INSERT INTO `staffpermaddress` (`id`, `staffid`, `emailid`, `phone`, `mobile`, `address`, `pobox`, `country`, `city`) VALUES
(37, 1, '', '', '', 'Qatar', '', '', ''),
(38, 2, '', '', '', 'Doha', '', '', ''),
(39, 3, '', '', '', 'Doha', '', '', ''),
(40, 4, '', '', '', 'Doha', '', '', ''),
(41, 5, '', '', '', 'Doha', '', '', ''),
(42, 6, '', '', '', 'Doha', '', '', ''),
(43, 7, '', '', '', 'Near TV Roundabout', '', '', ''),
(44, 8, '', '', '', 'Ernakulam\nKerala', '', '', '');

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

--
-- Table structure for table `staffpersonaldetails`
--

CREATE TABLE IF NOT EXISTS `staffpersonaldetails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `employeeid` varchar(25) NOT NULL,
  `name` varchar(75) NOT NULL,
  `gender` varchar(11) NOT NULL,
  `dob` date NOT NULL,
  `maritalstatus` varchar(20) NOT NULL,
  `nationality` varchar(50) NOT NULL,
  `idno` varchar(50) NOT NULL,
  `passportno` varchar(50) NOT NULL,
  `typeofvisa` char(100) NOT NULL,
  `expiryofvisa` date NOT NULL,
  `type` varchar(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `staffpersonaldetails`
--

INSERT INTO `staffpersonaldetails` (`id`, `employeeid`, `name`, `gender`, `dob`, `maritalstatus`, `nationality`, `idno`, `passportno`, `typeofvisa`, `expiryofvisa`, `type`) VALUES
(1, 'EMP100', 'Mohamed Basheer Kolathekkat', 'Male', '2011-01-01', '', '', '', '', '', '2011-06-04', 'Employee'),
(2, 'EMP101', 'Jerry Babu Basheer', 'Male', '2011-06-04', '', '', '', '', '', '2011-06-04', 'Employee'),
(3, 'EMP102', 'Jawad Mohamed', 'Male', '2011-06-04', '', '', '', '', '', '2011-06-04', 'Employee'),
(4, 'EMP103', 'Swapna Ibrahim', 'Female', '2011-06-04', '', '', '', '', '', '2011-06-04', 'Employee'),
(5, 'EMP104', 'Shiju Shankar', 'Male', '2011-06-04', '', '', '', '', '', '2011-06-04', 'Employee'),
(6, 'EMP105', 'Shrijith Radhakrishnan', 'Male', '2011-06-04', '', '', '', '', '', '2011-06-04', 'Employee'),
(7, 'EMP106', 'Shifa Moiduppa', 'Female', '2011-11-15', '', '', '', '', '', '2011-11-26', 'Employee'),
(8, 'EMP107', 'Ashok Peter Eapen', 'Male', '2012-01-12', '', '', '', '', '', '2012-01-12', 'Employee');

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

--
-- Table structure for table `staffproffexp`
--

CREATE TABLE IF NOT EXISTS `staffproffexp` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `employer` varchar(100) NOT NULL,
  `designation` varchar(100) NOT NULL,
  `period` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=49 ;

--
-- Dumping data for table `staffproffexp`
--

INSERT INTO `staffproffexp` (`id`, `staffid`, `employer`, `designation`, `period`) VALUES
(41, 1, '', '', ''),
(42, 2, '', '', ''),
(43, 3, '', '', ''),
(44, 4, '', '', ''),
(45, 5, '', '', ''),
(46, 6, '', '', ''),
(47, 7, '', '', ''),
(48, 8, '', '', '');

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

--
-- Table structure for table `staffsalary`
--

CREATE TABLE IF NOT EXISTS `staffsalary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `date` date NOT NULL,
  `basicsalary` varchar(30) NOT NULL,
  `premiumtarget` float NOT NULL,
  `commission` int(11) NOT NULL,
  `fromticket` varchar(100) NOT NULL,
  `toticket` varchar(100) NOT NULL,
  `returnticket` int(11) NOT NULL,
  `nooftickets` int(11) NOT NULL,
  `currencytype` int(11) NOT NULL,
  `paymethod` varchar(8) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `staffsalary`
--

INSERT INTO `staffsalary` (`id`, `staffid`, `date`, `basicsalary`, `premiumtarget`, `commission`, `fromticket`, `toticket`, `returnticket`, `nooftickets`, `currencytype`, `paymethod`) VALUES
(1, 2, '2011-05-01', '20000.00', 0, 0, '', '', 1, 0, 1, 'bank'),
(2, 6, '2011-05-01', '4000.00', 0, 0, '', '', 1, 0, 1, 'cheque'),
(3, 5, '2011-05-01', '3000.00', 0, 0, '', '', 1, 0, 1, 'cheque'),
(4, 3, '2011-05-01', '3000.00', 0, 0, '', '', 1, 0, 1, 'cheque');

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

--
-- Table structure for table `staffsalaryallowdeduc`
--

CREATE TABLE IF NOT EXISTS `staffsalaryallowdeduc` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffsalaryid` int(11) NOT NULL,
  `allowdeducid` int(11) NOT NULL,
  `amount` double NOT NULL,
  `allowdeductype` smallint(2) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffsalaryid` (`staffsalaryid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=43 ;

--
-- Dumping data for table `staffsalaryallowdeduc`
--

INSERT INTO `staffsalaryallowdeduc` (`id`, `staffsalaryid`, `allowdeducid`, `amount`, `allowdeductype`) VALUES
(1, 1, 1, 0, 1),
(2, 1, 2, 0, 1),
(3, 1, 3, 0, 1),
(4, 1, 4, 0, 1),
(5, 1, 5, 0, 1),
(6, 1, 6, 0, 0),
(13, 2, 1, 2500, 1),
(14, 2, 2, 1000, 1),
(15, 2, 3, 0, 1),
(16, 2, 4, 500, 1),
(17, 2, 5, 0, 1),
(18, 2, 6, 0, 0),
(31, 3, 1, 500, 1),
(32, 3, 2, 0, 1),
(33, 3, 3, 0, 1),
(34, 3, 4, 0, 1),
(35, 3, 5, 0, 1),
(36, 3, 6, 0, 0),
(37, 4, 1, 0, 1),
(38, 4, 2, 0, 1),
(39, 4, 3, 0, 1),
(40, 4, 4, 0, 1),
(41, 4, 5, 0, 1),
(42, 4, 6, 0, 0);

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

--
-- Table structure for table `staffsalarymedical`
--

CREATE TABLE IF NOT EXISTS `staffsalarymedical` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffsalaryid` int(11) NOT NULL,
  `type` varchar(100) NOT NULL,
  `company` varchar(100) NOT NULL,
  `policy` varchar(20) NOT NULL,
  `plan` varchar(100) NOT NULL,
  `sum` double NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffsalaryid` (`staffsalaryid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `staffsalarymedical`
--

INSERT INTO `staffsalarymedical` (`id`, `staffsalaryid`, `type`, `company`, `policy`, `plan`, `sum`) VALUES
(1, 1, '', '', '', '', 0),
(3, 2, '', '', '', '', 0),
(6, 3, '', '', '', '', 0),
(7, 4, '', '', '', '', 0);

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

--
-- Table structure for table `staffsalarytickets`
--

CREATE TABLE IF NOT EXISTS `staffsalarytickets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffsalaryid` int(11) NOT NULL,
  `description` varchar(200) NOT NULL,
  `name` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffsalaryid` (`staffsalaryid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `staff_files`
--

CREATE TABLE IF NOT EXISTS `staff_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `filename` varchar(200) NOT NULL,
  `fileid` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `staff_files`
--

INSERT INTO `staff_files` (`id`, `staffid`, `filename`, `fileid`) VALUES
(1, 4, 'Anil_Kumar_Padhihari_(1).pdf', 330),
(2, 8, 'ID_Copy_Ashok.pdf', 731);

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

--
-- Table structure for table `status`
--

CREATE TABLE IF NOT EXISTS `status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `statuscode` varchar(20) NOT NULL,
  `statusname` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `status`
--

INSERT INTO `status` (`id`, `statuscode`, `statusname`) VALUES
(11, 'STAT-101', 'Inactive'),
(12, 'STAT-102', 'Active');

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

--
-- Table structure for table `status_mode`
--

CREATE TABLE IF NOT EXISTS `status_mode` (
  `statusmode` varchar(15) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `status_mode`
--

INSERT INTO `status_mode` (`statusmode`) VALUES
('email'),
('fax'),
('courier'),
('handdelivery'),
('other');

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

--
-- Table structure for table `subacc_setting`
--

CREATE TABLE IF NOT EXISTS `subacc_setting` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `customer` int(11) NOT NULL,
  `company` int(11) NOT NULL,
  `employee` int(11) NOT NULL,
  `cover` int(11) NOT NULL,
  `profitloss` int(11) NOT NULL,
  `agent` int(11) NOT NULL,
  `salary` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `subacc_setting`
--

INSERT INTO `subacc_setting` (`id`, `customer`, `company`, `employee`, `cover`, `profitloss`, `agent`, `salary`) VALUES
(1, 5, 2, 1, 0, 444, 86, 350);

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

--
-- Table structure for table `sub_directory`
--

CREATE TABLE IF NOT EXISTS `sub_directory` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parentdir` int(11) NOT NULL DEFAULT '1',
  `subdirname` varchar(75) NOT NULL,
  `folder_for` varchar(20) NOT NULL,
  `fieldid` varchar(20) NOT NULL,
  `documentname` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=733 ;

--
-- Dumping data for table `sub_directory`
--

INSERT INTO `sub_directory` (`id`, `parentdir`, `subdirname`, `folder_for`, `fieldid`, `documentname`) VALUES
(1, 0, 'uploads', '', '', ''),
(2, 1, 'Pantone', '14', '3', ''),
(4, 1, 'MVA-271.pdf', '23', '1', ''),
(5, 1, 'Datum_Co._W_.L_.L_(1)_.PDF', '23', '13', ''),
(6, 1, 'mva-270.pdf', '23', '14', ''),
(7, 1, 'HAMRIYA_CERT.pdf', '23', '19', ''),
(8, 1, 'KMBT35020110510144410.pdf', '23', '21', ''),
(9, 1, 'HOREITIA_GLOBAL_MVA226_MOTOR_CERT_ASHOK_LEYLAND92739.pdf', '23', '22', ''),
(10, 1, 'Essa_Hitech_Binder_WC-EL_-_Qatar.pdf', '23', '23', ''),
(11, 1, 'Hamilton_-_08-05-2011_(1).pdf', '23', '24', ''),
(12, 1, 'Cert_2.pdf', '23', '25', ''),
(13, 1, 'Global_Mechanical_Certificates.pdf', '23', '26', ''),
(14, 1, 'mva274-komal_anil.pdf', '23', '30', ''),
(15, 1, 'Global_Mechanical_Engineering_Co._.pdf', '23', '29', ''),
(16, 1, 'Global_Mechanical_Engineering_Co._1.pdf', '23', '28', ''),
(17, 1, 'MVA-269.pdf', '23', '2', ''),
(18, 0, 'Best_Maintenance_eg_Co._.pdf', '23', '3', ''),
(19, 1, 'Best_Maintenance_eg_Co._1.pdf', '1', '3', ''),
(20, 1, 'Best_Maintenance_eg_Co.(MTP)_.pdf', '23', '4', ''),
(21, 1, 'Corniche_Pharmacy-273.pdf', '23', '31', ''),
(22, 1, 'Corniche_Pharmacy-MVA265_06.06_.2011_.pdf', '23', '6', ''),
(23, 1, 'SHEIKH_HAMAD_ABDULLAH_T.J_._ALTHANI_.PDF', '23', '7', ''),
(24, 1, 'AL_HAMRIYA-MTP_75_(1).pdf', '23', '27', ''),
(25, 1, 'Horeitia_Global-MVA240-Amended_(1).pdf', '23', '18', ''),
(26, 1, 'SCAN1.pdf', '23', '17', ''),
(27, 1, 'CERTIFICATE_-MTP-78.pdf', '23', '32', ''),
(28, 1, 'horetia_global.pdf', '23', '20', ''),
(29, 1, 'SCAN11.pdf', '23', '16', ''),
(30, 1, 'ESSA_HIGHTECH_TRAD.PDF', '23', '12', ''),
(31, 1, 'MATHILAKATH_SABITH.pdf', '23', '10', ''),
(32, 1, 'Hydrocare_trading_Motor_Cert.pdf', '23', '5', ''),
(33, 1, 'KURIAN_JOSEPH-MVA256.pdf', '23', '33', ''),
(34, 1, 'Best_Maintenance_eg_Co._(1)_.pdf', '23', '3', ''),
(35, 1, 'Arakka_Vettil_A._Shaji_05_.06_.2011_.pdf', '23', '34', ''),
(36, 1, 'ARAKKA_12.06_.2011VETTIL_SHAJI_.pdf', '23', '35', ''),
(37, 1, 'Horeitia_Global_WLL-MVA-260.pdf', '23', '11', ''),
(38, 1, 'MTP84-SAMI_ACCAOUI.pdf', '23', '36', ''),
(42, 1, 'Abu_Hail_Wc_certificate.pdf', '23', '38', ''),
(41, 1, 'ID.doc', '14', '33', ''),
(43, 0, '420130.pdf', '23', '41', ''),
(44, 1, 'TECHMARK.pdf', '23', '43', ''),
(45, 1, 'BITMAX.pdf', '23', '47', ''),
(46, 1, 'BITMAX1.pdf', '23', '48', ''),
(47, 1, 'MOTOR_CERT-BEST_MAINTENANCE-MTP87-SUZUKI45881.pdf', '23', '49', ''),
(48, 1, 'Quality', '14', '55', ''),
(49, 48, 'CR', '14', '55', ''),
(50, 1, 'Best', '14', '6', ''),
(51, 1, 'MVA_290.pdf', '23', '50', ''),
(52, 1, 'MVA_291.pdf', '23', '51', ''),
(53, 1, 'PRIME_MEDIA_(2).pdf', '23', '52', ''),
(54, 1, 'HORETIA.pdf', '23', '54', ''),
(55, 1, 'THE_CERTIFICATE_(MVA-299).pdf', '23', '55', ''),
(56, 1, 'SHEIKH_SULTAN_AHMED-MTP_66.pdf', '23', '56', ''),
(57, 1, 'MPT-90.pdf', '23', '58', ''),
(58, 1, 'fire_insurance.pdf', '23', '59', ''),
(59, 1, 'HORETIA_CERT.PDF', '23', '60', ''),
(60, 1, 'SEAGULF-MTP76-E001.pdf', '25', '1', ''),
(61, 1, 'Shk_Sultan_Ahmad_Al-Thani_MTP_Certificate.pdf', '23', '61', ''),
(546, 1, 'Certificate_-531.pdf', '23', '280', 'Certificate - 531'),
(63, 1, 'MVA306._.pdf', '23', '63', ''),
(64, 0, 'MVA-308.pdf', '23', '64', ''),
(65, 1, 'MVA-3081.pdf', '23', '64', ''),
(66, 1, 'MVA-309.pdf', '23', '65', ''),
(67, 1, 'MVA-310.pdf', '23', '66', ''),
(68, 1, 'MVA-311.pdf', '23', '67', ''),
(69, 1, 'Comprehensive.pdf', '23', '41', ''),
(70, 1, 'MTP-95.pdf', '23', '68', ''),
(71, 1, 'TPL_PDC.pdf', '23', '40', ''),
(72, 1, 'PDC_WC_certificate.pdf', '23', '39', ''),
(73, 1, 'Wellcare_Polyclinic_Business_secure.pdf', '23', '72', ''),
(74, 1, 'P_D_C_Fire_Insurance.pdf', '23', '42', ''),
(75, 1, 'BEST_MAINTENANCE.pdf', '23', '77', ''),
(76, 1, 'group_security.pdf', '23', '80', ''),
(77, 1, 'group_security1.pdf', '23', '82', ''),
(573, 1, 'Broker_appointment_letter_-_Intergroup_Shipping.pdf', '14', '1', 'Brokers Appointment letter - 01.06.2011'),
(79, 1, 'group_security2.pdf', '21', '87', ''),
(80, 1, 'group_security3.pdf', '23', '81', ''),
(81, 1, 'Intergroup_Marine_insurance.pdf', '23', '79', ''),
(82, 1, 'CR_Copy.pdf', '14', '44', ''),
(83, 1, 'CHARTIS.pdf', '85', '26', ''),
(84, 1, 'Chartis.pdf', '85', '26', ''),
(85, 1, 'Chartis1.pdf', '85', '26', ''),
(86, 1, 'Chartis2.pdf', '61', '26', ''),
(87, 1, 'WC_Qt_Speetech.doc', '85', '27', ''),
(88, 1, 'Essa_Hightech_WC_policy.pdf', '23', '86', ''),
(89, 1, 'Al_Hamad.pdf', '23', '87', ''),
(90, 1, 'Wellcare_Polyclinic_-_Endst_for_Addtn_of_location.pdf', '25', '7', ''),
(91, 1, 'certificate.pdf', '23', '84', ''),
(92, 1, 'Certificate_wc.pdf', '23', '37', ''),
(93, 1, 'Certificate.pdf', '23', '88', ''),
(94, 1, 'certificate1.pdf', '23', '85', ''),
(95, 1, 'Cover_note.pdf', '23', '89', ''),
(96, 1, 'Cover_note1.pdf', '23', '78', ''),
(97, 1, 'Cover_note2.pdf', '23', '45', ''),
(98, 1, 'C_._card_.pdf', '14', '73', ''),
(102, 0, 'Certificate2.pdf', '23', '91', ''),
(101, 1, 'Certificate1.pdf', '23', '90', ''),
(103, 1, 'Certificate3.pdf', '23', '91', ''),
(104, 1, 'Certificate4.pdf', '23', '93', ''),
(105, 1, 'Certificate5.pdf', '23', '99', ''),
(106, 1, 'Certificate6.pdf', '23', '100', ''),
(107, 1, 'Certificate7.pdf', '23', '97', ''),
(108, 1, 'Certificate8.pdf', '23', '96', ''),
(109, 1, 'Certificate9.pdf', '23', '95', ''),
(110, 1, 'Certificate10.pdf', '23', '101', ''),
(111, 1, 'Certificate11.pdf', '23', '102', ''),
(112, 1, 'Certificate12.pdf', '23', '103', ''),
(113, 1, 'Certificate13.pdf', '23', '103', ''),
(114, 1, 'Certificate14.pdf', '23', '98', ''),
(115, 1, 'certificate_00333.pdf', '23', '104', ''),
(116, 1, 'certificate_00334.pdf', '23', '105', ''),
(117, 1, 'computer_card.pdf', '14', '11', ''),
(118, 1, 'Certificate15.pdf', '23', '106', ''),
(119, 1, 'Certificate16.pdf', '23', '107', ''),
(124, 1, 'Certificate18.pdf', '23', '111', ''),
(121, 1, 'Certificate17.pdf', '23', '112', ''),
(122, 1, 'Offer_Letter_to_Rifaaz_Mohammed.doc', '21', '120', ''),
(123, 1, 'Cover_Note.pdf', '23', '113', ''),
(125, 1, 'Certificate19.pdf', '23', '110', ''),
(126, 1, 'Certificate20.pdf', '23', '109', ''),
(127, 1, 'Certificate21.pdf', '23', '108', ''),
(128, 1, 'Certificate22.pdf', '23', '114', ''),
(129, 1, 'Certificate23.pdf', '23', '115', ''),
(130, 0, 'Certificate24.pdf', '25', '9', ''),
(131, 1, 'Policy.pdf', '23', '103', ''),
(135, 1, 'Quotation_TPL.pdf', '21', '126', ''),
(134, 1, 'Quotation_WC.pdf', '21', '125', ''),
(136, 1, 'Quotation_TPL1.pdf', '85', '63', ''),
(137, 1, 'Quotation_WC1.pdf', '85', '62', ''),
(138, 1, 'Certificate_TPL.pdf', '23', '119', ''),
(139, 1, 'Certificate_Wc.pdf', '23', '118', ''),
(140, 1, 'certificate2.pdf', '23', '44', ''),
(153, 1, 'AXAParagon', '21', '133', ''),
(157, 1, 'QICWC', '21', '128', ''),
(143, 1, 'Quotation.pdf', '21', '129', ''),
(161, 160, 'Qotation_Wc_Apple.doc', '21', '130', ''),
(145, 1, 'Cover_note3.pdf', '23', '120', ''),
(146, 1, 'Certificate25.pdf', '23', '121', ''),
(205, 1, 'Certificate_Harp.pdf', '23', '138', ''),
(150, 1, 'QIC', '21', '127', ''),
(151, 150, 'Broking_Slip.doc', '21', '127', ''),
(156, 153, 'Quotation_-_Paragon.pdf', '21', '133', ''),
(158, 157, 'Quotation_WC_EL_(2).doc', '21', '128', ''),
(160, 1, 'QICWCApple', '21', '130', ''),
(162, 1, 'Certificate26.pdf', '23', '122', ''),
(163, 1, 'Certificate27.pdf', '23', '123', ''),
(164, 1, 'CR_2012.pdf', '14', '42', ''),
(165, 1, 'BS_WC.doc', '21', '88', ''),
(166, 1, 'Quotation_Fire.pdf', '85', '77', ''),
(167, 1, 'Quotation_house.pdf', '85', '78', ''),
(168, 1, 'Quotation_plant.pdf', '85', '75', ''),
(169, 1, 'Qotation_wc.pdf', '85', '74', ''),
(170, 1, 'Quotation_money.pdf', '85', '76', ''),
(171, 1, 'Certificate28.pdf', '23', '129', ''),
(174, 1, 'Broking_SlipQuality.doc', '21', '143', ''),
(175, 1, 'Broking_Slip.doc', '21', '144', ''),
(176, 1, 'Quotation_Sheikh.doc', '85', '81', ''),
(177, 1, 'Certificate29.pdf', '23', '130', ''),
(178, 1, 'AXA_Commission.pdf', '3', '1', ''),
(179, 1, 'Cover_note4.pdf', '23', '129', ''),
(180, 1, 'certificate3.pdf', '23', '133', ''),
(181, 1, 'Cover_note5.pdf', '23', '135', ''),
(182, 1, 'Binder.doc', '23', '135', ''),
(187, 1, 'Policy_shedule.pdf', '23', '134', ''),
(184, 1, 'Certificate30.pdf', '23', '135', ''),
(186, 1, 'PAR_comparison.xls', '85', '80', ''),
(188, 1, 'Quotation1.pdf', '85', '90', ''),
(189, 1, 'Certificate31.pdf', '23', '136', ''),
(194, 1, '2011CR_COPY1.pdf', '14', '102', ''),
(193, 1, '2011CR_COPY.pdf', '14', '102', ''),
(195, 1, '2011_C_CARD.pdf', '14', '102', ''),
(196, 1, 'Policy1.pdf', '23', '37', ''),
(202, 1, 'CR_2011_pg2.jpg', '14', '103', ''),
(203, 1, 'Certificate32.pdf', '23', '134', ''),
(200, 1, 'CR_2011_pg1.jpg', '14', '103', ''),
(204, 1, 'Binder1.doc', '23', '139', ''),
(206, 1, 'Certificate_RITTO_VARGHESE.pdf', '23', '140', ''),
(207, 1, 'Certificate_Al_Ham_1.pdf', '23', '146', ''),
(208, 1, 'Certificate_Al_ham_2.pdf', '23', '147', ''),
(209, 1, 'Cover_note6.pdf', '23', '150', ''),
(210, 1, 'Endo2.pdf', '25', '23', ''),
(428, 1, 'Omega_Engg_-_Endst_75-WC-30049-0-2.pdf', '25', '22', ''),
(212, 1, 'Cover_note_WC.pdf', '25', '151', ''),
(213, 1, 'ENDO_TPL.pdf', '25', '25', ''),
(214, 1, 'ENDO_COMP.pdf', '21', '24', ''),
(215, 1, 'Quote_WC.doc', '21', '119', ''),
(216, 1, 'B_S_WC.doc', '23', '182', ''),
(218, 1, 'Q1.pdf', '85', '117', ''),
(219, 1, 'Q2.pdf', '85', '117', ''),
(222, 1, 'Quote_WC1.doc', '85', '119', ''),
(221, 1, 'Q3.pdf', '85', '117', ''),
(223, 1, 'B_S_WC1.doc', '21', '182', ''),
(224, 1, 'Endo1.pdf', '25', '26', ''),
(225, 1, 'Endo3.pdf', '25', '26', ''),
(226, 1, 'Endo4.pdf', '25', '27', ''),
(227, 1, 'Certificate33.pdf', '23', '153', ''),
(228, 1, 'Placing_Slip.doc', '21', '153', ''),
(229, 1, 'Quotation.doc', '85', '80', ''),
(230, 1, 'Certificate34.pdf', '21', '153', ''),
(231, 1, 'Quote_1.doc', '85', '120', ''),
(234, 1, 'CR1.jpg', '14', '11', ''),
(233, 1, 'Quote_2.doc', '85', '120', ''),
(235, 1, 'CR2.jpg', '14', '11', ''),
(236, 1, 'Certificate35.pdf', '23', '152', ''),
(237, 1, 'Amended_certificate.tif', '23', '152', ''),
(238, 1, 'Cover_note_WC1.pdf', '23', '151', ''),
(239, 1, 'Cover_note_WC2.pdf', '14', '151', ''),
(240, 1, 'CR.pdf', '14', '71', ''),
(241, 1, 'certificate4.pdf', '14', '150', ''),
(242, 1, 'certificate5.pdf', '21', '180', ''),
(243, 1, 'Cover_Note_Seagulf.pdf', '14', '152', ''),
(244, 1, 'amended.tif', '14', '152', ''),
(245, 1, 'certificate6.pdf', '23', '154', ''),
(246, 1, 'Certificate36.pdf', '23', '155', ''),
(247, 1, 'Certificate37.pdf', '23', '156', ''),
(248, 1, 'Endorsement.pdf', '25', '24', ''),
(249, 1, 'Endorsement1.pdf', '25', '29', ''),
(250, 1, 'Policy_Schedule.pdf', '23', '153', ''),
(251, 1, 'CR_1.jpg', '85', '29', ''),
(252, 1, 'Quotation_GL.pdf', '85', '130', ''),
(255, 1, 'CR_11.jpg', '14', '29', ''),
(254, 1, 'CR_2.jpg', '85', '29', ''),
(256, 1, 'CR_12.jpg', '14', '29', ''),
(257, 1, 'CR_21.jpg', '14', '29', ''),
(258, 1, 'Quotation_GL1.pdf', '14', '130', ''),
(259, 1, 'Employee_list.xls', '85', '131', ''),
(260, 1, 'Quotation1.doc', '85', '131', ''),
(261, 1, 'Amended.pdf', '23', '151', ''),
(262, 1, 'Certificate38.pdf', '23', '159', ''),
(263, 1, 'Certificate39.pdf', '23', '160', ''),
(264, 1, 'Certificate40.pdf', '23', '162', ''),
(265, 1, 'Policy_Schedule1.pdf', '23', '102', ''),
(267, 1, 'QT_-Seib.pdf', '85', '137', ''),
(268, 1, 'certificate7.pdf', '23', '164', ''),
(269, 1, 'Crtificate2.pdf', '23', '165', ''),
(270, 1, 'Del_-_Endo.pdf', '25', '46', ''),
(271, 1, 'Add-_Endo.pdf', '25', '45', ''),
(272, 1, 'Endo_-Argon_Global.pdf', '25', '47', ''),
(273, 1, 'Policy_Shedule.pdf', '23', '166', ''),
(276, 1, 'Endorsement2.pdf', '25', '51', ''),
(277, 1, 'Placing_Slip1.doc', '23', '157', ''),
(278, 1, 'AXA_FORM.jpg', '30', '1', ''),
(281, 1, 'Cover_Note1.pdf', '23', '158', ''),
(280, 1, 'Medical_cert.jpg', '30', '1', ''),
(282, 1, 'Cover_Note2.pdf', '23', '157', ''),
(283, 1, 'Quotation2.doc', '85', '142', ''),
(284, 1, 'Certificate41.pdf', '23', '170', ''),
(285, 1, 'Certificate42.pdf', '23', '171', ''),
(286, 1, 'Certificate43.pdf', '23', '173', ''),
(287, 1, 'Certificate44.pdf', '23', '174', ''),
(288, 1, 'Certificate45.pdf', '23', '175', ''),
(289, 1, 'Certificate46.pdf', '23', '176', ''),
(290, 1, 'Certificate47.pdf', '23', '177', ''),
(294, 1, 'certificate9.pdf', '21', '175', ''),
(293, 1, 'certificate8.pdf', '23', '168', ''),
(295, 1, 'certifcate.pdf', '21', '174', ''),
(296, 1, 'certificate10.pdf', '21', '173', ''),
(297, 1, 'Insurance_Certificate__Plant_Machinery_-_Omega_Engineering_2011_(1).pdf', '21', '176', ''),
(298, 1, 'certificate11.pdf', '21', '177', ''),
(299, 1, 'Employee_list1.xls', '85', '130', ''),
(300, 1, 'Certificate-117.pdf', '23', '179', ''),
(301, 1, 'certificate-118.pdf', '23', '178', ''),
(302, 1, 'Certificate-1171.pdf', '14', '179', ''),
(303, 1, 'certificate-1181.pdf', '14', '178', ''),
(304, 1, 'certificate12.pdf', '23', '180', ''),
(305, 1, 'certificate13.pdf', '23', '181', ''),
(306, 1, 'Certificate210.pdf', '23', '182', ''),
(307, 1, 'Quotation3.doc', '85', '156', ''),
(308, 1, 'Quotation4.doc', '3', '156', ''),
(309, 1, 'certificate14.pdf', '23', '183', ''),
(310, 1, 'Employee_list2.xls', '85', '157', ''),
(311, 1, 'Placing.pdf', '23', '184', ''),
(312, 1, 'Placing_slip.pdf', '23', '183', ''),
(313, 1, 'certificate15.pdf', '23', '184', ''),
(314, 1, 'certificate16.pdf', '23', '185', ''),
(315, 1, 'certificate17.pdf', '23', '186', ''),
(316, 1, 'certificate18.pdf', '23', '187', ''),
(317, 1, 'certificate19.pdf', '23', '188', ''),
(318, 1, 'certificate20.pdf', '23', '189', ''),
(319, 1, 'certificate21.pdf', '23', '190', ''),
(320, 1, 'Cover_note7.pdf', '23', '191', ''),
(321, 1, 'Certificate48.pdf', '23', '193', ''),
(322, 1, 'Certificate49.pdf', '23', '192', ''),
(323, 1, 'Certificate50.pdf', '23', '173', ''),
(324, 1, 'Certificate51.pdf', '23', '174', ''),
(325, 1, 'Certificate_Al_Badi.pdf', '23', '195', ''),
(326, 1, 'Al_Ikhlas_-_Placing_Slip.doc', '23', '194', ''),
(327, 1, 'WC_Certificate.pdf', '23', '194', ''),
(328, 1, 'certificate22.pdf', '23', '196', ''),
(329, 1, 'certificate23.pdf', '23', '197', ''),
(330, 1, 'Anil_Kumar_Padhihari_(1).pdf', '40', '4', ''),
(331, 1, 'Certificate52.pdf', '23', '198', ''),
(332, 1, 'certificate24.pdf', '23', '199', ''),
(333, 1, 'Quotation_Office_Secure_Terms_-_Al_Hamriya_(Hamilton)_2011.pdf', '85', '174', ''),
(334, 1, 'Certificate53.pdf', '23', '201', ''),
(335, 1, 'Certificate54.pdf', '23', '239', ''),
(336, 1, 'Quotation5.doc', '85', '177', ''),
(337, 1, 'certificate_Intergroup.pdf', '85', '203', ''),
(338, 1, 'WC_Comparison.xls', '85', '178', ''),
(339, 1, 'certificate25.pdf', '23', '202', ''),
(340, 1, 'certificate(1).pdf', '23', '203', ''),
(341, 1, 'Endorsement3.pdf', '25', '63', ''),
(342, 1, 'Certificate55.pdf', '23', '204', ''),
(343, 1, 'WC_placing_slip.doc', '23', '204', ''),
(344, 1, 'TPL_-_Quotation.pdf', '85', '181', ''),
(345, 1, 'WC_Quotation.pdf', '85', '180', ''),
(346, 1, 'TPL_Cover_note.pdf', '23', '206', ''),
(347, 1, 'WC_Cover_note.pdf', '23', '205', ''),
(348, 1, 'certificate26.pdf', '23', '207', ''),
(349, 1, 'Endorsement4.pdf', '25', '64', ''),
(350, 1, 'Motor_comprehensive_fleet.pdf', '23', '173', ''),
(351, 1, 'Wc_Certificate.pdf', '23', '177', ''),
(352, 1, 'Certificate_Plant.pdf', '23', '176', ''),
(353, 1, 'Certificate_Money.pdf', '23', '175', ''),
(354, 1, 'Certificate_tpl.pdf', '23', '174', ''),
(355, 1, 'Endorsement5.pdf', '25', '60', ''),
(356, 1, 'Certificate56.pdf', '23', '208', ''),
(357, 1, 'Quotation2.pdf', '85', '184', ''),
(358, 1, 'Quotation3.pdf', '85', '184', ''),
(359, 1, 'Equipment_list.xls', '85', '184', ''),
(360, 1, 'cover_note.pdf', '23', '209', ''),
(361, 1, 'Qotation_TPL.pdf', '85', '185', ''),
(362, 1, 'Isthimara_212085.pdf', '85', '186', ''),
(363, 1, 'Cover_Note3.pdf', '23', '210', ''),
(364, 1, 'certificate_212085.pdf', '23', '211', ''),
(365, 1, 'Certificate-139.pdf', '23', '212', ''),
(366, 1, 'Certificate_-_434.pdf', '23', '213', ''),
(367, 1, 'Certificate_-435.pdf', '23', '214', ''),
(368, 1, 'Certificate_-438.pdf', '23', '215', ''),
(369, 1, 'certificate27.pdf', '23', '184', ''),
(370, 1, 'certificate28.pdf', '23', '206', ''),
(371, 1, 'certificate29.pdf', '23', '205', ''),
(372, 1, 'Certificate57.pdf', '23', '217', ''),
(373, 1, 'Certificate_Motor_Comp_Fleet.pdf', '23', '154', ''),
(374, 1, 'Certificate_-_441.pdf', '23', '218', ''),
(375, 1, 'Certificate_-144.pdf', '23', '219', ''),
(376, 1, 'Quotation_-Voltage_Engineering.pdf', '85', '195', ''),
(377, 1, 'Cover_note_Voltage_Engineering.pdf', '23', '220', ''),
(378, 1, 'Shedule_Al_safa_wc.pdf', '23', '151', ''),
(379, 1, 'Shedule_Al_safa_medical_malpractice.pdf', '23', '150', ''),
(380, 1, 'al_ikhlas_wc.pdf', '23', '194', ''),
(381, 1, 'Voltage_CAR_Shedule.pdf', '23', '120', ''),
(382, 1, 'Broking_Slip1.doc', '21', '259', ''),
(383, 1, 'Cover_note_Horeitia_Global_WC.pdf', '23', '221', ''),
(384, 1, 'Placing_Slip_WC_EL_Quote,_Horeitia_2011.doc', '23', '221', ''),
(391, 1, 'Certificate_Options_Trad_Cont-447.pdf', '23', '222', ''),
(386, 1, 'CARE_N_CURE_CR_0011.jpg', '14', '36', ''),
(387, 1, 'CARE_N_CURE_CR.jpg', '14', '36', ''),
(389, 1, 'CR_page_1_(1)1.jpg', '', '121', ''),
(390, 1, 'CR_page_2.jpg', '', '121', ''),
(392, 1, 'CR_page_1_(1).jpg', '14', '121', ''),
(393, 1, 'CR_page_21.jpg', '14', '121', ''),
(394, 1, 'Certificate_-148.pdf', '23', '223', ''),
(395, 1, 'Certificate_-_449.pdf', '23', '224', ''),
(396, 1, 'CR_13.jpg', '', '122', ''),
(397, 1, 'CR_14.jpg', '', '122', ''),
(398, 1, 'broking_slip_QGC.doc', '21', '263', ''),
(399, 1, 'QGC-_Workers_Details._.xls', '85', '200', ''),
(400, 1, 'CR_15.jpg', '23', '122', ''),
(406, 1, 'Computer._Card_copy_1.jpg', '14', '122', ''),
(402, 1, 'CR_22.jpg', '23', '122', ''),
(405, 1, 'Computer._Card_copy_.jpg', '23', '122', ''),
(409, 1, 'CR_23.jpg', '14', '122', ''),
(408, 1, 'CR_16.jpg', '14', '122', ''),
(410, 1, 'Quotation_Global_Mechanical_Engineering.pdf', '85', '201', ''),
(411, 1, 'Certificate_Global_Mechanical_Engineering_WC_13.10_.2011_.pdf', '23', '225', ''),
(412, 1, 'Certificate_Horeitia_Business_shield.pdf', '23', '226', ''),
(413, 1, 'Quotations_Horeitia_Global_-_Business_Shield.pdf', '85', '202', ''),
(416, 1, 'Certificate58.pdf', '23', '137', ''),
(417, 1, 'Certificate_-454.pdf', '23', '227', ''),
(418, 1, 'Quotation_-Voltage_Engineering_-_TPL_-_QP_Land_Lease.pdf', '85', '204', ''),
(419, 1, 'Voltage_Engineering_Cover_Note_TPL.pdf', '85', '228', ''),
(420, 1, 'Voltage_Engineering_Cover_Note_TPL1.pdf', '23', '228', ''),
(421, 1, 'Certificate_-_460.pdf', '23', '229', ''),
(422, 1, 'Advanced_Technical_PE_certi.pdf', '23', '69', ''),
(423, 1, 'Advanced_Technical_PE_certi1.pdf', '25', '69', ''),
(424, 1, 'Shedule.pdf', '23', '157', ''),
(425, 1, 'certificate_Group_Life.pdf', '23', '158', ''),
(426, 1, 'Al_Able_WC_Shedule.pdf', '23', '183', ''),
(427, 1, 'WC_List_83_employees_-_75-WC-30049-0-2.pdf', '25', '22', ''),
(430, 1, 'Certificate_-150.pdf', '23', '230', ''),
(431, 1, 'Certificate_-151.pdf', '23', '231', ''),
(432, 1, 'CR_Copy1.pdf', '', '106', ''),
(433, 1, 'CR_Copy2.pdf', '14', '106', ''),
(434, 1, 'CR_copy_-_SMS.pdf', '14', '101', ''),
(435, 1, 'Broking_slip.doc', '21', '271', ''),
(436, 1, 'Quotation6.doc', '85', '208', ''),
(437, 1, 'rise_and_shine_-_broking_slip.doc', '21', '272', ''),
(438, 1, 'RSTC_employee_details.xls', '85', '209', ''),
(439, 1, 'Certificate_-_463.pdf', '23', '232', ''),
(440, 1, 'Cover_note_India_Gulf_Contracting_Co_WC.pdf', '23', '233', ''),
(441, 1, 'Certificate_-_152.pdf', '23', '234', ''),
(442, 1, 'Innotech_Cont_Trad_CR_Copy.pdf', '14', '49', ''),
(443, 1, 'CR_and_Comp_Card_copy_-Al_Russel_Trad_Cont.pdf', '14', '75', ''),
(444, 1, 'Certificate_-_469.pdf', '23', '236', ''),
(445, 1, 'Certificate_-_468.pdf', '23', '235', ''),
(446, 1, 'Intergroup_Shipping_-_Shedule.pdf', '23', '237', ''),
(448, 1, 'Certificate_-_472.pdf', '23', '239', ''),
(450, 1, 'Certificate_-_474.pdf', '23', '240', ''),
(452, 1, 'Certificate_-_473.pdf', '23', '238', ''),
(453, 1, 'Certificate_-154.pdf', '23', '242', ''),
(454, 1, 'Certificate_-155.pdf', '23', '241', ''),
(455, 1, 'Insurance_Certificate_Wellcare_group.pdf', '23', '139', ''),
(459, 1, 'List_of_employees_-_Policy1.pdf', '12', '92', ''),
(457, 1, 'Wellcare_Group_WLL_-_WC_policy_2011.pdf', '23', '139', ''),
(458, 1, 'List_of_employees_-_Policy.pdf', '23', '155', ''),
(460, 1, 'List_of_employees_-_Policy2.pdf', '21', '92', ''),
(461, 1, 'Quotaion_South_West_P._Indemnity_.pdf', '85', '220', ''),
(462, 1, 'List_of_employees_-_Policy3.pdf', '23', '92', ''),
(463, 1, 'Certificate_-_Professional_Indemnity.pdf', '23', '243', ''),
(464, 1, 'Certificate_-_477.pdf', '23', '244', ''),
(465, 1, 'Certificate_-_478.pdf', '23', '245', ''),
(466, 1, 'AFIYA_CR.jpg', '23', '135', ''),
(467, 1, 'AFIYA_CR1.jpg', '14', '', ''),
(468, 1, 'COMPUTER_CARD.jpg', '14', '135', ''),
(469, 1, 'COMPUTER_CARD1.jpg', '23', '135', ''),
(470, 1, 'AFIYA_CR2.jpg', '23', '135', ''),
(471, 1, 'AFIYA_CR3.jpg', '14', '135', ''),
(472, 1, 'Afia_Pharmacy_Fire_Insurance.pdf', '23', '246', ''),
(473, 1, 'Certificate_485.pdf', '23', '247', ''),
(474, 1, 'Certificate_-_482.pdf', '23', '248', ''),
(475, 1, 'Endt_-_policy_extension_28022012.pdf', '23', '289', ''),
(476, 1, 'Certificate_-_4821.pdf', '21', '288', ''),
(477, 1, 'Certificate59.pdf', '23', '228', ''),
(478, 1, 'Schedule_and_Equipment_list.pdf', '23', '209', ''),
(480, 1, 'Schedule_1.pdf', '23', '220', ''),
(482, 1, 'Schedule_2.pdf', '23', '220', ''),
(483, 1, 'Certificate_-_164.pdf', '23', '253', 'Certificate'),
(484, 1, 'Certificate_-167.pdf', '23', '254', 'Certificate'),
(486, 1, 'Quote_Doha_Golf_Club.pdf', '85', '233', 'Quotation Seib 30.10.2011'),
(487, 1, 'Confirmation.pdf', '23', '256', 'Confirmation letter'),
(488, 1, 'C_R_copy.JPG', '14', '141', 'C R copy 2012'),
(489, 1, 'Certificate_493.pdf', '23', '257', 'Certificate'),
(490, 1, 'Certificate_494.pdf', '23', '258', 'Certificate'),
(491, 1, 'Quotation_Fidelity_guaranty.pdf', '85', '229', 'Quotation QIC'),
(494, 1, 'Quotation_Money.pdf', '85', '228', 'Quotation QIC 2011'),
(495, 1, 'Certificate_-_Project_Development_Company_Fidelity_Guarantee.pdf', '21', '252', 'Certificate'),
(496, 1, 'Certificate_-_Project_Development_Company_-_Money.pdf', '23', '251', 'Certificate'),
(497, 1, 'Roots_Qatar_(Omega_)_WC_Endst_-_5.pdf', '25', '71', 'WC Endorsement no 5'),
(498, 1, 'Schedule.pdf', '23', '210', 'Schedule'),
(499, 1, 'certificate30.pdf', '23', '259', 'Policy Card'),
(500, 1, 'Roots_Qatar_(Omega_)_WC_Endst_-_51.pdf', '25', '72', 'WC Endorsement - 05'),
(501, 1, 'Broking_Slip_Afiya.doc', '25', '286', 'Broking Slip'),
(502, 1, 'List_-_Petrofac-Techknowledge_Solutions_Qatar_-_Endst_3.pdf', '25', '23', 'Petrofac (Tech knowledge Sol ) 27.07.2011 '),
(503, 1, 'List_-_Roots_Qatar_(Paint_Division)_-_Endst_3_(1).pdf', '25', '23', 'Roots Qatar (Painting Division) 27.07.2011'),
(504, 1, '27-7-2011_List_-_Roots_Qatar_-_Endst_3.pdf', '25', '23', 'Roots Qatar (Contracting Division) 27.07.2011'),
(505, 1, 'Certificate_-170.pdf', '30', '260', 'Certificate'),
(506, 1, 'mukesh_kumar_claim.pdf', '30', '15', 'Mukesh Kumar'),
(507, 1, 'surya_bahadur_claim.pdf', '30', '14', 'Surya Bahadur Rana'),
(509, 1, 'Certificate_-495.pdf', '23', '261', 'Certificate - 495'),
(510, 1, 'Certificate_-1701.pdf', '21', '300', 'Certificate - 170'),
(511, 1, 'Mr._Tej_Bahadur_.pdf', '30', '12', 'Discharge Note'),
(512, 1, 'Mr._Surya_Bahadur_Rana_.pdf', '30', '14', 'Discharge Note'),
(513, 1, 'Mr._Niktion_.pdf', '30', '13', 'Discharge note'),
(514, 1, 'Dolphin_Broking_Slip.doc', '21', '302', 'Broking Slip - 14.11.2011'),
(515, 1, 'Dolphin_Quotation.pdf', '85', '239', 'WC Quotation - 15.11.2011'),
(516, 1, 'Dolphin_WC_Cover_Note.pdf', '23', '263', 'Cover Note'),
(517, 1, 'Addition_-Argon_Global_Endo_78.pdf', '25', '74', 'Endorsement - ADD/2011/03778'),
(518, 1, 'Deletion_Argon_Global_-_Endo_1395.pdf', '25', '77', 'Endorsement - DELEMMP/2011/1395'),
(519, 1, 'Certificate_-10-R1.pdf', '30', '262', 'Certificate'),
(520, 1, 'Schedule_-_349.pdf', '23', '225', 'WC Schedule - 349'),
(521, 1, 'Doha_Golf_Club_-_Policy_Schedule.pdf', '23', '256', 'Group Medical Insurance Schedule'),
(522, 1, 'Policy_Schedule_-_247.pdf', '23', '226', 'Business Shield Policy Schedule'),
(523, 1, 'schedule_-_348.pdf', '23', '221', 'WC - Policy Schedule - 348'),
(524, 1, 'Discharge_note_-_Mukesh_Kumar.pdf', '25', '15', 'Revised claim amount'),
(525, 1, 'Endorsement_-_149.pdf', '25', '79', 'Endorsement - 000149'),
(526, 1, 'Shutdown_Maintenance_Services_WCI.pdf', '23', '149', 'WC Policy Schedule'),
(527, 1, 'Seven_Star_Broking_Slip.doc', '21', '304', 'Broking Slip '),
(528, 1, 'Arif_Munir_Khan_-_Marine_Insurance.pdf', '23', '264', 'Certificate - Marine Insurance 21.11.2011'),
(529, 1, 'Certificate_-519.pdf', '23', '265', 'Certificate '),
(530, 1, 'Certificate_-_520.pdf', '14', '266', 'Certificate - 520'),
(531, 1, 'Certificate_-_521.pdf', '23', '267', 'Certificate - 521'),
(532, 1, 'Certificate_-_522.pdf', '23', '268', 'Certificate - 522'),
(533, 1, 'Certificate_-_523.pdf', '23', '269', 'Certificate - 523'),
(534, 1, 'Certificate_-_524.pdf', '14', '270', 'Certificate - 524'),
(535, 1, 'Certificate_-_482-E001.pdf', '21', '248', 'Amended certificate'),
(536, 1, 'Certificate_-_525-1.pdf', '23', '271', 'Certificate - 525/1'),
(537, 1, 'Seven_Star_Quotation.pdf', '85', '241', 'Quotation - 22.11.2011'),
(538, 1, 'Certificate_-_526.pdf', '23', '278', 'Certificate - 526'),
(539, 1, 'Certificate_-_527.pdf', '23', '279', 'Certificate - 527'),
(540, 1, 'Al_Safa_Polyclinic_C_R_(2012).pdf', '14', '106', 'C R Copy - 2012'),
(541, 1, 'Policy_Schedule_-_000350.pdf', '23', '233', 'Policy Schedule - P2/10/11-0202-000350'),
(542, 1, 'Policy_Schedule_-_000130.pdf', '23', '252', 'Policy Schedule - 000130'),
(543, 1, 'Policy_Schedule_-000129.pdf', '23', '251', 'Policy Schedule - 000129'),
(544, 1, 'Project_Development_Company_FG_Cover_Note.pdf', '23', '252', 'Certificate '),
(545, 1, 'Quotation4.pdf', '23', '63', 'Quotation - 09.06.2011'),
(547, 1, 'Certificate_525_-7.pdf', '23', '277', 'Certificate - 525-7'),
(548, 1, 'Certificate_525_-_6.pdf', '23', '276', 'Certificate - 525-6'),
(549, 1, 'Certificate_525_-_5.pdf', '23', '275', 'Certificate - 525-5'),
(550, 1, 'Certificate_525_-_1.pdf', '', '271', 'Certificate - 525-1'),
(551, 1, 'Certificate_525_-_2.pdf', '', '272', 'Certificate - 525-2'),
(552, 1, 'Certificate_525_-_4.pdf', '23', '274', 'Certificate - 525-4'),
(553, 1, 'Certificate_525_-_3.pdf', '23', '273', 'Certificate - 525- 3'),
(554, 1, 'Certificate_-538.pdf', '14', '282', 'Certificate - 538'),
(555, 1, 'Certificate_-537.pdf', '14', '281', 'Certificate - 537'),
(556, 1, 'Certificate_-539.pdf', '23', '283', 'Certificate - 539'),
(557, 1, 'Certificate_-14-R1.pdf', '14', '284', 'certificate - 014/R1'),
(558, 1, 'Business_Shield_-_Cover_Note.pdf', '85', '285', 'Cover note '),
(559, 1, 'I_B_School_-_Business_Shield_-_Quotation.pdf', '85', '263', 'Quotation - QIC'),
(560, 1, 'Certifcate_-_544.pdf', '23', '286', 'Certificate - 544'),
(561, 1, 'Crtificate_-_179.pdf', '23', '287', 'Certificate - 179'),
(562, 1, 'Death_Claim_Form.pdf', '29', '1', 'AXA - Group Life Insurance'),
(563, 1, 'Argon_Global_-_Motor_Comp_Fleet_.pdf', '23', '288', 'Motor Comprehensive Fleet Policy - 75/VF/30196/0/0'),
(564, 1, 'Death_Claim_Form1.pdf', '29', '2', 'Group Life - AXA'),
(565, 1, 'Professional_Indemnity_-_South_West_Architecture.pdf', '23', '243', 'Professional Indemnity Insurance - 000430'),
(566, 1, 'Mohammed_Shaheen_-_00036.pdf', '23', '290', 'Certificate - 00036'),
(567, 1, 'Al_Badi_-_00123.pdf', '23', '289', 'Certificate - 00123'),
(568, 1, 'Certificate_-550.pdf', '23', '291', 'Certificate - 00550'),
(569, 1, 'Crtificate_-30201.pdf', '23', '293', 'Certificate - 75/VF/30201/0/0'),
(571, 1, 'WC-000352_Dolphin_Constructions_Co._.pdf', '23', '263', 'Policy Schedule - 352'),
(572, 1, 'Broker_appointment_letter_-_Al_Hamad_Engineering.pdf', '14', '70', 'Brokers Appointment letter - 22.05.2011'),
(574, 1, 'Doha_Golf_Club,_Premium,_Calculation.pdf', '23', '256', 'Premium Calculation'),
(575, 1, ',_Credit_Note_-_15.11_.2011_and_15_.12_.2011_.pdf', '23', '256', 'Credit note - 15.11.2011 and 15.12.2011'),
(576, 1, 'MEDICAL_INSURACNE_STAFF_LIST_9.11_.2011_.xls', '23', '256', 'Employee list'),
(577, 1, 'Lapinsa_WC_Schedule.pdf', '23', '45', 'Policy Schedule '),
(578, 1, 'WC_Certificate_Basco_Qatar.pdf', '23', '9', 'Certificate '),
(579, 1, 'Basco_Qatar_-_General_TPL.pdf', '23', '8', 'Certificate'),
(580, 1, 'Certificate_-180.pdf', '23', '294', 'Certificate - 180'),
(581, 1, 'Certificate_-23-R1.pdf', '23', '295', 'Certificate - 23/R1'),
(583, 1, 'Certificate_-24-R1.pdf', '21', '296', 'Certificate - 00024/R1'),
(584, 1, 'Motor_fleet_-_Best_group.pdf', '26', '3', 'Motor Fleet Comp (Cancellation) - 75/VF/30199/0/1'),
(585, 1, 'Talal_Trad_-_Medical_Insurance_staff_list.xlsx', '21', '338', 'Staff List - 316 members'),
(586, 1, 'Talal_-_medical_insurance_broking_slip_(2).doc', '21', '338', 'Broking Slip '),
(587, 1, 'oryx_-_medical_insurance_broking_slip.pdf', '21', '339', 'Broking Slip'),
(588, 1, 'Oryx_-_Staff_List_(1).xlsx', '21', '339', 'Staff List - 73 no'),
(589, 1, 'Certificate_-_553.pdf', '23', '297', 'Certificate - 553'),
(590, 1, 'Certificate_Voltage_2_CN_for_New_Mit._Canter_23_.11_.2011_.pdf', '25', '80', 'Certificate Mitsubishi Canter Truck 2 No'),
(591, 1, 'Inclusion_of_2_Mitsubishi_Canter_Truck.pdf', '25', '80', 'Inclusion of 2 Mitsubishi Canter Truck'),
(592, 1, 'Addition_of_1_Nisan_D-C_Pick_up.pdf', '21', '81', 'Addition of 1 Nissan D/C Pick up'),
(593, 1, 'Insurance_Broker.jpg', '14', '101', 'Brokers Appointment letter'),
(594, 1, 'Fine_Decor_-_WC_Policy_2011.pdf', '23', '298', 'WC - Policy Schedule - 75/WC/30053/0/1'),
(595, 1, 'Fine_decor_-_Employees_List_(Insurance).xls', '23', '298', 'Employee List '),
(596, 1, 'WC_EL_broking_slip_-_gulf_star.pdf', '21', '344', 'Broking slip '),
(597, 1, 'WC_EL_Quote_-_gulf_star.pdf', '85', '281', 'Quotation - QIC'),
(598, 1, 'Policy_Schedule_-_01-FAP-2010-00002-R1.pdf', '23', '300', 'Policy Schedule '),
(599, 1, 'POlicy_Schedule_-_01-FAP-2010-00003-R1.pdf', '23', '299', 'Policy Schedule'),
(600, 1, 'Space_Trad_-_Policy_Schedule.pdf', '23', '84', 'Policy Schedule'),
(601, 1, 'Hyundai_Eng_and_Trad_Motor_Quotation.pdf', '85', '283', 'Quotation - 06.12.2011'),
(602, 1, 'zeal_wc_broking_slip.pdf', '21', '347', 'Broking Slip - 06.12.2011'),
(603, 1, 'Certificate_-_26-R1.pdf', '23', '302', 'Certificate - 00026/R1'),
(604, 1, 'Oryx_-_Brokers_Appointment_letter.pdf', '23', '26', 'Brokers Appointment letter '),
(605, 1, 'Doha_Golf_Club_-_Endo.pdf', '25', '82', 'Endorsement No - MG-2011-01-96/E1'),
(606, 1, 'Policy_schedule_-_75-VF-30179-0-0.pdf', '23', '74', 'Policy Schedule - 75/VF/30179/0/0'),
(607, 1, 'Doha_Golf_Club_-_Endo1.pdf', '25', '83', 'Endorsement - MG-2011-01-96/E1'),
(609, 1, 'Omega_-_Wheel_Loader.pdf', '30', '27', 'Photographs'),
(610, 1, 'HSE_Incident_Notification.PDF', '30', '27', 'House Claim Incident Report'),
(611, 1, 'Quotation_-_Repair_of_Wheel_Loader_Transmission.pdf', '30', '27', 'Estimate of repair cost'),
(612, 1, 'Group_Medical_Quotation_-_Qatar_-_Oryx_energy.pdf', '85', '276', 'Group Medical Insurance Quotation - Tazur'),
(613, 1, 'Certificate_-183.pdf', '23', '304', 'Certificate - 183'),
(614, 1, 'Certificate_-184.pdf', '23', '303', 'Certificate - 184'),
(615, 1, 'South_West_Architecture.pdf', '21', '283', 'Proposal  form -  Islamic insurance'),
(617, 1, 'South_West_Architecture1.pdf', '21', '283', 'Proposal form - Islamic Insurance '),
(618, 1, 'chrysolite_wc_broking_slip.doc', '', '351', 'Brokng slip - s Chrysolite Services'),
(619, 1, 'Chrysolite_WCI_certificate.pdf', '23', '305', 'Certificate'),
(620, 1, 'Jaimon_Jacob-568.pdf', '23', '306', 'Certificate - 568'),
(621, 1, 'Jaimon_Jacob-5681.pdf', '25', '306', 'certificate - 568'),
(622, 1, 'Certificate_-572.pdf', '23', '308', 'certificate - 572'),
(623, 1, 'Certificate_-_571.pdf', '23', '307', 'Certificate - 571'),
(624, 1, 'intergroup_endo.pdf', '23', '249', 'Endorsement'),
(625, 1, 'Petroleum_Mechanical_75FX3001001.pdf', '23', '309', 'Certificate - 75/FX/30010/0/1'),
(626, 1, 'Certificate_-574.pdf', '23', '310', 'Certificate - 574'),
(627, 1, 'Certificate_-575.pdf', '23', '311', 'Certificate - 575'),
(628, 1, 'Certificate_-_29864.pdf', '25', '87', 'Certificate - 29864'),
(629, 1, 'rise_and_shine_-_broking_slip_12.12_.2011_.doc', '21', '272', 'Broking slip - 12.12.2011'),
(630, 1, 'RISE_SHINE_employee_list.xls', '85', '209', 'Employee list - 12.12.2011'),
(631, 1, 'Omega_-_Motor_fleet_TPL-_Endo_11.pdf', '25', '87', 'Endorsement - 75/VF/30095/0/11'),
(632, 1, 'Rise_and_Shine_WCI_Certificate.pdf', '21', '312', 'Certificate '),
(633, 1, 'QB_Engineering_-_WC_-_Quotation.pdf', '85', '295', 'WC Quotation '),
(634, 1, 'QB_Engineering_-_Third_Party_Liability_Quotation.pdf', '85', '296', 'General TPL - Quotation '),
(635, 1, 'Certificate_-_214381.pdf', '23', '313', 'Certificate - 0032/R1'),
(636, 1, 'Certificate_-_214382.pdf', '28', '362', 'Certificate - 214382'),
(637, 1, 'Certificate_-_2143821.pdf', '23', '314', 'Certificate -214382'),
(638, 1, 'Certificate_-_214383.pdf', '23', '315', 'Certificate - 214383'),
(639, 1, 'Certificate_-_214384.pdf', '23', '316', 'Certificate - 214384'),
(640, 1, 'Horeitia_Global_-017.pdf', '23', '317', 'Certificate - 00017'),
(641, 1, 'Certificate_-_586.pdf', '23', '318', 'Certificate - 586'),
(642, 1, 'Certificate_-_5861.pdf', '21', '366', 'Certificate - 586'),
(643, 1, 'Certificate_-_589.pdf', '23', '319', 'Certificate - 589'),
(644, 1, 'Certificate_-_581.pdf', '23', '320', 'Certificate - 581'),
(645, 1, 'Certificate_-_588.pdf', '23', '321', 'Certificate - 588'),
(646, 1, 'Banyan_Qatar.pdf', '23', '322', 'WC Certificate - 000226'),
(647, 1, 'Certificte_-_590.pdf', '23', '323', 'Certificate - 590'),
(648, 1, 'sun_and_sand_-_medical_insurance_broking_slip.doc', '21', '371', 'Broking Slip - Group Medical'),
(649, 1, 'Death_Claim_Documents.pdf', '30', '23', 'Death claim documents'),
(650, 1, 'Broker_appoint_letter.pdf', '21', '167', 'Brokers appointment letter'),
(651, 1, 'Certificate_575.pdf', '21', '311', 'Amended Certificate'),
(652, 1, 'intergroup_marine_policy.pdf', '23', '325', 'Certificate - 01-MCC-2011-00009'),
(653, 1, 'Certificate_-_bike_187.pdf', '23', '327', 'Certificate '),
(654, 1, 'SEIB_Quote_sun_and_sand.pdf', '85', '308', 'Quotation - Group Medical'),
(655, 1, 'Endorsement_-_6200012-1-0.pdf', '25', '91', 'Endorsement '),
(656, 1, 'Endorsement_-_6200012-2-0.pdf', '25', '90', 'Endorsement '),
(657, 1, 'QB_Engineering_-_CAR_Quotation.pdf', '85', '313', 'CAR Quotation '),
(661, 1, 'ID_and_Passport_copy.pdf', '30', '23', 'I D and Passport Copy'),
(659, 1, 'QB_Engineering_WC_Certificate.pdf', '23', '329', 'WC Certificate'),
(660, 1, 'QB_Engineering_-_CAR_Quotation1.pdf', '23', '328', 'CAR Certificate '),
(662, 1, 'Omema_Eng_-PAR_Policy.pdf', '23', '326', 'Policy Schedule '),
(663, 1, 'AL_AMEEN_RENT_A_CAR_+_SALEH_AL_HAMAD_AL_MANA_POLICY_DOCUMENTS.pdf', '23', '337', 'Certificate '),
(664, 1, 'Voltage_Engineering_Plant_and_equipment_List.pdf', '23', '330', 'List of equipments'),
(665, 1, 'Certificate_613.pdf', '23', '340', 'Certificate 613'),
(666, 1, 'VOLTAGE_TPL_FLEET_RENEWAL_DOCUMENTS.pdf', '25', '336', 'List of Vehicles'),
(667, 1, 'VOLTAGE_COMPREHENSIVE_FLEET_RENEWAL_DOCUMENTS_(1).pdf', '23', '335', 'List of Vehicles'),
(668, 1, 'Certificate_605.pdf', '23', '341', 'Certificate 605'),
(669, 1, 'Certificate_606.pdf', '23', '342', 'Certificate 606'),
(672, 1, 'Dulsco_-_TPL_-_Savoy_Qatar_271211.pdf', '21', '328', 'Qic quotation'),
(671, 1, 'Dulsco_Qatar_-_Fire_Insurance.pdf', '21', '329', 'QIC Quotation'),
(673, 1, 'Certificate_amended.pdf', '1', '341', 'Certificate amended'),
(674, 1, 'IB_School_-_Business_Shield_-_pg_1.pdf', '23', '285', 'Schedule -'),
(675, 1, 'IB_School_-_Business_Shield_-_pg_3.pdf', '23', '285', 'Certificate 2'),
(676, 1, 'IB_School_-_Business_Shield_-_pg_4.pdf', '23', '285', 'Certificate '),
(677, 1, 'JGC-MVA_265.pdf', '23', '133', 'Amended Insured name - JGC'),
(678, 1, 'Project_Development_Company_Fire_Insurance_Certificate.pdf', '23', '42', 'Certificate - Bank name amended '),
(679, 1, 'Certificate_-_621.pdf', '23', '344', 'Certificate - 621'),
(680, 1, 'Doha_Golf_Club_-Endorsement_.pdf', '25', '94', 'Endorsement - Deletion '),
(681, 1, 'scan-169_(1).pdf', '23', '255', 'Certificate date  Amended '),
(682, 1, 'Certificate_-_198.pdf', '23', '347', 'Certificate - 198'),
(683, 1, 'Certificate_-_199.pdf', '23', '396', 'Certificate - 199'),
(684, 1, 'Certificate_-_1991.pdf', '23', '348', 'Certificate 199'),
(685, 1, 'Certificate_624.pdf', '23', '349', 'Certificate - 624'),
(686, 1, 'Certificate_-_AL_AMEEN_URVAN_04_01_2012.pdf', '23', '352', 'Certificate NIssan Urvan'),
(687, 1, 'Certificate_AL_AMEEN_TIIDA_04_01_2012.pdf', '23', '352', 'Certificate NIssan Tiida'),
(688, 1, 'MAGDY_MOHAMED010.pdf', '14', '171', 'I D Copy '),
(689, 1, 'Certificate_-631.pdf', '23', '353', 'Certificate 631'),
(690, 1, 'Doha_Golf_Club_-_Endo2.pdf', '25', '96', 'Doha Gulf Club - Endorsement 96/E3'),
(691, 1, 'debit_note_Endo_96-E3.pdf', '25', '96', 'Debit note'),
(692, 1, 'Inter_group_Marine_Insurance.pdf', '23', '354', 'Policy Schedule '),
(693, 1, 'Certificate_-_632.pdf', '23', '355', 'Certificate - 632'),
(694, 1, 'Dulsco_Qatar_-_Fire_Insurance1.pdf', '23', '346', 'Certificate '),
(695, 1, 'Dulsco_TPL,_FSP_WCI_Certificates.pdf', '23', '345', 'Certificate '),
(696, 1, 'Dulsco_-_TPL.pdf', '23', '356', 'Certificate TPL'),
(697, 1, 'Space_Trad_Co_WLL_-_Endorsement.pdf', '25', '98', 'Endorsement '),
(698, 1, 'Space_Trad_Co_WLL_-_Endorsement1.pdf', '25', '97', 'Endorsement '),
(699, 1, 'Certificate_204.pdf', '23', '357', 'Certificate '),
(700, 1, 'Certificate_-_38-39-40.pdf', '23', '359', 'Certificate - 00638'),
(701, 1, 'Certificate_-_38-39-401.pdf', '23', '360', 'Certificate - 00639'),
(702, 1, 'Certificate_-_38-39-402.pdf', '23', '361', 'Certificate - 00640'),
(703, 1, 'QID_NEW.pdf', '14', '11', 'ID copy of authorized signatories'),
(704, 1, 'Endo_Doha_Golf_Club.pdf', '25', '100', 'Endorsement '),
(705, 1, 'Care_and_Cure_pharmacy_policy.pdf', '23', '362', 'Certificate '),
(706, 1, 'Altech_-_Endo.pdf', '25', '101', 'Endorsement'),
(707, 1, 'TT_05-01-2011.pdf', '30', '23', 'Fund Transfer'),
(708, 1, 'Zeal_Trading_wc_quotation.pdf', '85', '284', 'Quotation 12.01.2012'),
(709, 1, 'Dulsco_-_Endo_12.01_.2012_.pdf', '25', '102', 'Endorsement 09.01.2012'),
(710, 1, 'br_slip_wc-_exblowra1.doc', '21', '404', 'Broking Slip'),
(711, 1, 'Exblowra_WC-_Savoy_Insurance_Brokers_08.01_.2012_.pdf', '21', '341', 'Quotation 08.01.2012'),
(712, 1, 'Exblowra_WC_Quotation_12.01_.2012_.pdf', '21', '341', 'Quotation 12.01.2012'),
(713, 1, 'Quotation_-_Goods_in_Transit_(QB_Engineering).pdf', '85', '351', 'Quotation AXA'),
(714, 1, 'Quotation_Inland_Transit_Insurance_(QIC)_QB_Engineering.docx', '85', '351', 'Inland Transit (B) - QIC'),
(715, 1, 'Certificate_-_648.pdf', '23', '366', 'Certificate - 648'),
(716, 1, 'Techmark_Trad_and_Cont_WLL_WC_Policy.pdf', '23', '46', 'Certificate'),
(717, 1, 'SMS_-_Comprehensive_Motor_Policy_2011_(1)_(1).pdf', '23', '368', 'Endorsement'),
(718, 1, 'glp_dulsco_workers.pdf', '23', '364', 'Group Life Insurance - Dulsco - Workers Policy'),
(719, 1, 'glp_dulsco_staff.pdf', '23', '365', 'Group Life Insurance - Dulsco - Staff Policy'),
(720, 1, 'Chrysolite_-_WC_Policy_Schedule.pdf', '23', '305', 'Chrysolite - WC Policy Schedule'),
(721, 1, 'Voltage_-_Alstom_Grid_-_Quotation_1.pdf', '85', '355', 'Quotation QIC'),
(722, 1, 'Voltage_-_Alstom_Grid_-_TPL_Quotation_2.pdf', '85', '355', 'Quotation - 2'),
(723, 1, 'Voltage_Engineering_TPL_Certificate.pdf', '85', '369', 'Certificate '),
(724, 1, 'Certifictae_-214.pdf', '23', '370', 'Certificate - 214'),
(725, 1, 'Shut_Down_Maintenance_-_TPL_Policy_2011.pdf', '23', '371', 'Certificate '),
(726, 1, 'Al_Hamed_Commercial_Registration_2013.pdf', '14', '70', 'CR copy 2012'),
(727, 1, 'Dulsco_-_gl_-_staff_details.pdf', '23', '365', 'Group Life - Staff Details'),
(728, 1, 'Dulsco_-_glp_-_workers_details.pdf', '23', '364', 'Group Life - Workers Details'),
(729, 1, 'Space_Trading_-_WC_Endorsement_3.pdf', '25', '105', 'Endorsement '),
(730, 1, 'corniche_-_endo.pdf', '25', '108', 'Corniche - Endorsement Certificate'),
(731, 1, 'ID_Copy_Ashok.pdf', '40', '8', 'ID 2012'),
(732, 1, 'QB_Engineering_Marine_Cargo_Insurance.pdf', '23', '372', 'Certificate - Marine Cargo');

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

--
-- Table structure for table `sys_types`
--

CREATE TABLE IF NOT EXISTS `sys_types` (
  `type_id` smallint(6) NOT NULL DEFAULT '0',
  `type_no` int(11) NOT NULL DEFAULT '1',
  `next_reference` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `telecalling`
--

CREATE TABLE IF NOT EXISTS `telecalling` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `staffid` int(11) NOT NULL,
  `leadname` varchar(70) NOT NULL,
  `email` varchar(50) NOT NULL,
  `contactno` varchar(25) NOT NULL,
  `repdate` date NOT NULL,
  `reptitle` varchar(30) NOT NULL,
  `report` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staffid` (`staffid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `template`
--

CREATE TABLE IF NOT EXISTS `template` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `cover_id` int(11) NOT NULL,
  `template_type` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=33 ;

--
-- Dumping data for table `template`
--

INSERT INTO `template` (`id`, `name`, `cover_id`, `template_type`) VALUES
(1, 'Broking Slip', 1, 1),
(2, 'Broking Slip', 2, 1),
(3, 'Broking Slip', 5, 1),
(4, 'Broking Slip', 4, 1),
(6, 'Broking Slip - WC', 31, 1),
(7, 'Broking Slip - Fire and Allied Perils Insurance', 7, 1),
(9, 'Broking Slip - CAR', 21, 1),
(10, 'Broking Slip - Group Medical Insurance Insurance', 44, 1),
(11, 'Broking Slip - General Third Party Liability Insurance', 30, 1),
(12, 'Broking Slip  - Logistics Secure Insurance', 42, 1),
(13, 'Broking Slip - Motor Fleet Comprehensive Insurance', 3, 1),
(14, 'Broking Slip - Motor Fleet Third Party Liability Insurance', 6, 1),
(15, 'Broking Slip - Property All Risks Insurance', 8, 1),
(17, 'Broking Slip - Fidelity Guarantee Insurance', 14, 1),
(18, 'Broking Slip - Marine Cargo Insurance', 37, 1),
(19, 'Broking Slip - Marine Open Cargo Insurance', 38, 1),
(20, 'Broking Slip - Office Secure', 18, 1),
(21, 'BS - Business Secure', 19, 1),
(22, 'BS - Group Life Workmen''s Compensation Accident Insurance', 46, 1),
(23, 'Contracts Plant and Equipment/ Machinery Insurance', 25, 1),
(24, 'BS - Money Insurance', 13, 1),
(25, 'BS - Home Insurance', 11, 1),
(27, 'Broking Slip - Group Life', 47, 1),
(28, 'BS - Medical Malpractice Insurance', 34, 1),
(29, 'Broking Slip - EAR', 22, 1),
(30, 'Professional Indemnity Insurance', 33, 1),
(31, 'Group Life and Personal Accident  Insurance', 45, 1),
(32, 'Goods in transit Insurance ', 36, 1);

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

--
-- Table structure for table `template_form`
--

CREATE TABLE IF NOT EXISTS `template_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_id` int(11) NOT NULL,
  `labelname` varchar(200) NOT NULL,
  `value` varchar(250) NOT NULL,
  `fieldtype` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `template_id` (`template_id`),
  KEY `template_id_2` (`template_id`),
  KEY `template_id_3` (`template_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=236 ;

--
-- Dumping data for table `template_form`
--

INSERT INTO `template_form` (`id`, `template_id`, `labelname`, `value`, `fieldtype`) VALUES
(84, 6, 'Insured', '', 'insured'),
(85, 6, 'Business', '', 'business'),
(86, 6, 'No of employees', '', 'text'),
(87, 6, 'Estimated Annual Wages', '', 'text'),
(88, 10, 'Insured', '', 'insured'),
(89, 10, 'Business', '', 'business'),
(90, 10, 'No of employees', '', 'text'),
(91, 10, 'No of dependants', '', 'text'),
(96, 12, 'Insured', '', 'insured'),
(97, 12, 'Business', '', 'business'),
(98, 11, 'Insured', '', 'insured'),
(99, 11, 'Business', '', 'business'),
(100, 13, 'Insured', '', 'insured'),
(101, 13, 'Business', '', 'business'),
(102, 14, 'Insured', '', 'insured'),
(103, 14, 'Business', '', 'business'),
(104, 15, 'Insured', '', 'insured'),
(105, 15, 'Business', '', 'business'),
(118, 2, 'Insured', '', 'insured'),
(119, 2, 'Business', '', 'business'),
(120, 2, 'Type of vehicle', '', 'text'),
(121, 2, 'Year of Manufacture', '', 'text'),
(122, 2, 'Value of vehicle', '', 'text'),
(123, 2, 'Seating capacity', '', 'text'),
(124, 2, 'Cc', '', 'text'),
(125, 2, 'Registration No', '', 'text'),
(126, 2, 'Chassis No', '', 'text'),
(127, 3, 'Insured', '', 'insured'),
(128, 3, 'Business', '', 'business'),
(129, 3, 'Type of vehicle', '', 'text'),
(130, 3, 'Year of Manufacture', '', 'text'),
(131, 3, 'Seating Capacity', '', 'text'),
(132, 3, 'Cc', '', 'text'),
(133, 3, 'Ton', '', 'text'),
(134, 3, 'Registration No', '', 'text'),
(135, 3, 'Chassis No', '', 'text'),
(136, 4, 'Insured', '', 'insured'),
(137, 4, 'Business', '', 'business'),
(138, 4, 'Type of vehicle', '', 'text'),
(139, 4, 'Year of manufacture', '', 'text'),
(140, 4, 'Reg no', '', 'text'),
(141, 4, 'Chasiss No', '', 'text'),
(142, 4, 'Cc', '', 'text'),
(143, 4, 'Ton', '', 'text'),
(144, 4, 'Seating capacity', '', 'text'),
(145, 1, 'Insured', '', 'insured'),
(146, 1, 'Type of vehicle', '', 'text'),
(147, 1, 'Value of vehicle', '', 'text'),
(148, 1, 'Year of manufacture', '', 'text'),
(149, 1, 'Cc', '', 'text'),
(150, 1, 'Seating capacity', '', 'text'),
(151, 1, 'Registration No', '', 'text'),
(152, 1, 'Chassis No', '', 'text'),
(155, 19, 'Insured', '', 'insured'),
(156, 19, 'Business', '', 'business'),
(157, 7, 'Insured', '', 'insured'),
(158, 7, 'Business', '', 'business'),
(159, 7, 'Period Of Insurance', '', 'periodofinsurance'),
(160, 7, 'Location of Risk', '', 'text'),
(161, 7, 'Sum Insured', '', 'text'),
(162, 20, 'Insured', '', 'insured'),
(163, 20, 'Business', '', 'business'),
(164, 21, 'Insured', '', 'insured'),
(165, 21, 'Business', '', 'business'),
(166, 21, 'Location of Risk', '', 'text'),
(167, 21, 'Sum Insured', '', 'text'),
(168, 18, 'Insured', '', 'insured'),
(169, 18, 'Business', '', 'business'),
(170, 18, 'Sum Insured', '', 'text'),
(173, 22, 'Insured', '', 'insured'),
(174, 22, 'Business', '', 'business'),
(175, 22, 'Number of employees', '', 'text'),
(176, 22, 'Estimated Annual Wages', '', 'text'),
(177, 22, 'Group Life Contribution', '', 'text'),
(178, 23, 'Business', '', 'business'),
(179, 23, 'Insured', '', 'insured'),
(180, 23, 'Sum Insured', '', 'text'),
(181, 17, 'Insured', '', 'insured'),
(182, 17, 'Business', '', 'business'),
(188, 9, 'Insured', '', 'insured'),
(189, 9, 'Business', '', 'business'),
(190, 9, 'Contract Title', '', 'text'),
(191, 9, 'Principal', '', 'text'),
(192, 9, 'Location of Risk', '', 'text'),
(193, 9, 'Section 1 - Material Damage', '', 'text'),
(194, 9, 'Section 2 - Third Party Liability', '', 'text'),
(195, 9, 'Scope of Work', '', 'text'),
(196, 25, 'Insured', '', 'insured'),
(197, 25, 'Business', '', 'business'),
(198, 24, 'Insured', '', 'insured'),
(199, 24, 'Business', '', 'business'),
(200, 24, 'Cash in Safe', '', 'text'),
(201, 24, 'Estimated Annual Carrying Limit', '', 'text'),
(202, 24, 'Single Carrying limit', '', 'text'),
(205, 27, 'Insured', '', 'insured'),
(206, 27, 'Business', '', 'business'),
(207, 27, 'Capital Sum Insured', '', 'text'),
(208, 27, 'No of employees', '', 'text'),
(209, 28, 'Insured', '', 'insured'),
(210, 28, 'Business', '', 'business'),
(211, 28, 'Limit of Idemnity', '', 'text'),
(221, 29, 'Prinicipal', '', 'text'),
(222, 29, 'Insured', '', 'insured'),
(223, 29, 'Business', '', 'business'),
(224, 29, 'Contract Title', '', 'text'),
(225, 29, 'Period Of Insurance', '', 'periodofinsurance'),
(226, 29, 'Location of Risk', '', 'text'),
(227, 30, 'Insured', '', 'insured'),
(228, 30, 'Business', '', 'business'),
(229, 31, 'Insured', '', 'insured'),
(230, 31, 'Business', '', 'business'),
(231, 31, 'Capital Sum insured ', '', 'text'),
(232, 31, 'Number of employees', '', 'text'),
(233, 32, 'Insured', '', 'insured'),
(234, 32, 'Business', '', 'business'),
(235, 32, 'Voyage', '', 'text');

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

--
-- Table structure for table `template_type`
--

CREATE TABLE IF NOT EXISTS `template_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `template_type`
--

INSERT INTO `template_type` (`id`, `type`) VALUES
(1, 'Broking Slip'),
(2, 'Placing Slip'),
(3, 'Declaration');

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

--
-- Table structure for table `temp_refs`
--

CREATE TABLE IF NOT EXISTS `temp_refs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` int(3) NOT NULL,
  `reference` varchar(40) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `transaction_code`
--

CREATE TABLE IF NOT EXISTS `transaction_code` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(30) NOT NULL,
  `type` varchar(30) NOT NULL,
  `description` varchar(50) NOT NULL,
  `trans` tinyint(2) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `transaction_code`
--

INSERT INTO `transaction_code` (`id`, `code`, `type`, `description`, `trans`) VALUES
(1, 'CN', 'C', 'Credit Note', 5),
(2, 'DN', 'D', 'Debit Note', 6),
(3, 'RV', 'R', 'Receipt Voucher', 2),
(4, 'PV', 'P', 'Payment Voucher', 1),
(5, 'JV', 'J', 'Journal Voucher', 3),
(15, 'BJ', 'B', 'Bank Journals', 4);

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

--
-- Table structure for table `transaction_types`
--

CREATE TABLE IF NOT EXISTS `transaction_types` (
  `id` tinyint(2) NOT NULL AUTO_INCREMENT,
  `transaction` varchar(30) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `transaction_types`
--

INSERT INTO `transaction_types` (`id`, `transaction`) VALUES
(1, 'Payment Voucher'),
(2, 'Receipt Voucher'),
(3, 'Journal Voucher'),
(4, 'Bank Journal'),
(5, 'Credit Note'),
(6, 'Debit Note');

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

--
-- Table structure for table `trans_types`
--

CREATE TABLE IF NOT EXISTS `trans_types` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `transaction_type` varchar(25) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `trans_types`
--

INSERT INTO `trans_types` (`id`, `transaction_type`) VALUES
(1, 'Placing Slip Issue'),
(2, 'Customer Payment'),
(3, 'Bank Payment'),
(4, 'Payments'),
(5, 'Deposits'),
(6, 'Bank Transfer'),
(7, 'Journal Entry'),
(8, 'Cancellation');

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

--
-- Table structure for table `unposted_journal`
--

CREATE TABLE IF NOT EXISTS `unposted_journal` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` varchar(30) NOT NULL,
  `date` date NOT NULL,
  `reverse` varchar(6) NOT NULL,
  `account_code` varchar(40) NOT NULL,
  `account_id` int(11) NOT NULL,
  `amount` double NOT NULL,
  `memo` tinytext NOT NULL,
  `unpost` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `unposted_journal`
--

INSERT INTO `unposted_journal` (`id`, `reference`, `date`, `reverse`, `account_code`, `account_id`, `amount`, `memo`, `unpost`) VALUES
(1, '305', '2011-08-04', 'false', 'CRP0019', 0, 54900, '', 1),
(2, '305', '2011-08-04', 'false', '100010', 1, -54900, '', 1),
(3, '722', '2011-12-04', 'false', 'CRP0039', 0, 53, '', 0),
(4, '722', '2011-12-04', 'false', '100010', 1, -53, '', 0),
(5, '724', '2011-12-04', 'false', 'CRP0039', 0, 53, '', 0),
(6, '724', '2011-12-04', 'false', '100010', 1, -53, '', 0),
(7, '725', '2011-12-04', 'false', 'CRP0039', 0, 53, '', 0),
(8, '725', '2011-12-04', 'false', '100010', 1, -53, '', 0),
(9, '869', '2012-01-11', 'false', 'CRP0037', 0, 14006, '', 1),
(10, '869', '2012-01-11', 'false', '100010', 1, -14006, '', 1);

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

--
-- Table structure for table `unposted_pay_dep`
--

CREATE TABLE IF NOT EXISTS `unposted_pay_dep` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` varchar(30) NOT NULL,
  `bank_acc` varchar(30) NOT NULL,
  `acc_id` varchar(11) NOT NULL,
  `date` date NOT NULL,
  `amount` double(10,2) NOT NULL,
  `account` varchar(30) NOT NULL,
  `memo` tinytext NOT NULL,
  `unpost` tinyint(1) NOT NULL,
  `type` tinyint(1) NOT NULL,
  `pay_to` varchar(40) NOT NULL,
  `method` varchar(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=164 ;

--
-- Dumping data for table `unposted_pay_dep`
--

INSERT INTO `unposted_pay_dep` (`id`, `reference`, `bank_acc`, `acc_id`, `date`, `amount`, `account`, `memo`, `unpost`, `type`, `pay_to`, `method`) VALUES
(1, '41', '100010', '1', '2011-06-09', -2815.00, 'CRP0002', '', 1, 2, '0', 'cheque'),
(2, '63', '100010', '1', '2011-06-13', -1600.00, 'IDL0035', '', 1, 2, '0', 'cash'),
(3, '74', '100010', '1', '2011-06-16', -46655.00, 'CRP0025', '', 1, 2, '0', 'cheque'),
(5, '77', '100010', '1', '2011-06-16', -3675.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(6, '94', '100010', '1', '2011-06-26', -6010.00, 'CRP0012', '', 1, 2, '0', 'cheque'),
(7, '95', '100010', '1', '2011-06-26', -5010.00, 'CRP0012', '', 1, 2, '0', 'cheque'),
(8, '107', '100010', '1', '2011-06-28', -5300.00, 'CRP0028', '', 1, 2, '0', 'cheque'),
(9, '108', '100010', '1', '2011-06-28', -13002.00, 'CRP0001', '', 1, 2, '0', 'cheque'),
(12, '121', '100010', '1', '2011-06-30', -26465.00, 'CRP0001', '', 1, 2, '0', 'cheque'),
(13, '172', '100010', '1', '2011-07-06', -5900.00, 'CRP0054', '', 1, 2, '0', 'cash'),
(14, '173', '100010', '1', '2011-07-06', -3184.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(15, '174', '100010', '1', '2011-07-06', -6283.00, 'CRP0035', '', 1, 2, '0', 'cheque'),
(17, '179', '100010', '1', '2011-07-09', -1010.00, 'CRP0020', '', 1, 2, '0', 'cash'),
(18, '182', '100010', '1', '2011-07-10', -3425.00, 'CRP0058', '', 1, 2, '0', 'cheque'),
(19, '205', '100010', '1', '2011-07-13', -22652.00, 'CRP0038', '', 1, 2, '0', 'cheque'),
(20, '207', '100010', '1', '2011-07-13', -54900.00, 'CRP0019', '', 1, 2, '0', 'cheque'),
(21, '209', '100010', '1', '2011-07-13', -14103.00, 'CRP0039', '', 1, 2, '0', 'cheque'),
(23, '241', '100010', '1', '2011-07-25', -75932.00, 'CRP0050', '', 1, 2, '0', 'cheque'),
(24, '259', '100010', '1', '2011-07-27', -2000.00, 'CRP0008', '', 1, 2, '0', 'cheque'),
(25, '265', '100010', '1', '2011-07-31', -24446.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(26, '288', '100010', '1', '2011-08-04', -121198.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(27, '289', '100010', '1', '2011-08-04', -215970.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(28, '290', '100010', '1', '2011-08-04', -2550.00, 'CRP0002', '', 1, 2, '0', 'cheque'),
(29, '292', '100010', '1', '2011-08-04', -54900.00, 'CRP0019', '', 1, 2, '0', 'cheque'),
(30, '293', '100010', '1', '2011-08-04', -22652.00, 'CRP0038', '', 1, 2, '0', 'cheque'),
(31, '295', '100010', '1', '2011-08-04', -400.00, 'CRP0002', '', 1, 2, '0', 'cash'),
(32, '296', '100010', '1', '2011-08-04', -24446.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(33, '303', '100010', '1', '2011-08-06', -25920.00, 'CRP0068', '', 1, 2, '0', 'cheque'),
(34, '310', '100010', '1', '2011-08-08', -1113.00, 'CRP0007', '', 1, 2, '0', 'cash'),
(35, '312', '100010', '1', '2011-08-08', -1058.00, 'IDL0004', '', 1, 2, '0', 'cash'),
(36, '313', '100010', '1', '2011-08-08', -750.00, 'IDL0007', '', 1, 2, '0', 'cash'),
(37, '314', '100010', '1', '2011-08-08', -2334.00, 'IDL0008', '', 1, 2, '0', 'cash'),
(38, '315', '100010', '1', '2011-08-08', -400.00, 'IDL0014', '', 1, 2, '0', 'cash'),
(39, '316', '100010', '1', '2011-08-08', -1965.00, 'CRP0014', '', 1, 2, '0', 'cheque'),
(40, '317', '100010', '1', '2011-08-08', -1525.00, 'CRP0061', '', 1, 2, '0', 'cheque'),
(41, '320', '100010', '1', '2011-08-08', -2900.00, 'CRP0048', '', 1, 2, '0', 'cheque'),
(42, '322', '100010', '1', '2011-08-08', -3180.00, 'CRP0015', '', 1, 2, '0', 'cash'),
(43, '324', '100010', '1', '2011-08-08', -22718.00, 'IDL0001', '', 1, 2, '0', 'cash'),
(44, '350', '100010', '1', '2011-08-10', -271947.88, 'CRP0074', '', 1, 2, '0', 'cash'),
(45, '363', '100010', '1', '2011-04-11', -45010.00, 'CRP0071', '', 1, 2, '0', 'cash'),
(46, '369', '100010', '1', '2011-08-12', -1108.00, 'CRP0055', '', 1, 2, '0', 'cheque'),
(47, '379', '100010', '1', '2011-08-14', -2975.00, 'CRP0011', '', 1, 2, '0', 'cheque'),
(48, '388', '100010', '1', '2011-08-16', -37027.00, 'CRP0047', '', 1, 2, '0', 'cheque'),
(49, '389', '100010', '1', '2011-08-16', -18800.00, 'CRP0046', '', 1, 2, '0', 'cheque'),
(50, '391', '100010', '1', '2011-08-16', -7720.00, 'CRP0010', '', 1, 2, '0', 'cheque'),
(51, '392', '100010', '1', '2011-08-16', -5975.00, 'CRP0010', '', 1, 2, '0', 'cheque'),
(52, '393', '100010', '1', '2011-08-16', -12516.00, 'CRP0078', '', 1, 2, '0', 'cheque'),
(53, '479', '100010', '1', '2011-09-11', -2140.00, 'IDL0011', '', 1, 2, '0', 'cheque'),
(54, '480', '100010', '1', '2011-09-11', -4613.00, 'CRP0009', '', 1, 2, '0', 'cash'),
(55, '481', '100010', '1', '2011-09-11', -3914.00, 'IDL0002', '', 1, 2, '0', 'cash'),
(56, '491', '100010', '1', '2011-09-12', -42150.00, 'CRP0047', '', 1, 2, '0', 'cheque'),
(57, '495', '100010', '1', '2011-09-18', -24446.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(58, '496', '100010', '1', '2011-09-18', -1895.00, 'CRP0067', '', 1, 2, '0', 'cheque'),
(59, '498', '100010', '1', '2011-09-18', -27592.00, 'CRP0052', '', 1, 2, '0', 'cheque'),
(60, '506', '100010', '1', '2011-09-19', -1478.00, 'IDL0012', '', 1, 2, '0', 'cash'),
(61, '507', '100010', '1', '2011-09-19', -1795.00, 'CRP0073', '', 1, 2, '0', 'cash'),
(62, '508', '100010', '1', '2011-09-19', -3826.00, 'CRP0007', '', 1, 2, '0', 'cash'),
(63, '509', '100010', '1', '2011-09-19', -2500.00, 'CRP0080', '', 1, 2, '0', 'cash'),
(64, '510', '100010', '1', '2011-09-19', -550.00, 'IDL0013', '', 1, 2, '0', 'cash'),
(65, '514', '100010', '1', '2011-09-20', -12290.00, 'IDL0001', '', 1, 2, '0', 'cash'),
(66, '520', '100010', '1', '2011-09-21', -14020.00, 'CRP0032', '', 1, 2, '0', 'cheque'),
(67, '520', '100010', '1', '2011-09-21', -2178.00, 'CRP0057', '', 1, 2, '0', 'cheque'),
(68, '521', '100010', '1', '2011-09-21', -6295.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(69, '522', '100010', '1', '2011-09-21', -1638.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(70, '530', '100010', '1', '2011-09-26', -11485.00, 'CRP0064', '', 1, 2, '0', 'cheque'),
(71, '531', '100010', '1', '2011-09-26', -7030.00, 'CRP0064', '', 1, 2, '0', 'cheque'),
(72, '532', '100010', '1', '2011-09-26', -5757.00, 'CRP0071', '', 1, 2, '0', 'cheque'),
(73, '536', '100010', '1', '2011-09-27', -9884.00, 'IDL0001', '', 1, 2, '0', 'cash'),
(74, '537', '100010', '1', '2011-09-27', -3775.00, 'CRP0046', '', 1, 2, '0', 'cash'),
(75, '547', '100010', '1', '2011-10-01', -8489.00, 'CRP0027', '', 1, 2, '0', 'cheque'),
(76, '560', '100010', '1', '2011-10-09', -1370.00, 'IDL0021', '', 1, 2, '0', 'cash'),
(77, '571', '100010', '1', '2011-10-12', -9740.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(78, '572', '100010', '1', '2011-10-12', -2010.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(79, '573', '100010', '1', '2011-10-12', -24445.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(80, '579', '100010', '1', '2011-10-16', -2050.00, 'CRP0084', '', 1, 2, '0', 'cheque'),
(81, '584', '100010', '1', '2011-10-19', -2450.00, 'IDL0002', '', 1, 2, '0', 'cheque'),
(82, '584', '100010', '1', '2011-10-19', -2550.00, 'IDL0020', '', 1, 2, '0', 'cheque'),
(83, '584', '100010', '1', '2011-10-19', -4935.00, 'CRP0009', '', 1, 2, '0', 'cheque'),
(84, '585', '100010', '1', '2011-10-19', -13253.00, 'CRP0068', '', 1, 2, '0', 'cheque'),
(85, '609', '100010', '1', '2011-10-29', -6190.00, 'CRP0010', '', 1, 2, '0', 'cheque'),
(86, '645', '100010', '1', '2011-11-13', -3299.00, 'CRP0047', '', 1, 2, '0', 'cheque'),
(87, '646', '100010', '1', '2011-11-13', -13518.00, 'CRP0064', '', 1, 2, '0', 'cheque'),
(88, '647', '100010', '1', '2011-11-13', -2500.00, 'CRP0034', '', 1, 2, '0', 'cheque'),
(89, '661', '100010', '1', '2011-11-17', -1120.00, 'IDL0037', '', 1, 2, '0', 'cash'),
(90, '685', '100010', '1', '2011-11-23', -7161.00, 'CRP0055', '', 1, 2, '0', 'cheque'),
(91, '688', '100010', '1', '2011-11-23', -1645.00, 'IDL0029', '', 1, 2, '0', 'cash'),
(92, '689', '100010', '1', '2011-11-23', -1645.00, 'IDL0030', '', 1, 2, '0', 'cash'),
(93, '691', '100010', '1', '2011-11-27', -63227.00, 'CRP0021', '', 1, 2, '0', 'cheque'),
(94, '697', '100010', '1', '2011-11-24', -385.00, 'CRP0087', '', 1, 2, '0', 'cash'),
(95, '698', '100010', '1', '2011-11-27', -400.00, 'IDL0035', '', 1, 2, '0', 'cash'),
(96, '703', '100010', '1', '2011-12-01', -2025.00, 'CRP0006', '', 1, 2, '0', 'cheque'),
(97, '715', '100010', '1', '2011-12-04', -2555.00, 'IDL0026', '', 1, 2, '0', 'cash'),
(98, '716', '100010', '1', '2011-12-04', -1337.00, 'IDL0025', '', 1, 2, '0', 'cash'),
(99, '717', '100010', '1', '2011-12-04', -3970.00, 'IDL0032', '', 1, 2, '0', 'cash'),
(100, '718', '100010', '1', '2011-02-10', -15885.00, 'crp0021', '', 1, 2, '0', 'cash'),
(101, '719', '100010', '1', '2011-12-04', -85810.00, 'CRP0008', '', 1, 2, '0', 'cash'),
(102, '720', '100010', '1', '2011-12-04', -10.00, 'CRP0032', '', 1, 2, '0', 'cash'),
(103, '721', '100010', '1', '2011-12-04', -53.00, 'CRP0039', '', 1, 2, '0', 'cash'),
(104, '723', '100010', '1', '2011-12-04', -1650.00, 'CRP0002', '', 1, 2, '0', 'cash'),
(105, '726', '100010', '1', '2011-12-04', -13760.00, 'IDL0036', '', 1, 2, '0', 'cash'),
(106, '727', '100010', '1', '2011-12-04', -2968.00, 'IDL0024', '', 1, 2, '0', 'cash'),
(107, '728', '100010', '1', '2011-12-04', -1300.00, 'IDL0023', '', 1, 2, '0', 'cash'),
(108, '730', '100010', '1', '2011-12-04', -1890.00, 'IDL0039', '', 1, 2, '0', 'cash'),
(109, '732', '100010', '1', '2011-12-04', -3020.00, 'CRP0054', '', 1, 2, '0', 'cash'),
(110, '733', '100010', '1', '2011-12-04', -400.00, 'IDL0028', '', 1, 2, '0', 'cash'),
(111, '734', '100010', '1', '2011-12-04', -228.00, 'CRP0068', '', 1, 2, '0', 'cash'),
(112, '735', '100010', '1', '2011-12-04', -10.00, 'CRP0064', '', 1, 2, '0', 'cash'),
(113, '736', '100010', '1', '2011-12-04', -1599.00, 'CRP0092', '', 1, 2, '0', 'cash'),
(114, '744', '100010', '1', '2011-12-05', -1982.00, 'CRP0094', '', 1, 2, '0', 'cheque'),
(115, '746', '100010', '1', '2011-12-05', -3230.00, 'CRP0001', '', 1, 2, '0', 'cheque'),
(116, '747', '100010', '1', '2011-12-07', -250.00, 'IDL0038', '', 1, 2, '0', 'cash'),
(117, '759', '100010', '1', '2011-12-13', -36000.00, 'CRP0106', '', 1, 2, '0', 'cheque'),
(118, '769', '100010', '1', '2011-12-15', -6095.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(119, '770', '100010', '1', '2011-12-15', -4589.00, 'CRP0065', '', 1, 2, '0', 'cheque'),
(120, '791', '100010', '1', '2011-12-24', -114690.00, 'CRP0024', '', 1, 2, '0', 'cheque'),
(121, '794', '100010', '1', '2011-12-26', -14006.00, 'CRP0037', '', 1, 2, '0', 'cheque'),
(122, '800', '100010', '1', '2011-12-26', -15299.00, 'CRP0036', '', 1, 2, '0', 'cheque'),
(123, '812', '100010', '1', '2011-12-27', -2500.00, 'CRP0080', '', 1, 2, '0', 'cash'),
(124, '816', '100010', '1', '2011-12-27', -600.00, 'IDL0018', '', 1, 2, '0', 'cash'),
(125, '817', '100010', '1', '2011-12-27', -400.00, 'IDL0019', '', 1, 2, '0', 'cash'),
(126, '818', '100010', '1', '2011-12-27', -1710.00, 'IDL0041', '', 1, 2, '0', 'cash'),
(127, '819', '100010', '1', '2011-12-27', -329624.00, 'CRP0090', '', 1, 2, '0', 'cheque'),
(128, '819', '100010', '1', '2011-12-27', -329624.00, 'CRP0090', '', 1, 2, '0', 'cheque'),
(129, '820', '100010', '1', '2011-12-27', -9010.00, 'CRP0075', '', 1, 2, '0', 'cash'),
(130, '821', '100010', '1', '2011-12-27', -47535.00, 'CRP0037', '', 1, 2, '0', 'cash'),
(131, '823', '100010', '1', '2011-12-27', -3488.00, 'CRP0037', '', 1, 2, '0', 'cash'),
(132, '825', '100010', '1', '2011-12-27', -3942.00, 'CRP0037', '', 1, 2, '0', 'cash'),
(133, '831', '100010', '1', '2011-12-29', -7030.00, 'CRP0042', '', 1, 2, '0', 'cheque'),
(134, '833', '100010', '1', '2011-12-30', -75000.00, 'CRP0074', '', 1, 2, '0', 'cheque'),
(135, '861', '100010', '1', '2012-01-10', -12000.00, 'CRP0053', '', 1, 2, '0', 'cheque'),
(136, '862', '100010', '1', '2012-01-10', -1170.00, 'CRP0110', '', 1, 2, '0', 'cheque'),
(137, '863', '100010', '1', '2012-01-10', -380.00, 'CRP0072', '', 1, 2, '0', 'cash'),
(138, '864', '100010', '1', '2012-01-10', -18288.00, 'CRP0032', '', 1, 2, '0', 'cheque'),
(139, '868', '100010', '1', '2012-01-11', -14006.00, 'CRP0037', '', 1, 2, '0', 'cheque'),
(140, '871', '100010', '1', '2012-01-11', -5961.00, 'CRP0010', '', 1, 2, '0', 'cheque'),
(141, '871', '100010', '1', '2012-01-11', -9540.00, 'CRP0010', '', 1, 2, '0', 'cheque'),
(142, '875', '100010', '1', '2012-01-12', -600.00, 'IDL0046', '', 1, 2, '0', 'cash'),
(143, '876', '100010', '1', '2012-01-11', -400.00, 'CRP0113', '', 1, 2, '0', 'cash'),
(144, '877', '100010', '1', '2012-01-11', -400.00, 'IDL0045', '', 1, 2, '0', 'cash'),
(145, '881', '100010', '1', '2012-01-15', -2730.00, 'CRP0045', '', 1, 2, '0', 'cheque'),
(146, '882', '100010', '1', '2011-07-02', -5280.00, 'CRP0052', '', 1, 2, '0', 'cash'),
(147, '885', '100010', '1', '2012-01-15', -1780.00, 'CRP0052', '', 1, 2, '0', 'cash'),
(148, '886', '100010', '1', '2012-01-15', -3523.00, 'IDL0022', '', 1, 2, '0', 'cash'),
(149, '887', '100010', '1', '2012-01-15', -1365.00, 'IDL0042', '', 1, 2, '0', 'cash'),
(150, '888', '100010', '1', '2012-01-15', -6491.00, 'IDL0001', '', 1, 2, '0', 'cash'),
(151, '889', '100010', '1', '2012-01-15', -2550.00, 'IDL0020', '', 1, 2, '0', 'cash'),
(152, '889', '100010', '1', '2012-01-15', -580.00, 'IDL0020', '', 1, 2, '0', 'cash'),
(153, '890', '100010', '1', '2012-01-15', -2675.00, 'IDL0002', '', 1, 2, '0', 'cash'),
(154, '898', '100010', '1', '2012-01-18', -3718.00, 'CRP0045', '', 1, 2, '0', 'cheque'),
(155, '907', '100010', '1', '2012-01-21', -20000.00, 'CRP0075', '', 1, 2, '0', 'cheque'),
(156, '908', '100010', '1', '2012-01-21', -20000.00, 'CRP0075', '', 1, 2, '0', 'cheque'),
(157, '909', '100010', '1', '2012-01-22', -950.00, 'CRP0046', '', 1, 2, '0', 'cash'),
(158, '910', '100010', '1', '2012-01-22', -2950.00, 'CRP0046', '', 1, 2, '0', 'cash'),
(159, '911', '100010', '1', '2012-01-22', -600.00, 'IDL0040', '', 1, 2, '0', 'cash'),
(160, '919', '100010', '1', '2012-01-25', -3718.00, 'CRP0052', '', 1, 2, '0', 'cheque'),
(161, '920', '100010', '1', '2012-01-25', -4161.00, 'CRP0088', '', 1, 2, '0', 'cheque'),
(162, '921', '100010', '1', '2012-01-26', -16768.00, 'CRP0079', '', 1, 2, '0', 'cheque'),
(163, '923', '100010', '1', '2012-01-26', -83992.00, 'CRP0065', '', 1, 2, '0', 'cheque');

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

--
-- Table structure for table `users`
--

CREATE TABLE IF NOT EXISTS `users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(25) NOT NULL,
  `password` varchar(32) NOT NULL,
  `role_id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL,
  `permission` mediumtext NOT NULL,
  `edit_del_permission` tinytext NOT NULL,
  `private` tinytext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `role_id` (`role_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `username`, `password`, `role_id`, `staff_id`, `permission`, `edit_del_permission`, `private`) VALUES
(1, 'admin@ibs.com', 'ed7c881ec73298c504a5fec3c016f41f', 1, 0, '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,16,17,18,19,43,88,21,84,85,23,24,25,26,27,28,29,30,31,32,33,34,37,38,39,40,44,45,47,48,49,51,109,59,60,61,62,63,110,65,67,68,69,79,81,89,91,93,94,95,97,98,100,101,103,104,105,106,52,54,55,56,57,58,90,92,107', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'),
(2, 'EMP105', 'b65ffdeb52f7fe742c7d091bcc3aba69', 22, 6, '14,18,19,43,48,55,56', '7,7,7,7,6,7,7', '2,2,2,2,1,1,1'),
(3, 'EMP104', 'f1b664d030b253468bcb47c3dc0a1d37', 21, 5, '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,16,17,18,43,21,84,85,23,24,25,26,27,28,29,30,48,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1'),
(4, 'EMP101', 'e4e8a6c5d9c1fcdd6fa461ff72974b9a', 23, 2, '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,16,17,18,19,43,88,21,84,85,23,24,25,26,27,28,29,30,31,32,33,34,37,38,39,40,44,45,47,48,49,51,109,59,60,61,62,63,110,65,67,68,69,79,81,89,91,93,94,95,97,98,100,101,103,104,105,106,108,52,54,55,56,57,58,90,92,107', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'),
(5, 'EMP102', 'e30e9e8336c00789358d46b78a1a3a21', 24, 3, '1,2,3,5,6,7,8,9,10,12,13,86,14,42,17,18,43,29,30,47,48,49,51,109,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,2,1,1,1,1,1,1,1,1'),
(6, 'EMP106', '6475528daf8a89830d309d73e5f5e167', 25, 7, '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,43,21,84,85,23,24,25,26,27,28,29,30,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'),
(7, 'EMP107', '1f03c3865371e86acb4a09e92b569969', 26, 8, '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,43,21,84,85,29,30,48,51,59,61,62,63,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,1,2,2,1,2,2,2,2,1,1,1'),
(8, 'EMP103', '5a1f8f8001b6325b4ba8c4633ba1d7a8', 24, 4, '1,2,3,5,6,7,8,9,10,12,13,86,14,42,16,17,18,19,43,88,21,84,85,23,24,25,26,27,28,29,30,31,32,33,34,37,38,39,40,44,45,47,48,49,51,109,59,60,61,62,63,110,65,67,68,69,79,81,89,91,93,94,95,97,98,100,101,103,104,105,106,108,52,54,55,56,57,58,90,92,107', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1');

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

--
-- Table structure for table `user_roles`
--

CREATE TABLE IF NOT EXISTS `user_roles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `permission` varchar(255) NOT NULL,
  `edit_del_permission` tinytext NOT NULL,
  `private` tinytext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;

--
-- Dumping data for table `user_roles`
--

INSERT INTO `user_roles` (`id`, `name`, `permission`, `edit_del_permission`, `private`) VALUES
(1, '1', '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,16,17,18,19,43,88,21,84,85,23,24,25,26,27,28,29,30,31,32,33,34,37,38,39,40,44,45,46,47,48,49,50,51,59,60,61,62,63,64,65,67,68,69,73,74,75,79,81,89,91,93,94,95,96,97,98,99,100,101,102,103,104,105,106,52,54,55,56,57,58,9', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'),
(21, '5', '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,16,17,18,43,21,84,85,23,24,25,26,27,28,29,30,48,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1'),
(22, '4', '14,18,19,43,48,55,56', '7,7,7,7,6,7,7', '2,2,2,2,1,1,1'),
(23, '2', '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,16,17,18,19,43,88,21,84,85,23,24,25,26,27,28,29,30,31,32,33,34,37,38,39,40,44,45,46,47,48,49,50,51,109,59,60,61,62,63,64,65,67,68,69,79,81,89,91,93,94,95,97,98,100,101,103,104,105,106,108,52,54,55,56,57,58,90,92,107', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'),
(24, '3', '1,2,3,5,6,7,8,9,10,12,13,86,14,42,17,18,43,29,30,46,47,48,49,50,51,109,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,2,1,1,1,1,1,1,1,1,1,1'),
(25, '6', '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,43,21,84,85,23,24,25,26,27,28,29,30,55,56,57', '7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'),
(26, '7', '1,2,3,5,6,7,8,9,10,12,13,86,87,14,42,43,21,84,85,29,30,48,51,59,61,62,63', '7,7,7,7,7,7,7,7,7,7,7,7,7,6,6,7,7,7,7,7,7,7,7,7,7,7,7', '1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,1,2,2,1,2,2,2,2');

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

--
-- Table structure for table `warranty`
--

CREATE TABLE IF NOT EXISTS `warranty` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cover_id` int(11) NOT NULL,
  `warranty` text NOT NULL,
  `description` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`),
  KEY `cover_id` (`cover_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `activities`
--
ALTER TABLE `activities`
  ADD CONSTRAINT `activities_ibfk_1` FOREIGN KEY (`policy_id`) REFERENCES `policynote` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `assignleave`
--
ALTER TABLE `assignleave`
  ADD CONSTRAINT `assignleave_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `assignleave_ibfk_2` FOREIGN KEY (`type`) REFERENCES `leavetype` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip`
--
ALTER TABLE `broking_slip`
  ADD CONSTRAINT `broking_slip_ibfk_5` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `broking_slip_ibfk_6` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip_files`
--
ALTER TABLE `broking_slip_files`
  ADD CONSTRAINT `broking_slip_files_ibfk_1` FOREIGN KEY (`broking_slip_id`) REFERENCES `broking_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip_form`
--
ALTER TABLE `broking_slip_form`
  ADD CONSTRAINT `broking_slip_form_ibfk_1` FOREIGN KEY (`broking_slip_id`) REFERENCES `broking_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip_rate`
--
ALTER TABLE `broking_slip_rate`
  ADD CONSTRAINT `broking_slip_rate_ibfk_1` FOREIGN KEY (`broking_slip_id`) REFERENCES `broking_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip_section`
--
ALTER TABLE `broking_slip_section`
  ADD CONSTRAINT `broking_slip_section_ibfk_1` FOREIGN KEY (`broking_slip_id`) REFERENCES `broking_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip_status`
--
ALTER TABLE `broking_slip_status`
  ADD CONSTRAINT `broking_slip_status_ibfk_1` FOREIGN KEY (`broking_slip_id`) REFERENCES `broking_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `broking_slip_sum_insured`
--
ALTER TABLE `broking_slip_sum_insured`
  ADD CONSTRAINT `broking_slip_sum_insured_ibfk_1` FOREIGN KEY (`broking_slip_id`) REFERENCES `broking_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `cancellation`
--
ALTER TABLE `cancellation`
  ADD CONSTRAINT `cancellation_ibfk_1` FOREIGN KEY (`policyid`) REFERENCES `policynote` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `cancellation_files`
--
ALTER TABLE `cancellation_files`
  ADD CONSTRAINT `cancellation_files_ibfk_1` FOREIGN KEY (`cancellationid`) REFERENCES `cancellation` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `city`
--
ALTER TABLE `city`
  ADD CONSTRAINT `city_ibfk_1` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `claim`
--
ALTER TABLE `claim`
  ADD CONSTRAINT `claim_ibfk_1` FOREIGN KEY (`policyid`) REFERENCES `policynote` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `claimdetails`
--
ALTER TABLE `claimdetails`
  ADD CONSTRAINT `claimdetails_ibfk_1` FOREIGN KEY (`claimid`) REFERENCES `claim` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `claimforms`
--
ALTER TABLE `claimforms`
  ADD CONSTRAINT `claimforms_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `claimform_files`
--
ALTER TABLE `claimform_files`
  ADD CONSTRAINT `claimform_files_ibfk_1` FOREIGN KEY (`claimformid`) REFERENCES `claimforms` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `claimsettlement`
--
ALTER TABLE `claimsettlement`
  ADD CONSTRAINT `claimsettlement_ibfk_1` FOREIGN KEY (`claimid`) REFERENCES `claim` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `claim_files`
--
ALTER TABLE `claim_files`
  ADD CONSTRAINT `claim_files_ibfk_1` FOREIGN KEY (`claimid`) REFERENCES `claim` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `combobox_value`
--
ALTER TABLE `combobox_value`
  ADD CONSTRAINT `combobox_value_ibfk_1` FOREIGN KEY (`template_form_id`) REFERENCES `template_form` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `commissionpayment`
--
ALTER TABLE `commissionpayment`
  ADD CONSTRAINT `commissionpayment_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `commissionpaymentdetails`
--
ALTER TABLE `commissionpaymentdetails`
  ADD CONSTRAINT `commissionpaymentdetails_ibfk_1` FOREIGN KEY (`compaymentid`) REFERENCES `commissionpayment` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `commissionsettings`
--
ALTER TABLE `commissionsettings`
  ADD CONSTRAINT `commissionsettings_ibfk_1` FOREIGN KEY (`designationid`) REFERENCES `designation` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `commissionsettings_ibfk_2` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `conditions`
--
ALTER TABLE `conditions`
  ADD CONSTRAINT `conditions_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `covers`
--
ALTER TABLE `covers`
  ADD CONSTRAINT `covers_ibfk_1` FOREIGN KEY (`segment_id`) REFERENCES `segment_insurances` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `customer_account`
--
ALTER TABLE `customer_account`
  ADD CONSTRAINT `customer_account_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `customer_contact`
--
ALTER TABLE `customer_contact`
  ADD CONSTRAINT `customer_contact_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `customer_contactpersons`
--
ALTER TABLE `customer_contactpersons`
  ADD CONSTRAINT `customer_contactpersons_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `customer_corp_info`
--
ALTER TABLE `customer_corp_info`
  ADD CONSTRAINT `customer_corp_info_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `customer_documents`
--
ALTER TABLE `customer_documents`
  ADD CONSTRAINT `customer_documents_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `customer_personal_ind`
--
ALTER TABLE `customer_personal_ind`
  ADD CONSTRAINT `customer_personal_ind_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `dailyactivity`
--
ALTER TABLE `dailyactivity`
  ADD CONSTRAINT `dailyactivity_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `dailyactivitydetails`
--
ALTER TABLE `dailyactivitydetails`
  ADD CONSTRAINT `dailyactivitydetails_ibfk_1` FOREIGN KEY (`activityid`) REFERENCES `dailyactivity` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `datasheet_files`
--
ALTER TABLE `datasheet_files`
  ADD CONSTRAINT `datasheet_files_ibfk_1` FOREIGN KEY (`datasheet_id`) REFERENCES `datasheet` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration`
--
ALTER TABLE `declaration`
  ADD CONSTRAINT `declaration_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `declaration_ibfk_2` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `declaration_ibfk_3` FOREIGN KEY (`policyid`) REFERENCES `policynote` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `declaration_files`
--
ALTER TABLE `declaration_files`
  ADD CONSTRAINT `declaration_files_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_form`
--
ALTER TABLE `declaration_form`
  ADD CONSTRAINT `declaration_form_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_mofconveyance`
--
ALTER TABLE `declaration_mofconveyance`
  ADD CONSTRAINT `declaration_mofconveyance_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_premiumdetails`
--
ALTER TABLE `declaration_premiumdetails`
  ADD CONSTRAINT `declaration_premiumdetails_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_project_period`
--
ALTER TABLE `declaration_project_period`
  ADD CONSTRAINT `declaration_project_period_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_section`
--
ALTER TABLE `declaration_section`
  ADD CONSTRAINT `declaration_section_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_status`
--
ALTER TABLE `declaration_status`
  ADD CONSTRAINT `declaration_status_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_sum_insured`
--
ALTER TABLE `declaration_sum_insured`
  ADD CONSTRAINT `declaration_sum_insured_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `declaration_voyage`
--
ALTER TABLE `declaration_voyage`
  ADD CONSTRAINT `declaration_voyage_ibfk_1` FOREIGN KEY (`declaration_id`) REFERENCES `declaration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `deductible`
--
ALTER TABLE `deductible`
  ADD CONSTRAINT `deductible_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `default_currency`
--
ALTER TABLE `default_currency`
  ADD CONSTRAINT `default_currency_ibfk_1` FOREIGN KEY (`currency_id`) REFERENCES `country` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `endorsement`
--
ALTER TABLE `endorsement`
  ADD CONSTRAINT `endorsement_ibfk_1` FOREIGN KEY (`policyid`) REFERENCES `policynote` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `endorsement_bank`
--
ALTER TABLE `endorsement_bank`
  ADD CONSTRAINT `endorsement_bank_ibfk_1` FOREIGN KEY (`endorsment_id`) REFERENCES `endorsement` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `endorsement_creditmode`
--
ALTER TABLE `endorsement_creditmode`
  ADD CONSTRAINT `endorsement_creditmode_ibfk_1` FOREIGN KEY (`endorsment_id`) REFERENCES `endorsement` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `endorsement_files`
--
ALTER TABLE `endorsement_files`
  ADD CONSTRAINT `endorsement_files_ibfk_1` FOREIGN KEY (`endorsementid`) REFERENCES `endorsement` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `endorsement_netbank`
--
ALTER TABLE `endorsement_netbank`
  ADD CONSTRAINT `endorsement_netbank_ibfk_1` FOREIGN KEY (`endorsment_id`) REFERENCES `endorsement` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `excess`
--
ALTER TABLE `excess`
  ADD CONSTRAINT `excess_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `exclusion`
--
ALTER TABLE `exclusion`
  ADD CONSTRAINT `exclusion_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `extension`
--
ALTER TABLE `extension`
  ADD CONSTRAINT `extension_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `insurance_commission`
--
ALTER TABLE `insurance_commission`
  ADD CONSTRAINT `insurance_commission_ibfk_1` FOREIGN KEY (`company_id`) REFERENCES `insurance_company` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `insurance_company`
--
ALTER TABLE `insurance_company`
  ADD CONSTRAINT `insurance_company_ibfk_1` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `insurance_company_ibfk_2` FOREIGN KEY (`city_id`) REFERENCES `city` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `insurance_contact`
--
ALTER TABLE `insurance_contact`
  ADD CONSTRAINT `insurance_contact_ibfk_1` FOREIGN KEY (`company_id`) REFERENCES `insurance_company` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `insurance_files`
--
ALTER TABLE `insurance_files`
  ADD CONSTRAINT `insurance_files_ibfk_1` FOREIGN KEY (`company_id`) REFERENCES `insurance_company` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `insurance_grosspremium`
--
ALTER TABLE `insurance_grosspremium`
  ADD CONSTRAINT `insurance_grosspremium_ibfk_1` FOREIGN KEY (`company_id`) REFERENCES `insurance_company` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `leaveallocation`
--
ALTER TABLE `leaveallocation`
  ADD CONSTRAINT `leaveallocation_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `leaveallocationdetails`
--
ALTER TABLE `leaveallocationdetails`
  ADD CONSTRAINT `leaveallocationdetails_ibfk_1` FOREIGN KEY (`leaveallocationid`) REFERENCES `leaveallocation` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `offerletter`
--
ALTER TABLE `offerletter`
  ADD CONSTRAINT `offerletter_ibfk_1` FOREIGN KEY (`designationid`) REFERENCES `designation` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip`
--
ALTER TABLE `placing_slip`
  ADD CONSTRAINT `placing_slip_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `placing_slip_ibfk_2` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `placing_slip_ibfk_3` FOREIGN KEY (`quotation_ref`) REFERENCES `broking_slip` (`quotation_ref`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_files`
--
ALTER TABLE `placing_slip_files`
  ADD CONSTRAINT `placing_slip_files_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_form`
--
ALTER TABLE `placing_slip_form`
  ADD CONSTRAINT `placing_slip_form_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_payamount`
--
ALTER TABLE `placing_slip_payamount`
  ADD CONSTRAINT `placing_slip_payamount_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_paymentdesc`
--
ALTER TABLE `placing_slip_paymentdesc`
  ADD CONSTRAINT `placing_slip_paymentdesc_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `placing_slip_paymentdetails`
--
ALTER TABLE `placing_slip_paymentdetails`
  ADD CONSTRAINT `placing_slip_paymentdetails_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_premiumdetails`
--
ALTER TABLE `placing_slip_premiumdetails`
  ADD CONSTRAINT `placing_slip_premiumdetails_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_rate`
--
ALTER TABLE `placing_slip_rate`
  ADD CONSTRAINT `placing_slip_rate_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_section`
--
ALTER TABLE `placing_slip_section`
  ADD CONSTRAINT `placing_slip_section_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_stakeholders`
--
ALTER TABLE `placing_slip_stakeholders`
  ADD CONSTRAINT `placing_slip_stakeholders_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `placing_slip_stakeholders_ibfk_2` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_status`
--
ALTER TABLE `placing_slip_status`
  ADD CONSTRAINT `placing_slip_status_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `placing_slip_sum_insured`
--
ALTER TABLE `placing_slip_sum_insured`
  ADD CONSTRAINT `placing_slip_sum_insured_ibfk_1` FOREIGN KEY (`placing_slip_id`) REFERENCES `placing_slip` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `policynote`
--
ALTER TABLE `policynote`
  ADD CONSTRAINT `policynote_ibfk_1` FOREIGN KEY (`quotation_ref`) REFERENCES `broking_slip` (`quotation_ref`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `policynote_files`
--
ALTER TABLE `policynote_files`
  ADD CONSTRAINT `policynote_files_ibfk_1` FOREIGN KEY (`policynoteid`) REFERENCES `policynote` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `renewal`
--
ALTER TABLE `renewal`
  ADD CONSTRAINT `renewal_ibfk_1` FOREIGN KEY (`policyid`) REFERENCES `policynote` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `renewal_files`
--
ALTER TABLE `renewal_files`
  ADD CONSTRAINT `renewal_files_ibfk_1` FOREIGN KEY (`renewalid`) REFERENCES `renewal` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `salarybank`
--
ALTER TABLE `salarybank`
  ADD CONSTRAINT `salarybank_ibfk_1` FOREIGN KEY (`sal_id`) REFERENCES `staffsalary` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `salarypayment`
--
ALTER TABLE `salarypayment`
  ADD CONSTRAINT `salarypayment_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `salarypaymentcomdetails`
--
ALTER TABLE `salarypaymentcomdetails`
  ADD CONSTRAINT `salarypaymentcomdetails_ibfk_1` FOREIGN KEY (`salarypaymentid`) REFERENCES `salarypayment` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `salarypaymentcomdetails_ibfk_2` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `salesleads`
--
ALTER TABLE `salesleads`
  ADD CONSTRAINT `salesleads_ibfk_2` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `salesleads_ibfk_3` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `settarget`
--
ALTER TABLE `settarget`
  ADD CONSTRAINT `settarget_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `specialconditions`
--
ALTER TABLE `specialconditions`
  ADD CONSTRAINT `specialconditions_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`);

--
-- Constraints for table `staffaddcert`
--
ALTER TABLE `staffaddcert`
  ADD CONSTRAINT `staffaddcert_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffcustomer`
--
ALTER TABLE `staffcustomer`
  ADD CONSTRAINT `staffcustomer_ibfk_3` FOREIGN KEY (`customerid`) REFERENCES `customers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE,
  ADD CONSTRAINT `staffcustomer_ibfk_4` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `staffdocuments`
--
ALTER TABLE `staffdocuments`
  ADD CONSTRAINT `staffdocuments_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `staffeduquali`
--
ALTER TABLE `staffeduquali`
  ADD CONSTRAINT `staffeduquali_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffemployeedetails`
--
ALTER TABLE `staffemployeedetails`
  ADD CONSTRAINT `staffemployeedetails_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `stafflocaladdress`
--
ALTER TABLE `stafflocaladdress`
  ADD CONSTRAINT `stafflocaladdress_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffpermaddress`
--
ALTER TABLE `staffpermaddress`
  ADD CONSTRAINT `staffpermaddress_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffproffexp`
--
ALTER TABLE `staffproffexp`
  ADD CONSTRAINT `staffproffexp_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffsalary`
--
ALTER TABLE `staffsalary`
  ADD CONSTRAINT `staffsalary_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

--
-- Constraints for table `staffsalaryallowdeduc`
--
ALTER TABLE `staffsalaryallowdeduc`
  ADD CONSTRAINT `staffsalaryallowdeduc_ibfk_1` FOREIGN KEY (`staffsalaryid`) REFERENCES `staffsalary` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffsalarymedical`
--
ALTER TABLE `staffsalarymedical`
  ADD CONSTRAINT `staffsalarymedical_ibfk_1` FOREIGN KEY (`staffsalaryid`) REFERENCES `staffsalary` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staffsalarytickets`
--
ALTER TABLE `staffsalarytickets`
  ADD CONSTRAINT `staffsalarytickets_ibfk_1` FOREIGN KEY (`staffsalaryid`) REFERENCES `staffsalary` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `staff_files`
--
ALTER TABLE `staff_files`
  ADD CONSTRAINT `staff_files_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `telecalling`
--
ALTER TABLE `telecalling`
  ADD CONSTRAINT `telecalling_ibfk_1` FOREIGN KEY (`staffid`) REFERENCES `staffpersonaldetails` (`id`);

--
-- Constraints for table `template_form`
--
ALTER TABLE `template_form`
  ADD CONSTRAINT `template_form_ibfk_1` FOREIGN KEY (`template_id`) REFERENCES `template` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `warranty`
--
ALTER TABLE `warranty`
  ADD CONSTRAINT `warranty_ibfk_1` FOREIGN KEY (`cover_id`) REFERENCES `covers` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE;

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

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net