?
Current Path : /home1/savoy/www/savoyglobal.net/sibslife_old/assets/data/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/sibslife_old/assets/data/V2.sql |
-- phpMyAdmin SQL Dump -- version 3.4.10.1deb1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jan 26, 2015 at 11:41 AM -- Server version: 5.5.40 -- PHP Version: 5.3.10-1ubuntu3.15 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_life` -- -- -------------------------------------------------------- -- -- 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=2 ; -- -------------------------------------------------------- -- -- 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, `type` varchar(20) 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=1 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=4 ; -- -- 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, `currency_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `currency_id` (`currency_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=1 ; -- -------------------------------------------------------- -- -- 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, `target_income` double 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, `payment_frequency_id` int(11) 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=3012 ; -- -------------------------------------------------------- -- -- 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=288 ; -- -------------------------------------------------------- -- -- 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=21298 ; -- -------------------------------------------------------- -- -- 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=7 ; -- -------------------------------------------------------- -- -- 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=19 ; -- -------------------------------------------------------- -- -- 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=7 ; -- -------------------------------------------------------- -- -- 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=26 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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_account_group` -- CREATE TABLE IF NOT EXISTS `chart_account_group` ( `chart_group_id` int(11) NOT NULL AUTO_INCREMENT, `account_group` varchar(100) NOT NULL, `account_group_label` varchar(100) NOT NULL, PRIMARY KEY (`chart_group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- Dumping data for table `chart_account_group` -- INSERT INTO `chart_account_group` (`chart_group_id`, `account_group`, `account_group_label`) VALUES (1, 'revenue', 'Revenue'), (2, 'cost_of_sales', 'Cost Of Sales'), (3, 'expenses', 'Expenses'), (4, 'current_assets', 'Current Assets'), (5, 'non_current_assets', 'Non Current Assets'), (6, 'current_liabilities', 'Current Liabilities'), (7, 'non_current_liabilities', 'Non Current Liabilities'), (8, 'equity', 'Owner''s Equity'); -- -------------------------------------------------------- -- -- 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`), KEY `chart_type` (`chart_type`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1385 ; -- -- 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), (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 Loan', 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), (468, 'EMP101', 'Mohamed Basheer Kolathekkat', 3, 1, 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, `chart_group` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ; -- -- Dumping data for table `char_type` -- INSERT INTO `char_type` (`id`, `chart_types`, `chart_group`) VALUES (1, 'Assets', 2), (2, 'Liabilities', 5), (3, 'Expense', 3), (4, 'Income', 3), (6, 'Fixed Assets', 1), (7, 'Accounts Receivable', 4), (8, 'Accumulated Depreciation', 8), (11, 'cash', 4), (12, 'Account Payablecc', 6); -- -------------------------------------------------------- -- -- 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=214 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=4 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- Table structure for table `claw_back_period` -- CREATE TABLE IF NOT EXISTS `claw_back_period` ( `id` int(11) NOT NULL AUTO_INCREMENT, `clawbackperiod` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 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, `type` varchar(20) 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=1 ; -- -------------------------------------------------------- -- -- 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=7 ; -- -- 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, `cover_code` varchar(30) NOT NULL, `insurance_company_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `segment_id` (`segment_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=62 ; -- -------------------------------------------------------- -- -- 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=796 ; -- -------------------------------------------------------- -- -- 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=794 ; -- -------------------------------------------------------- -- -- 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=794 ; -- -------------------------------------------------------- -- -- 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=1228 ; -- -------------------------------------------------------- -- -- 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=503 ; -- -------------------------------------------------------- -- -- 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=436 ; -- -------------------------------------------------------- -- -- 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=290 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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, `type` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 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=313 ; -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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 ; -- -------------------------------------------------------- -- -- 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=10 ; -- -- Dumping data for table `designation` -- INSERT INTO `designation` (`id`, `designationcode`, `designation`, `reportingtoid`) VALUES (1, 'DESG-101', 'Managing Director', 1), (2, 'DESG-102', 'Chief Executive Officer', 1), (3, 'DESG-103', 'Relationship Manager', 7), (4, 'DESG-104', 'Sr.Business Development Manager', 7), (5, 'DESG-105', 'Customer Service Manager', 7), (6, 'DESG-106', 'Administration Executive', 7), (7, 'DESG-107', 'Asst.Vice President', 2), (8, 'DESG-108', 'Business Development Manager', 7), (9, 'DESG-109', 'Director', 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=1 ; -- -------------------------------------------------------- -- -- Table structure for table `emp_settlement` -- CREATE TABLE IF NOT EXISTS `emp_settlement` ( `id` int(11) NOT NULL AUTO_INCREMENT, `employee_id` int(11) NOT NULL, `relieving_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=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `emp_settlement_types` -- CREATE TABLE IF NOT EXISTS `emp_settlement_types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `salarysettlementid` int(11) NOT NULL, `type` int(11) NOT NULL, `amount` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `salarysettlementid` (`salarysettlementid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 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=1240 ; -- -------------------------------------------------------- -- -- 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=927 ; -- -------------------------------------------------------- -- -- 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 `endorsement_payamount` -- CREATE TABLE IF NOT EXISTS `endorsement_payamount` ( `id` int(11) NOT NULL AUTO_INCREMENT, `endorsement_id` int(11) NOT NULL, `paydate` date NOT NULL, `amount` double NOT NULL, `paymethod` tinytext NOT NULL, PRIMARY KEY (`id`), KEY `placing_slip_id` (`endorsement_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=1 ; -- -------------------------------------------------------- -- -- 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, `currency_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `Type_and_Number` (`type_no`), KEY `account` (`account`), KEY `currency_id` (`currency_id`), KEY `amount` (`amount`), KEY `currency_id_2` (`currency_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 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, `start_date` date NOT NULL, `end_date` date NOT NULL, `occasion` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `holidays` -- INSERT INTO `holidays` (`id`, `start_date`, `end_date`, `occasion`) VALUES (2, '2014-08-25', '2014-08-25', 'Eid'); -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- 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=28 ; -- -------------------------------------------------------- -- -- 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=1176 ; -- -------------------------------------------------------- -- -- 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 ; -- -------------------------------------------------------- -- -- 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=40 ; -- -------------------------------------------------------- -- -- 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=12 ; -- -------------------------------------------------------- -- -- 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=49 ; -- -------------------------------------------------------- -- -- 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, 'AL', 'Annual Leave', 'Male', 'Yes', 'No'), (2, 'EL', 'Emergency Leave', 'Male', 'Yes', 'No'), (3, 'SL', '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=1 ; -- -------------------------------------------------------- -- -- 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=131 ; -- -- 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, 'Quotation', 'brokingslip', 1, 'brokingSlip.png'), (23, 4, 'Policy', 'placingslip', 3, 'address.png'), (24, 5, 'Renewal', 'renewal', 3, 'Renewal.png'), (25, 4, 'Endorsement', 'endorsement', 4, 'insurance-company.png'), (26, 5, 'Cancellation', 'cancellation', 5, 'cancelation.png'), (27, 5, 'Declaration', 'declaration', 6, 'Declaration1.png'), (28, 4, 'Policy Note', 'policynote', 4, 'Policy Note1.png'), (29, 6, 'Claim Forms', 'claimforms', 2, 'Claim note.png'), (30, 6, 'Claim', 'claim', 1, '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, 'Special 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', 21, 'STAFF SALARY.png'), (47, 11, 'Salary Payment', 'salarypayment', 19, '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', 25, 'bankaccount.png'), (81, 12, 'Sub Accounts', 'gl_accounts', 27, 'add.png'), (84, 4, 'Data Sheet', 'datasheet', 3, 'datasheet.png'), (86, 3, 'Company', 'mycompany', 15, 'add.png'), (87, 3, 'Branch', 'ourbranch', 16, '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', 24, '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', 28, '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', 20, ''), (110, 7, 'HR', 'hr', 6, 'STAFF.png'), (111, 11, 'Weekly Holidays', 'weeklyholidays', 13, 'Holidays.png'), (112, 11, 'Work Shifts', 'workshifts', 14, 'summary.png'), (113, 11, 'Mark Attendance', 'attendance_marking', 15, ''), (114, 11, 'Update Attendance', 'update_attendance', 17, ''), (115, 11, 'Attendance Reports', 'attendance_report', 18, ''), (116, 11, 'Time Attendance', 'mark_attendance', 16, ''), (117, 11, 'Settlement', 'staffsettlement', 22, ''), (118, 12, 'Post Dated Cheque', 'post_dated_cheque', 10, ''), (119, 12, 'Post Dated Cheque Report', 'pdc_report', 21, ''), (120, 11, 'Settlement Types', 'settelement_types', 11, ''), (121, 12, 'Allocation Report', 'allocation_report', 21, ''), (122, 12, 'Account Types', 'account_type', 26, 'add.png'), (123, 12, 'Profit & Loss', 'profit_loss', 23, ''), (124, 12, 'Balance Sheet', 'balance_sheet', 22, ''), (125, 12, 'PL & BS Account Types', 'PL_BS_account_types', 29, ''), (127, 3, 'Term Period', 'manage_term_period', 13, 'add.png'), (128, 3, 'Claw back Period', 'manage_claw_back_period', 14, 'add.png'), (129, 4, 'Policy Submission', 'submission', 2, 'datasheet.png'), (130, 3, 'Payment Frequency', 'paymentfrequency', 14, 'warranty.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, 'default_header.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=2 ; -- -------------------------------------------------------- -- -- 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_bank_info` -- CREATE TABLE IF NOT EXISTS `payment_bank_info` ( `id` int(11) NOT NULL AUTO_INCREMENT, `reference` int(11) NOT NULL, `bank_info` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `payment_frequncy` -- CREATE TABLE IF NOT EXISTS `payment_frequncy` ( `id` int(11) NOT NULL AUTO_INCREMENT, `payment_frequncy_name` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -------------------------------------------------------- -- -- 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, `payment_frequency_id` 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', `remarks` text NOT NULL, 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=1 ; -- -------------------------------------------------------- -- -- 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=3029 ; -- -------------------------------------------------------- -- -- 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=42360 ; -- -------------------------------------------------------- -- -- 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=1588 ; -- -------------------------------------------------------- -- -- 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, `ispercentage` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `placing_slip_id` (`placing_slip_id`), KEY `insurance_company_id` (`insurance_company_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2743 ; -- -------------------------------------------------------- -- -- 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=1626 ; -- -------------------------------------------------------- -- -- 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 (6703, 2725, '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'), (6650, 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'), (2140, 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'), (1918, 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'), (1813, 756, 'issue'), (1811, 261, 'issue'), (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'), (2262, 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'), (2330, 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'), (1881, 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'), (2044, 884, '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'), (930, 373, 'issue'), (931, 352, 'issue'), (936, 374, 'issue'), (938, 375, 'issue'), (2043, 345, 'issue'), (940, 376, 'issue'), (941, 109, 'endorsement'), (942, 377, 'issue'), (943, 377, 'issue'), (944, 347, 'issue'), (945, 361, 'issue'), (946, 378, 'issue'), (947, 379, 'issue'), (948, 380, 'issue'), (949, 381, 'issue'), (950, 110, 'endorsement'), (951, 346, 'issue'), (952, 382, 'issue'), (953, 383, 'issue'), (954, 384, 'issue'), (955, 385, 'issue'), (956, 386, 'issue'), (957, 387, 'issue'), (958, 388, 'issue'), (960, 111, 'endorsement'), (961, 389, 'issue'), (967, 390, 'issue'), (968, 391, 'issue'), (969, 392, 'issue'), (970, 393, 'issue'), (971, 392, 'issue'), (972, 394, 'issue'), (973, 395, 'issue'), (974, 396, 'issue'), (975, 397, 'issue'), (976, 112, 'endorsement'), (977, 398, 'issue'), (978, 399, 'issue'), (979, 113, 'endorsement'), (980, 114, 'endorsement'), (982, 400, 'issue'), (983, 400, 'issue'), (984, 115, 'endorsement'), (985, 116, 'endorsement'), (986, 401, 'issue'), (987, 402, 'issue'), (988, 402, 'issue'), (989, 117, 'endorsement'), (991, 403, 'issue'), (992, 404, 'issue'), (993, 404, 'issue'), (994, 405, 'issue'), (995, 406, 'issue'), (996, 407, 'issue'), (997, 408, 'issue'), (998, 409, 'issue'), (999, 409, 'issue'), (1000, 408, 'issue'), (1001, 407, 'issue'), (1002, 410, 'issue'), (1004, 411, 'issue'), (1005, 411, 'issue'), (1006, 118, 'endorsement'), (1007, 412, 'issue'), (1008, 412, 'issue'), (1009, 413, 'issue'), (1010, 119, 'endorsement'), (1011, 120, 'endorsement'), (1012, 121, 'endorsement'), (1013, 122, 'endorsement'), (1014, 123, 'endorsement'), (1015, 124, 'endorsement'), (1016, 414, 'issue'), (1017, 415, 'issue'), (1018, 125, 'endorsement'), (1019, 398, 'issue'), (1020, 393, 'issue'), (1021, 392, 'issue'), (1022, 416, 'issue'), (1023, 417, 'issue'), (1026, 418, 'issue'), (1027, 126, 'endorsement'), (1028, 127, 'endorsement'), (1032, 419, 'issue'), (1033, 420, 'issue'), (1034, 421, 'issue'), (1035, 422, 'issue'), (1036, 128, 'endorsement'), (1037, 423, 'issue'), (1038, 424, 'issue'), (1039, 425, 'issue'), (1040, 425, 'issue'), (1041, 424, 'issue'), (1042, 412, 'issue'), (1043, 427, 'issue'), (1044, 129, 'endorsement'), (1045, 412, 'issue'), (1046, 427, 'issue'), (1047, 428, 'issue'), (1048, 429, 'issue'), (1049, 430, 'issue'), (1050, 431, 'issue'), (1051, 432, 'issue'), (1052, 433, 'issue'), (1053, 434, 'issue'), (1054, 435, 'issue'), (1056, 436, 'issue'), (1057, 436, 'issue'), (1058, 7, 'cancellation'), (1059, 426, 'issue'), (1060, 437, 'issue'), (1061, 438, 'issue'), (1062, 439, 'issue'), (1063, 440, 'issue'), (1064, 441, 'issue'), (1065, 442, 'issue'), (1066, 443, 'issue'), (1069, 444, 'issue'), (1070, 445, 'issue'), (1071, 446, 'issue'), (1072, 447, 'issue'), (1073, 8, 'cancellation'), (1074, 445, 'issue'), (1075, 446, 'issue'), (1076, 447, 'issue'), (1077, 448, 'issue'), (1078, 449, 'issue'), (1079, 450, 'issue'), (1080, 451, 'issue'), (1081, 452, 'issue'), (1082, 453, 'issue'), (1083, 453, 'issue'), (1086, 130, 'endorsement'), (1087, 131, 'endorsement'), (1090, 132, 'endorsement'), (1091, 133, 'endorsement'), (1092, 134, 'endorsement'), (1093, 135, 'endorsement'), (1094, 136, 'endorsement'), (1095, 137, 'endorsement'), (1096, 138, 'endorsement'), (1097, 452, 'issue'), (1098, 454, 'issue'), (1099, 139, 'endorsement'), (1100, 140, 'endorsement'), (1101, 141, 'endorsement'), (1102, 142, 'endorsement'), (1103, 455, 'issue'), (1105, 456, 'issue'), (1106, 457, 'issue'), (1108, 143, 'endorsement'), (1110, 144, 'endorsement'), (1111, 145, 'endorsement'), (1112, 146, 'endorsement'), (1113, 147, 'endorsement'), (1114, 458, 'issue'), (1115, 459, 'issue'), (1117, 460, 'issue'), (1118, 461, 'issue'), (1119, 148, 'endorsement'), (1120, 149, 'endorsement'), (1121, 150, 'endorsement'), (1122, 151, 'endorsement'), (1123, 152, 'endorsement'), (1126, 153, 'endorsement'), (1127, 154, 'endorsement'), (1128, 462, 'issue'), (1129, 463, 'issue'), (1130, 155, 'endorsement'), (1131, 156, 'endorsement'), (1132, 464, 'issue'), (1134, 157, 'endorsement'), (1135, 457, 'issue'), (1136, 465, 'issue'), (1137, 466, 'issue'), (1138, 457, 'issue'), (1142, 467, 'issue'), (1143, 158, 'endorsement'), (1144, 159, 'endorsement'), (1145, 467, 'issue'), (1146, 468, 'issue'), (1147, 469, 'issue'), (1149, 469, 'issue'), (1150, 160, 'endorsement'), (1151, 161, 'endorsement'), (1152, 468, 'issue'), (1153, 469, 'issue'), (1154, 470, 'issue'), (1155, 471, 'issue'), (1156, 9, 'cancellation'), (1157, 10, 'cancellation'), (1158, 472, 'issue'), (1159, 473, 'issue'), (1160, 474, 'issue'), (1161, 162, 'endorsement'), (1162, 163, 'endorsement'), (1163, 164, 'endorsement'), (1164, 475, 'issue'), (1165, 476, 'issue'), (1166, 477, 'issue'), (1167, 478, 'issue'), (1168, 479, 'issue'), (1169, 165, 'endorsement'), (1170, 480, 'issue'), (1171, 481, 'issue'), (1172, 482, 'issue'), (1173, 483, 'issue'), (1174, 482, 'issue'), (1175, 484, 'issue'), (1176, 485, 'issue'), (1177, 486, 'issue'), (1178, 166, 'endorsement'), (1179, 487, 'issue'), (1180, 488, 'issue'), (1181, 489, 'issue'), (1182, 483, 'issue'), (1183, 490, 'issue'), (1184, 491, 'issue'), (1185, 492, 'issue'), (1186, 493, 'issue'), (1187, 494, 'issue'), (1188, 495, 'issue'), (1189, 496, 'issue'), (1190, 497, 'issue'), (1191, 167, 'endorsement'), (1192, 168, 'endorsement'), (1193, 498, 'issue'), (1194, 499, 'issue'), (1195, 500, 'issue'), (1196, 501, 'issue'), (1197, 501, 'issue'), (1198, 502, 'issue'), (1199, 503, 'issue'), (1200, 504, 'issue'), (1201, 505, 'issue'), (1202, 169, 'endorsement'), (1203, 170, 'endorsement'), (1204, 171, 'endorsement'), (1205, 506, 'issue'), (1206, 172, 'endorsement'), (1207, 173, 'endorsement'), (1208, 507, 'issue'), (1209, 508, 'issue'), (1210, 509, 'issue'), (1211, 510, 'issue'), (1212, 511, 'issue'), (1213, 512, 'issue'), (1214, 513, 'issue'), (1215, 514, 'issue'), (1216, 515, 'issue'), (4461, 516, 'issue'), (1218, 517, 'issue'), (1219, 518, 'issue'), (1220, 519, 'issue'), (1221, 174, 'endorsement'), (1231, 520, 'issue'), (1232, 520, 'issue'), (1236, 521, 'issue'), (1237, 522, 'issue'), (1238, 523, 'issue'), (1241, 524, 'issue'), (1242, 525, 'issue'), (1243, 526, 'issue'), (1248, 175, 'endorsement'), (1249, 176, 'endorsement'), (1250, 527, 'issue'), (1251, 528, 'issue'), (1252, 528, 'issue'), (1253, 529, 'issue'), (1255, 530, 'issue'), (1257, 11, 'cancellation'), (1258, 531, 'issue'), (1260, 532, 'issue'), (1261, 532, 'issue'), (1264, 418, 'issue'), (1265, 533, 'issue'), (1266, 534, 'issue'), (1267, 535, 'issue'), (1268, 536, 'issue'), (1269, 537, 'issue'), (1270, 538, 'issue'), (1271, 539, 'issue'), (1272, 539, 'issue'), (1273, 540, 'issue'), (1281, 531, 'issue'), (1282, 529, 'issue'), (1283, 527, 'issue'), (1284, 526, 'issue'), (1285, 525, 'issue'), (1286, 523, 'issue'), (1287, 522, 'issue'), (1288, 520, 'issue'), (1289, 519, 'issue'), (1290, 514, 'issue'), (1291, 513, 'issue'), (1293, 511, 'issue'), (1295, 177, 'endorsement'), (1300, 178, 'endorsement'), (1303, 541, 'issue'), (1304, 541, 'issue'), (1307, 179, 'endorsement'), (1312, 542, 'issue'), (1731, 543, 'issue'), (1318, 544, 'issue'), (1319, 545, 'issue'), (1321, 546, 'issue'), (1322, 547, 'issue'), (1323, 548, 'issue'), (1324, 549, 'issue'), (1325, 550, 'issue'), (1326, 362, 'issue'), (1329, 551, 'issue'), (1330, 552, 'issue'), (1331, 530, 'issue'), (1333, 180, 'endorsement'), (1334, 505, 'issue'), (1337, 553, 'issue'), (1338, 553, 'issue'), (1339, 554, 'issue'), (1341, 181, 'endorsement'), (1343, 555, 'issue'), (1344, 182, 'endorsement'), (1345, 183, 'endorsement'), (1346, 556, 'issue'), (1347, 557, 'issue'), (1348, 558, 'issue'), (1349, 559, 'issue'), (1350, 560, 'issue'), (1352, 561, 'issue'), (1353, 562, 'issue'), (1354, 563, 'issue'), (1355, 564, 'issue'), (1356, 565, 'issue'), (1357, 184, 'endorsement'), (1359, 185, 'endorsement'), (1622, 678, 'issue'), (1627, 566, 'issue'), (1362, 567, 'issue'), (1364, 568, 'issue'), (1365, 569, 'issue'), (1367, 570, 'issue'), (1368, 570, 'issue'), (1369, 571, 'issue'), (1372, 572, 'issue'), (1373, 573, 'issue'), (1374, 572, 'issue'), (1377, 574, 'issue'), (1378, 186, 'endorsement'), (1380, 187, 'endorsement'), (1383, 575, 'issue'), (1384, 530, 'issue'), (1385, 576, 'issue'), (1389, 577, 'issue'), (1390, 578, 'issue'), (1393, 579, 'issue'), (1394, 580, 'issue'), (1395, 580, 'issue'), (1396, 581, 'issue'), (1397, 582, 'issue'), (1398, 188, 'endorsement'), (1680, 583, 'issue'), (1401, 189, 'endorsement'), (1409, 584, 'issue'), (1410, 585, 'issue'), (1718, 586, 'issue'), (1413, 587, 'issue'), (1414, 588, 'issue'), (1415, 190, 'endorsement'), (1416, 191, 'endorsement'), (1417, 192, 'endorsement'), (1418, 193, 'endorsement'), (1419, 194, 'endorsement'), (1420, 195, 'endorsement'), (1421, 196, 'endorsement'), (1423, 197, 'endorsement'), (1424, 198, 'endorsement'), (1425, 589, 'issue'), (1427, 590, 'issue'), (1428, 591, 'issue'), (1430, 199, 'endorsement'), (1431, 200, 'endorsement'), (1432, 592, 'issue'), (1433, 201, 'endorsement'), (1441, 593, 'issue'), (1443, 594, 'issue'), (1445, 11, 'issue'), (1447, 12, 'cancellation'), (1448, 13, 'cancellation'), (1449, 595, 'issue'), (1453, 596, 'issue'), (1454, 597, 'issue'), (1459, 202, 'endorsement'), (1460, 598, 'issue'), (1461, 599, 'issue'), (1463, 203, 'endorsement'), (1464, 204, 'endorsement'), (1465, 600, 'issue'), (1466, 558, 'issue'), (1467, 601, 'issue'), (1468, 602, 'issue'), (1469, 602, 'issue'), (1470, 603, 'issue'), (1471, 604, 'issue'), (1472, 605, 'issue'), (1473, 606, 'issue'), (1474, 607, 'issue'), (1475, 607, 'issue'), (1476, 608, 'issue'), (1477, 205, 'endorsement'), (1478, 609, 'issue'), (1479, 610, 'issue'), (1480, 611, 'issue'), (1481, 612, 'issue'), (1482, 206, 'endorsement'), (1483, 613, 'issue'), (1485, 207, 'endorsement'), (1486, 208, 'endorsement'), (1487, 614, 'issue'), (1488, 615, 'issue'), (1489, 209, 'endorsement'), (1490, 616, 'issue'), (1491, 617, 'issue'), (1492, 617, 'issue'), (1494, 210, 'endorsement'), (1497, 62, 'issue'), (1498, 618, 'issue'), (1500, 619, 'issue'), (1502, 620, 'issue'), (1503, 621, 'issue'), (1504, 622, 'issue'), (1505, 622, 'issue'), (1506, 623, 'issue'), (1507, 211, 'endorsement'), (1508, 212, 'endorsement'), (1509, 624, 'issue'), (1510, 213, 'endorsement'), (1511, 214, 'endorsement'), (1514, 625, 'issue'), (1517, 626, 'issue'), (1518, 627, 'issue'), (1520, 48, 'issue'), (1521, 47, 'issue'), (1522, 398, 'issue'), (1523, 628, 'issue'), (1524, 629, 'issue'), (1525, 630, 'issue'), (1703, 631, 'issue'), (1527, 632, 'issue'), (1528, 215, 'endorsement'), (1533, 633, 'issue'), (1534, 634, 'issue'), (1535, 635, 'issue'), (1536, 636, 'issue'), (1537, 636, 'issue'), (1538, 603, 'issue'), (1539, 637, 'issue'), (1540, 639, 'issue'), (1541, 638, 'issue'), (1543, 638, 'issue'), (1544, 640, 'issue'), (1545, 641, 'issue'), (1546, 642, 'issue'), (1547, 643, 'issue'), (1549, 644, 'issue'), (1550, 645, 'issue'), (1551, 646, 'issue'), (1553, 647, 'issue'), (1554, 648, 'issue'), (1555, 216, 'endorsement'), (1556, 217, 'endorsement'), (1557, 218, 'endorsement'), (1558, 649, 'issue'), (1559, 650, 'issue'), (1560, 55, 'issue'), (1575, 651, 'issue'), (1576, 652, 'issue'), (1577, 653, 'issue'), (1578, 654, 'issue'), (1579, 655, 'issue'), (1581, 656, 'issue'), (1584, 657, 'issue'), (1585, 657, 'issue'), (1586, 658, 'issue'), (1587, 650, 'issue'), (1588, 659, 'issue'), (1589, 660, 'issue'), (1593, 661, 'issue'), (1594, 662, 'issue'), (1596, 663, 'issue'), (1597, 14, 'cancellation'), (1598, 664, 'issue'), (1599, 665, 'issue'), (1600, 666, 'issue'), (1601, 667, 'issue'), (1602, 668, 'issue'), (1603, 667, 'issue'), (1604, 219, 'endorsement'), (1607, 669, 'issue'), (1609, 670, 'issue'), (1951, 836, 'issue'), (1949, 671, 'issue'), (1613, 672, 'issue'), (1614, 673, 'issue'), (1615, 674, 'issue'), (1616, 675, 'issue'), (3760, 1434, 'issue'), (3394, 676, 'issue'), (1872, 677, 'issue'), (1623, 679, 'issue'), (1640, 680, 'issue'), (1629, 220, 'endorsement'), (1630, 681, 'issue'), (1631, 682, 'issue'), (1632, 683, 'issue'), (1634, 684, 'issue'), (1635, 685, 'issue'), (1637, 221, 'endorsement'), (1638, 222, 'endorsement'), (1639, 223, 'endorsement'), (1641, 224, 'endorsement'), (1645, 686, 'issue'), (1646, 687, 'issue'), (1650, 225, 'endorsement'), (1651, 688, 'issue'), (1652, 226, 'endorsement'), (1653, 689, 'issue'), (1654, 690, 'issue'), (1663, 691, 'issue'), (1662, 692, 'issue'), (1659, 693, 'issue'), (1665, 694, 'issue'), (1666, 695, 'issue'), (1667, 696, 'issue'), (1668, 697, 'issue'), (1674, 227, 'endorsement'), (1675, 228, 'endorsement'), (1676, 229, 'endorsement'), (1677, 230, 'endorsement'), (1679, 698, 'issue'), (1681, 231, 'endorsement'), (1682, 232, 'endorsement'), (1683, 232, 'endorsement'), (1722, 699, 'issue'), (1689, 233, 'endorsement'), (1690, 234, 'endorsement'), (1691, 234, 'endorsement'), (1692, 235, 'endorsement'), (1693, 235, 'endorsement'), (1694, 700, 'issue'), (1695, 701, 'issue'), (1696, 236, 'endorsement'), (1697, 15, 'cancellation'), (1698, 702, 'issue'), (1702, 237, 'endorsement'), (1704, 703, 'issue'), (1705, 704, 'issue'), (1706, 705, 'issue'), (1707, 706, 'issue'), (1708, 238, 'endorsement'), (1714, 707, 'issue'), (1715, 239, 'endorsement'), (1716, 240, 'endorsement'), (1717, 241, 'endorsement'), (1719, 708, 'issue'), (1720, 709, 'issue'), (1721, 710, 'issue'), (1723, 711, 'issue'), (1950, 712, 'issue'), (1725, 242, 'endorsement'), (1726, 243, 'endorsement'), (1729, 713, 'issue'), (1730, 244, 'endorsement'), (1732, 714, 'issue'), (1734, 715, 'issue'), (1735, 716, 'issue'), (1737, 717, 'issue'), (1738, 245, 'endorsement'), (1741, 718, 'issue'), (1742, 719, 'issue'), (1743, 720, 'issue'), (1744, 721, 'issue'), (1745, 722, 'issue'), (1746, 723, 'issue'), (1747, 246, 'endorsement'), (1748, 724, 'issue'), (1750, 725, 'issue'), (1751, 726, 'issue'), (1752, 727, 'issue'), (1753, 247, 'endorsement'), (1755, 728, 'issue'), (1756, 729, 'issue'), (1757, 730, 'issue'), (1758, 731, 'issue'), (1759, 732, 'issue'), (1760, 733, 'issue'), (1761, 248, 'endorsement'), (1764, 734, 'issue'), (1765, 735, 'issue'), (1771, 736, 'issue'), (1774, 737, 'issue'), (1775, 738, 'issue'), (1776, 739, 'issue'), (1778, 740, 'issue'), (1779, 741, 'issue'), (1780, 742, 'issue'), (1781, 249, 'endorsement'), (1782, 249, 'endorsement'), (1783, 743, 'issue'), (2046, 744, 'issue'), (1786, 745, 'issue'), (1787, 746, 'issue'), (1789, 747, 'issue'), (1790, 748, 'issue'), (1791, 749, 'issue'), (1796, 750, 'issue'), (1798, 751, 'issue'), (1801, 752, 'issue'), (1805, 753, 'issue'), (1808, 754, 'issue'), (1809, 755, 'issue'), (1810, 250, 'endorsement'), (1814, 757, 'issue'), (1816, 758, 'issue'), (1817, 759, 'issue'), (1853, 760, 'issue'), (1819, 761, 'issue'), (1820, 762, 'issue'), (1821, 763, 'issue'), (1822, 764, 'issue'), (1824, 251, 'endorsement'), (1825, 252, 'endorsement'), (1826, 765, 'issue'), (1827, 253, 'endorsement'), (1830, 766, 'issue'), (1832, 767, 'issue'), (1834, 768, 'issue'), (1835, 769, 'issue'), (1836, 770, 'issue'), (1837, 771, 'issue'), (1838, 772, 'issue'), (1839, 773, 'issue'), (1840, 774, 'issue'), (1841, 775, 'issue'), (1842, 776, 'issue'), (1843, 777, 'issue'), (1844, 778, 'issue'), (1845, 779, 'issue'), (1846, 780, 'issue'), (2110, 781, 'issue'), (1851, 16, 'cancellation'), (1852, 254, 'endorsement'), (1854, 782, 'issue'), (1855, 783, 'issue'), (1857, 784, 'issue'), (1859, 785, 'issue'), (1860, 786, 'issue'), (1861, 787, 'issue'), (1862, 788, 'issue'), (1863, 789, 'issue'), (1864, 790, 'issue'), (1865, 255, 'endorsement'), (1868, 791, 'issue'), (1869, 792, 'issue'), (1870, 793, 'issue'), (1871, 256, 'endorsement'), (1873, 794, 'issue'), (1874, 257, 'endorsement'), (1875, 258, 'endorsement'), (1876, 796, 'issue'), (1880, 795, 'issue'), (1879, 259, 'endorsement'), (1882, 260, 'endorsement'), (1883, 797, 'issue'), (1884, 798, 'issue'), (1885, 799, 'issue'), (2111, 800, 'issue'), (1888, 801, 'issue'), (1889, 802, 'issue'), (1891, 803, 'issue'), (1892, 804, 'issue'), (2113, 805, 'issue'), (1895, 806, 'issue'), (1896, 807, 'issue'), (1897, 261, 'endorsement'), (1898, 262, 'endorsement'), (1899, 263, 'endorsement'), (1900, 264, 'endorsement'), (1904, 808, 'issue'), (1906, 809, 'issue'), (1908, 810, 'issue'), (1909, 811, 'issue'), (1923, 812, 'issue'), (1980, 813, 'issue'), (1914, 265, 'endorsement'), (1915, 266, 'endorsement'), (1916, 267, 'endorsement'), (1917, 814, 'issue'), (1919, 815, 'issue'), (1920, 816, 'issue'), (1921, 817, 'issue'), (1922, 818, 'issue'), (1924, 819, 'issue'), (1925, 17, 'cancellation'), (1928, 820, 'issue'), (1929, 821, 'issue'), (2011, 822, 'issue'), (1932, 823, 'issue'), (1933, 824, 'issue'), (1934, 825, 'issue'), (1981, 826, 'issue'), (1936, 827, 'issue'), (1982, 828, 'issue'), (1939, 829, 'issue'), (1941, 268, 'endorsement'), (1944, 830, 'issue'), (1943, 831, 'issue'), (1945, 832, 'issue'), (1946, 833, 'issue'), (1947, 834, 'issue'), (1948, 835, 'issue'), (1952, 269, 'endorsement'), (1953, 837, 'issue'), (1954, 838, 'issue'), (1955, 839, 'issue'), (1956, 270, 'endorsement'), (1963, 271, 'endorsement'), (1965, 840, 'issue'), (1969, 841, 'issue'), (1970, 842, 'issue'), (1999, 843, 'issue'), (1976, 272, 'endorsement'), (1977, 273, 'endorsement'), (1978, 274, 'endorsement'), (1983, 844, 'issue'), (1986, 845, 'issue'), (1987, 846, 'issue'), (1988, 847, 'issue'), (1989, 848, 'issue'), (1990, 849, 'issue'), (1991, 850, 'issue'), (1992, 851, 'issue'), (1993, 852, 'issue'), (1994, 853, 'issue'), (1997, 275, 'endorsement'), (1998, 854, 'issue'), (2000, 855, 'issue'), (2001, 856, 'issue'), (2002, 857, 'issue'), (2007, 858, 'issue'), (2112, 859, 'issue'), (2022, 860, 'issue'), (2012, 861, 'issue'), (2013, 276, 'endorsement'), (2015, 862, 'issue'), (2016, 863, 'issue'), (2017, 864, 'issue'), (2018, 865, 'issue'), (2019, 866, 'issue'), (2020, 277, 'endorsement'), (2023, 867, 'issue'), (2024, 868, 'issue'), (2025, 869, 'issue'), (2027, 870, 'issue'), (2028, 871, 'issue'), (2029, 872, 'issue'), (2030, 873, 'issue'), (2031, 874, 'issue'), (2032, 875, 'issue'), (2033, 876, 'issue'), (2034, 877, 'issue'), (2035, 878, 'issue'), (2036, 879, 'issue'), (2037, 880, 'issue'), (2038, 881, 'issue'), (2039, 882, 'issue'), (2040, 883, 'issue'), (2042, 278, 'endorsement'), (2045, 279, 'endorsement'), (2047, 280, 'endorsement'), (2048, 281, 'endorsement'), (2049, 282, 'endorsement'), (2050, 283, 'endorsement'), (2051, 284, 'endorsement'), (2052, 285, 'endorsement'), (2056, 286, 'endorsement'), (2058, 885, 'issue'), (2059, 287, 'endorsement'), (2062, 288, 'endorsement'), (2064, 886, 'issue'), (2065, 887, 'issue'), (2067, 888, 'issue'), (2068, 889, 'issue'), (2069, 890, 'issue'), (2073, 891, 'issue'), (2074, 892, 'issue'), (2075, 289, 'endorsement'), (2077, 18, 'cancellation'), (2078, 893, 'issue'), (2080, 894, 'issue'), (2081, 895, 'issue'), (2087, 896, 'issue'), (2088, 897, 'issue'), (2089, 898, 'issue'), (2090, 899, 'issue'), (2091, 900, 'issue'), (2092, 290, 'endorsement'), (2093, 291, 'endorsement'), (2094, 292, 'endorsement'), (2095, 293, 'endorsement'), (2099, 901, 'issue'), (2100, 902, 'issue'), (2101, 903, 'issue'), (2102, 904, 'issue'), (2103, 905, 'issue'), (2105, 294, 'endorsement'), (2115, 906, 'issue'), (2107, 907, 'issue'), (2108, 908, 'issue'), (2109, 909, 'issue'), (2114, 910, 'issue'), (2116, 911, 'issue'), (2118, 912, 'issue'), (2119, 913, 'issue'), (2120, 914, 'issue'), (2121, 915, 'issue'), (2122, 916, 'issue'), (2127, 917, 'issue'), (2128, 918, 'issue'), (2134, 919, 'issue'), (2135, 295, 'endorsement'), (2136, 296, 'endorsement'), (2137, 920, 'issue'), (2138, 297, 'endorsement'), (2141, 921, 'issue'), (2258, 922, 'issue'), (2146, 923, 'issue'), (2147, 298, 'endorsement'), (2148, 924, 'issue'), (2149, 925, 'issue'), (2150, 299, 'endorsement'), (2151, 300, 'endorsement'), (2154, 926, 'issue'), (2153, 927, 'issue'), (2155, 928, 'issue'), (2157, 929, 'issue'), (2158, 930, 'issue'), (2159, 931, 'issue'), (2171, 301, 'endorsement'), (2172, 302, 'endorsement'), (2173, 932, 'issue'), (2174, 933, 'issue'), (2175, 934, 'issue'), (2177, 935, 'issue'), (2178, 303, 'endorsement'), (2179, 304, 'endorsement'), (2180, 304, 'endorsement'), (2181, 936, 'issue'), (2182, 305, 'endorsement'), (2183, 937, 'issue'), (2189, 938, 'issue'), (2197, 939, 'issue'), (2191, 306, 'endorsement'), (2192, 940, 'issue'), (2193, 941, 'issue'), (2194, 942, 'issue'), (2195, 307, 'endorsement'), (2198, 943, 'issue'), (2199, 944, 'issue'), (2201, 945, 'issue'), (2202, 946, 'issue'), (2207, 947, 'issue'), (2242, 948, 'issue'), (2209, 949, 'issue'), (2214, 950, 'issue'), (2215, 308, 'endorsement'), (2218, 951, 'issue'), (2219, 309, 'endorsement'), (2220, 310, 'endorsement'), (2221, 311, 'endorsement'), (2223, 312, 'endorsement'), (2230, 313, 'endorsement'), (2248, 952, 'issue'), (2234, 953, 'issue'), (2236, 954, 'issue'), (2237, 955, 'issue'), (2238, 956, 'issue'), (2239, 957, 'issue'), (2240, 958, 'issue'), (2241, 959, 'issue'), (2244, 314, 'endorsement'), (2249, 960, 'issue'), (2250, 961, 'issue'), (2252, 962, 'issue'), (2253, 315, 'endorsement'), (2254, 316, 'endorsement'), (2255, 317, 'endorsement'), (2256, 318, 'endorsement'), (2257, 319, 'endorsement'), (2259, 320, 'endorsement'), (2260, 963, 'issue'), (2263, 964, 'issue'), (3754, 965, 'issue'), (2267, 966, 'issue'), (2270, 967, 'issue'), (2279, 968, 'issue'), (2280, 321, 'endorsement'), (2281, 322, 'endorsement'), (2282, 323, 'endorsement'), (2283, 324, 'endorsement'), (2724, 969, 'issue'), (2287, 970, 'issue'), (2288, 325, 'endorsement'), (2289, 326, 'endorsement'), (2290, 327, 'endorsement'), (2291, 971, 'issue'), (2292, 972, 'issue'), (2293, 973, 'issue'), (2294, 328, 'endorsement'), (2295, 329, 'endorsement'), (2297, 974, 'issue'), (2298, 975, 'issue'), (2301, 976, 'issue'), (2305, 977, 'issue'), (2306, 978, 'issue'), (2313, 330, 'endorsement'), (2315, 979, 'issue'), (2316, 980, 'issue'), (2317, 981, 'issue'), (2318, 982, 'issue'), (2320, 983, 'issue'), (2321, 984, 'issue'), (2323, 985, 'issue'), (2325, 986, 'issue'), (2328, 331, 'endorsement'), (2329, 987, 'issue'), (2331, 332, 'endorsement'), (2332, 988, 'issue'), (2334, 333, 'endorsement'), (2335, 334, 'endorsement'), (2337, 989, 'issue'), (2338, 335, 'endorsement'), (2339, 990, 'issue'), (2342, 991, 'issue'), (2343, 336, 'endorsement'), (2344, 337, 'endorsement'), (2346, 338, 'endorsement'), (2347, 992, 'issue'), (2348, 993, 'issue'), (2349, 339, 'endorsement'), (2350, 340, 'endorsement'), (2351, 994, 'issue'), (2353, 341, 'endorsement'), (2354, 342, 'endorsement'), (2356, 995, 'issue'), (2359, 996, 'issue'), (2361, 997, 'issue'), (2362, 998, 'issue'), (2364, 999, 'issue'), (2365, 343, 'endorsement'), (2366, 344, 'endorsement'), (2367, 345, 'endorsement'), (2368, 346, 'endorsement'), (2369, 347, 'endorsement'), (2370, 348, 'endorsement'), (2372, 1000, 'issue'), (2373, 349, 'endorsement'), (2375, 350, 'endorsement'), (2376, 351, 'endorsement'), (2377, 352, 'endorsement'), (2378, 353, 'endorsement'), (2379, 354, 'endorsement'), (2380, 355, 'endorsement'), (2381, 356, 'endorsement'), (2385, 1001, 'issue'), (2386, 357, 'endorsement'), (2387, 1002, 'issue'), (2388, 1003, 'issue'), (2391, 358, 'endorsement'), (2392, 359, 'endorsement'), (2393, 1004, 'issue'), (2394, 360, 'endorsement'), (2395, 1005, 'issue'), (2401, 1006, 'issue'), (2400, 1007, 'issue'), (2402, 1008, 'issue'), (2404, 361, 'endorsement'), (2722, 1009, 'issue'), (2406, 1010, 'issue'), (2408, 1011, 'issue'), (2409, 362, 'endorsement'), (2410, 1012, 'issue'), (2411, 363, 'endorsement'), (2421, 1013, 'issue'), (2413, 1014, 'issue'), (2414, 364, 'endorsement'), (2415, 1015, 'issue'), (2416, 365, 'endorsement'), (2418, 366, 'endorsement'), (2419, 367, 'endorsement'), (2422, 1016, 'issue'), (2450, 1017, 'issue'), (2425, 1018, 'issue'), (2426, 1019, 'issue'), (2427, 1020, 'issue'), (2428, 1021, 'issue'), (2429, 1022, 'issue'), (2442, 368, 'endorsement'), (2443, 1023, 'issue'), (2444, 1024, 'issue'), (2445, 1025, 'issue'), (2446, 369, 'endorsement'), (2653, 1026, 'issue'), (2448, 1027, 'issue'), (2452, 1028, 'issue'), (2453, 1029, 'issue'), (2457, 1030, 'issue'), (2458, 1031, 'issue'), (2790, 1032, 'issue'), (2462, 1033, 'issue'), (2464, 1034, 'issue'), (2465, 1035, 'issue'), (2469, 1036, 'issue'), (2470, 1037, 'issue'), (2471, 1038, 'issue'), (2472, 370, 'endorsement'), (2477, 1039, 'issue'), (2476, 1040, 'issue'), (2475, 371, 'endorsement'), (2478, 372, 'endorsement'), (2479, 373, 'endorsement'), (2480, 1041, 'issue'), (2481, 374, 'endorsement'), (2482, 1042, 'issue'), (2483, 1043, 'issue'), (2484, 375, 'endorsement'), (2485, 376, 'endorsement'), (2486, 377, 'endorsement'), (2487, 378, 'endorsement'), (2488, 379, 'endorsement'), (2489, 380, 'endorsement'), (2490, 381, 'endorsement'), (2491, 382, 'endorsement'), (2492, 383, 'endorsement'), (2493, 384, 'endorsement'), (2494, 385, 'endorsement'), (2495, 386, 'endorsement'), (2496, 387, 'endorsement'), (2497, 388, 'endorsement'), (2498, 389, 'endorsement'), (2499, 390, 'endorsement'), (2500, 391, 'endorsement'), (2501, 392, 'endorsement'), (2502, 393, 'endorsement'), (2503, 394, 'endorsement'), (2504, 395, 'endorsement'), (2505, 396, 'endorsement'), (2506, 397, 'endorsement'), (2507, 398, 'endorsement'), (2508, 399, 'endorsement'), (2509, 400, 'endorsement'), (2510, 401, 'endorsement'), (2511, 402, 'endorsement'), (2512, 1044, 'issue'), (2513, 1045, 'issue'), (2514, 1046, 'issue'), (2515, 1047, 'issue'), (2516, 1048, 'issue'), (2518, 403, 'endorsement'), (2519, 1049, 'issue'), (2520, 1050, 'issue'), (2522, 19, 'cancellation'), (2523, 1051, 'issue'), (2530, 1052, 'issue'), (2532, 1053, 'issue'), (2533, 1054, 'issue'), (2534, 1055, 'issue'), (2538, 1056, 'issue'), (2544, 404, 'endorsement'), (2545, 1057, 'issue'), (2546, 1058, 'issue'), (2548, 1059, 'issue'), (2549, 1060, 'issue'), (2550, 1061, 'issue'), (2551, 1062, 'issue'), (2552, 1063, 'issue'), (2553, 1064, 'issue'), (2554, 1065, 'issue'), (2555, 1066, 'issue'), (2558, 1067, 'issue'), (2559, 405, 'endorsement'), (2560, 406, 'endorsement'), (2561, 407, 'endorsement'), (2562, 408, 'endorsement'), (2563, 409, 'endorsement'), (2564, 410, 'endorsement'), (2565, 411, 'endorsement'), (2566, 412, 'endorsement'), (2567, 413, 'endorsement'), (2569, 1068, 'issue'), (2570, 1069, 'issue'), (2571, 1070, 'issue'), (2572, 1071, 'issue'), (2573, 414, 'endorsement'), (2574, 415, 'endorsement'), (2575, 416, 'endorsement'), (2576, 417, 'endorsement'), (2577, 418, 'endorsement'), (2579, 419, 'endorsement'), (2580, 420, 'endorsement'), (2581, 421, 'endorsement'), (2582, 422, 'endorsement'), (2583, 423, 'endorsement'), (2584, 424, 'endorsement'), (2585, 425, 'endorsement'), (2586, 1072, 'issue'), (2588, 1073, 'issue'), (2589, 1074, 'issue'), (2590, 426, 'endorsement'), (2591, 427, 'endorsement'), (2594, 1075, 'issue'), (2595, 428, 'endorsement'), (2596, 1076, 'issue'), (2613, 1077, 'issue'), (2598, 429, 'endorsement'), (2599, 1078, 'issue'), (2600, 1079, 'issue'), (2614, 1080, 'issue'), (2602, 430, 'endorsement'), (2603, 431, 'endorsement'), (2604, 1081, 'issue'), (2605, 1082, 'issue'), (2606, 1083, 'issue'), (2607, 1084, 'issue'), (2608, 1085, 'issue'), (2615, 1086, 'issue'), (2610, 432, 'endorsement'), (2611, 433, 'endorsement'), (2612, 1087, 'issue'), (2618, 1088, 'issue'), (2619, 1089, 'issue'), (2620, 434, 'endorsement'), (2621, 435, 'endorsement'), (2622, 1090, 'issue'), (2623, 1091, 'issue'), (2624, 436, 'endorsement'), (2626, 1092, 'issue'), (2627, 1093, 'issue'), (2629, 437, 'endorsement'), (2630, 438, 'endorsement'), (2631, 439, 'endorsement'), (2632, 440, 'endorsement'), (2633, 1094, 'issue'), (2634, 1095, 'issue'), (2635, 1096, 'issue'), (2636, 1097, 'issue'), (2638, 1098, 'issue'), (2639, 1099, 'issue'), (2640, 1100, 'issue'), (2642, 1101, 'issue'), (2643, 1102, 'issue'), (2644, 1103, 'issue'), (2648, 1104, 'issue'), (2650, 1105, 'issue'), (3712, 1106, 'issue'), (2654, 441, 'endorsement'), (2655, 1107, 'issue'), (2658, 1108, 'issue'), (2659, 442, 'endorsement'), (2660, 443, 'endorsement'), (2661, 1109, 'issue'), (2663, 1110, 'issue'), (2665, 1111, 'issue'), (2666, 1112, 'issue'), (2667, 1113, 'issue'), (2668, 1114, 'issue'), (2669, 1115, 'issue'), (2670, 1116, 'issue'), (2671, 1117, 'issue'), (3223, 1118, 'issue'), (2674, 1119, 'issue'), (2675, 1120, 'issue'), (2688, 1121, 'issue'), (2689, 1122, 'issue'), (2690, 1123, 'issue'), (2691, 1124, 'issue'), (2692, 1125, 'issue'), (2693, 1126, 'issue'), (2694, 1127, 'issue'), (2695, 1128, 'issue'), (2700, 1129, 'issue'), (2698, 1130, 'issue'), (2699, 1131, 'issue'), (2701, 1132, 'issue'), (2702, 444, 'endorsement'), (2703, 1133, 'issue'), (2704, 1134, 'issue'), (2705, 1135, 'issue'), (2706, 1136, 'issue'), (2707, 1137, 'issue'), (2708, 445, 'endorsement'), (2712, 1138, 'issue'), (2713, 446, 'endorsement'), (2714, 447, 'endorsement'), (2715, 448, 'endorsement'), (2716, 1139, 'issue'), (2718, 1140, 'issue'), (2720, 1141, 'issue'), (3168, 1142, 'issue'), (2723, 1143, 'issue'), (2726, 1144, 'issue'), (2727, 1145, 'issue'), (2728, 449, 'endorsement'), (2729, 1146, 'issue'), (3022, 1147, 'issue'), (2732, 1148, 'issue'), (2733, 1149, 'issue'), (2735, 450, 'endorsement'), (2736, 451, 'endorsement'), (2737, 452, 'endorsement'), (2739, 453, 'endorsement'), (2740, 1150, 'issue'), (2741, 1151, 'issue'), (2743, 1152, 'issue'), (2745, 1153, 'issue'), (2746, 1154, 'issue'), (2748, 1155, 'issue'), (2749, 454, 'endorsement'), (2750, 1156, 'issue'), (2751, 1157, 'issue'), (2752, 455, 'endorsement'), (2753, 456, 'endorsement'), (2754, 457, 'endorsement'), (2755, 458, 'endorsement'), (2756, 459, 'endorsement'), (2757, 460, 'endorsement'), (2762, 1158, 'issue'), (2767, 461, 'endorsement'), (2768, 1159, 'issue'), (2770, 462, 'endorsement'), (2771, 463, 'endorsement'), (2772, 1160, 'issue'), (2773, 464, 'endorsement'), (2774, 1161, 'issue'), (2775, 465, 'endorsement'), (3021, 1163, 'issue'), (2777, 1165, 'issue'), (2785, 1166, 'issue'), (2779, 466, 'endorsement'), (2780, 467, 'endorsement'), (2781, 468, 'endorsement'), (2782, 469, 'endorsement'), (2783, 470, 'endorsement'), (2784, 471, 'endorsement'), (2786, 1164, 'issue'), (2787, 1162, 'issue'), (2817, 1167, 'issue'), (2791, 472, 'endorsement'), (2792, 473, 'endorsement'), (2793, 474, 'endorsement'), (2794, 1168, 'issue'), (2795, 1169, 'issue'), (5062, 1170, 'issue'), (2798, 1171, 'issue'), (2799, 1172, 'issue'), (2801, 1173, 'issue'), (2802, 1174, 'issue'), (2803, 475, 'endorsement'), (2808, 476, 'endorsement'), (2809, 1175, 'issue'), (2811, 1176, 'issue'), (2812, 1177, 'issue'), (2813, 1178, 'issue'), (2814, 1179, 'issue'), (2815, 1180, 'issue'), (2816, 1181, 'issue'), (2819, 477, 'endorsement'), (2821, 478, 'endorsement'), (2822, 479, 'endorsement'), (2931, 1182, 'issue'), (2930, 1183, 'issue'), (2929, 1184, 'issue'), (2831, 1185, 'issue'), (2832, 1186, 'issue'), (2834, 480, 'endorsement'), (2835, 481, 'endorsement'), (2836, 482, 'endorsement'), (2837, 1187, 'issue'), (2838, 1188, 'issue'), (2839, 483, 'endorsement'), (2840, 484, 'endorsement'), (2841, 485, 'endorsement'), (2843, 1189, 'issue'), (2845, 1190, 'issue'), (2849, 1191, 'issue'), (2850, 1192, 'issue'), (2851, 1193, 'issue'), (2853, 1194, 'issue'), (2854, 1195, 'issue'), (2855, 1196, 'issue'), (2856, 1197, 'issue'), (2857, 1198, 'issue'), (2858, 1199, 'issue'), (2859, 486, 'endorsement'), (2860, 487, 'endorsement'), (2861, 488, 'endorsement'), (2862, 489, 'endorsement'), (2863, 490, 'endorsement'), (2866, 491, 'endorsement'), (2867, 1201, 'issue'), (3190, 1202, 'issue'), (2869, 1203, 'issue'), (2870, 492, 'endorsement'), (2871, 1204, 'issue'), (2881, 1205, 'issue'), (2874, 1206, 'issue'), (2875, 1207, 'issue'), (2878, 1208, 'issue'), (2880, 1209, 'issue'), (2882, 1210, 'issue'), (2883, 493, 'endorsement'), (2884, 1211, 'issue'), (2886, 1212, 'issue'), (2887, 494, 'endorsement'), (2888, 1213, 'issue'), (2889, 1214, 'issue'), (2890, 1215, 'issue'), (2891, 1216, 'issue'), (2892, 1217, 'issue'), (2896, 1218, 'issue'), (2900, 495, 'endorsement'), (2901, 1200, 'issue'), (2902, 1219, 'issue'), (2903, 1220, 'issue'), (2904, 1221, 'issue'), (2905, 1222, 'issue'), (2907, 1223, 'issue'), (2908, 496, 'endorsement'), (2909, 497, 'endorsement'), (2910, 1224, 'issue'), (2912, 1225, 'issue'), (2913, 498, 'endorsement'), (2914, 499, 'endorsement'), (2915, 1226, 'issue'), (2917, 1227, 'issue'), (2920, 500, 'endorsement'), (2921, 1228, 'issue'), (2922, 501, 'endorsement'), (2923, 502, 'endorsement'), (2924, 503, 'endorsement'), (2925, 1229, 'issue'), (2928, 1230, 'issue'), (2932, 504, 'endorsement'), (2933, 1231, 'issue'), (2935, 1232, 'issue'), (2936, 505, 'endorsement'), (2937, 506, 'endorsement'), (2938, 507, 'endorsement'), (2939, 508, 'endorsement'), (2940, 509, 'endorsement'), (2941, 1233, 'issue'), (2942, 510, 'endorsement'), (2943, 511, 'endorsement'), (2944, 1234, 'issue'), (2945, 512, 'endorsement'), (2947, 1235, 'issue'), (2948, 1236, 'issue'), (2949, 513, 'endorsement'), (2950, 514, 'endorsement'), (2951, 515, 'endorsement'), (2952, 516, 'endorsement'), (2953, 517, 'endorsement'), (2954, 1237, 'issue'), (2959, 1238, 'issue'), (2960, 1239, 'issue'), (2961, 1240, 'issue'), (2962, 1242, 'issue'), (2963, 1243, 'issue'), (2964, 1244, 'issue'), (2966, 518, 'endorsement'), (2967, 519, 'endorsement'), (2968, 520, 'endorsement'), (2969, 1245, 'issue'), (2971, 521, 'endorsement'), (2974, 522, 'endorsement'), (2975, 523, 'endorsement'), (2976, 1246, 'issue'), (2977, 1247, 'issue'), (2979, 1241, 'issue'), (2980, 524, 'endorsement'), (2981, 525, 'endorsement'), (2982, 526, 'endorsement'), (2984, 1248, 'issue'), (2985, 1249, 'issue'), (2986, 1250, 'issue'), (2987, 1251, 'issue'), (2988, 527, 'endorsement'), (2989, 528, 'endorsement'), (2990, 1252, 'issue'), (2991, 1253, 'issue'), (2997, 529, 'endorsement'), (2998, 530, 'endorsement'), (2999, 531, 'endorsement'), (3000, 1254, 'issue'), (3001, 1255, 'issue'), (6384, 1256, 'issue'), (3003, 1257, 'issue'), (3004, 1258, 'issue'), (3005, 1259, 'issue'), (3006, 1260, 'issue'), (3007, 532, 'endorsement'), (3008, 533, 'endorsement'), (3009, 534, 'endorsement'), (3010, 535, 'endorsement'), (3011, 1261, 'issue'), (3012, 1262, 'issue'), (3018, 1263, 'issue'), (3019, 1264, 'issue'), (3020, 536, 'endorsement'), (3023, 1265, 'issue'), (3024, 1266, 'issue'), (3025, 1267, 'issue'), (3026, 537, 'endorsement'), (3029, 1268, 'issue'), (3032, 538, 'endorsement'), (3037, 1269, 'issue'), (3034, 1270, 'issue'), (3035, 1271, 'issue'), (3036, 1272, 'issue'), (3038, 1273, 'issue'), (3039, 1274, 'issue'), (3040, 1275, 'issue'), (3041, 1276, 'issue'), (3042, 1277, 'issue'), (3043, 1278, 'issue'), (3044, 1279, 'issue'), (3045, 1280, 'issue'), (3046, 1281, 'issue'), (3047, 1282, 'issue'), (3048, 1283, 'issue'), (3049, 1284, 'issue'), (3050, 539, 'endorsement'), (3051, 540, 'endorsement'), (3052, 541, 'endorsement'), (3053, 542, 'endorsement'), (3054, 1285, 'issue'), (3056, 1286, 'issue'), (3063, 1287, 'issue'), (3064, 1288, 'issue'), (3065, 543, 'endorsement'), (3066, 544, 'endorsement'), (3067, 545, 'endorsement'), (3072, 1289, 'issue'), (3073, 1290, 'issue'), (3074, 546, 'endorsement'), (3075, 1291, 'issue'), (3079, 1292, 'issue'), (3080, 1293, 'issue'), (3081, 1294, 'issue'), (3082, 1295, 'issue'), (3085, 1296, 'issue'), (3086, 1297, 'issue'), (3087, 1298, 'issue'), (3092, 1299, 'issue'), (3089, 547, 'endorsement'), (3090, 548, 'endorsement'), (3091, 549, 'endorsement'), (3096, 1300, 'issue'), (3097, 1301, 'issue'), (3098, 1302, 'issue'), (3099, 550, 'endorsement'), (3100, 551, 'endorsement'), (3101, 552, 'endorsement'), (3102, 1303, 'issue'), (3103, 1304, 'issue'), (3104, 1305, 'issue'), (3105, 1306, 'issue'), (3106, 553, 'endorsement'), (3107, 1307, 'issue'), (3108, 1308, 'issue'), (3109, 1309, 'issue'), (3110, 1310, 'issue'), (3118, 1311, 'issue'), (3119, 1312, 'issue'), (3120, 1313, 'issue'), (3121, 1314, 'issue'), (3122, 554, 'endorsement'), (3123, 1315, 'issue'), (3124, 1316, 'issue'), (3126, 1317, 'issue'), (3127, 1318, 'issue'), (3128, 1319, 'issue'), (3129, 1320, 'issue'), (3131, 1321, 'issue'), (3132, 1322, 'issue'), (3133, 1323, 'issue'), (3134, 1324, 'issue'), (3141, 1325, 'issue'), (3142, 1326, 'issue'), (3143, 1327, 'issue'), (3144, 1328, 'issue'), (3145, 1329, 'issue'), (3146, 555, 'endorsement'), (3856, 1330, 'issue'), (3149, 1331, 'issue'), (3150, 1332, 'issue'), (3151, 1333, 'issue'), (3152, 1334, 'issue'), (3153, 1335, 'issue'), (3154, 1336, 'issue'), (3155, 556, 'endorsement'), (3156, 557, 'endorsement'), (3157, 1337, 'issue'), (3158, 558, 'endorsement'), (3159, 559, 'endorsement'), (3160, 1338, 'issue'), (3161, 1339, 'issue'), (3162, 1340, 'issue'), (3164, 1341, 'issue'), (3165, 1342, 'issue'), (3484, 1343, 'issue'), (3167, 560, 'endorsement'), (3169, 561, 'endorsement'), (3170, 1344, 'issue'), (3173, 562, 'endorsement'), (3317, 1345, 'issue'), (3175, 1346, 'issue'), (3176, 1347, 'issue'), (3181, 1348, 'issue'), (3182, 1349, 'issue'), (3183, 563, 'endorsement'), (3185, 1350, 'issue'), (3187, 1351, 'issue'), (3189, 1352, 'issue'), (3191, 1353, 'issue'), (3192, 1354, 'issue'), (3245, 1355, 'issue'), (3196, 564, 'endorsement'), (3197, 565, 'endorsement'), (3198, 566, 'endorsement'), (3199, 1356, 'issue'), (3200, 1357, 'issue'), (3201, 1358, 'issue'), (3364, 1359, 'issue'), (3203, 1360, 'issue'), (3204, 1361, 'issue'), (3205, 1362, 'issue'), (3209, 567, 'endorsement'), (3212, 1363, 'issue'), (3213, 1364, 'issue'), (3217, 1365, 'issue'), (3218, 1366, 'issue'), (3220, 568, 'endorsement'), (3222, 1367, 'issue'), (3227, 1368, 'issue'), (3228, 1369, 'issue'), (3229, 1370, 'issue'), (3230, 1371, 'issue'), (3231, 1372, 'issue'), (3232, 1373, 'issue'), (3233, 1374, 'issue'), (3235, 1375, 'issue'), (3236, 569, 'endorsement'), (3237, 1376, 'issue'), (3238, 1377, 'issue'), (3239, 1378, 'issue'), (3241, 1379, 'issue'), (3247, 1380, 'issue'), (3251, 570, 'endorsement'), (3252, 571, 'endorsement'), (3254, 1381, 'issue'), (3255, 1382, 'issue'), (3256, 1383, 'issue'), (3257, 1384, 'issue'), (3258, 1385, 'issue'), (3259, 572, 'endorsement'), (3260, 573, 'endorsement'), (3262, 1386, 'issue'), (3263, 574, 'endorsement'), (3264, 575, 'endorsement'), (3265, 576, 'endorsement'), (3266, 577, 'endorsement'), (3267, 578, 'endorsement'), (3268, 579, 'endorsement'), (3269, 580, 'endorsement'), (3270, 581, 'endorsement'), (3271, 582, 'endorsement'), (3272, 583, 'endorsement'), (3273, 584, 'endorsement'), (3274, 585, 'endorsement'), (3275, 586, 'endorsement'), (3276, 587, 'endorsement'), (3277, 588, 'endorsement'), (3278, 589, 'endorsement'), (3279, 590, 'endorsement'), (3280, 591, 'endorsement'), (3281, 592, 'endorsement'), (3857, 1387, 'issue'); INSERT INTO `placing_slip_refs` (`id`, `pslip_id`, `type`) VALUES (3285, 593, 'endorsement'), (3286, 594, 'endorsement'), (3287, 595, 'endorsement'), (3288, 596, 'endorsement'), (3289, 597, 'endorsement'), (3290, 598, 'endorsement'), (3625, 1388, 'issue'), (3295, 1389, 'issue'), (3296, 1390, 'issue'), (3297, 599, 'endorsement'), (3298, 1391, 'issue'), (3299, 1392, 'issue'), (3300, 600, 'endorsement'), (3301, 601, 'endorsement'), (3302, 602, 'endorsement'), (3305, 603, 'endorsement'), (3854, 1393, 'issue'), (3307, 604, 'endorsement'), (3308, 1394, 'issue'), (3310, 605, 'endorsement'), (3311, 606, 'endorsement'), (3312, 607, 'endorsement'), (3314, 1395, 'issue'), (3333, 1396, 'issue'), (3332, 1397, 'issue'), (3327, 1398, 'issue'), (3319, 608, 'endorsement'), (3320, 609, 'endorsement'), (3329, 1399, 'issue'), (3322, 1400, 'issue'), (3323, 610, 'endorsement'), (3324, 1401, 'issue'), (3325, 1402, 'issue'), (3328, 1403, 'issue'), (3330, 611, 'endorsement'), (3331, 612, 'endorsement'), (3335, 1404, 'issue'), (3338, 1405, 'issue'), (3339, 1406, 'issue'), (3341, 1407, 'issue'), (3342, 613, 'endorsement'), (3344, 1408, 'issue'), (3345, 1409, 'issue'), (3346, 614, 'endorsement'), (3347, 1410, 'issue'), (3348, 1411, 'issue'), (3349, 615, 'endorsement'), (3350, 1412, 'issue'), (3354, 1413, 'issue'), (3352, 616, 'endorsement'), (3353, 1414, 'issue'), (3355, 1415, 'issue'), (3357, 617, 'endorsement'), (3359, 1416, 'issue'), (3360, 1417, 'issue'), (3361, 618, 'endorsement'), (3363, 1418, 'issue'), (3365, 1419, 'issue'), (3366, 1420, 'issue'), (3368, 1421, 'issue'), (3370, 1422, 'issue'), (3372, 1423, 'issue'), (3373, 619, 'endorsement'), (3374, 620, 'endorsement'), (3375, 621, 'endorsement'), (3376, 622, 'endorsement'), (3377, 1424, 'issue'), (4199, 1425, 'issue'), (3379, 623, 'endorsement'), (3380, 1426, 'issue'), (3381, 1427, 'issue'), (3382, 1428, 'issue'), (3385, 1429, 'issue'), (3386, 1430, 'issue'), (3752, 1431, 'issue'), (3756, 1432, 'issue'), (3390, 624, 'endorsement'), (3391, 1433, 'issue'), (3404, 1435, 'issue'), (3397, 1436, 'issue'), (4393, 1437, 'issue'), (3402, 1438, 'issue'), (3401, 1439, 'issue'), (3755, 1440, 'issue'), (3407, 625, 'endorsement'), (3408, 1441, 'issue'), (3922, 1442, 'issue'), (3410, 1443, 'issue'), (3411, 1444, 'issue'), (3418, 1445, 'issue'), (3424, 1446, 'issue'), (3423, 1447, 'issue'), (3436, 1448, 'issue'), (3437, 1449, 'issue'), (3438, 1450, 'issue'), (3439, 1451, 'issue'), (3440, 1452, 'issue'), (3442, 1453, 'issue'), (3443, 1454, 'issue'), (3444, 1455, 'issue'), (3445, 1456, 'issue'), (3446, 1457, 'issue'), (3449, 626, 'endorsement'), (3450, 1458, 'issue'), (3451, 627, 'endorsement'), (3452, 1459, 'issue'), (3454, 628, 'endorsement'), (3455, 629, 'endorsement'), (3456, 630, 'endorsement'), (3458, 631, 'endorsement'), (3460, 632, 'endorsement'), (3751, 1460, 'issue'), (3462, 1461, 'issue'), (3463, 1462, 'issue'), (3464, 1463, 'issue'), (3465, 1464, 'issue'), (3466, 1465, 'issue'), (3470, 1466, 'issue'), (3471, 1467, 'issue'), (3469, 1468, 'issue'), (3472, 1469, 'issue'), (3473, 1470, 'issue'), (3474, 1471, 'issue'), (3477, 1472, 'issue'), (4809, 1473, 'issue'), (3480, 1474, 'issue'), (3481, 1475, 'issue'), (3482, 1476, 'issue'), (3483, 1477, 'issue'), (3485, 1478, 'issue'), (3486, 1479, 'issue'), (3489, 1480, 'issue'), (3490, 633, 'endorsement'), (3491, 1481, 'issue'), (3499, 1482, 'issue'), (3506, 1483, 'issue'), (3507, 634, 'endorsement'), (3508, 635, 'endorsement'), (3509, 636, 'endorsement'), (3513, 1484, 'issue'), (3515, 1485, 'issue'), (3516, 1486, 'issue'), (3518, 1487, 'issue'), (3519, 1488, 'issue'), (3520, 1489, 'issue'), (3521, 1490, 'issue'), (3522, 1491, 'issue'), (3738, 1492, 'issue'), (3532, 1493, 'issue'), (3533, 1494, 'issue'), (3534, 1495, 'issue'), (3535, 1496, 'issue'), (3536, 637, 'endorsement'), (3537, 638, 'endorsement'), (3538, 1497, 'issue'), (3540, 1498, 'issue'), (3542, 639, 'endorsement'), (3544, 1499, 'issue'), (3545, 640, 'endorsement'), (3547, 1500, 'issue'), (3548, 1501, 'issue'), (3549, 1502, 'issue'), (3550, 641, 'endorsement'), (3551, 1503, 'issue'), (3552, 1504, 'issue'), (3553, 1505, 'issue'), (3555, 642, 'endorsement'), (3556, 643, 'endorsement'), (3557, 644, 'endorsement'), (3558, 1506, 'issue'), (3559, 1507, 'issue'), (3561, 645, 'endorsement'), (3562, 1508, 'issue'), (3566, 1509, 'issue'), (3727, 1510, 'issue'), (3568, 1511, 'issue'), (3569, 1512, 'issue'), (3570, 1513, 'issue'), (3571, 646, 'endorsement'), (3572, 1514, 'issue'), (3573, 647, 'endorsement'), (3574, 648, 'endorsement'), (3575, 649, 'endorsement'), (3578, 1515, 'issue'), (3577, 1516, 'issue'), (3582, 1517, 'issue'), (3583, 1518, 'issue'), (3584, 1519, 'issue'), (3585, 1520, 'issue'), (3589, 1521, 'issue'), (5801, 1522, 'issue'), (3626, 1523, 'issue'), (3596, 1524, 'issue'), (3598, 650, 'endorsement'), (3599, 651, 'endorsement'), (3600, 652, 'endorsement'), (3601, 653, 'endorsement'), (3602, 654, 'endorsement'), (3603, 655, 'endorsement'), (3605, 656, 'endorsement'), (3606, 657, 'endorsement'), (3607, 658, 'endorsement'), (3608, 659, 'endorsement'), (3609, 1525, 'issue'), (3610, 1526, 'issue'), (3613, 660, 'endorsement'), (3614, 661, 'endorsement'), (3615, 662, 'endorsement'), (3616, 663, 'endorsement'), (3621, 1527, 'issue'), (3622, 1528, 'issue'), (3623, 1529, 'issue'), (3624, 1530, 'issue'), (3627, 1531, 'issue'), (3629, 664, 'endorsement'), (3630, 1532, 'issue'), (3633, 1533, 'issue'), (3634, 1534, 'issue'), (3635, 1535, 'issue'), (3636, 1536, 'issue'), (3637, 1537, 'issue'), (3638, 1538, 'issue'), (3639, 1539, 'issue'), (3641, 665, 'endorsement'), (3642, 1540, 'issue'), (3643, 666, 'endorsement'), (3644, 1542, 'issue'), (3646, 1543, 'issue'), (3647, 1544, 'issue'), (3648, 1545, 'issue'), (3650, 1546, 'issue'), (3651, 1547, 'issue'), (3653, 1548, 'issue'), (3656, 1549, 'issue'), (3658, 667, 'endorsement'), (3674, 1550, 'issue'), (3661, 1551, 'issue'), (3662, 1552, 'issue'), (3663, 1553, 'issue'), (3664, 1554, 'issue'), (3665, 1555, 'issue'), (3678, 1556, 'issue'), (3668, 668, 'endorsement'), (3669, 669, 'endorsement'), (3670, 670, 'endorsement'), (3671, 671, 'endorsement'), (3672, 1557, 'issue'), (3675, 672, 'endorsement'), (3681, 1558, 'issue'), (3680, 1559, 'issue'), (3684, 673, 'endorsement'), (3685, 1560, 'issue'), (3686, 1561, 'issue'), (3687, 1562, 'issue'), (3688, 1563, 'issue'), (3689, 1564, 'issue'), (3690, 674, 'endorsement'), (3692, 1565, 'issue'), (3693, 675, 'endorsement'), (3694, 1566, 'issue'), (3696, 1567, 'issue'), (3703, 1568, 'issue'), (3706, 1569, 'issue'), (3707, 1570, 'issue'), (3708, 676, 'endorsement'), (3709, 1571, 'issue'), (3713, 677, 'endorsement'), (3721, 1572, 'issue'), (3715, 1573, 'issue'), (3716, 1574, 'issue'), (3720, 1575, 'issue'), (3722, 1576, 'issue'), (3723, 1577, 'issue'), (3724, 1578, 'issue'), (3725, 1579, 'issue'), (3726, 1580, 'issue'), (3728, 1581, 'issue'), (3737, 1582, 'issue'), (3741, 678, 'endorsement'), (3742, 1583, 'issue'), (3743, 1584, 'issue'), (3744, 1585, 'issue'), (3745, 1586, 'issue'), (3746, 1587, 'issue'), (3747, 1588, 'issue'), (3790, 1589, 'issue'), (3757, 679, 'endorsement'), (3758, 680, 'endorsement'), (3759, 681, 'endorsement'), (3762, 682, 'endorsement'), (3763, 683, 'endorsement'), (3764, 684, 'endorsement'), (3765, 685, 'endorsement'), (3766, 686, 'endorsement'), (3767, 1590, 'issue'), (3776, 1591, 'issue'), (3775, 1592, 'issue'), (3777, 1593, 'issue'), (3779, 1594, 'issue'), (3780, 1595, 'issue'), (3781, 1596, 'issue'), (3783, 1597, 'issue'), (3806, 1598, 'issue'), (3785, 1599, 'issue'), (3786, 1600, 'issue'), (3787, 1601, 'issue'), (3788, 1602, 'issue'), (3789, 687, 'endorsement'), (3791, 1603, 'issue'), (3793, 688, 'endorsement'), (3794, 1604, 'issue'), (3795, 1605, 'issue'), (3796, 689, 'endorsement'), (3798, 1606, 'issue'), (3799, 1607, 'issue'), (3802, 1608, 'issue'), (3803, 1609, 'issue'), (3804, 1610, 'issue'), (3807, 1611, 'issue'), (3874, 1612, 'issue'), (3873, 1613, 'issue'), (3812, 1614, 'issue'), (3814, 1615, 'issue'), (3815, 1616, 'issue'), (3821, 1617, 'issue'), (3818, 1618, 'issue'), (3819, 1619, 'issue'), (3820, 1620, 'issue'), (3822, 1621, 'issue'), (3823, 1622, 'issue'), (3824, 1623, 'issue'), (3825, 1624, 'issue'), (3828, 1625, 'issue'), (3829, 1626, 'issue'), (3830, 1627, 'issue'), (3831, 1628, 'issue'), (3836, 1629, 'issue'), (3837, 690, 'endorsement'), (3841, 1630, 'issue'), (3842, 691, 'endorsement'), (3849, 1631, 'issue'), (3845, 692, 'endorsement'), (3846, 693, 'endorsement'), (3848, 1632, 'issue'), (3850, 1633, 'issue'), (3851, 694, 'endorsement'), (3852, 695, 'endorsement'), (3862, 1634, 'issue'), (3864, 1635, 'issue'), (3865, 696, 'endorsement'), (3866, 1636, 'issue'), (3867, 1637, 'issue'), (3869, 1638, 'issue'), (3871, 1639, 'issue'), (3872, 1640, 'issue'), (3875, 1641, 'issue'), (3876, 697, 'endorsement'), (3878, 1642, 'issue'), (3880, 1643, 'issue'), (3881, 698, 'endorsement'), (3883, 1644, 'issue'), (3885, 1645, 'issue'), (3887, 1646, 'issue'), (3888, 699, 'endorsement'), (3889, 1647, 'issue'), (3890, 700, 'endorsement'), (3891, 701, 'endorsement'), (3892, 702, 'endorsement'), (3893, 703, 'endorsement'), (3894, 704, 'endorsement'), (3895, 1648, 'issue'), (3896, 1649, 'issue'), (3899, 1650, 'issue'), (3900, 1651, 'issue'), (3901, 705, 'endorsement'), (3902, 1652, 'issue'), (3903, 1653, 'issue'), (3907, 1654, 'issue'), (3912, 706, 'endorsement'), (3914, 1655, 'issue'), (3917, 1656, 'issue'), (3918, 1657, 'issue'), (3919, 1658, 'issue'), (3920, 1659, 'issue'), (3921, 707, 'endorsement'), (3923, 1660, 'issue'), (3924, 708, 'endorsement'), (3925, 709, 'endorsement'), (3926, 710, 'endorsement'), (3927, 1661, 'issue'), (4041, 1662, 'issue'), (3934, 1663, 'issue'), (3935, 1664, 'issue'), (3936, 1665, 'issue'), (3937, 1666, 'issue'), (3946, 1667, 'issue'), (3940, 1668, 'issue'), (4423, 1669, 'issue'), (3945, 1670, 'issue'), (3947, 1671, 'issue'), (3948, 1672, 'issue'), (3949, 1673, 'issue'), (3951, 1674, 'issue'), (3955, 1675, 'issue'), (3956, 1676, 'issue'), (3957, 1677, 'issue'), (3958, 1678, 'issue'), (3960, 1679, 'issue'), (3962, 711, 'endorsement'), (3963, 1680, 'issue'), (3966, 1681, 'issue'), (3967, 1682, 'issue'), (3968, 712, 'endorsement'), (3969, 713, 'endorsement'), (3970, 1683, 'issue'), (3971, 714, 'endorsement'), (3972, 715, 'endorsement'), (3973, 1684, 'issue'), (3974, 716, 'endorsement'), (3975, 1685, 'issue'), (3976, 717, 'endorsement'), (3986, 1686, 'issue'), (3987, 1687, 'issue'), (3988, 718, 'endorsement'), (3989, 719, 'endorsement'), (3990, 720, 'endorsement'), (3991, 721, 'endorsement'), (3992, 722, 'endorsement'), (3993, 723, 'endorsement'), (3994, 724, 'endorsement'), (3995, 725, 'endorsement'), (3996, 726, 'endorsement'), (3997, 727, 'endorsement'), (3999, 1688, 'issue'), (4001, 1689, 'issue'), (4003, 1690, 'issue'), (4004, 1691, 'issue'), (4005, 728, 'endorsement'), (4006, 729, 'endorsement'), (4007, 730, 'endorsement'), (4008, 731, 'endorsement'), (4009, 732, 'endorsement'), (4010, 733, 'endorsement'), (4011, 734, 'endorsement'), (4013, 1692, 'issue'), (4017, 1693, 'issue'), (4019, 1694, 'issue'), (4022, 1695, 'issue'), (4023, 1696, 'issue'), (4024, 735, 'endorsement'), (4025, 1697, 'issue'), (4026, 736, 'endorsement'), (4027, 1698, 'issue'), (4028, 1699, 'issue'), (4029, 1700, 'issue'), (4030, 1701, 'issue'), (4031, 1702, 'issue'), (4032, 1703, 'issue'), (4035, 1704, 'issue'), (4036, 1705, 'issue'), (4038, 1706, 'issue'), (4039, 1707, 'issue'), (4040, 1708, 'issue'), (4043, 1709, 'issue'), (4047, 1710, 'issue'), (4048, 1711, 'issue'), (4049, 1712, 'issue'), (4051, 1713, 'issue'), (4053, 737, 'endorsement'), (4055, 1714, 'issue'), (4057, 738, 'endorsement'), (4060, 1715, 'issue'), (4063, 739, 'endorsement'), (4072, 1716, 'issue'), (4069, 1717, 'issue'), (4070, 1718, 'issue'), (4073, 1719, 'issue'), (4074, 1720, 'issue'), (4077, 1721, 'issue'), (4080, 1722, 'issue'), (4081, 1723, 'issue'), (4083, 1724, 'issue'), (4092, 1725, 'issue'), (4093, 1726, 'issue'), (4088, 1727, 'issue'), (4094, 1728, 'issue'), (4091, 1729, 'issue'), (4095, 1730, 'issue'), (4108, 1731, 'issue'), (4107, 1732, 'issue'), (4111, 1733, 'issue'), (4112, 1734, 'issue'), (4113, 1735, 'issue'), (4122, 1736, 'issue'), (4121, 1737, 'issue'), (4120, 1738, 'issue'), (4119, 1739, 'issue'), (4118, 1740, 'issue'), (4123, 1741, 'issue'), (4128, 1742, 'issue'), (4125, 1743, 'issue'), (4126, 1744, 'issue'), (4129, 1745, 'issue'), (4130, 1746, 'issue'), (4131, 1747, 'issue'), (4132, 1748, 'issue'), (4133, 1749, 'issue'), (4134, 1750, 'issue'), (4135, 1751, 'issue'), (4136, 740, 'endorsement'), (4137, 1752, 'issue'), (4139, 741, 'endorsement'), (4140, 742, 'endorsement'), (4141, 1753, 'issue'), (4142, 1754, 'issue'), (4143, 743, 'endorsement'), (4144, 744, 'endorsement'), (4145, 745, 'endorsement'), (4146, 746, 'endorsement'), (4150, 1755, 'issue'), (4151, 1756, 'issue'), (4664, 1757, 'issue'), (4156, 1758, 'issue'), (4166, 1759, 'issue'), (4159, 1760, 'issue'), (4305, 1761, 'issue'), (4164, 1762, 'issue'), (4167, 1763, 'issue'), (4168, 1764, 'issue'), (4178, 1765, 'issue'), (4173, 1766, 'issue'), (4177, 1767, 'issue'), (4179, 1768, 'issue'), (4180, 1769, 'issue'), (4182, 747, 'endorsement'), (4183, 1770, 'issue'), (4184, 1771, 'issue'), (4185, 1772, 'issue'), (4186, 1773, 'issue'), (4187, 1774, 'issue'), (4188, 1775, 'issue'), (4192, 748, 'endorsement'), (4194, 1776, 'issue'), (4195, 1777, 'issue'), (4196, 1778, 'issue'), (4197, 749, 'endorsement'), (4198, 1779, 'issue'), (4200, 750, 'endorsement'), (4201, 1780, 'issue'), (4202, 1781, 'issue'), (4204, 1782, 'issue'), (4207, 1783, 'issue'), (4206, 1784, 'issue'), (4208, 1785, 'issue'), (4209, 1786, 'issue'), (4210, 1787, 'issue'), (4211, 1788, 'issue'), (4212, 1789, 'issue'), (4213, 1790, 'issue'), (4214, 1791, 'issue'), (4215, 1792, 'issue'), (4216, 751, 'endorsement'), (4219, 1794, 'issue'), (4221, 752, 'endorsement'), (4222, 1795, 'issue'), (4223, 753, 'endorsement'), (4224, 1796, 'issue'), (4225, 1797, 'issue'), (4229, 1798, 'issue'), (4230, 1799, 'issue'), (4232, 1800, 'issue'), (4233, 1801, 'issue'), (4234, 1802, 'issue'), (4235, 1803, 'issue'), (4301, 1804, 'issue'), (4237, 1805, 'issue'), (4238, 1806, 'issue'), (4239, 1807, 'issue'), (4240, 1808, 'issue'), (4241, 1809, 'issue'), (4242, 754, 'endorsement'), (4243, 1810, 'issue'), (4254, 1811, 'issue'), (4245, 755, 'endorsement'), (4246, 756, 'endorsement'), (4247, 1812, 'issue'), (4249, 757, 'endorsement'), (4250, 1813, 'issue'), (4251, 1814, 'issue'), (4252, 758, 'endorsement'), (4253, 759, 'endorsement'), (4273, 1793, 'issue'), (4257, 1815, 'issue'), (4258, 1816, 'issue'), (4259, 760, 'endorsement'), (4260, 761, 'endorsement'), (4261, 762, 'endorsement'), (4262, 763, 'endorsement'), (4263, 764, 'endorsement'), (4264, 765, 'endorsement'), (4265, 766, 'endorsement'), (4266, 767, 'endorsement'), (4267, 768, 'endorsement'), (4268, 769, 'endorsement'), (4270, 1817, 'issue'), (4274, 1818, 'issue'), (4275, 1819, 'issue'), (4276, 1820, 'issue'), (4277, 1821, 'issue'), (4281, 1822, 'issue'), (4283, 1823, 'issue'), (4284, 1824, 'issue'), (4285, 1825, 'issue'), (4286, 1826, 'issue'), (4287, 1827, 'issue'), (4288, 1828, 'issue'), (4289, 1829, 'issue'), (4316, 1830, 'issue'), (4291, 1831, 'issue'), (4292, 1832, 'issue'), (4293, 1833, 'issue'), (4294, 1834, 'issue'), (4295, 1835, 'issue'), (4297, 770, 'endorsement'), (4298, 771, 'endorsement'), (4299, 772, 'endorsement'), (4300, 1836, 'issue'), (4303, 1837, 'issue'), (4304, 1838, 'issue'), (4307, 773, 'endorsement'), (4309, 1839, 'issue'), (4310, 1840, 'issue'), (4312, 774, 'endorsement'), (4313, 1841, 'issue'), (4314, 1842, 'issue'), (4317, 1843, 'issue'), (4330, 1844, 'issue'), (4321, 1845, 'issue'), (4322, 1846, 'issue'), (4323, 1847, 'issue'), (4324, 1848, 'issue'), (4325, 1849, 'issue'), (4327, 1850, 'issue'), (4328, 1851, 'issue'), (4331, 1852, 'issue'), (4332, 1853, 'issue'), (4333, 1854, 'issue'), (4336, 1855, 'issue'), (4340, 1856, 'issue'), (4346, 1857, 'issue'), (4342, 1858, 'issue'), (4343, 1859, 'issue'), (4344, 1860, 'issue'), (4345, 1861, 'issue'), (4347, 1862, 'issue'), (4348, 1863, 'issue'), (4349, 1864, 'issue'), (4353, 775, 'endorsement'), (4354, 1865, 'issue'), (4355, 1866, 'issue'), (4356, 1867, 'issue'), (4357, 1868, 'issue'), (4359, 1869, 'issue'), (4360, 1870, 'issue'), (4361, 1871, 'issue'), (4362, 1872, 'issue'), (4363, 1873, 'issue'), (4364, 1874, 'issue'), (4365, 1875, 'issue'), (4366, 1876, 'issue'), (4367, 1877, 'issue'), (4368, 1878, 'issue'), (4369, 1879, 'issue'), (4373, 1880, 'issue'), (4374, 1881, 'issue'), (4376, 1882, 'issue'), (4377, 1883, 'issue'), (4378, 1884, 'issue'), (4379, 1885, 'issue'), (6386, 1886, 'issue'), (4381, 1887, 'issue'), (4384, 1888, 'issue'), (4385, 1889, 'issue'), (4386, 1890, 'issue'), (4387, 776, 'endorsement'), (4388, 1891, 'issue'), (4389, 1892, 'issue'), (4390, 1893, 'issue'), (4394, 1894, 'issue'), (4395, 777, 'endorsement'), (4399, 1895, 'issue'), (4811, 1896, 'issue'), (4402, 1897, 'issue'), (4403, 1898, 'issue'), (4405, 1899, 'issue'), (4406, 1900, 'issue'), (4407, 1901, 'issue'), (4408, 1902, 'issue'), (4415, 1903, 'issue'), (4414, 1904, 'issue'), (4413, 1905, 'issue'), (4417, 1906, 'issue'), (4419, 1908, 'issue'), (4420, 1907, 'issue'), (4421, 1909, 'issue'), (4427, 1910, 'issue'), (4426, 1911, 'issue'), (4428, 1912, 'issue'), (4430, 1913, 'issue'), (4516, 1914, 'issue'), (4452, 1915, 'issue'), (4468, 1916, 'issue'), (4435, 1917, 'issue'), (4437, 1918, 'issue'), (4445, 1919, 'issue'), (4439, 1920, 'issue'), (4440, 778, 'endorsement'), (4442, 779, 'endorsement'), (4443, 1921, 'issue'), (4446, 780, 'endorsement'), (4447, 781, 'endorsement'), (4448, 782, 'endorsement'), (4449, 783, 'endorsement'), (4450, 784, 'endorsement'), (4453, 1922, 'issue'), (4454, 785, 'endorsement'), (4455, 786, 'endorsement'), (4456, 787, 'endorsement'), (4457, 1923, 'issue'), (5943, 1924, 'issue'), (4462, 1925, 'issue'), (4471, 1926, 'issue'), (4473, 788, 'endorsement'), (4474, 789, 'endorsement'), (4475, 1927, 'issue'), (4476, 1928, 'issue'), (4477, 1929, 'issue'), (4478, 1930, 'issue'), (4490, 1931, 'issue'), (4491, 790, 'endorsement'), (4492, 1932, 'issue'), (4493, 1933, 'issue'), (4494, 791, 'endorsement'), (4499, 792, 'endorsement'), (4500, 1934, 'issue'), (4501, 1935, 'issue'), (4634, 1936, 'issue'), (4509, 1937, 'issue'), (4513, 1938, 'issue'), (4514, 1939, 'issue'), (4515, 1940, 'issue'), (4517, 1941, 'issue'), (4518, 1942, 'issue'), (4519, 1943, 'issue'), (4520, 1944, 'issue'), (4523, 1945, 'issue'), (4524, 1946, 'issue'), (4525, 1947, 'issue'), (4526, 1948, 'issue'), (4527, 1949, 'issue'), (4528, 1950, 'issue'), (4530, 1951, 'issue'), (4538, 1952, 'issue'), (4541, 1953, 'issue'), (4545, 1954, 'issue'), (4546, 793, 'endorsement'), (4548, 1955, 'issue'), (4549, 794, 'endorsement'), (4550, 795, 'endorsement'), (4553, 1956, 'issue'), (4558, 796, 'endorsement'), (4608, 1957, 'issue'), (4560, 1958, 'issue'), (4561, 1959, 'issue'), (4567, 1960, 'issue'), (4569, 797, 'endorsement'), (4570, 798, 'endorsement'), (4571, 799, 'endorsement'), (4576, 1961, 'issue'), (4578, 1962, 'issue'), (4579, 1963, 'issue'), (4580, 1964, 'issue'), (4581, 1965, 'issue'), (4583, 1966, 'issue'), (4584, 1967, 'issue'), (4585, 800, 'endorsement'), (4586, 1968, 'issue'), (4587, 1969, 'issue'), (4588, 1970, 'issue'), (4589, 1971, 'issue'), (4590, 1972, 'issue'), (4591, 1973, 'issue'), (4597, 1974, 'issue'), (4598, 1975, 'issue'), (4599, 1976, 'issue'), (4600, 1977, 'issue'), (4601, 1978, 'issue'), (4606, 1979, 'issue'), (4609, 1980, 'issue'), (4614, 1981, 'issue'), (4616, 801, 'endorsement'), (4619, 1982, 'issue'), (4620, 1983, 'issue'), (4621, 802, 'endorsement'), (4622, 803, 'endorsement'), (4623, 804, 'endorsement'), (4625, 1984, 'issue'), (4627, 1985, 'issue'), (4628, 1986, 'issue'), (4630, 1987, 'issue'), (4631, 1988, 'issue'), (4632, 1989, 'issue'), (4633, 1990, 'issue'), (4642, 1991, 'issue'), (4636, 1992, 'issue'), (4641, 805, 'endorsement'), (4645, 1993, 'issue'), (4646, 1994, 'issue'), (4727, 1995, 'issue'), (4648, 1996, 'issue'), (4650, 1997, 'issue'), (4651, 1998, 'issue'), (4652, 806, 'endorsement'), (4653, 807, 'endorsement'), (4654, 1999, 'issue'), (4655, 2000, 'issue'), (4656, 2001, 'issue'), (4657, 2002, 'issue'), (4660, 808, 'endorsement'), (4661, 2003, 'issue'), (4662, 809, 'endorsement'), (4663, 810, 'endorsement'), (4665, 2004, 'issue'), (4666, 2005, 'issue'), (4667, 2006, 'issue'), (4668, 811, 'endorsement'), (4669, 2007, 'issue'), (4670, 812, 'endorsement'), (4672, 2008, 'issue'), (4674, 2009, 'issue'), (4675, 2010, 'issue'), (4676, 2011, 'issue'), (4678, 813, 'endorsement'), (4679, 2012, 'issue'), (4680, 2013, 'issue'), (4681, 814, 'endorsement'), (4682, 815, 'endorsement'), (4683, 816, 'endorsement'), (4684, 817, 'endorsement'), (4685, 2014, 'issue'), (4687, 2015, 'issue'), (4688, 2016, 'issue'), (4689, 2017, 'issue'), (4690, 2018, 'issue'), (4691, 2019, 'issue'), (4692, 2020, 'issue'), (4693, 2021, 'issue'), (4694, 2022, 'issue'), (4696, 818, 'endorsement'), (4697, 819, 'endorsement'), (4699, 2023, 'issue'), (4700, 820, 'endorsement'), (4701, 2024, 'issue'), (4702, 2025, 'issue'), (4707, 2026, 'issue'), (4710, 821, 'endorsement'), (4711, 2027, 'issue'), (4712, 822, 'endorsement'), (4713, 2028, 'issue'), (4714, 2029, 'issue'), (4715, 2030, 'issue'), (4716, 2031, 'issue'), (4717, 2032, 'issue'), (4725, 2034, 'issue'), (4726, 2035, 'issue'), (4728, 2036, 'issue'), (4729, 2037, 'issue'), (4731, 2038, 'issue'), (4732, 2039, 'issue'), (4736, 2040, 'issue'), (4737, 2041, 'issue'), (4738, 2042, 'issue'), (4739, 823, 'endorsement'), (4740, 824, 'endorsement'), (4741, 825, 'endorsement'), (4742, 826, 'endorsement'), (4744, 2043, 'issue'), (4745, 827, 'endorsement'), (4746, 828, 'endorsement'), (4747, 829, 'endorsement'), (4748, 830, 'endorsement'), (4749, 831, 'endorsement'), (4750, 832, 'endorsement'), (4751, 833, 'endorsement'), (4752, 834, 'endorsement'), (4756, 2044, 'issue'), (4757, 2045, 'issue'), (4758, 2046, 'issue'), (4759, 2047, 'issue'), (4762, 835, 'endorsement'), (5074, 2048, 'issue'), (5075, 2049, 'issue'), (4765, 2050, 'issue'), (4768, 2051, 'issue'), (4769, 2052, 'issue'), (4794, 2053, 'issue'), (4773, 2054, 'issue'), (4774, 2055, 'issue'), (4776, 2056, 'issue'), (4779, 2057, 'issue'), (4780, 2058, 'issue'), (4781, 2059, 'issue'), (4783, 2060, 'issue'), (4785, 836, 'endorsement'), (4786, 837, 'endorsement'), (4787, 838, 'endorsement'), (4788, 839, 'endorsement'), (4789, 840, 'endorsement'), (4792, 841, 'endorsement'), (4796, 2061, 'issue'), (4797, 2062, 'issue'), (4798, 2063, 'issue'), (4800, 842, 'endorsement'), (4802, 2064, 'issue'), (4803, 2065, 'issue'), (4804, 2066, 'issue'), (4805, 2067, 'issue'), (4806, 2068, 'issue'), (4810, 2069, 'issue'), (4819, 2070, 'issue'), (4815, 2071, 'issue'), (4817, 2072, 'issue'), (4818, 2073, 'issue'), (4820, 2074, 'issue'), (4821, 843, 'endorsement'), (4822, 844, 'endorsement'), (4823, 845, 'endorsement'), (4825, 2075, 'issue'), (4827, 2076, 'issue'), (4828, 2077, 'issue'), (4829, 2078, 'issue'), (4830, 2079, 'issue'), (4831, 2080, 'issue'), (4834, 846, 'endorsement'), (4835, 847, 'endorsement'), (4836, 848, 'endorsement'), (4837, 2081, 'issue'), (4838, 2082, 'issue'), (4841, 2083, 'issue'), (4842, 2084, 'issue'), (4843, 849, 'endorsement'), (4844, 2085, 'issue'), (4845, 2086, 'issue'), (5176, 2087, 'issue'), (4848, 850, 'endorsement'), (4850, 851, 'endorsement'), (4851, 2088, 'issue'), (4853, 2089, 'issue'), (4854, 2090, 'issue'), (4855, 2091, 'issue'), (4856, 2092, 'issue'), (4857, 2093, 'issue'), (4858, 2094, 'issue'), (4859, 2095, 'issue'), (4860, 2096, 'issue'), (4861, 2097, 'issue'), (4863, 2098, 'issue'), (4864, 2099, 'issue'), (4865, 2100, 'issue'), (4866, 852, 'endorsement'), (4867, 2101, 'issue'), (4868, 2102, 'issue'), (5079, 2103, 'issue'), (4870, 2104, 'issue'), (4871, 2105, 'issue'), (4872, 2106, 'issue'), (4873, 2107, 'issue'), (4874, 2108, 'issue'), (4875, 853, 'endorsement'), (4876, 854, 'endorsement'), (4878, 2109, 'issue'), (4879, 2110, 'issue'), (4880, 2111, 'issue'), (4881, 855, 'endorsement'), (5264, 2112, 'issue'), (4884, 856, 'endorsement'), (4885, 857, 'endorsement'), (4887, 858, 'endorsement'), (4888, 859, 'endorsement'), (4889, 860, 'endorsement'), (4892, 2113, 'issue'), (4948, 2114, 'issue'), (4894, 2115, 'issue'), (4895, 2116, 'issue'), (4896, 2117, 'issue'), (4897, 2118, 'issue'), (4901, 2119, 'issue'), (4902, 861, 'endorsement'), (4904, 21, 'cancellation'), (4905, 862, 'endorsement'), (4910, 2120, 'issue'), (4913, 2121, 'issue'), (4914, 22, 'cancellation'), (4915, 2122, 'issue'), (4916, 2123, 'issue'), (4917, 863, 'endorsement'), (4918, 864, 'endorsement'), (4919, 2124, 'issue'), (4922, 2125, 'issue'), (4925, 2126, 'issue'), (4926, 2127, 'issue'), (4927, 2128, 'issue'), (4928, 865, 'endorsement'), (4929, 866, 'endorsement'), (4930, 867, 'endorsement'), (4931, 2129, 'issue'), (4932, 2130, 'issue'), (4934, 868, 'endorsement'), (4935, 869, 'endorsement'), (4936, 2131, 'issue'), (4937, 2132, 'issue'), (4938, 2133, 'issue'), (4939, 23, 'cancellation'), (4940, 2134, 'issue'), (4941, 870, 'endorsement'), (4942, 871, 'endorsement'), (4943, 2135, 'issue'), (4944, 872, 'endorsement'), (4945, 873, 'endorsement'), (4946, 2136, 'issue'), (4947, 2137, 'issue'), (4949, 2138, 'issue'), (4950, 874, 'endorsement'), (4951, 2139, 'issue'), (4952, 2140, 'issue'), (4953, 24, 'cancellation'), (4954, 2141, 'issue'), (4955, 2142, 'issue'), (4957, 875, 'endorsement'), (4958, 876, 'endorsement'), (4959, 877, 'endorsement'), (4960, 878, 'endorsement'), (4961, 879, 'endorsement'), (4964, 2143, 'issue'), (4965, 2144, 'issue'), (4968, 2145, 'issue'), (4967, 2146, 'issue'), (4969, 880, 'endorsement'), (4970, 2147, 'issue'), (4971, 881, 'endorsement'), (4972, 2148, 'issue'), (4973, 2149, 'issue'), (4975, 882, 'endorsement'), (4976, 2150, 'issue'), (4977, 883, 'endorsement'), (4978, 2151, 'issue'), (4979, 884, 'endorsement'), (4980, 2152, 'issue'), (4981, 2153, 'issue'), (4982, 2154, 'issue'), (4983, 2155, 'issue'), (4984, 2156, 'issue'), (4985, 885, 'endorsement'), (4986, 2157, 'issue'), (4987, 886, 'endorsement'), (4988, 887, 'endorsement'), (4989, 2158, 'issue'), (4990, 2159, 'issue'), (4991, 2160, 'issue'), (4992, 888, 'endorsement'), (4993, 2161, 'issue'), (4994, 2162, 'issue'), (4995, 2163, 'issue'), (4996, 2164, 'issue'), (4997, 2165, 'issue'), (4998, 2166, 'issue'), (4999, 889, 'endorsement'), (5000, 890, 'endorsement'), (5001, 891, 'endorsement'), (5002, 892, 'endorsement'), (5003, 893, 'endorsement'), (5004, 894, 'endorsement'), (5005, 895, 'endorsement'), (5006, 896, 'endorsement'), (5007, 897, 'endorsement'), (5008, 898, 'endorsement'), (5009, 899, 'endorsement'), (5010, 900, 'endorsement'), (5011, 901, 'endorsement'), (5265, 2167, 'issue'), (5022, 902, 'endorsement'), (5023, 903, 'endorsement'), (5024, 904, 'endorsement'), (5025, 905, 'endorsement'), (5026, 2168, 'issue'), (5027, 906, 'endorsement'), (5028, 907, 'endorsement'), (5029, 2169, 'issue'), (5030, 2170, 'issue'), (5031, 2171, 'issue'), (5032, 2172, 'issue'), (5033, 2173, 'issue'), (5034, 2174, 'issue'), (5035, 2175, 'issue'), (5036, 908, 'endorsement'), (5037, 2176, 'issue'), (5043, 2177, 'issue'), (5044, 2178, 'issue'), (5047, 2179, 'issue'), (5048, 2180, 'issue'), (5050, 909, 'endorsement'), (5059, 2181, 'issue'), (5063, 2182, 'issue'), (5064, 25, 'cancellation'), (5065, 2183, 'issue'), (5066, 2184, 'issue'), (5067, 2185, 'issue'), (5208, 2186, 'issue'), (5072, 2187, 'issue'), (5073, 2188, 'issue'), (5076, 910, 'endorsement'), (5077, 911, 'endorsement'), (5078, 912, 'endorsement'), (5081, 913, 'endorsement'), (5084, 914, 'endorsement'), (5085, 915, 'endorsement'), (5094, 2189, 'issue'), (5095, 2190, 'issue'), (5096, 2191, 'issue'), (5097, 2192, 'issue'), (5098, 2193, 'issue'), (5099, 916, 'endorsement'), (5100, 917, 'endorsement'), (5101, 918, 'endorsement'), (5102, 919, 'endorsement'), (5103, 2194, 'issue'), (5104, 2195, 'issue'), (5105, 2196, 'issue'), (5106, 920, 'endorsement'), (5108, 2197, 'issue'), (5115, 921, 'endorsement'), (5116, 2198, 'issue'), (5117, 2199, 'issue'), (5118, 922, 'endorsement'), (5119, 2200, 'issue'), (5120, 923, 'endorsement'), (5121, 924, 'endorsement'), (5122, 925, 'endorsement'), (5123, 2201, 'issue'), (5124, 926, 'endorsement'), (5125, 927, 'endorsement'), (5126, 928, 'endorsement'), (5127, 2202, 'issue'), (5128, 2203, 'issue'), (5129, 2204, 'issue'), (5132, 929, 'endorsement'), (5133, 2205, 'issue'), (5134, 2206, 'issue'), (5135, 2207, 'issue'), (5136, 2208, 'issue'), (5137, 2209, 'issue'), (5138, 930, 'endorsement'), (5139, 2210, 'issue'), (5140, 2211, 'issue'), (5141, 2212, 'issue'), (5142, 2213, 'issue'), (5143, 2214, 'issue'), (5144, 2215, 'issue'), (5145, 2216, 'issue'), (5146, 2217, 'issue'), (5147, 2218, 'issue'), (5150, 2219, 'issue'), (5156, 931, 'endorsement'), (5157, 2220, 'issue'), (5158, 2221, 'issue'), (5159, 2222, 'issue'), (5160, 932, 'endorsement'), (5161, 2223, 'issue'), (5305, 2224, 'issue'), (5164, 2225, 'issue'), (5165, 933, 'endorsement'), (5166, 2226, 'issue'), (5168, 2227, 'issue'), (5333, 2228, 'issue'), (5170, 2229, 'issue'), (5171, 2230, 'issue'), (5172, 2231, 'issue'), (5173, 2232, 'issue'), (5174, 2233, 'issue'), (5177, 934, 'endorsement'), (5178, 2234, 'issue'), (5179, 2235, 'issue'), (5180, 2236, 'issue'), (5181, 2237, 'issue'), (5182, 2238, 'issue'), (5183, 2239, 'issue'), (5184, 935, 'endorsement'), (5185, 2240, 'issue'), (5186, 2241, 'issue'), (5187, 936, 'endorsement'), (5188, 937, 'endorsement'), (5189, 2242, 'issue'), (5482, 2243, 'issue'), (5197, 2244, 'issue'), (5199, 938, 'endorsement'), (5200, 939, 'endorsement'), (5201, 940, 'endorsement'), (5207, 941, 'endorsement'), (5209, 942, 'endorsement'), (5211, 2245, 'issue'), (5212, 2246, 'issue'), (5213, 2247, 'issue'), (5214, 2248, 'issue'), (5215, 2249, 'issue'), (5216, 2250, 'issue'), (5217, 2251, 'issue'), (5218, 2252, 'issue'), (5223, 2253, 'issue'), (5226, 2254, 'issue'), (5227, 2255, 'issue'), (5228, 2256, 'issue'), (5229, 943, 'endorsement'), (5230, 944, 'endorsement'), (5231, 2257, 'issue'), (5232, 2258, 'issue'), (5233, 2259, 'issue'), (5235, 945, 'endorsement'), (5241, 946, 'endorsement'), (5244, 2260, 'issue'), (5245, 2261, 'issue'), (5246, 947, 'endorsement'), (5248, 948, 'endorsement'), (5250, 2262, 'issue'), (5252, 2263, 'issue'), (5258, 949, 'endorsement'), (5259, 2264, 'issue'), (5260, 2265, 'issue'), (5261, 2266, 'issue'), (5267, 2267, 'issue'), (5281, 950, 'endorsement'), (5285, 2268, 'issue'), (5286, 951, 'endorsement'), (5288, 2269, 'issue'), (5289, 952, 'endorsement'), (5293, 953, 'endorsement'), (5294, 2270, 'issue'), (5300, 2271, 'issue'), (5301, 954, 'endorsement'), (5303, 2272, 'issue'), (5304, 2273, 'issue'), (5306, 2274, 'issue'), (5307, 2275, 'issue'), (5308, 2276, 'issue'), (5309, 2277, 'issue'), (5310, 2278, 'issue'), (5313, 2279, 'issue'), (5314, 2280, 'issue'), (5315, 955, 'endorsement'), (5316, 2281, 'issue'), (5320, 2282, 'issue'), (5321, 2283, 'issue'), (5322, 2284, 'issue'), (5326, 2285, 'issue'), (5449, 2286, 'issue'), (5328, 2287, 'issue'), (5329, 2288, 'issue'), (5346, 2289, 'issue'), (5347, 2290, 'issue'), (5348, 2291, 'issue'), (5349, 2292, 'issue'), (5350, 2293, 'issue'), (5351, 2294, 'issue'), (5352, 2295, 'issue'), (5353, 2296, 'issue'), (5355, 2297, 'issue'), (5358, 2298, 'issue'), (5359, 2299, 'issue'), (5360, 956, 'endorsement'), (5361, 957, 'endorsement'), (5362, 958, 'endorsement'), (5363, 959, 'endorsement'), (5364, 960, 'endorsement'), (5365, 2300, 'issue'), (5366, 2301, 'issue'), (5367, 961, 'endorsement'), (5368, 2302, 'issue'), (5369, 962, 'endorsement'), (5373, 2303, 'issue'), (5374, 2304, 'issue'), (5375, 2305, 'issue'), (5377, 2306, 'issue'), (5378, 963, 'endorsement'), (5379, 2307, 'issue'), (5381, 2308, 'issue'), (5382, 2309, 'issue'), (5384, 2310, 'issue'), (5388, 2311, 'issue'), (5389, 964, 'endorsement'), (5390, 965, 'endorsement'), (5391, 966, 'endorsement'), (5392, 2312, 'issue'), (5393, 2313, 'issue'), (5394, 2314, 'issue'), (5395, 967, 'endorsement'), (5396, 968, 'endorsement'), (5397, 2315, 'issue'), (5398, 969, 'endorsement'), (5399, 970, 'endorsement'), (5400, 971, 'endorsement'), (5404, 2316, 'issue'), (5406, 2317, 'issue'), (5407, 2318, 'issue'), (5408, 2319, 'issue'), (5409, 2320, 'issue'), (5410, 2321, 'issue'), (5412, 972, 'endorsement'), (5413, 973, 'endorsement'), (5422, 2322, 'issue'), (5423, 974, 'endorsement'), (5424, 2323, 'issue'), (5427, 975, 'endorsement'), (5433, 2324, 'issue'), (5432, 2325, 'issue'), (5881, 2326, 'issue'), (5435, 976, 'endorsement'), (5436, 977, 'endorsement'), (5437, 978, 'endorsement'), (5438, 979, 'endorsement'), (5439, 2327, 'issue'), (5442, 980, 'endorsement'), (5443, 2328, 'issue'), (5444, 2329, 'issue'), (5445, 2330, 'issue'), (5446, 2331, 'issue'), (5447, 2332, 'issue'), (5448, 981, 'endorsement'), (5453, 2333, 'issue'), (5454, 2334, 'issue'), (5455, 2335, 'issue'), (5457, 2336, 'issue'), (5763, 2337, 'issue'), (5459, 982, 'endorsement'), (5460, 2338, 'issue'), (5467, 2339, 'issue'), (5468, 2340, 'issue'), (5469, 2341, 'issue'), (5470, 2342, 'issue'), (5471, 2343, 'issue'), (5472, 2344, 'issue'), (5473, 2345, 'issue'), (5474, 2346, 'issue'), (5475, 2347, 'issue'), (5476, 2348, 'issue'), (5479, 2349, 'issue'), (5480, 983, 'endorsement'), (5481, 2350, 'issue'), (5483, 2351, 'issue'), (5484, 984, 'endorsement'), (5486, 2352, 'issue'), (5487, 2353, 'issue'), (5492, 985, 'endorsement'), (5493, 986, 'endorsement'), (5498, 2354, 'issue'), (5504, 2355, 'issue'), (5505, 2356, 'issue'), (5506, 2357, 'issue'), (5507, 2358, 'issue'), (5530, 2359, 'issue'), (5513, 2360, 'issue'), (5514, 2361, 'issue'), (5515, 2362, 'issue'), (5517, 2363, 'issue'), (5520, 2364, 'issue'), (5521, 2365, 'issue'), (5522, 987, 'endorsement'), (5523, 2366, 'issue'), (5524, 2367, 'issue'), (5526, 2368, 'issue'), (5527, 2369, 'issue'), (5528, 2370, 'issue'), (5529, 2371, 'issue'), (5531, 988, 'endorsement'), (5532, 2372, 'issue'), (5534, 2373, 'issue'), (5537, 2374, 'issue'), (5538, 2375, 'issue'), (5542, 2376, 'issue'), (5543, 989, 'endorsement'), (5544, 990, 'endorsement'), (5546, 991, 'endorsement'), (5548, 2377, 'issue'), (5549, 2378, 'issue'), (5550, 2379, 'issue'), (5553, 2380, 'issue'), (5554, 2381, 'issue'), (5556, 2382, 'issue'), (5557, 2383, 'issue'), (5559, 2384, 'issue'), (5560, 2385, 'issue'), (5561, 2386, 'issue'), (5562, 2387, 'issue'), (5566, 2388, 'issue'), (5567, 2389, 'issue'), (5568, 992, 'endorsement'), (5569, 2390, 'issue'), (5570, 2391, 'issue'), (5571, 993, 'endorsement'), (5572, 2392, 'issue'), (5575, 2393, 'issue'), (5576, 994, 'endorsement'), (5577, 2394, 'issue'), (5579, 2395, 'issue'), (5581, 2396, 'issue'), (5583, 995, 'endorsement'), (5584, 2397, 'issue'), (5585, 2398, 'issue'), (5586, 2399, 'issue'), (5588, 2400, 'issue'), (5589, 996, 'endorsement'), (5592, 2401, 'issue'), (5598, 2402, 'issue'), (5599, 997, 'endorsement'), (5600, 998, 'endorsement'), (5601, 999, 'endorsement'), (5602, 1000, 'endorsement'), (5603, 1001, 'endorsement'), (5604, 1002, 'endorsement'), (5605, 1003, 'endorsement'), (5606, 1004, 'endorsement'), (5607, 2403, 'issue'), (5612, 1005, 'endorsement'), (5613, 2404, 'issue'), (5614, 2405, 'issue'), (5618, 1006, 'endorsement'), (5619, 1007, 'endorsement'), (5620, 1008, 'endorsement'), (5621, 1009, 'endorsement'), (5622, 1010, 'endorsement'), (5625, 1011, 'endorsement'), (5626, 1012, 'endorsement'), (5630, 2406, 'issue'), (6227, 2407, 'issue'), (5632, 1013, 'endorsement'), (5633, 1014, 'endorsement'), (5634, 2408, 'issue'), (5635, 1015, 'endorsement'), (5639, 2409, 'issue'), (5640, 2410, 'issue'), (5641, 2411, 'issue'), (5642, 1016, 'endorsement'), (5643, 2412, 'issue'), (5644, 2413, 'issue'), (5645, 2414, 'issue'), (5779, 2415, 'issue'), (5647, 1017, 'endorsement'), (5648, 2416, 'issue'), (5649, 1018, 'endorsement'), (5650, 1019, 'endorsement'), (5652, 2417, 'issue'), (5713, 2418, 'issue'), (5718, 1020, 'endorsement'), (5719, 1021, 'endorsement'), (5720, 1022, 'endorsement'), (5721, 1023, 'endorsement'), (5811, 2419, 'issue'), (5723, 1024, 'endorsement'), (5725, 2420, 'issue'), (5726, 2421, 'issue'), (5727, 2422, 'issue'), (5728, 2423, 'issue'), (5729, 1025, 'endorsement'), (5732, 2424, 'issue'), (5733, 2425, 'issue'), (5734, 2426, 'issue'), (5735, 2427, 'issue'), (5736, 2428, 'issue'), (5737, 2429, 'issue'), (5738, 1026, 'endorsement'), (5739, 2430, 'issue'), (5740, 2431, 'issue'), (5741, 1027, 'endorsement'), (5744, 1028, 'endorsement'), (5745, 1029, 'endorsement'), (5746, 1030, 'endorsement'), (5748, 2432, 'issue'), (5749, 2433, 'issue'), (5750, 2434, 'issue'), (5751, 2435, 'issue'), (5752, 2436, 'issue'), (5753, 2437, 'issue'), (5754, 2438, 'issue'), (5756, 2439, 'issue'), (5764, 2440, 'issue'), (5765, 2441, 'issue'), (5766, 2442, 'issue'), (5768, 2443, 'issue'), (5770, 1031, 'endorsement'), (5771, 1032, 'endorsement'), (5773, 2444, 'issue'), (5774, 2445, 'issue'), (5775, 2446, 'issue'), (5780, 1033, 'endorsement'), (5781, 1034, 'endorsement'), (5782, 1035, 'endorsement'), (5784, 2447, 'issue'), (5787, 2448, 'issue'), (5788, 2449, 'issue'), (5789, 2450, 'issue'), (5790, 2451, 'issue'), (5794, 2452, 'issue'), (5792, 2453, 'issue'), (5793, 2454, 'issue'), (5795, 2455, 'issue'), (5796, 2456, 'issue'), (5797, 2457, 'issue'), (5799, 1036, 'endorsement'), (5802, 2458, 'issue'), (5804, 2459, 'issue'), (5807, 2460, 'issue'), (5808, 1037, 'endorsement'), (5809, 1038, 'endorsement'), (5810, 1039, 'endorsement'), (5812, 2461, 'issue'), (5814, 1040, 'endorsement'), (5818, 2462, 'issue'), (5819, 1041, 'endorsement'), (6069, 2463, 'issue'), (5821, 2464, 'issue'), (5822, 2465, 'issue'), (5823, 2466, 'issue'), (5824, 1042, 'endorsement'), (5825, 2467, 'issue'), (5827, 2468, 'issue'), (5828, 2469, 'issue'), (5832, 2470, 'issue'), (5834, 2471, 'issue'), (5835, 2472, 'issue'), (5836, 1043, 'endorsement'), (5837, 2473, 'issue'), (5838, 2474, 'issue'), (5843, 2475, 'issue'), (5844, 2476, 'issue'), (5848, 2477, 'issue'), (5849, 1044, 'endorsement'), (5850, 1045, 'endorsement'), (5852, 2478, 'issue'), (5853, 2479, 'issue'), (5854, 2480, 'issue'), (5855, 2481, 'issue'), (5858, 1046, 'endorsement'), (5859, 1047, 'endorsement'), (5860, 1048, 'endorsement'), (5861, 1049, 'endorsement'), (5862, 2482, 'issue'), (5863, 2483, 'issue'), (5867, 2484, 'issue'), (5868, 1050, 'endorsement'), (5869, 1051, 'endorsement'), (5870, 1052, 'endorsement'), (5871, 1053, 'endorsement'), (5875, 2485, 'issue'), (5876, 1054, 'endorsement'), (5877, 2486, 'issue'), (5878, 1055, 'endorsement'), (5879, 2487, 'issue'), (5880, 1056, 'endorsement'), (5882, 1057, 'endorsement'), (5883, 2488, 'issue'), (5884, 2489, 'issue'), (5888, 2490, 'issue'), (5889, 1058, 'endorsement'), (5890, 1059, 'endorsement'), (5891, 1060, 'endorsement'), (5892, 2491, 'issue'), (5893, 1061, 'endorsement'), (5894, 1062, 'endorsement'), (5895, 1063, 'endorsement'), (5897, 2492, 'issue'), (5898, 1064, 'endorsement'), (5899, 2493, 'issue'), (5900, 2494, 'issue'), (5901, 2495, 'issue'), (5904, 2496, 'issue'), (5905, 2497, 'issue'), (5907, 2498, 'issue'), (5908, 2499, 'issue'), (5909, 1065, 'endorsement'), (5910, 1066, 'endorsement'), (5911, 1067, 'endorsement'), (5912, 1068, 'endorsement'), (5913, 1069, 'endorsement'), (5914, 2500, 'issue'), (5920, 1070, 'endorsement'), (5921, 2501, 'issue'), (5924, 1071, 'endorsement'), (5926, 2502, 'issue'), (5927, 2503, 'issue'), (5928, 2504, 'issue'), (5929, 2505, 'issue'), (5930, 2506, 'issue'), (5934, 1072, 'endorsement'), (5935, 1073, 'endorsement'), (5936, 2507, 'issue'), (5937, 2508, 'issue'), (5938, 1074, 'endorsement'), (5939, 2509, 'issue'), (5940, 1075, 'endorsement'), (5941, 1076, 'endorsement'), (5942, 1077, 'endorsement'), (5944, 2510, 'issue'), (5948, 1078, 'endorsement'), (5950, 1079, 'endorsement'), (5952, 1080, 'endorsement'), (5953, 1081, 'endorsement'), (5954, 2511, 'issue'), (5955, 1082, 'endorsement'), (5956, 1083, 'endorsement'), (5957, 1084, 'endorsement'), (5958, 1085, 'endorsement'), (5959, 2512, 'issue'), (5960, 2513, 'issue'), (5961, 2514, 'issue'), (5962, 2515, 'issue'), (5963, 1086, 'endorsement'), (5964, 1087, 'endorsement'), (5965, 0, 'endorsement'), (5966, 1088, 'endorsement'), (5967, 1089, 'endorsement'), (5969, 2516, 'issue'), (5970, 1090, 'endorsement'), (5971, 2517, 'issue'), (5972, 2518, 'issue'), (5973, 2519, 'issue'), (5974, 2520, 'issue'), (5975, 2521, 'issue'), (5976, 2522, 'issue'), (5977, 1091, 'endorsement'), (5981, 1092, 'endorsement'), (5982, 2523, 'issue'), (5983, 1093, 'endorsement'), (5984, 1094, 'endorsement'), (5985, 1095, 'endorsement'), (5989, 2524, 'issue'), (5991, 2525, 'issue'), (5992, 2526, 'issue'), (6218, 2527, 'issue'), (5994, 1096, 'endorsement'), (5995, 1097, 'endorsement'), (5996, 1098, 'endorsement'), (5997, 2528, 'issue'), (6001, 1099, 'endorsement'), (6002, 2529, 'issue'), (6003, 1100, 'endorsement'), (6004, 1101, 'endorsement'), (6005, 1102, 'endorsement'), (6006, 1103, 'endorsement'), (6007, 2530, 'issue'), (6008, 2531, 'issue'), (6009, 2532, 'issue'), (6010, 2533, 'issue'), (6011, 2534, 'issue'), (6012, 1104, 'endorsement'), (6013, 1105, 'endorsement'), (6014, 1106, 'endorsement'), (6015, 1107, 'endorsement'), (6016, 1108, 'endorsement'), (6017, 1109, 'endorsement'), (6023, 1110, 'endorsement'), (6024, 2535, 'issue'), (6026, 1111, 'endorsement'), (6028, 2536, 'issue'), (6029, 2537, 'issue'), (6030, 2538, 'issue'), (6031, 2539, 'issue'), (6032, 2540, 'issue'), (6036, 2541, 'issue'), (6037, 2542, 'issue'), (6038, 2543, 'issue'), (6039, 1112, 'endorsement'), (6040, 2544, 'issue'), (6041, 1113, 'endorsement'), (6042, 2545, 'issue'), (6044, 1114, 'endorsement'), (6045, 2546, 'issue'), (6046, 2547, 'issue'), (6047, 2548, 'issue'), (6057, 2549, 'issue'), (6058, 2554, 'issue'), (6064, 1115, 'endorsement'), (6065, 2555, 'issue'), (6066, 2556, 'issue'), (6067, 1116, 'endorsement'), (6068, 2557, 'issue'), (6070, 2558, 'issue'), (6071, 1117, 'endorsement'), (6072, 1118, 'endorsement'), (6073, 2559, 'issue'), (6074, 1119, 'endorsement'), (6075, 1120, 'endorsement'), (6076, 2560, 'issue'), (6077, 1121, 'endorsement'), (6078, 1122, 'endorsement'), (6079, 1123, 'endorsement'), (6080, 1124, 'endorsement'), (6081, 1125, 'endorsement'), (6082, 2561, 'issue'), (6083, 2562, 'issue'), (6085, 2563, 'issue'), (6086, 1126, 'endorsement'), (6087, 2564, 'issue'), (6088, 2565, 'issue'), (6089, 1127, 'endorsement'), (6090, 2566, 'issue'), (6091, 2567, 'issue'), (6092, 2568, 'issue'), (6097, 2569, 'issue'), (6095, 2570, 'issue'), (6098, 2571, 'issue'), (6099, 2572, 'issue'), (6100, 2573, 'issue'), (6101, 2574, 'issue'), (6103, 2575, 'issue'), (6104, 2576, 'issue'), (6105, 2577, 'issue'), (6109, 1128, 'endorsement'), (6110, 1129, 'endorsement'), (6111, 1130, 'endorsement'), (6112, 1131, 'endorsement'), (6113, 1132, 'endorsement'), (6114, 1133, 'endorsement'), (6115, 2578, 'issue'), (6116, 1134, 'endorsement'), (6118, 1135, 'endorsement'), (6119, 1136, 'endorsement'), (6120, 1137, 'endorsement'), (6121, 1138, 'endorsement'), (6126, 1139, 'endorsement'), (6128, 2579, 'issue'), (6130, 1140, 'endorsement'), (6133, 2580, 'issue'), (6134, 2581, 'issue'), (6135, 2582, 'issue'), (6136, 2583, 'issue'), (6139, 2584, 'issue'), (6143, 2585, 'issue'), (6144, 2586, 'issue'), (6145, 2587, 'issue'), (6146, 2588, 'issue'), (6147, 2589, 'issue'), (6150, 2590, 'issue'), (6151, 1141, 'endorsement'), (6152, 2591, 'issue'), (6153, 1142, 'endorsement'), (6154, 2592, 'issue'), (6155, 2593, 'issue'), (6156, 2594, 'issue'), (6157, 2595, 'issue'), (6158, 2596, 'issue'), (6159, 1143, 'endorsement'), (6160, 1144, 'endorsement'), (6161, 1145, 'endorsement'), (6162, 1146, 'endorsement'), (6163, 1147, 'endorsement'), (6164, 1148, 'endorsement'), (6165, 1149, 'endorsement'), (6166, 1150, 'endorsement'), (6167, 1151, 'endorsement'), (6168, 1152, 'endorsement'), (6169, 2597, 'issue'), (6170, 1153, 'endorsement'), (6171, 2598, 'issue'), (6172, 2599, 'issue'), (6173, 2600, 'issue'), (6175, 2601, 'issue'), (6176, 2602, 'issue'), (6177, 2603, 'issue'), (6180, 2604, 'issue'), (6181, 2605, 'issue'), (6182, 2606, 'issue'), (6183, 2607, 'issue'), (6184, 2608, 'issue'), (6189, 1154, 'endorsement'), (6298, 2609, 'issue'), (6191, 2610, 'issue'), (6192, 2611, 'issue'), (6196, 2612, 'issue'), (6198, 2613, 'issue'), (6199, 1155, 'endorsement'), (6201, 2614, 'issue'), (6202, 2615, 'issue'), (6203, 2616, 'issue'), (6207, 2617, 'issue'), (6205, 1156, 'endorsement'), (6209, 2618, 'issue'), (6210, 2619, 'issue'), (6211, 2620, 'issue'), (6212, 2621, 'issue'), (6213, 2622, 'issue'), (6214, 2623, 'issue'), (6215, 2624, 'issue'), (6216, 1157, 'endorsement'), (6217, 1158, 'endorsement'), (6220, 2625, 'issue'), (6221, 2626, 'issue'), (6222, 1159, 'endorsement'), (6223, 2627, 'issue'), (6224, 1160, 'endorsement'), (6225, 1161, 'endorsement'), (6226, 2628, 'issue'), (6228, 1162, 'endorsement'), (6229, 1163, 'endorsement'), (6230, 1164, 'endorsement'), (6231, 1165, 'endorsement'), (6232, 1166, 'endorsement'), (6233, 1167, 'endorsement'), (6234, 1168, 'endorsement'), (6235, 1169, 'endorsement'), (6236, 1170, 'endorsement'), (6237, 1171, 'endorsement'), (6238, 1172, 'endorsement'), (6239, 1173, 'endorsement'), (6240, 1174, 'endorsement'), (6241, 1175, 'endorsement'), (6242, 2629, 'issue'), (6243, 1176, 'endorsement'), (6244, 1177, 'endorsement'), (6245, 1178, 'endorsement'), (6251, 1179, 'endorsement'), (6252, 1180, 'endorsement'), (6253, 1181, 'endorsement'), (6254, 1182, 'endorsement'), (6255, 1183, 'endorsement'), (6259, 2630, 'issue'), (6260, 2631, 'issue'), (6268, 1184, 'endorsement'), (6269, 1185, 'endorsement'), (6270, 1186, 'endorsement'), (6271, 1187, 'endorsement'), (6272, 1188, 'endorsement'), (6273, 1189, 'endorsement'), (6274, 1190, 'endorsement'), (6275, 1191, 'endorsement'), (6276, 1192, 'endorsement'), (6277, 1193, 'endorsement'), (6278, 1194, 'endorsement'), (6279, 1195, 'endorsement'), (6280, 1196, 'endorsement'), (6281, 1197, 'endorsement'), (6282, 1198, 'endorsement'), (6283, 1199, 'endorsement'), (6284, 1200, 'endorsement'), (6285, 1201, 'endorsement'), (6286, 1202, 'endorsement'), (6287, 1203, 'endorsement'), (6288, 1204, 'endorsement'), (6289, 1205, 'endorsement'), (6290, 2632, 'issue'), (6305, 2633, 'issue'), (6294, 2634, 'issue'), (6295, 2635, 'issue'), (6296, 2636, 'issue'), (6301, 2637, 'issue'), (6302, 2638, 'issue'), (6306, 2639, 'issue'), (6307, 2640, 'issue'), (6308, 2641, 'issue'), (6309, 2642, 'issue'), (6310, 2643, 'issue'), (6311, 2644, 'issue'), (6312, 1206, 'endorsement'), (6317, 2645, 'issue'), (6318, 2646, 'issue'), (6320, 2647, 'issue'), (6321, 2648, 'issue'), (6323, 1207, 'endorsement'), (6324, 1208, 'endorsement'), (6326, 2649, 'issue'), (6328, 1209, 'endorsement'), (6331, 2650, 'issue'), (6333, 1210, 'endorsement'), (6336, 1211, 'endorsement'), (6337, 2651, 'issue'), (6338, 2652, 'issue'), (6340, 2653, 'issue'), (6341, 2654, 'issue'), (6342, 2655, 'issue'), (6343, 2656, 'issue'), (6345, 2657, 'issue'), (6347, 2658, 'issue'), (6348, 2659, 'issue'), (6349, 2660, 'issue'), (6350, 2661, 'issue'), (6487, 2662, 'issue'), (6594, 2663, 'issue'), (6354, 1212, 'endorsement'), (6360, 2664, 'issue'), (6370, 2665, 'issue'), (6363, 2666, 'issue'), (6364, 2667, 'issue'), (6365, 2668, 'issue'), (6366, 2669, 'issue'), (6367, 2670, 'issue'), (6369, 2671, 'issue'), (6375, 2672, 'issue'), (6376, 2673, 'issue'), (6377, 2674, 'issue'), (6378, 1213, 'endorsement'), (6380, 1214, 'endorsement'), (6381, 1215, 'endorsement'), (6382, 1216, 'endorsement'), (6383, 1217, 'endorsement'), (6482, 2675, 'issue'), (6391, 2676, 'issue'), (6393, 2677, 'issue'), (6394, 1218, 'endorsement'), (6397, 1219, 'endorsement'), (6399, 2678, 'issue'), (6400, 2679, 'issue'), (6401, 2680, 'issue'), (6404, 1220, 'endorsement'), (6405, 2681, 'issue'), (6406, 2682, 'issue'), (6407, 2683, 'issue'), (6408, 2684, 'issue'), (6409, 2685, 'issue'), (6410, 2686, 'issue'), (6412, 2687, 'issue'), (6417, 2688, 'issue'), (6418, 2689, 'issue'), (6427, 2690, 'issue'), (6429, 2691, 'issue'), (6431, 2692, 'issue'), (6432, 1221, 'endorsement'), (6434, 2693, 'issue'), (6435, 2694, 'issue'), (6436, 1222, 'endorsement'), (6449, 2695, 'issue'), (6439, 2696, 'issue'), (6446, 2697, 'issue'), (6447, 2698, 'issue'), (6448, 2699, 'issue'), (6453, 2700, 'issue'), (6455, 1223, 'endorsement'), (6456, 2701, 'issue'), (6457, 2702, 'issue'), (6459, 1224, 'endorsement'), (6460, 2703, 'issue'), (6461, 1225, 'endorsement'), (6462, 2704, 'issue'), (6463, 2705, 'issue'), (6476, 2706, 'issue'), (6477, 2707, 'issue'), (6480, 2708, 'issue'), (6483, 1226, 'endorsement'), (6492, 2709, 'issue'), (6493, 1227, 'endorsement'), (6494, 1228, 'endorsement'), (6510, 2710, 'issue'), (6497, 2711, 'issue'), (6498, 1229, 'endorsement'), (6499, 1230, 'endorsement'), (6500, 1231, 'endorsement'), (6501, 1232, 'endorsement'), (6502, 1233, 'endorsement'), (6503, 1234, 'endorsement'), (6504, 2712, 'issue'), (6511, 2713, 'issue'), (6600, 2714, 'issue'), (6571, 2715, 'issue'), (6572, 2716, 'issue'), (6573, 2717, 'issue'), (6595, 1235, 'endorsement'), (6597, 2718, 'issue'), (6601, 2719, 'issue'), (6602, 1236, 'endorsement'), (6614, 1237, 'endorsement'), (6701, 2720, 'issue'), (6618, 2721, 'issue'), (6707, 2722, 'issue'), (6624, 1238, 'endorsement'), (6627, 1239, 'endorsement'), (6630, 2723, 'issue'), (6686, 2724, 'issue'), (6685, 2724, 'issue'), (6699, 2727, 'issue'), (6698, 2727, 'issue'), (6700, 2720, 'issue'), (6689, 2726, 'issue'), (6690, 2726, 'issue'), (6702, 2725, 'issue'), (6704, 2728, 'issue'), (6705, 2729, 'issue'), (6706, 2729, 'issue'), (6709, 2731, 'issue'), (6711, 2732, 'issue'), (6717, 2733, 'issue'), (6716, 2734, 'issue'), (6715, 2734, 'issue'), (6718, 2733, 'issue'), (6719, 2735, 'issue'), (6720, 2736, 'issue'), (6767, 2738, 'issue'), (6766, 2738, 'issue'), (6781, 2740, 'issue'), (6780, 2740, 'issue'), (6773, 2739, 'issue'), (6789, 2741, 'issue'), (6788, 2741, 'issue'), (6792, 2742, 'issue'), (6793, 2743, 'issue'), (6794, 2743, 'issue'), (6802, 2746, 'issue'), (6801, 2746, '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 ; -- -------------------------------------------------------- -- -- 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` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), KEY `placing_slip_id` (`placing_slip_id`), KEY `staffid` (`staffid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=90 ; -- -------------------------------------------------------- -- -- 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=603 ; -- -------------------------------------------------------- -- -- 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 ; -- -------------------------------------------------------- -- -- 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=2675 ; -- -------------------------------------------------------- -- -- 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=2 ; -- -------------------------------------------------------- -- -- 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=2949 ; -- -------------------------------------------------------- -- -- 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=612 ; -- -------------------------------------------------------- -- -- 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=1108 ; -- -- 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'), (88, 924, '2012-01-21', 'Commercial Bank', '01002184'), (89, 925, '2012-01-21', 'Commercial Bank', '01002183'), (90, 926, '2012-01-21', 'Commercial Bank', '01001248'), (91, 928, '2012-01-21', 'Commercial Bank', '01001248'), (92, 962, '2012-01-29', 'Doha Bank', '486493'), (93, 963, '2012-02-01', 'Doha Bank', '160144'), (94, 965, '2012-02-16', 'Commercial Bank', '01000015'), (95, 966, '2012-02-12', 'Doha Bank', '841046'), (96, 981, '2012-02-26', 'Commercial Bank', '01000005'), (97, 1003, '2012-03-07', 'Commercial Bank', '01001007'), (98, 1024, '2012-03-18', 'International Bank of Qatar', '831000'), (99, 1025, '2012-03-18', 'International Bank of Qatar', '831005'), (100, 1029, '2012-03-07', 'Commercial Bank of Qatar', '01001007'), (101, 1030, '2012-03-04', ' HSBC Bank Middle East limited', '651'), (102, 1031, '2012-01-26', 'Commercial Bank of Qatar', '01000174'), (103, 1055, '2012-03-21', 'Commercial Bank of Qatar', '01000143'), (104, 1084, '2012-02-08', 'Commercial Bank of Qatar', '01010825'), (105, 1116, '2012-03-28', 'Doha Bank', '685425'), (106, 1124, '2012-03-25', 'Doha Bank', '4411092'), (107, 1125, '2012-04-15', 'QIB', '015556692'), (108, 1139, '2012-04-07', 'Doha Bank', '005335'), (110, 1222, '2012-04-23', 'Barwa Bank', '00000019'), (111, 1223, '2012-05-01', 'QNB Bank', '000330'), (112, 1224, '2012-05-20', 'Doha Bank', '555321'), (113, 1225, '2012-05-02', 'Commercial Bank of Qatar', '01002948'), (114, 1226, '2012-05-05', 'Commercial Bank of Qatar', '01002854'), (115, 1227, '2012-04-30', 'Commercial Bank of Qatar', '01002949'), (116, 1233, '2012-03-28', 'HSBC Bank', '411155'), (117, 1234, '2012-04-11', 'Commercial Bank of Qatar', '01002364'), (118, 1235, '2012-04-16', 'Mashreq Bank', '000131'), (119, 1240, '2012-05-12', 'Commercial Bank of Qatar', '018'), (120, 1246, '2012-04-05', 'Doha Bank', '665561'), (121, 1254, '2012-01-30', 'QIB', '556677'), (122, 1259, '2011-10-11', 'Al khaliji', '018003'), (123, 1263, '2012-05-06', 'COMMERCIAL BANK', '01000763'), (124, 1274, '2012-04-30', 'Doha Bank', '420368'), (125, 1279, '2012-05-12', 'QIB', '938845'), (126, 1280, '2012-06-12', 'QIB', '556691'), (127, 1292, '2012-03-15', 'QIB', '556690'), (128, 1294, '2012-06-08', 'QIB', '556693'), (129, 1305, '2012-05-18', 'Doha Bank', '530969'), (130, 1320, '2012-05-07', 'QNB', '002308'), (131, 1327, '2012-06-10', 'DOHA BANK', '673576'), (132, 1328, '2012-05-30', 'DOHA BANK', '673574'), (133, 1332, '2012-05-20', 'DOHA BANK', '569004'), (134, 1336, '2012-05-10', 'DOHA BANK', '963038'), (135, 1342, '2012-03-21', 'COMMERCIAL BANK', '01000754'), (136, 1351, '2012-05-02', 'HSBC', '000786'), (137, 1358, '2012-05-20', 'COMMERCIAL BANK', '01002247'), (138, 1363, '2012-05-21', 'DOHA BANK', '705354'), (139, 1366, '2012-05-21', 'MASHREQ', '000205'), (140, 1370, '2012-05-21', 'Mashreq Bank', '000205'), (141, 1375, '2012-05-27', 'DOHA BANK', '881942'), (142, 1376, '2012-05-27', 'DOHA BANK', '881602'), (143, 1379, '2012-05-30', 'DOHA BANK', '645004'), (144, 1381, '2012-05-23', 'DOHA BANK', '710458'), (145, 1400, '2012-05-20', 'COMMERCIAL BANK', '01001069'), (146, 1402, '2012-05-24', 'DOHA BANK', '884983'), (147, 1403, '2012-06-12', 'Doha Bank', '555330'), (148, 1405, '2012-05-23', 'Doha Bank', '673320'), (149, 1407, '2012-05-05', 'DOHA BANK', '786031'), (150, 1408, '2012-05-27', 'COMMERCIAL BANK', ' 01000454'), (151, 1411, '2012-05-25', 'DOHA BANK', '553387'), (152, 1422, '2012-06-05', ' Commmercial Bank of Qatar', ' 01001099'), (153, 1426, '2012-06-03', 'IBQ Bank', '884683'), (154, 1429, '2012-05-30', 'DOHA BANK', '835228'), (155, 1435, '2012-03-31', 'COMMERCIAL BANK', '01003188'), (156, 1436, '2012-05-31', 'Doha Bank', '415562'), (157, 1437, '2012-05-22', 'QIB', '119077'), (158, 1440, '2012-05-31', 'DOHA BANK', '415562'), (159, 1444, '2012-03-31', 'COMMERCIAL BANK', '01003188'), (160, 1446, '2012-05-31', 'COMMERCIAL BANK', '665697'), (161, 1451, '2012-06-04', ' Ahli Bank', ' 4390247'), (162, 1452, '2012-06-22', 'Ahli Bank', ' 4390248'), (163, 1455, '2012-05-30', 'IBQ Bank', '897706'), (164, 1484, '2012-06-06', 'QIB', '949216'), (165, 1493, '2012-06-06', 'Doha Bank', '708924'), (166, 1495, '2012-06-18', 'QNB', '000116'), (167, 1496, '2012-06-18', 'QNB', '000116'), (169, 1499, '2012-06-18', 'QNB Bank', '000116'), (170, 1501, '2012-06-13', 'DOHA BANK', '923047'), (171, 1512, '2012-05-30', 'QNB', '002413'), (172, 1519, '2012-06-21', 'QIB', '123294'), (173, 1531, '2012-06-25', 'DOHA BANK', '376617'), (174, 1532, '2012-06-18', 'COMMERCIAL BANK', '01004516'), (175, 1548, '2012-06-21', 'DOHA BANK', ' 397438'), (176, 1564, '2012-06-03', 'DOHA BANK', '561016'), (177, 1568, '2012-06-03', 'Doha Bank', '561016'), (178, 1570, '2012-05-15', 'DOHA BANK', '885011'), (180, 1571, '2012-05-29', 'HSBC', '000856'), (181, 1574, '2012-05-01', 'QNB', '000330'), (182, 1580, '2012-05-30', 'DOHA BANK', '705358'), (183, 1582, '2012-04-05', 'HSBC', '321478'), (184, 1583, '2012-04-05', 'HSBC', '321479'), (185, 1590, '2012-06-28', 'MASHREQ', '000046'), (186, 1591, '2012-06-24', 'HSBC', '411271'), (187, 1592, '2012-06-24', 'HSBC', '411271'), (188, 1605, '2012-06-05', 'HSBC', '333039'), (189, 1606, '2012-06-27', 'Doha Bank', '875420'), (190, 1608, '2012-06-25', 'HSBC', '411281'), (191, 1624, '2012-02-08', 'COMMERCIAL BANK', '01001285'), (192, 1625, '2012-08-31', 'DOHA BANK', '718367'), (193, 1626, '2012-06-14', 'Doha Bank', '775123'), (194, 1636, '2012-06-30', ' IBQ', '906234'), (195, 1642, '2012-08-31', 'Bank Saderat Iran', '094453'), (196, 1643, '2012-08-31', 'MASHREQ', '000023'), (197, 1644, '2012-08-31', 'QNB', '001024'), (198, 1661, '2012-06-28', 'Doha Bank', '705401'), (199, 1669, '2012-06-25', 'Doha Bank', '408473'), (200, 1671, '2012-06-25', 'Doha Bank', '408474'), (201, 1672, '2012-06-25', 'Doha Bank', '408475'), (202, 1673, '2012-06-23', 'COMMERCIAL BANK', '1000940'), (203, 1678, '2012-07-13', 'Doha Bank', '569323'), (204, 1685, '2012-06-30', 'Doha Bank', '420401'), (205, 1699, '2012-06-12', 'COMMERCIAL BANK', '01000789'), (206, 1700, '2012-05-27', 'COMMERCIAL BANK', '01000783'), (207, 1701, '2012-06-18', 'COMMERCIAL BANK', '01000791'), (208, 1709, '2012-08-03', 'Doha Bank', '505510'), (209, 1710, '2012-08-03', 'Doha Bank', '518124'), (210, 1712, '2012-08-03', 'DOHA BANK', '518124'), (211, 1713, '2012-06-10', 'Doha Bank', '67313'), (212, 1727, '2012-05-29', 'COMMERCIAL BANK', '01001377'), (213, 1728, '2012-05-25', 'COMMERCIAL BANK', '01001374'), (214, 1736, '2012-07-11', 'Al Khaliji Bank', '11002064'), (215, 1749, '2012-07-15', 'MASHREQ', '000026'), (217, 1766, '2012-06-24', 'COMMERCIAL BANK', '01002586'), (218, 1768, '2012-07-17', 'HSBC', '411322'), (219, 1772, '2012-07-18', 'QIB', '964570'), (220, 1773, '2012-07-18', 'Doha Bank', '585028'), (221, 1794, '2012-07-04', 'Ahli Bank QSC', '4445098'), (222, 1795, '2012-07-24', 'Doha Bank', '428938'), (223, 1797, '2012-07-24', 'Doha Bank', '596238'), (224, 1799, '2012-07-24', 'QIB', '089208'), (225, 1800, '2012-07-23', 'COMMERCIAL BANK', '01001546'), (226, 1803, '2012-08-01', 'IBQ Bank', '926637'), (227, 1804, '2012-08-05', 'IBQ Bank', '926638'), (228, 1812, '2012-07-22', 'HSBC', '411323'), (229, 1823, '2012-07-25', 'QNB', '000091'), (230, 1828, '2012-07-30', 'Doha Bank', '710509'), (231, 1833, '2012-08-02', 'IBQ Bank', '216481'), (232, 1847, '2012-08-05', 'COMMERCIAL BANK', '01000001'), (233, 1848, '2012-08-04', 'Doha Bank', '883709'), (234, 1858, '2012-08-06', 'Doha bank', '875432'), (235, 1866, '2012-08-07', 'Doha bank', '089400'), (236, 1867, '2012-07-02', 'Commercial Bank Of Qatar', ' 1001977'), (237, 1902, '2012-08-14', 'Doha bank', '710522'), (238, 1903, '2012-08-15', 'Doha bank', '736653'), (239, 1907, '2012-08-14', 'Commercial Bank Of Qatar', '01004974'), (240, 1930, '2012-07-13', 'Doha bank', '721000'), (241, 1957, '2012-08-26', 'Doha bank', '704168'), (242, 1960, '2012-08-27', 'Doha bank', '584404'), (243, 1962, '2012-08-23', 'Doha bank', '024704'), (244, 1964, '2012-07-17', 'IBQ', '948800'), (245, 1967, '2012-07-17', 'IBQ', '948800'), (246, 1974, '2012-08-28', 'Doha bank', '577561'), (247, 1984, '2012-08-27', 'Doha Bank', '682108'), (248, 1985, '2012-06-21', 'Doha Bank', '552941'), (249, 2021, '2012-09-09', 'Barwa Bank', '00058'), (250, 2053, '2012-09-16', 'QNB Bank', '2576'), (251, 2054, '2012-09-10', 'CBQ Bank', '01003924'), (252, 2055, '2012-09-16', 'IBQ Bank', '940671'), (253, 2060, '2012-09-15', 'Doha Bank', '176302'), (254, 2061, '2012-09-12', 'HSBC Bank', '517166'), (255, 2070, '2012-09-12', 'HSBC Bank', '517164'), (256, 2071, '2012-09-16', 'Doha Bank', '779928'), (257, 2072, '2012-09-15', 'Doha Bank', '781634'), (258, 2076, '2012-09-09', 'Commercial Bank', '01001091'), (259, 2082, '2012-09-30', 'Doha Bank', '694402'), (260, 2084, '2012-08-08', 'Doha Bank', '907669'), (261, 2085, '2012-09-26', 'Commercial Bank', '433337'), (262, 2086, '2012-09-20', 'Doha Bank', '43337'), (263, 2096, '2012-09-19', 'Doha Bank', '686404'), (264, 2097, '2012-09-20', 'Commercial Bank', '01000124'), (265, 2117, '2012-09-12', 'Commercial Bank', '1000472'), (266, 2126, '2012-09-20', 'Doha Bank', '665726'), (267, 2129, '2012-09-26', 'CBQ Bank', '01005077'), (268, 2131, '2012-09-30', 'Doha Bank', '694402'), (269, 2133, '2012-09-26', 'HSBC Bank', '108386'), (270, 2143, '2012-10-01', 'Commercial Bank', '01002514'), (271, 2144, '2012-10-15', 'Commercial Bank', '01002515'), (272, 2145, '2012-09-11', 'QNB Bank', '001297'), (273, 2156, '2012-08-06', 'Al Khaliji Bank', '11002120'), (274, 2163, '2012-10-03', 'Commercial Bank', '01000639'), (275, 2164, '2012-10-02', 'Mashreq Bank', '000282'), (276, 2165, '2012-09-30', 'QIB Bank', '686346'), (277, 2166, '2012-09-30', 'QIB Bank', '686344'), (278, 2167, '2012-08-04', 'QNB Bank', '001064'), (279, 2168, '2012-10-04', 'Doha Bank', '710923'), (280, 2169, '2012-06-26', 'Commercial Bank', '01002590'), (281, 2170, '2012-09-20', 'QIB Bank', '024815'), (282, 2184, '2012-10-01', 'Doha Bank', '841234'), (283, 2185, '2012-10-08', 'Doha Bank', '868592'), (284, 2186, '2012-08-15', 'Commercial Bank', '01000032'), (285, 2187, '2012-07-04', 'Doha Bank', '555337'), (286, 2188, '2012-10-05', 'Doha Bank', '585269'), (287, 2210, '2012-09-10', 'Ahli Bank', '4491082'), (288, 2211, '2012-09-17', 'Ahli Bank', '4490840'), (289, 2212, '2012-08-28', 'Ahli Bank', '4491052'), (290, 2213, '2012-07-09', 'HSBC BANK MIDDLE EAST LTD', '778428'), (291, 2216, '2012-10-02', 'Ahli Bank', '4478596'), (292, 2217, '2012-10-01', 'Ahli Bank', '4478512'), (293, 2222, '2012-10-18', 'Doha Bank', '776315'), (294, 2227, '2012-08-12', 'Doha Bank', '487614'), (295, 2235, '2012-10-12', 'Mashreq', '002711'), (296, 2243, '2012-10-04', 'QNB', '000512'), (297, 2245, '2012-10-15', 'QIB', '016444'), (298, 2268, '2012-10-17', 'Doha Bank', '809405'), (299, 2271, '2012-09-16', 'Doha Bank', '807551'), (300, 2272, '2012-10-18', 'Mashreq', '000001'), (301, 2273, '2012-10-17', 'Doha Bank', '723438'), (302, 2274, '2012-10-20', 'Doha Bank', '1000009'), (303, 2275, '2012-07-09', 'Doha Bank', '778428'), (304, 2284, '2012-09-12', 'Commercial Bank', '01002509'), (305, 2296, '2012-10-17', 'CBQ', '01001781'), (306, 2300, '2012-10-24', 'Commercial Bank', '01000305'), (307, 2319, '2012-10-15', 'HSBC Bank', '997'), (308, 2336, '2012-09-24', 'QNB', '000595'), (309, 2345, '2012-11-05', 'Doha Bank', '935269'), (310, 2352, '2012-09-16', 'Doha Bank', '80755'), (311, 2355, '2012-10-21', 'QIB', '024969'), (312, 2357, '2012-11-05', 'Doha Bank', '102789'), (313, 2363, '2012-11-07', 'QNB', '000018'), (314, 2374, '2012-08-07', 'HSBC', '191944'), (315, 2382, '2012-09-10', 'Ahli Bank', ' 4491082'), (316, 2383, '2012-09-17', 'Ahli Bank', '4490840'), (317, 2384, '2012-08-28', 'Ahli Bank', '4491052'), (318, 2389, '2012-11-11', 'QI', '016454'), (319, 2403, '2012-11-12', 'HSBC', '517223'), (320, 2434, '2012-11-10', 'QNB', '000003'), (321, 2440, '2012-11-19', 'Doha Bank', '1000026'), (322, 2441, '2012-11-19', 'Doha Bank', '1000026'), (323, 2451, '2012-11-19', 'CBQ', '01000160'), (324, 2455, '2012-09-02', 'Doha Bank', '57903'), (325, 2456, '2012-09-17', 'CBQ', '10026'), (326, 2466, '2012-11-19', 'Commercial Bank', '01000160'), (327, 2467, '2012-11-21', 'Doha Bank', '875460'), (328, 2468, '2012-09-02', 'Doha Bank', '057903'), (329, 2521, '2012-11-26', 'CBQ', '1004973'), (330, 2528, '2012-11-20', 'Ahli Bank', '4490898'), (331, 2531, '2012-11-26', 'Commercial Bank', '01000089'), (332, 2539, '2012-11-23', 'QNB', '000017'), (333, 2540, '2012-08-15', 'Doha Bank', '430884'), (334, 2541, '2012-11-28', 'Doha Bank', '439952'), (335, 2542, '2012-11-28', 'Commercial Bank', '01000045'), (336, 2543, '2012-11-27', 'Commercial Bank', '01000010'), (337, 2556, '2012-10-31', 'Ahli Bank', '4445399'), (338, 2557, '2012-11-30', 'Doha Bank', '875461'), (339, 2617, '2012-12-05', 'Doha Bank', '1000028'), (340, 2628, '2012-12-10', 'QIB', '009687'), (341, 2641, '2012-12-12', 'Doha Bank', '100018'), (342, 2645, '2012-12-12', 'Qatar National Bank', '002501'), (344, 2647, '2012-12-12', 'Doha Bank', '66765'), (346, 2649, '2012-12-04', 'HSBC', '1108'), (347, 2652, '2012-12-06', 'Doha Bank', '571146'), (348, 2657, '2012-12-15', 'Commercial Bank', '01000318'), (349, 2662, '2012-12-14', 'HSBC', '595179'), (351, 2680, '2012-08-17', 'QNB', '001029'), (352, 2682, '2012-09-02', 'Doha Bank', '057903'), (353, 2683, '2012-09-02', 'Doha Bank', '057903'), (354, 2684, '2012-09-02', 'Doha Bank', '057903'), (355, 2686, '2012-09-02', 'Doha Bank', '057903'), (356, 2687, '2012-12-14', 'Commercial Bank', '01000050'), (357, 2697, '2012-12-15', 'International Bank of Qatar', '949288'), (358, 2709, '2012-12-17', 'CBQ', '864'), (359, 2710, '2012-12-10', 'CBQ', '844'), (360, 2717, '2012-12-10', 'BNP Paribas', '1174342'), (361, 2725, '2012-12-20', 'Commercial Bank ', '01001484'), (362, 2742, '2012-12-25', 'Commercial Bank', '01000141'), (363, 2744, '2012-12-23', 'Doha Bank', '731953'), (364, 2747, '2012-12-27', 'HSBC', '246976'), (365, 2761, '2012-12-28', 'DOHA', '1000050'), (366, 2788, '2012-12-20', 'Doha Bank', '1000030'), (367, 2804, '2013-01-04', 'Commercial Bank ', '01000255'), (368, 2805, '2013-01-05', 'Commercial Bank ', '01001582'), (369, 2806, '2013-01-05', 'Doha Bank', '1000029'), (370, 2820, '2013-01-02', 'Doha Bank', '1000040'), (371, 2823, '2013-01-06', 'CBQ', '1001315'), (372, 2844, '2012-12-03', 'Doha Bank', '057815'), (373, 2846, '2013-01-20', 'Doha Bank', '1000066'), (374, 2847, '2013-01-08', 'Doha Bank', '1000065'), (375, 2848, '2013-01-08', 'Doha Bank', '1000064'), (376, 2865, '2013-01-14', 'International Bank of Qatar', '984887'), (377, 2877, '2013-01-15', 'Doha Bank', '428826'), (378, 2893, '2013-01-14', 'BNP', '1187427'), (379, 2894, '2013-01-21', 'CBQ', '01004302'), (380, 2897, '2013-01-21', 'Commercial Bank ', '01000171'), (381, 2898, '2013-01-21', 'QNB', '000082'), (382, 2911, '2013-01-22', 'Doha Bank', '737627'), (383, 2918, '2013-01-25', 'Doha Bank', '682918'), (384, 2919, '2013-01-20', 'Doha Bank', '404609'), (385, 2946, '2013-01-28', 'Mashreq', '000243'), (386, 2956, '2013-01-30', 'Commercial Bank of Qatar', '01000005'), (387, 2957, '2013-01-30', 'Doha Bank', '1000030'), (388, 2970, '2013-02-02', 'Commercial Bank of Qatar', '01000093'), (389, 2972, '2013-02-03', 'IBQ Bank', '021398'), (390, 2973, '2013-01-22', 'Doha Bank', '702414'), (391, 2978, '2013-01-08', 'HSBC Bank', '000399'), (392, 2983, '2013-01-28', 'Doha Bank', '1000004'), (393, 2992, '2013-02-09', ' Mashreq Bank', '000049'), (394, 2993, '2013-02-08', 'Doha Bank', '460681'), (395, 2995, '2013-02-05', 'Doha Bank', '676990'), (396, 2996, '2013-02-06', 'Doha Bank', '1000148'), (397, 3013, '2013-02-07', '002200', 'HSBC Bank'), (398, 3014, '2013-02-10', 'Commercial Bank of Qatar', '0100371'), (399, 3015, '2013-02-14', 'Mashreq Bank', '002905'), (400, 3030, '2012-10-17', 'Commercial Bank of Qatar', '1001782'), (401, 3031, '2013-01-19', 'Doha Bank', '057926'), (402, 3061, '2013-02-19', 'QNB Bank', '000371'), (403, 3062, '2013-02-25', 'Doha Bank', '1000360'), (404, 3068, '2013-02-22', 'Commercial Bank of Qatar', '0101020'), (405, 3069, '2013-02-24', 'IBQ Bank', '964708'), (406, 3070, '2013-01-09', 'QIB', '000072'), (407, 3071, '2013-02-24', 'IBQ Bank', '036154'), (408, 3076, '2013-02-13', 'QNB ', '001674'), (409, 3077, '2013-02-18', 'HSBC Bank', '788617'), (410, 3083, '2012-11-30', 'dohabank', '710581'), (411, 3093, '2013-02-19', 'Doha Bank', '100012'), (412, 3095, '2013-02-19', 'QNB', '000001'), (413, 3115, '2013-03-04', 'mashreq', '000371'), (414, 3116, '2013-02-20', 'dohabank', '1000079'), (415, 3135, '2013-03-03', 'Doha Bank', '057955'), (416, 3136, '2013-03-11', 'Commercial Bank of Qatar', '01001940'), (417, 3138, '2013-03-11', 'Doha Bank', '108425'), (418, 3147, '2013-03-02', 'Doha bank', '057952'), (419, 3163, '2013-02-28', 'Commercial Bank of Qatar ', '01003041'), (420, 3178, '2013-02-13', 'QNB', '001674'), (421, 3179, '2013-03-18', 'mashreq', '001012'), (422, 3180, '2013-03-18', 'mashreq', '000260'), (423, 3184, '2013-03-19', 'Commercial Bank of Qatar ', '01000748'), (424, 3188, '2013-03-20', 'Commercial Bank of Qatar ', '01000138'), (425, 3193, '2013-03-21', 'Doha bank', '724527'), (426, 3195, '2013-03-20', 'Doha bank', '1000513'), (427, 3207, '2013-03-24', 'Doha Bank', '937240'), (428, 3208, '2013-03-24', 'Doha Bank', '937240'), (429, 3210, '2013-03-25', 'Doha Bank', '1000395'), (430, 3211, '2013-03-25', 'Doha Bank', '1000272'), (431, 3214, '2013-03-25', 'Doha Bank', ' 890225'), (432, 3215, '2012-12-31', 'Commercial Bank of Qatar ', '1002400'), (433, 3216, '2013-01-31', 'Commercial Bank of Qatar ', '1002401'), (434, 3219, '2013-03-25', 'Commercial Bank of Qatar ', '01001941'), (435, 3224, '2013-03-27', 'Doha Bank', '1000032'), (436, 3225, '2012-12-16', 'Doha bank', '038133'), (437, 3242, '2013-03-05', 'HSBC', '000506'), (438, 3243, '2013-03-28', 'Commercial Bank of Qatar ', '01000062'), (439, 3244, '2013-03-28', 'Commercial Bank of Qatar ', '01000403'), (440, 3248, '2013-03-26', 'International Bank of Qatar', '817595'), (441, 3249, '2013-03-30', 'Doha bank', '1000058'), (442, 3250, '2013-03-28', 'Qatar National Bank', '001612'), (443, 3253, '2013-04-02', 'International Bank of Qatar', '47294'), (444, 3261, '2013-03-13', 'Doha Bank', '1000015'), (445, 3284, '2013-03-19', 'Doha bank', '1000024'), (446, 3303, '2013-03-20', 'QIB', '983359'), (447, 3304, '2013-04-05', 'Doha bank', '1000263'), (448, 3309, '2013-04-07', 'HSBC', '146749'), (449, 3334, '2013-03-12', 'Doha Bank', '057964'), (450, 3336, '2013-04-10', 'Doha Bank', '1000394'), (451, 3337, '2013-04-10', 'Mashreq', '000262'), (452, 3340, '2013-04-11', 'Doha Bank', '1000019'), (453, 3343, '2013-04-13', 'Doha Bank', '1000264'), (454, 3356, '2013-04-16', 'Doha Bank', '1000015'), (455, 3358, '2013-04-17', 'Doha Bank', '1000581'), (456, 3383, '2013-04-07', 'Doha Bank', '1000026'), (457, 3384, '2013-04-20', 'Doha bank', '004669'), (458, 3392, '2013-01-16', 'Commercial Bank of Qatar ', '01003064'), (459, 3393, '2013-01-16', 'Commercial Bank of Qatar ', '01003063'), (460, 3420, '2013-04-26', 'Masraf Al Rayan', '02222038'), (461, 3425, '2013-04-22', 'Commercial Bank', '01005501'), (462, 3427, '2013-04-24', 'International Bank of Qatar', '981746'), (463, 3448, '2013-04-17', 'CBQ', '01005890'), (464, 3457, '2013-04-30', 'Doha Bank', '1000273'), (465, 3459, '2013-04-24', 'IBQ', '981746'), (466, 3488, '2013-05-01', 'Doha Bank', '1000051'), (467, 3492, '2013-05-04', 'Doha Bank', '1000032'), (468, 3493, '2013-05-04', 'Commercial Bank', '01000685'), (469, 3494, '2013-05-04', 'Commercial Bank', '01000684'), (470, 3495, '2013-05-04', 'Commercial Bank', '01000683'), (471, 3497, '2013-04-25', 'CBQ', '01004720'), (472, 3498, '2013-04-29', 'Commercial Bank', '01005511'), (473, 3511, '2013-05-06', 'Commercial Bank of Qatar', '01000163'), (474, 3517, '2013-04-09', 'Commercial Bank', '1000629'), (475, 3523, '2013-05-05', 'Commercial Bank', '01000042'), (476, 3525, '2013-05-05', 'Doha Bank', '710668'), (477, 3529, '2013-04-29', 'QNB', '000066'), (478, 3530, '2013-05-07', 'Doha Bank', '1000082'), (479, 3531, '2013-05-07', 'Doha Bank', '1000123'), (480, 3563, '2013-05-13', 'Doha Bank', '1000264'), (481, 3564, '2013-05-13', 'Doha Bank', '1000262'), (482, 3565, '2013-05-13', 'Doha Bank', '1000016'), (483, 3579, '2013-02-25', 'Doha Bank', '1000192'), (484, 3580, '2013-03-19', 'Doha Bank', '1247'), (485, 3581, '2013-05-20', 'Doha Bank', '1000777'), (486, 3587, '2013-05-13', 'CBQ', '1001488'), (487, 3588, '2013-05-16', 'International Bank of Qatar', '083101'), (488, 3593, '2013-04-23', 'Doha Bank', '1000047'), (489, 3611, '2013-05-15', 'Doha Bank', '1000058'), (490, 3612, '2013-05-16', 'International Bank of Qatar', '151900'), (491, 3628, '2013-05-13', 'Doha Bank', '1000080'), (492, 3649, '2013-05-18', 'Doha Bank', '1000126'), (493, 3652, '2013-04-29', 'Commercial Bank', '01000032'), (494, 3654, '2013-05-08', 'Doha Bank', '1000105'), (495, 3655, '2013-05-16', 'Doha Bank', '1000109'), (496, 3679, '2013-05-23', 'HSBC', '788879'), (497, 3683, '2013-05-19', 'Doha Bank', '005135'), (498, 3699, '2013-05-25', 'Commercial Bank', '01000044'), (499, 3700, '2013-05-13', 'Barwa Bank', '000320'), (500, 3701, '2013-05-26', 'Mashreq', '003040'), (501, 3702, '2013-05-26', 'Masraf Al Rayan', '02222039'), (502, 3705, '2013-05-18', 'HSBC', '175926'), (503, 3710, '2013-05-28', 'Doha Bank', '724298'), (504, 3717, '2013-04-23', 'Doha bank', '1000297'), (506, 3718, '2013-05-06', 'Doha bank', '1000242'), (507, 3719, '2013-05-25', 'ahlibank', '4780693'), (508, 3729, '2013-05-27', 'Doha Bank ', '946223'), (509, 3730, '2013-05-26', 'Doha Bank ', '1002188'), (510, 3731, '2013-05-21', 'Doha Bank ', '1002115'), (511, 3732, '2013-05-21', 'Doha Bank ', '1002036'), (512, 3733, '2013-05-27', 'Doha Bank ', '889375'), (513, 3734, '2013-05-25', 'Doha Bank', '946193'), (514, 3735, '2013-05-26', 'Doha Bank ', '1002193'), (515, 3761, '2013-05-30', 'Doha Bank', '1000159'), (516, 3778, '2013-06-03', 'Commercial Bank', '01002055'), (517, 3808, '2013-06-05', 'Commercial Bank of Qatar', '01000036'), (518, 3834, '2013-05-15', 'CBQ', ' 01006742'), (519, 3835, '2013-05-14', 'IBQ', '981903'), (520, 3843, '2013-06-05', 'Commercial Bank', '01000036'), (521, 3853, '2013-06-10', 'Mashreq', '000040'), (522, 3860, '2013-06-09', 'Doha Bank', '1000001'), (523, 3870, '2013-05-21', 'Doha Bank', '1000040'), (524, 3882, '2013-06-12', 'Doha Bank', '072553'), (525, 3909, '2013-06-12', 'Doha Bank', '1000282'), (526, 3910, '2013-06-12', 'Doha Bank', '1000284'), (527, 3911, '2013-06-12', 'Doha Bank', '1000283'), (528, 3913, '2013-06-15', 'CBQ', '01005574'), (529, 3915, '2013-06-05', 'Doha Bank', '1000215'), (530, 3916, '2013-05-28', 'Commercial Bank', '01000029'), (531, 3928, '2013-06-18', 'Doha Bank', '1000085'), (532, 3929, '2013-06-02', 'Doha Bank', '1000288'), (533, 3930, '2013-06-17', 'Barwa Bank', '000060'), (534, 3931, '2013-06-18', 'Doha bank', '676940'), (535, 3941, '2013-06-19', 'Doha Bank', '1000618'), (536, 3942, '2013-06-19', 'Doha Bank', '1000619'), (537, 3952, '2013-06-20', 'Doha Bank', '1000199'), (538, 3953, '2013-06-16', 'International Bank of Qatar', '096480'), (539, 3964, '2013-06-23', 'Doha Bank', '1000119'), (540, 3965, '2013-06-22', 'Commercial Bank', '01000792'), (541, 3978, '2013-06-19', 'Doha Bank', '1000146'), (542, 3980, '2013-06-23', 'Commercial Bank', '01000115'), (543, 3982, '2013-06-24', 'Doha Bank', '1000052'), (544, 3983, '2013-06-25', 'Doha Bank', '889423'), (545, 3984, '2013-06-25', 'Doha Bank', '1000062'), (546, 3985, '2013-06-26', 'Doha Bank', '889426'), (547, 4014, '2013-06-25', 'Commercial Bank', '01000005'), (548, 4015, '2013-06-26', 'Masraf Al Rayan', '02222040'), (549, 4016, '2013-06-27', 'Doha Bank', '729309'), (550, 4020, '2013-06-27', 'Doha Bank', '889425'), (551, 4034, '2013-06-30', 'Commercial Bank', '01001350'), (552, 4044, '2013-06-18', 'Barwa Bank', '000103'), (553, 4045, '2013-07-01', 'Doha bank', '1000274'), (554, 4046, '2013-06-22', 'Doha Bank', '703532'), (555, 4054, '2013-07-02', 'Doha Bank', '933939'), (556, 4062, '2013-06-27', 'HSBC', '789138'), (557, 4064, '2013-07-05', 'Doha Bank', '071543'), (558, 4079, '2013-07-04', 'HSBC', '720755'), (559, 4096, '2013-07-07', 'IBQ', '102500'), (560, 4097, '2013-07-07', 'IBQ', '112501'), (561, 4098, '2013-06-18', 'Doha bank', '1005270'), (562, 4103, '2013-07-02', 'QIB', '104321'), (563, 4109, '2013-06-30', 'Doha Bank', '1000139'), (565, 4110, '2013-07-07', 'Commercial Bank', '01001561'), (566, 4138, '2013-07-08', 'UBL', '10007414'), (567, 4161, '2013-07-12', 'Doha Bank', '1001107'), (568, 4162, '2013-07-12', 'Doha Bank', '1001106'), (569, 4163, '2013-07-14', 'mashreq', '000740'), (570, 4174, '2013-07-11', 'Doha Bank', '1000418'), (571, 4175, '2013-07-15', 'Doha Bank', '1000039'), (572, 4181, '2013-07-15', 'Doha Bank ', '1000190'), (573, 4189, '2013-07-15', 'International Bank of Qatar', '6709'), (574, 4190, '2013-06-28', 'QNB', '000026'), (575, 4191, '2013-07-11', 'HSBC', '854442'), (576, 4193, '2013-07-08', 'QNB', '3258'), (577, 4217, '2013-07-20', 'QNB', '000217'), (578, 4218, '2013-07-17', 'Commercial Bank of Qatar', '01001382'), (580, 4220, '2013-07-15', 'Doha Bank', '1000132'), (581, 4226, '2013-07-17', 'Al Ahli', '4775151'), (582, 4227, '2013-07-17', 'Doha Bank', '1000119'), (583, 4231, '2013-07-18', 'Doha Bank', '1000216'), (584, 4248, '2013-07-25', 'Doha Bank', '1000145'), (585, 4256, '2013-04-21', 'CBQ', '1003290'), (587, 4269, '2013-07-27', 'Doha Bank', '1000038'), (588, 4278, '2013-07-25', 'Doha Bank', '1000169'), (589, 4279, '2013-07-28', 'QIB', '247802'), (590, 4296, '2013-07-29', 'Doha Bank', '1000004'), (591, 4302, '2013-07-31', 'Masraf Al Rayan', '02222041'), (592, 4306, '2013-07-11', 'Doha bank', '1000418'), (593, 4329, '2013-06-22', 'Doha Bank', '1000866'), (594, 4337, '2013-07-17', 'HSBC', '001510'), (595, 4338, '2013-05-29', 'HSBC', '001333'), (596, 4358, '2013-07-10', 'Commercial Bank', '01000905'), (597, 4370, '2013-08-08', 'Doha Bank', '1000146'), (598, 4371, '2013-08-08', 'Doha Bank', '1004186'), (599, 4372, '2013-08-10', 'Doha Bank', '1000020'), (600, 4375, '2013-08-05', 'CBQ', '01002529'), (601, 4391, '2013-08-10', 'Doha Bank', '1000077'), (602, 4392, '2013-07-29', 'Doha Bank', '1000049'), (603, 4400, '2013-07-23', 'Commercial Bank of Qatar', '01006934'), (604, 4404, '2013-07-24', 'HSBC', '175929'), (605, 4418, '2013-08-18', 'Doha Bank', '1000352'), (606, 4463, '2013-08-21', 'Mashreq', '000140'), (607, 4467, '2013-08-21', 'Mashreq', '000140'), (608, 4470, '2012-09-05', 'Doha Bank', '710526'), (609, 4472, '2013-08-18', 'Commercial Bank', '01002900'), (610, 4485, '2013-08-25', 'Commercial Bank', '01002801'), (611, 4486, '2013-08-25', 'Doha Bank', '1000054'), (612, 4487, '2013-08-25', 'Doha Bank', '1000208'), (613, 4488, '2013-08-25', 'Commercial Bank', '01000037'), (614, 4489, '2013-08-25', 'Doha Bank', '1004187'), (615, 4495, '2013-08-25', 'Commercial Bank', '01000153'), (616, 4496, '2013-08-25', 'Commercial Bank', '01000126'), (617, 4497, '2013-08-25', 'Commercial Bank', '01000516'), (618, 4498, '2013-08-25', 'Doha Bank', '1000098'), (619, 4504, '2013-08-18', 'CBQ', '01000659'), (620, 4508, '2013-08-23', 'Doha bank', '1000170'), (621, 4512, '2013-08-27', 'Standard Chartered', '229516'), (622, 4521, '2013-08-26', 'Masraf Al Rayan', '02222042'), (623, 4529, '2013-08-01', 'Doha Bank', '1000488'), (624, 4534, '2013-08-31', 'Doha bank', '1000328'), (625, 4535, '2013-08-25', 'Doha bank', '1000379'), (626, 4537, '2013-08-31', 'CBQ', '01001413'), (627, 4543, '2013-09-01', 'Doha bank', '1000073'), (628, 4547, '2013-09-01', 'Doha bank', '1000533'), (629, 4551, '2013-09-02', 'IBQ', '047077'), (630, 4554, '2013-09-02', 'CBQ', '01000289'), (631, 4555, '2013-09-02', 'CBQ', '01000024'), (632, 4556, '2013-09-01', 'CBQ', '01000049'), (633, 4557, '2013-08-29', 'Doha bank', '1000239'), (634, 4572, '2013-09-04', 'BNP PARIBAS', '1226674'), (635, 4573, '2013-08-29', 'CBQ', '1000131'), (636, 4574, '2013-09-04', 'CBQ', '01000279'), (637, 4575, '2013-08-18', 'HSBC', '002422'), (638, 4602, '2013-09-05', 'CBQ', '01000843'), (639, 4603, '2013-09-05', 'CBQ', '01000842'), (640, 4604, '2013-09-05', 'CBQ', '01000841'), (641, 4605, '2013-09-07', 'CBQ', '01001267'), (642, 4610, '2013-08-05', 'CBQ', '1001608'), (643, 4611, '2013-08-14', 'CBQ', '1001610'), (644, 4612, '2013-09-08', 'QNB', '000413'), (645, 4613, '2013-09-08', 'QNB', '000412'), (646, 4615, '2013-08-29', 'CBQ', '1000131'), (647, 4624, '2013-09-10', 'Commercial Bank of Qatar', '01002756'), (648, 4629, '2013-09-10', 'CBQ', '01000886'), (649, 4637, '2013-09-10', 'Doha Bank', '1000033'), (650, 4638, '2013-09-11', 'Doha Bank', '1000033'), (651, 4639, '2013-09-10', 'Doha Bank', '1000033'), (652, 4640, '2013-09-09', 'Doha Bank', '1000247'), (653, 4643, '2013-09-05', 'CBQ', '01000360'), (654, 4644, '2013-09-03', 'Doha bank', '1000151'), (655, 4649, '2013-09-06', 'Doha bank', '1000367'), (656, 4658, '2013-09-15', 'Doha bank', '133282'), (657, 4659, '2013-09-15', 'Doha bank', '133282'), (658, 4677, '2013-09-16', 'Doha bank', '1000413'), (659, 4695, '2013-09-20', 'CBQ', '01002799'), (660, 4706, '2013-09-22', 'QIB', '026231'), (661, 4708, '2013-09-22', 'CBQ', '01001165'), (662, 4718, '2013-09-23', 'Doha Bank', '946238'), (663, 4719, '2013-09-22', 'Doha Bank', '1000069'), (664, 4720, '2013-09-22', 'CBQ', '01000373'), (665, 4723, '2013-09-25', 'Doha Bank', '1000029'), (666, 4733, '2013-09-15', 'Doha bank', '1000209'), (667, 4734, '2013-09-13', 'Doha bank', '1001481'), (668, 4735, '2013-09-10', 'CBQ', '1001269'), (669, 4753, '2013-09-27', 'CBQ', '01002822'), (670, 4754, '2013-09-27', 'Doha bank', '1000043'), (671, 4755, '2013-09-29', 'HSBC', '002548'), (672, 4760, '2013-09-30', 'CBQ', '1000156'), (673, 4767, '2013-10-01', 'CBQ', '000029'), (674, 4770, '2013-09-30', 'CBQ', '01000562'), (675, 4771, '2013-09-25', 'Doha bank', '1000026'), (676, 4777, '2013-10-01', 'CBQ', '01000741'), (677, 4782, '2013-10-02', 'mashreq', '000018'), (678, 4791, '2013-09-04', 'QNB', '002469'), (679, 4793, '2013-10-02', 'Doha bank', '1000861'), (680, 4799, '2013-06-20', 'Doha bank', '1000215'), (681, 4807, '2013-09-23', 'Doha bank', '1000350'), (682, 4808, '2013-09-23', 'Doha bank', '1000350'), (683, 4813, '2013-04-09', 'CBQ', '01000630'), (684, 4814, '2013-10-05', 'CBQ', '01002823'), (685, 4816, '2013-09-30', 'Doha bank', '1000077'), (686, 4826, '2013-10-07', 'CBQ', '01000798'), (687, 4832, '2013-10-08', 'Doha bank', '1000284'), (688, 4849, '2013-10-09', 'Ahli Bank', '4900886'), (689, 4862, '2013-10-13', 'Doha bank', '1000065'), (690, 4890, '2013-10-20', 'Doha Bank', '1000013'), (691, 4891, '2013-10-20', 'Commercial Bank of Qatar', '01001481'), (692, 4900, '2013-10-20', 'Doha Bank', '1000201'), (693, 4920, '2013-10-20', 'QNB Bank', '457'), (694, 4923, '2013-10-23', 'IBQ Bank', '156687'), (695, 4924, '2013-10-24', 'IBQ Bank', '156686'), (697, 4933, '2013-10-12', 'Commercial Bank of Qatar', '1001671'), (698, 4962, '2013-10-27', 'Doha Bank', '1000467'), (699, 4974, '2013-10-29', 'HSBC Bank', '1780'), (700, 5015, '2013-10-28', 'Doha Bank', '1000435'), (701, 5016, '2013-10-24', 'Doha Bank', '1000041'), (702, 5017, '2013-11-01', 'Doha Bank', '1001639'), (703, 5018, '2013-11-24', 'Masraf Al Rayan', '03671360'), (704, 5019, '2013-10-24', 'Masraf Al Rayan Bank', '03671359'), (705, 5020, '2013-10-28', 'Doha Bank', '1000012'), (706, 5021, '2013-10-14', 'Doha Bank', '1000009'), (707, 5038, '2013-11-01', 'Doha Bank', '1006676'), (708, 5045, '2013-11-07', 'Mashreq Bank', '000362'), (709, 5046, '2013-11-10', 'QIB Bank', '002-036061'), (710, 5053, '2013-10-20', 'Doha Bank', '1000330'), (711, 5054, '2013-11-04', 'Arab Bank', '001655'), (712, 5055, '2013-11-17', 'Doha Bank', '1006580'), (713, 5056, '2013-11-22', 'Doha Bank', '1006581'), (714, 5057, '2013-10-30', 'Doha Bank', '1000410'), (715, 5068, '2013-10-27', 'Doha Bank', '1000661'), (716, 5069, '2013-10-28', 'Commercial Bank of Qatar', '01000213'), (717, 5080, '2013-11-04', 'Commercial Bank of Qatar', '01000055'), (718, 5082, '2013-10-01', 'Commercial Bank of Qatar', '01000741'), (719, 5083, '2013-10-24', 'Commercial Bank of Qatar', '01005757'), (720, 5086, '2013-11-07', 'Commercial Bank of Qatar', '01001045'), (721, 5087, '2013-11-11', 'Doha Bank', '1000110'), (722, 5088, '2013-11-11', 'Doha Bank', '1000109'), (723, 5089, '2013-11-05', 'QNB Bank', '000038'), (724, 5090, '2013-11-10', 'Doha Bank', '1002309'), (725, 5091, '2013-10-26', 'Doha Bank', '1000823'), (726, 5092, '2013-11-10', 'Doha Bank', '1000065'), (727, 5093, '2013-10-24', 'Doha Bank', '1000812'), (728, 5109, '2013-11-13', 'HSBC Bank', '034850'), (729, 5110, '2013-11-18', 'HSBC Bank', '034851'), (730, 5111, '2013-11-12', 'HSBC Bank', '365244'), (731, 5149, '2013-11-20', 'Doha Bank', '1000068'), (732, 5151, '2013-11-21', 'Commercial Bank', '01000104'), (733, 5152, '2013-11-28', 'Commercial Bank', '01000354'), (734, 5153, '2013-11-30', 'Commercial Bank', '01000309'), (735, 5154, '2013-11-20', 'IBQ Bank', '7132'), (736, 5155, '2013-10-24', 'Commercial Bank of Qatar', '01000175'), (737, 5167, '2013-11-25', 'Ahli Bank', '4818260'), (738, 5175, '2013-11-14', 'Commercial Bank of Qatar', '01003416'), (739, 5190, '2013-12-01', 'Doha Bank', '1000215'), (740, 5191, '2013-11-19', 'Commercial Bank of Qatar', '01005352'), (741, 5193, '2013-11-29', 'QIB Bank', '308144'), (742, 5194, '2013-11-06', 'Doha Bank', '1000200'), (743, 5195, '2013-10-24', 'Doha Bank', '1000136'), (744, 5198, '2013-12-01', 'HSBC', '365246'), (745, 5202, '2013-11-28', 'Commercial Bank of Qatar', '01000294'), (746, 5219, '2013-11-27', 'QNB Bank', '000025'), (747, 5220, '2013-11-28', 'Doha Bank', '677775'), (748, 5221, '2013-11-28', 'Doha Bank', '1000824'), (749, 5222, '2013-12-01', 'Doha Bank', '1000168'), (750, 5224, '2013-12-04', 'Doha Bank', '1000115'), (751, 5225, '2013-12-03', 'HSBC Bank', '634-011/001'), (752, 5236, '2013-12-09', 'IBQ', '194309'), (753, 5237, '2013-12-09', 'IBQ', '185669'), (754, 5238, '2013-12-09', 'IBQ', '206298'), (755, 5239, '2013-12-09', 'IBQ', '206299'), (756, 5240, '2013-12-09', 'IBQ', '206301'), (759, 5242, '2013-11-18', 'Ahli Bank', '4976684'), (760, 5243, '2013-11-18', 'Ahli Bank', '4976683'), (761, 5253, '2013-12-08', 'Doha Bank', '1000301'), (762, 5256, '2013-11-28', 'QIB', '308506'), (763, 5257, '2013-10-27', 'cbq', '01000227'), (764, 5269, '2013-10-22', 'QIB', '287774'), (765, 5276, '2013-10-14', 'Doha Bank', '1000282'), (766, 5282, '2013-12-10', 'CBQ', '01000023'), (767, 5287, '2013-11-22', 'Barwa Bank', '000437'), (768, 5296, '2013-11-02', 'QIB', '247851'), (769, 5297, '2013-12-10', 'CBQ', '01000472'), (770, 5298, '2013-12-10', 'CBQ', '01000469'), (771, 5299, '2013-12-10', 'CBQ', '01000471'), (772, 5311, '2013-12-10', 'CBQ', '01001656'), (773, 5312, '2013-12-14', 'IBQ', '210104'), (774, 5317, '2013-12-09', 'CBQ', '01002082'), (775, 5318, '2013-12-05', 'CBQ', '01002081'), (776, 5319, '2013-12-05', 'CBQ', '01002081'), (777, 5324, '2013-12-13', 'CBQ', '01001569'), (778, 5325, '2013-12-15', 'CBQ', '01000024'), (779, 5331, '2013-12-10', 'Barwa Bank', '000536'), (780, 5341, '2013-12-16', 'CBQ', '01000918'), (781, 5343, '2013-12-12', 'Doha Bank', '1000303'), (782, 5354, '2013-12-11', 'CBQ', '1005841'), (783, 5370, '2013-12-19', 'UBL United Bank', '10009640'), (784, 5372, '2013-12-17', 'CBQ', '01002429'), (785, 5380, '2013-11-16', 'Doha Bank', '1000897'), (786, 5385, '2013-12-20', 'Doha Bank', '1000331'), (787, 5386, '2013-12-17', 'Doha Bank', '856841'), (788, 5387, '2012-06-21', 'QNB', '008456'), (789, 5403, '2013-12-23', 'Masraf Al Rayan', '08021142'), (790, 5411, '2013-12-14', 'HSBC', '002848'), (791, 5414, '2013-12-25', 'CBQ', '01000189'), (792, 5415, '2013-12-25', 'CBQ', '01000190'), (793, 5416, '2013-12-25', 'CBQ', '01000923'), (794, 5419, '2013-12-25', 'Doha Bank', '1008227'), (795, 5428, '2013-12-22', 'CBQ', '01000661'), (796, 5429, '2013-12-26', 'CBQ', '01001253'), (797, 5440, '2013-11-20', 'Doha Bank', '1000166'), (798, 5441, '2013-12-16', 'Doha Bank', '1000171'), (799, 5450, '2013-12-26', 'Doha Bank', '856842'), (800, 5451, '2013-11-07', 'QNB', '685'), (801, 5452, '2013-10-27', 'Doha Bank', '1000046'), (802, 5461, '2013-12-24', 'Ahli Bank', '4818258'), (803, 5463, '2013-12-30', 'Doha Bank', '1000095'), (804, 5464, '2013-12-30', 'CBQ', '01000025'), (805, 5477, '2013-12-24', 'Barwa Bank', '000227'), (806, 5485, '2013-12-29', 'CBQ', '01000537'), (807, 5488, '2013-12-26', 'CBQ', '01008229'), (808, 5489, '2014-01-02', 'Doha Bank', '1000460'), (809, 5490, '2014-01-02', 'Doha Bank', '1003950'), (810, 5491, '2014-01-03', 'CBQ', '01000519'), (811, 5494, '2014-01-05', 'QIB', '140174'), (812, 5495, '2013-12-31', 'CBQ', '01000390'), (813, 5496, '2013-12-31', 'CBQ', '01000186'), (814, 5499, '2013-12-31', 'Doha Bank', '1000360'), (815, 5500, '2013-12-31', 'CBQ', '01002083'), (816, 5512, '2014-01-07', 'Doha Bank', '1000348'), (817, 5516, '2014-01-06', 'Mashreq Bank', '000670'), (818, 5518, '2014-01-08', 'Doha Bank', '1000535'), (819, 5519, '2014-01-08', 'CBQ', '01000301'), (820, 5525, '2014-01-05', 'UBL United Bank', '10005365'), (821, 5535, '2014-01-10', 'CBQ', '01003439'), (822, 5536, '2014-01-12', 'Doha Bank', '1000358'), (823, 5540, '2014-01-12', 'Doha Bank', '1004132'), (824, 5541, '2014-01-09', 'Doha Bank', '856845'), (825, 5551, '2014-01-11', 'Doha Bank', '1000847'), (826, 5552, '2014-01-14', 'Mashreq Bank', '000024'), (827, 5555, '2014-01-13', 'CBQ', '01001312'), (828, 5563, '2014-01-13', 'Doha Bank', '1000593'), (829, 5564, '2014-01-13', 'CBQ', '010002744'), (830, 5573, '2014-01-15', 'Doha Bank', '1000076'), (831, 5580, '2014-01-15', 'CBQ', '01000572'), (832, 5587, '2014-01-16', 'Doha Bank', '1000595'), (833, 5590, '2014-01-18', 'Doha Bank', '1000042'), (834, 5591, '2014-01-17', 'CBQ', '01000010'), (835, 5593, '2014-01-19', 'CBQ', '1000350'), (836, 5595, '2014-01-19', 'CBQ', '01001816'), (837, 5597, '2014-01-20', 'ibq', '218568'), (838, 5608, '2014-01-08', 'Doha Bank', '1000881'), (839, 5609, '2014-01-20', 'Doha Bank', '1000061'), (840, 5615, '2014-01-12', 'CBQ', '01000566'), (841, 5616, '2014-01-12', 'HSBC', '169143'), (842, 5617, '2014-01-22', 'Mashreq Bank', '000039'), (843, 5623, '2014-01-23', 'Mshreq Bank', '000071'), (844, 5624, '2014-01-23', 'Barwa Bank', '000583'), (845, 5627, '2014-01-06', 'Barwa Bank', '000287'), (846, 5628, '2013-12-09', 'CBQ', '01001648'), (847, 5636, '2014-01-20', 'Barwa Bank', '000261'), (848, 5637, '2014-01-26', 'Doha Bank', '1000331'), (849, 5638, '2014-01-26', 'Doha Bank', '1000075'), (850, 5651, '2014-01-27', 'Doha Bank', '1000487'), (851, 5724, '2014-01-15', 'Doha Bank', '1000759'), (852, 5730, '2014-01-30', 'CBQ', '01001813'), (853, 5731, '2014-01-30', 'CBQ', '01001814'), (854, 5747, '2014-02-01', 'CBQ', '01000035'), (855, 5755, '2014-02-02', 'CBQ', '01000194'), (856, 5757, '2014-02-02', 'Mashreq Bank', '000382'), (857, 5758, '2014-01-03', 'CBQ', '01000519'), (858, 5760, '2014-02-01', 'CBQ', '01000020'), (859, 5776, '2014-02-03', 'Qatar International Islamic Bank', '00000152'), (860, 5777, '2014-01-21', 'Doha Bank', '1000409'), (861, 5785, '2014-02-02', 'Doha Bank', '1000268'), (862, 5798, '2014-02-05', 'Doha Bank', '1000412'), (863, 5803, '2014-01-19', 'CBQ', '01000349'), (864, 5805, '2014-02-03', 'CBQ', '01002781'), (865, 5813, '2014-02-10', 'Mashreq Bank', '000014'), (866, 5815, '2014-02-10', 'Doha Bank', '1000134'), (867, 5826, '2014-02-12', 'CBQ', '01003440'), (868, 5829, '2014-02-08', 'CBQ', '0100413'), (869, 5830, '2014-01-29', 'Doha Bank', '1000284'), (870, 5840, '2014-02-10', 'QIB', '200015'), (871, 5845, '2014-02-04', 'CBQ', '01008537'), (872, 5847, '2014-02-16', 'HSBC', '003027'), (873, 5856, '2014-02-10', 'CBQ', '01000130'), (874, 5865, '2013-12-12', 'Doha Bank', '1000071'), (875, 5866, '2014-02-17', 'Doha Bank', '1000108'), (876, 5872, '2014-02-17', 'CBQ', '01001679'), (877, 5873, '2014-01-26', 'Doha Bank', '1000304'), (878, 5885, '2014-02-01', 'CBQ', '01001849'), (879, 5886, '2014-02-01', 'CBQ', '01001847'), (880, 5887, '2014-02-01', 'CBQ', '01001848'), (881, 5896, '2014-02-19', 'IBQ', '23560'), (882, 5902, '2014-02-20', 'Doha Bank', '1000286'), (883, 5903, '2014-02-19', 'Doha Bank', '1000198'), (884, 5916, '2014-02-23', 'IBQ', '243104'), (885, 5918, '2014-02-16', 'Doha Bank', '1000787'), (886, 5919, '2014-02-24', 'Doha Bank', '1000361'), (887, 5922, '2014-02-20', 'CBQ', '01000388'), (888, 5932, '2014-02-19', 'Doha Bank', '677716'), (889, 5933, '2014-02-24', 'Doha Bank', '1000218'), (890, 5945, '2014-02-01', 'CBQ', '01001850'), (891, 5946, '2014-02-20', 'CBQ', '01000309'), (892, 5947, '2014-02-27', 'CBQ', '01001823'), (893, 5951, '2014-02-28', 'CBQ', '01000015'), (894, 5978, '2014-02-28', 'QIB', '328749'), (895, 5979, '2014-03-01', 'Doha Bank', '1000760'), (896, 5980, '2014-03-01', 'CBQ', '01001479'), (897, 5986, '2014-03-04', 'Doha Bank', '1000062'), (898, 5987, '2014-03-04', 'Doha Bank', '1000064'), (899, 5988, '2014-02-28', 'CBQ', '01003593'), (900, 5998, '2014-03-05', 'Doha Bank', '1000411'), (901, 5999, '2014-03-04', 'Doha Bank', '1000307'), (902, 6000, '2014-03-01', 'CBQ', '01000693'), (903, 6018, '2014-02-19', 'HSBC', '002041'), (904, 6019, '2013-12-23', 'Doha Bank', '1028733'), (905, 6020, '2014-02-25', 'Doha Bank', '1000168'), (906, 6021, '2014-02-27', 'CBQ', '01002592'), (907, 6022, '2014-03-10', 'IBQ', '248111'), (908, 6025, '2014-03-09', 'CBQ', '01000446'), (909, 6033, '2014-03-09', 'Ahi Bank', '5103955'), (910, 6034, '2014-03-10', 'QIB', '163882'), (911, 6035, '2014-03-10', 'CBQ', '01000185'), (912, 6049, '2014-02-20', 'Doha Bank', '1000462'), (913, 6050, '2014-03-05', 'Doha Bank', '1001008'), (914, 6051, '2014-03-12', 'CBQ', '01001682'), (915, 6052, '2014-03-10', 'Mashreq Bank', '001219'), (916, 6053, '2014-03-12', 'CBQ', '01003594'), (917, 6054, '2014-03-13', 'CBQ', '01001657'), (918, 6055, '2014-03-01', 'CBQ', '01002943'), (919, 6060, '2014-03-05', 'HSBC', '169145'), (920, 6061, '2014-03-10', 'CBQ', '01001057'), (921, 6062, '2014-03-13', 'CBQ', '01001058'), (922, 6084, '2014-03-15', 'IBQ', '023739'), (923, 6106, '2014-02-24', 'CBQ', '01003441'), (924, 6108, '2014-03-20', 'CBQ', '01002047'), (925, 6122, '2014-03-19', 'QNB', '002122'), (926, 6123, '2014-03-20', 'Arab Bank', '002072'), (927, 6124, '2014-02-16', 'BNP PARIBAS', '1244536'), (928, 6125, '2014-03-17', 'DOHA Bank', '1000595'), (929, 6129, '2014-03-23', 'Cbq', '36'), (930, 6131, '2014-03-20', 'CBQ', '01000129'), (931, 6132, '2014-03-10', 'CBQ', '01000186'), (932, 6138, '2014-03-24', 'Doha Bank', '1000362'), (933, 6140, '2014-03-24', 'CBQ', '01000395'), (934, 6141, '2014-01-31', 'QIB', '328668'), (935, 6149, '2014-03-25', 'International Islamic Bank', '00000151'), (936, 6178, '2014-03-12', 'Doha Bank', '1000054'), (937, 6185, '2014-03-24', 'Barwa Bank', '000700'), (938, 6186, '2014-03-24', 'Barwa Bank', '1800'), (939, 6187, '2014-03-25', 'Standard Charted ', '1021435'), (940, 6188, '2014-03-31', 'Doha Bank', '1000651'), (944, 6194, '2014-04-10', 'CBQ', '01000396'), (943, 6195, '2014-04-20', 'Doha Bank', '1000648'), (945, 6200, '2014-03-19', 'QNB', '003357'), (946, 6206, '2014-03-25', 'QIB', '365547'), (947, 6219, '2014-03-24', 'CBQ', '01000037'), (948, 6246, '2014-04-02', 'Doha Bank', '1000295'), (949, 6247, '2014-04-03', 'Doha Bank', '1000400'), (950, 6248, '2014-03-31', 'Doha Bank', '1001062'), (951, 6249, '2014-03-31', 'QIB', '365541'), (952, 6250, '2014-03-01', 'Doha Bank', '1000835'), (953, 6256, '2014-03-27', 'Doha Bank', '1000443'), (954, 6257, '2014-04-02', 'Arab Bank ', '002149'), (955, 6258, '2014-03-06', 'CBQ', '01005478'), (956, 6291, '2014-04-07', 'CBQ', '01000947'), (957, 6292, '2014-04-07', 'CBQ', '01000948'), (958, 6297, '2014-04-09', 'Doha Bank', '1000036'), (959, 6299, '2014-04-10', 'Doha Bank', '1000105'), (960, 6303, '2014-04-10', 'QNB', '000430'), (961, 6304, '2014-04-10', 'CBQ', '01000396'), (962, 6315, '2014-04-07', 'Doha Bank', '1000908'), (963, 6316, '2014-04-04', 'CBQ', '01000419'), (964, 6319, '2014-03-24', 'QIB', '170326'), (965, 6330, '2014-04-14', 'Doha Bank', '1000654'), (966, 6332, '2014-04-14', 'CBQ', '0100962'), (967, 6334, '2014-04-07', 'CBQ', '01000947'), (968, 6335, '2014-04-14', 'CBQ', '01000963'), (969, 6339, '2014-04-02', 'CBQ', '01001434'), (970, 6344, '2014-04-14', 'CBQ', '01000086'), (971, 6353, '2014-04-18', 'CBQ', '01000336'), (972, 6355, '2014-04-20', 'IBQ', '964670'), (973, 6356, '2014-04-02', 'CBQ', '01002233'), (974, 6357, '2014-04-15', 'Doha Bank', '1000264'), (975, 6358, '2014-04-15', 'Doha Bank', '1000718'), (976, 6359, '2014-03-25', 'HSBC', '027673'), (977, 6371, '2014-04-21', 'Doha Bank', '1001116'), (978, 6372, '2014-04-19', 'Doha Bank', '1001097'), (979, 6374, '2014-04-15', 'CBQ', '01000533'), (980, 6389, '2014-04-22', 'CBQ', '01000001'), (981, 6390, '2014-04-20', 'Doha Bank', '1000648'), (982, 6398, '2013-10-09', 'QNB', '3208'), (983, 6416, '2014-04-28', 'CBQ', '01000831'), (984, 6423, '2014-05-04', 'CBQ', '10002164'), (985, 6424, '2014-05-05', 'HSBC', '150646'), (986, 6426, '2014-04-28', 'CBQ', '01000830'), (987, 6428, '2014-04-16', 'CBQ', '01000038'), (988, 6441, '2014-05-05', 'Mashreq Bank', '000305'), (989, 6442, '2014-04-25', 'CBQ', '01003105'), (990, 6443, '2014-04-10', 'CBQ', '01000090'), (991, 6444, '2014-04-30', 'CBQ', '01003639'), (992, 6452, '2014-05-03', 'CBQ', '01001351'), (993, 6454, '2014-05-04', 'QIB', '231387'), (994, 6467, '2014-05-12', 'CBQ', '01001265'), (995, 6468, '2014-05-17', 'Doha Bank', '1002550'), (996, 6469, '2014-05-20', 'Doha Bank', '1000649'), (997, 6470, '2014-07-20', 'Doha Bank', '1000900'), (998, 6471, '2014-05-31', 'CBQ', '01003640'), (999, 6472, '2014-06-30', 'CBQ', '01003641'), (1009, 6473, '2014-08-31', 'CBQ', '01003642'), (1001, 6478, '2014-05-10', 'CBQ', '01000569'), (1002, 6479, '2014-05-10', 'CBQ', '01000409'), (1003, 6484, '2014-05-12', 'Doha Bank', '1000187'), (1004, 6488, '2014-05-08', 'Barwa Bank', '000294'), (1005, 6489, '2014-05-07', 'Doha Bank', '1000119'), (1006, 6490, '2014-05-12', 'Doha Bank', '1000187'), (1007, 6505, '2014-05-01', 'Doha Bank', '1000127'), (1008, 6512, '2014-05-17', 'cbq', '0000'), (1010, 6513, '2010-11-10', 'CBQ', '01000072'), (1011, 6514, '2011-01-05', 'CBQ', '1000079'), (1012, 6515, '2011-02-24', 'CBQ', '1000091'), (1014, 6516, '2011-03-28', 'CBQ', '1000100'), (1015, 6517, '2011-06-30', 'CBQ', '010000135'), (1016, 6518, '2012-03-06', 'CBQ', '1000208'), (1017, 6519, '2012-08-21', 'CBQ', ''), (1018, 6520, '2013-09-17', 'CBQ', '1000299'), (1019, 6521, '2013-12-05', 'CBQ', '1000248'), (1020, 6522, '2014-01-30', 'CBQ', '1000339'), (1021, 6523, '2014-03-02', 'CBQ', '1000343'), (1022, 6524, '2014-04-22', 'CBQ', '1000356'), (1023, 6525, '2011-05-25', 'CBQ', '01000110'), (1024, 6526, '2011-09-20', 'CBQ', '01000141'), (1025, 6527, '2012-12-25', 'CBQ', ''), (1026, 6528, '2011-09-29', 'CBQ', '01000141'), (1027, 6529, '2012-07-31', 'CBQ', ''), (1028, 6530, '2011-05-01', 'CBQ', ''), (1029, 6531, '2011-07-03', 'CBQ', ''), (1030, 6532, '2011-09-26', 'CBQ', ''), (1031, 6533, '2011-10-09', 'CBQ', ''), (1032, 6534, '2011-11-27', 'CBQ', ''), (1033, 6535, '2012-01-10', 'CBQ', ''), (1034, 6536, '2012-06-06', 'CBQ', ''), (1035, 6537, '2012-06-27', 'CBQ', ''), (1036, 6538, '2012-07-31', 'CBQ', ''), (1037, 6539, '2012-07-31', 'CBQ', ''), (1038, 6540, '2012-11-01', 'CBQ', ''), (1039, 6541, '2012-11-05', 'CBQ', ''), (1040, 6542, '2012-11-08', 'CBQ', ''), (1041, 6543, '2012-11-28', 'CBQ', ''), (1042, 6544, '2013-02-04', 'CBQ', ''), (1043, 6545, '2013-02-04', 'CBQ', '01000268'), (1044, 6546, '2013-03-18', 'CBQ', ''), (1045, 6547, '2013-04-14', 'CBQ', ''), (1046, 6548, '2013-06-11', 'cbq', ''), (1047, 6549, '2013-07-07', 'CBQ', ''), (1048, 6550, '2013-07-17', 'CBQ', ''); INSERT INTO `receipt_cheque` (`id`, `reference`, `ch_date`, `bank_name`, `cheque_no`) VALUES (1049, 6551, '2013-08-05', 'CBQ', ''), (1050, 6552, '2013-08-13', 'CBQ', ''), (1051, 6553, '2013-10-22', 'CBQ', ''), (1052, 6554, '2013-10-29', 'CBQ', ''), (1053, 6555, '2013-10-30', 'CBQ', ''), (1054, 6556, '2013-10-30', 'CBQ', ''), (1055, 6557, '2013-01-08', 'CBQ', ''), (1056, 6558, '2014-02-10', 'CBQ', ''), (1057, 6559, '2014-02-18', 'CBQ', ''), (1058, 6560, '2014-03-26', 'CBQ', ''), (1059, 6561, '2014-05-18', 'CBQ', '01000362'), (1060, 6562, '2014-05-15', 'Doha Bank', '1001088'), (1063, 6563, '2014-05-23', 'CBQ', '01001750'), (1062, 6564, '2014-06-15', 'CBQ', '01001060'), (1064, 6565, '2014-05-15', 'CBQ', '01001059'), (1065, 6566, '2014-05-25', 'Doha Bank', '1000491'), (1066, 6567, '2014-05-31', 'Doha Bank', '1000652'), (1067, 6569, '2014-05-12', 'CBQ', '01001265'), (1068, 6574, '2014-05-17', 'Doha Bank', '1002550'), (1069, 6575, '2014-05-20', 'Doha Bank', '1000649'), (1086, 6576, '2014-07-20', 'Doha Bank', '1000900'), (1071, 6577, '2014-05-31', 'CBQ', '01003640'), (1072, 6578, '2014-06-30', 'CBQ', '01003641'), (1073, 6579, '2014-08-31', 'CBQ', '01003642'), (1074, 6582, '2014-05-18', 'QNB', '000487'), (1075, 6584, '2014-05-18', 'CBQ', '01001517'), (1076, 6585, '2014-05-18', 'CBQ', '01000363'), (1077, 6589, '2014-05-18', 'CBQ', '1000361'), (1079, 6607, '2014-05-17', 'CBQ', '01002868'), (1080, 6608, '2014-05-08', 'QIB', '109823'), (1098, 6609, '2014-06-05', 'QIB', '109824'), (1101, 6610, '2014-07-10', 'QIB', '109825'), (1083, 6631, '2014-06-06', 'shan', '123'), (1088, 6632, '2014-06-06', 'Shan', '1234'), (1085, 6633, '2014-06-27', 'test', '3232'), (1090, 6635, '2014-06-18', '543', '543'), (1091, 6637, '2014-06-24', 'test', 'sd'), (1092, 6638, '2014-06-24', '', ''), (1100, 6674, '2014-09-19', 'Test', '648541'), (1103, 6675, '2014-09-19', '', ''), (1104, 6754, '2014-12-31', '', ''), (1106, 6755, '2014-12-31', '', ''), (1107, 6756, '2014-12-31', '', ''); -- -------------------------------------------------------- -- -- 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 '', `tr_type` enum('other','post_dated_cheque') NOT NULL DEFAULT 'other', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6803 ; -- -- Dumping data for table `refs` -- INSERT INTO `refs` (`id`, `type`, `reference`, `tr_type`) VALUES (7, '6', 'DN/2011/4', 'other'), (8, '5', 'CN/2011/1', 'other'), (9, '6', 'DN/2011/5', 'other'), (11, '6', 'DN/2011/7', 'other'), (15, '6', 'DN/2011/10', 'other'), (16, '6', 'DN/2011/11', 'other'), (17, '6', 'DN/2011/12', 'other'), (19, '6', 'DN/2011/14', 'other'), (23, '6', 'DN/2011/18', 'other'), (29, '6', 'DN/2011/24', 'other'), (30, '6', 'DN/2011/25', 'other'), (33, '6', 'DN/2011/28', 'other'), (34, '6', 'DN/2011/29', 'other'), (35, '6', 'DN/2011/30', 'other'), (36, '5', 'CN/2011/2', 'other'), (37, '6', 'DN/2011/31', 'other'), (39, '6', 'DN/2011/32', 'other'), (40, '6', 'DN/2011/33', 'other'), (41, '2', 'RV/2011/1', 'other'), (42, '6', 'DN/2011/34', 'other'), (47, '6', 'DN/2011/39', 'other'), (48, '6', 'DN/2011/40', 'other'), (50, '6', 'DN/2011/42', 'other'), (53, '6', 'DN/2011/44', 'other'), (54, '6', 'DN/2011/45', 'other'), (55, '6', 'DN/2011/46', 'other'), (56, '6', 'DN/2011/47', 'other'), (57, '6', 'DN/2011/48', 'other'), (58, '6', 'DN/2011/49', 'other'), (59, '6', 'DN/2011/50', 'other'), (60, '6', 'DN/2011/51', 'other'), (61, '6', 'DN/2011/52', 'other'), (62, '6', 'DN/2011/53', 'other'), (63, '2', 'RV/2011/2', 'other'), (69, '5', 'CN/2011/5', 'other'), (70, '6', 'DN/2011/57', 'other'), (74, '2', 'RV/2011/3', 'other'), (76, '6', 'DN/2011/60', 'other'), (77, '2', 'RV/2011/4', 'other'), (79, '6', 'DN/2011/61', 'other'), (84, '6', 'DN/2011/66', 'other'), (87, '6', 'DN/2011/69', 'other'), (88, '6', 'DN/2011/70', 'other'), (90, '6', 'DN/2011/72', 'other'), (91, '6', 'DN/2011/73', 'other'), (94, '2', 'RV/2011/5', 'other'), (95, '2', 'RV/2011/6', 'other'), (96, '6', 'DN/2011/75', 'other'), (98, '6', 'DN/2011/77', 'other'), (101, '6', 'DN/2011/79', 'other'), (104, '5', 'CN/2011/9', 'other'), (105, '6', 'DN/2011/81', 'other'), (106, '6', 'DN/2011/82', 'other'), (107, '2', 'RV/2011/7', 'other'), (108, '2', 'RV/2011/8', 'other'), (109, '6', 'DN/2011/83', 'other'), (110, '6', 'DN/2011/84', 'other'), (111, '6', 'DN/2011/85', 'other'), (112, '6', 'DN/2011/86', 'other'), (113, '6', 'DN/2011/87', 'other'), (114, '6', 'DN/2011/88', 'other'), (115, '6', 'DN/2011/89', 'other'), (118, '6', 'DN/2011/92', 'other'), (120, '6', 'DN/2011/94', 'other'), (121, '2', 'RV/2011/9', 'other'), (127, '6', 'DN/2011/98', 'other'), (129, '6', 'DN/2011/100', 'other'), (132, '6', 'DN/2011/101', 'other'), (133, '6', 'DN/2011/102', 'other'), (134, '6', 'DN/2011/103', 'other'), (135, '6', 'DN/2011/104', 'other'), (136, '6', 'DN/2011/105', 'other'), (139, '6', 'DN/2011/107', 'other'), (140, '6', 'DN/2011/108', 'other'), (143, '6', 'DN/2011/111', 'other'), (144, '6', 'DN/2011/112', 'other'), (145, '6', 'DN/2011/113', 'other'), (146, '6', 'DN/2011/114', 'other'), (149, '5', 'CN/2011/10', 'other'), (150, '6', 'DN/2011/116', 'other'), (151, '3', 'JV/2011/1', 'other'), (152, '1', 'PV/2011/1', 'other'), (153, '3', 'JV/2011/2', 'other'), (154, '1', 'PV/2011/2', 'other'), (155, '3', 'JV/2011/3', 'other'), (156, '1', 'PV/2011/3', 'other'), (157, '3', 'JV/2011/4', 'other'), (158, '1', 'PV/2011/4', 'other'), (162, '6', 'DN/2011/119', 'other'), (163, '6', 'DN/2011/120', 'other'), (164, '5', 'CN/2011/11', 'other'), (165, '6', 'DN/2011/121', 'other'), (166, '5', 'CN/2011/12', 'other'), (167, '6', 'DN/2011/122', 'other'), (170, '6', 'DN/2011/124', 'other'), (171, '6', 'DN/2011/125', 'other'), (172, '2', 'RV/2011/10', 'other'), (173, '2', 'RV/2011/11', 'other'), (174, '2', 'RV/2011/12', 'other'), (175, '5', 'CN/2011/13', 'other'), (176, '6', 'DN/2011/126', 'other'), (177, '6', 'DN/2011/127', 'other'), (178, '6', 'DN/2011/128', 'other'), (179, '2', 'RV/2011/13', 'other'), (180, '6', 'DN/2011/129', 'other'), (181, '6', 'DN/2011/130', 'other'), (182, '2', 'RV/2011/14', 'other'), (187, '6', 'DN/2011/134', 'other'), (194, '6', 'DN/2011/139', 'other'), (196, '6', 'DN/2011/141', 'other'), (197, '6', 'DN/2011/142', 'other'), (198, '6', 'DN/2011/143', 'other'), (200, '6', 'DN/2011/144', 'other'), (202, '6', 'DN/2011/146', 'other'), (203, '6', 'DN/2011/147', 'other'), (204, '6', 'DN/2011/148', 'other'), (205, '2', 'RV/2011/15', 'other'), (206, '6', 'DN/2011/149', 'other'), (207, '2', 'RV/2011/16', 'other'), (209, '2', 'RV/2011/17', 'other'), (214, '6', 'DN/2011/154', 'other'), (225, '6', 'DN/2011/162', 'other'), (228, '6', 'DN/2011/165', 'other'), (230, '6', 'DN/2011/167', 'other'), (231, '6', 'DN/2011/168', 'other'), (232, '6', 'DN/2011/169', 'other'), (235, '5', 'CN/2011/14', 'other'), (236, '6', 'DN/2011/170', 'other'), (237, '5', 'CN/2011/15', 'other'), (238, '6', 'DN/2011/171', 'other'), (241, '2', 'RV/2011/18', 'other'), (244, '6', 'DN/2011/172', 'other'), (251, '6', 'DN/2011/178', 'other'), (252, '6', 'DN/2011/179', 'other'), (253, '6', 'DN/2011/180', 'other'), (254, '6', 'DN/2011/181', 'other'), (255, '6', 'DN/2011/182', 'other'), (256, '6', 'DN/2011/183', 'other'), (259, '2', 'RV/2011/19', 'other'), (260, '6', 'DN/2011/185', 'other'), (262, '6', 'DN/2011/186', 'other'), (264, '6', 'DN/2011/187', 'other'), (265, '2', 'RV/2011/20', 'other'), (266, '6', 'DN/2011/188', 'other'), (268, '6', 'DN/2011/190', 'other'), (277, '6', 'DN/2011/199', 'other'), (278, '6', 'DN/2011/200', 'other'), (279, '6', 'DN/2011/201', 'other'), (280, '6', 'DN/2011/202', 'other'), (281, '6', 'DN/2011/203', 'other'), (283, '6', 'DN/2011/205', 'other'), (284, '6', 'DN/2011/206', 'other'), (285, '6', 'DN/2011/207', 'other'), (286, '6', 'DN/2011/208', 'other'), (287, '6', 'DN/2011/209', 'other'), (288, '2', 'RV/2011/21', 'other'), (289, '2', 'RV/2011/22', 'other'), (290, '2', 'RV/2011/23', 'other'), (292, '2', 'RV/2011/24', 'other'), (294, '6', 'DN/2011/211', 'other'), (295, '2', 'RV/2011/25', 'other'), (296, '2', 'RV/2011/26', 'other'), (302, '6', 'DN/2011/216', 'other'), (303, '2', 'RV/2011/27', 'other'), (305, '3', 'JV/2011/5', 'other'), (307, '6', 'DN/2011/219', 'other'), (310, '2', 'RV/2011/28', 'other'), (311, '6', 'DN/2011/222', 'other'), (312, '2', 'RV/2011/29', 'other'), (313, '2', 'RV/2011/30', 'other'), (314, '2', 'RV/2011/31', 'other'), (315, '2', 'RV/2011/32', 'other'), (316, '2', 'RV/2011/33', 'other'), (317, '2', 'RV/2011/34', 'other'), (318, '6', 'DN/2011/223', 'other'), (319, '6', 'DN/2011/224', 'other'), (320, '2', 'RV/2011/35', 'other'), (322, '2', 'RV/2011/36', 'other'), (324, '2', 'RV/2011/37', 'other'), (333, '6', 'DN/2011/233', 'other'), (337, '6', 'DN/2011/237', 'other'), (342, '6', 'DN/2011/242', 'other'), (343, '6', 'DN/2011/243', 'other'), (344, '6', 'DN/2011/244', 'other'), (345, '6', 'DN/2011/245', 'other'), (346, '6', 'DN/2011/246', 'other'), (347, '6', 'DN/2011/247', 'other'), (348, '6', 'DN/2011/248', 'other'), (349, '6', 'DN/2011/249', 'other'), (350, '2', 'RV/2011/38', 'other'), (354, '6', 'DN/2011/252', 'other'), (355, '6', 'DN/2011/253', 'other'), (358, '6', 'DN/2011/256', 'other'), (359, '6', 'DN/2011/257', 'other'), (361, '6', 'DN/2011/259', 'other'), (362, '6', 'DN/2011/260', 'other'), (363, '2', 'RV/2011/39', 'other'), (369, '2', 'RV/2011/40', 'other'), (370, '6', 'DN/2011/265', 'other'), (373, '5', 'CN/2011/16', 'other'), (374, '6', 'DN/2011/266', 'other'), (375, '6', 'DN/2011/267', 'other'), (379, '2', 'RV/2011/41', 'other'), (380, '6', 'DN/2011/269', 'other'), (385, '6', 'DN/2011/273', 'other'), (386, '6', 'DN/2011/274', 'other'), (387, '6', 'DN/2011/275', 'other'), (388, '2', 'RV/2011/42', 'other'), (389, '2', 'RV/2011/43', 'other'), (390, '6', 'DN/2011/276', 'other'), (391, '2', 'RV/2011/44', 'other'), (392, '2', 'RV/2011/45', 'other'), (393, '2', 'RV/2011/46', 'other'), (394, '6', 'DN/2011/277', 'other'), (405, '6', 'DN/2011/284', 'other'), (406, '6', 'DN/2011/285', 'other'), (409, '6', 'DN/2011/286', 'other'), (410, '6', 'DN/2011/287', 'other'), (411, '6', 'DN/2011/288', 'other'), (412, '6', 'DN/2011/289', 'other'), (413, '6', 'DN/2011/290', 'other'), (415, '6', 'DN/2011/292', 'other'), (418, '6', 'DN/2011/294', 'other'), (420, '6', 'DN/2011/295', 'other'), (425, '6', 'DN/2011/297', 'other'), (428, '5', 'CN/2011/17', 'other'), (431, '6', 'DN/2011/302', 'other'), (432, '6', 'DN/2011/303', 'other'), (436, '6', 'DN/2011/306', 'other'), (437, '6', 'DN/2011/307', 'other'), (440, '6', 'DN/2011/309', 'other'), (442, '6', 'DN/2011/311', 'other'), (443, '6', 'DN/2011/312', 'other'), (444, '6', 'DN/2011/313', 'other'), (445, '6', 'DN/2011/314', 'other'), (447, '6', 'DN/2011/315', 'other'), (451, '6', 'DN/2011/318', 'other'), (452, '6', 'DN/2011/319', 'other'), (453, '6', 'DN/2011/320', 'other'), (455, '6', 'DN/2011/322', 'other'), (456, '6', 'DN/2011/323', 'other'), (459, '6', 'DN/2011/566', 'other'), (460, '6', 'DN/2011/326', 'other'), (463, '6', 'DN/2011/328', 'other'), (466, '6', 'DN/2011/330', 'other'), (467, '6', 'DN/2011/331', 'other'), (468, '6', 'DN/2011/332', 'other'), (469, '6', 'DN/2011/333', 'other'), (470, '6', 'DN/2011/334', 'other'), (471, '6', 'DN/2011/335', 'other'), (474, '6', 'DN/2011/337', 'other'), (477, '6', 'DN/2011/338', 'other'), (478, '6', 'DN/2011/339', 'other'), (479, '2', 'RV/2011/47', 'other'), (480, '2', 'RV/2011/48', 'other'), (481, '2', 'RV/2011/49', 'other'), (482, '6', 'DN/2011/340', 'other'), (483, '6', 'DN/2011/341', 'other'), (484, '6', 'DN/2011/342', 'other'), (486, '6', 'DN/2011/343', 'other'), (488, '6', 'DN/2011/345', 'other'), (489, '6', 'DN/2011/346', 'other'), (490, '6', 'DN/2011/347', 'other'), (491, '2', 'RV/2011/50', 'other'), (492, '6', 'DN/2011/348', 'other'), (494, '6', 'DN/2011/349', 'other'), (495, '2', 'RV/2011/51', 'other'), (496, '2', 'RV/2011/52', 'other'), (497, '6', 'DN/2011/350', 'other'), (498, '2', 'RV/2011/53', 'other'), (499, '6', 'DN/2011/351', 'other'), (502, '6', 'DN/2011/354', 'other'), (503, '6', 'DN/2011/355', 'other'), (504, '6', 'DN/2011/356', 'other'), (505, '6', 'DN/2011/357', 'other'), (506, '2', 'RV/2011/54', 'other'), (507, '2', 'RV/2011/55', 'other'), (508, '2', 'RV/2011/56', 'other'), (509, '2', 'RV/2011/57', 'other'), (510, '2', 'RV/2011/58', 'other'), (511, '5', 'CN/2011/18', 'other'), (512, '6', 'DN/2011/358', 'other'), (513, '6', 'DN/2011/359', 'other'), (514, '2', 'RV/2011/59', 'other'), (515, '6', 'DN/2011/360', 'other'), (516, '6', 'DN/2011/361', 'other'), (517, '6', 'DN/2011/362', 'other'), (518, '6', 'DN/2011/363', 'other'), (519, '6', 'DN/2011/364', 'other'), (520, '2', 'RV/2011/60', 'other'), (521, '2', 'RV/2011/61', 'other'), (522, '2', 'RV/2011/62', 'other'), (527, '6', 'DN/2011/367', 'other'), (530, '2', 'RV/2011/63', 'other'), (531, '2', 'RV/2011/64', 'other'), (532, '2', 'RV/2011/65', 'other'), (534, '6', 'DN/2011/371', 'other'), (535, '6', 'DN/2011/372', 'other'), (536, '2', 'RV/2011/66', 'other'), (537, '2', 'RV/2011/67', 'other'), (538, '6', 'DN/2011/373', 'other'), (539, '6', 'DN/2011/374', 'other'), (540, '6', 'DN/2011/567', 'other'), (541, '6', 'DN/2011/376', 'other'), (542, '6', 'DN/2011/377', 'other'), (543, '6', 'DN/2011/378', 'other'), (545, '6', 'DN/2011/380', 'other'), (546, '6', 'DN/2011/381', 'other'), (547, '2', 'RV/2011/68', 'other'), (549, '6', 'DN/2011/382', 'other'), (550, '6', 'DN/2011/383', 'other'), (553, '6', 'DN/2011/385', 'other'), (554, '6', 'DN/2011/386', 'other'), (555, '6', 'DN/2011/387', 'other'), (556, '6', 'DN/2011/388', 'other'), (557, '6', 'DN/2011/389', 'other'), (560, '2', 'RV/2011/69', 'other'), (562, '6', 'DN/2011/391', 'other'), (565, '6', 'DN/2011/394', 'other'), (567, '6', 'DN/2011/395', 'other'), (568, '6', 'DN/2011/396', 'other'), (569, '6', 'DN/2011/397', 'other'), (570, '6', 'DN/2011/398', 'other'), (571, '2', 'RV/2011/70', 'other'), (572, '2', 'RV/2011/71', 'other'), (573, '2', 'RV/2011/72', 'other'), (574, '6', 'DN/2011/399', 'other'), (575, '6', 'DN/2011/400', 'other'), (576, '6', 'DN/2011/401', 'other'), (577, '6', 'DN/2011/402', 'other'), (579, '2', 'RV/2011/73', 'other'), (580, '6', 'DN/2011/404', 'other'), (581, '6', 'DN/2011/568', 'other'), (582, '6', 'DN/2011/406', 'other'), (584, '2', 'RV/2011/74', 'other'), (585, '2', 'RV/2011/75', 'other'), (586, '6', 'DN/2011/408', 'other'), (588, '6', 'DN/2011/409', 'other'), (589, '6', 'DN/2011/410', 'other'), (590, '6', 'DN/2011/411', 'other'), (591, '6', 'DN/2011/412', 'other'), (592, '6', 'DN/2011/413', 'other'), (593, '6', 'DN/2011/414', 'other'), (594, '6', 'DN/2011/415', 'other'), (595, '6', 'DN/2011/416', 'other'), (596, '6', 'DN/2011/417', 'other'), (597, '6', 'DN/2011/418', 'other'), (598, '6', 'DN/2011/419', 'other'), (599, '6', 'DN/2011/420', 'other'), (601, '6', 'DN/2011/421', 'other'), (603, '6', 'DN/2011/423', 'other'), (606, '6', 'DN/2011/426', 'other'), (608, '6', 'DN/2011/427', 'other'), (609, '2', 'RV/2011/76', 'other'), (610, '6', 'DN/2011/428', 'other'), (611, '6', 'DN/2011/429', 'other'), (612, '6', 'DN/2011/430', 'other'), (615, '6', 'DN/2011/431', 'other'), (616, '6', 'DN/2011/432', 'other'), (617, '6', 'DN/2011/433', 'other'), (618, '6', 'DN/2011/434', 'other'), (619, '6', 'DN/2011/435', 'other'), (620, '6', 'DN/2011/436', 'other'), (621, '6', 'DN/2011/437', 'other'), (625, '6', 'DN/2011/440', 'other'), (629, '6', 'DN/2011/441', 'other'), (630, '6', 'DN/2011/442', 'other'), (631, '6', 'DN/2011/443', 'other'), (632, '6', 'DN/2011/444', 'other'), (636, '6', 'DN/2011/447', 'other'), (638, '6', 'DN/2011/449', 'other'), (640, '6', 'DN/2011/451', 'other'), (641, '6', 'DN/2011/452', 'other'), (642, '6', 'DN/2011/453', 'other'), (643, '6', 'DN/2011/454', 'other'), (644, '6', 'DN/2011/455', 'other'), (645, '2', 'RV/2011/77', 'other'), (646, '2', 'RV/2011/78', 'other'), (647, '2', 'RV/2011/79', 'other'), (652, '5', 'CN/2011/19', 'other'), (655, '6', 'DN/2011/459', 'other'), (658, '5', 'CN/2011/20', 'other'), (659, '6', 'DN/2011/460', 'other'), (660, '6', 'DN/2011/461', 'other'), (661, '2', 'RV/2011/80', 'other'), (663, '6', 'DN/2011/462', 'other'), (664, '6', 'DN/2011/463', 'other'), (665, '6', 'DN/2011/464', 'other'), (666, '6', 'DN/2011/569', 'other'), (667, '6', 'DN/2011/466', 'other'), (668, '6', 'DN/2011/467', 'other'), (669, '6', 'DN/2011/468', 'other'), (670, '6', 'DN/2011/469', 'other'), (678, '6', 'DN/2011/477', 'other'), (679, '6', 'DN/2011/478', 'other'), (680, '6', 'DN/2011/479', 'other'), (681, '6', 'DN/2011/480', 'other'), (682, '6', 'DN/2011/481', 'other'), (683, '6', 'DN/2011/482', 'other'), (684, '6', 'DN/2011/483', 'other'), (685, '2', 'RV/2011/81', 'other'), (686, '6', 'DN/2011/484', 'other'), (687, '6', 'DN/2011/485', 'other'), (688, '2', 'RV/2011/82', 'other'), (689, '2', 'RV/2011/83', 'other'), (690, '6', 'DN/2011/570', 'other'), (691, '2', 'RV/2011/84', 'other'), (692, '6', 'DN/2011/487', 'other'), (693, '6', 'DN/2011/488', 'other'), (695, '6', 'DN/2011/489', 'other'), (696, '6', 'DN/2011/490', 'other'), (697, '2', 'RV/2011/85', 'other'), (698, '2', 'RV/2011/86', 'other'), (699, '6', 'DN/2011/491', 'other'), (700, '6', 'DN/2011/492', 'other'), (701, '6', 'DN/2011/493', 'other'), (702, '6', 'DN/2011/494', 'other'), (703, '2', 'RV/2011/87', 'other'), (704, '6', 'DN/2011/495', 'other'), (707, '6', 'DN/2011/497', 'other'), (709, '5', 'CN/2011/21', 'other'), (710, '6', 'DN/2011/498', 'other'), (711, '6', 'DN/2011/499', 'other'), (712, '6', 'DN/2011/500', 'other'), (713, '6', 'DN/2011/501', 'other'), (714, '6', 'DN/2011/502', 'other'), (715, '2', 'RV/2011/88', 'other'), (716, '2', 'RV/2011/89', 'other'), (717, '2', 'RV/2011/90', 'other'), (718, '2', 'RV/2011/91', 'other'), (719, '2', 'RV/2011/92', 'other'), (720, '2', 'RV/2011/93', 'other'), (721, '2', 'RV/2011/94', 'other'), (723, '2', 'RV/2011/95', 'other'), (726, '2', 'RV/2011/96', 'other'), (727, '2', 'RV/2011/97', 'other'), (728, '2', 'RV/2011/98', 'other'), (729, '5', 'CN/2011/22', 'other'), (730, '2', 'RV/2011/99', 'other'), (731, '6', 'DN/2011/503', 'other'), (732, '2', 'RV/2011/100', 'other'), (733, '2', 'RV/2011/101', 'other'), (734, '2', 'RV/2011/102', 'other'), (735, '2', 'RV/2011/103', 'other'), (736, '2', 'RV/2011/104', 'other'), (737, '6', 'DN/2011/504', 'other'), (738, '6', 'DN/2011/505', 'other'), (739, '6', 'DN/2011/506', 'other'), (741, '6', 'DN/2011/507', 'other'), (742, '6', 'DN/2011/508', 'other'), (743, '6', 'DN/2011/509', 'other'), (744, '2', 'RV/2011/105', 'other'), (746, '2', 'RV/2011/106', 'other'), (747, '2', 'RV/2011/107', 'other'), (748, '6', 'DN/2011/511', 'other'), (750, '6', 'DN/2011/512', 'other'), (751, '6', 'DN/2011/513', 'other'), (752, '6', 'DN/2011/514', 'other'), (753, '6', 'DN/2011/515', 'other'), (754, '6', 'DN/2011/516', 'other'), (756, '6', 'DN/2011/518', 'other'), (758, '6', 'DN/2011/519', 'other'), (759, '2', 'RV/2011/108', 'other'), (761, '6', 'DN/2011/520', 'other'), (763, '6', 'DN/2011/522', 'other'), (764, '6', 'DN/2011/523', 'other'), (767, '6', 'DN/2011/524', 'other'), (769, '2', 'RV/2011/109', 'other'), (770, '2', 'RV/2011/110', 'other'), (771, '6', 'DN/2011/525', 'other'), (772, '6', 'DN/2011/526', 'other'), (774, '6', 'DN/2011/527', 'other'), (775, '6', 'DN/2011/528', 'other'), (776, '6', 'DN/2011/529', 'other'), (777, '6', 'DN/2011/530', 'other'), (778, '6', 'DN/2011/531', 'other'), (779, '6', 'DN/2011/532', 'other'), (780, '6', 'DN/2011/533', 'other'), (781, '6', 'DN/2011/534', 'other'), (783, '6', 'DN/2011/536', 'other'), (785, '6', 'DN/2011/538', 'other'), (786, '6', 'DN/2011/539', 'other'), (787, '6', 'DN/2011/571', 'other'), (790, '6', 'DN/2011/541', 'other'), (791, '2', 'RV/2011/111', 'other'), (792, '5', 'CN/2011/23', 'other'), (794, '2', 'RV/2011/112', 'other'), (795, '5', 'CN/2011/24', 'other'), (796, '6', 'DN/2011/572', 'other'), (798, '6', 'DN/2011/544', 'other'), (800, '2', 'RV/2011/113', 'other'), (803, '6', 'DN/2011/547', 'other'), (804, '6', 'DN/2011/548', 'other'), (805, '6', 'DN/2011/549', 'other'), (806, '6', 'DN/2011/550', 'other'), (807, '6', 'DN/2011/551', 'other'), (808, '6', 'DN/2011/552', 'other'), (809, '6', 'DN/2011/553', 'other'), (810, '6', 'DN/2011/554', 'other'), (811, '6', 'DN/2011/573', 'other'), (812, '2', 'RV/2011/114', 'other'), (813, '6', 'DN/2011/556', 'other'), (814, '6', 'DN/2011/557', 'other'), (815, '6', 'DN/2011/558', 'other'), (816, '2', 'RV/2011/115', 'other'), (817, '2', 'RV/2011/116', 'other'), (818, '2', 'RV/2011/117', 'other'), (819, '2', 'RV/2011/118', 'other'), (820, '2', 'RV/2011/119', 'other'), (821, '2', 'RV/2011/120', 'other'), (822, '6', 'DN/2011/559', 'other'), (823, '2', 'RV/2011/121', 'other'), (824, '6', 'DN/2011/560', 'other'), (825, '2', 'RV/2011/122', 'other'), (826, '6', 'DN/2011/561', 'other'), (828, '6', 'DN/2011/563', 'other'), (829, '6', 'DN/2011/564', 'other'), (830, '6', 'DN/2011/565', 'other'), (831, '2', 'RV/2011/123', 'other'), (832, '5', 'CN/2011/25', 'other'), (833, '2', 'RV/2011/124', 'other'), (834, '6', 'DN/2012/1160', 'other'), (837, '6', 'DN/2012/1161', 'other'), (839, '6', 'DN/2012/1162', 'other'), (841, '6', 'DN/2012/1163', 'other'), (842, '6', 'DN/2012/1164', 'other'), (843, '6', 'DN/2012/1165', 'other'), (845, '6', 'DN/2012/1166', 'other'), (847, '6', 'DN/2012/1167', 'other'), (848, '6', 'DN/2012/1168', 'other'), (849, '6', 'DN/2012/1169', 'other'), (852, '6', 'DN/2012/1170', 'other'), (853, '5', 'CN/2012/26', 'other'), (854, '6', 'DN/2012/1171', 'other'), (857, '6', 'DN/2012/1172', 'other'), (858, '6', 'DN/2012/1173', 'other'), (859, '6', 'DN/2012/1174', 'other'), (860, '5', 'CN/2012/27', 'other'), (861, '2', 'RV/2012/125', 'other'), (862, '2', 'RV/2012/1004', 'other'), (863, '2', 'RV/2012/126', 'other'), (864, '2', 'RV/2012/127', 'other'), (865, '6', 'DN/2012/1175', 'other'), (866, '6', 'DN/2012/1176', 'other'), (868, '2', 'RV/2012/128', 'other'), (869, '3', 'JV/2012/8', 'other'), (870, '5', 'CN/2012/28', 'other'), (871, '2', 'RV/2012/129', 'other'), (873, '6', 'DN/2012/1177', 'other'), (874, '6', 'DN/2012/1178', 'other'), (875, '2', 'RV/2012/130', 'other'), (876, '2', 'RV/2012/131', 'other'), (877, '2', 'RV/2012/132', 'other'), (878, '6', 'DN/2012/1179', 'other'), (881, '2', 'RV/2012/133', 'other'), (882, '2', 'RV/2012/134', 'other'), (883, '5', 'CN/2012/29', 'other'), (885, '2', 'RV/2012/135', 'other'), (886, '2', 'RV/2012/136', 'other'), (887, '2', 'RV/2012/137', 'other'), (888, '2', 'RV/2012/138', 'other'), (889, '2', 'RV/2012/139', 'other'), (890, '2', 'RV/2012/140', 'other'), (891, '6', 'DN/2012/1180', 'other'), (892, '6', 'DN/2012/1181', 'other'), (893, '6', 'DN/2012/1182', 'other'), (895, '6', 'DN/2012/1183', 'other'), (896, '6', 'DN/2012/1184', 'other'), (897, '6', 'DN/2012/1185', 'other'), (898, '2', 'RV/2012/141', 'other'), (899, '6', 'DN/2012/1186', 'other'), (901, '6', 'DN/2012/1187', 'other'), (902, '6', 'DN/2012/1188', 'other'), (904, '5', 'CN/2012/30', 'other'), (905, '6', 'DN/2012/1189', 'other'), (906, '6', 'DN/2012/1190', 'other'), (907, '2', 'RV/2012/142', 'other'), (908, '2', 'RV/2012/143', 'other'), (909, '2', 'RV/2012/144', 'other'), (910, '2', 'RV/2012/145', 'other'), (911, '2', 'RV/2012/146', 'other'), (916, '5', 'CN/2012/31', 'other'), (917, '6', 'DN/2012/1191', 'other'), (918, '6', 'DN/2012/1192', 'other'), (919, '2', 'RV/2012/147', 'other'), (920, '2', 'RV/2012/148', 'other'), (921, '2', 'RV/2012/149', 'other'), (922, '6', 'DN/2012/1193', 'other'), (923, '2', 'RV/2012/150', 'other'), (924, '2', 'RV/2012/151', 'other'), (925, '2', 'RV/2012/152', 'other'), (926, '2', 'RV/2012/153', 'other'), (927, '3', 'JV/2012/9', 'other'), (928, '2', 'RV/2012/154', 'other'), (929, '3', 'JV/2012/10', 'other'), (930, '6', 'DN/2012/1194', 'other'), (931, '6', 'DN/2012/1195', 'other'), (932, '2', 'RV/2012/155', 'other'), (933, '3', 'JV/2012/11', 'other'), (934, '2', 'RV/2012/156', 'other'), (935, '2', 'RV/2012/157', 'other'), (936, '6', 'DN/2012/1196', 'other'), (937, '2', 'RV/2012/158', 'other'), (938, '6', 'DN/2012/1197', 'other'), (940, '6', 'DN/2012/1198', 'other'), (941, '5', 'CN/2012/32', 'other'), (943, '6', 'DN/2012/1199', 'other'), (944, '6', 'DN/2012/1200', 'other'), (945, '6', 'DN/2012/1201', 'other'), (946, '6', 'DN/2012/1202', 'other'), (947, '6', 'DN/2012/1203', 'other'), (948, '6', 'DN/2012/1204', 'other'), (949, '6', 'DN/2012/1205', 'other'), (950, '5', 'CN/2012/33', 'other'), (951, '6', 'DN/2012/1206', 'other'), (952, '6', 'DN/2012/1207', 'other'), (953, '6', 'DN/2012/1208', 'other'), (954, '6', 'DN/2012/1209', 'other'), (955, '6', 'DN/2012/1210', 'other'), (956, '6', 'DN/2012/1211', 'other'), (957, '6', 'DN/2012/1212', 'other'), (958, '6', 'DN/2012/1213', 'other'), (960, '6', 'DN/2012/1214', 'other'), (961, '6', 'DN/2012/1215', 'other'), (962, '2', 'RV/2012/159', 'other'), (963, '2', 'RV/2012/160', 'other'), (964, '2', 'RV/2012/161', 'other'), (965, '2', 'RV/2012/162', 'other'), (966, '2', 'RV/2012/163', 'other'), (967, '6', 'DN/2012/1216', 'other'), (968, '6', 'DN/2012/1217', 'other'), (972, '6', 'DN/2012/1218', 'other'), (973, '6', 'DN/2012/1219', 'other'), (974, '6', 'DN/2012/1220', 'other'), (975, '6', 'DN/2012/1221', 'other'), (976, '6', 'DN/2012/1222', 'other'), (978, '6', 'DN/2012/1223', 'other'), (979, '6', 'DN/2012/1224', 'other'), (980, '6', 'DN/2012/1225', 'other'), (981, '2', 'RV/2012/164', 'other'), (983, '6', 'DN/2012/1226', 'other'), (984, '6', 'DN/2012/1227', 'other'), (985, '6', 'DN/2012/1228', 'other'), (986, '6', 'DN/2012/1229', 'other'), (988, '6', 'DN/2012/1230', 'other'), (989, '6', 'DN/2012/1231', 'other'), (990, '2', 'RV/2012/165', 'other'), (991, '6', 'DN/2012/654', 'other'), (993, '6', 'DN/2012/1232', 'other'), (994, '6', 'DN/2012/656', 'other'), (995, '6', 'DN/2012/1233', 'other'), (999, '6', 'DN/2012/660', 'other'), (1000, '6', 'DN/2012/661', 'other'), (1001, '6', 'DN/2012/1234', 'other'), (1002, '6', 'DN/2012/1235', 'other'), (1003, '2', 'RV/2012/166', 'other'), (1005, '6', 'DN/2012/1236', 'other'), (1006, '6', 'DN/2012/665', 'other'), (1009, '6', 'DN/2012/667', 'other'), (1012, '6', 'DN/2012/669', 'other'), (1013, '6', 'DN/2012/670', 'other'), (1015, '6', 'DN/2012/671', 'other'), (1016, '6', 'DN/2012/672', 'other'), (1017, '6', 'DN/2012/673', 'other'), (1018, '6', 'DN/2012/674', 'other'), (1020, '6', 'DN/2012/676', 'other'), (1021, '6', 'DN/2012/677', 'other'), (1022, '6', 'DN/2012/678', 'other'), (1023, '6', 'DN/2012/679', 'other'), (1024, '2', 'RV/2012/167', 'other'), (1025, '2', 'RV/2012/168', 'other'), (1027, '6', 'DN/2012/681', 'other'), (1028, '6', 'DN/2012/682', 'other'), (1029, '2', 'RV/2012/169', 'other'), (1030, '2', 'RV/2012/170', 'other'), (1031, '2', 'RV/2012/171', 'other'), (1032, '6', 'DN/2012/683', 'other'), (1033, '6', 'DN/2012/684', 'other'), (1034, '6', 'DN/2012/685', 'other'), (1035, '6', 'DN/2012/686', 'other'), (1036, '5', 'CN/2012/34', 'other'), (1037, '6', 'DN/2012/687', 'other'), (1040, '6', 'DN/2012/689', 'other'), (1041, '6', 'DN/2012/690', 'other'), (1044, '6', 'DN/2012/693', 'other'), (1045, '6', 'DN/2012/1237', 'other'), (1046, '6', 'DN/2012/1238', 'other'), (1047, '6', 'DN/2012/1239', 'other'), (1048, '6', 'DN/2012/1240', 'other'), (1049, '6', 'DN/2012/1241', 'other'), (1050, '6', 'DN/2012/1242', 'other'), (1051, '6', 'DN/2012/1243', 'other'), (1052, '6', 'DN/2012/1244', 'other'), (1053, '6', 'DN/2012/1245', 'other'), (1054, '6', 'DN/2012/1246', 'other'), (1055, '2', 'RV/2012/172', 'other'), (1057, '6', 'DN/2012/1247', 'other'), (1058, '5', 'CN/2012/35', 'other'), (1059, '6', 'DN/2012/1248', 'other'), (1060, '6', 'DN/2012/1249', 'other'), (1061, '6', 'DN/2012/1250', 'other'), (1062, '6', 'DN/2012/1251', 'other'), (1063, '6', 'DN/2012/1252', 'other'), (1064, '6', 'DN/2012/1253', 'other'), (1065, '6', 'DN/2012/1254', 'other'), (1066, '6', 'DN/2012/1255', 'other'), (1069, '6', 'DN/2012/1256', 'other'), (1073, '5', 'CN/2012/36', 'other'), (1074, '6', 'DN/2012/1257', 'other'), (1075, '6', 'DN/2012/1258', 'other'), (1076, '6', 'DN/2012/1259', 'other'), (1077, '6', 'DN/2012/1260', 'other'), (1078, '6', 'DN/2012/1261', 'other'), (1079, '6', 'DN/2012/1262', 'other'), (1080, '6', 'DN/2012/1263', 'other'), (1083, '6', 'DN/2012/1264', 'other'), (1084, '2', 'RV/2012/173', 'other'), (1091, '6', 'DN/2012/1265', 'other'), (1093, '5', 'CN/2012/37', 'other'), (1094, '6', 'DN/2012/728', 'other'), (1096, '5', 'CN/2012/38', 'other'), (1097, '6', 'DN/2012/729', 'other'), (1098, '6', 'DN/2012/730', 'other'), (1100, '6', 'DN/2012/731', 'other'), (1102, '6', 'DN/2012/732', 'other'), (1103, '6', 'DN/2012/733', 'other'), (1104, '2', 'RV/2012/174', 'other'), (1105, '6', 'DN/2012/734', 'other'), (1111, '6', 'DN/2012/736', 'other'), (1113, '6', 'DN/2012/737', 'other'), (1114, '6', 'DN/2012/738', 'other'), (1115, '6', 'DN/2012/739', 'other'), (1116, '2', 'RV/2012/175', 'other'), (1117, '6', 'DN/2012/740', 'other'), (1118, '6', 'DN/2012/741', 'other'), (1120, '6', 'DN/2012/742', 'other'), (1123, '6', 'DN/2012/743', 'other'), (1124, '2', 'RV/2012/176', 'other'), (1125, '2', 'RV/2012/177', 'other'), (1127, '5', 'CN/2012/39', 'other'), (1128, '6', 'DN/2012/744', 'other'), (1129, '6', 'DN/2012/745', 'other'), (1131, '6', 'DN/2012/746', 'other'), (1132, '6', 'DN/2012/747', 'other'), (1133, '3', 'JV/2012/12', 'other'), (1134, '6', 'DN/2012/748', 'other'), (1136, '6', 'DN/2012/750', 'other'), (1137, '6', 'DN/2012/751', 'other'), (1138, '6', 'DN/2012/752', 'other'), (1139, '2', 'RV/2012/178', 'other'), (1140, '2', 'RV/2012/179', 'other'), (1141, '2', 'RV/2012/180', 'other'), (1144, '6', 'DN/2012/754', 'other'), (1145, '6', 'DN/2012/755', 'other'), (1148, '2', 'RV/2012/181', 'other'), (1151, '6', 'DN/2012/758', 'other'), (1152, '6', 'DN/2012/759', 'other'), (1153, '6', 'DN/2012/760', 'other'), (1154, '6', 'DN/2012/1266', 'other'), (1155, '6', 'DN/2012/762', 'other'), (1156, '5', 'CN/2012/40', 'other'), (1157, '5', 'CN/2012/41', 'other'), (1158, '6', 'DN/2012/763', 'other'), (1159, '6', 'DN/2012/764', 'other'), (1160, '6', 'DN/2012/765', 'other'), (1162, '6', 'DN/2012/766', 'other'), (1163, '6', 'DN/2012/767', 'other'), (1164, '6', 'DN/2012/768', 'other'), (1165, '6', 'DN/2012/769', 'other'), (1166, '6', 'DN/2012/770', 'other'), (1167, '6', 'DN/2012/771', 'other'), (1168, '6', 'DN/2012/772', 'other'), (1169, '6', 'DN/2012/773', 'other'), (1170, '6', 'DN/2012/774', 'other'), (1171, '6', 'DN/2012/775', 'other'), (1174, '6', 'DN/2012/778', 'other'), (1175, '6', 'DN/2012/779', 'other'), (1176, '6', 'DN/2012/780', 'other'), (1177, '6', 'DN/2012/781', 'other'), (1178, '6', 'DN/2012/782', 'other'), (1179, '6', 'DN/2012/783', 'other'), (1180, '6', 'DN/2012/784', 'other'), (1181, '6', 'DN/2012/785', 'other'), (1182, '6', 'DN/2012/786', 'other'), (1183, '6', 'DN/2012/1267', 'other'), (1184, '6', 'DN/2012/788', 'other'), (1185, '6', 'DN/2012/789', 'other'), (1186, '6', 'DN/2012/790', 'other'), (1187, '6', 'DN/2012/791', 'other'), (1188, '6', 'DN/2012/792', 'other'), (1189, '6', 'DN/2012/793', 'other'), (1190, '6', 'DN/2012/794', 'other'), (1191, '6', 'DN/2012/795', 'other'), (1192, '6', 'DN/2012/796', 'other'), (1193, '6', 'DN/2012/797', 'other'), (1194, '6', 'DN/2012/798', 'other'), (1195, '6', 'DN/2012/799', 'other'), (1197, '6', 'DN/2012/800', 'other'), (1198, '6', 'DN/2012/801', 'other'), (1199, '6', 'DN/2012/802', 'other'), (1200, '6', 'DN/2012/803', 'other'), (1202, '6', 'DN/2012/805', 'other'), (1203, '6', 'DN/2012/806', 'other'), (1204, '6', 'DN/2012/807', 'other'), (1205, '6', 'DN/2012/808', 'other'), (1206, '6', 'DN/2012/809', 'other'), (1207, '6', 'DN/2012/810', 'other'), (1208, '6', 'DN/2012/811', 'other'), (1209, '6', 'DN/2012/812', 'other'), (1210, '6', 'DN/2012/813', 'other'), (1211, '6', 'DN/2012/814', 'other'), (1213, '6', 'DN/2012/816', 'other'), (1216, '6', 'DN/2012/1268', 'other'), (1218, '6', 'DN/2012/821', 'other'), (1219, '6', 'DN/2012/822', 'other'), (1221, '6', 'DN/2012/824', 'other'), (1222, '2', 'RV/2012/182', 'other'), (1223, '2', 'RV/2012/183', 'other'), (1224, '2', 'RV/2012/184', 'other'), (1225, '2', 'RV/2012/185', 'other'), (1226, '2', 'RV/2012/186', 'other'), (1227, '2', 'RV/2012/187', 'other'), (1228, '3', 'JV/2012/13', 'other'), (1229, '2', 'RV/2012/188', 'other'), (1230, '2', 'RV/2012/189', 'other'), (1233, '2', 'RV/2012/190', 'other'), (1234, '2', 'RV/2012/191', 'other'), (1235, '2', 'RV/2012/192', 'other'), (1236, '6', 'DN/2012/826', 'other'), (1241, '6', 'DN/2012/829', 'other'), (1244, '2', 'RV/2012/193', 'other'), (1245, '2', 'RV/2012/194', 'other'), (1246, '2', 'RV/2012/195', 'other'), (1247, '3', 'JV/2012/14', 'other'), (1248, '6', 'DN/2012/832', 'other'), (1249, '6', 'DN/2012/833', 'other'), (1252, '6', 'DN/2012/835', 'other'), (1254, '2', 'RV/2012/196', 'other'), (1256, '2', 'RV/2012/197', 'other'), (1259, '2', 'RV/2012/198', 'other'), (1261, '6', 'DN/2012/839', 'other'), (1262, '2', 'RV/2012/199', 'other'), (1263, '2', 'RV/2012/200', 'other'), (1264, '6', 'DN/2012/840', 'other'), (1265, '6', 'DN/2012/841', 'other'), (1266, '6', 'DN/2012/842', 'other'), (1267, '6', 'DN/2012/843', 'other'), (1268, '6', 'DN/2012/844', 'other'), (1269, '6', 'DN/2012/845', 'other'), (1270, '6', 'DN/2012/846', 'other'), (1272, '6', 'DN/2012/847', 'other'), (1273, '6', 'DN/2012/848', 'other'), (1274, '2', 'RV/2012/201', 'other'), (1275, '2', 'RV/2012/202', 'other'), (1276, '2', 'RV/2012/203', 'other'), (1277, '2', 'RV/2012/204', 'other'), (1278, '2', 'RV/2012/205', 'other'), (1279, '2', 'RV/2012/206', 'other'), (1280, '2', 'RV/2012/207', 'other'), (1281, '6', 'DN/2012/849', 'other'), (1282, '6', 'DN/2012/850', 'other'), (1283, '6', 'DN/2012/1269', 'other'), (1284, '6', 'DN/2012/852', 'other'), (1285, '6', 'DN/2012/1270', 'other'), (1286, '6', 'DN/2012/854', 'other'), (1287, '6', 'DN/2012/855', 'other'), (1288, '6', 'DN/2012/856', 'other'), (1289, '6', 'DN/2012/857', 'other'), (1290, '6', 'DN/2012/858', 'other'), (1291, '6', 'DN/2012/859', 'other'), (1292, '2', 'RV/2012/208', 'other'), (1293, '6', 'DN/2012/860', 'other'), (1294, '2', 'RV/2012/209', 'other'), (1295, '6', 'DN/2012/861', 'other'), (1296, '2', 'RV/2012/210', 'other'), (1297, '2', 'RV/2012/211', 'other'), (1298, '2', 'RV/2012/212', 'other'), (1299, '2', 'RV/2012/213', 'other'), (1300, '5', 'CN/2012/43', 'other'), (1301, '2', 'RV/2012/214', 'other'), (1304, '6', 'DN/2012/862', 'other'), (1305, '2', 'RV/2012/216', 'other'), (1307, '6', 'DN/2012/863', 'other'), (1308, '2', 'RV/2012/217', 'other'), (1309, '2', 'RV/2012/218', 'other'), (1310, '2', 'RV/2012/219', 'other'), (1311, '2', 'RV/2012/220', 'other'), (1312, '6', 'DN/2012/864', 'other'), (1313, '2', 'RV/2012/221', 'other'), (1314, '2', 'RV/2012/222', 'other'), (1315, '2', 'RV/2012/223', 'other'), (1316, '2', 'RV/2012/224', 'other'), (1318, '6', 'DN/2012/866', 'other'), (1319, '6', 'DN/2012/867', 'other'), (1320, '2', 'RV/2012/225', 'other'), (1321, '6', 'DN/2012/868', 'other'), (1322, '6', 'DN/2012/869', 'other'), (1323, '6', 'DN/2012/870', 'other'), (1324, '6', 'DN/2012/871', 'other'), (1325, '6', 'DN/2012/872', 'other'), (1326, '6', 'DN/2012/873', 'other'), (1327, '2', 'RV/2012/226', 'other'), (1328, '2', 'RV/2012/227', 'other'), (1329, '6', 'DN/2012/874', 'other'), (1330, '6', 'DN/2012/875', 'other'), (1332, '2', 'RV/2012/228', 'other'), (1333, '5', 'CN/2012/44', 'other'), (1334, '6', 'DN/2012/877', 'other'), (1335, '2', 'RV/2012/229', 'other'), (1336, '2', 'RV/2012/230', 'other'), (1338, '6', 'DN/2012/878', 'other'), (1339, '6', 'DN/2012/879', 'other'), (1341, '6', 'DN/2012/880', 'other'), (1342, '2', 'RV/2012/231', 'other'), (1343, '6', 'DN/2012/1271', 'other'), (1346, '6', 'DN/2012/1272', 'other'), (1347, '6', 'DN/2012/884', 'other'), (1349, '6', 'DN/2012/886', 'other'), (1350, '6', 'DN/2012/887', 'other'), (1351, '2', 'RV/2012/232', 'other'), (1352, '6', 'DN/2012/888', 'other'), (1353, '6', 'DN/2012/889', 'other'), (1354, '6', 'DN/2012/890', 'other'), (1355, '6', 'DN/2012/891', 'other'), (1356, '6', 'DN/2012/892', 'other'), (1357, '6', 'DN/2012/893', 'other'), (1358, '2', 'RV/2012/233', 'other'), (1359, '6', 'DN/2012/894', 'other'), (1362, '6', 'DN/2012/1273', 'other'), (1363, '2', 'RV/2012/234', 'other'), (1364, '6', 'DN/2012/897', 'other'), (1365, '6', 'DN/2012/898', 'other'), (1366, '2', 'RV/2012/235', 'other'), (1368, '6', 'DN/2012/899', 'other'), (1369, '6', 'DN/2012/900', 'other'), (1370, '2', 'RV/2012/236', 'other'), (1371, '3', 'JV/2012/15', 'other'), (1373, '6', 'DN/2012/902', 'other'), (1374, '6', 'DN/2012/903', 'other'), (1375, '2', 'RV/2012/237', 'other'), (1376, '2', 'RV/2012/238', 'other'), (1377, '6', 'DN/2012/904', 'other'), (1378, '6', 'DN/2012/905', 'other'), (1379, '2', 'RV/2012/239', 'other'), (1380, '5', 'CN/2012/46', 'other'), (1381, '2', 'RV/2012/240', 'other'), (1382, '2', 'RV/2012/241', 'other'), (1383, '6', 'DN/2012/906', 'other'), (1384, '6', 'DN/2012/1274', 'other'), (1385, '6', 'DN/2012/1275', 'other'), (1386, '2', 'RV/2012/242', 'other'), (1387, '2', 'RV/2012/243', 'other'), (1388, '2', 'RV/2012/244', 'other'), (1389, '6', 'DN/2012/909', 'other'), (1390, '6', 'DN/2012/910', 'other'), (1391, '2', 'RV/2012/245', 'other'), (1392, '2', 'RV/2012/246', 'other'), (1393, '6', 'DN/2012/911', 'other'), (1395, '6', 'DN/2012/912', 'other'), (1396, '6', 'DN/2012/913', 'other'), (1397, '6', 'DN/2012/914', 'other'), (1398, '6', 'DN/2012/915', 'other'), (1400, '2', 'RV/2012/247', 'other'), (1402, '2', 'RV/2012/248', 'other'), (1403, '2', 'RV/2012/249', 'other'), (1404, '2', 'RV/2012/250', 'other'), (1405, '2', 'RV/2012/251', 'other'), (1406, '2', 'RV/2012/252', 'other'), (1407, '2', 'RV/2012/253', 'other'), (1408, '2', 'RV/2012/254', 'other'), (1409, '6', 'DN/2012/917', 'other'), (1410, '6', 'DN/2012/918', 'other'), (1411, '2', 'RV/2012/255', 'other'), (1413, '6', 'DN/2012/920', 'other'), (1414, '6', 'DN/2012/921', 'other'), (1416, '5', 'CN/2012/49', 'other'), (1418, '5', 'CN/2012/50', 'other'), (1419, '6', 'DN/2012/923', 'other'), (1420, '6', 'DN/2012/924', 'other'), (1421, '6', 'DN/2012/925', 'other'), (1422, '2', 'RV/2012/256', 'other'), (1423, '6', 'DN/2012/926', 'other'), (1424, '6', 'DN/2012/927', 'other'), (1425, '6', 'DN/2012/928', 'other'), (1426, '2', 'RV/2012/257', 'other'), (1427, '6', 'DN/2012/929', 'other'), (1428, '6', 'DN/2012/930', 'other'), (1429, '2', 'RV/2012/258', 'other'), (1430, '6', 'DN/2012/931', 'other'), (1431, '6', 'DN/2012/932', 'other'), (1432, '6', 'DN/2012/933', 'other'), (1433, '6', 'DN/2012/934', 'other'), (1434, '2', 'RV/2012/259', 'other'), (1435, '2', 'RV/2012/260', 'other'), (1436, '2', 'RV/2012/261', 'other'), (1437, '2', 'RV/2012/262', 'other'), (1438, '3', 'JV/2012/16', 'other'), (1439, '3', 'JV/2012/17', 'other'), (1440, '2', 'RV/2012/263', 'other'), (1441, '6', 'DN/2012/935', 'other'), (1442, '2', 'RV/2012/264', 'other'), (1443, '6', 'DN/2012/936', 'other'), (1444, '2', 'RV/2012/265', 'other'), (1445, '6', 'DN/2012/937', 'other'), (1446, '2', 'RV/2012/266', 'other'), (1447, '5', 'CN/2012/51', 'other'), (1448, '5', 'CN/2012/52', 'other'), (1449, '6', 'DN/2012/938', 'other'), (1450, '2', 'RV/2012/267', 'other'), (1451, '2', 'RV/2012/268', 'other'), (1452, '2', 'RV/2012/269', 'other'), (1453, '6', 'DN/2012/939', 'other'), (1454, '6', 'DN/2012/940', 'other'), (1455, '2', 'RV/2012/270', 'other'), (1456, '3', 'JV/2012/18', 'other'), (1457, '2', 'RV/2012/271', 'other'), (1458, '2', 'RV/2012/272', 'other'), (1459, '6', 'DN/2012/941', 'other'), (1460, '6', 'DN/2012/942', 'other'), (1461, '6', 'DN/2012/943', 'other'), (1462, '2', 'RV/2012/273', 'other'), (1463, '6', 'DN/2012/944', 'other'), (1464, '6', 'DN/2012/945', 'other'), (1465, '6', 'DN/2012/946', 'other'), (1466, '6', 'DN/2012/947', 'other'), (1467, '6', 'DN/2012/948', 'other'), (1469, '6', 'DN/2012/1276', 'other'), (1471, '6', 'DN/2012/951', 'other'), (1472, '6', 'DN/2012/952', 'other'), (1473, '6', 'DN/2012/953', 'other'), (1475, '6', 'DN/2012/954', 'other'), (1476, '6', 'DN/2012/955', 'other'), (1478, '6', 'DN/2012/957', 'other'), (1479, '6', 'DN/2012/958', 'other'), (1480, '6', 'DN/2012/959', 'other'), (1481, '6', 'DN/2012/960', 'other'), (1482, '5', 'CN/2012/53', 'other'), (1483, '6', 'DN/2012/961', 'other'), (1484, '2', 'RV/2012/274', 'other'), (1485, '6', 'DN/2012/962', 'other'), (1486, '5', 'CN/2012/54', 'other'), (1487, '6', 'DN/2012/963', 'other'), (1488, '6', 'DN/2012/964', 'other'), (1489, '6', 'DN/2012/965', 'other'), (1490, '6', 'DN/2012/966', 'other'), (1492, '6', 'DN/2012/967', 'other'), (1493, '2', 'RV/2012/275', 'other'), (1494, '6', 'DN/2012/968', 'other'), (1497, '6', 'DN/2012/969', 'other'), (1498, '6', 'DN/2012/970', 'other'), (1499, '2', 'RV/2012/278', 'other'), (1500, '6', 'DN/2012/971', 'other'), (1501, '2', 'RV/2012/279', 'other'), (1502, '6', 'DN/2012/972', 'other'), (1503, '6', 'DN/2012/973', 'other'), (1505, '6', 'DN/2012/974', 'other'), (1506, '6', 'DN/2012/975', 'other'), (1508, '5', 'CN/2012/55', 'other'), (1509, '6', 'DN/2012/1277', 'other'), (1510, '5', 'CN/2012/56', 'other'), (1511, '6', 'DN/2012/978', 'other'), (1512, '2', 'RV/2012/280', 'other'), (1513, '2', 'RV/2012/281', 'other'), (1514, '6', 'DN/2012/979', 'other'), (1515, '2', 'RV/2012/282', 'other'), (1516, '2', 'RV/2012/283', 'other'), (1517, '6', 'DN/2012/980', 'other'), (1518, '6', 'DN/2012/981', 'other'), (1519, '2', 'RV/2012/284', 'other'), (1520, '6', 'DN/2012/982', 'other'), (1521, '6', 'DN/2012/983', 'other'), (1522, '6', 'DN/2012/984', 'other'), (1523, '6', 'DN/2012/985', 'other'), (1524, '6', 'DN/2012/986', 'other'), (1525, '6', 'DN/2012/987', 'other'), (1527, '6', 'DN/2012/989', 'other'), (1528, '6', 'DN/2012/990', 'other'), (1529, '2', 'RV/2012/285', 'other'), (1530, '2', 'RV/2012/286', 'other'), (1531, '2', 'RV/2012/287', 'other'), (1532, '2', 'RV/2012/288', 'other'), (1533, '6', 'DN/2012/991', 'other'), (1534, '6', 'DN/2012/992', 'other'), (1535, '6', 'DN/2012/993', 'other'), (1537, '6', 'DN/2012/994', 'other'), (1538, '6', 'DN/2012/995', 'other'), (1539, '6', 'DN/2012/996', 'other'), (1540, '6', 'DN/2012/997', 'other'), (1542, '2', 'RV/2012/289', 'other'), (1543, '6', 'DN/2012/998', 'other'), (1544, '6', 'DN/2012/999', 'other'), (1545, '6', 'DN/2012/1000', 'other'), (1546, '6', 'DN/2012/1001', 'other'), (1547, '6', 'DN/2012/1002', 'other'), (1548, '2', 'RV/2012/290', 'other'), (1549, '6', 'DN/2012/1003', 'other'), (1550, '6', 'DN/2012/1004', 'other'), (1551, '6', 'DN/2012/1005', 'other'), (1552, '2', 'RV/2012/291', 'other'), (1553, '6', 'DN/2012/1278', 'other'), (1554, '6', 'DN/2012/1007', 'other'), (1556, '6', 'DN/2012/1008', 'other'), (1557, '5', 'CN/2012/57', 'other'), (1558, '6', 'DN/2012/1009', 'other'), (1560, '6', 'DN/2012/1011', 'other'), (1561, '2', 'RV/2012/292', 'other'), (1565, '2', 'RV/2012/296', 'other'), (1566, '2', 'RV/2012/297', 'other'), (1567, '2', 'RV/2012/298', 'other'), (1568, '2', 'RV/2012/299', 'other'), (1569, '3', 'JV/2012/19', 'other'), (1570, '2', 'RV/2012/300', 'other'), (1571, '2', 'RV/2012/301', 'other'), (1572, '3', 'JV/2012/20', 'other'), (1573, '3', 'JV/2012/21', 'other'), (1574, '2', 'RV/2012/302', 'other'), (1575, '6', 'DN/2012/1012', 'other'), (1576, '6', 'DN/2012/1013', 'other'), (1577, '6', 'DN/2012/1014', 'other'), (1578, '6', 'DN/2012/1015', 'other'), (1579, '6', 'DN/2012/1016', 'other'), (1580, '2', 'RV/2012/303', 'other'), (1581, '6', 'DN/2012/1279', 'other'), (1582, '2', 'RV/2012/304', 'other'), (1583, '2', 'RV/2012/305', 'other'), (1585, '6', 'DN/2012/1018', 'other'), (1586, '6', 'DN/2012/1019', 'other'), (1587, '6', 'DN/2012/1020', 'other'), (1588, '6', 'DN/2012/1021', 'other'), (1589, '6', 'DN/2012/1022', 'other'), (1590, '2', 'RV/2012/306', 'other'), (1591, '2', 'RV/2012/307', 'other'), (1592, '2', 'RV/2012/308', 'other'), (1593, '6', 'DN/2012/1023', 'other'), (1594, '6', 'DN/2012/1024', 'other'), (1595, '2', 'RV/2012/309', 'other'), (1596, '6', 'DN/2012/1025', 'other'), (1597, '5', 'CN/2012/58', 'other'), (1598, '6', 'DN/2012/1026', 'other'), (1599, '6', 'DN/2012/1027', 'other'), (1600, '6', 'DN/2012/1028', 'other'), (1602, '6', 'DN/2012/1030', 'other'), (1603, '6', 'DN/2012/1031', 'other'), (1604, '6', 'DN/2012/1032', 'other'), (1605, '2', 'RV/2012/310', 'other'), (1606, '2', 'RV/2012/311', 'other'), (1607, '6', 'DN/2012/1033', 'other'), (1608, '2', 'RV/2012/312', 'other'), (1609, '6', 'DN/2012/1034', 'other'), (1610, '2', 'RV/2012/313', 'other'), (1613, '6', 'DN/2012/1036', 'other'), (1614, '6', 'DN/2012/1037', 'other'), (1615, '6', 'DN/2012/1038', 'other'), (1616, '6', 'DN/2012/1039', 'other'), (1622, '6', 'DN/2012/1280', 'other'), (1623, '6', 'DN/2012/1281', 'other'), (1624, '2', 'RV/2012/314', 'other'), (1625, '2', 'RV/2012/315', 'other'), (1626, '2', 'RV/2012/316', 'other'), (1627, '6', 'DN/2012/1282', 'other'), (1629, '6', 'DN/2012/1047', 'other'), (1630, '6', 'DN/2012/1048', 'other'), (1631, '6', 'DN/2012/1049', 'other'), (1632, '6', 'DN/2012/1050', 'other'), (1634, '6', 'DN/2012/1051', 'other'), (1635, '6', 'DN/2012/1052', 'other'), (1636, '2', 'RV/2012/317', 'other'), (1637, '6', 'DN/2012/1053', 'other'), (1639, '6', 'DN/2012/1054', 'other'), (1640, '6', 'DN/2012/1055', 'other'), (1641, '6', 'DN/2012/1056', 'other'), (1642, '2', 'RV/2012/318', 'other'), (1643, '2', 'RV/2012/319', 'other'), (1644, '2', 'RV/2012/320', 'other'), (1645, '6', 'DN/2012/1057', 'other'), (1646, '6', 'DN/2012/1058', 'other'), (1649, '2', 'RV/2012/323', 'other'), (1650, '6', 'DN/2012/1059', 'other'), (1651, '6', 'DN/2012/1060', 'other'), (1653, '6', 'DN/2012/1062', 'other'), (1654, '6', 'DN/2012/1063', 'other'), (1655, '2', 'RV/2012/324', 'other'), (1656, '3', 'JV/2012/22', 'other'), (1659, '6', 'DN/2012/1066', 'other'), (1660, '2', 'RV/2012/325', 'other'), (1661, '2', 'RV/2012/326', 'other'), (1662, '6', 'DN/2012/1067', 'other'), (1663, '6', 'DN/2012/1068', 'other'), (1664, '3', 'JV/2012/23', 'other'), (1665, '6', 'DN/2012/1069', 'other'), (1666, '6', 'DN/2012/1070', 'other'), (1667, '6', 'DN/2012/1071', 'other'), (1668, '6', 'DN/2012/1072', 'other'), (1669, '2', 'RV/2012/327', 'other'), (1670, '2', 'RV/2012/328', 'other'), (1671, '2', 'RV/2012/329', 'other'), (1672, '2', 'RV/2012/330', 'other'), (1673, '2', 'RV/2012/331', 'other'), (1674, '6', 'DN/2012/1073', 'other'), (1675, '6', 'DN/2012/1074', 'other'), (1676, '6', 'DN/2012/1075', 'other'), (1677, '6', 'DN/2012/1076', 'other'), (1678, '2', 'RV/2012/332', 'other'), (1679, '6', 'DN/2012/1077', 'other'), (1680, '6', 'DN/2012/1078', 'other'), (1681, '6', 'DN/2012/1079', 'other'), (1682, '6', 'DN/2012/1080', 'other'), (1683, '5', 'CN/2012/59', 'other'), (1685, '2', 'RV/2012/333', 'other'), (1686, '2', 'RV/2012/334', 'other'), (1687, '2', 'RV/2012/335', 'other'), (1688, '2', 'RV/2012/336', 'other'), (1690, '5', 'CN/2012/60', 'other'), (1691, '6', 'DN/2012/1082', 'other'), (1692, '5', 'CN/2012/61', 'other'), (1693, '6', 'DN/2012/1083', 'other'), (1694, '6', 'DN/2012/1084', 'other'), (1695, '6', 'DN/2012/1085', 'other'), (1696, '6', 'DN/2012/1086', 'other'), (1697, '5', 'CN/2012/62', 'other'), (1698, '6', 'DN/2012/1087', 'other'), (1699, '2', 'RV/2012/337', 'other'), (1700, '2', 'RV/2012/338', 'other'), (1701, '2', 'RV/2012/339', 'other'), (1702, '6', 'DN/2012/1088', 'other'), (1703, '6', 'DN/2012/1089', 'other'), (1704, '6', 'DN/2012/1090', 'other'), (1705, '6', 'DN/2012/1091', 'other'), (1706, '6', 'DN/2012/1092', 'other'), (1707, '6', 'DN/2012/1093', 'other'), (1708, '6', 'DN/2012/1094', 'other'), (1709, '2', 'RV/2012/340', 'other'), (1710, '2', 'RV/2012/341', 'other'), (1711, '3', 'JV/2012/24', 'other'), (1712, '2', 'RV/2012/342', 'other'), (1713, '2', 'RV/2012/343', 'other'), (1714, '6', 'DN/2012/1095', 'other'), (1715, '6', 'DN/2012/1096', 'other'), (1716, '6', 'DN/2012/1097', 'other'), (1717, '6', 'DN/2012/1098', 'other'), (1718, '6', 'DN/2012/1099', 'other'), (1719, '6', 'DN/2012/1100', 'other'), (1720, '6', 'DN/2012/1283', 'other'), (1721, '6', 'DN/2012/1102', 'other'), (1722, '6', 'DN/2012/1103', 'other'), (1723, '6', 'DN/2012/1104', 'other'), (1725, '6', 'DN/2012/1284', 'other'), (1726, '6', 'DN/2012/1285', 'other'), (1727, '2', 'RV/2012/344', 'other'), (1728, '2', 'RV/2012/345', 'other'), (1729, '6', 'DN/2012/1286', 'other'), (1730, '6', 'DN/2012/1287', 'other'), (1731, '6', 'DN/2012/1288', 'other'), (1732, '6', 'DN/2012/1289', 'other'), (1733, '2', 'RV/2012/346', 'other'), (1734, '6', 'DN/2012/1290', 'other'), (1735, '6', 'DN/2012/1291', 'other'), (1736, '2', 'RV/2012/347', 'other'), (1737, '6', 'DN/2012/1292', 'other'), (1738, '6', 'DN/2012/1293', 'other'), (1739, '2', 'RV/2012/348', 'other'), (1740, '2', 'RV/2012/349', 'other'), (1741, '6', 'DN/2012/1294', 'other'), (1742, '6', 'DN/2012/1295', 'other'), (1743, '6', 'DN/2012/1296', 'other'), (1744, '6', 'DN/2012/1297', 'other'), (1745, '6', 'DN/2012/1298', 'other'), (1746, '6', 'DN/2012/1299', 'other'), (1747, '6', 'DN/2012/1300', 'other'), (1748, '6', 'DN/2012/1301', 'other'), (1749, '2', 'RV/2012/350', 'other'), (1750, '6', 'DN/2012/1302', 'other'), (1751, '6', 'DN/2012/1303', 'other'), (1752, '6', 'DN/2012/1304', 'other'), (1753, '6', 'DN/2012/1305', 'other'), (1754, '2', 'RV/2012/351', 'other'), (1755, '6', 'DN/2012/1306', 'other'), (1756, '6', 'DN/2012/1307', 'other'), (1757, '6', 'DN/2012/1308', 'other'), (1758, '6', 'DN/2012/1309', 'other'), (1759, '6', 'DN/2012/1310', 'other'), (1760, '6', 'DN/2012/1311', 'other'), (1761, '6', 'DN/2012/1312', 'other'), (1762, '2', 'RV/2012/352', 'other'), (1764, '6', 'DN/2012/1313', 'other'), (1765, '6', 'DN/2012/1314', 'other'), (1766, '2', 'RV/2012/353', 'other'), (1768, '2', 'RV/2012/354', 'other'), (1771, '6', 'DN/2012/1315', 'other'), (1772, '2', 'RV/2012/355', 'other'), (1773, '2', 'RV/2012/356', 'other'), (1774, '6', 'DN/2012/1316', 'other'), (1775, '6', 'DN/2012/1317', 'other'), (1776, '6', 'DN/2012/1140', 'other'), (1777, '2', 'RV/2012/357', 'other'), (1778, '6', 'DN/2012/1141', 'other'), (1779, '6', 'DN/2012/1142', 'other'), (1780, '6', 'DN/2012/1143', 'other'), (1781, '5', 'CN/2012/63', 'other'), (1782, '6', 'DN/2012/1144', 'other'), (1783, '6', 'DN/2012/1145', 'other'), (1785, '2', 'RV/2012/358', 'other'), (1786, '6', 'DN/2012/1147', 'other'), (1787, '6', 'DN/2012/1148', 'other'), (1789, '6', 'DN/2012/1150', 'other'), (1790, '6', 'DN/2012/1318', 'other'), (1791, '6', 'DN/2012/1319', 'other'), (1792, '2', 'RV/2012/359', 'other'), (1794, '2', 'RV/2012/360', 'other'), (1795, '2', 'RV/2012/361', 'other'), (1796, '6', 'DN/2012/1153', 'other'), (1797, '2', 'RV/2012/362', 'other'), (1798, '6', 'DN/2012/1154', 'other'), (1799, '2', 'RV/2012/363', 'other'), (1800, '2', 'RV/2012/364', 'other'), (1801, '6', 'DN/2012/1155', 'other'), (1802, '2', 'RV/2012/365', 'other'), (1803, '2', 'RV/2012/366', 'other'), (1804, '2', 'RV/2012/367', 'other'), (1805, '6', 'DN/2012/1156', 'other'), (1808, '6', 'DN/2012/1157', 'other'), (1809, '6', 'DN/2012/1158', 'other'), (1810, '6', 'DN/2012/1159', 'other'), (1811, '6', 'DN/2011/456', 'other'), (1812, '2', 'RV/2012/368', 'other'), (1813, '6', 'DN/2012/457', 'other'), (1814, '6', 'DN/2012/458', 'other'), (1815, '2', 'RV/2012/369', 'other'), (1816, '6', 'DN/2012/1320', 'other'), (1817, '6', 'DN/2012/460', 'other'), (1819, '6', 'DN/2012/1321', 'other'), (1820, '6', 'DN/2012/1322', 'other'), (1821, '6', 'DN/2012/1323', 'other'), (1822, '6', 'DN/2012/1324', 'other'), (1823, '2', 'RV/2012/370', 'other'), (1824, '6', 'DN/2012/1325', 'other'), (1825, '6', 'DN/2012/1326', 'other'), (1826, '6', 'DN/2012/1327', 'other'), (1827, '6', 'DN/2012/1328', 'other'), (1828, '2', 'RV/2012/371', 'other'), (1830, '6', 'DN/2012/1329', 'other'), (1832, '6', 'DN/2012/1330', 'other'), (1833, '2', 'RV/2012/372', 'other'), (1834, '6', 'DN/2012/1331', 'other'), (1835, '6', 'DN/2012/1332', 'other'), (1836, '6', 'DN/2012/1333', 'other'), (1837, '6', 'DN/2012/1334', 'other'), (1838, '6', 'DN/2012/476', 'other'), (1839, '6', 'DN/2012/477', 'other'), (1840, '6', 'DN/2012/478', 'other'), (1841, '6', 'DN/2012/479', 'other'), (1842, '6', 'DN/2012/480', 'other'), (1843, '6', 'DN/2012/481', 'other'), (1844, '6', 'DN/2012/482', 'other'), (1845, '6', 'DN/2012/483', 'other'), (1846, '6', 'DN/2012/484', 'other'), (1847, '2', 'RV/2012/373', 'other'), (1848, '2', 'RV/2012/374', 'other'), (1849, '3', 'JV/2012/25', 'other'), (1851, '5', 'CN/2012/64', 'other'), (1852, '5', 'CN/2012/65', 'other'), (1853, '6', 'DN/2012/461', 'other'), (1854, '6', 'DN/2012/462', 'other'), (1855, '6', 'DN/2012/463', 'other'), (1856, '2', 'RV/2012/375', 'other'), (1857, '6', 'DN/2012/464', 'other'), (1858, '2', 'RV/2012/376', 'other'), (1859, '6', 'DN/2012/465', 'other'), (1860, '6', 'DN/2012/1423', 'other'), (1861, '6', 'DN/2012/467', 'other'), (1862, '6', 'DN/2012/1424', 'other'), (1863, '6', 'DN/2012/469', 'other'), (1864, '6', 'DN/2012/470', 'other'), (1865, '6', 'DN/2012/471', 'other'), (1866, '2', 'RV/2012/377', 'other'), (1867, '2', 'RV/2012/378', 'other'), (1868, '6', 'DN/2012/472', 'other'), (1869, '6', 'DN/2012/473', 'other'), (1870, '6', 'DN/2012/474', 'other'), (1871, '6', 'DN/2012/475', 'other'), (1872, '6', 'DN/2012/1041', 'other'), (1873, '6', 'DN/2012/1042', 'other'), (1874, '6', 'DN/2012/1043', 'other'), (1875, '5', 'CN/2012/66', 'other'), (1876, '6', 'DN/2012/1044', 'other'), (1880, '6', 'DN/2012/1045', 'other'), (1881, '6', 'DN/2011/546', 'other'), (1882, '6', 'DN/2012/1335', 'other'), (1883, '6', 'DN/2012/1336', 'other'), (1884, '6', 'DN/2012/1337', 'other'), (1885, '6', 'DN/2012/1338', 'other'), (1888, '6', 'DN/2012/1339', 'other'), (1889, '6', 'DN/2012/1340', 'other'), (1891, '6', 'DN/2012/554', 'other'), (1892, '6', 'DN/2012/1341', 'other'), (1895, '6', 'DN/2012/1342', 'other'), (1896, '6', 'DN/2012/1343', 'other'), (1897, '6', 'DN/2012/1344', 'other'), (1898, '5', 'CN/2012/67', 'other'), (1899, '6', 'DN/2012/560', 'other'), (1900, '6', 'DN/2012/561', 'other'), (1901, '2', 'RV/2012/379', 'other'), (1902, '2', 'RV/2012/380', 'other'), (1903, '2', 'RV/2012/381', 'other'), (1904, '6', 'DN/2012/562', 'other'), (1905, '2', 'RV/2012/382', 'other'), (1906, '6', 'DN/2012/563', 'other'), (1907, '2', 'RV/2012/383', 'other'), (1908, '6', 'DN/2012/564', 'other'), (1909, '6', 'DN/2012/565', 'other'), (1910, '3', 'JV/2012/26', 'other'), (1911, '2', 'RV/2012/384', 'other'), (1914, '6', 'DN/2012/1345', 'other'), (1916, '6', 'DN/2011/465', 'other'), (1917, '6', 'DN/2012/466', 'other'), (1918, '6', 'DN/2011/392', 'other'), (1919, '6', 'DN/2012/1346', 'other'), (1920, '6', 'DN/2012/1347', 'other'), (1921, '6', 'DN/2012/1348', 'other'), (1922, '6', 'DN/2012/1349', 'other'), (1923, '6', 'DN/2012/566', 'other'), (1924, '6', 'DN/2012/1350', 'other'), (1925, '5', 'CN/2012/68', 'other'), (1926, '2', 'RV/2012/385', 'other'), (1927, '2', 'RV/2012/386', 'other'), (1928, '6', 'DN/2012/568', 'other'), (1929, '6', 'DN/2012/569', 'other'), (1930, '2', 'RV/2012/387', 'other'), (1932, '6', 'DN/2012/1425', 'other'), (1933, '6', 'DN/2012/1426', 'other'), (1934, '6', 'DN/2012/1427', 'other'), (1936, '6', 'DN/2012/1351', 'other'), (1939, '6', 'DN/2012/1428', 'other'), (1940, '2', 'RV/2012/388', 'other'), (1941, '6', 'DN/2012/1429', 'other'), (1943, '6', 'DN/2012/1430', 'other'), (1944, '6', 'DN/2012/1431', 'other'), (1945, '6', 'DN/2012/1537', 'other'), (1946, '6', 'DN/2012/1352', 'other'), (1947, '6', 'DN/2012/1432', 'other'), (1948, '6', 'DN/2012/1433', 'other'), (1949, '6', 'DN/2012/1035', 'other'), (1950, '6', 'DN/2012/1353', 'other'), (1951, '6', 'DN/2012/1106', 'other'), (1952, '5', 'CN/2012/69', 'other'); INSERT INTO `refs` (`id`, `type`, `reference`, `tr_type`) VALUES (1953, '6', 'DN/2012/1107', 'other'), (1954, '6', 'DN/2012/1434', 'other'), (1955, '6', 'DN/2012/1109', 'other'), (1956, '6', 'DN/2012/1110', 'other'), (1957, '2', 'RV/2012/389', 'other'), (1958, '2', 'RV/2012/390', 'other'), (1959, '2', 'RV/2012/391', 'other'), (1960, '2', 'RV/2012/392', 'other'), (1961, '2', 'RV/2012/393', 'other'), (1962, '2', 'RV/2012/394', 'other'), (1963, '6', 'DN/2012/1111', 'other'), (1964, '2', 'RV/2012/395', 'other'), (1965, '6', 'DN/2012/1112', 'other'), (1966, '3', 'JV/2012/27', 'other'), (1967, '2', 'RV/2012/396', 'other'), (1969, '6', 'DN/2012/1113', 'other'), (1970, '6', 'DN/2012/1114', 'other'), (1974, '2', 'RV/2012/397', 'other'), (1976, '6', 'DN/2012/1538', 'other'), (1977, '6', 'DN/2012/1539', 'other'), (1978, '6', 'DN/2012/1540', 'other'), (1980, '6', 'DN/2012/567', 'other'), (1981, '6', 'DN/2012/1435', 'other'), (1982, '6', 'DN/2012/1436', 'other'), (1983, '6', 'DN/2012/1566', 'other'), (1984, '2', 'RV/2012/398', 'other'), (1985, '2', 'RV/2012/399', 'other'), (1986, '6', 'DN/2012/1567', 'other'), (1987, '6', 'DN/2012/1568', 'other'), (1988, '6', 'DN/2012/579', 'other'), (1989, '6', 'DN/2012/580', 'other'), (1990, '6', 'DN/2012/581', 'other'), (1991, '6', 'DN/2012/582', 'other'), (1992, '6', 'DN/2012/583', 'other'), (1993, '6', 'DN/2012/584', 'other'), (1994, '6', 'DN/2012/1437', 'other'), (1995, '2', 'RV/2012/400', 'other'), (1996, '2', 'RV/2012/401', 'other'), (1997, '6', 'DN/2012/1438', 'other'), (1998, '6', 'DN/2012/1439', 'other'), (1999, '6', 'DN/2012/1115', 'other'), (2000, '6', 'DN/2012/1116', 'other'), (2001, '6', 'DN/2012/1440', 'other'), (2002, '6', 'DN/2012/1441', 'other'), (2003, '2', 'RV/2012/402', 'other'), (2004, '2', 'RV/2012/403', 'other'), (2005, '2', 'RV/2012/404', 'other'), (2006, '2', 'RV/2012/405', 'other'), (2007, '6', 'DN/2012/1119', 'other'), (2011, '6', 'DN/2012/570', 'other'), (2012, '6', 'DN/2012/571', 'other'), (2013, '6', 'DN/2012/572', 'other'), (2014, '2', 'RV/2012/406', 'other'), (2015, '6', 'DN/2012/1541', 'other'), (2016, '6', 'DN/2012/1542', 'other'), (2017, '6', 'DN/2012/1543', 'other'), (2018, '6', 'DN/2012/576', 'other'), (2019, '6', 'DN/2012/577', 'other'), (2020, '6', 'DN/2012/578', 'other'), (2021, '2', 'RV/2012/407', 'other'), (2022, '6', 'DN/2012/1442', 'other'), (2023, '6', 'DN/2012/1122', 'other'), (2024, '6', 'DN/2012/1123', 'other'), (2025, '6', 'DN/2012/1124', 'other'), (2027, '6', 'DN/2012/1125', 'other'), (2028, '6', 'DN/2012/1126', 'other'), (2029, '6', 'DN/2012/1127', 'other'), (2030, '6', 'DN/2012/1128', 'other'), (2031, '6', 'DN/2012/1129', 'other'), (2032, '6', 'DN/2012/1130', 'other'), (2033, '6', 'DN/2012/1443', 'other'), (2034, '6', 'DN/2012/1444', 'other'), (2035, '6', 'DN/2012/1133', 'other'), (2036, '6', 'DN/2012/1134', 'other'), (2037, '6', 'DN/2012/1135', 'other'), (2038, '6', 'DN/2012/1136', 'other'), (2039, '6', 'DN/2012/1137', 'other'), (2040, '6', 'DN/2012/1138', 'other'), (2041, '2', 'RV/2012/408', 'other'), (2042, '6', 'DN/2012/1139', 'other'), (2043, '6', 'DN/2012/1354', 'other'), (2044, '6', 'DN/2012/1445', 'other'), (2045, '6', 'DN/2012/1446', 'other'), (2046, '6', 'DN/2012/1149', 'other'), (2048, '6', 'DN/2012/1151', 'other'), (2049, '6', 'DN/2012/1152', 'other'), (2050, '6', 'DN/2011/486', 'other'), (2051, '6', 'DN/2012/487', 'other'), (2052, '6', 'DN/2012/488', 'other'), (2053, '2', 'RV/2012/409', 'other'), (2054, '2', 'RV/2012/410', 'other'), (2055, '2', 'RV/2012/411', 'other'), (2056, '6', 'DN/2012/489', 'other'), (2058, '6', 'DN/2012/490', 'other'), (2059, '6', 'DN/2012/491', 'other'), (2060, '2', 'RV/2012/412', 'other'), (2061, '2', 'RV/2012/413', 'other'), (2062, '6', 'DN/2012/492', 'other'), (2064, '6', 'DN/2012/493', 'other'), (2065, '6', 'DN/2012/494', 'other'), (2067, '6', 'DN/2012/495', 'other'), (2068, '6', 'DN/2012/496', 'other'), (2069, '6', 'DN/2012/497', 'other'), (2070, '2', 'RV/2012/414', 'other'), (2071, '2', 'RV/2012/415', 'other'), (2072, '2', 'RV/2012/416', 'other'), (2073, '6', 'DN/2012/498', 'other'), (2074, '6', 'DN/2012/499', 'other'), (2076, '2', 'RV/2012/417', 'other'), (2077, '5', 'CN/2012/70', 'other'), (2078, '6', 'DN/2012/501', 'other'), (2079, '2', 'RV/2012/418', 'other'), (2080, '6', 'DN/2012/502', 'other'), (2081, '6', 'DN/2012/503', 'other'), (2082, '2', 'RV/2012/419', 'other'), (2083, '2', 'RV/2012/420', 'other'), (2084, '2', 'RV/2012/421', 'other'), (2085, '2', 'RV/2012/422', 'other'), (2086, '2', 'RV/2012/423', 'other'), (2087, '6', 'DN/2012/504', 'other'), (2088, '6', 'DN/2012/505', 'other'), (2089, '6', 'DN/2012/506', 'other'), (2090, '6', 'DN/2012/507', 'other'), (2091, '6', 'DN/2012/508', 'other'), (2092, '6', 'DN/2012/509', 'other'), (2093, '5', 'CN/2012/71', 'other'), (2094, '6', 'DN/2012/510', 'other'), (2095, '6', 'DN/2012/1355', 'other'), (2096, '2', 'RV/2012/424', 'other'), (2097, '2', 'RV/2012/425', 'other'), (2098, '2', 'RV/2012/426', 'other'), (2099, '6', 'DN/2012/1356', 'other'), (2100, '6', 'DN/2012/1357', 'other'), (2101, '6', 'DN/2012/1358', 'other'), (2102, '6', 'DN/2012/1359', 'other'), (2103, '6', 'DN/2012/1360', 'other'), (2104, '2', 'RV/2012/427', 'other'), (2105, '6', 'DN/2012/1361', 'other'), (2107, '6', 'DN/2012/1362', 'other'), (2108, '6', 'DN/2012/1363', 'other'), (2109, '6', 'DN/2012/1364', 'other'), (2110, '6', 'DN/2012/485', 'other'), (2111, '6', 'DN/2012/1365', 'other'), (2112, '6', 'DN/2012/1120', 'other'), (2113, '6', 'DN/2012/1366', 'other'), (2114, '6', 'DN/2012/1447', 'other'), (2115, '6', 'DN/2012/1367', 'other'), (2116, '6', 'DN/2012/1448', 'other'), (2117, '2', 'RV/2012/428', 'other'), (2118, '6', 'DN/2012/1449', 'other'), (2119, '6', 'DN/2012/1450', 'other'), (2120, '6', 'DN/2012/1368', 'other'), (2121, '6', 'DN/2012/1369', 'other'), (2122, '6', 'DN/2012/1370', 'other'), (2123, '2', 'RV/2012/429', 'other'), (2124, '2', 'RV/2012/430', 'other'), (2125, '2', 'RV/2012/431', 'other'), (2126, '2', 'RV/2012/432', 'other'), (2127, '6', 'DN/2012/1371', 'other'), (2128, '6', 'DN/2012/1372', 'other'), (2129, '2', 'RV/2012/433', 'other'), (2130, '3', 'JV/2012/28', 'other'), (2131, '2', 'RV/2012/434', 'other'), (2132, '2', 'RV/2012/435', 'other'), (2133, '2', 'RV/2012/436', 'other'), (2134, '6', 'DN/2012/1373', 'other'), (2135, '6', 'DN/2012/1374', 'other'), (2136, '6', 'DN/2012/1375', 'other'), (2137, '6', 'DN/2012/1376', 'other'), (2138, '6', 'DN/2012/1377', 'other'), (2140, '6', 'DN/2011/370', 'other'), (2141, '6', 'DN/2012/371', 'other'), (2143, '2', 'RV/2012/437', 'other'), (2144, '2', 'RV/2012/438', 'other'), (2145, '2', 'RV/2012/439', 'other'), (2146, '6', 'DN/2012/1378', 'other'), (2147, '6', 'DN/2012/1379', 'other'), (2148, '6', 'DN/2012/375', 'other'), (2149, '6', 'DN/2012/376', 'other'), (2150, '6', 'DN/2012/1380', 'other'), (2153, '6', 'DN/2012/1381', 'other'), (2154, '6', 'DN/2012/1382', 'other'), (2155, '6', 'DN/2012/1451', 'other'), (2156, '2', 'RV/2012/440', 'other'), (2157, '6', 'DN/2012/1383', 'other'), (2158, '6', 'DN/2012/1384', 'other'), (2159, '6', 'DN/2012/1385', 'other'), (2160, '2', 'RV/2012/441', 'other'), (2161, '2', 'RV/2012/442', 'other'), (2162, '2', 'RV/2012/443', 'other'), (2163, '2', 'RV/2012/444', 'other'), (2164, '2', 'RV/2012/445', 'other'), (2165, '2', 'RV/2012/446', 'other'), (2166, '2', 'RV/2012/447', 'other'), (2167, '2', 'RV/2012/448', 'other'), (2168, '2', 'RV/2012/449', 'other'), (2169, '2', 'RV/2012/450', 'other'), (2170, '2', 'RV/2012/451', 'other'), (2171, '5', 'CN/2012/73', 'other'), (2172, '6', 'DN/2012/1386', 'other'), (2173, '6', 'DN/2012/1387', 'other'), (2174, '6', 'DN/2012/1388', 'other'), (2175, '6', 'DN/2012/1389', 'other'), (2176, '2', 'RV/2012/452', 'other'), (2177, '6', 'DN/2012/1390', 'other'), (2179, '5', 'CN/2012/74', 'other'), (2180, '6', 'DN/2012/1391', 'other'), (2181, '6', 'DN/2012/1392', 'other'), (2182, '6', 'DN/2012/1393', 'other'), (2183, '6', 'DN/2012/1394', 'other'), (2184, '2', 'RV/2012/453', 'other'), (2185, '2', 'RV/2012/454', 'other'), (2186, '2', 'RV/2012/455', 'other'), (2187, '2', 'RV/2012/456', 'other'), (2188, '2', 'RV/2012/457', 'other'), (2189, '6', 'DN/2012/1395', 'other'), (2191, '6', 'DN/2012/1452', 'other'), (2192, '6', 'DN/2012/1453', 'other'), (2193, '6', 'DN/2012/1454', 'other'), (2194, '6', 'DN/2012/1396', 'other'), (2195, '6', 'DN/2012/1397', 'other'), (2197, '6', 'DN/2012/393', 'other'), (2198, '6', 'DN/2012/394', 'other'), (2199, '6', 'DN/2012/395', 'other'), (2200, '2', 'RV/2012/458', 'other'), (2201, '6', 'DN/2012/396', 'other'), (2202, '6', 'DN/2012/397', 'other'), (2203, '2', 'RV/2012/459', 'other'), (2204, '2', 'RV/2012/460', 'other'), (2205, '2', 'RV/2012/461', 'other'), (2206, '2', 'RV/2012/462', 'other'), (2207, '6', 'DN/2012/398', 'other'), (2209, '6', 'DN/2012/1398', 'other'), (2210, '2', 'RV/2012/463', 'other'), (2211, '2', 'RV/2012/464', 'other'), (2212, '2', 'RV/2012/465', 'other'), (2213, '2', 'RV/2012/466', 'other'), (2214, '6', 'DN/2012/1399', 'other'), (2215, '6', 'DN/2012/1400', 'other'), (2216, '2', 'RV/2012/467', 'other'), (2217, '2', 'RV/2012/468', 'other'), (2218, '6', 'DN/2012/1401', 'other'), (2219, '6', 'DN/2012/1402', 'other'), (2220, '6', 'DN/2012/1403', 'other'), (2221, '6', 'DN/2012/1404', 'other'), (2222, '2', 'RV/2012/469', 'other'), (2223, '6', 'DN/2011/405', 'other'), (2224, '2', 'RV/2012/470', 'other'), (2225, '2', 'RV/2012/471', 'other'), (2226, '2', 'RV/2012/472', 'other'), (2227, '2', 'RV/2012/473', 'other'), (2228, '2', 'RV/2012/474', 'other'), (2229, '2', 'RV/2012/475', 'other'), (2230, '6', 'DN/2012/1455', 'other'), (2231, '2', 'RV/2012/476', 'other'), (2234, '6', 'DN/2012/1405', 'other'), (2235, '2', 'RV/2012/477', 'other'), (2236, '6', 'DN/2012/409', 'other'), (2237, '6', 'DN/2012/410', 'other'), (2238, '6', 'DN/2012/411', 'other'), (2239, '6', 'DN/2012/412', 'other'), (2240, '6', 'DN/2012/413', 'other'), (2241, '6', 'DN/2012/414', 'other'), (2242, '6', 'DN/2012/399', 'other'), (2243, '2', 'RV/2012/478', 'other'), (2244, '6', 'DN/2012/400', 'other'), (2245, '2', 'RV/2012/479', 'other'), (2248, '6', 'DN/2012/1406', 'other'), (2249, '6', 'DN/2012/401', 'other'), (2250, '6', 'DN/2012/402', 'other'), (2252, '6', 'DN/2012/403', 'other'), (2253, '6', 'DN/2012/404', 'other'), (2254, '6', 'DN/2012/405', 'other'), (2255, '6', 'DN/2012/406', 'other'), (2256, '6', 'DN/2012/407', 'other'), (2257, '6', 'DN/2012/408', 'other'), (2258, '6', 'DN/2012/372', 'other'), (2259, '6', 'DN/2012/373', 'other'), (2260, '6', 'DN/2012/374', 'other'), (2261, '2', 'RV/2012/480', 'other'), (2262, '6', 'DN/2011/510', 'other'), (2263, '6', 'DN/2012/511', 'other'), (2265, '2', 'RV/2012/481', 'other'), (2266, '2', 'RV/2012/482', 'other'), (2267, '6', 'DN/2012/513', 'other'), (2268, '2', 'RV/2012/483', 'other'), (2269, '2', 'RV/2012/484', 'other'), (2270, '6', 'DN/2012/1456', 'other'), (2271, '2', 'RV/2012/485', 'other'), (2272, '2', 'RV/2012/486', 'other'), (2273, '2', 'RV/2012/487', 'other'), (2274, '2', 'RV/2012/488', 'other'), (2275, '2', 'RV/2012/489', 'other'), (2276, '2', 'RV/2012/490', 'other'), (2279, '6', 'DN/2012/515', 'other'), (2280, '6', 'DN/2012/516', 'other'), (2281, '6', 'DN/2012/517', 'other'), (2282, '5', 'CN/2012/75', 'other'), (2283, '5', 'CN/2012/76', 'other'), (2284, '2', 'RV/2012/491', 'other'), (2287, '6', 'DN/2012/1544', 'other'), (2288, '6', 'DN/2012/1545', 'other'), (2291, '6', 'DN/2012/1457', 'other'), (2292, '6', 'DN/2012/1458', 'other'), (2293, '6', 'DN/2012/1459', 'other'), (2294, '6', 'DN/2011/375', 'other'), (2296, '2', 'RV/2012/492', 'other'), (2297, '6', 'DN/2012/377', 'other'), (2298, '6', 'DN/2012/378', 'other'), (2300, '2', 'RV/2012/493', 'other'), (2301, '6', 'DN/2012/379', 'other'), (2302, '2', 'RV/2012/494', 'other'), (2305, '6', 'DN/2012/380', 'other'), (2306, '6', 'DN/2012/381', 'other'), (2307, '2', 'RV/2012/495', 'other'), (2308, '2', 'RV/2012/496', 'other'), (2309, '3', 'JV/2012/29', 'other'), (2310, '3', 'JV/2012/30', 'other'), (2311, '2', 'RV/2012/497', 'other'), (2312, '3', 'JV/2012/31', 'other'), (2313, '6', 'DN/2012/382', 'other'), (2314, '2', 'RV/2012/498', 'other'), (2315, '6', 'DN/2012/383', 'other'), (2316, '6', 'DN/2012/384', 'other'), (2317, '6', 'DN/2012/385', 'other'), (2318, '6', 'DN/2012/386', 'other'), (2319, '2', 'RV/2012/499', 'other'), (2320, '6', 'DN/2012/387', 'other'), (2321, '6', 'DN/2012/388', 'other'), (2322, '2', 'RV/2012/500', 'other'), (2323, '6', 'DN/2012/389', 'other'), (2324, '2', 'RV/2012/501', 'other'), (2325, '6', 'DN/2012/390', 'other'), (2326, '2', 'RV/2012/502', 'other'), (2327, '2', 'RV/2012/503', 'other'), (2328, '6', 'DN/2012/391', 'other'), (2329, '6', 'DN/2012/392', 'other'), (2330, '6', 'DN/2011/521', 'other'), (2331, '6', 'DN/2012/1460', 'other'), (2332, '6', 'DN/2012/1546', 'other'), (2333, '2', 'RV/2012/504', 'other'), (2334, '6', 'DN/2012/1547', 'other'), (2335, '6', 'DN/2012/1548', 'other'), (2336, '2', 'RV/2012/505', 'other'), (2337, '6', 'DN/2012/1461', 'other'), (2338, '6', 'DN/2012/1462', 'other'), (2339, '6', 'DN/2012/1463', 'other'), (2340, '2', 'RV/2012/506', 'other'), (2342, '6', 'DN/2012/1464', 'other'), (2343, '6', 'DN/2012/1465', 'other'), (2344, '6', 'DN/2012/1466', 'other'), (2345, '2', 'RV/2012/507', 'other'), (2346, '6', 'DN/2012/1407', 'other'), (2347, '6', 'DN/2012/1408', 'other'), (2348, '6', 'DN/2012/1409', 'other'), (2350, '6', 'DN/2011/540', 'other'), (2351, '6', 'DN/2012/1410', 'other'), (2352, '2', 'RV/2012/508', 'other'), (2353, '6', 'DN/2011/543', 'other'), (2354, '6', 'DN/2012/1411', 'other'), (2355, '2', 'RV/2012/509', 'other'), (2356, '6', 'DN/2012/1412', 'other'), (2357, '2', 'RV/2012/510', 'other'), (2358, '2', 'RV/2012/511', 'other'), (2359, '6', 'DN/2012/1413', 'other'), (2360, '2', 'RV/2012/512', 'other'), (2361, '6', 'DN/2012/1467', 'other'), (2362, '6', 'DN/2012/1468', 'other'), (2363, '2', 'RV/2012/513', 'other'), (2364, '6', 'DN/2012/1469', 'other'), (2365, '6', 'DN/2012/550', 'other'), (2366, '5', 'CN/2012/77', 'other'), (2367, '5', 'CN/2012/78', 'other'), (2368, '5', 'CN/2012/79', 'other'), (2369, '5', 'CN/2012/80', 'other'), (2370, '6', 'DN/2012/551', 'other'), (2371, '2', 'RV/2012/514', 'other'), (2372, '6', 'DN/2012/552', 'other'), (2373, '6', 'DN/2012/553', 'other'), (2374, '2', 'RV/2012/515', 'other'), (2376, '6', 'DN/2012/555', 'other'), (2377, '6', 'DN/2012/573', 'other'), (2378, '6', 'DN/2012/574', 'other'), (2379, '6', 'DN/2012/575', 'other'), (2381, '6', 'DN/2011/555', 'other'), (2382, '2', 'RV/2012/516', 'other'), (2383, '2', 'RV/2012/517', 'other'), (2384, '2', 'RV/2012/518', 'other'), (2385, '6', 'DN/2012/556', 'other'), (2386, '6', 'DN/2012/557', 'other'), (2387, '6', 'DN/2012/558', 'other'), (2388, '6', 'DN/2012/559', 'other'), (2389, '2', 'RV/2012/519', 'other'), (2390, '2', 'RV/2012/520', 'other'), (2392, '6', 'DN/2012/585', 'other'), (2393, '6', 'DN/2012/586', 'other'), (2394, '6', 'DN/2012/587', 'other'), (2395, '6', 'DN/2012/588', 'other'), (2396, '2', 'RV/2012/521', 'other'), (2400, '6', 'DN/2012/1414', 'other'), (2401, '6', 'DN/2012/589', 'other'), (2402, '6', 'DN/2012/590', 'other'), (2403, '2', 'RV/2012/522', 'other'), (2404, '6', 'DN/2012/591', 'other'), (2406, '6', 'DN/2012/1470', 'other'), (2407, '2', 'RV/2012/523', 'other'), (2408, '6', 'DN/2012/594', 'other'), (2409, '6', 'DN/2012/595', 'other'), (2410, '6', 'DN/2012/596', 'other'), (2411, '6', 'DN/2012/1471', 'other'), (2413, '6', 'DN/2012/1472', 'other'), (2414, '6', 'DN/2012/1473', 'other'), (2415, '6', 'DN/2012/1474', 'other'), (2416, '6', 'DN/2012/1475', 'other'), (2419, '6', 'DN/2012/514', 'other'), (2420, '2', 'RV/2012/524', 'other'), (2421, '6', 'DN/2012/1476', 'other'), (2422, '6', 'DN/2012/1549', 'other'), (2425, '6', 'DN/2012/1550', 'other'), (2426, '6', 'DN/2012/1551', 'other'), (2427, '6', 'DN/2012/1477', 'other'), (2428, '6', 'DN/2012/1478', 'other'), (2429, '6', 'DN/2012/1479', 'other'), (2430, '2', 'RV/2012/525', 'other'), (2431, '2', 'RV/2012/526', 'other'), (2432, '2', 'RV/2012/527', 'other'), (2433, '2', 'RV/2012/528', 'other'), (2434, '2', 'RV/2012/529', 'other'), (2435, '2', 'RV/2012/530', 'other'), (2436, '2', 'RV/2012/531', 'other'), (2437, '2', 'RV/2012/532', 'other'), (2438, '2', 'RV/2012/533', 'other'), (2439, '2', 'RV/2012/534', 'other'), (2441, '2', 'RV/2012/535', 'other'), (2442, '5', 'CN/2012/81', 'other'), (2443, '6', 'DN/2012/1480', 'other'), (2444, '6', 'DN/2012/1481', 'other'), (2445, '6', 'DN/2012/1482', 'other'), (2446, '6', 'DN/2012/1483', 'other'), (2448, '6', 'DN/2012/1484', 'other'), (2449, '2', 'RV/2012/536', 'other'), (2450, '6', 'DN/2012/1552', 'other'), (2451, '2', 'RV/2012/537', 'other'), (2452, '6', 'DN/2012/1569', 'other'), (2453, '6', 'DN/2012/1570', 'other'), (2454, '2', 'RV/2012/538', 'other'), (2455, '2', 'RV/2012/539', 'other'), (2456, '2', 'RV/2012/540', 'other'), (2457, '6', 'DN/2012/1553', 'other'), (2458, '6', 'DN/2012/1554', 'other'), (2462, '6', 'DN/2012/1555', 'other'), (2464, '6', 'DN/2012/1571', 'other'), (2465, '6', 'DN/2012/1556', 'other'), (2466, '2', 'RV/2012/541', 'other'), (2467, '2', 'RV/2012/542', 'other'), (2468, '2', 'RV/2012/543', 'other'), (2469, '6', 'DN/2012/1557', 'other'), (2470, '6', 'DN/2012/1558', 'other'), (2471, '6', 'DN/2012/1485', 'other'), (2472, '5', 'CN/2012/82', 'other'), (2476, '6', 'DN/2012/1486', 'other'), (2477, '6', 'DN/2012/1559', 'other'), (2478, '6', 'DN/2012/1577', 'other'), (2479, '6', 'DN/2012/1572', 'other'), (2480, '6', 'DN/2012/1573', 'other'), (2481, '6', 'DN/2012/597', 'other'), (2482, '6', 'DN/2012/598', 'other'), (2483, '6', 'DN/2012/599', 'other'), (2484, '6', 'DN/2012/600', 'other'), (2485, '6', 'DN/2012/601', 'other'), (2486, '6', 'DN/2012/602', 'other'), (2487, '6', 'DN/2012/603', 'other'), (2488, '6', 'DN/2012/604', 'other'), (2489, '6', 'DN/2012/1560', 'other'), (2490, '6', 'DN/2012/606', 'other'), (2491, '6', 'DN/2012/607', 'other'), (2492, '6', 'DN/2012/608', 'other'), (2493, '6', 'DN/2012/609', 'other'), (2494, '6', 'DN/2012/1561', 'other'), (2495, '6', 'DN/2012/1574', 'other'), (2496, '6', 'DN/2012/1562', 'other'), (2497, '6', 'DN/2012/1487', 'other'), (2498, '6', 'DN/2012/1488', 'other'), (2499, '6', 'DN/2012/1489', 'other'), (2500, '6', 'DN/2012/1563', 'other'), (2501, '6', 'DN/2012/1564', 'other'), (2502, '6', 'DN/2012/1490', 'other'), (2503, '6', 'DN/2012/1491', 'other'), (2504, '6', 'DN/2012/1492', 'other'), (2505, '6', 'DN/2012/1493', 'other'), (2506, '6', 'DN/2012/1494', 'other'), (2507, '6', 'DN/2012/1495', 'other'), (2508, '6', 'DN/2012/1496', 'other'), (2509, '6', 'DN/2012/1497', 'other'), (2510, '6', 'DN/2012/1498', 'other'), (2511, '6', 'DN/2012/1499', 'other'), (2512, '6', 'DN/2012/1500', 'other'), (2513, '6', 'DN/2012/1501', 'other'), (2514, '6', 'DN/2012/1502', 'other'), (2515, '6', 'DN/2012/1503', 'other'), (2516, '6', 'DN/2012/1504', 'other'), (2517, '2', 'RV/2012/544', 'other'), (2518, '6', 'DN/2012/1505', 'other'), (2519, '6', 'DN/2012/1506', 'other'), (2520, '6', 'DN/2012/1507', 'other'), (2521, '2', 'RV/2012/545', 'other'), (2522, '5', 'CN/2012/83', 'other'), (2523, '6', 'DN/2012/1415', 'other'), (2524, '2', 'RV/2012/546', 'other'), (2525, '3', 'JV/2012/32', 'other'), (2526, '3', 'JV/2012/33', 'other'), (2527, '3', 'JV/2012/34', 'other'), (2528, '2', 'RV/2012/547', 'other'), (2530, '6', 'DN/2012/1416', 'other'), (2531, '2', 'RV/2012/548', 'other'), (2532, '6', 'DN/2012/1417', 'other'), (2533, '6', 'DN/2012/1508', 'other'), (2534, '6', 'DN/2012/1509', 'other'), (2535, '3', 'JV/2012/35', 'other'), (2538, '6', 'DN/2012/1510', 'other'), (2539, '2', 'RV/2012/549', 'other'), (2540, '2', 'RV/2012/550', 'other'), (2541, '2', 'RV/2012/551', 'other'), (2542, '2', 'RV/2012/552', 'other'), (2543, '2', 'RV/2012/553', 'other'), (2544, '6', 'DN/2012/1511', 'other'), (2545, '6', 'DN/2012/1512', 'other'), (2546, '6', 'DN/2012/1418', 'other'), (2548, '6', 'DN/2012/1513', 'other'), (2549, '6', 'DN/2012/1514', 'other'), (2550, '6', 'DN/2012/1515', 'other'), (2551, '6', 'DN/2012/1516', 'other'), (2552, '6', 'DN/2012/1517', 'other'), (2553, '6', 'DN/2012/650', 'other'), (2554, '6', 'DN/2012/651', 'other'), (2555, '6', 'DN/2012/652', 'other'), (2556, '2', 'RV/2012/554', 'other'), (2557, '2', 'RV/2012/555', 'other'), (2558, '6', 'DN/2012/653', 'other'), (2560, '6', 'DN/2012/655', 'other'), (2562, '6', 'DN/2012/657', 'other'), (2563, '6', 'DN/2012/662', 'other'), (2564, '6', 'DN/2012/663', 'other'), (2565, '6', 'DN/2012/664', 'other'), (2567, '6', 'DN/2012/694', 'other'), (2568, '2', 'RV/2012/556', 'other'), (2569, '6', 'DN/2012/695', 'other'), (2570, '6', 'DN/2012/696', 'other'), (2571, '6', 'DN/2012/697', 'other'), (2572, '6', 'DN/2012/698', 'other'), (2573, '6', 'DN/2012/699', 'other'), (2574, '6', 'DN/2012/700', 'other'), (2575, '5', 'CN/2012/84', 'other'), (2576, '6', 'DN/2012/701', 'other'), (2577, '6', 'DN/2012/1518', 'other'), (2578, '2', 'RV/2012/557', 'other'), (2582, '6', 'DN/2012/1519', 'other'), (2583, '6', 'DN/2012/1520', 'other'), (2584, '6', 'DN/2012/1521', 'other'), (2585, '6', 'DN/2012/1522', 'other'), (2586, '6', 'DN/2012/1523', 'other'), (2587, '2', 'RV/2012/558', 'other'), (2588, '6', 'DN/2012/1524', 'other'), (2589, '6', 'DN/2012/1525', 'other'), (2591, '5', 'CN/2012/88', 'other'), (2592, '2', 'RV/2012/559', 'other'), (2593, '2', 'RV/2012/560', 'other'), (2594, '6', 'DN/2012/1526', 'other'), (2595, '5', 'CN/2012/89', 'other'), (2596, '6', 'DN/2012/1527', 'other'), (2598, '6', 'DN/2012/1419', 'other'), (2599, '6', 'DN/2012/1420', 'other'), (2600, '6', 'DN/2012/1421', 'other'), (2602, '5', 'CN/2012/90', 'other'), (2603, '6', 'DN/2012/1528', 'other'), (2604, '6', 'DN/2012/1529', 'other'), (2605, '6', 'DN/2012/1530', 'other'), (2606, '6', 'DN/2012/1531', 'other'), (2607, '6', 'DN/2012/1532', 'other'), (2608, '6', 'DN/2012/723', 'other'), (2610, '6', 'DN/2012/1533', 'other'), (2611, '6', 'DN/2012/1422', 'other'), (2612, '6', 'DN/2012/727', 'other'), (2613, '6', 'DN/2012/1534', 'other'), (2614, '6', 'DN/2012/1535', 'other'), (2615, '6', 'DN/2012/724', 'other'), (2616, '2', 'RV/2012/561', 'other'), (2617, '2', 'RV/2012/562', 'other'), (2618, '6', 'DN/2012/725', 'other'), (2619, '6', 'DN/2012/726', 'other'), (2621, '6', 'DN/2012/702', 'other'), (2622, '6', 'DN/2012/703', 'other'), (2623, '6', 'DN/2012/704', 'other'), (2624, '6', 'DN/2012/705', 'other'), (2625, '2', 'RV/2012/563', 'other'), (2626, '6', 'DN/2012/706', 'other'), (2627, '6', 'DN/2012/707', 'other'), (2628, '2', 'RV/2012/564', 'other'), (2629, '6', 'DN/2012/708', 'other'), (2630, '5', 'CN/2012/91', 'other'), (2632, '6', 'DN/2012/709', 'other'), (2633, '6', 'DN/2012/710', 'other'), (2634, '6', 'DN/2012/711', 'other'), (2635, '6', 'DN/2012/712', 'other'), (2636, '6', 'DN/2012/713', 'other'), (2638, '6', 'DN/2012/714', 'other'), (2639, '6', 'DN/2012/715', 'other'), (2640, '6', 'DN/2012/716', 'other'), (2641, '2', 'RV/2012/565', 'other'), (2642, '6', 'DN/2012/717', 'other'), (2643, '6', 'DN/2012/718', 'other'), (2644, '6', 'DN/2012/719', 'other'), (2645, '2', 'RV/2012/566', 'other'), (2646, '2', 'RV/2012/567', 'other'), (2647, '2', 'RV/2012/568', 'other'), (2648, '6', 'DN/2012/720', 'other'), (2649, '2', 'RV/2012/569', 'other'), (2650, '6', 'DN/2012/721', 'other'), (2652, '2', 'RV/2012/570', 'other'), (2653, '6', 'DN/2012/610', 'other'), (2654, '5', 'CN/2012/93', 'other'), (2655, '6', 'DN/2012/611', 'other'), (2656, '2', 'RV/2012/571', 'other'), (2657, '2', 'RV/2012/572', 'other'), (2658, '6', 'DN/2012/612', 'other'), (2659, '6', 'DN/2012/613', 'other'), (2660, '5', 'CN/2012/94', 'other'), (2661, '6', 'DN/2012/614', 'other'), (2662, '2', 'RV/2012/573', 'other'), (2663, '6', 'DN/2012/615', 'other'), (2664, '2', 'RV/2012/574', 'other'), (2665, '6', 'DN/2012/616', 'other'), (2666, '6', 'DN/2012/617', 'other'), (2667, '6', 'DN/2012/618', 'other'), (2668, '6', 'DN/2012/619', 'other'), (2669, '6', 'DN/2012/620', 'other'), (2670, '6', 'DN/2012/621', 'other'), (2671, '6', 'DN/2012/622', 'other'), (2672, '2', 'RV/2012/575', 'other'), (2674, '6', 'DN/2012/624', 'other'), (2675, '6', 'DN/2012/625', 'other'), (2676, '3', 'JV/2012/36', 'other'), (2677, '3', 'JV/2012/37', 'other'), (2678, '3', 'JV/2012/38', 'other'), (2679, '3', 'JV/2012/39', 'other'), (2680, '2', 'RV/2012/576', 'other'), (2681, '2', 'RV/2012/577', 'other'), (2682, '2', 'RV/2012/578', 'other'), (2683, '2', 'RV/2012/579', 'other'), (2684, '2', 'RV/2012/580', 'other'), (2685, '3', 'JV/2012/40', 'other'), (2686, '2', 'RV/2012/581', 'other'), (2687, '2', 'RV/2012/582', 'other'), (2688, '6', 'DN/2012/626', 'other'), (2689, '6', 'DN/2012/627', 'other'), (2690, '6', 'DN/2012/628', 'other'), (2691, '6', 'DN/2012/629', 'other'), (2692, '6', 'DN/2012/630', 'other'), (2693, '6', 'DN/2012/631', 'other'), (2694, '6', 'DN/2012/632', 'other'), (2695, '6', 'DN/2012/633', 'other'), (2697, '2', 'RV/2012/583', 'other'), (2698, '6', 'DN/2012/1565', 'other'), (2699, '6', 'DN/2012/1536', 'other'), (2700, '6', 'DN/2012/634', 'other'), (2701, '6', 'DN/2012/635', 'other'), (2702, '6', 'DN/2012/636', 'other'), (2703, '6', 'DN/2012/637', 'other'), (2704, '6', 'DN/2012/638', 'other'), (2705, '6', 'DN/2012/639', 'other'), (2706, '6', 'DN/2012/640', 'other'), (2707, '6', 'DN/2012/641', 'other'), (2708, '5', 'CN/2012/95', 'other'), (2709, '2', 'RV/2012/584', 'other'), (2710, '2', 'RV/2012/585', 'other'), (2711, '2', 'RV/2012/586', 'other'), (2712, '6', 'DN/2012/642', 'other'), (2713, '6', 'DN/2012/643', 'other'), (2714, '6', 'DN/2012/644', 'other'), (2715, '6', 'DN/2012/645', 'other'), (2716, '6', 'DN/2012/646', 'other'), (2717, '2', 'RV/2012/587', 'other'), (2718, '6', 'DN/2012/647', 'other'), (2719, '2', 'RV/2012/588', 'other'), (2720, '6', 'DN/2012/648', 'other'), (2722, '6', 'DN/2012/592', 'other'), (2723, '6', 'DN/2012/593', 'other'), (2724, '6', 'DN/2012/518', 'other'), (2725, '2', 'RV/2012/589', 'other'), (2726, '6', 'DN/2012/519', 'other'), (2727, '6', 'DN/2012/520', 'other'), (2728, '6', 'DN/2012/521', 'other'), (2729, '6', 'DN/2012/522', 'other'), (2732, '6', 'DN/2012/1575', 'other'), (2733, '6', 'DN/2012/1576', 'other'), (2735, '6', 'DN/2012/524', 'other'), (2736, '6', 'DN/2012/525', 'other'), (2737, '6', 'DN/2012/526', 'other'), (2738, '2', 'RV/2012/590', 'other'), (2739, '6', 'DN/2012/527', 'other'), (2740, '6', 'DN/2012/528', 'other'), (2741, '6', 'DN/2012/529', 'other'), (2742, '2', 'RV/2012/591', 'other'), (2743, '6', 'DN/2012/530', 'other'), (2744, '2', 'RV/2012/592', 'other'), (2745, '6', 'DN/2012/531', 'other'), (2746, '6', 'DN/2012/532', 'other'), (2747, '2', 'RV/2012/593', 'other'), (2748, '6', 'DN/2012/533', 'other'), (2749, '6', 'DN/2012/534', 'other'), (2750, '6', 'DN/2012/535', 'other'), (2751, '6', 'DN/2012/536', 'other'), (2752, '6', 'DN/2012/537', 'other'), (2753, '6', 'DN/2012/538', 'other'), (2754, '5', 'CN/2012/96', 'other'), (2755, '6', 'DN/2012/539', 'other'), (2756, '6', 'DN/2012/540', 'other'), (2757, '5', 'CN/2012/97', 'other'), (2758, '2', 'RV/2012/594', 'other'), (2759, '2', 'RV/2012/595', 'other'), (2760, '2', 'RV/2012/596', 'other'), (2761, '2', 'RV/2012/597', 'other'), (2762, '6', 'DN/2012/541', 'other'), (2763, '2', 'RV/2012/598', 'other'), (2764, '2', 'RV/2012/599', 'other'), (2765, '2', 'RV/2012/600', 'other'), (2766, '2', 'RV/2012/601', 'other'), (2767, '6', 'DN/2012/542', 'other'), (2768, '6', 'DN/2012/543', 'other'), (2769, '2', 'RV/2012/602', 'other'), (2770, '5', 'CN/2012/98', 'other'), (2771, '5', 'CN/2012/99', 'other'), (2772, '6', 'DN/2012/544', 'other'), (2773, '6', 'DN/2012/545', 'other'), (2774, '6', 'DN/2012/546', 'other'), (2775, '6', 'DN/2012/547', 'other'), (2777, '6', 'DN/2012/549', 'other'), (2784, '5', 'CN/2013/103', 'other'), (2785, '6', 'DN/2013/550', 'other'), (2786, '6', 'DN/2013/551', 'other'), (2787, '6', 'DN/2013/552', 'other'), (2788, '2', 'RV/2013/603', 'other'), (2790, '6', 'DN/2012/605', 'other'), (2791, '6', 'DN/2013/606', 'other'), (2792, '6', 'DN/2013/607', 'other'), (2793, '6', 'DN/2013/608', 'other'), (2794, '6', 'DN/2013/609', 'other'), (2795, '6', 'DN/2013/610', 'other'), (2797, '2', 'RV/2013/604', 'other'), (2798, '6', 'DN/2013/612', 'other'), (2799, '6', 'DN/2013/613', 'other'), (2800, '2', 'RV/2013/605', 'other'), (2801, '6', 'DN/2013/614', 'other'), (2802, '6', 'DN/2013/615', 'other'), (2803, '5', 'CN/2013/104', 'other'), (2804, '2', 'RV/2013/606', 'other'), (2805, '2', 'RV/2013/607', 'other'), (2806, '2', 'RV/2013/608', 'other'), (2807, '2', 'RV/2013/609', 'other'), (2808, '6', 'DN/2013/616', 'other'), (2809, '6', 'DN/2013/617', 'other'), (2810, '2', 'RV/2013/610', 'other'), (2811, '6', 'DN/2013/618', 'other'), (2812, '6', 'DN/2013/619', 'other'), (2813, '6', 'DN/2013/620', 'other'), (2814, '6', 'DN/2013/621', 'other'), (2815, '6', 'DN/2013/622', 'other'), (2816, '6', 'DN/2013/623', 'other'), (2817, '6', 'DN/2013/553', 'other'), (2818, '2', 'RV/2013/611', 'other'), (2819, '6', 'DN/2013/554', 'other'), (2820, '2', 'RV/2013/612', 'other'), (2821, '6', 'DN/2013/555', 'other'), (2822, '6', 'DN/2013/556', 'other'), (2823, '2', 'RV/2013/613', 'other'), (2831, '6', 'DN/2013/1186', 'other'), (2832, '6', 'DN/2013/1187', 'other'), (2833, '2', 'RV/2013/614', 'other'), (2834, '6', 'DN/2013/1188', 'other'), (2835, '6', 'DN/2013/1189', 'other'), (2836, '6', 'DN/2013/1190', 'other'), (2837, '6', 'DN/2013/1191', 'other'), (2838, '6', 'DN/2013/1192', 'other'), (2839, '6', 'DN/2013/1193', 'other'), (2840, '6', 'DN/2013/1194', 'other'), (2841, '6', 'DN/2013/1195', 'other'), (2843, '6', 'DN/2013/1196', 'other'), (2844, '2', 'RV/2013/615', 'other'), (2845, '6', 'DN/2013/569', 'other'), (2846, '2', 'RV/2013/616', 'other'), (2847, '2', 'RV/2013/617', 'other'), (2848, '2', 'RV/2013/618', 'other'), (2849, '6', 'DN/2013/570', 'other'), (2850, '6', 'DN/2013/571', 'other'), (2851, '6', 'DN/2013/572', 'other'), (2852, '2', 'RV/2013/619', 'other'), (2853, '6', 'DN/2013/573', 'other'), (2854, '6', 'DN/2013/574', 'other'), (2855, '6', 'DN/2013/575', 'other'), (2856, '6', 'DN/2013/576', 'other'), (2857, '6', 'DN/2013/577', 'other'), (2858, '6', 'DN/2013/578', 'other'), (2859, '6', 'DN/2013/579', 'other'), (2860, '6', 'DN/2013/580', 'other'), (2861, '6', 'DN/2013/581', 'other'), (2862, '6', 'DN/2013/582', 'other'), (2864, '2', 'RV/2013/620', 'other'), (2865, '2', 'RV/2013/621', 'other'), (2866, '6', 'DN/2013/325', 'other'), (2867, '6', 'DN/2013/788', 'other'), (2869, '6', 'DN/2013/1197', 'other'), (2870, '6', 'DN/2013/1198', 'other'), (2871, '6', 'DN/2013/1199', 'other'), (2874, '6', 'DN/2013/1200', 'other'), (2875, '6', 'DN/2013/1201', 'other'), (2877, '2', 'RV/2013/622', 'other'), (2878, '6', 'DN/2013/1202', 'other'), (2879, '2', 'RV/2013/623', 'other'), (2880, '6', 'DN/2013/1203', 'other'), (2881, '6', 'DN/2013/1204', 'other'), (2882, '6', 'DN/2013/1456', 'other'), (2883, '6', 'DN/2013/1457', 'other'), (2884, '6', 'DN/2013/1458', 'other'), (2886, '6', 'DN/2013/1459', 'other'), (2887, '5', 'CN/2013/105', 'other'), (2888, '6', 'DN/2013/1205', 'other'), (2889, '6', 'DN/2013/1206', 'other'), (2890, '6', 'DN/2013/1207', 'other'), (2891, '6', 'DN/2013/1208', 'other'), (2892, '6', 'DN/2013/1209', 'other'), (2893, '2', 'RV/2013/624', 'other'), (2894, '2', 'RV/2013/625', 'other'), (2896, '6', 'DN/2013/1210', 'other'), (2897, '2', 'RV/2013/626', 'other'), (2898, '2', 'RV/2013/627', 'other'), (2899, '2', 'RV/2013/628', 'other'), (2900, '6', 'DN/2013/1211', 'other'), (2901, '6', 'DN/2013/1212', 'other'), (2902, '6', 'DN/2013/1213', 'other'), (2903, '6', 'DN/2013/1214', 'other'), (2904, '6', 'DN/2013/1215', 'other'), (2905, '6', 'DN/2013/1216', 'other'), (2906, '2', 'RV/2013/629', 'other'), (2907, '6', 'DN/2013/1217', 'other'), (2908, '6', 'DN/2013/1218', 'other'), (2909, '6', 'DN/2013/1219', 'other'), (2910, '6', 'DN/2013/1220', 'other'), (2911, '2', 'RV/2013/630', 'other'), (2912, '6', 'DN/2013/1221', 'other'), (2913, '6', 'DN/2013/1222', 'other'), (2914, '5', 'CN/2013/106', 'other'), (2915, '6', 'DN/2013/1223', 'other'), (2916, '2', 'RV/2013/631', 'other'), (2917, '6', 'DN/2013/1224', 'other'), (2918, '2', 'RV/2013/632', 'other'), (2919, '2', 'RV/2013/633', 'other'), (2920, '6', 'DN/2013/1225', 'other'), (2921, '6', 'DN/2013/1226', 'other'), (2922, '6', 'DN/2013/1227', 'other'), (2923, '6', 'DN/2013/1228', 'other'), (2924, '6', 'DN/2013/1229', 'other'), (2925, '6', 'DN/2013/1230', 'other'), (2928, '6', 'DN/2013/1460', 'other'), (2929, '6', 'DN/2013/1461', 'other'), (2930, '6', 'DN/2013/1603', 'other'), (2931, '6', 'DN/2013/557', 'other'), (2932, '6', 'DN/2013/558', 'other'), (2933, '6', 'DN/2013/559', 'other'), (2935, '6', 'DN/2013/560', 'other'), (2936, '6', 'DN/2013/561', 'other'), (2937, '6', 'DN/2013/562', 'other'), (2938, '5', 'CN/2013/107', 'other'), (2939, '6', 'DN/2013/563', 'other'), (2940, '5', 'CN/2013/108', 'other'), (2941, '6', 'DN/2013/564', 'other'), (2944, '6', 'DN/2013/565', 'other'), (2945, '5', 'CN/2013/109', 'other'), (2946, '2', 'RV/2013/634', 'other'), (2947, '6', 'DN/2013/566', 'other'), (2948, '6', 'DN/2013/567', 'other'), (2949, '6', 'DN/2013/568', 'other'), (2950, '5', 'CN/2013/110', 'other'), (2952, '6', 'DN/2012/819', 'other'), (2953, '6', 'DN/2013/1462', 'other'), (2954, '6', 'DN/2013/1463', 'other'), (2955, '2', 'RV/2013/635', 'other'), (2956, '2', 'RV/2013/636', 'other'), (2957, '2', 'RV/2013/637', 'other'), (2959, '6', 'DN/2013/1464', 'other'), (2960, '6', 'DN/2013/1465', 'other'), (2961, '6', 'DN/2013/1231', 'other'), (2962, '6', 'DN/2013/1232', 'other'), (2963, '6', 'DN/2013/1233', 'other'), (2964, '6', 'DN/2013/1234', 'other'), (2965, '2', 'RV/2013/638', 'other'), (2966, '6', 'DN/2013/1235', 'other'), (2967, '5', 'CN/2013/111', 'other'), (2968, '5', 'CN/2013/112', 'other'), (2969, '6', 'DN/2013/1236', 'other'), (2970, '2', 'RV/2013/639', 'other'), (2971, '6', 'DN/2013/1237', 'other'), (2972, '2', 'RV/2013/640', 'other'), (2973, '2', 'RV/2013/641', 'other'), (2974, '6', 'DN/2013/1238', 'other'), (2975, '5', 'CN/2013/113', 'other'), (2976, '6', 'DN/2013/1239', 'other'), (2977, '6', 'DN/2013/1240', 'other'), (2978, '2', 'RV/2013/642', 'other'), (2979, '6', 'DN/2013/1241', 'other'), (2980, '6', 'DN/2013/1242', 'other'), (2982, '6', 'DN/2013/1243', 'other'), (2983, '2', 'RV/2013/643', 'other'), (2984, '6', 'DN/2013/1244', 'other'), (2985, '6', 'DN/2013/1245', 'other'), (2986, '6', 'DN/2013/1246', 'other'), (2987, '6', 'DN/2013/1247', 'other'), (2989, '6', 'DN/2012/851', 'other'), (2990, '6', 'DN/2013/1248', 'other'), (2991, '6', 'DN/2013/1249', 'other'), (2992, '2', 'RV/2013/644', 'other'), (2993, '2', 'RV/2013/645', 'other'), (2994, '2', 'RV/2013/646', 'other'), (2995, '2', 'RV/2013/647', 'other'), (2996, '2', 'RV/2013/648', 'other'), (2997, '6', 'DN/2013/1250', 'other'), (2999, '6', 'DN/2012/907', 'other'), (3000, '6', 'DN/2013/1251', 'other'), (3001, '6', 'DN/2013/1252', 'other'), (3003, '6', 'DN/2013/1254', 'other'), (3004, '6', 'DN/2013/1255', 'other'), (3005, '6', 'DN/2013/1256', 'other'), (3006, '6', 'DN/2013/1257', 'other'), (3007, '6', 'DN/2013/1258', 'other'), (3008, '5', 'CN/2013/114', 'other'), (3009, '6', 'DN/2013/1259', 'other'), (3010, '5', 'CN/2013/115', 'other'), (3011, '6', 'DN/2013/1260', 'other'), (3012, '6', 'DN/2013/1261', 'other'), (3013, '2', 'RV/2013/649', 'other'), (3014, '2', 'RV/2013/650', 'other'), (3015, '2', 'RV/2013/651', 'other'), (3016, '2', 'RV/2013/652', 'other'), (3017, '2', 'RV/2013/653', 'other'), (3018, '6', 'DN/2013/1262', 'other'), (3019, '6', 'DN/2013/1263', 'other'), (3020, '6', 'DN/2013/1264', 'other'), (3021, '6', 'DN/2012/548', 'other'), (3022, '6', 'DN/2012/523', 'other'), (3023, '6', 'DN/2013/524', 'other'), (3024, '6', 'DN/2013/525', 'other'), (3025, '6', 'DN/2013/526', 'other'), (3026, '6', 'DN/2013/527', 'other'), (3028, '2', 'RV/2013/654', 'other'), (3029, '6', 'DN/2013/528', 'other'), (3030, '2', 'RV/2013/655', 'other'), (3031, '2', 'RV/2013/656', 'other'), (3032, '6', 'DN/2013/529', 'other'), (3034, '6', 'DN/2013/1265', 'other'), (3035, '6', 'DN/2013/1266', 'other'), (3036, '6', 'DN/2013/1267', 'other'), (3037, '6', 'DN/2013/530', 'other'), (3038, '6', 'DN/2013/531', 'other'), (3039, '6', 'DN/2013/532', 'other'), (3040, '6', 'DN/2013/533', 'other'), (3041, '6', 'DN/2013/534', 'other'), (3042, '6', 'DN/2013/535', 'other'), (3043, '6', 'DN/2013/536', 'other'), (3044, '6', 'DN/2013/537', 'other'), (3045, '6', 'DN/2013/538', 'other'), (3046, '6', 'DN/2013/539', 'other'), (3047, '6', 'DN/2013/540', 'other'), (3048, '6', 'DN/2013/541', 'other'), (3049, '6', 'DN/2013/542', 'other'), (3050, '6', 'DN/2013/543', 'other'), (3051, '6', 'DN/2013/544', 'other'), (3052, '6', 'DN/2013/545', 'other'), (3053, '5', 'CN/2013/116', 'other'), (3054, '6', 'DN/2013/546', 'other'), (3056, '6', 'DN/2013/1268', 'other'), (3057, '2', 'RV/2013/657', 'other'), (3058, '2', 'RV/2013/658', 'other'), (3059, '2', 'RV/2013/659', 'other'), (3060, '2', 'RV/2013/660', 'other'), (3061, '2', 'RV/2013/661', 'other'), (3062, '2', 'RV/2013/662', 'other'), (3063, '6', 'DN/2013/1269', 'other'), (3064, '6', 'DN/2013/1270', 'other'), (3065, '6', 'DN/2013/1271', 'other'), (3066, '6', 'DN/2013/1272', 'other'), (3067, '6', 'DN/2013/1273', 'other'), (3068, '2', 'RV/2013/663', 'other'), (3069, '2', 'RV/2013/664', 'other'), (3070, '2', 'RV/2013/665', 'other'), (3071, '2', 'RV/2013/666', 'other'), (3072, '6', 'DN/2013/1274', 'other'), (3073, '6', 'DN/2013/1275', 'other'), (3074, '6', 'DN/2013/1276', 'other'), (3075, '6', 'DN/2013/1277', 'other'), (3076, '2', 'RV/2013/667', 'other'), (3077, '2', 'RV/2013/668', 'other'), (3079, '6', 'DN/2013/1278', 'other'), (3080, '6', 'DN/2013/1279', 'other'), (3081, '6', 'DN/2013/1280', 'other'), (3082, '6', 'DN/2013/637', 'other'), (3083, '2', 'RV/2013/669', 'other'), (3085, '6', 'DN/2013/638', 'other'), (3086, '6', 'DN/2013/639', 'other'), (3087, '6', 'DN/2013/640', 'other'), (3089, '6', 'DN/2013/1281', 'other'), (3090, '5', 'CN/2013/117', 'other'), (3091, '6', 'DN/2013/1282', 'other'), (3092, '6', 'DN/2013/641', 'other'), (3093, '2', 'RV/2013/670', 'other'), (3094, '2', 'RV/2013/671', 'other'), (3095, '2', 'RV/2013/672', 'other'), (3096, '6', 'DN/2013/642', 'other'), (3097, '6', 'DN/2013/643', 'other'), (3098, '6', 'DN/2013/644', 'other'), (3099, '6', 'DN/2013/645', 'other'), (3100, '5', 'CN/2013/118', 'other'), (3101, '6', 'DN/2013/646', 'other'), (3102, '6', 'DN/2013/647', 'other'), (3103, '6', 'DN/2013/648', 'other'), (3104, '6', 'DN/2013/649', 'other'), (3105, '6', 'DN/2013/650', 'other'), (3106, '6', 'DN/2013/651', 'other'), (3107, '6', 'DN/2013/652', 'other'), (3108, '6', 'DN/2013/653', 'other'), (3109, '6', 'DN/2013/654', 'other'), (3110, '6', 'DN/2013/655', 'other'), (3111, '2', 'RV/2013/673', 'other'), (3112, '2', 'RV/2013/674', 'other'), (3113, '2', 'RV/2013/675', 'other'), (3114, '2', 'RV/2013/676', 'other'), (3115, '2', 'RV/2013/677', 'other'), (3116, '2', 'RV/2013/678', 'other'), (3118, '6', 'DN/2013/656', 'other'), (3119, '6', 'DN/2013/657', 'other'), (3120, '6', 'DN/2013/658', 'other'), (3121, '6', 'DN/2013/659', 'other'), (3122, '6', 'DN/2013/660', 'other'), (3123, '6', 'DN/2013/661', 'other'), (3124, '6', 'DN/2013/662', 'other'), (3126, '6', 'DN/2013/663', 'other'), (3127, '6', 'DN/2013/664', 'other'), (3128, '6', 'DN/2013/665', 'other'), (3129, '6', 'DN/2013/666', 'other'), (3131, '6', 'DN/2013/667', 'other'), (3132, '6', 'DN/2013/668', 'other'), (3133, '6', 'DN/2013/669', 'other'), (3134, '6', 'DN/2013/670', 'other'), (3135, '2', 'RV/2013/679', 'other'), (3136, '2', 'RV/2013/680', 'other'), (3137, '2', 'RV/2013/681', 'other'), (3138, '2', 'RV/2013/682', 'other'), (3139, '2', 'RV/2013/683', 'other'), (3140, '2', 'RV/2013/684', 'other'), (3141, '6', 'DN/2013/671', 'other'), (3142, '6', 'DN/2013/672', 'other'), (3143, '6', 'DN/2013/673', 'other'), (3144, '6', 'DN/2013/674', 'other'), (3145, '6', 'DN/2013/675', 'other'), (3147, '2', 'RV/2013/685', 'other'), (3149, '6', 'DN/2013/1283', 'other'), (3150, '6', 'DN/2013/1284', 'other'), (3151, '6', 'DN/2013/1285', 'other'), (3152, '6', 'DN/2013/1286', 'other'), (3153, '6', 'DN/2013/1287', 'other'), (3154, '6', 'DN/2013/1288', 'other'), (3156, '6', 'DN/2012/883', 'other'), (3157, '6', 'DN/2013/1289', 'other'), (3158, '6', 'DN/2013/1290', 'other'), (3159, '6', 'DN/2013/1291', 'other'), (3160, '6', 'DN/2013/1292', 'other'), (3161, '6', 'DN/2013/1293', 'other'), (3162, '6', 'DN/2013/1294', 'other'), (3163, '2', 'RV/2013/686', 'other'), (3164, '6', 'DN/2013/1295', 'other'), (3165, '6', 'DN/2013/1296', 'other'), (3167, '6', 'DN/2013/1297', 'other'), (3168, '6', 'DN/2012/649', 'other'), (3169, '6', 'DN/2012/881', 'other'), (3170, '6', 'DN/2013/1298', 'other'), (3171, '2', 'RV/2013/687', 'other'), (3173, '6', 'DN/2013/678', 'other'), (3175, '6', 'DN/2013/1466', 'other'), (3176, '6', 'DN/2013/1467', 'other'), (3177, '2', 'RV/2013/688', 'other'), (3178, '2', 'RV/2013/689', 'other'), (3179, '2', 'RV/2013/690', 'other'), (3180, '2', 'RV/2013/691', 'other'), (3181, '6', 'DN/2013/1468', 'other'), (3182, '6', 'DN/2013/1469', 'other'), (3183, '6', 'DN/2013/1299', 'other'), (3184, '2', 'RV/2013/692', 'other'), (3185, '6', 'DN/2013/1300', 'other'), (3186, '2', 'RV/2013/693', 'other'), (3187, '6', 'DN/2013/1301', 'other'), (3188, '2', 'RV/2013/694', 'other'), (3189, '6', 'DN/2013/1302', 'other'), (3190, '6', 'DN/2013/789', 'other'), (3191, '6', 'DN/2013/790', 'other'), (3192, '6', 'DN/2013/791', 'other'), (3193, '2', 'RV/2013/695', 'other'), (3195, '2', 'RV/2013/696', 'other'), (3196, '6', 'DN/2013/1470', 'other'), (3197, '6', 'DN/2013/1604', 'other'), (3198, '6', 'DN/2013/1605', 'other'), (3199, '6', 'DN/2013/1606', 'other'), (3200, '6', 'DN/2013/1607', 'other'), (3201, '6', 'DN/2013/1471', 'other'), (3203, '6', 'DN/2013/1472', 'other'), (3204, '6', 'DN/2013/1473', 'other'), (3205, '6', 'DN/2013/1474', 'other'), (3206, '2', 'RV/2013/697', 'other'), (3207, '2', 'RV/2013/698', 'other'), (3210, '2', 'RV/2013/700', 'other'), (3211, '2', 'RV/2013/701', 'other'), (3212, '6', 'DN/2013/1475', 'other'), (3213, '6', 'DN/2013/1476', 'other'), (3214, '2', 'RV/2013/702', 'other'), (3215, '2', 'RV/2013/703', 'other'), (3216, '2', 'RV/2013/704', 'other'), (3217, '6', 'DN/2013/1477', 'other'), (3218, '6', 'DN/2013/1478', 'other'), (3219, '2', 'RV/2013/705', 'other'), (3220, '6', 'DN/2012/896', 'other'), (3222, '6', 'DN/2013/1479', 'other'), (3223, '6', 'DN/2012/623', 'other'), (3224, '2', 'RV/2013/706', 'other'), (3225, '2', 'RV/2013/707', 'other'), (3227, '6', 'DN/2013/624', 'other'), (3228, '6', 'DN/2013/625', 'other'), (3229, '6', 'DN/2013/626', 'other'), (3230, '6', 'DN/2013/627', 'other'), (3231, '6', 'DN/2013/628', 'other'), (3232, '6', 'DN/2013/629', 'other'), (3233, '6', 'DN/2013/630', 'other'), (3234, '2', 'RV/2013/708', 'other'), (3235, '6', 'DN/2013/631', 'other'), (3236, '6', 'DN/2013/632', 'other'), (3237, '6', 'DN/2013/633', 'other'), (3238, '6', 'DN/2013/634', 'other'), (3239, '6', 'DN/2013/635', 'other'), (3241, '6', 'DN/2013/636', 'other'), (3242, '2', 'RV/2013/709', 'other'), (3243, '2', 'RV/2013/710', 'other'), (3244, '2', 'RV/2013/711', 'other'), (3245, '6', 'DN/2013/792', 'other'), (3246, '2', 'RV/2013/712', 'other'), (3247, '6', 'DN/2013/793', 'other'), (3248, '2', 'RV/2013/713', 'other'), (3249, '2', 'RV/2013/714', 'other'), (3250, '2', 'RV/2013/715', 'other'), (3251, '6', 'DN/2013/794', 'other'), (3252, '6', 'DN/2013/795', 'other'), (3253, '2', 'RV/2013/716', 'other'), (3254, '6', 'DN/2013/796', 'other'), (3255, '6', 'DN/2013/797', 'other'), (3256, '6', 'DN/2013/798', 'other'), (3257, '6', 'DN/2013/1480', 'other'), (3258, '6', 'DN/2013/1608', 'other'), (3259, '6', 'DN/2013/1609', 'other'), (3260, '6', 'DN/2013/1610', 'other'), (3261, '2', 'RV/2013/717', 'other'), (3262, '6', 'DN/2013/1481', 'other'), (3263, '6', 'DN/2013/1611', 'other'), (3264, '6', 'DN/2013/1612', 'other'), (3267, '5', 'CN/2013/120', 'other'), (3269, '6', 'DN/2012/908', 'other'), (3270, '5', 'CN/2013/121', 'other'), (3271, '6', 'DN/2013/1482', 'other'), (3272, '5', 'CN/2013/122', 'other'), (3273, '6', 'DN/2013/1483', 'other'), (3274, '6', 'DN/2013/1484', 'other'), (3275, '5', 'CN/2013/123', 'other'), (3276, '6', 'DN/2013/1485', 'other'), (3277, '5', 'CN/2013/124', 'other'), (3278, '6', 'DN/2013/1486', 'other'), (3279, '6', 'DN/2012/761', 'other'), (3280, '5', 'CN/2013/125', 'other'), (3281, '5', 'CN/2013/126', 'other'), (3284, '2', 'RV/2013/718', 'other'), (3285, '5', 'CN/2013/127', 'other'), (3286, '5', 'CN/2013/128', 'other'), (3287, '5', 'CN/2013/129', 'other'), (3288, '5', 'CN/2013/130', 'other'), (3289, '6', 'DN/2013/763', 'other'), (3290, '6', 'DN/2013/764', 'other'), (3291, '2', 'RV/2013/719', 'other'), (3292, '2', 'RV/2013/720', 'other'), (3293, '2', 'RV/2013/721', 'other'), (3295, '6', 'DN/2013/766', 'other'), (3296, '6', 'DN/2013/767', 'other'), (3297, '6', 'DN/2013/768', 'other'), (3298, '6', 'DN/2013/769', 'other'), (3299, '6', 'DN/2013/770', 'other'), (3300, '6', 'DN/2013/771', 'other'), (3301, '6', 'DN/2012/853', 'other'), (3303, '2', 'RV/2013/722', 'other'), (3304, '2', 'RV/2013/723', 'other'), (3305, '6', 'DN/2013/1303', 'other'), (3307, '6', 'DN/2013/1304', 'other'), (3308, '6', 'DN/2013/1305', 'other'), (3309, '2', 'RV/2013/724', 'other'), (3310, '6', 'DN/2013/1306', 'other'), (3311, '6', 'DN/2013/1307', 'other'), (3312, '6', 'DN/2013/1308', 'other'), (3314, '6', 'DN/2013/1309', 'other'), (3317, '6', 'DN/2013/679', 'other'), (3319, '6', 'DN/2013/1613', 'other'), (3320, '6', 'DN/2013/682', 'other'), (3322, '6', 'DN/2013/1487', 'other'), (3323, '6', 'DN/2013/1488', 'other'), (3324, '6', 'DN/2013/686', 'other'), (3325, '6', 'DN/2013/687', 'other'), (3327, '6', 'DN/2013/680', 'other'), (3328, '6', 'DN/2013/681', 'other'), (3329, '6', 'DN/2013/683', 'other'), (3330, '6', 'DN/2013/684', 'other'), (3331, '6', 'DN/2013/685', 'other'), (3332, '6', 'DN/2013/1310', 'other'), (3333, '6', 'DN/2013/1311', 'other'), (3334, '2', 'RV/2013/725', 'other'), (3335, '6', 'DN/2013/1489', 'other'), (3336, '2', 'RV/2013/726', 'other'), (3337, '2', 'RV/2013/727', 'other'), (3338, '6', 'DN/2013/1312', 'other'), (3339, '6', 'DN/2013/1313', 'other'), (3340, '2', 'RV/2013/728', 'other'), (3341, '6', 'DN/2013/1314', 'other'), (3342, '6', 'DN/2013/1315', 'other'), (3343, '2', 'RV/2013/729', 'other'), (3344, '6', 'DN/2013/1316', 'other'), (3345, '6', 'DN/2013/1317', 'other'), (3346, '6', 'DN/2012/949', 'other'), (3347, '6', 'DN/2013/950', 'other'), (3348, '6', 'DN/2013/951', 'other'), (3349, '6', 'DN/2011/325', 'other'), (3350, '6', 'DN/2013/326', 'other'), (3352, '5', 'CN/2013/131', 'other'), (3353, '6', 'DN/2013/1318', 'other'), (3354, '6', 'DN/2013/327', 'other'), (3355, '6', 'DN/2013/328', 'other'), (3356, '2', 'RV/2013/730', 'other'), (3357, '5', 'CN/2013/132', 'other'), (3358, '2', 'RV/2013/731', 'other'), (3359, '6', 'DN/2013/329', 'other'), (3360, '6', 'DN/2013/330', 'other'), (3361, '6', 'DN/2013/331', 'other'), (3363, '6', 'DN/2013/332', 'other'), (3364, '6', 'DN/2013/799', 'other'), (3365, '6', 'DN/2013/800', 'other'), (3366, '6', 'DN/2013/801', 'other'), (3367, '2', 'RV/2013/732', 'other'), (3368, '6', 'DN/2013/802', 'other'), (3369, '2', 'RV/2013/733', 'other'), (3370, '6', 'DN/2013/803', 'other'), (3372, '6', 'DN/2013/804', 'other'), (3373, '5', 'CN/2013/133', 'other'), (3374, '6', 'DN/2013/805', 'other'), (3375, '6', 'DN/2013/806', 'other'), (3376, '6', 'DN/2013/807', 'other'), (3377, '6', 'DN/2013/808', 'other'), (3379, '5', 'CN/2013/134', 'other'), (3380, '6', 'DN/2013/1490', 'other'), (3381, '6', 'DN/2013/1491', 'other'), (3382, '6', 'DN/2013/1492', 'other'), (3383, '2', 'RV/2013/734', 'other'), (3384, '2', 'RV/2013/735', 'other'), (3385, '6', 'DN/2013/1493', 'other'), (3386, '6', 'DN/2013/1494', 'other'), (3391, '6', 'DN/2013/1495', 'other'), (3392, '2', 'RV/2013/736', 'other'), (3393, '2', 'RV/2013/737', 'other'), (3394, '6', 'DN/2012/1040', 'other'), (3397, '6', 'DN/2013/1319', 'other'), (3399, '2', 'RV/2013/738', 'other'), (3401, '6', 'DN/2013/1320', 'other'), (3402, '6', 'DN/2013/1321', 'other'), (3404, '6', 'DN/2013/1322', 'other'), (3405, '2', 'RV/2013/739', 'other'), (3407, '6', 'DN/2013/1496', 'other'), (3408, '6', 'DN/2013/1497', 'other'), (3410, '6', 'DN/2013/1498', 'other'), (3411, '6', 'DN/2013/1499', 'other'), (3412, '3', 'JV/2013/41', 'other'), (3414, '3', 'JV/2013/42', 'other'), (3415, '3', 'JV/2013/43', 'other'), (3416, '2', 'RV/2013/740', 'other'), (3417, '2', 'RV/2013/741', 'other'), (3418, '6', 'DN/2013/1323', 'other'), (3420, '2', 'RV/2013/742', 'other'), (3421, '2', 'RV/2013/743', 'other'), (3422, '2', 'RV/2013/744', 'other'), (3423, '6', 'DN/2013/1324', 'other'), (3424, '6', 'DN/2013/1325', 'other'), (3425, '2', 'RV/2013/745', 'other'), (3426, '2', 'RV/2013/746', 'other'), (3427, '2', 'RV/2013/747', 'other'), (3428, '2', 'RV/2013/748', 'other'), (3429, '2', 'RV/2013/749', 'other'), (3430, '2', 'RV/2013/750', 'other'), (3431, '2', 'RV/2013/751', 'other'), (3432, '2', 'RV/2013/752', 'other'), (3433, '2', 'RV/2013/753', 'other'), (3434, '2', 'RV/2013/754', 'other'), (3435, '2', 'RV/2013/755', 'other'), (3436, '6', 'DN/2013/1500', 'other'), (3437, '6', 'DN/2013/1326', 'other'), (3438, '6', 'DN/2013/1327', 'other'), (3439, '6', 'DN/2013/1328', 'other'), (3440, '6', 'DN/2013/1329', 'other'), (3441, '2', 'RV/2013/756', 'other'), (3442, '6', 'DN/2013/1330', 'other'), (3443, '6', 'DN/2013/1331', 'other'), (3444, '6', 'DN/2013/1332', 'other'), (3445, '6', 'DN/2013/1333', 'other'), (3446, '6', 'DN/2013/1334', 'other'), (3447, '2', 'RV/2013/757', 'other'), (3448, '2', 'RV/2013/758', 'other'), (3449, '6', 'DN/2013/1335', 'other'), (3450, '6', 'DN/2013/1336', 'other'), (3451, '6', 'DN/2013/1337', 'other'), (3452, '6', 'DN/2013/1338', 'other'), (3453, '2', 'RV/2013/759', 'other'), (3454, '6', 'DN/2013/1339', 'other'), (3455, '6', 'DN/2013/1340', 'other'), (3457, '2', 'RV/2013/760', 'other'), (3458, '5', 'CN/2013/135', 'other'), (3459, '2', 'RV/2013/761', 'other'), (3460, '6', 'DN/2013/1341', 'other'), (3462, '6', 'DN/2013/1342', 'other'), (3463, '6', 'DN/2013/1343', 'other'), (3464, '6', 'DN/2013/1344', 'other'), (3465, '6', 'DN/2013/1345', 'other'), (3466, '6', 'DN/2013/1346', 'other'), (3469, '6', 'DN/2013/1347', 'other'), (3470, '6', 'DN/2013/1348', 'other'), (3471, '6', 'DN/2013/1349', 'other'), (3472, '6', 'DN/2013/1501', 'other'), (3473, '6', 'DN/2013/1350', 'other'), (3474, '6', 'DN/2013/1351', 'other'), (3475, '2', 'RV/2013/762', 'other'), (3476, '2', 'RV/2013/763', 'other'), (3477, '6', 'DN/2013/1352', 'other'), (3479, '2', 'RV/2013/764', 'other'), (3480, '6', 'DN/2013/1353', 'other'), (3481, '6', 'DN/2013/1354', 'other'), (3482, '6', 'DN/2013/1355', 'other'), (3483, '6', 'DN/2013/1356', 'other'), (3484, '6', 'DN/2013/1357', 'other'), (3485, '6', 'DN/2013/1502', 'other'), (3486, '6', 'DN/2013/1358', 'other'), (3487, '2', 'RV/2013/765', 'other'), (3488, '2', 'RV/2013/766', 'other'), (3489, '6', 'DN/2013/1359', 'other'), (3490, '6', 'DN/2013/1360', 'other'), (3491, '6', 'DN/2013/1361', 'other'), (3492, '2', 'RV/2013/767', 'other'), (3493, '2', 'RV/2013/768', 'other'), (3494, '2', 'RV/2013/769', 'other'), (3495, '2', 'RV/2013/770', 'other'), (3496, '2', 'RV/2013/771', 'other'), (3497, '2', 'RV/2013/772', 'other'), (3498, '2', 'RV/2013/773', 'other'), (3499, '6', 'DN/2013/1362', 'other'), (3500, '2', 'RV/2013/774', 'other'), (3502, '2', 'RV/2013/775', 'other'), (3503, '2', 'RV/2013/776', 'other'), (3504, '2', 'RV/2013/777', 'other'), (3505, '2', 'RV/2013/778', 'other'), (3506, '6', 'DN/2013/899', 'other'), (3507, '5', 'CN/2013/136', 'other'), (3508, '6', 'DN/2013/900', 'other'), (3509, '5', 'CN/2013/137', 'other'), (3510, '2', 'RV/2013/779', 'other'), (3511, '2', 'RV/2013/780', 'other'), (3512, '2', 'RV/2013/781', 'other'), (3513, '6', 'DN/2013/901', 'other'), (3515, '6', 'DN/2013/902', 'other'), (3516, '6', 'DN/2013/903', 'other'), (3517, '2', 'RV/2013/782', 'other'), (3518, '6', 'DN/2013/904', 'other'), (3519, '6', 'DN/2013/905', 'other'), (3520, '6', 'DN/2013/906', 'other'), (3521, '6', 'DN/2013/907', 'other'), (3522, '6', 'DN/2013/908', 'other'), (3523, '2', 'RV/2013/783', 'other'), (3525, '2', 'RV/2013/784', 'other'), (3526, '2', 'RV/2013/785', 'other'), (3527, '2', 'RV/2013/786', 'other'), (3528, '2', 'RV/2013/787', 'other'), (3529, '2', 'RV/2013/788', 'other'), (3530, '2', 'RV/2013/789', 'other'), (3531, '2', 'RV/2013/790', 'other'), (3532, '6', 'DN/2013/1614', 'other'), (3533, '6', 'DN/2013/1615', 'other'), (3534, '6', 'DN/2013/1616', 'other'), (3535, '6', 'DN/2013/1617', 'other'), (3536, '5', 'CN/2013/138', 'other'), (3537, '6', 'DN/2013/1503', 'other'), (3538, '6', 'DN/2013/1504', 'other'), (3540, '6', 'DN/2013/1505', 'other'), (3541, '2', 'RV/2013/791', 'other'), (3542, '5', 'CN/2013/139', 'other'), (3543, '2', 'RV/2013/792', 'other'), (3544, '6', 'DN/2013/1506', 'other'), (3545, '6', 'DN/2013/1507', 'other'), (3546, '2', 'RV/2013/793', 'other'), (3547, '6', 'DN/2013/1508', 'other'), (3548, '6', 'DN/2013/1509', 'other'), (3549, '6', 'DN/2013/1510', 'other'); INSERT INTO `refs` (`id`, `type`, `reference`, `tr_type`) VALUES (3550, '6', 'DN/2013/1363', 'other'), (3551, '6', 'DN/2013/1364', 'other'), (3552, '6', 'DN/2013/1365', 'other'), (3553, '6', 'DN/2013/1366', 'other'), (3554, '2', 'RV/2013/794', 'other'), (3555, '6', 'DN/2013/1367', 'other'), (3556, '5', 'CN/2013/140', 'other'), (3557, '6', 'DN/2013/1368', 'other'), (3558, '6', 'DN/2013/1369', 'other'), (3559, '6', 'DN/2013/1370', 'other'), (3561, '6', 'DN/2013/1371', 'other'), (3562, '6', 'DN/2013/1372', 'other'), (3563, '2', 'RV/2013/795', 'other'), (3564, '2', 'RV/2013/796', 'other'), (3565, '2', 'RV/2013/797', 'other'), (3566, '6', 'DN/2013/1373', 'other'), (3568, '6', 'DN/2013/1374', 'other'), (3569, '6', 'DN/2013/1375', 'other'), (3570, '6', 'DN/2013/1376', 'other'), (3571, '6', 'DN/2013/1377', 'other'), (3572, '6', 'DN/2013/1378', 'other'), (3574, '6', 'DN/2013/940', 'other'), (3575, '6', 'DN/2012/1006', 'other'), (3577, '6', 'DN/2013/1379', 'other'), (3578, '6', 'DN/2013/1007', 'other'), (3579, '2', 'RV/2013/798', 'other'), (3580, '2', 'RV/2013/799', 'other'), (3581, '2', 'RV/2013/800', 'other'), (3582, '6', 'DN/2013/1008', 'other'), (3583, '6', 'DN/2013/1009', 'other'), (3584, '6', 'DN/2013/1010', 'other'), (3585, '6', 'DN/2013/1011', 'other'), (3586, '2', 'RV/2013/801', 'other'), (3588, '2', 'RV/2013/803', 'other'), (3589, '6', 'DN/2013/1012', 'other'), (3592, '2', 'RV/2013/804', 'other'), (3593, '2', 'RV/2013/805', 'other'), (3596, '6', 'DN/2013/1380', 'other'), (3597, '2', 'RV/2013/806', 'other'), (3598, '5', 'CN/2013/141', 'other'), (3599, '6', 'DN/2013/1381', 'other'), (3600, '6', 'DN/2013/1382', 'other'), (3601, '5', 'CN/2013/142', 'other'), (3602, '6', 'DN/2013/1383', 'other'), (3603, '6', 'DN/2013/1384', 'other'), (3604, '2', 'RV/2013/807', 'other'), (3606, '6', 'DN/2012/1017', 'other'), (3607, '6', 'DN/2013/1511', 'other'), (3608, '6', 'DN/2013/1512', 'other'), (3609, '6', 'DN/2013/1385', 'other'), (3610, '6', 'DN/2013/1386', 'other'), (3611, '2', 'RV/2013/808', 'other'), (3612, '2', 'RV/2013/809', 'other'), (3615, '5', 'CN/2013/144', 'other'), (3616, '5', 'CN/2013/145', 'other'), (3617, '2', 'RV/2013/810', 'other'), (3618, '2', 'RV/2013/811', 'other'), (3619, '2', 'RV/2013/812', 'other'), (3620, '2', 'RV/2013/813', 'other'), (3621, '6', 'DN/2013/1387', 'other'), (3622, '6', 'DN/2013/1388', 'other'), (3623, '6', 'DN/2013/1389', 'other'), (3624, '6', 'DN/2013/1025', 'other'), (3625, '6', 'DN/2013/765', 'other'), (3626, '6', 'DN/2013/1014', 'other'), (3627, '6', 'DN/2013/1015', 'other'), (3628, '2', 'RV/2013/814', 'other'), (3629, '6', 'DN/2013/1016', 'other'), (3630, '6', 'DN/2013/1017', 'other'), (3631, '3', 'JV/2013/44', 'other'), (3632, '2', 'RV/2013/815', 'other'), (3633, '6', 'DN/2013/1018', 'other'), (3634, '6', 'DN/2013/1019', 'other'), (3635, '6', 'DN/2013/1020', 'other'), (3636, '6', 'DN/2013/1021', 'other'), (3637, '6', 'DN/2013/1022', 'other'), (3638, '6', 'DN/2013/1023', 'other'), (3639, '6', 'DN/2013/1024', 'other'), (3641, '6', 'DN/2013/1676', 'other'), (3642, '6', 'DN/2013/1677', 'other'), (3643, '6', 'DN/2013/1678', 'other'), (3644, '6', 'DN/2013/1679', 'other'), (3645, '2', 'RV/2013/816', 'other'), (3646, '6', 'DN/2013/1618', 'other'), (3647, '6', 'DN/2013/1619', 'other'), (3648, '6', 'DN/2013/1620', 'other'), (3649, '2', 'RV/2013/817', 'other'), (3650, '6', 'DN/2013/1621', 'other'), (3651, '6', 'DN/2013/1622', 'other'), (3652, '2', 'RV/2013/818', 'other'), (3653, '6', 'DN/2013/1623', 'other'), (3654, '2', 'RV/2013/819', 'other'), (3655, '2', 'RV/2013/820', 'other'), (3656, '6', 'DN/2013/1624', 'other'), (3657, '2', 'RV/2013/821', 'other'), (3658, '6', 'DN/2013/1625', 'other'), (3659, '2', 'RV/2013/822', 'other'), (3661, '6', 'DN/2013/1513', 'other'), (3662, '6', 'DN/2013/1514', 'other'), (3663, '6', 'DN/2013/1515', 'other'), (3664, '6', 'DN/2013/1516', 'other'), (3665, '6', 'DN/2013/1517', 'other'), (3666, '2', 'RV/2013/823', 'other'), (3668, '6', 'DN/2013/1518', 'other'), (3669, '6', 'DN/2013/1519', 'other'), (3670, '6', 'DN/2013/1520', 'other'), (3671, '6', 'DN/2013/1521', 'other'), (3672, '6', 'DN/2013/1390', 'other'), (3673, '2', 'RV/2013/824', 'other'), (3674, '6', 'DN/2013/1522', 'other'), (3675, '6', 'DN/2013/1626', 'other'), (3678, '6', 'DN/2013/1523', 'other'), (3679, '2', 'RV/2013/825', 'other'), (3680, '6', 'DN/2013/1627', 'other'), (3681, '6', 'DN/2013/1628', 'other'), (3682, '2', 'RV/2013/826', 'other'), (3683, '2', 'RV/2013/827', 'other'), (3684, '6', 'DN/2013/1629', 'other'), (3685, '6', 'DN/2013/1630', 'other'), (3686, '6', 'DN/2013/1631', 'other'), (3687, '6', 'DN/2013/928', 'other'), (3688, '6', 'DN/2013/929', 'other'), (3689, '6', 'DN/2013/930', 'other'), (3690, '6', 'DN/2013/931', 'other'), (3692, '6', 'DN/2013/932', 'other'), (3693, '5', 'CN/2013/146', 'other'), (3694, '6', 'DN/2013/1524', 'other'), (3695, '2', 'RV/2013/828', 'other'), (3696, '6', 'DN/2013/1525', 'other'), (3699, '2', 'RV/2013/829', 'other'), (3700, '2', 'RV/2013/830', 'other'), (3701, '2', 'RV/2013/831', 'other'), (3702, '2', 'RV/2013/832', 'other'), (3703, '6', 'DN/2013/1632', 'other'), (3704, '2', 'RV/2013/833', 'other'), (3705, '2', 'RV/2013/834', 'other'), (3706, '6', 'DN/2013/1526', 'other'), (3707, '6', 'DN/2013/936', 'other'), (3708, '6', 'DN/2013/937', 'other'), (3709, '6', 'DN/2013/938', 'other'), (3710, '2', 'RV/2013/835', 'other'), (3711, '2', 'RV/2013/836', 'other'), (3712, '6', 'DN/2012/722', 'other'), (3713, '5', 'CN/2013/147', 'other'), (3715, '6', 'DN/2013/1391', 'other'), (3716, '6', 'DN/2013/1392', 'other'), (3717, '2', 'RV/2013/837', 'other'), (3718, '2', 'RV/2013/838', 'other'), (3719, '2', 'RV/2013/839', 'other'), (3720, '6', 'DN/2013/1393', 'other'), (3721, '6', 'DN/2013/723', 'other'), (3722, '6', 'DN/2013/724', 'other'), (3723, '6', 'DN/2013/725', 'other'), (3724, '6', 'DN/2013/726', 'other'), (3725, '6', 'DN/2013/727', 'other'), (3726, '6', 'DN/2013/728', 'other'), (3727, '6', 'DN/2013/933', 'other'), (3728, '6', 'DN/2013/934', 'other'), (3729, '2', 'RV/2013/840', 'other'), (3730, '2', 'RV/2013/841', 'other'), (3731, '2', 'RV/2013/842', 'other'), (3732, '2', 'RV/2013/843', 'other'), (3733, '2', 'RV/2013/844', 'other'), (3734, '2', 'RV/2013/845', 'other'), (3735, '2', 'RV/2013/846', 'other'), (3736, '2', 'RV/2013/847', 'other'), (3737, '6', 'DN/2013/935', 'other'), (3738, '6', 'DN/2013/909', 'other'), (3739, '2', 'RV/2013/848', 'other'), (3740, '2', 'RV/2013/849', 'other'), (3741, '6', 'DN/2013/910', 'other'), (3742, '6', 'DN/2013/911', 'other'), (3743, '6', 'DN/2013/912', 'other'), (3744, '6', 'DN/2013/913', 'other'), (3745, '6', 'DN/2013/914', 'other'), (3746, '6', 'DN/2013/915', 'other'), (3747, '6', 'DN/2013/916', 'other'), (3751, '6', 'DN/2013/1394', 'other'), (3752, '6', 'DN/2013/1527', 'other'), (3754, '6', 'DN/2012/512', 'other'), (3755, '6', 'DN/2013/1633', 'other'), (3756, '6', 'DN/2013/1528', 'other'), (3757, '6', 'DN/2012/977', 'other'), (3758, '6', 'DN/2013/978', 'other'), (3759, '6', 'DN/2013/979', 'other'), (3760, '6', 'DN/2013/1041', 'other'), (3761, '2', 'RV/2013/850', 'other'), (3762, '6', 'DN/2013/1042', 'other'), (3763, '5', 'CN/2013/148', 'other'), (3764, '6', 'DN/2013/1043', 'other'), (3765, '6', 'DN/2013/1395', 'other'), (3766, '6', 'DN/2013/1634', 'other'), (3767, '6', 'DN/2013/1680', 'other'), (3775, '6', 'DN/2013/1529', 'other'), (3776, '6', 'DN/2013/1530', 'other'), (3777, '6', 'DN/2013/1635', 'other'), (3778, '2', 'RV/2013/851', 'other'), (3779, '6', 'DN/2013/1636', 'other'), (3780, '6', 'DN/2013/1531', 'other'), (3781, '6', 'DN/2013/1532', 'other'), (3782, '2', 'RV/2013/852', 'other'), (3783, '6', 'DN/2013/1533', 'other'), (3785, '6', 'DN/2013/1534', 'other'), (3786, '6', 'DN/2013/1535', 'other'), (3787, '6', 'DN/2013/1536', 'other'), (3788, '6', 'DN/2013/1537', 'other'), (3789, '6', 'DN/2013/1538', 'other'), (3790, '6', 'DN/2013/917', 'other'), (3791, '6', 'DN/2013/918', 'other'), (3792, '2', 'RV/2013/853', 'other'), (3793, '6', 'DN/2013/919', 'other'), (3794, '6', 'DN/2013/920', 'other'), (3795, '6', 'DN/2013/921', 'other'), (3796, '6', 'DN/2013/922', 'other'), (3798, '6', 'DN/2013/923', 'other'), (3799, '6', 'DN/2013/924', 'other'), (3800, '2', 'RV/2013/854', 'other'), (3801, '2', 'RV/2013/855', 'other'), (3802, '6', 'DN/2013/925', 'other'), (3803, '6', 'DN/2013/926', 'other'), (3804, '6', 'DN/2013/927', 'other'), (3805, '2', 'RV/2013/856', 'other'), (3806, '6', 'DN/2013/1539', 'other'), (3807, '6', 'DN/2013/1637', 'other'), (3808, '2', 'RV/2013/857', 'other'), (3811, '2', 'RV/2013/858', 'other'), (3812, '6', 'DN/2013/1638', 'other'), (3813, '2', 'RV/2013/859', 'other'), (3814, '6', 'DN/2013/1639', 'other'), (3815, '6', 'DN/2013/1540', 'other'), (3818, '6', 'DN/2013/1541', 'other'), (3819, '6', 'DN/2013/1542', 'other'), (3820, '6', 'DN/2013/1543', 'other'), (3821, '6', 'DN/2013/1544', 'other'), (3822, '6', 'DN/2013/1640', 'other'), (3823, '6', 'DN/2013/1641', 'other'), (3824, '6', 'DN/2013/1642', 'other'), (3825, '6', 'DN/2013/1545', 'other'), (3826, '2', 'RV/2013/860', 'other'), (3827, '2', 'RV/2013/861', 'other'), (3828, '6', 'DN/2013/1546', 'other'), (3829, '6', 'DN/2013/1547', 'other'), (3830, '6', 'DN/2013/1548', 'other'), (3831, '6', 'DN/2013/1549', 'other'), (3832, '2', 'RV/2013/862', 'other'), (3833, '2', 'RV/2013/863', 'other'), (3834, '2', 'RV/2013/864', 'other'), (3835, '2', 'RV/2013/865', 'other'), (3836, '6', 'DN/2013/1550', 'other'), (3838, '3', 'JV/2013/45', 'other'), (3839, '3', 'JV/2013/46', 'other'), (3840, '2', 'RV/2013/866', 'other'), (3841, '6', 'DN/2013/1551', 'other'), (3842, '6', 'DN/2013/1552', 'other'), (3843, '2', 'RV/2013/867', 'other'), (3846, '5', 'CN/2013/149', 'other'), (3848, '6', 'DN/2013/1643', 'other'), (3849, '6', 'DN/2013/1553', 'other'), (3850, '6', 'DN/2013/1681', 'other'), (3851, '6', 'DN/2013/1554', 'other'), (3852, '5', 'CN/2013/150', 'other'), (3853, '2', 'RV/2013/868', 'other'), (3854, '6', 'DN/2013/1396', 'other'), (3856, '6', 'DN/2013/677', 'other'), (3857, '6', 'DN/2013/762', 'other'), (3859, '2', 'RV/2013/869', 'other'), (3860, '2', 'RV/2013/870', 'other'), (3862, '6', 'DN/2013/1682', 'other'), (3863, '2', 'RV/2013/871', 'other'), (3864, '6', 'DN/2013/1695', 'other'), (3865, '6', 'DN/2013/1644', 'other'), (3866, '6', 'DN/2013/1683', 'other'), (3867, '6', 'DN/2013/1684', 'other'), (3869, '6', 'DN/2013/1645', 'other'), (3870, '2', 'RV/2013/872', 'other'), (3871, '6', 'DN/2013/1646', 'other'), (3872, '6', 'DN/2013/1647', 'other'), (3873, '6', 'DN/2013/1648', 'other'), (3874, '6', 'DN/2013/1649', 'other'), (3875, '6', 'DN/2013/1685', 'other'), (3876, '6', 'DN/2013/1686', 'other'), (3877, '2', 'RV/2013/873', 'other'), (3878, '6', 'DN/2013/1687', 'other'), (3880, '6', 'DN/2013/1650', 'other'), (3881, '5', 'CN/2013/151', 'other'), (3882, '2', 'RV/2013/874', 'other'), (3883, '6', 'DN/2013/1060', 'other'), (3884, '2', 'RV/2013/875', 'other'), (3885, '6', 'DN/2013/1061', 'other'), (3887, '6', 'DN/2013/1062', 'other'), (3888, '6', 'DN/2013/1063', 'other'), (3889, '6', 'DN/2013/1064', 'other'), (3890, '6', 'DN/2013/1065', 'other'), (3892, '5', 'CN/2013/152', 'other'), (3893, '6', 'DN/2013/1066', 'other'), (3894, '6', 'DN/2013/1067', 'other'), (3895, '6', 'DN/2013/1068', 'other'), (3896, '6', 'DN/2013/1069', 'other'), (3898, '2', 'RV/2013/876', 'other'), (3899, '6', 'DN/2013/1070', 'other'), (3900, '6', 'DN/2013/1071', 'other'), (3901, '6', 'DN/2013/1072', 'other'), (3902, '6', 'DN/2013/1073', 'other'), (3903, '6', 'DN/2013/1074', 'other'), (3904, '2', 'RV/2013/877', 'other'), (3907, '6', 'DN/2013/1075', 'other'), (3908, '2', 'RV/2013/878', 'other'), (3909, '2', 'RV/2013/879', 'other'), (3910, '2', 'RV/2013/880', 'other'), (3911, '2', 'RV/2013/881', 'other'), (3912, '6', 'DN/2013/1076', 'other'), (3913, '2', 'RV/2013/882', 'other'), (3914, '6', 'DN/2013/1077', 'other'), (3915, '2', 'RV/2013/883', 'other'), (3916, '2', 'RV/2013/884', 'other'), (3917, '6', 'DN/2013/1078', 'other'), (3918, '6', 'DN/2013/1079', 'other'), (3919, '6', 'DN/2013/1080', 'other'), (3920, '6', 'DN/2013/1081', 'other'), (3921, '6', 'DN/2013/1082', 'other'), (3922, '6', 'DN/2013/1555', 'other'), (3923, '6', 'DN/2013/1696', 'other'), (3926, '6', 'DN/2012/1101', 'other'), (3927, '6', 'DN/2013/1102', 'other'), (3928, '2', 'RV/2013/885', 'other'), (3929, '2', 'RV/2013/886', 'other'), (3930, '2', 'RV/2013/887', 'other'), (3931, '2', 'RV/2013/888', 'other'), (3934, '6', 'DN/2013/1398', 'other'), (3935, '6', 'DN/2013/1399', 'other'), (3936, '6', 'DN/2013/1400', 'other'), (3937, '6', 'DN/2013/1401', 'other'), (3940, '6', 'DN/2013/1402', 'other'), (3941, '2', 'RV/2013/889', 'other'), (3942, '2', 'RV/2013/890', 'other'), (3943, '2', 'RV/2013/891', 'other'), (3945, '6', 'DN/2013/1403', 'other'), (3946, '6', 'DN/2013/1404', 'other'), (3947, '6', 'DN/2013/1556', 'other'), (3948, '6', 'DN/2013/1405', 'other'), (3949, '6', 'DN/2013/1557', 'other'), (3951, '6', 'DN/2013/1406', 'other'), (3952, '2', 'RV/2013/892', 'other'), (3953, '2', 'RV/2013/893', 'other'), (3955, '6', 'DN/2013/1407', 'other'), (3956, '6', 'DN/2013/1408', 'other'), (3957, '6', 'DN/2013/1409', 'other'), (3958, '6', 'DN/2013/1410', 'other'), (3960, '6', 'DN/2013/1411', 'other'), (3961, '2', 'RV/2013/894', 'other'), (3962, '6', 'DN/2013/1412', 'other'), (3963, '6', 'DN/2013/1413', 'other'), (3964, '2', 'RV/2013/895', 'other'), (3965, '2', 'RV/2013/896', 'other'), (3966, '6', 'DN/2013/1414', 'other'), (3967, '6', 'DN/2013/1415', 'other'), (3970, '6', 'DN/2013/1416', 'other'), (3971, '6', 'DN/2013/1417', 'other'), (3972, '6', 'DN/2012/1108', 'other'), (3973, '6', 'DN/2013/1651', 'other'), (3974, '6', 'DN/2012/1105', 'other'), (3975, '6', 'DN/2013/1558', 'other'), (3976, '6', 'DN/2013/1559', 'other'), (3977, '2', 'RV/2013/897', 'other'), (3978, '2', 'RV/2013/898', 'other'), (3979, '2', 'RV/2013/899', 'other'), (3980, '2', 'RV/2013/900', 'other'), (3981, '2', 'RV/2013/901', 'other'), (3982, '2', 'RV/2013/902', 'other'), (3983, '2', 'RV/2013/903', 'other'), (3984, '2', 'RV/2013/904', 'other'), (3985, '2', 'RV/2013/905', 'other'), (3986, '6', 'DN/2013/1560', 'other'), (3987, '6', 'DN/2013/1688', 'other'), (3988, '6', 'DN/2013/1561', 'other'), (3991, '6', 'DN/2013/1562', 'other'), (3992, '6', 'DN/2012/1118', 'other'), (3994, '6', 'DN/2013/1563', 'other'), (3995, '6', 'DN/2013/1564', 'other'), (3996, '6', 'DN/2012/1117', 'other'), (3997, '6', 'DN/2012/1121', 'other'), (3998, '2', 'RV/2013/906', 'other'), (3999, '6', 'DN/2013/1418', 'other'), (4001, '6', 'DN/2013/1419', 'other'), (4003, '6', 'DN/2013/1565', 'other'), (4004, '6', 'DN/2013/1566', 'other'), (4006, '5', 'CN/2013/154', 'other'), (4010, '6', 'DN/2012/1132', 'other'), (4011, '6', 'DN/2012/1131', 'other'), (4013, '6', 'DN/2013/1420', 'other'), (4014, '2', 'RV/2013/907', 'other'), (4015, '2', 'RV/2013/908', 'other'), (4016, '2', 'RV/2013/909', 'other'), (4017, '6', 'DN/2013/1421', 'other'), (4019, '6', 'DN/2013/1422', 'other'), (4020, '2', 'RV/2013/910', 'other'), (4021, '2', 'RV/2013/911', 'other'), (4022, '6', 'DN/2013/1423', 'other'), (4023, '6', 'DN/2013/1424', 'other'), (4024, '6', 'DN/2013/1425', 'other'), (4025, '6', 'DN/2013/1426', 'other'), (4026, '6', 'DN/2013/1427', 'other'), (4027, '6', 'DN/2013/1428', 'other'), (4028, '6', 'DN/2013/1429', 'other'), (4029, '6', 'DN/2013/1430', 'other'), (4030, '6', 'DN/2013/1431', 'other'), (4031, '6', 'DN/2013/1432', 'other'), (4032, '6', 'DN/2013/1433', 'other'), (4033, '2', 'RV/2013/912', 'other'), (4034, '2', 'RV/2013/913', 'other'), (4035, '6', 'DN/2013/1434', 'other'), (4036, '6', 'DN/2013/1435', 'other'), (4038, '6', 'DN/2013/1567', 'other'), (4039, '6', 'DN/2013/1568', 'other'), (4040, '6', 'DN/2013/1652', 'other'), (4041, '6', 'DN/2013/1103', 'other'), (4043, '6', 'DN/2013/1104', 'other'), (4044, '2', 'RV/2013/914', 'other'), (4045, '2', 'RV/2013/915', 'other'), (4046, '2', 'RV/2013/916', 'other'), (4047, '6', 'DN/2013/1105', 'other'), (4048, '6', 'DN/2013/1106', 'other'), (4049, '6', 'DN/2013/1107', 'other'), (4051, '6', 'DN/2013/1108', 'other'), (4052, '2', 'RV/2013/917', 'other'), (4053, '5', 'CN/2013/155', 'other'), (4054, '2', 'RV/2013/918', 'other'), (4055, '6', 'DN/2013/1109', 'other'), (4056, '2', 'RV/2013/919', 'other'), (4057, '5', 'CN/2013/156', 'other'), (4058, '2', 'RV/2013/920', 'other'), (4059, '2', 'RV/2013/921', 'other'), (4060, '6', 'DN/2013/1653', 'other'), (4061, '2', 'RV/2013/922', 'other'), (4062, '2', 'RV/2013/923', 'other'), (4063, '6', 'DN/2013/1654', 'other'), (4064, '2', 'RV/2013/924', 'other'), (4069, '6', 'DN/2013/1655', 'other'), (4070, '6', 'DN/2013/1569', 'other'), (4072, '6', 'DN/2013/1570', 'other'), (4073, '6', 'DN/2013/1689', 'other'), (4074, '6', 'DN/2013/1656', 'other'), (4076, '2', 'RV/2013/925', 'other'), (4077, '6', 'DN/2013/1571', 'other'), (4078, '2', 'RV/2013/926', 'other'), (4079, '2', 'RV/2013/927', 'other'), (4080, '6', 'DN/2013/1572', 'other'), (4081, '6', 'DN/2013/1573', 'other'), (4082, '2', 'RV/2013/928', 'other'), (4083, '6', 'DN/2013/1574', 'other'), (4084, '2', 'RV/2013/929', 'other'), (4088, '6', 'DN/2013/1657', 'other'), (4091, '6', 'DN/2013/1575', 'other'), (4092, '6', 'DN/2013/1576', 'other'), (4093, '6', 'DN/2013/1658', 'other'), (4094, '6', 'DN/2013/1577', 'other'), (4095, '6', 'DN/2013/1123', 'other'), (4096, '2', 'RV/2013/930', 'other'), (4097, '2', 'RV/2013/931', 'other'), (4098, '2', 'RV/2013/932', 'other'), (4099, '2', 'RV/2013/933', 'other'), (4100, '2', 'RV/2013/934', 'other'), (4101, '2', 'RV/2013/935', 'other'), (4102, '2', 'RV/2013/936', 'other'), (4103, '2', 'RV/2013/937', 'other'), (4107, '6', 'DN/2013/1659', 'other'), (4108, '6', 'DN/2013/1124', 'other'), (4109, '2', 'RV/2013/938', 'other'), (4110, '2', 'RV/2013/939', 'other'), (4111, '6', 'DN/2013/1125', 'other'), (4112, '6', 'DN/2013/1126', 'other'), (4113, '6', 'DN/2013/1127', 'other'), (4118, '6', 'DN/2013/1578', 'other'), (4119, '6', 'DN/2013/1436', 'other'), (4120, '6', 'DN/2013/1437', 'other'), (4121, '6', 'DN/2013/1438', 'other'), (4122, '6', 'DN/2013/1128', 'other'), (4123, '6', 'DN/2013/1129', 'other'), (4125, '6', 'DN/2013/1579', 'other'), (4126, '6', 'DN/2013/1660', 'other'), (4127, '2', 'RV/2013/940', 'other'), (4128, '6', 'DN/2013/1130', 'other'), (4129, '6', 'DN/2013/1131', 'other'), (4130, '6', 'DN/2013/1132', 'other'), (4131, '6', 'DN/2013/1133', 'other'), (4132, '6', 'DN/2013/1134', 'other'), (4133, '6', 'DN/2013/1135', 'other'), (4134, '6', 'DN/2013/1136', 'other'), (4135, '6', 'DN/2013/1137', 'other'), (4136, '6', 'DN/2013/1138', 'other'), (4137, '6', 'DN/2013/1139', 'other'), (4138, '2', 'RV/2013/941', 'other'), (4139, '6', 'DN/2013/1140', 'other'), (4140, '6', 'DN/2013/1141', 'other'), (4141, '6', 'DN/2013/1142', 'other'), (4142, '6', 'DN/2013/1143', 'other'), (4143, '6', 'DN/2013/1144', 'other'), (4144, '6', 'DN/2013/1145', 'other'), (4145, '6', 'DN/2013/1146', 'other'), (4146, '5', 'CN/2013/157', 'other'), (4147, '2', 'RV/2013/942', 'other'), (4148, '2', 'RV/2013/943', 'other'), (4150, '6', 'DN/2013/1147', 'other'), (4151, '6', 'DN/2013/1148', 'other'), (4156, '6', 'DN/2013/1150', 'other'), (4159, '6', 'DN/2013/1439', 'other'), (4161, '2', 'RV/2013/944', 'other'), (4162, '2', 'RV/2013/945', 'other'), (4163, '2', 'RV/2013/946', 'other'), (4164, '6', 'DN/2013/1440', 'other'), (4166, '6', 'DN/2013/1151', 'other'), (4167, '6', 'DN/2013/1152', 'other'), (4168, '6', 'DN/2013/1441', 'other'), (4169, '2', 'RV/2013/947', 'other'), (4173, '6', 'DN/2013/1442', 'other'), (4174, '2', 'RV/2013/948', 'other'), (4175, '2', 'RV/2013/949', 'other'), (4176, '2', 'RV/2013/950', 'other'), (4177, '6', 'DN/2013/1443', 'other'), (4178, '6', 'DN/2013/1580', 'other'), (4179, '6', 'DN/2013/1581', 'other'), (4180, '6', 'DN/2013/1582', 'other'), (4181, '2', 'RV/2013/951', 'other'), (4182, '6', 'DN/2013/1444', 'other'), (4183, '6', 'DN/2013/1445', 'other'), (4184, '6', 'DN/2013/1446', 'other'), (4185, '6', 'DN/2013/1160', 'other'), (4186, '6', 'DN/2013/1161', 'other'), (4187, '6', 'DN/2013/1162', 'other'), (4188, '6', 'DN/2013/1163', 'other'), (4189, '2', 'RV/2013/952', 'other'), (4190, '2', 'RV/2013/953', 'other'), (4191, '2', 'RV/2013/954', 'other'), (4192, '6', 'DN/2013/1164', 'other'), (4193, '2', 'RV/2013/955', 'other'), (4194, '6', 'DN/2013/1165', 'other'), (4195, '6', 'DN/2013/1166', 'other'), (4196, '6', 'DN/2013/1167', 'other'), (4197, '6', 'DN/2013/1168', 'other'), (4198, '6', 'DN/2013/1169', 'other'), (4199, '6', 'DN/2013/809', 'other'), (4200, '5', 'CN/2013/158', 'other'), (4201, '6', 'DN/2013/810', 'other'), (4202, '6', 'DN/2013/811', 'other'), (4204, '6', 'DN/2013/812', 'other'), (4206, '6', 'DN/2013/1661', 'other'), (4207, '6', 'DN/2013/813', 'other'), (4208, '6', 'DN/2013/814', 'other'), (4209, '6', 'DN/2013/815', 'other'), (4210, '6', 'DN/2013/816', 'other'), (4211, '6', 'DN/2013/817', 'other'), (4212, '6', 'DN/2013/818', 'other'), (4213, '6', 'DN/2013/819', 'other'), (4214, '6', 'DN/2013/820', 'other'), (4215, '6', 'DN/2013/1662', 'other'), (4216, '6', 'DN/2013/822', 'other'), (4217, '2', 'RV/2013/956', 'other'), (4218, '2', 'RV/2013/957', 'other'), (4219, '6', 'DN/2013/823', 'other'), (4220, '2', 'RV/2013/958', 'other'), (4221, '6', 'DN/2013/824', 'other'), (4222, '6', 'DN/2013/825', 'other'), (4223, '6', 'DN/2013/826', 'other'), (4224, '6', 'DN/2013/827', 'other'), (4225, '6', 'DN/2013/828', 'other'), (4226, '2', 'RV/2013/959', 'other'), (4227, '2', 'RV/2013/960', 'other'), (4228, '2', 'RV/2013/961', 'other'), (4229, '6', 'DN/2013/829', 'other'), (4230, '6', 'DN/2013/830', 'other'), (4231, '2', 'RV/2013/962', 'other'), (4232, '6', 'DN/2013/831', 'other'), (4233, '6', 'DN/2013/832', 'other'), (4234, '6', 'DN/2013/833', 'other'), (4235, '6', 'DN/2013/834', 'other'), (4237, '6', 'DN/2013/1447', 'other'), (4238, '6', 'DN/2013/1583', 'other'), (4239, '6', 'DN/2013/838', 'other'), (4240, '6', 'DN/2013/839', 'other'), (4241, '6', 'DN/2013/840', 'other'), (4242, '6', 'DN/2013/841', 'other'), (4243, '6', 'DN/2013/842', 'other'), (4245, '6', 'DN/2013/1448', 'other'), (4246, '6', 'DN/2013/1449', 'other'), (4247, '6', 'DN/2013/1450', 'other'), (4248, '2', 'RV/2013/963', 'other'), (4250, '6', 'DN/2013/1451', 'other'), (4251, '6', 'DN/2013/1452', 'other'), (4253, '6', 'DN/2012/459', 'other'), (4254, '6', 'DN/2013/843', 'other'), (4256, '2', 'RV/2013/964', 'other'), (4257, '6', 'DN/2013/1584', 'other'), (4258, '6', 'DN/2013/1585', 'other'), (4259, '6', 'DN/2013/1453', 'other'), (4260, '6', 'DN/2013/1586', 'other'), (4261, '6', 'DN/2013/1587', 'other'), (4262, '6', 'DN/2013/1454', 'other'), (4263, '5', 'CN/2013/159', 'other'), (4264, '6', 'DN/2013/1455', 'other'), (4265, '5', 'CN/2013/160', 'other'), (4266, '6', 'DN/2013/1588', 'other'), (4267, '6', 'DN/2013/1589', 'other'), (4268, '5', 'CN/2013/161', 'other'), (4269, '2', 'RV/2013/965', 'other'), (4270, '6', 'DN/2013/1590', 'other'), (4273, '6', 'DN/2013/844', 'other'), (4274, '6', 'DN/2013/845', 'other'), (4275, '6', 'DN/2013/846', 'other'), (4276, '6', 'DN/2013/847', 'other'), (4277, '6', 'DN/2013/848', 'other'), (4278, '2', 'RV/2013/966', 'other'), (4279, '2', 'RV/2013/967', 'other'), (4280, '2', 'RV/2013/968', 'other'), (4281, '6', 'DN/2013/849', 'other'), (4282, '2', 'RV/2013/969', 'other'), (4283, '6', 'DN/2013/850', 'other'), (4284, '6', 'DN/2013/851', 'other'), (4285, '6', 'DN/2013/852', 'other'), (4286, '6', 'DN/2013/853', 'other'), (4287, '6', 'DN/2013/854', 'other'), (4288, '6', 'DN/2013/855', 'other'), (4289, '6', 'DN/2013/856', 'other'), (4291, '6', 'DN/2013/1591', 'other'), (4292, '6', 'DN/2013/1592', 'other'), (4293, '6', 'DN/2013/1593', 'other'), (4294, '6', 'DN/2013/1594', 'other'), (4295, '6', 'DN/2013/1595', 'other'), (4296, '2', 'RV/2013/970', 'other'), (4297, '6', 'DN/2013/1596', 'other'), (4298, '6', 'DN/2013/1663', 'other'), (4299, '6', 'DN/2013/1597', 'other'), (4300, '6', 'DN/2013/1598', 'other'), (4301, '6', 'DN/2013/835', 'other'), (4302, '2', 'RV/2013/971', 'other'), (4303, '6', 'DN/2013/836', 'other'), (4304, '6', 'DN/2013/837', 'other'), (4305, '6', 'DN/2013/1153', 'other'), (4306, '2', 'RV/2013/972', 'other'), (4307, '6', 'DN/2013/1154', 'other'), (4309, '6', 'DN/2013/1155', 'other'), (4310, '6', 'DN/2013/1156', 'other'), (4311, '2', 'RV/2013/973', 'other'), (4312, '6', 'DN/2013/1157', 'other'), (4313, '6', 'DN/2013/1158', 'other'), (4314, '6', 'DN/2013/1159', 'other'), (4316, '6', 'DN/2013/857', 'other'), (4317, '6', 'DN/2013/858', 'other'), (4318, '2', 'RV/2013/974', 'other'), (4321, '6', 'DN/2013/1664', 'other'), (4322, '6', 'DN/2013/1665', 'other'), (4323, '6', 'DN/2013/1666', 'other'), (4324, '6', 'DN/2013/1667', 'other'), (4325, '6', 'DN/2013/1690', 'other'), (4326, '2', 'RV/2013/975', 'other'), (4327, '6', 'DN/2013/1668', 'other'), (4328, '6', 'DN/2013/1669', 'other'), (4329, '2', 'RV/2013/976', 'other'), (4330, '6', 'DN/2013/859', 'other'), (4331, '6', 'DN/2013/860', 'other'), (4332, '6', 'DN/2013/861', 'other'), (4333, '6', 'DN/2013/862', 'other'), (4334, '2', 'RV/2013/977', 'other'), (4336, '6', 'DN/2013/863', 'other'), (4337, '2', 'RV/2013/978', 'other'), (4338, '2', 'RV/2013/979', 'other'), (4339, '2', 'RV/2013/980', 'other'), (4340, '6', 'DN/2013/864', 'other'), (4342, '6', 'DN/2013/1691', 'other'), (4343, '6', 'DN/2013/1599', 'other'), (4344, '6', 'DN/2013/1600', 'other'), (4345, '6', 'DN/2013/1601', 'other'), (4346, '6', 'DN/2013/865', 'other'), (4347, '6', 'DN/2013/866', 'other'), (4348, '6', 'DN/2013/867', 'other'), (4349, '6', 'DN/2013/868', 'other'), (4350, '2', 'RV/2013/981', 'other'), (4351, '2', 'RV/2013/982', 'other'), (4352, '2', 'RV/2013/983', 'other'), (4353, '6', 'DN/2013/869', 'other'), (4354, '6', 'DN/2013/870', 'other'), (4355, '6', 'DN/2013/871', 'other'), (4356, '6', 'DN/2013/872', 'other'), (4357, '6', 'DN/2013/873', 'other'), (4358, '2', 'RV/2013/984', 'other'), (4359, '6', 'DN/2013/874', 'other'), (4360, '6', 'DN/2013/875', 'other'), (4361, '6', 'DN/2013/876', 'other'), (4362, '6', 'DN/2013/877', 'other'), (4363, '6', 'DN/2013/878', 'other'), (4364, '6', 'DN/2013/879', 'other'), (4365, '6', 'DN/2013/880', 'other'), (4366, '6', 'DN/2013/881', 'other'), (4367, '6', 'DN/2013/882', 'other'), (4368, '6', 'DN/2013/883', 'other'), (4369, '6', 'DN/2013/884', 'other'), (4370, '2', 'RV/2013/985', 'other'), (4371, '2', 'RV/2013/986', 'other'), (4372, '2', 'RV/2013/987', 'other'), (4373, '6', 'DN/2013/885', 'other'), (4374, '6', 'DN/2013/886', 'other'), (4375, '2', 'RV/2013/988', 'other'), (4376, '6', 'DN/2013/887', 'other'), (4377, '6', 'DN/2013/888', 'other'), (4378, '6', 'DN/2013/889', 'other'), (4379, '6', 'DN/2013/890', 'other'), (4381, '6', 'DN/2013/1602', 'other'), (4384, '6', 'DN/2013/892', 'other'), (4385, '6', 'DN/2013/893', 'other'), (4386, '6', 'DN/2013/894', 'other'), (4387, '6', 'DN/2013/895', 'other'), (4388, '6', 'DN/2013/896', 'other'), (4389, '6', 'DN/2013/897', 'other'), (4390, '6', 'DN/2013/898', 'other'), (4391, '2', 'RV/2013/989', 'other'), (4392, '2', 'RV/2013/990', 'other'), (4393, '6', 'DN/2013/1044', 'other'), (4394, '6', 'DN/2013/1045', 'other'), (4395, '6', 'DN/2013/1046', 'other'), (4399, '6', 'DN/2013/1047', 'other'), (4400, '2', 'RV/2013/991', 'other'), (4402, '6', 'DN/2013/1049', 'other'), (4403, '6', 'DN/2013/1050', 'other'), (4404, '2', 'RV/2013/992', 'other'), (4405, '6', 'DN/2013/1051', 'other'), (4406, '6', 'DN/2013/1052', 'other'), (4407, '6', 'DN/2013/1053', 'other'), (4408, '6', 'DN/2013/1054', 'other'), (4410, '2', 'RV/2013/993', 'other'), (4413, '6', 'DN/2013/1697', 'other'), (4414, '6', 'DN/2013/1698', 'other'), (4415, '6', 'DN/2013/1055', 'other'), (4417, '6', 'DN/2013/1056', 'other'), (4418, '2', 'RV/2013/994', 'other'), (4419, '6', 'DN/2013/1057', 'other'), (4420, '6', 'DN/2013/1058', 'other'), (4421, '6', 'DN/2013/1059', 'other'), (4422, '2', 'RV/2013/995', 'other'), (4423, '6', 'DN/2013/1110', 'other'), (4426, '6', 'DN/2013/1670', 'other'), (4427, '6', 'DN/2013/1111', 'other'), (4428, '6', 'DN/2013/1112', 'other'), (4430, '6', 'DN/2013/1113', 'other'), (4435, '6', 'DN/2013/1671', 'other'), (4436, '2', 'RV/2013/996', 'other'), (4437, '6', 'DN/2013/1672', 'other'), (4439, '6', 'DN/2013/1673', 'other'), (4440, '6', 'DN/2013/1692', 'other'), (4442, '6', 'DN/2013/1693', 'other'), (4443, '6', 'DN/2013/1699', 'other'), (4445, '6', 'DN/2013/1674', 'other'), (4446, '6', 'DN/2013/1700', 'other'), (4447, '6', 'DN/2013/1120', 'other'), (4448, '6', 'DN/2013/1121', 'other'), (4449, '6', 'DN/2013/1122', 'other'), (4450, '5', 'CN/2013/162', 'other'), (4452, '6', 'DN/2013/1675', 'other'), (4453, '6', 'DN/2013/1694', 'other'), (4454, '5', 'CN/2013/163', 'other'), (4455, '5', 'CN/2013/164', 'other'), (4456, '6', 'DN/2013/1117', 'other'), (4457, '6', 'DN/2013/1118', 'other'), (4459, '2', 'RV/2013/997', 'other'), (4460, '3', 'JV/2013/47', 'other'), (4461, '6', 'DN/2012/820', 'other'), (4462, '6', 'DN/2013/821', 'other'), (4463, '2', 'RV/2013/998', 'other'), (4464, '2', 'RV/2013/999', 'other'), (4465, '2', 'RV/2013/1000', 'other'), (4467, '2', 'RV/2013/1001', 'other'), (4468, '6', 'DN/2013/1115', 'other'), (4469, '3', 'JV/2013/48', 'other'), (4470, '2', 'RV/2013/1002', 'other'), (4471, '6', 'DN/2013/1116', 'other'), (4472, '2', 'RV/2013/1003', 'other'), (4474, '6', 'DN/2012/468', 'other'), (4475, '6', 'DN/2013/469', 'other'), (4476, '6', 'DN/2013/470', 'other'), (4477, '6', 'DN/2013/471', 'other'), (4478, '6', 'DN/2013/472', 'other'), (4479, '1', 'RV/2013/1004', 'other'), (4481, '3', 'JV/2013/49', 'other'), (4483, '1', 'PV/2013/1', 'other'), (4484, '2', 'RV/2013/1005', 'other'), (4485, '2', 'RV/2013/1006', 'other'), (4486, '2', 'RV/2013/1007', 'other'), (4487, '2', 'RV/2013/1008', 'other'), (4488, '2', 'RV/2013/1009', 'other'), (4489, '2', 'RV/2013/1010', 'other'), (4490, '6', 'DN/2013/1170', 'other'), (4491, '6', 'DN/2013/1171', 'other'), (4492, '6', 'DN/2013/1172', 'other'), (4493, '6', 'DN/2013/1173', 'other'), (4494, '6', 'DN/2013/1174', 'other'), (4495, '2', 'RV/2013/1011', 'other'), (4496, '2', 'RV/2013/1012', 'other'), (4497, '2', 'RV/2013/1013', 'other'), (4498, '2', 'RV/2013/1014', 'other'), (4499, '6', 'DN/2013/1175', 'other'), (4500, '6', 'DN/2013/1176', 'other'), (4501, '6', 'DN/2013/1177', 'other'), (4502, '2', 'RV/2013/1015', 'other'), (4503, '2', 'RV/2013/1016', 'other'), (4504, '2', 'RV/2013/1017', 'other'), (4505, '2', 'RV/2013/1018', 'other'), (4506, '2', 'RV/2013/1019', 'other'), (4508, '2', 'RV/2013/1020', 'other'), (4509, '6', 'DN/2013/1179', 'other'), (4512, '2', 'RV/2013/1021', 'other'), (4513, '6', 'DN/2013/1180', 'other'), (4514, '6', 'DN/2013/1181', 'other'), (4515, '6', 'DN/2013/1182', 'other'), (4516, '6', 'DN/2013/1114', 'other'), (4517, '6', 'DN/2013/1183', 'other'), (4518, '6', 'DN/2013/1184', 'other'), (4519, '6', 'DN/2013/1185', 'other'), (4520, '6', 'DN/2013/1701', 'other'), (4521, '2', 'RV/2013/1022', 'other'), (4522, '2', 'RV/2013/1023', 'other'), (4523, '6', 'DN/2013/1702', 'other'), (4524, '6', 'DN/2013/1703', 'other'), (4525, '6', 'DN/2013/1704', 'other'), (4526, '6', 'DN/2013/1705', 'other'), (4527, '6', 'DN/2013/1706', 'other'), (4528, '6', 'DN/2013/1707', 'other'), (4529, '2', 'RV/2013/1024', 'other'), (4530, '6', 'DN/2013/1708', 'other'), (4531, '2', 'RV/2013/1025', 'other'), (4532, '2', 'RV/2013/1026', 'other'), (4534, '2', 'RV/2013/1028', 'other'), (4535, '2', 'RV/2013/1029', 'other'), (4536, '2', 'RV/2013/1030', 'other'), (4537, '2', 'RV/2013/1031', 'other'), (4538, '6', 'DN/2013/1709', 'other'), (4539, '2', 'RV/2013/1032', 'other'), (4540, '2', 'RV/2013/1033', 'other'), (4541, '6', 'DN/2013/1710', 'other'), (4542, '2', 'RV/2013/1034', 'other'), (4543, '2', 'RV/2013/1035', 'other'), (4544, '2', 'RV/2013/1036', 'other'), (4545, '6', 'DN/2013/1711', 'other'), (4546, '6', 'DN/2013/1712', 'other'), (4547, '2', 'RV/2013/1037', 'other'), (4548, '6', 'DN/2013/1713', 'other'), (4549, '6', 'DN/2013/1714', 'other'), (4550, '6', 'DN/2013/1715', 'other'), (4551, '2', 'RV/2013/1038', 'other'), (4553, '6', 'DN/2013/1716', 'other'), (4554, '2', 'RV/2013/1039', 'other'), (4555, '2', 'RV/2013/1040', 'other'), (4556, '2', 'RV/2013/1041', 'other'), (4557, '2', 'RV/2013/1042', 'other'), (4558, '5', 'CN/2013/165', 'other'), (4560, '6', 'DN/2013/1718', 'other'), (4561, '6', 'DN/2013/1719', 'other'), (4562, '2', 'RV/2013/1043', 'other'), (4563, '3', 'JV/2013/50', 'other'), (4564, '2', 'RV/2013/1044', 'other'), (4565, '2', 'RV/2013/1045', 'other'), (4567, '6', 'DN/2013/1720', 'other'), (4568, '2', 'RV/2013/1046', 'other'), (4569, '6', 'DN/2013/1721', 'other'), (4570, '6', 'DN/2013/1722', 'other'), (4571, '6', 'DN/2013/1723', 'other'), (4572, '2', 'RV/2013/1047', 'other'), (4573, '2', 'RV/2013/1048', 'other'), (4574, '2', 'RV/2013/1049', 'other'), (4575, '2', 'RV/2013/1050', 'other'), (4576, '6', 'DN/2013/1724', 'other'), (4577, '2', 'RV/2013/1051', 'other'), (4578, '6', 'DN/2013/1725', 'other'), (4579, '6', 'DN/2013/1726', 'other'), (4580, '6', 'DN/2013/1727', 'other'), (4581, '6', 'DN/2013/1728', 'other'), (4583, '6', 'DN/2013/1729', 'other'), (4584, '6', 'DN/2013/1730', 'other'), (4585, '6', 'DN/2013/1731', 'other'), (4586, '6', 'DN/2013/1732', 'other'), (4587, '6', 'DN/2013/1733', 'other'), (4588, '6', 'DN/2013/1734', 'other'), (4589, '6', 'DN/2013/1735', 'other'), (4590, '6', 'DN/2013/1736', 'other'), (4591, '6', 'DN/2013/1737', 'other'), (4597, '6', 'DN/2013/1738', 'other'), (4598, '6', 'DN/2013/1739', 'other'), (4599, '6', 'DN/2013/1740', 'other'), (4600, '6', 'DN/2013/1741', 'other'), (4601, '6', 'DN/2013/1742', 'other'), (4602, '2', 'RV/2013/1052', 'other'), (4603, '2', 'RV/2013/1053', 'other'), (4604, '2', 'RV/2013/1054', 'other'), (4605, '2', 'RV/2013/1055', 'other'), (4606, '6', 'DN/2013/1743', 'other'), (4607, '2', 'RV/2013/1056', 'other'), (4608, '6', 'DN/2013/1717', 'other'), (4609, '6', 'DN/2013/1744', 'other'), (4610, '2', 'RV/2013/1057', 'other'), (4611, '2', 'RV/2013/1058', 'other'), (4612, '2', 'RV/2013/1059', 'other'), (4613, '2', 'RV/2013/1060', 'other'), (4614, '6', 'DN/2013/1745', 'other'), (4615, '2', 'RV/2013/1061', 'other'), (4616, '6', 'DN/2013/1746', 'other'), (4617, '2', 'RV/2013/1062', 'other'), (4619, '6', 'DN/2013/1747', 'other'), (4620, '6', 'DN/2013/1748', 'other'), (4621, '5', 'CN/2013/166', 'other'), (4623, '5', 'CN/2013/167', 'other'), (4624, '2', 'RV/2013/1063', 'other'), (4625, '6', 'DN/2013/1749', 'other'), (4627, '6', 'DN/2013/1750', 'other'), (4628, '6', 'DN/2013/1751', 'other'), (4629, '2', 'RV/2013/1064', 'other'), (4630, '6', 'DN/2013/1752', 'other'), (4631, '6', 'DN/2013/1753', 'other'), (4632, '6', 'DN/2013/1754', 'other'), (4633, '6', 'DN/2013/1755', 'other'), (4634, '6', 'DN/2013/1178', 'other'), (4636, '6', 'DN/2013/1757', 'other'), (4637, '2', 'RV/2013/1065', 'other'), (4638, '2', 'RV/2013/1066', 'other'), (4639, '2', 'RV/2013/1067', 'other'), (4640, '2', 'RV/2013/1068', 'other'), (4641, '5', 'CN/2013/168', 'other'), (4642, '6', 'DN/2013/1756', 'other'), (4643, '2', 'RV/2013/1069', 'other'), (4644, '2', 'RV/2013/1070', 'other'), (4645, '6', 'DN/2013/1758', 'other'), (4646, '6', 'DN/2013/1759', 'other'), (4648, '6', 'DN/2013/1761', 'other'), (4649, '2', 'RV/2013/1071', 'other'), (4650, '6', 'DN/2013/1762', 'other'), (4651, '6', 'DN/2013/1763', 'other'), (4652, '6', 'DN/2013/1764', 'other'), (4654, '6', 'DN/2013/1766', 'other'), (4655, '6', 'DN/2013/1767', 'other'), (4656, '6', 'DN/2013/1768', 'other'), (4657, '6', 'DN/2013/1769', 'other'), (4658, '2', 'RV/2013/1072', 'other'), (4659, '2', 'RV/2013/1073', 'other'), (4660, '5', 'CN/2013/169', 'other'), (4661, '6', 'DN/2013/1770', 'other'), (4662, '6', 'DN/2013/1771', 'other'), (4663, '6', 'DN/2013/1772', 'other'), (4664, '6', 'DN/2013/1149', 'other'), (4665, '6', 'DN/2013/1773', 'other'), (4666, '6', 'DN/2013/1774', 'other'), (4667, '6', 'DN/2013/1775', 'other'), (4668, '6', 'DN/2013/1826', 'other'), (4669, '6', 'DN/2013/1776', 'other'), (4670, '6', 'DN/2013/1777', 'other'), (4671, '2', 'RV/2013/1074', 'other'), (4672, '6', 'DN/2013/1778', 'other'), (4673, '2', 'RV/2013/1075', 'other'), (4674, '6', 'DN/2013/1779', 'other'), (4675, '6', 'DN/2013/1780', 'other'), (4676, '6', 'DN/2013/1781', 'other'), (4677, '2', 'RV/2013/1076', 'other'), (4678, '6', 'DN/2013/1782', 'other'), (4679, '6', 'DN/2013/1783', 'other'), (4680, '6', 'DN/2013/1784', 'other'), (4681, '6', 'DN/2013/1785', 'other'), (4682, '6', 'DN/2013/1786', 'other'), (4683, '6', 'DN/2013/1787', 'other'), (4684, '5', 'CN/2013/170', 'other'), (4685, '6', 'DN/2013/1788', 'other'), (4686, '2', 'RV/2013/1077', 'other'), (4687, '6', 'DN/2013/1789', 'other'), (4688, '6', 'DN/2013/1790', 'other'), (4689, '6', 'DN/2013/1791', 'other'), (4690, '6', 'DN/2013/1792', 'other'), (4691, '6', 'DN/2013/1793', 'other'), (4692, '6', 'DN/2013/1794', 'other'), (4693, '6', 'DN/2013/1795', 'other'), (4694, '6', 'DN/2013/1796', 'other'), (4695, '2', 'RV/2013/1078', 'other'), (4696, '6', 'DN/2013/1797', 'other'), (4697, '6', 'DN/2013/1798', 'other'), (4698, '2', 'RV/2013/1079', 'other'), (4699, '6', 'DN/2013/1799', 'other'), (4700, '6', 'DN/2013/1800', 'other'), (4701, '6', 'DN/2013/1801', 'other'), (4702, '6', 'DN/2013/1802', 'other'), (4704, '3', 'JV/2013/52', 'other'), (4705, '3', 'JV/2013/53', 'other'), (4706, '2', 'RV/2013/1080', 'other'), (4707, '6', 'DN/2013/1803', 'other'), (4708, '2', 'RV/2013/1081', 'other'), (4709, '2', 'RV/2013/1082', 'other'), (4710, '6', 'DN/2013/1804', 'other'), (4711, '6', 'DN/2013/1805', 'other'), (4712, '6', 'DN/2013/1806', 'other'), (4713, '6', 'DN/2013/1807', 'other'), (4714, '6', 'DN/2013/1808', 'other'), (4715, '6', 'DN/2013/1809', 'other'), (4716, '6', 'DN/2013/1810', 'other'), (4717, '6', 'DN/2013/1811', 'other'), (4718, '2', 'RV/2013/1083', 'other'), (4719, '2', 'RV/2013/1084', 'other'), (4720, '2', 'RV/2013/1085', 'other'), (4721, '2', 'RV/2013/1086', 'other'), (4722, '2', 'RV/2013/1087', 'other'), (4723, '2', 'RV/2013/1088', 'other'), (4724, '2', 'RV/2013/1089', 'other'), (4725, '6', 'DN/2013/1812', 'other'), (4726, '6', 'DN/2013/1813', 'other'), (4727, '6', 'DN/2013/1760', 'other'), (4728, '6', 'DN/2013/1814', 'other'), (4729, '6', 'DN/2013/1815', 'other'), (4730, '2', 'RV/2013/1090', 'other'), (4731, '6', 'DN/2013/1816', 'other'), (4732, '6', 'DN/2013/1817', 'other'), (4733, '2', 'RV/2013/1091', 'other'), (4734, '2', 'RV/2013/1092', 'other'), (4735, '2', 'RV/2013/1093', 'other'), (4736, '6', 'DN/2013/1818', 'other'), (4737, '6', 'DN/2013/1819', 'other'), (4738, '6', 'DN/2013/1820', 'other'), (4739, '6', 'DN/2013/1821', 'other'), (4740, '6', 'DN/2013/1822', 'other'), (4741, '6', 'DN/2013/1823', 'other'), (4742, '6', 'DN/2013/1824', 'other'), (4744, '6', 'DN/2013/1825', 'other'), (4745, '6', 'DN/2013/1827', 'other'), (4746, '6', 'DN/2013/1828', 'other'), (4747, '6', 'DN/2013/1829', 'other'), (4748, '6', 'DN/2013/1830', 'other'), (4749, '5', 'CN/2013/171', 'other'), (4750, '5', 'CN/2013/172', 'other'), (4751, '6', 'DN/2013/1831', 'other'), (4752, '6', 'DN/2013/1832', 'other'), (4753, '2', 'RV/2013/1094', 'other'), (4754, '2', 'RV/2013/1095', 'other'), (4755, '2', 'RV/2013/1096', 'other'), (4756, '6', 'DN/2013/1833', 'other'), (4757, '6', 'DN/2013/1834', 'other'), (4758, '6', 'DN/2013/1835', 'other'), (4759, '6', 'DN/2013/1836', 'other'), (4760, '2', 'RV/2013/1097', 'other'), (4761, '2', 'RV/2013/1098', 'other'), (4762, '6', 'DN/2013/1837', 'other'), (4765, '6', 'DN/2013/1840', 'other'), (4766, '2', 'RV/2013/1099', 'other'), (4767, '2', 'RV/2013/1100', 'other'), (4768, '6', 'DN/2013/1841', 'other'), (4769, '6', 'DN/2013/1842', 'other'), (4770, '2', 'RV/2013/1101', 'other'), (4771, '2', 'RV/2013/1102', 'other'), (4773, '6', 'DN/2013/1844', 'other'), (4774, '6', 'DN/2013/1845', 'other'), (4776, '6', 'DN/2013/1846', 'other'), (4777, '2', 'RV/2013/1103', 'other'), (4778, '2', 'RV/2013/1104', 'other'), (4779, '6', 'DN/2013/1847', 'other'), (4780, '6', 'DN/2013/1848', 'other'), (4781, '6', 'DN/2013/1849', 'other'), (4782, '2', 'RV/2013/1105', 'other'), (4783, '6', 'DN/2013/1850', 'other'), (4784, '2', 'RV/2013/1106', 'other'), (4785, '6', 'DN/2013/1851', 'other'), (4786, '6', 'DN/2013/1852', 'other'), (4787, '6', 'DN/2013/1853', 'other'), (4788, '6', 'DN/2013/1854', 'other'), (4789, '6', 'DN/2013/1855', 'other'), (4790, '2', 'RV/2013/1107', 'other'), (4791, '2', 'RV/2013/1108', 'other'), (4792, '6', 'DN/2013/1856', 'other'), (4793, '2', 'RV/2013/1109', 'other'), (4794, '6', 'DN/2013/1843', 'other'), (4796, '6', 'DN/2013/1857', 'other'), (4797, '6', 'DN/2013/1858', 'other'), (4798, '6', 'DN/2013/1859', 'other'), (4799, '2', 'RV/2013/1110', 'other'), (4800, '6', 'DN/2013/1860', 'other'), (4802, '6', 'DN/2013/1861', 'other'), (4803, '6', 'DN/2013/1862', 'other'), (4804, '6', 'DN/2013/1863', 'other'), (4805, '6', 'DN/2013/1864', 'other'), (4806, '6', 'DN/2013/1865', 'other'), (4808, '2', 'RV/2013/1112', 'other'), (4809, '6', 'DN/2013/1397', 'other'), (4810, '6', 'DN/2013/1866', 'other'), (4811, '6', 'DN/2013/1048', 'other'), (4813, '2', 'RV/2013/1113', 'other'), (4814, '2', 'RV/2013/1114', 'other'), (4815, '6', 'DN/2013/1868', 'other'), (4816, '2', 'RV/2013/1115', 'other'), (4817, '6', 'DN/2013/1869', 'other'), (4818, '6', 'DN/2013/1870', 'other'), (4819, '6', 'DN/2013/1867', 'other'), (4820, '6', 'DN/2013/1871', 'other'), (4821, '5', 'CN/2013/173', 'other'), (4823, '5', 'CN/2013/174', 'other'), (4824, '2', 'RV/2013/1116', 'other'), (4825, '6', 'DN/2013/1872', 'other'), (4826, '2', 'RV/2013/1117', 'other'), (4827, '6', 'DN/2013/1873', 'other'), (4828, '6', 'DN/2013/1874', 'other'), (4829, '6', 'DN/2013/1875', 'other'), (4830, '6', 'DN/2013/1876', 'other'), (4831, '6', 'DN/2013/1877', 'other'), (4832, '2', 'RV/2013/1118', 'other'), (4833, '2', 'RV/2013/1119', 'other'), (4834, '6', 'DN/2013/1878', 'other'), (4835, '6', 'DN/2013/1879', 'other'), (4836, '6', 'DN/2013/1880', 'other'), (4837, '6', 'DN/2013/1881', 'other'), (4838, '6', 'DN/2013/1882', 'other'), (4839, '2', 'RV/2013/1120', 'other'), (4840, '2', 'RV/2013/1121', 'other'), (4841, '6', 'DN/2013/1883', 'other'), (4842, '6', 'DN/2013/1884', 'other'), (4843, '6', 'DN/2013/1885', 'other'), (4844, '6', 'DN/2013/1886', 'other'), (4845, '6', 'DN/2013/1887', 'other'), (4848, '5', 'CN/2013/175', 'other'), (4849, '2', 'RV/2013/1122', 'other'), (4850, '6', 'DN/2013/1889', 'other'), (4851, '6', 'DN/2013/1890', 'other'), (4852, '2', 'RV/2013/1123', 'other'), (4853, '6', 'DN/2013/1891', 'other'), (4854, '6', 'DN/2013/1892', 'other'), (4855, '6', 'DN/2013/1893', 'other'), (4856, '6', 'DN/2013/1894', 'other'), (4857, '6', 'DN/2013/1895', 'other'), (4858, '6', 'DN/2013/1896', 'other'), (4859, '6', 'DN/2013/1897', 'other'), (4860, '6', 'DN/2013/1898', 'other'), (4861, '6', 'DN/2013/1899', 'other'), (4862, '2', 'RV/2013/1124', 'other'), (4863, '6', 'DN/2013/1900', 'other'), (4864, '6', 'DN/2013/1901', 'other'), (4865, '6', 'DN/2013/1902', 'other'), (4866, '6', 'DN/2013/1903', 'other'), (4867, '6', 'DN/2013/1904', 'other'), (4868, '6', 'DN/2013/1905', 'other'), (4870, '6', 'DN/2013/1907', 'other'), (4871, '6', 'DN/2013/1908', 'other'), (4872, '6', 'DN/2013/1909', 'other'), (4873, '6', 'DN/2013/1910', 'other'), (4874, '6', 'DN/2013/1911', 'other'), (4875, '6', 'DN/2013/1912', 'other'), (4876, '5', 'CN/2013/176', 'other'), (4878, '6', 'DN/2013/1913', 'other'), (4879, '6', 'DN/2013/1914', 'other'), (4880, '6', 'DN/2013/1915', 'other'), (4881, '6', 'DN/2013/1916', 'other'), (4884, '6', 'DN/2013/1918', 'other'), (4885, '6', 'DN/2013/1919', 'other'), (4886, '2', 'RV/2013/1125', 'other'), (4887, '6', 'DN/2013/1920', 'other'), (4888, '6', 'DN/2013/1921', 'other'), (4889, '6', 'DN/2013/1922', 'other'), (4890, '2', 'RV/2013/1126', 'other'), (4891, '2', 'RV/2013/1127', 'other'), (4892, '6', 'DN/2013/1923', 'other'), (4894, '6', 'DN/2013/1925', 'other'), (4895, '6', 'DN/2013/1926', 'other'), (4896, '6', 'DN/2013/1927', 'other'), (4897, '6', 'DN/2013/1928', 'other'), (4898, '2', 'RV/2013/1128', 'other'), (4899, '2', 'RV/2013/1129', 'other'), (4900, '2', 'RV/2013/1130', 'other'), (4901, '6', 'DN/2013/1929', 'other'), (4902, '6', 'DN/2013/1930', 'other'), (4904, '5', 'CN/2013/178', 'other'), (4905, '6', 'DN/2013/1931', 'other'), (4910, '6', 'DN/2013/1932', 'other'), (4911, '2', 'RV/2013/1131', 'other'), (4912, '2', 'RV/2013/1132', 'other'), (4913, '6', 'DN/2013/1933', 'other'), (4914, '5', 'CN/2013/179', 'other'), (4915, '6', 'DN/2013/1934', 'other'), (4916, '6', 'DN/2013/1935', 'other'), (4917, '6', 'DN/2013/1936', 'other'), (4918, '6', 'DN/2013/1937', 'other'), (4919, '6', 'DN/2013/1938', 'other'), (4920, '2', 'RV/2013/1133', 'other'), (4922, '6', 'DN/2013/1939', 'other'), (4923, '2', 'RV/2013/1134', 'other'), (4924, '2', 'RV/2013/1135', 'other'), (4925, '6', 'DN/2013/1940', 'other'), (4926, '6', 'DN/2013/1941', 'other'), (4927, '6', 'DN/2013/1942', 'other'), (4928, '6', 'DN/2013/1943', 'other'), (4929, '6', 'DN/2013/1944', 'other'), (4930, '6', 'DN/2013/1945', 'other'), (4931, '6', 'DN/2013/1946', 'other'), (4932, '6', 'DN/2013/1947', 'other'), (4933, '2', 'RV/2013/1136', 'other'), (4934, '6', 'DN/2013/1948', 'other'), (4935, '6', 'DN/2013/1949', 'other'), (4936, '6', 'DN/2013/1950', 'other'), (4937, '6', 'DN/2013/1951', 'other'), (4938, '6', 'DN/2013/1952', 'other'), (4939, '5', 'CN/2013/180', 'other'), (4940, '6', 'DN/2013/1953', 'other'), (4941, '6', 'DN/2013/1954', 'other'), (4942, '6', 'DN/2013/1955', 'other'), (4943, '6', 'DN/2013/1956', 'other'), (4945, '6', 'DN/2013/1957', 'other'), (4946, '6', 'DN/2013/1958', 'other'), (4947, '6', 'DN/2013/1959', 'other'), (4948, '6', 'DN/2013/1924', 'other'), (4949, '6', 'DN/2013/1960', 'other'), (4950, '5', 'CN/2013/181', 'other'), (4951, '6', 'DN/2013/1961', 'other'), (4952, '6', 'DN/2013/1962', 'other'), (4953, '5', 'CN/2013/182', 'other'), (4954, '6', 'DN/2013/1963', 'other'), (4955, '6', 'DN/2013/1964', 'other'), (4957, '6', 'DN/2013/1965', 'other'), (4958, '5', 'CN/2013/183', 'other'), (4960, '6', 'DN/2013/1967', 'other'), (4961, '5', 'CN/2013/184', 'other'), (4962, '2', 'RV/2013/1137', 'other'), (4963, '2', 'RV/2013/1138', 'other'), (4964, '6', 'DN/2013/1968', 'other'), (4965, '6', 'DN/2013/1969', 'other'), (4967, '6', 'DN/2013/1971', 'other'), (4968, '6', 'DN/2013/1970', 'other'), (4969, '6', 'DN/2013/1972', 'other'), (4970, '6', 'DN/2013/1973', 'other'), (4971, '6', 'DN/2013/1974', 'other'), (4972, '6', 'DN/2013/1975', 'other'), (4973, '6', 'DN/2013/1976', 'other'), (4974, '2', 'RV/2013/1139', 'other'), (4975, '6', 'DN/2013/1977', 'other'), (4976, '6', 'DN/2013/1978', 'other'), (4977, '5', 'CN/2013/185', 'other'), (4978, '6', 'DN/2013/1979', 'other'), (4980, '6', 'DN/2013/1981', 'other'), (4981, '6', 'DN/2013/1982', 'other'), (4982, '6', 'DN/2013/1983', 'other'), (4983, '6', 'DN/2013/1984', 'other'), (4984, '6', 'DN/2013/1985', 'other'), (4985, '5', 'CN/2013/186', 'other'), (4986, '6', 'DN/2013/1986', 'other'), (4988, '5', 'CN/2013/188', 'other'), (4989, '6', 'DN/2013/1987', 'other'), (4990, '6', 'DN/2013/1988', 'other'), (4991, '6', 'DN/2013/1989', 'other'), (4992, '6', 'DN/2013/1990', 'other'), (4993, '6', 'DN/2013/1991', 'other'), (4994, '6', 'DN/2013/1992', 'other'), (4995, '6', 'DN/2013/1993', 'other'), (4996, '6', 'DN/2013/1994', 'other'), (4997, '6', 'DN/2013/1995', 'other'), (4998, '6', 'DN/2013/1996', 'other'), (4999, '6', 'DN/2013/1997', 'other'), (5001, '6', 'DN/2013/1999', 'other'), (5002, '6', 'DN/2013/1998', 'other'), (5003, '6', 'DN/2013/2000', 'other'), (5004, '6', 'DN/2013/2001', 'other'), (5005, '6', 'DN/2013/2002', 'other'), (5007, '6', 'DN/2013/2004', 'other'), (5008, '6', 'DN/2013/2003', 'other'), (5009, '6', 'DN/2013/2005', 'other'), (5010, '5', 'CN/2013/189', 'other'), (5011, '5', 'CN/2013/190', 'other'), (5013, '2', 'RV/2013/1140', 'other'), (5015, '2', 'RV/2013/1141', 'other'), (5016, '2', 'RV/2013/1142', 'other'), (5017, '2', 'RV/2013/1143', 'other'), (5018, '2', 'RV/2013/1144', 'other'), (5019, '2', 'RV/2013/1145', 'other'), (5020, '2', 'RV/2013/1146', 'other'), (5021, '2', 'RV/2013/1147', 'other'), (5022, '5', 'CN/2013/191', 'other'), (5023, '5', 'CN/2013/192', 'other'), (5024, '5', 'CN/2013/193', 'other'), (5025, '5', 'CN/2013/194', 'other'), (5026, '6', 'DN/2013/2007', 'other'), (5027, '6', 'DN/2013/2008', 'other'), (5028, '6', 'DN/2013/2009', 'other'), (5029, '6', 'DN/2013/2010', 'other'), (5030, '6', 'DN/2013/2011', 'other'), (5031, '6', 'DN/2013/2012', 'other'), (5032, '6', 'DN/2013/2013', 'other'), (5033, '6', 'DN/2013/2014', 'other'), (5034, '6', 'DN/2013/2015', 'other'), (5035, '6', 'DN/2013/2016', 'other'), (5036, '6', 'DN/2013/2017', 'other'), (5037, '6', 'DN/2013/2018', 'other'), (5038, '2', 'RV/2013/1148', 'other'), (5039, '2', 'RV/2013/1149', 'other'), (5040, '3', 'JV/2013/54', 'other'), (5041, '3', 'JV/2013/55', 'other'), (5042, '2', 'RV/2013/1150', 'other'), (5043, '6', 'DN/2013/2019', 'other'), (5044, '6', 'DN/2013/2020', 'other'), (5045, '2', 'RV/2013/1151', 'other'), (5046, '2', 'RV/2013/1152', 'other'), (5047, '6', 'DN/2013/2021', 'other'), (5048, '6', 'DN/2013/2022', 'other'), (5049, '2', 'RV/2013/1153', 'other'), (5050, '6', 'DN/2013/2023', 'other'), (5051, '2', 'RV/2013/1154', 'other'), (5052, '2', 'RV/2013/1155', 'other'), (5053, '2', 'RV/2013/1156', 'other'), (5054, '2', 'RV/2013/1157', 'other'), (5055, '2', 'RV/2013/1158', 'other'), (5056, '2', 'RV/2013/1159', 'other'), (5057, '2', 'RV/2013/1160', 'other'), (5058, '2', 'RV/2013/1161', 'other'), (5059, '6', 'DN/2013/2024', 'other'), (5060, '2', 'RV/2013/1162', 'other'), (5061, '2', 'RV/2013/1163', 'other'), (5062, '6', 'DN/2013/611', 'other'), (5063, '6', 'DN/2013/2025', 'other'), (5064, '5', 'CN/2013/195', 'other'), (5065, '6', 'DN/2013/2026', 'other'), (5066, '6', 'DN/2013/2027', 'other'), (5067, '6', 'DN/2013/2028', 'other'), (5068, '2', 'RV/2013/1164', 'other'), (5069, '2', 'RV/2013/1165', 'other'), (5072, '6', 'DN/2013/2030', 'other'), (5073, '6', 'DN/2013/2031', 'other'), (5074, '6', 'DN/2013/1838', 'other'), (5075, '6', 'DN/2013/1839', 'other'), (5076, '5', 'CN/2013/196', 'other'), (5077, '6', 'DN/2013/2032', 'other'), (5078, '6', 'DN/2013/2033', 'other'), (5079, '6', 'DN/2013/1906', 'other'), (5080, '2', 'RV/2013/1166', 'other'), (5081, '6', 'DN/2013/2034', 'other'), (5082, '2', 'RV/2013/1167', 'other'), (5083, '2', 'RV/2013/1168', 'other'), (5084, '6', 'DN/2013/2035', 'other'), (5085, '6', 'DN/2013/2036', 'other'), (5086, '2', 'RV/2013/1169', 'other'), (5087, '2', 'RV/2013/1170', 'other'), (5088, '2', 'RV/2013/1171', 'other'), (5089, '2', 'RV/2013/1172', 'other'), (5090, '2', 'RV/2013/1173', 'other'), (5091, '2', 'RV/2013/1174', 'other'), (5092, '2', 'RV/2013/1175', 'other'), (5093, '2', 'RV/2013/1176', 'other'), (5094, '6', 'DN/2013/2037', 'other'), (5095, '6', 'DN/2013/2038', 'other'), (5096, '6', 'DN/2013/2039', 'other'), (5097, '6', 'DN/2013/2040', 'other'), (5098, '6', 'DN/2013/2041', 'other'), (5099, '6', 'DN/2013/2042', 'other'), (5100, '5', 'CN/2013/197', 'other'), (5101, '6', 'DN/2013/2043', 'other'), (5102, '6', 'DN/2013/2044', 'other'), (5103, '6', 'DN/2013/2045', 'other'), (5104, '6', 'DN/2013/2046', 'other'), (5105, '6', 'DN/2013/2047', 'other'), (5108, '6', 'DN/2013/2049', 'other'), (5109, '2', 'RV/2013/1177', 'other'), (5110, '2', 'RV/2013/1178', 'other'), (5111, '2', 'RV/2013/1179', 'other'), (5112, '2', 'RV/2013/1180', 'other'), (5113, '2', 'RV/2013/1181', 'other'), (5114, '2', 'RV/2013/1182', 'other'), (5115, '6', 'DN/2013/2050', 'other'), (5116, '6', 'DN/2013/2051', 'other'), (5117, '6', 'DN/2013/2052', 'other'), (5118, '6', 'DN/2013/2053', 'other'), (5119, '6', 'DN/2013/2054', 'other'), (5120, '6', 'DN/2013/2055', 'other'), (5121, '6', 'DN/2013/2056', 'other'), (5122, '6', 'DN/2013/2057', 'other'), (5123, '6', 'DN/2013/2058', 'other'), (5124, '6', 'DN/2013/2059', 'other'), (5125, '6', 'DN/2013/2060', 'other'), (5126, '6', 'DN/2013/2061', 'other'), (5127, '6', 'DN/2013/2062', 'other'), (5128, '6', 'DN/2013/2063', 'other'), (5129, '6', 'DN/2013/2064', 'other'), (5130, '2', 'RV/2013/1183', 'other'), (5131, '2', 'RV/2013/1184', 'other'), (5132, '6', 'DN/2013/2065', 'other'), (5133, '6', 'DN/2013/2066', 'other'), (5134, '6', 'DN/2013/2067', 'other'), (5135, '6', 'DN/2013/2068', 'other'), (5136, '6', 'DN/2013/2069', 'other'), (5137, '6', 'DN/2013/2070', 'other'), (5138, '6', 'DN/2013/2071', 'other'), (5139, '6', 'DN/2013/2072', 'other'), (5140, '6', 'DN/2013/2073', 'other'), (5141, '6', 'DN/2013/2074', 'other'), (5142, '6', 'DN/2013/2075', 'other'), (5143, '6', 'DN/2013/2076', 'other'), (5144, '6', 'DN/2013/2077', 'other'), (5145, '6', 'DN/2013/2078', 'other'), (5146, '6', 'DN/2013/2079', 'other'), (5147, '6', 'DN/2013/2080', 'other'), (5148, '2', 'RV/2013/1185', 'other'), (5149, '2', 'RV/2013/1186', 'other'), (5150, '6', 'DN/2013/2081', 'other'), (5151, '2', 'RV/2013/1187', 'other'), (5152, '2', 'RV/2013/1188', 'other'), (5153, '2', 'RV/2013/1189', 'other'), (5154, '2', 'RV/2013/1190', 'other'), (5155, '2', 'RV/2013/1191', 'other'), (5156, '6', 'DN/2013/2082', 'other'); INSERT INTO `refs` (`id`, `type`, `reference`, `tr_type`) VALUES (5157, '6', 'DN/2013/2083', 'other'), (5158, '6', 'DN/2013/2084', 'other'), (5159, '6', 'DN/2013/2085', 'other'), (5160, '5', 'CN/2013/198', 'other'), (5161, '6', 'DN/2013/2086', 'other'), (5164, '6', 'DN/2013/2088', 'other'), (5165, '5', 'CN/2013/199', 'other'), (5166, '6', 'DN/2013/2089', 'other'), (5167, '2', 'RV/2013/1192', 'other'), (5168, '6', 'DN/2013/2090', 'other'), (5170, '6', 'DN/2013/2092', 'other'), (5171, '6', 'DN/2013/2093', 'other'), (5172, '6', 'DN/2013/2094', 'other'), (5173, '6', 'DN/2013/2095', 'other'), (5174, '6', 'DN/2013/2096', 'other'), (5175, '2', 'RV/2013/1193', 'other'), (5176, '6', 'DN/2013/1888', 'other'), (5177, '6', 'DN/2013/2097', 'other'), (5178, '6', 'DN/2013/2098', 'other'), (5179, '6', 'DN/2013/2099', 'other'), (5180, '6', 'DN/2013/2100', 'other'), (5181, '6', 'DN/2013/2101', 'other'), (5182, '6', 'DN/2013/2102', 'other'), (5183, '6', 'DN/2013/2103', 'other'), (5184, '6', 'DN/2013/2104', 'other'), (5185, '6', 'DN/2013/2105', 'other'), (5186, '6', 'DN/2013/2106', 'other'), (5187, '6', 'DN/2013/2107', 'other'), (5188, '6', 'DN/2013/2108', 'other'), (5189, '6', 'DN/2013/2109', 'other'), (5190, '2', 'RV/2013/1194', 'other'), (5191, '2', 'RV/2013/1195', 'other'), (5193, '2', 'RV/2013/1196', 'other'), (5194, '2', 'RV/2013/1197', 'other'), (5195, '2', 'RV/2013/1198', 'other'), (5197, '6', 'DN/2013/2111', 'other'), (5198, '2', 'RV/2013/1199', 'other'), (5199, '6', 'DN/2013/2112', 'other'), (5200, '5', 'CN/2013/200', 'other'), (5201, '5', 'CN/2013/201', 'other'), (5202, '2', 'RV/2013/1200', 'other'), (5203, '2', 'RV/2013/1201', 'other'), (5204, '2', 'RV/2013/1202', 'other'), (5205, '2', 'RV/2013/1203', 'other'), (5206, '2', 'RV/2013/1204', 'other'), (5207, '5', 'CN/2013/202', 'other'), (5208, '6', 'DN/2013/2029', 'other'), (5209, '5', 'CN/2013/203', 'other'), (5210, '2', 'RV/2013/1205', 'other'), (5211, '6', 'DN/2013/2113', 'other'), (5212, '6', 'DN/2013/2114', 'other'), (5213, '6', 'DN/2013/2115', 'other'), (5214, '6', 'DN/2013/2116', 'other'), (5215, '6', 'DN/2013/2117', 'other'), (5216, '6', 'DN/2013/2118', 'other'), (5217, '6', 'DN/2013/2119', 'other'), (5218, '6', 'DN/2013/2120', 'other'), (5219, '2', 'RV/2013/1206', 'other'), (5220, '2', 'RV/2013/1207', 'other'), (5221, '2', 'RV/2013/1208', 'other'), (5222, '2', 'RV/2013/1209', 'other'), (5223, '6', 'DN/2013/2121', 'other'), (5224, '2', 'RV/2013/1210', 'other'), (5225, '2', 'RV/2013/1211', 'other'), (5226, '6', 'DN/2013/2122', 'other'), (5227, '6', 'DN/2013/2123', 'other'), (5228, '6', 'DN/2013/2124', 'other'), (5229, '6', 'DN/2013/2125', 'other'), (5230, '6', 'DN/2013/2126', 'other'), (5231, '6', 'DN/2013/2127', 'other'), (5232, '6', 'DN/2013/2128', 'other'), (5233, '6', 'DN/2013/2129', 'other'), (5234, '2', 'RV/2013/1212', 'other'), (5235, '6', 'DN/2013/2130', 'other'), (5236, '2', 'RV/2013/1213', 'other'), (5237, '2', 'RV/2013/1214', 'other'), (5238, '2', 'RV/2013/1215', 'other'), (5239, '2', 'RV/2013/1216', 'other'), (5240, '2', 'RV/2013/1217', 'other'), (5241, '5', 'CN/2013/204', 'other'), (5242, '2', 'RV/2013/1218', 'other'), (5243, '2', 'RV/2013/1219', 'other'), (5244, '6', 'DN/2013/2131', 'other'), (5245, '6', 'DN/2013/2132', 'other'), (5246, '6', 'DN/2013/2133', 'other'), (5247, '2', 'RV/2013/1220', 'other'), (5248, '5', 'CN/2013/205', 'other'), (5249, '2', 'RV/2013/1221', 'other'), (5250, '6', 'DN/2013/2134', 'other'), (5252, '6', 'DN/2013/2135', 'other'), (5253, '2', 'RV/2013/1222', 'other'), (5254, '2', 'RV/2013/1223', 'other'), (5255, '2', 'RV/2013/1224', 'other'), (5256, '2', 'RV/2013/1225', 'other'), (5257, '2', 'RV/2013/1226', 'other'), (5258, '6', 'DN/2013/2136', 'other'), (5259, '6', 'DN/2013/2137', 'other'), (5260, '6', 'DN/2013/2138', 'other'), (5261, '6', 'DN/2013/2139', 'other'), (5262, '2', 'RV/2013/1227', 'other'), (5263, '2', 'RV/2013/1228', 'other'), (5264, '6', 'DN/2013/1917', 'other'), (5265, '6', 'DN/2013/2006', 'other'), (5266, '3', 'JV/2013/56', 'other'), (5267, '6', 'DN/2013/2140', 'other'), (5268, '2', 'RV/2013/1229', 'other'), (5269, '2', 'RV/2013/1230', 'other'), (5270, '2', 'RV/2013/1231', 'other'), (5271, '2', 'RV/2013/1232', 'other'), (5272, '2', 'RV/2013/1233', 'other'), (5273, '2', 'RV/2013/1234', 'other'), (5274, '2', 'RV/2013/1235', 'other'), (5275, '2', 'RV/2013/1236', 'other'), (5276, '2', 'RV/2013/1237', 'other'), (5277, '2', 'RV/2013/1238', 'other'), (5278, '2', 'RV/2013/1239', 'other'), (5279, '2', 'RV/2013/1240', 'other'), (5280, '2', 'RV/2013/1241', 'other'), (5281, '6', 'DN/2013/2141', 'other'), (5282, '2', 'RV/2013/1242', 'other'), (5283, '2', 'RV/2013/1243', 'other'), (5284, '2', 'RV/2013/1244', 'other'), (5285, '6', 'DN/2013/2142', 'other'), (5286, '6', 'DN/2013/2143', 'other'), (5287, '2', 'RV/2013/1245', 'other'), (5288, '6', 'DN/2013/2144', 'other'), (5289, '5', 'CN/2013/206', 'other'), (5293, '6', 'DN/2013/2145', 'other'), (5294, '6', 'DN/2013/2146', 'other'), (5295, '2', 'RV/2013/1246', 'other'), (5296, '2', 'RV/2013/1247', 'other'), (5297, '2', 'RV/2013/1248', 'other'), (5298, '2', 'RV/2013/1249', 'other'), (5299, '2', 'RV/2013/1250', 'other'), (5300, '6', 'DN/2013/2147', 'other'), (5301, '6', 'DN/2013/2148', 'other'), (5302, '2', 'RV/2013/1251', 'other'), (5303, '6', 'DN/2013/2149', 'other'), (5304, '6', 'DN/2013/2150', 'other'), (5305, '6', 'DN/2013/2087', 'other'), (5306, '6', 'DN/2013/2151', 'other'), (5307, '6', 'DN/2013/2152', 'other'), (5308, '6', 'DN/2013/2153', 'other'), (5309, '6', 'DN/2013/2154', 'other'), (5310, '6', 'DN/2013/2155', 'other'), (5311, '2', 'RV/2013/1252', 'other'), (5312, '2', 'RV/2013/1253', 'other'), (5313, '6', 'DN/2013/2156', 'other'), (5314, '6', 'DN/2013/2157', 'other'), (5315, '6', 'DN/2013/2158', 'other'), (5316, '6', 'DN/2013/2159', 'other'), (5317, '2', 'RV/2013/1254', 'other'), (5319, '2', 'RV/2013/1256', 'other'), (5320, '6', 'DN/2013/2160', 'other'), (5321, '6', 'DN/2013/2161', 'other'), (5322, '6', 'DN/2013/2162', 'other'), (5323, '2', 'RV/2013/1257', 'other'), (5324, '2', 'RV/2013/1258', 'other'), (5325, '2', 'RV/2013/1259', 'other'), (5326, '6', 'DN/2013/2163', 'other'), (5328, '6', 'DN/2013/2165', 'other'), (5329, '6', 'DN/2013/2166', 'other'), (5331, '2', 'RV/2013/1260', 'other'), (5333, '6', 'DN/2013/2091', 'other'), (5334, '2', 'RV/2013/1261', 'other'), (5335, '2', 'RV/2013/1262', 'other'), (5336, '2', 'RV/2013/1263', 'other'), (5337, '2', 'RV/2013/1264', 'other'), (5338, '2', 'RV/2013/1265', 'other'), (5339, '2', 'RV/2013/1266', 'other'), (5340, '2', 'RV/2013/1267', 'other'), (5341, '2', 'RV/2013/1268', 'other'), (5342, '2', 'RV/2013/1269', 'other'), (5343, '2', 'RV/2013/1270', 'other'), (5344, '2', 'RV/2013/1271', 'other'), (5345, '2', 'RV/2013/1272', 'other'), (5346, '6', 'DN/2013/2167', 'other'), (5347, '6', 'DN/2013/2168', 'other'), (5348, '6', 'DN/2013/2169', 'other'), (5349, '6', 'DN/2013/2170', 'other'), (5350, '6', 'DN/2013/2171', 'other'), (5351, '6', 'DN/2013/2172', 'other'), (5352, '6', 'DN/2013/2173', 'other'), (5353, '6', 'DN/2013/2174', 'other'), (5354, '2', 'RV/2013/1273', 'other'), (5355, '6', 'DN/2013/2175', 'other'), (5356, '2', 'RV/2013/1274', 'other'), (5357, '2', 'RV/2013/1275', 'other'), (5358, '6', 'DN/2013/2176', 'other'), (5359, '6', 'DN/2013/2177', 'other'), (5360, '6', 'DN/2013/2178', 'other'), (5361, '6', 'DN/2013/2179', 'other'), (5362, '6', 'DN/2013/2180', 'other'), (5363, '6', 'DN/2013/2181', 'other'), (5364, '6', 'DN/2013/2182', 'other'), (5365, '6', 'DN/2013/2183', 'other'), (5366, '6', 'DN/2013/2184', 'other'), (5367, '6', 'DN/2013/2185', 'other'), (5368, '6', 'DN/2013/2186', 'other'), (5369, '6', 'DN/2013/1980', 'other'), (5370, '2', 'RV/2013/1276', 'other'), (5371, '2', 'RV/2013/1277', 'other'), (5372, '2', 'RV/2013/1278', 'other'), (5373, '6', 'DN/2013/2187', 'other'), (5374, '6', 'DN/2013/2188', 'other'), (5375, '6', 'DN/2013/2189', 'other'), (5376, '2', 'RV/2013/1279', 'other'), (5377, '6', 'DN/2013/2190', 'other'), (5378, '6', 'DN/2013/2191', 'other'), (5379, '6', 'DN/2013/2192', 'other'), (5380, '2', 'RV/2013/1280', 'other'), (5381, '6', 'DN/2013/2193', 'other'), (5382, '6', 'DN/2013/2194', 'other'), (5383, '2', 'RV/2013/1281', 'other'), (5384, '6', 'DN/2013/2195', 'other'), (5385, '2', 'RV/2013/1282', 'other'), (5386, '2', 'RV/2013/1283', 'other'), (5387, '2', 'RV/2013/1284', 'other'), (5388, '6', 'DN/2013/2196', 'other'), (5389, '6', 'DN/2013/2197', 'other'), (5390, '6', 'DN/2013/2198', 'other'), (5391, '6', 'DN/2013/2199', 'other'), (5392, '6', 'DN/2013/2200', 'other'), (5393, '6', 'DN/2013/2201', 'other'), (5394, '6', 'DN/2013/2202', 'other'), (5395, '5', 'CN/2013/207', 'other'), (5396, '5', 'CN/2013/208', 'other'), (5397, '6', 'DN/2013/2203', 'other'), (5399, '6', 'DN/2013/2205', 'other'), (5400, '6', 'DN/2013/2206', 'other'), (5401, '2', 'RV/2013/1285', 'other'), (5402, '2', 'RV/2013/1286', 'other'), (5403, '2', 'RV/2013/1287', 'other'), (5404, '6', 'DN/2013/2207', 'other'), (5405, '2', 'RV/2013/1288', 'other'), (5406, '6', 'DN/2013/2208', 'other'), (5407, '6', 'DN/2013/2209', 'other'), (5408, '6', 'DN/2013/2210', 'other'), (5409, '6', 'DN/2013/2211', 'other'), (5410, '6', 'DN/2013/2212', 'other'), (5411, '2', 'RV/2013/1289', 'other'), (5412, '6', 'DN/2013/2213', 'other'), (5413, '6', 'DN/2013/2214', 'other'), (5414, '2', 'RV/2013/1290', 'other'), (5415, '2', 'RV/2013/1291', 'other'), (5416, '2', 'RV/2013/1292', 'other'), (5417, '2', 'RV/2013/1293', 'other'), (5418, '2', 'RV/2013/1294', 'other'), (5419, '2', 'RV/2013/1295', 'other'), (5420, '2', 'RV/2013/1296', 'other'), (5422, '6', 'DN/2013/2215', 'other'), (5423, '6', 'DN/2013/2216', 'other'), (5424, '6', 'DN/2013/2217', 'other'), (5425, '2', 'RV/2013/1297', 'other'), (5426, '2', 'RV/2013/1298', 'other'), (5427, '5', 'CN/2013/209', 'other'), (5428, '2', 'RV/2013/1299', 'other'), (5429, '2', 'RV/2013/1300', 'other'), (5431, '2', 'RV/2013/1301', 'other'), (5432, '6', 'DN/2013/2219', 'other'), (5433, '6', 'DN/2013/2218', 'other'), (5437, '5', 'CN/2013/210', 'other'), (5438, '6', 'DN/2013/2221', 'other'), (5439, '6', 'DN/2013/2222', 'other'), (5440, '2', 'RV/2013/1302', 'other'), (5441, '2', 'RV/2013/1303', 'other'), (5442, '6', 'DN/2013/2223', 'other'), (5443, '6', 'DN/2013/2224', 'other'), (5444, '6', 'DN/2013/2225', 'other'), (5445, '6', 'DN/2013/2226', 'other'), (5446, '6', 'DN/2013/2227', 'other'), (5447, '6', 'DN/2013/2228', 'other'), (5448, '5', 'CN/2013/211', 'other'), (5449, '6', 'DN/2013/2164', 'other'), (5450, '2', 'RV/2013/1304', 'other'), (5451, '2', 'RV/2013/1305', 'other'), (5452, '2', 'RV/2013/1306', 'other'), (5453, '6', 'DN/2013/2229', 'other'), (5454, '6', 'DN/2013/2230', 'other'), (5455, '6', 'DN/2013/2231', 'other'), (5456, '2', 'RV/2013/1307', 'other'), (5457, '6', 'DN/2013/2232', 'other'), (5459, '6', 'DN/2013/2234', 'other'), (5460, '6', 'DN/2013/2235', 'other'), (5461, '2', 'RV/2013/1308', 'other'), (5462, '2', 'RV/2013/1309', 'other'), (5463, '2', 'RV/2013/1310', 'other'), (5464, '2', 'RV/2013/1311', 'other'), (5465, '2', 'RV/2013/1312', 'other'), (5466, '2', 'RV/2013/1313', 'other'), (5467, '6', 'DN/2014/1', 'other'), (5468, '6', 'DN/2014/2', 'other'), (5469, '6', 'DN/2014/3', 'other'), (5470, '6', 'DN/2014/4', 'other'), (5471, '6', 'DN/2014/5', 'other'), (5472, '6', 'DN/2014/6', 'other'), (5473, '6', 'DN/2014/7', 'other'), (5474, '6', 'DN/2014/8', 'other'), (5475, '6', 'DN/2014/9', 'other'), (5476, '6', 'DN/2014/10', 'other'), (5477, '2', 'RV/2014/1', 'other'), (5478, '2', 'RV/2014/2', 'other'), (5479, '6', 'DN/2014/11', 'other'), (5480, '6', 'DN/2014/12', 'other'), (5481, '6', 'DN/2014/13', 'other'), (5482, '6', 'DN/2013/2110', 'other'), (5483, '6', 'DN/2014/14', 'other'), (5484, '6', 'DN/2014/15', 'other'), (5485, '2', 'RV/2014/3', 'other'), (5486, '6', 'DN/2014/16', 'other'), (5487, '6', 'DN/2014/17', 'other'), (5488, '2', 'RV/2014/4', 'other'), (5489, '2', 'RV/2014/5', 'other'), (5490, '2', 'RV/2014/6', 'other'), (5491, '2', 'RV/2014/7', 'other'), (5493, '5', 'CN/2014/1', 'other'), (5494, '2', 'RV/2014/8', 'other'), (5495, '2', 'RV/2014/9', 'other'), (5496, '2', 'RV/2014/10', 'other'), (5498, '6', 'DN/2014/18', 'other'), (5499, '2', 'RV/2014/11', 'other'), (5500, '2', 'RV/2014/12', 'other'), (5501, '2', 'RV/2014/13', 'other'), (5502, '2', 'RV/2014/14', 'other'), (5503, '2', 'RV/2014/15', 'other'), (5504, '6', 'DN/2014/19', 'other'), (5505, '6', 'DN/2014/20', 'other'), (5506, '6', 'DN/2014/21', 'other'), (5507, '6', 'DN/2014/22', 'other'), (5509, '2', 'RV/2014/16', 'other'), (5510, '2', 'RV/2014/17', 'other'), (5511, '2', 'RV/2014/18', 'other'), (5512, '2', 'RV/2014/19', 'other'), (5513, '6', 'DN/2014/24', 'other'), (5514, '6', 'DN/2014/25', 'other'), (5515, '6', 'DN/2014/26', 'other'), (5516, '2', 'RV/2014/20', 'other'), (5517, '6', 'DN/2014/27', 'other'), (5518, '2', 'RV/2014/21', 'other'), (5519, '2', 'RV/2014/22', 'other'), (5520, '6', 'DN/2014/28', 'other'), (5521, '6', 'DN/2014/29', 'other'), (5522, '6', 'DN/2014/30', 'other'), (5523, '6', 'DN/2014/31', 'other'), (5524, '6', 'DN/2014/32', 'other'), (5525, '2', 'RV/2014/23', 'other'), (5526, '6', 'DN/2014/33', 'other'), (5527, '6', 'DN/2014/34', 'other'), (5528, '6', 'DN/2014/35', 'other'), (5529, '6', 'DN/2014/36', 'other'), (5530, '6', 'DN/2014/23', 'other'), (5531, '6', 'DN/2014/37', 'other'), (5532, '6', 'DN/2014/38', 'other'), (5533, '2', 'RV/2014/24', 'other'), (5534, '6', 'DN/2014/39', 'other'), (5535, '2', 'RV/2014/25', 'other'), (5536, '2', 'RV/2014/26', 'other'), (5537, '6', 'DN/2014/40', 'other'), (5538, '6', 'DN/2014/41', 'other'), (5539, '2', 'RV/2014/27', 'other'), (5540, '2', 'RV/2014/28', 'other'), (5541, '2', 'RV/2014/29', 'other'), (5542, '6', 'DN/2014/42', 'other'), (5543, '6', 'DN/2014/43', 'other'), (5544, '6', 'DN/2014/44', 'other'), (5545, '2', 'RV/2014/30', 'other'), (5546, '6', 'DN/2014/45', 'other'), (5547, '2', 'RV/2014/31', 'other'), (5548, '6', 'DN/2014/46', 'other'), (5549, '6', 'DN/2014/47', 'other'), (5550, '6', 'DN/2014/48', 'other'), (5551, '2', 'RV/2014/32', 'other'), (5552, '2', 'RV/2014/33', 'other'), (5553, '6', 'DN/2014/49', 'other'), (5554, '6', 'DN/2014/50', 'other'), (5555, '2', 'RV/2014/34', 'other'), (5556, '6', 'DN/2014/51', 'other'), (5557, '6', 'DN/2014/52', 'other'), (5558, '2', 'RV/2014/35', 'other'), (5559, '6', 'DN/2014/53', 'other'), (5560, '6', 'DN/2014/54', 'other'), (5561, '6', 'DN/2014/55', 'other'), (5562, '6', 'DN/2014/56', 'other'), (5563, '2', 'RV/2014/36', 'other'), (5564, '2', 'RV/2014/37', 'other'), (5565, '2', 'RV/2014/38', 'other'), (5566, '6', 'DN/2014/57', 'other'), (5567, '6', 'DN/2014/58', 'other'), (5569, '6', 'DN/2014/60', 'other'), (5570, '6', 'DN/2014/61', 'other'), (5571, '6', 'DN/2014/59', 'other'), (5572, '6', 'DN/2014/62', 'other'), (5573, '2', 'RV/2014/39', 'other'), (5574, '2', 'RV/2014/40', 'other'), (5575, '6', 'DN/2014/63', 'other'), (5576, '6', 'DN/2014/64', 'other'), (5577, '6', 'DN/2014/65', 'other'), (5579, '6', 'DN/2014/66', 'other'), (5580, '2', 'RV/2014/41', 'other'), (5581, '6', 'DN/2014/67', 'other'), (5582, '2', 'RV/2014/42', 'other'), (5583, '6', 'DN/2014/68', 'other'), (5584, '6', 'DN/2014/69', 'other'), (5585, '6', 'DN/2014/70', 'other'), (5586, '6', 'DN/2014/71', 'other'), (5587, '2', 'RV/2014/43', 'other'), (5588, '6', 'DN/2014/72', 'other'), (5589, '6', 'DN/2014/73', 'other'), (5590, '2', 'RV/2014/44', 'other'), (5591, '2', 'RV/2014/45', 'other'), (5592, '6', 'DN/2014/74', 'other'), (5593, '2', 'RV/2014/46', 'other'), (5594, '2', 'RV/2014/47', 'other'), (5595, '2', 'RV/2014/48', 'other'), (5596, '2', 'RV/2014/49', 'other'), (5597, '2', 'RV/2014/50', 'other'), (5598, '6', 'DN/2014/75', 'other'), (5599, '6', 'DN/2014/76', 'other'), (5600, '6', 'DN/2014/77', 'other'), (5601, '6', 'DN/2014/78', 'other'), (5602, '6', 'DN/2014/79', 'other'), (5603, '6', 'DN/2014/80', 'other'), (5604, '6', 'DN/2014/81', 'other'), (5605, '5', 'CN/2014/2', 'other'), (5607, '6', 'DN/2014/82', 'other'), (5608, '2', 'RV/2014/51', 'other'), (5609, '2', 'RV/2014/52', 'other'), (5610, '2', 'RV/2014/53', 'other'), (5611, '2', 'RV/2014/54', 'other'), (5612, '6', 'DN/2014/83', 'other'), (5613, '6', 'DN/2014/84', 'other'), (5614, '6', 'DN/2014/85', 'other'), (5615, '2', 'RV/2014/55', 'other'), (5616, '2', 'RV/2014/56', 'other'), (5617, '2', 'RV/2014/57', 'other'), (5619, '6', 'DN/2014/87', 'other'), (5620, '6', 'DN/2014/88', 'other'), (5621, '6', 'DN/2014/89', 'other'), (5622, '6', 'DN/2014/90', 'other'), (5623, '2', 'RV/2014/58', 'other'), (5624, '2', 'RV/2014/59', 'other'), (5626, '6', 'DN/2014/91', 'other'), (5627, '2', 'RV/2014/60', 'other'), (5628, '2', 'RV/2014/61', 'other'), (5629, '2', 'RV/2014/62', 'other'), (5630, '6', 'DN/2014/92', 'other'), (5632, '6', 'DN/2014/94', 'other'), (5633, '6', 'DN/2014/95', 'other'), (5634, '6', 'DN/2014/96', 'other'), (5635, '6', 'DN/2014/97', 'other'), (5636, '2', 'RV/2014/63', 'other'), (5637, '2', 'RV/2014/64', 'other'), (5638, '2', 'RV/2014/65', 'other'), (5639, '6', 'DN/2014/98', 'other'), (5640, '6', 'DN/2014/99', 'other'), (5641, '6', 'DN/2014/100', 'other'), (5642, '6', 'DN/2014/101', 'other'), (5643, '6', 'DN/2014/102', 'other'), (5644, '6', 'DN/2014/103', 'other'), (5645, '6', 'DN/2014/104', 'other'), (5647, '6', 'DN/2014/86', 'other'), (5648, '6', 'DN/2014/106', 'other'), (5649, '6', 'DN/2014/107', 'other'), (5650, '6', 'DN/2014/108', 'other'), (5651, '2', 'RV/2014/66', 'other'), (5652, '6', 'DN/2014/109', 'other'), (5653, '1', 'PV/2014/1', 'other'), (5655, '1', 'PV/2014/2', 'other'), (5656, '1', 'PV/2014/3', 'other'), (5657, '1', 'PV/2014/4', 'other'), (5658, '1', 'PV/2014/5', 'other'), (5659, '1', 'PV/2014/6', 'other'), (5660, '1', 'PV/2014/7', 'other'), (5661, '1', 'PV/2014/8', 'other'), (5662, '1', 'PV/2014/9', 'other'), (5663, '1', 'PV/2014/10', 'other'), (5664, '1', 'PV/2014/11', 'other'), (5665, '1', 'PV/2014/12', 'other'), (5666, '1', 'PV/2014/13', 'other'), (5667, '1', 'PV/2014/14', 'other'), (5668, '1', 'PV/2014/15', 'other'), (5669, '1', 'PV/2014/16', 'other'), (5670, '1', 'PV/2014/17', 'other'), (5671, '1', 'PV/2014/18', 'other'), (5672, '1', 'PV/2014/19', 'other'), (5673, '1', 'PV/2014/20', 'other'), (5674, '1', 'PV/2014/21', 'other'), (5675, '1', 'PV/2014/22', 'other'), (5676, '1', 'PV/2014/23', 'other'), (5677, '1', 'PV/2014/24', 'other'), (5678, '1', 'PV/2014/25', 'other'), (5679, '1', 'PV/2014/26', 'other'), (5680, '1', 'PV/2014/27', 'other'), (5681, '1', 'PV/2014/28', 'other'), (5682, '1', 'PV/2014/29', 'other'), (5683, '1', 'PV/2014/30', 'other'), (5684, '1', 'PV/2014/31', 'other'), (5685, '1', 'PV/2014/32', 'other'), (5686, '1', 'PV/2014/33', 'other'), (5688, '1', 'PV/2014/34', 'other'), (5689, '1', 'PV/2014/35', 'other'), (5691, '1', 'PV/2014/36', 'other'), (5692, '1', 'PV/2014/37', 'other'), (5693, '1', 'PV/2014/38', 'other'), (5694, '1', 'PV/2014/39', 'other'), (5695, '1', 'PV/2014/40', 'other'), (5696, '1', 'PV/2014/41', 'other'), (5697, '1', 'PV/2014/42', 'other'), (5698, '1', 'PV/2014/43', 'other'), (5699, '1', 'PV/2014/44', 'other'), (5700, '1', 'PV/2014/45', 'other'), (5701, '1', 'PV/2014/46', 'other'), (5702, '1', 'PV/2014/47', 'other'), (5703, '1', 'PV/2014/48', 'other'), (5704, '1', 'PV/2014/49', 'other'), (5705, '1', 'PV/2014/50', 'other'), (5706, '1', 'PV/2014/51', 'other'), (5707, '1', 'PV/2014/52', 'other'), (5708, '1', 'PV/2014/53', 'other'), (5709, '1', 'PV/2014/54', 'other'), (5710, '1', 'PV/2014/55', 'other'), (5711, '1', 'PV/2014/56', 'other'), (5712, '1', 'PV/2014/57', 'other'), (5713, '6', 'DN/2014/110', 'other'), (5714, '1', 'PV/2014/58', 'other'), (5715, '1', 'PV/2014/59', 'other'), (5716, '1', 'PV/2014/60', 'other'), (5717, '1', 'PV/2014/61', 'other'), (5718, '6', 'DN/2014/111', 'other'), (5719, '6', 'DN/2014/112', 'other'), (5720, '5', 'CN/2014/3', 'other'), (5721, '6', 'DN/2014/113', 'other'), (5723, '5', 'CN/2014/4', 'other'), (5724, '2', 'RV/2014/67', 'other'), (5725, '6', 'DN/2014/115', 'other'), (5726, '6', 'DN/2014/116', 'other'), (5727, '6', 'DN/2014/117', 'other'), (5728, '6', 'DN/2014/118', 'other'), (5729, '6', 'DN/2014/119', 'other'), (5730, '2', 'RV/2014/68', 'other'), (5731, '2', 'RV/2014/69', 'other'), (5732, '6', 'DN/2014/120', 'other'), (5733, '6', 'DN/2014/121', 'other'), (5734, '6', 'DN/2014/122', 'other'), (5735, '6', 'DN/2014/123', 'other'), (5736, '6', 'DN/2014/124', 'other'), (5737, '6', 'DN/2014/125', 'other'), (5739, '6', 'DN/2014/126', 'other'), (5740, '6', 'DN/2014/127', 'other'), (5741, '6', 'DN/2014/128', 'other'), (5742, '3', 'JV/2014/1', 'other'), (5743, '2', 'RV/2014/70', 'other'), (5744, '6', 'DN/2014/129', 'other'), (5745, '6', 'DN/2014/130', 'other'), (5746, '6', 'DN/2014/131', 'other'), (5747, '2', 'RV/2014/71', 'other'), (5748, '6', 'DN/2014/132', 'other'), (5749, '6', 'DN/2014/133', 'other'), (5750, '6', 'DN/2014/134', 'other'), (5751, '6', 'DN/2014/135', 'other'), (5752, '6', 'DN/2014/136', 'other'), (5753, '6', 'DN/2014/137', 'other'), (5754, '6', 'DN/2014/138', 'other'), (5755, '2', 'RV/2014/72', 'other'), (5756, '6', 'DN/2014/139', 'other'), (5757, '2', 'RV/2014/73', 'other'), (5758, '2', 'RV/2014/74', 'other'), (5759, '2', 'RV/2014/75', 'other'), (5760, '2', 'RV/2014/76', 'other'), (5761, '1', 'PV/2014/62', 'other'), (5762, '1', 'PV/2014/63', 'other'), (5763, '6', 'DN/2013/2233', 'other'), (5764, '6', 'DN/2014/140', 'other'), (5765, '6', 'DN/2014/141', 'other'), (5766, '6', 'DN/2014/142', 'other'), (5768, '6', 'DN/2014/143', 'other'), (5769, '2', 'RV/2014/77', 'other'), (5770, '6', 'DN/2014/144', 'other'), (5771, '6', 'DN/2014/145', 'other'), (5772, '2', 'RV/2014/78', 'other'), (5773, '6', 'DN/2014/146', 'other'), (5774, '6', 'DN/2014/147', 'other'), (5775, '6', 'DN/2014/148', 'other'), (5776, '2', 'RV/2014/79', 'other'), (5777, '2', 'RV/2014/80', 'other'), (5778, '2', 'RV/2014/81', 'other'), (5779, '6', 'DN/2014/105', 'other'), (5781, '6', 'DN/2014/149', 'other'), (5782, '6', 'DN/2014/150', 'other'), (5784, '6', 'DN/2014/151', 'other'), (5785, '2', 'RV/2014/82', 'other'), (5786, '2', 'RV/2014/83', 'other'), (5787, '6', 'DN/2014/152', 'other'), (5788, '6', 'DN/2014/153', 'other'), (5789, '6', 'DN/2014/154', 'other'), (5790, '6', 'DN/2014/155', 'other'), (5792, '6', 'DN/2014/157', 'other'), (5793, '6', 'DN/2014/158', 'other'), (5794, '6', 'DN/2014/156', 'other'), (5795, '6', 'DN/2014/159', 'other'), (5796, '6', 'DN/2014/160', 'other'), (5797, '6', 'DN/2014/161', 'other'), (5798, '2', 'RV/2014/84', 'other'), (5799, '6', 'DN/2014/162', 'other'), (5800, '2', 'RV/2014/85', 'other'), (5801, '6', 'DN/2013/1013', 'other'), (5802, '6', 'DN/2014/163', 'other'), (5803, '2', 'RV/2014/86', 'other'), (5804, '6', 'DN/2014/164', 'other'), (5805, '2', 'RV/2014/87', 'other'), (5807, '6', 'DN/2014/165', 'other'), (5808, '6', 'DN/2014/166', 'other'), (5809, '6', 'DN/2014/167', 'other'), (5810, '6', 'DN/2014/168', 'other'), (5811, '6', 'DN/2014/114', 'other'), (5812, '6', 'DN/2014/169', 'other'), (5813, '2', 'RV/2014/88', 'other'), (5814, '6', 'DN/2014/170', 'other'), (5815, '2', 'RV/2014/89', 'other'), (5816, '2', 'RV/2014/90', 'other'), (5817, '2', 'RV/2014/91', 'other'), (5818, '6', 'DN/2014/171', 'other'), (5821, '6', 'DN/2014/174', 'other'), (5822, '6', 'DN/2014/175', 'other'), (5823, '6', 'DN/2014/176', 'other'), (5824, '5', 'CN/2014/5', 'other'), (5825, '6', 'DN/2014/177', 'other'), (5826, '2', 'RV/2014/92', 'other'), (5827, '6', 'DN/2014/178', 'other'), (5828, '6', 'DN/2014/179', 'other'), (5829, '2', 'RV/2014/93', 'other'), (5830, '2', 'RV/2014/94', 'other'), (5831, '2', 'RV/2014/95', 'other'), (5832, '6', 'DN/2014/180', 'other'), (5833, '2', 'RV/2014/96', 'other'), (5834, '6', 'DN/2014/181', 'other'), (5835, '6', 'DN/2014/182', 'other'), (5836, '6', 'DN/2014/183', 'other'), (5837, '6', 'DN/2014/184', 'other'), (5838, '6', 'DN/2014/185', 'other'), (5839, '2', 'RV/2014/97', 'other'), (5840, '2', 'RV/2014/98', 'other'), (5841, '2', 'RV/2014/99', 'other'), (5842, '2', 'RV/2014/100', 'other'), (5843, '6', 'DN/2014/186', 'other'), (5844, '6', 'DN/2014/187', 'other'), (5845, '2', 'RV/2014/101', 'other'), (5847, '2', 'RV/2014/102', 'other'), (5848, '6', 'DN/2014/188', 'other'), (5850, '6', 'DN/2014/189', 'other'), (5851, '2', 'RV/2014/103', 'other'), (5852, '6', 'DN/2014/190', 'other'), (5853, '6', 'DN/2014/191', 'other'), (5854, '6', 'DN/2014/192', 'other'), (5855, '6', 'DN/2014/193', 'other'), (5856, '2', 'RV/2014/104', 'other'), (5857, '2', 'RV/2014/105', 'other'), (5858, '6', 'DN/2014/194', 'other'), (5859, '6', 'DN/2014/195', 'other'), (5860, '6', 'DN/2013/2204', 'other'), (5861, '5', 'CN/2014/6', 'other'), (5862, '6', 'DN/2014/196', 'other'), (5863, '6', 'DN/2014/197', 'other'), (5864, '2', 'RV/2014/106', 'other'), (5865, '2', 'RV/2014/107', 'other'), (5866, '2', 'RV/2014/108', 'other'), (5867, '6', 'DN/2014/198', 'other'), (5868, '6', 'DN/2014/199', 'other'), (5869, '6', 'DN/2014/200', 'other'), (5870, '6', 'DN/2014/201', 'other'), (5871, '6', 'DN/2014/202', 'other'), (5872, '2', 'RV/2014/109', 'other'), (5873, '2', 'RV/2014/110', 'other'), (5875, '6', 'DN/2014/203', 'other'), (5876, '6', 'DN/2014/204', 'other'), (5877, '6', 'DN/2014/205', 'other'), (5878, '6', 'DN/2014/206', 'other'), (5879, '6', 'DN/2014/207', 'other'), (5880, '6', 'DN/2014/208', 'other'), (5881, '6', 'DN/2013/2220', 'other'), (5882, '6', 'DN/2014/172', 'other'), (5883, '6', 'DN/2014/209', 'other'), (5884, '6', 'DN/2014/210', 'other'), (5885, '2', 'RV/2014/111', 'other'), (5886, '2', 'RV/2014/112', 'other'), (5887, '2', 'RV/2014/113', 'other'), (5888, '6', 'DN/2014/211', 'other'), (5889, '5', 'CN/2014/7', 'other'), (5890, '6', 'DN/2014/212', 'other'), (5891, '6', 'DN/2014/213', 'other'), (5892, '6', 'DN/2014/214', 'other'), (5893, '6', 'DN/2014/215', 'other'), (5894, '6', 'DN/2014/216', 'other'), (5895, '6', 'DN/2014/217', 'other'), (5896, '2', 'RV/2014/114', 'other'), (5897, '6', 'DN/2014/218', 'other'), (5898, '6', 'DN/2014/219', 'other'), (5899, '6', 'DN/2014/220', 'other'), (5900, '6', 'DN/2014/221', 'other'), (5901, '6', 'DN/2014/222', 'other'), (5902, '2', 'RV/2014/115', 'other'), (5903, '2', 'RV/2014/116', 'other'), (5904, '6', 'DN/2014/223', 'other'), (5905, '6', 'DN/2014/224', 'other'), (5907, '6', 'DN/2014/225', 'other'), (5908, '6', 'DN/2014/226', 'other'), (5911, '6', 'DN/2014/228', 'other'), (5912, '6', 'DN/2014/229', 'other'), (5913, '6', 'DN/2014/227', 'other'), (5914, '6', 'DN/2014/230', 'other'), (5915, '2', 'RV/2014/117', 'other'), (5916, '2', 'RV/2014/118', 'other'), (5917, '2', 'RV/2014/119', 'other'), (5918, '2', 'RV/2014/120', 'other'), (5919, '2', 'RV/2014/121', 'other'), (5920, '6', 'DN/2014/231', 'other'), (5921, '6', 'DN/2014/232', 'other'), (5922, '2', 'RV/2014/122', 'other'), (5923, '2', 'RV/2014/123', 'other'), (5924, '6', 'DN/2014/233', 'other'), (5926, '6', 'DN/2014/234', 'other'), (5927, '6', 'DN/2014/235', 'other'), (5928, '6', 'DN/2014/236', 'other'), (5929, '6', 'DN/2014/237', 'other'), (5930, '6', 'DN/2014/238', 'other'), (5931, '2', 'RV/2014/124', 'other'), (5932, '2', 'RV/2014/125', 'other'), (5933, '2', 'RV/2014/126', 'other'), (5934, '6', 'DN/2014/239', 'other'), (5935, '6', 'DN/2014/240', 'other'), (5936, '6', 'DN/2014/241', 'other'), (5937, '6', 'DN/2014/242', 'other'), (5938, '6', 'DN/2014/243', 'other'), (5939, '6', 'DN/2014/244', 'other'), (5940, '5', 'CN/2014/8', 'other'), (5942, '5', 'CN/2014/9', 'other'), (5943, '6', 'DN/2013/1119', 'other'), (5944, '6', 'DN/2014/245', 'other'), (5945, '2', 'RV/2014/127', 'other'), (5946, '2', 'RV/2014/128', 'other'), (5947, '2', 'RV/2014/129', 'other'), (5948, '6', 'DN/2014/246', 'other'), (5949, '2', 'RV/2014/130', 'other'), (5950, '6', 'DN/2014/247', 'other'), (5951, '2', 'RV/2014/131', 'other'), (5952, '6', 'DN/2014/248', 'other'), (5953, '6', 'DN/2014/249', 'other'), (5954, '6', 'DN/2014/250', 'other'), (5955, '6', 'DN/2014/251', 'other'), (5956, '6', 'DN/2014/252', 'other'), (5957, '6', 'DN/2014/253', 'other'), (5958, '6', 'DN/2014/254', 'other'), (5959, '6', 'DN/2014/255', 'other'), (5960, '6', 'DN/2014/256', 'other'), (5961, '6', 'DN/2014/257', 'other'), (5962, '6', 'DN/2014/258', 'other'), (5963, '6', 'DN/2014/259', 'other'), (5964, '6', 'DN/2014/260', 'other'), (5966, '6', 'DN/2014/261', 'other'), (5967, '6', 'DN/2014/262', 'other'), (5969, '6', 'DN/2014/263', 'other'), (5970, '6', 'DN/2014/264', 'other'), (5971, '6', 'DN/2014/265', 'other'), (5972, '6', 'DN/2014/266', 'other'), (5973, '6', 'DN/2014/267', 'other'), (5974, '6', 'DN/2014/268', 'other'), (5975, '6', 'DN/2014/269', 'other'), (5976, '6', 'DN/2014/270', 'other'), (5977, '6', 'DN/2014/271', 'other'), (5978, '2', 'RV/2014/132', 'other'), (5979, '2', 'RV/2014/133', 'other'), (5980, '2', 'RV/2014/134', 'other'), (5981, '6', 'DN/2013/2048', 'other'), (5982, '6', 'DN/2014/272', 'other'), (5983, '5', 'CN/2014/10', 'other'), (5984, '6', 'DN/2014/273', 'other'), (5985, '6', 'DN/2014/274', 'other'), (5986, '2', 'RV/2014/135', 'other'), (5987, '2', 'RV/2014/136', 'other'), (5988, '2', 'RV/2014/137', 'other'), (5989, '6', 'DN/2014/275', 'other'), (5990, '2', 'RV/2014/138', 'other'), (5991, '6', 'DN/2014/276', 'other'), (5992, '6', 'DN/2014/277', 'other'), (5994, '6', 'DN/2014/279', 'other'), (5995, '5', 'CN/2014/11', 'other'), (5996, '5', 'CN/2014/12', 'other'), (5997, '6', 'DN/2014/280', 'other'), (5998, '2', 'RV/2014/139', 'other'), (5999, '2', 'RV/2014/140', 'other'), (6000, '2', 'RV/2014/141', 'other'), (6001, '5', 'CN/2014/13', 'other'), (6002, '6', 'DN/2014/281', 'other'), (6003, '6', 'DN/2014/282', 'other'), (6004, '6', 'DN/2014/283', 'other'), (6005, '6', 'DN/2014/284', 'other'), (6006, '5', 'CN/2014/14', 'other'), (6007, '6', 'DN/2014/285', 'other'), (6008, '6', 'DN/2014/286', 'other'), (6009, '6', 'DN/2014/287', 'other'), (6010, '6', 'DN/2014/288', 'other'), (6011, '6', 'DN/2014/289', 'other'), (6012, '6', 'DN/2014/290', 'other'), (6013, '6', 'DN/2014/291', 'other'), (6014, '6', 'DN/2014/292', 'other'), (6015, '6', 'DN/2014/293', 'other'), (6016, '6', 'DN/2014/294', 'other'), (6017, '6', 'DN/2014/295', 'other'), (6018, '2', 'RV/2014/142', 'other'), (6019, '2', 'RV/2014/143', 'other'), (6020, '2', 'RV/2014/144', 'other'), (6021, '2', 'RV/2014/145', 'other'), (6022, '2', 'RV/2014/146', 'other'), (6023, '6', 'DN/2014/296', 'other'), (6024, '6', 'DN/2014/297', 'other'), (6025, '2', 'RV/2014/147', 'other'), (6026, '6', 'DN/2014/298', 'other'), (6027, '2', 'RV/2014/148', 'other'), (6028, '6', 'DN/2014/299', 'other'), (6029, '6', 'DN/2014/300', 'other'), (6030, '6', 'DN/2014/301', 'other'), (6031, '6', 'DN/2014/302', 'other'), (6032, '6', 'DN/2014/303', 'other'), (6033, '2', 'RV/2014/149', 'other'), (6034, '2', 'RV/2014/150', 'other'), (6035, '2', 'RV/2014/151', 'other'), (6036, '6', 'DN/2014/304', 'other'), (6037, '6', 'DN/2014/305', 'other'), (6038, '6', 'DN/2014/306', 'other'), (6039, '5', 'CN/2014/15', 'other'), (6040, '6', 'DN/2014/307', 'other'), (6041, '6', 'DN/2014/308', 'other'), (6042, '6', 'DN/2014/309', 'other'), (6043, '2', 'RV/2014/152', 'other'), (6044, '6', 'DN/2014/310', 'other'), (6045, '6', 'DN/2014/311', 'other'), (6046, '6', 'DN/2014/312', 'other'), (6047, '6', 'DN/2014/313', 'other'), (6049, '2', 'RV/2014/153', 'other'), (6050, '2', 'RV/2014/154', 'other'), (6051, '2', 'RV/2014/155', 'other'), (6052, '2', 'RV/2014/156', 'other'), (6053, '2', 'RV/2014/157', 'other'), (6054, '2', 'RV/2014/158', 'other'), (6055, '2', 'RV/2014/159', 'other'), (6056, '2', 'RV/2014/160', 'other'), (6057, '6', 'DN/2014/314', 'other'), (6058, '6', 'DN/2014/315', 'other'), (6059, '2', 'RV/2014/161', 'other'), (6060, '2', 'RV/2014/162', 'other'), (6061, '2', 'RV/2014/163', 'other'), (6062, '2', 'RV/2014/164', 'other'), (6063, '2', 'RV/2014/165', 'other'), (6064, '6', 'DN/2014/316', 'other'), (6065, '6', 'DN/2014/317', 'other'), (6066, '6', 'DN/2014/318', 'other'), (6067, '6', 'DN/2014/319', 'other'), (6068, '6', 'DN/2014/320', 'other'), (6069, '6', 'DN/2014/173', 'other'), (6070, '6', 'DN/2014/321', 'other'), (6071, '6', 'DN/2014/322', 'other'), (6072, '5', 'CN/2014/16', 'other'), (6073, '6', 'DN/2014/323', 'other'), (6074, '6', 'DN/2014/324', 'other'), (6075, '6', 'DN/2014/325', 'other'), (6076, '6', 'DN/2014/326', 'other'), (6077, '6', 'DN/2014/327', 'other'), (6078, '6', 'DN/2014/328', 'other'), (6079, '6', 'DN/2014/329', 'other'), (6080, '6', 'DN/2014/330', 'other'), (6081, '6', 'DN/2014/331', 'other'), (6082, '6', 'DN/2014/332', 'other'), (6083, '6', 'DN/2014/333', 'other'), (6084, '2', 'RV/2014/166', 'other'), (6085, '6', 'DN/2014/334', 'other'), (6086, '6', 'DN/2014/335', 'other'), (6087, '6', 'DN/2014/336', 'other'), (6088, '6', 'DN/2014/337', 'other'), (6089, '6', 'DN/2014/338', 'other'), (6090, '6', 'DN/2014/339', 'other'), (6091, '6', 'DN/2014/340', 'other'), (6092, '6', 'DN/2014/341', 'other'), (6094, '2', 'RV/2014/167', 'other'), (6095, '6', 'DN/2014/343', 'other'), (6097, '6', 'DN/2014/342', 'other'), (6098, '6', 'DN/2014/344', 'other'), (6099, '6', 'DN/2014/345', 'other'), (6100, '6', 'DN/2014/346', 'other'), (6101, '6', 'DN/2014/347', 'other'), (6102, '2', 'RV/2014/168', 'other'), (6103, '6', 'DN/2014/348', 'other'), (6104, '6', 'DN/2014/349', 'other'), (6105, '6', 'DN/2014/350', 'other'), (6106, '2', 'RV/2014/169', 'other'), (6107, '2', 'RV/2014/170', 'other'), (6108, '2', 'RV/2014/171', 'other'), (6109, '6', 'DN/2014/351', 'other'), (6110, '5', 'CN/2014/17', 'other'), (6111, '6', 'DN/2014/352', 'other'), (6112, '6', 'DN/2014/353', 'other'), (6113, '6', 'DN/2014/354', 'other'), (6114, '6', 'DN/2014/355', 'other'), (6115, '6', 'DN/2014/356', 'other'), (6116, '5', 'CN/2014/18', 'other'), (6117, '2', 'RV/2014/172', 'other'), (6118, '6', 'DN/2014/357', 'other'), (6119, '6', 'DN/2014/358', 'other'), (6120, '6', 'DN/2014/359', 'other'), (6121, '6', 'DN/2014/360', 'other'), (6122, '2', 'RV/2014/173', 'other'), (6123, '2', 'RV/2014/174', 'other'), (6124, '2', 'RV/2014/175', 'other'), (6125, '2', 'RV/2014/176', 'other'), (6126, '6', 'DN/2014/361', 'other'), (6127, '2', 'RV/2014/177', 'other'), (6128, '6', 'DN/2014/362', 'other'), (6130, '6', 'DN/2014/363', 'other'), (6131, '2', 'RV/2014/178', 'other'), (6132, '2', 'RV/2014/179', 'other'), (6133, '6', 'DN/2014/364', 'other'), (6134, '6', 'DN/2014/365', 'other'), (6135, '6', 'DN/2014/366', 'other'), (6136, '6', 'DN/2014/367', 'other'), (6137, '2', 'RV/2014/180', 'other'), (6138, '2', 'RV/2014/181', 'other'), (6139, '6', 'DN/2014/368', 'other'), (6140, '2', 'RV/2014/182', 'other'), (6141, '2', 'RV/2014/183', 'other'), (6143, '6', 'DN/2014/369', 'other'), (6144, '6', 'DN/2014/370', 'other'), (6145, '6', 'DN/2014/371', 'other'), (6146, '6', 'DN/2014/372', 'other'), (6147, '6', 'DN/2014/373', 'other'), (6148, '2', 'RV/2014/184', 'other'), (6149, '2', 'RV/2014/185', 'other'), (6150, '6', 'DN/2014/374', 'other'), (6151, '6', 'DN/2014/375', 'other'), (6152, '6', 'DN/2014/376', 'other'), (6153, '6', 'DN/2014/377', 'other'), (6154, '6', 'DN/2014/378', 'other'), (6155, '6', 'DN/2014/379', 'other'), (6156, '6', 'DN/2014/380', 'other'), (6157, '6', 'DN/2014/381', 'other'), (6158, '6', 'DN/2014/382', 'other'), (6159, '5', 'CN/2014/19', 'other'), (6160, '6', 'DN/2014/383', 'other'), (6161, '6', 'DN/2014/384', 'other'), (6162, '6', 'DN/2014/385', 'other'), (6163, '6', 'DN/2014/386', 'other'), (6165, '6', 'DN/2014/388', 'other'), (6166, '6', 'DN/2014/389', 'other'), (6167, '6', 'DN/2014/390', 'other'), (6169, '6', 'DN/2014/391', 'other'), (6170, '6', 'DN/2014/392', 'other'), (6171, '6', 'DN/2014/393', 'other'), (6172, '6', 'DN/2014/394', 'other'), (6173, '6', 'DN/2014/395', 'other'), (6174, '2', 'RV/2014/186', 'other'), (6175, '6', 'DN/2014/396', 'other'), (6176, '6', 'DN/2014/397', 'other'), (6177, '6', 'DN/2014/398', 'other'), (6178, '2', 'RV/2014/187', 'other'), (6179, '2', 'RV/2014/188', 'other'), (6180, '6', 'DN/2014/399', 'other'), (6181, '6', 'DN/2014/400', 'other'), (6182, '6', 'DN/2014/401', 'other'), (6183, '6', 'DN/2014/402', 'other'), (6184, '6', 'DN/2014/403', 'other'), (6185, '2', 'RV/2014/189', 'other'), (6186, '2', 'RV/2014/190', 'other'), (6187, '2', 'RV/2014/191', 'other'), (6188, '2', 'RV/2014/192', 'other'), (6189, '6', 'DN/2014/387', 'other'), (6191, '6', 'DN/2014/405', 'other'), (6192, '6', 'DN/2014/406', 'other'), (6196, '6', 'DN/2014/407', 'other'), (6197, '2', 'RV/2014/195', 'other'), (6198, '6', 'DN/2014/408', 'other'), (6199, '6', 'DN/2014/409', 'other'), (6200, '2', 'RV/2014/196', 'other'), (6201, '6', 'DN/2014/410', 'other'), (6202, '6', 'DN/2014/411', 'other'), (6203, '6', 'DN/2014/412', 'other'), (6205, '6', 'DN/2014/414', 'other'), (6206, '2', 'RV/2014/197', 'other'), (6207, '6', 'DN/2014/413', 'other'), (6209, '6', 'DN/2014/415', 'other'), (6210, '6', 'DN/2014/416', 'other'), (6211, '6', 'DN/2014/417', 'other'), (6212, '6', 'DN/2014/418', 'other'), (6213, '6', 'DN/2014/419', 'other'), (6214, '6', 'DN/2014/420', 'other'), (6215, '6', 'DN/2014/421', 'other'), (6216, '6', 'DN/2014/422', 'other'), (6217, '6', 'DN/2014/423', 'other'), (6218, '6', 'DN/2014/278', 'other'), (6219, '2', 'RV/2014/198', 'other'), (6220, '6', 'DN/2014/424', 'other'), (6221, '6', 'DN/2014/425', 'other'), (6222, '6', 'DN/2014/426', 'other'), (6223, '6', 'DN/2014/427', 'other'), (6224, '6', 'DN/2014/428', 'other'), (6225, '6', 'DN/2014/429', 'other'), (6226, '6', 'DN/2014/430', 'other'), (6227, '6', 'DN/2014/93', 'other'), (6228, '6', 'DN/2014/431', 'other'), (6229, '6', 'DN/2014/432', 'other'), (6230, '6', 'DN/2014/433', 'other'), (6231, '6', 'DN/2014/434', 'other'), (6232, '6', 'DN/2014/435', 'other'), (6233, '6', 'DN/2014/436', 'other'), (6234, '6', 'DN/2014/437', 'other'), (6235, '6', 'DN/2014/438', 'other'), (6236, '6', 'DN/2014/439', 'other'), (6237, '6', 'DN/2014/440', 'other'), (6238, '6', 'DN/2014/441', 'other'), (6239, '6', 'DN/2014/442', 'other'), (6240, '6', 'DN/2014/443', 'other'), (6241, '6', 'DN/2014/444', 'other'), (6242, '6', 'DN/2014/445', 'other'), (6243, '6', 'DN/2014/446', 'other'), (6244, '6', 'DN/2014/447', 'other'), (6245, '6', 'DN/2014/448', 'other'), (6246, '2', 'RV/2014/199', 'other'), (6247, '2', 'RV/2014/200', 'other'), (6248, '2', 'RV/2014/201', 'other'), (6249, '2', 'RV/2014/202', 'other'), (6250, '2', 'RV/2014/203', 'other'), (6251, '6', 'DN/2014/449', 'other'), (6252, '6', 'DN/2014/450', 'other'), (6253, '6', 'DN/2014/451', 'other'), (6254, '6', 'DN/2014/452', 'other'), (6255, '6', 'DN/2014/453', 'other'), (6256, '2', 'RV/2014/204', 'other'), (6257, '2', 'RV/2014/205', 'other'), (6258, '2', 'RV/2014/206', 'other'), (6259, '6', 'DN/2014/454', 'other'), (6260, '6', 'DN/2014/455', 'other'), (6261, '2', 'RV/2014/207', 'other'), (6262, '1', 'PV/2014/64', 'other'), (6263, '1', 'PV/2014/65', 'other'), (6264, '1', 'PV/2014/66', 'other'), (6265, '2', 'RV/2014/208', 'other'), (6266, '2', 'RV/2014/209', 'other'), (6267, '2', 'RV/2014/210', 'other'), (6268, '6', 'DN/2014/456', 'other'), (6269, '6', 'DN/2014/457', 'other'), (6271, '6', 'DN/2014/458', 'other'), (6272, '6', 'DN/2014/459', 'other'), (6275, '6', 'DN/2014/460', 'other'), (6276, '6', 'DN/2014/461', 'other'), (6277, '6', 'DN/2014/462', 'other'), (6278, '6', 'DN/2014/463', 'other'), (6280, '6', 'DN/2014/464', 'other'), (6281, '6', 'DN/2014/465', 'other'), (6282, '6', 'DN/2014/466', 'other'), (6283, '5', 'CN/2014/20', 'other'), (6284, '6', 'DN/2014/467', 'other'), (6285, '5', 'CN/2014/21', 'other'), (6287, '5', 'CN/2014/22', 'other'), (6288, '6', 'DN/2014/468', 'other'), (6289, '6', 'DN/2014/469', 'other'), (6290, '6', 'DN/2014/470', 'other'), (6291, '2', 'RV/2014/211', 'other'), (6292, '2', 'RV/2014/212', 'other'), (6294, '6', 'DN/2014/472', 'other'), (6295, '6', 'DN/2014/473', 'other'), (6296, '6', 'DN/2014/474', 'other'), (6297, '2', 'RV/2014/213', 'other'), (6298, '6', 'DN/2014/404', 'other'), (6299, '2', 'RV/2014/214', 'other'), (6301, '6', 'DN/2014/475', 'other'), (6302, '6', 'DN/2014/476', 'other'), (6303, '2', 'RV/2014/215', 'other'), (6304, '2', 'RV/2014/216', 'other'), (6305, '6', 'DN/2014/471', 'other'), (6306, '6', 'DN/2014/477', 'other'), (6307, '6', 'DN/2014/478', 'other'), (6308, '6', 'DN/2014/479', 'other'), (6309, '6', 'DN/2014/480', 'other'), (6310, '6', 'DN/2014/481', 'other'), (6311, '6', 'DN/2014/482', 'other'), (6312, '6', 'DN/2014/483', 'other'), (6313, '2', 'RV/2014/217', 'other'), (6314, '2', 'RV/2014/218', 'other'), (6315, '2', 'RV/2014/219', 'other'), (6316, '2', 'RV/2014/220', 'other'), (6317, '6', 'DN/2014/484', 'other'), (6318, '6', 'DN/2014/485', 'other'), (6319, '2', 'RV/2014/221', 'other'), (6320, '6', 'DN/2014/486', 'other'), (6321, '6', 'DN/2014/487', 'other'), (6322, '2', 'RV/2014/222', 'other'), (6323, '6', 'DN/2014/488', 'other'), (6324, '6', 'DN/2014/489', 'other'), (6325, '2', 'RV/2014/223', 'other'), (6326, '6', 'DN/2014/490', 'other'), (6327, '2', 'RV/2014/224', 'other'), (6328, '5', 'CN/2014/23', 'other'), (6329, '2', 'RV/2014/225', 'other'), (6330, '2', 'RV/2014/226', 'other'), (6331, '6', 'DN/2014/491', 'other'), (6332, '2', 'RV/2014/227', 'other'), (6333, '6', 'DN/2014/492', 'other'), (6334, '2', 'RV/2014/228', 'other'), (6335, '2', 'RV/2014/229', 'other'), (6336, '6', 'DN/2014/493', 'other'), (6337, '6', 'DN/2014/494', 'other'), (6338, '6', 'DN/2014/495', 'other'), (6339, '2', 'RV/2014/230', 'other'), (6340, '6', 'DN/2014/496', 'other'), (6341, '6', 'DN/2014/497', 'other'), (6342, '6', 'DN/2014/498', 'other'), (6343, '6', 'DN/2014/499', 'other'), (6344, '2', 'RV/2014/231', 'other'), (6345, '6', 'DN/2014/500', 'other'), (6346, '2', 'RV/2014/232', 'other'), (6347, '6', 'DN/2014/501', 'other'), (6348, '6', 'DN/2014/502', 'other'), (6349, '6', 'DN/2014/503', 'other'), (6350, '6', 'DN/2014/504', 'other'), (6353, '2', 'RV/2014/233', 'other'), (6354, '6', 'DN/2014/507', 'other'), (6355, '2', 'RV/2014/234', 'other'), (6356, '2', 'RV/2014/235', 'other'), (6357, '2', 'RV/2014/236', 'other'), (6358, '2', 'RV/2014/237', 'other'), (6359, '2', 'RV/2014/238', 'other'), (6360, '6', 'DN/2014/508', 'other'), (6362, '2', 'RV/2014/239', 'other'), (6363, '6', 'DN/2014/510', 'other'), (6364, '6', 'DN/2014/511', 'other'), (6365, '6', 'DN/2014/512', 'other'), (6366, '6', 'DN/2014/513', 'other'), (6367, '6', 'DN/2014/514', 'other'), (6368, '2', 'RV/2014/240', 'other'), (6369, '6', 'DN/2014/515', 'other'), (6370, '6', 'DN/2014/509', 'other'), (6371, '2', 'RV/2014/241', 'other'), (6372, '2', 'RV/2014/242', 'other'), (6373, '2', 'RV/2014/243', 'other'), (6374, '2', 'RV/2014/244', 'other'), (6375, '6', 'DN/2014/516', 'other'), (6376, '6', 'DN/2014/517', 'other'), (6377, '6', 'DN/2014/518', 'other'), (6378, '6', 'DN/2014/519', 'other'), (6379, '2', 'RV/2014/245', 'other'), (6380, '5', 'CN/2014/24', 'other'), (6381, '6', 'DN/2014/520', 'other'), (6382, '6', 'DN/2014/521', 'other'), (6383, '6', 'DN/2014/522', 'other'), (6384, '6', 'DN/2013/1253', 'other'), (6386, '6', 'DN/2013/891', 'other'), (6388, '2', 'RV/2014/246', 'other'), (6389, '2', 'RV/2014/247', 'other'), (6390, '2', 'RV/2014/248', 'other'), (6391, '6', 'DN/2014/524', 'other'), (6392, '2', 'RV/2014/249', 'other'), (6393, '6', 'DN/2014/525', 'other'), (6394, '6', 'DN/2014/526', 'other'), (6397, '6', 'DN/2014/527', 'other'), (6398, '2', 'RV/2014/250', 'other'), (6399, '6', 'DN/2014/528', 'other'), (6400, '6', 'DN/2014/529', 'other'), (6401, '6', 'DN/2014/530', 'other'), (6402, '2', 'RV/2014/251', 'other'), (6403, '2', 'RV/2014/252', 'other'), (6404, '6', 'DN/2014/531', 'other'), (6405, '6', 'DN/2014/532', 'other'), (6406, '6', 'DN/2014/533', 'other'), (6407, '6', 'DN/2014/534', 'other'), (6408, '6', 'DN/2014/535', 'other'), (6409, '6', 'DN/2014/536', 'other'), (6410, '6', 'DN/2014/537', 'other'), (6412, '6', 'DN/2014/538', 'other'), (6413, '2', 'RV/2014/253', 'other'), (6414, '2', 'RV/2014/254', 'other'), (6415, '2', 'RV/2014/255', 'other'), (6416, '2', 'RV/2014/256', 'other'), (6417, '6', 'DN/2014/539', 'other'), (6418, '6', 'DN/2014/540', 'other'), (6419, '2', 'RV/2014/257', 'other'), (6420, '2', 'RV/2014/258', 'other'), (6421, '2', 'RV/2014/259', 'other'), (6422, '2', 'RV/2014/260', 'other'), (6423, '2', 'RV/2014/261', 'other'), (6424, '2', 'RV/2014/262', 'other'), (6425, '2', 'RV/2014/263', 'other'), (6426, '2', 'RV/2014/264', 'other'), (6427, '6', 'DN/2014/541', 'other'), (6428, '2', 'RV/2014/265', 'other'), (6429, '6', 'DN/2014/542', 'other'), (6430, '2', 'RV/2014/266', 'other'), (6431, '6', 'DN/2014/543', 'other'), (6432, '6', 'DN/2014/544', 'other'), (6433, '2', 'RV/2014/267', 'other'), (6434, '6', 'DN/2014/545', 'other'), (6435, '6', 'DN/2014/546', 'other'), (6436, '6', 'DN/2014/547', 'other'), (6439, '6', 'DN/2014/549', 'other'), (6441, '2', 'RV/2014/268', 'other'), (6442, '2', 'RV/2014/269', 'other'), (6443, '2', 'RV/2014/270', 'other'), (6444, '2', 'RV/2014/271', 'other'), (6445, '2', 'RV/2014/272', 'other'), (6446, '6', 'DN/2014/550', 'other'), (6447, '6', 'DN/2014/551', 'other'), (6448, '6', 'DN/2014/552', 'other'), (6449, '6', 'DN/2014/548', 'other'), (6450, '2', 'RV/2014/273', 'other'), (6451, '2', 'RV/2014/274', 'other'), (6452, '2', 'RV/2014/275', 'other'), (6453, '6', 'DN/2014/553', 'other'), (6454, '2', 'RV/2014/276', 'other'), (6455, '6', 'DN/2014/554', 'other'), (6456, '6', 'DN/2014/555', 'other'), (6457, '6', 'DN/2014/556', 'other'), (6458, '2', 'RV/2014/277', 'other'), (6459, '6', 'DN/2014/557', 'other'), (6460, '6', 'DN/2014/558', 'other'), (6461, '5', 'CN/2014/25', 'other'), (6462, '6', 'DN/2014/559', 'other'), (6463, '6', 'DN/2014/560', 'other'), (6464, '1', 'PV/2014/67', 'other'), (6465, '2', 'RV/2014/278', 'other'), (6466, '3', 'JV/2014/2', 'other'), (6467, '1', 'PV/2014/70', 'post_dated_cheque'), (6474, '2', 'RV/2014/279', 'other'), (6475, '2', 'RV/2014/280', 'other'), (6476, '6', 'DN/2014/561', 'other'), (6477, '6', 'DN/2014/562', 'other'), (6478, '2', 'RV/2014/281', 'other'), (6479, '2', 'RV/2014/282', 'other'), (6480, '6', 'DN/2014/563', 'other'), (6482, '6', 'DN/2014/523', 'other'), (6483, '5', 'CN/2014/26', 'other'), (6484, '2', 'RV/2014/283', 'other'), (6485, '1', 'PV/2014/68', 'other'), (6486, '1', 'PV/2014/69', 'other'), (6487, '6', 'DN/2014/505', 'other'), (6488, '2', 'RV/2014/284', 'other'), (6489, '2', 'RV/2014/285', 'other'), (6490, '2', 'RV/2014/286', 'other'), (6491, '3', 'JV/2014/3', 'other'), (6492, '6', 'DN/2014/564', 'other'), (6493, '6', 'DN/2014/565', 'other'), (6494, '5', 'CN/2014/27', 'other'), (6495, '1', 'PV/2014/71', 'other'), (6497, '6', 'DN/2014/567', 'other'), (6498, '6', 'DN/2014/568', 'other'), (6500, '5', 'CN/2014/28', 'other'), (6502, '6', 'DN/2014/569', 'other'), (6503, '6', 'DN/2014/570', 'other'), (6504, '6', 'DN/2014/571', 'other'), (6505, '2', 'RV/2014/287', 'other'), (6506, '1', 'PV/2014/72', 'other'), (6507, '1', 'PV/2014/73', 'other'), (6508, '1', 'PV/2014/74', 'other'), (6509, '2', 'RV/2014/288', 'other'), (6510, '6', 'DN/2014/566', 'other'), (6511, '6', 'DN/2014/572', 'other'), (6513, '1', 'PV/2014/75', 'other'), (6514, '1', 'PV/2014/76', 'other'), (6515, '1', 'PV/2014/77', 'other'), (6516, '1', 'PV/2014/78', 'other'), (6517, '1', 'PV/2014/79', 'other'), (6518, '1', 'PV/2014/80', 'other'), (6519, '1', 'PV/2014/81', 'other'), (6520, '1', 'PV/2014/82', 'other'), (6521, '1', 'PV/2014/83', 'other'), (6522, '1', 'PV/2014/84', 'other'), (6523, '1', 'PV/2014/85', 'other'), (6524, '1', 'PV/2014/86', 'other'), (6525, '1', 'PV/2014/87', 'other'), (6526, '1', 'PV/2014/88', 'other'), (6527, '1', 'PV/2014/89', 'other'), (6528, '1', 'PV/2014/90', 'other'), (6529, '1', 'PV/2014/91', 'other'), (6530, '1', 'PV/2014/92', 'other'), (6531, '1', 'PV/2014/93', 'other'), (6532, '1', 'PV/2014/94', 'other'), (6533, '1', 'PV/2014/95', 'other'), (6534, '1', 'PV/2014/96', 'other'), (6535, '1', 'PV/2014/97', 'other'), (6536, '1', 'PV/2014/98', 'other'), (6537, '1', 'PV/2014/99', 'other'), (6538, '1', 'PV/2014/100', 'other'), (6539, '1', 'PV/2014/101', 'other'), (6540, '1', 'PV/2014/102', 'other'), (6541, '1', 'PV/2014/103', 'other'), (6542, '1', 'PV/2014/104', 'other'), (6543, '1', 'PV/2014/105', 'other'), (6544, '1', 'PV/2014/106', 'other'), (6545, '1', 'PV/2014/107', 'other'), (6546, '1', 'PV/2014/108', 'other'), (6547, '1', 'PV/2014/109', 'other'), (6548, '1', 'PV/2014/110', 'other'), (6549, '1', 'PV/2014/111', 'other'), (6550, '1', 'PV/2014/112', 'other'), (6551, '1', 'PV/2014/113', 'other'), (6552, '1', 'PV/2014/114', 'other'), (6553, '1', 'PV/2014/115', 'other'), (6554, '1', 'PV/2014/116', 'other'), (6555, '1', 'PV/2014/117', 'other'), (6556, '1', 'PV/2014/118', 'other'), (6557, '1', 'PV/2014/119', 'other'), (6558, '1', 'PV/2014/120', 'other'), (6559, '1', 'PV/2014/121', 'other'), (6560, '1', 'PV/2014/122', 'other'), (6561, '1', 'PV/2014/123', 'other'), (6562, '2', 'RV/2014/289', 'other'), (6563, '2', '', 'post_dated_cheque'), (6564, '2', '', 'post_dated_cheque'), (6565, '2', 'RV/2014/312', 'post_dated_cheque'), (6566, '2', '', 'post_dated_cheque'), (6567, '2', '', 'post_dated_cheque'), (6568, '2', 'RV/2014/290', 'other'), (6569, '2', 'RV/2014/291', 'other'), (6571, '6', 'DN/2014/574', 'other'), (6572, '6', 'DN/2014/575', 'other'), (6573, '6', 'DN/2014/576', 'other'), (6574, '2', 'RV/2014/310', 'post_dated_cheque'), (6575, '2', 'RV/2014/311', 'post_dated_cheque'), (6576, '2', '', 'post_dated_cheque'), (6577, '2', '', 'post_dated_cheque'), (6578, '2', '', 'post_dated_cheque'), (6579, '2', '', 'post_dated_cheque'), (6580, '2', 'RV/2014/292', 'other'), (6581, '2', 'RV/2014/293', 'other'), (6582, '2', 'RV/2014/294', 'other'), (6583, '2', 'RV/2014/295', 'other'), (6584, '2', 'RV/2014/296', 'other'), (6585, '1', 'PV/2014/124', 'other'), (6586, '1', 'PV/2014/125', 'other'), (6587, '1', 'PV/2014/126', 'other'), (6588, '1', 'PV/2014/127', 'other'), (6589, '1', 'PV/2014/128', 'other'), (6590, '1', 'PV/2014/129', 'other'), (6591, '1', 'PV/2014/130', 'other'), (6592, '1', 'PV/2014/131', 'other'), (6593, '1', 'PV/2014/132', 'other'), (6594, '6', 'DN/2014/506', 'other'), (6595, '6', 'DN/2014/577', 'other'), (6597, '6', 'DN/2014/578', 'other'), (6598, '2', 'RV/2014/297', 'other'), (6599, '1', 'PV/2014/133', 'other'), (6600, '6', 'DN/2014/573', 'other'), (6601, '6', 'DN/2014/579', 'other'), (6602, '6', 'DN/2014/580', 'other'), (6603, '2', 'RV/2014/298', 'other'), (6604, '1', 'PV/2014/134', 'other'), (6605, '2', 'RV/2014/299', 'other'), (6606, '2', 'RV/2014/300', 'other'), (6607, '2', 'RV/2014/309', 'post_dated_cheque'), (6608, '2', 'RV/2014/308', 'post_dated_cheque'), (6609, '2', '', 'post_dated_cheque'), (6610, '2', '', 'post_dated_cheque'), (6611, '2', 'RV/2014/301', 'other'), (6612, '2', 'RV/2014/302', 'other'), (6613, '1', 'PV/2014/135', 'other'), (6614, '6', 'DN/2014/581', 'other'), (6615, '2', 'RV/2014/303', 'other'), (6616, '1', 'PV/2014/136', 'other'), (6618, '6', 'DN/2014/583', 'other'), (6619, '2', 'RV/2014/304', 'other'), (6620, '1', 'PV/2014/137', 'other'), (6622, '2', 'RV/2014/305', 'other'), (6623, '1', 'PV/2014/138', 'other'), (6624, '6', 'DN/2014/585', 'other'), (6625, '2', 'RV/2014/306', 'other'), (6626, '1', 'PV/2014/139', 'other'), (6627, '6', 'DN/2014/586', 'other'), (6628, '2', 'RV/2014/307', 'other'), (6629, '1', 'PV/2014/140', 'other'), (6630, '6', 'DN/2014/587', 'other'), (6631, '2', 'RV/2014/313', 'post_dated_cheque'), (6632, '2', '', 'post_dated_cheque'), (6633, '2', 'RV/2014/314', 'post_dated_cheque'), (6634, '3', 'JV/2014/4', 'other'), (6635, '1', 'PV/2014/142', 'post_dated_cheque'), (6637, '1', 'PV/2014/141', 'post_dated_cheque'), (6638, '2', 'RV/2014/315', 'post_dated_cheque'), (6639, '2', 'RV/2014/316', 'other'), (6640, '2', 'RV/2014/317', 'other'), (6641, '1', 'PV/2014/143', 'other'), (6642, '2', 'RV/2014/318', 'other'), (6643, '2', 'RV/2014/319', 'other'), (6644, '4', 'BJ/2014/1', 'other'), (6645, '3', 'JV/2014/5', 'other'), (6646, '3', 'JV/2014/6', 'other'), (6647, '3', 'JV/2014/7', 'other'), (6650, '6', 'DN/2011/20', 'other'), (6652, '6', 'DN/2014/589', 'other'), (6653, '5', 'CN/2014/29', 'other'), (6654, '6', 'DN/2014/588', 'other'), (6655, '3', 'JV/2014/8', 'other'), (6656, '1', 'PV/2014/144', 'other'), (6657, '3', 'JV/2014/9', 'other'), (6658, '3', 'JV/2014/10', 'other'), (6659, '3', 'JV/2014/11', 'other'), (6660, '3', 'JV/2014/12', 'other'), (6661, '3', 'JV/2014/13', 'other'), (6662, '3', 'JV/2014/14', 'other'), (6663, '3', 'JV/2014/15', 'other'), (6664, '3', 'JV/2014/16', 'other'), (6665, '3', 'JV/2014/17', 'other'), (6666, '3', 'JV/2014/18', 'other'), (6671, '3', 'JV/2014/19', 'other'), (6672, '3', 'JV/2014/20', 'other'), (6673, '3', 'JV/2014/21', 'other'), (6674, '2', '', 'post_dated_cheque'), (6675, '2', 'RV/2014/320', 'post_dated_cheque'), (6678, '6', 'DN/2014/582', 'other'), (6687, '5', 'CN/2014/30', 'other'), (6688, '6', 'DN/2014/590', 'other'), (6693, '6', 'DN/2014/591', 'other'), (6700, '5', 'CN/2014/31', 'other'), (6701, '6', 'DN/2014/592', 'other'), (6702, '5', 'CN/2014/32', 'other'), (6703, '6', 'DN/2014/593', 'other'), (6704, '6', 'DN/2014/594', 'other'), (6705, '5', 'CN/2014/33', 'other'), (6706, '6', 'DN/2014/595', 'other'), (6707, '6', 'DN/2014/584', 'other'), (6709, '6', 'DN/2014/596', 'other'); INSERT INTO `refs` (`id`, `type`, `reference`, `tr_type`) VALUES (6711, '6', 'DN/2014/597', 'other'), (6715, '5', 'CN/2014/34', 'other'), (6716, '6', 'DN/2014/599', 'other'), (6717, '5', 'CN/2014/35', 'other'), (6718, '6', 'DN/2014/598', 'other'), (6719, '6', 'DN/2014/600', 'other'), (6720, '6', 'DN/2014/601', 'other'), (6722, '2', 'RV/2014/321', 'other'), (6723, '2', 'RV/2014/322', 'other'), (6724, '1', 'PV/2014/145', 'other'), (6725, '1', 'PV/2014/146', 'other'), (6726, '1', 'PV/2014/147', 'other'), (6727, '1', 'PV/2014/148', 'other'), (6735, '4', 'BJ/2014/2', 'other'), (6736, '1', 'PV/2014/149', 'other'), (6737, '1', 'PV/2014/150', 'other'), (6738, '2', 'RV/2014/323', 'other'), (6739, '2', 'RV/2014/324', 'other'), (6740, '2', 'RV/2014/325', 'other'), (6741, '2', 'RV/2014/326', 'other'), (6742, '2', 'RV/2014/327', 'other'), (6743, '2', 'RV/2014/328', 'other'), (6744, '2', 'RV/2014/329', 'other'), (6745, '2', 'RV/2014/330', 'other'), (6746, '2', 'RV/2014/331', 'other'), (6747, '2', 'RV/2014/332', 'other'), (6748, '4', 'BJ/2014/3', 'other'), (6749, '4', 'BJ/2014/4', 'other'), (6750, '4', 'BJ/2014/5', 'other'), (6751, '4', 'BJ/2014/6', 'other'), (6752, '4', 'BJ/2014/7', 'other'), (6753, '4', 'BJ/2014/8', 'other'), (6754, '2', '', 'post_dated_cheque'), (6755, '2', 'RV/2014/333', 'post_dated_cheque'), (6756, '2', 'RV/2014/334', 'post_dated_cheque'), (6766, '5', 'CN/2015/1', 'other'), (6767, '6', 'DN/2015/1', 'other'), (6773, '6', 'DN/2015/3', 'other'), (6780, '5', 'CN/2015/2', 'other'), (6781, '6', 'DN/2015/2', 'other'), (6788, '5', 'CN/2015/3', 'other'), (6789, '6', 'DN/2015/4', 'other'), (6792, '6', 'DN/2015/5', 'other'), (6793, '5', 'CN/2015/4', 'other'), (6794, '6', 'DN/2015/6', 'other'), (6801, '5', 'CN/2015/5', 'other'), (6802, '6', 'DN/2015/7', 'other'); -- -------------------------------------------------------- -- -- 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=62 ; -- -- 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), (37, 'Meeting - Alico @3.30pm', '2012-02-21', 3, 'Meeting with Country Manager of Alico', 4), (38, 'Al Balagh Fire & WC policy renewal', '2012-05-15', 2, 'Fire & WC Renewal', 7), (39, 'Al Balagh CAR Policy renewal', '2012-11-15', 2, 'Al Balagh CAR policy renewal', 7), (40, 'Al Balagh Fleet renewal', '2012-09-15', 2, 'Al Balagh Fleet Renewal policy', 7), (41, 'Call Vikrant Shetty @ L&T', '2012-03-07', 0, 'Call Vikrant Shetty', 7), (42, 'Meeting with Umer', '2012-03-11', 0, 'Qatar Navigation', 7), (43, 'Mazaya Qatar Real Estate COmp', '2013-02-01', 1, 'Renewal on April 1st... Call 40121212... Maryam...', 7), (44, 'Hiba contracting WC', '0000-00-00', 0, 'wc ', 10), (45, 'Hi', '2012-06-17', 2, 'How r u ', 4), (46, 'Hi', '0000-00-00', 2, 'How r u ', 4), (48, 'Hi', '2012-06-28', 1, 'f', 4), (49, 'Al Sadd Eng WC Renewal', '2013-03-02', 3, 'Al Sadd WC currently with Lebano swiss 400 employees now (1/07/2012) meet Mr.Sibi Joseph 44316135/66045111', 10), (50, 'Energy Tech', '0000-00-00', 0, 'WC on 1st MAY 2013', 10), (51, 'Energy Tec', '2013-04-16', 1, 'WC renewal Energy Tech near Gulf Ware house street 41 gate 69 Mr. Saleem Nadapuram , with Lebano swiss now', 10), (52, 'G4S , MR ARIQ', '2012-07-04', 0, 'CALL Tariq to get appointment 44066135', 10), (53, 'Pergola ', '2012-09-01', 4, 'WC, Fleet expire sept - 500 employees - ', 10), (54, 'Meeting at Crompton', '2012-09-02', 1, 'WC renewal', 5), (55, 'Flash Rent A Car Fleet', '2012-12-02', 0, 'Meet Mr. Shafeer K Kader - Fleet 230+ cares- now with Al Khaleej - Expiry January ', 10), (56, 'WC Expiry Petromch Group', '2013-04-10', 1, 'April 2013', 10), (57, 'Demo - Software', '2012-12-22', 1, 'Meeting with Mr.Mohamed', 4), (58, 'SEASHORE WC Renewal ', '2013-03-12', 1, 'now QR 75/- Per Head , expiry is on 27-03-2013 ', 10), (59, 'Meeting with Yousaffka', '2013-08-03', 3, 'Discuss about the software for broking application', 4), (60, 'Meeting', '2014-02-21', 1, 'Meeting with Shan to discuss about SIBS', 4), (61, 'Meeting', '2014-03-01', 3, 'Hello', 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 `report` -- CREATE TABLE IF NOT EXISTS `report` ( `id` int(11) NOT NULL AUTO_INCREMENT, `report_name` varchar(100) NOT NULL, `target` varchar(100) NOT NULL, `report_for` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=42 ; -- -- Dumping data for table `report` -- INSERT INTO `report` (`id`, `report_name`, `target`, `report_for`) VALUES (1, 'Sales branch wise', 'salesbranchwise', 'production'), (2, 'Sales cover wise', 'salescoverwise', 'production'), (3, 'Sales Agent wise', 'salesagentwise', 'production'), (4, 'Sales employee wise', 'salesemployeewise', 'production'), (5, 'Sales Insurance company wise', 'salesinscompwise', 'production'), (6, 'Sales Client Wise', 'salesclientwise', 'production'), (8, 'Claims client wise', 'claimsclientwise', 'claims'), (9, 'Claims cover wise', 'claimscoverwise', 'claims'), (10, 'Claims branch wise', 'claimsbranchwise', 'claims'), (11, 'Claims Insurer wise', 'claimsinscompwise', 'claims'), (15, 'Broking slip submitted to Insurance companies', 'broinscompwise', 'quotation'), (16, 'Broking slip submitted agent wise', 'broagentwise', 'quotation'), (17, 'Broking slip submitted employee wise', 'broempwise', 'quotation'), (18, 'Broking Slip Branch wise', 'brobranchwise', 'quotation'), (22, 'Leads Agent wise', 'leadsagent', 'sales'), (23, 'Leads Employee wise', 'leadsemployee', 'sales'), (24, 'Leads Branch wise', 'leadsbranchwise', 'sales'), (25, 'Daily Activity Report Employee wise', 'dailyactivity', 'sales'), (26, 'Daily Activity Report Branch wise', 'dailyactivitybranchwise', 'sales'), (27, 'Target Employee wise', 'targetemployee', 'sales'), (28, 'Target Branch wise', 'targetbranchwise', 'sales'), (29, 'Client wise', 'renewclientwise', 'renewal'), (30, 'Agent wise', 'renewagentwise', 'renewal'), (31, 'Employee wise', 'renewemployeewise', 'renewal'), (32, 'Insurance company wise', 'renewinscompwise', 'renewal'), (33, 'Cover wise', 'renewcoverwise', 'renewal'), (34, 'Branch wise', 'renewbranchwise', 'renewal'), (36, 'Leave Report Employee wise', 'leaveempreport', 'hr'), (37, 'Leave Report Branch wise', 'leavebranchreport', 'hr'), (38, 'Commission Report Employee wise', 'commissionempreport', 'hr'), (39, 'Commission Report Branch wise', 'commissionbranchreport', 'hr'), (40, 'Salary Report Employee wise', 'salaryreportemp', 'hr'), (41, 'Salary Report Branch Wise', 'salaryreportbranch', 'hr'); -- -------------------------------------------------------- -- -- Table structure for table `reports_att` -- CREATE TABLE IF NOT EXISTS `reports_att` ( `id` int(100) NOT NULL AUTO_INCREMENT, `attrepname` varchar(200) NOT NULL, `target` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `reports_att` -- INSERT INTO `reports_att` (`id`, `attrepname`, `target`) VALUES (1, 'Monthly Attendance Report', 'monthly_attendance_report'), (2, 'Monthly Time Report', 'monthly_time_report'), (3, 'Employee Timesheet Report', 'employee_timesheet_report'), (4, 'Late Report', 'late_report'), (5, 'Punch Report', 'punch_report'); -- -------------------------------------------------------- -- -- 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, 'Claims 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, 'Branch wise', '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 `report_list_permission` -- CREATE TABLE IF NOT EXISTS `report_list_permission` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `report_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=112 ; -- -- Dumping data for table `report_list_permission` -- INSERT INTO `report_list_permission` (`id`, `user_id`, `report_id`) VALUES (79, 1, 1), (80, 1, 2), (81, 1, 3), (82, 1, 4), (83, 1, 5), (84, 1, 6), (85, 1, 8), (86, 1, 9), (87, 1, 10), (88, 1, 11), (89, 1, 15), (90, 1, 16), (91, 1, 17), (92, 1, 18), (93, 1, 22), (94, 1, 23), (95, 1, 24), (96, 1, 25), (97, 1, 26), (98, 1, 27), (99, 1, 28), (100, 1, 29), (101, 1, 30), (102, 1, 31), (103, 1, 32), (104, 1, 33), (105, 1, 34), (106, 1, 36), (107, 1, 37), (108, 1, 38), (109, 1, 39), (110, 1, 40), (111, 1, 41); -- -------------------------------------------------------- -- -- 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=58 ; -- -- 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), (25, 5, 1, 500, 1), (26, 5, 3, 0, 1), (27, 5, 4, 0, 1), (28, 5, 5, 0, 1), (29, 5, 2, 0, 0), (30, 5, 6, 0, 0), (40, 7, 1, 0, 1), (41, 7, 3, 0, 1), (42, 7, 4, 0, 1), (43, 7, 5, 0, 1), (44, 7, 7, 0, 1), (45, 7, 2, 0, 0), (46, 7, 6, 0, 0), (47, 7, 8, 0, 0), (48, 7, 9, 0, 0), (49, 8, 1, 200, 1), (50, 8, 3, 0, 1), (51, 8, 4, 0, 1), (52, 8, 5, 0, 1), (53, 8, 7, 0, 1), (54, 8, 2, 0, 0), (55, 8, 6, 100, 0), (56, 8, 8, 0, 0), (57, 8, 9, 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 `salarysettlementallowdeduc` -- CREATE TABLE IF NOT EXISTS `salarysettlementallowdeduc` ( `id` int(11) NOT NULL AUTO_INCREMENT, `salarysettlementid` int(11) NOT NULL, `allowdeducid` int(11) NOT NULL, `amount` double NOT NULL, `allowdeductype` smallint(2) NOT NULL, PRIMARY KEY (`id`), KEY `allowdeducid` (`allowdeducid`), KEY `salarysettlementid` (`salarysettlementid`) ) 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=1 ; -- -------------------------------------------------------- -- -- 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=9 ; -- -- 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'), (8, 'Travel 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, `target_income` double 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=22 ; -- -------------------------------------------------------- -- -- 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 `settlement_types` -- CREATE TABLE IF NOT EXISTS `settlement_types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `settlement_code` varchar(20) NOT NULL, `settlement_name` varchar(100) NOT NULL, `chartgroup_name` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Dumping data for table `settlement_types` -- INSERT INTO `settlement_types` (`id`, `settlement_code`, `settlement_name`, `chartgroup_name`) VALUES (8, 'SET-102', 'fdafas', 'SET-102'), (9, 'SET-103', 'newset', 'SET-103'); -- -------------------------------------------------------- -- -- 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=20 ; -- -- Dumping data for table `staffaddcert` -- INSERT INTO `staffaddcert` (`id`, `staffid`, `course`, `institute`, `yearofpassing`) VALUES (1, 1, '', '', 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=1 ; -- -------------------------------------------------------- -- -- 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=20 ; -- -- Dumping data for table `staffeduquali` -- INSERT INTO `staffeduquali` (`id`, `staffid`, `course`, `university`, `yearofpassing`) VALUES (1, 1, '', '', 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, `device_no` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `staffid` (`staffid`), KEY `staffid_2` (`staffid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ; -- -- Dumping data for table `staffemployeedetails` -- INSERT INTO `staffemployeedetails` (`id`, `staffid`, `designationid`, `deptid`, `gradeid`, `statusid`, `joiningdate`, `reportingtostaffid`, `branchid`, `labourcardno`, `labourcardexpiry`, `device_no`) VALUES (1, 1, 1, 1, 1, 12, '2011-04-04', 0, 1, '', '2011-06-04', 0); -- -------------------------------------------------------- -- -- 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=20 ; -- -- Dumping data for table `stafflocaladdress` -- INSERT INTO `stafflocaladdress` (`id`, `staffid`, `phone`, `mobile`, `address`, `pobox`, `country`, `city`) VALUES (1, 1, '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- 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=56 ; -- -- Dumping data for table `staffpermaddress` -- INSERT INTO `staffpermaddress` (`id`, `staffid`, `emailid`, `phone`, `mobile`, `address`, `pobox`, `country`, `city`) VALUES (37, 1, '', '', '', 'Qatar', '', '', ''); -- -------------------------------------------------------- -- -- 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=20 ; -- -- 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'); -- -------------------------------------------------------- -- -- 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=60 ; -- -- Dumping data for table `staffproffexp` -- INSERT INTO `staffproffexp` (`id`, `staffid`, `employer`, `designation`, `period`) VALUES (41, 1, '', '', ''); -- -------------------------------------------------------- -- -- 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=8 ; -- -------------------------------------------------------- -- -- 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=112 ; -- -------------------------------------------------------- -- -- 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=17 ; -- -------------------------------------------------------- -- -- 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 ; -- -------------------------------------------------------- -- -- 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'), ('Hand delivery'), ('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, `allowance` int(11) NOT NULL, `deduction` int(11) NOT NULL, `settlement` 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`, `allowance`, `deduction`, `settlement`) VALUES (1, 5, 2, 1, 329, 444, 86, 350, 480, 387, 449); -- -------------------------------------------------------- -- -- Table structure for table `submission` -- CREATE TABLE IF NOT EXISTS `submission` ( `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=12 ; -- -------------------------------------------------------- -- -- Table structure for table `submission_files` -- CREATE TABLE IF NOT EXISTS `submission_files` ( `id` int(11) NOT NULL AUTO_INCREMENT, `submissionid` int(11) NOT NULL, `filename` varchar(200) NOT NULL, `fileid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -------------------------------------------------------- -- -- 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=5539 ; -- -- Dumping data for table `sub_directory` -- INSERT INTO `sub_directory` (`id`, `parentdir`, `subdirname`, `folder_for`, `fieldid`, `documentname`) VALUES (1, 0, 'uploads', '', '', ''); -- -------------------------------------------------------- -- -- 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=44 ; -- -------------------------------------------------------- -- -- 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=327 ; -- -------------------------------------------------------- -- -- 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'); -- -------------------------------------------------------- -- -- 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 `term_period` -- CREATE TABLE IF NOT EXISTS `term_period` ( `id` int(11) NOT NULL AUTO_INCREMENT, `termperiod` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `timesheet_attendance` -- CREATE TABLE IF NOT EXISTS `timesheet_attendance` ( `timesheet_attendance_id` int(11) NOT NULL AUTO_INCREMENT, `employee_device_id` int(11) NOT NULL, `attendance_date` datetime NOT NULL, `attendance_mode` int(11) NOT NULL, `attendance_remarks` text, `attendance_type` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`timesheet_attendance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `timesheet_weekly_holiday` -- CREATE TABLE IF NOT EXISTS `timesheet_weekly_holiday` ( `weekly_holiday_id` int(11) NOT NULL AUTO_INCREMENT, `weekly_holiday` varchar(20) NOT NULL, PRIMARY KEY (`weekly_holiday_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `timesheet_weekly_holiday` -- INSERT INTO `timesheet_weekly_holiday` (`weekly_holiday_id`, `weekly_holiday`) VALUES (1, 'Friday'); -- -------------------------------------------------------- -- -- Table structure for table `timesheet_weekly_holiday_half` -- CREATE TABLE IF NOT EXISTS `timesheet_weekly_holiday_half` ( `weekly_holiday_id` int(11) NOT NULL AUTO_INCREMENT, `weekly_holiday_half` varchar(20) NOT NULL, PRIMARY KEY (`weekly_holiday_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `timesheet_weekly_holiday_half` -- INSERT INTO `timesheet_weekly_holiday_half` (`weekly_holiday_id`, `weekly_holiday_half`) VALUES (1, 'Thursday'); -- -------------------------------------------------------- -- -- Table structure for table `timesheet_work_shift` -- CREATE TABLE IF NOT EXISTS `timesheet_work_shift` ( `work_shift_id` int(11) NOT NULL AUTO_INCREMENT, `work_shift_name` varchar(100) NOT NULL, `work_shift_wef_date` date NOT NULL, `work_shift_starting_time` time NOT NULL, `work_shift_ending_time` time NOT NULL, `work_shift_ending_time_half` time NOT NULL, `work_shift_break_starting_time` time NOT NULL, `work_shift_break_ending_time` time NOT NULL, `work_shift_grace_time` int(11) NOT NULL, PRIMARY KEY (`work_shift_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `timesheet_work_shift_employees` -- CREATE TABLE IF NOT EXISTS `timesheet_work_shift_employees` ( `id` int(11) NOT NULL AUTO_INCREMENT, `work_shift_id` int(11) NOT NULL, `employee_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `timesheet_work_shift_id` (`work_shift_id`), KEY `employee_id` (`employee_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 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=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, `currency_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `currency_id` (`currency_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 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` text NOT NULL, `private` tinytext NOT NULL, `home` text NOT NULL, PRIMARY KEY (`id`), KEY `role_id` (`role_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`, `password`, `role_id`, `staff_id`, `permission`, `edit_del_permission`, `private`, `home`) VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 1, 1, '1,2,3,5,6,7,8,9,10,12,13,86,87,127,128,130,14,42,16,17,18,19,43,88,21,23,25,28,84,129,24,26,27,29,30,31,32,33,34,37,38,39,40,44,45,47,48,49,51,109,111,112,113,114,115,116,117,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,118,119,121,122,123,124,125,52,54,55,56,57,58,90,92,107', '15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15', '1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,2,1,2,2,1,2,2,1,2,2,1,2,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,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,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, `home` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ; -- -- Dumping data for table `user_roles` -- INSERT INTO `user_roles` (`id`, `name`, `permission`, `edit_del_permission`, `private`, `home`) 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', ''); -- -------------------------------------------------------- -- -- 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 `chart_master` -- ALTER TABLE `chart_master` ADD CONSTRAINT `chart_master_ibfk_1` FOREIGN KEY (`chart_type`) REFERENCES `char_type` (`id`) ON DELETE NO ACTION; -- -- 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 `emp_settlement_types` -- ALTER TABLE `emp_settlement_types` ADD CONSTRAINT `emp_settlement_types_ibfk_1` FOREIGN KEY (`salarysettlementid`) REFERENCES `emp_settlement` (`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 `salarysettlementallowdeduc` -- ALTER TABLE `salarysettlementallowdeduc` ADD CONSTRAINT `salarysettlementallowdeduc_ibfk_1` FOREIGN KEY (`salarysettlementid`) REFERENCES `emp_settlement` (`id`) ON DELETE 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 */;